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

body {
  font-family: 'Axiforma';
}

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;
}
.container.custom-container {
  width: 1700px;
  margin: 0 auto;
  max-width: 1700px;
}
#mapModal .modal-dialog {
    margin-top: 150px;
    max-width: 700px;
}
#mapModal {
    background-color: #00000054;
    padding: 0px !important;
}
.responsive-map iframe {
    width: 100%;
}
#mapModal .modal-content {
    border: 3px solid #490e54;
}
#mapModal .modal-body {
    padding: 0px;
}
#mapModal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #490e54;
    opacity: 1;
	z-index: 9;
}

#myModal .modal-dialog {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.latest_info_right {
    margin-left: auto;
    margin-right: 5%;
}
.container.custom-container.header_container {
    width: 95%;
    max-width: 95%;
}
.how_work_first {
    background: #F1FFEF;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    margin: 20px 0px;
}
.recurit_right {
    width: calc(100% - 250px);
    background: #F1FFEF;
    border-radius: 20px;
    padding: 25px;
    padding-left: 130px;
    margin-left: -100px;
}
.recurit_title {
    font-size: 22px;
    line-height: 36px;
    color: #263238;
}
.qual_title {
    font-size: 18px;
    line-height: 30px;
    color: #263238;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none;
}
.q_span {
    font-size: 14px;
    line-height: 22px;
    color: #9C9C9C;
}
.recurit_ul {
    margin-top: 15px;
}
.recurit_ul li {
  display: inline-block;
  width: 48%;
  padding-right: 15px;
}
.age_title {
    font-size: 18px;
    line-height: 30px;
    color: #5A5A5A;
}
.recurit_left {
    width: 250px;
    z-index: 9;
    position: relative;
}
.recurit_left img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.swiper-container.mySwiper1 {
    padding-bottom: 90px;
}
.testimonial_inner {
    background: #FFFFFF;
    box-shadow: 0px 2.1932px 21.932px rgb(51 51 51 / 12%);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    margin-left: 100px;
    margin-top: 100px;
}
.logo_a {
    display: block;
    margin-bottom: 35px;
}
.footer_ul li a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s all ease-in-out;
}
.footer_ul li a:hover {
  color: #159D2F;
}
.footer_ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}
.footer_title {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.footer_bar {
    display: flex;
    align-items: center;
    margin-top: 11px;
}
.swiper-container.mySwiper .swiper-slide img {
    margin-bottom: 70px;
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
}
.swiper-container.mySwiper {
  margin-right: 25px;
}
.swiper-container.mySwiper .swiper-slide .slide_no span {
    color: #fff;
    border-color: #fff;
    background-color: #42144a;
}
.swiper-container.mySwiper .swiper-slide .slide_no hr {
   border: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-container.mySwiper .swiper-button-prev, .swiper-container.mySwiper .swiper-button-next {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}
.section_space.contact_info {
    position: relative;
}
.swiper-container.mySwiper .swiper-button-prev {
    right: 50px !important;
}
.swiper-container.mySwiper .swiper-button-next {
    right: 0% !important;
}
.cut_img {
    margin-left: auto;
    padding-bottom: 90px;
}
.banner_slider {
    background-image: url(../img/slide-w.png);
    padding-left: 40px;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.footer_left {
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.8);
}
.social_ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: 0.3s all ease-in-out;
}
.social_ul li a:hover {
  color: #159D2F;
}
.footer_right {
    margin-left: auto;
}
.social_ul li {
    display: inline-block;
    margin: 0px 10px;
}
.request_btn.view_map {
    text-transform: capitalize;
}
.row.align-items-flex-end {
    align-items: flex-end;
}
.section_space.footer_custom {
    background-image: url(../img/footer_bg.jpg);
    background-position: center center;
    padding: 15px 0px 10px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact_i_right p {
    font-size: 14px;
    line-height: 30px;
    color: #8C8C8C;
    margin: 0px;
}
.green_p {
    color: #159d2f;
}
.referral_inner.contact_i {
    display: flex;
    margin-left: 0px;
    margin-bottom: 20px;
    align-items: center;
}
.referral_inner.contact_i i {
    margin-bottom: 0px;
    margin-right: 20px;
}
.section_space.contact_outer {
    padding-top: 20px;
}
.section_space.contact_outer .p_text {
    color: #E5E5E5;
}
.row.contact_row {
    margin-top: 30px;
}
.section_space.contact_outer .main_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}
.contact_label {
    font-size: 20px;
    line-height: 32px;
    color: #BDBDBD;
    display: block;
    text-align: left;
}
.contact_btn {
    text-align: right;
    margin-right: 30px;
}
.contact_field {
    background: #FFFFFF;
    border: 3px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 16px;
    margin-top: 10px;
}
textarea.contact_field {
  min-height: 150px;
}
textarea.contact_field:focus {
  box-shadow: none;
  outline: none;
}
.contact_inner {
    background-image: url(../img/contact_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 70px 25%;
    text-align: center;
    background-attachment: fixed;
}
.client_img {
    width: 100px;
    height: 100px;
    top: -55px;
    left: -55px;
    position: absolute;
    border-radius: 100%;
    object-fit: cover;
}
.swiper-container.mySwiper2 {
    padding-bottom: 20px;
}
.testimonial_inner::after {
    content: '';
    position: absolute;
    left: -70px;
    top: -70px;
    background: rgba(67, 160, 221, 0.2);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testimonial_title {
    font-size: 22px;
    line-height: 40px;
    color: #8C8C8C;
}
.client_position {
    font-size: 22px;
    line-height: 32px;
    color: #8C8C8C;
}
.client_name {
    font-size: 24px;
    line-height: 42px;
    color: #33B722;
    margin-top: 20px;
}
.swiper-button-next {
    right: 7% !important;
    top: inherit !important;
    bottom: 0 !important;
}
.testimonial_left {
    padding-right: 60px;
}
.slide_no hr {
    border: 1px solid rgba(51, 183, 34, 0.8);
    margin: 0px;
}
.slide_no span {
    font-size: 18px;
    line-height: 35px;
    color: #33B722;
    border-bottom: 1px solid #33b722;
    display: inline-block;
    padding: 0px 25px;
    margin-bottom: -1px;
}
.slide_no {
    width: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.swiper-button-prev {
    right: 165px !important;
    top: inherit !important;
    bottom: 0 !important;
    left: inherit !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: rgba(51, 183, 34, 0.4) !important;
    border: 1px solid rgba(51, 183, 34, 0.4) !important;
    box-sizing: border-box;
    border-radius: 100% !important;
    color: #33b722 !important;
    font-size: 25px !important;
    line-height: 40px !important;
}
.recurit_inner {
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.how_work_first.step2 {
    background-color: #FFF1E8;
}
.how_work_first.step3 {
    background-color: #FDF0FF;
}
.how_work_arrow {
    width: 150px;
}
.how_work_inner {
    display: flex;
    align-items: center;
}
.main_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    color: #4B1854;
    margin-bottom: 15px;
}
#myModal .modal-content {
    border: none;
    background-color: transparent;
    padding: 15px 0px;
}
.modal-open {
    padding-right: 0px !important;
}
.p_text {
    font-size: 18px;
    line-height: 30px;
    color: #5A5A5A;
    margin-bottom: 35px;
}
.step_title {
    font-size: 28px;
    line-height: 44px;
    color: #263238;
    margin-bottom: 15px;
}
.section_space.intro_outer {
    background-image: url(../img/shape1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    padding: 90px 0px;
}
.service_inner {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgb(51 51 51 / 10%);
    border-radius: 10px;
}
.row.services_row {
    margin-top: 50px;
}
.section_space.services_outer {
    background-image: url(../img/right_shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.section_space.referral_outer {
    background-color: #FBFFFC;
    padding: 50px 0px;
}
.referral_inner {
    transition: 0.3s all ease-in-out;
    margin: 0px 30px;
}
.arrow_custom.yellow {
    background-color: #FFF1E8;
    color: #E67E39;
}
.arrow_custom.purple {
    background-color: #FDF0FF;
    color: #4B1854;
}
.referral_inner:hover .arrow_custom {
   background-color: #42144a !important;
   color: #fff !important;
}
.referral_inner:hover .refreal_left {
   color: #42144a;
}
.referral_inner:hover .refferal_title i {
  color: #42144a;
}
.arrow_custom {
    background: #F1FFEF;
    border-radius: 10px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #159D2F;
    margin-bottom: 15px;
    font-size: 22px;
    transition: 0.3s all ease-in-out;
}
.refreal_left {
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    font-weight: 500;
}
.section_space.how_work_outer {
    position: relative;
}
.counter_div {
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 20px rgba(66, 20, 74, 0.08);
    margin-left: 25%;
    margin-top: -70px;
    z-index: 9;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    transition: 0.3s all ease-in-out;
}
.counter_div:hover {
    background-color: #42144a;
}
.counter_div:hover .counter_subtitle, 
.counter_div:hover .counter_title {
  color: #fff;
}
.counter_inner {
    width: 25%;
    text-align: center;
}
.counter_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 39px;
    color: #333333;
}
.counter_subtitle {
    font-size: 20px;
    line-height: 32px;
    color: #8C8C8C;
}
.row.align-items-center.choose_row {
    margin-top: 50px;
}
.choose_title {
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.why_choose_ul li p {
    font-size: 14px;
    line-height: 30px;
    color: #E5E5E5;
    margin-bottom: 0px;
}
.why_choose_ul li::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #33B722;
    left: 0;
    top: 18px;
    border-radius: 100%;
    box-shadow: 0 0 0 12px rgb(51 183 34 / 20%);
    opacity: 0.7;
}
.intro_left.choose_left {
    margin-right: 0px;
    margin-left: 200px;
}
.why_choose_left .request_btn {
    margin-left: 50px;
    margin-top: 20px;
}
.why_choose_ul li::after {
    content: '';
    position: absolute;
    height: 120%;
    border: 1px dashed #BDBDBD;
    left: 5px;
    top: 31px;
}
.why_choose_ul li:last-child::after {
  display: none;
}
.why_choose_ul li:nth-child(2)::before {
  background-color: #E67E39;
  box-shadow: 0 0 0 12px rgba(230, 126, 57, 0.4);
}
.why_choose_ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
    transition: 0.3s all ease-in-out;
}
.why_choose_ul li:hover::before {
  background-color: #E67E39;
  box-shadow: 0 0 0 12px rgba(230, 126, 57, 0.4);
}
.why_choose_ul li:nth-child(2):hover::before {
   box-shadow: 0 0 0 12px rgb(51 183 34 / 20%);
       background-color: #33B722;
}
.section_space.intro_outer.health_outer .shape_img {
    transform: rotate( 
90deg
 );
    left: 10%;
    bottom: 80px;
}
.section_space.why_choose {
    background-color: #4B1854;
    position: relative;
}
.row.align-items-center.recurit_row {
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 50px;
}
.bottom_circle {
    position: absolute;
    bottom: -70px;
    right: 33%;
}
.top_circle {
    position: absolute;
    right: 0;
    top: 0;
}
.section_space.why_choose .p_text {
    text-align: center;
    color: #E5E5E5;
}
.section_space.why_choose .main_title {
    text-align: center;
    color: #fff;
}
.work_img {
    position: absolute;
    right: 6%;
    top: 38%;
}
.service_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}
.service_title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 2px;
}
.service_bottom .request_btn.learn_more {
    width: 90%;
    text-align: center;
    padding: 8px 20px;
    justify-content: space-evenly;
    display: flex;
}
.service_inner:hover .request_btn.learn_more {
    background-color: #33b722;
    color: #fff;
    border-color: #33b722;
}
.testimonial_left .request_btn.learn_more.aos-item.aos-init.aos-animate img {
    margin-left: 40px;
}
.request_btn.learn_more.aos-item.aos-init.aos-animate img {
    margin-left: 20px;
}
.request_btn.learn_more img {
    margin-right: -45px;
	transition: 0.3s all ease-in-out;
}
/* .request_btn.learn_more:hover img {
   margin-right: -110px;
} */
.service_bottom {
    padding: 20px;
}
.p_small {
    font-size: 16px;
    line-height: 25px;
    color: #5A5A5A;
}
.refferal_title i {
    margin-left: auto;
    color: #159d2f;
    font-size: 24px;
}
.refferal_title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
}
.modal-backdrop.show {
    display: none;
}
#myModal {
    padding-right: 0px !important;
    position: inherit;
    transition: 0.3s all ease-in-out;
}
.shape_img {
    position: absolute;
    bottom: 40px;
    left: 35%;
}
.short_title {
    font-size: 16px;
    line-height: 25px;
    color: #159D2F;
    display: block;
    margin-bottom: 10px;
}
.container.custom-container.banner_container {
    position: relative;
}
.vertical_social_ul {
    position: absolute;
    bottom: 0;
    left: -30px;
}
.vertical_social_ul li a i {
    color: #33b722;
    transition: 0.3s all ease-in-out;
}
.vertical_social_ul li a:hover i {
  color: #fff;
}
.vertical_social_ul li {
    margin-top: 15px;
}
.line_span {
    /* border: 0.5px solid rgba(189, 189, 189, 0.2); */
    width: 1px;
    height: 200px;
    display: block;
    margin: 0 auto;
    background-color: rgba(189, 189, 189, 0.2);
}
.call_us_btn {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 32px !important;
    color: #FFFFFF !important;
    padding: 10px 40px;
    display: inline-block;
}
.headerCol.stickyHeader .call_us_btn {
    background-color: #42144a;
    border-color: #42144a;
}
.call_us_btn:hover, .headerCol.stickyHeader .call_us_btn:hover {
    background-color: #159D2F;
    border-color: #159D2F;
}
.row.mobile_row {
    display: none;
}
.headerCol.inner-header {
  background-color: #22b742;
  padding: 0px;
}
.latest_info {
    background: rgba(51, 183, 34, 0.08);
/*     padding: 15px 0px; */
}
.latest_info_inner {
    display: flex;
    align-items: center;
}
.latest_info_right {
    margin-left: auto;
}
.latest_info_right i {
    width: 32px;
    height: 32px;
    background-color: #4b1854;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    border-radius: 100%;
}
.section_space.bannerOuter {
    background: #42144A;
}
.section_space {
  padding: 70px 0px;
}
.banner-inner h1 span {
    color: #33b722;
}
.banner-inner h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 75px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.banner-inner p {
    font-size: 18px;
    line-height: 36px;
    color: #D9D9D9;
    margin-bottom: 30px;
}
.request_btn {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 10px;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
}
.request_btn img {
    margin-right: -50px;
}
.request_btn.learn_more {
    border-color: #42144a;
    color: #42144a;
    min-width: 180px;
}
.section_space.how_work_outer .main_title {
    text-align: center;
}
.section_space.how_work_outer .p_text {
    text-align: center;
}
.request_btn.learn_more img {
  fill: #42144a; 
}
.request_btn:hover, .request_btn.learn_more:hover {
   background-color: #159D2F;
   border-color: #159D2F;
   color: #fff;
   transition: 0.3s all ease-in-out;
}

.banner-inner::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 200px;
    border-left: 1px solid #fff;
    border-radius: 20px 0px 0px 0px;
    left: 0;
    top: 0;
    border-top: 1px solid #fff;
}
.banner-inner::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 200px;
    border-right: 1px solid #fff;
    border-radius: 0px 0px 20px 0px;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #fff;
}
.banner-inner {
    position: relative;
    padding: 35px 25px;
    margin-right: 60px;
}
.brand_ul li {
    display: inline-block;
    margin: 0px 15px;
    width: 12%;
    text-align: center;
}
.intro_left {
    margin-right: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 9;
}
.overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #42144a42;
    position: absolute;
    display: none;
    transition: 0.3s all ease-in-out;
}
.intro_left:hover .overlay, .service_inner:hover .overlay {
  display: block;
}
.service_img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.intro_left:hover img, .service_inner:hover .service_img img {
    transform: scale(1.1, 1.1);
}
.intro_left img {
    width: 100%;
    border-radius: 20px;
    transition: 0.3s all ease-in-out;
}
.section_space.brand_outer {
    padding: 30px 0px;
    background-color: #FCFBFB;
}
.brand_ul {
    justify-content: center;
    display: flex;
}
/*.swiper-slide {
    opacity: 0.3;
}
.swiper-slide img {
  width: 100%;
  height: 700px;
  border-radius: 20px;
  object-fit: cover;
}*/
/*.swiper-slide.swiper-slide-next {
    opacity: 0.3;
}*/
.swiper-container.mySwiper .swiper-wrapper {
    align-items: center;
}
/*.swiper-slide.swiper-slide-active {
  opacity: 1;
  width: 100% !important;
}*/
.latest_info_left {
    width: 90%;
    font-style: normal;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #4B1854;
    justify-content: center;
    font-weight: 500;
}
.headerCol {
    background-color: transparent;
    padding: 20px 0px;
    transition: 0.3s all ease-in-out;
}
header {
    background-image: url(../img/header_bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
.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: flex;
  align-items: center;
}

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

.nav_menu ul li a {
    position: relative;
    transition: 0.3s all ease-in-out;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #5A5A5A;
}

.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.active a:before {
    right: 0;
    width: 100%;
}

.nav_menu ul li a:hover:before, .nav_menu ul li.active a:before {
    right: 0;
    width: 100%;
    background-color: #4B1854;
}
.social-icon-ul li + li {
    margin-left: 12px !important;
}
.nav_menu ul li a:hover {
   color: #4B1854;
}
.nav_menu ul li.active a {
    color: #4B1854;
    font-weight: 600;
}

.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: #fff;
    box-shadow: 0px 0px 9px 0px #181111d1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.headerCol.stickyHeader .logo img {
    width: 90px;
    transition: 0.3s all ease-in-out;
}

@media (max-width: 1700px) {
  .container.custom-container, #myModal .modal-dialog {
    max-width: 85%;
  }
.container.custom-container.header_container {
    width: 85%;
    max-width: 85%;
}
  .call_us_btn {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 10px 20px;
}
.swiper-container.mySwiper .swiper-slide img {
    height: 550px;
}
/*.swiper-container.mySwiper .swiper-button-prev {
    right: 11%;
}*/
}

@media (max-width: 1400px) {
  .container.custom-container, #myModal .modal-dialog {
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
  }
.container.custom-container.header_container {
    width: 90%;
    max-width: 90%;
}
  header {
    background-size: 430px;
}
.call_us_btn {
    font-size: 14px !important;
    line-height: 24px !important;
}
.intro_left.choose_left {
    margin-left: 20px;
}
.counter_subtitle {
    font-size: 15px;
    line-height: 25px;
}
.counter_div {
    margin-top: -20px;
}
.swiper-button-prev {
    right: 12% !important;
}
}

@media (max-width: 1399px) {

}

@media (max-width: 1200px) {
.row.services_row .col-md-3 {
    width: 40%;
}
.row.services_row {
    justify-content: center;
}
.recurit_right {
    width: calc(100% - 20px);
        padding: 15px;
    padding-left: 90px;
    margin-left: -80px;
}
.qual_title {
    font-size: 14px;
    line-height: 24px;
}
}

@media (max-width: 1199px) {
  .nav_menu ul li a {
    font-size: 15px;
  }
  .nav_menu ul li + li {
    margin-left: 20px;
  }
  .latest_info_left {
    font-size: 20px;
    line-height: 26px;
}
.call_us_btn {
    font-size: 12px !important;
    line-height: 24px !important;
    padding: 10px 10px;
}
header {
    background-size: 330px;
}
.refreal_left {
    margin-right: 10px;
}
.row.services_row .col-md-3 {
    width: 50%;
}
.section_space.intro_outer {
    padding: 40px 0px;
}
.counter_div {
    margin-top: 20px;
    margin-left: 0px;
}
.testimonial_title {
    font-size: 16px;
    line-height: 26px;
}
.client_name {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
}
.client_position {
    font-size: 18px;
    line-height: 28px;
}
.slide_no {
    width: 100px;
}
.intro_left {
    margin-right: 0px;
}
}

@media (max-width: 991px) {
.row.mobile_row {
    display: block;
}
header {
    background-size: 73px;
}
.main_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.p_text {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.counter_div {
    padding: 15px;
}
.counter_title {
    font-size: 20px;
    line-height: 30px;
}
.client_img {
    width: 70px;
    height: 70px;
    top: -30px;
    left: -30px;
}
.testimonial_inner::after {
    left: -50px;
    top: -50px;
}
.testimonial_inner {
    margin-left: 50px;
    margin-top: 50px;
}
.footer_bar {
    margin-top: 10px;
}
.section_space.footer_custom .col-md-4, .section_space.footer_custom .col-md-2, .section_space.footer_custom .col-md-3 {
    width: 50%;
    margin-bottom: 15px;
}
.section_space.footer_custom {
    padding: 30px 0px 10px 0px;
}
.footer_ul li a {
    font-size: 14px;
    line-height: 22px;
}
.footer_ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.swiper-button-next {
    right: 5% !important;
}
.testimonial_left {
    padding-right: 0px;
}
.how_work_first {
    padding: 15px 15px;
    margin: 15px 0px;
}
.step_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.request_btn.learn_more {
    min-width: 150px;
}
.section_space.referral_outer {
    padding: 30px 0px;
}
.p_small {
    font-size: 15px;
    line-height: 24px;
}
.refreal_left {
    font-size: 18px;
    line-height: 28px;
}
.referral_inner {
    margin: 0px 0px;
}
.p_text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
  .section_space {
    padding: 30px 0px;
  }
.bar {
    background-color: #33b722;
}
.read_more_btn {
    padding: 15px 20px;
}
.navCol {
    position: fixed;
    bottom: 0;
    top: 0px;
    left: 0;
    right: 0px;
    text-align: center;
    transform: translate(100%, 0%);
    transition: all 500ms ease-in-out 0s;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #42144A;
}
.nav_menu .col-md-8, .nav_menu .col-md-4 {
    width: 100%;
}
.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: 17px;
    color: #fff;
  }
  .nav_menu ul li.active a {
    color: #fff;
    font-weight: 600;
}
.nav_menu ul li a:hover:before, .nav_menu ul li.active a:before {
    right: 0;
    width: 100%;
    background-color: #fff;
}
.call_us_btn {
    font-size: 15px !important;
    line-height: 24px !important;
    padding: 10px 10px;
    margin-top: 15px;
}
.latest_info_right i {
    width: 28px;
    height: 28px;
    line-height: 30px;
}
.request_btn {
    font-size: 15px;
    line-height: 25px;
    padding: 8px 15px;
}
.slide_no span {
    font-size: 15px;
    line-height: 25px;
    padding: 0px 15px;
}
.slide_no {
    width: 70px;
}
.section_space {
    padding: 30px 0px;
}
.brand_ul li {
    margin: 0px 10px;
    width: 15%;
}
.swiper-button-prev, .swiper-button-next {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
}
.banner-inner p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.banner-inner h1 {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 10px;
}
.nav_menu ul li {
    margin-bottom: 10px;
}
  .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%;
  }
  .row.services_row {
    margin-top: 0px;
}
.intro_left.choose_left {
    margin-left: 0px;
}
.contact_inner {
    padding: 30px 20px;
}
.section_space.contact_outer .main_title {
    font-size: 28px;
}
.headerCol.stickyHeader .call_us_btn {
    border-color: #fff;
}
}


@media (max-width: 767px) {
.col-md-2.header_col2 {
    width: 50%;
}
.responsive-map iframe {
    width: 100%;
    height: 300px;
}
#mapModal .modal-dialog {
    margin-top: 100px;
    max-width: 95%;
}
.contact_label {
    font-size: 17px;
    line-height: 27px;
}
.contact_field {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    margin-top: 0px;
}
.contact_btn {
    text-align: center;
    margin-right: 0px;
}
.contact_info_left {
    margin-bottom: 15px;
}
.footer_left {
    margin-bottom: 5px;
}
.footer_title {
    margin-bottom: 8px;
}
.section_space.footer_custom .col-md-4, .section_space.footer_custom .col-md-2, .section_space.footer_custom .col-md-3 {
    width: 100%;
    margin-bottom: 15px;
}
.footer_bar {
    display: inherit;
    text-align: center;
}
.testimonial_right {
    margin-top: 20px;
}
.recurit_ul {
    margin-top: 5px;
}
.swiper-button-prev {
    right: 60px !important;
}
.recurit_title {
    font-size: 22px;
    line-height: 30px;
}
.recurit_left img {
    height: 190px;
}
.swiper-container.mySwiper1 {
    padding-bottom: 60px;
}
.row.services_row .col-md-3 {
    width: 100%;
}
.how_work_arrow {
    display: none;
}
.counter_div {
    display: block;
}
.row.align-items-center.choose_row {
    margin-top: 10px;
}
.why_choose_left .request_btn {
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.why_choose_ul li p {
    font-size: 14px;
    line-height: 24px;
}
.why_choose_ul li {
    margin-bottom: 26px;
    padding-left: 50px;
}
.choose_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.counter_inner {
    width: 49%;
    display: inline-block;
    margin: 10px 0px;
}
.how_work_inner {
    display: block;
}
.section_space.services_outer {
    background-size: 30px;
}
.service_bottom {
    padding: 15px;
}
.service_inner {
    margin: 10px 0px;
}
.col-md-10.header_col10 {
    width: 50%;
}
header {
    background-image: none;
}
.banner_slider {
    padding-left: 0px;
    background-image: none;
}
.section_space.intro_outer {
    padding: 30px 0px;
    background-size: 30px;
}
.intro_right {
    margin-top: 20px;
}
.main_title {
    font-size: 28px;
    line-height: 38px;
}
.brand_ul li {
    margin: 10px 10px;
    width: 42%;
}
.brand_ul {
    display: inherit;
}
.section_space.brand_outer {
    padding: 15px 0px;
}
.vertical_social_ul {
    left: -12px;
}
.cut_img {
    margin-left: auto;
    height: 280px;
    padding-bottom: 80px;
}
.swiper-container.mySwiper .swiper-slide img {
  height: 280px;
}
.banner-inner {
    padding: 20px 15px;
    margin-right: 0px;
    margin-bottom: 25px;
}
}


@media (max-width: 480px){

}


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