/*
Theme Name: SCF Child Theme
Description: A child theme for Twenty Twenty.
Author: Your Name
Template: twentytwenty
*/


/**Theme**/

body {
	font-family: 'Source Serif Pro', 'Source Sans Pro', serif;
	background: #fff;
	-webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
	word-break: normal;
	word-wrap: normal;
}

.custom-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.custom-container {
		max-width: 600px;
	}
}

@media (min-width: 768px) {
	.custom-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.custom-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.custom-container {
		max-width: 1170px;
	}
}
.display-none {
    display: none !important;
}
.custom-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.custom-col,
.no-gutters>[class*="custom-col"] {
	padding-right: 0;
	padding-left: 0;
}

[class*="custom-col"] {
	padding: 0 15px;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12,
.custom-col,
.custom-col-auto,
.custom-col-sm-1,
.custom-col-sm-2,
.custom-col-sm-3,
.custom-col-sm-4,
.custom-col-sm-5,
.custom-col-sm-6,
.custom-col-sm-7,
.custom-col-sm-8,
.custom-col-sm-9,
.custom-col-sm-10,
.custom-col-sm-11,
.custom-col-sm-12,
.custom-col-sm,
.custom-col-sm-auto,
.custom-col-md-1,
.custom-col-md-2,
.custom-col-md-3,
.custom-col-md-4,
.custom-col-md-5,
.custom-col-md-6,
.custom-col-md-7,
.custom-col-md-8,
.custom-col-md-9,
.custom-col-md-10,
.custom-col-md-11,
.custom-col-md-12,
.custom-col-md,
.custom-col-md-auto,
.custom-col-lg-1,
.custom-col-lg-2,
.custom-col-lg-3,
.custom-col-lg-4,
.custom-col-lg-5,
.custom-col-lg-6,
.custom-col-lg-7,
.custom-col-lg-8,
.custom-col-lg-9,
.custom-col-lg-10,
.custom-col-lg-11,
.custom-col-lg-12,
.custom-col-lg,
.custom-col-lg-auto,
.custom-col-xl-1,
.custom-col-xl-2,
.custom-col-xl-3,
.custom-col-xl-4,
.custom-col-xl-5,
.custom-col-xl-6,
.custom-col-xl-7,
.custom-col-xl-8,
.custom-col-xl-9,
.custom-col-xl-10,
.custom-col-xl-11,
.custom-col-xl-12,
.custom-col-xl,
.custom-col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.custom-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.custom-col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.custom-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.custom-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.custom-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.custom-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.custom-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.custom-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.custom-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.custom-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.custom-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.custom-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.custom-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.custom-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.text-right {
	text-align: right;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
}

.d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.justify-content-start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-end {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.justify-content-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.justify-content-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-items-start {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-items-end {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}

.align-items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline;
}

.align-items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-content-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.align-content-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.align-content-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.align-content-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.align-content-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.button-wrap .blue-btn {
	background: #1ba4ea;
	color: #fff;
	border: 1px solid #1ba4ea;
}

.button-wrap .white-btn {
	background: #fff;
	color: #002B42;
	border: 1px solid #fff;
}

.banner-wrapper .button-wrap .white-btn {
	color: #1ba4ea;
}

.text-center {
	text-align: center;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.p-0 {
	padding: 0 !important;
}

.pl-0 {
	padding-left: 0px;
}

.form-group {
	margin-bottom: 1rem;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #e7e7e7;
}


/**Header**/

.top-menu {
	background: #002b42;
	padding: 10px 0;
}

.top-menu .top-menu-add-soc p {
	margin: 0;
	color: #fff;
	font: 400 14px/1.3 Source Sans Pro;
}

.add-wrap img {
	max-width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.top-menu p {
	color: #a3bcd3;
	font: 400 14px/1.3 Source Sans Pro;
	margin: 0;
}

.top-menu p a {
	color: inherit;
	text-decoration: none;
}

.top-menu .social-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}

.top-menu .social-menu ul li {
	margin: 0;
	display: inline-block;
	padding: 0 5px;
}

.top-menu .social-menu ul li a:hover {
	opacity: 0.8;
}

.top-menu .social-menu ul li:last-child {
	padding-right: 0px;
}

.top-menu .social-menu ul li a {
	font-size: 0px;
	text-decoration: none;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	float: left;
	background-position: center;
	background-size: 100%;
}

.top-menu .social-menu ul li.facebook a {
	background-image: url(images/facebook.png);
}

.top-menu .social-menu ul li.google a {
	background-image: url(images/Google.png);
}

.top-menu .social-menu ul li.linkedin a {
	background-image: url(images/linkedin.png);
}

.top-menu .social-menu ul li.instagram a {
	background-image: url(images/instagram.png);
}

.top-menu .top-menu-add-soc .social-menu {
	padding: 0 0 0 10px;
	position: relative;
	margin-left: 10px;
}

.top-menu .top-menu-add-soc .social-menu::before {
	content: "";
	top: 3px;
	position: absolute;
	left: 0;
	width: 1px;
	background: #fff;
	height: 14px;
}

.form-wrapper .custom-row+.wpcf7-response-output,
.form-wrapper .custom-row+.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font: 400 16px/1.9 "Source Sans Pro";
	margin-bottom: 0;
	margin-top: 20px;
}

#site-header {
	background-color: #ffffff;
	box-shadow: 0px 3px 24.5px rgba(0, 0, 0, 0.1);
	padding: 0px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}

#site-header .header-titles-wrapper {
	margin: 0;
}

#site-header .header-navigation-wrapper .primary-menu {
	margin: 0;
	-ms-flex-align: center;
	align-items: center;
}

#site-header .header-navigation-wrapper .primary-menu>li {
	margin: 0;
}

.footer-nav-widgets-wrapper.header-footer-group {
	display: none;
}

#site-header .header-navigation-wrapper .primary-menu>li:not(.phone-number)>a {
	color: #000;
	outline: none;
	font: 400 16px/1.4 "Source Sans Pro";
	text-decoration: none;
	padding: 36px 1px;
	text-transform: uppercase;
	margin: 0 0 0 30px;
	position: relative;
	transition: .3s;
}

#site-header .header-navigation-wrapper .primary-menu>li:first-child>a {
	margin: 0;
}

#site-header .header-navigation-wrapper .primary-menu>li:not(.phone-number) a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .2s;
	width: 0;
	height: 1px;
	background: #1ba4ea;
}
.home-banner .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none !important;
}
.page-id-491 .entry-content p {text-align: center;}
#site-header .header-navigation-wrapper .primary-menu>li:not(.phone-number):hover>a::after,
#site-header .header-navigation-wrapper .primary-menu>li.current-menu-item>a::after {
	width: 100%;
}



#site-header .header-navigation-wrapper .primary-menu>li.phone-number a {
	padding: 11px 15px 11px 15px;
	margin: 0 0 0 40px;
	background-color: #1ba4ea;
	color: #fff;
	position: relative;
	text-decoration: none;
	background-size: 20px;
	transition: .3s;
	border: 1px solid #1ba4ea;
}

#site-header .header-navigation-wrapper .primary-menu>li.phone-number a::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(images/phone-sprite.png);
	float: left;
	margin: 0 5px 0 0;
	background-size: 35px;
	background-repeat: no-repeat;
	background-position-y: 2px;
	background-position-x: 2px;
	transition: .3s;
}

#site-header .header-navigation-wrapper .primary-menu>li.phone-number:hover a::before {
	background-position-x: -16px;
}

#site-header .header-navigation-wrapper .primary-menu>li.phone-number:hover a {
	background: #fff;
	color: #1ba4ea;
}


/*****Footer******/

.main-footer .footer-top-custom,
.main-footer .footer-sections {
	background: #002b42;
	color: #fff;
}

.main-footer .footer-top-custom {
	border-bottom: 1px solid #90a1b1;
	padding: 40px 0;
}

.main-footer .footer-top-custom .footer-cta .cta-wrap .heading-wrap {
	margin: 0 20px 0 0;
}

.main-footer .footer-top-custom .footer-cta .cta-wrap .heading-wrap h3 {
	margin: 0;
	color: #ffffff;
	font: 600 24px/1.3 "Source Serif Pro";
}

.button-wrap .blue-btn,
.button-wrap .white-btn {
	text-decoration: none !important;
	padding: 14px 37px;
	font: 600 16px/1.3 "Source Sans Pro";
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	outline: none;
	transition: .2s;
}

.main-footer .footer-top-custom .footer-cta .cta-wrap .button-wrap a {
	margin: 0 10px;
}

.main-footer .footer-sections {
	padding: 35px 0;
}

.main-footer .footer-sections .footer-listing .footer-title {
	color: #ffffff;
	font: 600 19px/1.3 "Source Serif Pro";
	margin: 0 0 30px 0;
}

.main-footer .footer-sections .footer-listing ul {
	margin: 0;
	list-style-type: none;
	color: #90a1b1;
	font: 400 14px/1.4 "Source Sans Pro";
}

.main-footer .footer-sections .footer-listing ul li {
	margin: 0;
	padding: 7px 0;
	color: #90a1b1;
	font: inherit;
}

.main-footer .footer-sections .footer-listing ul li a {
	text-decoration: none;
	display: inline-block;
	color: inherit;
	font: inherit;
}

.footer-botom p {
	color: #90a1b1;
	font: 400 13px/1.3 "Source Sans Pro";
	background-color: #001f30;
	padding: 12px 0;
}

.main-footer .footer-top-custom li {
	margin: 0;
	list-style-type: none;
}

.custom-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


/****Home Page Banner****/

.home-banner .home-bnr-slider {
	margin: 0 !important;
}

.home-banner .home-bnr-slider .slide-wrap {
	background-position: 100% 100%;
	padding: 150px 0 370px 0;
	outline: none;
}

.home-banner .home-bnr-slider .slide-wrap h2 {
	margin: 0 0 10px 0;
	color: #1e1e1e;
	font: 400 40px/1.3 "Source Serif Pro";
	text-transform: uppercase;
}

.home-banner .home-bnr-slider .slide-wrap p {
	margin: 0 0 20px 0;
	color: #4c4c4c;
	font: 400 15px/1.3 "Source Sans Pro";
}

.home-banner .home-bnr-slider .slide-wrap .button-wrap .blue-btn {
	display: inline-block;
}

.home-banner .home-bnr-slider .slick-dots {
	position: absolute;
	left: 0;
	width: auto;
	bottom: inherit;
	top: 200px;
	counter-reset: section;
}

.home-banner .home-bnr-slider .slick-dots li button:after {
	counter-increment: section;
	content: "0"counter(section);
	width: 100%;
	display: inline-block;
	color: #717171;
	font: 400 16px/1.3 "Source Sans Pro";
	border-bottom: 1px solid #717171;
}

.home-banner .home-bnr-slider .slick-dots li button:before {
	display: none;
}

.home-banner .home-bnr-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: right;
}

.home-banner .home-bnr-slider .slick-dots li {
	width: 30px;
	height: 20px;
	display: block;
	margin: 5px 0;
	transition: .2s;
}

.home-banner .home-bnr-slider .slick-dots li.slick-active {
	width: 55px;
}

.home-banner .home-bnr-slider .slick-dots li.slick-active button:after {
	border-color: #1ba4ea;
	color: #1ba4ea;
}

.section-heading {
	margin: 0 0 15px 0;
}

.section-heading strong {
	color: #1ba4ea;
	font: 600 16px/1.4 "Source Sans Pro";
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.section-heading p {
	color: #616161;
	font: 400 16px/1.4 "Source Sans Pro";
}

.section-heading h3 {
	color: #393939;
	font: 600 32px/1.4 "Source Serif Pro";
	margin: 0;
}


/* 
.home-contact-section .form-wrapper-container {
box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
background-color: #ffffff;
padding: 30px 80px 20px 80px;
position: relative;
}

.home-contact-section .form-wrapper-container::before {
border-left: 25px solid transparent;
left: -25px;
}

.home-contact-section .form-wrapper-container::after {
right: -25px;
border-right: 25px solid transparent;
}

.home-contact-section .form-wrapper-container::after, .home-contact-section .form-wrapper-container::before {
content: "";
width: 0;
height: 0;
top: 0;
display: inline-block;
position: absolute;
border-bottom: 40px solid #eaeaea;
} */

.section-heading strong::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #1ba4ea;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	bottom: 0;
}

.form-group .custom-form-control {
	height: auto;
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	-webkit-appearance: none;
	width: 100%;
	color: #6d6d6d;
	font: 400 13px/1.4 "Source Sans Pro";
	padding: 10px 20px;
	outline: none;
}

.form-group select.custom-form-control {
	background-image: url(images/arrow-down.png);
	background-position: calc(100% - 15px) center;
	background-repeat: no-repeat;
	background-size: 10px;
	border-radius: 0px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.home-contact-section .form-wrapper-container .custom-row,
.home-contact-map .form-wrap .custom-row {
	margin-right: -10px;
	margin-left: -10px;
}

.home-contact-section .form-wrapper-container .custom-row [class*="custom-col"],
.home-contact-map .form-wrap .custom-row [class*="custom-col"] {
	padding: 0 10px;
}

.home-contact-section .form-wrapper-container .form-group,
.home-contact-map .form-wrap .form-group {
	margin-bottom: 20px;
}

.home-services-section {}

.home-services-section .services-list-wrap .services-list {
	margin: 0px 0 0 0;
	padding: 10px 20px 0px 20px;
	list-style-type: none;
}

.home-services-section .services-list-wrap .services-list li {
	margin: 0;
	padding: 0 5px;
	transition: .2s;
}

.home-services-section .services-list-wrap .services-list li a {
	width: 100%;
	text-decoration: none;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 30px 10px;
}

.home-services-section .services-list-wrap .services-list li .text-wrap h4 {
	margin: 0;
	color: #000000;
	font: 400 18px/1.4 "Source Sans Pro";
	text-align: center;
}

.home-services-section .services-list-wrap .services-list li .img-wrap {
	width: 90px;
	height: 70px;
	margin: 0 0 10px 0;
	background-image: url(images/services.png);
	background-repeat: no-repeat;
	background-size: 1300px;
	background-position-y: 1px;
}

.home-services-section .services-list-wrap .services-list li.Home .img-wrap {
	background-position-x: 16px;
}

.home-services-section .services-list-wrap .services-list li.Investment .img-wrap {
	background-position-x: -233px;
}

.home-services-section .services-list-wrap .services-list li.Commercial .img-wrap {
	background-position-x: -482px;
}

.home-services-section .services-list-wrap .services-list li.Business .img-wrap {
	background-position-x: -729px;
}

.home-services-section .services-list-wrap .services-list li.Vehicle .img-wrap {
	background-position-x: -976px;
}

.home-services-section .services-list-wrap .services-list li.SMFS .img-wrap {
	background-position-x: -1225px;
}

.home-services-section .services-list-wrap .services-list li:hover a {
	background: #1ba4ea;
	transition: .2s;
}

.home-services-section .services-list-wrap .services-list li:hover .img-wrap {
	background-position-y: -139px;
}

.home-services-section .services-list-wrap .services-list li:hover .text-wrap h4 {
	color: #fff;
}

.section-heading.white-color h3,
.section-heading.white-color p {
	color: #fff;
}

.section-heading.white-color h3,
.section-heading.white-color p {
	color: #fff;
}

.home-who-we-are-section .who-text-wrap h5 {
	color: #ffffff;
	font: 600 18px/1.3 "Source Sans Pro";
	margin: 0 0 10px 0;
}

.home-who-we-are-section .who-text-wrap p {
	margin: 0;
	color: #ffffff;
	font: 400 14px/1.3 "Source Sans Pro";
}

.error-heading {
    font-size: 57px;
    color: #393939;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
    font-family: "Source Serif Pro";
    font-style: normal;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
.error-img {
    margin: 0 auto;
    max-width: 85px;
}
.error-page {
    padding-top: 55px;
}
section.error-404.not-found.text-center {
	padding-top: 14px;
	padding-bottom: 50px;
}

p.error-content {
	font: 400 18px/1.4 "Source Sans Pro";
	color: #616161;
}

p.error-content a {
	text-decoration: none;
	color: #1ba4ea;
}


/****Home Who We Are Section*****/

.home-who-we-are-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-who-we-are-section .team-wrap {
	padding: 30px 0 0 0;
	margin: 0 -10px;
}

.home-who-we-are-section .team-wrap .team-item {
	outline: none;
	padding: 0px 10px;
}

.home-who-we-are-section .team-wrap .team-item .text-inner {
	position: relative;
}

.home-who-we-are-section .team-wrap .team-item .text-inner .img-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 240px;
	max-height: 230px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border: 8px solid #ffffff;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	overflow: hidden;
}

.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap {
	background-color: #d3f0ff;
	padding: 35px 35px 50px 65px;
	margin-left: auto;
	margin: 0 0 0 200px;
	box-sizing: content-box;
}

.home-who-we-are-section .team-wrap .team-item .text-inner .img-wrap img {
	width: 100%;
}

.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap h6 {
	color: #393939;
	font: 600 18px/1.2 "Source Sans Pro";
	margin: 0 0 3px 0;
}

.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap .designation {
	color: #002b42;
	font: italic 400 15px/1.4 "Source Sans Pro";
	display: inline-block;
	margin: 0 0 10px 0;
}

.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap p {
	color: #5a5858;
	font: 400 14px/1.55 "Source Sans Pro";
	margin: 0;
	min-height: 170px;
	display: inline-block;
	width: 100%;
}

.home-who-we-are-section .team-wrap .slick-arrow {
	position: absolute;
	top: inherit;
	bottom: 10px;
	width: 28px;
	height: 20px;
	background: transparent;
}

.home-who-we-are-section .team-wrap .slick-arrow.slick-prev {
	left: inherit;
	right: 65px;
	z-index: 9;
}

.home-who-we-are-section .team-wrap .slick-arrow.slick-next {
	right: 35px;
}

.home-who-we-are-section .team-wrap .slick-arrow:before {
	display: none !important;
}

.home-who-we-are-section .team-wrap .slick-arrow::after {
	content: "";
	background-image: url(images/team-arrows.png);
	width: 100%;
	height: 100%;
	display: inline-block;
	background-size: 65px;
	background-repeat: no-repeat;
	background-position-y: center;
}

.home-who-we-are-section .team-wrap .slick-arrow.slick-next::after {
	background-position-x: -2px;
}

.home-who-we-are-section .team-wrap .slick-arrow.slick-prev::after {
	background-position-x: -35px;
}

.section-padding {
	padding: 60px 0 73px;
}

.who-text-wrap {
	padding-top: 17px;
}

.faq-home {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
}

.faq-home .faq-wrapper {
	padding: 20px 0 0 0;
}

.faq-home .faq-wrapper .accordion {
	margin-right: -8px;
	margin-left: -8px;
}

.faq-home .faq-wrapper .accordion .group {
	background-color: transparent;
	border: 1px solid #d7d7d7;
	margin: 0 0 10px 0;
	padding: 0;
}

.faq-home .faq-wrapper .accordion .custom-col-6 {
	padding: 0 8px;
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-header {
	margin: 0;
	outline: none;
	color: #404040;
	font: 600 16px/1.4 "Source Sans Pro";
	padding: 17px 35px 17px 25px;
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-content {
	padding: 0px 0 0 0;
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-content p {
	color: #898989;
	font: 400 14px/1.5 "Source Sans Pro";
	margin: 15px 0 10px 0;
	padding: 0px 25px 17px 25px;
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-header::after {
	content: "+";
	right: 20px;
	position: absolute;
	color: #5b5a5a;
	text-align: center;
	display: inline-block;
	width: 20px;
	font-size: 22px;
	height: 20px;
	line-height: 0.9;
	top: 18px;
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-header.ui-accordion-header-active::after {
	content: "-";
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-content li {
	font: 400 14px/1.5 "Source Sans Pro";
	color: #898989;
}

.faq-home .faq-wrapper .accordion .group .ui-accordion-content ul,
.faq-home .faq-wrapper .accordion .group .ui-accordion-content ol {
	margin-bottom: 10px;
}

.client-test {
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #d3effe;
}

.client-test .client-slider {
	padding: 20px 0 0 0;
	margin: 0 -10px 30px -10px;
}

.client-test .client-slider .client-slide-item {
	background-color: rgba(255, 255, 255, 0.52);
	padding: 40px 40px 40px 40px;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
	margin: 0 10px;
	outline: none;
}

.client-test .client-slider .client-slide-item .text-wrap p {
	letter-spacing: 1px;
	color: #494949;
	font: 400 16px/1.9 "Source Sans Pro";
	text-align: center;
	margin: 0 0 20px 0;
}

.client-test .client-slider .client-slide-item .text-wrap strong {
	letter-spacing: 1px;
	color: #002b42;
	font: 600 22px/1.2 "Source Sans Pro";
	position: relative;
	padding: 0 90px;
	margin: 0 0 10px 0;
	display: inline-block;
}

.client-test .client-slider .client-slide-item .text-wrap strong::before,
.client-test .client-slider .client-slide-item .text-wrap strong::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #002b42;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.client-test .client-slider .client-slide-item .text-wrap strong::before {
	left: 0;
}

.client-test .client-slider .client-slide-item .text-wrap strong::after {
	right: 0;
}

.client-test .client-slider .slick-dots {
	bottom: -40px;
	text-align: center;
}

.client-test .client-slider .slick-dots button {
	padding: 0;
	position: relative;
}

.client-test .client-slider .slick-dots button:before {
	display: none;
}

.client-test .client-slider .slick-dots button::after {
	content: "";
	border: 3px solid #fff;
	background: #fff;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.client-test .client-slider .slick-dots .slick-active button:after {
	background: transparent;
	width: 14px;
	height: 14px;
}

.client-test .client-slider .slick-dots li {
	vertical-align: middle;
}

.home-contact-map .form-wrap {
	max-width: 700px;
	margin-left: auto;
	width: 100%;
}

.home-contact-map .form-inner {
	height: 100%;
	padding-right: 70px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: 0 calc(100% + 20px);
}

.form-group textarea.custom-form-control {
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: auto;
}

.form-group select.custom-form-control:disabled::-ms-expand {
	display: none;
}

.form-group select.custom-form-control::-ms-expand {
	display: none;
}

.section-heading:not(.text-center) strong:after {
	right: inherit;
	left: 0;
}

.form-group span.wpcf7-not-valid-tip {
	font: 400 13px/1.4 "Source Sans Pro";
}

.home-banner {
	position: relative;
}

.home-banner .fb-reviews-wrap .fb-review-slider {
	margin: 0 -10px;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item {
	padding: 0 10px;
	outline: none;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: rgba(255, 255, 255, 0.44);
	padding: 20px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media .text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media .img-wrap {
	margin: 0 20px 0 0;
	width: 103px;
	height: 103px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid #fff;
	position: relative;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media .img-wrap img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 150px;
	min-width: 100%;
	height: auto;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media .heading h4 {
	margin: 0;
	color: #616161;
	font: 600 22px/1.2 "Source Sans Pro";
}

.home-banner .fb-reviews-wrap .fb-review-slider .slick-arrow {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background-color: transparent;
	border: 2px solid #ffffff;
	background-image: url(images/white-arrows.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 75px;
}

.home-banner .fb-reviews-wrap .fb-review-slider .slick-arrow:before {
	display: none;
}

.home-banner .fb-reviews-wrap .fb-review-slider .slick-arrow.slick-prev {
	left: -50px;
	background-position-x: 10px;
}

.home-banner .fb-reviews-wrap .fb-review-slider .slick-arrow.slick-next {
	right: -50px;
	background-position-x: -47px;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media p {
	color: #4d4d4d;
	font: italic 400 15px/1.3 "Source Sans Pro";
	margin: 0;
}

.home-banner .fb-reviews-wrap .fb-review-slider .fb-review-item .media .heading {
	margin-bottom: 10px;
}

.home-banner .fb-reviews-wrap .fb-review-heading {
	margin: 0 0 25px 0;
}

.home-banner .fb-reviews-wrap .fb-review-heading h2 {
	margin: 0;
	color: #444444;
	font: 700 45px/1.1 "Source Serif Pro";
}

.home-banner .fb-reviews-wrap .fb-review-heading img {
	margin: 0 auto;
	max-width: 200px;
}

.add-wrap {
	word-wrap: unset;
	word-break: unset;
}

.home-banner .fb-reviews-wrap {
	margin: 0 0 70px 0;
	padding: 20px 0 0 0;
}

.client-test .client-slider .client-slide-item .text-wrap .review {
	margin: 0 auto;
	max-width: 75px;
}

.button-wrap .blue-btn:hover {
	background: #fff;
	color: #1ba4ea;
}

.button-wrap .white-btn:hover {
	background: #1ba4ea;
	border: 1px solid #1ba4ea;
	color: #fff;
}

.home-contact-map .form-wrap+.wpcf7-response-output,
.home-contact-section .form-wrap+.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font: 400 16px/1.9 "Source Sans Pro";
	margin-bottom: 0;
	margin-top: 20px;
}

.home-services-section .services-list-wrap .services-list li:hover {
	transform: scale(1.1);
	position: relative;
	z-index: 1;
}

.home-who-we-are-section {
	background-color: #022b41;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.no-matched {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	color: #1ba4ea;
	font: 500 20px/1.4 "Source Sans Pro";
}

.main-footer .footer-sections .footer-listing ul li:hover a,
.main-footer .footer-sections .footer-listing ul li.current-menu-item a {
	color: #FFF;
}

#site-header .mobile-nav-toggle {
	outline: none;
}

#site-header .mobile-nav-toggle .toggle-inner {
	padding: 0;
	height: 10px;
}

.menu-modal .toggle,
.menu-modal .toggle:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.menu-modal .toggle .toggle-text {
	border: none !important;
	text-decoration: none !important;
}

ul.modal-menu li .ancestor-wrapper a {
	color: #000;
	outline: none;
	font: 400 16px/1.4 "Source Sans Pro";
	padding: 10px 0;
	text-transform: uppercase;
	text-decoration: none !important;
}

.client-rating-section .mega-testimonial-7 .slick-dots button::after {
	content: "";
	border: 3px solid #fff;
	background: #fff;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.client-rating-section .slick-dots li.slick-active button:before {
	color: transparent;
	background: transparent;
}

.client-rating-section .mega-testimonial-7 .slick-dots .slick-active button:after {
	background: transparent;
	width: 14px;
	height: 14px;
}

.client-rating-section .mega-testimonial-7 .slick-dots button {
	padding: 0;
	position: relative;
}

#site-header .header-titles-wrapper .site-logo {
	margin: 0;
	padding: 15px 0px;
}

#site-header .header-titles-wrapper .header-titles {
	margin: 0;
}

#site-header .mobile-nav-toggle .toggle-inner .svg-icon path,
.menu-modal .toggle svg polygon {
	fill: #1ba4ea;
}

#site-header .mobile-nav-toggle .toggle-inner .toggle-text,
.menu-modal .toggle span {
	color: #1ba4ea;
	font-size: 14px;
}


/*============Landing page Banner 29 Jan, 2020 css strats==============*/

.home-banner h1 {
	font-size: 62px;
	color: #fff;
	line-height: 1.2;
	text-align: left;
	font-weight: 600;
	font-family: "Source Serif Pro";
	font-style: normal;
	margin-bottom: 0;
	padding-bottom: 20px;
	margin-top: 48px;
}

.home-banner h3 {
	font-size: 30px;
	color: #fff;
	line-height: 1.0;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	font-family: "Source Sans Pro";
	margin-top: 0;
	padding-bottom: 26px;
}

.home-banner {
	padding: 50px 0 20px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: top center!important;
}

.form-wrapper {
	background: rgba(230, 242, 242, 0.75);
	padding: 40px 50px 10px;
	border-radius: 2px;
}

.form-wrapper .section-heading {
	margin: 0 0 7px 0;
}

.form-wrapper .form-group {
	margin-bottom: 1.5rem;
}

.home-banner .button-wrap img {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}

.home-banner .button-wrap img.display-blue {
	display: none;
}

.home-banner .button-wrap a {
	margin-right: 30px;
}

.home-banner .button-wrap a:hover .display-blue {
	display: inline-block;
}

.home-banner .button-wrap a:hover .display-white {
	display: none;
}

.mega-testimonial-7 .tm-picture {
	float: left;
	margin-right: 15px;
}

.mega-testimonial-7 .tm-picture img {
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	border-radius: 50%;
	width: 95px;
}

.mega-testimonial-7 .tm-prof-7 {
	padding-top: 13px;
}

.tm-prof-7 span {
	font: 600 15px/1.4 "Source Serif Pro";
	color: #fff;
	text-align: center;
	padding-bottom: 18px;
	display: inline-block;
}

.mega-testimonial-7 .tm-quotes-7 {
	padding-top: 1px;
	margin-left: 11px;
	margin-top: 9px;
}

.mega-testimonial-7 .tm-quotes-7 {
	padding-left: 35px;
	background: url(images/quotes.png) no-repeat scroll 0 4px transparent;
}

.mega-testimonial-7 p {
    margin-bottom: 5px;
    font: 600 15px / 1.5 "Source Sans Pro";
    font-style: italic;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.clearfix {
	clear: both;
}

.client-rating-section {
	padding-top: 57px;
	margin-left: -15px;
	padding-right: 25px;
}

.client-review-wrapper {
	padding: 6px 3px 0;
}

.form-wrapper h4 {
	font-size: 30px;
	color: #1ba4ea;
	line-height: 1.0;
	text-align: left;
	font-family: "Source Serif Pro";
	font-weight: 600;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 12px;
}

:focus {
	outline: none;
}

.form-wrapper .form-group br {
	display: none;
}

.form-wrapper label {
	font: 600 16px / 28px "Source Sans Pro";
	color: #8b8d94;
	word-spacing: normal;
	margin: 0;
}

.form-wrapper .form-group input {
	color: #8b8d94;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 6px 15px 5px 15px;
	border-color: rgba(51, 51, 51, 0.11);
	background-color: #fdfdfd;
	height: 40px;
	border-radius: 4px;
	font: 600 15px / 27px "Source Sans Pro";
}

.form-wrapper .form-group textarea.custom-form-control {
	color: #8b8d94;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-radius: 4px;
	padding: 6px 15px 5px 15px;
	border-color: rgba(51, 51, 51, 0.11);
	background-color: #fdfdfd;
	height: 250px;
	font: 600 15px / 27px "Source Sans Pro";
}

.form-wrapper .button-wrap.text-left {
	padding-top: 25px;
}

@media (min-width:992px) {
	.form-wrapper .button-wrap.text-left {
		padding-top: 35px;
	}
}

.home-banner .custom-col-4 {
	-ms-flex: 0 0 35.333333%;
	flex: 0 0 35.333333%;
	max-width: 35.333333%;
	padding-left: 0px;
	padding-right: 0;
	margin-left: -10px;
}

.home-banner .custom-col-8 {
	-ms-flex: 0 0 64.666667%;
	flex: 0 0 64.666667%;
	max-width: 64.666667%;
}

.mobile-banner-view {
	display: none;
}

.add-wrap p span:last-child {
	margin-left: 20px;
}

.home-contact-map.form-center .form-wrap {
	margin: 0 auto;
}

.home-contact-map.form-center .form-inner {
	padding-right: 0;
}


/*============Landing page Banner 29 Jan, 2020 css ends==============*/


/*================ 6Feb,2020 css starts ===================*/

.post-inner {
	padding-top: 0;
	padding-bottom: 3em;
}

.singular .entry-header {
	padding: 5rem 0 2rem;
}

h1.entry-title {
	color: #393939;
	font: 600 32px/1.4 "Source Serif Pro";
}

.home .page-wrapper {
	margin-top: -6px;
}


/*================ 6Feb,2020 css ends ===================*/
body.popup-open  #badreview {
    display: block;
}

/*FAQ page css starts*/

.service-main-title {
	font: 600 32px/1.4 "Source Serif Pro";
	color: #393939;
	margin: 0px 0 25px;
}

.service-main-title:after {
	content: "";
	display: block;
	height: 3px;
	width: 70px;
	background-color: #1ba4ea;
	margin: 0px;
	margin-top: 5px;
}

.faq-div h3 {
	margin: 0;
	outline: none;
	color: #404040;
	font: 600 18px/1.4 "Source Sans Pro";
}

.faq-div .group p {
	color: #898989;
	font: 400 15px/1.5 "Source Sans Pro";
	margin: 15px 0 0px 0;
}

.faq-div .group {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.question-box {
	padding: 2em;
	border: 2px solid #cccccc;
}

.section_wrapper {
	padding: 70px 0 60px;
}

.form-title {
	margin: 0 0 21px;
	text-align: center;
	font: 700 20px/1.4 "Source Serif Pro";
	text-transform: uppercase;
	color: #393939;
}

.question-box h2:after {
	content: "";
	display: block;
	height: 3px;
	width: 70px;
	background-color: #1ba4ea;
	margin: 0px auto;
	margin-top: 5px;
}

.custom-row+.wpcf7-response-output,
.custom-row+.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	font: 400 16px/1.5 "Source Sans Pro";
	margin-bottom: 0;
	margin-top: 20px;
}

.question-box .button-wrap {
	margin-top: 10px;
	margin-left: 16px;
}

.faq-div .group:last-child {
	border-bottom: none;
}

.faq-div h3 img {
	display: inline-block;
	max-width: 18px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}


/*FAQ page css ends*/


/* services page css starts */

.section_wrapper p {
	color: #616161;
	font: 400 16px/1.4 "Source Sans Pro";
}

.section_wrapper .services-content {
	color: #616161;
	font: 400 16px/1.4 "Source Sans Pro";
}

.section_wrapper .services-content strong {
	display: block
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure.effect-bubba {
	background: #000000;
	margin-bottom: 30px;
}

.services-div {
	padding-top: 15px;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.more-services figure.effect-bubba figcaption::before,
.more-services figure.effect-bubba figcaption::after {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	font-family: Source Sans Pro;
	font-size: 20px;
	margin: 0;
	font-weight: 600;
}

.more-services figure.effect-bubba h2 {
	font-size: 18px;
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section_wrapper ul li {
	color: #616161;
	font: 400 16px/1.4 "Source Sans Pro";
}

.section_wrapper ul {
	margin: 4px 0 15px;
	list-style: none;
	display: block;
}

.section_wrapper ul li:before {
	background: url(../SCF-Child/images/list-arrow.png);
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 5px 0 0px -19px;
}

.back-to-service {
	padding-top: 35px;
}

.section_wrapper strong {
	color: #333;
}

.button-wrap.back-to-service a {
	display: inline-block;
}

.section_wrapper b {
	color: #333;
	display: block;
}

a.extra-link {
	color: #1ba4ea;
	text-decoration: none;
}


/* services page css ends */


/*contact page css starts*/

.business-details h3 {
	font: 600 32px/1.4 "Source Serif Pro";
	color: #393939;
	margin: 0px 0 25px;
}

.business-details h3 {
	font: 600 20px/1.4 "Source Serif Pro";
	color: #393939;
	margin: 30px 0 12px;
}

.business-details p {
	margin-bottom: 5px;
	color: #616161;
    font: 400 16px/1.4 "Source Sans Pro";
}
.map-div.pd-top {
    padding-top: 70px;
}

.custom-col-4.mobile {
    display: block;
}


/*contact page css ends*/


/*about page css starts*/

.about_wrapper h3 {
	font: 600 22px/1.4 "Source Serif Pro";
	color: #393939;
	margin: 0px 0 10px;
}
.team-members h6 {
	font: 700 22px/1.5 'Source Serif Pro', serif;
	text-transform: capitalize;
	color: #393939;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 25px;
}
.team-members i.designation {
	color: #1ba4ea;
	font: 600 16px/1.4 "Source Sans Pro";
	margin: 0px auto;
	font-style: normal;
}
.team-members {
	padding-bottom: 15px;
}
.section_wrapper .content_wrapper p {
	color: #616161;
	font: 400 16px/1.5 "Source Sans Pro";
}
.about_wrap h3 {
	font: 600 20px/1.4 "Source Serif Pro";
	color: #393939;
	margin: 0px 0 10px;
}
.services_list li {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0 10px 25px;
	margin: 0;
}
.services_list li a {
	color: #000;
	text-decoration: none;
	text-decoration: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(left, #1ba4ea, #1ba4ea 50%, #000 50%);
	background-image: linear-gradient(to right, #1ba4ea, #1ba4ea 50%, #000 50%);
	background-size: 200% 100%;
	background-position: 100%;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
}
.services_list li a:hover {
	background-position: 0%;
}
.section_wrapper .about_wrap ul li:before {
	background: url(../SCF-Child/images/single-rightarrow.png);
	width: 15px;
	height: 15px;
	background-size: cover;
}
.left-img {
	float: left;
	margin-right: 15px;
	width: 50%;
	margin-bottom: 10px;
}

/*about page css ends*/
.business-details img {
	max-width: 12px;
	display: inline-block;
	margin: 0px 4px 0 0px;
	vertical-align: middle;
}


/***Best Mortage Broker Page Style Start****/
.darkBlue-bg {
    background: #092b42;
}
.white-bg {
    background: #fff;
}
.lightGrey-bg {
    background: #f1f1f1;
}
.px-5 {
    padding-left: 5%;
    padding-right: 5%;
}
.best-mortage-broker h1, .best-mortage-broker h2, .best-mortage-broker h3, .best-mortage-broker h4, .best-mortage-broker h5, .best-mortage-broker h6 {
    margin-top: 0;
}
.best-mortage-broker h1.page-title {
    font: 700 46px/1.2 "Source Sans Pro";
    max-width: 767px;
    margin-bottom: 0;
    color: #fff;
}
.best-mortage-broker .description {
    font: 400 21px/1.4 "Source Sans Pro";
}
.best-mortage-broker .description.white-text {
    color: #fff;
}
.best-mortage-broker .find-broker {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.best-mortage-broker .find-broker .img-wrapper img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.best-mortage-broker section article {
    padding: 50px 20px;
    border-radius: 15px;
}
.best-mortage-broker section .article-title {
    margin-bottom: 80px;
    font: 700 32px/1.2 "Source Sans Pro";
}
.best-mortage-broker .download-pdf-box .img-wrapper {
    padding-right: 50px;
}
.best-mortage-broker .download-pdf-box aside {
    max-width: 450px;
}
.best-mortage-broker .description a.btn-link {
    background: #1ba4ea;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px 37px;
    text-decoration: none !important;
    font-weight: 600;
    font-family: "Source Sans Pro";
    border: 1px solid #1ba4ea;
	display: inline-block;
	text-align: center;
}
.best-mortage-broker .description a.btn-link:hover {
    background: #fff;
    color: #1ba4ea;
}
.best-mortage-broker .download-pdf-box aside a.btn-link {
    display: block;
}
.best-mortage-broker .page-content-list ol {
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
}
.best-mortage-broker .page-content-list ol li {
    font-size: 16px;
    width: 45%;
    font-weight: 600;
}
.best-mortage-broker .page-content-list ol a, .best-mortage-broker .page-content-list ol li {
    text-decoration: none !important;
    color: #3ba3ea;
}
.best-mortage-broker .page-content-list ol li:hover a, .best-mortage-broker .page-content-list ol li:hover {
    color: #605f5f;
}
.best-mortage-broker .page-content-list .article-title {
    margin-bottom: 25px;
}
.best-mortage-broker .page-content-brief {
    padding: 80px 0;
}
.best-mortage-broker .page-content-brief section:not(:last-child) {
    border-bottom: 3px solid #f1f1f1;
}
.best-mortage-broker .description span a {
    color: #3ba3ea;
    text-decoration: none !important;
}
.best-mortage-broker .description span a:hover {
    color: #000;
}
#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999999999999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    background: #3ba3ea;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
#back-to-top:hover {
    background:#5b87a4;
}
#back-to-top.show {
    opacity: 1;
}

.customModalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.customModalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.customModalDialog > div {
    max-width: 767px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    max-height: 85vh;
    overflow: auto;
}
.customModalDialog .close {
    background: #ffffff;
    color: #000000;
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 25px;
    text-decoration: none;
    font-weight: bold;
}
.customModalDialog .close:hover {
    color: #3ba3ea;
}
.download-pdf-form h6 {
    color: #393939;
    font-weight: 600;
    font-family: "Source Serif Pro";
    line-height: 1.4;
    text-transform: capitalize;
}
.download-pdf-form div.wpcf7-response-output {
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
    font-family: "Source Serif Pro";
}
.best-mortage-broker .page-content-list article {
    padding-top: 0;
    padding-bottom: 0;
}
/***Best Mortage Broker Page Style End****/

/*** review page css ***/
.service-main-title.text-center:after {
margin: 7px auto 0;
}  
.review-section {
    max-width: 750px;
    margin: 0 auto 30px;
    background: #fff;
	    padding: 20px;
		    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.icon-link {
    border: 1px solid #ddd;
    padding: 20px; transition: ease 0.5s;
}
.icon-link img {
    max-width: 160px;
}
.icon-link:hover {
    border-color: #1ba4ea;
}
.section_wrapper .review-body p strong {
    color: #333;
    display: block;
}
.review-heading {
    background: #F5F5F5;
    margin: -20px -20px 0;
    padding: 20px;
    text-align: center;
}
.review-heading h3 {
    text-align: center;
    margin: 0;
    font: 600 25px/1.4 "Source Serif Pro";
}
.review-container {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin: 60px 0 60px;
}
.review-container>div {
    padding: 0 25px;
    text-align: center;
}
.review-body {
    text-align: center;
    padding: 50px 0 0;
}
.review-body>p {
    max-width: 490px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.icon-review img {
    margin: 0 auto 20px; transition: ease 0.5s;
}
.review-container a {
    text-decoration: none; transition: ease 0.5s;
}
.review-container a:hover {
    color: #3ba3ea;
}
.good-experience p  { transition: ease 0.5s;}
.good-experience:hover .icon-review img {
    transform: scale(1.1);
}
.bad-experience:hover .icon-review img {
    transform: scale(1.07);
}
.good-experience:hover p ,.bad-experience:hover p {
    color: #3ba3ea;
}
body.popup-open {
    overflow: hidden;
}
.form-footer a{ color: #1ba4ea; text-decoration: none;}
.form-footer a:hover, .form-footer a:focus { color: #000; text-decoration: none;}
.form-footer {
    padding-top: 10px;
    /* text-align: center; */
    border-top: 1px solid #ddd;
    margin-top: 25px;
	    color: #616161;
    font: 400 16px/1.4 "Source Sans Pro";
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 650px;
  position: relative;
}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -9px;
    background: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    top: -12px;
}
 .form-box  textarea {overflow: hidden;}
.heading-textt p {
    color: #616161;
    font: 400 16px/1.4 "Source Sans Pro";
}
.heading-textt {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.form-box  input, .form-box  textarea { padding: 1.2rem 1.5rem;   resize:none;  font-size: 14px;     background: #f5f5f5;}
.close:hover,
.close:focus {
  color: #fff;
 background:#3ba3ea;  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px){
	.review-section {
    margin: 0 auto 0px;
	}
	.review-container>div {
    padding: 0 15px;
}
.modal-content {
width: 90%;}

}
@media (max-width: 575.98px){
	.form-box .custom-col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	.icon-link img {
    max-width: 100%;
}
.icon-link {
    padding: 15px 10px;
}
.form-box  .g-recaptcha {
    transform: scale(.81);
    -webkit-transform: scale(.81);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.review-section {
padding: 10px;}
.review-heading {
    margin: -20px -10px 0;
}
}
/*** review page css ends **/





iframe.report_card_widget {
    display: none !important;
}
/***Responsive Style Start****/
@media (min-width: 992px) {
	.primary-menu-wrapper+.header-toggles {
		display: none;
	}
	.home-contact-map .map-wrap {
		height: 100% !important;
	}
	.home-contact-map .map-wrap iframe {
		width: 100% !important;
		height: 100% !important;
	}
}

@media (min-width: 1200px) {
	.home-banner .fb-reviews-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.home-contact-section {
		margin-top: -40px;
		position: relative;
	}
}

@media (max-width: 1499.98px) {
	.home-services-section .services-list-wrap .services-list li .text-wrap h4 {
		font-size: 15px;
	}
}

@media (max-width: 1199.98px) {
	.menu-bottom ul.social-menu li a {
		font-size: 0px;
		text-decoration: none;
		width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: top;
		float: left;
		border-radius: 0px;
		background-position: center;
		background-size: 100%;
	}
	.menu-bottom .social-icons a {
		background: transparent;
	}
	.menu-bottom ul.social-menu li svg.svg-icon {
		display: none;
	}
	.menu-bottom ul.social-menu li.facebook a {
		background-image: url(images/facebook.png);
	}
	.menu-bottom ul.social-menu li.google a {
		background-image: url(images/Google.png);
	}
	.menu-bottom ul.social-menu li.linkedin a {
		background-image: url(images/linkedin.png);
	}
	.menu-bottom ul.social-menu li.instagram a {
		background-image: url(images/instagram.png);
	}
	.home-banner h1 {
		font-size: 50px;
	}
	.form-wrapper {
		padding: 30px;
	}
	.form-wrapper .form-group textarea.custom-form-control {
		height: 130px;
	}
	.home-banner {
		padding: 22px 0;
		background-position: 86% 100%;
	}
	.who-text-wrap {
		padding-top: 33px;
	}
	li.phone-number.menu-item {
		display: none;
	}
	.home-services-section .services-list-wrap .services-list li {
		margin: 5px 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.home-services-section .services-list-wrap .services-list li:hover {
		transform: scale(1);
	}
	.home-contact-map .form-inner {
		padding-right: 30px !important;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 30px;
	}
	.home-contact-map .form-wrap {
		margin-right: auto;
	}
	.main-footer .footer-top-custom .footer-cta .cta-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-footer .footer-top-custom .footer-cta .cta-wrap .heading-wrap {
		margin: 0 0px 10px 0;
	}
	.main-footer .footer-top-custom .footer-cta .cta-wrap .button-wrap a {
		display: inline-block;
	}
}

@media (max-width: 1025px) {
.custom-col-4.mobile {
    display: none;
 }
 .col-sm-12c {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 991.98px) {
	.section_wrapper .custom-col-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.section_wrapper .custom-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	.back-to-service {
		padding-top: 19px;
		padding-bottom: 15px;
	}
	.section_wrapper .more-services .custom-col-4 {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-top: 0px;
	}
	.more-services figure.effect-bubba h2 {
		font-size: 15px;
	}
	.section_wrapper {
		padding: 25px 0 45px;
	}
	.mega-testimonial-7 p {
		color: #333;
		text-shadow: none;
		font-weight: normal;
	}
	.add-wrap span {
		display: block;
	}
	.phn-number {
		align-self: center;
	}
	.add-wrap p span:last-child {
		margin-left: 0px;
	}
	.tm-prof-7 span {
		color: #333;
	}
	.client-review-wrapper {
		margin-bottom: 20px;
	}
	.who-text-wrap {
		padding-top: 10px;
	}
	.client-rating-section .mega-testimonial-7 .slick-dots button::after {
		border: 3px solid #1ba4ea;
		background: #1ba4ea;
	}
	.home-banner .custom-col-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.client-rating-section {
		margin-left: 0;
		padding-right: 0;
	}
	.home-banner h1 {
		font-size: 60px;
	}
	.home-banner h3 {
		font-size: 30px;
		padding-bottom: 26px;
		margin-bottom: 15px;
	}
	.client-rating-section {
		padding-top: 20px;
	}
	.mobile-banner-view {
		padding: 30px 0 0;
	}
	.form-wrapper {
		margin-top: 35px;
		padding: 35px;
	}
	.home-banner .button-wrap a {
		margin-right: 30px;
		display: inline-block;
	}
	.home-banner {
		padding: 0px 0 68px;
	}
	.home-banner .form-wrapper {
		display: none;
	}
	.home-banner .client-rating-section {
		display: none;
	}
	.mobile-banner-view {
		display: block;
	}
	.home-banner .custom-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0px;
	}
	.home-who-we-are-section .team-wrap .team-item .text-inner .img-wrap {
		width: 130px;
		max-height: 130px;
		border: 5px solid #ffffff;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap {
		padding: 55px 35px 55px 55px;
		margin: 0 0 0 90px;
	}
	.client-test .client-slider .client-slide-item .text-wrap p {
		letter-spacing: 0;
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	.client-test .client-slider .client-slide-item {
		padding: 20px;
		border-bottom-left-radius: 40px;
		border-top-right-radius: 30px;
	}
	.section-padding {
		padding: 40px 0;
	}
	.client-test .client-slider .client-slide-item .text-wrap strong {
		font-size: 17px;
		padding: 0 70px;
	}
	.home-contact-map .custom-col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.best-mortage-broker .description {
	    font-size: 16px;
	}
	.reverse-col > div:nth-child(1) {
		order: 2;
	}
	.reverse-col > div:nth-child(2) {
		order: 1;
	}
	.best-mortage-broker h1.page-title {
	    font-size: 36px;
	}
	.best-mortage-broker .page-content-brief {
	    padding: 40px 0;
	}
}

@media (max-width: 767.98px) {

	
	.section_wrapper .more-services .custom-col-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.section_wrapper ul {
    margin-left: 11px;
    }
	.mobile-banner-view .form-wrapper {
		display: none;
	}
	.team_wrap .custom-col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.team_wrap .pl-0 {
		padding-left: 15px;
	}
	.client-rating-section .mega-testimonial-7 .slick-dots button::after {
		border: 3px solid #1ba4ea;
		background: #1ba4ea;
	}
	.home-banner h1 {
		margin-top: 0;
		font-size: 45px;
	}
	.modal-menu {
		left: auto;
		width: 100%;
		text-transform: uppercase;
	}
	.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap {
		padding: 55px 25px 55px 25px;
		margin: 0 0 0 90px;
	}
	.home-banner h3 {
		font-size: 25px;
		padding-bottom: 16px;
	}
	.home-banner {
		padding: 45px 0 40px;
	}
	.home-banner .button-wrap a {
		margin-right: 5px;
		display: inline-block;
		min-width: 180px;
		text-align: center;
		margin-bottom: 10px;
	}
	.client-rating-section {
		padding-top: 20px;
	}
	.main-footer .footer-sections .footer-listing .footer-title {
		margin: 0 0 10px 0;
	}
	.main-footer .footer-sections .footer-listing ul li {
		padding: 5px 0;
		/*line-height: 1.2;*/
	}
	.home-who-we-are-section .who-we-header .custom-col-6,
	.faq-home .faq-wrapper .accordion .custom-col-6,
	.main-footer .footer-top-custom .footer-logo,
	.main-footer .footer-top-custom .footer-cta {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home-contact-map .form-wrap {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.main-footer .footer-top-custom .footer-logo a {
		display: inline-block;
	}
	.main-footer .footer-top-custom .footer-logo .img-wrap {
		text-align: center;
	}
	.button-wrap .blue-btn,
	.button-wrap .white-btn {
		padding: 14px 25px;
		font-size: 15px;
	}
	.home-who-we-are-section .team-wrap .team-item .text-inner .img-wrap {
		position: static;
		transform: translateY(0px);
		top: 0;
	}
	.home-who-we-are-section .team-wrap .team-item .text-inner .text-wrap {
		margin: -30px 0 0 00px;
	}
	.client-test .client-slider {
		padding: 0px 0 0 0;
	}
	.top-menu {
		display: none;
	}
	.faq-home .faq-wrapper .accordion .group .ui-accordion-header {
		padding: 15px 38px 15px 15px;
	}
	.faq-home .faq-wrapper .accordion .group .ui-accordion-content p {
		padding: 0px 15px 14px 15px;
	}
	.best-mortage-broker div[class^="custom-col-"] {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.best-mortage-broker .download-pdf-box .img-wrapper {
	    padding-right: 0;
	}
	.best-mortage-broker .img-wrapper img {
	    margin: 0 auto 25px;
	    max-width: 420px !important;
	    width: 100%;
	}
	.best-mortage-broker .download-pdf-box aside {
	    max-width: 420px;
	    margin: auto;
	}
	.best-mortage-broker section .article-title {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	.best-mortage-broker h1.page-title {
	    font-size: 30px;
	}
}

@media (max-width: 670.98px) {
	.home-services-section .services-list-wrap .services-list li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.error-heading {
		font-size: 38px;
		padding-bottom: 0;
	}
	.section-heading h3 {
		font-size: 25px;
	}
	.section-heading p {
		font-size: 15px;
	}
	.footer-sections .custom-col-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	footer .textwidget {
		text-align: center;
		padding-top: 10px;
	}
	.main-footer .footer-sections {
		padding: 35px 0 11px;
	}
}

@media (max-width: 575.98px) {
	.best-mortage-broker .page-content-list ol {
	    flex-direction: column;
	}
	.best-mortage-broker .page-content-list ol li {
	    width: 100%;
	}
}

@media (max-width: 470.98px) {
	.home-services-section .services-list-wrap .services-list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home-banner h1 {
		font-size: 40px;
		padding-bottom: 6px;
	}
	.home-banner h3 {
		font-size: 20px;
		line-height: 1.3;
		margin-top: 0;
		padding-bottom: 0;
	}
	.main-footer .footer-top-custom .footer-cta .cta-wrap .button-wrap a {
		min-width: 200px;
		margin: 8px 0;
	}
	.home-banner {
		padding: 20px 0 20px;
	}
	.section_wrapper .more-services .custom-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}