@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --text-color: #555;
    --heading-font-family: "Montserrat", sans-serif;
    --text-font-family: "Roboto", sans-serif;
   /* --theme-color1: #0059ac;*/
   --theme-color1:#174E77;
   /* --theme-color2: #56c6d1;*/
      --theme-color2: #E88707;
    --bs-breadcrumb-divider: '\e628';
    }

body{
  overflow-x:hidden;
  font-family: var(--heading-font-family);
}

.top-right{
display: flex;
padding: 5px 0;
justify-content: end;
font-family: var(--text-font-family);
background: var(--theme-color1);
position: relative;
top: -27px;
  margin: 0;
  border-radius: 0 0 10px 10px;
}

.top-right li{
  list-style: none;
}

.top-right li a{
text-decoration: none;
  padding: 0px 10px;
  border-right: 1px solid rgba(255,255,255,0.3);
  display: block;
  color: rgba(255,255,255,0.85);
  font-weight: 300;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.top-right li a:hover{
  color: var(--bs-white);
}

.top-right li a i{
  padding-right: 4px;
}

/*#google_translate_element {
  padding-left: 10px;
  height: 28px;
  position: relative;
  overflow: hidden;
  margin-top: -3px;
}*/

header{
border-top: 4px solid var(--theme-color1);
}

.logo img{
width: 100%;
  padding: 5px 0;
}

#google_translate_element{
  height: 25px;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
}

.navbar{
padding: 0;
}

.nav-link {
font-family: var(--text-font-family);
color: var(--text-color);
text-transform: uppercase;

transition: .4s ease;
-webkit-transition: .4s ease;
-moz-transition: .4s ease;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 10px 14px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
color: var(--theme-color2);
}
.dropdown-item {
font-family: var(--text-font-family);
color: var(--text-color);
}

.top-btn a{
text-decoration: none;
  background-color: var(--theme-color2);
  color: var(--bs-white);
  font-family: var(--heading-font-family);
  font-size: 17px;
  font-weight: 600;
  padding: 10px 18px;
position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  z-index: 9;
  gap: 8px;
  align-items: center;
  margin-left: 10px;
  text-transform: uppercase;
}

.top-btn a::before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--theme-color1);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.top-btn a:hover::before {
    top: -40%;
}

.top-btn a img{
  width: 32px;
  filter: invert();
}

.dropdown-menu[data-bs-popper] {
width: 1920px;
  left: -790px;
  margin-top: 20px;
}
.nav-title h4{
    color: var(--theme-color1);
    padding-top: 20px;
    margin-bottom: 15px;
}

.nav-mid h5{
color: var(--theme-color2);
}

.nav-lft{
display: flex;
height: 100%;
justify-content: center;
flex-direction: column;
align-items: start;
}

.nav-lft h3{
  color: var(--theme-color1);
}

.nav-lft a {
  text-decoration: none;
  background-color: var(--theme-color2);
  color: var(--bs-white);
  font-family: var(--heading-font-family);
  font-size: 17px;
  font-weight: 600;
  padding: 10px 18px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  z-index: 9;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  text-transform: uppercase;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--theme-color2);
  background: none;
}

.nav-mid{
  display: flex;
height: 100%;
flex-direction: column;
}

.nav-mid li a{
font-family: var(--heading-font-family);
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}
.carousel-caption h6, .carousel-caption h5{
  font-family: var(--heading-font-family);
}

.carousel-caption h2{
font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 36px;
  overflow: hidden;
}

.carousel-caption h2 .letter{
display: inline-block;
}

.carousel-caption p{
font-family: var(--text-font-family);  
}

.carousel-caption a{
  font-family: var(--text-font-family);
}

.ban1{
  color: #fff;
  text-align: left;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  bottom: 0;
  padding: 0;
right: 58%;
left: 10%;
}

.ban2{
  color: #fff;
  text-align: left;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  bottom: 0;
  padding: 0;
left: 57%;
right: 10%;
}
.carousel-item{
  z-index: 9;
}

/*.carousel-item::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

   background: linear-gradient(360deg, rgba(0, 0, 0, 0.8)  20%, transparent 80%);
   z-index: 0;
}
*/

.carousel-caption a {
  font-family: var(--text-font-family);
  background-color: var(--theme-color2);
  color: var(--bs-white);
  text-decoration: none;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.carousel-caption a i{
padding-left: 4px;
font-size: 17px;
}
.carousel-caption a i{
  padding-left: 4px;
  position: relative;
  top: 1px;
}


.carousel-caption a::before {
  content: "";
  position: absolute;
  transition-duration: .8s;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--theme-color1);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.carousel-caption a:hover::before {
  top: -40%;
}

.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 .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}


.carousel-caption {
transition: opacity 500ms;
}

.carousel .carousel-item img{
  width: 100%;
}


.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;
}


.sec-1{
/*background: #eff5f8;*/
padding: 50px 0;
background: #e5f3ff;
text-align: center;
}

.sec-1 h6, .sec-1 h5{
 font-family: var(--text-font-family); 
color: var(--bs-dark);
}

.sec-1 h5{
margin-bottom: 2px;
color: #6FB316;
}

.sec-1 h2{
font-family: var(--heading-font-family);
padding-bottom: 15px;
margin-bottom: 15px;
color: var(--theme-color1);
font-weight: 600;
font-size: 32px;
}

.sec-1 h2 .text {
  padding-right: 3px;
  display: inline-block;
}

.sec-1 h2 .typed-cursor {
  display: inline-block;
}


.sec-1 p{
font-family: var(--text-font-family);
color: var(--text-color);
margin: 0;
font-size: 15px;
}

.sec-2{
padding: 60px 0;
background: url(../images/sec2-bg.png) no-repeat  left;
}

.sec2-left h6{
font-family: var(--text-font-family);
text-transform: uppercase;
color: var(--bs-gray-600);
}

.sec2-left h6 i{
animation: rotaion 3s ease-in-out infinite;
display: inline-block;
color: var(--theme-color2);
margin-right: 4px;
}

@keyframes rotaion {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }

  100% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
}

.sec2-left h2{
font-family: var(--heading-font-family);
color: var(--theme-color1);
font-size: 34px;
font-weight: 400;
line-height: 1.25;
}

.wel-img {
margin-top: 30px;
position: relative;
}

.wel-img::before{
content: '';
display: block;
position: absolute;
left: 56px;
top: 45px;
right: -30px;
bottom: -30px;
background: url(../images/dot.png);
z-index: -1;
border-radius: 15px;
}

.wel-img img{
border-radius: 10px;
}

.sec2-mid{
margin-left: 40px;
}

.circle-name{
width: 170px;
position: relative;
margin-top: -40px;
}

.link-round-text.round-text text {
  font-size: 17px;
  letter-spacing: 2px;
  fill: var(--theme-color1);
  font-family: var(--text-font-family);
  text-transform: uppercase;
}


.round-text svg {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* width: 100%; */
  /* height: 100%; */
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -ms-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}


.link-round-text.round-text .text-btn-icon img {
  width: 90px;
  position: absolute;
  top: -4px;
  left: 50%;
  -o-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
  100% { 
    -webkit-transform: rotate(720deg); 
    -moz-transform: rotate(720deg);
  }
}

.sec2-mid h5{
font-size: 22px;
color: var(--theme-color2);
font-family: var(--heading-font-family);
font-weight: 600;
padding-top: 25px;
}

.sec2-mid p{
color: var(--text-color);
font-family: var(--heading-font-family);
font-size: 15px;
line-height: 28px;
}

.sec2-mid a{
font-family: var(--text-font-family);
font-weight: 500;
text-decoration: none;
color: transparent;
border: 1px solid var(--theme-color2);
display: inline-block;
padding: 15px 20px;
border-radius: 30px;
line-height: 0.9;
position: relative;
overflow: hidden;
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
}

.sec2-mid a span{
color: transparent;
text-shadow: 0 0 0 var(--theme-color2), 0 400px 0 var(--theme-color2);
display: inline-block;
transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
}

.sec2-mid a:hover span{
text-shadow: 0 -400px 0 #fff, 0 0 0 #fff;
}


.sec2-mid a i{
padding-left: 4px;
position: relative;
top: 1px;
font-size: 15px;
color: var(--theme-color2);
}

.sec2-mid a:hover{
border: 1px solid var(--theme-color1); 
background: var(--theme-color1);
text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}
.sec2-mid a:hover i{
  color: var(--bs-white);
}




.sec-3 {
    padding: 60px 0px;
    position: relative;
  /*  background: #EFF5F8;*/
}

.sec-3 .sec3-bg {
  height: 60%;
  background: url(../images/sec3-bg.jpg) fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec3-bg .sec3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: rgba(0, 0, 0, 0.9);
}

.sec3-title{
text-align: center;
}

.sec3-title h6, .why-left h6{
  font-family: var(--text-font-family);
  text-transform: uppercase;
  color: var(--theme-color2);
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.sec3-title h6::before, .why-left h6::before{
position: absolute;
  content: '';
  height: 2px;
  background: var(--theme-color2);
  bottom: -1px;
  width: 100%;
}

.sec3-title h2, .why-left h2{
  font-family: var(--heading-font-family);
  color: var(--bs-white);
  font-size: 34px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 600;
}


.sec3-box {
    position: relative;
    display: block;
    z-index: 100;
    overflow: hidden;
    height: 350px;
}

.sec3-box img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1.05);
    object-fit: cover;
  height: 100%;
}

.sec3-box:hover img {
    transform: scale(1);
}

.sec3-box .static-content {
position: absolute;
  left: 5px;
  bottom: 5px;
  right: 5px;
  min-height: 50px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  transform: perspective(1200px) rotateX(0deg);
  transform-origin: bottom;
  transition: all 700ms ease 100ms;
}

.sec3-box h3 {
position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--heading-font-family);
}

.sec3-box h3::before {
position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  content: "";
  margin: 6px 0 8px;
  border: 2px solid var(--theme-color2);
}

.sec3-box h3 a {
    color: #000;
    text-decoration: none;
}

.sec3-box p {
    color: #f1f1f1;
    line-height: 26px;
}

.sec3-box .static-content a.st-link {
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.sec3-box .static-content a.st-link span::before {
  transform: rotate(45deg);
  display: inline-block !important;
}

.sec3-box .static-content a span {
position: relative;
  display: block;
  width: 40px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 300;
  background: var(--theme-color1);
}

.sec3-box .static-content a span img {
    width: auto;
}

.sec3-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    z-index: 2;
    opacity: 0;
    transform: scale(0.5);
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.8s ease-in-out 0s;
}

.sec3-box .overlay-content .icon {
    text-align: center;
    font-size: 70px;
    padding-top: 30px;
    transform: translateY(15px);
    transition: all 0.3s ease-in-out 0.8s;
    text-align: center;
    color: #fff;
    display: none;
}

.sec3-box:hover .overlay-content .icon {
    transform: translateY(0px);
}

.sec3-box .overlay-content .text-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
    transform: translateY(15px);
    transition: all 0.2s ease-in-out 0.9s;
}

.sec3-box:hover .overlay-content .text-holder {
    transform: translateY(0px);
}

.sec3-box:hover .overlay-content {
    opacity: 1;
    transform: scale(1);
    height: 100%;
}

.sec3-box:hover .static-content {
    transform: perspective(1200px) rotateX(90deg);
    transition: all 700ms ease 200ms;
}

.sec3-box .overlay-content .text-holder a.more {
color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  display: inline-block;
  background: var(--theme-color2);
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
}

.sec3-box .overlay-content .text-holder a i {
    padding-left: 5px;
}

.sec-4{
padding: 60px 0;
background: #EFF5F8 url(../images/map-bg.webp) bottom center no-repeat;
background-size: auto;
background-size: 800px;
}

.sec4-left h6{
font-family: var(--text-font-family);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 400;
  color: var(--bs-gray-600)
}

.sec4-left h6::before {
  position: absolute;
  content: '';
  height: 2px;
  background: var(--theme-color2);
  bottom: -1px;
  width: 100%;
}

.sec4-left h2{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 34px;
  position: relative;
  font-weight: 600;
}

.sec-4 p{
  color: var(--text-color);
  font-family: var(--heading-font-family);
  font-size: 15px;
  line-height: 28px;
}

.s4-left-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}


.s4-left-box h1 {
  font-size: 110px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-image: url(../images/count1.jpg);
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--text-font-family);
  position: relative;
}


.s4-left-box h1::after {
content: "\f067";
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  top: -40px;
  font-weight: 400;
  -webkit-text-fill-color: var(--theme-color1);
  margin-left: -5px;
}

/*.s4-left-box sup {
  font-family: var(--text-font-family);
  font-size: 50px;
  position: absolute;
  top: 14px;
  left: 19%;
  color: var(--theme-color1);
}*/

.s4-left-box h5 {
  position: relative;
  color: var(--text-color);
  font-size: 18px;
  line-height: 24px;
  padding-left: 20px;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--heading-font-family);
}

.sec4-left ul{
  padding-left: 0;
}

.sec4-left ul li{
  list-style: none;
  font-family: var(--heading-font-family);
  color: var(--text-color);
  line-height: 30px;
  /* display: inline-block;
  width: 48%; */
}

.sec4-left ul li i{
  color: var(--theme-color2);
}

.counter-box{
text-align: center;
}

.counter-box h4{
  font-size: 40px;
  font-family: var(--heading-font-family);
  font-weight: 700;
  color: var(--theme-color1);
  margin-bottom: 3px;
  position: relative;
}

.counter-box p{
color: var(--bs-dark);
  font-family: var(--text-font-family);
  font-size: 18px;
}


.counter-box h4::after {
  content: "\f067";
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
top: -2px;
  font-weight: 400;
  color: var(--theme-color2);
}

.sec-5{
padding: 60px 0;
}

.sec-5 .container-fluid{
  max-width: 1200px;
}

.sec-5 p{
color: var(--text-color);
font-family: var(--heading-font-family);
}

.round-box {
  position: absolute;
  display: block;
  right: -25px;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  top: 35px;
}

.round-box::before {
  content: "";
  position: absolute;
  left: -65px;
  top: -45px;
  width: 490px;
  height: 490px;
  background: var(--bs-dark);
  opacity: 0.2;
  border-radius: 50%;
}

.round-box .round-inner {
  position: relative;
  display: block;
  width: 490px;
  height: 490px;
  padding: 190px 80px 50px 70px;
  background: var(--theme-color1);
  border-radius: 50%;
}

.vid-link {
  position: absolute;
  left: 55px;
  top: 25px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.round-box .vid-link .icon {
  position: relative;
  display: block;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: var(--theme-color2);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.round-box .vid-link .icon::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
}

.round-box .vid-link .ripple, .round-box .vid-link .ripple::before, .round-box .vid-link .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.round-box .vid-link .ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.round-box .vid-link .ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sec5-title{
  position: relative;
}

.sec5-title h3 {
text-transform: uppercase;
  font-family: var(--heading-font-family);
  color: var(--bs-white);
  font-weight: 600;
  font-size: 30px;
}

.sec5-title p{
  color: var(--bs-white);
  font-family: var(--heading-font-family);
}

.round-inner .more-link a{
text-decoration: none;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-size: 15px;
  color: var(--theme-color2);
  font-weight: 600;
}

.round-inner .more-link a::before{
    position: absolute;
  content: '';
  height: 2px;
  background: var(--theme-color2);
  bottom: -3px;
  width: 100%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.round-inner .more-link a:hover::before{
  width: 0px;
}


.sec-6{
  background: url(../images/why-bg.jpg) no-repeat center center;
  position: relative;
  display: block;
  padding: 180px 0 40px;
  background-size: cover;
  margin-top: -150px;
  z-index: 2;
}

.sec-6::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(21, 21, 21, 0.9);
  z-index: -1;
}

.why-left h2{
font-size: 40px;
}

.why-box{
  display: flex;
}

.why-box span{
  color: var(--theme-color2);
  font-size: 40px;
  margin-right: 18px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.why-box:hover span{
  transform: rotateY(360deg);
}

.why-box h5{
font-family: var(--heading-font-family);
color: var(--bs-white);
}

.sec-6 p {
  color: var(--bs-white);
  line-height: 28px;
  font-size: 15px;
  font-family: var(--heading-font-family);
}

.why-left img {
  float: left;
  margin-right: 20px;
}



.sec-7{
  position: relative;
  padding: 60px 0;
}

.sec7-title h6, .sec8-title h6, .sec-5 h6{
font-family: var(--text-font-family);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 400;
  color: var(--bs-gray-600)
}

.sec7-title h6::before, .sec8-title h6::before, .sec-5 h6::before{
  position: absolute;
  content: '';
  height: 2px;
  background: var(--theme-color2);
  bottom: -1px;
  width: 100%;
}

.sec7-title h2, .sec8-title h2, .sec-5 h2{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 34px;
  position: relative;
  font-weight: 600;
}

.sec7-title p {
color: var(--text-color);
  font-family: var(--heading-font-family);
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
}

.slick-prev, .slick-next, .slick-pre, .slick-nex{ 
  background-color:var(--theme-color2); /* Custom background color */ 
  border: none; /* Remove default border */ 
  color: #fff; /* Custom text color */ 
  cursor: pointer; /* Pointer cursor */ 
  position: absolute; top: 50%; 
  transform: translateY(-50%); 
  z-index: 1; 
  border-radius: 50%;
  width: 40px;
  height: 40px;
  } 

.slick-prev, .slick-pre { 
left: -30px;
} 

.slick-next, .slick-nex {
right: -30px; 
} 

.slick-prev::before, .slick-next::before, .slick-pre::before, .slick-nex::before {
content: ''; 
}

.sec7-bx {
  position: relative;
  margin: 25px 10px 0;
  z-index: 9;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
}

.sec7-bx::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  right: 0;
  top: 0%;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  background: linear-gradient(to top, var(--bs-dark) 5%, transparent 100%);
}

.sec7-bx p {
  font-family: var(--heading-font-family);
  position: absolute;
  bottom: 12px;
  margin: 0;
  color: var(--bs-white);
  left: 12px;
  border-left: 4px solid var(--theme-color2);
  padding-left: 8px;
  font-size: 17px;
  z-index: 9;
}

.sec-8{
padding: 60px 0;
background: url(../images/sec8-bg.jpg);
background-size: cover;
}

.sec8-bx a {
  display: block;
  position: relative;
  z-index: 9;
/*  border: 1px solid #d1d1d1;
  padding: 4px;
  margin-bottom: 17px;*/
  position: relative;
}
.sec8-bx a::before {
  border-top: 40px solid transparent;
  border-right: 40px solid var(--theme-color2);
  content: "";
  display: block;
  height: 0px;
  right: 4px;
  position: absolute;
  bottom: 4px;
  width: 6px;
  z-index: 9;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}

.sec8-bx a img{
  height: 244px;
  object-fit: cover;
}

.sec8-bx a span {
  position: absolute;
  right: 7px;
  bottom: 6px;
  color: #fff;
  z-index: 9;
  font-size: 14px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}

.sec8-bx a i {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  transition: .3s;
  opacity: 0;
  z-index: 9;
  background: var(--theme-color1);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.sec8-bx a::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  background: #000;
  opacity: 0;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  bottom: 4px;
  right: 4px;
}

.sec8-bx a:hover::before, .sec8-bx a:hover span {
  opacity: 0;
}

.sec8-bx a:hover i {
  top: 50%;
  opacity: 1;
}

.sec8-bx:hover a::after {
  opacity: .75;
}


.accordion-button:not(.collapsed) {
  color: var(--theme-color1);
  text-decoration: none;
}


.accordion-header a{
font-family: var(--heading-font-family);
font-weight: 600;
text-decoration: none;
color: var(--theme-color1);
cursor: pointer;
}

.accordion-body{
font-family: var(--heading-font-family);
font-size: 15px;
line-height: 28px;
color: var(--text-color);
}


.sc8-expl{
background: var(--theme-color1);
  display: inline-block;
  font-family: var(--text-font-family);
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  color: var(--bs-white);
  font-weight: 500;
  margin-top: 20px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sc8-expl:hover{
  background: var(--theme-color2);
}

.about-banner{
/*  background: url("../images/about-banner.jpg") center;*/
    background: url(../images/oxy-special.jpg) center;
  padding: 80px 0;
  position: relative;
  z-index: 9;
  background-size: cover;
  background-size: cover;
}

.about-banner::before{
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg,var(--theme-color1),rgba(0,115,170, 0.2));
}

.about-banner h2{
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}

.about-banner .bread-subtitle {
  display: inline-block;
  position: relative;
  font-size: 15px;
}

.about-banner .bread-subtitle a {
  color: #f1f1f1;
  font-weight: 400;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.about-banner .spacebread {
  padding: 0 5px;
}

.about-banner .spacebread::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 1px;
  position: relative;
  top: -4px;
  background:#fff;
}

.about-banner span {
  color: #fff;
}

.spacebread.space-2::before {
  width: 70px;
}

.spacebread.space-2::after {
  display: inline-block;
  position: relative;
  top: 1px;
  content: "\f105\f105\f105\f105";
  font: normal normal normal 14px/1 FontAwesome;
  right: 6px;
}


.about-shape{
  position: absolute;
  top: 0;
  left: -58px;
  z-index: 1;
}

.about-shape img {
  animation: topToBottom 3s ease-in-out infinite;
}

@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.about-arrow{
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 1;
}

.about-arrow img{
  animation: LeftToRight 4s ease-in-out infinite;
}
@keyframes LeftToRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}


.abt-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}


.abt-list ul li{
color: var(--theme-color1);
padding: 10px 16px;
border-radius: 30px;
background-color: #DBEEFD;
margin: 8px 0;
}

.chd3-content.chd3-content2{
     background: var(--theme-color2);
}


.chd3-content.chd3-content2::before, .chd3-content.chd3-content2::after {
border: 35px solid rgba(255,255,255,0.1);
}

.chd3-content.chd3-content2 .chd3-icon {
  background: var(--theme-color1);
}

.chd3-content.chd3-content2 .chd3-line {
  background: #fff;
}

/* =========================================
   Chandigarh Facility - Design 3
========================================= */

.chd3-wrapper {
    min-height: 520px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

/* LEFT CONTENT */

.chd3-content {
    background: var(--theme-color1);
    color: #ffffff;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}

/* Decorative circle */

.chd3-content::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 35px solid rgba(255,255,255,0.04);
    border-radius: 50%;
    right: -100px;
    top: -80px;
}

.chd3-content::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border: 25px solid rgba(255,255,255,0.04);
    border-radius: 50%;
    left: -80px;
    bottom: -70px;
}

.chd3-label {
    position: relative;
    display: inline-block;
    color: var(--theme-color2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.chd3-content h2 {
line-height: 1.15;
  font-weight: 700 !important;
  margin-bottom: 18px;
  color: #fff !important
}

.chd3-content h2 span {
    color: #fff;
}

.chd3-line {
    width: 60px;
    height: 4px;
    background: var(--theme-color2);
    border-radius: 10px;
    margin-bottom: 25px;
}

.chd3-content p {
    position: relative;
    color: rgba(255,255,255,0.78) !important;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 16px;
}

/* INFO */

.chd3-info {
    position: relative;
    display: flex;
    gap: 30px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.chd3-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chd3-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color2);
    color: #fff;
    border-radius: 50%;
}

.chd3-info-item strong {
    display: block;
    font-size: 14px;
}

.chd3-info-item small {
    display: block;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin-top: 3px;
}


/* RIGHT IMAGE */

.chd3-image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.chd3-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.chd3-image:hover img {
    transform: scale(1.04);
}

/* Image Overlay */

.chd3-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        transparent 45%
    );
    pointer-events: none;
}

/* Caption */

.chd3-image-caption {
    position: absolute;
    z-index: 2;
    left: 35px;
    bottom: 30px;
    color: #fff;
}

.chd3-image-caption span {
    display: block;
    color: var(--theme-color2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.chd3-image-caption strong {
    display: block;
    font-size: 26px;
    font-weight: 700;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 991px) {

    .chd3-content {
        padding: 45px 35px;
    }

    .chd3-content h2 {
        font-size: 36px;
    }

    .chd3-image {
        min-height: 420px;
    }
}

@media (max-width: 575px) {

    .chd3-wrapper {
        border-radius: 8px;
    }

    .chd3-content {
        padding: 35px 25px;
    }

    .chd3-content h2 {
        font-size: 30px;
    }

    .chd3-info {
        flex-direction: column;
        gap: 18px;
    }

    .chd3-image {
        min-height: 300px;
    }

    .chd3-image-caption {
        left: 20px;
        bottom: 20px;
    }

    .chd3-image-caption strong {
        font-size: 21px;
    }
}


.mission-box{
  position: relative;
  text-align: center;
  padding: 78px 30px 80px;
  margin: 15px 0;
  overflow: hidden;
  border-radius: 15px;
  }
  
  .mission-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .mission-box img{
    width: 60px;
    z-index: 9;
    padding-bottom: 12px;
    position: relative;
  }
  
  .mission-box h3{
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 9;
  }
  
  .mission-box .mision-in {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  
  .mission-box:hover .mision-in {
    transform: scale(0);
  }
  
  .mission-box .mision-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
  }
  
  .mission-box .mision-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--theme-color2) url(../images/curve-box.png);
    -webkit-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -moz-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -ms-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: transform 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transform: scale(0);
    background-size: cover;
  }
  
  .mission-box:hover .mision-overlay {
    opacity: 1;
    visibility: visible;
  }
  
  
  .mission-box:hover .mision-overlay::before {
    transform: scale(1) rotate(180deg);
  }
  
  .mision-overlay p{
  padding: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #fff !important;
}

.scope-sec ul li{
background-color: var(--theme-color2);
color: #fff;
}



.customer-service-sec{
background: url(../images/customer-service-bg.jpg) center ;
background-size: cover;
padding: 50px 0;
position: relative;
color: #fff;
text-align: center;
z-index: 9;
}

.customer-service-sec::before{
  position: absolute;
  content: '';
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.inner-banner{
background: url(../images/in-ban-bg.jpg);
background-size: cover;
padding: 200px 0;
position: relative;
}

.inner-banner h1{
 font-family: var(--heading-font-family);
 color: var(--bs-white);
 font-weight: 700; 
}

.inner-banner ul li{
font-family: var(--heading-font-family);
  font-size: 18px;
  color: var(--bs-white);
  list-style: none;
  background: rgba(23, 78, 119, 0.75);
  border-radius: 20px;
  padding: 5px 12px;
  margin-bottom: 6px;
  display: inline-block;
}

.in-ban-img{
position: absolute;
top: 0;
z-index: 9;
}

.in-ban-img img{
  width: 90%;
}

.elementor-shape{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.elementor-shape svg{
  width: calc(100% + 1.3px);
  height: 80px;
}

.inner-matter{
padding:60px 0;
background: url(../images/bg2.png) no-repeat right bottom;
}

.inner-matter h6{
  font-family: var(--text-font-family);
  text-transform: uppercase;
  color: var(--bs-gray-600);
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.inner-matter h6::before{
  position: absolute;
  content: '';
  height: 2px;
  background: var(--theme-color2);
  bottom: -1px;
  width: 100%;
}

.inner-matter h2{
  font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 34px;
  position: relative;
  font-weight: 600;
}

.inner-matter p {
  color: var(--text-color);
  font-family: var(--heading-font-family);
  font-size: 15px;
  line-height: 28px;
}

.oxy-bx{
  text-align: center;

  border:1px solid var(--bs-gray-200);
  border-radius: 8px;
  padding:40px 25px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.oxy-bx::before{
position: absolute;
  content: '';
  left: 45%;
  top: 50px;
  background: var(--bs-gray-200);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.oxy-bx:hover{
  transform: translateY(-4px);
   -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
}


.oxy-bx i{
font-size: 45px;
  color: var(--theme-color2);
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.oxy-bx:hover i{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
}

.oxy-bx h4{
  text-transform: uppercase;
color: var(--theme-color1);
font-weight: 700;
}

.oxy-bx p{
  margin-bottom: 0;
}

.feature-bx{
background: var(--theme-color2);
border-radius: 10px;
padding: 30px;
color: var(--bs-white);
margin-left: 50px;
position: relative;
}

.feature-bx::before{
  position: absolute;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="95" height="30" viewBox="0 0 95 30" fill="none"> <path d="M35 30C51.5685 30 65 16.5674 65 0C65 16.5674 78.4315 30 95 30H35Z" fill="%23E88707"/> </svg>');
  content: "";
height: 30px;
  left: -62px;
  width: 95px;
  transform: rotate(-90deg);
  top: 50px;
}

.feature-bx h3{
  font-weight: 600;
}

.feature-bx ul li{
  line-height: 32px;
  list-style: none;
}


.scope-sec{
background: var(--theme-color1);
padding: 40px 0;
}

.scope-sec img{
width: 70px;
  margin-bottom: 15px;
}

.scope-sec h4{
font-size: 30px;
color: var(--bs-white);
font-weight: 700;
}

.scope-sec p{
 color: var(--bs-white); 
 font-size: 18px;
}

.table-sec{
padding: 50px 0;
}

.table-sec h4{
  font-weight: 600;
  color: var(--theme-color2);
  border-bottom: 1px solid var(--bs-gray-300);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.table-sec table tr th{
  color: var(--theme-color1);
}

.table-sec table tr td{
  color: var(--text-color);
}

.feature-bx.fimp-bx2{
background: var(--theme-color1);
}

.feature-bx.fimp-bx2::before{
right: -62px;
  left: auto;
  transform: rotate(90deg);
  top: 25px;
   background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="95" height="30" viewBox="0 0 95 30" fill="none"> <path d="M35 30C51.5685 30 65 16.5674 65 0C65 16.5674 78.4315 30 95 30H35Z" fill="%23174E77"/> </svg>');
}

.lithm-bx{
background: var(--theme-color1);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
  color: var(--bs-white);
}

.lithm-bx h1{
font-weight: 700;
color: var(--theme-color2);
}

.sp-box a{
  background-color: #000;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 15px;
}

.sp-box img{
border-radius: 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sp-box i{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: var(--bs-white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: var(--theme-color2);
  opacity: 0;
  transition: .4s ease-in-out;
-webkit-transition: .4s ease-in-out;
-moz-transition: .4s ease-in-out;
}

.sp-box:hover i{
  opacity: 1;
}

.sp-box:hover img{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
opacity: 0.6;
}


.cnt-form button{
  text-decoration: none;
  background-color: var(--theme-color2);
  color: var(--bs-white);
  font-family: var(--heading-font-family);
  font-size: 17px;
  font-weight: 600;
  padding: 10px 18px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  z-index: 9;
  gap: 8px;
  align-items: center;
  margin-left: 10px;
  text-transform: uppercase;
}

.cnt-form button::before {
  content: "";
  position: absolute;
  transition-duration: .8s;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--theme-color1);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.cnt-form button:hover::before {
  top: -40%;
}

.cnt-bx{
display: flex;
border-bottom: 1px solid #d1d1d1;
  margin-bottom: 18px;
}

.cnt-bx i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--theme-color2);
  margin-right: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}
 
.cnt-bx .cnt-details h4{
font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cnt-bx .cnt-details{
  width: 65%;
}


.all-pr a{
  display: block;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid var(--bs-gray-300);
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  margin: 8px 0;
}

.all-pr img{
margin-bottom: 10px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.all-pr:hover img{
  transform: scale(1.05);
   -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.pr-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pr-name h5{
  margin: 0;
  color: var(--theme-color1);
  width: 90%;
  height: 50px;
  display: flex;
  align-items: center;
}

.pr-name i{
width: 30px;
  height: 30px;
  background-color: var(--theme-color2);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}


.p-actuator{
background-color: #E8F5FF;
  border: 1px solid #a4d4f9;
}

.p-actuator strong{
font-weight: 600;
color:var(--theme-color1);
}

.spec-box-title{
  padding: 16px 20px;
  background: var(--theme-color1);
  color: #fff;
  font-weight: 600;
  font-family: var(--text-font-family);
  border-radius: 12px 12px 0 0;
}

.spec-box-title i{
  color: var(--theme-color2);
  margin-right: 5px;
}

.spec-box table{
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 0 0 12px 12px;
}

.spec-box table tr td{
padding: 12px 16px;
  font-size: 15px;
  color: var(--text-color);
  font-weight: 500;
}

.spec-box td:first-child {
  font-weight: 600;
  color: var(--theme-color1);
  background: #f8fafb;
}

.feature-card {
  border: 1px solid #e4e9ed;
  border-radius: 13px;
  padding: 25px;
  background: #fff;
  transition: .25s;
    -webkit-transition: .25s;
      -moz-transition: .25s;
  position: relative;
  margin-bottom: 25px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: #fff0e7;
  border-radius: 8px;
  color: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 20px;
}

.feature-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 3px;
  height: 35px;
  background: var(--theme-color2);
  border-radius: 0 5px 5px 0;
}

.feature-card h5 {
  color: var(--theme-color1);
  font-weight: 600;
}

.feature-card p {
  color: var(--text-color);
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 0;
}

.feature-card:hover {
  border-color: var(--theme-color2);
  transform: translateY(-5px);
   -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,.07);
}


.application-tag{
color: var(--theme-color1);
  padding: 10px 16px;
  background-color: #DBEEFD;
  display: inline-block;
  margin: 8px;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
}

footer{
position: relative;
background: url(../images/footer-bg2.jpg) center;
overflow: hidden;
}

footer::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.95);
}

footer .upper-footer{
  position: relative;
  padding: 15px;
}

footer .upper-footer .ufot{
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

footer .upper-footer .ufot .footer-logo{
  display: inline-block;
  position: relative;
  min-width: 210px;
}

footer .upper-footer .ufot .footer-logo::after{
  display: block;
  height: 90%;
  content: '';
  position: absolute;
  right: 52px;
  width: 1px;
  top: 5%;
  background: rgba(255,255,255,0.2);
}

footer .upper-footer .ufot .footer-logo img{
  width: 140px;
}

footer .upper-footer .ufot .footer-text{
  display: inline-block;
  position: relative;
}

footer .upper-footer .ufot .footer-text p{
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
  color: rgba(255,255,255,.85);
  font-family: var(--text-font-family);
}

footer .upper-footer .social-icons {
position: relative;
  height: 100%;
}

footer .upper-footer .social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
  align-items: center;
}

footer .upper-footer .social-icons ul li {
  position: relative;
}
footer .upper-footer .social-icons ul li a {
  text-align: center;
  display: block;
  margin: 0 5px;
}
footer .upper-footer .social-icons ul li a img {
  width: 34px;
}

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;
}

footer .second-footer .widget .widget-title {
  font-family: var(--heading-font-family);
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
}

footer .second-footer .widget .widget-title::after {
  display: block;
  height: 2px;
  margin-top: 0;
  margin-bottom: -12px;
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  left: 0;
  background: var(--theme-color2);
}

footer .second-footer .widget .widget-detail p {
  color: rgba(255,255,255,.75);
  font-family: var(--text-font-family);
  font-size: 15px;
  font-weight: 300;
}

footer .second-footer .widget .widget-detail h3 {
  color: var(--theme-color2);
  font-size: 24px;
  line-height: 26px;
  font-family: var(--heading-font-family);
  margin-bottom: 15px;
  font-weight: 500;
}


.ttm-btn{
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2);
  display: block;
  font-family: var(--heading-font-family);
  font-size: 15px;
  text-align: center;
padding: 14px 30px;
position: relative;
font-weight: 500;
z-index: 1;
 -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
text-decoration: none;
color: #fff;
max-width: 250px;
}

.ttm-btn i{
padding-left:8px;
}


.ttm-btn::before {
  content: '';
  position: absolute;
  background: var(--theme-color2);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .4s all ease-in-out;
  -o-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  z-index: -1;
}

.ttm-btn:hover::before{
width: 100%;
-webkit-transition: .4s all ease-in-out;
-o-transition: .4s all ease-in-out;
transition: .4s all ease-in-out;
}

.ttm-btn:hover{
color: #fff;
border: 1px solid  var(--theme-color2);
}


.form-control:focus {
  box-shadow: none;
}


footer .second-footer .widget ul.menu-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .second-footer .widget ul.menu-footer li {
  display: block;
  position: relative;
  font-family: var(--text-font-family);
}

footer .second-footer .widget ul.menu-footer li a {
  display: block;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  color: rgba(255,255,255,.75);
}
footer .second-footer .widget ul.menu-footer li a span {
  font-size: 12px;
  padding-right: 2px;
  color: var(--theme-color2);
}
footer .second-footer .widget ul.menu-footer li a:hover {
   color: var(--theme-color2);
   padding-left: 4px;
}

footer .second-footer ul.widget2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .second-footer ul.widget2 li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  font-size: 15px;
  color: rgba(255,255,255,.75);
  font-family: var(--text-font-family);
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

footer .second-footer ul.widget2 li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: var(--theme-color2);
}

.footer-map {
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 576px){

.logo img {
width: 150px;
}


.dropdown-menu[data-bs-popper] {
  width: 96%;
  margin-left: 6px;
  height: 300px;
  overflow: scroll;
}


.carousel-caption {
  right: 34%;
}

.carousel-caption h2 {
  font-size: 17px;
}


section{
  position: relative;
  overflow: hidden;
}

.sec-2 {
  position: relative;
  overflow: hidden;
}

.carousel-caption p{
  display: none;
}

.carousel-caption a {
  padding: 7px 12px;
  font-size: 14px;
}

.ban2{
  left: 30%;
  right: auto;
}

.slick-next, .slick-nex {
    right: 5px;
}

.slick-prev, .slick-pre {
    left: -5px;
}


.sec3-box {
margin-bottom: 18px;
}

.circle-name {
margin-top: 0;
}


.sec-1 h2 {
font-size: 19px;
}

.sec3-title h2, .why-left h2 {
font-size: 25px;
}

.sec3-box h3 {
font-size: 16px;
}

.sec2-left h2 {
font-size: 24px;
}

.sec2-mid h5 {
font-size: 20px;
padding-top: 50px;
}

.sec2-mid {
margin-left: 0px;
}

.sec4-left h2 {
font-size: 25px;
}

.s4-left-box sup {
left: 35%;
}

.sec-5 img{
height: 420px;
object-fit: cover;
}

.round-box {
right: 10px;
width: 350px;
  height: 350px;
}
.round-box .round-inner {
width: 350px;
height: 350px;
padding: 160px 40px 50px 75px;
}

.sec5-title h3 {
  font-size: 18px;
}

.round-inner .more-link a {
  font-size: 13px;
}


.sec7-title h2, .sec8-title h2, .sec-5 h2 {
font-size: 25px;
}


.about-banner h2 {
  font-size: 25px;
}

.inner-matter h2 {
font-size: 25px;
}

.about-left{
margin-bottom: 25px;
}

.about-arrow {
display: none;
}

.about-shape img {
display: none;
}

.inner-banner {
  padding: 40px 0;
}

.in-ban-img {
  position: relative;
}

.table{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.mission-box h3 {
font-size: 22px;
}

.pr-name h5 {
  font-size: 17px;
}

.oxy-bx h4 {
 font-size: 18px;
}

footer .upper-footer .ufot {
align-items: start;
flex-direction: column;
}

footer .second-footer .widget {
padding: 20px 0;
}

footer .upper-footer .ufot .footer-logo::after {
background: none;
}

#accordionExample{
margin-top: 18px;
}


}

@media only screen and (min-width:576px) and (max-width:767px){

}

@media only screen and (max-width:767px){

.feature-bx {
  margin-left: 0;
  margin-top: 40px;
}

.feature-bx::before {
  transform: rotate(0deg);
  left: 0;
  top: -30px;
}


}


@media only screen and (min-width:768px) and (max-width:991px){

}

@media only screen and (max-width:992px){
 
.offcanvas img{
  width: 170px;
}

  .navbar-toggler {
  background: var(--theme-color1);
  color: var(--bs-white);
  margin-left: 12px;
}

.navbar {
justify-content: end;
}

.nav-title h4 {
font-size: 18px;
}

.nav-mid h5 {
font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
padding: 8px 14px;
font-size: 15px;
}

.nav-lft h3 {
font-size: 18px;
}

.nav-lft a {
font-size: 12px;
padding: 8px 14px;
}

.footer-top-area::before {
width: 90%;
height: calc(100% - 100px);
bottom: auto;
top: 0;
}

.footer-top-right::before {
left: -500px;
}

.top-right {
display: none;
}

}


@media only screen and (min-width:991px) and (max-width:1199px){

.top-right li a {
  padding: 0px 6px;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 8px;
  font-size: 14px;
}

.top-btn a {
  font-size: 15px;
}

.top-right {
  top: -26px;
}

}



@media only screen and (max-width:1024px){
}


