body{
	font-family: 'Muli', sans-serif;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
	/*transition: all 0.3s ease-in-out;*/
}
.font-light{
	font-family: 'Muli', sans-serif;
	font-weight: 300;
}
a,li,p,h1,h2,h3,h5,label{
	font-family: 'Muli', sans-serif;	
}
.font-regular{
	font-family: 'Muli', sans-serif;
	font-weight: 400;
}
.font-medium{
	font-family: 'Muli', sans-serif;
	font-weight: 500;
}
.font-semibold{
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}
.font-bold{
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}
.font-exptrabold{
	font-family: 'Muli', sans-serif;
	font-weight: 800;
}
.brown{
	color: #8b7b55;
}
.white{
	color: #fff;
}
.black{
	color: #000000;
}
.blue{
	color: #040f35;
}
.gray{
	color: #bcae8b;
}
header.shrink{
 box-shadow: 0px 0px 15px #00000045; 
}

header .header-logo{
  display: block;
}
header .logo-wrapp{
	display: block;
	position: absolute;
	top: 1px;
  padding: 15px;
}
header .logo-wrapp:before{
  position: absolute;
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #040f35;
  content: "";
  border: 2px solid #9e8a5b;
  z-index: -1;
  opacity: 0;
 /* transition: all 0.3s ease-in-out;*/
}
header.shrink .logo-wrapp:before{
  height: 100%;
  opacity: 1; 
}
header.shrink {
  animation: 0.3s 0.3s fadeInDown both; 
}
header.shrink .logo-wrapp img{
  width: 100px;
}
header .container{
	padding: 0;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;	
	transition: all 0.3s ease-in-out;
}
header.shrink{
	background-color: #fff;
}
header.shrink .navbar-mob .nav-link{
color:#10152a;	
}
.navbar-expand-md {
	justify-content: space-between;
	padding: 10px 0;
}
.navbar-mob .call-link{
	position: relative;
	margin-left: 0;
}
.navbar-mob .call-link span{
	color: #fff;
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
}
.navbar-mob .call-link:before{
	position: absolute;
	content: "";
	top: -16px;
	left: 20px;
	height: 44px;
	width: 35px;
	background-color: #897952;
	z-index: -1;
}
.navbar-mob .call-link:after{
	position: absolute;
	content: "";
	bottom: 3px;
	left: 25px;
	border-top: 25px solid #897952;
	border-left: 25px solid transparent;
	transform: rotate(135deg);
	z-index: -7;
}
.navbar-mob .nav-link{
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	margin-left: 20px;
}
header .navbar-mob .nav-link.active,
header .navbar-mob .nav-link:hover
{
  color: #897952;
}
/*slider css*/
.overlay{
  position: relative;
}
.overlay:before{
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25%;
    width: 100%;
    background-image: linear-gradient(#1d2341b0 60%, transparent 96%);
    z-index: 2;
    content: "";
}
.index-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}
.index-slider .owl-nav .owl-next{
position: absolute;
right: 10%;
transform: rotateY(180deg);
} 
.index-slider .owl-nav .owl-prev{
position: absolute;	
left: 10%;
}
.index-slider.owl-theme  .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 22px;
    margin: 0;
    padding:10px;
    background: #1c2340;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.index-slider.owl-theme .owl-nav [class*=owl-]:hover {
     background: #1c2340;
    color: #FFF;
    text-decoration: none;
}
.index-slider .caption{
	position: absolute;
    bottom: 5%;
    left: 0;
     right: 0;
    text-align: center;
}
.index-slider .caption{
	display: flex;
    align-items: center;
    justify-content: center;
}
.index-slider .caption h1{
	display: inline-block;
	font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 35px 19px;
	transform:skew(-10deg, 0deg);
	text-align: left;
	margin-bottom: 0;
  width: 345px;
    display: flex;
    align-items: center;
    height: 180px;
}
.index-slider .caption  h1 span{
	transform: skewX(10deg);
	display: block;
	transition: all 0.3s ease-in-out
}
.index-slider .caption .caption1 h1{
background-color: rgba(29, 36, 65, 0.8705882352941177);
margin-top: -80px;
text-align: right;
justify-content: flex-end;
}
.index-slider .caption .caption2 h1{
background-color: rgba(139, 123, 85, 0.85);
margin-left: -7px;
}
.index-slider .caption .caption1,
.index-slider .caption .caption2{
	opacity: 0;
}
.index-slider .caption .caption1{
transform: translateX(-150px);
transition: all 0.7s ease-in-out	
}
.index-slider .caption .caption2{
transform: translateX(150px);
transition: all 0.7s ease-in-out
}
.index-slider .owl-item.active .caption .caption1,
.index-slider .owl-item.active .caption .caption2{
transform: translateX(0);
opacity: 1;	
}

/*slider css*/
.product{
	background-image: url(../images/product-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0 40px 0;
}
.product-info .tab-info{
  display: none;
   padding: 0 0 40px;
  }
  .product-info .tab-info.active{
  display: block;
 
  }
  .product-list .item .img-wrapp img{
width: auto !important;
  }
  .product-slider{
  	margin: 0 20px;
  }
  .product-slider .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 30%;
    width: 100%;
}
  .product-slider .owl-nav .owl-next {
  	position: absolute;
  	right: -15px;
  	transform: rotateY(180deg);
  }
  .product-slider .owl-nav .owl-prev{
  	position: absolute;
  	left: -15px;
  }
   .product-slider.owl-theme .owl-nav [class*=owl-],
   .product-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
 
  .product-list .item .product-link{
text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
   .product-list .item{
    padding: 10px 0;
   }
  .product-list .product-link .img-wrapp{
  	min-height: 70px;
  	position: relative;
  	height: 140px;
    width: 140px;
  	border: 1px solid  transparent;
  	border-radius: 50%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	transition: all 0.3s ease-in-out;
  }

  .product-list .product-link .img-wrapp:before{
position: absolute;
  	height: 150px;
    width: 150px;
  	border: 1px solid  rgba(255, 255, 255,0.141);
  	border-radius: 50%;
  	content: "";
  	opacity: 0;
  }
  .product-list .product-link.active .img-wrapp:before{
  	opacity: 1;
  }
.product-list .product-link.active .img-wrapp{
	border: 1px solid  rgba(255, 255, 255,0.49);
}
  .product-list .item .product-link p{
  	font-size: 16px;
  	color: #fff;
  	font-weight: 300;
  	margin-top: 10px;
  }
  .product-list .item .product-link.active p{
color: #85754d;
  }
  .tab-info .product-detail h1{
  	color: #8b7b55;
  	font-size: 50px;
  	font-weight: 700;
  	margin-bottom: 10px;
  }
  .tab-info .product-detail h2{
  	color: #fff;
  	font-size: 30px;
  	font-weight: 700;
  }
  .tab-info .product-detail p{
  	color: #fff;
  	font-size: 17px;
  	font-weight: 300;
  	margin: 10px 0 20px;
  	line-height: 1.412;
  }
   .common-btn{
  	width: 139px;
    height: 39px;
    border: 1px solid rgb(139, 121, 78);
    color: #fff;
    transform: skewX(-15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  .common-btn:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    left: 0;
    top: 0;
    background-color: rgb(199, 157, 107);
    transition: all 0.3s ease-in-out;
  }
  .common-btn:hover:before{
    width: 100%;
  }
  .common-btn:hover span{
    color: #fff;
  }
  .common-btn span,
  .common-btn span:nth-child(2){
  	transform: skewX(15deg);
  }
 
  .common-btn span:nth-child(2){
  	transform: rotate(180deg);
    display: inline-block;
    font-size: 14px;
    vertical-align: super;
    margin-left: 8px;
  }
  .product-info .tab-info .product-img img{
  	display: block;
  	margin: 0 auto;
    width: 280px;
  }
  .counter-div{
    padding: 70px 0;
    position: relative;
 /*   background-image: url(../images/roll1.png), url(../images/roll2.png);
    background-repeat: no-repeat;
    background-position: left 0 top -12px,
                     right 0 bottom -12px ;*/
  }
  .counter-div .roll1{
position: absolute;
    top: -7em;
    left: 0;
  }
  .counter-div .roll2{
position: absolute;
    bottom: -10em;
    right: 0;
  }
  .counter-div .roll1 img{
     animation-name: spinning-circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  }
  .counter-wrapp{
  	display: flex;
    justify-content: center;
  }
  .counter-single {
  flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 25%;
    display: flex;
  }
 .counter-single span{
color: #8b7b55;
display: block;
font-size: 80px;
 }
 .counter-single span.box-delivery{
  font-size: 90px;
 }
.counter-single h1{
color: #040f35;
font-size: 50px;
margin: 0;
font-weight: 500;
}
 .counter-single p{
color: #040f35;
font-size: 20px;
font-weight: 300;
 line-height: 1.186;
 width: 185px;
 }
.counter-middle{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 60%;
}
.counter-single .heading-wrapp{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.counter-single .heading-wrapp span{
  font-size: 50px;
  color: #040f35;
}
.counter-single .heading-wrapp .mt{
  font-size: 30px;
}
/*hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: black;
    height: 1px;
    width: 76%;
    background: red;
    margin: 0 auto;
}*/
.counter-middle .center-text{
	display: flex;
    height: 300px;
    width: 300px;
    background: rgba(16, 21, 42, 1);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.186;
    background-image: url(../images/circle-back.png);
    background-repeat: no-repeat;
    background-position: center;
}
.counter-middle .box1 {
 position: absolute;
    top: 26px;
    left: 26px;
 /*   transform: rotateZ(9deg);*/
    z-index: -1;
    display: block;
}
.counter-middle .box2{
 position: absolute;
    bottom: -16px;
    right: 57px;
    z-index: -1;
    display: block;
}

.counter-middle .center-text p{  
  margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    width: 225px;
}
.client-section{
  background-color: #f2f2f4;
}
.client-slider{
position: relative;
}
.client-slider:before{
position: absolute;
content: "";
width: 5px;
height: 100%;
background-color:  #f2f2f4;
right: 0;
top: 0;
z-index: 1
}
.client-slider .client-wrapper img{
  width: auto !important;
  display: block;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.client-slider .client-wrapper:hover img{
   -webkit-filter: grayscale(0);
   filter: grayscale(0);
    opacity: 1;
}
.client-slider .client-wrapper{
  padding: 30px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.client-slider .client-wrapper:before{
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px solid #fff;
  content: "";
  height: 100%;
}
.client-say{
  padding: 70px 0;
  position: relative;
}
.client-say .earth-img{
position: absolute;
top: -20em;
left: 0;
}
.client-say .top-img,
.client-say .bottom-text{
  display: flex;
    align-items: center;
    justify-content: center;
}
.client-say .bottom-text{
 flex-direction: column;
 text-align: center;
 padding: 0 130px; 
}
.client-say .top-img .img-wrapp{
  position: relative;
}
.client-say .top-img .img-wrapp:before{
 position: absolute;
    content: "";
    bottom: -6px;
    left: -6px;
    right: 0;
    height: 103px;
    width: 103px;
    background-image: linear-gradient(to top, #897952 50%, transparent 50%);
    border-radius: 50%;
    z-index: -1;
}
.client-say .top-img span{
  display: block;
    margin: 0 20px;
}
.client-say h1.heading{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.client-say .bottom-text h1{
font-size: 18px;
margin-bottom: 5px;
}
.client-say .bottom-text h2{
font-size: 15px;
color: #b0bac0;
}
.client-say .bottom-text p{
 font-size: 16px;
 line-height: 1.375;
 margin: 25px 0; 
}
.comment-slider  .owl-nav {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 50%;
}
.comment-slider  .owl-nav .owl-next{
  position: absolute;
  right: 0;
  transform: rotateY(180deg);
} 
.comment-slider  .owl-nav .owl-prev{
position: absolute;
left: 0;
}
.comment-slider.owl-theme .owl-nav [class*=owl-],
.comment-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #897952;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.about-wrapp{
  display: flex;
}
.about-wrapp img{
  display: block;
  width: 100%;
}
.about-left{
 display: flex;
    flex-wrap: wrap;
    width: 50%; 
  }
  .about-left .top-img{
    width: 100%;
  }
  .about-left .top-img,
  .about-left .bottom-img{
overflow: hidden;
  }
   .about-left .top-img img,
  .about-left .bottom-img img{
    transition: all 0.3s ease;
  }
   .about-left .top-img img:hover,
  .about-left .bottom-img img:hover{
   transform: scale(1.1);
  }
.about-left .years{
 height: auto;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #8b7b55;
    color: #fff;
}
.about-left .years .number{
  position: relative;
}
.about-left .years .number span{
font-size: 250px;
display: block;
}
.about-left .years .number h5{
position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 100px;
    font-weight: 600;
}
.about-left .years .number{
  position: relative;
}
.about-left .years p{
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.about-left .bottom-img{
 width: 50%;  
}
.about-right .button-div{
  display: flex;
    align-items: center;
    justify-content: center;
}
.about-right{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40%;
}
.about-right .button-div img{
width: auto;
z-index: 1;
    margin-right: -40px;
}
.about-right .button-div .common-btn{
  width: 160px;
}
.about-right .button-div .common-btn span:nth-child(1){
  margin-left: 30px;
}
.about-right h1{
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.about-right p{
  font-size: 17px;
  font-weight: 300;
  margin: 20px 0 100px;
  width: 430px;
  text-align: center;
   color: rgba(255, 255, 255, 0.8);
}

.home-about{
  background-color: #1b2b63;
}
.corrugated-services{
  background-image: url(../images/blue-back.jpg);
  background-repeat: no-repeat;
 background-size: cover;
padding: 90px 0 100px;
}
.corrugated-services .service-left h1{
font-size: 40px;
  line-height: 1.125;
 color: rgba(188, 174, 139, 0.878);
}
.corrugated-services .service-left p{
 font-size: 18px;
  line-height: 1.3;
  margin: 10px 0 30px;
  width: 410px;
}
.corrugated-services .service-left ul{
  padding: 0 0 0 30px;
}
.corrugated-services .service-left ul li{
  color: rgba(255, 255, 255, 0.8);
font-size: 18px;
list-style-type: disc;
margin-bottom: 10px;
}
.corrugated-services .service-left{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.service-box{
  display: flex;
}
.service-box .box-inner{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
}
.service-box .box-inner span{
  display: block;
  font-size: 90px;
}
.service-box .box-inner h5{
  font-size: 18px;
  margin: 10px 0 0 0;
}
/*.service-right .circle-slider .item img{
  width: auto;
  margin: 0 auto;
}*/
.service-right .slider-wrapp{
  position: relative;
  padding-left: 150px;
}
.service-right .slider-wrapp:before{
 position: absolute;
    right: -7px;
    top: -7px;
    height: 500px;
    width: 500px;
    content: "";
    background-image: linear-gradient(to left, #897952 50%, transparent 50%);
    border-radius: 50%;
}
.circle-slider .item{
  overflow: hidden;
}
.circle-slider .item img{
transition: all 0.3s ease-in-out;
}
.circle-slider .item:hover img{
transform: scale(1.1);
}
.service-right {
  position: relative;
}
.service-right span.box {
  position: absolute;
  display: block;
}
.service-right span.box1{
top: -20px;
    left: 174px;
}
.service-right span.box2{
top: 70px;
    left: 80px;
}
.service-right span.box3{
top: 215px;
    left: 45px;
}
.service-right span.box4{
 bottom: 72px;
    left: 87px;
}
.service-right span.box5{
bottom: -39px;
    left: 172px;
}


.circle-slider .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
   bottom: -60px;
    left: 0;
    right: 0;
}
.circle-slider.owl-theme .owl-dots .owl-dot span {
   width: 14px;
    height: 14px;
    margin: 5px 4px;
    background: transparent;
    border: 2px solid #fff;
}
.owl-theme.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme.owl-theme .owl-dots .owl-dot:hover span {
    background: #897952;
}
.circle-slider .owl-stage-outer{
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.slider-div.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.slider-div.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-div.breadcum .parallax-content {
  position: relative;
  left: 50%;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%; 
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-div.breadcum h1:before{
  display: none;
}
/*about page*/
.breadcum {
  position: relative;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
} 
.breadcum h1 {
 font-size: 53px;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    margin: 0;
}
.breadcum h1:before{
 position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
    height: 6px;
    background-color: #897952;
    content: "";
}
.four-step h1.heading{
  font-size: 37px;
}
.four-step{
 padding: 70px 0;
 background: #e3e3e3a8;
}
.four-step p.text{
 font-size: 18px;
 line-height: 1.278; 
 margin-bottom: 35px;
}
.steps-wrapp{
  display: flex;
    justify-content: space-evenly;
}
.steps-wrapp .right-arrow{
  position: relative;
}
.steps-wrapp .right-arrow:before{
 position: absolute;
    content: "\e90b";
    font-family: 'icomoon' !important;
    top: 25%;
    right: -65px;
    color: #d6d6d6;
    font-size: 35px;
}

.steps-wrapp .step-single{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.steps-wrapp .step-single span{
  display: block;
  font-size: 120px;
  color: #8b7b55;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.steps-wrapp .step-single span.delivery{
  font-size: 135px;
}
.steps-wrapp .step-single p{
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  margin: 15px 0 0 0;
}
.overview{
  margin-top: 50px;
  position: relative;
}
.about-main .img-wrapp{
  padding-top: 30px;
}
.overview h1{
  font-size: 35px;
}
.overview p{
  font-size: 16px;
    color: rgb(119, 119, 122);
  line-height: 1.267;
}
.overview .paper-box1{
 position: absolute;
    top: -65px;
    right: 0;
}
.overview .paper-box2{
  position: absolute;
    bottom: -25px;
    right: -90px;
}
.overview .paper-box3{
 position: absolute;
   bottom: -68px;
    left: -90px;
}
.about-main{
  padding: 70px 0;
}
.vision-main{
  display: flex;
  position: relative;
}
.vision-main .vision{
  background-image: url("../images/vision.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(50px);
}
.vision-main .mission{
  background-image: url("../images/mission.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vision-main .mission,
.vision-main .vision{
  width: 50%;
    display: flex;
    align-items: center;
    padding: 70px 0;
}
.vision-main:before{
position: absolute;
    top: 0;
    right: 0;
    width: 17px;
    background-color: #fff;
    height: 480px;
    content: "";
    transform: skewX(-2deg);
    margin: 0 auto;
    left: 0;
    z-index: 1;
}
.vision-main .middle-box{
position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    text-align: center;
    z-index: 1;
    top: 30%;
}
.vision-main .wrapp{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vision-main .vision-wrapp{
  position: absolute;
    right: 120px;
}
.vision-main .mission-wrapp{
  margin-left: 170px;
}
.vision-main .wrapp span{
  display: block;
  color:#c0ae84;
  font-size: 90px;
  padding: 5px;
  border: 1px solid #c0ae84;
  border-radius: 50%;  
}
.vision-main .wrapp h1{
  font-size: 25px;
  margin-top: 20px;
}
.vision-main .wrapp p{
  font-size: 16px; 
   color: rgba(255, 255, 255, 0.671);
  line-height: 1.267;
  text-align: center;
    width: 370px;
}
.vision-main .mission-wrapp span{
  font-size: 60px;
  padding: 15px;
}
.gallery-main{
  padding: 70px 0 0 0;
}
.gallery-main .view-more{
  margin: 0 auto 40px;
  color: #111837;
}
.gallery-main .view-more span:nth-child(2){
  display: inline-block;
  transform: rotate(260deg) !important;
  color: #111837;
}
.gallery-wrapp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-wrapp .gallery-single{
  width: 31%;
  margin-bottom: 60px;
}
.gallery-wrapp .gallery-single p{
  color: rgb(34, 38, 60);
  font-weight: bold;
  line-height: 1.125;
  font-size: 17px;
  text-align: center;
  margin: 20px 0 0 0;
}
.gallery-wrapp .gallery-single .img-wrapp{
  position: relative;
}
.gallery-wrapp .gallery-single .img-wrapp:before{
  position: absolute;
    content: "";
    bottom: -6px;
    width: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 8px;
    background-color: rgb(217, 219, 229);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.gallery-single .img-inner{
  overflow: hidden;
}
.gallery-single .img-inner img{
  transition: all 0.3s ease-in-out;
}
.gallery-single .img-inner:hover img{
  transform: scale(1.1);
}
.lg-backdrop{
  background-color: rgba(0, 0, 0, 0.69) !important;
}
.product-section{
  background-color:#eff0f0; 
}
.products-detail{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.products-detail .products-single{
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 100px;
  padding: 25px 0 50px 0;
  cursor: pointer;
  z-index: 1;
}
.products-detail .products-single img{
  width: 170px;
}
.products-detail .products-single:before{
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
 background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-in-out;
  z-index: -1; 
 opacity: 0;
}

.products-detail .products-single .read-more{
  position: absolute;
    bottom: -40px;
    width: 120px;
    height: 39px;
    color: #fff;
    transform: skewX(-15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: rgb(138, 121, 80);
    border: none;
    font-weight: 400;
    cursor: pointer;
    opacity: 0;
     transition: all 0.3s ease-in-out;
     left: 0;
     right: 0;
     margin: 0 auto;
}

.products-detail .products-single .read-more span:nth-child(2) {
    transform: rotate(180deg) skewX(15deg) !important;
    display: inline-block;
    font-size: 14px;
    vertical-align: super;
    margin-left: 8px;
}
.products-detail .products-single .read-more  span, 
.products-detail .products-single .read-more  span:nth-child(2) {
    transform: skewX(15deg);
}
.products-detail .products-single p{
  position: absolute;
    bottom: 10px;
    font-size: 20px;
    margin: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}
.product-section h1{
  font-size: 115px;
  margin: 0;
  line-height: 0.6;
   color: rgba(255, 255, 255, 0.522);
}
.product-section h2{
  font-size: 40px;
  margin: 0 0 70px 0;
}
.product-section{
  padding: 50px 0 0 0;
}
.product-modal .product-info{
  display: flex;
}
.product-modal .modal-body{
  padding: 30px 20px;
  position: relative;
}
.product-modal .modal-body:before{
  position:absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  height: 5px;
  margin: 0 auto;
  background-color: rgb(174, 131, 96);
}
.modal-dialog {
    max-width: 620px;
}
.product-modal .img-left{
  width: 37%;
  text-align: center;
  margin-right: 25px;
}
.product-modal .detail-info{
  width: 65%;
}
.product-modal .detail-info h1{
  font-size: 26px;
}
.product-modal .detail-info p{
  font-size: 15px;
  color: #77777a;
  line-height: 1.267;
}
.product-modal .close{
  position: absolute;
    right: -18px;
    top: -30px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
}
.product-modal .product-info .common-btn{
  margin: 90px auto 0;
}
.product-modal .product-info .common-btn span{
 color: #040f35;
}
.product-modal .product-info .common-btn.show-more{
margin:30px auto 0; 
}
/*.product-modal{
  position: relative;
}*/
.product-modal .modal-content{
  border-radius: 0;
  border:none;
}
.high-quality {
  padding: 60px 0 40px;
}
.high-quality .left-text h1{
  font-size: 30px;
  margin-bottom: 20px;
}
.high-quality .left-text p{
  font-size: 15px;
  color: #77777a;
   line-height: 1.6;
}
.high-quality .left-text{
  margin-right: 30px;
}
.high-quality .img-div .img-wrapp{
  margin-bottom: 10px;
}
.high-quality .img-div .img-wrapp img{
  transition: all 0.3s ease-in-out;
}
.high-quality .img-div .img-wrapp{
  overflow: hidden;
  position: relative;
} 
.high-quality .img-div .img-wrapp:hover img{
transform: scale(1.1);
}
.high-quality .img-div{
  margin-right: 40px;
}
.quality-section3 h1{
  font-size: 30px;
    line-height: 1.3;
    width: 86%;
    margin: 0 auto 15px;
}
.quality-section3 p{
  color: #77777a;
  font-size: 15px;
    line-height: 1.3;
    width: 78%;
    margin: 0 auto;
}
.benefit-wrapp {
  display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
.benefit-wrapp .benefits li{
font-size: 17px;
position: relative;
padding: 0 0 0 30px;
margin-top: 15px;
}
.benefit-wrapp .benefits li:before{
position: absolute;
left: 0;
top: 0;
content: "\e916";
font-size: 14px;
font-family: 'icomoon' !important;
color: #ae8360;
font-weight: 300;
font-size: 20px;
}
.quality-section3{
  padding: 50px 0;
  position: relative;
}
.quality-section3 .box-img{
  position: absolute;
  top: -13em;
  left: 0;
}
.quality-section3 .call-div{
  text-align: center;
}
.quality-section3 .call-div span{
  color: #040f35;
  font-size: 21px;
  font-weight: 300;
  display: inline-block;
  margin-right: 15px;
}
.quality-section3 .call-div a{
  display: inline-block;
  border:1px solid rgba(174, 131, 96, 0.29);
  border-radius: 30px;
  width: 267px;
  height: 53px; 
  padding: 10px 0;
  font-size: 22px;
  color: #040f35;
  font-weight: 700;
}
.quality-section3 .call-div a span{
  display: inline-block;
  font-size: 25px;
  margin-right: 10px;
  color: #ae8360;
  vertical-align: middle;
}
.our-certificate{
  background-color: #ae8360;
  background-image: url(../images/certificate-back.jpg);
  background-repeat: no-repeat;
  background-size: 53% 100%;
  position: relative;
  top: 0;
  z-index: 0;
}
.our-certificate:before{
 position: absolute;
    content: "";
    left: 52%;
    margin: 0 auto;
    height: 100%;
    width: 50px;
    background-color: #ae8360;
    transform: skewX(-6deg);
    z-index: -1;
}
.certificate-slider .item img{
  width: auto !important;
}
.certificate-wrapp{
  display: flex;
  z-index: 1;
  padding: 80px 0;
}
.certificate-wrapp .left-text{
  width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.certificate-wrapp .left-text h1{
  font-size: 35px;
}
.certificate-wrapp .left-text p{
  font-size: 35px;
   color: rgba(255, 255, 255, 0.639);
   font-size: 16px;
   line-height: 1.6;
   width: 410px;
}
.certificate-wrapp .courosal-div{
  width: 53%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificate-slider .item .img-wrapp{
  display: flex;
  align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
  margin: 0 12px;
   min-height: 210px;
    padding: 40px 0;
}
.certificate-slider .item{
  padding: 20px 0;
}
.certificate-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 40%;
}
 .certificate-slider .owl-nav .owl-next{
position: absolute;
right: -30px;
transform: rotateY(180deg);
 }
  .certificate-slider .owl-nav .owl-prev{
position: absolute;
left: -30px;
  }
  .certificate-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 35px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.certificate-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    background: transparent;
}
.form-wrapp{
  padding: 70px 0;
}
.form-wrapp .form-left{
 background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.15);
  position: relative;  
}
.form-wrapp .form-left .form-strip{
  display: block;
    line-height: 0.2;
}
.form-wrapp .form-left .bottom-box{
  position: absolute;
    bottom: -45px;
    right: -140px;
}
.form-left .top-heading{
background-color: #040f35;
color: #fff;
text-align: center;
border-radius: 10px 0 0 0;
padding: 30px 0;
position: relative;
}
.form-left .top-heading:before{
  position: absolute;
    content: "";
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 81px;
    width: 131px;
    background-color: #040f35;
    border-bottom-left-radius: 11px;
    transform: rotate(-47deg);
    z-index: -1;
}
.form-left .top-heading h1{
  font-size: 40px;
  margin-bottom: 0;
}
.form-left .top-heading span{
color:#897952;
font-size: 55px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.form-left .top-heading p{
 font-size: 20px;
  line-height: 1.263; 
  width: 430px;
    margin: 0 auto; 
}
.form-left .form-middle .form-group{
  position: relative;
  margin-bottom: 30px;
}
.form-left .form-middle{
  padding: 40px;
}
.form-left .form-middle .form-group label
{
  position: absolute;
    top: 14px;
    left: 40px;
    color: rgb(127, 126, 126);
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    pointer-events: none;
}
.form-middle .form-group span{
 position: absolute;
  top: 8px;
  left: 0;
   color: rgb(127, 126, 126);
   line-height: 1.5;
 font-size: 25px;
}
.form-middle .form-group span.help-block {
 font-size: 12px;
    color: red;
    position: absolute;
    top: 55px;
    left: 10px;
}
  input[type=number]::-webkit-inner-spin-button, 
 input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.form-left .form-middle .form-group .form-control
{
 border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.259);
    border-radius: 0;
    padding: 0 0 0 35px;
    height: 50px;
    font-size: 16px;
     color: rgb(127, 126, 126);
}
 .form-middle .form-group .form-control.input-box{
  height: auto;
  padding: 15px 0 0 35px;
 }
 .form-middle .captcha-div{
  justify-content: center;
  display: flex;
 }
 .form-middle .request-btn{
  width: 196px;
  height: 47px;
   background-color: rgb(4, 15, 53);
   border: none;
   color: #fff;
   font-size: 17px;
  margin: 17px auto 0;
    text-transform: uppercase;
    display: block;
    position: relative;
    z-index: 1;
 }
 .form-middle .request-btn:before,
 .error-page .btns:before{
  position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    left: 0;
    top: 0;
    background-color: rgb(199, 157, 107);
    transition: all 0.3s ease-in-out;
    z-index: -1;
 }
 
.form-middle .request-btn span{
  transform: rotateY(180deg);
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
    vertical-align: middle;
}
.contact-right h1{
  font-size: 30px;
    width: 415px;
    margin: 0 auto;
     line-height: 1.233;
     color: rgb(4, 15, 53);
}
.contact-right .address-box{
  display: flex;
  flex-wrap: wrap;
}
.contact-right .address-box .address-single{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.contact-right .address-box .address-single:nth-child(1),
.contact-right .address-box .address-single:nth-child(2){
  width: 50%;
}
.contact-right .address-box .address-single:nth-child(1){
  position: relative;
}
.contact-right .address-box .address-single:nth-child(1):before{
  position: absolute;
    content: "";
    top: 35px;
    right: 35px;
    height: 150px;
  width: 1px;
  background-color:rgba(4, 15, 53, 0.122); 
}
.contact-right .address-box .address-single:nth-child(3){
  width: 100%;
  border-top: 1px solid rgba(4, 15, 53, 0.122);
}
 .address-box .address-single:nth-child(2) .social-icon a{
color: #bbbec8;
font-size: 25px;
margin-right: 15px;
 }
.address-box .address-single:nth-child(2) .social-icon{
  margin-top: 10px;
}
.contact-right .address-box .address-single span{
  display: block;
  font-size: 40px;
  color: #897952;
}
.contact-right .address-box .address-single p{
font-size: 18px;
  color: #040f35;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}
.contact-right .address-box .address-single a,
.contact-right .address-box .address-single h1{
font-size: 18px;
  color: #040f35;
  margin: 0;
  line-height: 1.6;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.contact-right .address-box .address-single a{
  margin-bottom: 5px;
}
.contact-right .address-box .address-single h1{
 font-size: 17px; 
 margin-bottom: 15px;
}
.sitemap{
  padding: 40px 0;
}
.sitemap .m-menu{
  color: #040f35;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.sitemap .s-menu{
 color: #040f35;
    font-size: 16px;
    font-weight: 400;
    display: block; 
}
/*error div*/
.error-page{
  padding: 70px 0;
}
.error-page .btns{
width: 120px;
    height: 47px;
    background-color: rgb(4, 15, 53);
    border: none;
    color: #fff;
    font-size: 15px;
    margin: 17px auto 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 0;
    position: relative;
    z-index: 1;
} 
.error-page h1 {
  font-size: 40px;
  margin: 0 0 15px;
}
.error-page h2 {
  font-size: 30px;
  margin: 0 0 5px;
} 
.error-page p{
  color: rgb(119, 119, 122);
  font-size: 18px;
} 

/*error div*/
.common-page{
  padding: 60px 0;
}
.common-page h1{
  font-size: 22px;
}
.common-page p{
  font-size: 18px;
  color: rgb(119, 119, 122);
   margin-bottom: 30px;
}
.common-page a{
    color: #040f35;
}
/*footer css*/
.footer{
	background-color: #10152a;
}
.top-footer{
	display: flex;
	padding: 50px 0;	
  background-image: url(../images/footer-blue-circle.png);
  background-position: 0 168%;
  background-repeat: no-repeat;
}
.top-footer .column h2{
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	margin: 0 0  10px;
}
.top-footer .column ul{
	padding: 0;
}
.top-footer .column .connect span{
	color: #8b7b55;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.top-footer .column .connect span:nth-child(2){
	transform: rotate(90deg);
}
.top-footer .column .connect a{
	font-size: 15px;
	font-weight: 400;
	color: #b6b9c4;
	line-height: 2.385;
   transition: all 0.3s ease-in-out;
}
.top-footer .column li a
{
	font-size: 13px;
	font-weight: 300;
	color: #b6b9c4;
  margin: 0 0 10px;
	transition: all 0.3s ease-in-out;	
  display: block; 
}
.top-footer .column li a:hover,
.top-footer .column .connect a:hover,
.top-footer .column5 .social a:hover{
	color: #fff;
}
.top-footer .column p{
	font-size: 13px;
	font-weight: 300;
	color: #b6b9c4;
	line-height: 1.615;
}
.top-footer .column1{
	width: 30%;
}
.top-footer .column1 img{
	display: block;
	margin: 0 0 0 30px;
}
.top-footer .column2{
	width: 12%;
}
.top-footer .column3{
	width: 19%;
}
.top-footer .column4{
	width: 18%;
}
.top-footer .column5{
	width: 22%;
}
.top-footer .column5 .social a{
	font-size: 33px;
	margin-right: 10px;
	color: #989aa3;
	margin: 20px 15px 0 0;
	display: inline-block;
   transition: all 0.3s ease-in-out;
}
.top-footer .column5 .contact span{
	color: #8b7b55;
	font-size: 20px;
	float: left;
}
.top-footer .column5 .contact p{
	font-size: 13px;
	font-weight: 400;
	color: #b6b9c4;
	margin-left: 25px;	
}
.top-footer .column5 hr{
	border-top: 1px solid  rgba(255, 255, 255, 0.071);
	margin: 40px 0;
}
.top-footer .column1 hr{
	border-top: 1px solid  rgba(255, 255, 255, 0.071);
	margin: 30px 0;
	width: 75%;	
}
.top-footer .column1,
.top-footer .column4{
	position: relative;
}
.top-footer .column1:before,
.top-footer .column4:before{
	position: absolute;
	content: "";
	right: 40px;
	top: 0;
	height: 300px;
	width: 2px;
	background-color: rgba(255, 255, 255, 0.071);
}

.bottom-footer{
	background: #0d1122;
	padding: 10px 0;
}
.bottom-footer span{
	color: #b6b9c4;
	display: inline-block;
	font-size: 13px;
}
.bottom-footer span.slash{
	margin: 0 5px;
}
.bottom-footer a{
	color: #b6b9c4;
	display: inline-block;
	font-size: 13px;	
}
.bottom-footer a:hover{
	color: #bcae8b
}
.top-arrow {
  text-decoration: none;
    background: #1b2b63;
  padding: 8px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px; 
  text-align: center;
  display: none;
 /* z-index: 1;*/
}
.top-arrow span{
  color: #a89c81;
   font-size: 18px; 
   display: block;
    transform: rotate(90deg);
}
.lg-prev.hidden,
.lg-next.hidden {
    opacity: 0;
    pointer-events:none;
}
.our-focus{
 padding: 120px 0 60px;
}
.our-focus .focus-wrapp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-focus .focus-wrapp .focus-single{
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.our-focus .focus-wrapp .focus-single h1{
font-size: 22px;
}
.our-focus  h2.heading{
font-size: 37px;
margin-bottom: 40px;
}
.our-focus .focus-wrapp .focus-single p{
font-size: 16px;
    min-height: 180px;
    margin-bottom: 0;
  }
.our-focus .focus-wrapp .focus-single span{
font-size: 100px;
min-height: 140px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: #040f35;
}
.our-focus .focus-wrapp .focus-single span.durability{
  font-size: 130px;
}
/*footer css*/
/*@-webkit-keyframes spinning-circle {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(-20px); }
}
@keyframes spinning-circle  {
    0% { transform: translateY(0); }
     25% { transform: translateY(5px); }
    50% { transform: translateY(10px); }

     75% { transform: translateY(-5px); }
     90% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .steps-wrapp {
    justify-content: space-around;
} 
.client-say .top-img, .client-say .bottom-text,
.counter-middle .center-text,
.vision-main .mission, .vision-main .vision{
  align-items: stretch;
}
.products-detail .products-single{
  display: block;
  text-align: center;
}
 .product-list .product-link .img-wrapp::before{
position: absolute;
    height: 150px;
    width: 150px;
    border: 1px solid  rgba(255, 255, 255,0.141);
    border-radius: 50%;
    content: "";
    opacity: 0;
    top: -6px;
    left: -6px;
  }
}
