@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');



body {
  /* font-family: 'Montserrat', sans-serif !important; */
  font-family: 'Poppins', sans-serif !important;

}
.mb-2{
  font-family: 'Poppins', sans-serif !important;
}



.bg-nav {
  background: #fff;
}


.logo-img{
  height: 70px !important;
  padding: 10px 0;
}

@media (max-width: 980px) {
  .logo-img{
    height: 55px !important;
    margin-top: 5px;
  }
  
}


.mob-banner {
  display: none;
}
.mob-hidden {
  display: block;
}
.desk-hidden {
  display: none;
}
.responsive-heading-2 {
	font-size: 45px; 
}
@media (max-width: 980px) {



  .mob-banner {
      display: block;
  }

  .mob-banner::after {
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;


      background: rgba(0, 0, 0, 0.350);

      z-index: 5;
      padding-left: 30px;
  }

  .mob-hidden {
      display: none;
  }
 
  .desk-hidden {
      display: block;
  }
  .responsive-heading-2 {
		font-size: 24px; 
	}
}


@media (min-width: 1800px) {
  .carousel-item img{
    height: 100% !important;
  }
}

@media (max-width: 980px) {
  #welcome h6{
    width: 100% !important;
  }
}




.cust-btn {
    align-items: center;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
  
    justify-content: center;
    letter-spacing: .02em;
  
    padding: 12px 40px !important;
    position: relative;
    transition: background-color .2s, color .2s;
    border-color: #fff !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.cust-btn:hover {
    background: #15161f;
    /* border: 1px solid #fff; */
}


.banner-para {
  width: 60%;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .banner-para {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
  }
}

.contact-form{
  bottom: 80px !important;
}

@media (max-width: 980px) {
  .contact-form{
  bottom: 10px !important;
  }
}



/* navbar22222222222222222 */


.nav-container {
  /* max-width: 1200px; */
  /* width: 90%; */
  margin: auto;
  padding: 3% 0;
}



/* ............/navbar/............ *
      
      /* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  /* box-shadow: 0px 5px 10px 0px #aaa; */
  /* position: fixed; */
  width: 100%;


  /* color: #000; */
  /* opacity: 0.85; */
  /* height: 50px; */
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.menu-items li {
  list-style: none;
  margin-left: 2.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.menu-items a {
  color: #72c4e4;
  /* color: #000247; */
  /* margin: 12px; */
  font-size: 16px;
  font-weight: 600;

  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.menu-items a:hover {
  color:#72c4e4 ;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  /* font-size: 2.3rem; */
  /* margin-top: 0.5rem; */
  /* height: 50px; */
}


@media(max-width: 1180px) and (min-width: 760px) {
  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: -45px !important;
  }
}


/* ......../ media query /.......... */

@media (max-width: 1180px) {


  .navbar {
    /* opacity: 0.95; */
  }

  .navbar {
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;


    /* color: #000; */
    /* opacity: 0.85; */
    /* height: 50px; */
    z-index: 12;
  }

  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: -27px;
  }

 

  .nav-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 4.5% 3%;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #72c4e4;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 150px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -70px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    /* box-shadow: 5px 0px 10px 0px #aaa; */
    position: relative;
    z-index: 200;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 0px;
    /* left: 15px; */
    /* font-size: 2rem; */
    z-index: 500;
    height: 65px;
  }

  .navbar-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-35deg);
  }
}



/* Nabvar dropdowm ********************/

.dropdown-menu.show{
  background: #fff !important;

}

.dropdown-item {
display: block;
width: 100%;
/* padding: 0.25rem 1rem; */
/* padding: 0; */
clear: both;
/* font-weight: 400; */
color: white;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 14px;

}

.dropdown-menu a:hover{
background:#fff!important;

}

.dropdown-menu{
padding: 0.5rem 0.9rem 0.5rem 0 !important;
}

.dropdown-menu[data-bs-popper] {

left: -20px !important;
margin-top: 1.6rem !important;
}

@media (max-width: 768px) {
.dropdown-menu[data-bs-popper] {

  left: 0;
  margin-top: 0.125rem;
}
#welcome{
  padding: 6% 0 5% 6%!important;
}

.dropdown-menu[data-bs-popper] {

  left: 0px !important;
  margin-top:0 !important;
  }


.dropdown-menu{
  padding: 0.5rem 0.4rem 0.5rem 0 !important;
}

.dropdown-menu a {
  margin-left: 0;
  color: #72c4e4;
  margin: 8px;
  font-size: 12px;
  font-weight: 400px;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.dropdown-menu a:hover{
  background: white;
}

.navbar .menu-items .dropdown-menu li {
  margin-bottom: 0rem;
  font-size: 1.3rem;
  font-weight: 500;
}


}


.dropdown-menu a {
margin-left: 0;
}

/* ///////////////// */




.form-control {
  width: 100%;
  background: #fff !important;
  border-bottom: 1px solid #154b8a !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  color: #000 !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #154b8a !important;
  opacity: 1; /* Firefox */
}

#footer a{
  text-decoration: none;
  color: white;
}






.contact-form {
  border: 2px solid #154b8a;
}

.carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;


  background: rgba(0, 0, 0, 0.400);
  /* background:rgb(158, 158, 158); */


  z-index: 5;
  padding-left: 30px;
}

.carousel-container {
  position: absolute;
  top: 20%;
  z-index: 10;
  right: 0;
  left: 0;
  padding: 10% 5% 7%;
}

@media (max-width: 980px) {
  .carousel-container {
      position: absolute;
      top: 15%;
      z-index: 10;
      right: 0;
      left: 0;
      padding: 10% 5% 7%;
  }

  .carousel-container p {
      width: 100% !important;
  }

}


.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none !important;

}

.cust-card {
  transition: .5s ease;

  position: relative;
  height: 320px;
  width: 100%;

}

.cust-card:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px,
   rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;



}
.form-clor{
    flex: 0 0 auto;
    width: 49%!important;
    display: inline-block;
    }
    .btnnews {
      color: #154b8a !important; 
      border-color: #154b8a !important;
    }
    .btnnews a {
      color: #154b8a !important; 
      border-color: #154b8a !important;
    }

    .dropdown-menu li:hover .sub-menu {
 visibility: visible;
}

.dropdown:hover .dropdown-menu {
	 display: block;
	 width:175px;
}

.navbar-right .dropdown-menu {
 right:none !important; 
}
.form-control{
  width: 96%!important;
}
.btnnewssd{
  color: #154b8a !important;
    border-color: #72c4e4 !important;
}

/***** testimonials - carsole *****/
.carousel-indicators {
  z-index: +99999 !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  background-color: #154b8a !important;
}

.carousel-indicators {
  margin-bottom: -2rem;
}

.carousel-item::after {
  background: transparent !important;
  background: transparent !important;
}

.carousel-indicators {
  margin-bottom: -3rem !important;
}


