
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Verdana Pro';
	font-weight:normal;
	font-style:normal;
}
p{
	font-size:26px;
	color:#28649E;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 30px;
}
b, strong {
    font-weight: 600;
	font-family: 'Verdana Pro Cond';
}
.not-found-section {
    padding-top: 90px;
    padding-bottom: 40px;
    width: 100%;
}
.error-404 img {
    max-width: 400px;
    width: 100%;
}
.container {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.light-font {
    font-weight: 300 !important;
}
.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader-wrap>div {
    display: inline-block;
}
.preloader-wrap img {
    margin: 0 auto 30px;
    display: table;
}
.loader-circle-img {
    position: absolute;
    left: 0;
    right: 0;
}
.loader-circle-img img {
    animation: rotate-circle 5s infinite linear;
    -webkit-animation: rotate-circle 5s infinite linear;
    -moz-animation: rotate-circle 5s infinite linear;
}
.trackbar {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    background: #FDAB07;
}
.loadbar {
    width: 0%;
    height: 100%;
    background: #28649e;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.loader, .percentage {
    height: 6px;
    width: 267px;
    border-radius: 20px;
}
.preloader-wrap.active {
    display: none;
}
.site-header {
    padding: 15px 0;
    position: fixed;
    left: 0;
	top: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(40, 100, 158, 0.3);
    border-bottom: 5px solid #28649E;
}
.site-logo {
    display: inline-block;
}
#menu-toggle {
    width: 50px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    float: right;
	margin-top: 15px;
	height: 50px;
}
#menu-toggle span {
    width: 49px;
    position: relative;
    display: block;
	top: 15px;
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
#menu-toggle span:before, #menu-toggle span:after {
    height: 5px;
    width: 49px;
	right: 0;
    background-color: #28649E;
    position: absolute;
    content: "";
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
    transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
#menu-toggle span:before {
    top: -10px;
    visibility: visible;
}
#menu-toggle span:after {
    top: 10px;
}
#menu-toggle.open span {
    background: transparent;
}
#menu-toggle.open span:before {
    transform: rotate(45deg) translate(7px, 7px);
	-webkit-transform: rotate(45deg) translate(7px, 7px);
	-moz-transform: rotate(45deg) translate(7px, 7px);
}
#menu-toggle.open span:after {
    transform: rotate(-45deg) translate(7px, -7px);
	-webkit-transform: rotate(-45deg) translate(7px, -7px);
	-moz-transform: rotate(-45deg) translate(7px, -7px);
}
.vc_custom_heading a:hover {
    opacity: 1 !important;
}
.site-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
		padding-top: 20px;
	background:#28649E;
	display: -webkit-box;
    display: -ms-flexbox;
    display: inline-grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	opacity:0;
	visibility:hidden;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
}
.site-menu.open{
	opacity:1;
	visibility:visible;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
}
.menu-div li {
    list-style: none;
    text-align: center;
	margin: 25px 0;
	font-weight: 600;
}
.site-menu li a {
    font-size: 46px;
    color: #fff;
    text-decoration: none;
	position: relative;
}
.menu-div li a:after {
    content: '';
    background: url(../images/right-small-arrow.png) no-repeat;
    display: inline-block;
    width: 18px;
    height: 28px;
    background-size: contain;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    margin-left: 15px;
	opacity: 0;
    visibility: hidden;
}
.menu-div li a:hover:after, .menu-div li.current-menu-item a:after {
	opacity: 1;
    visibility: visible;
}
.site-menu .social-div {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    max-width: 1440px;
    margin: 0 auto;
}
.social-div {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 18px 0;
}
.social-div ul li {
    display: inline-block;
	margin: 0 20px;
}
.social-div ul li a {
    display: block;
}
.social-div ul li a img {
    margin-top: 12px;
    max-height: 42px;
}
.footer {
    background: #28649E;
}
.footer-top-div {
    padding: 50px 0 30px;
	display:inline-block;
	width:100%;
}
.footer-top-div>div {
    width: 50%;
    float: left;
	text-align: center;
}
.footer-logo {
    margin-top: 50px;
}
.footer-logo img.mobile-hide {
    max-width: 385px;
}   
.footer-contact ul {
    display: inline-block;
    text-align: left;
}
.footer-contact ul li {
    font-size: 18px;
    list-style: none;
    font-weight: 600;
    margin: 30px 0;
    padding-left: 60px;
    position: relative;
}
.footer-contact ul li.contact-number:before {
    background: url(../images/call.png) no-repeat;
}
.footer-contact ul li.contact-mail:before {
    background: url(../images/mail.png) no-repeat;
}
.footer-contact ul li.contact-add:before {
    background: url(../images/add.png) no-repeat;
}
.footer-contact ul li:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 38px;
    margin-right: 20px;
    margin-bottom: -25px;
    display: inline-block;
    left: 0;
    background-size: contain !important;
}
.footer-contact ul li a{
	color:#fff;	
	text-decoration:none;
}
.home-slider {
	padding-top: 130px;
	padding-left: 5%;
    padding-right: 5%;
}
.home-slider .carousel-inner {
    min-height: 900px;
    height: 100vh;
}
.carousel-inner>.item {
    -webkit-transition: 2s ease-in-out left;
    -o-transition: 2s ease-in-out left;
    transition: 2s ease-in-out left;
	position: absolute;
	width: 100%;
}
.carousel-inner>.active {
    left: 0;
    transition-delay: 2s !important;
	-webkit-transition-delay: 2s !important;
	-moz-transition-delay: 2s !important;
}
.carousel-inner img {
    margin: 0 auto;
	width: 100%;
}
.home-slider-img {
    position: relative;
}
.home-slider-img:before, .home-slider .carousel-caption:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	width:100%;
    bottom: 0;
    background: #fff;
	transition: 1.3s ease-in-out;
	-webkit-transition: 1.3s ease-in-out;
	-moz-transition: 1.3s ease-in-out;
}
.slider-btn-div i {
    font-size: 32px;
}
.slider-btn-div a.right i:after {
    content: '';
    width: 141px;
    height: 2px;
    background: #28649E;
    float: left;
    margin-top: 16px;
    margin-right: -8px;
    transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
}
.slider-btn-div a.left i:after {
    content: '';
    width: 141px;
    height: 2px;
    background: #28649E;
    margin-top: 16px;
    float: right;
    margin-left: -8px;
    transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
}
.home-slider-animation .item.active .home-slider-img:before{
	left:auto;
	width: 100%  !important;
}
.home-slider-animation .item.active .carousel-caption:before{
	right:0;
	width: 100% !important;
}
.item.active .home-slider-img:before{
	left:auto;
	width: 0;
}
.item.active .carousel-caption:before{
	right:0;
	width: 0;
}
.item.left .home-slider-img:before{
	left:auto;
	right:0;
	width: 100%;
}
.item.right .home-slider-img:before{
	left:auto;
	right:0;
	width: 100%;
}
.item.left .carousel-caption:before{
	right:auto;
	left:0;
	width: 100%;
}
.item.right .carousel-caption:before{
	right:auto;
	left:0;
	width: 100%;
}
.home-slider .slider-circle {
    margin: 0 50px;
    transform: scale(0) rotate(-180deg);
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    display: inline-block;
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}
.home-slider.animated .slider-circle {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.home-slider .slider-circle img{
	transform: rotate(0deg);
    max-width: 140px;
    transition: 2s ease-in-out;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
}
.home-slider .slider-circle.active img{
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
}
.slider-btn-div a {
    cursor: pointer;
    transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
}
.slider-btn-div a:hover {
    text-shadow: 1px 1px 5px #28649e;
}
.slider-btn-div a:hover i:after {
    box-shadow: 1px 1px 5px #28649e;
}
h3 {
    font-size: 60px;
    color: #28649E;
}
.carousel-caption h3 {
    font-weight: 300;
    font-size: 50px;
}
.site-btn a {
    font-size: 19px !important;
    font-weight: 500;
    background: #28649E;
    color: #fff;
    padding: 12px 0px !important;
    min-width: 200px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    display: inline-block;
    border-radius: 40px;
	text-align: center !important;
    background-image: none !important;
	border: 3px solid #28649e !important;
}
.site-btn.white-site-btn a{
	border-color:#fff !important;
}
.site-btn a .fa {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    position: relative !important;
    top: -1px !important;
    display: inline-block !important;
    right: 0 !important;
    vertical-align: middle !important;
    width: 11px !important;
    height: 11px !important;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.site-btn a .fa:before{
    content:'';
}
.site-btn a:hover .fa{
	margin-left:15px;
}
.home-slider .site-btn {
    margin-top: 50px;
}
.slider-btn-div {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 610px;
}
.home-slider .carousel-caption {
    margin-top: 190px;
	position: relative;
}
.pt-15 {
    padding-top: 150px;
}
.pb-15 {
    padding-bottom: 100px;
}
.pt-17 {
    padding-top: 140px;
}
.ft-5 {
    font-size: 46px;
}
.ft-6 {
    font-size: 48px;
	line-height: 70px;
}
.ft-8 {
    font-size: 70px;
    line-height: 86px;
}
.semibold {
    font-weight: 600;
}
.site-heading {
    font-family: 'Verdana Pro Cond';
    font-weight: 900;
	margin-bottom: 45px;
}
.site-heading:after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/heading-after-img.png) no-repeat;
    background-size: contain !important;
    margin-left: 15px;
    margin-bottom: -20px;
	animation: rotate-circle 3s infinite linear;
    -webkit-animation: rotate-circle 3s infinite linear;
    -moz-animation: rotate-circle 3s infinite linear;
}
.white-site-heading:after {
    background: url(../images/heading-after-white-img.png) no-repeat;
}

@keyframes rotate-circle{
 from{
	 transform:rotate(0deg);
 }
to{
	 transform:rotate(360deg);
 }	 
}

@-webkit-keyframes rotate-circle{
 from{
	 -webkit-transform:rotate(0deg);
 }
to{
	 -webkit-transform:rotate(360deg);
 }	 
}

@-moz-keyframes rotate-circle{
 from{
	 -moz-transform:rotate(0deg);
 }
to{
	 -moz-transform:rotate(360deg);
 }	 
}
.home-your-future-section img {
    max-width: 450px;
}
.growth-sub-div>.vc_column-inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.growth-sub-div>.vc_column-inner>.wpb_wrapper {
    position: relative;
	overflow:hidden;
	border-radius: 8px;
} 
.growth-sub-img {
    position: relative;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
    transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}	
.growth-overlay-img {
    position: absolute;
    top: 0;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    margin-bottom: 0 !important;
    transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.growth-sub-div>.vc_column-inner>.wpb_wrapper:hover .growth-overlay-img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.growth-sub-div>.vc_column-inner>.wpb_wrapper:hover .growth-sub-img {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.growth-overlay-heading {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    font-size: 46px;
	font-weight: 600;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.growth-text-row {
    width: 70%;
    margin: 50px auto !important;
}
.growth-text-row .site-btn, .your-future-section .site-btn {
    margin-top: 50px;
}
.home-logos-section .wpb_wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}
.home-logos-section .wpb_single_image {
    margin-right: 4%;
}
.sp-testimonial-free-section h2.tfree-client-name {
    font-size: 33px;
    color: #28649E !important;
    font-weight: 600;
	margin-top: 50px;
    line-height: normal;
}

#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-prev, #sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-next{
	width: 58px;
    height: 58px;
    background: #28649E;
    border-radius: 100%;
    color: #fff !important;
    line-height: 55px;
	top: 160px;
}
#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-arrow:hover{
    font-size:34px ;
}
.things-better img {
    max-width: 490px;
}
.your-future-section .text-div {
    padding-left: 50px;
}
.your-future-section.things-better .text-div {
    padding-left: 0px;
}
.big-btn a {
    min-width: 334px;
}
.about-bg {
    padding-top: 100px !important;
    height: 100vh;
    margin-bottom: 80px;
}
.about-bg .wpb_single_image {
    margin-bottom: 0 !important;
}
.about-bg .wpb_single_image img {
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	width: auto;
    transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
}
.about-bg.animated .wpb_single_image img {
    transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
.bg-overlay-animation:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width:100%;
    background: #fff;
    z-index: 99;
	display:block !important;
	transition: 1s ease-in-out;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
}
.bg-overlay-animation.animated:before{
	left:auto;
	width:0;
}
.process-sub>.vc_column-inner {
    padding: 8px !important;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(40, 100, 158, 0.5607843137254902);
	-webkit-box-shadow: 0px 1px 2px rgba(40, 100, 158, 0.5607843137254902);
	-moz-box-shadow: 0px 1px 2px rgba(40, 100, 158, 0.5607843137254902);
    border-radius: 10px;
    padding: 40px;
	min-height: 580px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
}
.process-sub>.vc_column-inner>.wpb_wrapper:hover{
	box-shadow: 0px 2px 15px rgba(40, 100, 158, 0.5607843137254902);
	-webkit-box-shadow: 0px 2px 15px rgba(40, 100, 158, 0.5607843137254902);
	-moz-box-shadow: 0px 2px 15px rgba(40, 100, 158, 0.5607843137254902);
}
.process-sub h4 {
    font-size: 38px;
    font-weight: 900;
    font-family: 'Verdana Pro Cond';
	border-bottom: 1px solid #FDAB07;
    padding-bottom: 10px;
}
.process-sub .wpb_text_column {
    margin-top: 20px;
}
.about-page-bio h5 {
    font-size: 35px;
	margin-bottom: 20px;
	font-weight: 600;
    font-family: 'Verdana Pro Cond';
}
.about-page-bio .site-btn a {
    min-width: 315px;
	margin-top: 20px;
}
.job-experience-section .site-heading {
    margin-bottom: 30px;
}
.job-experience-section h3 {
    font-size: 54px;
    font-weight: 300;
	margin-bottom: 30px;
}
.job-experience-section .process-sub>.vc_column-inner>.wpb_wrapper{
}
.job-experience-section .process-sub h4{
	border:none;
}
.job-experience-section p strong {
    color: #FDAB07;
}
.experience-section .process-sub>.vc_column-inner>.wpb_wrapper{
	min-height: 360px;
}
.growth-today-section h2 {
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
    line-height: 78px;
}
.experience-section .process-sub .wpb_single_image {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.experience-section {
    padding-bottom: 200px;
}
.about-page-bio {
    padding-top: 170px;
}
.growth-today-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
	margin-bottom: 180px;
}
.growth-today-section .site-heading {
    margin-bottom: 70px;
}
.growth-today-section .site-btn {
    margin-top: 100px;
}
.growth-today-section .site-btn a{
    border-color:#fff !important;
}
.faq-banner {
    min-height: 800px;
    height: 100vh;
}
.faq-bg-heading {
    font-size: 150px;
    font-family: 'Verdana Pro Cond';
    font-weight: 900;
	padding-bottom: 45px;
	position: relative;
	margin-bottom: 50px;
	opacity: 0;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition-delay:1s;
	-webkit-transition-delay:1s;
	-moz-transition-delay:1s;
}
.faq-banner.animated .faq-bg-heading{
	opacity:1;
}
.faq-bg-heading:after {
    content: '';
    position: absolute;
    width: 0;
    height: 11px;
    background: #FDAB07;
    bottom: 0;
    left: 0;
	transition:1s ease-in-out;
	-webkit-transition:1s ease-in-out;
	-moz-transition:1s ease-in-out;
	transition-delay:1.5s;
	-webkit-transition-delay:1.5s;
	-moz-transition-delay:1.5s;
}
.faq-banner.animated .faq-bg-heading:after {
    width: 205px;
}
.faq-banner .wpb_text_column.wpb_content_element {
    max-width: 530px;
	opacity:0;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition-delay:1.5s;
	-webkit-transition-delay:1.5s;
	-moz-transition-delay:1.5s;
}
.faq-banner.animated .wpb_text_column.wpb_content_element {
	opacity:1;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition-delay:1.8s;
	-webkit-transition-delay:1.8s;
	-moz-transition-delay:1.8s;
}
.faq-circle-img-row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.faq-banner.animated .faq-circle-img-row{
    top: -420px;
    right: -980px;
	left: auto;
	transition:1.8s ease-in-out;
	-webkit-transition:1.8s ease-in-out;
	-moz-transition:1.8s ease-in-out;
}
.faq-circle-img {
    transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
	transition:2s ease-in-out;
	-webkit-transition:2s ease-in-out;
	-moz-transition:2s ease-in-out;
}
.faq-banner.animated .faq-circle-img {
    transform: scale(1) rotate(360deg);
	-webkit-transform: scale(1) rotate(360deg);
	-moz-transform: scale(1) rotate(360deg);
}
.question-section .site-heading {
    margin-bottom: 85px;
}
.question-section .question-row {
    max-width: 960px;
    margin: 30px auto !important;
}
.question-section .process-sub h4 {
    padding-bottom: 20px;
}
.question-section .process-sub p {
    line-height: 50px;
}
.question-section .process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: auto;
}
.specialization-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
	height: 100%;
    transition: 1.3s ease-in-out;
	-webkit-transition: 1.3s ease-in-out;
	-moz-transition: 1.3s ease-in-out;
}
.specialization-section.animated:after {
    top: auto;
    bottom: 0;
	height: 0;
}
.specialization-sub-div .vc_column-inner {
    min-height: 600px;
    height: 100vh;
	padding-left: 70px !important;
    padding-right: 70px !important;
}
.specialization-sub-div .wpb_wrapper {
    margin-bottom: 50px !important;
    position: relative;
    z-index: 2;
}
.specialization-sub-div .vc_custom_heading {
    font-size: 40px;
    font-family: 'Verdana Pro Cond';
    font-weight: 800;
	position: relative;
}
.specialization-sub-div .vc_custom_heading a{
	padding-bottom: 25px;
	display: block;
}
.specialization-sub-div .vc_custom_heading:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 90px;
    background: #fff;
    bottom: 0;
    left: 0;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
}
.specialization-sub-div>.vc_column-inner:hover .vc_custom_heading:after {
	width:70%;
}
.specialization-sub-div p {
    color: #fff;
	margin-top: 20px;
    line-height: 47px;
}
.specialization-sub-div>.vc_column-inner:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
	background:url(../images/counseling-services-hover-img.png) no-repeat !important;
	background-size:cover !important;
	background-position: center !important;
	transition:.5s ease-in-out;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
}
.specialization-sub-div>.vc_column-inner:hover:after{
    opacity: 1;
    visibility: visible;
}
.specialization-wellness >.vc_column-inner:after{
    background:url(../images/wellness-growth-hover-img.png) no-repeat !important;
	background-size:cover !important;
	background-position: center !important;
}
.specialization-personal>.vc_column-inner:after{
    background:url(../images/personal-coaching-hover-img.png) no-repeat !important;
	background-size:cover !important;
	background-position: center !important;
}

.services-top-bg .vc_single_image-wrapper{
    transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
    transition: 1.2s ease-in-out;
	-webkit-transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
	 max-width: 210px !important;
}
.contact-circle-img {
    transform: scale(0) rotate(0deg);
	-webkit-transform: scale(0) rotate(0deg);
	-moz-transform: scale(0) rotate(0deg);
    transition: 1.5s ease-in-out;
	-webkit-transition: 1.5s ease-in-out;
	-moz-transition: 1.5s ease-in-out;
}
.services-top-bg.animated .vc_single_image-wrapper, .contact-circle-bg.animated .contact-circle-img {
    transform: scale(1) rotate(360deg);
	-webkit-transform: scale(1) rotate(360deg);
	-moz-transform: scale(1) rotate(360deg);
}
.services-top-bg {
	min-height: 100vh;
    padding-top: 120px !important;
    padding-bottom: 50px;
}
.services-top-bg h2 {
    font-family: 'Verdana Pro Cond';
    font-weight: 800;
	margin-bottom: 30px;
}
.services-top-bg .wpb_text_column {
    margin-top: 30px;
}
.services-top-bg p {
    text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 52px;
}
.services-top-bg h2, .services-top-bg h4, .services-top-bg .site-btn, .services-top-bg .wpb_text_column, .contact-circle-text .site-heading, .contact-circle-text .wpb_text_column{
	opacity:0;
	transition: 1.2s ease-in-out;
	-webkit-transition: 1.2s ease-in-out;
	-moz-transition: 1.2s ease-in-out;
}
.services-top-bg h2{
	transition-delay:.4s;
}
.services-top-bg h4, .contact-circle-text .site-heading{
	transition-delay:.7s;
}
.services-top-bg .wpb_text_column, .services-top-bg .site-btn, .contact-circle-text .wpb_text_column{
	transition-delay:.9s;
}
.services-top-bg.animated h2, .services-top-bg.animated h4, .services-top-bg.animated .site-btn, .services-top-bg.animated .wpb_text_column, .contact-circle-bg.animated .site-heading, .contact-circle-bg.animated .wpb_text_column{
	opacity:1;
}
.services-sec-section {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.services-sec-section .wpb_text_column {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}
.page-id-44 .services-sec-section .wpb_text_column {
    max-width: 1260px;
}
.services-sec-section p {
    line-height: 50px;
    margin-bottom: 5px;
}
.counseling-services-middle-section .vc_row {
    margin-bottom: 20px;
}
.counseling-services-middle-section .wpb_column>.vc_column-inner {
    padding: 8px !important;
}
.counseling-services-middle-section .wpb_column .wpb_single_image img {
    width: 100%;
}
.counseling-services-middle-section .vc_custom_heading {
    font-size: 34px;
    font-family: 'Verdana Pro Cond';
    font-weight: 800;
    border-bottom: 1px solid #FDAB07;
    padding-bottom: 15px;
	margin-left: 20px;
    margin-right: 20px;
}
.counseling-services-middle-section ul li {
    font-size: 26px;
    color: #28649e;
    line-height: 36px;
    font-weight: 300;
    position: relative;
    list-style: none;
    padding: 0 50px;
    margin-bottom: 10px;
}
.counseling-services-middle-section ul li:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 30px;
    height: 30px;
	background:url(../images/li-before.png) no-repeat;
}
.services-last-section {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
	margin-top: 60px;
}
.services-last-section p {
    text-align: center;
    color: #fff;
    font-size: 43px;
    line-height: 56px;
}
.services-last-section p strong {
    font-weight: normal;
}
.services-last-section .site-btn {
    margin-top: 60px;
}
.services-last-section .site-btn a {
    min-width: 334px;
}
.wellness-personal-growth-bg h4 {
    font-size: 50px;
    max-width: 1280px;
    margin: 0 auto;
    line-height: normal;
}
.wellness-personal-growth-bg .site-btn {
    margin-top: 100px;
}
.wellness-growth-middle-section .wpb_text_column {
    max-width: 1450px;
    text-align: left;
}
.career-text-div .vc_custom_heading {
    font-family: 'Verdana Pro Cond';
    font-weight: 800;
	margin-top: 0;
}
.career-path-section .vc_row .vc_column-inner {
    padding: 0;
}
.career-path-section img {
    width: 100%;
}
.career-right-text-div {
    padding-left: 80px !important;
}
.career-left-text-div {
    padding-right: 80px !important;
	text-align: right;
}
.career-path-section>.vc_row {
    margin: 90px 0;
}
.contact-circle-bg {
    height: 2280px;
}
.contact-circle-row {
    position: absolute;
    left: 0;
    right: 0;
}
.contact-circle-text {
    max-width: 700px;
    margin: 0 auto !important;
	padding-top: 0px;
}
.contact-circle-text .site-heading:after{
	display:none;
}
.contact-circle-text .site-heading {
    margin-top: 80px;
	margin-bottom: 130px
}
.contact-circle-text .footer-contact ul {
    margin: 0 auto;
    display: table;
}
.contact-circle-text .footer-contact ul li {
    font-size: 28px;
	margin: 40px 0;
}
.contact-circle-text .footer-contact ul li:before {
    width: 46px;
    height: 50px;
    background-size: contain !important;
}
.contact-form-section {
    margin-top: 0px;
	margin-bottom: 150px;
}
.contact-form-section>.vc_row {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(40, 100, 158, 0.5607843137254902);
    -webkit-box-shadow: 0px 1px 2px rgba(40, 100, 158, 0.5607843137254902);
    -moz-box-shadow: 0px 1px 2px rgba(40, 100, 158, 0.5607843137254902);
	transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    border-radius: 10px;
	max-width: 1020px;
    margin: 0 auto;
    padding: 50px 30px;
}
.contact-form-section>.vc_row:hover {
    box-shadow: 0px 2px 15px rgba(40, 100, 158, 0.5607843137254902);
    -webkit-box-shadow: 0px 2px 15px rgba(40, 100, 158, 0.5607843137254902);
    -moz-box-shadow: 0px 2px 15px rgba(40, 100, 158, 0.5607843137254902);
}
input, textarea {
    height: 54px;
    border: none;
    border-bottom: 1px solid #28649E;
    display: block;
    font-size: 28px;
    color: #28649E ;
    outline: none;
	font-weight: normal;
	width: 100%;
	background: transparent  !important;
	border-radius: 0 !important;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #28649E;
	background: transparent  !important;
}
	
.wpcf7-not-valid {
    border-color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    z-index: 1;
	width: 100%;
}
.input-field {
    position: relative;
	margin-bottom: 60px;
}
.input-field label {
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    width: 100%;
    color: #28649E;
    transition: 0.2s all;
    cursor: text;
    font-size: 28px;
    font-weight: normal;
	margin: 0;
	z-index: 0;
}
.input-field.focused label{
	font-size: 18px;
    top: -24px;
    color: #FDAB07;
}
.input-field.focused input, .input-field.focused textarea{
    border-color: #FDAB07;
}
.contact-form-btn {
    display: inline-block;
    width: 100%;
}
.site-submit-btn {
    width: 180px;
    background-color: #28649e;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    height: 53px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    float: right;
}
.site-submit-btn .submit-btn {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    height: 53px;
    border: none !important;
    left: -10px;
    position: relative;
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.site-submit-btn:after {
    content: '';
    position: absolute;
    right: 38px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    top: 22px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 11px !important;
    height: 11px !important;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.site-submit-btn:hover:after {
    right: 35px;
}
.contact-form-section .input-field {
    width: 48%;
    display: inline-block;
}

.float-right {
    float: right;
}
.contact-form-section .full-width {
    width: 100%;
}
.contact-form-section .site-heading {
    margin-bottom: 70px;
}
.contact-form-section .vc_custom_heading:after{
	display:none;
}
.site-submit-btn:hover .submit-btn {
    left: -15px;
}
.wpcf7-response-output {
    font-size: 30px;
    padding: 15px !important;
    color: #28649e;
    text-align: center;
	margin: 20px 0 !important;
}
.tab-img, .mobile-img, .tab-content {
    display: none !important;
}
.job-experience-section .process-sub p br {
    display: none;
}
.mobile-show {
    display: none !important; 
}
.career-path-section .img-sec {
    display: none;
}
.about-page-bio .wpb_single_image {
    max-height: 1000px;
    overflow: hidden;
    border-radius: 20px;
}
.your-future-section {
    max-width: 1510px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.your-future-section.things-better {
    max-width: 1520px;
}
.home-your-growth-section {
    padding-top: 30px;
}
.home-your-future-section .desktop-content .vc_custom_1577881899113 {
    margin-top: 12px !important;
}
.growth-text-row .site-btn, .your-future-section .site-btn {
    margin-top: 10px;
}
@media only screen and  (min-width: 1025px) and (max-width: 1480px){
.carousel-inner img {
    margin: 0 auto !important;
    width: auto;
    max-height: 320px;
    display: table;
    max-width: 100%;
}
.footer .social-div, .site-menu .social-div {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
    width: 100%;
}
.slider-btn-div {
    top: 490px !important;
}
.home-slider .carousel-caption {
    margin-top: 200px !important;
}
.home-slider .slider-circle img {
    max-width: 110px;
}
.carousel-caption h3 {
    font-size: 35px;
}
.services-top-bg .vc_single_image-wrapper {
    max-width: 170px !important;
}
 
    
}


@media only screen and (min-width: 1025px) and  (max-height: 1000px){
.site-menu {
    padding-top: 95px;
	display: block;
	overflow-y: auto;
	padding-left: 15px;
    padding-right: 15px;
}	
.site-menu .social-div {
    position: relative;
    bottom: 15px;
	left: 0;
    right: 0;
}
	
}

@media only screen and (max-width: 1800px){
.contact-circle-bg {
    height: 1970px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 26px;
}
.services-top-bg h4 {
    font-size: 46px;
}
.wellness-personal-growth-bg .site-btn {
    margin-top: 60px;
}
.services-top-bg .vc_single_image-wrapper {
    max-width: 190px !important;
}
    
}
@media only screen and (max-width: 1650px){
.contact-circle-text .site-heading {
    margin-bottom: 60px;
    font-size: 60px;
}
.slider-btn-div {
    top: 570px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 25px;
}
.contact-circle-bg {
    height: 1500px;
}
.carousel-caption h3 {
    font-size: 44px;
}
.home-slider .carousel-caption {
    margin-top: 280px;
}
.contact-circle-bg {
    height: 1880px;
}
	
}

@media only screen and (max-width: 1480px){
.slider-btn-div {
    top: 530px;
}
.home-slider .carousel-caption {
    margin-top: 240px;
}
.growth-text-row {
    width: 78%;
}
.contact-circle-text .site-heading {
    margin-top: 20px;
}
.site-menu li a {
    font-size: 45px;
}
h3 {
    font-size: 40px;
}
.carousel-caption h3 {
    font-size: 44px;
}
.home-slider {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
}
.slider-btn-div {
    top: 570px;
}
.site-btn a {
    font-size: 18px !important;
    padding: 12px 0px !important;
    min-width: 160px;
}
.big-btn a {
    min-width: 304px;
}
#menu-toggle span:before, #menu-toggle span:after {
    height: 5px;
    width: 45px;
}
#menu-toggle span:before {
    top: -6px;
}
#menu-toggle {
    margin-top: 10px;
}
#menu-toggle span:after {
    top: 13px;
}

.pt-15 {
    padding-top: 110px;
}
.pb-15 {
    padding-bottom: 110px;
}
.pt-17 {
    padding-top: 130px;
}
.ft-8 {
    font-size: 60px;
    line-height: 74px;
}
.home-your-growth-section {
    padding-top: 50px;
}

.process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 515px;
}
.growth-overlay-heading {
    font-size: 36px;
}
p, .sp-testimonial-free-section h2.tfree-client-name, .growth-today-section .ft-6, .services-last-section p, .services-top-bg p {
    font-size: 25px !important;
	line-height: 38px !important;
}
.services-top-bg p {
    font-size: 27px;
    line-height: 41px;
    font-weight: 400;
}
.services-sec-section p {
    line-height: 40px;
}
.specialization-sub-div p {
    line-height: 32px;
}
.process-sub h4 {
    font-size: 34px;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 30px;
}
.about-page-bio h5 {
    font-size: 30px;
}
.job-experience-section h3 {
    font-size: 44px;
}
.experience-section .process-sub .wpb_single_image {
    min-height: 130px;
}
.growth-today-section .site-heading {
    margin-bottom: 40px;
}
.growth-today-section .site-btn {
    margin-top: 70px;
}
.growth-today-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-bottom: 100px;
}
.faq-banner.animated .faq-circle-img {	
    max-width: 1500px;
}
.faq-bg-heading {
    font-size: 125px;
	padding-bottom: 35px;
}
.faq-banner.animated .faq-bg-heading:after {
    width: 180px;
}
.question-section .process-sub p {
    line-height: 44px;
}
.specialization-sub-div .vc_column-inner {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.specialization-sub-div .vc_custom_heading {
    font-size: 26px;
}
.specialization-sub-div .vc_custom_heading a {
    padding-bottom: 15px;
}
.specialization-sub-div p {
    line-height: normal;
}
.wellness-personal-growth-bg h4 {
    font-size: 40px;
}
.ft-5 {
    font-size: 40px;
}
.counseling-services-middle-section .vc_custom_heading {
    font-size: 28px;
}
.counseling-services-middle-section ul li{
	font-size: 24px;
    line-height: 36px;
	padding: 0 40px;
}
.counseling-services-middle-section ul li:before {
    left: 3px;
    top: 6px;
    width: 26px;
    height: 26px;
    background-size: cover;
}
.services-last-section .site-btn a {
    min-width: 310px;
}
.footer-logo {
    margin-top: 40px;
}	
.ft-6 {
    font-size: 40px;
    line-height: normal;
}
.career-path-section>.vc_row {
    margin: 50px 0;
} 
.services-sec-section {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}
.input-field label, input, textarea, .wpcf7-response-output {
    font-size: 28px;
}
.contact-circle-bg {
    height: 1640px;
}
.contact-circle-text .site-heading {
    font-size: 54px;
}
.contact-circle-text {
    max-width: 540px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 20px;
	margin: 30px 0;
}
.contact-circle-text .footer-contact ul li:before {
    width: 35px;
    height: 40px;
}
.contact-circle-text {
    padding-top: 70px;
}
.social-div ul li a img {
    max-width: 40px;
    max-height: 40px;
}
.growth-today-section .vc_row {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.faq-banner.animated .faq-circle-img-row {
    top: -360px;
    right: -800px;
}
}

@media only screen and (min-width: 1024px) and (max-height: 1180px){
.about-bg .wpb_single_image img {
    height: 80vh;
}  
}


@media only screen and (max-width: 1199px){
.ft-8 {
    font-size: 54px;
    line-height: 66px;
}
.contact-circle-bg {
    height: 1380px;
}
.counseling-services-middle-section .vc_custom_heading {
    font-size: 24px;
}
.faq-banner.animated .faq-circle-img-row {
    right: -920px;
}
.job-experience-section h3 {
    font-size: 40px;
}
.carousel-caption h3 {
    font-size: 35px;
}
.growth-overlay-heading {
    font-size: 26px;
}
p, .sp-testimonial-free-section h2.tfree-client-name, .growth-today-section .ft-6, .services-last-section p, .services-top-bg p {
    font-size: 23px !important;
    line-height: 34px !important;
}
.contact-circle-text {
    max-width: 420px;
}
.question-section .site-heading {
    margin-bottom: 45px;
}
.home-slider .carousel-inner {
    min-height: 770px;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 530px;
}
.slider-btn-div {
    top: 470px;
}
.career-right-text-div {
    padding-left: 40px !important;
}
.career-left-text-div {
    padding-right: 40px !important;
}


}

@media only screen and (max-width: 1024px){
.site-header .container, .footer .container, .container {
    padding-left: 60px;
    padding-right: 60px;
}
.site-menu .social-div {
    margin-left: 60px;
    margin-right: 60px;
}
.preloader-wrap img {
    max-width: 150px;
	margin: 0 auto 20px;
}	
.slider-btn-div i {
    font-weight: bold;
    font-size: 30px;
}
.slider-btn-div a.right i:after, .slider-btn-div a.left i:after {
    height: 3px;
    width: 80px;
    margin-top: 15px;
}
.loader-circle-img img {
    max-width: 64px;
}
.loader, .percentage {
    width: 230px;
}
.site-menu li a {
    font-size: 40px;
}
.menu-div li {
    margin: 10px 0;
}
.social-div ul li a img {
    max-width: 30px;
    max-height: 30px;
}	
.site-logo img {
    max-width: 195px;
}
#menu-toggle span:before, #menu-toggle span:after {
    width: 43px;
}
.site-menu {
    padding-left: 15px;
    padding-right: 15px;
}
.site-menu .social-div {
    bottom: 0;
	position: absolute;
}
.home-slider .slider-circle img {
    max-width: 90px;
}
.home-slider {
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
}
.slider-btn-div {
    top: 450px;
}
h3 {
    font-size: 35px;
}
.home-slider .carousel-caption {
    margin-top: 160px;
}
.site-btn a {
    font-size: 16px !important;
	padding: 11px 0px !important;
}
.site-btn a .fa {
    font-size: 12px !important;
}
.home-slider .site-btn {
    margin-top: 40px;
}
.home-slider .carousel-inner {
    min-height: 600px;
}
.ft-8 {
    font-size: 40px;
    line-height: 48px;
}
.site-heading:after {
    width: 30px;
    height: 30px;
    background-size: contain;
	margin-left: 5px;
    margin-bottom: -10px;
}
.home-slider .slider-circle {
    margin: 0 30px;
}
.desktop-img, .desktop-content {
    display: none !important;
}
.tab-img {
    display: inline-block !important;
}
.tab-content{
	display:block !important;
}
.pt-17 {
    padding-top: 80px;
}
.growth-overlay-heading {
    font-size: 26px;
}
.growth-sub-div>.vc_column-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
p, .sp-testimonial-free-section h2.tfree-client-name{
       font-size: 18px !important;
    line-height: 24px !important;
}
.services-top-bg p {
    font-size: 29px;
    line-height: 40px;
}
.services-last-section p{
	font-size: 24px;
    line-height: 33px;
}
.growth-today-section .ft-6{
	font-size: 25px;
	line-height: 33px;
	max-width: 730px;
    margin: 0 auto;
}
.growth-text-row {
    max-width: 760px;
    width: 90%;
    margin: 30px auto !important;
}
.growth-text-row .site-btn, .your-future-section .site-btn {
    margin-top: 0;
}
.pt-15 {
    padding-top: 50px;
}
.pb-15 {
    padding-bottom: 70px;
}
.your-future-section .site-heading {
    max-width: 590px;
    margin: 0 auto 40px;
}
.your-future-section .site-heading br {
    display: none;
}
.your-future-section .text-div {
    padding-left: 0px;
}
.sp-testimonial-free-section h2.tfree-client-name {
    margin-top: 0px;
}
.sp-testimonial-free-section .tfree-client-testimonial, .sp-testimonial-free-section p {
    margin-bottom: 10px;
}

.site-btn a {
    min-width: 150px;
}
.big-btn a {
    min-width: 270px;
}
.things-better .tab-content {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
	margin: 60px 0 !important;
}
.footer-logo img.mobile-hide {
    max-width: 240px;
}
.footer-contact ul li {
    font-size: 13px;
    margin: 20px 0;
    padding-left: 30px;
    position: relative;
}
.footer-contact ul li:before {
    width: 20px;
    height: 30px;
    background-size: contain !important;
}
.footer-top-div {
    padding: 10px 0 0;
}
.footer-logo {
    margin-top: 30px;
}
.social-div ul li a img {
    margin-top: 0;
}
.social-div ul li {
    margin: 0 10px;
}
.social-div ul {
    margin: 0;
}
#menu-toggle span:before {
    top: -2px;
}
#menu-toggle.open span:before {
    top: -7px;
}
.menu-div li a:after {
    width: 12px;
    height: 20px;
    vertical-align: middle;
}
.about-bg {
    padding-top: 120px !important;
    padding-bottom: 30px;
	margin-bottom: 100px;
}
.process-sub h4 {
    font-size: 26px;
}
.process-sub p {
    font-size: 18px;
}
.process-sub>.vc_column-inner {
    padding: 5px !important;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 322px;
	padding: 25px;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 23px;
}
.process-sub .wpb_text_column {
    margin-top: 10px;
    margin-bottom: 0;
}
.about-page-bio {
    padding-top: 140px;
}
.about-page-bio h5 {
    font-size: 22px;
	margin-top: 0;
}
.about-page-bio p strong {
    font-size: 22px;
}
.about-page-bio p {
    margin-bottom: 15px;
}
.about-page-bio .site-btn a {
    min-width: 270px;
    margin-top: 0;
}
.job-experience-section {
    padding-top: 100px;
}
.job-experience-section h3 {
    font-size: 35px;
	margin-bottom: 60px;	
}
.job-experience-section .process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 30px;
}
.experience-section .process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 23px;
}
.job-experience-section .process-sub h4 {
    font-size: 20px;
    padding-bottom: 0px;
}
.job-experience-section .process-sub p strong {
    font-size: 25px;
}
.job-experience-section .process-sub p br {
    display: block;
}
.experience-section .process-sub .tab-img {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.experience-section .process-sub .wpb_single_image {
    min-height: 90px;
}
.experience-section .process-sub p {
    font-size: 20px;
}
.experience-section .process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 210px;
}
.experience-section {
    padding-bottom: 130px;
}
.faq-banner.animated .faq-circle-img-row {
    top: -100px;
    right: -460px;
}
.faq-banner.animated .faq-circle-img {
    max-width: 951px;
}
.faq-banner {
    height: 768px;
}
.faq-bg-heading {
    font-size: 90px;
    padding-bottom: 30px;
	margin-bottom: 20px;
}
.faq-banner.animated .faq-bg-heading:after {
    width: 94px;
}
.faq-banner .wpb_text_column.wpb_content_element {
    max-width: 340px;
}
.question-row .process-sub h4 {
    font-size: 38px;
}
.question-row .process-sub p {
    font-size: 27px;
    line-height: 36px;
}
.question-row  .process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 35px;
	padding-bottom: 50px;
}
.specialization-sub-div .vc_column-inner {
    min-height: 450px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 100vh;
}
.specialization-sub-div .wpb_wrapper {
    margin-bottom: 35px !important;
}
.specialization-sub-div .vc_custom_heading {
    font-size: 22px;
}
.specialization-sub-div .vc_custom_heading a {
    padding-bottom: 15px;
}
.specialization-sub-div .vc_custom_heading:after {
    width: 53px;
}
.specialization-sub-div p {
    font-size: 18px;
}
.question-section .site-heading {
    margin-bottom: 35px;
}
.services-top-bg .vc_single_image-wrapper img {
    max-width: 115px;
}
.services-top-bg h2 {
    font-size: 60px;
	margin-bottom: 40px;
	line-height: 73px;
}
.services-top-bg h4 {
    font-size: 30px;
}
.wellness-personal-growth-bg h4.vc_custom_heading {
    max-width: 770px;
}
.wellness-personal-growth-bg .site-btn {
    margin-top: 70px;
}
.services-top-bg {
	padding-top: 80px !important;
}
.services-sec-section p {
    line-height: 27px;
}
.services-sec-section {
    padding-top: 120px !important;
}
.services-last-section .site-heading {
    margin-bottom: 20px;
}
.services-last-section .site-btn a {
    min-width: 270px;
}
.services-last-section {
    padding-bottom: 60px !important;
}
body .wellness-personal-growth-bg{
	background-image:url(../images/wellness-growth-bg-tab.png) !important; 
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
body .counseling-services-bg, body .personal-coaching-bg{
	background-image:url(../images/counseling-services-bg-tab.png) !important; 
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.counseling-services-bg h4 {
    font-size: 35px;
}
.counseling-services-middle-section .vc_custom_heading {
    font-size: 22px;
    margin-left: 0;
    margin-right: 0;
}
.services-top-bg .wpb_single_image {
    margin-bottom: 0 !important;
}
.counseling-services-middle-section ul li {
    font-size: 19px;
    line-height: 29px;
    padding: 0;
	padding-left:30px;
}
.counseling-services-middle-section ul li:before {
    top: 7px;
    width: 15px;
    height: 15px;
    background-size: contain;
}
.personal-coaching-bg h4 {
    font-size: 35px;
}
.page-id-46 .services-sec-section {
    padding-bottom: 30px !important;
}
.page-id-46 .services-sec-section .site-heading {
    margin-bottom: 30px;
}
.page-id-46 .services-sec-section .wpb_text_column {
    max-width: 680px;
}
.career-right-text-div {
    padding-left: 17px !important;
}
.career-left-text-div{
    padding-right: 17px !important;
}
.career-text-div .vc_custom_heading {
    font-size: 30px;
}
.contact-circle-text .site-heading {
    margin-top: 0px;
}
.contact-circle-bg {
    height: 1160px;
}
.contact-circle-text .site-heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 18px;
    margin: 30px 0;
	padding-left: 50px;
}
.contact-form-section .site-heading {
    font-size: 38px;
}
.input-field label, input, textarea, .wpcf7-response-output {
    font-size: 24px;
}
.input-field label{
	line-height: 45px;
}
.site-submit-btn {
    width: 160px;
    font-size: 15px;
    height: 48px;
} 
.site-submit-btn .submit-btn {
    font-size: 15px;
    height: 48px;
}
.site-submit-btn:hover:after {
    right: 35px;
}
.site-submit-btn:after {
    right: 40px;
    top: 11px;
    font-size: 19px;
}
.input-field {
    margin-bottom: 50px;
}
.about-page-bio .wpb_single_image {
    max-height: 668px;
} 
.site-submit-btn:after {
    width: 9px !important;
    height: 9px !important;
    top: 21px !important;
}
.site-btn a .fa {
    width: 9px !important;
    height: 9px !important;
}
.site-btn a:hover .fa {
    margin-left: 10px;
}
#menu-toggle {
    margin-top: 6px;
}
.carousel-caption h3 {
    font-size: 26px;
}
}
@media only screen and (max-width: 991px){
h3 {
    font-size: 26px;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 345px;
}
#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-prev, #sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-next {
    width: 48px;
    height: 48px;
    line-height: 46px;
}


}

@media only screen and (min-width: 768px) and (max-width: 900px){
 .process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 370px;
}
.process-sub p {
    font-size: 16px;
}
    
}

@media only screen and (max-height: 800px){
.site-menu .social-div {
    position: relative;
	margin-top: 30px;
}	
.site-menu {
    padding-top: 110px;
    display: block;
	overflow-y: auto;
}
}

@media only screen and (max-width: 767px) and (max-height: 667px){
.home-slider {
    padding-top: 130px !important;
}
.home-slider .carousel-caption {
    margin-top: 190px !important;
}
.slider-btn-div {
    top: 270px !important;
}
}


@media only screen and (max-width: 900px){
.slider-btn-div {
    top: 400px;
}
#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-prev, #sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-next {
    width: 48px;
    height: 48px;
    line-height: 44px;
}
#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-arrow:hover {
    font-size: 30px;
}
.growth-overlay-heading {
    font-size: 22px;
}
.services-top-bg h2 {
    font-size: 51px;
    line-height: 65px;
}
.contact-circle-bg {
    height: 840px;
}
.contact-circle-text .site-heading {
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 42px;
	margin-top: 10px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 16px;
    margin: 20px 0;
    padding-left: 43px;
}
.contact-circle-text .footer-contact ul li:before {
    width: 30px;
    height: 34px;
}
	
	
	
}




@media only screen and (max-width: 767px){
.preloader-wrap img {
    max-width: 120px;
}
.site-header .container, .footer .container, .container {
    padding-left: 40px;
    padding-right: 40px;
}
.site-menu .social-div {
    margin-left: 40px;
    margin-right: 40px;
}
.slider-btn-div i {
    font-size: 26px;
}
.slider-btn-div a.right i:after, .slider-btn-div a.left i:after {
    height: 2px;
    width: 57px;
    margin-top: 13px;
}
.loader-circle-img img {
    max-width: 50px;
}
.loader, .percentage {
    width: 190px;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}
.site-menu li a {
    font-size: 28px;
}
.menu-div li {
    margin: 15px 0;
}
.menu-div li a:after, .site-menu .social-div {
    display: none !important;
}
.site-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-grid;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-logo img {
    max-width: 140px;
}
.site-header {
    padding: 10px 0;
}
#menu-toggle {
    width: 35px;
    height: 30px;
	margin-top: 0;
}
 #menu-toggle span {
	width: 35px; 
 }
#menu-toggle span:before, #menu-toggle span:after{
    width: 35px;
	height: 4px;
}
#menu-toggle span:before {
    top: 0px;
}
#menu-toggle span:after {
    top: 11px;
}
#menu-toggle.open span:after {
    top: 13px;
}
.site-menu {
    padding-top: 65px;
}
h3 {
    font-size: 29px;
}
.home-slider .carousel-inner {
    min-height: 550px;
}
.ft-8 {
    font-size: 32px;
    line-height: 40px;
}
.home-your-growth-section{
	padding-top:0;
}
.growth-sub-div {
	max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.growth-overlay-heading {
    font-size: 26px;
}
p, .sp-testimonial-free-section h2.tfree-client-name {
    font-size: 18px;
    line-height: 26px;
}
.home-your-future-section .site-heading {
    max-width: 430px;
}
.your-future-section .site-btn {
    margin: 0 auto;
    display: table !important;
}
.mobile-hide {
    display: none !important;
}
.mobile-show {
    display: block !important;
}
.home-logos-section .wpb_wrapper {
    display: block;
}
.home-logos-section .wpb_wrapper .wpb_single_image {
    width: 49%;
    margin: 25px 0;
    display: inline-block;
    text-align: center;
	padding: 0 10px;
}
.home-logos-section {
    padding-top: 70px;
    padding-bottom: 100px;
}
.sp-testimonial-free-section p {
    font-size: 15px;
    line-height: 20px;
}
 .sp-testimonial-free-section h2.tfree-client-name {
    font-size: 15px;
    margin-top: 20px;
}
#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-prev, #sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-next {
    width: 35px;
    height: 35px;
    line-height: 30px;
    top: 160px;
}
.sp-testimonial-free-section .slick-prev, .sp-testimonial-free-section .slick-next {
    font-size: 20px;
}
.sp-testimonial-free-section .slick-prev:hover, .sp-testimonial-free-section .slick-next:hover {
    font-size: 26px;
}
.things-better .tab-content {
    margin: 20px 0 60px 0 !important;
}
.about-bg {
    min-height: 500px;
	margin-bottom: 30px;
}
.about-bg .wpb_single_image img {
    max-width: 330px;
    width: 100%;
    height: auto;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 250px;
}
.about-page-bio {
    padding-top: 80px;
}
.about-page-bio h5, .about-page-bio p strong {
    font-size: 20px;
}
.about-page-bio .site-btn {
    display: table !important;
    margin: 0 auto;
}
.job-experience-section {
    padding-top: 80px;
}
.job-experience-section h3 {
    font-size: 28px;
}
.process-sub>.vc_column-inner {
    padding: 8px !important;
}
.job-experience-section .process-sub p {
    margin: 0;
    margin-bottom: 15px;
	line-height: 23px;
}
.job-experience-section .process-sub p strong {
    font-size: 18px;
}
.experience-section .process-sub p {
    font-size: 18px;
	text-align: center;
}
.experience-section .process-sub .wpb_single_image {
    min-height: auto;
    margin-bottom: 30px !important;
}
.experience-section {
    padding-bottom: 80px;
}
.growth-today-section .ft-6 {
    font-size: 20px;
    line-height: 27px;
}
.growth-today-section {
    margin-bottom: 80px;
}
.faq-banner.animated .faq-circle-img-row {
    top: auto;
    right: 0;
    left: 0;
    bottom: -330px;
    width: 100%;
}
.faq-banner.animated .faq-circle-img {
    width: 100%;
    width: 667px;
    position: absolute;
    bottom: 0;
    left: -30%;
    right: -26%;
    margin: 0 auto;
}
.faq-banner {
    height: 100vh;
    display: block !important;
    padding-top: 50px;
    text-align: center;
    min-height: 600px;
}
.faq-banner.animated .faq-bg-heading:after {
    width: 100px;
}
.faq-bg-heading:after{
	 height: 7px;
}
.faq-bg-heading {
    font-size: 60px;
	padding-bottom: 25px;
	display: inline-block;
}
.faq-banner .wpb_text_column.wpb_content_element {
    max-width: 340px;
    margin: 0 auto;
}
.question-row .process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 25px;
    padding-bottom: 50px;
}
.question-row .process-sub h4 {
    font-size: 30px;
}
.process-sub .wpb_text_column {
    margin-top: 15px;
}
.question-row .process-sub p {
    font-size: 20px;
    line-height: 30px;
	min-height: 130px;
}
.question-section .question-row {
    margin: 0px auto !important;
}
.footer-top-div>div {
    width: 100%;
    float: none;
    text-align: center;
	margin-bottom: 30px;
}
.footer-logo a {
    display: inline-block;
}
.footer-contact ul li {
    padding-left: 45px;
	font-size: 13px;
}
.footer-contact ul li:before {
    width: 25px;
    height: 30px;
}
.social-div ul li a img {
    max-width: 26px;
    max-height: 26px;
}
.specialization-sub-div .vc_column-inner {
    min-height: 270px;
    height: 33vh;
    padding-left: 40px !important;
    padding-right: 40px !important;
    background-position: top !important;
}
.specialization-sub-div .vc_custom_heading {
    font-size: 22px;
}
.specialization-sub-div p {
    margin-top: 0;
	font-size: 16px;
}
.specialization-sub-div>.vc_column-inner:hover .vc_custom_heading:after {
    width: 140px;
}

.specialization-counseling>.vc_column-inner:after {
    background-image: url(../images/counseling-services-img-mobile-hover.png) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.specialization-wellness>.vc_column-inner:after {
    background-image: url(../images/wellness-growth-img-mobile-hover.png) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.specialization-personal>.vc_column-inner:after {
    background-image: url(../images/personal-coaching-img-mobile-hover.png) !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.services-top-bg h2 {
    font-size: 44px;
	margin-bottom: 20px;
    line-height: 48px;
}	
.services-top-bg h4, .services-last-section p, .services-top-bg p {
    font-size: 22px;
	line-height: 27px;
}
.wellness-growth-middle-section .wpb_text_column {
    text-align: center;
}
.services-sec-section {
    padding-top: 90px !important;
}
.services-last-section {
    margin-top: 20px;
}
.services-last-section .site-btn a {
    min-width: 160px;
}
.services-top-bg .wpb_text_column {
    margin-top: 20px;
}
.site-heading {
    margin-bottom: 35px;
}
.counseling-services-middle-section .vc_custom_heading {
    margin-left: 20px;
    margin-right: 20px;
}
.career-right-text-div {
    padding-left: 0 !important;
    margin-top: 15px;
}
.career-left-text-div {
    padding-right: 0 !important;
	margin-top: 15px;
}
.career-left-text-div {
    text-align: left;
}
.career-path-section {
    padding-bottom: 0;
}
.contact-circle-row {
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
}
.contact-circle-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60%;
    right: -60%;
    width: 987px;
    margin: 0 auto;

}
.contact-circle-row div {
    height: 100%;
}
.contact-circle-bg {
    height: 992px;
}
.contact-circle-text {
    padding-top: 0px;
}
.contact-circle-text .site-heading {
    margin-bottom: 50px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 14px;
	margin: 24px 0;
}
.contact-circle-text .site-heading {
    font-size: 35px;
}
.contact-form-section .site-heading {
    font-size: 32px;
}
.contact-form-section .input-field {
    width: 100%;
	margin-bottom: 30px;
}
input, textarea {
    height: 34px;
}
.input-field label, input, textarea, .wpcf7-response-output {
    font-size: 20px;
}
.input-field.focused label {
    font-size: 14px;
}
.input-field label {
    line-height: 30px;
}
.contact-form-section>.vc_row {
    padding: 30px 5px;
}
.site-submit-btn {
    float: none;
    margin: 0 auto;
}

.error-404 img {
    max-width: 200px;
}

}

@media only screen and (max-width: 580px){
.slider-btn-div {
    top: 290px;
}
.specialization-sub-div .vc_column-inner {
    min-height: 200px;
    height: 33vh;
}
.site-header .container, .footer .container, .site-menu .social-div, .container {
    max-width: 100%;
}
.specialization-sub-div:first-child .vc_column-inner {
    min-height: 230px;
}
.home-slider {
    padding-top: 150px;
    height: 100vh;
    min-height: 600px;
}
.slider-btn-div {
    top: 340px;
}
.home-slider .carousel-inner {
    min-height: 100%;
}
.home-slider .carousel-caption {
    margin-top: 190px;
}
.carousel-inner>.active {
    padding-left: 0;
    padding-right: 0;
}

}


@media only screen and (max-width: 425px){
.site-logo img {
    max-width: 115px;
}
.site-header {
    border-bottom: 4px solid #28649E;
}
#menu-toggle span:before, #menu-toggle span:after {
    width: 30px;
}
#menu-toggle span {
    top: 10px;
}
.tab-img{
	display:none !important;
}
.mobile-img{
	display:inline-block !important;
}
.home-slider .slider-circle {
    margin: 0 22px;
}
.home-slider .slider-circle img {
    max-width: 65px;
}
h3 {
    font-size: 25px;
	line-height: 33px;
}
.slider-btn-div {
    top: 310px;
}
.home-slider .carousel-caption {
    margin-top: 220px;
}
.ft-8 {
    font-size: 25px;
    line-height: 30px;
}
.career-text-div .vc_custom_heading {
    font-size: 25px;
}
.site-heading:after {
    width: 20px;
    height: 20px;
}
.growth-sub-div>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0!important;
}
.growth-text-row .vc_column-inner {
    padding: 0 0 !important;
}
.growth-text-row {
    margin: 20px auto !important;
    width: 100%;
}
p {
    margin-bottom: 20px;
}
.your-future-section .wpb_single_image {
    margin-bottom: 0 !important;
}

.sp-testimonial-free-section .slick-prev {
    left: -25px;
}
.sp-testimonial-free-section .slick-next {
    right: -25px;
}
.sp-testimonial-free-section h2.tfree-client-name {
    line-height: 20px;
}
.things-better .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.your-future-section .text-div .vc_column-inner {
    margin-top: 20px !important;
}
.menu-div li {
    margin: 20px auto;
    max-width: 250px;
}
.site-menu li a {
    font-size: 25px;
	line-height: 30px;
}
body .about-bg{
	background-image:url(../images/about-bg-mobile.png) !important;
	
}
.process-sub>.vc_column-inner {
    padding: 0 !important;
}
.process-sub {
    margin-bottom: 15px;
}
.process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 300px;
}
.about-page-bio p {
    font-size: 15px;
    line-height: 20px;
}
.job-experience-section h3 {
    font-size: 25px;
}
.job-experience-section .process-sub h4 {
    font-size: 18px;
}
.job-experience-section .process-sub>.vc_column-inner>.wpb_wrapper {
    padding: 22px;
}
.process-sub .wpb_text_column {
    margin-top: 10px;
}
.job-experience-section .process-sub p {
    font-size: 15px;
	line-height: 20px;
}
.experience-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.experience-section .vc_row {
    margin-left: 0;
    margin-right: 0;
}
.experience-section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.experience-section {
    padding-top: 60px;
}
.experience-section .process-sub .wpb_single_image {
    min-height: auto;
    margin-bottom: 20px !important;
}
.experience-section .process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: auto;
}
.experience-section {
    padding-bottom: 70px;
}
.growth-today-section {
    margin-bottom: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
body 	.growth-today-section{
	background-image:url(../images/growth-today-mobile.png) !important;
}
.faq-banner .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.faq-banner.animated .faq-circle-img {
    left: -54%;
    right: -54%;
}
.faq-banner.animated .faq-circle-img-row {
    bottom: -360px;
}
.question-row .process-sub h4 {
    font-size: 25px;
}
.question-row .process-sub p {
    font-size: 18px;
    line-height: 24px;
    min-height: 130px;
}
.specialization-sub-div p {
    font-size: 15px;
}
.specialization-sub-div .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.specialization-sub-div .wpb_wrapper {
    margin-bottom: 15px !important;
}
.services-top-bg h2 {
    font-size: 40px;
    line-height: 44px;
}
.services-top-bg h4, .services-top-bg p {
    font-size: 18px;
    line-height: 24px;
}
.services-last-section p{
	font-size: 20px;
    line-height: 27px;
}
.services-sec-section {
    padding-top: 70px !important;
}
body .wellness-personal-growth-bg {
    background-image: url(../images/wellness-growth-bg-mobile.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
body .counseling-services-bg, body .personal-coaching-bg {
    background-image: url(../images/counseling-services-bg-mobile.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.services-last-section {
    margin-top: 0;
}
.services-last-section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.services-last-section {
    padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.services-top-bg h4{
    font-size: 18px;
    line-height: 24px;
}
.services-sec-section p {
    line-height: 24px;
}
.counseling-services-middle-section .wpb_column>.vc_column-inner {
    padding: 0 !important;
}
body .services-last-section{
	background-image: url(../images/services-last-bg-mobile.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.page-id-46 .services-sec-section .site-heading {
    margin-bottom: 30px;
    max-width: 190px;
    margin: 0 auto 30px;
}
.site-heading:after {
    margin-right: -20px;
}
.personal-coaching-bg .wpb_single_image {
    margin-bottom: 20px !important;
}
.career-path-section .img-first {
    display: none;
}
.career-path-section .img-sec {
    display: block;
}
.career-path-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.career-text-div p {
    font-size: 20px;
    line-height: 27px;
}
.contact-circle-img {
    left: -103%;
    right: -100%;
}
.contact-circle-text .footer-contact ul li:before {
    width: 25px;
    height: 32px;
}
.contact-form-section .site-heading {
    font-size: 30px;
    max-width: 260px;
    margin: 0 auto 70px;
}
.contact-form-section {
    margin-bottom: 130px;
}
.contact-circle-row {
    top: 0px;
}
.contact-circle-text .site-heading {
    margin-bottom: 0px;
}

}

@media only screen and (max-width: 350px){
.ft-8, .question-row .process-sub h4 {
    font-size: 21px;
	line-height: 28px;
}	
.growth-overlay-heading {
    font-size: 24px;
}
.job-experience-section h3 {
    font-size: 22px;
    margin-bottom: 40px;
}
.services-top-bg h2 {
    font-size: 36px;
}
.counseling-services-middle-section .vc_custom_heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 23px;
}
.container, .site-header .container, .footer .container, .container {
    padding-left: 20px;
    padding-right: 20px;
}

.sp-testimonial-free-section .slick-next {
    right: -15px;
}
.sp-testimonial-free-section .slick-prev {
    left: -15px;
}

.contact-circle-text .site-heading {
    font-size: 34px;
}
.input-field label, input, textarea, .wpcf7-response-output {
    font-size: 18px;
}
	
}


@media only screen and (max-width: 767px) and (max-height: 550px){
.site-menu {
    display: block;
    overflow-y: auto;
    padding-bottom: 20px;
}	
	
	
	
}


@media only screen and (min-width: 1366px){
.home-slider .carousel-caption {
    margin-top: 27vh !important;
}
.your-future-section .text-div p strong {
    font-size: 37px;
    line-height: 46px;
}
.slider-btn-div {
    top: 56vh !important;
}
.home-slider .site-btn {
    margin-top: 40px;
}
.carousel-inner img {
    max-height: none;
}	
.home-slider .slider-circle img {
    max-width: 130px;
}
.carousel-caption h3 {
    font-size: 46px;
}
.home-slider .site-btn a {
    font-size: 22px !important;
    min-width: 210px;
    padding: 14px 0px !important;
}
.home-slider {
    padding-left: 0;
    padding-right: 0;
}
.container {
    max-width: 1920px;
    width: 100%;
    padding-left: 95px;
    padding-right: 95px;
}
.site-menu .social-div {
    max-width: 1650px;
    margin-left: 95px;
    margin-right: 95px;
}
.your-future-section {
    padding-top: 80px;
}
.home-your-future-section {
    padding-bottom: 150px;
}
.your-future-section.things-better {
    padding-bottom: 210px;
    padding-top: 120px;
}

}

@media only screen and (min-width: 1400px) and (max-height: 900px){
.slider-btn-div {
    top: 61vh !important;
}
.home-slider .carousel-caption {
    margin-top: 25vh !important;
}
.home-slider .site-btn {
    margin-top: 50px;
}
}

@media only screen and (min-width: 1366px) and (max-height: 850px){
.slider-btn-div {
    top: 530px !important;
} 
.home-slider .carousel-caption {
    margin-top: 200px !important;
}
    
}


@media only screen and (min-width: 1800px){
.home-slider .carousel-caption {
    margin-top: 20vh !important;
}
.job-experience-section .process-sub>.vc_column-inner>.wpb_wrapper{
	min-height: 520px;
}
.experience-section .process-sub>.vc_column-inner>.wpb_wrapper {
    min-height: 400px;
}
.slider-btn-div {
    top: 61vh !important;
}
.home-slider .slider-circle img {
    max-width: 170px;
    width: 170px;
}
.carousel-caption h3 {
    font-size: 62px;
}
.home-slider .site-btn a {
    font-size: 24px !important;
    min-width: 230px;
}
.container{
    padding-left: 135px;
    padding-right: 135px;
}
.ft-8 {
    font-size: 74px;
}
.growth-overlay-heading {
    font-size: 48px;
}
p {
    font-size: 32px;
    line-height: 46px;
}
.your-future-section.things-better p {
    font-size: 35px;
    line-height: 63px;
}
.your-future-section.things-better .text-div .wpb_content_element {
    margin-bottom: 70px;
}
.your-future-section.things-better .site-btn a {
    font-size: 23px !important;
    padding: 18px 0px !important;
    min-width: 364px;
}
.footer-logo img.mobile-hide {
    max-width: 445px;
}
.site-btn a {
    font-size: 21px !important;
    padding: 14px 0px !important;
}
.footer-contact ul li {
    font-size: 22px;
}
.home-logos-section {
    padding-bottom: 180px;
}

#sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-prev, #sp-testimonial-free-wrapper-100 .sp-testimonial-free-section .slick-next {
    width: 65px;
    height: 65px;
    font-size: 32px;
    line-height: 65px;
}
.process-sub h4 {
    font-size: 40px;
}
.about-page-bio h5 {
    font-size: 37px;
}
.job-experience-section h3 {
    font-size: 56px;
}
.ft-6 {
    font-size: 50px;
}
.faq-bg-heading {
    font-size: 152px;
}
.specialization-sub-div .vc_custom_heading {
    font-size: 42px;
}
.wellness-personal-growth-bg h4 {
    font-size: 52px;
}	
.services-top-bg p {
    font-size: 38px;
    line-height: 56px;
    font-weight: 400;
}
.counseling-services-middle-section .vc_custom_heading {
    font-size: 40px;
}
.counseling-services-middle-section ul li {
    font-size: 28px;
}
.ft-5 {
    font-size: 48px;
}
.contact-circle-text .footer-contact ul li {
    font-size: 30px;
}
.ft-5 {
    font-size: 48px;
}
input, textarea, .input-field label {
    font-size: 30px;
}
.site-submit-btn .submit-btn {
    font-size: 22px;
}

}
@media only screen and (min-width: 1600px) and (max-height: 850px){
.slider-btn-div {
    top: 600px !important;
} 
}


@media only screen and (min-width: 1024px) and (min-height: 700px){
.home-slider {
    padding-top: 15vh;
}   
.home-slider-img {
    height: 40vh;
}
.carousel-inner img {
    margin: 0 auto !important;
    width: auto;
    max-height: 100%;
    display: table;
    max-width: 100%;
}
.home-slider .carousel-caption {
    margin-top: 20vh !important;
}  
.slider-btn-div {
    height: 20vh;
    top: 55vh !important;
}
    
}
