@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
:root{
--primary_font: "Kumbh Sans";
--secondary_font: "Poppins";
--primary_color: #34438b;
--secondary_color: #000000;
--last_color: #ffffff;
--font-family-header: 'Kumbh Sans', sans-serif;
--font-family-text: 'Poppins', sans-serif;
--color-main: #30429B;
--color-defol: #3C93CE;
--color-black: #000;
--color-white: #fff;
--background-color-one: #ffffff;
}

/* hero start */


.navbar-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff; /* Change this to your desired background color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Add a box shadow for a subtle effect */
    transition: background-color 0.3s ease-in-out;
}

/*  navbar start */
.navbar-brand img{
    width: 220px;

}
.navbar-nav li {
    margin-left: 15px;
}
.navbar-nav li a{
    margin-left: 15px;
    color: var();
}
.nav-item a{
    color: var(--primary_color) !important;
    font-family: var(--primary_font);
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;

}
.active_nav  a{
    color: #3c93ce !important;
}

.dropdown {
    border: 1px solid #e2e8f0;
    /* outline: none !important; */
    padding: 2px;

}




.navbar-main select{
    width: 180px;
    border: 1px solid #ddd9d9;
    color: #747373!important;
    padding: 8px 20px !important;
}


/*  navbar end */


#hero-section{
    padding: 20px 0px 80px 0px;
    background: url(../image/image_9.webp);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.hero h1{
    font-family: var(--font-family-header);
    font-weight: 800;
    color: var(--color-black);
    font-size: 40px;
    margin-top: 15px;
}
.hero span{
    color: var(--color-main);
}


.hero p{
    font-family: var(--font-family-text);
    font-size: 16px;
    margin-top: 30px;
    color: var(--color-black);
    justify-content: space-between !important;
}
.hero-button{
    background-color: var(--color-main) !important;
    padding: 12px 15px !important;
    color: var(--color-white) !important;
    font-family: var(--font-family-text);
margin-top: 35px;
width: 160px;
}
.hero-button:hover{
    background-color: var(--color-defol) !important;
}

@media screen and (max-width:500px) {
.hero-button{
        background-color: var(--color-main) !important;
        padding: 12px 15px !important;
        color: var(--color-white) !important;
        font-family: var(--font-family-text);
    margin-top: 35px;
    width: 160px;
    margin: auto !important;
    display: block !important;
    }
    .hero p{
        font-family: var(--font-family-text);
        font-size: 16px;
        margin-top: 30px;
        color: var(--color-black);
        justify-content: space-between !important;
    }
}


.hero_heading h1{
    /* margin-top: 30px; */
    font-size: 55px;
    font-weight: 800;
    font-family: var(--primary_font) !important;
    color: #000000;
    line-height: 45px;
}
.hero_heading p{
    width: 640px;
    /* height: 127px; */
    font-size: 16px;
    text-align: justify;
    font-family: var(--secondary_font);
    /* line-height: 26px; */
    text-align: left;
    /* margin-top: 20px; */

}
.hero_btn {
    /* margin-top: 120px; */
    transition: all .5s ease-in-out;
}
.hero_btn:hover{
    margin-top: 10px;

}
.hero_btn a{
  padding: 15px 30px;
   background: var(--primary_color);
   color: var(--last_color);
   font-family: var(--secondary_font);
   border-radius: 7px;
   text-decoration: none;
   transition: all .5s ease-in-out;
}
.hero_btn a:hover{
  padding: 15px 30px;
   background: #3d93ce;
   color: var(--last_color);
   font-family: var(--secondary_font);
   border-radius: 7px;
   text-decoration: none;
 
}

@media (max-width: 1080px) {
.hero_btn {
    margin-top: 20px;
}

  }
@media (max-width: 1080px) {
    .hero_heading h1 {
     margin-top: 0px;
     font-size: 55px;
     line-height: 40px;
    }

    #hero  {
        width: 100%;
        height: auto;
    }
    .hero_heading p{
        margin-top: 20px;
        text-align: justify;
        margin-bottom: 50px;
        width: 100%;
        /* height: 100%; */
    }

    .navbar-brand img {
        width: 170px;
    }
    .hero_btn a{
        padding: 10px 20px;
         background: var(--primary_color);
         color: var(--last_color);
         font-family: var(--secondary_font);
         border-radius: 7px;
         text-decoration: none;
       
      }

  }
@media (max-width: 1000px) {
    .hero_heading h1 {
     margin-top: 0px;
     font-size: 55px;
     line-height: 55px;
    }

}
@media (max-width: 880px) {
    .hero_heading h1 {
     margin-top: 0px;
     font-size: 35px;
     line-height: 42px;
    }

}
/* hero end */



/* group start */
#group{
    padding: 70px 0px;
    background: var(--last_color);
}
.group_heading {
    text-align: center;
}
.group_heading  h1{
    text-align: center;
    font-family: var(--primary_font);
    color: var(--primary_color);
    font-weight: 800;
    font-size: 45px;
}
.group_heading  p{
    text-align: center;
    font-family: var(--primary_font);
font-size: 20px;
    color: var(--secondary_color) !important;
    margin-top: 40px;
    width: 1000px;
    height: 76px;
    margin: auto;
   
}
.group_card{
    border: 1px solid rgb(255, 255, 255);
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    height: 500px;
}
.group_card img{
    width: 25%;
    margin: auto;
    display: block;
    padding-top: 20px;
}
.group_card_heading h1 {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 800;
    font-family: var(--primary_font);
    color: var(--primary_color);
}
.group_card_heading p {
line-height: 24px;
font-family: var(--secondary_font);
color: var(--secondary_color);
font-size: 12px;
height: 180px;
width: 290px;
margin: auto;
text-align: center;
padding: 20px 0px;
}

@media (max-width: 990px) {
.group_hyeading h1{
    font-size: 35px;
}

.group_card {
    height: auto;
} 

  }
@media (max-width: 1190px) {


.group_card_heading p {
    width: 100%;
    line-height: 25px !important;
    height: auto;
}

  }

@media (max-width: 990px) {
.group_heading  p{
  width: 100%;
  height: auto;
}
 

  }
@media (max-width: 1100px) {
.group_heading  p{
  width: 100%;
  height: auto;
}
 

  }


/* group end */

/* services start */
#services {
    padding: 70px 0px ;
    background: var(--primary_color);
}

.services_img img{
width: 550px;
height: 460px;
}
.services_heading h1 {
    font-size: 45px;
    font-weight: 800;
    font-family: var(--primary_font);
    color: var(--last_color);
    line-height: 56px;
    text-align: left;
    margin-top: 40px;
}
.services_heading p {
    font-size: 16px;
    font-family: var(--secondary_font);
    color: var(--last_color);
    line-height: 30px;
    text-align: left;
    margin-top: 30px;
}
.service_menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
}
.service_list_menu ul {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}

.service_list_menu ul li  i {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: var(--last_color);
    margin-right: 8px;
    padding: 5px;
    font-size: 12px;
}
.service_list_menu ul li {
 text-decoration: none;
 padding: 5px;
 color: var(--last_color);
 font-family: var(--secondary_font);
 font-size: 13px;
}

@media (max-width: 990px) {
   
    .service_menu {
        flex-direction: column;
    }
    
    .services_heading h1 {
        margin-top: 0px;
    }
      }
@media (max-width: 768px) {
   
.services_img img {
    width: 100%;
    height: auto;
}
    
  
      }
@media (max-width: 1150px) {
   
.services_img img {
    width: 490px;
    height: 454px;
}
    
  
      }
@media (max-width: 1020px) {
   
.services_img img {
    width: 460px;
    height: 454px;
}
    
  
      }
@media (max-width: 960px) {
   
.services_img img {
    width: 440px;
    height: 454px;
}
    
  
      }
@media (max-width: 920px) {
   
.services_img img {
    width: 400px;
    height: 454px;
}
    
  
      }
@media (max-width: 820px) {
   
.services_img img {
    width: 350px;
    height: 454px;
}
    
  
      }
@media (max-width: 780px) {
   
.services_img img {
  width: 100%;
 height: auto;
}
    
  
      }

@media (max-width: 1080px) {
   
  
    .services_heading h1 {
      font-size: 45px;
      line-height: 55px;
    }
  
    .services_heading p {
     font-size: 16px; 
    }
      }
/* services end */





/* companies start */

#companie {
    padding: 60px 0px;
}
.companie_heading h1 {
    text-align: center;
    font-family: var(--primary_font);
    font-size: 45px;
    color: var(--primary_color);
    font-weight: bold;
}
.companie_card {
    border: 1px solid var(--primary_color);
  height: 350px;
  width: 533px;
  background: #3d93ce;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.1);
  transition: all .5s ease-in-out;
}
.companie_card_heading  {
    padding: 30px;
}
.companie_card_heading h1 {
    font-family: var(--primary_font);
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    color: var(--last_color);
}

.companie-pragrap p{
    font-family: var(--secondary_font);
    line-height: 22px;
    font-size: 15px;
    color: var(--last_color);
    text-align: left;
    margin-top: 10px;
    height: 123px;
    width: 480px;
}
.companie_card_btn {
padding-top: 60px;

}
.companie_card_btn a {
 padding: 10px 30px;
 background: var(--primary_color);
 text-decoration: none;
 font-family: var(--secondary_font);
 color: var(--last_color);
 border-radius: 8px;
 transition: all .5s ease-in-out;
}
.companie_card_btn a:hover {
 padding: 10px 30px;
 background: #3d93ce;
 text-decoration: none;
 font-family: var(--secondary_font);
 color: var(--last_color);
 border-radius: 8px;


}


.companie_card:hover {
    background: var(--primary_color);
}

@media (max-width: 990px) {
   .companie_card {
    height: auto;
    width: 100%;
   }
   .companie_card_heading  h1 {
    font-size: 30px;
   }
   .companie_card_heading  p {
height: auto;
width: 100%;   }

      }
@media (max-width: 1050px) {
   .companie_card_heading p {
    height: auto;
    width: 100%;
   }
.companie_card_btn {
    margin-top: 0px !important;
}
.companie_card {
    height: auto;
    width: 100%;
   }

      }
@media (max-width: 1000px) {
   .companie_card_heading p {
    height: auto;
    width: 100%;
   }
.companie_card_btn {
    margin-top: 0px !important;
}
.companie_card {
    height: auto;
    width: 100%;
   }

      }
@media (max-width: 1150px) {
   .companie_card_heading p {
    font-size: 14px;
    height: auto;
    width: 100%;
   }
.companie_card_btn {
    margin-top: 0px !important;
}

.companie_card {
    height: auto;
    width: 100%;
   }
      }
@media (max-width: 1300px) {
   .companie_card_heading p {
    height: auto;
    width: 100%;
   }
.companie_card_btn {
    margin-top: 0px !important;
}

.companie_card {
    height: auto;
    width: 100%;
   }
      }
/* companies end */

/*  visibility start */
#visibility {
    background: url(../image/aspects-img.webp);
    padding: 70px 0px;
    background-attachment: fixed;
 
    background-position: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
   } 
   .visibility_heading h1{
    font-size: 45px;
    font-weight: 800;
    font-family: var(--primary_font);
    color: var(--last_color);
    line-height: 42px;
   }  
   .visibility_heading p{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: var(--last_color);
    line-height: 25px;
    margin-top: 30px;
   }  
   .visibility_heading h4{
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary_font);
    color: var(--last_color);
    line-height: 25px;
    margin-top: 30px;
   }  
/*  visibility end */

/* .Client start */
#client {
    padding: 70px 0px;
    background: var(--last_color);
}
.client_heading h1 {
    text-align: center;
    font-size: 45px;
    font-family: var(--primary_font);
    line-height: 43px;
    font-weight: bold;
    color: var(--primary_color);
}
.client_heading p {
    text-align: center;
    font-family: var(--secondary_font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}
.client_content_card {
    border: 1px solid #ffffff;
    width: 100%;
    height: 380px;
    padding: 30px;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.client_content_img img {
    width: 100px;
    display: block;
    margin: auto;
}
.client_content_heading h1 {
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--primary_color);
}
.client_heading_paragraph {
    align-items: stretch;
}
.client_heading_paragraph p {
 text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: var(--secondary_font);
    color: var(--secondary_color);
    margin-top: 20px;
    height: 179px;
    width: 185px;
    margin: auto;
   

}
@media (max-width: 990px) {
    .client_content_card {
     height: auto;
     width: 100%;
    }
.client_content_img img {
    width: 100%;
    object-fit: cover;
    
}
.client_heading_paragraph p {
    width: 100%;
    height: auto;
}
.client_content_heading h1 {
    font-size: 20px;
}

       }
@media (max-width: 1200px) {
    .client_content_card {
     height: auto;
     width: 100%;
    }
.client_content_img img {
    width: 100%;
    object-fit: cover;
    
}
.client_heading_paragraph p {
    width: 100%;
    height: auto;
}
       }
@media (max-width: 1106px) {
    .client_content_card {
     height: auto;
     width: 100%;
    }
.client_content_img img {
    width: 100%;
    object-fit: cover;
    
}
.client_heading_paragraph p {
    width: 100%;
    height: auto;
}
       }
/* .Client end */

/*  business start */
#business  {
    padding: 70px 0px;
    background: #f0eeef;
}
.business_heading h1 {
    font-size: 45px;
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-weight: 800;
    text-align: center;
}
.business_heading p{
  width: 840px;
  height: 102px;
    margin: auto;
    text-align: center;
color: var(--secondary_color);
    font-family: var(--secondary_font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}
.business_search_box {
    border: 1px solid rgb(255, 255, 255);
    width: 80%;
    margin: auto;
    padding: 9px;
    background: var(--last_color);
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1) ;
}
.business_search_box input{
width: 84%;
padding: 15px;
border-radius: 5px;
border: none;
outline-color: #f7e7e7 !important;
}
.business_search_box  button{
    width: 14.5%;
    padding: 13px;
    font-family: var(--secondary_font);
    background: var(--primary_color);
    border: none;
    color: var(--last_color);
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.business_search_box  button:hover{
    width: 14.5%;
    padding: 13px;
    font-family: var(--secondary_font);
    background: #3d93ce;
    border: none;
    color: var(--last_color);
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.business_search_box {
    width: 80%;
}
@media (max-width: 990px) {
    .business_heading p {
        width: 100%;
        height: auto;
        font-size: 12px;
    }
    .business_heading h1  {
        font-size: 35px;
    }
    .business_search_box input{
        width: 100%;
    }
    .business_search_box  button {
        width: 100%;
        margin-top: 10px;
    }
    .business_search_box  button:hover {
        width: 100% !important;
    }
       }

/*  business end */


/* hero start */
#hero {
    background: url(../image/Rectangle_139.webp);
    background-position: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

/*  navbar start */

#navigatino {
height:107px;
width: 100%;
position: fixed;
background: var(--last_color);
}

.navbar-brand img{
    width: 250px;

}
.navbar-nav li {
    margin-left: 15px;
}
.navbar-nav li a{
    margin-left: 15px;
    color: var();
}
.nav-item a{
    color: var(--primary_color) !important;
    font-family: var(--primary_font);
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;

}
.dropdown {
    border: 1px solid rgb(122, 122, 122);
    padding: 0px 40px;
}



/*  navbar end */

.hero_heading h1{
    margin-top: 50px;
    font-size: 55px;
    font-weight: 800;
    font-family: var(--primary_font) !important;
    color: var(--last_color);

    line-height: 56px;
}
.hero_heading p{
    font-size: 16px;
    font-family: var(--secondary_font);
    line-height: 26px;
    text-align: left;
    text-align: justify;
    margin-top: 30px;
    width: 970px;
    /* height: 110px; */
    color: var(--last_color);
}
.active_change_pragrap {
    font-size: 16px;
    font-family: var(--secondary_font);
    line-height: 26px;
    text-align: left;
    margin-top: 10px;
    width: 970px;
    height: 60px !important;

}
.hero_btn {
    margin-top: 40px
}
.hero_btn:hover {
    margin-top: 20px
}


.hero_btn a{
  padding: 10px 40px;
   background: var(--primary_color);
   color: var(--last_color);
   font-family: var(--secondary_font);
   border-radius: 7px;
   text-decoration: none;
   transition: all  .5s ease-in-out;

}
.hero_btn a:hover{
  padding: 10px 40px;
   background: #3d93ce;
   color: var(--last_color);
   font-family: var(--secondary_font);
   border-radius: 7px;
   text-decoration: none;

}

@media (max-width: 990px) {
    .hero_heading h1 {
     margin-top: 0px;
     font-size: 50px;
     line-height: 40px;
    }

    #hero  {
        width: 100%;
        height: auto;
    }
    .hero_heading p{
        text-align: justify;
        margin-top: 10px;
        width: 100%;
        height: auto;
        font-size: 12px;
        line-height: 15px;
    }
    .hero_btn {
       margin-top: 60px !important;
    }
    .hero_heading h1 {
        font-size: 45PX;
        margin-top: 10PX;
    }

  }
/* hero end */

/* Mission start */
#mission {
    padding: 50px 0px;
}
.mission_content {
    border: 1px solid rgb(255, 255, 255);
    height: 400px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
    align-items: stretch;
}


.mission_heading h1 {
    font-size: 45px;
    font-family: var(--primary_font);
    color: var(--primary_color);
    font-weight: 800;
    line-height: 42px;
}

.mission_pragrap p{
    line-height: 24px;
    font-family: var(--secondary_font);
    color: var(--secondary_color);
font-size: 16px;
height: 180px;
width: 490px;
margin: auto;
text-align: center;
padding: 20px 0px;
display: block;
}

@media (max-width: 990px) {
.mission_content {
    width: 100%;
    height: auto;
}

  }
@media (max-width: 990px) {
.hero_heading

{
    width: 100%;
    height: auto;
}
.mission_heading p
{
width: 100%;
    height: auto;
    font-size: 12px;
}

  }
@media (max-width: 1200px) {
.mission_content {
    width: 100%;
    height: auto;
}

  }
@media (max-width: 1198px) {
    
.mission_content {
    width: 100%;
    height: auto;
}

  }
@media (max-width: 1195px) {
    .mission_pragrap p


{
width: 100%;
    height: auto;
    margin-top: 0px;
}
.mission_content {
    width: 100%;
    height: auto;
}
.mission_heading h1 {
    font-size: 40px;
}
  }
/* Mission end */

/* Associated Companies star */
#associated_gallery {
    padding: 50px 0px;
    background: #f0eeef;
}
.associated_gallery_heading h1 {
    font-size: 45px;
    line-height: 56px;
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-weight: 800;
    text-align: center;
}
.associated_gallery_heading p {
    font-size: 15px;
    line-height: 24px;
    color: var(--secondary_color);
    font-family: var(--secondary_font);
    font-weight: 300;
    text-align: center;
    width: 900px;
    margin: auto;
}
.gallary_img img {
    width: 100%;
    height: 450px;
    padding: 0px;
}
.gallary_img {
    position: relative;
}
.image {
    width: 100%;
    height: auto;
}
.gallery_overly {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: var(--primary_color);
    transition: .5s ease;
}
.gallary_img:hover .gallery_overly{
    height: 100%;
}


.gallery_overly  h1 {

    text-align: center !important;
    font-family: var(--primary_font);
    font-size: 25px;
      margin-top: 25%;
    transform: rotate(-5deg) scaleX(-5deg);
    color: var(--last_color);
}
.galler_btn {
    width: 170px;
    height: auto;
    margin: auto;
    margin-top: 20px;
}
.gallery_overly  a {
    text-align: center;
    font-family: var(--primary_font);
    font-size: 15px;
    text-align: center;
    color: var(--last_color);
    text-decoration: none;
    border: 1px solid var(--last_color);
    padding: 10px 30px;


}
.gallery_overly  a:hover {
    text-align: center;
    font-family: var(--primary_font);
    font-size: 15px;
    text-align: center;
    color: var(--last_color);
    text-decoration: none;
    border: 1px solid var(--last_color);
    padding: 10px 30px;


}
@media (max-width: 990px) {
    .gallary_img img
    
    {
        width: 100%;
        height: auto;
    }
    
      }
@media (max-width: 990px) {
    .associated_gallery_heading p {
        width: 100%;
        /* height: auto; */
    }
    .associated_gallery_heading h1 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
        word-wrap: normal;
    }
    
    
      }
@media (max-width: 990px) {
  
    .gallery_overly  h1 {
        font-size: 20px;
     
    }
    .gallery_overly  a {
        text-align: center;
        font-family: var(--primary_font);
        font-size: 15px;
    
        text-align: center;
        color: var(--last_color);
        text-decoration: none;
        border: 1px solid var(--last_color);
        padding: 10px 25px;
    
    
    }
    .gallery_overly  a:hover {
        text-align: center;
        font-family: var(--primary_font);
        font-size: 15px;
    
        text-align: center;
        color: var(--last_color);
        text-decoration: none;
        border: 1px solid var(--last_color);
        padding: 10px 25px;
    
    
    }
    
      }
@media (max-width: 575px) {
  
    .gallery_overly  h1 {
        font-size: 16px;
     
    }
    .gallery_overly  a {
        text-align: center;
        font-family: var(--primary_font);
        font-size: 15px;
    
        text-align: center;
        color: var(--last_color);
        text-decoration: none;
        border: 1px solid var(--last_color);
        padding: 7px 20px;
    
    
    }
    .gallery_overly  a:hover {
        text-align: center;
        font-family: var(--primary_font);
        font-size: 15px;
    
        text-align: center;
        color: var(--last_color);
        text-decoration: none;
        border: 1px solid var(--last_color);
        padding: 7px 20px;
    
    
    }
    
      }
/* Associated Companies end */

#contact_about {
    padding: 50px 0px;
}
.contact_about_heading h1 {
    font-size: 45px;
    line-height: 56px;
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-weight: 800;
    text-align: center;
}
.contact_about_heading p {
    font-size: 16px;
    line-height: 24px;
    color: var(--secondary_color);
    font-family: var(--secondary_font);
    text-align: center;
    width: 900px;
    margin: auto;
}

.contact_about_card {
    width: 100%;
    height: 213px;
    border: 1px solid var(--primary_color);
    background: #31429c;
    cursor: pointer;
    border-radius: 10px;
}
.contact_about_img {
   display: block;
   height: 50px;
   width: 50px;
background: var(--last_color);
margin: auto;
border-radius: 50px;
}
.contact_about_img  a {
 
    text-align: center;
display: block;
padding-top: 13px;
text-decoration: none;
   
}
.contact_about_img  a i{
 
font-size: 20px;
    
}
.contact_about_card_heading h1 {
    text-align: center;
    font-size: 20px;
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--last_color);
    line-height: 24px;
}
   .contact_about_card_heading h1 a{
    font-size: 20px;
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--last_color);
    line-height: 24px;
    text-decoration: none;
   }
   .contact_about_card_heading p a{
    font-size: 16px;
    font-family: var(--secondary_font);
    color: var(--last_color);
    line-height: 24px;
    text-decoration: none;
   }
   .contact_about_card_heading p {
text-align: center;
   }


 
@media (max-width: 990px) {
    .hero_heading
    
    {
        width: 100%;
        height: auto;
    }
    .contact_about_heading p
    {
    width: 100%;
        height: auto;
        font-size: 12px;
    }
    
    .contact_about_card  {
        width: 100%;
        height: auto;
    }
      }



 /* touch_contact start  */
 #touch_contact {
    padding-top: 107px;
}
.touch_contact_address {
    padding: 20vh 0px;
}
.touch_contact_address_content_items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 10px;
}
.touch_contact_address_heading h1{
    font-size: 45px;
    color: var(--primary_color);
    line-height: 56px;
    font-family: var(--primary_font);
    text-align: left;
    font-weight: 800;
}
.touch_contact_address_heading p{
    font-size: 16px;
    color: var(--secondary_color);
    line-height: 25px;
    font-family: var(--secondary_font);
    text-align: left;
  
}
.touch_contact_address_content_items_icon i{
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}
.touch_contact_address_content_items_text h1 {
    font-size: 20px;
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--primary_color);
    line-height: 24px;
}
.touch_contact_address_content_items_text h1 a{
    font-size: 20px;
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--primary_color);
    line-height: 24px;
    text-decoration: none;
}
.touch_contact_address_content_items_text p {
    font-size: 16px;
    font-family: var(--secondary_font);
line-height: 24px;
    color: var(--secondary_color);
}
.touch_contact_address_content_items_icons {
    gap: 20px;
    display: flex;
}
.touch_contact_address_content_items_icons i{
width: 30px;
height:  30px;
border: 1px solid var(--primary_color);
background: var(--primary_color);
border-radius: 50px;
padding-top: 5px;
padding-left: 6px;
}


.touch_content_from_name {
    display: flex;
gap: 60px;
}
.touch_content_from_name_fast input {
    width: 100%;
    padding: 5px;
    font-family: var(--secondary_font);
    outline: none;
}
.touch_content_from_name_last input{
    width: 100%;
    padding: 5px;
    font-size: 20px;
    font-family: var(--secondary_font);
    outline: none;
}
.touch_content_from_names label {
    font-size: 16px;
    font-family: var(--primary_font);
    color: var(--secondary_color);
   font-weight: 800;
}
.touch_content_from_name_fast label {
    font-weight: 400!important;
}
.touch_content_from_name_last label {
    font-weight: 400!important;
}





.touch_content_from_email{
    display: flex;
gap: 60px;
}
.touch_content_from_email_fast input {
    width: 100%;
    padding: 5px;
    font-family: var(--secondary_font);
    outline: none;
}
.touch_content_from_email_last input{
    width: 100%;
    padding: 5px;
    font-size: 20px;
    font-family: var(--secondary_font);
    outline: none;
}
.touch_content_from_emails label {
    font-size: 16px;
    font-family: var(--primary_font);
    color: var(--secondary_color);
   font-weight: 800;
}
.touch_content_from_email_fast label {
    font-weight: 400!important;
}
.touch_content_from_email_last label {
    font-weight: 400!important;
}

.touch_content_from_addess_box label{
    font-size: 16px;
    font-family: var(--primary_font);
    color: var(--secondary_color);
   font-weight: 800;
}
.touch_content_from_addess_box  input{
    width: 100%;
    padding: 5px;
    font-size: 20px;
    font-family: var(--secondary_font);
    outline: none;
}

.touch_content_from_addess_box_option label {
    font-size: 16px;
    font-family: var(--primary_font);
    color: var(--secondary_color);
   font-weight: 800;
}
.touch_content_from_addess_box_option select {
 box-shadow: none !important;
 outline: none !important;
 border: 1px solid  var(--secondary_color);
}


@media (min-width: 600px){
    #mySummernote{
        width: 100%;
        font-family: 'Courier New', Courier, monospace;
        
    }
}


/* 
 /* touch_contact end  */



 #fotter{
    padding: 50px 0px;
    background: url(../image/5image_9.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.location h5{
    color: var(--color-white);
    font-family: var(--font-family-header);
    font-weight: 800;
    font-size: 25px;
}
.location p{
    font-family: var(--font-family-text);
    color: var(--color-white);
    font-size: 12px;
    margin-top: 20px;
}
.location-content {
    display: flex;
}
.location-content-two {
    display: flex;
}


.location-content p{
    color: var(--color-white);
    font-family: var(--font-family-text);
    font-size: 12px;
    margin-left: 5px;
    
}
.location-content a{
    text-decoration: none;
}
.location-content .ho{
    width: 2px;
    height: 20px;
    background-color: var(--color-white) !important;
    margin-left: 5px;
}



.location-content-two p{
    color: var(--color-white);
    font-family: var(--font-family-text);
    font-size: 12px;
    margin-left: 10px;
    
}
.location-content-two a{
    text-decoration: none;
}
.location-content-two .ho{
    width: 2px;
    height: 20px;
    background-color: var(--color-white) !important;
    margin-left: 5px;
}



.Other-Locations h5{
    color: var(--color-white);
    font-family: var(--font-family-header);
    font-weight: 800;
    font-size: 25px;
}
.Other-Locations p{
    color: var(--color-white);
    font-family: var(--font-family-text);
    font-size: 12px;
    line-height: 24px;
}



.Contact-Us h5{
    color: var(--color-white);
    font-family: var(--font-family-header);
    font-weight: 800;
    font-size: 25px;
}

.Contact-Us .call{
    display: flex;

}
.call h6{
    color: var(--color-white);
    font-family: var(--font-family-text);
    margin-left: 10px;

}
.Contact-Us p{
    color: var(--color-white);
    margin-left: 10px;
    font-size: 14px;
    font-family: var(--font-family-text);
}

.email{
    display: flex;
}
.email h6{
    color: var(--color-white);
    font-family: var(--font-family-text);
    margin-left: 10px;
}


@media screen and (max-width:500px) {
    .location-content {
        display: block;
    }
    .location-content-two {
        display: block;
    }
    .location-content .ho{
        width: 2px;
        height: 25px;
        background-color: var(--color-white) !important;
        margin-left: 5px;
        display: none;
    }
    .location-content-two .ho{
        width: 2px;
        height: 25px;
        background-color: var(--color-white) !important;
        margin-left: 5px;
        display: none;
    }
    .location-content p{
        color: var(--color-white);
        font-family: var(--font-family-text);
        font-size: 14px;
        margin-left: 10px;
        text-align: center;
    }
    .location-content-two p{
        color: var(--color-white);
        font-family: var(--font-family-text);
        font-size: 14px;
        margin-left: 10px;
        text-align: center; 
    }
}
/* fotter-section-end=============== */

/* copyright start */
#copyright {
    padding: 10px 0px;
    background: #1c275e;
}
.copyright_heading h1{
    font-size: 15px;
    font-family: var(--primary_font);
    color: var(--last_color);
}
.copyright_content{
display: flex;
justify-content: space-between;
flex-direction: row;
}
.copyright_icon i {
    margin-left: 8px;
}
@media (max-width: 990px) {
.copyright_content {
    flex-direction: column;
}
.copyright_heading h1 {
    font-size: 14px;
    text-align: center;
}
.copyright_icon  {
    /* width: 100px; */
 text-align: center;
    display: inline-block;
}
           }

           .scrollup {

            position: fixed;
            width: 25px;
            height: 25px;
            background-color: rgb(75, 137, 196) !important;
            bottom: 20px;
            right: 50px;
            text-decoration: none;
            text-align: center;
            line-height: 50px;
            color: #fff;
            border-radius: 5px;
          }
        
          .scrollup i {
            color:#fff;
            font-size:20px;
          }
        
          .scrollup:hover {
            background: rgb(106, 171, 209);
          }
        
.scrollup {

    position: fixed;
    width: 40px;
    height: 40px;
    background-color: var(--background-color-let);
    bottom: 20px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
  }

  .scrollup i {
    color:#fff;
    font-size:20px;
  }

  .scrollup:hover {
    background: tomato;
  }


/* copyright start */