@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Roboto:wght@300;400;500;700;900&display=swap');


body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.btn__disabled{
        opacity: .5;
    pointer-events: none;
}

/* button css starts here */

.awa_button {
  font-size: 14px;
  text-transform: capitalize;
  background-color: #F44336;
  color: #ffffff;
  padding: 7px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.awa_button:hover {
  background-color: #ffffff;
  color: #15233c;
  border: 1px solid #15233c;

}

/* button css ends here */



.heading {
  text-align: center;
  margin-bottom: 30px;
}

.heading h2 {
  font-size: 40px;
  font-weight: 600;
  color: #15233c;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.heading p {
  font-size: 18px;
  color: #15233c;
  margin-bottom: 0;
}

/* top header css starts here */
.top_header {
  background-color: #15233c;
  color: #ffffff;
}

.top_header .container {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_header_contact_list,
.top_header_social_list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.top_header_social_list li a {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.top_header_social_list li a:hover {
  background-color: #ffffff;
  color: #15233c;
}

/* top header css ends here */

/* main header css starts here */
.main_header .navbar-nav {
  background-color: #f6f7fc;
  gap: 16px;
  padding: 5px;
  border-radius: 5px;
}

.main_header .navbar-nav .nav-link {
  padding: 7px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: #15233c;
}

.main_header .navbar-nav .nav-link:hover {
  background-color: #15233c;
  color: #ffffff;

}

.main_header .navbar-nav .nav-link.active {
  background-color: #15233c;
  color: #ffffff;
}

.main_header .navbar-brand img {
  max-height: 72px;
}



/* main header css ends here */

/* banner css starts here */
.banner {
      background-color: #15233ce6;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;

}

.banner1 {
  background-image: url("/assets/images/banner/banner.jpg");
}

.banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_content {
  text-align: center;
  padding: 0 20px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}

.banner_content h1 {
   font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
}

.banner_content p {
  font-size: 26px;
}

.banner_content .banner_button {
  margin-top: 30px;

}





/* banner css ends here */



/* who i am css starts here */
.who_i_am_img {
  position: relative;
  padding: 70px;
  padding-right: 0;
}

.who_i_am_img .experience_text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #15233c;
  color: #ffffff;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  box-shadow: 10px 10px 0px 0px #ffffff;

}

.experience_text h2 {
  font-size: 40px;
  font-weight: 600;
}

.experience_text p {
  font-size: 20px;
}

.who_i_am_content h2 {
  font-size: 40px;
  color: #15233c;
  font-weight: 800;
  margin-bottom: 30px
}

.who_i_am_content .para_wiac {
  font-size: 18px;
  color: #15233c;
  margin-bottom: 30px
}

.who_i_am_content .policy_list .policy_card {
  display: flex;
  align-items: center;
  gap: 10px;

}

.policy_list {
  margin-bottom: 30px;
}

.who_i_am_content .policy_list .policy_card .policy_icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f7fc;
  color: #15233c;
  font-size: 20px;

}

.who_i_am_content .policy_list .policy_card .policy_text {
  color: #15233c;
  font-size: 18px;

}

.who_i_am_content .policy_list .policy_card .policy_text p {
  margin-bottom: 0;
}

.contact_me {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.contact_icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f7fc;
  color: #15233c;
  overflow: hidden;
}

.contact_text {
  color: #15233c;
  font-size: 18px;
  font-weight: 500;

}




/* who i am css ends here */
/* why choose us css starts here */
.why_choose_us_content h2 {
  font-size: 40px;
  color: #15233c;
  font-weight: 800;
  margin-bottom: 30px;
}

.why_choose_us_content .para_wcu {
  font-size: 18px;
  color: #15233c;
  margin-bottom: 30px;
}


.wcu_card {
  background-color: #f6f7fc;
  border-radius: 5px;
  padding: 15px;

}

.wcu_card .wcu_card_content {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.wcu_card .wcu_card_content .wcu_card_icon {
  width: 70px;
  height: 70px;
  padding: 7px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f7fc;
  color: #15233c;
  font-size: 20px;
  margin-bottom: 10px;

}

.wcu_card .wcu_card_content .wcu_card_text {
  color: #15233c;
  font-size: 22px;
  font-weight: 700;

}

.wcu_card .wcu_card_content .wcu_card_text p {
  margin-bottom: 0;
}

/* why choose us css ends here */

/* service section html starts here */
.service_card {
  border-radius: 10px;
  box-shadow: 0px 0px 30px #00000029;
  padding: 30px 0px;
  height: 100%;
}

.service_icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service_image {
  width: 70px;
  height: 70px;
  background-color: #15233c;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 5px 5px 0px;
}

.service_text h3 {
  color: #15233c;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: capitalize;
}

.service_text_content {
  padding: 20px;
}

.service_text_content p {
  color: #15233c;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}

.service_divider {
  padding: 0px 20px;
}

/* service section html ends here */

/* contact section css starts here  */
.contact {
  background-color: #15233c;
  color: #ffffff;
}

.contact .heading {
  color: #ffffff;
  text-align: left;
}

.contact .heading h2,
.contact .heading p {
  color: #ffffff !important;
}

.contact_image {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact_image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.contact_image span {
  font-size: 18px;
}

.contact_card {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 10px;
}

.contact_inner {
  background-color: #15233c;
  padding: 16px;
  border-radius: 10px;
}

.form_label {
  color: #15233c;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
}

.contact_form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}

.contact_form .form-control,
.contact_form .form-select {
  background-color: #ffffff;
  border: 1px solid #15233c;
  color: #15233c;
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 16px;
}
.contact_form .form-control:last-child{
    text-transform:initial;
}



.error_message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

/* contact section css ends here  */

/* testimonials section css starts here */
.testimonial_card {
  text-align: center;
}

.testimonial_image {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.testimonial_text {
  text-align: center;
}

.testimonial_text p {
  font-size: 20px;
  color: #696e77;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.testimonial_text h4 {
  font-size: 20px;
  line-height: 24px;
  color: #15233c;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonial_text h6 {
  color: #696e77;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonials .carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
    border-radius:50%;
    background-color: #15233c;
}
.testimonials .carousel-indicators{
    bottom:-36px;
}
.testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon{
    background-color: #15233c;
    border-radius: 5px;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 60% 60%;

}

/* testimonials section css ends here */




/* footer section css starts here */
.footer {
  background-color: #15233c;
}

.footer_logo img {
  max-height: 72px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 10px;
}

.footer_logo p {
  color: #ffffff;
}

.footer_social_media {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.footer_social_media li a {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #ffffff;
  border: 1px solid #ffffff;
  ;
}

.footer_social_media li a:hover {
  background-color: #ffffff;
  color: #15233c;
}

.footer_col {
  color: #ffffff;
}

.link_title {
  font-size: 20px;
  margin-bottom: 16px;
}

.footer_col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.copyright {
  background-color: #121e32;
  color: white;
  border-top: 1px solid #263653;
  padding-top:12px;
  padding-bottom:12px;
}

/* footer section css ends here */
/* popup css starts here */
.thankyou{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    backdrop-filter: blur(3px);
    display:none;
    
}
.thankyou .container{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99990;
      box-shadow: 0px 0px 8px #00000029;
}

.thankyou_content h1{
  color: rgb(123, 253, 123);
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0px;
}
.thankyou_content p{
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
/* popup css ends here */















/*for mobile*/
@media (max-width: 767px) {
  .top_header .container {
    flex-direction: column;
    gap: 5px;
    text-align: center;
    padding-top:12px;
  }
  .banner_content h1{
      font-size:20px;
      line-height:36px;
  }
  .banner_content p{
      font-size:14px;
  }
  .testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon{
      width:2rem;
      height:2rem;
  }
  .testimonials .carousel-control-next, .testimonials .carousel-control-prev{
      bottom: -100%;
  }
  .thankyou .container{
      max-width: 350px;
  }
}


/*for mobile and tablet having same style*/
@media (max-width: 768px) {}

/*for tablet*/
@media (min-width: 768px) and (max-width: 768px) {}