*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #f7941d;
  --white: #fff;
  --secondary-color: #39b54a;
  --btn-color: #262262;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}
.bnnr img {
  max-width: 100%;
}
.main-container {
  max-width: 1365px;
  width: 100%;
  margin: 0px auto;
  padding-left: 25px;
  padding-right: 25px;
}

/* header css start*/
.main-container._sticky-top {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99999999999999;
  border-bottom: 1px solid #ccc;
}
._header1 {
  height: 80px;
  display: flex;
  align-items: center;
}
._nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}
._header2 {
  width: 250px;
  overflow: hidden;
}
._header2 a {
  display: block;
  width: 100%;
}
._header2 a img {
  width: 100%;
  object-fit: cover;
}
._header3 {
  display: flex;
  align-items: center;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 21px;
}
._header3 ._header4 {
  padding-right: 25px;
  position: relative;
  padding-bottom: 3px;
  height: 37px;
}
._header3 ._header4 > a,
._header3 ._header4 > span {
  text-transform: capitalize !important;
  color: var(--btn-color);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.4px;
  transition: all 0.4s ease;
  cursor: pointer;
}
._header3 ._header4 > a:hover,
._header3 ._header4 > span:hover {
  color: var(--primary-color);
}
._header06 {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 400px;
  min-width: 300px;
  border-radius: 6px;
  display: none;
  top: 37px;
  z-index: 99999999;
}
._header6 {
  padding-left: 0px;
  position: relative;
  z-index: 999;
  background: #fff;
  border-radius: 8px;
}
._header7 {
  border-bottom: 1px solid #ddd;
}
._header7:last-child {
  border-bottom: none;
}
._header7 a {
  padding: 10px 15px;
  display: flex;
  color: var(--btn-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  align-items: center;
  transition: all 0.4s ease;
}
._header7 a span:first-child {
  display: block;
  padding-top: 1px;
  font-size: 12px;
  padding-right: 4px;
}
._header7 a:hover {
  color: var(--primary-color);
  transform: translateX(10px);
}
._header061 {
  display: block;
  position: absolute;
  left: 20px;
  transform: rotate(136deg);
  border-radius: 1px;
  border: 1px solid #ccc;
  z-index: -1;
  top: -10px;
  width: 18px;
  height: 18px;
}
._header06::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  z-index: 99999;
  position: absolute;
  top: -1px;
  left: 17px;
}
._header4:hover ._header06 {
  display: block;
}
._header06._header06_mega {
  max-width: 700px;
  min-width: 700px;
  right: 7px;
}
._header06._header06_mega ._header061 {
  right: 34px;
  left: auto;
}
._header7._header06_mega2 {
  display: flex;
  align-items: center;
  height: 50px;
}
._header06_mega1 {
  flex: 0 0 49%;
  width: 49%;
}
._header06_mega._header06::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  z-index: 9999999999;
  position: absolute;
  top: -1px;
  left: auto;
  right: 31px;
}
._header06._header06_adv ._header061 {
  left: auto;
  right: 40px;
}
._header06._header06_adv {
  right: 0;
}
._header06_adv._header06::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  z-index: 9999999999;
  position: absolute;
  top: -1px;
  left: auto;
  right: 37px;
}
._header06._header06_two ._header061 {
  left: 41px;
}
._header06_two._header06::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  z-index: 9999999999;
  position: absolute;
  top: -1px;
  left: 38px;
}
._header06._header06_two._nested_drop_12 {
  right: 298px !important;
  left: auto !important;
  display: none !important;
  top: -6px;
}
._nested_drop_12_span {
  right: -9px !important;
  left: auto !important;
  top: 11px !important;
  background: #fff !important;
}
._nested_drop_12_ul::after {
  top: 18px !important;
  left: auto !important;
  right: -12px !important;
  transform: rotate(90deg) !important;
}
._header7_nested:hover ._nested_drop_12 {
  display: block !important;
}
._headr_mble_res2 {
  display: none;
}
._sidebar_02 {
  display: none;
}
._social_icon {
  display: none;
}
._hide_show {
  display: none;
}
._only_dekstop {
  display: block;
}
.only_mobile {
  display: none;
}
._nested_parent_drp1 {
  width: 300px;
  height: 253px;
  position: absolute;
  top: 14px;
  right: -2px;
  left: -16px;
  z-index: -1;
}
._nested_parent_drp1 ._header06::after {
  display: none;
}
/* header css end */

/* footer css start */
._footer_parent_section {
  background-image: url("../images/footer-bg.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
._footer_parent_section_inner {
  background-color: #5f9ea099;
  padding-top: 50px;
  padding-bottom: 50px;
}
._footer_main1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 0px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
._footer_main2 {
  padding-right: 6px;
}
._footer_content{
  flex: 0 0 350px;
  max-width: 350px;
  width: 100%;
}
._footer_main3 {
  width: 100%;
}
._footer_main3 img {
  width: 250px;
}
._footer_main4 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
._footer_main5 {
  padding-left: 0px;
}
._footer_main6 {
  margin-bottom: 15px;
}
._footer_main6 a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
._footer_main6 a span:first-child {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  padding-right: 4px;
}
._footer_main2._footer_main002 {
  padding-top: 16px;
}

._footer_main05 {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--primary-color);
  padding-top: 15px;
  justify-content: space-between;
  margin-bottom: 0px;
}
._footer_main501 {
  padding-right: 6px;
}
._footer_main501 a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.4s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
._footer_main501 a span:first-child {
  font-size: 12px;
  padding-top: 2px;
  padding-right: 4px;
}
._footer_main6 a:hover,
._footer_main501 a:hover {
  color: var(--primary-color);
  transform: translateX(10px);
}
._footer_main3 p {
  margin-top: 20px;
  font-size: 15px;
  padding-left: 3px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--white);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
/* footer css end */

/* our team css start */
._our_team_parent1 {
  padding-top: 50px;
  padding-bottom: 25px;
}
.index_parent {
  padding-top: 50px;
  padding-bottom: 25px;
}
._our_team_parent2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
._our_team_parent2 span {
  color: var(--primary-color);
}
._our_team_parent3 {
  text-align: center;
  color: #333333db;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
._our_team_parent4 {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
._our_team_parent5 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 360px;
  width: 100%;
  margin-bottom: 60px;
}
._our_team_parent6 {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ccc;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
    rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
    rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 4px;
  transition: all 0.7s ease;
  position: relative;
  overflow: hidden;
}
._our_team_parent7 {
  height: 350px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
._our_team_parent7 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
._our_team_parent6:hover ._our_team_parent7 {
  border-color: var(--primary-color);
}
._our_team_parent8 {
  text-align: center;
  position: absolute;
  top: 279px;
  background: var(--btn-color);
  left: 0;
  right: 0;
  padding-top: 20px;
  bottom: 0px;
  transition: all 0.5s ease;
}
._our_team_parent6:hover ._our_team_parent8 {
  bottom: 0px;
  top: 130px;
}
._our_team_parent8 h3 {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 0px;
}
._our_team_parent8 span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 13px;
  margin-top: 4px;
  display: block;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
._our_team_parent8 p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #fff;
}
._our_team_parent01 {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
._our_team_parent01 li {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.5s ease;
}
._our_team_parent01 li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 18px;
}

._our_team_parent01 li:hover {
  background-color: var(--secondary-color);
}
/* our team css end */

/* testimonials css start */
.testimonials_parent {
  padding: 60px 0px;
  overflow: hidden;
}
.testimonials_parent2 {
  padding-left: 0px;
  padding-top: 30px;
}
.testimonials_parent3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
}
.testimonials_parent4 {
  background: #e8f5e9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.testimonials_parent5 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f9f9f9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
}
.testimonials_parent5 img {
  object-fit: cover;
  width: 75px;
  height: 75px;
  display: block;
  transform: translateY(-3px);
  border-radius: 50%;
}
.testimonials_parent6 {
  margin: 18px 0px 6px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 400;
  line-height: 23px;
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  height: 256px;
}
.testimonials_parent6 p {
  display: flex;
  flex-direction: column;
}
.testimonials_parent6 p span {
  color: var(--primary-color);
  display: inline-block;
  font-size: 28px;
  line-height: 24px;
}
.testimonials_parent8 {
  text-align: center;
}
.testimonials_parent8 h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 2px;
  color: #000;
}
.testimonials_parent8 span {
  color: var(--primary-color);
  margin-top: -2px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
}
/* testimonials css end */

/* what we do css start */
.what_we_do_parent2 {
  margin-top: 35px;
}
.what_we_do_first_parent {
  border-radius: 10px;
  padding: 30px 20px;
}
.what_we_do_first1 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.what_we_do_first_parent:nth-child(2) {
  margin-top: 12px;
  margin-bottom: 12px;
}
.what_we_do_first1 span:first-child {
  display: block;
  width: 35px;
  height: 35px;
  background: var(--btn-color);
  border-radius: 50%;
  color: #fff;
  margin-right: 12px;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  flex: 0 0 35px;
}
.what_we_do_first1 span:last-child {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 22px;
}
.what_we_do_first {
  padding-left: 0px;
  /* display: flex;
  align-items: center; */
  margin-bottom: 0px;
  /* flex-wrap: wrap; */
}
.what_we_do_first .alpha_what_we_do2 {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  padding: 10px 20px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  width: unset !important;
}
.what_we_do_first .alpha_what_we_do2 span:first-child {
  color: #fff;
  font-size: 21px;
  width: 45px;
  height: 45px;
  background: var(--secondary-color);
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 43px;
  margin-bottom: 8px;
}
.what_we_do_first .alpha_what_we_do2 span:last-child {
  color: var(--btn-color);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.what_we_do_parent009 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.what_we_do_parent {
  padding: 60px 0px;
}
.what_we_do_parent2 {
  margin-top: 35px;
}
.what_we_do_parent3 {
  padding-left: 0px;
  display: flex;
  justify-content: center;
}
.what_we_do_parent4 {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.3%;
  width: 33.3%;
}

.what_we_do_inner1 {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 15px;
}
.what_we_do_parent5 {
  width: 90px;
  height: 90px;
  overflow: hidden;
  background: var(--btn-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
}
.what_we_do_parent5 img {
  width: 60px;
  height: 60px;
  color: #fff;
  object-fit: cover;
}
.what_we_do_parent6 {
  text-align: center;
  padding-top: 15px;
  min-height: 212px;
}
.what_we_do_parent7 {
  font-weight: 500;
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.what_we_do_parent8 {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what_we_do_parent8 li {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  margin-right: 11px;
  margin-bottom: 15px;
}
.what_we_do_parent8 li span:first-child {
  color: var(--secondary-color);
  margin-right: 4px;
  font-size: 15px;
}
.what_we_do_parent07 {
  line-height: 28px;
}
.what_we_do_inner1:hover .what_we_do_parent5 {
  background-color: var(--primary-color);
}
/* what we do css end */

/* about us section css start */
._about_us_section_parent {
  padding: 0px 0px 60px;
}
._about_us_section_parent3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 380px;
  overflow-y: hidden;
}
._about_us_section_parent1 {
  width: 48%;
  flex: 0 0 48%;
  margin-right: 15px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
._about_us_section_parent1 img {
  width: 100%;
}
._about_us_section_parent2 {
  width: 48%;
  flex: 0 0 48%;
}
._about_us_section_parent2 h3 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.3px;
}
._about_us_section_parent2 h3 span {
  color: var(--primary-color);
}
._about_us_section_parent2 p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}
._about_us_section_parent2 a {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  border: 1px solid var(--primary-color);
  transition: all 0.5s ease;
}
._about_us_section_parent2 a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
/* about us section css end */

/* contact us section css start */
.contact_us_part {
  padding: 60px 0px;
  background: #eeeeee4d;
}
.contact_us_part1 {
  padding-left: 0px;
  margin-top: 30px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_us_part3 {
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  background: #fff;
}
.contact_us_part4 {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact_us_part5 {
  width: 50px;
  height: 50px;
  background: var(--btn-color);
  border-radius: 50%;
  text-align: center;
  line-height: 49px;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease;
  flex: 0 0 50px;
  border: 2px solid var(--secondary-color);
}
.contact_us_part6 {
  flex-grow: 1;
  padding-left: 20px;
}
.contact_us_part6 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  color: var(--primary-color);
}
.contact_us_part6 p {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}
.contact_us_part4:last-child {
  margin-bottom: 0px;
}
.contact_us_part02 {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.contact_us_part03 {
  text-align: center;
  color: var(--primary-color);
  border-bottom: 1px solid #cccccc73;
  padding: 15px 20px;
}
.contact_us_part04 {
  padding: 15px 20px;
}
.contact_us_part05 {
  margin-bottom: 14px;
}
.contact_us_part05 label {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1px;
  padding-left: 10px;
}
.contact_us_part05 input,
.contact_us_part05 textarea {
  border: 1px solid #ccc;
  border-radius: 15px;
  width: 100%;
  padding: 6px 12px;
  height: 54px;
  font-size: 13px;
}
.contact_us_part05 textarea {
  height: 100px;
  resize: none;
}
.contact_us_part06 button {
  background: var(--primary-color);
  border: none;
  color: #fff;
  padding: 8px 20px;
  margin-left: 7px;
  border-radius: 10px;
  width: 200px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.contact_us_part06 button:hover {
  background: var(--secondary-color);
}
.contact_us_part6 a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.contact_us_part4:hover .contact_us_part5 {
  background-color: var(--primary-color);
}
/* contact us css end  */

/* hero section css start */
.hero_section {
  background-image: url("../images/top-banner.jpeg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}
._hero_inner1{
  background-color: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
}
._hero_title {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 660px;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,.2);
  z-index: 999999;
  padding: 30px;
  border-radius: 15px;
}
._hero_title1 {
  color: #fff;
  font-weight: 700;
  font-size: 33px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
._hero_title2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 30px;
  word-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
._hero_title3 {
  background: #fff;
  display: inline-block;
  color: var(--primary-color);
  padding: 6px 20px;
  font-weight: 500;
  border-radius: 4px;
  width: 215px;
  height: 54px;
  line-height: 42px;
  font-size: 23px;
  letter-spacing: 0.4px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
/* hero section css end */

/* course section css start */
.course_parent {
  padding: 60px 0px;
}
.course_paren1t {
  padding-left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.course_parent2 {
  padding: 15px;
  flex: 0 0 25%;
  width: 25%;
}
.course_parent3 {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 10px;
  transition: all 0.7s ease;
  background: var(--btn-color);
}
.course_parent4 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background: #2b2675;
  overflow: hidden;
  border: 1px solid #cccccc38;
}
/* .course_parent2:nth-child(2n + 1) .course_parent4 {
  background: var(--primary-color);
} */
/* .course_parent2:nth-child(2n) .course_parent4 {
  background: var(--btn-color);
} */
.course_parent4 img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.course_parent5 h3 {
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  margin-bottom: 10px;
  display: -webkit-box;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.course_parent5 p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-box;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #ddd;
}
.course_parent5 a {
  background: #fff;
  color: var(--primary-color);
  text-align: center;
  display: block;
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.course_parent3:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: translateY(-8px);
}
.course_parent5 a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
/* .course_parent3:hover .course_parent4 {
  background: var(--secondary-color);
} */
/* course section css end */

/* hero section top bar css start */
._top_hero1 {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-70px);
}
._top_hero2 {
  padding: 10px;
  flex: 0 0 25%;
  width: 25%;
}
._top_hero2:nth-child(2n + 1) .hero_top_01 {
  background: var(--btn-color);
}
._top_hero3 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
._top_hero3 img {
  width: 50px;
  height: 50px;
}
._top_hero4 h3 {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 6px;
  margin-top: 6px;
}
._top_hero4 p {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
}
._top_hero4 a {
  display: inline-block;
  background: #fff;
  color: var(--secondary-color);
  border-radius: 6px;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
}
._top_hero2:nth-child(2n) .hero_top_01 {
  background: var(--primary-color);
}
.hero_top_01 {
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  padding: 20px 10px;
  transition: all 0.7s ease;
}
.hero_top_01:hover {
  transform: translateY(-6px);
}
/* hero section top bar css end */
/* media  query  css*/
@media only screen and (max-width: 1031px) {
  ._headr_mble_res2 {
    display: block;
    border: 1px solid #ccc;
    width: 35px;
    height: 28px;
    border-radius: 3px;
    cursor: pointer;
    padding: 4px;
    margin-top: 16px;
  }
  ._headr_mble_res2 span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin-bottom: 4px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
  }
  ._headr_mble_res2 span:last-child {
    margin-bottom: 0px;
  }
  ._headr_mble_res2.active span:nth-child(2) {
    display: none;
  }
  ._headr_mble_res2.active span {
    margin-bottom: 0px;
    transition: all 0.3s ease;
  }
  ._headr_mble_res2.active span:first-child {
    transform: rotate(44deg);
    margin-top: 8px;
  }
  ._headr_mble_res2.active span:last-child {
    transform: rotate(-43deg);
    margin-top: -3px;
  }
  ._header3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0px;
  }
  ._header3 ._header4 {
    position: relative;
    height: unset;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  ._header3 ._header4 > a,
  ._header3 ._header4 > span {
    width: 100%;
    display: block;
    padding: 12px 10px;
  }
  ._header06 {
    position: static;
    max-width: 265px;
    min-width: 265px;
    border-radius: 6px;
    display: block;
    margin-top: 0px;
    background: #eeeeeea8;
    height: 0px;
    overflow: hidden;
    transition: all 1.5s ease;
    max-height: 0;
    border-left:unset;
    border-right:unset;
    border-top: none;
    border-bottom: none;
  }
  /* ._header3 ._header4:hover ._header06{
    max-height: 500px;
    height: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  } */

  ._sidebar_02 {
    display: block;
  }
  ._headr_mble_res010 {
    position: fixed;
    top: 0;
    right: 2000px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 99999;
    left: -2000px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  ._headr_mble_res010.active {
    left: 0;
    right: 0;
  }
  ._sidebar_01 {
    position: absolute;
    width: 300px;
    background: #fff;
    height: 100vh;
    left: 0px;
    border-right: 1px solid #ccc;
    top: 0;
  }
  ._sidebar_02 {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    background: #fff;
    position: sticky;
    top: 0;
    height: 70px;
    z-index: 99999;
  }
  ._sidebar_03 {
    width: 170px;
    overflow: hidden;
  }
  ._sidebar_03 a img {
    width: 100%;
  }
  ._sidebar_04 {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    font-size: 22px;
    cursor: pointer;
    margin-top: 9px;
    color: var(--primary-color);
  }
  ._sidebar_026 {
    height: calc(100vh - 70px);
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 40px;
  }
  ._sidebar_026 ::-webkit-scrollbar {
    display: none;
  }
  ._social_icon {
    display: block;
  }
  ._social_icon {
    border-top: 1px solid #ccc;
    padding: 10px 15px;
  }
  ._social_icon3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
  }
  ._social_icon1 {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ._social_icon1 li {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    background: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
  }
  ._social_icon1 li a {
    color: #fff;
    font-size: 17px;
    display: block;
    width: 100%;
    height: 100%;
  }
  ._header7 {
    border-bottom: unset;
  }
  ._header7 a {
    font-size: 13px;
  }
  ._header061 {
    display: none;
  }
  ._header06_mega._header06::after {
    display: none;
  }
  ._header06._header06_mega {
    min-width: 265px;
    max-width: 265px;
  }
  ._header7._header06_mega2 {
    height: unset;
    flex-direction: column;
    align-items: flex-start;
  }
  ._header06_mega1 {
    flex: 0 0 100%;
    width: 100%;
  }
  .course_parent2 {
    flex: 0 0 33.3%;
    width: 33.3%;
  }
  ._header4:last-child {
    border-bottom: none;
  }
  ._header06_adv._header06::after {
    display: none;
  }
  ._header06_two._header06::after {
    display: none;
  }
  ._hide_show {
    display: block;
  }
  ._only_dekstop {
    display: none;
  }
  .only_mobile {
    display: block;
  }
  ._header7_nested:hover ._nested_drop_12 {
    display: unset !important;
  }
  ._nested_drop_12 {
    display: block !important;
  }
  ._header4.only_mobile summary {
    display: flex;
    color: var(--btn-color);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.4px;
    transition: all 0.4s ease;
    cursor: pointer;
    padding: 12px 10px;
    position: relative;
    list-style: none;
  }
  ._header4.only_mobile summary::marker, /* Latest Chrome, Edge, Firefox */ 
  ._header4.only_mobile summary::-webkit-details-marker /* Safari */ {
    display: none;
  }
  ._detls_smmry1 summary::before {
    content: "";
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    transition: all 0.2s ease;
  }
  ._detls_smmry1 summary::after {
    content: "";
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    right: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg) translateX(0.4px);
    border-radius: 2px;
    transition: all 0.2s ease;
  }
  ._detls_smmry1[open] > summary::after {
    display: none !important;
  }
  ._header4.only_mobile > details[open] ._header06 {
    max-height: 500px !important;
    height: auto !important;
    border-top:unset;
    border-bottom:unset;
    margin-bottom: 10px;
    margin-left: 4px;
  }
  ._header4.only_mobile > details[open] > summary {
    margin-bottom: 10px;
  }
  ._header06._header06_two._nested_drop_12:hover ._nested_drop_12 {
    display: unset !important;
  }
  /* ._nested_drop_12{
    display: unset;
  } */
  ._nested_parent_drp1 {
    width: unset;
    height: unset;
    position: static;
    top: unset;
    right: unset;
    left: unset;
    z-index: -1;
    overflow: hidden;
    height: 0px !important;
    transition: all .4s ease;
    max-height: 0px !important;
  }
  ._nested_parent_drp1 ._header06._header06_two._nested_drop_12 {
    margin-left: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  ._header06_two ._header7_nested > ._detls_smmry1[open] > summary::after {
    display: none !important;
  }
  ._header06_two ._header7_nested > details[open] ._nested_parent_drp1 {
    max-height: 500px !important;
    height: auto !important;
    border-top: unset;
    border-bottom: unset;
    margin-bottom: 0px;
  }
  ._header06_two ._nested_parent_drp1 > details[open] > summary {
    margin-bottom: 10px;
  }
  ._nested_parent_drp1 ._header06._header06_two._nested_drop_12 {
    display: block !important;
  }
  ._nested_drop_12_span {
    right: -9px !important;
    left: auto !important;
    top: 11px !important;
    background: #fff !important;
  }
  ._nested_drop_12_ul::after {
    top: 18px !important;
    left: auto !important;
    right: -12px !important;
    transform: rotate(90deg) !important;
  }
  ._header7_nested:hover ._nested_drop_12 {
    display: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  ._footer_main501 {
    padding-right: 14px;
    margin-bottom: 8px;
  }
  ._footer_main05 {
    justify-content: flex-start;
  }
  .main-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  ._header2 {
    width: 210px;
  }
  ._footer_main3 {
    width: 210px;
  }
  ._about_us_section_parent3 {
    min-height: 380px;
    overflow-y: unset;
    flex-direction: column;
  }
  ._about_us_section_parent1 {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0px;
    height: unset;
  }
  ._about_us_section_parent1 img {
    height: 260px;
    object-fit: cover;
  }
  ._about_us_section_parent2 {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .what_we_do_parent3 {
    flex-wrap: wrap;
  }
  .what_we_do_parent4 {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 30px;
  }
  .course_parent2 {
    flex: 0 0 50%;
    width: 50%;
  }
  ._top_hero1 {
    flex-wrap: wrap;
    transform: translateY(-40px);
  }
  ._top_hero2 {
    flex: 0 0 48%;
    width: 48%;
  }
  .bnnr img {
    height: 350px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 509px) {
  .what_we_do_first_parent {
    padding: 30px 8px;
    position: relative;
    border: none;
  }
  .what_we_do_parent2 {
    margin-top: 45px;
  }
  .what_we_do_first_parent:nth-child(2) {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .what_we_do_first1 {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5px;
    text-align: center;
  }
  .what_we_do_first1 span:first-child {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    font-size: 22px;
    line-height: 49px;
    flex: 0 0 50px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 9999;
  }
  .what_we_do_first .alpha_what_we_do2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: unset;
  }
  .what_we_do_parent009 {
    text-align: center;
    font-size: 15px;
  }
  .what_we_do_first1 span:last-child {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* Targeting devices with screen width 480px or less */
  ._footer_content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  ._footer_main2 {
    /* Make _footer_main2 element full width */
    width: 100% !important;
  }

  ._footer_main3 {
    /* Make _footer_main3 element full width */
    width: 100% !important;
  }

  ._footer_main3 img {
    /* Set specific width for images within _footer_main3 */
    width: 210px !important;
  }
  ._our_team_parent5 {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  ._our_team_parent5:nth-child(2) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .testimonials_parent3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .testimonials_parent4 {
    padding: 20px 6px;
  }
  .contact_us_part3 {
    padding: 20px 10px;
  }
  .contact_us_part4 {
    margin-bottom: 25px;
  }
  .contact_us_part03 {
    padding: 15px 10px;
  }
  .contact_us_part04 {
    padding: 15px 10px;
  }
  .what_we_do_parent4 {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .what_we_do_parent6 {
    text-align: center;
    padding-top: 15px;
    min-height: unset;
  }
  .what_we_do_parent4:last-child {
    margin-bottom: 0px;
  }
  .course_parent2 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .course_parent5 h3 {
    display: block;
    /* vertical-align: unset; */
    text-overflow: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    margin-bottom: 15px;
  }
  .course_parent5 p {
    display: block;
    /* vertical-align: unset; */
    text-overflow: unset;
    overflow: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    margin-bottom: 15px;
  }
  .course_parent5 a {
    padding: 9px 10px;
  }
  .hero_section {
    background-position-y: 0;
    height: 472px;
    background-position-x: -60px;
  }
  ._hero_title {
    padding: 15px;
    top: 20%;
    width: 95%;
    left: 8%;
    transform: translate(-6%, -20%);
  }
  ._hero_title1 {
    font-size: 22px;
    line-height: 22px;
  }
  ._hero_title2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
  }
  ._hero_title3 {
    font-size: 16px;
    height: 40px;
    line-height: 33px;
    padding: 4px;
    width: 154px;
  }
  ._top_hero2 {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0 10px;
  }
}
/* media query css */
