/* @import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@500&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700&display=swap");

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  overflow-x: hidden !important;
  overflow-y: scroll;
}

.error_msg {
  display: none;
}

.error .error_msg {
  display: block;
  color: red;
}

.head_text {
  font-size: 22px;
  font-weight: bold !important;
}

.head_text1 {
  font-size: 22px;
  font-weight: 800 !important;
}

.head_text2 {
  font-size: 20px;
  font-weight: 800 !important;
}

.head_text3 {
  font-size: 18px;
  font-weight: 600 !important;
}

.head_text4 {
  font-size: 16px;
  font-weight: 500 !important;
}
/* popup style */

.common_popup_container {
  background-color: rgba(102, 99, 99, 0.631);
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: grid;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.common_popup_content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.common_popup_body {
  width: auto;
  height: auto;
  background-color: #fff !important;
  padding: 20px;
  border-radius: 20px;
  border-style: none;
}

.courses_popup_body {
  min-width: 400px;
  width: auto;
  min-height: 200px;
  height: auto;
  background-color: #fff !important;
  padding: 20px;
  border-radius: 5px;
  /* border-style: none; */
  border-bottom-style: solid;
  border-bottom-color: #2c32db;
  border-width: 10px;
}

.enroll_btn {
  background-color: #2d33d1;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 20px !important;
  border-radius: 25px;
  color: #ffffff !important;
  border-color: #2d33d1;
  border-style: solid;
  text-decoration: none;
}

.enroll_btn:hover {
  background-color: #1b1f92;
  border-color: #1b1f92;
}

/* end of popup style */

/* ---------------------- top nav bar ---------------------- */

.top_nav_contact_details {
  background-color: #f5f5ff;
  height: 37px;
  display: grid;
  align-items: center;
}

header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.sticky_header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100vw;
}

header > div {
  width: 100vw;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  /* justify-content: center; */
}

header .header_content {
}

.email_tel_wrp {
  min-width: 425px;
}

.email_tel_wrp table td a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
}
.top_nav_email_wrp > img,
.top_nav_email_wrp > a {
  display: inline !important;
}

.top_nav_email_wrp > table td {
  padding: 0px 5px;
}

.company_logo {
  width: 130px;
}

.top_navbar_wrp {
  height: 60px;
  background-color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.top_nav_items > ul {
  list-style: none;
  height: 60px;
}
.top_nav_items > ul > li {
  display: inline-block;
  width: auto;
  /* padding: 10px; */
}

.top_nav_items > ul > li > a {
  padding: 0px 7px;
  font-size: 15px;
  color: #707070;
  text-decoration: none;
  border-right: solid 2px #00000029;
}

.top_nav_items > ul > li > a:hover {
  color: #2c32db;
  transition: 0.3s;
}

.top_logo_wrp {
  width: 100px;
}

.popup_nav_items_wrp {
  margin: 0px auto;
  min-width: 280px;
  width: auto;
  min-height: 70vh;
  display: grid;
  align-items: center;
}

.popup_nav_items_wrp > ul {
  list-style: none;
  list-style-position: inside;
  text-align: center;
  padding-left: 0px;
}

.popup_nav_items_wrp > ul > li > a {
  display: block;
  color: black;
  text-decoration: none;
  margin: 20px auto;
  font-size: 15px;
}

.popup_nav_items_wrp > ul > li > a:hover {
  color: #2d33d1;
  transition: 0.3s;
}

.popup_nav_items_wrp > ul .enroll_btn {
  width: 150px;
  display: inline-block;
  margin: 0px auto;
}

/* ---------------------- end of top nav bar----------------------- */

/* footer style  */

.footer_details_wrp {
  color: #ffffff;
  background-color: #2d33d1;
  padding: 20px 0px;
  margin: 10px 0px;
}
.footer_details {
  width: 90vw;
  margin: 10px auto;
  padding: 10px 0px;
}

.footer_subscribe_wrp {
  border-bottom: solid #ffffff27 2px;
}

.footer_subscribe_wrp h5 {
  font-weight: 400;
  font-size: 20px;
}

.subscribe_form {
  margin: 30px 0px;
}

.subscribe_form .primary_btn {
  background-color: #00023188;
  font-size: 15px;
  font-weight: 500;
  color: white;
  width: auto;
  height: auto;
  padding: 8px 20px;
  border-style: solid;
  border-color: #00023188;
  border-radius: 5px;
  border-style: none;
}

.subscribe_form .primary_btn:hover {
  background-color: #00036488;

  border-color: #00036488;
}

.subscribe_form #subscribe_email {
  display: inline;
  width: auto;
  max-width: 300px;
  /* width: 100%; */
}

.footer_social_media_icons {
  margin-top: 50px;
  padding-left: 0px;
}
.footer_social_media_icons > ul {
  list-style: none;
  padding-left: 0px;

  margin-left: -10px;
}

.footer_social_media_icons > ul > li {
  display: inline-block;
}

.footer_social_media_icons > ul > li img {
  width: 27px;
  margin: 5px 10px 5px 0px;
}

.footer_section1 .content_left > div > p {
  max-width: 450px;
  width: auto;
  font-size: 14px;
  font-weight: 300;
}

.footer_details_table1 > ul,
.footer_details_table2 > ul {
  padding-left: 5px;
}

.footer_details_table1 > ul > li,
.footer_details_table2 > ul > li {
  text-decoration: none;
  list-style: none;
  color: #ffffff;
}

.footer_details_table1 > ul > li a,
.footer_details_table2 > ul > li a {
  display: inline-block;
  text-decoration: none;
  /* list-style: none; */
  color: #ffffff;
  font-size: 16px;
  font-weight: 200 !important;
  margin: 7px 0px;
}

.footer_section2 {
  border-bottom: solid #ffffff27 2px;
}

.footer_section2 .content_left > p {
  /* display: inline-block; */
  max-width: 350px;
  width: auto;
  font-size: 14px;
  font-weight: 300;
}

.footer_copyright_text > p {
  font-size: 15px;
  font-weight: 300;
}

/* end of footer style */

/* common styles */

.primary_btn {
  background-color: #2d33d1;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 25px;
  color: #ffffff;
  border-color: #2d33d1;
  border-style: solid;
  max-width: 150px;
}

.primary_btn:hover {
  background-color: #252ab3;
  border-color: #252ab3;
  transition: 0.3s;
}

/* end of common styles */

/* ---------------------- media query ----------------------  */

@media only screen and (max-width: 576px) {
  .common_popup_body {
    width: 95vw;
    height: auto;
    margin: 0px auto;
    background-color: #fff !important;
    padding: 30px 10px;
    border-radius: 20px;
    border-style: none;
  }

  .courses_popup_body {
    min-width: 300px;
    width: auto;
    min-height: 200px;
    height: auto;
    background-color: #fff !important;
    padding: 20px;
    border-radius: 5px;
    /* border-style: none; */
    border-bottom-style: solid;
    border-bottom-color: #2c32db;
    border-width: 10px;
  }

  .subscribe_form .primary_btn {
    background-color: #00023188;
    font-size: 15px;
    font-weight: 500;
    color: white;
    width: 100%;
    height: auto;
    padding: 8px 20px;
    border-style: solid;
    border-color: #00023188;
    border-radius: 5px;
    border-style: none;
  }

  .subscribe_form #subscribe_email {
    display: inline;
    /* width: auto; */
    max-width: 500px;
    width: 100% !important;
  }
  .footer_details_table1 > ul > li a,
  .footer_details_table2 > ul > li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200 !important;
    margin: 10px 0px;
  }
  .company_logo {
    width: 110px;
  }

  .email_tel_wrp {
    min-width: 300px;
  }

  .email_tel_wrp table td a {
    font-size: 11px;
    text-decoration: none;
    font-weight: 400;
  }

  .head_text {
    font-size: 19px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 576px) {
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .company_logo {
    width: 90px;
  }
  .footer_details_table1 > ul,
  .footer_details_table2 > ul {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}

/* ---------------------- end of media query ---------------------- */
