@import url("../fonts/stylesheet.css");
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'AvantGardeMdITCTT';
/*  font-family: 'Inter', sans-serif;*/
  background-color: #0D2944;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input:focus, button:focus, div:focus, a:focus {
  outline: none;
}

button {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

button:hover {
  -webkit-box-shadow: 0 0 0 2px white, 0 0 0 3px #1a57ad;
          box-shadow: 0 0 0 2px white, 0 0 0 3px #1a57ad;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

img {
  max-width: 100%;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .6s !important;
          transition-duration: .6s !important;
}
.headerCol.stickyHeader .logo img {
    width: 60px;
}
.contact_form input[type=submit]:hover {
	background-color: #f5d35e;
	 color: #0D365D;
}
.wpcf7-response-output {
    margin-top: 30px;
/*     background-color: #f5d35e5e; */
/*     padding: 15px; */
    text-align: center;
    font-weight: 600;
}
.contact_form input[type=submit] {
    background: #F95638;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 25px 70px;
    letter-spacing: 1px;
    transition: 0.3s all ease-in-out;
    position: relative;
    border-radius: 0px;
    width: 210px;
    margin-bottom: 0px;
}
.contact_form input {
    width: 100%;
    background: #E8E8E8;
    border: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
}
.contact_form input:focus, .contact_form textarea:focus {
	outline: none;
}
.contact_form textarea {
    width: 100%;
    background: #E8E8E8;
    border: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
	height:100px;
}
.our_mission_left {
    margin-right: 60px;
}
.nav_menu ul li.active a:before {
    right: 0;
    width: 20px;
}
.what_we_title {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.our_mission.mission_mentor .our_mission_left {
    width: 60%;
}
.menotr_img {
    margin-top: 70px;
    border: 15px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all ease-in-out;
    background-color: #fff;
}
.spring_pilot_inner img {
    width: 140px;
}
.no_title.feedback_title {
    color: #fff;
}
.Pair_title {
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    color: #0461BE;
    margin: 25px 0px 10px 0px;
}
.spring_pilot_inner {
    text-align: center;
    padding: 30px 30px;
}
.testimonial_inner {
    display: flex;
    padding: 0px 20px;
    align-items: center;
}
.testimonial_left {
    width: 360px;
    text-align: center;
}
.footer_social_ul li a i {
    color: #0461BE;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    transition: 0.3s all ease-in-out;
}
.subscribe_email {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.footer_border {
    border-top: 2px solid #fff;
    opacity: 0.2;
    margin: 20px 0px;
}
.footer_bottom_left {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.footer_bottom_right {
    margin-left: auto;
}
.slick-dots li button:focus, .slick-dots li button:hover {
    box-shadow: none;
}
.footer_bottom_right ul li{
  margin: 0px 15px;
  display: inline-block;
}
.footer_bottom_right ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: 0.3s all ease-in-out;
}
.footer_bottom_right ul li a:hover{
  color: 
#0461BE;
}
.footer_bottom_right ul li:first-child{
  margin-left: 0px;
}
.footer_bottom_right ul li:last-child{
  margin-right: 0px;
}
.footer_bottom {
    display: flex;
    align-items: center;
}
.subscribe_email input {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 20px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: calc(100% - 85px);
    border-radius: 30px 0px 0px 30px;
}
.subscribe_email input::placeholder{
  color: #fff;
}
.subscribe_email button {
    margin-left: auto;
    padding: 10px 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #0461BE;
    border: 1px solid #fff;
    border-radius: 0px 30px 30px 0px;
    transition: 0.3s all ease-in-out;
}
.subscribe_email button:hover{
    background-color: #0461BE;
    color: #fff;
}
.contact_ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.contact_ul li i{
  margin-right: 15px;
}
.footer_social_ul {
  margin-top: 20px;
}
.footer_title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer_social_ul li {
  display: inline-block;
  margin: 0px 4px;
}
.footer_social_ul li:first-child{
  margin-left: 0px;
}
.footer_social_ul li:last-child{
  margin-right: 0px;
}
.footer_social_ul li a i:hover{
   background-color: #0461BE;
   color: #fff;
}
.section_space.footer_outer {
    background-color: #F95638;
    padding: 20px 0px;
}
.contact_form {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    margin-top: 80px;
    filter: drop-shadow(0px 12px 34px rgba(0, 0, 0, 0.09));
}
.read_more_btn.submit {
    background-color: #F95638;
}

.custom_input {
    width: 100%;
    background: #E8E8E8;
    border: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
}
.custom_label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.contact_title {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin-bottom: 35px;
}
.section_space.mentor_next.Contact_outer {
    background-position: top 120px center;
}
.testimonial_right .p_subtext {
    margin-top: 0px;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    content: '•';
    text-align: center;
        opacity: 1;
    color: transparent !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #DEDEDE;
    border-radius: 100%;
}
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px;
}
.slick-active button::before {
    background-color: #0461be !important;
}
.slick-dots li button {
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
}
.avtar_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #F5D35E;
    margin-top: 15px;
}
.testimonial_left img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
}
.pair_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.border_custom {
    margin: 50px 0px;
    height: 3px;
    border-top: 3px solid #D8D8D8;
}
.menotr_img:hover img{
  transform: scale(1.1, 1.1);
}
.menotr_img img{
  transition: 0.3s all ease-in-out;
}
.next_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 33px;
    color: #0461BE;
    margin-top: 10px;
}
.our_mission.mission_mentor {
    padding: 0px 100px 0px 30px;
}
.section_space.mentor_next {
     background-image: url('https://shine.dc2ws001.zsoftware.tech/wp-content/uploads/2021/08/waves.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 150px;
}
.border {
    width: 70px;
    border-top: 3px solid #f5d35e !important;
    opacity: 1;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    margin-bottom: 25px;
}
.expert_title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 120%;
    letter-spacing: 0.003em;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.mentor_objective .no_title {
    margin-top: 0px;
    margin-bottom: 25px;
}
.mentor_left_inner span {
    font-weight: bold;
    font-size: 44px;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 15px;
}
.p_subtext {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-top: 20px;
}
.mentor_step {
    display: flex;
    align-items: center;
}
.mentor_left_inner {
    display: flex;
    background: #F5D35E;
    box-shadow: 0px 24px 48px rgb(0 0 0 / 4%);
    border-radius: 10px;
    margin: 15px 0px;
    margin-right: 15px;
    padding: 10px 20px 10px 10px;
    min-height: 186px;
    position: relative;
    transition: 0.3s all ease-in-out;
}
.oval2 {
    position: absolute;
    width: auto !important;
    left: 2%;
    bottom: -15%;
}
.oval3 {
    position: absolute;
    width: auto !important;
    left: -20%;
    bottom: 50px;
}
.oval1 {
    width: auto !important;
    right: 50%;
    left: auto;
    position: absolute;
    bottom: -60px;
}
.menter_p_div {
    position: absolute;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px 25px rgb(41 39 66 / 4%);
    border-radius: 4px;
    width: 400px;
    top: 150px;
    left: -25%;
    padding: 10px 20px;
}
.menter_p_div .p_subtext {
    color: #000;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 23px;
}
.menter_p_div.right_menter .count_span {
    background: #F5D35E;
}
.right_menter_inner .p_subtext {
    width: calc(100% - 0px) !important;
}
.right_menter_inner ul li {
    position: relative;
    padding-left: 20px;
}
.img_outerM {
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    border-radius: 4px;
}
.img_outerM img{
  transition: 0.3s all ease-in-out;
}
.img_outerM:hover img{
  transform: scale(1.1, 1.1);
}
.right_menter_inner ul li::before {
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #f5d35e;
    content: '';
    border-radius: 100%;
    top: 8px;
}
.right_menter_inner {
    margin-left: auto;
    width: calc(100% - 30px);
}
.menter_p_div.right_menter {
    bottom: 70px;
    right: -20%;
    left: inherit;
    top: inherit;
}
.count_span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #0E3B68;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    margin-left: -45px;
    line-height: 50px;
}
.Mentees_div .no_title {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}
.Mentees_div {
    position: relative;
}
.Mentees_div img {
    width: 100%;
}
.row.mentor_row {
    margin-top: -300px;
}
.mentor_left_inner.third {
    background: #F95638;
}
.mentor_objective .p_text {
    margin-bottom: 20px;
}
.mentor_left_inner.second {
    background: #EE954B;
}
.mentor_left_inner:hover .overlay{
  display: block;
}
.mentor_left {
    width: 50%;
}
.p_text {
    color: #fff;
    letter-spacing: 0.005em;
    font-size: 18px;
}
.expert_advisor.career_growth {
    background: #EE954B;
}
.expert_advisor {
    background: #F95638;
    box-shadow: 0px 48px 32px rgb(143 143 143 / 5%);
    border-radius: 10px;
    padding: 50px 40px;
    position: relative;
    transition: 0.3s all ease-in-out;
}
.expert_advisor:hover .overlay {
  display: block;
}
.overlay {
    position: absolute;
    background-color: #09090940;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    display: none;
    transition: 0.3s all ease-in-out;
}
.our_mission_right {
    margin-top: 30px;
}
.our_mission_right p {
    font-size: 16px;
    line-height: 204%;
    letter-spacing: 0.005em;
    color: #FFFFFF;
}
.mission_span_outer{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.border_span {
    width: 80px;
    height: 3px;
    background: #B67A4A;
    display: inline-block;
    margin-left: 20px;
}
.mission_span {
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.no_title {
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    color: #F5D35E;
    margin-top: 25px;
}
.section_space {
  padding: 70px 0px;
}
.row.mobile_row {
    display: none;
}
.our_mission {
    display: flex;
}
.container.custom-container {
  width: 1760px;
  margin: 0 auto;
  max-width: 1760px;
}
.headerCol.inner-header {
  background-color: #22b742;
  padding: 0px;
}
.headerCol {
  background-color: transparent;
  padding: 15px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.3s all ease-in-out;
}
.headerCol.inner-header .nav_menu ul li a {
  color: #fff;
}

.headerCol.inner-header .col-auto {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.headerCol.inner-header .container.custom-container {
  width: 100%;
  max-width: 100%;
}

.toggle {
  width: 30px;
  position: relative;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  z-index: 99999;
  margin-left: auto;
}

.toggle .bar:nth-child(1) {
  top: 0;
}

.toggle .bar:nth-child(2) {
  top: 9px;
  width: 15px;
}

.toggle .bar:nth-child(3) {
  top: 18px;
  width: 20px;
}

.bar {
  background-color: #c59331;
  position: absolute;
  height: 3px;
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.nav_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav_menu ul li + li {
  margin-left: 35px;
}

.nav_menu ul li a {
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 600;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav_menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  background-color: #fff;
  height: 2px;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}

.nav_menu ul li a:hover:before {
    right: 0;
    width: 20px;
}
.social-icon-ul li + li {
    margin-left: 12px !important;
}

.nav_menu ul li.active a {
  font-weight: 700;
}

.social-icon-ul {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.social-icon-ul li a::before {
  display: none;
}
.social-icon-ul li a:hover {
    color: #f5d35e;
}
.headerCol.stickyHeader {
    background-color: #0D2944;
    -webkit-box-shadow: 0px 0px 9px 0px #181111d1;
      box-shadow: 0px 0px 9px 0px #181111d1;
}
.bannerOuter {
    min-height: 880px;
    background-image: url('https://shine.dc2ws001.zsoftware.tech/wp-content/uploads/2021/08/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-inner {
    text-align: center;
    padding: 25% 0px;
}
.banner-inner h1 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 62px;
    line-height: 75px;
    text-align: center;
    color: #FFFFFF;
}
.banner-inner p {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    margin: 20px 0px 60px 0px;
}
.read_more_btn {
    background: #0D365D;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 25px 70px;
    letter-spacing: 1px;
    transition: 0.3s all ease-in-out;
    position: relative;
}
.read_more_btn span {
  transition: all 0.3s;
}
.read_more_btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(13 54 93);
    border-bottom-color: rgb(13 54 93);
    transform: scale(0.1, 1);
    background-color: #f5d35e;
}
.read_more_btn:hover span {
  letter-spacing: 2px;
  z-index: 99;
  position: relative;
  color: #0D365D;
}
.read_more_btn:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.read_more_btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.read_more_btn:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}
.logo img {
    width: 120px;
}

@media (max-width: 1700px) {
  .container.custom-container {
    max-width: 85%;
  }
}

@media (max-width: 1400px) {
  .container.custom-container {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
  .bannerOuter {
    min-height: 680px;
}
.banner-inner {
    text-align: center;
    padding: 25% 0px 10% 0px;
}
.Pair_title {
    font-size: 38px;
    line-height: 48px;
    margin: 25px 0px 10px 0px;
}
.testimonial_right {
    width: calc(100% - 60px);
}
}
@media (max-width: 1399px) {
.row.mentor_row {
    margin-top: -180px;
}
}
@media (max-width: 1200px) {
  .section_space {
    padding: 40px 0px;
  }
  .row.mentor_row {
    margin-top: -90px;
}
.menter_p_div {
    width: 300px;
}
.headerCol {
    padding: 10px 0px;
}
.section_space.mentor_next {
    padding-bottom: 70px;
}
.contact_form {
    padding: 20px;
}
.Pair_title {
    font-size: 34px;
    line-height: 44px;
}
.spring_pilot_inner img {
    width: 100px;
}
}
@media (max-width: 1199px) {
  .nav_menu ul li a {
    font-size: 15px;
  }
  .logo img {
    width: 120px;
  }
  .nav_menu ul li + li {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
.row.mobile_row {
    display: block;
}
.banner-inner h1 {
    font-size: 46px;
    line-height: 56px;
}
.bar {
    background-color: #f1d05d;

}
.read_more_btn {
    padding: 15px 20px;
}
.banner-inner p {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0px 40px 0px;
}
.expert_advisor {
    padding: 20px 20px;
}
.menter_p_div {
    width: 300px;
    position: inherit;
    width: 100%;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    margin: 10px 0px;
}
.menter_p_div.right_menter {
    bottom: 0px;
    right: 0%;
    left: inherit;
    top: inherit;
}
.menotr_img {
    margin-top: 10px;
    border: 7px solid #fff;
}
.testimonial_right {
    width: calc(100% - 0px);
    margin-top: 10px;
}
.testimonial_left {
    width: 100%;
    text-align: center;
}
.testimonial_inner {
    display: inherit;
    text-align: center;
}
.Pair_title {
    font-size: 22px;
    line-height: 32px;
}
.border_custom {
    margin: 20px 0px;
}
.section_space.mentor_next {
    padding-bottom: 20px;
}
.row.mentor_row .col-md-7 {
    flex: 0 0 auto;
    width: 100%;
}
.row.mentor_row {
    margin-top: 0px;
}
.bannerOuter {
    min-height: 480px;
}
.our_mission_left {
    margin-right: 0px;
}
.our_mission {
    display: INHERIT;
}
.navCol {
    position: fixed;
    bottom: 0;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: center;
    -webkit-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0D2944;
}
.row.mobile_row .logo img {
    margin-bottom: 30px;
}
  .headerCol {
    padding: 10px 0px;
  }
  .opennav .bar {
    background-color: #fff;
  }
  .opennav .bar:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 10px;
  }
  .opennav .bar:nth-child(2) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .opennav .bar:nth-child(3) {
    visibility: hidden;
    opacity: 0;
  }
  .opennav .navCol {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .nav_menu {
    width: 100%;
    text-align: center;
    overflow-y: auto;
    max-height: 100%;
    padding: 30px 20px;
  }
  .nav_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_menu ul li + li {
    margin-left: 0;
    margin-top: 20px;
    margin-top: 10px;
  }
  .nav_menu ul li a {
    font-size: 20px;
    color: #fff;
  }
  .dropdown .dropdown-toggle {
    color: #fff;
  }
  .nav_menu .row .col-md-9, .nav_menu .row .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .social-icon-ul {
    margin-top: 10px;
    display: block !important;
  }
  .social-icon-ul li {
    display: inline-block;
    margin: 0px 15px;
  }
}


@media (max-width: 767px) {
.col-md-3.header_col3 {
    width: 50%;
}
.footer_inner a img {
    width: 60px;
}
.logo img {
    width: 70px;
}
.col-md-9.header_col9 {
    width: 50%;
}
.banner-inner h1 {
    font-size: 30px;
    line-height: 40px;
}
.section_space {
    padding: 20px 0px;
}
.contact_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}
.footer_social_ul {
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer_bottom {
    display: inherit;
}
.footer_bottom_left {
    text-align: center;
}
.footer_bottom_right {
    text-align: center;
    margin-top: 5px;
}
.footer_border {
    margin: 20px 0px;
}
.expert_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.mentor_left_inner {
    min-height: 146px;
}
.mentor_step {
    display: inherit;
    align-items: center;
}
.count_span {
    font-size: 18px;
    line-height: 51px;
    margin-left: -5px;
    margin-right: 15px;
}
.Mentees_div .no_title {
    margin-bottom: 20px;
}
.menter_p_div .p_subtext {
    width: calc(100% - 62px);
}
.our_mission.mission_mentor .our_mission_left {
    width: 100%;
}
.contact_form {
    margin-top: 20px;
}
.no_title {
    font-size: 28px;
    line-height: 35px;
    margin-top: 5px;
}
.our_mission.mission_mentor {
    padding: 0px 0px 0px 0px;
}
.our_mission_right {
    margin-top: 10px;
}
.next_title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
}
.p_text {
    font-size: 16px;
}
.mentor_left {
    width: 100%;
}
.expert_advisor {
    margin: 5px 0px;
}
.no_title {
    font-size: 28px;
    line-height: 35px;
    margin-top: 25px;
}
.banner-inner p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0px 20px 0px;
}
.bannerOuter {
    min-height: 320px;
}
}


@media (max-width: 480px){
.banner-inner h1 {
    font-size: 22px;
    line-height: 32px;
}
.no_title {
    margin-top: 10px;
    margin-bottom: 10px;
}
}


/*# sourceMappingURL=index.css.map */