.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.align-center {align-items: center;}
.justify-content-center {justify-content: center;}
.space-between {justify-content: space-between;}
.flex-direction-column {flex-direction: column;}
.flex-direction-row {flex-direction: row;}
.flex-direction-row-reverse {flex-direction: row-reverse;}
.flex-direction-column-reverse {flex-direction: column-reverse;}
.text-center {text-align: center;}
.no-wrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap;}

html body {
    color: #646B79;
    -webkit-font-smoothing: antialiased;
}
body h1 {
    letter-spacing: -0.06em;
    color: #0A0E2D;
}

body h2, 
body h3, 
body h4, 
body h5 {
    letter-spacing: -0.05em;
    color: #0A0E2D;
}
 
body h6 {
    letter-spacing: -0.04em;
}
 
 body .container {
    max-width: 1160px;
}

 .banner-section {
    padding: 0px 10px 10px;
    position: relative;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 20px);
    position: relative;
}

.banner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 20px;
    color: #fff;
    z-index: 1;
}

.banner-content h1 span {
    display: block;
    margin-bottom: 25px;
}

.banner-content h1 {
    margin: 0;
    font-size: 9.15vw;
    line-height: 0.8;
        color: #fff;
}

.banner-section .bg-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 18, 53, 0.08) 0%, rgba(12, 15, 39, 0.4) 100%),
linear-gradient(0deg, rgba(27, 29, 33, 0.1), rgba(27, 29, 33, 0.1));
    height: 100%;
    border-radius: 10px;
}

.banner-section .bg-img {
    position: relative;
    border-radius: 10px;
    height: calc(100vh - 85px);
}

.banner-content h1  span.center {
    right: 0;
    text-align: right;
    width: 100%;
}

.banner-content h1 span.bottom {
    padding-left: 115px;
}

.banner-content p {
    max-width: 410px;
    font-size: 20px;
    position: absolute;
    right: 15%;
    bottom: 70px;
    margin: 0;
    line-height: 26px; 
}

body.disablestickynav-1 header#wrapper-navbar, header#wrapper-navbar {
    position: relative !important;
}

body .navbar {
    padding: 0;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10px;
    align-items: center;
}

body ul#main-menu {
    position: relative;
    gap: 0;
}

 

.header-wrap .logo {
    padding-left: 20px;
}

.btn.btn-primary {
    display: -webkit-inline-box;
    margin: 0 0 0 0;
    color: #0A0E2D;
    padding: 16px 45px;
    justify-content: center;
    border-radius: 20px;
    border: 0;
    background: #27DDFD;
    border-radius: 20px;
    display: inline-flex;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    position: relative;
    outline: none;
    box-shadow: none;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    z-index: 1;
    border-radius: 20px !important;
    align-items: center;
}


.btn-primary:hover .cb-btn_more-title span {color: #0A0E2D; -webkit-transform: translateY(-150%) skewY(-7deg); -moz-transform: translateY(-150%) skewY(-7deg); -ms-transform: translateY(-150%) skewY(-7deg); -o-transform: translateY(-150%) skewY(-7deg); transform: translateY(-150%) skewY(-7deg); }

.btn-primary:hover .cb-btn_more-title span:after  {-webkit-transform: skewY(7deg); -moz-transform: skewY(7deg); -ms-transform: skewY(7deg); -o-transform: skewY(7deg); transform: skewY(7deg); }

.btn.btn-primary:hover {  background: #4AE4FF !important;  transform:scale(1); }
.btn-primary:hover .cb-btn_more-ripple span {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-duration: 0s,0s; -moz-transition-duration: 0s,0s; -o-transition-duration: 0s,0s; transition-duration: 0s,0s; -webkit-animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); -moz-animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); -o-animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); }

.cb-btn_more-ripple {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;overflow: hidden;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);transform: translateZ(0);-webkit-border-radius: inherit;-moz-border-radius: inherit;border-radius: inherit;}

.cb-btn_more-title {position: relative; top: -1px; display: block; overflow: hidden; z-index: 2; }
.cb-btn_more-title span {display: block; text-align: center; -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; -webkit-transition: color .2s,-webkit-transform .4s; transition: color .2s,-webkit-transform .4s; -o-transition: color .2s,-o-transform .4s; -moz-transition: color .2s,transform .4s,-moz-transform .4s; transition: color .2s,transform .4s; transition: color .2s,transform .4s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s; }
.cb-btn_more-title span:after {content: attr(data-text); display: block; position: absolute; top: 150%; left: 0; -webkit-transform: skewY(5deg); -moz-transform: skewY(5deg); -ms-transform: skewY(5deg); -o-transform: skewY(5deg); transform: skewY(5deg); -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; -webkit-transition: -webkit-transform .4s; transition: -webkit-transform .4s; -o-transition: -o-transform .4s; -moz-transition: transform .4s,-moz-transform .4s; transition: transform .4s; transition: transform .4s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s; }
.cb-btn_more-ripple span {display: block; width: 100%; height: 100%; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); background: #4AE4FF; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: -webkit-transform .5s cubic-bezier(.4,0,0,1),-webkit-border-radius .5s cubic-bezier(.4,0,0,1); transition: -webkit-transform .5s cubic-bezier(.4,0,0,1),-webkit-border-radius .5s cubic-bezier(.4,0,0,1); -o-transition: border-radius .5s cubic-bezier(.4,0,0,1),-o-transform .5s cubic-bezier(.4,0,0,1); -moz-transition: transform .5s cubic-bezier(.4,0,0,1),border-radius .5s cubic-bezier(.4,0,0,1),-moz-transform .5s cubic-bezier(.4,0,0,1),-moz-border-radius .5s cubic-bezier(.4,0,0,1); transition: transform .5s cubic-bezier(.4,0,0,1),border-radius .5s cubic-bezier(.4,0,0,1); transition: transform .5s cubic-bezier(.4,0,0,1),border-radius .5s cubic-bezier(.4,0,0,1),-webkit-transform .5s cubic-bezier(.4,0,0,1),-moz-transform .5s cubic-bezier(.4,0,0,1),-o-transform .5s cubic-bezier(.4,0,0,1),-webkit-border-radius .5s cubic-bezier(.4,0,0,1),-moz-border-radius .5s cubic-bezier(.4,0,0,1); } 

.cb-btn_more:after {content: ""; position: absolute; top: 1px; left: 1px; right: 1px; bottom: 1px; border: 1px rgba(0,0,0,.1) solid; -webkit-border-radius: inherit; -moz-border-radius: inherit; border-radius: inherit; -webkit-transition: border-color .2s; -o-transition: border-color .2s; -moz-transition: border-color .2s; transition: border-color .2s; }
@-webkit-keyframes cb-checkbox_rounded-ripple-in {0% {-webkit-border-radius: 100%; border-radius: 100%; -webkit-transform: translateY(-100%) translateZ(0); transform: translateY(-100%) translateZ(0) } 100% {-webkit-border-radius: 0; border-radius: 0; -webkit-transform: translateY(0) translateZ(0); transform: translateY(0) translateZ(0) } }
@-moz-keyframes cb-checkbox_rounded-ripple-in {0% {-moz-border-radius: 100%; border-radius: 100%; -moz-transform: translateY(-100%) translateZ(0); transform: translateY(-100%) translateZ(0) } 100% {-moz-border-radius: 0; border-radius: 0; -moz-transform: translateY(0) translateZ(0); transform: translateY(0) translateZ(0) } }
@-o-keyframes cb-checkbox_rounded-ripple-in {0% {border-radius: 100%; transform: translateY(-100%) translateZ(0) } 100% {border-radius: 0; transform: translateY(0) translateZ(0) } }
@keyframes cb-checkbox_rounded-ripple-in {0% {-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-transform: translateY(-100%) translateZ(0); -moz-transform: translateY(-100%) translateZ(0); transform: translateY(-100%) translateZ(0) } 100% {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: translateY(0) translateZ(0); -moz-transform: translateY(0) translateZ(0); transform: translateY(0) translateZ(0) } }


.btn.btn-secondary {
    display: -webkit-inline-box;
    margin: 0 0 0 0;
    color: #fff;
    padding: 15px 45px;
    justify-content: center;
    border-radius: 20px;
    border: 0;
    background: transparent;
    border-radius: 20px;
    display: inline-flex;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    position: relative;
    outline: none;
    box-shadow: none;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    z-index: 1;
    border-radius: 20px !important;
    align-items: center;
    border: 1px solid #fff;
}
.btn-secondary:hover .cb-btn_more-title span {color: #0A0E2D; -webkit-transform: translateY(-150%) skewY(-7deg); -moz-transform: translateY(-150%) skewY(-7deg); -ms-transform: translateY(-150%) skewY(-7deg); -o-transform: translateY(-150%) skewY(-7deg); transform: translateY(-150%) skewY(-7deg); }

.btn-secondary:hover .cb-btn_more-title span:after  {-webkit-transform: skewY(7deg); -moz-transform: skewY(7deg); -ms-transform: skewY(7deg); -o-transform: skewY(7deg); transform: skewY(7deg); }

.btn.btn-secondary .cb-btn_more-ripple span {  background: #fff !important;}

.btn.btn-secondary:hover {   transform:scale(1); }
.btn.btn-secondary:hover .cb-btn_more-ripple span {  background:#fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-duration: 0s,0s; -moz-transition-duration: 0s,0s; -o-transition-duration: 0s,0s; transition-duration: 0s,0s; -webkit-animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); -moz-animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); -o-animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); animation: cb-checkbox_rounded-ripple-in .5s cubic-bezier(.4,0,0,1); }


.header-right a.btn.btn-primary {
    margin-right: 20px;
    font-size: 15px;
    padding: 10px 32px;
}

body a.menulinks {
    line-height: 14px;
    text-align: left;
    color: #0A0E2D;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    cursor: pointer;
}

.header-right {
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}

.menu-icon {
    width: 49px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 17px;
    right:20px;
}

.menu-icon .top-line, .menu-icon .bottom-line {
    width: 25px;
    height: 1px;
    background-color: #0A0E2D;
    margin: 2px 0;
}


.mobile-open .menu-icon  .bottom-line {
    transform: rotate(-45deg) translateX(3px) translateY(-1px);
}

.mobile-open .menu-icon .top-line {
    transform: rotate(45deg) translateX(2px) translateY(1px);
}

.menulinks span.name {
    padding-right: 45px;
}

body h6:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #7D65FB;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

body h6 {
    color: #646B79;
    text-transform: none;
    letter-spacing: -0.4px;
}

.sales-excellence h6 {
    margin-bottom: 25px;
}

.sales-excellence {
    padding: 120px 0 60px;
}

.sales-excellence .btn-buttom { 
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.sales-excellence-desc {
    padding-top: 70px;
    max-width: 470px;
    padding-left: 20px;
}

.CSO-insights .count-block {display: flex;font-size: 150px;font-weight: 300;line-height: 130px;letter-spacing: -0.01em; text-align: left;padding-right: 40px;     color: #0A0E2D;}

.CSO-insights h6 {
    margin-bottom: 30px;
}

.CSO-insights  h3 {
    padding-left: 20px;
    padding-right: 00;
}

h3 span {
    color: #7D65FB;
}

.CSO-insights {
    padding-bottom: 120px;
} 

.achieve-predictable {
    border-radius: 10px;
    background-color: #2F2073;
    padding: 10px;
}

.achieve-predictable-wrap {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    padding-right: calc((100% - 1130px) / 2);
}

.achieve-predictable-wrap .img {
    width: 50%;
}

.achieve-predictable-wrap .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}

.achieve-content {
    width: 50%;
    padding: 140px 0;
    display: flex;
    flex-wrap: wrap;
    color: #B5C0DC;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 95px;
    max-width: 470px;
}

.achieve-content h6:before {
    background-color: #27DDFD;
}

.achieve-content h2 {color: #fff;margin-bottom: 34px;}

.achieve-content .btn-group {
    gap: 15px;
    margin-top: 24px;
}

.achieve-content  h6 {
    color: #B5C0DC;
}

.testimonials-section {
    width: 100%;
    padding: 140px 0;
}

.testimonials-section h4 {
    margin-bottom: 60px;
}

.testimonials-section h4 span {
    color: #7D65FB;
}

.author-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.author-block .img {
    padding-right: 30px;
}

.author-block .img img {
    width: 120px;
    height: 120px;
    border-radius: 50% !important;
    object-fit: cover;
}
 

.author-block .author-content span {
    max-width: 140px;
    display: inline-block;
    margin-bottom: 10px;
    color: #0A0E2D;
    letter-spacing: -0.04rem;
}

.author-block .author-content  h6 {
    font-size: 14px;
    margin: 0;
}

.counter-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.counter-list h2 {
    margin-bottom: 30px;
}

.btn-wrap {
    gap: 10px;
}
.btn-wrap button {
    width: 70px;
    height: 70px;
    border: 1px solid #7D65FB;
    border-radius: 50%;
    background-color: #7D65FB;
    font-size: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonials-nav {
    display: inline-block;
}

.testimonials-section .testimonials-nav {
    position: absolute;
    right: 15px;
    text-align: right;
    z-index: 1;
}

.testimonials-section .container {
    position: relative;
}

.testimonials_counter {
    color: #646B79 !important;
    font-size: 17px;
    opacity: 0.8;
    margin-top: 20px;
    padding-right: 10px;
}

.btn-wrap button:before {
    content: "";
    display: inline-block;
    background: url(../images/slider-arrow.svg) no-repeat;
    position: absolute;
    width: 20px;
    height: 8px;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}

.btn-wrap button.next-btn {
    transform: rotate(180deg);
}

.btn-wrap button.slick-disabled {
    background: transparent;
    border-color: #B5C0DC;
    opacity: 0.5;
}

.btn-wrap button.slick-disabled::before {
    filter: none;
}

.testimonials-slider 
 .slick-arrow {
    display: none !important;
}

.trusted-section {
    background-color: #E1EAF9;
    border-radius: 10px;
    padding-top: 140px;
    padding-bottom: 60px;
}

.trusted-section .title-block {
    text-align: center;
    max-width: 580px;
    margin: 0 auto 75px;
}

.logo-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 70px;
}

.logo-list .logo-img {
    width: 20%;
    text-align: center;
    margin-bottom: 80px;
}

.logo-list .logo-img img {
    max-height: 28px;
    padding: 0 40px;
}

.results-section {
    padding: 140px 0;
}

.results-section .counter-list {
    gap: 65px;
}

.results-section  h6 {
    margin-bottom: 40px;
}

.flow-state h2 {
    margin-bottom: 70px;
}

.flow-state h2 span {
    color: #7D65FB;
}

.flow-state h6 {
    margin-bottom: 30px;
}

.flow-state .flow-img {
    padding-right: 45px;
}

.flow-state .flow-img img {
    border-radius: 10px !important;
    width: 100%;
    max-height: 290px;
    object-fit: cover;
}

.flow-state {
    padding-bottom: 80px;
}

.service-list {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}

.service-block {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #B5C0DC;
    padding: 50px 30px 40px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    transition: all ease-in-out 0.2s;
}

.service-block h2 {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-block .icon {
    margin-top: 30px;
}

.service-block p {
    flex: auto;
    color: #646B79;
}

a.link {
    background: #27DDFD;
    width: 57px;
    height: 30px;
    display: inline-block;
    border-radius: 10px;
    background: #27DDFD;
    position: relative;
}

a.link:before {
    content: "";
    display: inline-block;
    background: url(../images/link-arrow.svg) no-repeat;
    width: 17px;
    height: 9px;
    position: absolute;
    transform:translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.service-block  a.link {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
}

.get-in-touch .infomation {
    max-width: 360px;
}

@media screen and (min-width:767px) {

.service-block:hover {
    background: #7D65FB;
    border-color: #7D65FB;
    color: #fff;
}


.service-block:hover p, .service-block:hover h5, .service-block:hover h2 {
    color: #fff;
}

.service-block:hover  a.link {
    opacity: 1;
    visibility: visible;
}

.service-block:hover .icon img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(552%) hue-rotate(237deg) brightness(111%) contrast(100%);
}

}

.service-block:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #7D65FB;
    border-radius: 0;
    top: -6px;
    position: absolute;
    border-radius: 50%;
}

.service-block:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px dotted #B5C0DC;
    height: 37px;
    width: 1px;
    top: -37px;
    z-index: 1;
    left: 35px;
    z-index: -1;
}

.service-list:before {
    content: "";
    display: inline-block;
    border-top: 1px dotted #B5C0DC;
    width: calc(66.66% + 20px);
    position: absolute;
    left: 36px;
    top: -37px;
}

.service-section {
    padding-top: 40px;
    padding-bottom: 120px;
}

.our-principles {
    padding: 15px;
    background-color: #2F2073;
    border-radius: 10px;
}

.our-principles .img {
    width: 100%;
    position: relative;
}

.our-principles .img img {
    width: 100%;
    border-radius: 6px !important;
}

.our-principles .img:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 18, 53, 0.035) 21%, rgba(17, 17, 48, 0.364) 54.26%, rgba(12, 15, 39, 0.7) 83.5%);
    height: 100%;
    border-radius: 6px;
}

.principles-banner {
    position: relative;
    padding-bottom: 80px;
}

.principles-banner .principles-banner-content {
    text-align: center;
    position: absolute;
    bottom: 175px;
    width: 100%;
    color: #fff;
}

.principles-banner .principles-banner-content h6 {
    color: #fff;
    margin-bottom: 30px;
}

.principles-banner .principles-banner-content h2 {
    color: #fff;
}

.principles-banner .principles-banner-content h6:before
 {
    background-color: #27DDFD;
 } 

 .principles-block {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 20px 0 35px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 15px;
}

 .principles-block:last-child {
    border-bottom: none;
 }

.principles-block .principles-title {
    width: 33.33%;
}

.principles-block .principles-desc {
    padding: 0 60px;
    width: 43%;
    color: #B5C0DC;
}

.principles-block .principles-img img {
    height: 152px;
    border-radius: 8px !important;
    max-width: 260px;
    width: 100%;
}

.principles-block .principles-title h4 {
    margin-bottom: 30px;
    color: #fff;
}

.resource-section {
    padding: 140px 0;
}

.resource-section {
    padding: 140px 0;
}

.resource-block {
    padding: 20px 20px 20px 30px;
    background-color: #F0F4FC;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.resource-block .resource-img {
    width: 45%;
}

.resource-block .resource-content {
    width: 55%;
}

.resource-slider .slick-arrow {
    display: none !important;
}

.resource-section .resource-top {
    margin-bottom: 50px;
}

.resource-slider .slick-arrow {
    display: none !important;
}

.resource-section .resource-top {
    margin-bottom: 50px;
    align-items: flex-end;
}

.resource-block .resource-content a.link {
    background: #7d65fb;
}

.resource-block .resource-content a.link:before {
     filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(552%) hue-rotate(237deg) brightness(111%) contrast(100%);
}


.resource-slider .slick-list {
    padding-left: 10% !important;
    padding-right: 42% !important;
}

.resource-block .resource-img img {
    width: calc(100% - 25px);
    height: 165px;
    margin-left: 25px;
    border-radius: 10px !important;
    object-fit: cover;
}

.resource-block .resource-content h5 {
    margin-bottom: 20px;
        letter-spacing: -0.05em;
}

.resource-slider .item.slick-slide {
    margin: 0 12px;
}

.get-in-touch {
    background-color: #7D65FB;
    border-radius: 10px;
    color: #fff;
    padding: 120px 0;
    position: relative;
}

.get-in-touch h6 {
    color: #fff;
    margin-bottom: 30px;
}

.get-in-touch h6::before {
    background-color: #27DDFD;
}

.get-in-touch h2 {
    margin-bottom: 80px;
    color: #fff;
}

.footer-site {
    background: #2F2073;
    color: #fff;
    padding-top: 100px;
    margin-top: -10px;
    padding-left: 60px;
    padding-right: 60px;
}

.footer-site p a {
    text-decoration: none;
    color: #fff;
}

.footer-site p a:hover {
    color: #B5C0DC;
}

.footer-site h6 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
}

.footer-site h6:before {
    background-color: #27DDFD;
}

.footer-top-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top-wrap .footer-left {
    max-width: 420px;
}

.footer-right {
    display: flex;
    flex-wrap: wrap;
}

.block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.block ul li a {font-size: 14px;line-height: 26px;color: #B5C0DC;text-decoration: none;}
.block ul li a:hover { color:#fff; }

.block {
    padding-right: 100px;
}

.footer-site p {
    font-size: 14px;
}


.block:last-child {
    padding-right: 0;
} 

.subscribe-block p {
    color: #B5C0DC;
}

.subscribe-block h5 {
    color: #fff;
}

.footer-bottom {
    font-size: 12px;
    color: #B5C0DC;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.footer-bottom p {
    font-size: 12px;
}

.footer-bottom ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom ul li {
    font-size: 12px;
    margin: 0 5px 0 17px;
    position: relative;
}
.footer-bottom ul li:first-child {
    margin-left: 0;
}

.footer-bottom ul li a {
    text-decoration: none;
    color: #B5C0DC;
}

.footer-bottom p a {
    color: #B5C0DC; 
}

.footer-bottom p a:hover {
    color: #fff;
}
.footer-bottom ul li a:hover, .footer-bottom a:hover {
    color: #fff;
}

.footer-bottom .right svg {
    margin: 0 3px;
}
 

.footer-bottom ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #27DDFD;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    border-radius: 20px;
    left: -14px;
    top: 8.5px;
}

.resource-nav .resource_counter {
    margin-bottom: 40px;
    color: #646B79 !important;
    font-size: 17px;
    opacity: 0.8;
    margin-top: 20px;
    padding-right: 10px;
}

.resource-nav .btn-wrap {
    gap: 10px;
    display: inline-flex;
}

.col-lg-4.resource-nav {
    text-align: right;
    margin-bottom: 10px;
}

.resource-section {
    padding: 80px 0;
}

.get-in-touch .gfmc-container {
    -moz-column-gap: 30px!important;
    column-gap: 15px!important;
}

body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), 
body .ginput_container.ginput_container_textarea textarea, select.gfield_select {
    padding: 20px 20px !important;
    font-size: 16px!important;
    line-height: 1.2;
    font-size: 15px; 
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
    text-transform: none;
    border-radius: 15px !important;
    color: #fff;
}

body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]):focus, 
body .ginput_container.ginput_container_textarea textarea:focus {
    border: 1px solid rgb(255 255 255 / 100%);
}

body .gform_wrapper.gravity-theme ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(255 255 255 / 50%) !important;
  opacity: 1 !important;
}

body .gform_wrapper.gravity-theme  ::-moz-placeholder { /* Firefox 19+ */
  color: rgb(255 255 255 / 50%) !important;
   opacity: 1 !important;
}

body .gform_wrapper.gravity-theme :-ms-input-placeholder { /* IE 10+ */
  color:rgb(255 255 255 / 50%) !important;
   opacity: 1 !important;
}

body .get-in-touch .gform_wrapper.gravity-theme :-moz-placeholder { /* Firefox 18- */
  color: rgb(255 255 255 / 50%);
   opacity: 1 !important;
}

body .get-in-touch .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 120px;
}

body .get-in-touch button.btn.btn-primary.subbtn {
    margin-left: auto;
    float: right;
}

body .fkchecker {
    height: 14px;
    width: 14px;
    background: #fff;
    border-radius: 2px;
}

body .fkchecker span { 
    border-radius: 0; 
}

body .ginput_container.ginput_container_consent label, 
body .ginput_container.ginput_container_consent label a {
    font-size: 13px;
    color: #fff;
}

body .ginput_container.ginput_container_consent label, 
body .ginput_container.ginput_container_consent label a {
    font-size: 13px;
    color: #fff;
}

div#field_10_35 {
    font-size: 10px;
    line-height: 18px;
    text-align: left;
}

div#field_10_35 a {
    color: #fff;
}

body .gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
    border: 1px solid #27DDFD !important;
}

body .gform_wrapper .gfield_validation_message, 
body .gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: 10px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    color: #27DDFD !important;
    padding-top: 0 !important;
}
body .gform_wrapper .gform_validation_errors {
    display: none;
}

.footer-top .subscribe-block .gform_wrapper.gravity-theme ::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
   opacity: 1 !important;
}

.footer-top .subscribe-block .gform_wrapper.gravity-theme :-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
   opacity: 1 !important;
}

.footer-top .subscribe-block .gform_wrapper.gravity-theme input:-moz-placeholder { /* Firefox 18- */
   color:#fff !important;
   opacity: 1 !important;
}

.subscribe-block .gform_wrapper {
    max-width: 345px;
    margin-top:20px;
}

.subscribe-block .gform_wrapper .gform_body.gform-body {
    position: relative;
}

.subscribe-block .gform_wrapper button.btn.btn-primary.subbtn, .subscribe-block .gform_wrapper button.btn.btn-primary.subbtn:hover {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    height: 30px; 
    width: 60px;
    padding: 0;
    background: #7D65FB url(../images/white-arrow.svg) no-repeat center !important;
}

.slide-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #7D65FB;
    max-width: 600px;
    right: 0;
    border-radius: 10px 0 0 10px;
    padding: 120px 65px 55px;
    z-index: 99;
    box-shadow: -20px 0px 100px 0px #00000040;
    display: flex;
    flex-direction: column;
    transition: all ease-in-out 0.6s;
    overflow: auto;
    top: 0;
    transform: translateX(150%);
}

.slide-menu a.close img {
    margin-left: 15px;
}

.slide-menu a.close {
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 25px;
    right: 35px;
}
 
.trusted-section h2 {
    font-size: 54px;
}

.mobile-open .slide-menu {
    transform: translateX(0%);
} 

body ul#main-menu {
    position: relative;
    gap: 0;
    align-items: flex-start;
    background-color: transparent !important;
}

body nav#main-nav  li {
     padding: 12px 0;
}
body nav#main-nav li > a.nav-link {
    font-size: 56px;
    line-height: 60px;
    color: #fff; 
        padding: 0;
    display: inline-block;
    border-radius: 0;
    letter-spacing: -0.035em;
}

body .navbar-nav .dropdown-menu li {
    padding: 0 !important;
}

body .navbar-nav .dropdown-menu {
    position: relative; 
    background-color: transparent;
    padding: 20px 0;
    height: auto !important;
}

body ul#main-menu>li:hover>ul {
    display: none;
}

body .navbar-nav .menu-item a.child-triggerm {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
}

body .navbar-nav .menu-item a.child-triggerm span {
    margin-left:15px;
    margin-right: 0;
}

body .navbar-nav .menu-item a.child-triggerm span:after {
    content: "";
    background-image: url(../images/arrow-down.svg);
    width: 20px;
    height:24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; 
    position: relative;
    top: 1px;
    display: inline-block;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

body .navbar-nav > li .child-triggerm.child-open {
    transform: rotate(-180deg) translateX(-15px) translateY(20px);
}

.mobile-open {
    overflow: hidden;
}

.mobile-open:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 9;
}

body .dropdown-item { 
    width: 100%;
    padding: 0;
    clear: both;
    font-weight: 300;
    color: #fff !important; 
    line-height: 36px;
    letter-spacing: -0.4px;
}

.menu-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-bottom {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-bottom ul li {
    line-height: normal;
    padding: 0 !important;
}

.menu-bottom ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    font-weight: 300;
}

body .flip-text, 
body .nav-link, 
body .dropdown-item  {
    position: relative;
    display: block;
    overflow: hidden;
}

.flip-text  span, .nav-link span, .dropdown-item  span {
    display: inline-block; 
    transition: transform 1.2s cubic-bezier(.19,1,.22,1)
}

.nav-link span, .dropdown-item span {
    line-height: 50px;
    transition: transform 0.7s cubic-bezier(.19,1,.22,1);
}

.flip-text span:after, .flip-text  span:before, .nav-link span:after, .nav-link span:before, .dropdown-item span:after, .dropdown-item span:before {
    content: attr(data-text);
    display: block;
    position: absolute; 
}

.flip-text span:before, .nav-link span:before, .dropdown-item span:before {
    top: 0;
    transform: skewY(0);
    transform-origin: right bottom;
    transition: transform 2s cubic-bezier(.19,1,.22,1);
    opacity:0 ;
}

.flip-text  span:after, .nav-link span:after , .dropdown-item span:after {
    top: 105%; 
    transform-origin: left top;
    transition: transform 2s cubic-bezier(.19,1,.22,1)
}

.flip-text:focus span, .flip-text:hover span, .nav-link:focus span, .nav-link:hover span, .dropdown-item:focus span, .dropdown-item:hover span {
    transform: translateY(-110%)
}
 

.flip-text:focus span:before, .flip-text:hover span:before, .nav-link:focus span:before, .nav-link:hover span:before , .dropdown-item:focus span:before, .dropdown-item:hover span:before  {
    transform: skewY(7deg)
}

 

.flip-text:focus span:after, .flip-text:hover span:after, .nav-link:focus span:after, .nav-link:hover span:after, .dropdown-item:focus span:after, .dropdown-item:hover span:after  {
    transform: skewY(0)
}

 

.mobile-show {
    display: none !important;
}

.counter-list h2 {
    margin-bottom: 30px;
    letter-spacing: -0.01em;
}

.meet-section {
    padding: 50px 5px;
}

.meet-section h3 {
    text-align: center;
    margin-bottom: 50px;
}

.meet-section h3 {
    text-align: center;
    margin-bottom: 50px;
}

.meet-list {
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; 
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.meet-list .meet-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;/*
    -webkit-transition: -webkit-flex-basis .5s ease;
    transition: -webkit-flex-basis .5s ease;
    -o-transition: flex-basis .5s ease;
    transition: flex-basis .5s ease;
    transition: flex-basis .5s ease, -webkit-flex-basis .5s ease, -ms-flex-preferred-size .5s ease, all .5s;*/
        -webkit-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
    -o-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
    will-change: flex-basis;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 600px;
    overflow: hidden;
    position: relative;
    margin: 0 5px;
}


.meet-block:before {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)),
    linear-gradient(209.84deg, rgba(0, 0, 0, 0) 7.26%, rgba(0, 0, 0, 0.2) 98.44%);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all ease-in-out 0.7s; 
    border-radius: 20px;
}

.meet-block:after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    linear-gradient(209.84deg, rgba(0, 0, 0, 0) 7.26%, rgba(0, 0, 0, 0.2) 98.44%);
     transition: all ease-in-out 0.7s; 
    top: 0;
    left: 0;
    z-index: 1; 
    border-radius: 20px;
    opacity: 0;
    visibility: visible;
}
 

.meet-list .meet-block  .bg-cover {
    position: relative;
    max-width: none;
    left: 0;
    height: 100%;
    margin: 0 auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius:20px ;
}

.meet-list .meet-block  .bg-cover > img {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
}

.meet-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 40px 45px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
        z-index: 2;
}

.meet-content h2 {
    position: absolute;
    color: #fff;
    left: 50px;
    transition: all ease-in-out 0.8s;
}

.meet-content a.bio-link {
    font-size: 50px;
    text-decoration: none;
    line-height: 80px;
    color: #fff;
    transition: all ease-in-out 0.8s;
    right: -100%;
    position: absolute;
    display: inline-block;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
    letter-spacing: -0.05em;
}

.hero-headerbit h1 {
    color: #fff;
}

.single-top-heading h1.entry-title {
    font-size: 62px;
    letter-spacing: -0.05em;
    line-height: 62px;
    margin: 40px 0 45px;
}

.single-top-header {
    display: inline-flex;
    align-items: center;
    background: #E1EAF980;
    align-items: center;
    padding: 8px 18px 8px 8px;
    border-radius: 100px;
    font-size: 15px;
}

.single-top-header h6.fbslide-body_sml {
    margin: 0;
    background: #7D65FB;
    border-radius: 100px;
    padding: 2px 12px;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
}

.single-top-header h6.fbslide-body_sml:before {
    background: #27DDFD;
    margin-right: 7px;
}
 
.single-top-sub-heading {
    display: flex;
    align-items: center;
	margin-bottom:60px;
}

.single-top-sub-heading .author-block {margin: 0;}
.single-post-main-top {
    max-width: 964px;
    margin-bottom: 60px;
}

.single-top-sub-heading .author-block img.avatar {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50% !important;
    margin-right: 15px; 
}

.author-right {
    color: #0A0E2D; 
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.04em;
    text-align: left;
}

.author-right .author-name {
    margin-bottom: 7px;
} 

.author-right .published-date h6.post-date {
    margin-bottom: 0; 
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.04em;
}

.author-right .published-date h6.post-date:before {
    background: #27DDFD;
    margin-right: 7px;
} 

.single-share {
    display: flex;
    align-items: center;
    padding-left: 35px;
    border-left: 1px solid #B5C0DC;
    margin-left: 35px;
}

.singletopimg {
    border-radius: 10px;
    height: auto;
    max-height: inherit;
}

.singletopimg img {
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px !important;
    width: 100%;
}

.singletopimg:after {
    display: none;
}

.single-post-content {
    display: flex;
    padding: 75px 0;
}

div#wpj-jtoc {
    margin: 0;
}

.single-post-content {
    display: flex;
    padding: 75px 0;
}

.single-post-content .left-sidebar {
    max-width: 290px;
}
 

.single-post-content 
 .right-sidebar {
    padding-left: 95px;
}

.wpj-jtoc--title span.wpj-jtoc--title-label { 
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0A0E2D;
    margin-bottom: 30px;
    display: block;
}

.wpj-jtoc--title span.wpj-jtoc--title-label:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #27DDFD; 
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

ol.wpj-jtoc--items {
    list-style: none;
}

.wpj-jtoc--nav>.wpj-jtoc--items li {
    list-style: none;
    padding: 8px 14px 8px 24px;
    margin-bottom: 2px;
}

.wpj-jtoc--nav>.wpj-jtoc--items li .jtoc--bullet {
    display: none;
}

.wpj-jtoc--nav>.wpj-jtoc--items li a { font-size: 17px;font-weight: 300;line-height: 20px;letter-spacing: -0.04em; position: relative; text-decoration: none;color: #646B79;}

.wpj-jtoc--nav>.wpj-jtoc--items li:hover a, .wpj-jtoc--nav>.wpj-jtoc--items li.--jtoc-is-active a, .wpj-jtoc--nav>.wpj-jtoc--items li a:hover {
    color: #0A0E2D !important;
}

.wpj-jtoc--nav>.wpj-jtoc--items li a:before {
    content: "";
    display: block;
    border-left: 2px solid #7D65FB;
    position: absolute;
    height: 100%;
    left: -8px;
    opacity: 0;
    visibility: hidden;
}

.wpj-jtoc--nav>.wpj-jtoc--items li:hover  a:before, .wpj-jtoc--nav>.wpj-jtoc--items li.--jtoc-is-active   a:before {
    opacity: 1;
    visibility: visible;
}


.single-post-main .newsletter {
    border-top: 1px solid #E1EAF9;
    margin-top: 30px;
    padding-top: 30px;
}

.single-post-main .newsletter .subscribe-block {
    background: #F0F4FC;
    padding: 28px 18px 28px 18px;
    border-radius: 20px;
}

.single-post-main .newsletter .subscribe-block h5 {
    color: #0A0E2D; 
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.single-post-main .newsletter .subscribe-block h6 {margin-bottom: 20px;}

body .single-post-main .newsletter .subscribe-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]) {
    padding:14px 10px !important;
    font-size: 16px!important;
    line-height: 1.2;
    font-size: 15px !important;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 30%);
    text-transform: none;
    border-radius: 15px !important;
    color: #fff;
    color: #646B79;
}

body .single-post-main .newsletter .subscribe-block .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit])::placeholder {
    color: #646B79 !important; /* Light gray */
    opacity: 1 !important;
}




.single-post-main .subscribe-block .gform_wrapper button.btn.btn-primary.subbtn, .single-post-main .subscribe-block .gform_wrapper button.btn.btn-primary.subbtn:hover {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 0;
    height: 25px;
    width: 38px;
    border-radius: 8px !important;
}

.single-post-main .newsletter .gform_footer.top_label {
    position: absolute;
}

.single-post-content .right-sidebar .entry-content {  
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.04em;  
}

.left-sidebar-sticky {
    position: sticky;
    top: 60px;
}

a {
    color: #7D65FB;
    text-decoration: underline;
}

.single-post-content h2 {   
    font-size: 62px;
    font-weight: 300;
    line-height: 62px;
    letter-spacing: -0.05em; 
    margin-bottom: 30px;
    color: #0A0E2D;
 }

.single-post-content h3 {  
    font-size: 56px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -0.05em; 
    color: #0A0E2D;
    margin-bottom: 30px;
}

.single-post-content h4 { 
    font-size: 42px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.05em; 
    color: #0A0E2D;
    margin-bottom: 30px; 
}

.single-post-content h5 { 
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.05em;
    color: #0A0E2D;
    margin-bottom: 30px; 

}

.single-post-main .newsletter .subscribe-block p {
    display: none;
}

.single-post-main {
    padding-top: 80px;
}


.single-share .sfcm.sfsi_wicon {
    margin: -1px;
    padding: 0;
    max-height: 20px;
    object-fit: contain;
    width: auto !important;
}

.single-share .sfsi_shortcode_container .sfsi_wicons {
    z-index: 110 !important;
    width: auto !important;
    margin-left: 19px !important;
    height: auto !important;
}

.single-share .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a, .single-share .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    border: medium none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.single-post-content .right-sidebar .entry-content p { 
    margin-bottom: 25px;
}

.single-post-content .results-section {
    padding: 80px 0;
}

.single-post-content .results-section .col-lg-8 {
    width: 100%;
}

.single-post-content .results-section .counter-list p {
    margin-bottom: 0;
}

.single-post-content ol.wp-block-list strong {
    color: #0A0E2D;
    font-weight: 600;
}

.single-post-content li {
    margin-bottom: 15px;
}

.single-post-content li::marker {
    color: #0A0E2D;
}

.single-post-content ul {
    list-style-type: disc;
}

.single-post-content li li::marker {
    color: #646B79;  
}

.single-post-content ul li ul li {
    margin-bottom: 0;
}

.single-post-content .testimonials-post-slider {
    border: 1px solid #B5C0DC;
    border-radius: 40px;
    padding: 40px;
    margin: 80px 0;
}

.single-post-content .author-block .author-content span {
    max-width: 100%;
}

.single-post-content .author-block .author-content h6:before {
    background: #27DDFD;
}

.single-post-content .right-sidebar .container {
    padding: 0;
}

.single-post-content .right-sidebar [class*="col-"] {
    width: 100%;
}

.single-post-content .testimonials-post-slider h5 { 
    font-size: 42px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.05em;
}

.single-post-content .testimonials-post-slider h5 span {
    color: #7D65FB;
}

.single-post-content .head-accord-bit {
    padding: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}

.single-post-content .the-accord {
    border: 1px solid #B5C0DC80;
    border-radius: 20px;
}

.single-post-content .the-accord h5 {
    font-size: 24px;
    margin-bottom: 0;
}

.single-post-content .the-accord .toggler-icon {
    background: url(../images/toggle-arrow-down.svg);
    margin-right: 15px;
    width: 22px;
    height: 22px;
    transition: all ease-in-out 0.3s;
}

.single-post-content .accordion-brick:not(.bg-dark) .body-accord-inner {
    border-top: none;
    padding: 00px 30px 30px;
}

.single-post-content .accordion-brick:not(.bg-dark) .body-accord-inner p:last-child {
    margin-bottom: 0;
}

.single-post-content .the-accord.accord-active .body-accord-inner, .single-post-content .the-accord.accord-active .head-accord-bit {
    background: #F0F4FC; 
}

.single-post-content .the-accord.accord-active .toggler-icon {
    transform: rotate(180deg);
}

b, strong {
    font-weight: 600;
}

.pdf-block {
    border: 1px solid #B5C0DC;
    border-radius:20px;
    padding: 30px 35px;
    margin: 80px 0;
}

.pdf-block .pdf-block-content {
    display: flex;
    justify-content: space-between;
}

.pdf-block .pdf-block-content h5 {
    margin-bottom: 0;
    padding-right: 45px;
    padding-left: 45px;
    position: relative;
    max-width: 450px;
}

.pdf-block .pdf-block-content h5:before {
    content: "";
    background: url(../images/file-pdf.svg) no-repeat;
    width: 25px;
    height: 26px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 5px;
}

.reletive-post-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reletive-post-top .data-wrap {
    padding: 60px 0;
}

.reletive-post {
    border-top: 1px solid rgb(181 192 220 / 50%);
    padding-top: 100px;
    margin-top: 40px;
}

.reletive-post-top h3 {
    font-size: 56px;
    font-weight: 300;
    margin: 0;
}

.single-post-content .testimonials-post-slider .author-block {
    margin-bottom: 0;
}

.resource-section.desktop-related-posts {
    display: none;
}


@media  (min-width:992px )  {

    .meet-list .meet-block:hover {
        -ms-flex-preferred-size: 320%;
        flex-basis: 320%;
    }

    .meet-list .meet-block:hover .meet-content a.bio-link {
        right: 50px;
        transition: ease-out 0.5s;
    }

    .meet-list .meet-block.prev .meet-content h2, .meet-list .meet-block.next .meet-content  h2 {
        left: -150%;
    }

    .meet-list .meet-block.next:after, .meet-list .meet-block.prev:after {
        opacity: 1;
        visibility: visible;
    }

    .meet-list .meet-block.next:before, .meet-list .meet-block.prev:before {
        opacity: 0;
    }

}


.resource-slider .slick-track {
    display: flex;
}

.resource-slider .slick-track .item {
    height: auto;
}

.resource-slider .slick-track .item .resource-block {
    height: 100%;
}

a.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}


.hero-headerbit {
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
}

.hero-headerbit h6 {
    color: #fff;
}

.hero-headerbit h6:before {
    background-color: #27DDFD;
}

.hero-headerbit:after {
    display: none;
}

.blog .news-resource-block {
    background: #F0F4FC;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.blog .news-resource-block .news-resource-img img {
    width: 100%;
    height: 210px;
    border-radius: 8px !important;
    object-fit: cover;
}

.blog .news-resource-block .news-resource-img {
    margin-bottom: 20px;
}

.blog .news-resource-block  h5 {
    margin-bottom: 25px;
}

.blog .news-resource-block  a.link {
    background-color: #7D65FB;
}

.blog .news-resource-block a.link:before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(552%) hue-rotate(237deg) brightness(111%) contrast(100%);
}

/*.blog .data-wrap main#main,*/
.blog .data-wrap .alm-listing.alm-ajax {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width:767px) {
	.blog .data-wrap .alm-listing.alm-ajax {
		grid-template-columns: 1fr;
	}
}

body .selectric:not(.gchoice) { 
    background: #F0F4FC80; 
}

.results-section .counter-list h2 {
    font-size: 100px;
    line-height: 90px;
}

.bio-popup .personpop-incont {
    border-radius: 15px;
    padding: 10px;
    position: relative;
}

.bio-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bio-left {
    width: 310px;
    background-color: #2F2073;
    padding: 50px 40px;
    border-radius: 10px;
}

.bio-content.personpop-content {
    width: calc(100% - 320px);
    padding: 0;
    color: #fff;
    background-color: #7D65FB;
    border-radius: 10px;
    margin-left: 10px;
    padding-top: 65px;
    padding-left: 140px;
    padding-right: 60px;
    padding-bottom: 60px;
    max-height: 800px;
}

.bio-content.personpop-content h6 {
    color: #fff;
    margin-bottom: 40px;
}

.bio-content.personpop-content h6:before {
    background-color: #27DDFD;
}

.bio-content.personpop-content h3 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.bio-wrap .bio-left .blockerbg {
    width: 345px;
    height: 300px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 60px;
}

.bio-wrap .bio-left h6 {
    color: #fff;
}

.bio-wrap .bio-left h6::before {
    background-color: #27DDFD;
}

.bio-content.personpop-content .scrolledbit {
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
}

.bio-info p {
    margin-bottom: 30px;
}

.bio-info a {
    color: #fff;
    text-decoration: none;
    line-height: 28px;
}

.bio-info a:hover {
    opacity: 0.8;
}

.bio-popup .exitblocker {
    background: url(../images/close.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.pingcardimg .hoverlay {
    display: none;
}


button.btn.btn-transparent-arrows {
    display: flex;
    align-items: center;
    text-transform: unset;
}

button.btn.btn-transparent-arrows:hover .link, .filterItems:hover button.btn.btn-transparent-arrows .link {
    margin-left: 12px;
}

.btn-transparent-arrows a.link {
    margin-left: 8px;
    transition: all ease-in-out 0.3s;
}

button.btn.btn-transparent-arrows:hover {
    opacity: 1 !important;
    transform: scale(1.0) !important;
}

.filterItems { 
    position: relative;
}

.filterItems a.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.pingcard-body h4 {
    color: #fff;
}

.filterItems .pingcardimg {
    border-radius: 10px 10px 0 0;
}

.filterItems .pingcard-body {
    border-radius: 0 0 10px 10px;
}

.pingcard-body>div+.btnwrappy {
    margin-top: 15px;
}

.accordion-brick {
    padding: 60px 0;
}

.single-post-content .right-sidebar .entry-content .single-top-sub-heading {
    justify-content: space-between;
}

.single-post-content .right-sidebar .entry-content .single-top-sub-heading .single-share {
    border-left: none;
}

.e-course-banner-content {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.e-course-banner-content p {
    max-width: 450px;
    margin-left: auto;
}

.e-course-banner-content h1 {
    margin-bottom: 80px;
}

.e-course-contoblock h2 {
    max-width: 980px;
    margin-top: 120px;
}

.course-block {
    border: 1px solid #B5C0DC80;
    border-radius: 20px;
    padding: 30px;
    transition: all ease-in-out 0.5s;
    transform: translateY(0);
    width: 100%;
}

.course-img img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px !important; 
}

.course-block .course-img {
    margin-bottom: 40px;
}

.course-content {
    padding: 0 15px;
}

.course-content .title {
    margin-bottom: 30px;
}

.course-content .price {
    font-size: 26px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.05em;
    color: #0A0E2D;
    margin-bottom: 30px;
} 

.course-content .price:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #7D65FB;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    content: "";
}

.course-content a.btn.btn-primary {
    width: 100%;
}

.course-block:hover {
    background: #F0F4FC; 
    transform: translateY(-15px);
}

.course-btn-bottom {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.btn.btn-secondary.btn-light {
    border: 1px solid #B5C0DC;
    color: #0A0E2D;
}

.btn.btn-secondary.btn-light:hover .cb-btn_more-ripple span {
    background-color: #B5C0DC !important;
}

.e-course-banner-section .hero-headerbit:before {
    content: "";
    display:inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.15%, rgba(0, 0, 0, 0.357159) 71.43%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.newsletter.mobile-newsletter {
    display: none;
}

.two-button {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.reletive-post .baklink.mobile-btn {
    display: none;
}

 
@media screen and (max-width:1200px) {
    .banner-content h1 span.bottom {
        padding-left: 0;
    }

    .sales-excellence h2.h1 {
        font-size: 74px;
        line-height: normal;
    }

    .CSO-insights .count-block {
        font-size: 120px;
        line-height: normal;
    }

    h3, .h3 {
        font-size: 48px;
        line-height: normal;
    }

    .achieve-content {
        width: 50%;
        padding: 60px 40px; 
        margin-left: 0;
        max-width: 470px;
    }

    h2, .h2 {
        font-size: 52px;
        line-height: normal;
    }

    h4, .h4 {
        font-size: 32px;
        line-height: normal;
    }

    .counter-list {
        gap: 20px;
    }

    .testimonials-section {
        padding: 80px 0;
    }

    .CSO-insights {
        padding-bottom: 80px;
    }

    .trusted-section {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .results-section {
        padding: 80px 0;
    }

    .results-section .counter-list {
        gap: 45px;
    }


    .flow-state .flow-img {
        padding-right: 0;
    }

    h5, .h5 {
        font-size: 24px;
        line-height: normal;
    }

    .principles-block .principles-desc {
        padding: 0 20px;
        width: 38%;
    }

    .get-in-touch {
        padding: 80px 0;
    }

    .get-in-touch h2 {
        margin-bottom: 40px;
    }

    .footer-right { 
        width: 60%;
    }

    .footer-top-wrap .footer-left {
        max-width: 420px;
        width: 40%;
        padding-right: 60px;
    }

    .block {
        padding-right: 40px;
    }

    .single-post-content .right-sidebar {
        padding-left: 30px;
    }

    .single-post-content .results-section {
        padding: 60px 0;
    }

}


@media screen and (max-width:992px) {
    .service-list:before {
        width: calc(66.66% + 6px);
        left: 31px;
    }

    .service-list {
        gap: 15px;
    }

    .service-block {
        padding: 40px 25px 40px;
    }

    .service-block:after {
        left: 30px;
    }

    .banner-content p { 
        font-size: 18px; 
        right: 0; 
        margin: 0;
    }

    .sales-excellence {
        padding: 60px 0 60px;
    }

    .sales-excellence h2.h1 {
        font-size: 64px;
        line-height: normal;
    }

    .sales-excellence .btn-buttom { 
        justify-content: flex-start;
        align-items: flex-start;
        order: 3;
    }

    .sales-excellence-desc {
        padding-top: 20px;
        max-width: 470px;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .CSO-insights  h3 {
        padding-left: 0;
        padding-right: 00;
    }

    .achieve-predictable-wrap .img {
        width: 100%;
    }

    .achieve-content {
        width: 100%;
        padding: 60px 0px;
        margin-left: 0;
        max-width: 100%;
    }

    .testimonials-section .testimonials-nav {
        position: relative;
        right: 0;
        text-align: left;
        z-index: 1;
    }

    .testimonials-section .testimonials-nav { 
        right: 0;
        text-align: left;
        z-index: 1;
        width: 100%;
        display: flex;
        margin-bottom: 40px;
    }

    .testimonials_counter {
        padding-right: 0;
        padding-left: 20px;
    }

    .logo-list {
        padding: 0;
    }


    .flow-state .row.align-center {
        flex-direction: column-reverse;
    }

    .flow-content {
        padding-bottom: 25px;
    }

    .service-section {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .principles-block .principles-desc {
        padding: 0 20px;
        width: 50%;
    }

    .principles-block .principles-title {
        width: 50%;
    }


    .slick-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .slick-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 36px;
        height: 2px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: #B5C0DC;
        margin: 0 2px;
        display: inline-block;
        border-radius: 2px;
    }

    .slick-slider .slick-dots li.slick-active button {
        background-color: #7D65FB;
    }

    .slick-dots li button:before {
        display: none;
    }

    .resource-block .resource-img img {
        width: 100%;
        padding-left: 10px;
    }

    .resource-slider .slick-list {
        padding-left: 5% !important;
        padding-right: 25% !important;
    }

    .footer-site {
        padding-top: 80px;
        margin-top: -10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-top-wrap .footer-left {
        max-width: 420px;
        width: 32%;
        padding-right: 30px;
    }

    .footer-right {
        width: 68%;
    }

    .block {
        padding-right: 30px;
    }

    .col-lg-4.resource-nav {  
        display: none;
    }

    /*.blog .data-wrap main#main {
        grid-template-columns: 1fr 1fr;
    }*/

    .bio-left {
        width: 100%;
    }

    .bio-content.personpop-content {
        width: 100%;
        padding: 60px 30px !important;
        margin-top: 10px;
        margin-left: 0;
        max-height: 500px;
    }

    .bio-left .desktop-show {
        display: none;
    }

    .bio-wrap .bio-left .blockerbg { 
        margin-bottom: -100px;
    }

    .bio-content.personpop-content:after {
        content: "";
        display: inline-block;
        position: sticky;
        width: 100%;
        height: 100px;
        bottom: -60px;
        background: linear-gradient(180deg, rgba(125, 101, 251, 0) 0%, #7D65FB 80.15%);
    }

    .meet-list {
    flex-direction: column;
  }

  .meet-list .meet-block {
    height: 430px;
    margin-bottom: 10px;
    flex: auto;
  }

  .meet-list .meet-block:hover {
        -ms-flex-preferred-size:auto;
        flex-basis: auto;
    }

    .meet-content a.bio-link {
        font-size: 30px; 
        line-height: 30px; 
        right: 0;
        position: relative;
        display: inline-block;
        width: auto; 
    }

    .meet-content {
        position: absolute;
        bottom: 0;
        color: #fff;
        padding: 40px 25px;
        width: 100%;
        display: inline-block;
        justify-content: space-between;
        align-items: flex-end;
        z-index: 2;
        left: 0;
        height: auto;
        text-align: left;
    }

   .meet-content h2 {
        position: relative; 
        left: 0; 
        font-size: 58px;
        max-width: 240px;
        line-height: 52px;
        margin-bottom: 36px;
    }

    .meet-content a.bio-link {
        font-size: 30px;
        text-decoration: none;
        line-height: 30px;
        color: #fff;
        transition: all ease-in-out 0.3s;
        right: 0;
        position: relative;
        display: inline-block;
        width: auto;
        border-radius: 0;
        padding-top: initial;
    }

    .pdf-block {
        margin: 60px 0;
    }

    .single-post-content .left-sidebar {
        display: none;
    }

    .single-post-content { 
        padding: 40px 0;
        flex-wrap: wrap;
    }

    .single-post-content .right-sidebar {
        padding-left: 0;
    }

    .reletive-post {
        padding-top: 60px;
        margin-top: 0;
    }

    .e-course-contoblock h2 {
        max-width: 980px;
        margin-top: 40px;
    }

    .block-e-course.blockicobit.blockshadow- {
        padding: 40px 0 80px;
    }

    .newsletter.mobile-newsletter {
        display: block;
    }

    .single-post-main .newsletter {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }


}

@media screen and (max-width:768px) {
    body ul#main-menu li a { 
        text-align: left!important;
        display: inline-block;
        width: auto;
        padding: 0;
        color: #fff;
    }
}

@media screen and (max-width:767px) {
    .header-right a.btn.btn-primary { 
        display: none; 
    }

    .service-list {
        display: block;
        gap: 0; 
    }

    .service-block {
        margin: 00px 7px;
        height: auto;
        margin-top: 40px;
    }

    .flow-state {
        padding-bottom: 40px;
    }


    .service-section .container {
        padding: 0;
    }

    .menu-icon {
        top: 11px;
            right: 15px;
    }

    body a.menulinks span.name {
        padding-right: 35px;
    }

    .header-wrap .logo {
        padding-left: 0;
        max-width: 140px;
    }

    .banner-content h1 {
        margin: 0;
        font-size: 62px;
        line-height: 54px;
    }

    .banner-content h1 span {
        display: block;
        margin-bottom: 0;
    }

    .banner-content h1  span.center { 
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .banner-content p {
        font-size: 18px;
        right: 0;
        margin: 0;
        position: relative;
        bottom: 0;
        padding-top: 25px;
    }

    .sales-excellence h2.h1 {
        font-size: 58px;
        line-height: 54px;
    }

    .CSO-insights .count-block {
        font-size: 80px;
        line-height: normal;
    }

    h3, .h3 {
        font-size: 36px;
        line-height: 34px;
    }

    h6, .h6 {
        line-height: 22px;
        font-size: 17px;
    }

    h2, .h2 {
        font-size: 42px;
        line-height: 40px;
    }

    .testimonials-section .testimonials-nav {
        margin-bottom: 30px;
    }

    .btn-wrap button {
        width: 56px;
        height: 56px;
    }

    .counter-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .desktop-show {
        display: none !important;
    }

    .mobile-show {
        display: inline-block !important;
    }

    .logo-list .logo-img {
        width: 50%;
        margin-bottom:45px;
        padding: 0 20px;
    }

    .trusted-section .title-block {
        margin-bottom: 60px;
    }

    .trusted-section h2 {
        font-size: 36px;
    }

    .number-rotate-item {
        max-width: 210px;
        width: 100%;
    }

    .flow-state h2 {
        margin-bottom: 20px;
    }

    .service-block:after {
        width: calc(100% + 15px);
        top: -37px;
        z-index: 1;
        left: 30px;
        z-index: -1;
        border-top: 1px dotted #B5C0DC;
    }

    .service-list:before{
        display: none;
    }

    .service-block:last-child:after  {
        border-top: none;
    }

    .service-block.slick-slide.slick-current.slick-center {
        background: #7D65FB;
        border-color: #7D65FB;
        color: #fff;
    }

    .service-block.slick-slide.slick-current.slick-center h2, .service-block.slick-slide.slick-current.slick-center h5, .service-block.slick-slide.slick-current.slick-center p {
        color: #fff;
    }

    .service-block.slick-slide.slick-current.slick-center   a.link {
        opacity: 1;
        visibility: visible;
    }

    .service-block.slick-slide.slick-current.slick-center  .icon img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(37%) saturate(552%) hue-rotate(237deg) brightness(111%) contrast(100%);
    }

    .service-section {
        padding-top: 20px;
        padding-bottom:75px;
    }

    .service-list .slick-track {
        display: flex;
        flex-wrap: wrap;
    }

    .our-principles .img img {
        width: 100%;
        border-radius: 6px !important;
        height: 525px;
        object-fit: cover;
    }

    .principles-block .principles-title {
        width: 100%;
    }

    .principles-block .principles-title h4 {
        padding-right:90px;
    }

    .principles-block .principles-title a.link {
        position: absolute;
        right: 10px;
    }

    .our-principles .container {
        padding: 0;
    }

    .principles-block .principles-desc {
        padding: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    .principles-img {
        width: 100%;
    }

    .principles-block .principles-img img {
        height: 180px;
        border-radius: 8px !important;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }

    .resource-slider .item.slick-slide {
        margin: 0 7px;
    }

    .resource-slider .slick-list {
        padding-left: 5% !important;
        padding-right: 10% !important;
    }

    .resource-block .resource-content {
        width: 100%;
        padding-bottom: 20px;
    }

    .resource-block .resource-img {
        width: 100%;
    }

    .resource-block {
        align-items: flex-start;
        flex-direction: column;
    }

    .resource-block .resource-img img {
        width: 100%;
        max-height: 160px;
        padding-left: 0;
            margin: 0;
    }

    .ginput_container_consent {
        padding-bottom: 0!important;
        margin-bottom: 0;
    }

    div#field_10_35 {
        font-size: 10px;
        line-height: 18px;
        text-align: left;
        max-width: 220px;
    }

    .btn.btn-primary {
        font-size: 15px;
        padding: 13px 45px;
    }

    .get-in-touch button.btn.btn-primary.subbtn {
        margin-left: auto;
        float: left;
        margin-top: 10px;
    }

    .get-in-touch .gform_footer.top_label {
        padding:0px;
    }

    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=submit]), .ginput_container.ginput_container_textarea textarea, select.gfield_select {
        padding: 16px 20px !important;
        font-size: 15px!important; 
    }

    .footer-top-wrap .footer-left {
        max-width: 420px;
        width: 100%;
        padding-right: 0;
    }

    .subscribe-block .gform_footer.top_label {
        padding:0px;
    }

    .subscribe-block {
        padding-bottom: 30px;
    }

    .footer-site h6 {
        margin-bottom: 20px;
    }

    .block {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .footer-bottom {
        margin-top: 0;
    }

    .slide-menu {
        padding: 80px 15px 20px;
        transform: translateX(150%);
    }

    nav#main-nav li > a.nav-link {
        font-size: 42px;
        line-height: 40px; 
        padding: 3px 0; 
    }

    .menu-bottom {
        padding: 0 15px;
    }

    body ul#main-menu .dropdown-menu li {
        width: 100%;
        padding: 0px 0;
    }

    .navbar-nav .menu-item a.child-triggerm { 
        height: 36px;
        vertical-align: bottom;
    }

    .footer-bottom .right {
        margin-top: 10px;
        margin-bottom: 15px;
    }   

    .blog .data-wrap main#main {
        grid-template-columns: 1fr ;
    }

        h1 {
        font-size: 42px;
        line-height: normal;
    }

    h4, .h4 {
        letter-spacing: -0.05rem;
    }

    p { 
        letter-spacing: -0.04rem !important;
    }

    .principles-banner {
        padding-bottom: 30px;
    }

    .principles-banner .principles-banner-content {
            bottom: 60px;
    }

    .counter-list h2 {
        margin-bottom: 15px;
        letter-spacing: 0; 
        line-height: normal;
    }

    .results-section .counter-list h2 { 
        font-size: 58px; 
        margin-bottom: 0;
    }

    .results-section .counter-list {
        gap: 30px;
    }

    .logo-list .logo-img img {
        max-height: 20px;
    }

    .author-block .img {
        padding-right: 22px;
    }

    .author-block .img img {
        width: 82px;
        height: 82px; 
    }

    .testimonials-section h4 {
        margin-bottom: 35px;
        line-height: 30px;
        font-size: 30px;
    }

    .author-block {
        margin-bottom: 25px;
    }

    .achieve-content h2 { 
        margin-bottom: 24px;
    }

    .achieve-content .btn-group {
        margin-top: 15px;
    }

    .CSO-insights .count-block {
        letter-spacing: -0.02em;
    }


    .bio-popup .personpop-inner {
        max-width: calc(100vw - 20px);
    }

    .bio-wrap .bio-left .blockerbg {
        margin-bottom: -50px;
        width: 100%;
        height: 150px;
    }

    .bio-left {
        width: 100%;
        padding: 20px 60px 20px 20px;
    }

    .bio-content.personpop-content {
        width: 100%;
        padding: 60px 25px !important;
        margin-top: 10px;
        margin-left: 0;
        max-height: 70vh;
    }

    .bio-content.personpop-content h3 { 
        margin-bottom: 10px;
        font-size: 30px;
    }

    .bio-content.personpop-content h6 {
        margin-bottom: 20px;
    }

    .bio-content.personpop-content .scrolledbit {
        margin-bottom: 40px; 
    }


    /* ===== Scrollbar CSS ===== */
  /* Firefox */
  .bio-content.personpop-content {
     scrollbar-width: thin;
    scrollbar-color: #fff rgb(255, 255, 255,0.3);
  }

  /* Chrome, Edge, and Safari */
  .bio-content.personpop-content::-webkit-scrollbar {
    width: 4px;
  }

  .bio-content.personpop-content::-webkit-scrollbar-track {
     background: rgb(255, 255, 255,0.3);
  }

  .bio-content.personpop-content::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
    border: 3px solid #ffffff;
  }

  

    .banner-section .bg-img {
        position: relative;
        border-radius: 10px;
        height: calc(100vh - 85px);
        max-height: 580px;
    }

    .single-top-heading h1.entry-title {
        font-size: 42px;
        letter-spacing: -0.05em;
        line-height: 42px;
        margin: 30px 0 35px;
    }

    .single-post-main {
        padding-top: 60px;
    }

    .sfsi_widget.sfsi_shortcode_container {
        float: none;
        min-height: auto;
        margin-top: 0;
    }

    .single-share {
        display: flex;
        align-items: center;
        padding-left: 0;
        border-left: none;
        margin-left: 0;
        margin-top: 30px;
    }

    .single-top-sub-heading {
        flex-wrap: wrap;
    }

    .single-top-sub-heading .author-block {
        margin: 0;
        width: 100%;
    }

    .single-post-main-top { 
        margin-bottom: 40px;
    }

    .single-post-content .right-sidebar .container {
        padding: 0;
        margin: 100%;
        width: 100%;
        margin: 0;
    }


    .pdf-block .pdf-block-content h5 {
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 45px;
        position: relative;
        max-width: 450px;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .pdf-block .pdf-block-content {
        flex-wrap: wrap;
    }

    .single-post-content .testimonials-post-slider h5 {
        font-size: 30px; 
        line-height: 30px; 
    }

    .single-post-content .testimonials-post-slider { 
        border-radius: 20px;
        padding: 30px;
        margin: 60px 0;
    }

    .single-post-content h2 {
        font-size: 42px;
        line-height: 40px;
    }

    .single-post-content h3 {
        font-size: 36px;
        line-height: 34px;
    }

    .single-post-content h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .single-post-content h5 {
        font-size: 24px;
        line-height: 24px;
    }

    .blog.desktop-related-posts {
        display: none;
    }

    .resource-section.desktop-related-posts {
        display: block;
    } 

    .reletive-post-top .baklink {
        display: none;
    }

    .resource-section.desktop-related-posts {
        display: block;
        padding: 10px 0 60px;
    }

    .reletive-post-top {
        justify-content: center;
    }

    .reletive-post-top h3 {
        font-size: 36px;
    }

    .single-post-content .right-sidebar .entry-content .single-top-sub-heading {
        margin-bottom: 0;
    }

    .single-post-content {
        padding: 40px 0 10px;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .single-post-main .newsletter {
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .single-post-content .head-accord-bit {
        padding: 20px 24px;
    }

    .single-post-content .the-accord h5 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .single-post-content .accordion-brick:not(.bg-dark) .body-accord-inner {
        border-top: none;
        padding: 00px 20px 20px;
    }

    .reletive-post .baklink.mobile-btn {
        justify-content: center;
        margin-bottom: 80px;
    }

    .e-course-banner-content h1 {
        margin-bottom: 40px;
    }

    .e-course-banner-section .hero-headerbit {
        padding-bottom: 50px !important;
    }

    .course-block {
        padding: 20px;
    }

    .course-block .course-img {
        margin-bottom: 30px;
    }

    .course-content {
        padding: 0 0px;
    }

    .course-content .title {
        margin-bottom: 20px;
    }

    .course-content .price {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .reletive-post .baklink.mobile-btn {
        display: flex;
    }

}

/* Social Sharing */

.sfsi_widget.sfsi_shortcode_container{
	float:none;
}

/* Overriding classes */

.full-width{
	width:100%!important;
}