/*
Theme Name: Atlas
Theme URI: http://atlas.scsoft.in/
Description: This is the theme for Atlas theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:two-columns,right-sidebar,custom-menu,custom-colors,sticky-post,custom-header,custom-background,custom-logo,translation-ready,threaded-comments,editor-style
Text Domain: atlas
*/
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}



@font-face{font-family:"Geogrotesque-Regular";src:url("fonts/Geogrotesque-Regular.otf");}
@font-face{font-family:"Geogrotesque-bold";src:url("fonts/Geogrotesque-Bold.otf");}
@font-face{font-family:"Geogrotesque-medium";src:url("fonts/Geogrotesque-Medium.otf");}
html,body{
	font-family: Geogrotesque-Regular;
}
body {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #545454;
	    font-size: 18px;line-height: 32px;
	background:#ffffff;
	
}

p {
    font-size: 18px;
    line-height: 32px;
    color: #8c8b8b;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    outline: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

img {
    height: auto;
    max-width: 100%;
}
*, ::after, ::before {
    box-sizing: border-box;
}

[type="submit"],
button,
html [type="button"] {
    cursor: pointer;
}

textarea {
    resize: none;
}
.theme-layout{
	width:100%;
	position:relative;
	display:block;
	margin:0 auto;
	border:1px solid #eee;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.merged.row {
    margin: 0;
}
.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.category-box {
    display: inline-block;
    padding: 20px 20px 40px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.topbar{
    /*padding: 20px 0px;*/
    top: 0px;
    z-index: 9999;
    width: 100%;
}
.topbar_inner{
    width: 1440px;
    margin: 0 auto;
	    position: relative;    z-index: 99999999;
}
.menu_col{
 display: inline-block;
    float: right;
       cursor:default;  
}

.menu-button{
    display: inline-block;
/*     float: right; */
    padding: 37px 0;
    cursor:pointer;  
}
.menu-button:hover,.close-icon:hover{
	opacity:0.8;
}
.logo{
	display:inline-block;
	font-size: 40px;
    font-weight: bold;
	color: #fff;
	padding: 10px 0px;
}
.nav-menu{
	width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    background: #fff;
    z-index: 99;
	visibility: hidden;
    transition: all .4s ease-in-out;
    transform: translateY(-15px);
}
.topbar_inner.show-menu .nav-menu{
    visibility: visible;
    transition: all .4s ease-in-out;
    transform: translateY(0px);
}
.nav-menu ul{margin:0px;padding:0px;    padding-top: 20px;}
.nav-menu ul li{
	list-style-type:none;
	display:inline-block;
	font-size:28px;
	width: 100%;
	letter-spacing: 2.92px;
	color: #1D3B42;
    padding: 8px 0;
}
.nav-menu .services {
    padding: 0;
	width:50%;float:left;
	position:relative;    padding-top: 20px;
}
.nav-menu .about {
    width:25%;
	float:left;
}
.nav-menu .contact {
  width:22%;float: right;
}
.menu-header{
    overflow: hidden;
	margin-top: 40px;
}
.logo-icon{
	float:left;
}
.close-icon{
	float:right;
	cursor:pointer;
}
.nav-menu ul li.bold-text{
	font-size: 28px;
    font-family: Geogrotesque-bold;
	width:100% !important;
}

.nav-menu ul.services li{
	width:50%;
	float:left;
}
.menu-list {
    padding: 4em;
    overflow: hidden;
}
 .nav-menu ul.services:before {
    content: '';
    width: 3px;
    height:100%;
    position: absolute;
    background-image: linear-gradient(#BABABA 65%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-y;
    left: -60px;
    top: 5px;
}
 .nav-menu ul.services:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(#BABABA 65%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-y;
    right: 25px;
    top: 5px;
}
.nav-menu:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 30px;
}


.container.banner{
    height: 100%;
	position:relative;	
}
.banner-section {
	position:relative;
	
}
p{
	color:#2E2E2E;
	margin-bottom:30px;
}
.container {display:flex;width:1440px;margin:0 auto;}
.col_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50;
    max-width: 50%;
	padding:20px 3em;
	    width: 50%;
	}
.col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666666666667;
    flex: 0 0 16.66666666666667;
    max-width: 16.66666666666667%;
	padding:0 20px;
	background: #fff;
	align-item:center;
	    width: 16.66%;
}	
a.button{
	padding:10px 40px;
	border:2px solid #DCB276;
	color:#DCB276;
	font-size: 20px;
    margin: 20px 0;
    display: inline-block;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*divider section*/
.divider-section{
    padding: 5em 0;
}
.divider-section img{
    width: 85%;
    margin: 0 auto;
    display: block;
}

/*about section*/
.about-section{
	padding:2em 0 4em;
}
.about-section .text-container{
    width: 570px;
    display: block;
    margin: 0 auto;
}
 .about-section .text-container img{
    float: left;
}
.about-section .text-container p{
    width: 430px;
    float: right;
    color: #1D3B42;
    font-size: 24px;
    font-family: Geogrotesque-Regular;
    letter-spacing: 2.5px;
    line-height: 30px;
	position:relative;
	    margin: 0;
}

.about-section .text-container p:before{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(#BABABA 65%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-y;
    left: -25px;
    top: 5px;
}





/*services section */
.services{
	padding:3em 0 4em;
}
.services ul li{
	display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 15px;
    height: 350px;
    padding: 20px;
}
.services ul{
    margin: 0;
    padding: 0;
	width: 100%;
}
.services ul li a{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    /* display: flex; */
    align-items: center;
	text-align:center;
    font-size: 37px;
	line-height: 38px;
    font-family: Geogrotesque-bold;
    position: relative;
    color: #fff;
	letter-spacing: 1.1px;
    padding-top: 115px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
.services ul li a span{
    width: 100%;
	position:relative;
	    display: inline-block;text-transform: uppercase;
}

.services ul li a span:after{
    content: '';
    width: 90%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #ffffff 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: -8px;
	display:none;
}
.services ul li a:hover span:after{
	display:block;
}
.services ul li a:after{
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0px;
    border-bottom: 30px solid #ffffff;
    border-top: 30px solid transparent;
    border-right: 30px solid #fff;
    border-left: 30px solid transparent;	
}
.services ul li a:hover {
    padding-top: 50px;
    font-size: 26px;
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
		-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.services ul li a:hover p {
    display:block;
}
.services ul li a p {
    display: none;
    font-family:;
	color:#fff;font-size:17px;
    font-family: Geogrotesque-Regular;
    letter-spacing: 2.5px;
    line-height: 30px;
}	
.services ul li a p i{
    width: 130px;
    font-style: normal;
    letter-spacing: 1.5px;
    margin: 0 auto;
	display:block;
	position:relative;
}
.services ul li a p i:before{
    content: '';
    width: 93px;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #ffffff 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: -2px;	
}
.services ul li a p i:after{
     content: '';
    width: 29px;
    height: 40px;
    position: absolute;
    background-image: url(images/arrow-white-small@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    right: 0px;
    bottom: -18px;	
}
/*services_intro section */
.services_intro .col-4{
	background: #1D3B42 0% 0% no-repeat padding-box;
	width:40%;
	float:left;
	padding: 50px;
}
.services_intro .col-4 h3{
    font-size: 38px;
    font-family: Geogrotesque-Regular;
    color: #fff;
    padding-left: 81px;
    position: relative;
    font-weight: normal;
}	
.services_intro .col-4 p{
	position:relative;
	font-size:20px;
	font-family: Geogrotesque-Regular;
	color:#fff;    padding: 50px 0;
}
.services_intro .col-4 p:before {
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.services_intro .col-4 p:after {
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
}
.services_intro .col-8{
	width:59%;
	float:right;
	margin-left: 1%;
}
.services_intro .col-4 h3:before{
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(images/anchor-yellow.png);
    background-size: 100%;
    background-repeat: no-repeat;
   
    bottom: 5px;	
}
.atlas_contentarea {
    width: 100%;
}



/*free-to-grow section */
.free-to-grow{
	margin: 6em 0 0em;
}
.free-to-grow .bold-text{
	font-family:"Geogrotesque-Bold";
	font-size:83px;
	letter-spacing: 5px;
	color: #1D3B42;
	text-align:center;
	width:100%;
	line-height: 50px;
}
.free-to-grow .container{
	position:relative;
    padding-top: 5em;}
.free-to-grow .container:before {
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}





/*consultation section */
.consultation{
		
}
.consultation .container{
	position:relative;
    padding-bottom: 5em;}
.consultation .bold-text{
	font-family:"Geogrotesque-Bold";
	font-size:48px;
	letter-spacing: 0px;
	color: #1D3B42;
}
.consultation .button-design{
	background: #EDAE2C 0% 0% no-repeat padding-box;
    padding: 60px 100px;
    display: block;
    margin: 0 auto;
    text-align: center;
	position:relative;
}
.consultation .button-design p{
	font-family:"Geogrotesque-Regular";
	font-size:30px;
	letter-spacing: 0px;
    text-align: center;
    margin: 0;
	line-height:37px;
}
.consultation .button-design:before{
	content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    border-top: 30px solid #ffffff;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
}
.consultation .button-design:after{
	content: '';
    position: absolute;
    right: -1px;
    bottom: 0px;
    border-bottom: 30px solid #ffffff;
    border-top: 30px solid transparent;
    border-right: 30px solid #fff;
    border-left: 30px solid transparent;
}
.consultation .container:after {
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
}






/*footer*/
footer  {
    margin-top: 5em;
}

footer .container{
	display:block;
	width:1440px;
}
.footer-row{
	width:100%;    display: inline-block;
}
.footer-left{
	width:60%;float:left;
}
.footer-left .footer_col{
	width:33%;float:left;
}
.footer-right{
	width:40%;float:left;
}
.footer-row.copy-right{
	text-align:center;
	color: #1D3B42;
	letter-spacing: 3.2px;
	text-transform:uppercase;
	margin-bottom:3em;
}
footer ul{
    padding: 0;
}
footer ul li{
       list-style-type: none;
	   font-size:16px;
	   line-height:46px;
	   letter-spacing: 3.2px;
		color: #1D3B42;
}
footer ul li a{
		color: #1D3B42;
}
.footer_col h3{
	color:#1D3B42;
	font-size:25px;
	font-weight:bold;
	font-family: "Geogrotesque-Bold";
}
.footer-right{
	position:relative;
	padding-left: 5em;
}
.footer-right p{
	margin-bottom:0px;
}
.contact-number {
	font-size:43px;
	line-height:49px;
	color: #1D3B42;
	font-family: "Geogrotesque-Bold";
	display: block;
	letter-spacing: 7.07px;
}
.footer-right a.footer-btn.locations{
	font-size:25px;
	line-height:46px;
	color: #1D3B42;
	font-family: "Geogrotesque-Bold";
	width:100%;
	border: 3px solid #1D3B42;
    padding: 10px 20px;
    text-align: center;
	    width: 360px;
    display: block;
	margin:20px 0 40px;
}
.footer-right a.footer-btn.portal{
	font-size:25px;
	line-height:46px;
	color: #84BAC6;
	width:100%;
	font-family: "Geogrotesque-Bold";
	border: 3px solid #84BAC6;
    padding: 10px 20px;
    text-align: center;
	    width: 360px;
    display: block;
}
.footer-right a.footer-btn{
	 position:relative;
}
.footer-right a.footer-btn.locations:before{
	content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background-image: url(images/slanding-line.png);
    width: 30px;
    height: 30px;
    background-size: 85px;
    background-position: -41px -14px;
}
.footer-right a.footer-btn.locations:after{
	content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-image: url(images/slanding-line.png);
    width: 30px;
    height: 30px;
    background-size: 85px;
    background-position: -42px -14px;
}
.footer-right a.footer-btn.portal:before{
	content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background-image: url(images/slanding-line-2.png);
    width: 30px;
    height: 30px;
    background-size: 85px;
    background-position: -41px -14px;
}
.footer-right a.footer-btn.portal:after{
	content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    background-image: url(images/slanding-line-2.png);
    width: 30px;
    height: 30px;
    background-size: 85px;
    background-position: -42px -14px;
}
.footer-right:before{
    content: '';
    width: 3px;
    height: 415px;
    position: absolute;
    background-image: linear-gradient(#BABABA 65%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-y;
    left: -20px;
    top: 5px;
}
.footer-row.social-media{
    width: 100%;
    display: inline-block;
    text-align: center;
	margin:3em 0;
}

/*about page*/
.story .p-text {
    color: #1D3B42;
    font-size: 24px;
    font-family: Geogrotesque-Regular;
    letter-spacing: 2.5px;
    line-height: 30px;
	    margin: 0 0 30px;
}
.left-border{
	position:relative;
}
.left-border:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(#BABABA 65%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-y;
    left: -25px;
    top: 5px;
}
.story .col-3 {
    width: 35%;
    float: left;
	padding-right: 50px;
}
.story .inner-container,.story-intro .inner-container{
    width: 1200px;
	    margin: 0 auto;
}

.contact_us .inner-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.contact_us-inner-container{    width: 1200px;
    margin: 0 auto;
    padding: 0 30px;}


.story .col-9 {
    width: 65%;
    float: left;
	padding-left: 30px;
	    padding-top: 10px;
}
.story .col-9.left-border:before {
    left: -10px;
}
 .story .inner-container{
    display: flex;
}
h2.bg-heading {
    background: #1D3B42 0% 0% no-repeat padding-box;
    color: #fff;
    line-height: 48px;
    font-size: 48px;
    padding: 20px 30px;
    font-weight: normal;
	position:relative;
	margin:15px 0 40px;
	text-align: center;
}
h2.bg-heading:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    border-top: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    border-right: 20px solid transparent;
}
.story-intro .container{
    display: block;
    padding: 40px 0;
    margin: 50px AUTO;
	position:relative;
	overflow:hidden;
}
.story-intro .container:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.story-intro .container:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
}

.story-intro .bold-text {
    width: 100%; 
    font-size: 35px;
    font-weight: bold;
    font-family: Geogrotesque-bold;
    line-height: 44px;
    letter-spacing: 0.81px;
    color: #1D3B42;
    text-transform: uppercase;
	overflow: hidden;
    width: 100%;
    display: inline-block;
}
.menu_col .bold-text {
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    font-family: Geogrotesque-bold;
    line-height: 44px;
    letter-spacing: 0.81px;
    color: #c3c0c0;
    text-transform: uppercase;
    overflow: hidden;
    padding-right: 10px;
}

.story-intro ul{
    padding:0px;
	width:50%;
	float:left;
}
.story-intro li{
    list-style-type: none;
	font-size: 24px;
	letter-spacing: 2.5px;
color: #1D3B42;line-height: 30px;
}


.we-promise-section .col-8,.vision-section .col-8 {
    width: 64%;
    float: left;
    margin-right: 1%;
}


.we-promise-section .col-4,.vision-section .col-4{
    background: #1D3B42 0% 0% no-repeat padding-box;
    width: 35%;
    float: left;
    padding: 50px;
}
.vision-section{
	margin-top:15px;
}
.vision-section .col-8{
	 margin-left:1%;
	 margin-right:0px;
}
.we-promise-section h3,.vision-section h3{
	font-size: 54px;
    font-family: Geogrotesque-Bold;
    color: #fff;
    padding-left: 120px;
    position: relative;
    font-weight: normal;
    line-height: 54px;
    margin: 0;
    letter-spacing: 1.57px;
}
.we-promise-section h3:before,.vision-section h3:before {
    content: '';
    width: 95px;
    height: 100px;
    position: absolute;
    background-image: url(images/anchor-yellow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0px;
    bottom: 5px;
}
.we-promise-section .p-text:before,.vision-section .p-text:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.we-promise-section .p-text,.vision-section .p-text{
    position: relative;
    font-size: 32px;
    font-family: Geogrotesque-Regular;
	line-height:40px;
	letter-spacing: 0.42px;
    color: #fff;
    padding: 50px 0;    margin-top: 30px;
}
.we-promise-section .p-text:after,.vision-section .p-text:after{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
}



.your-time .container{
    display: block;
    padding: 60px 0 0;
    margin: 50px AUTO 0;
	position:relative;
	overflow:hidden;
}
.your-time .container:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.your-time .col-4 {  width: 35%;
    float: left;
    padding-right: 50px;
}

.your-time .col-8 {
    width: 65%;
    float: left;
    padding-left: 30px;
}
.your-time .p-text {
    color: #1D3B42;
    font-size: 24px;
    font-family: Geogrotesque-Regular;
    letter-spacing: 2.5px;
    line-height: 30px;
	    margin: 0 0 0px;
}
.your-time h2 {
    color: #1D3B42;
    font-size: 55px;
    font-family: Geogrotesque-Bold;
    letter-spacing: 2.9px;
    line-height: 49px;
	margin:0 0 20px;
}







/*account solution*/


.service_page.services ul li a{
	    background: #7BAF90;
}
.services.service_page{
padding-bottom:0px;
}
.services.service_page ul li a p{
	 position:relative;
}
.services ul li.show_details a p:before{
	content: '';
    width: 90%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #ffffff 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: -20px;	
}
.services ul li.show_details a{
	    padding: 90px 20px;
}
.services.service_page ul li.show_details p{
	display: block; 
	text-align: left;
	font-size: 18px;}
.services ul li.show_details i{
	position:relative;
	float:left;
}	
.services ul li.show_details i:after {
    content: '';
    width: 40px;
    height: 60px;
    position: absolute;
    background-image: url(images/arrow-white@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
    left: 0;
    bottom: 8px;
}	

.service_page h2.bg-heading {
    line-height: 34px;
    font-size: 34px;
    padding: 20px 30px;
}
	
.service_page_sub h2.bg-heading {
    line-height: 34px;
    font-size: 22px;
    padding: 20px 21px;
    letter-spacing: 0.64px;
} 
.services.service_page_sub {
	padding-bottom:0px;
}
.service_page_sub h2 b{
    display: block;
    font-size: 37px;
    line-height: 46px;
    letter-spacing: 1.1px;
    font-family: Geogrotesque-bold;
}
.services.service_page_sub .container
{
	overflow:hidden;
	position:relative;    padding-top: 3em;
}
.services.service_page_sub .container:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.services.service_page_sub li	{
    width: 33%;
    padding: 40px 102px;
    height: inherit;
}
.services.service_page_sub li img{
    width:100%;
}
.services.service_page_sub .img-con {
    height: 135px;
    width: 120px;
}
.li-seperator{
display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;	
}
.services.service_page_sub li h4	{
    line-height:27px;
    font-size: 29px;
        margin: 0 0 10px;
    letter-spacing: 2.03px;
	font-family: Geogrotesque-bold;
}	
.services.service_page_sub li p	{
    line-height:23px;
    font-size: 19px;
letter-spacing: 1.98px;
margin:0px;
}
.free-to-grow.service_page_sub {
    margin: 1em 0 0em;
}	
/*Location*/	

.aboutofficeaddress,.aboutoffice{width:100%;margin:0 auto;position:relative}
.aboutoffice{
	margin-top:40px;
	}
.aboutoffice_left{width:50%;float:left}
.aboutoffice_left h2{
	    font-size: 32px;
    line-height: 49px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: block;
    letter-spacing: 3.07px;
    float: left;
    margin: 0;
	
}
.aboutoffice_left p{
	position: relative;
    font-size: 21px;
    font-family: Geogrotesque-Regular;
    line-height: 49px;
    letter-spacing: 2.21px;
    color: #000;
    padding-left: 40px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;}
.aboutoffice_right{width:50%;float:right}
.aboutoffice_right h2{
	font-size: 32px;
    line-height: 49px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: block;
    letter-spacing: 3.07px;
    margin: 0;
    text-align: right;}
.aboutoffice_right p{position:relative;font-size:32px;font-family:Geogrotesque-Regular;line-height:40px;letter-spacing:.42px;color:#000;padding:50px 0}
.aboutofficeaddress .inner-container,.aboutoffice .inner-container{width:100%;position:relative}
.aboutoffice .inner-container:after{
	content:'';width:100%;height:3px;position:absolute;background-image:linear-gradient(to left,#BABABA 70%,rgba(255,255,255,0) 0%);background-position:right;background-size:16px 22px;background-repeat:repeat-x;left:0;bottom:-15px}
.aboutofficeaddress_col{ 
   width: 48%;
    float: left;
    position: relative;
    margin: 1%;}
.aboutofficeaddress_col_addr h3{
font-size:28px;
    line-height: 40px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: block;
    letter-spacing: 0.74px;
    float: left;
    margin: 0;
	}
.aboutofficeaddress_col_addr .office_address {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1D3B42;
    display: block;
    letter-spacing: 0.41px;
    float: left;
    margin: 0;
}
.aboutofficeaddress_col_addr .office_number{
	font-size: 28px;
    line-height: 35px;
    color: #1D3B42;
    display: block;
    letter-spacing: 0.64px;
    float: left;
    margin: 0;
    font-weight: 400;
    width: 100%;
    font-weight: 900;
}
.edae2c{background:#edae2c}
.d46f54{background:#d46f54}
.a7baf90{background:#7baf90}
.a84bac6{background:#84bac6}
.a2a33d{background:#a2a33d}
.c1b098{background:#c1b098}
.e0945c{background:#e0945c}
.bababa{background:#bababa}
.dbb4b3{background:#dbb4b3}
.edae2c{background:#edae2c}
.aboutofficeaddress_col_addr{    position: absolute;bottom: 0;padding: 10px 20px;width:100%;}
.aboutofficeaddress_col_addr i{ position: absolute;    color: #fff;
    right: 30px;
    top: 15px;
    font-size: 30px;}
.aboutofficeaddress_col img{width:100%;height:390px;    opacity: 0.7;}
.aboutofficeaddress_col:hover img{opacity: 1;}
.aboutofficeaddress {
    margin-top: 30px;
}	
.fa-envelope:before {
    content: "\f0e0";
}	
/*leadership*/



.aboutleadership_col {
    width: 32%;
    float: left;
    margin-right: 2%;
    line-height: 0;
    margin-bottom: 20px;
    min-height: 470px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.ab2 {
    width: 25%;
    float: left;
    margin-right: 2%;
    line-height: 0;
    margin-bottom: 20px;
    min-height: 470px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.aboutleadership_col:nth-child(3n) {
    margin-right: 0%;
}
.aboutleadership_col_detail{
	background:#EDAE2C;
	padding:15px;
	position:relative;
}
.aboutleadership_col h3{
    margin: 0;
    font-size: 23px;
    line-height: 42px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: block;
    letter-spacing: 1.08px;
}	
.leader_designation{
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    color: #1D3B42;
    font-family: "Geogrotesque-Regular";
    letter-spacing: 1.93px;
    display: block;
	}
	
.leader_licno{
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: #1D3B42;
    font-family: "Geogrotesque-Regular";
    letter-spacing: 1.33px;
}	
.aboutleadership_col .contact-evp {
    position: absolute;
    color: #fff;
    right: 75px;
    top: 15px;
z-index:9;
}
.aboutleadership_col .contact-evp:hover{
	    opacity: 0.8;
}
.aboutleadership_col i {
   
    color: #fff;

    font-size: 28px;
}
.aboutleadership_col_detail:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 0px;
    border-bottom: 59px solid #ffffff;
    border-top: 59px solid transparent;
    border-right: 59px solid #fff;
    border-left: 59px solid transparent;
}
.leader-img-con {
position:relative;
-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}	
.leader-img-con .hover-p {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #EDAE2C;
    padding: 30px;
    color: #1D3B42;
    visibility: hidden;
    opacity: 0;
    margin: 0px;
    font-size: 15px;
    line-height: 25px;
    color: #1D3B42;
    font-family: "Geogrotesque-Regular";
    letter-spacing: 1.33px;
    font-weight: 600;
}		
.leader-img-con .hover-p:after{
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #fff 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
}	
.aboutleadership_col:hover .hover-p {
visibility:visible;
	opacity:1;
-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
	
	
/*hover*/
footer ul li a:hover,.footer-row.copy-right a:hover,.nav-menu ul li a:hover{
    color: #111;
    border-bottom: 1px solid #cacaca;
}
.nav-menu ul li.bold-text a:hover{
	opacity:0.7;border-bottom: 0px solid #cacaca;
}
.footer-row.social-media a:hover img{
	opacity:0.8;
}
.footer-row h3 a:hover{
	opacity:0.8;
}
.footer-right a.footer-btn.locations:hover,.footer-right a.footer-btn.portal:hover{
	opacity:0.8;
}
.consultation .button-design:hover{
    background: #da9e23 0% 0% no-repeat padding-box;
	
}
.for-mobile{
	display:none;
}
.container.banner {    display: block;
}
.logo h1 {
    margin: 0px;
}
.blogheader_left {
    width: 100%;
    float: left;
}
.blogheader_left h2 {
    font-size: 32px;
    line-height: 49px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: block;
    letter-spacing: 3.07px;
    float: left;
    margin: 0;
}
.blogheader_left p {
    position: relative;
    font-size: 21px;
    font-family: Geogrotesque-Regular;
    line-height: 49px;
    letter-spacing: 2.21px;
    color: #000;
    padding-left: 40px;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}
.blog_header {
    margin-top: 40px;padding: 0 0 40px; 	
}
.blog_header .inner-container{
	position:relative;width: 100%;
}
.blog_header .inner-container:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left,#BABABA 70%,rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0;
    bottom: -15px;
}
.blog_col {
    width: 100%;
    display: inline-block;    line-height: 0;
}
.blog_col h2 {
font-size: 22px;
    line-height: 27px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: inline-block;
    letter-spacing: 0.51px;
    margin: 0;
    width: 100%;
    text-align: left;    text-transform: uppercase;
}
.blog_col p{
    font-size: 12px;
    line-height: 13px;
    color: #1D3B42;
    font-family: "Geogrotesque-Medium";
    display: block;
    letter-spacing: 0.03px;
    margin: 0 0 10px;
}
.blog-con{
	padding:10px;
}
.blog_col .post_info{
    font-size: 12px;
    line-height: 13px;
    color: #1D3B42;
    font-family: "Geogrotesque-Bold";
    display: block;
    letter-spacing: 0.03px;
    margin: 0;
}
.blog_col .date{
    width:50%;
	float:left;
}
.blog_col .post_info a{
    width: 60px;
    float: right;
    text-align: right;
    color: #fff;
    position: relative;
    margin-right: 20px;
}
.blog_col .blog_detail {
    overflow: hidden;
    padding:15px 115px 15px 15px;
	position:relative;
}

.blog_col .blog_detail:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -3px;
    border-bottom: 75px solid #ffffff;
    border-top: 75px solid transparent;
    border-right: 30px solid #fff;
    border-left: 30px solid transparent;
}
.blog .grid li:nth-child(1n) .blog_detail{
	background:#EDAE2C;
}
.blog .grid li:nth-child(2n) .blog_detail,.blog .grid li:nth-child(9n) .blog_detail{
	background:#7BAF90;
}
.blog .grid li:nth-child(3n) .blog_detail,.blog .grid li:nth-child(10n) .blog_detail{
	background:#D46F54;
}
.blog .grid li:nth-child(4n) .blog_detail,.blog .grid li:nth-child(11n) .blog_detail{
	background:#A2A33D;
}
.blog .grid li:nth-child(5n) .blog_detail,.blog .grid li:nth-child(12n) .blog_detail{
	background:#E0945C;
}
.blog .grid li:nth-child(6n) .blog_detail,.blog .grid li:nth-child(13n) .blog_detail{
	background:#C1B098;
}
.blog .grid li:nth-child(7n) .blog_detail,.blog .grid li:nth-child(14n) .blog_detail{
	background:#EDAE2C;
}
.blog .grid li:nth-child(8n) .blog_detail,.blog .grid li:nth-child(15n) .blog_detail{
	background:#DBB4B3;
}

#container{margin:0 auto;}
.box {background-color:#FFFFFF;border-radius: 5px;margin: 5px;box-shadow: 0px 2px 0px #CCC; display:inline-block; }
.grid li img {
    opacity: 0.7;
}	
.grid li:hover img {
    opacity:1;
}	


/*SINGLE PAGE*/
.atlas_maincontent {
    text-align: left;
    margin: 3em auto 0;
}
.atlas_contentlist {
    width: 72%;
    float: left;
    text-align: left;
    margin: 0% 3% 3% 0%;
}
.atlas_entryheader {
    position: relative;
}
.atlas_entrybymeta {
    padding: 0 0 12px;
}
.atlas_etrymeta {
    overflow: hidden;
    padding: 0 0 20px;
}
.atlas_ebyleft {
    float: left;
}
.atlas_ebyleft img {
    width: 51px;
    height: 51px;
    float: left;
    margin: 0 20px 20px 0;
}
.atlas_entrymeta span, .atlas_entry_category span {
    padding: 0 5px 5px 0;
    display: inline-block;
}

.atlas_bylinetext {
    display: block !important;
    padding: 0px 0px !important;
}
.atlas_reltdwthad, .atlas_related_posts {
    overflow: hidden;
}

.atlas_related_posts {
    margin: 0 0 1em;
}
.atlas_related_postsheading {
    margin: 0 0 36px;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.atlas_related_posts ul li {
    list-style-type: none;
    width: 47.4%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4.5% 2.2% 0;
}
.atlas_prenext {
    padding: 2em 0em;
    border-top: 1px solid #eee;
}
.atlas_related_posts h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 8px;
}
.atlas_entrymeta, .atlas_entry_category {
    font-size: 11px;
    text-transform: uppercase;
}
.atlas_entrymeta span, .atlas_entry_category span {
    padding: 0 5px 5px 0;
    display: inline-block;
}
.atlas_primarycontentarea {
    float: right;
    width: 25%;
    margin: 4% 0 0;
}
.atlas_primarycontentarea .widget {
    margin: 0 0 3em;
}
input[type="search"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
    padding: 13px;
    border: 1px solid #f1f1f1;
    line-height: 20px;
    width: 100%;
    margin: 0 0;
    background-color: #fafafa;
}
.reply a, .atlas_top a, input[type="reset"], input[type="button"], input[type="submit"], button {
	background: #e4b983;
    color: #fff;
    padding: 20px;
    border: none;
}
.widget_search .search-form .search-field {
    padding: 13px 100px 13px 13px;
}
.widget_search .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.atlas_widgetsbrtit {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
}
.atlas_widgetsbrtit:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #eee;
    position: absolute;
    bottom: 1px;
}
.atlas_primarysidebar ul {
    list-style-type: none;padding: 0;
}
.atlas_primarysidebar ul li {
    padding: 8px 0px;
    font-size: 14px;
    position: relative;
}
.atlas_etrymeta {
    overflow: hidden;
    padding: 0 0 20px;
}
.atlas_ebyleft {
    float: left;
}
.atlas_ebyleft img {
    width: 51px;
    height: 51px;
    float: left;
    margin: 0 20px 20px 0;
}
.atlas_ebyleft .atlas_entrymeta {
    font-size: 14px;
    overflow: hidden;
}
.atlas_entrymeta, .atlas_entry_category {
    font-size: 11px;
    text-transform: uppercase;
}
.atlas_entrymeta span, .atlas_entry_category span {
    padding: 0 5px 5px 0;
    display: inline-block;
}
.atlas_bylinetext {
    display: block !important;
    padding: 0px 0px !important;
}
.search-form,.atlas_contentarea,.atlas_contentlist{position:relative;}
.atlas_contentarea:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.atlas_pagecontentlist{width:100%;}

.page-template-contcatus  h1,.atlas_entrytitle{color: #1D3B42;
    font-size: 55px;
    font-family: Geogrotesque-Bold;
    letter-spacing: 2.9px;
line-height: 49px;}
@media only screen and (max-width:1450px)
{
.container ,footer .container{
    width: 100%;    padding-left:20px !important;
	padding-right:20px!important;
}
.topbar_inner {
    width: 100%;
    padding: 0 20px;
}	
.menu-header {
    padding: 0 20px;
}
.services.service_page_sub li{
	    padding: 40px 80px;
}
.services ul li a:hover {
    font-size: 27px;
		    line-height: 25px;
}
.services ul li a p {
    font-size: 15px;
    line-height: 21px;
}
}
@media only screen and (max-width:1350px)
{
.menu-list {
    padding: 2em 2em 4em;
}	
.nav-menu ul.services:after {
    right: 5px;
}
.nav-menu ul li {
font-size: 24px;}
.nav-menu .about {
    width: 22%;
    float: left;
}
.nav-menu ul.services:before{
    left: -38px;	
}
.footer-row.social-media a{
	width:25%;float:left;
	    padding: 0 2px;
}
.footer-right {
    padding-left: 2em;
}

.your-time h2 {
font-size: 44px;}
.we-promise-section h3, .vision-section h3 {
font-size: 45px;}
.we-promise-section .col-8, .vision-section .col-8 ,.your-time .col-8{
width: 59%;}
.we-promise-section .col-4, .vision-section .col-4,.your-time .col-4 {
    width: 40%;
}
.free-to-grow .bold-text {
font-size: 70px;}
.services ul li{
    height: 320px;
}
.services ul li a:hover {
padding-top: 20px;}
.aboutleadership_col{
    min-height: 430px;
}
.services ul li.show_details a {
    padding: 90px 20px !important;
}
.blog_col .blog_detail:after {
    bottom: -12px;
    border-bottom: 85px solid #ffffff;
    border-top: 85px solid transparent;
    border-right: 30px solid #fff;
    border-left: 30px solid transparent;
}
.leader-img-con .hover-p {
    font-size: 13px;
		line-height: 21px;}
}
@media only screen and (max-width:1200px)
{
.nav-menu ul.services:after {
    right: -10px;
}
.nav-menu .contact {
    width: 24%;
}
.story .inner-container, .story-intro .inner-container{
	width:100%;
}
.services_intro .col-4 {
    padding: 20px 20px;
}
.services ul li{
    margin-bottom: 10px;
    height: 255px;

}
.services ul li a {
    padding-top: 77px;	    font-size: 28px;
}
.services ul li a:hover {
    padding-top: 15px;
    font-size: 17px;
}
.services ul li a p {
    font-size: 15px;
    line-height: 23px;
}
.services ul li {
    padding: 15px;
}
.services ul li a:hover {
    padding-left: 10px;
padding-right: 10px;}
.services ul li a p i:after {
    width: 17px;
    height: 20px;
    right: 12px;
    bottom: -7px;
}
.services.service_page_sub li{
	    padding: 40px 35px;
}
.aboutleadership_col{
    min-height: 390px;
}
.aboutleadership_col h3 {
font-size: 20px;}
.aboutleadership_col i {
    font-size: 25px;
}
.leader_designation {
    margin: 0;
font-size: 16px;}
.leader_licno {
    margin: 0;
font-size: 11px;}
.services.service_page ul li.show_details p {
    font-size: 15px;
    line-height: 20px;
}

.aboutofficeaddress_col_addr .office_address {
font-size: 16px;}
.blogheader_left h2 {
	font-size: 29px;}	
.blogheader_left p {
		font-size: 17px;}
	
.blog_col .blog_detail:after {
    bottom: -2px;
    border-bottom: 99px solid #ffffff;
    border-top: 99px solid transparent;
    border-right: 30px solid #fff;
    border-left: 30px solid transparent;
}
	.leader-img-con .hover-p {
    font-size: 11px;
		line-height: 15px;}
}



@media only screen and (max-width:1023px)
{
	.menu-header {
    padding: 0 2em;
}
.nav-menu .services,.nav-menu .about,.nav-menu .contact{
	width:100%;
}
.nav-menu .services{
    padding-bottom: 20px;
}
.nav-menu ul.services li {
width: 100%;}
.nav-menu ul.services:before{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}

.nav-menu ul.services:after{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    bottom: 5px;
	top:inherit;
}
.footer-left {
    width: 100%;
    float: none;
	overflow:hidden;
}
.footer-right {
    padding-left: 0;
    width: 402px;
    display: block;
    margin: 0 auto;
    float: none;
}
.footer-right:before{
	display:none;
}
.footer-row.social-media{
	position:relative;padding-top: 50px;
}
.footer-row.social-media:before{
	content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.footer_col h3,footer ul li{
		text-align:center;
		
}
.we-promise-section .col-8, .vision-section .col-8 ,.your-time .col-8,.we-promise-section .col-4, .vision-section .col-4,.your-time .col-4{
	width: 100%;float:none;}
.we-promise-section .container,.vision-section  .container,.services_intro .container,.story .inner-container{
    display: block;
}
.your-time img{
    width: 250px;
}
.story-intro ul {
    width: 100%;
    margin: 0;
}
.free-to-grow .bold-text {
    font-size: 50px;
}
.consultation .bold-text {
font-size: 40px;}
.consultation .button-design p {
font-size: 24px;}
.divider-section {
    padding: 3em 0;
}
.consultation .button-design {
padding: 45px 40px;}
.services_intro .col-4,.services_intro .col-8{
	width:100%;float:none;    margin: 10px 0;
}
.free-to-grow {
    margin: 2em 0 0em;
}
.services ul li{
    margin-bottom: 10px;
    height: 240px;
	    padding: 8px;
width: 33%;
}
.services ul li a {
    padding-top: 75px;
    font-size: 22px;

}
.services ul li a:after {
    border-bottom:15px solid #ffffff;
    border-top:15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 15px solid transparent;
}
.your-time .col-8{padding-left:0px;}
.story .col-9,.story .col-3{
	width:100%;float:none;padding:0px;
}
h2.bg-heading {
    width: 325px;
}
.story .col-3 img{
	display:none;
}
.story .col-9.left-border:before{
	display:none;
}
.services.service_page_sub li{
	      padding: 20px 20px;
}
.aboutleadership_col {
    min-height: inherit;
    margin-right: 3%;
    width: 48%;
}
.aboutleadership_col:nth-child(3n) {
    margin-right:3%;
}
.aboutleadership_col:nth-child(2n) {
    margin-right: 0%;
}
.aboutofficeaddress_col_addr h3 {
font-size: 27px;}
.aboutofficeaddress_col_addr .office_number {
font-size: 20px;}
.aboutofficeaddress_col_addr .office_address {
    font-size: 13px;
}
	
.blogheader_left p {

    width: 100%;
    padding: 0;
}
.grid li {
    width: 50% !important;
}
.blog_col .blog_detail:after {
    bottom: -50px;
}
.atlas_primarycontentarea{
		display:none;
	}
.atlas_contentlist{
		
	width:100%;margin:0px;
	}	
}
@media only screen and (max-width:950px)
{
.aboutofficeaddress_col {
    width: 100%;
    float: none;
    position: relative;
    margin: 0 0 20px;
}
.aboutoffice_left p {
    width: 100%;
	padding:0px;
}	
}
@media only screen and (max-width:769px)
{
	p {
    font-size: 14px;    line-height: 26px;}
	footer {
    margin-top: 2em;
}
.footer-left {
    display:none;
}
.footer-row.social-media,.footer-row.copy-right{
	margin-bottom:20px;
}
.free-to-grow .bold-text {
    font-size: 45px;
}
.consultation .button-design {
padding: 20px 30px;}
.consultation .bold-text {
font-size: 20px;}
.consultation .button-design p {
font-size: 18px;    line-height: 15px;}
.consultation .button-design:before {
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    border-right: 15px solid transparent;
}
.consultation .button-design:after {
    border-bottom: 15px solid #ffffff;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 15px solid transparent;
}
.free-to-grow .container {
padding-top: 3em;}
.services ul li{
margin-bottom: 10px;
    height: 280px;
    padding: 8px;
    width: 50%;

}
.services ul li a {
padding-top: 110px;
    font-size: 28px;
    line-height: 32px;
	padding-left:10px;
	padding-right:10px;
}
.services.service_page_sub li{
	      padding: 20px 20px;
		  width:50%;
}
.li-seperator{
	display:none;
}
.blog_col .blog_detail:after {
    display:none;
}
.blog_col .blog_detail {
    padding: 15px 15px 15px 15px;
}
	.contactlet2 {
		width: 46%;}
.page-template-contcatus h1, .atlas_entrytitle {
    font-size: 43px;
    line-height: 38px;
}
.aboutleadership_col {
    min-height: inherit;
    margin-right: 0%;
    width: 100%;
}
.aboutleadership_col:nth-child(3n) {
    margin-right:0%;
}
.aboutleadership_col:nth-child(2n) {
    margin-right: 0%;
}
}





@media only screen and (max-width:639px)
{
.free-to-grow .bold-text {
    font-size: 30px;
}
.divider-section {
    padding: 1em 0;
}
.about-section .text-container {
    width: 100%;
}
.services {
    padding: 0em 0 1em;
}
.about-section .text-container img {
    width: 18%;
}
.about-section .text-container p {
width: 71%;}
.free-to-grow .container {
padding-top: 2em;}
.for-mobile{
	display:block;
}
.for-desktop{
	display:none;
}

.story-intro li,.story .p-text,.your-time .p-text,.about-section .text-container p,.services_intro .col-4 p 	 {
    font-size: 19px;
}
.story-intro .bold-text {
    font-size: 22px;
line-height: 30px;}
.we-promise-section .col-4, .vision-section .col-4 {
    padding: 30px;
}
.we-promise-section .p-text, .vision-section .p-text {
    font-size: 21px;
    line-height: 29px;
    padding: 30px 0;
}
.we-promise-section h3, .vision-section h3 {
    font-size: 36px;padding-left: 70px;
	line-height: 36px;}
.we-promise-section h3:before, .vision-section h3:before {
    width: 54px;
    height: 60px;}
	h2.bg-heading {
		width: 266px;
    line-height: 30px;
    font-size: 34px;
    padding: 20px 25px;
		left:40;
}
.your-time h2 {
    font-size: 34px;
}
.story-intro .container {
margin: 10px AUTO;}
.consultation .container {
    padding-bottom: 3em;
}
.services ul li{
margin-bottom: 10px;
    height: 250px;

}
.services ul li a {
padding-top: 90px;
    font-size: 28px;
    line-height: 32px;
}
.logo img{
    width: 150px;
}
.menu-button {
    padding: 20px 0;
}
.menu-header {
    margin-top: 5px;
}
.menu-list {
    padding: 1em 1em 2em;
}
.nav-menu ul li {
    font-size: 22px;
    line-height: 24px;
}
.nav-menu ul li.bold-text {
    font-size: 25px;
}
.close-icon {
    margin-top: 6px;
}
.services.service_page_sub li{
		  width:100%;
}

.service_page_sub h2.bg-heading{
width: 380px;}
.services.service_page_sub li h4 {
    line-height: 24px;
    font-size: 24px;
}
.services.service_page_sub li p {
    line-height: 21px;
font-size: 17px;}

.aboutleadership_col h3 {
    font-size: 25px;
    line-height: 36px;}
.aboutleadership_col i {
    font-size: 33px;
    top: 30px;
    right: 14px;
}
.leader_designation {
	margin: 0;
    font-size: 20px;
    line-height: 20px;}
.leader_licno {
    margin: 0;
font-size: 12px}
.leader-img-con p {

    font-size: 13px;
    line-height: 20px;
}
.aboutoffice_left h2,.aboutoffice_right h2 {
    font-size: 20px;
line-height: 30px;}	
.aboutoffice_left p {
    font-size: 16px;
}
.aboutofficeaddress_col_addr i {
    right: 9px;
    top: 68%;
}
.aboutofficeaddress_col img {
    height: 325px;
}
	.services ul li.show_details a {
    padding: 40px 20px !important;
}
	.services.service_page ul li.show_details p {
    font-size: 13px;
    line-height: 15px;
}
.aboutleadership_col_detail:after{display:none;}
.services ul li.show_details i:after {
    width: 22px;
		height: 29px;}
.grid li {
    width: 100% !important;
}
.contactlet2{width:45%; }
	.menu_col .bold-text{display:none;}
}

@media only screen and (max-width:480px)
{
	.contactlet2 {
    width: 43%;
	}
.services ul li {
    margin-bottom: 10px;
    height: 195px;
}
.services ul li a {
    padding-top: 65px;
    font-size: 20px;
    line-height: 27px;
}

.services ul li a p {
    font-size: 12px;
    line-height: 16px;
}
.services ul li a p i {
    width: 98px;
    font-size: 10px;
}
.services ul li a p i:before {
    width: 60px;
    bottom: -2px;
}
.services ul li a p i:after {
    width: 12px;
    height: 15px;
    right: 17px;
    bottom: -5px;
}
.services ul li a:hover {
    padding-top: 15px;
    font-size: 17px;
    line-height: 17px;
}
.services_intro .col-4 h3 {
font-size: 33px;}

.free-to-grow .bold-text {
    font-size: 24px;
}
.consultation .bold-text {
    font-size: 17px;
}
.consultation .button-design p {
    font-size: 13px;
    line-height: 15px;
}
.contact-number {
    font-size: 32px;
    line-height: 42px;
}
.footer-right a.footer-btn.locations:before ,.footer-right a.footer-btn.portal:before{

    left: -4px;
    top: -4px;
    width: 32px;
    height: 32px;
    background-size: 88px;
}
.footer-right a.footer-btn.locations:after,.footer-right a.footer-btn.portal:after{
right: -4px;
    bottom: -4px;
    width: 34px;
    height: 34px;
    background-size: 88px;
}
.footer-right a.footer-btn.portal,.footer-right a.footer-btn.locations{
	width:300px;
}
	.service_page_sub h2.bg-heading {
    width: 300px;
}
.service_page_sub h2 b {
    font-size: 24px;
    line-height: 25px;
}
	.service_page_sub h2.bg-heading {
    line-height: 24px;
		font-size: 17px;}
.page-template-contcatus h1, .atlas_entrytitle {
    font-size: 24px;
    line-height: 30px;
}
}
.blog .inner-container {
    width: 100%;
}
.box{
	box-shadow:none;
}
.post_info a:after {
	content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background-image: linear-gradient(to left,#fff 51%,rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 9px 22px;
    background-repeat: repeat-x;
    left: 0;
    bottom: -5px;
}
.post_info a:before {
	content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    background-image: url(images/arrow-white-small@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    right: -20px;
    bottom: 0;
}
.grid {
	max-width: 100%;
    list-style: none;
    margin: 30px auto;
    padding: 0;
    width: 100%;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
	min-height:max-content;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}
.contact{width:100%; margin:0 auto;}
.contactdata {
    width: 100%;
    margin: 0 auto;
    padding: 10px 30px;
}
.contactlet{width:49%; display:inline-block; padding: 10px 30px;}
.contactlet2{width:48%; display:inline-block; padding: 10px 0px 10px 30px;}

.contact input[type="search"], 
.contact input[type="text"], 
.contact input[type="email"], 
.contact input[type="url"], 
.contact input[type="password"], 
.contact textarea,
.contactdata input[type="search"], 
.contactdata input[type="text"], 
.contactdata input[type="email"], 
.contactdata input[type="url"], 
.contactdata input[type="password"], 
.contactdata textarea{
    padding: 6px;
    border: 1px solid #000000;
    line-height: 20px;
    width: 100%;
    margin: 0 0;
    background-color: #fafafa;
    border-radius: 3px;
}
.wpcf7-select{    width: 100%; padding: 10px;}

.contactdata .wpcf7-submit {
    width: 200px;
}

.wpcf7{    margin-bottom: 60px;    width: 100%;}
.atlasentryheader {
    position: relative;
    text-align: center;
}
.pbacc-amex, .pbacc-applepay, .pbacc-discover, .pbacc-mastercard, .pbacc-paypal, .pbacc-visa {
    display: inline-block;
    background: url(https://atlas.kloudconsultant.com/wp-content/uploads/2020/09/atlas-cc.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
.pbacc-visa {
    background-position: -44px -54px;
    width: 40px;
    height: 25px;
}
.pbacc-mastercard {
    background-position: -44px -27px;
    width: 40px;
    height: 25px;
}
.pbacc-amex {
    background-position: -2px -0px;
    width: 40px;
    height: 25px;
}
.pbacc-discover {
    background-position: -2px -27px;
    width: 40px;
    height: 25px;
}
.pbacc-paypal {
    background-position: -2px -54px;
    width: 40px;
    height: 25px;
}
.pbacc-applepay {
    background-position: -44px -0px;
    width: 40px;
    height: 25px;
}
.consultation a{
    display: block;
    margin: 0 auto;
}
.top-border{
	
	position:absolute;
}
.top-border:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-image: linear-gradient(to left, #BABABA 70%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 16px 22px;
    background-repeat: repeat-x;
    left: 0px;
    top: 5px;
}
.elementor-icon-box-description{
	    font-family: Geogrotesque-Regular !important;
    line-height: 23px;
    font-size: 19px;
    letter-spacing: 1.98px;
    margin: 0px;
    color: #2E2E2E!important;
}
.elementor-icon-box-title{
    margin: 10px 0;
}
.elementor-icon-box-title span{
    font-weight: 800;
}
.elementor-default .atlas_entrytitle{
	display:none;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
}

@media only screen and (min-width: 768px) {
.aboutleadership_col_detail {
    background: #EDAE2C;
    padding: 15px;
    position: relative;
    height: 120px;
}
}