/*
Theme Name: CNS Partners
Theme URI:
Description: 
Version: 1.01
Author:
*/

body{
	margin: 0;
    padding: 0;
	font-size: 15px;    
	color: #5a6772;
    font-family: "Open Sans", sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
small, .small {
    font-size: 14px !important;
}
a {
	text-decoration:none;
	outline:none;
    color: #062e5f;
}
a:hover, a:focus, a:active{
	color: #062e5f;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
.img-rite {
	position: relative;
	float:right;
	z-index:999;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 400px;
}
section {
	padding:50px 0;
}
.container {
    width: 100%;
    max-width: 1580px;
    padding: 0 50px;
}
.container-fluid {
    width: 100%;
}
hr {
    border-top: 1px solid #945a964f !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h1 {
    font-size: 40px;
    color: #003853;
    font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Segoe UI Regular';
}
h1:after {
    content: '';
    display: block;
    background-color: #f2682d;
    width: 100px;
    height: 2px;
    margin: 20px auto 20px;
}
h2 {
    font-size: 40px;
    color: #003853;
    font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Segoe UI Regular';
}
h2:after {
    content: '';
    display: block;
    background-color: #f2682d;
    width: 100px;
    height: 2px;
    margin: 20px auto 20px;
}
h3 {
    font-size: 22px;
    color: #f2682d;
	text-transform: uppercase;
    font-weight: 400;
	letter-spacing:2px;
    margin-bottom: 5px;
	font-family: 'Segoe UI Regular';
}
h4 {
    font-size: 18px;
    color: #062e5f;
    font-weight: 400;
    margin: 0px;
	font-family: 'Segoe UI Regular';
}
h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
	margin-top: 30px;
	font-family: 'Segoe UI Regular';
}
h6 {
	font-size: 20px;
    line-height: 25px;
	text-transform:uppercase;
	font-weight:400;
    color: #fff;
	font-family: 'Segoe UI Regular';
}
a.site-btn {
    font-size: 16px;
    background-color: #f2682d;
    color: #fff;
    padding: 8px 32px;
	border: 1px solid #f2682d;
	display: inline-block;
	font-family: 'Segoe UI Regular';
	font-weight:600;
	border-radius:25px;
}
a.site-btn:hover {
	border: 1px solid #f2682d;
    background-color: transparent;
    color: #f2682d;
}
iframe {
	width: 100%;
    height: 300px;
}
.top-header {
    padding: 10px 30px;
    z-index: 9999;
    top: 0;
    width: 100%;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 99999;
    left: 0;
    padding: 10px 30px;
    right: 0;
    margin-top: 0 !important;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, .34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	background:#fff;
}
.header-right {
    text-align: end;
}
.top-bar {
	position: relative;
	background:#f9f9f9;
	height:20px;
}
.banner {
    position: relative;
}
.banner-text {
    position: absolute;
    left: 15px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    max-width: 1500px;
    margin: 0 auto;
}
.banner-text h1 {
	color: #fff;
	font-size: 55px;	
}
.banner-text h1:after{
	display:none;
}
.touch-outer {	
    float:right;
}
.welcome-sec a.site-btn {
	border: 1px solid #f2682d;
    background-color: transparent;
    color: #f2682d; 
}
.welcome-sec a.site-btn:hover {
	background-color: #f2682d;
    color: #fff;
	border: 1px solid #f2682d;
}
.services-sec {
    background-color: #003853;
}
.services-sec h1, .services-sec h2{
    color: #fff;
}
.services-sec h1:after, .services-sec h2:after {
	display:none;
}
.service-box {
	position: relative;
    text-align: center;
    transition: 0.4s;
	-webkit-box-flex: 0;
     -webkit-flex: 0 0 20%;
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;
	padding:0 15px;
	transform: translateY(0px);
	margin-bottom:20px;
}
.service-box:hover {
    transform: translateY(-10px);
}
.service-box:hover .service-box-heading {
	background-color: #f2682d;
}
.service-box:hover .service-box-heading h4 {
	color: #fff;
}
.service-box a {
    position: absolute;
    width: 90%;
    height: 100%;
    display: block;
    z-index: 9;
}
.service-box-thumb img{
    width: 100%;
}
.service-box-heading{
    padding: 20px 5px;
    background-color: #fff;
    text-align: center;
	height:60px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.meet-sec .row {
    align-items: center;
}
.form-control {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #6e7a84;
	border-radius:0;
}
textarea.form-control {
    height: 155px;
}
select.form-control:not([size]):not([multiple]) {
    height: 40px !important;
}
.submit-btn {
    font-size: 16px;
	cursor: pointer;
	position: relative;
    background-color: #f2682d;
    color: #fff;
    padding: 10px 32px;
	border: 1px solid #f2682d;
	display: inline-block;
	font-family: 'Segoe UI Regular';
	font-weight:600;
	border-radius:25px;
}
.submit-btn:hover {
	background-color: transparent;
	color: #f2682d;
	border: 1px solid #f2682d;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
    margin: 0px auto !important;
    text-align: center;
    width: 50%;
    background-color: #f2682d;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border-color: #f2682d !important;
    border-radius: 50px;
}
.wpcf7-not-valid-tip {
    color: #363636 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: block;
    text-align: center !important;
}
.wpcf7-list-item {
	margin-left:0.5em !important;
	font-size:15px !important;
}
.wpcf7-form .text-right p {
	margin-bottom:0;
}
.map-section {
    padding: 0;
    background-image: url(images/map.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 450px;
    position: relative;
}
.map-link {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px;
    background: rgba(86, 97, 115, .65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 250px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.map-link a {
    color: #fff;
}
.footer {
    background-color: #092938;
    position: relative;
	padding:50px 30px 50px;
	font-size:14px;
	font-family: "Open Sans", sans-serif;
}
.footer-logo img{
	width:250px;
}
.footer h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 20px;
	text-transform: uppercase;
}
.hour-outer {
	max-width:300px;
	margin:0 auto;
}
.hour ul {
    padding: 0;
    list-style: none;
}
.hour ul li {
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    padding-top: 8px;
}
.hour ul li span:last-child {
    float: right;
}
ul.contact-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
}
ul.contact-list li {
    padding: 0 10px;
    display: inline-block;
	margin:10px 0;
}
ul.contact-list li:last-child {
    display: block;
}
ul.contact-list li a {
    color: #fff;
}
ul.contact-list li a:hover img {
    transition: 1s;
    transform: rotate(360deg);
}
ul.social-icons {
    list-style: none;
	margin:0;
    margin-top: 40px;
    padding: 0px;
}
ul.social-icons li {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}
ul.social-icons li a:hover img {
    transition: 1s;
    transform: rotate(360deg);
}
a.mobile-address {
    display: none;
}
.webby {
    margin-top: 40px;
}
.webby p {
    font-size: 13px;
	font-weight: 300;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
.webby p a {
    color: #fff;
}
/****** Inner CSS *******/

.inner-sec {
    min-height: calc(100vh - 426.5px);
}
.inner-banner {
	position: relative;
	margin-bottom:30px;
}
p.sub-text {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    line-height: 24px;
	color:#000;
}
ol.inner-list {
    margin-bottom: 0px;
}
ol.inner-list li {
    margin: 5px 0;
}
ul.inner-list {
    margin-bottom: 30px;
    padding-left: 20px;
}
ul.inner-list li {
    color: #5a6772;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}
.post-type-archive-services .service-box {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/****************************************** Team CSS ********************************************/
.team-box {
	position: relative;
    text-align: center;
}

.team-img {
    margin-bottom: 20px;
}
.team-box h3 {
	letter-spacing: 0px;
	margin-bottom:0px;
	min-height:60px;
}
.team-box h3 span{
	display: block;
	margin-top:5px;
	color:#606060;
	font-size: 14px;
}
.team-box p {
	margin-bottom:10px;
}
.team-text h3{	
	text-transform: unset;
}
/****************************************** FAQs CSS ********************************************/
.faqs-sec {
	background-color: #273c8f;
}
.faqs-sec h2{
	color: #fff;
}
.faqs-sec h2:after{
	display: none;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
    color: #fff;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.panel-default > .panel-heading {
    color: #fff !important;
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px !important;
    font-weight: 600 !important;
}
.panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
}
.panel-body {
    padding: 0px 80px;
}
.panel {
    border: unset !important;
    margin-bottom: 10px !important;
	box-shadow: unset !important;
	border-radius:0 !important;
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
}
.page-id-1657 .panel-collapse {
	background: #fff !important;
	color:#6b6c6a !important;	
}
/******************************** Referral CSS ***************************************/

.referral-form-sec {
    background-color: #ccc5e2;
    padding: 40px 30px;
    border-radius: 10px;
}
.referral-form-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec input.wpcf7-form-control.wpcf7-text.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec select.wpcf7-form-control.wpcf7-select.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 6px 20px;
    border: 1px solid #c7dde8;
    height: 48px;
    outline: 0;
    color: #5a6772;
}
.referral-form-sec textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    padding: 12px 20px;
    border: 1px solid #c7dde8;
    outline: 0;
    color: #5a6772;
    height: 170px;
}
.wpcf7-form-control-signature-wrap {
    font-size: 17px !important;
    margin-bottom: 25px !important;
    border: 1px solid #c7dde8 !important;
    outline: 0 !important;
    color: #5a6772 !important;
    width: 100% !important;
}
.sig p {
	margin-bottom:0;
}
.wpcf7-list-item {
    display: block !important;
}
.margin-0 p{
	margin-bottom:0;
}
/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f4f2f2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}
/**************************/
/***** Media-Querries *****/
/**************************/
@media(max-width: 1344px) {	
.footer-logo {
    margin-top: 15px;
}
a.site-btn {
    font-size: 14px;
	padding: 6px 20px;
	}
}
@media(max-width: 1199px) {	
.footer {
    font-size: 15px;
}
.footer-logo {
    margin-top: 20px;
}	
}
@media (max-width: 1024px) {
  
.service-box-heading h3 {
    font-size: 14px;
}	
h1 {
	font-size: 30px;
}	
h2 {
    font-size: 25px;
}	
a.site-btn {
    padding: 8px 18px;
    font-size: 12px;
}
.top-header {
    padding: 10px 0px;
}
.MenuFixed {
   padding: 10px 0px;
}	
.footer {
    padding: 50px 0px;
}
.footer-logo {
    margin-top: 15px;
}
h4 {
    font-size: 15px;
}
}
/* END OF iPAD LANDESCAPE*/

@media (max-width: 991px) {
.header-right {
    text-align: center;
    margin-top: 0px;
}	
a.site-btn {
    font-size: 12px;
	padding: 5px 13px;
}	
.service-box-heading h3 {
    font-size: 14px;
}	
.service-box {
	margin-bottom:10px;
	}
.hour ul li {
    font-size: 13px;
}
ul.footer-logos li img{
		max-width:55px;
	}	
ul.footer-menu li {
    font-size: 12px;
}
ul.contact-list li {
    font-size: 11px;
}
ul.contact-list li img {
	max-width: 12px;
}
h4 {
    font-size: 15px;
}
}
@media (max-width: 767px) {
section {
		padding:30px 0;
	}
.container {
    padding: 0 15px;
}
h5 {
    margin-top: 10px;
}
.img-rite {
	float:none;
	z-index:99;
	margin-left: 0px;
	margin-top:0px;
	text-align:center;
	max-width:100%;
}
.logo {
    text-align: center;
    margin-bottom: 10px;
}
.header-right {
    text-align: center;
	margin:0;
}
.service-box {
     -webkit-flex: 0 0 50%;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
}	
.service-box-heading h3{
    font-size: 22px;
}
.banner-text h1 {
    font-size: 15px;
	margin-bottom:0;
}
.meet-sec img{
    margin: 0px 0px 20px 0px;
}	
ul.social-icons {
    text-align: center;
}		
.banner-text a.site-btn {
    display:none;
}		
.wpcf7-response-output {
    width: 100%;
	}
.footer-logo, .footer-logo-2{
	margin-top:0px;
	text-align:center;
	}
.footer-logo {
	margin-top: 15px;
	}	
.touch-outer {
    max-width: 210px;
	float:none;
}	
ul.contact-list li {
    font-size: 14px;
}
ul.contact-list li img {
	max-width: unset;
}
ul.contact-list li:last-child {
    margin-top: 10px;
}	
.hour-outer {
    max-width: unset;
    margin: 0;
	margin: 30px 0;
}	
.footer {
	padding:30px 15px;
}
.webby {
    margin-top: 20px;
}	
a.desktop-address {
    display: none;
}	
a.mobile-address {
    display: block;
}	
}