*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Inter", sans-serif;
	
}
html{
    scroll-behavior: smooth;
}
h1,h2,h3,h4,h5{
	font-family: "Playfair Display", serif;
	color: #1C1C1C;
}
a:hover{
	text-decoration: none;
}
p{
	color: #4A4A4A;
}
li{
	list-style: none;
}



#head-top{
    background:#234777;
}
.head-main{
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.head-left ul{
    display: flex;
    
    margin: 0;
}
.head-left ul li{
    margin-right: 30px; 
}
.head-left ul li a{
    text-decoration: none;
    color: #FFF;  
    font-size: 18px;
}
.head-left ul li a i{
    margin-right: 5px;
}
.head-right ul{
    display: flex;
    margin: 0;
}
.head-right ul li{
    margin-left: 20px;
	color: #FFF; 
}
.head-right ul li a i{
    text-decoration: none;
    color: #FFF;  
    font-size: 25px;
}
#navbar{
	width: 100%;
	z-index: 1;
}
.navbar{
    width: 100%;
	background:#ffffff;
    z-index: 99999;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.navbar-brand img{
    width: 120px;
}
.navbar-brand:hover{
    color: #000000;
}

/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:30px!important;
	list-style: none;
}
.nav-item a{
	cursor: pointer;

}
.nab-btn a{
    background: #03589A;
    padding: 14px 25px;
    color: #fff!important;
    border-radius: 5px;
    margin-left: 50px;
    font-weight: 500!important;
}
.bar{
    text-align: center;
    width: 50px;
    height: 1.5px;
    background: #828282;
} 
.nav-item a{
    text-decoration: none;
	color: #000;
    font-size: 16px;
    font-weight: 700;
	transition: .4s ease;
    text-transform: uppercase;
}
.nav-item a:hover{
	color: #234777;
} 
.navbar-toggler-icon{
	color: #234777;
}
.nav-bton{
    margin-left: 20px;
}
.nav-bton a{
    font-size: 15px;
    background: #000;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 4px;
}


#head{
    width: 100%;
}
.slider{
    width: 100%;
    height: 85vh;
    display: flex;
    align-items: center;
    background: #F2F6F7;
    position: relative;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    color: #FFF;
}

.top-details h1 {
    font-size: 40px;
	color: #FFF;
    font-weight: 700;
    margin-bottom: 10px;
}

.top-details p {
    line-height: 25px;
	color: #FFF;
}

.buton {
    margin-top: 30px ;
}

.buton a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 4px;
    background: #03589A;
    transition: .4s;
}
.buton a i{
    margin-left: 10px;
}
.buton a:hover {
    background:  rgb(21, 50, 88);

}

/* .buton a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #000;
    border: 1px #000 solid;
    transition: .4s;
} */

.top-img img {
    max-width: 100%;
}
.arrow-left {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left a i {
    font-size: 22px;
    color: #FFF;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.53);
    padding: 5px 10px;
    border: 1px rgb(234, 232, 232) solid;
}



.arrow-right a i {
    font-size: 22px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.53);
    padding: 5px 10px;
    border: 1px rgb(234, 232, 232) solid;
}

.arrow-right {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.buton-2 {
    float: right;
    margin: 50px 10px;
}

.buton-2 a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #F2F6F7;
    padding: 17px 40px;
    border: 1px #F2F6F7 solid;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.buton-2 a:hover {
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    border: 1px #000 solid;
    transition: .4s;
}

.buton-3 {
    float: right;
    margin: 50px 10px;
}

.buton-3 a {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    background: orangered;
    padding: 17px 40px;
    border: 1px orangered solid;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.buton-3 a:hover {
    text-decoration: none;
    background: #ffffff;
    color: #000;
    border: 1px #000 solid;
    transition: .4s;
}



#our-story{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
}
.our-story-box {
	position: relative;
}
.our-story-box h2{
	font-size: 35px;
}
.our-story-box img{
	width: 100%;
}

.story-box{
	width: 30%;
	position: absolute;
	text-align: center;
	padding: 10px 0;
	background: #F8F1E7;
	right: -50px;
	bottom: -50px;
}
.our-story-box ul{
	display: flex;
	align-items: center;
}
.our-story-box ul li{
	list-style: disc;
	margin-left: 20px;
	margin-right: 40px;
	font-weight: 600;
	color: #234777;
}
.our-story-box h2{
	color: #1C1C1C;
}
.our-story-box p{
	font-size: 15px;
}
.our-story-btn {
	margin-top: 25px;
}
.our-story-btn a{
	font-size: 14px;
	padding: 14px 20px;
	background: #03589A;
	color: #FFF;
	text-transform: uppercase;
    transition: .4s;
}
.our-story-btn a:hover{
    color: #fff;
	background:  rgb(21, 50, 88);
}

.our-story-btn a i{
	margin-left: 5px;
}
#offer{
	width: 100%;
	padding: 70px 0;
	background:url(../images/offer-bg.png) center center no-repeat;
    background-size: cover;
}
.offer-titile{
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.offer-titile h1{
	font-size: 40px;
}
.offer-main{
	margin-top: 50px;
}
.offer-box {
	padding: 20px 15px;
	background: #FFF;
	height: 100%;
	transition: 0.4s;
	text-align: center;
}

.offer-box img {
	transition: 0.4s;
	filter: none;
}

.offer-box h5,
.offer-box p {
	color: #000; /* default color */
	transition: 0.4s;
}

/* Hover effect */
.offer-box:hover {
	background:  #234777; /* optional: make background dark for contrast */
    transform: translateY(-10px);
}

.offer-box:hover img {
	filter: brightness(0) invert(1); /* turns image white-like */
}

.offer-box:hover h5,
.offer-box:hover p {
	color: #FFF;
}

.offer-box h5{
	font-size: 20px;
}
.offer-box p{
	font-size: 15px;
	margin-bottom: 0;
}
.offer-box img{
	width: 50px;
	margin-bottom: 10px;
}
.blu-box{
	background: #234777;
	color: #FFF;
}
.blu-box h5{
	color: #FFF;
}
.blu-box p{
	font-size: 15px;
	color: #FFF;
}
.mar-top{
	margin-top: 30px;
}
#product{
	width: 100%;
	padding: 70px 0;
    background: #f2f7ff;
}
.product-main{
	margin-top: 30px;
}
.product-box a img{
	width: 100%;
}
.mfp-close {
  display: block !important;
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  font-size: 28px;
  opacity: 1;
  z-index: 9999;
}
.product-btn{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.image-hover-wrapper {
    position: relative;
    display: inline-block;
}

.image-hover-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#23477781 ;
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.image-hover-wrapper:hover .hover-overlay {
    opacity: 1;
}

#factory{
	width: 100%;
	padding: 70px 0;
	background: #F8F1E7;
}
.factory-main{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.factory-box{
	width: 24%;
}
.factory-box img{
	width: 100%;
}
.factory-main-btm{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.factory-box-btm{
	width: 19%;
}
.factory-box-btm img{
	width: 100%;
}
#our-vision{
	width: 100%;
	background: url(../images/our-vision-bg.png) center center  no-repeat fixed ;
	padding-top: 120px;
    background-size: cover;
}
.our-vision-main{
	width: 50%;
	background:#234777 ;
	padding: 70px 30px;
}
.our-vision-main h2{
	font-size: 38px;
	color: #FFF;
	margin-bottom: 15px;
}
.our-vision-main p{
	color: #FFF;
}


#slider-logo{
    width: 100%;
    background: #fff;
	padding: 30px 0;
    border-bottom: 1px #03589A solid;
}
.slider-title h1{
	font-size: 38px;
	color: #03589A;
	margin-bottom: 50px;
}
.slider-logo-all{
    display: grid;
    place-items: center;
    overflow: hidden;
}
.slide-container{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px * 9));
    }
}
.slide-image {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.slide-image img{
	margin-left: 100px;
}
#responsibility{
	width: 100%;
	padding: 70px 0;
}
.responsibility-main{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.responsibility-box ul li{
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.responsibility-box ul li img{
	width: 20px;
	margin-right: 8px;
}
.responsibility-box img{
	width: 100%;
	border-radius: 5px;
}

#footer{
    display: flex;
    width: 100%;
    background: #1F1F1F;
    color: #FFF;
}
.footer-main{
    padding: 100px 0;
}
.footer-logo{
    padding-right: 20px;
}
.footer-logo h2{
	font-size: 30px;
	color: #FFF;
}
.footer-logo p{
    font-size: 18px;
	color: #FFF;
}

.resources{
    padding-left:30px ;
}
.resources h4{
	font-size: 28px;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
	color: #FFF;
}
.resources ul li {
    margin-top: 15px;
 }
.resources ul li a{
   text-decoration: none;
   color: #FFF;
   font-size: 18px;
}
.contact h4 {
	font-size: 28px;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
	color: #FFF;
}
.contact ul li {
    margin-top: 15px;
}
.contact ul li a{
    text-decoration: none;
    color: #FFF;
    margin-top: 20px;
    font-size: 18px;
}
.contact ul li a i{
    margin-right: 8px;
}
.contact-list ul{
    display: flex;
}
.contact-list ul li a{
    margin-right: 20px;
}
.contact-list ul li a img{
    width: 35px;
}
.reserved{
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
    background: #383838;
    margin-top: 50px;
}
.reserved p{
    margin-bottom: 0;
	color: #FFF;
}
.custom-nav{
    text-align: right;
    margin-right: 100PX;
}
.custom-nav button{
    border: none;
    background: none;
    margin-right: 40px;
}
.custom-nav button i{ 
    font-size: 30px;
}
.destianation-slider{
    width:100%;
    margin-left: auto;
    margin-top:50px;
    margin-bottom:20px;
}
.footer-right ul li{
	margin-left: 0;
    margin-right: 20px;
	color: #FFF; 
}


/* about-page */
#about{
    width: 100%;
    background: url(../images/about-bg.png) center center no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    background-size: cover;

}
.about-main h1{
    font-size: 45px;
    color: #FFF;
}
.about-main ul{
    display: flex;
    align-items: center;
}
.about-main ul li {
    color: #FFF;
    margin-right: 5px;
}
.about-main ul li a{
    color: #FFF;
    font-size: 18px;
}

/* service-page */
#service{
    width: 100%;
    background: url(../images/service-bg.png) center center no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    background-size: cover;
}

/* Product-page */
#product-head{
    width: 100%;
    background: url(../images/product-bg.png) center center no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    background-size: cover;
}

.product-name {
    margin: 50px 0;
}
.product-name a{
    padding: 10px 20px;
    color: #FFF;
  	background: #234777;
}
.product-list{
    margin-top: 70px;
}

/* contact-page */

#contact{
    width: 100%;
    padding: 100px 0 ;
}
.contact-main{
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.contact-box-left{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.07);
}
.contact-box-right{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.07);
}
.contact-box {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.07);
}
.contact-box-left img{
    width: 60px;
    margin-bottom: 20px;
}
.contact-box-left a{
    color: #4A4A4A;
}
.contact-box-right img{
    width: 60px;
    margin-bottom: 20px;
}
.contact-box-right a{
    color: #4A4A4A;
}