.ctdt-ic {
    display: flex;
    column-gap: 30px;
}*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
}
h1, h2, h3, h4, h5, h6, a{
    font-family: "Josefin Sans", sans-serif;
}
img{
    width: 100%;
}
a{
    text-decoration: none !important;
}
.header-logo img {
    max-width: 220px;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.header-logo {
    padding: 0 0 !important;
}
ul.navbar-nav {
    margin-inline: auto;
}
.btn1 {
    border: none;
    background: linear-gradient(to left top, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
    text-decoration: none;
    padding-inline: 38px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700 !important;
    color: #07191f !important;
    padding: 7px 30px;
    text-align: center;
    border-radius: 100px;
}
.btn1:hover{
    background: linear-gradient(to left bottom, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
}
a.nav-link {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    color: #212121;
    letter-spacing: 0.2px;
    font-family: "Mulish", sans-serif;
    padding: 24px 0px !important;
    margin-inline: 16px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #009d62 !important;
}
section.hero-banner {
    margin-top: -100px;
    position: relative;
}
.hbs-bbg img {
    min-height: 860px;
    max-height: 860px;
}
.nav-link:focus, .nav-link:hover {
    color: #009d62 !important;
}
.btn1 i{
    margin-right: 4px;
}

section.main-header {
    position: relative;
    z-index: 9;
    overflow: visible;
}
.hbs-box {
    position: relative;
    overflow: hidden;
}
/* .hbsc-ic {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1320px;
    left: 50%;
} */
.hbsl-ic h4 {
    position: relative;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 13px;
    color: #fff;
}
.hbsl-ic p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    color: #fefefe;
}
.hbsl-btn {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.hbsr-ic img {
    max-height: 550px;
    min-height: 550px;
    object-fit: contain;
}
.hbs-bbg img {
    width: 100%;
    height: 100%;
    min-height: auto;
}
.hbs-bbg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hbs-con {
    padding: 200px 0 100px;
}
.hbss-shape {
    position: absolute;
    z-index: -1;
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}
.hbss-shape1 {
    left: -820px;
    top: -200px;
}
.hbss-shape2 {
    left: -10px;
    bottom: -440px;
}
.hbss-shape3 {
    right: -540px;
    top: -470px;
}
.hbss-shape4 {
    right: -250px;
    bottom: -530px;
    opacity: 80%;
}
@keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes downUp {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  .hbsc-slider {
    margin-bottom: 10px !important;
}
.slick-dots li button:before {
    font-size: 12px !important;
    color: #fff !important;
}
.mt-bar img {
    max-width: 57px;
}

.main-tt span {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.main-tt h3 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 16px;
    margin: 0px;
    color: #00401c;
}
.htc-con .htc-box {
    padding: 0 0 !important;
}
.technology-section .htc-box:nth-child(3) .technology-block-one .inner-box {
    background: #f6f6f6;
}
.technology-block-one .inner-box {
    position: relative;
    display: block;
    background: #f9f9f9;
    /* border-radius: 5px; */
    overflow: hidden;
    padding: 50px 30px 43px 30px;
    height: 100%;
    transition: all 500ms ease;
}
.technology-block-one .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.9) translateY(20px);
    -ms-transform: scale(.9) translateY(20px);
    transform: scale(.9) translateY(20px);
    transition: all 500ms ease;
}
.technology-block-one .inner-box .pattern-layer {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 216px;
    height: 216px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 500ms ease;
}
.rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

@keyframes rotateme-2 {
    from {
        transform: rotateY(0deg);
    }
    to { 
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes rotateme-2 {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to { 
        -webkit-transform: rotateY(360deg);
    }
}
@-moz-keyframes rotateme-2 {
    from {
        -moz-transform: rotateY(0deg);
    }
    to { 
        -moz-transform: rotateY(360deg);
    }
}
@-o-keyframes rotateme-2 {
    from {
        -o-transform: rotateY(0deg);
    }
    to { 
        -o-transform: rotateY(360deg);
    }
}
.technology-block-one .inner-box .icon-box {
    position: relative;
    display: inline-flex;
    font-size: 60px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 16px;
    transition: all 500ms ease;
    align-items: center;
    justify-content: center;
}
.technology-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0px;
    right: -4px;
    transition: all 500ms ease;
    -webkit-animation: zoom-fade 2s infinite linear;
    animation: zoom-fade 2s infinite linear;
}
@keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  
  
  @-webkit-keyframes zoom-fade-two {
    0% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  
  @keyframes zoom-fade-two {
    0% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  .technology-block-one .inner-box .icon-box img {
    max-width: 60px;
    z-index: 1;
    position: relative;
}
.technology-block-one .inner-box .icon-box:before {
    background: #00401c;
}
.inner-box h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    
}
.inner-box h4 a{
    color: #07191f;   
}
p {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    transition: all 500ms ease;
}

.technology-block-one .inner-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.technology-block-one .inner-box:hover .pattern-layer {
    opacity: 1;
}
.technology-block-one .inner-box:hover .icon-box {
    background: #fff;
}
.technology-block-one .inner-box:hover .icon-box img{
    max-width: 50px;
}
.technology-block-one .inner-box:hover h4, .technology-block-one .inner-box:hover h4 a, .technology-block-one .inner-box:hover p, .technology-block-one .inner-box:hover ul li, .technology-block-one .inner-box:hover ul li:before {
    color: #fff;
    transition: 1s;

}
.technology-block-one .inner-box:before {
    background: linear-gradient(to left top, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
}

.technology-block-one .inner-box:hover .icon-box:before {
    opacity: 0;
}
.mt-40{
    margin-top: 40px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.htc-con {
    position: relative;
    margin: 0px 15px;
}
.colorf{
    color: #fff !important;
}
.habr-ic {
    margin-left: 40px;
}
section.h-why-us {
    position: relative;
    z-index: 0;
}
section.h-why-us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009e;
    top: 0;
    left: 0;
}
.hwu-bg img {
    width: 100%;
    height: 100%;
}
.hwu-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.mtt-f span, .mtt-f p {
    color: #fff;
}
.mtt-f h3 {
    color: #FBE116;
}
.hwub-tt h5 {
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 28px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.hwub-tt h5:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 55px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}
.hwub-con {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hwub-l img {
    max-width: 56px;
    min-width: 56px;
}
.hwub-r p {
    margin: 0;
    color: #fff;
}
section.h-solutions {
    background: #edfff2;
}
.hsus-ic {
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.hsus-ic {
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.hsus-btm {
    padding: 24px 24px 24px 24px;
}
.hsusb-f {
    display: flex;
    align-items: center;
    gap: 14px;
    /* margin-bottom: 8px; */
}
.hsusb-fl img {
    max-width: 56px;
    min-width: 56px;
}
.hsusb-fr span {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    color: #666666;
    font-weight: 500;
    display: block;
}
.hsusb-fr h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: #00401c;
}
.hsusb-s p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}
.hsus-btm hr {
    margin: 14px 0px;
    color: #666;
}
.hsusb-t a {
    position: relative;
    display: inline-block;
    font-size: 18   px;
    font-weight: 700;
    color: #00401c;
}
.hsus-box {
    margin: 0 12px;
}
.hsu-slider .slick-list {
    margin: 0 -12px;
}
.hsust-img img {
    border-radius: 10px;
    min-height: 312px;
    max-height: 312px;
    object-fit: cover;
}
.testimonial-slide {
    color: #212121;
    /* padding: 0 15px; */
    float: left;
}
.testimonial-slide .top-slider-content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #e7e5e5;
    padding: 40px 35px;
    padding-bottom: 32px;
    line-height: 32px;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.2px;
}
.testimonial-slide .top-slider-content:after {
    position: absolute;
    top: 100%;
    right: 21%;
    border-width: 15px;
    border-style: solid;
    border-color: #e7e5e5 transparent transparent #e7e5e5;
    content: '';
}
.testimonial-slide .bottom-content {
    padding-top: 50px;
    text-align: right;
}
.testimonial-slide .bottom-content .bottom-entry-content {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20%;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-under-name {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    display: block;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-image {
    margin-left: 15px;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-image img {
    max-width: 68px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial-slide .bottom-content .bottom-entry-content .testimonial-slider-name {
    font-size: 20px;
    color: #00401c;
    font-weight: 700;
    margin: 0 0 6px;
    display: block;
}
footer {
    background: #1b3d2f;
    color: #fff;
    position: relative;
    z-index: 0;
}
.ftt-ic {
    padding: 80px 0 40px;
}
.ftc-con p {
    color: #d5d5d5;
}
.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftc-ul ul li a {
    color: #d5d5d5;
}
.ftc-ul ul li {
    margin: 4px 0;
    font-size: 17px;
}
.mb-20{
    margin-bottom: 20px;
}
.ftc-tt h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #f6e54a;
}
.ftc-cbo {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}
.ftc-cbl {
    max-width: 16px;
    min-width: 16px;
    text-align: center;
    color: #f6e54a;
}
.ftc-cbr span a {
    color: #fff;
    font-size: 18px;
}
.ftc-con {
    margin-bottom: 25px;
}
.ftc-social a {
    color: #f6e54a;
    border: 1px solid #f6e54a6b;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.ftc-social{
    display: flex;
    align-items: center;
    gap: 16px;
}
.ftb-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ftb-ic p{
    margin-bottom: 0;
    color: #d5d5d5;
}
.ftb-ic p a{
    color: #f6e54a;
}
.ft-btm {
    background: #000c07;
    padding: 15px 0;
}
footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000a3;
    top: 0;
    left: 0;
    z-index: -1;
}
.ftcs-ic {
    margin-left: 50px;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
    background: #fff;
    box-shadow: 0 0 30px #00000015;
}
.sticky a.nav-link {
    color: #212121;
}
.sticky .navbar-nav .nav-link.active, .sticky .navbar-nav .nav-link.show, .sticky .nav-link:focus, .sticky .nav-link:hover{
    color: #009d62 !important;
}

/* img.sticky-logo {
    display: none;
} */
/* .sticky img.default-logo {
    display: none;
}
.sticky img.sticky-logo  {
    display: block;
} */
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
ul.dropdown-menu {
    border-radius: 0;
    padding: 14px 14px;
    border: none;
    box-shadow: 4px 4px 20px #0000001f;
}
a.dropdown-item {
    padding: 8px 16px;
    border-bottom: 1px solid #efefef;

}
ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212121 !important;
    background-image: linear-gradient(to left bottom, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c) !important;
}
body {
    overflow-x: hidden !important;
}
section{
    overflow: hidden;
}
.sticky .header-logo img {
    max-width: 180px;
    transition: 0.4s;
}
.sticky nav.navbar {
    padding: 0 0;
}
.ftc-logo img {
    max-width: 200px;
}
/* .hsusb-s {
    display: none;
} */
section.h-test {
    position: relative;
    background: url(../../assets/img/ptn-1.png);
    z-index: 0;
}
.htes-slider .slick-dots li button:before {
    font-size: 12px !important;
    color: #0a0b12 !important;
}
.htesr-ic img {
    max-height: 450px;
    object-fit: contain;
}
.hcn-row {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 60px #00000010;
    flex-wrap: wrap;
}
.hcn-bl {
    background: #e8fef2;
    padding: 40px 50px;
    border-radius: 10px 0 0 10px;
}
.main-con p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #4a4949;
}
.hcnbl-author {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.hcnbl-al img {
    max-width: 60px;
    border-radius: 100px;
    min-width: 60px;
}
.hcnbl-ar h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #212121;
}
.hcnbl-ar span a{
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #4a4949;
}
.hcn-br {
    padding: 40px 50px;
    border-radius: 0 10px 10px 0;
}
.form-row {
    display: flex;
    column-gap: 22px;
}
.form-group {
    width: 100%;
    margin-bottom: 22px;
}
.form-group .form-control {
    border: none;
    border-radius: 0;
    line-height: 40px;
    font-size: 15px;
    background: #dfdfdf75;
}
.hcn-bl, .hcn-br {
    width: 100%;
    max-width: 50%;
}
.mt-50 {
    margin-top: 60px;
}
section.h-con {
    position: relative;
    background: #d3f1c5;
    z-index: 0;
}
.technology-block-one {
    height: 100%;
}
.testimonial-slide {
    margin: 0 12px;
}
.htes-slider .slick-list{
    margin: 0 -12px;
}
/* section.h-certification {
    background: #fffdef;
    position: relative;
    z-index: 0;
} */
.habt-bg {
    background: #fffdef;
    position: relative;
    z-index: 0;
}
.hcer-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    max-width: 400px;
    z-index: -2;
}
.hcerr-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.hcer-box {
    width: 100%;
    max-width: 20%;
}
.services-part {
    text-align: left;
    padding: 0px 40px 40px 40px;
    position: relative;
    z-index: 9;
}
.hsr-box:before {
    position: absolute;
    content: "";
    transition: 0.4s;
    width: 0;
    height: 0;
    border-bottom: 100px solid #effbf5;
    border-left: 100px solid transparent;
    bottom: 0;
    right: 0;
}
.hsr-box:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    transition: 0.4s;
    background-image: linear-gradient(to left top, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
}
.serial_number {
    left: 74% !important;
    top: 0px !important;
    -webkit-text-stroke: 2px #effbf5;
    font-size: 60px;
    font-weight: 700;
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px #effbf5;
    transition: 0.4s;
    position: absolute;
}
.services-icon {
    margin: 0px 0px 0px 0px;
    background-color: #effbf5 !important;
    padding: 10px 10px 10px 10px;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    color: #101010;
    transition: all ease 0.3s;
}
.image_border_shape,
.services-icon > img {
    border-radius: 0px 0px 3px 3px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    height: 100%;
    width: 100%;
    max-width: 90px;
}
.services-text {
    padding: 35px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
}
.services-part .services-text .services-title {
    position: relative;
}
.services-part .services-text .services-title .title,
.services-part .services-text .services-title .title a,
.services-text .services-titles .title a,
.services-text .services-titles .title {
    color: #101010;
}

.services-part .services-text .services-title .title {
    margin-bottom: 10px;
}

.services-part .services-title .title,
.services-text .services-titles .title a,
.services-part .services-title .title a,
.services-text .services-titles .title {
    font-size: 22px;
    font-weight: 600;
}
.services-part .services-text .services-title .title {
    font-size: 24px;
    margin: 0 0 10px;
    color: #101010;
}
.services-part .services-text .services-txt {
    margin-bottom: 25px;
    color: #212121;
    margin: 0;
    transition: 0.4s;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services-part .services-text .services-btn-part {
    margin: 15px 0 0;
}
.services-part .services-text .services-btn-part .services-btn {
    font-size: 16px;
    font-weight: 500;
}
.services-part .services-text .services-btn-part .services-btn {
    position: relative;
    display: inline-block;
    color: #2a9b5c;
    transition: all ease 0.3s;
}
.hsr-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 0px 60px 0px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.hsr-box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
.hsr-box:hover .serial_number {
    -webkit-text-fill-color: transparent;
}
.hsr-box:hover .services-part .services-text .services-title .title a,
.services-part .services-text .services-title .title:hover,
.hsr-box:hover .services-text .services-titles .title,
.hsr-box:hover .services-text .services-titles .title a,
.hsr-box:hover .services-part .services-text .services-title .title,
.services-part .services-text .services-title .title a:hover,
.hsr-box:hover .services-txt,
.hsr-box:hover .services-btn .btn_text,
.hsr-box:hover .services-btn i {
    color: #ffffff;
}
.hsr-box:hover .services-icon {
    background: #fff !important;
}

.main-con p {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px 0;
    line-height: 32px;
    color: #212121;
}
.main-con p:last-child {
    margin: 0 0 20px 0;
}
.slick-dots {
    bottom: -55px !important;
}
section.hero-top {
    position: relative;
}
section.hero-top video {
    height: 100%;
    max-height: 750px;
    object-fit: cover;
    object-position: center center;
}
.htt-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    max-width: 660px;
}
section.hero-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 6px);
    background: #000000a3;
    top: 0;
    left: 0;
}
.tbr-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.top-bar {
    background: #2A9B5C;
    padding: 8px 0;
    position: relative;z-index: 0;
    overflow: hidden;
}
section.top-bar a{
    color: #fff;
    font-size: 14px;
}
.tbr-icl a i {
    margin-right: 8px;
}
.tbr-icl {
    display: flex;
    column-gap: 20px;
}
.tbr-icr {
    display: flex;
    align-items: center;
}
.tbr-icr a i {
    line-height: 26px;
}
.tbr-icr a {
    color: #212121 !important;
    font-size: 14px;
    border-right: 1px solid #9d9d9d;
    padding-inline: 10px;
}
.tbr-icr a:last-child {
    padding-right: 0;
    border: none;
}
section.top-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FBE116;
    top: 0;
    right: -10%;
    z-index: -1;
    max-width: 60%;
    transform: skewX(40deg);
}
.about-left {
    margin-right: 20px;
}
.about-img {
    display: flex;
    gap: 30px;
    position: relative;
}
.about-img .img-1 {
    border-radius: 20px 20px 0 80px;
}
.about-experience {
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(to right top, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
    padding: 15px 20px 15px 15px;
    color: #ffffff;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience-icon {
    color: #2d154f;
    font-size: 65px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    margin: 0 20px 0 10px;
    background: #ffffff;
    border-radius: 50px;
}
.about-experience-icon img {
    width: 65px;
}
.about-img .img-2 {
    border-radius: 30px;
    border: 2px dashed #2A9B5C;
    padding: 8px;
}
.about-img .img-3 {
    border-radius: 0 80px 20px 20px;
}
.about-item {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    align-items: center;
}
.about-item-icon {
    width: 70px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 12px;
    background: linear-gradient(to right top, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
    border-radius: 50px;
    font-size: 45px;
    color: #2d154f;
    box-shadow: -5px 5px 0 #116e6317;
}
.about-item-icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}
.about-item-content {
    flex: 1;
}
.about-item-content h5 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    color: #00401c;
}
.about-item-content p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #212121;
}
.ib-active.inner-box:before {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.ib-active.inner-box .pattern-layer {
    opacity: 1;
}
.ib-active.inner-box .icon-box {
    background: #fff;
}
.ib-active.inner-box h4, .ib-active.inner-box h4 a, .ib-active.inner-box p, .ib-active.inner-box ul li, .ib-active.inner-box ul li:before {
    color: #fff;
}
.ib-active.inner-box .icon-box:before {
    opacity: 0;
}
.ib-active.inner-box .icon-box img {
    max-width: 50px;
}
nav.navbar {
    padding: 14px 0;
}
@keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  section.i-banner {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 100px 0px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background: linear-gradient(to left bottom, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0px 10px 20px inset #00000040;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    top: 0;
    left: 0;
    z-index: -1;
}
.ibr-con h4 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}
.ibr-con p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.ibr-con p a{
    color: #fff;
    
}
.ibg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
    background: url(../../assets/img/shape/ib-bg.png);
}
.abtl-ic {
    height: 100%;
}
.abtl-ic img{
    height: 100%;
    object-fit: cover;
}
.ml-40{
    margin-left: 40px !important;
}
.main-con ul, .inner-box ul, .service-inner ul {
    --icon-space: 1.8em;
    list-style: none;
    padding: 0;
  }
  
  .main-con li {
    padding-left: var(--icon-space);
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 32px;
    font-size: 18px;
    color: #212121;
}
  .inner-box li, .service-inner li {
    padding-left: var(--icon-space);
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  .main-con li:before, .inner-box li:before, .service-inner li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
    color: #000;
  }
  .prd-po .services-part .services-text .services-txt {
    -webkit-line-clamp: unset;
}
.prd-po .hsr-box {
    margin-bottom: 0 !important;
    overflow: hidden;
    border-radius: 0px 60px 0px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
    background: #fff;
}
.rg-30{
    row-gap: 30px;
}
.mssu-box {
    background: #fff;
    display: flex;
    column-gap: 20px;
    align-items: center;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.mssu-r {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.msur-box {
    text-align: center;
}
.msur-img img {
    height: 100%;
    max-height: 50px;
    min-height: 50px;
    object-fit: contain;
}
.msur-con span {
    display: block;
    margin-top: 6px;
    font-weight: 700;
}
.mssu-l h4 {
    font-size: 18px;
    font-weight: 500;
}
.mssu-l {
    width: 100%;
    max-width: fit-content;
}
.prd-po .hsr-box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.prd-po .hsr-box:hover .services-part .services-text .services-title .title a, .prd-po .services-part .services-text .services-title .title:hover, .prd-po .hsr-box:hover .services-text .services-titles .title, .prd-po .hsr-box:hover .services-text .services-titles .title a, .prd-po .hsr-box:hover .services-part .services-text .services-title .title, .prd-po .services-part .services-text .services-title .title a:hover, .prd-po .hsr-box:hover .services-txt, .prd-po .hsr-box:hover .services-btn .btn_text, .prd-po .hsr-box:hover .services-btn i {
    color: #000;
}
.prd-po .hsr-box:hover .services-icon {
    background: #effbf5 !important;
}
.ibr-con {
    position: relative;
}
.ctdt-ic {
    display: flex;
    column-gap: 30px;
}
.ctdt-box {
    padding: 30px  30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #00000010;
    border-radius: 0px;
    margin: 10px 0;
}
.ctdt-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.ctdt-tl span {
    background: #d4eee2;
    color: #00954A;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 26px;
}
.ctdt-tr span {
    font-size: 24px;
    font-weight: 700;
}
.ctdt-btm p {
    margin-bottom: 0;
    color: #212529;
}.ctdt-btm p a {
    color: #212529;
}
.ctf-social span a {
    background: transparent;
    color: #006233;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 100%;
    margin-right: 6px;
    border: 1px solid #006233;
}
.ctfr-ic {
    background: #f6f3ee;
    padding: 40px 40px;
    border-radius: 0px;
}
.fs-40 {
    font-size: 40px !important;
}
/* .ctfr-form .form-row {
    display: flex;
    column-gap: 24px;
    margin-bottom: 24px;
} */
.form-row .form-control, .form-row .form-select {
    border: none;
    height: 52px;
    border-radius: 0px;
    padding: 0 30px;
    background-color: #f7f7f7;
}
.ctfr-ic .form-row .form-control, .ctfr-ic .form-row .form-select, .ctfr-ic .form-group textarea {
    background-color: #fff;
}
.form-group textarea {
    border: none;
    border-radius: 0px;
    padding: 20px 30px;
    background-color: #f7f7f7;
}
.ctfl-ic {
    margin-right: 30px;
}
.ftc-ul2 ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.ftc-ul2 ul li{
    width: 100%;
    max-width: 48%;
}
.sbn-img img {
    max-height: 480px;
    object-fit: cover;
    object-position: center center;
}
section.s-banner {
    position: relative;
    z-index: 0;
}
.s-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b5;
    top: 0;
    left: 0;
}
.sbn-ic {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1320px;
}
.sbn-ic h5 {
    font-size: 40px;
    margin: 0;
    line-height: 54px;
    font-weight: 600;
}
.i-tt h5 {
    position: relative;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin: 0px !important;
    color: #00401c;
    padding-left: 26px;
    display: inline-block;
}
.i-tt h5:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    background: #00401c;
    left: 0;
    top: -4px;
}
.mr-50{
    margin-right: 50px;

}
.wasl-ic {
    height: 100%;
}
.wasl-ic img{
    height: 100%;
    object-fit: cover;
}
.wwa-2 {
    background: #f9f9f9;
    position: relative;
    z-index: 0;
}
.wwa-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}
.abb-bx img {
    max-width: 80px;
    /* margin-bottom: 20px; */
}
.abb-bx {
    box-shadow: 0 0 10px #00000020;
    height: 100%;
    position: relative;
    text-align: center;
    border-radius: 40px;
    padding: 22px 20px;
    border-bottom: 6px solid #00401c;
    background: #fff;
}
.abb-bx p {
    margin: 0;
}
.abb-bx span {
    background: linear-gradient(to left top, #fbe116, #c0d42c, #8bc440, #5ab051, #2a9b5c);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 100px;
}
.abb-bx img {
    max-width: 54px;
    filter: brightness(0);
}
.abb-bx h5 {
    font-size: 22px;
    font-weight: 800;
    color: #00401c;
    line-height: 32px;
    margin-bottom: 2px;
}
.mw-650{
    max-width: 650px;
}
.mw-350{
    max-width: 350px;
}
.wwa-bg img {
    height: 100%;
    object-fit: cover;
}
.f-24{
    font-size: 24px !important;
    line-height: 36px !important;
}
.ftc-cbo2 .ftc-cbl {
    max-width: 20px;
    min-width: 20px;
    text-align: center;
    color: #00401c;
    font-size: 20px;
}
.ftc-cbo2 .ftc-cbr span a {
    color: #00401c;
    font-size: 22px;
    font-weight: 600;
}
.wdic {
    background: #fff;
    padding: 40px 30px;
    height: 100%;
}
.tts-row {
    display: flex;
    gap: 4px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.tts-row .msur-box {
    text-align: center;
    width: 100%;
    padding: 10px 10px;
    max-width: 15%;
    background: #fff;
    border: 1px solid #efefef;
}
.tt-sec .msur-img img {
    height: 100%;
    max-height: 70px;
    min-height: 70px;
    object-fit: contain;
}
.i-tt span {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 26px;
    display: block;
}
.i-tt h6 {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0px !important;
    color: #00401c;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: 20px;
}
.i-tt h6:before {
    content: "";
    position: absolute;
    background: #00401c;
    width: 100%;
    max-width: 80px;
    height: 4px;
    bottom: 0;
    left: 0;
}
.sbn-ic p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}