* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
body{
  overflow-x: hidden;
}
header{
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background-color: #fff;
}
.navbar_section .navbar {
  background-color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 12px;
}
.navbar_section .navbar a {
  color: #000000 !important;
  padding: 14px 16px;
  text-decoration: none;
  /* font-size: 17px; */
}

.navbar_section .navbar .nav_color {
  color: #67748e !important;
  font-size: 16px;
  font-weight: 400 !important;

}
.navbar_section .navbar .drop_style{
  background-color: #fff !important;
}
.navbar_section .navbar .drop_style :hover{
  background-color: none !important;
  color: #344767 !important;
}
.navbar_section .navbar .nav_color:hover {
  background: #f6f6f6 !important;
  color: #344767 !important;
  font-weight: 600;
}

.navbar_section .navtog_btn {
  border-color: #17c1e8 !important;
  color: #17c1e8 !important;
  background-color: #fff !important;
 padding: 8px;
}

.navbar_section .navtog_btn:hover {
  background-color: #17c1e8 !important;
  color: #fff !important;
  transition: all 0.5s ease;
}

/* .nav_contact_btn_border {
  color: #67748e !important;
    font-size: 16px;
    font-weight: 400 !important;
} */

/* ------ New navbar-------- */
.navbar .dropdown-menu a,.navbar .dropdown-menu a:hover{
  background:none !important}

.navbar_section .navbar .container .font_color{
  color: rgb(255, 255, 255) !important;
  background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
  border: none !important;
}
.cursor_pointer{
  cursor: pointer;
}
.navbar_section .navbar .container .border_theme{
  border: 1px solid rgb(255, 255, 255) !important;
}
.nav_contact_btn_border{
  border: 1px solid  rgb(33, 82, 255) !important ;
  color: rgb(255, 255, 255) !important;
}
#nav_contact {
  color: #67748e !important;
    font-size: 16px;
    font-weight: 400 !important;
}
#nav_contact:hover{
  background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253)) !important;
  color: #fff !important;
  border: none ;
}
.navbar_section .nav_btnn {
  border-radius: 0px inherit !important;
  padding: 8px 20px 9px 20px !important;
  font-size: 16px;
  font-weight: 500;
  border-color: #17c1e8 !important;
  background: none;
  color: #344767;
  background-color: #fff !important;
}

.navbar_section .nav_btnn:hover {
  background-image: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
  color: #fff !important;
  transition: all 0.2s ease;
}
.navbar_section .navbar_brand {
  font-size: 35px !important;
  font-weight: bold !important;
  font-family: 'roboto sans-serif';
}
.navbar_section .navbar_brand .l_logo {
  background: -webkit-linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.navbar_section .navbar_brand .r_logo {
  background: linear-gradient(310deg, rgba(20, 23, 39, 0.8), rgba(58, 65, 111, 0.8)) 0% 0% / cover, transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dropdown-item {
  padding: 10px 16px !important;
}
/* footer style */
.footer{
  aspect-ratio: 16/5;
  background-color: #333 !important;
  padding: 3rem 1.5rem;
}
.footer .flex_cont {
  display: flex;
  color: #fff !important;
}
.footer .ser_box {
  display: flex;

}
.footer .ser_items {
  text-decoration: none !important;
  list-style: none !important;

}
.footer .flist_clr {
  color: #fff !important;
  font-weight: 200;
}

.footer .flist_clr:hover {
  text-decoration: none !important;
  color: #17c1e8 !important;
}
.footer .foot_hero{
  font-size: 24px !important;
  color:  #fff !important;
  font-family:"roboto sans-serif" !important;
  font-weight: bold !important;
}
.footer .foot_hero_sub{
  color: #fff;
   font-weight: 500 !important;
   font-family:"Poppins sans-serif"; 
   font-size: 16px !important;
}
.footer .new_highlight{
  background-image:linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
  padding: 0px 1px;
  color: #fff !important;
}
.footer .new_highlight:hover{
  text-decoration: none !important;
}
.foot_mail{
  color: #17c1e8 !important;
}
/* Social media */

.social_media{
  background-color: #000000 !important;
   display: flex;
 flex-direction: colum
}
.social_media li{
  list-style: none !important;
}
.social_media .container
{
    display: grid;
    grid-template-rows: auto auto;
    gap: 30px;
    justify-content: center;
}
.social_media .container .social_items{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}
.social_media .social_elememts{
  border-right: 1px solid rgba(255,255,255,.5);
    padding-right: 50px;
}
.social_media .soc_img
{
  max-width: 100px !important;
  max-height: 60px !important;
}

/* .social_media .lgo_container li a{
  color: #fff !important;
  font-size: 18px; 
  text-decoration: none !important;
} */
.social_media .lgo_container li a:hover{
  color: #17c1e8 !important;
  /* color: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253)) !important; */
}
.social_media  .social_fnt{
  font-size: 18px; 
  height: 30px !important;
  width: 30px !important;
  text-align: center !important;
  padding: 6px 2px 21px !important;
border-radius: 20px !important;
color: #fff !important;
 background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253)) !important;
}
.social_media .end_items{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    font-weight: 300;
    font-size: 12px;
}
.social_media .end_elements{
  display: flex;
    align-items: center;
    gap: 24px;
}
.social_items .end_items li a{
 list-style: none !important;
 color: #fff !important;
 text-decoration: none !important;;
}
.social_items .end_items li:hover a{
   color: #17c1e8 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
  padding: 0px;
  border: none;
}

.serv_left h2 {
  color: #344767;
}


/* ------------- ABOUT CSS ---------------  */

#btn_menu_contact{
  color: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253)) !important;
}
#btn_menu_contact:hover{
  color: white !important;
  border: 1px solid #17C1E8;
  background-image: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253));
}
/* ------------------------------------------- */