@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Squada+One&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');
@import url('https://cdn.jsdelivr.net/npm/pace-js@latest/pace-theme-default.min.css');
@import url(css/ma5-menu.min.css);
@import url(css/responsive.css);
html {  scroll-padding-top: 60px;}
/*Custom CSS*/
h1,h2,h3,h4,h5,h6{font-size: 35px; margin: 0px; padding: 0px;  font-family: "Squada One", sans-serif; color: #333}
ul{padding: 0px; margin: 0px; list-style-type: none;}
li{padding: 0px; margin: 0px; font-size: 15px;  font-family: "Space Grotesk", sans-serif;}
a{font-size: 15px; font-family: "Space Grotesk", sans-serif;}
a:hover{text-decoration: none;}
p{font-size: 15px; padding: 0px; margin: 0px; font-family: "Space Grotesk", sans-serif;}
body{padding: 0px; margin: 0px; box-sizing: content-box;}
span{padding: 0px; margin: 0px; font-family: "Space Grotesk", sans-serif;}
input{font-family: "Space Grotesk", sans-serif;}
textarea{font-family: "Space Grotesk", sans-serif;}
button{font-family: "Space Grotesk", sans-serif;}
label{font-family: "Space Grotesk", sans-serif;}

:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: "Exo 2", sans-serif;
    --theme-color: #63C153;
    --theme-color2: #064E5A;
    --theme-bg-light: #F6F6F6;
    --theme-color-light: rgba(99, 193, 83, .2);
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #064E5A;
    --color-green: #15D4C9;
    --color-blue: #0049D0;
    --color-skyblue: #00BFFF;
    --color-yellow: #FBA707;
    --color-gray: #ECECEC;
    --color-red: #F05454;
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #023B45;
    --footer-text-color: #F5FAFF;
      --color: #3c3163;
  --transition-time: 0.5s;
}

/*Start*/
/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {    border: none;    outline: none;}
#whatsapp .wtsapp {    position: fixed;    transition: all .5s ease;    background: #25d366;    display: block;    text-align: center;    box-shadow: 0 0 20px rgba(0,0,0,0.15);    /* margin: 0; */    border-radius: 50px;    border-right: none;    color: #fff;    font-weight: 700;    font-size: 25px;    bottom: 111px;    left: 25px;    border: 0;    z-index: 999;    width: 50px;    height: 50px;    line-height: 48px;}
@keyframes pulse-border {
 0% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);  opacity: 1;}
100% {transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
}
.mobile-three-item {    text-align: center;    display: none;    position: fixed;    z-index: 999;    bottom: 0;    width: 100%;}
.mobile-three-item li {    display: inline-block;    margin-right: 0;   width: 32%; padding: 5px 0px;}
.mobile-three-item li:nth-child(1) {    background-color: #ffaa3d;}
.mobile-three-item li:nth-child(2) {    background-color: #64b161;}
.mobile-three-item li:last-child {  background: #006C70;}
.mobile-three-item li a {    color: #fff; font-size: 14px;}
.mobile-btn-animation {    position: fixed;    left: 0;    bottom: 0;    width: 30%;    color: white;    text-align: center;    font-weight: bold;    padding-top: 10px;    padding-bottom: 10px;    margin-left: 2.5%;   z-index: 1000; background-color: #000;}
.mobile-btn-animation a {    color: white;}
#mobile-call-container a {    width: 100%;    min-width: 100%;}
/*Call Me*/
.phone_lefts-side {    position: relative;}
.phone_lefts-side a {    position: fixed;    bottom: 180px;    color: white;    animation: topBottom 4s infinite;    z-index: 999;    left: 25px;     background: #006C70;   color: white;    padding: 10px 16px;    border-radius: 50%;    font-size: 20px;    animation: bounce 4s infinite alternate;}
.glow {    font-size: 80px;    color: #fff;    text-align: center;    -webkit-animation: glow 1s ease-in-out infinite alternate;    -moz-animation: glow 1s ease-in-out infinite alternate;    animation: glow 1s ease-in-out infinite alternate;}
@-webkit-keyframes glow {
from {text-shadow: 0 0 10px #f3fffd , 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #f3fffd , 0 0 60px #f3fffd , 0 0 70px #f3fffd ;}
to {text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #016098 , 0 0 60px #f3fffd , 0 0 70px #f3fffd , 0 0 80px #f3fffd ;}
}
@keyframes glow {
  from {text-shadow: 0 0 10px #f3fffd , 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #f3fffd , 0 0 60px #f3fffd , 0 0 70px #f3fffd ;}
  to {text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd , 0 0 40px #f3fffd , 0 0 50px #016098 , 0 0 60px #f3fffd , 0 0 70px #f3fffd , 0 0 80px #f3fffd ;}
}
.bounce {    animation: bounce 965 1.6s ease infinite;    transform-origin: 50% 50%;}
@keyframes bounce {
0% {transform: translateY(0);}
12.5% {transform: translateY(0); }
25% {transform: translateY(0);}
50% {transform: translateY(-15px);}
62.5% {transform: translateY(0);}
75% {transform: translateY(-15px);}
100% {transform: translateY(0);}
}
/* Send Enquire */
.enquiry {    position: fixed;    z-index: 1000;    bottom: 45px;    left: 25px;    height: 50px;    color: #fff;    font-size: 18px;    text-align: center;    text-decoration: none;    cursor: pointer;}
.enquiry i {    float: left;    z-index: 999;    position: absolute;    left: 0;    width: 50px;    height: 50px;    border-radius: 50%;    color: #000;    font-size: 24px;    line-height: 50px;    text-align: center;    text-decoration: none;    cursor: pointer;    background: #ffaa3d;    transition: 0.5s;    box-shadow: 0px 2px 6px rgba(0,0,0,0.4);}
.enquiry strong {    background-color: #0680ce;    line-height: 28px;    color: #000;    padding: 10px 20px;    border-radius: 0 30px 30px 0;    height: 45px;    float: left;    font-size: 15px;    margin-top: 3px;    margin-left: 35px;    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);}
.enquiry i:hover {    color: #fff;    background-image: var(--gradient-color);}
.enquiry strong:hover {    color: #000;    background: #eee;}
div#exampleModal .modal-dialog {    width: 100% !important;}
/* Modal Form*/
.modal-content {    border-radius: 0;}
.close {    float: right;    font-size: 23px;    font-weight: 600;   line-height: 2;    color: #fff;    text-shadow: 0 1px 0 #fff;    opacity: .7;}
.close:hover, .close:focus {    color: #fff;    text-decoration: none;    cursor: pointer;    opacity: .9;}
.send_p {    font-size: 17px !important;    line-height: 22px;    text-align: center;   margin-bottom: 20px;}
.modal-body input[type="text"], .modal-body select, .modal-body input[type="number"] {    width: 100%;    padding: 5px 12px;    border-radius: 0px;}
.modal-body textarea {    width: 100%;    height: 120px;    padding: 5px 12px;  border-radius: 0px;}
.modal-body select {    width: 100%;}
.pac-container {    z-index: 100000;}
.g-recaptcha {    transform: scale(0.80);    transform-origin: 0 0;    -webkit-transform-origin: 0 0}
.modal_btn {    width: auto;    background: #ffaa3d;    padding: 8px 25px;    border: none;    color: #000;    font-size: 17px;    border-radius: 4px;    cursor: pointer;    transition: 0.5s;}
.modal_btn:hover,.modal_btn:focus {  background: #006C70;  color: #fff;}
.form-group textarea {    height: 100px !important;}
/*button.close {    position: relative;    left: 88%;}*/
/*button.close {display: block;  text-align: center; width: 100%; font-size: 22px; line-height: 45px;}*/
span.modal-title {    display: block;    text-align: center;    width: 100%;}
span#exampleModalLabel {    line-height: 42px !important;    font-size: 25px !important;}
.modal-header {background: #0b428b;}

.header{  background: #fff;}
.header-top {  padding: 10px 0;  background: #006C70;  position: relative;}
.header-top .shape{  position: absolute;  right: 0;  top: 0;  height: 100%;  width: 100%;  overflow: hidden;}
.header-top .shape-1{  position: absolute;  top: 0;  right: -50px;  width: 42%;  height: 100%;  background: #ffaa3d;  transform: skewX(40deg);  border-radius: 20px 0 0 0;  border-left: 5px solid #fff;}
.header-top .shape-2{  position: absolute;  top: 0px;  left: -30px;  bottom: 0;  width: 12%;  background: #ffaa3d;  border-radius: 0 0 20px 0;  transform: skewX(40deg);  border-right: 5px solid #fff;}
.header-top-wrap {  display: flex;  align-items: center;  justify-content: space-between;  flex-wrap: wrap; position: relative;}
.header-top-list ul {  display: flex;  align-items: center;  flex-wrap: wrap;  gap: 12px;}
.header-top-list a {  color: #fff;  font-weight: 500;}
.header-top-list a:hover{  color: #fff;}
.header-top-list a i{  color: #fff;  margin-right: 5px;}
.header-top-right {  display: flex;  align-items: center; flex-wrap: wrap;  gap: 15px;}
.header-top-right .header-top-list a:hover{  color: var(--theme-color2);}
.header-top-right .header-top-list i{  color: var(--color-white);}
.header-top-social span{  color: var(--color-white);}
.header-top-social a {  color: var(--color-white);  font-size: 16px;  text-align: center;  margin-left: 14px;  transition: var(--transition);}
.header-top-social a:hover {  color: var(--theme-color2);}
.header-top-lang .top-lang{  color: var(--color-white);}
.header-top-lang .dropdown-menu{  min-width: 60px;  border-radius: 15px;  padding: 10px;  border: none;  box-shadow: var(--box-shadow);}
.header-top-lang .dropdown-item{  color: var(--color-dark);  border-radius: 10px;}
.header-top-lang .dropdown-item:hover{  background: #006C70;  color: var(--color-white);}
@media all and (max-width: 1199px) {  
.header-top .shape-1{    width: 48%;  }
.header-top .shape-2{    width: 6%;  }
.header-top-list ul {    gap: 10px;  }
.header-top-social a {    width: 34px;    height: 34px;    line-height: 37px;   margin-left: 0;  }
.header-top-left {    margin-right: 5px;  }
}

@media all and (max-width: 991px) {
.header-top .shape-1{    width: 55%;  }
.header-top .shape-2{    width: 7%;  }
.header-top-list ul {    gap: 0px;  }

.header-top-list ul li{    margin-right: 10px;  }
.header-top-list ul li:last-child{    display: none;  }
.header-top-lang .dropdown-toggle::after{    margin-top: 12px;  }
.header-top-social span{    display: none;  }}
@media all and (max-width: 767px) {
.header-top .shape{    display: none;  }
.header-top-social a:hover{    color: var(--theme-color);  }
}

.fennec-mobile-nav .navbar-nav {  overflow-y: auto;  height: 428px;}
.fennec-nav .navbar .navbar-nav .nav-item {  position: relative;  padding: 0;}
.fennec-nav .navbar .navbar-nav .nav-item a {  font-weight: 600;  color: #006C70;  text-transform: uppercase;  padding: 20px 12px; position: relative;  z-index: 1;  margin: 0;}
.fennec-nav .navbar .navbar-nav .nav-item a i {  margin-left: 1px;}
.fennec-nav .navbar .navbar-nav .nav-item a i::before {  font-size: 11px;}
.fennec-nav .navbar .navbar-nav .nav-item a:hover::before, .fennec-nav .navbar .navbar-nav .nav-item a:focus::before, .fennec-nav .navbar .navbar-nav .nav-item a.active::before {  opacity: 1;  visibility: visible;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);    background: #006C70;    position: absolute;    border: none;    top: 80px;    left: 0;    width: 300px;    z-index: 99;    display: block;    opacity: 0;    visibility: hidden;    border-radius: 0;   -webkit-transition: all 0.3s ease-in-out;    transition: all 0.3s ease-in-out;    padding-top: 0;    padding-left: 0;    padding-right: 5px;    padding-bottom: 0px;  }

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {  text-transform: capitalize;  padding: 5px 15px;  display: block;  color: #fff;   font-size: 15px;  font-weight: 600;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {  display: none;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {  color: #fff; }
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {  opacity: 1;  visibility: visible;  -webkit-transform: scale(1);          transform: scale(1);}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {  margin-top: 0;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {  left: 220px;  top: 0;  opacity: 0;  visibility: hidden;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {  left: 220px;  top: 0;  opacity: 0;  visibility: hidden;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: -15px;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: -15px;}
.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: 100%;  margin-top: 0;}
.navbar{padding: 0px;}

ul.dropdown-menu li {    border-bottom: 1px solid #013a72;}
ul.dropdown-menu li:last-child{border-bottom: 0px !important;}
.set-2 {    left: 103% !important;    top: 0px !important;}
.set-3 {    top: 0px !important;    left: 103% !important;}
header .row {    align-items: center;    justify-content: space-around;}
.downlaod-pdf a {    background: #fff;    padding: 12px 20px; transition: 0.5s; border-radius: 10px; color: #006C70;} 
.downlaod-pdf a:hover {color: #006C70;}
header {    padding: 10px 0;    position: sticky;    top: 0;    z-index: 1005;    background: #fff;  border-top: 2px solid #fff;}
.ready-to-buy{  background:#fff;  /* background-attachment: fixed; */    background-size: cover;    background-position: 50% 32%;}
.tagline_part span {    font-size: 40px; font-family: "Squada One", sans-serif;}
.tagline_part span small {    color: #006C70;}

.tagline_part-button ul li:first-child a {    background: #006C70;  border-radius: 5px;  padding: 7px 15px;}
.tagline_part-button ul li:last-child a {    background: transparent; color: #006C70; border:1px solid #006C70;  border-radius: 7px;  padding: 7px 15px; transition: 0.5s;}
.tagline_part-button ul li:last-child a:hover {background: #ffaa3d; color: #000;}
footer{ background: #006C70 url(img/base2-1.png) repeat; }
.footer-logo img {    filter: grayscale(0) invert(1);}
.get-btn-footer a { border-radius: 5px; background: #ffaa3d; padding: 9px;}
.set-flow-design ul li {    width: 10%;}
.border-saprate {    padding: 5px 0;   border-bottom: 1px solid #013a72;}
.set-flow-design p{     font-family: "Squada One", sans-serif;   color: #fff;    font-size: 15px;    line-height: 15px;    padding: 15px 20px;    position: absolute;    bottom: 0;    left: 0;    width: 100%;   transition: all ease-out 0.5s;    -webkit-transition: all ease-out 0.5s;    -moz-transition: all ease-out 0.5s;}
.set-abulote{     position: absolute;    left: 0;    bottom: 0;    top: 0;    right: 0;     background: rgba(0, 0, 0, .5);    transition: all ease-out 0.5s;    -webkit-transition: all ease-out 0.5s;    -moz-transition: all ease-out 0.5s;    border-radius: 100px;}
.set-abulote:hover{    background: rgba(0,0,0,.1);    transition: all ease-out 0.5s;    -webkit-transition: all ease-out 0.5s;    -moz-transition: all ease-out 0.5s;     transform: scale(1.05);    transition: all ease-out 0.5s;    -webkit-transition: all ease-out 0.5s;    -moz-transition: all ease-out 0.5s;}
.listing-design ul li {    line-height: 40px;}
.connect-with-us ul li a{display: block;}
.connect-with-us ul li a .fa-facebook-f{background: #3b5998; width: 35px; height: 35px;      line-height: 35px; transition: 0.5s;}
.connect-with-us ul li a .fa-x-twitter{background: #000; width: 35px; height: 35px;      line-height: 35px; transition: 0.5s;}
.connect-with-us ul li a .fa-pinterest-p{background: #E60023; width: 35px; height: 35px;      line-height: 35px; transition: 0.5s;}
.connect-with-us ul li a .fa-linkedin-in{background: #0077B5 ; width: 35px; height: 35px;     line-height: 35px; transition: 0.5s;}


.connect-with-us ul li a .fa-facebook-f:hover{border-radius: 50px}
.connect-with-us ul li a .fa-x-twitter:hover{border-radius: 50px}
.connect-with-us ul li a .fa-pinterest-p:hover{border-radius: 50px}
.connect-with-us ul li a .fa-linkedin-in:hover{border-radius: 50px}


.set-flow-design img {border-radius: 100px; height: 115px; object-fit: cover;}
.listing-design {    border-top: 1px solid #013a72;    margin-top: 25px;}
.faq {    background-color: #f5faff;    position: relative;    padding: 60px 0;    background-position: left;    background-size: contain;    background-repeat: no-repeat;}
@media(min-width: 1200px) {
.faq {padding: 120px 0;  background-image: url(img/faq-bg-1.jpg);}
}
.faq form {    padding: 24px 16px;    background-color: #fff;}

@media(min-width: 576px) {
.faq form {padding: 40px 24px;}
}
@media(min-width: 768px) {
.faq form {padding: 32px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
}
.faq form p {    padding-bottom: 20px;    border-bottom: 1px dashed #6a7283;}
.faq form label {    margin-bottom: 6px;}

@media(min-width: 768px) {
.faq form label {font-size: 18px;font-weight: 500;margin-bottom: 10px;
}
}
.faq form .nice-select {    border: 1px solid rgba(16, 39, 29, .1);    background: rgba(16, 39, 29, .05);}
.faq form .nice-select .current {    color: #6a7283;}
.faq form .nice-select::after {    border-color: #6a7283 !important;}
.faq .accordion-item {    border: none;    background-color: #9fd456;    box-shadow: none;}
.faq .accordion-item:focus {    box-shadow: none;}
.faq .accordion-item:first-of-type {    border-top-left-radius: 0;    border-top-right-radius: 0;    box-shadow: none;}
.faq .accordion-item:last-of-type {    border-bottom-left-radius: 0;    border-bottom-right-radius: 0;    box-shadow: none;}
.faq .accordion-item:first-of-type .accordion-button.collapsed {    border-top-right-radius: 0;    border-top-left-radius: 0;}
.faq .accordion-item:first-of-type .accordion-button {    border-top-left-radius: 0;    border-top-right-radius: 0;}
.faq .accordion-item:last-of-type .accordion-button.collapsed {    border-bottom-right-radius: 0;    border-bottom-left-radius: 0;}
.faq .accordion-button:not(.collapsed) {    background-color: #9fd456;    color: #222e48;    box-shadow: none;}
.faq .accordion-button:not(.collapsed)::after {    background-color: #10271d;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-minus' width='28' height='28' viewBox='0 0 24 24' stroke-width='1' stroke='%23FFFFFF' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");}
.faq .accordion-button.collapsed::after {    background-color: #9fd456;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-plus' width='28' height='28' viewBox='0 0 24 24' stroke-width='1' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 5l0 14' /%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");}
.faq .accordion-body {    padding: 0 16px 16px;}
.faq .accordion-body p {    border-top: 1px dashed #6a7283;    padding-top: 12px;}
@media(min-width: 992px) {
.faq .accordion-body {        padding: 0 32px 16px;}
}
.faq .accordion-button {    background-color: #fff;    color: #222e48;    padding: 16px;   font-size: 16px;   line-height: 130% !important;    padding-right: 10px;}
@media(min-width: 992px) {
.faq .accordion-button {        padding: 16px 32px;        font-size: 18px;   font-weight: 500;}
}
.faq .accordion-button:focus {    box-shadow: none;}
.faq .accordion-button::after {    transition: none !important;}
.vertical, .vertical-white, .vertical-sm, .vertical-sm-black {        display: block; }
.vertical, .vertical-white, .vertical-sm, .vertical-sm-black {    display: none;    writing-mode: vertical-lr;    white-space: nowrap;    margin: 0;    font-size: 35px;    font-weight: 600;    transform: rotate(-180deg);    color: rgba(0, 0, 0, 0);    text-transform: uppercase;    -webkit-text-stroke: 1px #10271d;    opacity: .4;}
.solarox-input {    font-size: 14px;    border: 1px solid rgba(16, 39, 29, .1);    background: rgba(16, 39, 29, .05);    padding: 12px;    color: #13203b;    width: 100%;}
.home-input {    margin-bottom: 15px;}
.home-input input:focus{border: 0px; outline: none;}
.home-input textarea:focus {border: 0px; outline: none;}
.btn-submit button {    border: none;  background: #006C70;  padding: 10px 30px; transition: 0.5s; width: 100%;     border-radius: 7px;}
.btn-submit button:hover{background: #000;}

/*.fa-arrow-up-right {    --fa: "\e09f";    --fa--fa: "\e09f\e09f";}*/
.faq-container {      max-width:100%;      margin: auto; }
.faq-item {      background: #fff;      margin-bottom: 10px;  box-shadow: 0 2px 5px rgba(0,0,0,0.1);      overflow: hidden;     font-family: "Space Grotesk", sans-serif;    }    
.faq-question {      padding: 15px;      cursor: pointer;      position: relative;      font-weight: bold; }
.faq-question::after {    content: '+';    color: #fff;    position: absolute;    right: 20px;    font-size: 20px;    transition: 0.3s;    background: #006C70;    width: 25px;    text-align: center;    height: 25px;   line-height: 25px;    }    
.faq-question.active::after {      content: '-'; }
.faq-answer {display: none;  padding: 15px; border-top: 1px solid #eee;  background: #fefefe;}
.faq-answer.open {      display: block;    }
#trailimageid{position:absolute; visibility:visible; left:0px; top:0px; width:1px; height:1px; z-index:10;}
#toTop {    position: fixed;    bottom: 45px;    right: 25px;    cursor: pointer;    z-index: 9999;    transition: 0.5s;}

.good-reasons ul {display: flex; justify-content: space-between;}

.good-reasons ul li {    width: 20%; text-align: justify;}
.good-reasons span {    color: #006C70;    font-size: 20px;    display: block;    margin-bottom: 12px; font-weight: 600;     border-bottom: 1px solid #006C70;}
.good-reasons .title {    position: relative;    z-index: 11;}
.good-reasons { padding: 50px 0 35px 0;    background: url(img/bg-shape5.png.webp);    background-position: 50% 5%;    background-size: cover; }
img.img-set {    position: absolute;    left: 0px;    top: 0px;    width: 100%;     z-index: -1;}
.good-reasons .title h4 small { background: #ffaa3d; padding-left: 10px; padding-right: 10px;}
.logos{background: #0b428b;}
.ct-cta2 {    max-width: 975px;    background-color: #e12d2d;}
.ct-cta2 .item--image {    margin-bottom: -38px;}
.ct-cta2 .item--image {    position: absolute;    bottom: 0;    left: -155px;}
.elementor img {    height: auto;    max-width: 100%;    border: none;    border-radius: 0;    box-shadow: none;}
.ct-cta2 .item--subtitle {    font-size: 30px;    font-family: "Squada One", sans-serif;    color: #060f25;    margin-bottom: 5px;}
.ct-cta2 .item--title {    margin-bottom: 24px;    font-size: 24px;    line-height: 30px;    font-family: "Space Grotesk", sans-serif;    letter-spacing: -0.01em;    color: #333;    padding: 0 10%;}
.elementor a.btn {    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);}
.elementor a.btn {    -webkit-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -khtml-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -moz-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -ms-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    -o-box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);    box-shadow: 0 7px 16px rgba(12, 12, 12, 0.22);}
.btn-type-normal .btn, .btn-type-normal button, .btn-type-normal .button, .btn-type-normal input[type="submit"] {    background-image: none;}
.btn.btn-outline-white {    color: #fff;    border: 2px solid #fff;    background-color: #006C70;    -webkit-border-radius: 7px;    -khtml-border-radius: 7px;    -moz-border-radius: 7px;    -ms-border-radius: 7px;    -o-border-radius: 7px;    border-radius: 7px;    line-height: 41px;    padding: 0 35px;    -webkit-box-shadow: none !important;    -khtml-box-shadow: none !important;    -moz-box-shadow: none !important;    transition: 0.5s;    -ms-box-shadow: none !important;    -o-box-shadow: none !important;    box-shadow: none !important;}
.btn.btn-outline-white:hover{  background-color: #000;}
.ct-cta2{    max-width: 100%;    background-color: #ffaa3d;    background-image: url(img/bg-cta-01.png);    background-repeat: no-repeat;    background-position: center;    background-size: cover;    border-radius: 310px 310px 0 0;    position: relative;    text-align: center;    padding: 62px 60px 65px;}
.elementor-widget-container {    padding: 75px 0 31px 0;}
.testimonial{background: url(img/testimo.jpg); background-position: center; background-size: cover;}
.video-left ul li{width: 20%;}
/*.video-left ul li{width: 30%;}*/
.video-left ul li iframe{border-radius: 7px;}
.testimonial-item .media img {    border-radius: 50px;}
.testimonial-item span {    font-size: 22px;    font-weight: bold;    display: block;    margin-bottom: 5px;}
.testimonial-item { background-color: #006C70;}
.about-btn-design a{      background: #006C70;    padding: 12px 20px;    transition: 0.5s;    border-radius: 10px;}
.about-btn-design a:hover{background: #000;}
.about-btn-design i{transition: 0.5s; animation: 2s linear 0s infinite normal none running rotation; color: rgb(255, 170, 61);}
.fennec-nav i{transition: 0.5s; animation: 2s linear 0s infinite normal none running rotation; font-size: 20px;}
.item--button i{transition: 0.5s; animation: 2s linear 0s infinite normal none running rotation; font-size: 20px;}
.btn-submit i{transition: 0.5s; animation: 2s linear 0s infinite normal none running rotation; font-size: 20px;}
.modal_btn i{transition: 0.5s; animation: 2s linear 0s infinite normal none running rotation; font-size: 20px;}
.ceiling-fan img{transition: 9s; animation: 9s linear 0s infinite normal none running rotation;  opacity: 0.9;}
/* Animation */
@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}
@keyframes rotation {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(359deg);}
  }
.section_about {  background: #fff;  padding: 60px 0;}
.section_about .exp {  padding-right: 0;  position: relative;  z-index: 2;}
.section_about .exp .box {    padding: 30px 30px;    background: #006C70;    position: relative;     color: #fff;    height: 400px;   overflow-y: scroll;}
.section_about .exp .box:after {  content: '';  position: absolute;  top: 30px;  left: -30px;  width: 100%;  height: 100%;  border: 4px solid #c5a47e;  z-index: -1;}
.section_about .exp .box:before {  content: '';  position: absolute;  top: 30px;  left: -30px;  width: 100%;  height: 100%;  background-image: url(img/dots.png);  background-repeat: repeat;  opacity: .3;  z-index: -1;}
.section_about .img {  padding-left: 0;}
.section_about .img img,
.section_about .img iframe {  margin-left: -80px;  max-width: calc(100% + 80px);}
.section_about .img .feat {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding: 0 30px;}
.section_about .img .feat .item {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}
.section_about .img .feat .item .icon {  font-size: 13px;  padding-top: 5px;  margin-right: 25px;}
.section_about .img .feat .item h5 {  color: #c5a47e;}
.section_about .img .feat .item h6 {  font-size: 15px;  font-weight: 400;}
.section_about_right .exp_title {  margin-left: 80px;}
.section_about_right {  background: #fff;  padding: 60px 0;}
.section_about_right .exp {  padding-right: 0;  position: relative;  z-index: 2;}
.section_about_right .exp .box {  padding: 60px 50px;  background: #452326;  position: relative;  margin-right: 30px;  color: #fff;}
.section_about_right .exp .box a{  color: #fff;}
.section_about_right .exp .box:after { content: '';  position: absolute;  top: 30px;  right: -30px;  width: 100%;  height: 100%;  border: 4px solid #c5a47e;  z-index: -1;}
.section_about_right .exp .box:before {  content: '';  position: absolute;  top: 30px;  right: -30px;  width: 100%;  height: 100%;  background-image: url(img/dots.png);  background-repeat: repeat;  opacity: .3;  z-index: -1;}
.section_about_right .img img,.section_about_right .img iframe {  max-width: calc(100% + 80px);  margin-right: -80px;}
.section_about_right .img.iframe{  margin-right: -80px;}
.section_about_right .img .feat {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding: 0 30px;}
.section_about_right .img .feat .item {  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: flex;}
.section_about_right .img .feat .item .icon {  font-size: 13px;  padding-top: 5px;  margin-right: 25px;}
.section_about_right .img .feat .item h5 {  color: #c5a47e;}
.section_about_right .img .feat .item h6 {  font-size: 15px;  font-weight: 400;}
.exp p {    text-align: justify;    margin-bottom: 15px;}
.exp ul li {    margin-bottom: 15px;    text-align: justify;    list-style-type: disc;}
.exp ul{  padding-left: 15px;}
::-webkit-scrollbar {  width: 5px;}
::-webkit-scrollbar-track {  background: #f1f1f1;}
::-webkit-scrollbar-thumb {  background: #888;}
::-webkit-scrollbar-thumb:hover {  background: #555;}
.ceiling-fan{  padding: 45px 0;}
.ceiling-fan img {    position: absolute;    top: 7%;    right: 10%; opacity: 0.5;}
.proc_cta p {    font-size: 24px;    line-height: 24px;    color: #fff;    font-weight: 400;    padding-bottom: 24px;}
.proc_list ul li .feture_text {    min-width: 160px;    color: #000;}
.feature_block span {    display: inline-flex;    vertical-align: middle;}
.proc_list ul li {    font-size: 20px;    color: #fff;    line-height: 46px;    text-align: center;    font-weight: 400;    display: inline-block;    padding-left: 36px;}
.feture_text {    text-transform: capitalize;    min-width: 170px;    background: url(img/red-shaped-bg.png) no-repeat right top;}
.feature_block {    display: inline-block;}
.proc_head_left h3 {        font-family: "Squada One", sans-serif;    font-weight: 400;    color: #fff;    padding-bottom: 10px;    font-size: 30px;    line-height: 30px;    text-transform: uppercase;}
.proc_list ul li .feture_text {    min-width: 160px;}
.feature_block span {    display: inline-flex;    vertical-align: middle; font-size: 17px;}
.our_processes {  background: url(img/bg-img.png) no-repeat;  background-size: cover;}
.feature_block img {    filter: brightness(0.0) invert(0);}.process_top_part h3 {    color: #000;}
.make-india img {    width: 15%;}
.about-us{background: url(img/bg-section-01_02.jpg); background-size: cover;}
.tabs-wrapper {  display: flex;  align-items: center;  position: relative;  margin-bottom: 20px;}
.tabs {      display: flex;    overflow-x: auto;    scrollbar-width: none;    -ms-overflow-style: none;    justify-content: center;    background: red;    padding: 10px;     background: #f1f1f1;}
.tabs::-webkit-scrollbar {  display: none; /* Hide scrollbar for Chrome, Safari */}
.tab {  padding: 10px 20px;/*  background-color: #e9ecef;*/  cursor: pointer;  border-radius: 20px;   font-family: "Space Grotesk", sans-serif;  white-space: nowrap;  margin-right: 10px;}
.tab.active {  background-color: #cadbed;  color: #006C70;}
.arrow {    background-color: #006C70;    color: #fff;    border: none;    padding: 10px;    border-radius: 50%;    cursor: pointer;    margin: 60px 5px;}
.tab-content {  display: none;  margin-top: 30px;  background-color: #fff;  padding: 20px;  border-radius: 10px;}
.tab-content.active {  display: block;}
.tab-content img {  margin-top: 20px;  width: 250px;  height: auto; border-radius: 10px;}
button.arrow.left {    position: absolute;    right: 0;}
button.arrow.right {    position: absolute;    right: 0;    width: 40px;    height: 40px;}
button.arrow.left {    position: absolute;    left: 0;    width: 40px;    height: 40px;}
.product-content ul li:first-child a {    background: #006C70;  color: #000;  padding: 10px 30px;     border-radius: 7px;}
.product-content ul li:last-child a {    background: #ffaa3d;    padding: 10px 30px;     border-radius: 7px;}

span.number {    color: #ccc;    font-size: 65px;    white-space: nowrap;    height: 100px;    margin-right: 15px;    align-items: center;    display: flex;    font-weight: bold; opacity: 0.5;}
span.sub_line {    border-color: #335953;}
span.product-title {    font-size: 28px;    color: #006C70;    display: -webkit-box !important;    overflow: hidden;    text-overflow: ellipsis;    word-break: break-word;    -webkit-box-orient: vertical; line-clamp: 2;   -webkit-line-clamp: 2;    letter-spacing: 0;    font-weight: 900;}
.Bigtitle {    display: flex;    align-items: center;}
.pre_text {    text-align: justify;}
.side-design-product {   background: rgba(0, 0, 0, 0.08);}
.side-design-product h4 {    display: flex;    align-items: center;    justify-content: center;    height: 65vh;    transform: rotate(90deg);    font-size: 44px;}
/* Video */
video {  width: 100%;}
video::-webkit-media-controls {  display: none !important;}
video::-webkit-media-controls-enclosure {  display: none !important;}
video {  pointer-events: none;}

.contact-content {  margin-bottom: 50px;}
.contact-info {  display: flex;  flex-direction: column; align-items: center;  text-align: center;  gap: 15px;  padding: 25px 20px;  position: relative;  min-height: 270px;  margin-bottom: 25px;  border-radius: 30px;  background: #fff;  border: 2px solid #ffaa3d;  transition: 0.5s;}
.contact-info:hover{  transform: translateY(-8px)}
.contact-info .icon{  font-size: 35px;  color: #fff;  width: 70px; height: 70px;  line-height: 70px;  text-align: center;  border-radius: 50px;  background: #006C70;}
.contact-info .content h5 {  font-size: 20px;  margin-bottom: 8px;  color:  #333;}
.contact-info .content p{  color:  #333;  font-weight: 500;  font-size: 16px;}
.contact-img img{  width: 100%;  border-radius: 40px;}
.contact-form{  background: #f1f1f1;  padding: 30px;  border-radius: 40px;}
.contact-form-header {  margin-bottom: 30px;}
.contact-form-header h2 {  font-size: 30px; margin-bottom: 10px;  color: #333;}
.contact-form-header p{  color: #555;}
.contact-form .form-message.success,
.contact-form .form-message.error{  margin-bottom: 20px;  border-radius: 10px; padding: 10px 18px;}
.contact-form .form-message.success{  color: #41BE7D;  background:rgba(65, 190, 125, .1);}
.contact-form .form-message.error{  color: #FF7F7F;  background:rgba(255, 127, 127, .1);}
.contact-form .form-message.error{  color: var(--color-red);}
.contact-map {  margin-bottom: -9px;}
.contact-map iframe {  width: 100%;  height: 450px;}
/* custom form */
.form-group {  margin-bottom: 20px;}
.form-group .form-label{  color: var(--color-dark);}
.form-group .form-control,.form-group .form-select{  padding: 14px 20px 14px 20px;  border-radius: 7px;  background-color: var(--color-white);  color: var(--color-dark);  border-color: var(--border-info-color);}
.form-group .form-control::placeholder{  color: var(--body-text-color);}

.form-group .form-control:focus,
.form-group .form-select:focus{  border-color: #006C70;  box-shadow: 0 0 0 .25rem #006C70;}
.form-group .form-icon{  position: relative;}
.form-group .form-icon i{  position: absolute;  top: 12px;  left: 20px;  color: #006C70;  z-index: 1;}
.form-group .form-icon .form-control,.form-group .form-icon .form-select{  padding-left: 42px;}
.form-check{  margin-bottom: 20px;}
.form-check .form-check-input{  border-radius: 6px;  margin-top: 6.5px;  border-color: var(--border-info-color);}
.form-check .form-check-label{  color: var(--color-dark);}
.form-check .form-check-input:checked{  background-color: var(--theme-color);  border-color: var(--theme-color);}
.form-check .form-check-input:focus{  border-color: var(--theme-color);  box-shadow: 0 0 0 .25rem var(--theme-color-light);}
button.theme-btn {    border: none;    padding: 10px 30px;    background: #006C70;    border-radius: 7px;    color: #fff; transition: 0.5s;}
button.theme-btn:hover {background: #ffaa3d;}
.color-site {    background: #006C70;}
.skin-color {    background: #000;}
.white-wrap .form {    background: #006C70;    padding: 1px 20px 1px 20px;    position: relative;}
.inputBox button {    color: #000;    padding: 10px 0px;    background: #ffaa3d;}
.inputBox input {    height: 35px;}
.inputBox input:focus{  outline: none;}
.inputBox textarea:focus {     outline: none;}
ul.coloring li a {    background: #ffaa3d;    padding: 15px;    color: #000;    font-size: 18px;}
.full-width-type {    background-color: #000;    margin-top: 20px;    width: 100%;    margin-left: 0;   margin-bottom: 20px;}
.hvr-radial-out {    display: inline-block;    vertical-align: middle;    -webkit-transform: perspective(1px) translateZ(0);    transform: perspective(1px) translateZ(0);    box-shadow: 0 0 1px rgba(0, 0, 0, 0);    position: relative;    overflow: hidden;    background: #006C70;    -webkit-transition-property: color;    transition-property: color;    -webkit-transition-duration: 0.3s;    transition-duration: 0.3s;}
.full-width-type h3 {    color: #fff;    margin: 0px;    padding-top: 10px;    text-align: center;   padding-bottom: 10px;}
.leaf-box{    padding: 100px 0px;    background: url(img/testimo.webp);    background-position: 70% 0;    background-repeat: no-repeat;    background-size: cover;}
.blogs-pages{background-color: #f1f1f1;}
.search_title span{    font-family: "Squada One", sans-serif;     font-size: 25px;} 
.search_form input {    height: 50px;    border: none;    background: transparent;    color: #212529;    border-bottom: 1px solid #212529;}
.search_form input::placeholder{color: #212529;}
.search_form input:focus{outline: none;}
.search_form button {    position: absolute;    border: none;    background: transparent;    color: #212529;    right: 20px;    top: 15px;}
a.heading-type {    font-size: 20px;    margin-bottom: 10px;    display: block;    font-weight: 500;}
.blog-btn a {    background: #ffaa3d;    border-radius: 7px;    transition: 0.5s;    color: #000;    padding: 10px 30px;}
.blog-btn a:hover{    color: #fff;    background: #000;}
.blog-single-type img{overflow: hidden; display: block;}
.blog-single-type img:hover{transform: scale(1.1);}
.blog-single-img{   height: 240px;  width: 360px;  overflow: hidden;}
.blog-single-type img {    overflow: hidden;    display: block;width: 100%;    transition: 0.5s;}
.blog-single-type {    margin-bottom: 50px;}

.pace {    -webkit-pointer-events: none;   pointer-events: none;    -webkit-user-select: none;    -moz-user-select: none;    user-select: none;}
.pace-inactive {    display: none;}
.pace .pace-progress {    background: #02305d;    position: fixed;    z-index: 2000;    top: 0;    right: 100%;    width: 100%;    height: 4px;}
.pace .pace-progress-inner {    display: block;    position: absolute;    right: 0px;    width: 100px;    height: 100%;   box-shadow: 0 0 10px #29d, 0 0 5px #29d;    opacity: 1.0;    -webkit-transform: rotate(3deg) translate(0px, -4px);    -moz-transform: rotate(3deg) translate(0px, -4px);    -ms-transform: rotate(3deg) translate(0px, -4px);    -o-transform: rotate(3deg) translate(0px, -4px);    transform: rotate(3deg) translate(0px, -4px);}
.pace .pace-activity {    display: block;    position: fixed;    z-index: 2000;    top: 15px;    right: 15px;    width: 14px;    height: 14px;    border: solid 2px transparent;    border-top-color: #006C70;    border-left-color: #006C70;    border-radius: 10px;    -webkit-animation: pace-spinner 400ms linear infinite;    -moz-animation: pace-spinner 400ms linear infinite;    -ms-animation: pace-spinner 400ms linear infinite;    -o-animation: pace-spinner 400ms linear infinite;    animation: pace-spinner 400ms linear infinite;}

@-webkit-keyframes pace-spinner {
0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.blog-sidebar {    position: relative;    border: 1px solid #e1e5e9;    background-color: #fbf4f6;    padding: 40px 30px;    border-radius: 6px;}
.widget_search .form-group input[type='search'] {    position: relative;    width: 100%;    height: 57px;    border: 1px solid #eee;    font-size: 17px;    font-weight: 500;    color: #5a5a68;    padding: 10px 80px 10px 20px;    border-radius: 5px;    -webkit-transition: all 500ms ease;    -o-transition: all 500ms ease;    transition: all 500ms ease;}
.widget_search .form-group input[type='search']:focus{    outline: none;}
.widget_search button {    position: absolute;    right: 0;    top: 0;    background: transparent;    width: 50px;    height: 57px;}
.blog-sidebar .widget_search {    margin-top: -40px;    margin-left: -30px;    margin-right: -30px;    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);}
.blog-sidebar {    position: relative;    border: 1px solid #e1e5e9;    background-color: #eff7ff;   padding: 40px 30px;    border-radius: 6px;}
.widget_categories .categories-list li a {    position: relative;    display: block;    font-size: 16px;    line-height: 35px;    color: #1e1e2a;    -webkit-transition: .5s;    -o-transition: .5s;    transition: .5s;}
.widget .widget-title {    margin-bottom: 10px;    font-size: 22px;}
.widget_popular_post .post .post-thumb {    position: absolute;    left: 0;    top: 0;}
.widget_popular_post {    position: relative;}
.widget_popular_post .post {    position: relative;    padding-left: 90px;    padding-bottom: 30px;    overflow: hidden;    margin-bottom: 30px;}
.widget_popular_post .post h5 a {    color: #0c2957;    -webkit-transition: .5s ease;    -o-transition: .5s ease;   transition: .5s ease;}
.widget_popular_post .post h5 {    font-size: 17px;    font-weight: 600;    margin-bottom: 2px;}
.widget_popular_post .post .post-info {    color: #006C70;}
.widget_popular_post .post .post-info {    font-size: 15px;    font-weight: 500;}
.widget_popular_post .post:before {    position: absolute;    content: "";    left: 0px;    bottom: 0px;    height: 7px;    width: 100%;    background-image: url(img/pattern-6.png);}
.widget.widget_popular_post .post:last-child {    margin-bottom: 0;}
figure.post-thumb img {    width: 25%;}
.blog-single-post h2 {    font-size: 22px;    margin-bottom: 15px; margin-top: 15px;}
.blog-single-post h3 {    font-size: 22px;    margin-bottom: 15px; margin-top: 15px;}
.blog-single-post h4 {    font-size: 22px;    margin-bottom: 15px; margin-top: 15px;}
.blog-single-post h5 {    font-size: 22px;    margin-bottom: 15px; margin-top: 15px;}
.blog-single-post h6 {    font-size: 22px;    margin-bottom: 15px; margin-top: 15px;}
.blog-single-post p {    margin-bottom: 15px;    text-align: justify;}
.about-full-content-fan img {    border-radius: 10px;}
.blue-color-design {    background: #006C70;  border-radius: 10px;  padding: 20px;    min-height: 200px;}
.bg-change{    background: #cfcfcf;}
.fitbull ul li {    list-style-type: disc;    margin-bottom: 12px;}

.fitbull ul{padding-left: 15px;}
.blue-color-design p {    text-align: justify;    margin-top: 10px;    line-height: 22px;}
.connect-with-us img {    width: 80px;}
.applications_box {    margin-bottom: 25px;}
.applications_box span {    font-size: 18px;     display: block;    font-weight: 600;}

.full-width-content {    margin: 0px auto;}
p.related-heading{    background: #006C70;    width: 100%;    display: block;    padding: 10px 15px;   font-size: 22px;    font-weight: 700;}
.related-products .section-heading {    text-align: center;}
.read-btn a {    background: #000;    padding: 7px 15px;    color: #fff;}
span.text-theme-colored {    font-size: 20px;}
.related_img img {  width: 100%;    object-fit: cover;        height: 160px;    margin: 10px 0px;    border: 1px solid #f1f1f1; padding: 2px;}
.related_content {    margin-top: 10px;}
.read-btn a {    border-radius: 5px;}
.related_content p {    text-align: justify;}
.applications {    background: url(img/Lines-Images.png);    background-attachment: fixed;    background-size: cover;    background-position: 50% 50%;}
ul.two-btn-design li a {    background: red;    padding: 10px 30px;    border-radius: 10px;}
ul.two-btn-design li:first-child a{    background: #006C70;}
ul.two-btn-design li:last-child a{    background: #ffaa3d; color: #000;}
.products_content {    text-align: justify;}

.strip-design{background: #006C70;}
.strip-design_inner ul li:first-child a {    background: #ffaa3d;    padding: 15px 15px;    color: #000;    display: block;}
.products_img img {    border-radius: 50px;}
.full-width-content_products h2 {    font-size: 25px;    margin-bottom: 12px; margin-top: 12px;}
.full-width-content_products h3 {    font-size: 25px;    margin-bottom: 12px; margin-top: 12px;}
.full-width-content_products h4 {    font-size: 25px;    margin-bottom: 12px; margin-top: 12px;}
.full-width-content_products h5 {    font-size: 25px;    margin-bottom: 12px; margin-top: 12px;}
.full-width-content_products h6 {    font-size: 25px;    margin-bottom: 12px; margin-top: 12px;}

.full-width-content_products ul li {    margin-bottom: 15px;    text-align: justify;     list-style-type: disc;}
.full-width-content_products ul{padding-left: 15px;}
.full-width-content_products p {    text-align: justify;}
nav.mobile-menu{display: none;}



table {font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%;}
table td, table th {  border: 1px solid #ddd;  padding: 8px;}
table tr:nth-child(even){background-color: #eee; color: #000;}
table th {  padding-top: 12px;  padding-bottom: 12px;  text-align: left;   color: #000;}
.full-width-content_products table {  margin-top: 20px;}
.full-width-content_products ul {  margin-top: 15px;  margin-bottom: 15px;}
.blog-single-content p {  text-align: justify;}
.blog-single-content {    background: #fff;    padding: 15px;    min-height: 407px;    display: flex;    flex-direction: column;    justify-content: space-around;}
.blog-single-post ul{padding-left: 15px;}
.blog-single-post ul li {  margin-bottom: 15px;  list-style-type: disc;}
a.bgcolor {    display: block;  background: #006C70;  padding: 15px 20px;  color: #fff;  font-size: 22px;}
.breadcumb { background-position: center;  background-attachment: fixed;}
.breadcumb_inner {  position: absolute;  top: 25%;}

.about-content-type p {    margin-bottom: 20px;    text-align: justify;}

.location_design h2 {  font-size: 24px;  margin-top: 15px;  margin-bottom: 15px;}
.location_design h3 {  font-size: 24px;  margin-top: 15px;  margin-bottom: 15px;}
.location_design h4 {  font-size: 24px;  margin-top: 15px;  margin-bottom: 15px;}
.location_design h5 {  font-size: 24px;  margin-top: 15px;  margin-bottom: 15px;}
.location_design h6 {  font-size: 24px;  margin-top: 15px;  margin-bottom: 15px;}
.content-inner-design {    position: absolute;    top: 15%;    right: 0;    width: 33%;    padding-right: 90px;}
.content-inner-design h4 {  margin-bottom: 15px;}
.content-inner-design p {  text-align: justify;}
.story-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 20px;
  position: relative;
}

.slider-wrapper {
  display: flex;
  animation: infinite-scroll 30s linear infinite;
}

@keyframes infinite-scroll {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-100%);
  }
}

.person-story {
  width: 105px;
  height: 150px;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #001b48;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 2px;
  flex-shrink: 0;
}

.person-story:hover {
  transform: scale(1.1);
  border: 3px solid #001b48;
}

.person-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.popup-content {
  position: relative;
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.progress-bar-container {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  gap: 5px;
}

.progress-bar {
  flex-grow: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar-inner {
  height: 100%;
  background: #eccccc;
  width: 0;
  transition: width 3s linear;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1050;
}
.nav-btn.left {
  left: 10px;
}

.nav-btn.right {
  right: 10px;
}

.popup-content video {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  height: 100vh;
  background: #00000040;
  margin-top: 10px;
}

.video-autoplay iframe{
  width: 100%;
  border: none;
  height: 250px;
}
.video-left iframe{width: 100%; height: 200px; border: none;}
.map iframe{width: 100%; height: 300px; border: none;}


/* Custom CSS for Enhanced Design */
.feature-card {
    transition: transform 0.3s ease, border 0.3s ease;
    border-left: 5px solid transparent !important; /* Initial subtle border */
}

.feature-card:hover {
    /* Subtle lift and a highlight border on hover */
    transform: translateY(-5px); 
    border-left: 5px solid #ffc107 !important; /* Yellow border highlight */
    box-shadow: 0 1rem 3rem rgba(255, 193, 7, 0.2) !important; /* Yellow shadow effect */
}

.icon-circle {
    /* Styling the area around the icon */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Dark background for icon area */
    background-color: #ffff; 

}

.button-glow {
    /* Style for the 'About Us' button */
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
    transition: all 0.3s ease;
}

.button-glow:hover {
    /* Subtle pulsing effect */
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.8);
}

.feature-card{
  background: #006C70;
}

.location-list a {
    color: #fff;
}

.location-list{
  color: #fff;
}

.bottom-fix-contact {
    background: #fbad18;
    padding: 30px;
    border-radius: 30px;
}

.bottom-fix-contact h3 {
    color: #001b48 !important;
}

.btn-primary-2 {
    background-color: #001b48 !important;
    color: #fbad18 !important;
}

.text-6 {
    font-size: 30px;
    font-weight: 400;
}

p.award-text {
    color: #fff;
    padding-bottom: 10px;
    text-align: justify;
}


    

    .hvls-application-1{
      margin-top: -47px;
    z-index: 999;
    position: relative;
    }

    .image-container {
    display: flex;
    flex-grow: 1;
    min-height: 400px;
}

img.make-my-india {
    width: 60%;
}

.social-icons li {
    display: inline-block;
    margin: -1px 10px 0 0;
    padding: 10px;
    border-radius: 100%;
    overflow: visible;
  background: #fff;
  width: 45px;
  text-align: center;
  font-size: 17px;
  
}

.social-icons li i {
    color: #000;
}

ul.quick-links li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    transition: 0.3s ease;
    padding-left: 10px;
}

ul.quick-links li a:hover {
    padding-left: 5px;
}

.what-we-do h5 {
    font-size: 23px;
    font-weight: 100;
}

.what-we-do p {
    color: #000;
    font-size: 16px;
}

.advantages-section p {
    color: #fff;
    font-size: 17px;
}

ul.list-unstyled li {
    color: #fff;
}

/* From Uiverse.io by alexruix */ 
.blog-card {
    width: 100%;
    height: 330px;
    border-radius: 5px;
    background: #f5f5f5;
    position: relative;
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
}

.card-details {
 color: black;
 gap: .5em;
 display: grid;
 place-content: center;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-button {
 transform: translate(-50%, 125%);
 width: 60%;
 border-radius: 1rem;
 border: none;
 background-color: #ffaa3d;
 color: #fff;
 font-size: 1rem;
 padding: .5rem 1rem;
 position: absolute;
 left: 50%;
 bottom: 0;
 opacity: 0;
 transition: 0.3s ease-out;
}

.text-body {
 color: rgb(134, 134, 134);
}

/*Text*/
.text-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

/*Hover*/
.blog-card:hover {
 border-color: #ffaa3d;
 box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.blog-card:hover .card-button {
 transform: translate(-50%, 50%);
 opacity: 1;
}

.blog-card:hover  a{
    color: #fff;
    text-decoration: none;
}
.blog-img {
    height: 255px;
}
 swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testi-card .image {
        position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0px;
    left: 0px;
    margin: auto;
}
.testi-card .image img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.testi-card{
    position: relative;
    padding-top: 35px;
    background-color: #fff;
}

.testi-card .inner-card{
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
    color: #436969;
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #cef2f1;
}
.testi-card .name {
    padding-top: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #436969;
    text-align: center;
}

.testi-card .inner-card p{
    font-size: 15px;
    padding: 0 20px;
    display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #436969;
}

.testi-card span i{
    color: #fbad16;
    font-size: 16PX;
}

a {
  color: inherit;
}

.cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
  padding: 4rem;
  margin: 0 auto;
  width: 100%;
}

.cards-wrapper  .card {
  font-family: 'Heebo';
  --bg-filter-opacity: 0.5;
  background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);
  height: 400px;
  width: 15em;
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  /*margin: 2em;*/
  display: flex;
  align-items: flex-start;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 5em -1em black;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 5px solid #006C70;
  text-decoration: none;
  justify-content: end;
}

.cards-wrapper  .card:hover {
  transform: rotate(0);
}

.cards-wrapper  .card h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}


.cards-wrapper  .card .tags .tag {
  font-size: 0.75em;
  background: rgba(255,255,255,0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}



.cards-wrapper  .card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: .8;
}

.cards-wrapper  .card:before, .card:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.cards-wrapper  .card:before {
  background: #dddddd44;
  width: 250%;
  height: 250%;
}

.cards-wrapper  .card:after {
  background: rgba(255, 255, 255, 0.267);
  width: 200%;
  height: 200%;
}

.cards-wrapper  .card:hover {
  color: var(--color);
}

.cards-wrapper  .card:hover:before, .card:hover:after {
  transform: scale(1);
}

.cards-wrapper  .card-grid-space .num {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}

.cards-wrapper  .info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.cards-wrapper  .info img {
  height: 3em;
  margin-right: 0.5em;
}

.cards-wrapper  .info h1 {
  font-size: 1em;
  font-weight: normal;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
 .cards-wrapper  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}



@media screen and (max-width: 900px) {
 .cards-wrapper  .cards-wrapper {
    grid-template-columns: 1fr;
  }
  .cards-wrapper  .info {
    justify-content: center;
  }
 .cards-wrapper   .card-grid-space .num {
    /margin-left: 0;
    /text-align: center;
  }
}

@media screen and (max-width: 500px) {
 .cards-wrapper   .cards-wrapper {
    padding: 4rem 2rem;
  }
.cards-wrapper   .card {
    max-width: calc(100vw - 4rem);
  }
}

@media screen and (max-width: 450px) {
  .cards-wrapper  .info {
    display: block;
    text-align: center;
  }
  .cards-wrapper  .info h1 {
    margin: 0;
  }
}

.cards-wrapper  .card h4{
    color: #fff;
    font-size: 24px;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
    line-height: 1.5;
}
.hero-wrapper {
    position: relative;
    
}

.hero-text p {
    color: #fbad18;
    letter-spacing: 2px;
}

.hero-text p {
    font-family: "Poppins" !important;
    color: transparent;
    font-size: 5em;
    margin:  0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    line-height: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
}
.address p {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.inverted{
  color: #fdac1a;
}

.app-single {
    border-radius: 30px;
    overflow: hidden;
}

.app-single .application-img {
    overflow: hidden;
    transition: all ease .5s;
}

.app-single img {
    transition: all ease .5s;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.application-text {
    background: #001b48;
    padding: 5px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application-text h4, .application-text p {
    color: #fff;
    margin: 0;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
}

.heading.heading-border {
    margin-bottom: 25px;
}
div#desc h2, h3 {
    font-size: 30px;
    margin: 10px 0;
}

.nav-tabs .nav-link.active{
  background-color: #006C70 !important;
}

section{
  overflow: hidden;
}
button.ma5menu__toggle {
    background: #fbad18 !important;
}

   .breadcumb.position-relative {
    position: relative;
    overflow: hidden;
}

.breadcumb.position-relative::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* dark overlay */
    z-index: 1;
}

.breadcumb.position-relative img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Text/content always white & above overlay */
.breadcumb.position-relative .breadcrumb-content,
.breadcumb.position-relative h1,
.breadcumb.position-relative p,
.breadcumb.position-relative a
 {
    position: relative;
    z-index: 2;
    color: #fff !important;
}




/* xxxxxxxxxx */

#whatsapp .wtsapp {
    position: fixed;
    transition: all .5s ease;
    background: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    /* margin: 0; */
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    bottom: 111px;
    left: 25px;
    border: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 48px;
    padding: 10px !important;
}

.phone_lefts-side a {
    position: fixed;
    bottom: 180px;
    color: white;
    animation: topBottom 4s infinite;
    z-index: 999;
    left: 25px;
    background: #006C70;
    color: white;
    padding: 15px 16px !important;
    border-radius: 50%;
    font-size: 20px;
    animation: bounce 4s infinite alternate;
}
.product-details h2, h3 {
    text-align: left;
    font-size: 25px;
    margin-bottom: 15px;
}