@font-face {
  font-family: f1;
  src: url(../font/Montserrat-Regular.ttf);
}

@font-face {
  font-family: f2;
  src: url(../font/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: f3;
  src: url(../font/Montserrat-Bold.ttf);
}


ul {
  list-style: none !important;
  padding-left: 0 !important;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 35px;
  font-size: 16px;
  font-family: "f1";
}

.w-90 {
  width: 90%;
  margin: auto;
}
.w-80{
  width: 80%;
  margin: auto;
}
.d-flex-jc-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.d-flex-ac {
  display: flex;
  align-items: center;
}

.d-flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.re_btn a {
  background-color: #e30000;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "f3";
  font-size: 15px;
}
.re_ser a {
  background-color: #fff;
  color: #e30000 !important;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "f3";
  font-size: 15px;
}
.top_head {
  /* background: #e30000; */
  background: url(../img/top_nav.png);
  /* height: 50px;
  border-radius: 0px 0px 60px 60px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_nav a {
  color: #fff !important;
  font-family: "f1";
}

.contact_nav i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 25px;
}

.social_icon i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 25px;
}

/* navbar starts */

.nav_me {
  background: #fff;
  padding: 10px 15px;
}

.navbar-light .navbar-nav .nav-item {
  margin: 0px 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #252525 !important;
  font-family: "f2";
}

.navbar-light img {
  width: 250px;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #1ba12d !important;
  font-family: "f3";
}

.navbar-light .navbar-toggler {
  color: #1ba12d !important;
  border-color: rgba(0, 0, 0, 0.1);
}
.nav-bgs .dropdown-menu {
  width: 100%;
  border-radius: 5px;
  border: none;
  display: none;
  background: #f4f4f4;
}

.nav-bgs .dropdown-menu.show {
  display: block;
  transition: 0.5s ease-in-out;
}

.mega-dropdown {
  position: static !important;
}

.dr_item {
  color: #fff !important;
}

.dr_item:hover {
  background: none !important;
}

.ser_navimg img {
  width: 100%;
}

.ser_navbar h1 {
  font-family: "f5";
  font-size: 18px !important;
  color: #1ba12d;
  margin-bottom: 15px;
}
nav .hov_nav:hover .dr_li {
  display: block;
  position: absolute;
  left: -280px !important;
  top: 35px;
  z-index: 99;
  width: 490px;
}

nav .dr_li {
  display: none;
}

.hov_nav {
  position: relative;
}
.nav_icon {
  background: #ffda30;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.nav_icon img {
  width: 20px;
}

.what_link {
  width: 100%;
  display: flex;
  align-items: center;
  /* padding: 5px;
  box-shadow: 0px 5px 8px rgb(0 0 0 / 16%); */
}

.dr_hv:hover {
  background: #1ba12d !important;
}
.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
}
.btn.btn-white:hover {
  background: #1ba12d !important;
  border: 1px solid #fff;
  color: #000000;
}
.carousel-caption h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  color: #58e36b;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}
.carousel-caption h1{
  font-family: "f3";
  font-size: 35px;
}
/* navbar ends */

/* page banner starts */
/* banner starts */
.banner {
  background: url(../img/course_banner.jpg);
  padding: 30px 20px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}
.ban_section h1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "f3";
  font-size: 30px;
  color: #fff !important;
}
.ban_section {
  margin-top: 40px;
}
.ban_section p{
color: #fff !important;
}
/* banner ends */
.page_banner {
    height: 70vh;
    position: relative;
  }

  .page_banner::before {
    background: #00000095;
    content: "";
    position: absolute;
    width: 100%;
    height: 70vh;
  }

  .page_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page_banner_caption {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
  }

  .page_banner_caption h1 {
    font-family: "f3";
    font-size: 40px;
  }
  /* contact info starts */

.contact_header h1 {
  font-family: "f5";
  font-size: 30px;
  color: #0c2773;
}

.contact_card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
  height: 100%;
}

.contact_icon {
  background: #ffda30;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.contact_con h2 {
  font-size: 20px;
  font-family: "f3";
}

.contact_con p {
  margin-bottom: 8px;
}

.contact_con a {
  margin-bottom: 15px;
  font-size: 14px;
  color: #000 !important;
}

.cont_formm {
  background: #f1f6fb;
  width: 100%;
  margin: 0px auto;
  padding: 20px;
  border-radius: 10px;
}

.cont_formm h3 {
  font-family: "f3";
  color: #1ba12d;
  font-size: 25px;
  text-align: center;
}

.field label {
  font-family: "f2";
  margin-bottom: 15px;
}

.field .form-control {
  padding: 15px !important;
  border: none !important;
  box-shadow: 0px 4px 4px rgba(115, 135, 164, 0.13);
  font-size: 15px !important;
  margin-bottom: 15px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #c9c9c9;
}

.contact_map h1 {
  font-family: "f3";
  font-size: 30px;
  color: #0c2773;
  text-align: center;
  margin-bottom: 20px;
}

.org_btn button {
  margin: 10px 0px;
  padding: 10px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff !important;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0px 0px 14px -7px #f09819;
  background: #1ba12d;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border: 0 !important;
}

.phe_no i {
  background: #1ba12d;
  padding: 6px;
  border-radius: 50px;
}

.phe_no a {
  font-family: "f2";
  color: #252525;
}

.bxs-phone {
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
  margin-top: 5px;
}
  /* page banner ends */

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 425px !important;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 100 !important;
    transition: opacity .15s ease;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111 !important;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

/* navbar ends */

/* home banner starts */

.ban_bgimg {
    position: relative;
    height: 75vh;
}

.ban_bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban_bgimg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban_bgimg:before {
    background: #0000005d;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;

}

.ban_bgimg .carousel-caption {
    position: absolute;
    color: #fff;
    /* height: 100%; */
    top: 15%;
    /* left: 10%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start !important;
}

/* home banner ends */

/* about us */
.about_us span {
    font-family: "f2";
    font-size: 18px;
    color: #1ba12d;
}
.abt_span span{
  font-family: "f3";
  font-size: 30px;
  color: #1ba12d;
}
.abt_span h2{
  font-family: "f3";
    font-size: 30px;
    color: #252525;
}
.about_us h1 {
    font-family: "f3";
    font-size: 30px;
    color: #252525;
}
.abt_info h2 {
    font-family: "f3";
    font-size: 20px;
    color: #252525;
}

.about_us p{
    text-align: justify;
}
.ord_btn a {
    background: #1ba12d;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "f2";
    font-size: 14px;
}
.nav_mob {
    background: #1ba12d;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "f2";
    font-size: 14px;
}

.abt_icon {
  width: 80px !important;
  height: 80px !important;
  padding: 20px;
  background: #1ba12d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 50px;
}

.abt_icon img {
  width: 40px !important;
  color: #f4f4f4;
}
/* about us ends */


/* footer starts */

.footer_img {
  /* background: url(../img/footer.jpg); */
  background: #252525;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 60px;
}

.footer_content img {
width: 350px;
  margin: 20px auto;
  display: flex;
  align-items: center;
}

.footer_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer_links li {
  background: #1ba12d;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 12px;
}

.footer_links img {
  width: 25px !important;
}

.footer_img h5 {
  font-family: "f3";
  color: #1ba12d;
  font-size: 25px;
}

.contact_info li {
  margin-bottom: 10px;
}

.footer_img a {
  font-family: "f1";
  font-size: 16px;
  color: #fff !important;
}

.reach_icon {
  width: 50px !important;
  height: 50px !important;
  padding: 20px;
  background: #1ba12d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.reach_icon img {
  width: 25px !important;
}

.footer_img p {
  color: #fff;
  font-family: "f1";
}

.footer_input {
  position: relative;
}

.footer_input .form-control {
  padding: 15px 20px;
}

.input_icon {
  position: absolute;
  top: 9px;
  right: 10px;
}

.mail_icon {
  background: #1ba12d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px !important;
  height: 35px !important;
  border-radius: 100%;
}

.mail_icon img {
  width: 20px;
}

/* security start */
.security_card h3 {
  color: #1ba12d;
  font-family: "f3";
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.security_card p {
  color: #000000;
  font-family: "f1";
  font-size: 14px;
  text-align: center;
}
.security h4{
  text-align: center;
  color: #1ba12d;
  font-family: "f3";
  font-size: 20px;

}
.security_card {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: -3px 5px 15px #00000021;
  margin: 50px 5% 25px 0px;
  height: 70%;
}

.sec_icon img {
  width: 40px;
}
/* security ends */
/*  */
/* solution starts */
.bg_course{
  background: #8fd0d2;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 30px;
  position: relative;
}
.solution_content {
  z-index: 1;
  position: relative;
}
/* .solution_bg {
  background: url(../img/solution_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 60px;
  position: relative;
} */
/* .solution_bg::before {
  position: absolute;
  content: "";
  background: #0000008a;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.gal_card {
  position: relative;
}
.solution_content h2 {
  color: #fff;
  font-family: "f3";
  font-size: 35px;
  text-align: center;
}
.solution_content p {
  color: #fff;
  text-align: center;
}
.solution_card h3 {
  color: #ffffff;
  font-family: "f3";
  font-size: 18px;
  /* text-align: center; */
}

.solution_card p {
  color: #ffffff;
  font-family: "f1";
  font-size: 14px;
  text-align: start;
}

.solution_card {
  background: #43434300;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px #00000026;
  margin: 50px 5%;
  border: 2px solid #fff;
  position: relative;
  height: 86% !important;
}
.solution_card::after {
  position: absolute;
  background: #1ba12d;
  content: "";
  width: 100%;
  height: 0px;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  border-radius: 10px;
  z-index: -1;
}

.solution_card:hover::after {
  height: 100%;
  transition: 0.5s;
}
.sol_icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sol_icon img {
  width: 50px;
}
.abt_line {
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: #ffffff;
  margin-right: 10px;
  position: relative;
}
.ord_btnn a{
  background-color: #fff;
  color: #1ba12d !important;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: "f3";
  font-size: 15px;
}
/* solution ends */

/* university count starts */

.home_university_count h5 {
  font-family: "f2";
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  color: #000;
}

.count_section {
  background: url(../img/count_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px;
  border-radius: 20px;
}

.count_icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.count_icon img {
  width: 60px;
}

.count_info h4 {
  font-family: "f4";
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.count_info h6 {
  font-family: "f2";
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.col-sm p{
  font-family: "f2" !important;
}
/* university count ends */

/* contact starts */

.cont_form {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.cont_form h3 {
  font-family: "f2";
  font-size: 25px;
  margin-bottom: 15px;
  color: #1ba12d;
}

.cont_grp {
  margin-bottom: 20px;
}

.cont_form .cont_grp label {
  margin-bottom: 7px;
  font-family: "f3";
  font-size: 16px;
}

.cont_form .cont_grp .form-control {
  background-color: #d8d8d8e0;
  border-radius: 5 !important;
  color: #000;
}

.cont_form .cont_grp .form-control:focus {
  color: #fff !important;
  border: 1px solid #1ba12d !important;
}

.cont_form .bt_sub {
  width: 100%;
  background: #1ba12d;
  color: #fff !important;
  font-family: "f2";
  font-size: 15px;
  border: none;
}

.cont_add h2 {
  font-family: "f3";
  font-size: 30px;
  color: #1ba12d;
}

.cont_add p {
  font-family: "f2";
  font-size: 16px;
  color: #000;
  margin: 0;
}
.cont_two h2 {
  font-family: "f3";
  font-size: 30px;
  color: #1ba12d;
}

.cont_two p {
  font-family: "f2";
  font-size: 16px;
  color: #000;
  margin: 0;
}

.cont_info {
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgb(48 124 255 / 15%);
}

.cont_con .cont_info .icon {
  font-size: 35px;
  height: 50px;
  width: 50px;
  line-height: 65px;
  background: #1ba12d !important;
  text-align: center;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}

.ic_on {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ic_on img {
  width: 30px;
}

.cont_info h4 {
  font-family: "f4";
  font-size: 20px;
}

.cont_info a {
  font-family: "f2";
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
  color: #000;
  text-align: center;
}

.re_ser .btn-nc {
  background:#1ba12d !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-family: "f2";
  font-size: 16px !important;
  border: none;
  padding: 8px 15px;
  margin-top: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #1ba12d !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* contact ends */

/* scroll top button */

#button {
  display: inline-block;
  background-color: #1ba12d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* scroll top ends */
.course_card{
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: -3px 5px 15px #00000021;
}
.course_detail h1{
  font-family: "f3";
  font-size: 25px;
  color: #1ba12d;
}
.course_detail h2{
  font-family: "f3";
  font-size: 20px;
  color: #000000;
}
/*  */
.faq_us h2{
  font-family: "f3";
font-size: 30px;
text-align: center;
}
.faq_us p{
text-align: center;
}
.main-syllabus {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px 0 #0000001a;
  border: 1px solid #f7f2f2;
  margin: 25px 0;
}
.about-course .course-slider-content p {
  font-family: "f2";
  line-height: 27px;
  background: #f1f1f1;
  padding: 20px
}

.about-course .course-slider-name span {
  font-family: "f1";
  color: #2f56f9;
  font-size: 20px
}

.about-course .course-slider-name .rating ul li {
  display: inline-block;
  padding: 5px 0
}

.about-course .course-slider-name .rating ul {
  padding: 0;
  margin: 0
}

.about-course .course-slider-name .rating ul li i {
  color: #40b737
}

.about-course .accordion-button:focus {
  box-shadow: none
}

.about-course .about-course-content .accordion-header {
  padding-bottom: 0
}
.about-course .about-course-content h2 {
  font-family: "f2";
  color: #2f56f9;
  font-size: 28px;
  padding-bottom: 15px
}
.about-course-content span{
  font-family: "f2";
  font-size: 18px;
  color: #1ba12d;
}
.about-course .about-course-content h3 {
  font-family: "f2";
  color: #000000;
  font-size: 20px;
  padding-bottom: 15px
}

.about-course .about-course-content p {
  font-family: "f1";
  text-align: justify;
  line-height: 27px;
  color: #242424
}

.about-course-content h4 {
  font-family: "f1";
  font-size: 20px;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(45deg, #2f56f9 50%, #40b737 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text
}

.about-course-content iframe {
  padding: 0 0 30px
}

.about-course-content ul li {
  font-family: "f2";
  line-height: 30px;
  text-align: justify;
  color: #242424;
  position: relative
}

.about-course-content ul li::before {
  position: absolute;
  top: 8px;
  left: -25px;
  width: 15px;
  height: 15px;
  content: ' ';
  background-image: url(../img/qa.png);
  background-repeat: no-repeat
}

.accordion .accordion-item .accordion-title {
  padding: 15px 20px;
  color: #1d42d9;
  position: relative;
  background: 0 0;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  border: 1px solid #1d42d9
}

.accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #1d42d9;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 15px
}

.accordion .accordion-item .accordion-title.active {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  background-color: #fff
}

.accordion .accordion-item .accordion-title.active i::before {
  content: "f068"
}

.accordion .accordion-item .accordion-content {
  display: none;
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  z-index: 1;
  position: relative
}
 .accordion .accordion-item .accordion-content.show {
  display: block
}
.bxs-right-arrow {
  color: #1ba12d;
  margin-right: 5px;
}

/*  */
.courses_locations h3 {
  text-align: center;
  color: #ffffff;
  font-family: "f2";
  font-size: 23px;
}
.courses a{
  color: #1ba12d;
}
span.ft-in {
  background-color: #fff;
  box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 10%);
  min-height: 35px;
  z-index: 86;
  padding: 0 15px;
  display: inline-flex;
  border: 1px solid #1ba12d;
  justify-content: center;
  align-items: center;
  margin: 0 15px 15px;
  border-radius: 5px;
}
.bg-color {
  background: #252525;
  padding: 20px 30px;
}
/*  */
/* modal pop starts */
.job-form .clse_btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: #000000;
  width: 25px;
  height: 25px;
  z-index: 1;
  color: #ffffff;
}

.job-form h4 {
  font-family: "f3";
  font-size: 20px;
}

.job-form label {
  font-size: 14px;
  font-family: "f2";
  margin-bottom: 5px;
  display: none;
}

.job-form .form-control {
  font-family: "f1";
  font-size: 14px !important;
  margin-bottom: 10px;
}

.job-form .form-control:focus {
  box-shadow: none !important;
}

.mo-di {
  top: 15%;
  max-width: 350px !important;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  /* background-color: #fff; */
  background: url(../img/enq.png);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 5px;
}
/* modal pop ends */
/* side icon start */

.social_icon {
  position: fixed;
  right: 0;
  bottom: 3%;
  z-index: 111;
}

.social_icon ul .en_quiry {
  font-size: 15px;
  background: linear-gradient(317deg, #ff771b, #e45d00);
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  display: inherit;
  word-wrap: break-word;
  padding: 5px 10px;
  position: absolute;
  width: 30px;
  bottom: 220px;
  right: 0;
  z-index: 1000;
}
.social_icon ul .en_what {
  font-size: 20px;
  background: linear-gradient(317deg, #1cf743, #116814);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 150px;
  right: 0;
  justify-content: center;
}
.social_icon ul .en_call {
  font-size: 18px;
  background: linear-gradient(317deg, #411fff, #0d00ff);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 90px;
  right: 0;
  justify-content: center;
}

/* Circle */

.social_icon a:hover {
  animation: ripple 0.75s infinite;
}

.social_icon .en_what:hover {
  animation: ripples 0.75s infinite;
}

/* .fot_enq .clse_btn {
  position: absolute;
  top: -9px;
  z-index: 1;
  right: -6px;
  font-size: 20px;
  background: #0067a4;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  text-align: center;
  border: 0;
  color: #fff;
} */

.en_back {
  background: url(../img/enq.webp) no-repeat;
  height: 100%;
  background-size: cover;
  color: #fff;
  padding: 12px;
}

.en_back .form-control {
  color: #fff;
  background-color: #7d7d7d4f;
  background-clip: padding-box;
  border: 1px solid #7d7d7d;

  border-radius: 0;
}

.en_back ::placeholder {
  color: #ffffffb0 !important;
}

.en_back label {
  text-transform: uppercase;
}

@keyframes ripple {
  0% {
      box-shadow: 0 0 0 0 rgba(168, 21, 45, 0.27),
          0 0 0 0 rgba(165, 23, 23, 0.27);
  }

  80% {
      box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
  }

  100% {
      box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
  }
}

@keyframes ripples {
  0% {
      box-shadow: 0 0 0 0 rgba(38, 168, 21, 0.27),
          0 0 0 0 rgba(23, 165, 32, 0.27);
  }

  80% {
      box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
  }

  100% {
      box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
  }
}

#front-load {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url('assets/img/front-loader.gif') no-repeat center center;
  z-index: 10000;
}

/* side icon end */



select option {

  margin:8px;

  color:#000000;

  background-color: #ffffff;

  background: #ffffff;

}
.select option {

  background-color: #fff !important;
}

/*
 .select option{

  background-color: #252525 !;

  color: #000000;
  border: none;
  padding: 5px;
}

select option:hover{background-color:#1ba12d;}

option[selected] {
  background: red;
} */

/* thanks page */
@font-face {
    font-family: "f1";
    src: url("../fonts/Aeonik-Regular.otf");
  }

  @font-face {
    font-family: "f2";
    src: url("../fonts/Aeonik-Medium.otf");
  }

  @font-face {
    font-family: "f3";
    src: url("../fonts/Aeonik-Bold.otf");
  }

    .thankyou h1{
      font-size: 80px;
      font-family: "f3";
      text-align: center;
      color: #fff;
      margin-bottom: 10px;
    }

    .thankyou p{
      font-family: "f1";
      font-size: 25px;
      text-align: justify;
      /* line-height: 30px; */
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      /* color: #fff; */
    }

    .d-flex-jc-ac{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }

    .d-flex-jc{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .d-flex-ac{
      display: flex;
      align-items: center;
    }

    .bg{
      background: linear-gradient(#ffffff,#1ba12d);
      /* padding-top: 8%; */
      height: 100vh;
     position: relative;

    }
    .logo{
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    .logo_img{
      width: 165px;
    }

    .logo{
      margin-top: 0 !important;
    }

    .w-90{
      width: 90%;
      margin: auto;
    }

    .w-100{
      width: 100%;
    }

    .thank_you_img{
      width: 65%;
    }
/*  */
