*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Flow+Circular&display=swap');

body{
    font-family: "Poppins", sans-serif;
    background: #F4F4F4 !important;
}

/* Home Page */
.certified-wrapper{
    margin: 50px 0px 0px 0px;
}
.about-wrapper{
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 25px;
}
.element-title-home{
    margin-bottom: 52px;
}
.element-title-home span{
    font-family: "Flow Circular", system-ui;
    font-weight: 500;
    color: #313131;
    font-size: 50px;
    position: relative;
    padding: 20px 0px;
    display: inline-block;
}
.element-title-home span::before{
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #0D5257;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.certified-logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 0px;
    margin-top: 45px;
    flex-wrap: wrap;
}
.quotation-title{
    display: flex;
    align-items: self-start;
    gap: 10px
}
.quotation-title span{
    color: #0D5257;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    font-family: "Poppins", sans-serif;
}
.about_content p{
    margin-bottom: 24px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #1E1E1E;
    font-weight: 400;
}
.about-content_title h5{
    font-family: "Flow Circular", system-ui;
    font-weight: 500;
    font-size: 50px;
    color: #313131;
    padding-bottom: 10px;
}
.about-content_title::before{
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #0D5257;
    width: 25%;
    height: 2px;
}
.aboutUs_caption p{
    color: #1E1E1E;
    font-weight: 500;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 27px;
    padding: 0px 20px;
    position: relative;
    margin-top: 24px;
}
.aboutUs_caption p::before{
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #0D5257;
    bottom: 0;
}
.content_box_card{
    padding: 0px 70px 0px 30px;
}
.video-btn a{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 27px;
}
.video-btn a i{
    background-color: #fff;
    box-shadow: 0px 3px 20.8px 0px #00000026;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-btn span{
    color: #1E1E1E;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.service-wrapper{
    background-image: url('/assets/images/home/service-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.service-card a{
    background-color: #fff;
    box-shadow: 0px 30px 30px 0px #637AA61A;
    border: 1px solid #EDEDED;
    padding: 18px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}
.service-card a:hover{
    background-color: #0D5257;
}

.service-card a:hover p{
    color: #fff;
}

.service-card a:hover h3,
.service-card a:hover svg path{
    color: #D7E8BA;
    fill: #D7E8BA;
}
.service-card a svg{
    margin-bottom: 14px;
}
.service-card a svg path{
    fill: #0D5257;
}
.service-card a h3{
    color: #0D5257;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 14px;
}
.service-card a p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
    line-height: 20px;
}

.companiesHolder-wrapper {
    background: linear-gradient(0deg, rgb(13 82 87 / 16%) 11.27%, rgba(215, 232, 186, 0.357) 57.46%, rgba(255, 255, 255, 0.406) 97.45%);
    padding: 80px 0px;
}
.company-card{
    background-color: #FFFFFF7D;
    border-radius: 10px;
    padding: 30px 20px;
    border: 1px solid #FFFFFF;
    transition: 0.3s all ease-in-out;
}
.company-card:hover{
    background-color: #fff;
}
.company-card img{
    width: 140px;
    margin-bottom: 21px;
    height: 75px;
    object-fit: contain;
}
.company-card p{
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
    min-height: 100px;
}
.company-card a{
    border: 1px solid #0D5257;
    padding: 5px 8px;
    border-radius: 8px;
    transition: 0.3s all ease-in-out;
    display: inline-block;
}
.company-card a span{
    color: #0D5257;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin-right: 10px;
}
.company-card a i{
    color: #0D5257;
    transform: rotate(50deg);
}
.company-card a:hover{
    background-color: #0d5257;
    transform: scale(1.03);
}
.company-card a:hover span,
.company-card a:hover i{
    color: #fff;
}
.banner-carousel .content-box-3{
    max-width: 900px;
    margin: 0 auto;
}
.banner-carousel .content-box-1,
.banner-carousel .content-box-2{
    max-width: 700px;
}
.banner-carousel .content-box-1 h2,
.banner-carousel .content-box-2 h2,
.banner-carousel .content-box-3 h2{
  font-weight: 500;
  font-size: 65px;
  color: #fff;
  letter-spacing: -3px;
  /* text-align: center; */
  font-family: "Poppins", sans-serif;
  opacity: 0;
  margin-bottom: 16px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.banner-carousel .active .content-box-1 h2,
.banner-carousel .active .content-box-2 h2,
.banner-carousel .active .content-box-3 h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box-1 h4,
.banner-carousel .content-box-2 h4,
.banner-carousel .content-box-3 h4{
  font-weight: 500;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  /* text-align: center; */
  letter-spacing: 1px;
  margin-bottom: 40px;
  /* text-transform: capitalize; */
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.banner-carousel .active .content-box-1 h4,
.banner-carousel .active .content-box-2 h4,
.banner-carousel .active .content-box-3 h4{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.banner-carousel .slide-item:before{
    background: linear-gradient(90deg, rgba(13, 82, 87, 0.7565) -1.39%, rgba(0, 0, 0, 0.85) 80.85%) !important;
}
.contactUs_btn{
    background-color: #D7E8BA;
    border-radius: 8px;
    padding: 18px 37px;
    color: #1E1E1E;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    transition: 0.3s all ease-in-out;
    display: inline-block;
    width: auto !important;
}
.contactUs_btn:hover{
    background-color: #0D5257;
    color: #fff;
}
.consultant_btn{
    background: #FFFFFF2E;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding: 18px;
    transition: 0.3s all ease-in-out;
    display: inline-block;
}
.consultant_btn:hover{
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding: 18px;
}
.ceo-image{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
}
/* Contact Us */
.element_heading_main{
    color: #1E1E1E;
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 3rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: normal;
}
.contact-information-wrapper{
    background-color: #fff;
    margin: 0px 15px 100px 15px;
    padding: 10px;
    border-radius: 10px;
}
.contact-details-wrap{
    background: linear-gradient(150.06deg, #235A5E 0%, #000000 100%);
    padding: 40px;
    border-radius: 10px;
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.circle-img-lg{
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;

}
.circle-img-lg img,
.circle-img-sm img{
    width: 100%;
}
.circle-img-sm{
    position: absolute;
    right: 35px;
    top: 0;
    z-index: 1;
}
.contact-details-wrap .contact-details_title h2{
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 600;
}
.contact-details-wrap .contact-details_title h6{
    color: #C9C9C9;
    font-family: "Poppins", sans-serif;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 400;
}
.contact-info p img{
    width: 24px;
    margin-right: 25px;
}
.contact-info p {
    margin-bottom: 30px;
    display: flex;
    align-items: self-start;
}
.contact-info p:last-child {
    margin-bottom: 0px;
}
.contact-info p span,
.contact-info p span a{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.contact-social_links ul{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.contact-social_links ul li a{
    background-color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-social_links ul li a i{
    color: #0D5257;
}

.contactUs-form-field{
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #000 !important;
    margin-bottom: 0px !important;
}
.contactUs-form-field:focus{
    outline: none !important;
    box-shadow: unset !important;
}
.contact-form{
    margin-top: 50px;
}
.contact-form .form-group label{
    margin-bottom: 0px;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.btn-custom {
    background-color: #D7E8BA !important;
    color: black !important;
    font-weight: 500 !important;
    width: auto !important;
    padding: 11px 46px !important;
    transition: 0.3s all ease-in-out;
}
.btn-custom:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.text-wrap-intro h3 {
    margin-bottom: .5rem;
    font-size: 22px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.text-wrap-intro p {
    margin-bottom: 1rem;
    text-align: justify;
    font-family: "Poppins", sans-serif;
    color: #1E1E1E;
}
.text-wrap-intro b, strong {
    font-weight: bolder;
    color: #0D5257;
    font-style: italic;
}
.specializes-list-members li{
    font-family: "Poppins", sans-serif;
    color: #1E1E1E !important;
}
.page-title .content-box .bread-crumb li a:hover {
    color: #D7E8BA !important;
}
.search-btn{
    margin-left: 22px;
    margin-right: 22px;
}
.sideBar-search{
    display: flex;
    align-items: center;
}

@media(max-width:991.9px){
    .content_box_card {
        padding: 0px 20px 0px 30px;
    }
    .about_content p {
        font-size: 16px;
    }
    .aboutUs_caption p {
        font-size: 16px;
    }
    .about-wrapper > .row{
        align-items:center;
    }
    .about-content_title h5 {
        font-size: 38px;
    }
    .company-card p {
        min-height: 80px;
    }
    .element-title-home span {
        font-size: 38px;
    }
    .banner-carousel .content-box-1 h4, .banner-carousel .content-box-2 h4, .banner-carousel .content-box-3 h4 {
        font-size: 16px;
    }
    .banner-carousel .content-box-1 h2, .banner-carousel .content-box-2 h2, .banner-carousel .content-box-3 h2 {
        font-size: 38px;
        letter-spacing: 0;
    }
    .banner-carousel .slide-item {
        padding: 150px 0px 150px 0px !important;
    }
    .banner-section .owl-theme .owl-nav .owl-prev{
        display: none;
    }
    .banner-section .owl-theme .owl-nav .owl-next {
        display: none;
    }
    .banner-carousel .slide-item {
        height: 590px !important;
    }
    .about-section .video-inner .image-box img {
        height: 500px;
        object-fit: contain;
        margin: 0  auto;
        width: auto !important;
        display: block;
    }
}
@media(max-width:767.9px){
    .page-title {
        padding: 150px 0px 100px 0px !important;
    }
    .page-title .content-box h1 {
        font-size: 36px !important;
        line-height: 70px;
    }
    .ceo-image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: unset;
    }
    .ceo-image img{
        height: 100%;
        object-fit: contain;
    }
    .service-wrapper {
        padding: 20px 0px;
    }
    .company-card p {
        min-height: auto;
    }
    .element_heading_main {
        font-size: 38px;
    }

}
@media(max-width:575px){
    .page-title .content-box h1 {
        font-size: 28px !important;
        line-height: 55px;
    }
    .element-title-home span {
        font-size: 25px;
    }
    .certified-logos {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0px;
    }
    .certified-logos img {
        object-fit: contain;
        width: 42%;
        height: 100px;
    }
    .element-title-home {
        margin-bottom: 20px;
    }
    .about-wrapper {
        background-color: #fff;
        padding: 20px 20px;
        border-radius: 25px;
    }
    .about-content_title h5 {
        font-size: 25px;
    }
    .content_box_card {
        padding: 0px 10px 0px 10px;
    }
    .aboutUs_caption p {
        font-size: 14px;
        font-family: "Poppins", sans-serif;
    }   
    .about_content p {
        margin-bottom: 24px;
        font-size: 14px;
    }
    .quotation-title span {
        font-size: 16px;
        line-height: 22px;
    }
    .quotation-title img{
        width: 40px;
    }
    .about_content p {
        margin-bottom: 12px;
    }
    .service-wrapper {
        padding: 20px 0px;
    }
    .company-card p {
        min-height: auto;
    }
    .companiesHolder-wrapper {
        padding: 20px 0px;
    }
    .contact-section-new{
       padding: 20px 0px !important; 
    }
    .contact-details-wrap .contact-details_title h2 {
        font-size: 22px;
    }
    .contact-details-wrap .contact-details_title h6 {
        font-size: 16px;
    }
    .contact-info p {
        margin-bottom: 15px;
        display: flex;
        align-items: self-start;
    }
    .contact-details-wrap {
        height: 450px;
    }
    .banner-carousel .content-box-1 h2, .banner-carousel .content-box-2 h2, .banner-carousel .content-box-3 h2 {
        font-size: 24px;
        letter-spacing: 0;
    }
    .banner-carousel .content-box-1 h4, .banner-carousel .content-box-2 h4, .banner-carousel .content-box-3 h4 {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 24px;
        font-weight: 300;
    }
    .consultant_btn {
        background: #FFFFFF2E;
        border: 1px solid #FFFFFF;
        border-radius: 8px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
        padding: 18px 10px;
        transition: 0.3s all ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 46px;
    }
    .contactUs_btn {
        background-color: #D7E8BA;
        border-radius: 8px;
        padding: 16px 10px;
        color: #1E1E1E;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 21px;
        transition: 0.3s all ease-in-out;
        display: flex;
        height: 46px;
        align-items: center;
        justify-content: center;
 
    }
    .banner-carousel .active .content-box .btn-box {
        display: flex;
        align-items: center;
    }
    .banner-carousel .slide-item {
        position: relative;
        overflow: hidden;
        padding: 200px 0px 200px 0px;
        height: 500px !important;
    }
    .about-section {
        padding: 20px 0px !important;
    }
    .certified-wrapper {
        margin: 20px 0px 0px 0px;
    }
    .contact-details-wrap {
        padding: 15px;
    }
    .text-wrap-intro p {
        font-size: 13px !important;
    }
    .text-wrap-intro h3 {
        font-size: 18px !important;
    }
    .specializes-list-members li {
        font-size: 13px !important;
    }
    .element_heading_main {
        color: #1E1E1E;
        font-size: 32px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }
}