body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	font-size: 15px;
	padding: 107px 0 0;
}
.mobile-show{
	display: none;
}
.d-table{
	display: table;
	height: 100%;
}
.d-flex{
	display: flex;
}
.inner-container{
    max-width: 980px;
    margin: 0 auto;
}
.blue-horizontal-rectangle{
    background: #3966ad;
    position: absolute;
    transform: translateY(-50%);
    width: 250px;
    height: 45px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.blue-horizontal-rectangle.bottom{
    bottom: -22.5px;
    top: initial;
    transform: initial;
}
.blue-vertical-rectangle{
    width: 45px;
    height: 250px;
    background: #3966ad;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blue-vertical-rectangle.right{
    right: -22.5px;
}
.blue-vertical-rectangle.left{
    left: -22.5px;
}
h1.title{
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 25px;
}
.heading h2{
	font-size: 27px;
	font-weight: 600;
	margin: 0 0 30px;
}
.heading h3{
	font-size: 14px;
	color: #3966ad;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.default-padding{
	padding: 70px 0;
}
.default-margin{
	margin: 70px 0;
}
.big-margin{
	margin: 100px 0;
}
.big-padding{
	padding: 100px 0;
}
.midle-padding{
	padding: 30px 0;
}
.line-above {
	border-top: 4px solid #3966AD;
}
.no-margins {
	margin: 0 !important;
}
.orange-btn{
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    background-color: #f36f2f;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.blue-btn{
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    background-color: #3966ad;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.orange-btn:hover, .orange-btn:focus, .blue-btn:hover, .blue-btn:focus{
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
}
.blue-btn:hover{
	background-color: #f36f2f;
}
.big-btn{
    font-size: 18px;
    padding: 20px;
    min-width: 260px;
}
.normal-btn{
    min-width: 270px;
}
.blue-btn.normal-btn{
	min-width: 195px;
}
.default-link{
    display: inline-block;
    font-size: 16px;
    color: #3966ad;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.default-link:hover, .default-link:focus{
    color: #000;
    text-decoration: none;
}
.slick-next,  .slick-prev {
	border: none;
	background: none;
	position: absolute;
	outline: none;
	top: 50%;
    font-size: 40px;
    color: #c7c8c8;
	padding: 0;
	z-index: 1;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
header.site-header{
	padding: 15px 20px;
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 2;
	transition: all 0.3s;
	box-shadow: 0 1px 25px 0 rgb(0 0 0 / 50%);
}
header .navbar-default .navbar-collapse{
	border: none;
}
header .navbar-default{
	background: transparent;
	border: none;
	margin-bottom: 0px;
}
header nav #main_nav{
    align-self: center;
    margin-left: auto;
	padding: 0;
}
header nav #main_nav ul.menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
header nav #main_nav ul.menu > li{
	position: relative;
}
header nav #main_nav ul.menu li a{
	color: #333;
	display: block;
    text-decoration: none;
}
header nav #main_nav ul.menu > li > a{
	text-transform: uppercase;
	padding: 15px 12px;
	border-radius: 5px;
}
header nav #main_nav ul.menu li a i{
    margin: 0 0 0 10px;
    font-size: 10px;
	float: right;
	line-height: 24px;
}
header nav #main_nav .sub-menu-wrap{
	display: none;
}
header nav #main_nav li.menu-item-has-children > .sub-menu-wrap ul.sub-menu{
	list-style: none;
	position: relative;
	padding: 0;
    min-width: max-content;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
header nav #main_nav ul.menu li.current-menu-item > a{
    color: #4377c3;
}
header nav #main_nav ul.sub-menu li a{
	padding: 10px 20px;
	line-height: 23px;
}
header nav #main_nav li.menu-item-has-children .sub-menu-wrap li.menu-item-has-children{
	position: relative;
}
header nav #main_nav li.menu-item-has-children .sub-menu-wrap li.menu-item-has-children:hover > .sub-menu-wrap{
	padding: 0;
	top: 0;
	left: 100%;
}
/*areas main nav fix*/
header nav #main_nav li.menu-item-has-children.areas-menu-wrap .sub-menu-wrap li.menu-item-has-children:nth-child(odd):hover > .sub-menu-wrap {
	left: -106%;
}
header nav #main_nav li.menu-item-has-children.areas-menu-wrap .sub-menu-wrap li.menu-item-has-children:nth-child(odd):hover > .sub-menu-wrap ul.sub-menu {
	min-width:202px;
}
/*areas main nav fix end*/
header nav #main_nav li.menu-item-has-children .sub-menu-wrap li.menu-item-has-children:hover > .sub-menu-wrap ul.sub-menu{
	border-radius: 0;
	box-shadow: none;
}
header nav .desktop-mobile-btn{
	align-self: center;
	display: block;
	color: #fff !important;
	padding: 10px;
	border-radius: 5px;
	background-color: #f36f2f;
	font-size: 18px;
	text-align: center;
	min-width: 250px;
	text-decoration: none;
	font-weight: 600;
	margin-left: 40px;
}
header .mobile-btn{
	display: none;
}
.site-content{
    min-height: 500px;
}
footer.site-footer{
    margin: 50px 0 0;
}
footer.site-footer hr{
    border-top: 4px solid #3966ad;
}
footer.site-footer .info-box{
    margin: 55px 0 100px;
}
footer.site-footer .info-box a{
    text-decoration: none;
    font-size: 14px;
}
footer.site-footer .info-box a:hover, section#projects-gallery .project-list .category-wrapper .item-box .caption-box a:hover, section#featured-project .project-list .category-wrapper .item-box .caption-box a:hover{
    color: #000;
}
footer.site-footer .info-box h3{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
footer.site-footer .info-box h3 i{
    margin-right: 8px;
    color: #206FFF;
}
footer.site-footer .info-box .connect ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.site-footer .info-box .connect ul li{
    display: inline-block;
    padding: 0 7px;
}
footer.site-footer .info-box .connect ul li i{
    font-size: 15px;
}
footer.site-footer .links-box h3{
    margin: 0 0 20px;
    color: #1f6fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
footer.site-footer .links-box ul.menu{
    padding: 0;
	margin: 0 0 20px;
    list-style: none;
}
footer.site-footer .links-box ul.menu li a{
    display: block;
    margin-bottom: 7px;
    color: #94979e;
    font-size: 13px;
    text-decoration: none;
}
footer.site-footer .links-box ul.menu li a:hover{
    color: #000;
}
footer.site-footer .links-box .social-list{
	display: flex;
	margin: 0;
}
footer.site-footer .links-box .social-list a{
	width: 30px;
	height: 30px;
	margin-right: 2px;
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
}
footer.site-footer .links-box .social-list a.fb-link{
	background-color: #4e5f97;
}
footer.site-footer .links-box .social-list a.inst-link{
	background-color: #fb3958;
}
footer.site-footer .links-box .social-list a.houzz-link{
	background-color: #4abc2e;
}
footer.site-footer .links-box .social-list a:hover{
	opacity: 0.8;
}
footer.site-footer .links-box .info-block{
	margin: 20px 0 0;
	color: #94979e;
	font-size: 14px;
	max-width: 300px;
	clear: both;
}
footer.site-footer .map{
	margin: 50px 0;
}
footer.site-footer .bottom-track{
	padding: 30px 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
footer.site-footer .bottom-track p{
	color: #94979e;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
}
.home section#featured-form{
    position: relative;
}
.home section#featured-form .bg{
    position: absolute;
    height: 100%;
    left: 470px;
    width: calc(100% - 470px);
    background-size: cover;
    z-index: -1;
}
.home section#featured-form .wrapper{
    display: flex;
	padding: 100px;
    background-size: 74% 100%;
    background-position: center right;
    background-repeat: no-repeat;
}
.home section#featured-form .wrapper .content-box{
	float: right;
    order: 2;
    margin-left: 90px;
    display: table;
}
.home section#featured-form .wrapper .form-wrapper{
    position: relative;
	max-width: 490px;
	text-align: center;
	padding: 40px 60px;
	background: #f5f5f5;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
}
.home section#featured-form .wrapper .form-wrapper h3{
	margin: 0 0 30px;
	font-weight: 600;
}
.home section#featured-form .img-box img{
	padding: 5px;
}
.form-box .item-box{
	text-align: left;
	margin: 0 0 10px;
}
.form-box .item-box label{
	font-weight: normal;
}
.form-box .consent-box{
	display: flex;
	align-items: center;
}
.form-box .consent-box .desc-box{
	margin: 0 0 0 10px;
}
.form-box .consent-box .wpcf7-list-item-label{
	display: none;
}
.form-box .item-box input, .form-box .item-box textarea, .form-box .item-box select{
	border: 1px solid #c3c3c3;
	outline: none;
	padding: 9px;
	width: 100%;
}
.form-box .item-box input::placeholder, .form-box .item-box textarea::placeholder{
	font-style: italic;
}
.form-box .item-box input[type=file]{
	border: none;
	padding: 0;
}
.form-box .submit-box{
	margin: 25px 0 15px;
}
.form-box .item-box textarea{
	height: 100px;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
    background: #fff !important;
}
.form-box .wpcf7-submit, .form-submit-btn input[type=submit]{
	display: inline-block;
	color: #fff !important;
	padding: 10px 20px;
	border-radius: 4px !important;
	background-color: #f36f2f !important;
	font-size: 12px;
	margin: 5px 0 0;
	text-align: center;
	font-weight: 600;
	min-width: 145px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	outline: none;
}
.form-box .wpcf7-submit:hover, .form-submit-btn input[type=submit]:hover, header nav .desktop-mobile-btn:hover{
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
}
.form-submit-btn input[type=submit]{
    margin: 0px auto;
}

.hp-custom-field-container {
    margin-bottom: 5px !important;
}

#homepage-awards .content-wrapper{
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

#homepage-awards{
    margin-top: 36px;
}

@media (max-width: 767px){
    #homepage-awards .content-wrapper{
        flex-wrap: wrap;
		justify-content: center;
		align-items: center;
    }
}
@media (max-width: 480px){
    #homepage-awards .wrapper{
        padding: 0px 10px;
    }
    #homepage-awards .content-wrapper img{
        width: 100%;
		height: auto !important;
        padding: 10px;
    }
}

.hp-textarea {
    max-height: 100px;
}


#nf-form-6-cont .nf-before-form-content{
    display: none;
}

.page-template-template-flexible .nf-form-fields-required {
    color: #fff;
}

.form-box .submit-box{
	position: relative;
}
.form-box .wpcf7-spinner{
	position: absolute;
	top: 10px;
}
.home section#featured-form .content-box .content-wrapper{
    max-width: 570px;
    vertical-align: middle;
    display: table-cell;
}
.home section#featured-form .content-box .content-wrapper h1.title{
    margin: 0 0 20px;
	color: #fff;
}
.bg-mobile{
    display: none;
}
section#logos{
	margin: 50px 0;
}
section#logos h2{
    text-align: center;
    font-size: 16px;
    color: #9b9b9b;
    text-transform: uppercase;
    margin: 0 0 30px;
}
section#logos .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#logos .wrapper.middle-width{
	max-width: 930px;
	margin: 0 auto;
}
section#logos .wrapper.small-width{
	max-width: 800px;
	margin: 0 auto;
}
section#logos .wrapper .item-box{
	margin: 0 5px;
    flex: 1;
}
section#logos .wrapper .item-box img{
	max-width: 100%;
	height: auto;
}
.home section#about{
	background: #f5f5f5;
	text-align: center;
}
.home section#about .desc{
	max-width: 820px;
	margin: 0 auto;
}
section#checkpoints{
	display: flex;
    justify-content: flex-end;
}
section#checkpoints .img-box, section#visualizer .img-box{
    width: 50%;
    order: 2;
    background-size: cover;
    background-position: center;
    position: relative;
}
section#checkpoints .content-box, section#visualizer .content-box{
    width: 50%;
    margin: 10px 80px 0 15px;
    max-width: 500px;
}
section#checkpoints .content-box .desc{
    margin: 0 0 25px;
}
section#checkpoints .content-box .list{
    padding-left: 25px;
}
section#checkpoints .content-box .list .icon-box i{
    font-size: 30px;
    color: #3966ad;
    margin-right: 10px;
}
section#checkpoints .content-box .list .item-box{
    margin-bottom: 15px;
    display: flex;
}
section#checkpoints .content-box .list .item-box:last-child{
    margin-bottom: 0;
}
section#checkpoints .content-box .list .item-box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
section#checkpoints .content-box .list .item-box p{
    margin: 0;
}
section#awards{
    background: #3966ad;
}
section#awards .wrapper{
    display: flex;
    flex-wrap: wrap;
}
section#awards .title-box, section#awards .logo-box{
    width: 50%;
}
section#awards .logo-box{
    text-align: center;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
}
section#awards h2{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    max-width: 450px;
}
section#awards .logo-box .img-box{
    margin: 0 10px;
}
section#awards a.orange-btn{
    margin-top: -25px;
}
.home section#video .wrapper{
    display: flex;
    align-items: center;
}
.home section#video .content-box{
    float: right;
    order: 2;
    margin: 0 0 0 90px;
    max-width: 550px;
}
.home section#video .content-box h2{
    font-size: 36px;
    font-weight: 600;
    width: 300px;
    margin: 0 0 30px;
}
.home section#video p{
    margin: 0;
}
.home section#video .video-box iframe{
    width: 450px;
}
.home section#video .bottom-track{
	display: none;
}
section#steps{
	position: relative;
	padding: 0 0 100px;
    text-align: center;
}
section#steps .bg{
    height: 800px;
    background-size: cover;
    background-position: center;
}
section#steps .wrapper{
	background: #f5f5f5;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 60px 70px;
}
section#steps p.desc{
	max-width: 780px;
	margin: 0 auto 50px;
}
section#steps .steps-slider{
	text-align: left;
	padding: 150px 0 0;
}
section#steps .steps-slider h4{
	font-size: 38px;
	font-weight: bold;
	margin: 0;
}
section#steps .steps-slider p{
	text-align: justify;
}
section#steps a.orange-btn{
	margin: 50px 0 0;
}
section#steps .steps-slider .slick-dots{
	bottom: initial;
	top: 0;
}
section#steps .steps-slider .slick-dots:before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(0,0,0,.1);
}
section#steps .steps-slider .slick-dots li{
    display: inline-block;
    padding: 0;
    margin: 0;
    width: initial;
    height: initial;
}
section#steps .steps-slider .slick-dots li .item-box{
    padding: 12px;
    margin: 0 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100px;
    display: table;
    height: 100px;
    border: 0 solid transparent;
    border-radius: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 0 30px 0 transparent;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    color: #c7c7c7;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
}
section#steps .steps-slider .slick-dots li .item-box .step-box{
    display: table-cell;
    vertical-align: middle;
}
section#steps .steps-slider .slick-dots li.slick-active .item-box{
    border-color: rgba(0,0,0,.1);
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    color: #4377c3;
    text-align: center;
}
section#steps .bg .blue-horizontal-rectangle{
    display: none;
}
section#projects-gallery, section#featured-project{
	text-align: center;
}
section#projects-gallery .filter-box{
	display: flex;
	margin: 50px 0;
	justify-content: space-between;
}
section#projects-gallery .filter-box .item-box{
	width: 100%;
	padding: 10px;
	border: 1px solid #bebebe;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
section#projects-gallery .filter-box .item-box.active{
	color: #fff;
	background: #3966ad;
	border: 1px solid #3966ad;
}
section#projects-gallery .project-list .category-wrapper{
    display: none;
    text-align: left;
}
section#projects-gallery .project-list .category-wrapper.active{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}
section#projects-gallery .project-list .category-wrapper .item-box .wrapper, section#featured-project .project-list .category-wrapper .item-box{
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center;
}
section#projects-gallery .project-list .category-wrapper .item-box .wrapper a.overlay, section#latest-blog .blog-wrapper .item-box a.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
section#projects-gallery .project-list .category-wrapper .item-box .caption-box, section#featured-project .project-list .category-wrapper .item-box .caption-box{
    position: absolute;
    padding: 30px 15px;
    left: 0;
    bottom: 0;
    min-width: 75%;
    background: rgba(255, 255, 255, .8);
}
section#projects-gallery .project-list .category-wrapper .item-box .caption-box h4, section#featured-project .project-list .category-wrapper .item-box .caption-box h4{
    font-size: 30px;
	color: #333;
    margin: 0 0 10px;
}
section#projects-gallery .project-list .category-wrapper .item-box .caption-box a, section#featured-project .project-list .category-wrapper .item-box .caption-box a{
    display: block;
    color: #3966ad;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
section#featured-project .project-list{
	margin: 20px 0 0;
}
section#featured-project .project-list .category-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	row-gap: 30px;
	text-align: left;
}
section#financing{
	text-align: center;
}
section#financing .img-box img{
	margin: 0 auto;
}
section#financing .img-box .mobile{
	display: none;
}
section#visualizer{
	background: #f5f5f5;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
section#visualizer .content-box .desc{
	margin: 0 0 35px;
}
section#visualizer .img-box{
	height: 590px;
}
section#visualizer p.list-label{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}
section#visualizer ul.list{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
section#visualizer ul.list li{
	display: flex;
	font-size: 18px;
	margin: 0 0 15px;
	align-items: center;
}
section#visualizer ul.list li i{
	color: #3966ad;
}
section#visualizer ul.list li p{
	margin: 0 0 0 10px;
}
section#visualizer .buttons-box{
	margin: 40px 0 0;
}
section#visualizer .buttons-box a:first-child{
	margin-right: 20px;
}
section#latest-blog .heading{
	text-align: center;
}
section#latest-blog .blog-wrapper, section#listing .blog-wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);;
	column-gap: 50px;
	row-gap: 30px;
}
section#latest-blog .blog-wrapper{
    margin: 50px 0 0;
}
section#latest-blog .blog-wrapper .item-box{
	position: relative;
}
section#latest-blog .blog-wrapper .item-box .img-box, section#listing .blog-wrapper .item-box .img-box{
	height: 200px;
	background-size: cover;
	background-position: center;
	margin: 0 0 10px;
}
section#latest-blog .blog-wrapper .item-box p.date, section#listing .blog-wrapper .item-box p.date{
	font-size: 14px;
	text-transform: uppercase;
	color: #acacac;
	margin: 0 0 10px;
}
section#latest-blog .blog-wrapper .item-box h4, section#listing .blog-wrapper .item-box h4{
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 15px;
}
section#latest-blog .blog-wrapper .item-box a, section#listing .blog-wrapper .item-box a{
	color: #3966ad;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}
section#listing .blog-wrapper .item-box a:hover{
	color: #000;
	text-decoration: none;
}
section#banner{
	text-align: center;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 130px 15px 100px;
}
section#banner .wrapper{
	max-width: 1100px;
	margin: 0 auto;
}
section#banner h2{
	font-size: 48px;
	font-weight: bold;
	margin: 0 0 25px;
}
section#banner p{
	font-weight: 500;
	font-size: 24px;
	margin: 0 0 35px;
}
section#accordion{
	text-align: center;
}
section#accordion h2.title{
	font-size: 27px;
	font-weight: 600;
	margin: 0 0 60px;
}
section#accordion .accordion_wrapper{
	text-align: left;
	max-width: 990px;
	margin: 0 auto;
}
section#accordion .accordion_wrapper .item_box .text_box, section#accordion-lists .list_box .item-box .text_box{
	display: none;
	margin: 10px 30px 30px;
}
section#accordion .accordion_wrapper .item_box h2.accordion_title{
	padding: 20px 30px 20px 15px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	border-top: 2px solid #e1e1e1;
	margin: 0;
	text-transform: none;
	position: relative;
}
section#accordion .accordion_wrapper .item_box:last-child{
	border-bottom: 2px solid #e1e1e1;
}
section#accordion .accordion_wrapper .item_box h2:after{
	position: absolute;
	color: #005183;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-size: 24px;
	right: 25px;
	top: 17px;
	font-weight: 100;
	transition: all 0.2s ease;
}
section#accordion .item_box.opened h2:after{
	transform: rotate(-180deg);
}
section#accordion .accordion_wrapper h2:first-child{
	margin-top: 0px;
}
section#accordion .accordion_wrapper .item_box ul, section.accordion-left .list .item_box ul, section.accordion-right .list .item_box ul{
	margin: 20px 0 20px 30px;
}
section#accordion .accordion_wrapper .item_box h3, section.accordion-left .list .item_box h3{
	font-size: 20px;
	cursor: pointer;
}
.page-template-template-contact section#main-info{
	text-align: center;
	margin: 100px 0 70px;
}
.page-template-template-contact section#main-info .info-wrapper{
	margin: 70px 0 0;
}
.page-template-template-contact section#main-info .info-wrapper .item-box .icon-box{
	display: table;
	width: 100px;
	height: 100px;
	background: #3966ad;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.page-template-template-contact section#main-info .info-wrapper .item-box .icon-box i{
	font-size: 30px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.page-template-template-contact section#main-info .info-wrapper .item-box h3{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px;
}
.page-template-template-contact section#main-info .info-wrapper .item-box a{
	color: #3966ad;
	font-size: 18px;
}
.page-template-template-contact section#main-info .info-wrapper .item-box a:hover{
	color: #000;
	text-decoration: none;
}
section#form{
	position: relative;
	text-align: center;
	padding: 100px 0 0;
}
section#form .bg{
	position: absolute;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	top: 0;
	left: 0;
}
section#form .form-box{
	max-width: 740px;
	padding: 40px 130px;
	background: #f5f5f5;
	margin: 0 auto;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
}
section#form .form-box h2{
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 30px;
}
.form-box .item-box .wpcf7-checkbox .wpcf7-list-item{
	display: flex;
	text-align: left;
	margin: 0;
}
.form-box .item-box .wpcf7-checkbox .wpcf7-list-item input{
	width: auto;
	margin-right: 7px;
}
.page-template-template-contact section#form .form-box p.desc{
	text-align: left;
	color: #787878;
	margin: 15px 0 25px;
}
.page-template-template-careers section#heading{
	text-align: center;
}
.page-template-template-careers section#heading h1.title{
	margin: 0 0 35px;
}
.page-template-template-careers section#heading .logo-box img{
	margin: 0 auto;
}
.page-template-template-careers section#accordion-lists .list_box h2{
	font-size: 36px;
	font-weight: 600;
	margin: 30px 0;
}
section#accordion-lists{
	margin: 100px 0 70px;
}
section#accordion-lists .list_box .item-box h4.accordion_title{
	font-size: 27px;
	cursor: pointer;
	margin: 0 0 20px;
}
section#accordion-lists .list_box .item-box h4.accordion_title i{
	font-size: 24px;
	background: #fff;
	color: #3966ad;
	margin: 0 10px 0 0;
}
section#default-hero{
	text-align: center;
	height: 500px;
	background-size: cover;
	background-position: center;
}
section#default-hero h1.title{
	color: #fff;
	margin: 0 0 35px;
}
section#default-hero .wrapper{
	display: table;
	height: 100%;
}
section#default-hero .wrapper .content-box{
	display: table-cell;
	vertical-align: middle;
}
section#default-hero .wrapper .content-box a.orange-btn:hover, section#banner .wrapper a.orange-btn:hover, section#awards .wrapper a.orange-btn:hover{
	background-color: #fff;
	color: #f36f2f;
}
section#plane-text{
	text-align: center;
}
section#plane-text .wrapper{
	max-width: 800px;
	margin: 0 auto;
}
section#plane-text .desc{
	font-size: 18px;
	margin: 0 0 25px;
}
section#text-card-left, section#text-card-right{
	position: relative;
	padding: 70px 0;
}
section#text-card-left .bg, section#text-card-right .bg{
	position: absolute;
	height: 100%;
	width: 60%;
	right: 0;
	top: 0;

	background-size: cover;
	background-position: center;
}
section#text-card-right .bg{
    right: initial;
    left: 0;
}
section#text-card-left .wrapper, section#text-card-right .wrapper{
	position: relative;
	max-width: 600px;
	padding: 100px 60px;
	background: #f5f5f5;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
}
section#text-card-left .wrapper.small-padding{
	padding: 50px 70px;
}
section#text-card-right .wrapper{
    float: right;
}
section#text-card-right .default-link, section#text-card-left .default-link{
    margin: 25px 0 0;
}
.page-template-template-about section#bio .wrapper{
	display: flex;
}
.page-template-template-about section#bio .img-box{
	height: 100%;
	background-size: cover;
	background-position: center;
}
.page-template-template-about section#bio .content-box h2{
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 600;
}
.page-template-template-about section#bio .content-box .desc blockquote{
	font-size: 16px;
	padding: 0 0 0 10px;
	border-left: 3px solid #3966ad;
}
.page-template-template-about section#bio .content-box h4{
	font-size: 16px;
	font-weight: 600;
}
section#services{
	text-align: center;
	background: #f5f5f5;
}
section#services p.desc{
	max-width: 790px;
	margin: 0 auto;
}
section#services .list{
	margin: 50px 0 0;
	display: grid;
	color: #fff;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 50px;
}
section#services .list .item-box{
	height: 200px;
	display: table;
	padding: 15px;
	background-size: cover;
	background-position: center;
}
section#services .list .item-box .text-box{
	display: table-cell;
	vertical-align: middle;
}
section#services .list .item-box .text-box p{
	max-width: 250px;
	margin: 0 auto;
	font-size: 18px;
}
section#testimonials .heading{
	text-align: center;
}
section#testimonials .list{
	column-count: 2;
	column-gap: 100px;
	margin: 50px 0 0;
}
section#testimonials .list .item-box{
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 30px;
	break-inside: avoid;
}
section#testimonials .list .item-box .content-box .desc{
	font-size: 16px;
	padding: 0 0 0 10px;
	border-left: 3px solid #3966ad;
}
section#testimonials .list .item-box .content-box p{
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0 13px;
}
.page-template-template-team section#people{
	text-align: center;
}
.page-template-template-team section#people .grid{
	max-width: 860px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 35px;
}
.page-template-template-team section#people .grid .img-box{
	height: 300px;
	background-size: cover;
	background-position: top center;
	margin: 0 0 20px;
}
.page-template-template-team section#people .grid .text-box h3{
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
}
.page-template-template-team section#people .grid .text-box h4{
	font-size: 17px;
	margin: 0;
}
.page-template-template-learning section#resources{
	text-align: center;
}
.page-template-template-learning section#resources p.desc{
	font-size: 18px;
	margin: 40px 0 60px;
}
.page-template-template-learning section#resources .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 90px;
	row-gap: 50px;
}
.page-template-template-learning section#resources .grid .img-box img{
	margin: 0 auto 35px;
}
.page-template-template-learning section#resources .grid .content-box button.blue-btn{
	font-weight: normal;
    margin: 0 0 25px;
	border: none;
}
.page-template-template-learning section#resources .grid .content-box h3{
    font-size: 30px;
    margin: 0 0 15px;
}
section#listing .paginate{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0 0;
}
section#listing .paginate .previous a, section#listing .paginate .next a{
    color: #3966ad;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
section#listing .paginate .previous a:hover, section#listing .paginate .next a:hover{
    color: #000;
}
.single .blog-post section#default-hero, .single .blog-post section#default-hero .wrapper{
	position: relative;
}
.single .blog-post section#default-hero .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
}
.single .blog-post .post-content{
	margin: 50px 0 0;
}
section#hero-with-form{
/*     overflow: hidden;
	padding-bottom: 50px; */
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
	section#hero-with-form{
/* 		padding-bottom: 110px; */
	}
}
section#hero-with-form .bg-inner{
	position: relative;
	text-align: center;
	padding: 130px 0 0;
	margin: 0 0 70px;
	height: 550px;

	background-size: cover;
	background-position: center;
}
section#hero-with-form .wrapper{
	height: 100%;
	position: relative;
}
section#hero-with-form h1{
	color: #fff;
	text-shadow: 3px 3px 3px hsl(0deg 0% 0% / 0.4);
}
section#hero-with-form h2{
	font-size: 30px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	padding-bottom: 30px;
	text-shadow: 3px 3px 3px hsl(0deg 0% 0% / 0.4);
}
section#hero-with-form .grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
}
section#hero-with-form .form-box .item-box textarea{
	height: 92px;
}
section#hero-with-form .form-box .item-box{
	margin: 0;
}
section#hero-with-form .form-box .item-box input, section#hero-with-form .form-box .item-box select{
	margin-bottom: 10px;
}
section#hero-with-form .form-box{
	position: initial; /*was absolute*/
	left: 0;
	right: 0;
	bottom: -70px;

	margin: 0 15px;
	background: #3966ad;
	border-radius: 6px;
	padding: 25px 30px;
}
section#hero-with-form .form-box h3{
	color: #fff;
	margin: 0 0 15px;
	font-size: 24px;
}
section#hero-with-form .form-box .submit-box{
	margin: 5px 0 0;
}
section#hero-with-form .wpcf7-response-output{
	color: #fff;
}
section.accordion-left .wrapper, section.accordion-right .wrapper{
	display: flex;
	align-items: center;
}
section.accordion-left .img-wrapper{
	order: 2;
}
section.accordion-left .img-box, section.accordion-right .img-box{
	position: relative;
	height: 600px;
	background-size: cover;
	background-position: center;
}
section.accordion-left .text-box{
	margin: 0 60px 0 0;
}
section.accordion-left .list h2.accordion_title, section.accordion-right .list h2.accordion_title{
	padding: 20px 30px 20px 0;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 2px solid #c3c3c3;
	margin: 0;
	text-transform: uppercase;
	position: relative;
}
section.accordion-right .list h2.accordion_title{
	padding: 12px 30px 12px 0;
}
section.accordion-right .list .item_box:first-child h2.accordion_title{
	border-top: 2px solid #c3c3c3;
}
section.accordion-left .list .item_box h2.accordion_title:after, section.accordion-right .list .item_box h2.accordion_title:after{
	position: absolute;
	color: #3966ad;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	right: 5px;
	top: 20px;
	font-weight: 400;
	transition: all 0.2s ease;
}
section.accordion-right .list .item_box h2.accordion_title:after{
	top: 12px;
}
section.accordion-left .item_box.opened h2.accordion_title:after, section.accordion-right .item_box.opened h2.accordion_title:after{
	transform: rotate(-180deg);
}
section.accordion-left .list h2:first-child, section.accordion-right .list h2:first-child{
	margin-top: 0px;
}
section.accordion-left .list .item_box.opened h2.accordion_title, section.accordion-right .list .item_box.opened h2.accordion_title{
	border-bottom: none;
}
section.accordion-left .list .content_box, section.accordion-right .list .content_box{
	display: none;
	margin: 0;
}
section.accordion-left .list .item_box.opened .content_box{
	display: block;
}
section.accordion-left .text-box .orange-btn{
	margin: 50px 0 0;
}
section.accordion-left .text-box .orange-btn:hover{
	background-color: #3966ad;
}
section#financing-track .wrapper{
    display: flex;
    max-width: 1080px;
    margin: auto;
    align-items: center;
}
section#financing-track .wrapper h2{
    margin: 0 50px 0 0;
    font-size: 27px;
    font-weight: 600;
}
section#text-over-image{
	position: relative;
	background-size: cover;
	background-position: center;
}
section#text-over-image .overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60%;
	background: rgba(255, 255, 255, .8);
}
section#text-over-image .content-box{
	max-width: 710px;
	position: relative;
}
section#text-over-image .heading, section#text-over-image p.desc{
    max-width: 600px;
}
section#text-over-image ul.list{
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}
section#text-over-image ul.list li{
    display: flex;
    font-size: 18px;
    margin: 0 0 10px;
    align-items: flex-start;
}
section#text-over-image ul.list li i{
    color: #3966ad;
    margin: 5px 10px 0 0;
}
section#text-over-image a.orange-btn{
    margin: 30px 0 0;
}
section#additional-resources{
	text-align: center;
}
section#additional-resources .grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 60px;
	row-gap: 60px;
	margin: 50px 0 0;
}
section#additional-resources .grid.three{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
	margin: 40px 0 0;
}
section#additional-resources .grid .item-box{
	height: 280px;
}
section#additional-resources .grid .item-box .bg-wrapper{
	display: table;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}
section#additional-resources .grid .item-box .bg-wrapper .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
}
section#additional-resources .grid .item-box h4{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	position: relative;
	font-size: 30px;
	margin: 0;
}
section#additional-resources .grid .item-box a{
	text-decoration: none;
}
section.accordion-right .text-box{
	margin-left: 50px;
}
section.accordion-right h2.title, section#materials h2, section.accordion-left h2.title{
	font-size: 27px;
	font-weight: 600;
	margin: 0 0 25px;
}
section.accordion-right p.desc, section.accordion-left p.desc{
	margin: 0 0 35px;
}
section#two-text-column .wrapper{
	display: flex;
}
section#two-text-column .content-box{
	max-width: 500px;
}
section#two-text-column .first{
	border-right: 4px solid #3966ad;
}
section#two-text-column .second .content-box{
	margin: 0 0 0 60px;
}
section#two-text-column h2{
	font-size: 27px;
	font-weight: 600;
	margin: 25px 0;
}
section#list-grid{
    text-align: center;
}
section#list-grid p.desc{
    margin: 0 auto 40px;
    max-width: 760px;
}
section#list-grid .list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 25px;
    text-align: left;
}
section#text-card-right .list{
    margin: 0 0 0 15px;
}
section#list-grid .list .item-box, section#text-card-right .list .item-box{
    display: flex;
}
section#list-grid .list .item-box .icon-box i, section#text-card-right .list .item-box .icon-box i{
    color: #3966ad;
    font-size: 18px;
    margin: 2px 10px 0 0;
}
section#list-grid .list .item-box h4, section#text-card-right .list .item-box h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
section#list-grid .list .item-box .desc p, section#text-card-right .list .item-box p, section#text-card-right .list .item-box:last-child{
    margin: 0;
}
section#text-card-right .list .item-box h4{
    margin: 0 0 5px;
}
section#text-card-right .list .item-box{
    margin: 0 0 25px;
}
section#materials{
    text-align: center;
}
section#materials .list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 115px;
    row-gap: 30px;
    margin: 50px 0 0;
}
section#materials .list .image-box{
    height: 150px;
    background-size: cover;
    background-position: center;
}
section#materials .list.square-height .image-box{
	height: 300px;
}
section#materials .list h3{
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
section#text-card-left .form-box{
	text-align: center;
}
section#text-card-left .form-box h3{
	margin: 0 0 25px;
	font-size: 24px;
	font-weight: 600;
}
section#text-card-left .form-box .item-box.checklist .wpcf7-list-item{
	display: block;
	margin: 7px 0 0;
}
section#text-card-left .form-box .item-box.checklist .wpcf7-list-item label{
	display: flex;
}
section#text-card-left .form-box .item-box.checklist .wpcf7-list-item input{
	width: auto;
	margin-right: 7px;
}
section#heading{
	text-align: center;
}
section#heading p{
	margin: 0 auto;
	max-width: 700px;
}
.page-template-template-portfolio .project-list .item-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 80px;
	margin: 0 0 70px;
	align-items: center;
}
.page-template-template-portfolio .project-list .item-box:last-child{
	margin: 0;
}
.page-template-template-portfolio .project-list .item-box .img-box{
	height: 420px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.page-template-template-portfolio .project-list .item-box .text-box h3{
	font-size: 14px;
	color: #3966ad;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.page-template-template-portfolio .project-list .item-box .text-box h2{
	font-size: 36px;
	color: #333;
	text-decoration: none;
	margin: 0 0 20px;
}
.page-template-template-portfolio .project-list .item-box .text-box p{
	margin: 0 0 20px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.page-template-template-portfolio .project-list .item-box .wrapper a:hover{
	text-decoration: none;
}
.page-template-template-portfolio .project-list .item-box .text-box a.default-link{
	font-size: 18px;
}
.page-template-template-portfolio .project-list .item-box:hover .text-box a.default-link{
	color: #f36f2f;
}
.page-template-template-portfolio .project-list .text-box{
	padding: 0 15px;
}
section#list .load_more_box{
    text-align: center;
    margin: 100px 0 0;
}
section#list .load_more_box a.blue-btn:hover{
    background-color: #f36f2f;
}
.single-project section#hero {
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	height: 750px;
	color: #fff;
	background-position: center;
	background-size: cover;

}
.single-project section#hero .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}
.single-project section#hero .wrapper{
	position: relative;
}
.single-project section#hero h1{
	font-size: 60px;
	margin: 0 0 25px;
}
.single-project section#hero h2{
	font-size: 22px;
	margin: 0 0 15px;
}
.single-project section#hero p.date{
	margin: 0 0 10px;
	opacity: .6;
	text-transform: uppercase;
}
.single-project section#hero .down-arrow-link{
	margin: 0 auto;
	text-decoration: none;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 100%;
	color: #fff;
	font-size: 18px;
}
.single-project section#hero .down-arrow-link:hover{
	color: #f36f2f;
}
.single-project section#text-card-right .heading-box h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #696969;
	margin: 0 0 25px;
	line-height: 22px;
}
.single-project section#materials-list{
	text-align: center;
}
.single-project section#materials-list h2{
	font-size: 27px;
	font-weight: 600;
	margin: 0 0 20px;
}
.single-project section#materials-list p{
	margin: 0;
	font-size: 30px;
}
.single-project section#gallery .project-slider{
	margin: 0 0 45px;
}
.single-project section#gallery .project-slider .slider-item .img-box{
	text-align: center;
}
.single-project section#gallery .project-slider .slider-item .img-box img{
	max-height: 700px;
	width: auto;
	margin: 0 auto;
}
.single-project section#gallery .slider-nav{
	padding: 0 60px;
	margin: 0 0px 50px;
}
.single-project section#gallery .slider-nav .slider-item{
	height: 290px;
	margin: 0 10px;
	background-size: cover;
	background-position: center;
}
.single-project section#gallery .slider-nav .slick-next, .single-project section#gallery .slider-nav .slick-prev{
	top: 45%;
	font-size: 30px;
}
.single-project section#gallery .slider-nav .slick-prev{
	left: 15px;
}
.single-project section#gallery .slider-nav .slick-next{
	right: 15px;
}
.single-project section#gallery .slider-nav .slick-dots{
	bottom: -40px;
}
.single-project section#gallery .slider-nav .slick-dots li button{
	width: 8px;
	height: 8px;
	background: #c0c0c0;
}
.single-project section#gallery .slider-nav .slick-dots li.slick-active button{
	background: #404040;
}
.single-project section#project-form{
    text-align: center;
}
.single-project section#project-form h2{
    font-size: 24px;
    color: #3966ad;
    margin: 0 0 15px;
}
.single-project section#project-form h3{
    font-size: 16px;
    margin: 0 0 25px;
}
.single-project section#project-form .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
}
.single-project section#project-form .item-box textarea{
    height: 92px;
}
.single-project section#project-form .item-box{
    margin: 0;
}
.single-project section#project-form .item-box input, .single-project section#project-form .item-box select{
    margin-bottom: 10px;
}
.single-project section#project-form .form-box{
    background: #f5f5f5;
    border-radius: 6px;
    padding: 25px 30px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.20);
}
.single-project section#project-form p.help-text{
    font-size: 13px;
    font-weight: 600;
}
section#virtual-design-tool{
	text-align: center;
}
section#virtual-design-tool iframe{
	width: 100%;
}
.page-template-template-learning section#resources .modal .modal-content{
	padding: 30px;
	border-radius: 9px;
	position: relative;
	text-align: center;
}
.page-template-template-learning section#resources .modal .modal-content button.close{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 30px;
}
.page-template-template-learning section#resources .modal .progress{
	height: 30px;
	position: relative;
	background-color: #9ec3f3;
}
.page-template-template-learning section#resources .modal .progress .text{
	position: absolute;
	color: #fff;
	left: 0;
	right: 0;
	top: 4px;
}
.page-template-template-learning section#resources .modal .progress .progress-bar{
	background-color: #277cea;
}
.page-template-template-learning section#resources .modal h3{
	font-size: 17px;
	color: #969696;
	margin: 0 0 20px;
}
.page-template-template-learning section#resources .modal h2{
	font-size: 36px;
	margin: 0 0 20px;
}
.page-template-template-learning section#resources .modal h2 span{
	font-weight: 600;
}
section#silo-menu{
	text-align: center;
}
section#silo-menu .menu-box{
	display: inline-block;
}
section#silo-menu .menu-box ul{
	list-style: none;
	padding: 0;
}
section#silo-menu .menu-box ul li{
	margin: 0 0 10px;
}
section#silo-menu .menu-box ul li a{
	color: #333;
	font-size: 18px;
}
section#silo-menu .menu-box ul .sub-menu{
	display: none;
}
section#silo-menu .menu-box ul li.current-menu-parent > a{
	color: #fff;
	padding: 10px;
	margin: 0 0 15px;
	text-decoration: none;
	display: inline-block;
	min-width: 250px;
	border-radius: 4px;
	background-color: #f36f2f;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
section#silo-menu .menu-box ul li.current-menu-parent > a i{
	margin-left: 10px;
}
section#silo-menu .menu-box ul li.current-menu-parent > a.arrow-up i{
	transform: rotate(180deg);
}
.template_404{
    text-align: center;
    padding-top: 150px;
}
.template_404 h1.title{
    margin: 0 auto 25px;
}
.template_404 p{
    font-size: 20px;
}
.thank_you_template{
    text-align: center;
    padding: 120px 0 0;
}
.thank_you_template .orange-btn, .template_404 .orange-btn{
    margin: 30px 0 0;
}
header nav #main_nav ul.menu > li.two-columns .sub-menu-wrap{
	width: 100%;
}
header nav #main_nav ul.menu > li.two-columns > .sub-menu-wrap > .sub-menu{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
header nav #main_nav ul.menu > li.two-columns .sub-menu li.menu-item-has-children .sub-menu{
	z-index: 1;
	background: #f5f5f5;
}


section#just-title .heading h1 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
}
section#showroom-grid {
    margin-bottom: 100px;
}
section#showroom-grid .showroom-wrapper {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 15px;
    row-gap: 20px;
    text-align: left;
}
section#showroom-grid .showroom-wrapper .item-box {
	text-align: center;
}
section#showroom-grid .showroom-wrapper .item-box:hover {
	cursor: pointer;
}
section#showroom-grid .showroom-wrapper .item-box img {
	object-fit: cover;
    max-width: 100%;
    height: 200px;
    width: 100%;
}

























/*  Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1600px) {
    section#text-over-image .overlay{
        width: 65%;
    }
}
@media (max-width: 1400px) {
    h1.title{
        font-size: 42px;
    }
    section#projects-gallery .project-list .category-wrapper .item-box .caption-box, section#featured-project .project-list .category-wrapper .item-box .caption-box{
        min-width: 80%;
    }
    section#projects-gallery .project-list .category-wrapper .item-box .caption-box h4, section#featured-project .project-list .category-wrapper .item-box .caption-box h4{
        font-size: 26px;
    }
    section#projects-gallery .project-list .category-wrapper .item-box .wrapper, section#featured-project .project-list .category-wrapper .item-box{
        height: 400px;
    }
	section#visualizer .img-box{
		height: initial;
	}
	section#visualizer{
		align-items: initial;
	}
}

@media (max-width: 1200px) {
	header nav .desktop-mobile-btn{
		margin-left: 15px;
		font-size: 16px;
		min-width: 150px;
	}
	header nav #main_nav ul.menu > li > a{
		padding: 15px 10px;
	}
	header .navbar-header .custom-logo-link{
		max-width: 200px;
		display: block;
	}
	header .navbar-header img{
		max-width: 100%;
		height: auto;
	}
	body{
		padding: 95px 0 0;
	}
    .home section#featured-form .wrapper{
        padding: 70px 50px;
    }
    .home section#featured-form .bg{
        left: 370px;
        width: calc(100% - 370px);
    }
    h1.title{
        font-size: 38px;
    }
    .home section#featured-form .wrapper .form-wrapper h3{
        font-size: 22px;
    }
    .big-margin{
        margin: 80px 0;
    }
	section#list .load_more_box{
		margin: 80px 0 0;
	}
    .big-padding{
        padding: 80px 0;
    }
	footer.site-footer{
		margin: 80px 0 0;
	}
	section#accordion-lists{
		margin: 80px 0 50px;
	}
    section#projects-gallery .project-list .category-wrapper .item-box .caption-box h4, section#featured-project .project-list .category-wrapper .item-box .caption-box h4{
        font-size: 20px;
    }
    section#projects-gallery .project-list .category-wrapper .item-box .wrapper, section#featured-project .project-list .category-wrapper .item-box{
        height: 300px;
    }
	section#latest-blog .blog-wrapper, section#listing .blog-wrapper{
		column-gap: 30px;
	}
	section#banner h2{
		font-size: 40px;
	}
	section#default-hero{
		height: 400px;
	}
	section#services .list{
		column-gap: 30px;
	}
    .page-template-template-learning section#resources .grid .content-box h3{
        font-size: 24px;
    }
	section#hero-with-form .bg-inner{
		height: 500px;
	}
	section#hero-with-form h2{
		font-size: 26px;
	}
    section#financing-track .wrapper{
        display: block;
        text-align: center;
    }
    section#financing-track .wrapper h2{
        margin: 0;
    }
    section#financing-track .wrapper img{
        margin: 30px auto 0;
    }
    section#text-over-image .overlay{
        width: 75%;
    }
	section#additional-resources .grid .item-box{
		height: 250px;
	}
	section#two-text-column .second .content-box{
		margin: 0;
	}
	section#two-text-column .content-box{
		padding: 0 15px;
	}
    section#materials .list{
        column-gap: 70px;
    }
	.single-project section#hero{
		height: 600px;
	}
    .single-project section#gallery .slider-nav .slider-item{
        height: 230px;
    }
	section#showroom-grid .showroom-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1100px) {
	.home section#featured-form .img-box{
		text-align: center;
	}
}

/*  Large devices (desktops, 992px and up)  */
@media (max-width: 992px) {
	/* colapsed breakpoint */
	header .navbar-header {
		float: none;
		text-align: left;
		display: flex;
		align-items: center;
	}
	header .navbar-toggle {
		display: block;
		transition: all 0.3s;
		margin: 0;
		border: none;
		background: #3966ad;
		width: 40px;
		height: 40px;
		padding: 0;
	}
	header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus{
		background-color: #0B3A69;
	}
	header .navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
		margin: 0 auto 4px;
	}
	header .navbar-default .navbar-toggle .icon-bar:last-child{
		margin-bottom: 0;
	}
	header .navbar-collapse {
		display:block !important;
		box-shadow: none;
	}
	header .navbar-collapse.collapse {
		display: none!important;
	}
	header .navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	header .navbar-nav>li {
		float: none;
	}
	header .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header .collapse.in{
		display:block !important;
		width: 100%;
		border: none;
	}
	header .navbar-default .navbar-nav>li>a.dropdown-toggle:after{
		right: 0;
	}
	/* end colapsed breakpoint */
	header nav .desktop-mobile-btn{
		display: none;
	}
	header .navbar-default{
		display: block;
	}
	header .action-box{
		margin-left: auto;
	}
	header .mobile-btn{
		margin-left: auto;
		text-align: center;
		background: #f36f2f;
		border-radius: 4px;
		display: table;
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	header .mobile-btn i{
		font-size: 18px;
		color: #fff;
		display: table-cell;
		transform: rotate(0deg);
		vertical-align: middle;
	}
	header nav #main_nav ul.menu li a i{
		padding: 5px;
		margin: 0;
		line-height: normal;
	}
	header nav #main_nav li.menu-item-has-children > a i.arrow-up{
		transform: rotate(180deg);
	}
	header nav #main_nav li.active > .sub-menu-wrap{
		display: block;
	}
	header nav #main_nav ul.menu{
		margin: 20px 0 0;
	}
	header nav #main_nav li.menu-item-has-children > .sub-menu-wrap ul.sub-menu{
		box-shadow: none;
	}
	header nav #main_nav li.menu-item-has-children .sub-menu-wrap ul.sub-menu ul.sub-menu{
		padding: 0 10px;
	}
	header nav #main_nav ul.menu > li > a{
		border-radius: 0;
	}
	header nav #main_nav ul.menu li.active > a{
		background-color: #244e84;
		color: #fff;
	}
	.form-submit-btn input[type=submit]{
        min-width: auto;
    }
    footer.site-footer .info-box{
        margin: 50px 0 20px;
    }
    footer.site-footer .item-box{
        margin-bottom: 30px;
    }
	section#text-card-left, section#text-card-right{
		padding: 300px 0 0;
	}
    .home section#featured-form .bg{
        left: 0;
        width: 100%;
        height: 65%;
    }
	section#text-card-left .bg, section#text-card-right .bg{
		left: 0;
		width: 100%;
		height: 55%;
	}
	section#text-card-left .wrapper, section#text-card-right .wrapper{
		margin: 0 auto;
        float: none;
	}
    .home section#featured-form .wrapper{
        display: block;
        text-align: center;
		padding: 70px 50px 0;
    }
    .home section#featured-form .wrapper .content-box{
        float: none;
        margin: 0 auto 100px;
    }
    .home section#featured-form .wrapper .form-wrapper{
        margin: 0 auto;
    }
    .home section#featured-form .wrapper .form-wrapper .blue-vertical-rectangle, section#text-card-left .wrapper .blue-vertical-rectangle, section#text-card-right .wrapper .blue-vertical-rectangle{
        width: 250px;
        height: 45px;
        top: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    section#checkpoints, section#visualizer{
        display: block;
        text-align: center;
    }
    section#checkpoints .img-box, section#visualizer .img-box{
        width: 100%;
        height: 400px;
    }
    section#checkpoints .img-box .blue-vertical-rectangle, section#visualizer .img-box .blue-vertical-rectangle, section.accordion-left .img-box .blue-vertical-rectangle, section.accordion-right .img-box .blue-vertical-rectangle, .page-template-template-portfolio .project-list .blue-vertical-rectangle{
        width: 260px;
        height: 45px;
        bottom: -22.5px;
        top: initial;
        margin: 0 auto;
        left: 0;
        right: 0;
        transform: none;
    }
    section#checkpoints .content-box, section#visualizer .content-box{
        width: 100%;
        margin: 60px auto 0;
        padding: 0 15px;
        max-width: none;
    }
    section#checkpoints .content-box .desc, section#checkpoints .content-box .list, section#visualizer .content-box .desc, section#visualizer p.list-label{
        text-align: left;
    }
    section#checkpoints .content-box .list .item-box h4{
        font-size: 18px;
    }
    section#awards .wrapper, .home section#video .wrapper{
        display: block;
        text-align: center;
    }
    section#awards .title-box, section#awards .logo-box{
        width: 100%;
    }
    section#awards .title-box h2, .home section#video .content-box h2, section#steps .steps-slider h4{
        font-size: 27px;
        font-weight: 600;
    }
    section#awards .title-box h2{
        margin: 0 auto 30px;
    }
    section#awards a.orange-btn{
        margin-top: 40px;
    }
    .home section#video .content-box{
        float: none;
        margin: 0 auto 35px;
        max-width: 550px;
    }
    .home section#video .content-box h2{
        margin: 0 auto 30px;
    }
    section#steps .steps-slider{
        text-align: center;
    }
    section#steps .steps-slider h4{
        margin: 0 0 20px;
    }
    section#steps .steps-slider p{
        text-align: center;
        font-size: 14px;
    }
    section#steps a.orange-btn{
        margin: 30px 0 0;
    }
	section#visualizer ul.list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	section#visualizer .content-box .desc{
		margin: 0 0 15px;
	}
	section#visualizer .buttons-box{
		margin: 15px 0 0;
	}
	section#banner{
		padding: 80px 15px;
	}
	section#banner h2{
		font-size: 30px;
	}
	section#banner p{
		font-size: 20px;
	}
	section#form .form-box h2{
		font-size: 26px;
	}
	.page-template-template-about section#bio .wrapper{
		display: block;
	}
	.page-template-template-about section#bio .img-box{
		height: 400px;
		max-width: 400px;
		margin: 0 auto 40px;
	}
	section#testimonials .list, .page-template-template-learning section#resources .grid{
		column-gap: 50px;
	}
	section#hero-with-form .bg-inner{
		padding: 90px 0 0;
		height: auto;
	}
	section.accordion-left .wrapper, section.accordion-right .wrapper, section#two-text-column .wrapper{
		display: block;
	}
	section.accordion-left .text-box, section.accordion-right .text-box{
		margin: 50px 0 0;
	}
	section.accordion-left .img-box, section.accordion-right .img-box{
		height: 400px;
	}
    section#text-over-image .overlay{
        width: 100%;
    }
	section#additional-resources .grid{
		column-gap: 30px;
		row-gap: 30px;
	}
	section#additional-resources .grid .item-box h4{
		font-size: 26px;
	}
	section#two-text-column .content-box{
		max-width: 100%;
		padding: 0;
	}
	section#two-text-column .first{
		border-right: none;
	}
	.page-template-template-portfolio .project-list .item-box{
		grid-template-columns: repeat(1, 1fr);
		margin: 0 0 50px;
	}
	.page-template-template-portfolio .project-list .text-box .wrapper{
		margin: 50px 0 0;
		text-align: center;
	}
	.page-template-template-portfolio .project-list .item-box .text-box h2{
		font-size: 30px;
	}
	.page-template-template-portfolio .project-list .item-box .text-box a.default-link{
		font-size: 16px;
	}
	.big-btn{
		font-size: 16px;
		padding: 15px;
	}
	.single-project section#hero{
		height: 500px;
	}
	.single-project section#hero h1{
		font-size: 50px;
	}
	.single-project section#materials-list p{
		font-size: 24px;
	}
    .single-project section#gallery .project-slider .slider-item{
        height: 400px;
    }
	section#materials .list.square-height .image-box{
		height: 230px;
	}
	section#showroom-grid .showroom-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

/*  Medium devices (tablets, 768px and up)  */
@media (max-width: 768px) {
    .home section#featured-form .bg{
        display: none;
    }
    .home section#featured-form .bg-mobile{
        display: block;
        position: absolute;
        background-size: cover;
        z-index: -1;
        left: 0;
        width: 100%;
        height: 60%;
    }
    .home section#featured-form .wrapper .form-wrapper{
        padding: 40px 20px;
    }
    h1.title{
        font-size: 36px;
    }
	.default-padding, .big-padding{
		padding: 50px 0;
	}
	.default-margin, .big-margin{
		margin: 50px 0;
	}
	section#list .load_more_box{
		margin: 50px 0 0;
	}
	footer.site-footer{
		margin: 50px 0 0;
	}
	section#accordion-lists{
		margin: 50px 0 20px;
	}
    section#checkpoints .img-box, section#visualizer .img-box{
        height: 330px;
    }
    section#steps .bg .blue-horizontal-rectangle{
        display: block;
    }
    section#steps{
        margin: 50px 0;
		padding: 0;
    }
    section#steps .bg{
        height: 400px;
        position: relative;
        z-index: 1;
    }
    section#steps .wrapper{
        position: relative;
        bottom: initial;
        padding: 70px 50px 50px;
    }
    section#steps .slick-list{
        margin: 0 30px;
    }
    section#steps .slick-next, section#steps .slick-prev{
        top: 70%;
    }
    section#projects-gallery .project-list .category-wrapper.active{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }
	section#featured-project .project-list .category-wrapper{
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}
    section#projects-gallery .project-list .category-wrapper .item-box .wrapper, section#featured-project .project-list .category-wrapper .item-box{
        margin: 0 15px;
    }
	section#latest-blog .blog-wrapper, section#listing .blog-wrapper{
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}
	.page-template-template-contact section#main-info{
		margin: 70px 0 30px;
	}
	.page-template-template-contact section#main-info .info-wrapper{
		margin: 50px 0 0;
	}
	.page-template-template-contact section#main-info .info-wrapper .item-box{
		margin: 0 0 30px;
	}
	section#form{
		padding: 70px 30px;
	}
	section#form .bg{
		height: 100%;
	}
	section#form .form-box{
		padding: 40px 50px;
	}
	.page-template-template-careers section#accordion-lists .list_box h2{
		font-size: 30px
	}
	section#accordion-lists .list_box .item-box h4.accordion_title i{
		font-size: 20px;
	}
	section#accordion-lists .list_box .item-box h4.accordion_title{
		font-size: 22px;
	}
	section#default-hero{
		height: 330px;
	}
	section#plane-text .desc{
		font-size: 16px;
	}
	section#text-card-left, section#text-card-right{
		padding: 250px 0 0;
	}
	section#text-card-left .wrapper, section#text-card-right .wrapper{
		padding: 70px 50px;
	}
	section#text-card-left .wrapper.small-padding{
		padding: 50px 30px;
	}
	section#testimonials .list{
		column-count: 1;
	}
	.page-template-template-team section#people .grid{
		grid-template-columns: repeat(2, 1fr);
	}
    .page-template-template-learning section#resources .grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .page-template-template-learning section#resources .grid .item-box{
        max-width: 400px;
        margin: 0 auto;
    }
	section#hero-with-form .bg-inner{
		height: auto;
		margin: 0;

		background-size: auto 70%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	section#hero-with-form .form-box{
		position: initial;
		margin: 50px auto 0;
		max-width: 600px;
	}
	section#hero-with-form .grid, section#additional-resources .grid, .single-project section#project-form .grid{
		grid-template-columns: repeat(1, 1fr);
	}
	section#hero-with-form .form-box h3, .single-project section#project-form h2{
		font-size: 22px;
	}
	section.accordion-right h2.title, section#two-text-column h2, section#materials h2, section#hero-with-form h2{
		font-size: 24px;
	}
    section#list-grid .list, section#materials .list{
        grid-template-columns: repeat(1, 1fr);
    }
	section#list .load_more_box img{
		max-width: 70px;
	}
	.single-project section#hero{
		height: auto;
		min-height: 450px;
	}
	.single-project section#hero h1{
		font-size: 40px;
	}
    .single-project section#gallery .slider-nav{
        padding: 0 25px;
    }
    .single-project section#gallery .project-slider .slider-item{
        height: 350px;
    }
    .single-project section#gallery .slider-nav .slick-next{
        right: 0;
    }
    .single-project section#gallery .slider-nav .slick-prev{
        left: 0;
    }
    .single-project section#gallery .slider-nav .slider-item{
        height: 180px;
    }
    .single-project section#gallery .slider-nav .slick-next, .single-project section#gallery .slider-nav .slick-prev{
        top: 41%;
        font-size: 24px;
    }
	section#materials .list.square-height .image-box{
		height: 330px;
	}
    .template_404{
        padding-top: 100px;
    }
	section#showroom-grid .showroom-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*  Small devices (landscape phones, 576px and up)  */
@media (max-width: 576px) {
    .home section#video .video-box iframe{
        width: 100%;
    }
    section#steps .bg{
        height: 300px;
    }
    section#steps .wrapper{
        padding: 70px 15px 50px;
    }
	section#steps .steps-slider .slick-dots li .item-box{
		width: 75px;
		font-size: 11px;
		height: 75px;
	}
	section#steps p.desc{
		margin: 0 auto 25px;
	}
	section#steps .steps-slider{
		padding: 105px 0 0;
	}
	section#banner{
		padding: 60px 15px;
	}
	section#banner p{
		display: none;
	}
	section#banner h2{
		margin: 0 0 40px;
	}
	section#accordion .accordion_wrapper .item_box h2.accordion_title{
		font-size: 18px;
		padding: 15px 30px 15px 15px;
	}
	section#accordion .accordion_wrapper .item_box h2:after{
		font-size: 20px;
		right: 15px;
		top: 15px;
	}
	section#accordion h2.title{
		margin: 0 0 30px;
	}
	.home section#about{
		background: #fff;
		padding: 0;
		margin: 50px 0;
	}
	.mobile-hide{
		display: none;
	}
	.mobile-show{
		display: block;
	}
	section#form .form-box{
		padding: 25px 20px;
	}
	section#form .form-box h2{
		font-size: 22px;
	}
	.page-template-template-careers section#accordion-lists .list_box h2{
		font-size: 26px
	}
	section#services .list{
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}
	section.accordion-left .img-box, section.accordion-right .img-box{
		height: 300px;
	}
	section.accordion-left .list h2.accordion_title, section.accordion-right .list h2.accordion_title{
		font-size: 16px;
	}
	.page-template-template-portfolio .project-list .item-box .img-box{
		height: 350px;
	}
	.page-template-template-portfolio .project-list .item-box .text-box h2{
		font-size: 26px;
	}
	.single-project section#hero{
		min-height: 400px;
	}
	.single-project section#hero h1{
		font-size: 32px;
	}
	.single-project section#hero h2{
		font-size: 18px;
	}
    .single-project section#gallery .slider-nav .slider-item{
        height: 120px;
    }
}

@media (max-width: 480px) {
    footer.site-footer .item-box{
        width: 100%;
    }
	footer.site-footer .links-box .info-block{
		max-width: 100%;
	}
    .home section#featured-form .wrapper{
        padding: 50px 20px 0;
    }
    h1.title{
        font-size: 32px;
    }
    section#checkpoints .img-box, section#visualizer .img-box{
        height: 260px;
    }
    section#steps .steps-slider h4{
        font-size: 20px;
        margin: 0 0 5px;
    }
    section#projects-gallery .project-list .category-wrapper .item-box .caption-box, section#featured-project .project-list .category-wrapper .item-box .caption-box{
        min-width: 90%;
        padding: 15px 7px;
    }
    section#projects-gallery .project-list .category-wrapper .item-box .wrapper, section#featured-project .project-list .category-wrapper .item-box{
        height: 230px;
    }
	section#financing .img-box .desktop{
		display: none;
	}
	section#financing .img-box .mobile{
		display: block;
	}
	.blue-btn.normal-btn{
		min-width: 165px;
	}
	section#form{
		padding: 50px 15px;
	}
	section#default-hero{
		height: 300px;
	}
	section#text-card-left, section#text-card-right{
		padding: 200px 0 0;
	}
	section#text-card-left .bg, section#text-card-right .bg{
		height: 45%;
	}
	.page-template-template-team section#people .grid{
		grid-template-columns: repeat(1, 1fr);
	}
	section#showroom-grid .showroom-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 400px) {
	section#visualizer .buttons-box a.blue-btn{
		min-width: 140px;
	}
	.page-template-template-about section#bio .img-box, .single-project section#gallery .project-slider .slider-item{
		height: 300px;
	}
    .single-project section#gallery .slider-nav .slider-item{
        height: 90px;
        margin: 0 5px;
    }
    .single-project section#gallery .slider-nav .slick-next, .single-project section#gallery .slider-nav .slick-prev{
        top: 35%;
        font-size: 20px;
    }
}

@media (max-width: 360px) {

}

@media (min-width: 992px) {
	header nav #main_nav ul.menu > li{
		display: inline-block;
	}
	header nav #main_nav li.menu-item-has-children:hover > .sub-menu-wrap{
		position: absolute;
		left: 0;
		padding: 20px 0 0;
	}
	header nav #main_nav li.menu-item-has-children:hover > .sub-menu-wrap{
		display: block;
	}
	header nav #main_nav ul.menu li a:hover, header nav #main_nav ul.menu li.menu-item-has-children:hover > a{
		background-color: #244e84;
		color: #fff;
	}
	header nav #main_nav li.menu-item-has-children .sub-menu-wrap li.menu-item-has-children > a i{
		transform: rotate(-90deg);
	}
}



/* === Calendly button settings === */

.calendly__button p {
	margin-bottom: 0;
}

.calendly__button br {
	display: none;
}

.calendly__button a:link,
.calendly__button a:visited,
.calendly__button a:focus,
.calendly__button a:active {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #3966ad;
  font-size: 12px;
  margin: 5px 0 0;
  text-align: center;
  font-weight: 600;
  min-width: 145px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  outline: none;
  transition: all 0.2s;
 }

.calendly__button a:hover {
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%)
 }
 /** Mission section **/
section#mission {
	background: #f5f5f5;	
	display: flex;
}
section#mission .content-box{
    max-width: 900px;
    margin: 0 auto;
}
section#mission .heading {
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
  padding-top: 20px;
}
section#mission .content-box .desc {
  margin: 0 0 35px;
  text-align: center;
}
section#mission p.list-label {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
}
section#mission .list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section#mission .column {
	flex-basis: 48%;
	padding-left: 0;
}
section#mission .column li{
	margin-bottom: 15px;
}
section#mission ul.list li {
  display: flex;
  font-size: 18px;
  margin: 0 0 15px;
  align-items: center;
}
section#mission ul.list li i {
  color: #3966ad;
}
section#mission ul.list li p {
  margin: 0 0 0 10px;
}
section#mission ul.list {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}
section#mission .mission-row {
	display: flex;
	justify-content: center;
}
section#mission .mission-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}
section#mission .mission-container img {
	/*max-height: 70px;*/
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
    section#mission {
        margin: 10px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 767px) {
    section#mission .content-box {
        padding: 20px;
		box-sizing: border-box;
        margin: 0 auto;
        max-width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    section#mission .heading {
        font-size: 22px;
    }
    section#mission .content-box .desc {
        font-size: 16px;
    }
    section#mission p.list-label,
    section#mission ul.list li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    section#mission .mission-row {
        flex-wrap: wrap;
        justify-content: space-around; 
    }
}
@media only screen and (max-width: 767px) {
    section#mission .mission-container img {
		max-width: 80%;
		height: auto;
    }
}
@media only screen and (max-width: 767px) {
    section#mission .list {
        flex-direction: column;
    }
    section#mission .column {
        flex-basis: 100%;
    }
}

#loan-options {
	margin-bottom:70px
}
#loan-options .btf-l, #loan-options .btf-r {
	width:50%;
	margin: auto 20px;
}
@media (max-width: 991px) {
	#loan-options .btf-l, #loan-options .btf-r {
		width:100%;
		margin: 0;
	}
	#loan-options .btf-wrap{
		flex-direction: column;
	}
	#loan-options .btf-l img {
		max-height:100%!important;
		max-width: 100%;
	}
}
#loan-options BTFbutton {
	display: block;
	background-color: #f36f2f;
	border-radius: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 57px;
	font-size: 24px;
	max-width: 500px;
	height: 60px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 10px auto;
}
@media (max-width: 767px) {
	#loan-options BTFbutton {
		font-size: 20px
	}
}

#loan-options BTFbutton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
@media (min-width: 768px) {
	#loan-options BTFbutton span:after {
		content: " - Get Started\00BB";
		position: absolute;
		opacity: 0;
		top: 0;
		right: -100px;
		transition: 0.5s;
	}
}

#loan-options BTFbutton:hover {
	background-color: #3966ad;

}
@media (min-width: 768px) {
	#loan-options BTFbutton:hover span {
		padding-right: 144px;
	}

	#loan-options BTFbutton:hover span:after {
		opacity: 1;
		right: 0;
	}
}
#visualizer + #loan-options {
	margin-top:50px;
}
#text-over-image + #loan-options {
	margin-top:50px;
}



/* FLexible Section - Leaflet Map - ADU Contruction Page */
#map-locations {
    padding: 50px 0;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 70px;
}
#map-locations .heading {
    padding: 0 10px;
}
#map-locations .location-list {
    width: 50%;
}
#map-locations .location-list ul {
    list-style: none;
    padding: 0;
    /*columns: 3;*/
    column-gap: 20px;
    margin-bottom: 30px;
}
#map-locations .location-list li {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding: 10px;
    font-size: 18px;
    display: inline-block;
    width: 32%;
    display: inline-flex;
}
#map-locations .location-list li.selected {
    background-color: #3966ad;
    color: #fff;
    border-radius: 5px;
    /*padding: 10px;*/
}
#map-locations .location-list li.selected .fa-map-marker-alt {
    color: #fff;
}
#map-locations .location-list li::before {

}
#map-locations .location-list li .fa-map-marker-alt,
#map-locations #location-info .fa-map-marker-alt {
    color: #7aa4e7;
    margin: 0 10px;
    font-size: 20px;
}
#map-locations #location-info {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
}
#map-locations #location-info h3 {
    margin-top: 0;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
}


#map-locations .map-container {
    position: absolute;
    height: 70%;
    width: 50%;
    right: 0;
    top: 60px;
}
#map-locations .map-container #map {
    height: 100%;
    width: 100%;
    z-index: 1;
}


#map .leaflet-popup-content-wrapper,
#map .leaflet-popup-tip {
    background: #3966ad;
    color: #fff;
    border-radius: 0;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content h3 {
    font-family: 'Source Sans Pro', sans-serif;
}
.leaflet-popup-content .fa-map-marker-alt {
    margin-right: 10px;
}
.leaflet-popup-content p {
    font-size: 16px;
}
#map.leaflet-container a.leaflet-popup-close-button {
    color: #fff;
}

#button {
	margin-bottom: 50px;
}
#button .container {
    text-align: center;
}


@media (max-width: 992px) {
    #map-locations {
        padding-top: 500px;
    }
    #map-locations .location-list {
        width: 100%;
    }
    #map-locations .map-container {
        position: absolute;
        height: 400px;
        width: 100%;
    }
}

@media (max-width: 480px) {
	#map-locations .location-list li {
		width: 49%;
	}
}
/*** YT Video section START ***/

    section#ytvideo {
        background: #3966ad;
}
    section#ytvideo .title-box h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
    }
    section#ytvideo .yt-videos .row {
        display: flex;
        flex-wrap: wrap;
    }
    section#ytvideo .yt-videos .col-md-6 {
        padding: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    section#ytvideo .video-box {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }
    section#ytvideo .video-box iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
        /* Media query for smaller screens */
        @media (max-width: 767px) {
        section#ytvideo .yt-videos .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
/*** YT Video section END ***/
/***FINANCING OPTIONS SECTION START***/
#financing-options {
	padding: 60px 0;
}
#financing-options .financing-banner {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-top: 530px;
	height: 102px;
}
#financing-options .financing-banner > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc( 100% - 102px );
}
#financing-options .financing-banner .big-banner {
	display: block;
}
#financing-options .financing-banner .small-banner {
	display: none;
}
#financing-options .financing-banner .content-container {
	position: absolute;
	top: 40px;
	left: 80px;
	height: 360px;
	width: 345px;
	color: #2e3131;
}
#financing-options .financing-banner .content-container h3 {
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 15px;
}
#financing-options .financing-banner .content-container a.button {
	color: #2e3131;
	background-color: #6fb844;
	border: 3px solid #2e3131;
	border-radius: 60px;
	padding: 10px 20px;
	max-width: 160px;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	letter-spacing: 1.3px;
}
#financing-options .financing-banner .content-container a.button:hover {
	color: #6fb844;
	background-color: #2e3131;
	transition: all .2s ease-in;
}
#financing-options .financing-banner .content-container a.block {
	display: block;
	margin: 15px auto;
}
#financing-options .financing-banner .content-container a.arrow {
	position: relative;
	text-align: left;
}
#financing-options .financing-banner .content-container a.arrow:after {
	content: '⇾';
	position: absolute;
	font-size: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
}
#financing-options .financing-banner .content-container .btf-wrap {
	position: relative;
	display: flex;
	width: 345px;
	justify-content: space-between;
}
#financing-options .financing-banner .content-container .btf-wrap:after {
	content: '';
	position: absolute;
	height: 45%;
	width: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #b9bfc5;
}
#financing-options .financing-banner .content-container .btf-wrap > * {
	position: relative;
	width: 160px;
}
#financing-options .financing-banner .content-container .btf-wrap > .btf-r img {
	margin-top: -20px;
}
#financing-options .financing-banner .content-container .btf-wrap img {
	width: 100%;
}
#financing-options .financing-banner .content-container ul {
	padding-left: 0;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
}
#financing-options .financing-banner .content-container .footnote {
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}
#financing-options .financing-banner .footer-container {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 102px;
	width: 100%;
}
#financing-options .financing-banner .footer-container .footer-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 102px;
	width: 100%;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#financing-options .financing-banner .footer-container .footer-logo {
	position: absolute;
	bottom: 16px;
	right: 40px;
	height: 70px;
	width: auto;
}
#financing-options .financing-banner .footer-container a {
	position: relative;
	padding: 20px;
	padding-left: 40px;
	padding-right: 140px;
	display: inline-block;
	color: #6fb844;
	text-decoration: underline;
	font-weight: 700;
	transition: all .2s ease-in;
	top: 50%;
	transform: translateY(-50%);
}
#financing-options .financing-banner .footer-container a:hover {
	opacity: .8;
}
#financing-options.vertical {
	background-image: url(https://www.northeastdesignbuild.com/wp-content/uploads/2022/12/How-can-you-make-the-whole-home-remodel-less-stressful.jpg);
	background-size: cover;
	background-position: center;
	margin: 40px 0 0;
}
#financing-options.vertical .financing-banner {
	width: 480px;
	padding-top: 695px;
	height: 797px;
}
#financing-options.vertical .financing-banner .big-banner {
	display: none;
}
#financing-options.vertical .financing-banner .small-banner {
	display: block;
}
#financing-options.vertical .financing-banner .content-container {
	top: 21px;
}
#financing-options.vertical .financing-banner .content-container .btf-wrap {
	margin-bottom: 300px;
}
#financing-options.vertical .financing-banner .content-container .btf-wrap:after {
	height: 50%;
}
#financing-options.vertical .financing-banner .content-container h3 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
#financing-options.vertical .financing-banner .content-container strong {
	font-style: italic;
	font-weight: 600;
}
#financing-options.vertical .financing-banner .content-container a.button {
	padding: 7px 15px;
	max-width: 150px;
	font-weight: 600;
	letter-spacing: 1.2px;
}
#financing-options.vertical .financing-banner .content-container a.block {
	margin: 10px auto;
}
#financing-options.vertical .financing-banner .content-container ul {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 16px;
}
#financing-options.vertical .financing-banner .content-container .footnote {
	font-size: 11px;
	padding-left: 30px;
}
#financing-options.vertical .financing-banner .footer-container {
	overflow: hidden;
	position: absolute;
    bottom: 0;
    left: 0;
    height: 102px;
    width: 100%;
	border: 2px solid #2e3131;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}
#financing-options.vertical .financing-banner .footer-container .footer-banner {
	height: 106px;
    width: 101%;
    margin-left: -.5%;
    margin-bottom: -4px;
}
#financing-options.vertical .financing-banner .footer-container a {
	font-size: 14px;
	font-weight: 600;
}
@media (max-width: 1024px) {
	#financing-options .financing-banner {
		width: 480px;
		padding-top: 695px;
		height: 797px;
	}
	#financing-options .financing-banner .big-banner {
		display: none;
	}
	#financing-options .financing-banner .small-banner {
		display: block;
	}
	#financing-options .financing-banner .content-container {
		top: 21px;
	}
	#financing-options .financing-banner .content-container .btf-wrap {
		margin-bottom: 300px;
	}
	#financing-options .financing-banner .content-container .btf-wrap:after {
		height: 50%;
	}
	#financing-options .financing-banner .content-container h3 {
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	#financing-options .financing-banner .content-container strong {
		font-style: italic;
		font-weight: 600;
	}
	#financing-options .financing-banner .content-container a.button {
		padding: 7px 15px;
		max-width: 150px;
		font-weight: 600;
		letter-spacing: 1.2px;
	}
	#financing-options .financing-banner .content-container a.block {
		margin: 10px auto;
	}
	#financing-options .financing-banner .content-container ul {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 13px;
		line-height: 16px;
	}
	#financing-options .financing-banner .content-container .footnote {
		font-size: 11px;
		padding-left: 30px;
	}
	#financing-options .financing-banner .footer-container {
		overflow: hidden;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 102px;
		width: 100%;
		border: 2px solid #2e3131;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	#financing-options .financing-banner .footer-container .footer-banner {
		height: 106px;
		width: 101%;
		margin-left: -.5%;
		margin-bottom: -4px;
	}
	#financing-options .financing-banner .footer-container a {
		font-size: 14px;
		font-weight: 600;
	}
}
@media (max-width: 500px) {
	#financing-options {
		overflow-x: scroll;
		max-width: 100vw;
	}
}

/***FINANCING OPTIONS SECTION END***/

/*** CUSTOM PORTAL - START ***/
.hero-customer {
  padding: 60px 0;
  background: #F5F5F5;
}
.hero-customer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero-text {
  flex: 1 1 50%;
}
.hero-text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #2b2b2b;
}
.hero-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.hero-btn {
  background-color: #f7632d;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
}
.hero-btn:hover {
  box-shadow: 0 4px 12px rgba(247, 99, 45, 0.4);
}
.hero-image {
  flex: 1 1 45%;
  position: relative;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.blue-vertical-rectangle {
	z-index: 1;
}
/* Zigazg section */
.zigzag-section {
  padding: 60px 0;
}
.zigzag-section h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 600;
}
.zigzag-row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 40px;
}
.zigzag-row.zigzag-reverse {
  flex-direction: row-reverse;
}
.zigzag-image, 
.zigzag-content {
  flex: 0 0 calc(50% - 20px); 
  max-width: calc(50% - 20px);
  box-sizing: border-box;
}
.zigzag-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
}
.zigzag-content {
  flex: 1;
}
.zigzag-content h3 {
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-bottom: 15px;
}
.zigzag-content p {
  font-size: 16px;
  line-height: 1.6;
}
/* Responsive styles */
@media (max-width: 768px) {
  .zigzag-section {
    padding: 40px 0;
  } 
  .zigzag-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }  
  .zigzag-row,
  .zigzag-row.zigzag-reverse {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  } 
  .zigzag-image,
  .zigzag-content {
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .zigzag-content h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }  
  .zigzag-image img {
    max-width: 100%;
  }
}
/* Blue banner section */
.blue-banner-section {
  background-color: #3b6cb0;
  color: #fff;
  padding: 80px 0;
}
.blue-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.blue-banner-text {
  flex: 1;
  min-width: 300px;
}
.blue-banner-text h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}
.blue-banner-block h3 {
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.blue-banner-block p {
  font-size: 16px;
  line-height: 1.5;
}
.blue-banner-image {
  flex: 1;
  text-align: center;
  min-width: 300px;
}
.blue-banner-image img {
  max-width: 100%;
  height: auto;
}
/*** CUSTOM PORTAL - END ***/
/*TABS START*/
#tab-selectors-section {
	padding-top: 200px;
}
#tab-selectors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.tab-selector {
	width: 300px;
	text-transform: uppercase;
	background-color: #F5F5F5;
	color: #3966AD;
	transition: all .2s ease-in;
	padding: 12px;
	line-height: 24px;
	cursor: pointer;
}
.tab-selector.active, .tab-selector:hover {
	color: #fff;
	background-color: #3966AD;
}
.tab-selector.active {
	cursor: auto;
}
.crjs .tab-wrapper-block:not(.active) {
	display: none;
}
/*TABS END*/
