@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

:root {
--text-color: #666;
--heading-font-family:"Unbounded", sans-serif;
--text-font-family:"Poppins", sans-serif;
--theme-color1: #b4884b;
/* --theme-color1: #fa5e07; */
--bs-breadcrumb-divider: '\e628';
}


/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/

.offcanvas{
transition: all .7s ease;
-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
}

body{
overflow-x: hidden;
font-family: var(--heading-font-family);
}

p{
font-size: 15px;
color: var(--text-color);
}


header{
padding: 13px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.logo img{
width: 140px;
  position: absolute;
  top: -14px;
  background: #fff;
  padding: 5px 8px;
  border-radius: 0 0 6px 6px;
}

.navbar {
  padding:0px;
}

#navbarTogglerDemo02 {
justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
  padding:14px 16px;
  font-size: 14px;
  color: #fff;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  position: relative;
  letter-spacing: 0.2px;
  margin: 0 2px;
}



.navbar-light .navbar-nav .nav-link::after{
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: -16px;
background: var(--theme-color1);
height: 2px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}


.navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link:focus::after, .navbar-light .navbar-nav .nav-link.active::after {
  left: 0;
  right: 0;
}

.dropdown-toggle::after {
display: inline-block;
border: none;
}


.navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link.active::after{
opacity: 1;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color: var(--theme-color1);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: var(--theme-color1);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
/*  border-top: 4px solid\9;*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;

}

.dropdown-item {
padding: 10px 25px;
position: relative;
font-size: 15px;
color: var(--text-color);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
border-radius: 0;
font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--theme-color1);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--theme-color1);
}

.dropdown:hover .dropdown-menu{
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}

.dropdown .dropdown-menu{
visibility: hidden;
display: block;
opacity: 0;
-webkit-transition: all 320ms linear 0ms;
-moz-transition: all 320ms linear 0ms;
-ms-transition: all 320ms linear 0ms;
-o-transition: all 320ms linear 0ms;
transition: all 320ms linear 0ms;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
transform-origin: 0 0 0;
border-radius: 0px;
top: 64px;
min-width: 240px;
}


 .dropdown-submenu {
      position: relative;
      cursor: pointer;
    }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      display: none;
      position: absolute;
    }

     @media (min-width: 992px) {
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
    }

.dropdown-submenu .dropdown-menu {
left: 98%;
}

.navbar-light .navbar-nav .nav-link.top-search{
padding: 0px 20px 0 8px;
  font-size: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link.top-search::after{
  display: none;
}

/* #offcanvasTop{
  height: 80px;
} */
.search-form {
  width: 90%;
}

#productList li{
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
}

#productList li a{
  color: var(--text-color);
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
}

.form-control:focus {
	border-color:var(--theme-color1);
	box-shadow:none;
}

.search-form .form-control{
font-weight: 300;
  font-size: 14px;
  border-radius: 0px;
  height: 45px;
}

.top-cnt a, .bnr-link{
text-decoration: none;
  background-color: var(--theme-color1);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.top-cnt a::before, .bnr-link::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--theme-color1);
  filter: brightness(90%);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.top-cnt a i, .bnr-link i{
  display: inline-block;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  padding-left: 3px;
  position: relative;
  top: -1px;
}

.top-cnt a:hover i, .bnr-link:hover i{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}

.top-cnt a:hover::before, .bnr-link:hover::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.side-menu a{
cursor: pointer;
margin-left: 15px;
}

.side-menu a img{
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.side-menu a:hover img{
  filter: brightness(100);
}



.side-pr h4, .side-pr h6{
color: var(--theme-color1);
font-weight: 400;
}

.side-pr p{
font-weight: 300;
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
}

.side-pr p i{
  font-size: 16px;
  color: var(--theme-color1);
}

.ban-1{
padding: 0;
display: flex;
flex-direction: column;
top: 20%;
bottom: 0;
align-items: center;
justify-content: center;
left: 15%;
right: 15%;
}

.ban-1 h2, .ban-2 h2{
  font-size: 44px;
}

.ban-1 p{
  color: #fff;
  padding: 0 100px;
}

.ban-2{
text-align: left;
padding: 0;
display: flex;
flex-direction: column;
top: 20%;
bottom: 0;
align-items: start;
justify-content: center;
left: 15%;
right: 40%;
}

.ban-2 p{
  color: #fff;
}

.ban-3{
text-align: left;
padding: 0;
display: flex;
flex-direction: column;
top: 12%;
bottom: 0;
align-items: start;
justify-content: center;
left: 50%;
right: 12%;
}

.ban-3 p{
  color: #fff;
}



.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}

.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}

.carousel .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}

.carousel-caption {
transition: opacity 500ms;
}



.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}


.sec-1{
padding: 80px 0;
position: relative;
z-index: 9;
}

.sec-1::before{
position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 85%;
  background: #f8f8f8 url(../images/sec1-bg.png) right bottom no-repeat;
  height: 100%;
  z-index: -1;
}

.experience-bx{
position: absolute;
  right: -34px;
  bottom: 20%;
  background: var(--theme-color1);
  color: #fff;
  padding: 30px 52px 30px 30px;
}

.experience-bx img{
width: 60px;
  filter: invert(100%);
  margin-bottom: 5px;
}

.experience-bx h3{
  font-size: 50px;
  font-weight: 600;
}

.experience-bx p{
font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.subheading{
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
position: relative;
}

.subheading::before{
position: relative;
  content: '';
  left: 0;
  top: -1px;
  background-color: var(--theme-color1);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.sec1-right h2{
  font-size: 37px;
  color: #0b2443;
}


.sec1-right h5{
font-weight: 400;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.sec1-right p{
font-weight: 300;
font-size: 14px;
line-height: 26px;
}


.sec1-right ul li{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.sec1-right ul li i{
  color: var(--theme-color1);
  padding-right: 3px;
    font-size: 16px;
}


.sec1-right a{
text-decoration: none;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.sec1-right a:hover{
  color: var(--theme-color1);
}
.sec1-right a i{
  background: #111;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-left: 8px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.sec1-right a:hover i{
  background-color: var(--theme-color1);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.sec-2{
padding: 70px 0;
}

.sec-2 h2{
  font-size: 37px;
  color: #0b2443;
}


.sec2-bx{
  position: relative;
  overflow: hidden;
  margin: 15px 15px 0 15px;
}



.sec2-bx::before{
content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(180deg,rgba(36,39,43,0) 50%,#111213 100%);
  opacity: .75;
  z-index: 1;
}

.sec2-bx img{
  transition: .6s ease;
  -webkit-transition: .6s ease;
  -moz-transition: .6s ease;
  width: 100%;
}

.sec2-bx h4{
position: absolute;
  bottom: 20px;
  color: #fff;
  z-index: 9;
  left: 20px;
}

.sec2-bx:hover img{
  transform: scale(1.1);
  -webkit-ransform: scale(1.1);
  -moz-transform: scale(1.1);
}


.slick-pre, .slick-nxt{
position: absolute;
  left: auto;
  right: 50px;
  background: var(--theme-color1);
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  top: -90px;
  cursor: pointer;
}

.slick-nxt{
  right: 0px;
}

.sec-3{
padding-bottom: 70px;
}

.counter {
text-align: center;
padding: 30px;
}

.counter span {
  font-size: 40px;
  color: var(--theme-color1);
  margin-bottom: 15px;
  display: inline-block;
}

.counter h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0b2443;
}

.counter h3::after {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
}

.counter h3.add::after {
  display: none;
}

.counter p{
margin: 0;
}

.sec-4 {
padding: 70px 0 0;
position: relative;
}

.sec4-title{
display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.sec-4::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 85%;
	background-color: #f8f8f8;
	height: 100%;
	z-index: -1;
}

.sec4-title p{
font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}


.sec4-outter{
position: relative;
z-index: 9;
}

.sec4-outter::before{
  position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
border-top: 0;
background: #000;
opacity: 0.5;
z-index: 0;
}

.sec4Boxes{
height: 550px;
}


.sec4-box {
cursor: pointer;
flex-basis: 33.33%;
border-right:1px solid rgba(255,255,255,0.3); 
color: var(--bs-white);
padding: 50px 30px;
align-items: start;
}


.sec4-box h1 {
	font-size: 5rem;
	line-height: 64px;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255,.5);
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
  margin-bottom: 25px;
}


.sec4-box h4{
font-family: var(--heading-font-family);
margin-bottom: 12px;
}

.sec4-box p{
font-family: var(--text-font-family);
font-size: 15px;
color: #fff;
}

.sec4-box a {
text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.sec4-box a i {
	background: var(--theme-color1);
	color: #fff;
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	margin-left: 8px;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
}

.sec4-box a:hover {
	color: var(--theme-color1);
}

.sec4-box a:hover i {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}


.sec4-box .sec4-bx2 {
  opacity: 0;
  transition: transform .9s ease;
  -moz-transform: translateY(170px);
  -ms-transform: translateY(170px);
  -webkit-transform: translateY(170px);
  transform: translateY(170px);
}

.sec4-box:hover .sec4-bx2 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.sec4-box img {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
transition: .7s ease;
height: 100%;
  object-fit: cover;
}

.sec4-box img.active, .sec4-box img.default {
opacity: 1;
}

@media only screen and (max-width: 576px){

.sec4-box{
height: auto !important;
margin-bottom: 20px;
flex-basis: 100%;
position: relative;
overflow: hidden;
}

.sec4-box img{
opacity: 1;
width: 100%;
}

.d-flex.position-relative.overflow-hidden.flex-wrap{
height: auto !important;
 overflow: visible !important;
}

}


.sec-5{
padding: 70px 0;
background: #f8f8f8 url(../images/sec5-bg.png) left no-repeat;
position: relative;
}

.sec5-right{
position: relative;
}

.sec-5::before{
position: absolute;
content: '';
right: 0;
bottom: 0;
width: 35%;
background-color: var(--theme-color1);
height: 100%;
}


.sec-5 p {
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
}

.why-bx{
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}

.why-bx img{
  width: 55px;
  height: 55px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.why-bx:hover img{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.why-bx h4{
font-size: 18px;
color: #0b2443;
}

.why-bx p{
line-height: 22px;  
}

.sec-6{
padding: 70px 0;
}

.sec6-bx a{
text-decoration: none;
  border: 1px solid #e1e1e1;
  display: block;
  padding: 15px;
  margin: 15px 15px 0;
  position: relative;
}

.sec6-bx a img{
transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
}

.sec6-bx a:hover img{
transform: scale(1.06);
-webkit-transform: scale(1.06);
-moz-transform: scale(1.06);
}

.sec6-bx a span{
  color: var(--theme-color1);
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  background: #fffbf9;
  z-index: 99;
  transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
}

.sec6-bx a span:hover{
  background-color: var(--theme-color1);
  color: #fff;
} 

.sec6-bx p{
  margin: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 12px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.inner-banner{
padding: 200px 0 50px;
background: url(../images/inner-banner.jpg);
background-size: cover;
position: relative;
z-index: 9;
}

.inner-banner::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: -1;
}

.in-ban-title h1{
color: #fff;
}

.in-ban-title ul{
  display: inline-flex;
  justify-content: center;
  border:1px solid rgba(255, 255, 255, 0.3);
  padding: 2px 8px;
}

.in-ban-title ul li{
font-weight: 300;
  font-size: 14px;
  color: var(--theme-color1);
}

.in-ban-title ul li a{
  text-decoration: none;
  color: #fff;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.in-ban-title ul li a:hover{
  color: rgba(255, 255, 255, 0.8);
}

.in-ban-title ul li a span{
  padding: 0 8px;
  position: relative;
  top: 1px;
}


.inner-matter{
padding: 60px 0;
}

.inner-matter p{
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
}

.qty-bx{
text-align: center;
  background-color: #f8f8f8;
  padding: 25px 12px;
  margin-bottom: 15px;
    transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.qty-bx span{
  width: 50px;
  height: 50px;
  /* background-color: #ffeade; */
    background-color:#ffecd1;
  color: var(--theme-color1);
  font-size: 25px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-bottom: 12px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.qty-bx h5{
  margin-bottom: 2px;
  font-weight: 400;
}

.qty-bx:hover span{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
}

.qty-bx:hover{
  transform: translateY(-6px);
  box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}

.process-box i{
  font-size: 25px;
  /* background: #ffeade; */
  background: #ffecd1;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-left: -4px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.process-box:hover i{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
}


.process-box .hisbar {
	position: relative;
	height: 2px;
	background: #ececec;
margin: 30px 0;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
}

.process-box .hisbar::before {
	height: 20px;
	width: 20px;
	background: #FFF;
	border: 6px solid var(--theme-color1);
	position: absolute;
	left: 0;
	top: -9px;
	border-radius: 50%;
	z-index: 1;
	content: '';
}

.process-box h5{
  font-weight: 400;
  font-size: 18px;
}
.process-box p{
  padding-right: 10px;
} 


.cer-bx {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	overflow: hidden;
	transition: 0.3s;
}

.iso-header {
background: linear-gradient(135deg,#fa5e07,#ffc3a1);
  color: #fff;
  padding: 20px;
  font-weight: 400;
  font-size: 15px;
}

.badge-iso {
background: #019a39;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
}

.cer-bx img{
  padding: 20px;
}

.cer-bx p{
  text-align: center;
  font-weight: 400;
  color: var(--theme-color1);
  font-size: 18px;
  margin: 0;
}

.cer-bx a{
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  /* background: #222; */
  background-color: #0b2443;
  color: #fff;
  border-radius: 6px;
  padding: 7px 10px;
  margin: 12px 0;
}

.pro-box a{
  text-decoration: none;
  border: 1px solid #e1e1e1;
  display: block;
  padding: 15px;
margin-bottom: 25px;
  position: relative;
}

.pro-box a::before{
position: absolute;
  content: '';
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--theme-color1);
  bottom: 0;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.pro-box a:hover::before{
width: 100%;
}

.pro-box a img {
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
}

.pro-box a span {
color: #000;
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  background: #f1f1f1;
  z-index: 99;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.pro-box p {
	margin: 0;
	border-top: 1px solid #e1e1e1;
	padding-top: 12px;
	text-align: center;
	position: relative;
	z-index: 9;
  color: #444;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  /* color: var(--theme-color1); */
}

.pro-box a:hover img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
}

.pro-box a:hover span{
background-color: var(--theme-color1);
color: #fff;
}

.pro-box table{
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  margin: 0;
}

.pro-box table .col-th{
font-size: 15px;
  font-weight: 400;
  background-color: #f9f9f9;
  color: #444;
}

.pro-box table tr th{
  font-weight: 400;
  color: var(--theme-color1);
}

.pro-box table tr td{
  color: #444;
}


.about-sec .experience-bx {
	left: -34px;
right: auto;
}

.about-sec::before{
  background: #fff url(../images/sec1-bg.png) center bottom no-repeat;
}


.about-sec p{
font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

.about-sec .abt2{
position: absolute;
  right: 12px;
  bottom: 0;
  border: 10px solid #f8f8f8;
  width: 240px;
}


.about-2{
  padding: 60px 0;
  background-color: #f8f8f8;
}

.mission-bx{
  text-align: center;
  border:1px solid #e2e0e0;
  background-color: #fff;
  padding: 30px 25px;
  height: 100%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.mission-bx span{
width: 80px;
  height: 80px;
  background-color: #f9f9f9;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 35px;
  color: var(--theme-color1);
  line-height: 80px;
  border-radius: 50%;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.mission-bx h4{
font-size: 18px;
    transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  color: #0b2443;
}

.mission-bx p{
font-weight: 300;
  font-size: 14px;
  line-height: 26px;
      transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.mission-bx:hover span{
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.mission-bx:hover :is(h4,p){
  color: #fff;
}

.mission-bx:hover{
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
}

.about-3{
padding: 60px 0;
background: url(../images/about3-bg.jpg);
position: relative;
z-index: 9;
}

.about-3::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: -1;
}

.abt3-bx{
text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  border: 1px solid rgba(255,255,255, 0.3);
}

.abt3-bx h3{
color: var(--theme-color1);
font-size: 40px;
font-weight: 600;
}

.abt3-bx p{
color: #fff;
margin: 0;
}

.abt3-bx span{
  color: var(--theme-color1);
font-size: 40px;
font-weight: 600;
display: inline-block;
margin-top: -6px;
}

.about-3 img{
  height: 280px;
  object-fit: cover;
}

.about-4{
padding: 60px 0;
}

.abt4-bx {
  padding: 40px;
  position: relative;
  background-color: #f5f5f5;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.abt4-bx:hover{
  box-shadow: 0 1px 24px rgba(0,0,0,.07);
  background-color: #fff;
}

.industras-wrap{
position: absolute;
top: 30px;
  right: 30px;
}

.industras-wrap .process-count{
  color: #E2E0E040;
  font-size: 5rem;
  font-weight: 700;
}

.industras-wrap .process-step{
  writing-mode: vertical-rl;
  padding: 12px 3px 8px;
  background-color: var(--theme-color1);
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
}

.abt4-bx h4{
font-size: 20px;
font-weight: 500;
margin: 22px 0 16px;
}

.abt4-bx p{
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.cnt-bx{
display: flex;
  gap: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.cnt-bx::before{
position: absolute;
  content: '';
  right: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color:var(--theme-color1);
}

.cnt-bx i{
background-color: var(--theme-color1);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 22px;
}

.cnt-bx h4{
font-size: 22px;
font-weight: 400;
}

.enq-form{
background: #fff;
  padding: 40px 20px;
  margin: 0;
  border-radius: 16px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.enq-form i{
position: absolute;
  font-size: 18px;
  padding: 10px 12px;
  color: var(--bs-gray-500);
}

.enq-form .form-control{
height: 50px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
  padding: 15px 15px 15px 40px;
}

.enq-form textarea.form-control{
height: auto;
}

.enq-form button{
border: none;
  background-color: var(--theme-color1);
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  font-size: 15px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
}

.enq-form button:hover{
  background-color: #222;
}


footer{
  /* background-color: #1f1e1e; */
  /* background-color: #111; */
  background-color: #192436;
}


footer .upper-footer {
	position: relative;
padding: 40px 15px;
}

.upper-footer h3{
color: #fff;
  font-size: 32px;
  line-height: 1.3;
}

.ttm-btn{
text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  height: 100%;
  display: flex;
  align-items: center;
}

.ttm-btn i {
	background: #fff;
	color:#111;
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	margin-left: 8px;
  margin-top: 1px;
	transition: .4s ease;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
}

.ttm-btn:hover {
	color: var(--theme-color1);
}

.ttm-btn:hover i {
	background-color: var(--theme-color1);
  color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

footer .second-footer {
	border-top: 1px solid rgba(255,255,255,0.2);
	position: relative;
}

footer .second-footer .widget {
	padding: 55px 0 55px;
	color: #fff;
	position: relative;
}

.widget h3{
font-size: 20px;
position: relative;
margin-bottom: 20px;
}

.widget h3::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -7px;
  width: 30px;
  background-color: var(--theme-color1);
  height: 2px;
}

.widget ul{
  padding: 0;
}

.widget ul li{
	font-weight: 300;
	font-size: 14px;
  list-style: none;
}

.widget ul li a{
  text-decoration: none;
  	line-height: 30px;
    display: block;
    color: var(--bs-gray-500);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.widget ul li a span{
font-size: 12px;
  color: var(--theme-color1);
}

.widget ul li a:hover{
  padding-left: 8px;
  color: var(--theme-color1);
}

.footer-abt-widget{
  padding: 55px 0 55px;
}

.footer-abt-widget .f-logo{
width: 150px;
}

.footer-abt-widget p{
  line-height: 24px;
  color: var(--bs-gray-500);
  font-weight: 300;
    font-size: 14px;
}

.social-icons {
padding-top: 15px;
}

.social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.social-icons ul li a {
	text-align: center;
	display: block;
	margin: 0 5px;
}

.social-icons ul li a img {
	width: 34px;
}


.footer-cnt p{
    line-height: 24px;
  color: var(--bs-gray-500);
  font-weight: 300;
  display: flex;
  font-size: 14px;
  gap: 10px;
}
.footer-cnt p i{
  color: var(--theme-color1);
  font-size: 16px;
  padding-top: 3px;
}


.btm p{
  color: var(--bs-gray-400);
  font-weight: 300;
  font-size: 13px;
}

.btm p a{
  color: var(--theme-color1);
}


.fixed-tp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: var(--theme-color1);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50%;
}

@media only screen and (min-width:0px) and (max-width:390px){ 
header {
padding: 8px 0;
}

.logo img{
  width: 75px !important;
}

.bnr-link {
display: none;
}

 .ban-1 h2, .ban-2 h2, .ban-3 h2 {
    font-size: 14px !important;
  }

.carousel-caption a{
display: none !important;
}



}


@media only screen and (min-width:0px) and (max-width:575px){ 

.offcanvas .btn-close{
  box-shadow: none !important;
font-size: 13px;
color: var(--bs-white);
}

.sub-menu .dropdown-menu {
  left: 30%;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--theme-color2);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color2);
}

.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none;
--o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}


.dropdown-submenu .dropdown-menu {
  left: 0;
  position: relative;
  max-width: 100%;
  margin: 0 10px;
}

.ban-1 h2, .ban-2 h2, .ban-3 h2 {
	font-size: 18px;
}

.top-cnt a, .bnr-link {
	font-size: 12px;
	padding: 10px 12px;
}

.carousel-caption p {
display: none;
}

.experience-bx {
	right: 15px;
}

.sec-1::before {
	width: 100%;
}

.sec1-right{
margin-top: 15px;
}

.sec1-right h2 {
	font-size: 26px;
}

.sec-2 h2 {
	font-size: 20px;
}

.sec-5::before {
display: none;
}

.counter {
margin-bottom: 15px;
}

.counter p {
	font-size: 13px;
}

.about-sec .experience-bx {
	left: 15px;
}

.mission-bx {
margin-bottom: 15px;
height: auto;
}

.abt3-bx {
	padding: 38px 25px;
}

.abt4-bx {
	margin-bottom: 25px;
}

.process-box{
margin: 0 30px;
}

.process-box i {
	margin-left: -13px;
}

footer .upper-footer {
	text-align: center;
}

.upper-footer h3 {
	font-size: 22px;
}

.ttm-btn {
	font-size: 13px;
	justify-content: center;
	margin-top: 8px;
}

.footer-abt-widget {
	padding: 25px 0 20px;
}

footer .second-footer .widget {
	padding: 15px 0 0;
}

}

@media only screen and (min-width:576px) and (max-width:767px){ 
.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none;
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
}
}


@media only screen and (min-width:768px) and (max-width:991px){
.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none;
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){ 

}

@media only screen and (max-width:991px){ 
.navbar-toggler {
  background: var(--theme-color1);
  color: var(--bs-white);
  padding: 6px 12px;
  font-size: 17px;
}

.top-cnt, .side-menu{
display: none;
}

.navbar-light .navbar-nav .nav-link {
color: var(--text-color);
}

.navbar-light .navbar-nav .nav-link::after {
	bottom: 0;
}

.logo img {
	width: 100px;
}

}

@media (width:1024px){

}


@media only screen and (min-width:1200px) and (max-width:1399px){ 

}

@media (min-width:1400px){ 

}

@media only screen and (min-width:1599px) and (max-width:1699px){ 

}

@media only screen and (min-width:1700px) and (max-width:1899px){ 

}

@media only screen and (max-width: 1299px) {

}

@media only screen and (min-width:1900px) and (max-width:2200px){ 

}







