@font-face {
    font-family: "MontserratBold";
    src: url(font/Montserrat-Bold.otf);
}

@font-face {
    font-family: "MontserratLight";
    src: url(font/Montserrat-Light.otf);
}

@font-face {
    font-family: "MontserratMedium";
    src: url(font/Montserrat-Medium.otf);
}

@font-face {
    font-family: "MontserratRegular";
    src: url(font/Montserrat-Regular.otf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    width: 100%;
    font-family: "";
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline-style: none;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

.com_container {
    width: 87%;
    max-width: 1920px;
    margin: 0 auto;
}

header {
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    height: 100px;
}

.head-wrapper {
    width: 100%;
    display: flex;
    padding: 15px 0;
}

.logo {
    width: 13%;
    align-content: center;
}

.logo img {
    width: 100%;
    vertical-align: middle;
}

.headRight {
    width: 87%;
    display: inline-flex;
    justify-content: end;
    align-items: center;
}

.navbar {
    /*border-right: 1px solid #606161;*/
    margin: 16px 0;
    /*padding-right: 30px;*/
}

.navbar ul li {
    display: inline-block;
    padding: 8px 40px;
    position: relative;
}

.navbar ul li:last-child {
    padding: 8px 0 8px 40px;
}

.navbar ul li a {
    text-decoration: none;
    color: #606161;
    font-size: 18px;
    line-height: 22px;
    font-family: 'MontserratRegular';
    /* transition: all 2s ease; */
}

.navbar ul li a:hover {
    border-bottom: 1px solid #606161;
    /* transition: all .3s; */
}

.actives {
    border-bottom: 1px solid #606161;
}

#nav-icon3 {
    display: none;
}

.searchicon {
    padding-left: 53px;
}

.our-list {
    max-height: 0;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 40px;
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    width: 323px;
    transition: all .3s;
    z-index: 9;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s;
}

.our-list.only-d-home {
    left: -46px;
}

.active .our-list {
    max-height: 400px;
    opacity: 1;
    /* padding: 20px; */
    transition: all .3s;
}

.our-list a {
    padding: 8px 0;
    /* margin: 20px 0; */
    border-bottom: 1px solid transparent;
    display: block;
}
.our-list a:nth-child(3) {
    display: none;
}


.arrow {
    border: solid black;
    border-width: 0 1.3px 1.3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 7px;
    margin-top: -4px;
}

.df {
    display: flex;
    align-items: center;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.active .arrow {
    margin-top: 5px;
}

.active .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#section-slider,
.eih-limites {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.HomeImageSlider {
    position: relative;
}

.image-box {
    background: url("../images/home-slider-shadow.png") no-repeat center bottom;
    background-size: cover;
}

.image-box img {
    width: 100%;
}

.slideTxt {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 11;
}

.slideTxt h1 {
    color: #fff;
    font-size: 6.8rem;
    line-height: 6.8rem;
    letter-spacing: -1.36px;
    text-align: center;
    font-family: 'MontserratMedium';
    animation: fadeInUp 1s ease backwards;
}

.slideTxt.slideTxtCopy h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    letter-spacing: 5.4px;
}

.slideTxt.slideTxtCopy h1 span {
    line-height: 3.5rem;
}

.slideTxt h1 span {
    font-size: 3.2rem;
    display: block;
    line-height: 5.8rem;
    letter-spacing: 6.4px;
    position: relative;
}

.slideTxt h1 span::before {
    background: #fff;
    width: 22%;
    height: 1px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.slideTxt h1 span::after {
    background: #fff;
    width: 22%;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    margin: 0 auto;
}

.noborder span::after,
.noborder span::before {
    display: none;
}

.slider-prev,
.slider-next {
    width: 51px;
    height: 51px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.slider-prev {
    background-image: url("../images/left-arrow.png");
    background-repeat: no-repeat;
    left: 3.5%;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.slider-prev.swiper-button-disabled {
    background-image: url("../images/left-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-next.swiper-button-disabled {
    background-image: url("../images/right-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-next {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    right: 3.5%;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.about-sec {
    margin-top: 100px;
}

.main-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.leftsec {
    width: 50%;
    padding-right: 105px;
}

.leftsec img {
    width: 100%;
    border-radius: 23px;
}

.Rightsec {
    width: 50%;
}

.title-wrap {
    width: 100%;
}

.title-wrap h2 {
    font-size: 4rem;
    line-height: 4.8rem;
    color: #606161;
    font-family: 'MontserratRegular';
    margin-bottom: 26px;
}

.title-wrap h3 {
    font-size: 3rem;
    line-height: 3.8rem;
    color: #606161;
    font-family: 'MontserratRegular';
    margin-bottom: 5px;
}

.title-wrap h2 span {
    color: #566B3D;
    font-family: 'MontserratBold';
}

.title-wrap h3 span {
    color: #566B3D;
    font-family: 'MontserratBold';
}

.title-copy p {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-family: 'MontserratRegular';
    color: #606161;
    margin-bottom: 20px;
}

.philospy-sec {
    margin-top: 100px;
    flex-direction: row-reverse;
}

.philospy-sec .leftsec {
    padding-left: 105px;
    padding-right: 0;
}

.our-pillar-sec {
    margin-top: 100px;
}

.our-pillar-sec .main-wrapper {
    flex-direction: column;
}

.our-pillar-sec .title-wrap h2 {
    margin-bottom: 20px;
}

.sub-txt p {
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: 'MontserratRegular';
    color: #606161;
    margin-bottom: 15px;
}

.threecolSlider {
    width: 100%;
    overflow: hidden;
    padding: 0 20px 10px;
    position: relative;
}

.pillarWrap {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    background: #fff;
}

.pillar-img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.pillarContent {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 10px;
}

.pillarContent h3 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #566B3D;
    font-family: 'MontserratBold';
}

.pillarContent p {
    padding: 24px 18px 0;
    color: #606161;
    font-size: 1.8rem;
    line-height: 3rem;
    min-height: 123px;
    font-family: 'MontserratRegular';
}

.pillar-prev,
.pillar-next {
    width: 51px;
    height: 51px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.pillar-prev {
    background-image: url("../images/left-arrow.png");
    background-repeat: no-repeat;
    left: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.pillar-prev.swiper-button-disabled {
    background-image: url("../images/left-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.pillar-next.swiper-button-disabled {
    background-image: url("../images/right-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.pillar-next {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    right: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.title-wrap-sec h3 {
    font-size: 2.4rem;
    color: #566B3D;
    margin-bottom: 0;
    font-family: 'MontserratBold';
}

.Success-story .title-wrap-sec h3 {
    text-align: center;
    padding-bottom: 15px;
}

.Success-story p {
    text-align: center;
}

.Success-story .Right-quoteSec {
    width: 52%;
}

.Success-story .left-thumb {
    width: 48%;
}

.Success-story .left-thumb img {
    border-radius: 50px;
}

.Success-story .grey-bg-wrap {
    padding: 54px 0px 54px 57px;
}

.bikram-quote-sec.Success-story {
    padding-top: 0;
}

.bikram-quote-sec {
    padding-top: 110px;
}

.doublequoteSlider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
}

.doublequoteSlider .swiper-slide {
    padding: 0 20px;
}

.grey-bg-wrap {
    display: flex;
    flex-direction: row;
    background: #F4F4F4;
    border-radius: 20px;
    padding: 54px 97px 14px 57px;
    align-items: center;
}

.left-thumb {
    width: 52%;
}

.Right-quoteSec {
    width: 48%;
    padding: 0 55px;
}

.Right-quoteSec blockquote {
    font-size: 1.8rem;
    line-height: 3.6rem;
    font-family: 'MontserratRegular';
    color: #606161;
    max-width: 525px;
    text-align: center;
    position: relative;
}

.Right-quoteSec blockquote::before {
    font-size: 9.6rem;
    color: #566B3D;
    line-height: 1;
    background-image: url(../images/ptev-quot.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 49px;
    height: 100px;
    background-position: center center;
    content: "";
    position: absolute;
    left: -35px;
    top: -27px;
    font-family: 'MontserratBold';
}

.Right-quoteSec.mrArjun blockquote::before {
    left: -35px;
    top: -27px;
}

.Right-quoteSec blockquote::after {
    font-size: 9.6rem;
    color: #566B3D;
    line-height: 1;
    background-image: url(../images/next-qout.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 49px;
    height: 100px;
    background-position: center center;
    content: "";
    position: absolute;
    right: -51px;
    bottom: -71px;
    font-family: 'MontserratBold';
}

.Right-quoteSec.mrArjun blockquote::after {
    right: -46px;
    bottom: -72px;
}

.byline {
    padding-top: 65px;
    text-align: center;
    font-family: 'MontserratRegular';
}

.byname {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #566B3D;
    margin-bottom: 12px;
    font-family: 'MontserratBold';
}

.bypost {
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #606161;
    font-family: 'MontserratRegular';
}

.quoteCol-prev,
.quoteCol-next {
    width: 51px;
    height: 51px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.quoteCol-prev {
    background-image: url("../images/left-arrow.png");
    background-repeat: no-repeat;
    left: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.quoteCol-prev.swiper-button-disabled {
    background-image: url("../images/left-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.quoteCol-next.swiper-button-disabled {
    background-image: url("../images/right-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.quoteCol-next {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    right: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.our-group-sec {
    margin-top: 100px;
}

.our-group-sec.only-d-home {
    margin-bottom: 100px;
}

.our-group-sec .main-wrapper {
    flex-direction: column;
}

.empowerSlider {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.empower-logo img {
    width: 100%;
}

.empowerContent {
    text-align: center;
    padding: 36px 20px;
    min-height: 416px;
    border: 1px solid #D9D9D9;
    border-top: none;
    border-radius: 0 0 24px 24px;
}

.empowerSlider-home {
    position: relative;
    /* min-height: 400px; */
}
.empowerSlider-home .swiper-wrapper {
    justify-content: center;
}

.empowerSlider-home .ancr {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}

.empowerContent h3 {
    font-size: 2.2rem;
    line-height: 2.9rem;
    color: #566B3D;
    margin-bottom: 20px;
    font-family: 'MontserratBold';
}

.empowerContent p {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #606161;
    padding-bottom: 13px;
    font-family: 'MontserratRegular';
    min-height: 193px;
}


/* .empowerSlider-home p {
    min-height: 231px !important;
} */

.inner-border .inner-dev {
    border-radius: unset !important;
}

.inner-border img,
.imginner img {
    border-radius: 23px !important;
}

.empowerContent a {
    text-decoration: unset;
    font-family: 'MontserratBold';
    font-size: 1.8rem;
    line-height: 3rem;
    color: #566B3D;
    transition: all 2s ease;
}

.empowerContent .ancr {
    text-decoration: underline;
}

.empowerContent .ancr:hover {
    text-decoration: none;
}

.empower-prev,
.empower-next {
    width: 51px;
    height: 51px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.empower-prev {
    background-image: url("../images/left-arrow.png");
    background-repeat: no-repeat;
    left: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.empower-prev.swiper-button-disabled {
    background-image: url("../images/left-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.empower-next.swiper-button-disabled {
    background-image: url("../images/right-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.empower-next {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    right: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.spotlight-sec {
    margin: 100px 0 100px;
}

.spotlight-sec .main-wrapper {
    flex-direction: column;
}

.SpotlightSlider {
    overflow: hidden;
    width: 100%;
    padding: 0 15px 10px;
    position: relative;
}

.spotlightWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.Spotlight-thumb img {
    width: 100%;
    border-radius: 45px 45px 0 0;
}

.spotlightContent {
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 0 45px 45px;
    background: #fff;
    padding: 26px 70px 22px;
    min-height: 290px;
}

.spotlightContent h3 {
    font-size: 2.4rem;
    color: #566B3D;
    margin-bottom: 29px;
    line-height: 2.9rem;
    font-family: 'MontserratBold';
}

.spotlightContent .by-tagline {
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #606161;
    font-family: 'MontserratMedium';
    margin-bottom: 44px;
}

.spotlightContent p {
    font-size: 1.8rem;
    color: #606161;
    line-height: 3rem;
    font-family: 'MontserratLight';
}

.spotlightContent a {
    color: #566B3D;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: 'MontserratBold';
    transition: all 2s ease;
}

.spotlightContent a:hover {
    text-decoration: none;
}

.spotlight-prev,
.spotlight-next {
    width: 51px;
    height: 51px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer;
}

.spotlight-prev {
    background-image: url("../images/left-arrow.png");
    background-repeat: no-repeat;
    left: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.spotlight-prev.swiper-button-disabled {
    background-image: url("../images/left-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.spotlight-next.swiper-button-disabled {
    background-image: url("../images/right-disable-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.spotlight-next {
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    right: -5px;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    background: #F4F4F4;
    padding: 77px 10px 50px;
    float: left;
    width: 100%;
}

.footer-wrap {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;*/
    float: left;
    width: 100%;
    padding-top: 1rem;
}

.footer-copy {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #606161;
    font-family: 'MontserratBold';
}

.footer-wrap .footer-copy .seprator {
    font-size: 80%;
    padding: 0 2rem 0 1.5rem;
}

.footer-link ul li a,
.footer-wrap .footer-copy a {
    color: #606161;
    font-size: 1.8rem;
    line-height: 3rem;
    text-decoration: none;
    font-family: 'MontserratMedium';
    transition: all 2s ease;
}

.footer-link ul li a:hover,
.footer-wrap .footer-copy a:hover {
    text-decoration: underline;
}

.footer-main {
    float: left;
    width: 100%;
    padding-bottom: 1rem;
}

.footer-main .footer-logo {
    float: left;
    width: 27%;
    padding: 2rem 1rem 2rem 0;
    border-right: 1px solid #606161;
}

.footer-main .footerSection {
    float: right;
    width: 100%;
    padding: 0;
}

.footer-main .footerSection .footer-right {
    display: table;
    width: 100%;
    vertical-align: top;
}

.footer-main .footerSection .colum {
    display: table-cell;
    width: auto;
    padding: 0 2rem;
    min-width: 20%;
}

.footer-main .footerSection .colum.widthadjust {
    width: 38%;
}

.footer-main .footerSection .contact-address {
    display: table-cell;
    width: 40%;
}

.footer-main .footerSection h3 {
    font-size: 1.8rem;
    color: #566B3D;
    font-family: 'MontserratBold';
    padding-bottom: 1rem;
}

.footer-main .footerSection ul {
    display: block;
    width: 100%;
}

.footer-main .footerSection ul li {
    font-size: 1.8rem;
    font-family: 'MontserratRegular';
    margin: 1rem 0;
}

.footer-main .footerSection a {
    text-decoration: none;
    outline: none;
    color: #606161;
    display: inline-block;
    line-height: 150%;
}

.footer-main .footerSection .footer-row {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.footer-main .footerSection a:hover {
    text-decoration: underline;
}

.footer-main .footerSection .seprator {
    padding: 0 1.5rem;
    font-size: 80%;
}

.footer-main .footerSection p {
    font-size: 1.8rem;
    font-family: 'MontserratRegular';
    margin: 1rem 0;
    color: #606161;
    line-height: 150%;
}

.footer-wrap .footer-link {
    float: right;
    text-align: right;
    width: 50%;
    padding: 2rem 0 0;
}

.footer-wrap .footer-copy {
    float: left;
    text-align: left;
    width: 100%;
    padding: 0;
}

.footer-wrap .footer-link ul {
    display: block;
    margin: 0;
    padding: 0;
}

.footer-wrap .footer-link ul li {
    display: inline;
    padding: 0 20px;
    border-right: 1px solid #606161;
}

.footer-wrap .footer-link ul li:last-child {
    border-right: none;
    padding: 0 0 0 20px;
}

.navbar ul li.mobile-only {
    display: none;
}

.footer-main .footer-logo img {
    max-width: 36rem;
}

.showweb {
    display: block;
}

.showmob {
    display: none;
}

.main-banner-overlay::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(180deg, #00000000, #00000096, #000000c4);
    width: 100%;
    bottom: 0px;
    height: 200px;
    left: 0;
}


/* .navbar ul li a.active{text-decoration: underline;} */


/* @include above(lg3) {
      font-size: 62.5%;
    }
  
    @include between(md, md2) {
      font-size: 50.5%;
    }
  
    @include between(tb2, md) {
      font-size: 52.5%;
    }
    @include between(sm1, tb2) {
      font-size: 46.5%;
    } */

@media screen and (max-width: 2100px) {
    html {
        font-size: 62.5%;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 50.5%;
    }
    .empowerContent h3 {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 15px;
    }
    .our-list.only-d-home {
        left: -70px;
    }
    .navbar ul li {
        padding: 8px 21px;
    }
}

@media screen and (max-width: 1400px) {
    /* .com_container {
        width: 80%;
    } */
    html {
        font-size: 50.5%;
    }
    /* .empowerSlider-home p {
        min-height: 188px !important;
    } */
    .our-group-sec,
    .our-pillar-sec,
    .philospy-sec,
    .about-sec {
        margin-top: 80px;
    }
    .bikram-quote-sec {
        padding-top: 80px;
    }
    .empowerSliderThree {
        padding-bottom: 80px;
    }
    .empowerContent h3 {
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin-bottom: 15px;
    }
    .navbar ul li {
        padding: 8px 14px;
    }
    .spotlight-sec {
        margin: 80px 0 80px;
    }
    .Right-quoteSec blockquote::after {
        right: -32px;
        bottom: -44px;
    }
    .Right-quoteSec.mrArjun blockquote::after {
        right: -46px;
        bottom: -46px;
    }
    .Right-quoteSec blockquote::before {
        left: -23px;
    }
    .Right-quoteSec.mrArjun blockquote::before {
        left: -42px;
    }
    .Right-quoteSec blockquote::before,
    .Right-quoteSec blockquote::after {
        width: 38px;
        height: 88px;
    }
}

@media screen and (max-width: 1300px) {
    html {
        font-size: 52.5%;
    }
    .container-content ul li {
        font-size: 1.4rem !important;
        line-height: 2rem;
    }
    .navbar ul li:last-child {
        padding: 8px 0 8px 18px;
    }
    .pillarContent {
        padding-top: 26px;
        padding-bottom: 16px;
    }
    .pillarContent p {
        padding: 14px 18px 0;
        font-size: 1.4rem;
        min-height: 74px;
        line-height: 2.2rem;
    }
    .pillar-prev,
    .pillar-next,
    .quoteCol-prev,
    .quoteCol-next,
    .empower-prev,
    .empower-next {
        width: 41px;
        height: 41px;
    }
    .navbar {
        margin: 6px 0;
    }
    .navbar ul li {
        padding: 5px 9px;
    }
    .navbar ul li a {
        font-size: 15px;
        line-height: 18px;
    }
    header {
        height: 80px;
    }
    #section-slider,
    .eih-limites {
        padding-top: 80px;
    }
    .searchicon {
        padding-left: 43px;
    }
    .slider-prev,
    .slider-next {
        width: 41px;
        height: 41px;
    }
    .slideTxt h1 span::before,
    .slideTxt h1 span::after {
        width: 27%;
    }
    .title-copy p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 15px;
        max-width: 430px;
    }
    .title-wrap h2 {
        font-size: 3rem;
        line-height: 3.8rem;
        margin-bottom: 16px;
    }
    /* .about-sec {
        margin-top: 100px;
    }
    .philospy-sec {
        margin-top: 100px;
    }
    .our-pillar-sec {
        margin-top: 100px;
    } */
    .sub-txt p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 19px;
    }
    .pillarContent h3 {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .bikram-quote-sec {
        padding-top: 80px;
    }
    .Right-quoteSec {
        width: 52%;
        padding: 0 30px 0 70px;
    }
    .Right-quoteSec blockquote {
        font-size: 1.4rem;
        line-height: 2.2rem;
        max-width: 335px;
        margin: 0 auto;
    }
    .byline {
        padding-top: 30px;
        text-align: center;
    }
    .byname {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    .bypost {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .left-thumb {
        padding-right: 5%;
        width: 48%;
    }
    .Right-quoteSec blockquote::before {
        font-size: 7.6rem;
        left: -29px;
        top: -28px;
    }
    .Right-quoteSec blockquote::after {
        font-size: 7.6rem;
        right: -37px;
        bottom: -65px;
    }
    .Right-quoteSec.mrArjun blockquote::before {
        left: -27px;
        top: -28px;
    }
    .Right-quoteSec.mrArjun blockquote::after {
        right: -39px;
        bottom: -65px;
    }
    /* .our-group-sec {
        margin-top: 100px;
    } */
    .empowerContent {
        text-align: center;
        padding: 26px 15px;
        min-height: 274px;
    }
    .empowerContent h3 {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin-bottom: 10px;
    }
    .empowerContent p {
        font-size: 1.4rem;
        line-height: 2.2rem;
        padding-bottom: 5px;
        min-height: 140px !important;
    }
    .empowerContent a {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .spotlightContent h3 {
        font-size: 2rem;
        margin-bottom: 10px;
        line-height: 2.2rem;
    }
    .spotlightContent .by-tagline {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 24px;
    }
    .spotlightContent p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .spotlightContent a {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .spotlight-prev,
    .spotlight-next {
        width: 41px;
        height: 41px;
    }
    .footer-main .footer-logo {
        padding: 2rem 6rem 2.6rem 0;
    }
    .footer-main .footerSection h3 {
        font-size: 1.4rem;
        padding-bottom: 1.5rem;
    }
    .footer-main .footerSection ul li {
        font-size: 1.4rem;
        margin: 0.8rem 0;
    }
    .footer-main .footerSection p {
        font-size: 1.4rem;
    }
    .footer-link ul li a {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .footer-copy {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .footer-main {
        padding-bottom: 3rem;
    }
    footer {
        padding: 60px 10px 20px;
    }
    .footer-main .footerSection .contact-address {
        width: 43%;
    }
    .footer-main .footerSection .colum.widthadjust {
        width: 35%;
    }
    .spotlightContent {
        min-height: 213px;
    }
}

@media screen and (max-width: 1080px) {
    html {
        font-size: 46.5%;
    }
    .Right-quoteSec blockquote::before,
    .Right-quoteSec.mrArjun blockquote::before {
        left: -50px;
    }
}

@media screen and (max-width: 992px) {
    .title-wrap-sec h3 {
        font-size: 2.2rem;
    }
    .logo {
        width: auto;
    }
    .ourListMain a {
        width: fit-content;
    }
    .our-list,
    .our-list.only-d-home {
        left: 28px;
    }
    #nav-icon3 {
        width: 30px;
        height: 21px;
        display: block;
        position: absolute;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 20px;
        top: 29px;
        z-index: 101;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 80%;
        margin: 0 10%;
        background: #000;
        border-radius: 25px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 8px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 16px;
    }
    #nav-icon3.close span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav-icon3.close span:nth-child(2) {
        transform: rotate(45deg);
    }
    #nav-icon3.close span:nth-child(3) {
        transform: rotate(-45deg);
    }
    #nav-icon3.close span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .navbar {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        top: 75px;
        z-index: 99;
        height: 100vh;
        margin: 0;
        border: none;
        padding: 0;
        right: -100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: block;
    }
    .navbar.navopen {
        right: 0;
    }
    .navbar ul li {
        display: block;
        border-bottom: 1px solid #606161;
        padding: 20px 30px;
    }
    .navbar ul li:last-child {
        padding: 20px 30px;
    }
    .com_container {
        width: 100%;
        padding: 0 15px;
    }
    header {
        height: 80px;
    }
    .searchicon {
        padding-right: 13px;
        border-right: 1px solid #606161;
        margin-right: 47px;
    }
    .slideTxt h1 {
        font-size: 5.2rem;
        line-height: 5.2rem;
        letter-spacing: -1.04px;
    }
    .slideTxt h1 span {
        font-size: 2.4rem;
        line-height: 4.4rem;
        letter-spacing: 4.8px;
    }
    .slideTxt h1 span::before,
    .slideTxt h1 span::after {
        width: 62%;
    }
    .about-sec,
    .our-group-sec {
        margin-top: 60px;
    }
    .bikram-quote-sec,
    .our-pillar-sec {
        margin-top: 60px;
    }
    .bikram-quote-sec {
        padding-top: 0;
    }
    .main-wrapper {
        flex-direction: column;
    }
    .leftsec {
        width: 100%;
        padding-right: 0;
    }
    .Rightsec {
        width: 100%;
        margin-top: 24px;
    }
    .philospy-sec {
        margin-top: 60px;
        flex-direction: column;
    }
    .philospy-sec .leftsec {
        padding-left: 0;
        padding-right: 0;
    }
    #section-slider,
    .eih-limites {
        padding-top: 80px;
    }
    .slider-prev {
        left: 11px;
    }
    .slider-next {
        right: 11px;
    }
    .pillarContent h3 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .pillarContent p {
        padding: 18px 13px 0;
        font-size: 1.4rem;
        line-height: 2.4rem;
        min-height: 145px;
    }
    .footer-wrap {
        flex-direction: column-reverse;
        text-align: center;
        padding-top: 0;
    }
    .footer-copy {
        font-size: 1.8rem;
        line-height: 3rem;
        padding-top: 24px;
        border-top: 1px solid #606161;
        margin-top: 10px;
        text-align: center;
    }
    .showweb {
        display: none;
    }
    .showmob {
        display: block;
    }
    .title-wrap h2 {
        font-size: 3.8rem;
        line-height: 3.9rem;
        margin-bottom: 17px;
    }
    .grey-bg-wrap {
        display: flex;
        flex-direction: column;
        padding: 62px 22px 66px;
    }
    .Right-quoteSec {
        width: 50%;
        padding: 40px 30px 0;
        min-height: 332px;
    }
    .Right-quoteSec blockquote {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .Right-quoteSec.mrArjun blockquote::after {
        right: -19px;
        bottom: -26px;
    }
    .Right-quoteSec.mrArjun blockquote::before {
        left: -13px;
        top: -13px;
    }
    .Right-quoteSec blockquote::before {
        font-size: 5.4rem;
        left: -19px;
        top: -15px;
    }
    .Right-quoteSec blockquote::after {
        font-size: 5.4rem;
        right: -15px;
        bottom: -22px;
    }
    .byline {
        padding-top: 60px;
    }
    .byname {
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding-bottom: 16px;
    }
    .bypost {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .sub-txt p {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 29px;
    }
    .empowerSlider {
        padding: 0 30px;
        overflow: hidden;
        position: relative;
    }
    .empowerContent h3 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .empowerContent p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        min-height: 125px !important;
    }
    .empowerContent a {
        font-size: 1.5rem;
        line-height: 2.7rem;
    }
    .spotlightContent h3 {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin-bottom: 18px;
    }
    .spotlightContent .by-tagline {
        font-size: 1.6rem;
        line-height: 1.7rem;
        margin-bottom: 11px;
    }
    .spotlightContent p {
        font-size: 1.6rem;
        margin-bottom: 25px;
        line-height: 2.6rem;
    }
    .spotlightContent a {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .spotlightContent {
        background: #fff;
        padding: 26px 45px 40px;
    }
    .spotlight-sec {
        margin: 75px 0 65px;
    }
    .empowerContent {
        min-height: 215px;
    }
    .threecolSlider {
        padding: 0 10px 15px;
    }
    .doublequoteSlider .swiper-slide {
        padding: 0 10px;
    }
    .title-wrap {
        padding: 0 10px;
    }
    .title-copy p,
    .sub-txt p {
        font-size: 1.8rem;
        line-height: 2.6rem;
        max-width: 800px;
    }
    .pillarContent {
        padding-top: 36px;
        padding-bottom: 36px;
        min-height: 164px;
    }
    .pillarContent p {
        font-size: 1.6rem;
        min-height: auto;
    }
    footer {
        padding: 40px 0 30px;
    }
    .footer-main .footer-logo {
        width: 100%;
        padding: 0rem 0rem 2rem 0;
        border-right: none;
        border-bottom: 1px solid #606161;
        text-align: center;
    }
    .footer-main .footer-logo img {
        display: inline-block;
    }
    .footer-main .footerSection .footer-right {
        float: left;
        width: 100%;
        display: block;
    }
    .footer-main .footerSection .colum {
        display: block;
        width: 100%;
        min-width: 100%;
        margin-bottom: 25px;
    }
    .footer-main .footerSection .colum.widthadjust {
        width: 100%;
    }
    .footer-main .footerSection .contact-address {
        display: block;
        width: 100%;
        margin-bottom: 25px;
        padding: 0 2rem;
    }
    .footer-main .footerSection {
        width: 100%;
        padding: 10px 0 10px;
    }
    .footer-main .footerSection h3 {
        padding-bottom: 1rem;
    }
    .footer-main {
        padding-bottom: 0;
    }
    .footer-wrap .footer-link,
    .footer-wrap .footer-copy {
        width: 100%;
        text-align: center;
    }
    .footer-wrap .footer-link ul {
        width: 100%;
        text-align: center;
    }
    .footer-wrap .footer-link ul li {
        padding: 0 5%;
    }
    .footer-wrap .footer-copy {
        padding: 3rem 0 0;
    }
    .navbar ul li.mobile-only {
        display: block;
    }
    .logo img {
        max-width: 200px;
    }
    .footer-main .footer-logo img {
        max-width: 250px;
    }
    .footer-wrap .footer-link ul li:last-child {
        padding: 0;
    }
    .footer-main .footerSection p,
    .footer-main .footerSection h3,
    .footer-main .footerSection ul li {
        font-size: 1.8rem;
    }
    .footer-main .footerSection .seprator {
        line-height: 0;
        visibility: hidden;
        display: block;
    }
    .title-wrap {
        padding: unset !important;
    }
    .Success-story .grey-bg-wrap {
        flex-direction: column-reverse;
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 1020px) {
    .com_container {
        padding: 0 20px 0 15px;
    }
    /* STYLES HERE */
}

@media screen and (max-width: 768px) {
    .com_container {
        padding: 0 15px 0 15px;
    }
    .left-thumb,
    .Success-story .left-thumb {
        width: 84%;
        margin: 0 auto;
        padding: 0;
    }
    .Success-story .left-thumb img {
        border-radius: 24px;
    }
    .grey-bg-wrap,
    .Success-story .grey-bg-wrap {
        padding: 52px 12px 52px;
    }
    .Right-quoteSec,
    .Success-story .Right-quoteSec {
        width: 100%;
        min-height: 322px;
    }
    .footer-wrap .footer-link ul li {
        padding: 0 2%;
    }
    .footer-link ul li a {
        font-size: 1.8rem;
    }
    .footer-main .footer-logo img {
        max-width: 250px;
    }
    .head-wrapper {
        padding: 18px 0;
    }
	.empowerSlider-home .swiper-wrapper {
    	justify-content: left;
	}
}

@media screen and (max-width: 600px) {
    header {
        height: 75px;
    }
    .head-wrapper {
        padding: 20px 0;
    }
    #section-slider,
    .eih-limites {
        padding-top: 75px;
    }
    .byline {
        padding-top: 40px;
    }
    .spotlightContent {
        padding: 26px 45px 26px;
    }
    .spotlightContent p {
        margin-bottom: 0;
    }
    .empowerSlider {
        padding: 0 10px;
    }
    .about-sec,
    .our-group-sec {
        margin-top: 60px;
    }
    .sos-child .com_container {
        margin-top: 60px !important;
    }
    .our-group-sec.only-d-home {
        margin-bottom: 60px;
    }
    .philospy-sec {
        margin-top: 60px;
    }
    .bikram-quote-sec,
    .our-pillar-sec {
        margin-top: 60px;
    }
    .spotlight-sec {
        margin: 60px 0 28px;
    }
    .footer-wrap .footer-copy,
    .footer-wrap .footer-copy a {
        font-size: 1.5rem;
    }
    .spotlightContent {
        border-radius: 0 0 24px 24px;
    }
    .Spotlight-thumb img {
        border-radius: 24px 24px 0 0;
    }
    .empowerContent {
        min-height: auto;
    }
    .empowerSlider-home .ancr {
        position: unset;
    }
    .Right-quoteSec.mrArjun blockquote::before {
        left: -21px;
        top: -13px;
    }
    .Right-quoteSec blockquote::before,
    .Right-quoteSec blockquote::after {
        width: 16px;
        height: 61px;
    }
}

@media (max-width:432px) {
    .bikram-quote-sec,
    .our-pillar-sec {
        padding-top: 0px;
    }
    .spotlight-sec {
        padding: 0px 0 0px;
    }
    .spotlightContent {
        min-height: 315px;
    }
}

@media screen and (max-width: 390px) {
    .footer-wrap .footer-copy,
    .footer-wrap .footer-copy a {
        font-size: 1.5rem;
    }
    .Right-quoteSec {
        min-height: 370px;
    }
    .spotlightContent {
        min-height: 325px;
    }
}