@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Roboto", sans-serif;
    transition: all 0.4s;
    color: #323232;
}
:root{
    --bg-green:#1cbbb4;
    --text-green:#1cbbb4;;
    --bg-lightGreen:#e8f8f7;
    --bg-gray:#f8f6f6;
    --bg-form:#e5e5e5;
    --bg-brown:#c97243;
    --text-black:#323232;
    --bg-red:#1cbbb4;;
    --text-red:#1cbbb4;;
}
.bg_red{
    background-color: var(--bg-red);
}
.text_red{
    color: var(--bg-red);
}
.bg_brown{
    background-color: var(--bg-brown);
}
.text_black{
    color: var(--text-black) 
}
.bg_lightGreen{
    background-color: var(--bg-lightGreen);
}
.bg_form{
    background-color: var(--bg-form);
}
.bg_green{
    background-color: var(--bg-green);
}
.bg_gray{
    background-color: var(--bg-gray);
}
.text_green{
    color: var(--text-green);
}
p{
    font-weight: 500;
  }
/* //.dropdown  */

.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: var(--bg-green);
    }
/* banner_section---start---here  */
.banner_section{
    background: #fff url('../images/banner.png') no-repeat center;
    background-size: cover;
    height: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#fff;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    z-index: 10000;
    box-shadow: 2px 2px 5px #f0f4ee;
  }
  .navbar .nav-link{
    /*font-size: 24px;*/
    color: var(--text-black);
    padding: 0px 20px !important;
}
.navbar .nav-link.active{
   font-weight: bold;
}
.navbar .nav-link:hover{
 color: #323232;
}
.navbar-toggler-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    /* outline: 2px solid var(--text-green); */
    border-radius: 4px;
}
.btn{
    font-weight:700;
    font-size: 22px;
}
.banner_btn:hover{
    color: var(--text-green) !important;
    border:1px solid var(--bg-green);
 }
.btn:hover{
   background-color: #fff;
   color: #323232 !important;
   outline: 1px solid var(--bg-green);
}
/* banner_section---ends---here  */
/* overview_section---start---here  */
.overview_title{
    background: url('../images/back_img.png') no-repeat center;
    font-weight: 900;
}
.overview_para{
    color: #555454;
    font-size: 18px;
    font-weight: 500;
}
.overview_section{
    z-index: 1;
    margin-top: -5%;
}
/* overview_section---ends---here  */
/* main_section---start---here  */
.main_title{
    font-weight: 700;
    position: relative;
}
.main_para{
    font-weight: 500;
    color: #555454;
    font-size: 18px;
    text-align: justify;
}
.main_title::After{
    position: absolute;
    content: '----';
    width: 20%;
    height: 4px;
    bottom: 18%;
    color: var(--text-green);
}
.main_list{
    font-size: 22px;
    list-style-type: square;
}
/* main_section---ends---here  */
/* card_section---start---here  */
.card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  .card:hover {
    transform: scale(1.05);
  }
  .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2d363c2d;
    opacity: 1;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card:hover .card-overlay {
    background-color: #0e5e5a5b;
  }
  .card-heading {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
  }
.card_heading{
    background: url('../images/S-E-R-V-I-C-E-S.png') no-repeat center;
    font-weight: 900;
}
/* card_section---ends---here  */
/* achivements_Section---start---here  */
.achivements_heading{
    font-weight: 700;
}
.span_box{
    display: inline-block;
    height: 8px;
    width: 100px;
    background-color: var(--bg-green);
}
.spin_box span{
    color: #000;
}

/* achivements_Section---ends---here  */
/* hero_section---start---here  */
.hero_section{
    background: #fff url('../images/number-speak.png') no-repeat center;
    background-size: cover;
}
/* hero_section---ends---here  */
/* graph_section---start---here  */
.graph_card{
    /* border: 1px solid black; */
    border-radius:20px;
}
.graph_content{
    max-width: 85%;
}
.graph_content p{
    font-weight: 400;
}
.graph_section p{
    text-align: justify;
}

/* graph_section---ends---here  */
/* partner_section---start---here  */
.partner_title{
    background: url('../images/p\ a\ r\ t\ n\ e\ r\ s.png') no-repeat center;
    font-weight: 900;
}
.partner_logo{
    margin-top: -2%;
}
.logo_box{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 2px 2px #f0f0f0;
    z-index: 1;
}
/* partner_section---ends---here  */
/* about_section---start---here  */
.about_title{
    background: url('../images/A\ b\ o\ u\ t.png') no-repeat center;
    font-weight: 900;
}
.about_content-box{
    text-align: justify;
}
.about_img-box img{
    border-radius: 12px;
}
.about_sec-box{
    border-radius: 20px;
    transform: scale(1.01);
    box-shadow:-2px 2px 5px 5px #d9dddd;
    max-width: 90%;
}
.stand_title{
font-weight: 700;
}
.stand_list li{
    font-size: 18px;
    padding-left: 0 !important;
}
/* about_section---ends---here  */
/* footer_section---start---here  */
.footer_section{
    background: #fff url('../images/new-footer-bg.png') no-repeat center;
    background-size: cover;
}
.email_link{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}
.email_link i{
    height: 30px;
    width: 30px;
    margin: 2px 0px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.email_link i:hover{
    background-color: #01cbb4;
}
.email_link:hover{
    color: var(--text-green) !important;
}
.footer_address{
    font-size: 14px;
}
.link_list{
    list-style-type: none;
    padding: 0;
    font-size: 22px;
}
.social_icons{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    background-color: #fff;
}
.social_icons:hover{
    color: #fff;
    font-size: 16px;
    background-color: var(--bg-green);
}
.quick_links h3{
    display: inline-block;
}
.link_list a{
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.link_list a:hover{
    background-color: var(--bg-green);
    border-radius: 8px;
    padding: 5px 10px;
}
.form_box{
    border-radius: 12px;
    max-width: 100%;
}
.form-control,.form-select{
    border-radius: 8px;
    border: none;
}
.form-select {
    font-weight: 500 !important;
}
.btn-common{
    border-radius: 8px;
    font-weight: 400;
    max-width: 100%;
}
::placeholder{
    font-weight: 500;
    color: #000 !important;
}
.form-select:focus{
    box-shadow: none !important;
    outline: 1px solid var(--bg-green) !important;
}
.form-control:focus {
    box-shadow: none !important;
    outline: 1px solid var(--bg-green);
}
input:focus::placeholder,textarea:focus::placeholder{
  color: #32323288 !important;
}
/* footer_section---ends---here  */


/* About page css  */
.home_link{
    color: #fff;
    text-decoration: none;
}
.home_link:hover{
    color: var(--text-green);
}
.company-about_section hr{
    height: 15px;
    background-color: #1cbbb4;
    opacity: 1;
    width: 65%;
}
.company-about_content p{
    font-weight: 500;
}
.company-list{
    font-size: 18px;
}

/* contact page css  */
.ques{
    font-weight: 700;
    font-size: 38px;
}
.contact_sec-links{
    border: 2px solid #000;
    width: 100%;
}
.contact_sec-links a{
    color: #323232 ;
}
.links_icons{
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    background-color: var(--bg-green);
}
.links_icons i{
    font-size: 32px;
}
.contact_form-box{
    max-width: 350px !important;
    position: absolute;
    box-shadow:-2px 2px 5px 5px #d9dddd;
    right: 20%;
    bottom: -15%;
}

/* career page css  */
.resume_text-box h1,p,.career_job-title{
    font-weight: 700;
}
.career_job-section{
    background-color: #f9f9f9;
}
.career_banner-title{
    font-weight: 700;
    font-style: italic;
}
.career_banner-para{
    font-weight: 700;
    text-align: start !important;
}
.nav-tabs{
   border-bottom: 0;
   color: #323232 !important;
}
.nav-tabs .nav-link{
    color: var(--text-green);
    font-weight: 600;
    font-size: 22px;
    border: 2px solid var(--text-green);
    border-radius: 6px;
    padding: 5px 20px !important;
   margin: 2px 15px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--bg-green);
    border-color: var(--text-green);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: none !important ;
    isolation: 0 !important;
}
.tabs-title{
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 8px solid var(--text-green);
}
.tabs_card-box h5{
    font-weight: 700;
}
.tabs_card-box{
    box-shadow:-2px 1px 2px 5px #d9dddd;
    width: 200px;
    height: 200px;
    color: #8e8e8e;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}
.tabs_card-box:hover{
transform: scale(1.05);
box-shadow:-2px 1px 2px 5px #01cbb4;
background-color: var(--bg-lightGreen);
color: #000;
}
.tabs_card-link{
    text-decoration: none;
}

/* gallery page css  */
.gallery {
    --size: 100px;
    display: grid;
    grid-template-columns: repeat(6, var(--size));
    grid-auto-rows: var(--size);
    margin-bottom: var(--size);
    place-items: start center;
    gap: 5px;
    
    &:has(:hover) img:not(:hover),
    &:has(:focus) img:not(:focus){
      filter: brightness(0.5) contrast(0.5);
    }
  
    & img {
      object-fit: cover;
      width: calc(var(--size) * 2);
      height: calc(var(--size) * 2);
      clip-path: path("M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z");
      transition: clip-path 0.25s, filter 0.75s;
      grid-column: auto / span 2;
      border-radius: 5px;
  
      &:nth-child(5n - 1) { 
        grid-column: 2 / span 2 
      }
  
      &:hover,
      &:focus {
        clip-path: path("M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z");
        z-index: 1;
        transition: clip-path 0.25s, filter 0.25s;
      }
      
      &:focus {
        outline: 1px dashed black;
        outline-offset: -5px;
      }
    }
  }

  .banner-images{
    position: absolute;
    bottom: 0px;
    left: 25%;
  }


  /* services page css  */
  .service-hero_list-1,.service-hero_list-2{
    list-style-type:none ;
  }
  .service-hero_list-1 li{  
       position: relative;
       margin-left: 60px;
      }
.service-hero_list-1 li:before {
    position: absolute;  
    top: 0px;
    left: 0;  
    margin:-10px -60px;    
    vertical-align: middle;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #adeee7;
    content: "";
}
  .service-hero_list-2 li{  
       position: relative;
       margin-left: 30px;
      }
.service-hero_list-2 li:before {
    position: absolute;  
    top: 0px;
    left: 0;  
    margin:0px -30px;     
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1cbbb4;
    content: "";
}
.service-hero_btn{
    border-radius: 15px
}
.service-card_section{
    background: #fff url('../images/Shape-background.png') no-repeat center;
    background-size: cover;
    height: 100%;
}
.service-card_box{
    border: 2px solid #000;
    height: 100%;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.service-card_box:hover{
   background-color: #01cbb4;
   border-top-left-radius: 0px;
   border-bottom-right-radius: 0px;
   border-top-right-radius: 45px;
   border-bottom-left-radius: 45px;
}
.service-card_box:hover h5{
   color: #000 !important;
}
.service-card_box:hover .icon_box{
   background-color: #fff;
   color: #000;
}
.icon_box{
    height: 50px;
    width: 50px;
    border-radius: 15px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    background-color: #01cbb4;
}
.service-card_box-2{
    border: 2px solid #000;
    border-radius: 22px;
}
.card-title_service{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    border-bottom: 2px solid #000;
}
.service-card_list li{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    padding-left: 10%;
    border-bottom: 2px solid #7a7a7a;
}
.cara-content-box{
    background-color: #000;
    border-radius: 22px;
    margin-left: -15px !important;
    overflow: hidden;
}
.carousel-box{
    border-radius: 22px;
    box-shadow: 1px 2px 55px #d9dddd;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    width: 2rem;
    height: 2rem;
    border: 2px solid #000 !important;
    border-radius: 50%;
    background-color: #fff;
    color: #000 !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    background-image:none !important;
}
.carousel-control-prev-icon{
    left: -15px;
}

.carousel-control-next-icon{
    right: -15px;
}
.carousel_section p{
    font-weight: 400;
}

.agency_section{
    background: #fff url('../images/agency-img3.png') no-repeat center;
    background-size: cover;
    color: #fff;
}
.agency_card{
    height: 200px;
    width: 200px;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-green);
    cursor: pointer;
    font-weight: 500;
}
.agency_card:hover{
    background-color: var(--bg-lightGreen);
}
.agency_card:hover a{
   color: #000 !important;
}
.agency_card a{
    color: #fff;
    text-decoration: none;
}
.agency_list{
    list-style-type: circle;
}
.black_card-box{
    border: 1px solid #fff;
    border-radius: 15px;
    padding:10px 5px;
    height: 250px;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 1px 1px 2px var(--bg-green);
}
.black_card-box:hover{
    background-color: #000;
    color: #ffff;
    border-left: 4px solid #1cbbb4;;
    box-shadow: none;
}
.black_card-box p{
    font-weight: 400;
}
.black_card-img{
    width: 100%;
}
.base_btn a{
    border: 1px solid var(--bg-red);
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    transition: all .3s;
}
.base_btn a:hover{
    border: 1px solid var(--bg-red) !important;
    background-color: var(--bg-red) !important;
    color: #fff !important;
}
.offer_card-section p{
    font-weight: 500;
}
.offer_card-box{
    border-radius: 22px;
    box-shadow: 1px 2px 55px #d9dddd;
    cursor: pointer;
    transition: all .3s;
}
.offer_card-box:hover{
 transform: scale(1.02);
 border-left: 2px solid #1cbbb4;;
 border-bottom: 2px solid #1cbbb4;;
}
.offer-icon{
    font-size: 32px;
    color: var(--text-red);
}
.offer_card-box a{
  text-decoration: none;
  color: #000;
}
.offer_card-box:hover a{
  text-decoration: underline;
  color: var(--text-red);
}
.welcome_box{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 2px 55px #d9dddd;
    height: 100%;
}
.welcome_btn a:hover{
    border: 1px solid var(--bg-red) !important;
    background-color: #fff !important;
    color: #1cbbb4 !important;
}

/* csr page css  */
.circle{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
    overflow: hidde3;
}
.circle-1{
    background-color: #263672;
}
.circle-2{
    background-color: #2d7580;
    height: 230px !important;
    width: 230px !important;
    border-radius: 50%;
    transform: scale(1.2);
}
.circle-3{
    background-color: #1aa893;
}
.circle:hover{
    box-shadow: 0 4px 8px #01cbb4;
    transform: scale(1.05); 
}
.csr-cards_title{
    color: #367fbd;
}

.csr_card:hover{
    transform: scale(1.05);
}
.csr_card {
    position: relative;
    height: 300px;
    width: 250px;
    color: #fff !important;
    cursor: pointer;
    transition: all .3s;
  }
  .arrow-link,.card-body {
    position: absolute;
    font-size: 32px;
    bottom: 0px;
    left: 10px;
  }
  .img-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 52px;
  }
  .csr_card a{
    color: #fff !important;
  }
  .csr-card-1{
    background-color: #fca743;
  }
  .csr-card-2{
    background-color: #ba69ac;
  }
  .csr-card-3{
    background-color: #a18870;
  }
  .csr-card-4{
    background-color: #41c1e8;
  }
  .csr-card-5{
    background-color: #3fcba4;
  }
  .csr-card-row{
    padding-bottom: 10px;
    border-bottom: 8px solid var(--text-green);
  }
  .welcome_content{
    max-width: 70%;
  }


  .service-hero_box p ,.service-card_section-2 p ,.main_section p,.agency_section p,.welcome_content p,.offer_card-box p,.black_card-box p{
    text-align: justify !important;
  }
  
  p{
      font-weight:400 !important;
  }
  }
