/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	services
#0.7	testimonials
#0.8    offer
#0.9    recent-projects
#1.0    about-us-faq
#1.1    partners
#1.2    partners
#1.3    news-section


---------------------------------------------------------------
	home style 2
----------------------------------------------------------------
#2.0    cta
#2.1    services s2
#2.2    our-team
#2.3    fun-fact
#2.4    cta-newsletter
#2.5    testimoials-s2-slider


---------------------------------------------------------------
	home style 3
----------------------------------------------------------------
#3.0    features
#3.1    services-s3
#3.2    pricing


---------------------------------------------------------------
	faq page
----------------------------------------------------------------
#4.0	faq-pg-section


---------------------------------------------------------------
	service single page
----------------------------------------------------------------
#5.0	service-singel-section


---------------------------------------------------------------
	contact page
----------------------------------------------------------------
#6.0	contact-pg-section


---------------------------------------------------------------
	blog grid page
----------------------------------------------------------------
#7.0	blog-grid section


---------------------------------------------------------------
	blog with sidebar page
----------------------------------------------------------------
#8.0	blog-with-sidebar


---------------------------------------------------------------
	blog details page
----------------------------------------------------------------
#9.0	blog-single-content


---------------------------------------------------------------
	shop grid page
----------------------------------------------------------------
#10.0	products-section


---------------------------------------------------------------
	shop with sidebar page
----------------------------------------------------------------
#11.0	shop-main-content


---------------------------------------------------------------
	shop details page
----------------------------------------------------------------
#12.0	products-section





----------------------------------------------------------------*/
/*---------------------------
	Fonts
	----------------------------*/
	@import url("https://fonts.googleapis.com/css?family=Hind:400,600|Montserrat:600,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
	font-size: 15px;
}

body {
	font-family: "Hind", sans-serif;
	font-size: 15px;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

p {
	color: #6a6a6a;
	line-height: 1.8em;
	margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #051829;
	margin: 0 0 0.4em;
}

ul {
	padding-left: 0;
	margin: 0;
	list-style-position: inside;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:focus {
	outline: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
	position: relative;
	overflow: hidden;
}

.float-right {
	float: right;
}

.wow {
	visibility: hidden;
}

.fi:before {
	margin: 0;
}

.section-padding {
	padding: 100px 0;
}

@media (max-width: 1199px) {
	.section-padding {
		padding: 80px 0;
	}
}


/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
	width: 100%;
	margin-top: 15px;
	clear: both;
}

.contact-validation-active label.error {
	color: red !important;
	font-size: 0.93333rem;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
	display: none;
	margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
	width: 100%;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	display: none;
}

@media (max-width: 767px) {
	.contact-validation-active #success,
	.contact-validation-active #success-2,
	.contact-validation-active #error,
	.contact-validation-active #error-2 {
		font-size: 15px;
	}
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
	background-color: #009a00;
	border-left: 5px solid green;
	margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
	background-color: #ff1a1a;
	border-left: 5px solid red;
}

.contact-validation-active #loader {
	text-align: center;
	color: #fff;
	font-size: 8px;
	font-size: 0.53333rem;
}

/*** back to top **/
.back-to-top {
	background-color: rgba(253, 201, 0, 0.9);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 99999;
	right: 10px;
	bottom: 60px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

@media (max-width: 991px) {
	.back-to-top {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}


	.form-div
	{
		height: 724px !important;
	}
}

.back-to-top:hover {
	background-color: #fdc900;
}

.back-to-top i {
	font-size: 18px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999 !important;
}

.fancybox-wrap {
	z-index: 99999 !important;
}

.section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
	margin-bottom: 35px;
}

@media (max-width: 991px) {
	.section-title, .section-title-white, .section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
		margin-bottom: 35px;
	}

}

.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
	font-size: 30px;
	font-size: 2rem;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 0.5em;
	position: relative;
	letter-spacing: -1px;
}

@media (max-width: 1199px) {
	.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
		font-size: 27px;
		font-size: 1.8rem;
	}
}

@media (max-width: 991px) {
	.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
		font-size: 24px;
		font-size: 1.6rem;
	}
	.btn-custom-group
	{
		//margin: 0 auto !important;
		width:42% !important;
	}
}

@media (max-width: 767px) {
	.section-title h2, .section-title-white h2, .section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
	.custom-cards-size .card-custom
	{
		margin-bottom: 20px;
	}

	.plans .card-plans {

		margin-bottom: 30px;
	}

	.blogform {
		padding: 0px 30px 10px;
	}

	.promotional h1 {
		margin-bottom: 32px;
	}

	.call-action {
		margin-bottom: 49px;
		margin-top: -53px;
	}

}

.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
	content: "";
	background-color: #fdc900;
	width: 33px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
		height: 3px;
	}
}

.section-title-white h2 {
	color: #fff;
}

.section-title-s2, .section-title-s5, .section-title-s6, .section-title-s7 {
	text-align: center;
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2,
.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
	color: #fff;
}

.section-title-s2 h2:before, .section-title-s5 h2:before, .section-title-s6 h2:before, .section-title-s7 h2:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-title-s2 h2, .section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
	margin: 0 0 0.83em;
}

.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
	margin: 0;
}

@media screen and (min-width: 1200px) {
	.section-title-s2 p, .section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
		padding: 0 45px;
	}
}


.section-title-s3, .section-title-s4 {
	margin-bottom: 30px;
}

.section-title-s3 h2, .section-title-s4 h2 {
	font-size: 30px;
	font-size: 2rem;
	line-height: 1.33em;
	margin: 0.13em 0 0;
	padding-bottom: 0.3em;
	position: relative;
}

@media (max-width: 1199px) {
	.section-title-s3 h2, .section-title-s4 h2 {
		font-size: 27px;
		font-size: 1.8rem;
	}
	.btn-custom-group {

		width: 35% !important;
	}
}

@media (min-width: 768px)
{
	.modal-dialog {
		width: 900px;
		margin: 30px auto;
	}
	.temp-form-btn
	{
		display: none;
	}
}

@media (max-width: 991px) {
	.section-title-s3 h2, .section-title-s4 h2 {
		font-size: 24px;
		font-size: 1.6rem;
	}
	.btn-custom-group
	{
		//margin: 0 auto !important;
		width:42% !important;
	}

	.back-to-top
	{
		//z-index: 9999 !important;
	}
}

@media (max-width: 767px) {
	.section-title-s3 h2, .section-title-s4 h2 {
		font-size: 20px;
		font-size: 1.33333rem;
	}

	.offices .fa
	{

		padding-right: 0px !important;
	}

	.offices p
	{
		padding-left: 0px !important;
	}

	.benefit-feature {
		margin-bottom: 20px;
	}

	.mortgage-points h5 {

		font-size: 15px !important;
	}

	.our-brands-img img
	{
		margin-bottom: 20px;
		padding:15px;
	}
	.our-brands-img img.width-adjust
	{
		width:50% !important;
	}
	.office-banner-btn .office-btn
	{
		display: table !important;
		margin-bottom: 20px !important;
		padding: 6px 32px 5px 32px !important;

	}

}

.section-title-s3 h2:before, .section-title-s4 h2:before {
	content: "";
	background-color: #fdc900;
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-title-s3 > span, .section-title-s4 > span {
	color: #9a9a9a;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section-title-s4 h2 {
	margin: 0 0 0.83em;
}

.section-title-s5 h2, .section-title-s6 h2, .section-title-s7 h2 {
	color: #051829;
}

.section-title-s5 p, .section-title-s6 p, .section-title-s7 p {
	color: #6a6a6a;
}

.section-title-s6 h2, .section-title-s7 h2 {
	text-transform: none;
}

.section-title-s6 h2:before, .section-title-s7 h2:before {
	display: none;
}

.section-title-s7 h2 {
	padding-bottom: 0;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
	background-color: #fdc900;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #051829;
	padding: 5px 28px;
	border: 2px solid #fdc900;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s5:hover {
	background-color: #020b12;
	color: #fff;
}

@media (max-width: 1199px) {
	.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
		font-size: 15px;
		font-size: 1rem;
		padding: 4px 22px;
	}
}

@media (max-width: 991px) {
	.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 4px 20px;
	}
}

@media (max-width: 767px) {
	.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4, .theme-btn-s5 {
		font-size: 13px;
	}
}

.theme-btn-s2 {
	background-color: #020b12;
	color: #fff;
}

.theme-btn-s2:hover {
	background-color: #fdc900;
	color: #051829;
}

.theme-btn-s3:hover {
	border-color: #051829;
	color: #fdc900;
}

.theme-btn-s4 {
	background-color: #051829;
	border-color: #051829;
	color: #fdc900;
}

.theme-btn-s4:hover {
	background-color: #fdc900;
	border-color: #fdc900;
	color: #051829;
}

.theme-btn-s5 {
	background-color: transparent;
	border: 2px solid #fdc900;
	color: #fff;
}

.theme-btn-s5:hover {
	background-color: #fdc900;
}

.form input,
.form textarea,
.form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #051829;
	-webkit-box-shadow: 0 0 5px 0 #0b3356;
	-moz-box-shadow: 0 0 5px 0 #0b3356;
	-o-box-shadow: 0 0 5px 0 #0b3356;
	-ms-box-shadow: 0 0 5px 0 #0b3356;
	box-shadow: 0 0 5px 0 #0b3356;
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,
	-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,
	-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,
	box-shadow ease-in-out .15s,
	-webkit-box-shadow ease-in-out .15s;
}

.wpcf7-form select {
	font-style: normal;
	background-image: url(../images/select-icon.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}

.wpcf7-form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

.social-links {
	overflow: hidden;
	list-style-type: none;
}

.social-links li {
	float: left;
}

.social-links li a {
	display: block;
	text-align: center;
}

/******************************
	#blog grids
	******************************/
	.page-title {
		background: url("../images/page-title.jpg") center center/cover no-repeat local;
		height: 260px;
		position: relative;
		width: 100%;
	}

	@media (max-width: 767px) {
		.page-title {
			height: 220px;
		}

		.blog-img-padding
		{
			padding-left: 9px;
		}
	}

	.page-title:before {
		content: "";
		background-color: rgba(0, 0, 0, 0.3);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.page-title .container {
		height: 100%;
		display: table;
	}

	.page-title .container > .row {
		vertical-align: middle;
		display: table-cell;
	}

	.page-title h2,
	.page-title ol {
		color: #fff;
	}

	.page-title h2 {
		font-size: 48px;
		font-size: 3.2rem;
		font-weight: 800;
		margin: 1em 0 0.23em;
	}

	@media (max-width: 1199px) {
		.page-title h2 {
			font-size: 42px;
			font-size: 2.8rem;
		}
	}

	@media (max-width: 991px) {
		.page-title h2 {
			font-size: 35px;
			font-size: 2.33333rem;
		}
	}

	@media (max-width: 767px) {
		.page-title h2 {
			font-size: 28px;
			font-size: 1.86667rem;
			font-weight: bold;
		}
		.calculators-page .card-custom
		{
			margin-bottom: 30px !important;
		}
	}

	.page-title .breadcrumb {
		background-color: transparent;
		padding: 0;
	}

	@media (max-width: 767px) {
		.page-title .breadcrumb {
			text-align: center;
		}
	}

	.page-title .breadcrumb li {
		font-size: 18px;
		font-size: 1.2rem;
		color: #03a1da;
		margin-right: 5px;
	}

	@media (max-width: 991px) {
		.page-title .breadcrumb li {
			font-size: 15px;
			font-size: 1rem;
		}
	}

	.page-title .breadcrumb li a {
		color: #fff;
	}

	.page-title .breadcrumb li a:hover {
		color: #03a1da;
	}

	.page-title .breadcrumb > li + li:before {
		font-family: "FontAwesome";
		content: "\f105";
		color: #fff;
		margin-right: 5px;
	}

	.preloader {
		width: 100%;
		background-color: #fff;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 10001;
	}

	.preloader div {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

/*************************************
    = service grids
    **************************************/
    .services-grids {
    	overflow: hidden;
    }

    .services-grids .inner {
    	min-height: 254px;
    	position: relative;
    	overflow: hidden;
    }

    @media (max-width: 1199px) {
    	.services-grids .inner {
    		min-height: 218px;
    	}
    }

    .services-grids .details {
    	width: 100%;
    	height: 100%;
    	padding: 60px 50px;
    	position: absolute;
    	left: 0;
    	top: 57%;
    	-webkit-transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-o-transition: all 0.5s;
    	-ms-transition: all 0.5s;
    	transition: all 0.5s;
    }

    @media (max-width: 1199px) {
    	.services-grids .details {
    		padding: 50px 30px;
    	}
    }

    .services-grids .info {
    	position: relative;
    }

    .services-grids .details h3 {
    	font-size: 18px;
    	font-size: 1.2rem;
    	color: #fff;
    	font-weight: 600;
    	margin: 0 0 1.2em;
    }

    @media (max-width: 1199px) {
    	.services-grids .details h3 {
    		font-size: 17px;
    		font-size: 1.13333rem;
    		margin: 0 0 1.2em;
    	}
    }

    @media (max-width: 767px) {
    	.services-grids .details h3 {
    		font-size: 15px;
    		font-size: 1rem;
    		margin: 0 0 1.2em;
    	}
    }

    .services-grids .details h3 i {
    	background: #fdc900;
    	color: #051829;
    	padding: 7px 10px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	-o-border-radius: 3px;
    	-ms-border-radius: 3px;
    	border-radius: 3px;
    	position: relative;
    	left: -5px;
    }

    @media (max-width: 1199px) {
    	.services-grids .details h3 i {
    		padding: 5px 8px;
    	}
    }

    .services-grids .details p {
    	font-size: 14px;
    	font-size: 0.93333rem;
    	color: #fff;
    	margin: 0 0 1.79em;
    }

    .services-grids .details .more {
    	font-weight: 600;
    	color: #051829;
    	text-transform: capitalize;
    }

    .services-grids .grid:hover .details {
    	background-color: rgba(253, 201, 0, 0.9);
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	top: 0;
    }

    .services-grids .grid:hover .details h3 {
    	color: #051829;
    	margin: 0 0 0.59em;
    }

    .services-grids .grid:hover .details h3 i {
    	background: transparent;
    }

    .dots-s1 .owl-controls {
    	margin-top: 0;
    }

    .dots-s1 .owl-dots {
    	height: 15px;
    }

    .dots-s1 .owl-dots .owl-dot span {
    	background: #bfbfbf;
    	width: 8px;
    	height: 8px;
    	margin: 0 7px;
    	-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	transition: all 0.3s;
    }

    .dots-s1 .owl-dots .owl-dot.active span,
    .dots-s1 .owl-dots .owl-dot:hover span {
    	background-color: #fdc900;
    }

    .dots-s1 .owl-dots .owl-dot.active span {
    	width: 9px;
    	height: 9px;
    }

    .slider-arrow-s1 .owl-controls {
    	margin-top: 0;
    }

    .slider-arrow-s1 .owl-controls .owl-nav .owl-prev,
    .slider-arrow-s1 .owl-controls .owl-nav .owl-next {
    	background-color: #fdc900;
    	width: 34px;
    	height: 34px;
    	line-height: 37px;
    	font-size: 18px;
    	font-size: 1.2rem;
    	color: #051829;
    	padding: 0;
    	-webkit-transition: all 0.2s;
    	-moz-transition: all 0.2s;
    	-o-transition: all 0.2s;
    	-ms-transition: all 0.2s;
    	transition: all 0.2s;
    }

    .slider-arrow-s1 .owl-controls .owl-nav .owl-prev:hover,
    .slider-arrow-s1 .owl-controls .owl-nav .owl-next:hover {
    	background-color: #e4b500;
    	color: #051829;
    }

    @media (max-width: 991px) {
    	.slider-arrow-s1 .owl-controls .owl-nav .owl-prev,
    	.slider-arrow-s1 .owl-controls .owl-nav .owl-next {
    		width: 30px;
    		height: 30px;
    		line-height: 33px;
    		font-size: 16px;
    		font-size: 1.06667rem;
    	}
    }

    .theme-accordion-s1 {
    	margin-bottom: 0;
    }

    .theme-accordion-s1 .panel-default {
    	background: transparent;
    	border: 1px solid #dee0e1;
    	border-radius: 0;
    }

    .theme-accordion-s1 .panel-group .panel + .panel {
    	margin-top: 8px;
    }

    .theme-accordion-s1 .panel-heading {
    	background-color: transparent;
    	padding: 0;
    	border-radius: 0;
    }

    .theme-accordion-s1 .panel-heading a {
    	background-color: rgba(253, 212, 51, 0.95);
    	font-size: 18px;
    	font-size: 1.2rem;
    	font-weight: 600;
    	color: #222;
    	display: block;
    	padding: 15px 25px;
    	position: relative;
    }

    @media (max-width: 1800px) {
    	.theme-accordion-s1 .panel-heading a {
    		background-color: #fdc900;
    	}
    }

    @media (max-width: 991px) {
    	.theme-accordion-s1 .panel-heading a {
    		font-size: 16px;
    		font-size: 1.06667rem;
    		padding: 12px 20px;
    	}
    }

    @media (max-width: 767px) {
    	.theme-accordion-s1 .panel-heading a {
    		padding: 12px 15px;
    	}


    }

    .theme-accordion-s1 .panel-heading a:before {
    	font-family: "FontAwesome";
    	content: "\f107";
    	font-size: 20px;
    	font-size: 1.33333rem;
    	position: absolute;
    	right: 25px;
    	-webkit-transform: rotate(180deg);
    	-ms-transform: rotate(180deg);
    	transform: rotate(180deg);
    	-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	transition: all 0.3s;
    }

    @media (max-width: 991px) {
    	.theme-accordion-s1 .panel-heading a:before {
    		font-size: 18px;
    		font-size: 1.2rem;
    		right: 20px;
    	}
    }

    .theme-accordion-s1 .panel-heading .collapsed {
    	background-color: #fff;
    }

    .theme-accordion-s1 .panel-heading .collapsed:before {
    	-webkit-transform: rotate(0);
    	-ms-transform: rotate(0);
    	transform: rotate(0);
    }

    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    	background: rgba(255, 255, 255, 0.9);
    	border: 0;
    	padding: 24px 33px 12px;
    }

    @media (max-width: 1800px) {
    	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    		background-color: #fff;
    	}
    }

    @media (max-width: 991px) {
    	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    		padding: 20px 20px 10px;
    	}
    }

    @media (max-width: 767px) {
    	.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    		padding: 15px 15px 8px;
    	}
    }

/*************************************
    = team grids
    **************************************/
    .team-grids .team-grid {
    	overflow: hidden;
    	position: relative;
    }

    .team-grids .member-pic-social {
    	position: relative;
    	overflow: hidden;
    }

    .team-grids .social {
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	-webkit-transition: all 0.6s;
    	-moz-transition: all 0.6s;
    	-o-transition: all 0.6s;
    	-ms-transition: all 0.6s;
    	transition: all 0.6s;
    }

    .team-grids .social-links {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	-webkit-transform: translate(-50%, -50%);
    	-moz-transform: translate(-50%, -50%);
    	-o-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
    	z-index: 11;
    	opacity: 0;
    }

    .team-grids .member-pic-social:hover .social-links {
    	opacity: 1;
    }

    .team-grids .social-links > li + li {
    	margin-left: 20px;
    }

    .team-grids .social-links li a {
    	font-size: 24px;
    	font-size: 1.6rem;
    	color: #fff;
    }

    @media (max-width: 1199px) {
    	.team-grids .social-links li a {
    		font-size: 18px;
    		font-size: 1.2rem;
    	}
    }

    .team-grids .social-links li a:hover {
    	color: #051829;
    }

    .team-grids .member-info {
    	text-align: center;
    	padding-top: 25px;
    }

    .team-grids .member-info h3 {
    	font-size: 22px;
    	font-size: 1.46667rem;
    	margin: 0 0 3px;
    }

    @media (max-width: 1199px) {
    	.team-grids .member-info h3 {
    		font-size: 18px;
    		font-size: 1.2rem;
    	}
    }

    @media (max-width: 991px) {
    	.team-grids .member-info h3 {
    		font-size: 16px;
    		font-size: 1.06667rem;
    	}
    }

    @media (max-width: 991px) {
    	.team-grids .member-info p {
    		font-size: 14px;
    		font-size: 0.93333rem;
    	}
    }

    .team-grids .owl-controls .owl-nav {
    	width: 100%;
    	position: absolute;
    	left: 0;
    	top: 59%;
    	z-index: 10;
    }

    @media (max-width: 1199px) {
    	.team-grids .owl-controls .owl-nav {
    		display: none;
    	}
    }

    .team-grids .owl-controls .owl-dots {
    	position: relative;
    	top: 80px;
    	z-index: 10;
    }

    @media (max-width: 1199px) {
    	.team-grids .owl-controls .owl-dots {
    		top: 0;
    	}
    }

    .team-grids .owl-controls .owl-nav .owl-prev,
    .team-grids .owl-controls .owl-nav .owl-next {
    	background: transparent;
    	font-size: 24px;
    	font-size: 1.6rem;
    	color: #051829;
    	padding: 0;
    	position: absolute;
    }

    .team-grids .owl-controls .owl-nav .owl-prev:hover,
    .team-grids .owl-controls .owl-nav .owl-next:hover {
    	background: transparent;
    	color: #fdc900;
    }

    .team-grids .owl-controls .owl-nav .owl-prev {
    	left: -65px;
    }

    .team-grids .owl-controls .owl-nav .owl-next {
    	right: -65px;
    }

    .team-grids .owl-controls .owl-dots .active span,
    .team-grids .owl-controls .owl-dots .owl-dot:hover span {
    	background: #fdc900;
    }

    .square-hover-effect {
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	left: 0;
    	top: 0;
    	z-index: 10;
    }

    .square-hover-effect .hover-1,
    .square-hover-effect .hover-2,
    .square-hover-effect .hover-3,
    .square-hover-effect .hover-4 {
    	background: rgba(253, 201, 0, 0.9);
    	width: 50%;
    	height: 50%;
    	position: absolute;
    	-webkit-transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-o-transition: all 0.5s;
    	-ms-transition: all 0.5s;
    	transition: all 0.5s;
    	opacity: 0;
    }

    .square-hover-effect .hover-1 {
    	left: 0;
    	top: 0;
    }

    .square-hover-effect .hover-2 {
    	left: 50%;
    	top: 0;
    }

    .square-hover-effect .hover-3 {
    	left: 50%;
    	top: 50%;
    }

    .square-hover-effect .hover-4 {
    	left: 0;
    	top: 50%;
    }

    .square-hover-effect:hover .hover-1,
    .square-hover-effect-parent:hover .hover-1 {
    	left: 50%;
    	top: 0;
    	opacity: 1;
    }

    .square-hover-effect:hover .hover-2,
    .square-hover-effect-parent:hover .hover-2 {
    	left: 50%;
    	top: 50%;
    	opacity: 1;
    }

    .square-hover-effect:hover .hover-3,
    .square-hover-effect-parent:hover .hover-3 {
    	left: 0%;
    	top: 50%;
    	opacity: 1;
    }

    .square-hover-effect:hover .hover-4,
    .square-hover-effect-parent:hover .hover-4 {
    	left: 0%;
    	top: 0%;
    	opacity: 1;
    }

/*************************************
    = service sinle sidebar
    **************************************/
    @media screen and (min-width: 992px) {
    	.service-single-sidebar {
    		padding-right: 40px;
    	}
    }

    @media (max-width: 991px) {
    	.service-single-sidebar {
    		margin-top: 80px;
    	}
    }

    .service-single-sidebar ul {
    	list-style-type: none;
    }

    .service-single-sidebar > .widget + .widget {
    	margin-top: 50px;
    }

    .service-single-sidebar .services-link-widget ul > li + li {
    	margin-top: 10px;
    }

    .service-single-sidebar .services-link-widget ul li a {
    	background-color: #f5f2f2;
    	font-weight: 600;
    	color: #242424;
    	padding: 14px 20px;
    	display: block;
    	text-transform: uppercase;
    }

    @media (max-width: 1199px) {
    	.service-single-sidebar .services-link-widget ul li a {
    		font-size: 14px;
    		font-size: 0.93333rem;
    	}
    }

    @media (max-width: 767px) {
    	.service-single-sidebar .services-link-widget ul li a {
    		font-size: 12px;
    		font-size: 0.8rem;
    		padding: 10px 15px;
    	}
    }

    .service-single-sidebar .services-link-widget ul li a:hover,
    .service-single-sidebar .services-link-widget ul li.current a {
    	background-color: #fdc900;
    }

    .service-single-sidebar .download-brocher-widget a {
    	background-color: #fdc900;
    	font-size: 18px;
    	font-size: 1.2rem;
    	font-weight: 600;
    	color: #fff;
    	padding: 17px 20px 17px 50px;
    	position: relative;
    	display: block;
    	text-transform: uppercase;
    }

    @media (max-width: 1199px) {
    	.service-single-sidebar .download-brocher-widget a {
    		font-size: 14px;
    		font-size: 0.93333rem;
    	}
    }

    @media (max-width: 767px) {
    	.service-single-sidebar .download-brocher-widget a {
    		font-size: 13px;
    		font-size: 0.86667rem;
    		padding: 10px 15px 10px 40px;
    	}
    }

    .service-single-sidebar .download-brocher-widget a i {
    	background-color: #051829;
    	padding: 5px 10px;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

    .service-single-sidebar .contact-widget {
    	border: 2px solid #e9e9e9;
    	padding: 30px 25px;
    }

    .service-single-sidebar .contact-widget h3 {
    	font-size: 20px;
    	font-size: 1.33333rem;
    	margin: 0 0 0.8em;
    }

    @media (max-width: 991px) {
    	.service-single-sidebar .contact-widget h3 {
    		font-size: 17px;
    		font-size: 1.13333rem;
    	}
    }

    .service-single-sidebar .contact-widget p {
    	margin: 0;
    }

    /**** pagination ****/
    .pagination-wrapper {
    	text-align: center;
    }

    .pagination-wrapper .pg-pagination {
    	display: inline-block;
    	overflow: hidden;
    	list-style-type: none;
    }

    .pagination-wrapper .pg-pagination li {
    	float: left;
    	margin-right: 10px;
    }

    .pr
    {
    	display:none !important;
    }

    @media (max-width: 767px) {
    	.pagination-wrapper .pg-pagination li {
    		margin-right: 5px;
    	}
    }

    .pagination-wrapper .pg-pagination li:last-child {
    	margin-right: 0;
    }

    .pagination-wrapper .pg-pagination li a {
    	font-family: "Montserrat", sans-serif;
    	background-color: #051829;
    	display: block;
    	width: 35px;
    	height: 35px;
    	line-height: 35px;
    	color: #fff;
    	font-weight: 500;
    }

    @media (max-width: 767px) {
    	.pagination-wrapper .pg-pagination li a {
    		width: 30px;
    		height: 30px;
    		line-height: 30px;
    	}
    }

    .pagination-wrapper .pg-pagination .active a,
    .pagination-wrapper .pg-pagination li a:hover {
    	background-color: #fdc900;
    	color: #051829;
    }

    /*** blog-sidebar ***/
    @media (max-width: 991px) {
    	.blog-sidebar {
    		margin-top: 80px;
    	}
    }

    @media (max-width: 767px) {
    	.blog-sidebar {
    		margin-top: 70px;
    	}
    }

    .blog-sidebar .widget {
    	margin-bottom: 75px;
    }

    @media (max-width: 991px) {
    	.blog-sidebar .widget {
    		margin-bottom: 60px;
    	}
    }

    .blog-sidebar .widget ul {
    	list-style: none;
    }

    .blog-sidebar .widget:last-child {
    	margin-bottom: 0;
    }

    .blog-sidebar h3 {
    	font-size: 20px;
    	font-size: 1.33333rem;
    	color: #0d0d0d;
    	margin: 0 0 1.25em;
    	text-transform: uppercase;
    }

    @media (max-width: 767px) {
    	.blog-sidebar h3 {
    		font-size: 17px;
    		font-size: 1.13333rem;
    	}
    }

    .blog-sidebar .category-widget ul li,
    .blog-sidebar .archive-widget ul li {
    	border-bottom: 1px solid #fff;
    }

    .blog-sidebar .category-widget ul li > a,
    .blog-sidebar .archive-widget ul li > a {
    	padding: 10px 0;
    }

    .blog-sidebar ul li {
    	font-size: 15px;
    	font-size: 1rem;
    	font-weight: bold;
    }

    .blog-sidebar ul li > a {
    	display: block;
    	color: #404040;
    	position: relative;
    }

    .blog-sidebar ul li:first-child a {
    	padding-top: 0;
    }

    .blog-sidebar ul li:last-child a {
    	padding-bottom: 0;
    }

    .blog-sidebar ul li:last-child {
    	border: 0;
    }

    .blog-sidebar ul li > a:hover {
    	color: #051829;
    }

    .blog-sidebar ul li > a .badge {
    	background-color: transparent;
    	font-size: 15px;
    	font-size: 1rem;
    	color: #404040;
    	position: absolute;
    	right: 5px;
    }

    .blog-sidebar ul li > a .badge:before,
    .blog-sidebar ul li > a .badge:after {
    	font-size: 14px;
    	font-size: 0.93333rem;
    	position: absolute;
    	top: 3px;
    }

    .blog-sidebar ul li > a .badge:before {
    	content: "(";
    	left: 0;
    }

    .blog-sidebar ul li > a .badge:after {
    	content: ")";
    	right: 0;
    }

    .blog-sidebar .search-widget input {
    	background-color: transparent;
    	padding: 8px 12px;
    	height: auto;
    }

    .blog-sidebar .search-widget input:focus {
    	-webkit-box-shadow: none;
    	box-shadow: none;
    	border-color: #051829;
    }

    @media (max-width: 767px) {
    	.blog-sidebar .recent-post-widget ul {
    		margin-left: -15px;
    	}
    }

    .blog-sidebar .recent-post-widget ul li {
    	border: 0;
    	overflow: hidden;
    	margin-bottom: 30px;
    	position: relative;
    }

    @media (max-width: 767px) {
    	.blog-sidebar .recent-post-widget ul li {
    		padding: 0 0 40px 100px;
    		overflow: visible;
    	}
    }

    .blog-sidebar .recent-post-widget ul li:last-child {
    	margin-bottom: 0;
    }

    .blog-sidebar .recent-post-widget .post-pic {
    	width: 30%;
    	float: left;
    }

    @media (max-width: 767px) {
    	.blog-sidebar .recent-post-widget .post-pic {
    		width: 70px;
    		float: none;
    		position: absolute;
    		left: 15px;
    	}
    }

    .blog-sidebar .recent-post-widget .details {
    	width: 68%;
    	float: right;
    }

    @media (max-width: 767px) {
    	.blog-sidebar .recent-post-widget .details {
    		width: 100%;
    		float: none;
    	}
    }

    .blog-sidebar .recent-post-widget .details > span {
    	font-size: 12px;
    	font-size: 0.8rem;
    	color: #666666;
    	text-transform: uppercase;
    }

    .blog-sidebar .recent-post-widget .details h4 {
    	font-size: 14px;
    	font-size: 0.93333rem;
    	margin: 0.5em 0;
    	text-transform: capitalize;
    }

    @media (max-width: 767px) {
    	.blog-sidebar .recent-post-widget .details h4 {
    		font-size: 13px;
    		font-size: 0.86667rem;
    		padding-top: 10px;
    	}
    }

    .blog-sidebar .recent-post-widget .details h4 a {
    	color: #000;
    }

    .blog-sidebar .recent-post-widget .details h4 a:hover {
    	color: #051829;
    }

    .blog-sidebar .tag-widget .all-tags {
    	margin-left: -12px;
    }

    .blog-sidebar .tag-widget .all-tags a {
    	font-size: 15px;
    	font-size: 1rem;
    	font-weight: bold;
    	color: gray;
    	border: 0;
    	-webkit-transition: all 0.3s;
    	-moz-transition: all 0.3s;
    	-o-transition: all 0.3s;
    	-ms-transition: all 0.3s;
    	transition: all 0.3s;
    }

    .blog-sidebar .tag-widget .all-tags a:hover {
    	color: #051829;
    }

    .blog-sidebar .instagram-widget ul {
    	overflow: hidden;
    	margin-right: -8px;
    }

    .blog-sidebar .instagram-widget ul li {
    	width: 33.33%;
    	float: left;
    	padding: 0 8px 8px 0;
    }

    .blog-sidebar .instagram-widget ul li img {
    	max-width: 100%;
    }

    @media (max-width: 767px) {
    	.blog-sidebar .instagram-widget ul li img {
    		width: 100%;
    	}
    }

    /**** products grids ***/
    .products-grids .grid {
    	background-color: #fff;
    	-webkit-box-shadow: 0 0 15px 0 #d9d9d9;
    	-moz-box-shadow: 0 0 15px 0 #d9d9d9;
    	-o-box-shadow: 0 0 15px 0 #d9d9d9;
    	-ms-box-shadow: 0 0 15px 0 #d9d9d9;
    	box-shadow: 0 0 15px 0 #d9d9d9;
    	text-align: center;
    }

    .products-grids .img-holder img {
    	display: inline-block;
    }

    .products-grids .img-holder-info-list {
    	position: relative;
    }

    .products-grids .info-list {
    	width: 152px;
    	position: absolute;
    	left: 50%;
    	top: 60%;
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-o-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
    	opacity: 0;
    	visibility: hidden;
    	-webkit-transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-o-transition: all 0.5s;
    	-ms-transition: all 0.5s;
    	transition: all 0.5s;
    }

    @media (max-width: 767px) {
    	.products-grids .info-list {
    		width: 122px;
    	}
    }

    .products-grids .info-list > div {
    	width: 50px;
    	float: left;
    	margin-right: 1px;
    }

    @media (max-width: 767px) {
    	.products-grids .info-list > div {
    		width: 40px;
    	}
    }

    .products-grids .info-list > div:last-child {
    	margin-right: 0;
    }

    .products-grids .info-list > div a {
    	background-color: #051829;
    	height: 45px;
    	display: block;
    	text-align: center;
    	padding: 10px 0;
    }

    @media (max-width: 767px) {
    	.products-grids .info-list > div a {
    		height: 40px;
    		line-height: 40px;
    		padding: 0;
    	}
    }

    .products-grids .info-list > div a:hover {
    	background-color: #020b12;
    }

    .products-grids .info-list > div img {
    	display: inline-block;
    }

    @media (max-width: 767px) {
    	.products-grids .info-list > div img {
    		max-width: 17px;
    	}
    }

    .products-grids .product-info {
    	padding: 30px 15px;
    	text-align: center;
    	-webkit-transition: all 0.2s;
    	-moz-transition: all 0.2s;
    	-o-transition: all 0.2s;
    	-ms-transition: all 0.2s;
    	transition: all 0.2s;
    }

    @media (max-width: 767px) {
    	.products-grids .product-info {
    		padding: 20px 15px;
    	}
    }

    .products-grids .product-info h3 {
    	font-size: 20px;
    	font-size: 1.33333rem;
    	margin: 0 0 0.4em;
    }

    @media (max-width: 767px) {
    	.products-grids .product-info h3 {
    		font-size: 18px;
    		font-size: 1.2rem;
    		margin: 0 0 0.4em;
    	}
    }

    .products-grids .product-info h3 a {
    	color: #000;
    }

    .products-grids .product-info .rating i {
    	font-size: 18px;
    	font-size: 1.2rem;
    	color: #fdc900;
    }

    @media (max-width: 1199px) {
    	.products-grids .product-info .rating i {
    		font-size: 16px;
    		font-size: 1.06667rem;
    	}
    }

    @media (max-width: 767px) {
    	.products-grids .product-info .rating i {
    		font-size: 14px;
    		font-size: 0.93333rem;
    	}
    }

    .products-grids .product-info .price {
    	font-size: 18px;
    	font-size: 1.2rem;
    	font-weight: 600;
    	color: #999999;
    	display: block;
    	margin-top: 15px;
    	-webkit-transition: all 0.2s;
    	-moz-transition: all 0.2s;
    	-o-transition: all 0.2s;
    	-ms-transition: all 0.2s;
    	transition: all 0.2s;
    }

    @media (max-width: 767px) {
    	.products-grids .product-info .price {
    		margin-top: 10px;
    		font-size: 16px;
    		font-size: 1.06667rem;
    	}
    }

    .products-grids .grid:hover {
    	-webkit-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    	-moz-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    	box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    }

    .products-grids .grid:hover .product-info {
    	background-color: #051829;
    }

    .products-grids .grid:hover .product-info h3 a,
    .products-grids .grid:hover .price {
    	color: #fff;
    }

    .products-grids .grid:hover .info-list {
    	opacity: 1;
    	visibility: visible;
    }

    .shop .pagination-wrapper {
    	padding-top: 50px;
    	clear: both;
    }

    @media (max-width: 991px) {
    	.shop .pagination-wrapper {
    		padding-top: 30px;
    	}
    }

    /*** shop sidebar ***/
    .shop-sidebar {
    	/*** range filtering ***/
    }

    @media (max-width: 1199px) {
    	.shop-sidebar {
    		margin-top: 80px;
    	}
    }

    @media (max-width: 767px) {
    	.shop-sidebar {
    		margin-top: 70px;
    	}
    }

    .shop-sidebar ul {
    	list-style: none;
    }

    .shop-sidebar .widget {
    	margin-bottom: 65px;
    }

    .shop-sidebar .widget:last-child {
    	margin-bottom: 0;
    }

    .shop-sidebar .widget h3 {
    	font-size: 20px;
    	font-size: 1.33333rem;
    	margin: 0 0 1.7em;
    	padding-bottom: 0.6em;
    	text-transform: uppercase;
    	position: relative;
    }

    .shop-sidebar .widget h3:before {
    	content: "";
    	background-color: #051829;
    	width: 30px;
    	height: 2px;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    }

    @media (max-width: 991px) {
    	.shop-sidebar .widget h3 {
    		font-size: 18px;
    	}
    }

    .shop-sidebar .widget > ul li {
    	font-size: 14px;
    	font-size: 0.93333rem;
    }

    .shop-sidebar .widget > ul li:first-child a {
    	padding-top: 0;
    }

    .shop-sidebar .widget > ul li:last-child a {
    	padding-bottom: 0;
    	border-bottom: 0;
    }

    .shop-sidebar .widget > ul li a {
    	display: block;
    	font-weight: bold;
    	color: #333333;
    	padding: 9px 0;
    	border-bottom: 1px solid #e6e6e6;
    	position: relative;
    }

    .shop-sidebar .widget > ul li a:hover,
    .shop-sidebar .widget > ul li a:hover .badge {
    	color: #051829;
    }

    .shop-sidebar .widget > ul li a i {
    	position: absolute;
    	right: 18px;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

    .shop-sidebar .widget > ul li a .badge {
    	color: #333333;
    	background: transparent;
    	position: absolute;
    	right: 7px;
    }

    .shop-sidebar .widget > ul li a .badge:before {
    	content: "(";
    	position: absolute;
    	left: 0;
    }

    .shop-sidebar .widget > ul li a .badge:after {
    	content: ")";
    	position: absolute;
    	right: 0;
    }

    .shop-sidebar .filter-price-widget .slider.slider-horizontal {
    	width: 100%;
    }

    .shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track {
    	background: #d9d9d9 !important;
    	height: 2px;
    	margin: 0;
    }

    .shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-track .slider-selection {
    	background: #404040 !important;
    }

    .shop-sidebar .filter-price-widget .slider.slider-horizontal .slider-handle {
    	background: #051829;
    	width: 14px;
    	height: 14px;
    	top: 3px;
    }

    .shop-sidebar .filter-price-widget .value {
    	overflow: hidden;
    	margin-top: 17px;
    }

    .shop-sidebar .filter-price-widget .value > div {
    	display: inline-block;
    	float: left;
    }

    .shop-sidebar .filter-price-widget .price {
    	font-size: 14px;
    	font-size: 0.93333rem;
    	font-weight: bold;
    	color: #999999;
    	line-height: 30px;
    	float: right !important;
    }

    .shop-sidebar .filter-price-widget .price #min-value,
    .shop-sidebar .filter-price-widget .price #max-value {
    	color: #000;
    }

    .shop-sidebar .filter-price-widget .price #max-value {
    	display: inline-block;
    	position: relative;
    	padding-left: 15px;
    }

    .shop-sidebar .filter-price-widget .price #max-value:before {
    	content: "";
    	border-bottom: 1px solid #000;
    	width: 10px;
    	height: 1px;
    	position: absolute;
    	left: 0;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-moz-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    }

    .shop-sidebar .filter-price-widget .theme-btn, .shop-sidebar .filter-price-widget .theme-btn-s2, .shop-sidebar .filter-price-widget .theme-btn-s3, .shop-sidebar .filter-price-widget .theme-btn-s4, .shop-sidebar .filter-price-widget .theme-btn-s5 {
    	height: 30px;
    	line-height: 30px;
    	font-size: 13px;
    	font-size: 0.86667rem;
    	font-weight: bold;
    	padding: 0 17px;
    	text-transform: uppercase;
    	-webkit-border-radius: 15px;
    	-moz-border-radius: 15px;
    	-o-border-radius: 15px;
    	-ms-border-radius: 15px;
    	border-radius: 15px;
    }

    .shop-sidebar .filter-price-widget .theme-btn:before, .shop-sidebar .filter-price-widget .theme-btn-s2:before, .shop-sidebar .filter-price-widget .theme-btn-s3:before, .shop-sidebar .filter-price-widget .theme-btn-s4:before, .shop-sidebar .filter-price-widget .theme-btn-s5:before {
    	display: none;
    }

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
	/* navigation open and close btn hide for width screen */
	/* style for navigation less than 992px */
	/*navbar collaps less then 992px*/
}

.site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.site-header .navigation > .container {
	position: relative;
}

.site-header .navigation ul {
	list-style-type: none;
}

@media (max-width: 991px) {
	.site-header .navigation {
		min-height: 65px;
	}
}

.site-header #navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	/*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
	text-decoration: none;
	color: #051829;
}

@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar li {
		position: relative;
	}
	.site-header #navbar > ul > li > a {
		font-size: 15px;
		font-size: 1rem;
		color: #222;
	}
	.site-header #navbar > ul .sub-menu {
		background-color: #051829;
		width: 220px;
		position: absolute;
		left: 0;
		top: 130%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #072037;
	}
	.site-header #navbar > ul > li .sub-menu > li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li .sub-menu a {
		font-size: 13px;
		font-size: 0.86667rem;
		color: #c3bfbf;
		display: block;
		padding: 11px 15px;
	}
	.site-header #navbar > ul > li .sub-menu a:hover {
		background-color: #fdc900;
		color: #fff;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu {
		left: 110%;
		top: 0;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
		font-family: "FontAwesome";
		content: "\f105";
		font-size: 15px;
		font-size: 1rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site-header #navbar > ul > li:hover > .sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	.site-header #navbar .sub-menu > li:hover > .sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.site-header #navbar > ul > li a {
		display: block;
		font-size: 14px;
		font-size: 0.93333rem;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar > ul .sub-menu > li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li > .sub-menu a {
		padding: 8px 15px 8px 45px;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu a {
		padding: 8px 15px 8px 65px;
	}
	.site-header #navbar > ul .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul .menu-item-has-children > a:before {
		font-family: "FontAwesome";
		content: "\f107";
		font-size: 15px;
		font-size: 1rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar .has-mega-menu {
		position: static;
	}
	.site-header #navbar .mega-menu,
	.site-header #navbar .half-mega-menu {
		background-color: #fff;
		padding: 20px;
		border-top: 2px solid #051829;
		position: absolute;
		right: 0;
		top: 120%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.site-header #navbar .mega-menu {
		width: 1140px;
		right: 15px;
	}
	.site-header #navbar .half-mega-menu {
		width: 585px;
	}
	.site-header #navbar .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.93333rem;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar .mega-menu-list-holder li a {
		font-size: 14px;
		font-size: 0.93333rem;
		display: block;
		padding: 7px 8px;
		margin-left: -8px;
	}
	.site-header #navbar .has-mega-menu:hover > ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 1199px) {
	.site-header #navbar > ul .mega-menu {
		width: 950px;
		right: 15px;
	}
	.site-header #navbar > ul .half-mega-menu {
		width: 485px;
	}
}

@media (max-width: 991px) {
	.site-header #navbar > ul .mega-menu,
	.site-header #navbar > ul .half-mega-menu {
		width: auto;
	}
	.site-header #navbar > ul .mega-menu .row,
	.site-header #navbar > ul .half-mega-menu .row {
		margin: 0;
	}
	.site-header #navbar .mega-menu-content > .row > .col {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.site-header #navbar .mega-menu .mega-menu-list-holder a {
		padding: 5px 15px 5px 40px;
	}
	.site-header #navbar .mega-menu .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.93333rem;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px dotted #b3b3b3;
		padding: 0 0 4px 5px;
		margin: 0 25px 8px 25px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .navbar-header .open-btn {
		display: none;
	}
	.site-header #navbar .close-navbar {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header {
		/* class for show hide navigation */
	}
	.site-header .container {
		width: 100%;
	}
	.site-header .navbar-header button {
		background-color: #051829;
		width: 40px;
		height: 35px;
		border: 0;
		padding: 5px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		outline: 0;
		position: absolute;
		right: 15px;
		top: 21px;
		z-index: 20;
	}
	.site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}
	.site-header .navbar-header button span:last-child {
		margin: 0;
	}
	.site-header #navbar {
		background: #fff;
		display: block !important;
		width: 280px;
		height: 100% !important;
		margin: 0;
		padding: 0;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		position: fixed;
		right: -300px;
		top: 0;
		z-index: 100;
	}
	.site-header #navbar ul a {
		color: #000;
	}
	.site-header #navbar ul a:hover,
	.site-header #navbar ul li.current a {
		color: #051829;
	}
	.site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
	}
	.site-header #navbar .close-navbar {
		background-color: #051829;
		width: 35px;
		height: 35px;
		color: #fff;
		border: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		outline: none;
		position: absolute;
		left: -18px;
		top: 10px;
		z-index: 20;
	}
	.site-header #navbar > ul > li {
		border-bottom: 1px solid #cccccc;
	}
	.site-header #navbar > ul > li > a {
		padding: 10px 15px 10px 35px;
	}
	.site-header .slideInn {
		right: 0 !important;
	}
}

@media (max-width: 767px) {
	.site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}
	.site-header #navbar .navbar-nav {
		margin: 0;
	}
	.site-header .topbar .telephone_number
	{
		font-size:1.6em;
		text-align:center;
		margin-bottom:7px;
		display:block;
		position:unset;
	}
	.site-header .topbar .get-quote
	{
		text-align:center;
		margin:0px 0px 5px 0px;
	}
}

@media (max-width: 991px) {
	.site-header .navbar-collapse.collapse {
		display: none;
	}
	.site-header .navbar-collapse.collapse.in {
		display: block;
	}
	.site-header .navbar-header .collapse,
	.site-header .navbar-toggle {
		display: block;
	}
	.site-header .navbar-header {
		float: none;
	}
	.site-header .navbar-right {
		float: none;
	}
	.site-header .navbar-nav {
		float: none;
	}
	.site-header .navbar-nav > li {
		float: none;
	}
}

/**************************************************
	#header style 1
	******************************************************/
	.topbar-style-1, .topbar-style-2 {
		background-color:#012958  !important;
		padding: 15px 0;
	}

	@media (max-width: 767px) {
		.topbar-style-1 .site-logo, .topbar-style-2 .site-logo {
			text-align: center;
			border-bottom: 1px solid #082540;
			padding-bottom: 15px;
			margin-bottom: 15px;
		}
		.topbar-style-1 .topbar-contact-info-wrapper, .topbar-style-2 .topbar-contact-info-wrapper {
			text-align: center;
		}
	}

	.topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
		display: inline-block;
		float: right;
		margin-top: 5px;
	}

	@media (max-width: 767px) {
		.topbar-style-1 .topbar-contact-info, .topbar-style-2 .topbar-contact-info {
			float: none;
		}
	}

	.topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
		display: inline-block;
		float: left;
		padding-left: 30px;
		position: relative;
	}

	@media (max-width: 767px) {
		.topbar-style-1 .topbar-contact-info > div, .topbar-style-2 .topbar-contact-info > div {
			float: none;
			display: block;
			text-align: left;
		}
	}

	@media screen and (min-width: 992px) {
		.topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div {
			margin-left: 35px;
		}
	}

	@media (max-width: 767px) {
		.topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div {
			margin-top: 15px;
		}
	}

	.topbar-style-1 .topbar-contact-info > div > i, .topbar-style-2 .topbar-contact-info > div > i {
		font-size: 18px;
		font-size: 1.2rem;
		color: #fdc900;
		position: absolute;
		left: 0;
	}

	.topbar-style-1 .topbar-contact-info p, .topbar-style-2 .topbar-contact-info p {
		font-size: 13px;
		color: #fff;
		line-height: 100%;
		margin: 0 0 0.2em;
	}

	.topbar-style-1 .details > span, .topbar-style-2 .details > span {
		font-size: 12px;
		font-size: 0.8rem;
		color: #9a9a9a;
	}

	@media screen and (min-width: 992px) {
		.header-style-1 .navigation-holder, .header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
			padding: 0;
		}
	}

	@media screen and (min-width: 992px) {
		.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a, .header-style-4 #navbar > ul > li > a, .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
			font-size: 15px;
			font-size: 1rem;
			font-weight: 600;
			padding: 30px 10px;
			position: relative;
		}
		.header-style-1 #navbar > ul > li > a:before, .header-style-2 #navbar > ul > li > a:before, .header-style-3 #navbar > ul > li > a:before, .header-style-4 #navbar > ul > li > a:before, .header-style-5 #navbar > ul > li > a:before, .header-style-6 #navbar > ul > li > a:before {
			content: "";
			background-color: #fdc900;
			width: 0;
			height: 3px;
			position: absolute;
			left: 50%;
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			bottom: 20px;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-o-transition: all 0.3s;
			-ms-transition: all 0.3s;
			transition: all 0.3s;
		}
	}

	.header-style-1 #navbar > ul > li > a:hover:before, .header-style-2 #navbar > ul > li > a:hover:before, .header-style-3 #navbar > ul > li > a:hover:before, .header-style-4 #navbar > ul > li > a:hover:before, .header-style-5 #navbar > ul > li > a:hover:before, .header-style-6 #navbar > ul > li > a:hover:before {
		width: 12px;
	}

	/*** cart and quote ***/
	.cart-contact {
		position: absolute;
		right: 0;
		top: 30px;
	}

	@media (max-width: 991px) {
		.cart-contact {
			top: 18px;
			left: 15px;
		}
	}

	.cart-contact .mini-cart {
		float: left;
		position: relative;
	}

	@media screen and (min-width: 992px) {
		.cart-contact .mini-cart {
			margin-top: -4px;
		}
	}

	.cart-contact .mini-cart > button {
		font-size: 15px;
		font-size: 1rem;
		color: #0d1d36;
		display: inline-block;
		border: 0;
		outline: 0;
		background: transparent;
		font-weight: 600;
		margin-right: 30px;
	}

	@media (max-width: 767px) {
		.cart-contact .mini-cart > button {
			font-size: 13px;
			font-size: 0.86667rem;
			margin-right: 15px;
		}
	}

	.cart-contact .mini-cart > button i:before {
		font-size: 18px;
		font-size: 1.2rem;
		color: #0d1d36;
		display: inline-block;
		padding-right: 5px;
	}

	@media (max-width: 767px) {
		.cart-contact .mini-cart > button i:before {
			font-size: 15px;
			font-size: 1rem;
		}
	}

	.cart-contact .top-cart-content {
		background: #fff;
		width: 292px;
		border-top: 2px solid #fdc900;
		position: absolute;
		top: 45px;
		opacity: 0;
		visibility: hidden;
		z-index: 10;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

	@media (max-width: 991px) {
		.cart-contact .top-cart-content {
			top: 40px;
			left: -14px;
		}
	}

	.cart-contact .top-cart-content .top-cart-title {
		padding: 12px 15px;
		border-bottom: 1px solid #e4e2e2;
	}

	.cart-contact .top-cart-content p {
		font-size: 14px;
		font-size: 0.93333rem;
		font-weight: 600;
		color: #051829;
		margin: 0;
		text-transform: uppercase;
	}

	.cart-contact .top-cart-content .top-cart-items {
		padding: 15px;
	}

	.cart-contact .top-cart-content .top-cart-item {
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #e4e2e2;
	}

	.cart-contact .top-cart-content .top-cart-item:first-child {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}

	.cart-contact .top-cart-content .top-cart-item-image {
		width: 48px;
		height: 48px;
		border: 2px solid #eee;
		float: left;
		margin-right: 15px;
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}

	.cart-contact .top-cart-content .top-cart-item-image a,
	.cart-contact .top-cart-content .top-cart-item-image img {
		display: block;
		width: 44px;
		height: 44px;
	}

	.cart-contact .top-cart-content .top-cart-item-image:hover {
		border-color: #fdc900;
	}

	.cart-contact .top-cart-content .top-cart-item-des {
		position: relative;
		overflow: hidden;
	}

	.cart-contact .top-cart-content .top-cart-item-des a {
		width: auto;
		height: auto;
		font-size: 13px;
		font-weight: 600;
		text-align: left;
		color: #333;
	}

	.cart-contact .top-cart-content .top-cart-item-des a:hover {
		color: #fdc900;
	}

	.cart-contact .top-cart-content .top-cart-item-des .top-cart-item-price {
		font-size: 12px;
		color: #999;
		line-height: 20px;
		display: block;
	}

	.cart-contact .top-cart-content .top-cart-item-des .top-cart-item-quantity {
		font-size: 12px;
		color: #555;
		display: block;
		position: absolute;
		right: 0;
		top: 2px;
	}

	.cart-contact .top-cart-content .top-cart-action {
		padding: 25px 15px 25px;
		border-top: 1px solid #e4e2e2;
	}

	.cart-contact .top-cart-content .top-cart-action .top-checkout-price {
		font-size: 15px;
		font-size: 1rem;
		font-weight: 600;
		color: #051829;
	}

	.cart-contact .top-cart-content .top-cart-action .theme-btn, .cart-contact .top-cart-content .top-cart-action .theme-btn-s2, .cart-contact .top-cart-content .top-cart-action .theme-btn-s3, .cart-contact .top-cart-content .top-cart-action .theme-btn-s4, .cart-contact .top-cart-content .top-cart-action .theme-btn-s5 {
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 3px 15px;
		float: right;
	}

	.cart-contact .top-cart-content-toggle {
		top: 54px;
		opacity: 1;
		visibility: visible;
	}

	@media (max-width: 991px) {
		.cart-contact .top-cart-content-toggle {
			top: 47px;
		}
	}

	.cart-contact .get-quote {
		float: right;
	}

	@media (max-width: 991px) {
		.cart-contact .get-quote {
			float: left;
			margin: 4px 0 0;
		}
	}

	@media (max-width: 991px) {
		.cart-contact .get-quote .theme-btn, .cart-contact .get-quote .theme-btn-s2, .cart-contact .get-quote .theme-btn-s3, .cart-contact .get-quote .theme-btn-s4, .cart-contact .get-quote .theme-btn-s5 {
			padding: 3px 15px;
		}
	}

/**************************************
	#header style 2
	****************************************/
	.header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
		margin-top: 7px;
		margin-left: -34px;
	}
	.sunlite-logo img
	{
		width: 250px !important;
	}

	.sunlite-name
	{
		font-size: 19px;
		font-weight: bold;
		color: #012958;
		font-family: "Montserrat", sans-serif;
	}

	@media (max-width: 991px) {
		.header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
			margin-top: 8px;
			position: relative;
			max-width: 269px;
			z-index: 10;
			margin-left: 0px;
		}
	}

	@media (max-width: 767px) {
		.header-style-2 .site-logo, .header-style-3 .site-logo, .header-style-4 .site-logo, .header-style-5 .site-logo, .header-style-6 .site-logo {
			margin: 3px 0 0px 10px;
			max-width: 270px;
		}
	}

	.header-style-2 .navigation-holder, .header-style-3 .navigation-holder, .header-style-4 .navigation-holder, .header-style-5 .navigation-holder, .header-style-6 .navigation-holder {
		margin-right: 0px;
	}

	@media (max-width: 991px) {
		.header-style-2 .cart-contact .mini-cart, .header-style-3 .cart-contact .mini-cart, .header-style-4 .cart-contact .mini-cart, .header-style-5 .cart-contact .mini-cart, .header-style-6 .cart-contact .mini-cart {
			float: right;
			margin-right: 65px;
		}
	}

	.header-style-2 .cart-contact .mini-cart > button, .header-style-3 .cart-contact .mini-cart > button, .header-style-4 .cart-contact .mini-cart > button, .header-style-5 .cart-contact .mini-cart > button, .header-style-6 .cart-contact .mini-cart > button {
		margin-right: 0;
	}

	.header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content {
		right: 0;
	}

	@media (max-width: 991px) {
		.header-style-2 .cart-contact .top-cart-content, .header-style-3 .cart-contact .top-cart-content, .header-style-4 .cart-contact .top-cart-content, .header-style-5 .cart-contact .top-cart-content, .header-style-6 .cart-contact .top-cart-content {
			right: auto;
			left: -140px;
		}
	}

	.topbar-style-2 .topbar-contact-info {
		float: none;
	}

	.topbar-style-2 .get-quote {
		float: right;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	@media screen and (min-width: 992px) {
		.topbar-style-2 .get-quote {
			position: relative;
			right: -10px;
		}
	}

	@media (max-width: 767px) {
		.topbar-style-2 .get-quote {
			float: none;
			text-align: center;
			margin-top: 15px;
			margin: 25px 0 15px;
		}
	}

	@media (max-width: 991px) {
		.topbar-style-2 .topbar-contact-info > div + div {
			margin-left: 35px;
		}
	}

	@media (max-width: 767px) {
		.topbar-style-2 .topbar-contact-info > div + div {
			margin-left: 0;
		}
	}

/**************************************
	#header style 3
	****************************************/
	@media screen and (min-width: 992px) {
		.header-style-3 {
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 10;
		}
		.header-style-3 .navigation,
		.header-style-3 .topbar-style-2 {
			background: transparent;
		}
		.header-style-3 .topbar-contact-info p {
			color: #fdc900;
		}
		.header-style-3 .topbar-style-2 .details > span {
			color: #9a9a9a;
		}
		.header-style-3 .topbar-style-2 .get-quote {
			position: relative;
			right: -10px;
		}
		.header-style-3 #navbar > ul > li > a {
			color: #fff;
		}
		.header-style-3 #navbar > ul > li > a:hover {
			color: #fdc900;
		}
		.header-style-3 .cart-contact .mini-cart > button i:before,
		.header-style-3 .cart-contact .mini-cart > button {
			color: #fdc900;
		}
	}

	@media (max-width: 991px) {
		.header-style-3 .navigation {
			background: #020b12;
		}
		.header-style-3 .cart-contact .mini-cart > button i:before,
		.header-style-3 .cart-contact .mini-cart > button {
			color: #fff;
		}
	}

/**************************************
	#header style 4
	****************************************/
	@media screen and (min-width: 992px) {
		.header-style-4, .header-style-5 {
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 10;
		}
	}

	@media screen and (min-width: 992px) {
		.header-style-4 .topbar-style-2, .header-style-5 .topbar-style-2 {
			background: transparent;
		}
		.header-style-4 .topbar-style-2 .topbar-contact-info p, .header-style-5 .topbar-style-2 .topbar-contact-info p {
			color: #fdc900;
		}
		.header-style-4 .topbar-style-2 .details > span, .header-style-5 .topbar-style-2 .details > span {
			color: #9a9a9a;
		}
		.header-style-4 .navigation, .header-style-5 .navigation {
			background-color: transparent;
		}
		.header-style-4 .navigation .container, .header-style-5 .navigation .container {
			background-color: #fff;
			border-radius: 5px;
		}
		.header-style-4 .cart-contact, .header-style-5 .cart-contact {
			right: 15px;
		}
	}

	.header-style-4 .social, .header-style-5 .social {
		display: inline-block;
	}

	@media (max-width: 991px) {
		.header-style-4 .social, .header-style-5 .social {
			display: none;
		}
	}

	.header-style-4 .social > span, .header-style-5 .social > span {
		font-size: 14px;
		font-size: 0.93333rem;
		color: #fdc900;
		position: relative;
		top: 9px;
	}

	.header-style-4 .social-links, .header-style-5 .social-links {
		display: inline-block;
		position: relative;
		top: 15px;
		left: 8px;
	}

	.header-style-4 .social-links > li + li, .header-style-5 .social-links > li + li {
		margin-left: 15px;
	}

	.header-style-4 .social-links li a, .header-style-5 .social-links li a {
		font-size: 14px;
		font-size: 0.93333rem;
		color: #fff;
	}

/**************************************
	#header style 5
	****************************************/
	.header-style-5 {
		position: static;
		/*** lower topbar ***/
	}

	.header-style-5 .social {
		float: right;
	}

	@media (max-width: 991px) {
		.header-style-5 .social {
			display: block;
		}
	}

	@media (max-width: 767px) {
		.header-style-5 .social {
			float: none;
			text-align: center;
			margin-top: 15px;
		}
	}

	.header-style-5 .topbar {
		background-color: #051829;
	}

	.header-style-5 .social-links {
		top: 5px;
	}

	.header-style-5 .social > span {
		top: 0;
	}

	.header-style-5 .lower-topbar {
		padding: 12px 0;
	}

	@media (max-width: 991px) {
		.header-style-5 .lower-topbar {
			border-bottom: 1px solid #d4d2d2;
		}
	}

	.header-style-5 .lower-topbar .site-logo {
		margin: 0;
	}

	@media (max-width: 767px) {
		.header-style-5 .lower-topbar .site-logo {
			margin: 0 auto;
		}
	}

	.header-style-5 .lower-topbar .awards {
		float: right;
		overflow: hidden;
		position: relative;
		top: 5px;
	}

	@media (max-width: 767px) {
		.header-style-5 .lower-topbar .awards {
			float: none;
			border-top: 1px solid #d4d2d2;
			padding-top: 17px;
			margin: 10px -15px 0;
		}
	}

	.header-style-5 .lower-topbar .awards > div {
		min-height: 43px;
		padding-left: 58px;
		position: relative;
		float: left;
	}

	@media (max-width: 767px) {
		.header-style-5 .lower-topbar .awards > div {
			width: 210px;
			float: none;
			margin: 0 auto 10px;
		}
	}

	@media (max-width: 991px) {
		.header-style-5 .lower-topbar .awards > div {
			padding-left: 40px;
		}
	}

	.header-style-5 .lower-topbar .awards > div:first-child {
		margin-right: 40px;
	}

	@media (max-width: 767px) {
		.header-style-5 .lower-topbar .awards > div:first-child {
			margin-right: auto;
		}
	}

	.header-style-5 .lower-topbar .awards .icon {
		position: absolute;
		left: 0;
		top: -8px;
	}

	.header-style-5 .lower-topbar .awards .icon .fi:before {
		font-size: 44px;
		font-size: 2.93333rem;
		color: #fdc900;
	}

	@media (max-width: 991px) {
		.header-style-5 .lower-topbar .awards .icon .fi:before {
			font-size: 35px;
			font-size: 2.33333rem;
		}
	}

	.header-style-5 .lower-topbar .awards h4 {
		font-size: 16px;
		font-size: 1.06667rem;
		margin: 0;
	}

	@media (max-width: 991px) {
		.header-style-5 .lower-topbar .awards h4 {
			font-size: 14px;
			font-size: 0.93333rem;
		}
	}

	.header-style-5 .lower-topbar .awards p {
		font-size: 12px;
		font-size: 0.8rem;
		margin: 0;
	}

	@media screen and (min-width: 992px) {
		.header-style-5 .navigation,
		.header-style-5 .navigation .container {
			background-color: #fdc900;
		}
		.header-style-5 #navbar > ul > li > a {
			padding: 15px;
		}
		.header-style-5 #navbar > ul > li > a:before {
			display: none;
		}
		.header-style-5 #navbar > ul > li > a:hover {
			color: #fff;
		}
	}

	@media screen and (min-width: 992px) {
		.header-style-5 .cart-contact {
			right: 195px;
			top: 15px;
		}
		.header-style-5 .cart-contact .top-cart-content-toggle {
			top: 39px;
		}


		.br-display
		{
			display: none;
		}
	}

	.header-style-5 .request-quote {
		width: 140px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border: 0;
		border-radius: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	@media (max-width: 991px) {
		.header-style-5 .request-quote {
			right: auto;
			width: 130px;
			height: 40px;
			line-height: 40px;
			top: 12px;
		}
	}

	.header-style-5 .request-quote:hover {
		background-color: black;
		color: #fff;
	}

/**************************************
	#header style 6
	****************************************/
	@media screen and (min-width: 992px) {
		.header-style-6 .topbar-style-2 {
			background-color: #fff;
			border-bottom: 1px solid #e5e5e5;
		}
		.header-style-6 .topbar-style-2 .topbar-contact-info p {
			color: #111;
			font-weight: 600;
		}
	}

	.header-style-6 .topbar-style-2 .theme-btn, .header-style-6 .topbar-style-2 .theme-btn-s2, .header-style-6 .topbar-style-2 .theme-btn-s3, .header-style-6 .topbar-style-2 .theme-btn-s4, .header-style-6 .topbar-style-2 .theme-btn-s5 {
		color: #fff;
	}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
	position: relative;
	height: 534px;
	overflow: hidden;
	/** slider controls **/
	/*** hero slider animation ***/
}


.hero .slide {
	height: 534px;
	position: relative;
	background-repeat: no-repeat;
	position: relative;
}

.hero .slide .slider-bg {
	display: none;
}

.hero .slide:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero .slide:focus {
	outline: none;
}

.hero .slide .container {
	height: 100%;
	display: table;
	padding: 0;
}

.hero .slide .row {
	display: table-cell;
	vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
	background-color: #fdc900;
	width: 45px;
	height: 45px;
	z-index: 9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
	background-color: #e4b500;
}

@media (max-width: 991px) {
	.hero .slick-prev,
	.hero .slick-next {
		display: none !important;
	}
}

.hero .slick-prev {
	left: 5px;
}

@media screen and (min-width: 1600px) {
	.hero .slick-prev {
		left: 50px;
	}
}

.hero .slick-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
	opacity: 1;
}

.hero .slick-next {
	right: 5px;
}

@media screen and (min-width: 1600px) {
	.hero .slick-next {
		right: 50px;
	}
}

.hero .slick-next:before {
	font-family: "FontAwesome";
	content: "\f105";
	opacity: 1;
}

.hero .slick-dots {
	bottom: 5px;
	display: none !important;
}

@media (max-width: 991px) {
	.hero .slick-dots {
		display: block !important;
	}
}

.hero .slick-dots li,
.hero .slick-dots li button {
	width: 15px;
	height: 15px;
}

@media (max-width: 767px) {
	.hero .slick-dots li,
	.hero .slick-dots li button {
		width: 14px;
		height: 14px;
	}
}

.hero .slick-dots li button {
	background-color: #fdc900;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.hero .slick-dots li button:before {
	display: none;
}

.hero .slick-dots li {
	opacity: 0.5;
}

.hero .slick-dots .slick-active {
	opacity: 1;
}

.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
	color: #fff;
	opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
	-webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	-moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	-o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	-ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
	animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
	-webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	-moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	-o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	-ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
	animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
	-webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	-moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	-o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	-ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
	animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.hero .hero-slider .slide-caption > h2 {
	font-size: 45px;
	font-size: 3rem;
	line-height: 1.3em;
	color: #fff;
	margin: 0 0 0.27em;
}

@media (max-width: 1199px) {
	.hero .hero-slider .slide-caption > h2 {
		/*font-size: 35px;*/
		font-size: 2.1rem;
		line-height: 1.1em;
	}
}

.hero .hero-slider .slide-caption > h2 span {
	color: #fdc900;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
	font-size: 24px;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #fff;
	margin: 0 0 1.58em;
}

@media (max-width: 1199px) {
	.hero .hero-slider .slick-list .slick-current .slide-caption > p {
		/*font-size: 16px;*/
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 992px) {
	.hero .hero-slider .slick-list .slick-current .slide-caption > p {
		padding-right: 110px;
	}
}

.hero .hero-slider .slide-caption > .btns > a:first-child {
	margin-right: 5px;
}

/**********************************
	= slider style 2
	**********************************/
	.hero-slider-style-2 {
		text-align: center;
		height: 100vh;
		min-height: 600px;
	}

	.hero-slider-style-2 .hero-slider .slick-list .slick-current .slide-caption > p {
		padding-right: 0;
	}

	@media (max-width: 991px) {
		.hero-slider-style-2 {
			height: 450px;
		}
	}

	@media (max-width: 767px) {
		.hero-slider-style-2 {
			min-height: 420px;
		}
	}

	.hero-slider-style-2 .slide {
		height: 100vh;
		min-height: 600px;
	}

	@media screen and (min-width: 992px) {
		.hero-slider-style-2 .slide {
			padding-top: 100px;
		}
	}

	@media (max-width: 991px) {
		.hero-slider-style-2 .slide {
			height: 450px;
		}
	}

	@media (max-width: 767px) {
		.hero-slider-style-2 .slide {
			min-height: 420px;
		}
	}

	.hero-slider-style-2 .slide:before {
		content: "";
		background-color: rgba(0, 0, 0, 0.65);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
	/*** about widget ***/
	/*** service-links-widget ***/
	/*** quick-links-widget ***/
	/*** twitter-feed-widget ***/
	/*** copyright-info ***/
}

.site-footer .upper-footer {
	background-color: #051829;
	padding: 100px 0;
}

@media (max-width: 991px) {
	.site-footer .upper-footer {
		padding: 80px 0 35px;
	}
}

@media (max-width: 767px) {
	.site-footer .upper-footer {
		padding: 70px 0 30px;
	}
}

.site-footer .upper-footer ul {
	list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
	color: #fff;
}

.site-footer .upper-footer a:hover {
	color: #fdc900;
}

@media (max-width: 991px) {
	.site-footer .upper-footer .row > .col {
		margin-bottom: 55px;
	}
}

@media (max-width: 767px) {
	.site-footer .upper-footer .row > .col {
		margin-bottom: 40px;
	}
}

.site-footer .widget > h3,
.site-footer .widget .footer-logo {
	font-size: 24px !important;
	font-size: cacl-rem-value(24);
	color: #fff;
	text-transform: uppercase;
  /*margin: 0 0 2em;
  /*padding-bottom: 0.5em;*/
  position: relative;
}

@media (max-width: 991px) {
	.site-footer .widget > h3,
	.site-footer .widget .footer-logo {
		font-size: 20px;
		font-size: cacl-rem-value(20);
	}
}

@media (max-width: 767px) {
	.site-footer .widget > h3,
	.site-footer .widget .footer-logo {
		font-size: 16px;
		font-size: cacl-rem-value(16);
	}
}

.site-footer .widget > h3:before,
.site-footer .widget .footer-logo:before {
	content: "";
	background-color: #fdc900;
	width: 28px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 5px;
}

.site-footer .about-widget .contact-info {
	margin-top: -20px;
}

@media screen and (min-width: 1200px) {
	.site-footer .about-widget .contact-info {
		padding-right: 45px;
	}
}

@media (max-width: 767px) {
	.site-footer .about-widget .contact-info {
		margin-top: -10px;
	}
}

.site-footer .about-widget .footer-logo:before {
	display: none;
}

.site-footer .about-widget ul li {
	position: relative;
	padding-left: 38px;
	line-height: 1.78em;
}

.site-footer .about-widget ul li i {
	font-size: 24px;
	color: #fdc900;
	position: absolute;
	left: 0;
	top: 3px;
}

.site-footer .about-widget ul > li + li {
	margin-top: 28px;
}

@media (max-width: 767px) {
	.site-footer .about-widget ul > li + li {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.site-footer .about-widget img {
		max-width: 160px;
		display:block;
	}
	.site-footer  .verico-logo img {
		width: 45%;
	}
}

.site-footer .service-links-widget {
	overflow: hidden;
}

.site-footer .service-links-widget ul li {
	position: relative;
	padding-left: 20px;
}

.site-footer .service-links-widget ul li:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #fdc900;
	position: absolute;
	left: 0;
	top: -3px;
}

.site-footer .service-links-widget ul li + li {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.site-footer .service-links-widget ul li + li {
		margin-top: 10px;
	}
}

.site-footer .quick-links-widget {
	overflow: hidden;
}

@media screen and (min-width: 1200px) {
	.site-footer .quick-links-widget {
		padding-right: 45px;
	}
}

.site-footer .quick-links-widget ul li + li {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.site-footer .quick-links-widget ul li + li {
		margin-top: 10px;
	}
}

.site-footer .quick-links-widget ul {
	width: 50%;
	float: left;
}

.site-footer .twitter-feed-widget ul li + li {
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid #494949;
}

.site-footer .twitter-feed-widget p {
	color: #ccc;
}

.site-footer .twitter-feed-widget i {
	color: #198cfa;
	display: inline-block;
	padding-right: 5px;
}

.site-footer .copyright-info {
	background-color: #000204;
	padding: 15px 0;
	text-align: center;
}

.site-footer .copyright-info p {
	color: #808790;
	margin: 0;
}

@media (max-width: 767px) {
	.site-footer .copyright-info p {
		font-size: 13px;
		font-size: cacl-rem-value(13);
	}
}

.site-footer .copyright-info a {
	color: #fdc900;
}

.sticky-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 10000;
	opacity: 0;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}

.sticky-on {
	opacity: 1;
	top: 0;
}

.header-style-3 .sticky-header {
	background-color: #0b3356;
}

@media screen and (min-width: 992px) {
	.header-style-3 .sticky-header #navbar > ul > li > a:hover {
		color: #fdc900;
	}
}

.header-style-4 .sticky-header, .header-style-5 .sticky-header {
	background-color: #fff;
}

.header-style-5 .sticky-header {
	background-color: #fdc900;
}

.header-style-5 .sticky-header .container {
	border-radius: 0;
}

/*--------------------------------------------------------------
#0.6	services
--------------------------------------------------------------*/
.all-service-link,
.all-news-link {
	text-align: right;
}

@media (max-width: 991px) {
	.all-service-link,
	.all-news-link {
		text-align: left;
		margin-top: 25px;
	}
}

.service-slider .owl-controls {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.service-slider .owl-controls {
		margin-top: 35px;
	}
}

@media (max-width: 991px) {
	.service-slider {
		margin-top: 50px;
	}
}

.services-grid-section .all-services {
	text-align: center;
	padding-top: 30px;
}

.services-grid-view {
	overflow: hidden;
	margin: 0 -15px;
}

.services-grid-view .grid {
	width: 33.33%;
	float: left;
	padding: 0 15px 30px;
}

@media (max-width: 991px) {
	.services-grid-view .grid {
		width: 50%;
	}
}

@media (max-width: 650px) {
	.services-grid-view .grid {
		width: 100%;
		float: none;
	}
}

/*--------------------------------------------------------------
#0.7	testimonials
--------------------------------------------------------------*/
.testimonials {
	position: relative;
}

.testimonials:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.testimonials-slider {
	position: relative;
}

.testimonials-slider .inner {
	padding: 0 155px;
}

@media (max-width: 1199px) {
	.testimonials-slider .inner {
		padding: 0 120px;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .inner {
		padding: 0;
	}
}

.testimonials-slider .slide-item:before {
	font-family: "Flaticon";
	content: "\f102";
	font-size: 60px;
	color: #fdc900;
	position: absolute;
	left: 30px;
	top: -14px;
}

@media (max-width: 1199px) {
	.testimonials-slider .slide-item:before {
		font-size: 50px;
		font-size: 3.33333rem;
	}
}

@media (max-width: 991px) {
	.testimonials-slider .slide-item:before {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .slide-item:before {
		font-size: 35px;
		font-size: 2.33333rem;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .slide-item:before {
		display: none;
	}
}

.testimonials-slider .slide-item img {
	width: auto;
}

.testimonials-slider .slide-item p {
	font-size: 22px;
	font-size: 1.46667rem;
	color: #fff;
}

@media (max-width: 1199px) {
	.testimonials-slider .slide-item p {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

@media (max-width: 991px) {
	.testimonials-slider .slide-item p {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.testimonials-slider .client-quote {
	margin-bottom: 40px;
}

.testimonials-slider .client-details {
	position: relative;
	padding: 0 0 10px 85px;
}

.testimonials-slider .client-pic {
	position: absolute;
	left: 0;
	min-height: 58px;
	border-bottom: 2px solid #fdc900;
}

.testimonials-slider .client-info {
	padding-top: 5px;
}

.testimonials-slider .client-info h4 {
	font-size: 20px;
	font-size: 1.33333rem;
	color: #fdc900;
	margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
	.testimonials-slider .client-info h4 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.testimonials-slider .client-info > span {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #dddddd;
}

.testimonials-slider .owl-controls {
	position: absolute;
	right: 0;
	bottom: -45px;
}

@media (max-width: 767px) {
	.testimonials-slider .owl-controls {
		position: static;
		text-align: left;
		margin: 15px 0 0 -5px;
	}
}

.testimonials-slider .owl-controls .owl-prev,
.testimonials-slider .owl-controls .owl-next {
	text-align: center;
}

/*--------------------------------------------------------------
#0.8    offer
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
	.offer-text {
		padding-right: 30px;
	}
}

.offer-text > p:nth-child(2) {
	margin-bottom: 55px;
}

@media (max-width: 991px) {
	.offer-text > p:nth-child(2) {
		margin-bottom: 40px;
	}
}

.offer-grids {
	overflow: hidden;
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.offer-grids {
		margin-top: 80px;
	}
}

@media (max-width: 767px) {
	.offer-grids {
		margin-top: 60px;
	}
}

.offer-grids .grid {
	width: 50%;
	float: left;
	padding: 0 15px;
}

@media (max-width: 600px) {
	.offer-grids .grid {
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
	.form-div
	{
		padding: 45px 0px 45px !important;
	}

	.blog-single-content .post {
		padding: 0px !important;
	}
}

.offer-grids > .grid:nth-child(1),
.offer-grids > .grid:nth-child(2) {
	margin-bottom: 40px;
}

.offer-grids > .grid:last-child {
	margin-bottom: 0;
}

.offer-grids .details {
	padding-left: 75px;
	position: relative;
}

@media (max-width: 767px) {
	.offer-grids .details {
		padding-left: 55px;
	}
}

.offer-grids .details > h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	margin: 0 0 1em;
}

@media (max-width: 1199px) {
	.offer-grids .details > h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.offer-grids .details > h3 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.offer-grids .details .icon {
	position: absolute;
	left: 0;
	top: -10px;
}

@media (max-width: 1199px) {
	.offer-grids .details .icon {
		left: 8px;
	}
}

@media (max-width: 991px) {
	.offer-grids .details .icon {
		left: 0;
	}
}

.offer-grids .details .icon i:before {
	font-size: 45px;
}

@media (max-width: 1199px) {
	.offer-grids .details .icon i:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.offer-grids .details .icon i:before {
		font-size: 30px;
	}
}

.offer-grids .details .offer-details {
	font-weight: 600;
	color: #fdc900;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.offer-grids .details .offer-details:hover {
	color: #e4b500;
}

.offer-section {
	padding-bottom: 145px;
}

@media (max-width: 991px) {
	.offer-section {
		padding-bottom: 80px;
	}
}

.offer-pic {
	padding: 40px 0 0 45px;
	position: relative;
}

@media (max-width: 991px) {
	.offer-pic {
		display: none;
	}
}

.offer-pic:after {
	content: "";
	width: 465px;
	height: 465px;
	border: 2px solid #fdc900;
	position: absolute;
	left: 150px;
	top: -22px;
}

.offer-pic img {
	position: relative;
	z-index: 2;
}

/*--------------------------------------------------------------
#0.9    recent-projects
--------------------------------------------------------------*/
.recent-projects {
	background-color: #051829;
}

@media (max-width: 767px) {
	.recent-projects-grids,
	.projects-grid-view {
		overflow: hidden;
	}
}

.recent-projects-grids .grid,
.projects-grid-view .grid {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
}

@media (max-width: 767px) {
	.recent-projects-grids .grid,
	.projects-grid-view .grid {
		width: 50%;
		float: left;
	}
}

@media (max-width: 550px) {
	.recent-projects-grids .grid,
	.projects-grid-view .grid {
		width: 100%;
		float: none;
	}
}

@media (max-width: 550px) {
	.recent-projects-grids .project-img img,
	.projects-grid-view .project-img img {
		width: 100%;
	}
}

.recent-projects-grids .project-info,
.projects-grid-view .project-info {
	background-color: rgba(5, 24, 41, 0.9);
	width: 95%;
	height: 92%;
	border: 2px solid #fdc900;
	position: absolute;
	left: -10%;
	top: 4%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.recent-projects-grids .grid:hover .project-info,
.projects-grid-view .grid:hover .project-info {
	left: 2.5%;
	opacity: 1;
}

.recent-projects-grids .inner-info,
.projects-grid-view .inner-info {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.recent-projects-grids .inner-info > a,
.projects-grid-view .inner-info > a {
	color: #fff;
}

.recent-projects-grids .inner-info h3,
.projects-grid-view .inner-info h3 {
	font-family: "Hind", sans-serif;
	font-size: 22px;
	font-size: 1.46667rem;
	color: #fff;
	margin: 0 0 0.2em;
	position: relative;
	top: -10px;
	opacity: 0;
	-webkit-transition: all 0.3s 0.5s;
	-o-transition: all 0.3s 0.5s;
	transition: all 0.3s 0.5s;
}

@media (max-width: 991px) {
	.recent-projects-grids .inner-info h3,
	.projects-grid-view .inner-info h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

@media (max-width: 767px) {
	.recent-projects-grids .inner-info h3,
	.projects-grid-view .inner-info h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.recent-projects-grids .inner-info .tags,
.projects-grid-view .inner-info .tags {
	color: #fdc900;
	position: relative;
	top: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s 0.5s;
	-o-transition: all 0.3s 0.5s;
	transition: all 0.3s 0.5s;
}

@media (max-width: 767px) {
	.recent-projects-grids .inner-info .tags,
	.projects-grid-view .inner-info .tags {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.recent-projects-grids .grid:hover .inner-info h3,
.recent-projects-grids .grid:hover .inner-info .tags,
.projects-grid-view .grid:hover .inner-info h3,
.projects-grid-view .grid:hover .inner-info .tags {
	top: 0;
	opacity: 1;
}

@media (max-width: 550px) {
	.recent-projects-grids .mCustomScrollBox,
	.projects-grid-view .mCustomScrollBox {
		position: static;
	}
}

.recent-projects-grids .mCSB_horizontal.mCSB_inside > .mCSB_container,
.projects-grid-view .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 80px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	max-width: 850px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal {
		max-width: 700px;
	}
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 10px;
}

.recent-projects-grids .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.projects-grid-view .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: #3a444c;
}

.recent-projects-grids .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.projects-grid-view .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fdc900;
}

@media (max-width: 550px) {
	.recent-projects-grids .mCSB_inside > .mCSB_container,
	.projects-grid-view .mCSB_inside > .mCSB_container {
		margin-right: 0;
	}
}

.projects-grid-view-section .more-projects {
	margin-top: 30px;
	text-align: center;
}

.projects-grid-view {
	margin: 0 -15px;
}

.projects-grid-view .grid {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	float: left;
}

@media (max-width: 991px) {
	.projects-grid-view .grid {
		width: calc(50% - 30px);
	}
}

@media (max-width: 550px) {
	.projects-grid-view .grid {
		width: calc(100% - 30px);
		float: none;
	}
}

/*--------------------------------------------------------------
#1.0    about-us-faq
--------------------------------------------------------------*/
.about-us-faq {
	position: relative;
}

.about-us-faq .backhoe-loader {
	position: absolute;
	right: 0;
	top: 160px;
}

@media (max-width: 1800px) {
	.about-us-faq .backhoe-loader {
		display: none;
	}
}

.about-us-section .btns {
	margin: 50px 0 45px;
}

@media (max-width: 767px) {
	.about-us-section .btns {
		margin: 35px 0;
	}
}

.about-us-section .social > p {
	text-transform: uppercase;
}

.about-us-section .social-links a {
	font-size: 32px;
	font-size: 2.13333rem;
	color: #333;
}

@media (max-width: 991px) {
	.about-us-section .social-links a {
		font-size: 26px;
		font-size: 1.73333rem;
	}
}

@media (max-width: 767px) {
	.about-us-section .social-links a {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

.about-us-section .social-links a:hover {
	color: #fdc900;
}

.about-us-section .social-links > li + li {
	margin-left: 15px;
}

@media (max-width: 991px) {
	.about-us-section .social-links > li + li {
		margin-left: 10px;
	}
}

.faq-section {
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.faq-section {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.faq-section {
		margin-top: 40px;
	}
}

.faq-section .faq-accordion {
	padding-top: 7px;
}

/*--------------------------------------------------------------
#1.1    partners
--------------------------------------------------------------*/
.partners {
	padding-top: 0;
}

.partners-bg {
	background-color: #f6f6f6;
	padding: 45px 0;
}

.partners-slider .grid {
	border: 2px solid #e9e9e9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.partners-slider .grid:hover {
	border-color: #fdc900;
}

/*--------------------------------------------------------------
#1.2    partners
--------------------------------------------------------------*/
.contact-section {
	position: relative;
}

.contact-section:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 992px) {
	.contact-section .section-title, .contact-section .section-title-white, .contact-section .section-title-s2, .contact-section .section-title-s5, .contact-section .section-title-s6, .contact-section .section-title-s7 {
		margin-bottom: 30px;
	}
}

.contact-section p {
	color: #aaa;
	line-height: 1.56em;
}

.contact-section-contact-box {
	padding: 38px 45px;
	border: 2px solid #fdc900;
}

@media (max-width: 991px) {
	.contact-section-contact-box {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.contact-section-contact-box {
		margin-bottom: 45px;
	}
}

@media (max-width: 450px) {
	.contact-section-contact-box {
		padding: 38px 25px;
	}
}

.contact-section-contact-box .details ul {
	list-style-type: none;
	color: #fff;
}

.contact-section-contact-box .details ul li {
	position: relative;
	padding-left: 25px;
}

.contact-section-contact-box .details ul i {
	color: #fdc900;
	position: absolute;
	left: 0;
	top: 3px;
}

.contact-section-contact-box .details ul > li + li {
	margin-top: 20px;
}

.contact-form-s1 label {
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
	color: #fdc900;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.contact-form-s1 label {
		font-size: 11px;
		font-size: 0.73333rem;
	}
}

.contact-form-s1 input,
.contact-form-s1 select {
	height: 38px;
	border: 0;
}

@media (max-width: 767px) {
	.contact-form-s1 input,
	.contact-form-s1 select {
		height: 34px;
	}
}

.contact-form-s1 form {
	overflow: hidden;
	margin: 0 -12px;
}

.contact-form-s1 form > div {
	width: 50%;
	float: left;
	padding: 0 12px;
	margin-top: 12px;
}

@media (max-width: 450px) {
	.contact-form-s1 form > div {
		width: 100%;
		float: none;
	}
}

.contact-form-s1 form .submit-btn-wrap {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 35px;
}

.contact-form-s1 .wpcf7-submit {
	background-color: #fdc900;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form-s1 .wpcf7-submit:hover {
	background-color: #d4a900;
}

.contact-women {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 1550px) {
	.contact-women {
		display: none;
	}
}

/*--------------------------------------------------------------
#1.3    news-section
--------------------------------------------------------------*/
.news-grids {
	margin: 0 -15px;
	padding-top: 20px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.news-grids {
		padding-top: 50px;
	}
}

.news-grids .grid {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.news-grids .grid {
		width: 50%;
	}
}

@media (max-width: 580px) {
	.news-grids .grid {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.news-grids > .grid:last-child {
		margin-top: 40px;
	}
}

@media (max-width: 580px) {
	.news-grids > .grid:last-child {
		margin-bottom: 0;
	}
}

.news-grids .entry-details {
	padding: 20px 30px;
	border: 1px solid #e8e8e8;
}

@media (max-width: 1199px) {
	.news-grids .entry-details {
		padding: 20px 25px;
	}
}

@media (max-width: 767px) {
	.news-grids .entry-details {
		padding: 20px;
	}
}

.news-grids .entry-meta ul {
	list-style: none;
	overflow: hidden;
}

.news-grids .entry-meta ul li {
	font-size: 14px;
	font-size: 0.93333rem;
	color: #9a9a9a;
	float: left;
}

@media (max-width: 1199px) {
	.news-grids .entry-meta ul li {
		font-size: 13px;
		font-size: 0.86667rem;
	}
}

@media (max-width: 767px) {
	.news-grids .entry-meta ul li {
		font-size: 12px;
		font-size: 0.8rem;
	}
}

.news-grids .entry-meta ul li a {
	color: #9a9a9a;
}

.news-grids .entry-meta ul li i {
	display: inline-block;
	color: #fdc900;
	padding-right: 4px;
}

.news-grids .entry-meta ul > li + li {
	margin-left: 15px;
}

.news-grids .entry-media img {
	border-radius: 5px;
}

.news-grids .entry-body h3 {
	font-family: "Hind", sans-serif;
	font-size: 18px;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 600;
	margin: 0.72em 0 0.83em;
}

@media (max-width: 1199px) {
	.news-grids .entry-body h3 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

@media (max-width: 767px) {
	.news-grids .entry-body h3 {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.news-grids .entry-body h3 a {
	color: #051829;
}

.news-grids .entry-body h3 a:hover {
	color: #fdc900;
}

.news-grids .entry-body p {
	font-size: 14px;
	font-size: 0.93333rem;
	line-height: 1.57em;
}

/*--------------------------------------------------------------
#2.0    cta
--------------------------------------------------------------*/
.cta {
	position: relative;
	text-align: center;
}

.cta:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cta .container {
	position: relative;
	z-index: 1;
}

.cta h2 {
	font-size: 30px;
	font-size: 2rem;
	line-height: 1.3em;
	color: #fff;
	margin-bottom: 1.33em;
}

@media (max-width: 1199px) {
	.cta h2 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

@media (max-width: 991px) {
	.cta h2 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

@media (max-width: 767px) {
	.cta h2 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.cta h2 span {
	color: #fdc900;
}

/*--------------------------------------------------------------
#2.1    services s2
--------------------------------------------------------------*/
.service-s2-top {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.service-s2-top {
		margin-top: 50px;
	}
}

.service-s2-tab {
	overflow: hidden;
	margin-bottom: 60px;
}

.service-s2-tab .tablinks {
	width: 17%;
	float: right;
	list-style: none;
}

@media (max-width: 991px) {
	.service-s2-tab .tablinks {
		width: 30%;
	}
}

@media (max-width: 767px) {
	.service-s2-tab .tablinks {
		width: 270px;
		float: none;
		margin-bottom: 25px;
	}
}

.service-s2-tab .tablinks li {
	border: 1px solid transparent;
	margin-bottom: 2px;
}

.service-s2-tab .tablinks li.active {
	border: 1px solid #fdc900;
}

.service-s2-tab .tablinks li a {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #051829;
	display: block;
	padding: 5px 20px;
	text-align: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1199px) {
	.service-s2-tab .tablinks li a {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.service-s2-tab .tablinks li.active a span {
	visibility: visible;
	opacity: 1;
	display: inline-block;
}

.service-s2-tab .tablinks li a span {
	padding-left: 8px;
	visibility: hidden;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.service-s2-tab .tab-content {
	width: 80%;
	float: left;
}

@media (max-width: 991px) {
	.service-s2-tab .tab-content {
		width: 65%;
	}
}

@media (max-width: 767px) {
	.service-s2-tab .tab-content {
		width: 100%;
		float: none;
	}
}

.service-s2-tab .tab-pane {
	overflow: hidden;
}

.service-s2-tab .tab-pane .img-holder {
	width: 45%;
	float: left;
	padding-bottom: 15px;
}

@media (max-width: 991px) {
	.service-s2-tab .tab-pane .img-holder {
		width: 100%;
		float: none;
	}
}

.service-s2-tab .tab-pane .img-holder img {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.service-s2-tab .tab-pane .details {
	width: 55%;
	float: right;
	padding: 45px 100px 45px 45px;
}

@media (max-width: 1199px) {
	.service-s2-tab .tab-pane .details {
		padding: 25px 41px 25px 35px;
	}
}

@media (max-width: 991px) {
	.service-s2-tab .tab-pane .details {
		width: 100%;
		float: none;
		padding: 25px 0 0;
	}
}

@media (max-width: 767px) {
	.service-s2-tab .tab-pane .details {
		padding: 15px 0 0;
	}
}

.service-s2-tab .details h3 {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 0.71em;
}

@media (max-width: 1199px) {
	.service-s2-tab .details h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

@media (max-width: 767px) {
	.service-s2-tab .details h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.service-s2-tab .details .more {
	font-weight: 600;
	color: #fdc900;
	margin-top: 5px;
}

.service-s2-tab .details .more:hover {
	color: #d9ad00;
}

.service-s2-box-grids {
	margin: 0 -15px;
}

.service-s2-box-grids .grid {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

@media (max-width: 700px) {
	.service-s2-box-grids .grid {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
}

.service-s2-box-grids .grid .inner {
	border: 2px solid #e6e6e6;
	padding: 65px 42px 60px  100px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

@media (max-width: 1199px) {
	.service-s2-box-grids .grid .inner {
		padding: 95px 42px 40px;
	}
}

@media (max-width: 991px) {
	.service-s2-box-grids .grid .inner {
		padding: 95px 35px 30px;
	}
}

@media (max-width: 767px) {
	.service-s2-box-grids .grid .inner {
		padding: 85px 35px 30px;
	}
}

.service-s2-box-grids .grid:hover .inner {
	border-color: #fdc900;
}

.service-s2-box-grids .inner h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	font-weight: 600;
	margin: 0 0 1em;
	position: relative;
}

@media (max-width: 991px) {
	.service-s2-box-grids .inner h3 {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

@media (max-width: 767px) {
	.service-s2-box-grids .inner h3 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.service-s2-box-grids .inner h3 span {
	font-size: 48px;
	font-size: 3.2rem;
	font-weight: bold;
	position: absolute;
	left: -80px;
	top: -45px;
}

@media (max-width: 1199px) {
	.service-s2-box-grids .inner h3 span {
		font-size: 38px;
		font-size: 2.53333rem;
		left: 0;
		top: -60px;
	}
}

@media (max-width: 991px) {
	.service-s2-box-grids .inner h3 span {
		font-size: 34px;
		font-size: 2.26667rem;
	}
}

@media (max-width: 767px) {
	.service-s2-box-grids .inner h3 span {
		font-size: 30px;
		font-size: 2rem;
	}
}

.service-s2-box-grids .inner h3 span:before {
	content: "";
	background-color: #fdc900;
	width: 2px;
	height: 140%;
	position: absolute;
	left: 60%;
	top: -10px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}

.service-s2-box-grids .inner > p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
#2.2    our-team
--------------------------------------------------------------*/
.our-team-bg {
	background-color: #f6f6f6;
	padding-bottom: 170px;
	margin-bottom: 45px;
}

@media (max-width: 1199px) {
	.our-team-bg {
		padding-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.our-team-bg {
		padding-bottom: 60px;
	}
}

.our-team .team-slider {
	position: relative;
}

.our-team .owl-stage-outer {
	z-index: 10;
}

.our-team .team-slider:after {
	content: "";
	width: 120%;
	height: 300px;
	border: 2px solid #fdc900;
	position: absolute;
	left: -10%;
	bottom: 0;
}

@media (max-width: 1199px) {
	.our-team .team-slider:after {
		display: none;
	}
}

/*--------------------------------------------------------------
#2.3    fun-fact
--------------------------------------------------------------*/
.fun-fact {
	text-align: center;
	padding: 55px 0 100px;
}

@media (max-width: 1199px) {
	.fun-fact {
		padding: 0 0 100px;
	}
}

@media (max-width: 991px) {
	.fun-fact {
		padding: 0 0 60px;
	}
}

@media (max-width: 767px) {
	.fun-fact {
		padding: 0 0 45px;
	}
}

.fun-fact .start-count > .col:last-child .grid:after {
	display: none;
}

.fun-fact .start-count > .col:last-child .grid {
	border-bottom: 0;
}

@media (max-width: 767px) {
	.fun-fact .start-count > .col + .col .grid {
		margin-top: 20px;
	}
}

.fun-fact .grid {
	padding: 0 40px;
	position: relative;
}

@media (max-width: 1199px) {
	.fun-fact .grid {
		padding: 0 25px;
	}
}

@media (max-width: 991px) {
	.fun-fact .grid {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.fun-fact .grid {
		border-bottom: 1px solid #d9d9d9;
	}
}

.fun-fact .grid:after {
	content: "";
	background: #d9d9d9;
	background: -webkit-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, #d9d9d9), color-stop(80%, #d9d9d9), color-stop(98%, white));
	background: -o-linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
	background: linear-gradient(top, white 0%, #d9d9d9 15%, #d9d9d9 80%, white 98%);
	width: 2px;
	height: 105px;
	position: absolute;
	right: -15px;
	bottom: -2%;
}

@media (max-width: 767px) {
	.fun-fact .grid:after {
		display: none;
	}
}

.fun-fact .grid h3 {
	font-size: 60px;
	font-size: 4rem;
	margin: 0 0 3px;
}

@media (max-width: 1199px) {
	.fun-fact .grid h3 {
		font-size: 50px;
		font-size: 3.33333rem;
	}
}

@media (max-width: 991px) {
	.fun-fact .grid h3 {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}

@media (max-width: 767px) {
	.fun-fact .grid h3 {
		font-size: 30px;
		font-size: 2rem;
	}
}

.fun-fact .grid h3 > span:last-child {
	color: #03a1da;
}

.fun-fact .grid .fact-title {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #9a9a9a;
	margin: 0 0 1.38em;
	display: block;
}

/*--------------------------------------------------------------
#2.4    cta-newsletter
--------------------------------------------------------------*/
.cta-newsletter {
	padding: 100px 0;
	position: relative;
}

@media (max-width: 991px) {
	.cta-newsletter {
		padding: 80px 0;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.cta-newsletter {
		padding: 60px 0;
	}
}

.cta-newsletter:before {
	content: "";
	background-color: rgba(5, 24, 41, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cta-newsletter .cta-newsletter-inner h3 {
	font-size: 30px;
	font-size: 2rem;
	color: #fff;
	margin: 0 0 1.23em;
}

@media (max-width: 1199px) {
	.cta-newsletter .cta-newsletter-inner h3 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

@media (max-width: 991px) {
	.cta-newsletter .cta-newsletter-inner h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.cta-newsletter .cta-newsletter-inner h3 span {
	color: #fdc900;
}

.cta-newsletter .subscrib-form {
	max-width: 725px;
	position: relative;
}

@media (max-width: 1199px) {
	.cta-newsletter .subscrib-form {
		max-width: 625px;
	}
}

@media (max-width: 991px) {
	.cta-newsletter .subscrib-form {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.cta-newsletter .subscrib-form {
		max-width: 95%;
		margin: 0 auto;
	}
}

.cta-newsletter .subscrib-form input {
	height: 45px;
	border: 0;
	padding-left: 25px;
	padding-right: 260px;
}

@media (max-width: 1199px) {
	.cta-newsletter .subscrib-form input {
		height: 40px;
		padding-right: 200px;
	}
}

@media (max-width: 991px) {
	.cta-newsletter .subscrib-form input {
		height: 38px;
		padding-left: 15px;
		padding-right: 140px;
	}
}

@media (max-width: 767px) {
	.cta-newsletter .subscrib-form input {
		padding-right: 120px;
	}
}

.cta-newsletter .subscrib-form button {
	background-color: #fdc900;
	width: 240px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #051829;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1199px) {
	.cta-newsletter .subscrib-form button {
		width: 180px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width: 1199px) {
	.cta-newsletter .subscrib-form button {
		font-size: 14px;
		font-size: 0.93333rem;
		width: 120px;
		height: 38px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	.cta-newsletter .subscrib-form button {
		width: 100px;
	}
}

.cta-newsletter .subscrib-form button:hover {
	background-color: #e4b500;
}

.cta-newsletter .newsletter-pic {
	position: absolute;
	right: 0;
	bottom: -100px;
}

@media (max-width: 991px) {
	.cta-newsletter .newsletter-pic {
		display: none;
	}
}

/*--------------------------------------------------------------
#2.5    testimoials-s2-slider
--------------------------------------------------------------*/
.testimoials-s2-slider .testimoials-s2-grid,
.testimoials-s2-grid-view .testimoials-s2-grid {
	border: 2px solid #fdc900;
	padding: 65px 35px 35px;
	border-radius: 5px;
	position: relative;
}

@media (max-width: 767px) {
	.testimoials-s2-slider .testimoials-s2-grid,
	.testimoials-s2-grid-view .testimoials-s2-grid {
		padding: 45px 20px 20px;
	}
}

.testimoials-s2-slider .testimoials-s2-grid:after,
.testimoials-s2-grid-view .testimoials-s2-grid:after {
	background: #fdc900 url("../images/testimonials/quote.png") no-repeat center center;
	content: "";
	width: 58px;
	height: 52px;
	position: absolute;
	right: 0;
	top: -2px;
	border-radius: 5px;
}

@media (max-width: 991px) {
	.testimoials-s2-slider .testimoials-s2-grid:after,
	.testimoials-s2-grid-view .testimoials-s2-grid:after {
		width: 50px;
		height: 48px;
		background-size: 20px;
	}
}

.testimoials-s2-slider .testimoials-s2-grid img,
.testimoials-s2-grid-view .testimoials-s2-grid img {
	width: auto;
	border-radius: 50%;
}

.testimoials-s2-slider .client-info,
.testimoials-s2-grid-view .client-info {
	margin-top: 10px;
	position: relative;
	/*overflow: hidden;*/
}

.testimoials-s2-slider .client-info .details,
.testimoials-s2-grid-view .client-info .details {
	height: 75px;
	display: inline-block;
	float: left;
	position: relative;
	padding-left: 63px;
}

.client-info .info {
	margin-top: 3px !important;
}
.client-info .rating .info h4
{
	color: #000 !important;
	font-style: italic;
	margin-bottom: 6px;
}
@media (max-width: 991px) {
	.testimoials-s2-slider .client-info .details,
	.testimoials-s2-grid-view .client-info .details {
		float: none;
		display: block;
	}
}

.testimoials-s2-slider .client-info .details .pic,
.testimoials-s2-grid-view .client-info .details .pic {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.testimoials-s2-slider .client-info .info,
.testimoials-s2-grid-view .client-info .info {
	margin-top: 15px;
}

.testimoials-s2-slider .client-info h4,
.testimoials-s2-grid-view .client-info h4 {
	font-size: 18px;
	font-size: 1.2rem;
	margin: 0;
}

@media (max-width: 991px) {
	.testimoials-s2-slider .client-info h4,
	.testimoials-s2-grid-view .client-info h4 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

@media (max-width: 767px) {
	.testimoials-s2-slider .client-info h4,
	.testimoials-s2-grid-view .client-info h4 {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.testimoials-s2-slider .client-info p,
.testimoials-s2-grid-view .client-info p {
	font-size: 14px;
	font-size: 0.93333rem;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.testimoials-s2-slider .client-info p,
	.testimoials-s2-grid-view .client-info p {
		font-size: 12px;
		font-size: 0.8rem;
	}
}

.testimoials-s2-slider .client-info .rating,
.testimoials-s2-grid-view .client-info .rating {
	display: inline-block;
	float: right;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.testimoials-s2-slider .client-info .rating,
	.testimoials-s2-grid-view .client-info .rating {
		float: none;
		display: block;
		margin: -20px 0 0 88px;
	}
}

.testimoials-s2-slider .client-info .rating i,
.testimoials-s2-grid-view .client-info .rating i {
	color: #fdc900;
}

@media screen and (min-width: 992px) {
	.testimoials-s2-slider .owl-controls .owl-nav,
	.testimoials-s2-grid-view .owl-controls .owl-nav {
		width: 100%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next {
	background: transparent;
	font-size: 20px;
	font-size: 1.33333rem;
	color: #051829;
}

@media screen and (min-width: 992px) {
	.testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
	.testimoials-s2-slider .owl-controls .owl-nav .owl-next,
	.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev,
	.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next {
		font-size: 24px;
		font-size: 1.6rem;
		position: absolute;
		padding: 0;
		margin: 0;
	}
}

@media screen and (min-width: 992px) {
	.testimoials-s2-slider .owl-controls .owl-nav .owl-prev,
	.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev {
		left: -70px;
	}
}

@media screen and (min-width: 992px) {
	.testimoials-s2-slider .owl-controls .owl-nav .owl-next,
	.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next {
		right: -70px;
	}
}

.testimoials-s2-slider .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-slider .owl-controls .owl-nav .owl-next:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-prev:hover,
.testimoials-s2-grid-view .owl-controls .owl-nav .owl-next:hover {
	background: transparent;
	color: #fdc900;
}

.testimonials-s2-grid-view-section {
	padding-bottom: 70px;
}
.testimoials-s2-grid {

	min-height: auto !important;
}

.testimoials-s2-grid  .height-2{

	min-height: 268px !important;
}
@media (max-width: 991px) {
	.testimonials-s2-grid-view-section {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.testimonials-s2-grid-view-section {
		padding-bottom: 40px;
	}
}

.testimoials-s2-grid-view {
	overflow: hidden;
	margin: 0 -15px;
}

.testimoials-s2-grid-view .testimoials-s2-grid {
	/*width: calc(50% - 30px);*/
	width: 100%;
	float: left;
	/*margin: 0 15px 30px;*/
	margin-bottom: 30px;
}

@media (max-width: 650px) {
	.testimoials-s2-grid-view .testimoials-s2-grid {
		width: calc(100% - 30px);
		float: none;
	}
}
/**** 404 page ***/
.error-page
{
	margin:70px 0px 70px 0px !important;
}
.error-page .error-heading
{
	margin-top:40px;
}
.error-page .error-heading h1
{
	font-size:4em !important;
	margin-bottom:12px !Important;
	color:#012958 !important;
}
.error-page .error-heading h3
{
	font-size:2em !important;
	margin-bottom:12px !Important;
	color:#012958 !important;

}
.error-page .error-heading span
{
	background-color:#012958;
	display:inline-block;
	height:4px;
	width:70px;
	margin-top:20px;
}
.error-page .error-heading p
{
	font-size:1.3em;
	margin:20px 0px 30px 0px;
}
@media (max-width: 630px)
{
	.error-page img
	{
		margin:0 auto;
		width:80%;
	}
	.error-page .error-heading
	{
		text-align:center;
		margin-top:0px;
	}
	.error-page .error-heading a
	{
		font-size:16px;
	}
	.error-page
	{
		margin: 30px 0px 70px 0px !important;
	}
}
/*--------------------------------------------------------------
#3.0    features
--------------------------------------------------------------*/
.features-title {
	border: 2px solid #fdc900;
	padding: 45px 30px;
	border-radius: 5px;
}

@media (max-width: 991px) {
	.features-title {
		margin-bottom: 40px;
		padding: 35px 30px;
	}
}

@media (max-width: 991px) {
	.features-title {
		padding: 25px 20px;
	}
}

.features-title h2 {
	font-size: 30px;
	font-size: 2rem;
	margin: 0 0 0.9em;
}

@media (max-width: 1199px) {
	.features-title h2 {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

@media (max-width: 767px) {
	.features-title h2 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.features-title p {
	margin: 0;
}

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

@media (max-width: 767px) {
	.feature-grid {
		margin-bottom: 35px;
		padding-bottom: 35px;
		border-bottom: 1px solid #e6e3e3;
	}
}

.feature-grid .icon {
	background-color: #fdc900;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin: 0 auto 35px;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.feature-grid .icon {
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
}

@media (max-width: 767px) {
	.feature-grid .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: 0 auto 25px;
	}
}

.feature-grid .icon .fi:before {
	font-size: 50px;
	color: #000;
}

@media (max-width: 1199px) {
	.feature-grid .icon .fi:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.feature-grid .icon .fi:before {
		font-size: 30px;
	}
}

.feature-grid h3 {
	font-size: 20px;
	font-size: 1.33333rem;
	margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
	.feature-grid h3 {
		font-size: 17px;
		font-size: 1.13333rem;
	}
}

.feature-grid p {
	margin-bottom: 1.7em;
}

@media (max-width: 767px) {
	.feature-grid p {
		margin-bottom: 1.4em;
	}
}

.feature-grid .more {
	color: #fdc900;
	font-weight: 600;
}

.features .row > .col:last-child .feature-grid {
	border: 0;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
#3.1    services-s3
--------------------------------------------------------------*/
.services-s3 {
	background-color: #e8f0f7;
	padding-bottom: 70px;
}

@media (max-width: 991px) {
	.services-s3 {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.services-s3 {
		padding-bottom: 40px;
	}
}

.services-s3-grids {
	overflow: hidden;
	margin: 0 -15px;
}

.services-s3-grids .grid {
	width: 33.33%;
	float: left;
	padding: 0 15px 30px;
	position: relative;
}

@media (max-width: 991px) {
	.services-s3-grids .grid {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.services-s3-grids .grid {
		width: 100%;
		float: none;
	}
	.blog-single-content .form-div
	{
		padding: 45px 0px 45px !important;

	}
	.post {
		padding: 0px !important;
	}
}

.services-s3-grids .grid:hover .details {
	background-color: #e4b500;
}

.services-s3-grids .grid:hover h3 a {
	color: #fff;
}

.services-s3-grids .grid .inner {
	position: relative;
	overflow: hidden;
}

.services-s3-grids .grid .details {
	background-color: #fdc900;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.services-s3-grids .grid img {
	border-radius: 5px;
}

.services-s3-grids .grid h3 {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0;
}

@media (max-width: 1199px) {
	.services-s3-grids .grid h3 {
		font-size: 15px;
		font-size: 1rem;
	}
}

.services-s3-grids .grid h3 a {
	display: block;
	color: #051829;
	padding: 12px 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/*--------------------------------------------------------------
#3.2    pricing
--------------------------------------------------------------*/
.pricing {
	text-align: center;
}

.pricing .pricing-tab {
	list-style-type: none;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 50px;
	border-radius: 5px;
}

.pricing .pricing-tab li {
	float: left;
}

.pricing .pricing-tab li a {
	display: block;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: bold;
	color: #fdc900;
	border: 2px solid #fdc900;
	padding: 15px 80px;
}

@media (max-width: 1199px) {
	.pricing .pricing-tab li a {
		font-size: 14px;
		font-size: 0.93333rem;
		border: 2px solid #fdc900;
		padding: 10px 50px;
	}
}

@media (max-width: 767px) {
	.pricing .pricing-tab li a {
		padding: 5px 30px;
	}
}

.pricing .pricing-tab li.active a {
	background-color: #fdc900;
	color: #051829;
}

.pricing .pricing-grids {
	overflow: hidden;
	margin: 0 -15px;
}

.pricing .pricing-grids .pricing-grid {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 15px 15px;
}

@media (max-width: 991px) {
	.pricing .pricing-grids .pricing-grid {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.pricing .pricing-grids .pricing-grid {
		width: 100%;
		float: none;
	}
}

.pricing .pricing-grids .pricing-details {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
}

.pricing .pricing-grids .pricing-header {
	background-color: #051829;
	padding: 40px 0;
	border-radius: 5px 5px 0 0;
	position: relative;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.pricing .pricing-grids .pricing-header {
		padding: 30px 0;
	}
}

.pricing .pricing-grids .pricing-header h3 {
	font-size: 24px;
	font-size: 1.6rem;
	color: #fdc900;
	margin: 0;
}

@media (max-width: 1199px) {
	.pricing .pricing-grids .pricing-header h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

@media (max-width: 991px) {
	.pricing .pricing-grids .pricing-header h3 {
		font-size: 17px;
		font-size: 1.13333rem;
	}
}

.pricing .pricing-grids .pricing-header .price {
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	position: relative;
}

@media (max-width: 1199px) {
	.pricing .pricing-grids .pricing-header .price {
		font-size: 40px;
		font-size: 2.66667rem;
	}
}

@media (max-width: 991px) {
	.pricing .pricing-grids .pricing-header .price {
		font-size: 35px;
		font-size: 2.33333rem;
	}
}

.pricing .pricing-grids .pricing-header .price span {
	font-size: 28px;
	font-size: 1.86667rem;
	position: relative;
	top: -13px;
}

@media (max-width: 991px) {
	.pricing .pricing-grids .pricing-header .price span {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.pricing .pricing-grids .pricing-header .sing-up {
	background-color: #fdc900;
	width: 165px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: 600;
	color: #051829;
	display: inline-block;
	border-radius: 5px;
}

@media (max-width: 1199px) {
	.pricing .pricing-grids .pricing-header .sing-up {
		width: 125px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

@media (max-width: 991px) {
	.pricing .pricing-grids .pricing-header .sing-up {
		width: 110px;
		height: 35px;
		line-height: 35px;
	}
}

.pricing .pricing-grids .pricing-header .off {
	background-color: #fd3e03;
	color: #fff;
	display: block;
	padding: 0 25px;
	position: absolute;
	right: -32px;
	top: -24px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.pricing .pricing-grids .pricing-body {
	padding: 40px 15px;
}

.pricing .pricing-grids .pricing-body ul {
	list-style-type: none;
}

.pricing .pricing-grids .pricing-body ul li {
	color: #6a6a6a;
}

.pricing .pricing-grids .pricing-body ul li i {
	color: #fdc900;
}

.pricing .pricing-grids .pricing-body ul > li + li {
	margin-top: 17px;
}

@media (max-width: 991px) {
	.pricing .pricing-grids .pricing-body ul > li + li {
		margin-top: 14px;
	}
}

.pricing .pricing-grids .pricing-footer {
	border-top: 1px solid #d9d9d9;
	padding: 19px 0;
}

@media (max-width: 1199px) {
	.pricing .pricing-grids .pricing-footer {
		padding: 14px 0;
	}
}

.pricing .pricing-grids .pricing-footer a {
	font-size: 15px;
	font-size: 1rem;
	color: #051829;
}

.pricing .pricing-grids .pricing-footer a span {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 600;
}

.pricing .pricing-grids .pricing-footer a:hover {
	color: #fdc900;
}

/*--------------------------------------------------------------
#4.0	faq-pg-section
--------------------------------------------------------------*/
.faq-pg-section .section-title-s4 p span {
	display: block;
	font-weight: 600;
}

@media screen and (min-width: 992px) {
	.faq-pg-section .faq-section {
		border: 1px solid #dee0e1;
		padding: 70px;
		border-radius: 5px;
	}
}

/*--------------------------------------------------------------
#5.0	service-single-section
--------------------------------------------------------------*/
.service-single-content .title {
	position: relative;
	margin-top: 52px;
}

@media screen and (min-width: 1200px) {
	.service-single-content .title {
		padding-right: 340px;
	}
}

@media (max-width: 767px) {
	.service-single-content .title {
		margin-top: 40px;
	}
}

.service-single-content .title h3 {
	font-size: 25px;
	font-size: 1.66667rem;
	margin: 0 0 2em;
}

@media (max-width: 991px) {
	.service-single-content .title h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

@media (max-width: 767px) {
	.service-single-content .title h3 {
		font-size: 17px;
		font-size: 1.13333rem;
	}
}

.service-single-content .download {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 1199px) {
	.service-single-content .download {
		position: static;
		margin-bottom: 40px;
	}
}

.service-single-content .download a {
	padding: 10px 20px 10px 40px;
	border: 2px solid #fdc900;
	color: #6a6a6a;
	font-weight: 600;
	position: relative;
}

@media (max-width: 1199px) {
	.service-single-content .download a {
		padding: 7px 15px 7px 30px;
	}
}

@media (max-width: 991px) {
	.service-single-content .download a {
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 5px 15px 5px 30px;
	}
}

.service-single-content .download a i {
	position: absolute;
	left: 20px;
}

@media (max-width: 1199px) {
	.service-single-content .download a i {
		left: 10px;
	}
}

.service-single-content .details ul {
	list-style-type: none;
	padding: 2em 0 3em;
}

.service-single-content .details ul li {
	position: relative;
	padding-left: 75px;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.service-single-content .details ul li {
		padding-left: 45px;
	}
}

.service-single-content .details ul > li + li {
	margin-top: 45px;
}

@media (max-width: 1199px) {
	.service-single-content .details ul > li + li {
		margin-top: 20px;
	}
}

.service-single-content .details ul li i {
	background-color: #fdc900;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.service-single-content .details ul li i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}

.service-single-content .details p {
	margin-bottom: 2em;
}

@media (max-width: 991px) {
	.service-single-content .details h4 {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

/*--------------------------------------------------------------
#6.0	service-single-section
--------------------------------------------------------------*/
.project-single-section .project-single-details {
	border: 2px solid #fdc900;
	padding: 60px 50px;
	border-radius: 5px;
}

@media (max-width: 1199px) {
	.project-single-section .project-single-details {
		padding: 40px 30px;
	}
}

@media (max-width: 991px) {
	.project-single-section .project-single-details {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.project-single-section .project-single-details {
		padding: 30px 25px;
	}
}

.project-single-section .project-single-details h3 {
	font-size: 25px;
	font-size: 1.66667rem;
	margin: 0 0 0.75em;
}

@media (max-width: 991px) {
	.project-single-section .project-single-details h3 {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

.project-single-section .project-info {
	list-style-type: none;
	padding-top: 40px;
}

@media (max-width: 991px) {
	.project-single-section .project-info {
		padding-top: 20px;
	}
}

.project-single-section .project-info li {
	font-size: 15px;
	font-size: 1rem;
}

@media (max-width: 767px) {
	.project-single-section .project-info li {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.project-single-section .project-info li span {
	color: #051829;
	font-weight: 600;
}

.project-single-section .project-info > li + li {
	margin-top: 13px;
}

.project-single-section .project-info i {
	color: #fdc900;
	display: inline-block;
	padding-right: 5px;
}

/*--------------------------------------------------------------
#6.0	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section {
	/*** contact form ***/
}

.contact-pg-section .contact-info ul li {
	padding-left: 45px;
	position: relative;
	list-style-type: none;
}

.contact-pg-section .contact-info ul > li + li {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.contact-pg-section .contact-info ul > li + li {
		margin-top: 25px;
	}
}

.contact-pg-section .contact-info .icon {
	background-color: #fdc900;
	width: 35px;
	height: 35px;
	line-height: 38px;
	font-size: 18px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.contact-pg-section .contact-info p {
	font-size: 17px;
	font-size: 1.13333rem;
	font-weight: bold;
	line-height: 1.4em;
	color: #051829;
	margin: 0;
}
.join-our-team-num
{
	font-weight: bold;
	font-size: 43px;
	margin-right: 21px;
	color: #fb9d18;
}
@media (max-width: 1199px) {
	.contact-pg-section .contact-info p {
		font-size: 15px;
		font-size: 1rem;
	}
}

.contact-pg-section .contact-info p span {
	display: block;
	color: #969fab;
}

.contact-pg-section .location-map {
	background-color: red;
	height: 357px;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.contact-pg-section .location-map {
		margin-top: 40px;
	}
}

.contact-pg-section .contact-form {
	margin-top: 70px;
}

.contact-pg-section .contact-form > div {
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.contact-pg-section .contact-form > div {
		margin-bottom: 20px;
	}
}

.contact-pg-section .contact-form label {
	font-size: 22px;
	font-size: 1.46667rem;
	color: #051829;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.contact-pg-section .contact-form label {
		font-size: 15px;
		font-size: 1rem;
	}
}

.contact-pg-section .contact-form input,
.contact-pg-section .contact-form textarea {
	height: 45px;
	border: 2px solid #d1d7e0;
	border-radius: 10px;
}

@media (max-width: 991px) {
	.contact-pg-section .contact-form input,
	.contact-pg-section .contact-form textarea {
		height: 35px;
		border: 1px solid #d1d7e0;
		border-radius: 5px;
	}
}

.contact-pg-section .contact-form textarea {
	height: 230px;
}

@media (max-width: 991px) {
	.contact-pg-section .contact-form textarea {
		height: 150px;
	}
}

.contact-pg-section .contact-form .submit-btn {
	margin-bottom: 0;
}

.contact-pg-section .contact-form .submit-btn button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-size: 1.2rem;
	padding: 0;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.contact-pg-section .contact-form .submit-btn button {
		height: 45px;
		line-height: 45px;
		font-size: 15px;
		font-size: 1rem;
	}
}

@media (max-width: 991px) {
	.contact-pg-section .contact-form .submit-btn button {
		height: 40px;
		line-height: 40px;
	}
}

.contact-pg-section #contact-form-s2 #loader i {
	color: #051829;
}

/*--------------------------------------------------------------
#7.0	blog-grid section
--------------------------------------------------------------*/
.blog-grid-section .news-grids {
	overflow: hidden;
	padding-top: 0;
}

.blog-grid-section .news-grids .grid {
	margin-bottom: 30px;
}

.blog-grid-section .news-grids > .grid:last-child {
	margin-top: 0;
}

.blog-grid-section .pagination-wrapper {
	margin-top: 50px;
}

.blog-post-lists .post-body
{
	margin-bottom: 40px;
}


/* register */
.signup-form {
	width: 390px;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 100%;
}
.signup-form h2 {
	color: #636363;
	margin: 0 0 15px;
	text-align: center;
}
.signup-form .lead {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}
.signup-form form {
	border-radius: 1px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}
.signup-form .form-group {
	margin-bottom: 20px;
}
.signup-form label {
	font-weight: normal;
	font-size: 13px;
}
.signup-form .form-control {
	min-height: 38px;
	box-shadow: none !important;
	border-width: 0 0 1px 0;
}
.signup-form .input-group-addon {
	max-width: 42px;
	text-align: center;
	background: none;
	border-width: 0 0 1px 0;
	padding-left: 5px;
}
.signup-form .btn {
	font-size: 16px;
	font-weight: bold;
	background: #03a1da;
	border-radius: 3px;
	border: none;
	min-width: 140px;
	outline: none !important;
}
.signup-form .btn:hover, .signup-form .btn:focus {
	background: #01bef3;
}
.signup-form a {
	color: #01bef3;
	text-decoration: none;
}
.signup-form a:hover {
	text-decoration: underline;
}
.signup-form .fa {
	font-size: 21px;
}
.signup-form .fa-paper-plane {
	font-size: 17px;
}
.signup-form .fa-check {
	color: #fff;
	left: 9px;
	top: 18px;
	font-size: 7px;
	position: absolute;
}

@media (max-width: 991px) {
	.blog-grid-section .pagination-wrapper {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.blog-grid-section .pagination-wrapper {
		margin-top: 20px;
	}

	.blog-post-lists .badge-light
	{
		margin-bottom: 8px;
	}
}

/*--------------------------------------------------------------
# blog with sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	blog-with-sidebar
--------------------------------------------------------------*/
.blog-with-sidebar .news-grids {
	padding-top: 0;
}

.blog-with-sidebar .news-grids .grid {
	width: 50%;
	margin-bottom: 30px;
}

@media (max-width: 580px) {
	.blog-with-sidebar .news-grids .grid {
		width: 100%;
	}
}

.blog-with-sidebar .news-grids > .grid:last-child {
	margin-top: 0;
}

.blog-with-sidebar .pagination-wrapper {
	margin-top: 50px;
}

.close {

	font-size: 33px;
}

@media (max-width: 991px) {
	.blog-with-sidebar .pagination-wrapper {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.blog-with-sidebar .pagination-wrapper {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------
	blog details page
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	blog-single-content
--------------------------------------------------------------*/
.blog-single {
	background-color: #f2f2f2;
}

.blog-single-content {
	/*** post ***/
	/*** tags ***/
	/*** comments ***/
}

.blog-single-content ul {
	list-style: none;
}

@media screen and (min-width: 992px) {
	.blog-single-content {
		margin-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.blog-single-content {
		margin-bottom: 100px;
	}
}

.blog-single-content .post-title-meta .btn {
	background-color: #051829;
	font-size: 12px;
	font-size: 0.8rem;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 13px;
	border: 0;
	border-radius: 0;
	cursor: auto;
}

.blog-single-content .post-title-meta h2 {
	font-size: 30px;
	font-size: 2rem;
	font-weight: blod;
	margin: 0.57em 0 0.53em;
	line-height: 1.3em;
	color: #1a1a1a;
}

@media screen and (min-width: 1200px) {
	.blog-single-content .post-title-meta h2 {
		padding-right: 200px;
	}
}

@media (max-width: 767px) {
	.blog-single-content .post-title-meta h2 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

.blog-single-content .post-title-meta ul {
	overflow: hidden;
	margin-bottom: 24px;
}

.blog-single-content .post-title-meta ul li {
	font-size: 14px;
	font-size: 0.93333rem;
	float: left;
	text-transform: uppercase;
	margin-right: 8px;
	padding-right: 8px;
	position: relative;
}

.blog-single-content .post-title-meta ul li:after {
	content: "/";
	color: #999999;
	position: absolute;
	right: 0;
}

.blog-single-content .post-title-meta ul li:last-child:after {
	display: none;
}

.blog-single-content .post-title-meta ul li a {
	color: #999999;
}

.blog-single-content .post-title-meta ul li a:hover {
	color: #051829;
}

.blog-single-content h3 {
	font-size: 21px;
	font-size: 1.4rem;
	color: #1a1a1a;
	margin: 0;
}
.blog-single-content .post {
	padding: 45px 70px 45px !important;
}

@media (max-width: 767px) {
	.blog-single-content h3 {
		font-size: 18px;
	}
}

.blog-single-content p {
	font-size: 16px;
	font-size: 1.06667rem;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.blog-single-content p {
		font-size: 14px;
	}
}

.blog-single-content .post,
.blog-single-content .comments {
	background-color: #fff;
}

.blog-single-content .post {
	padding: 0 45px 70px 45px;
}

@media (max-width: 991px) {
	.blog-single-content .post {
		padding: 0 45px 45px;
	}
}

@media (max-width: 767px) {
	.blog-single-content .post {
		padding: 0 20px 45px 20px;
	}
}

.blog-single-content .post h3 {
	margin: 1.9em 0 0.9em;
}

.blog-single-content .post .media {
	margin: 0 -45px 48px;
}

@media (max-width: 767px) {
	.blog-single-content .post .media {
		margin: 0 -20px 40px;
	}
}

.blog-single-content .gallery-post {
	margin: 35px 0 0;
}

.blog-single-content .gallery-post .gallery {
	overflow: hidden;
}

.blog-single-content .gallery-post .gallery > div:first-child {
	width: 60%;
	float: left;
}

.blog-single-content .gallery-post .gallery > div:last-child {
	width: 38%;
	float: right;
}

.blog-single-content .tag-share {
	overflow: hidden;
	margin: 25px 0 15px;
	/*** share ***/
}

@media (max-width: 767px) {
	.blog-single-content .tag-share {
		margin: 25px 0;
	}
}

.blog-single-content .tag-share > div {
	display: inline-block;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-content .tag-share > div {
		display: block;
		float: none !important;
	}
}

.blog-single-content .tag-share > div:last-child {
	float: right;
}

.blog-single-content .tag-share > div:first-child {
	padding-left: 20px;
}

.blog-single-content .tag-share > div:first-child span {
	font-size: 15px;
	font-size: 1rem;
	font-weight: bold;
	color: #000;
	margin-right: 25px;
	position: relative;
	top: -11px;
}

@media (max-width: 991px) {
	.blog-single-content .tag-share > div:first-child {
		padding-left: 0;
	}
	.blog-single-content .tag-share > div:first-child span {
		font-size: 14px;
		font-size: 0.93333rem;
		margin-right: 15px;
		top: -20px;
	}
}

@media (max-width: 767px) {
	.blog-single-content .tag-share > div:first-child {
		padding-left: 0;
	}
	.blog-single-content .tag-share > div:first-child span {
		font-size: 14px;
		font-size: 0.93333rem;
		margin-right: 15px;
		top: 0;
		display: block;
		margin-bottom: 5px;
	}
}

.blog-single-content .tag-share ul {
	display: inline-block;
	overflow: hidden;
}

.blog-single-content .tag-share ul li {
	float: left;
	margin-right: 12px;
}

.blog-single-content .tag-share ul li:last-child {
	margin-right: 0;
}

.blog-single-content .tag-share .tag a {
	background-color: #fff;
	font-size: 14px;
	font-size: 0.93333rem;
	color: #333333;
	display: inline-block;
	text-align: center;
	padding: 7px 15px;
	text-transform: lowercase;
}

@media (max-width: 991px) {
	.blog-single-content .tag-share .tag a {
		padding: 5px 10px;
		margin-bottom: 10px;
	}
}

.blog-single-content .tag-share .tag a:hover {
	background-color: #fdc900;
	color: #fff;
}

.blog-single-content .tag-share .share {
	padding-bottom: 0;
}

.blog-single-content .tag-share .share li {
	opacity: 0.9;
}

.blog-single-content .tag-share .share li:hover {
	opacity: 1;
}

.blog-single-content .tag-share .share li:first-child {
	background-color: #106ed2;
}

.blog-single-content .tag-share .share li:nth-child(2) {
	background-color: #3ad0fb;
}

.blog-single-content .tag-share .share li:last-child {
	background-color: #1379bb;
}

.blog-single-content .tag-share .share a {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #fff;
	display: inline-block;
	padding: 6px 15px;
}

@media (max-width: 991px) {
	.blog-single-content .tag-share .share a {
		font-size: 14px;
		font-size: 0.93333rem;
		padding: 5px 10px;
	}
}

.blog-single-content .tag-share .share a i {
	display: inline-block;
	padding-right: 4px;
}

.blog-single-content .comments {
	padding: 55px 45px 0;
	/*** .article ***/
}

@media (max-width: 1199px) {
	.blog-single-content .comments {
		padding: 45px 25px 0;
	}
}

@media (max-width: 767px) {
	.blog-single-content .comments {
		padding: 40px 25px 0;
	}
}

.blog-single-content .comments .title {
	margin-bottom: 65px;
}

.blog-single-content .comments h3 {
	font-size: 22px;
	font-size: 1.46667rem;
	text-align: center;
	font-weight: bold;
}

.blog-single-content .comments > ol {
	padding-left: 0;
}

.blog-single-content .comments ol {
	list-style: none;
}

.blog-single-content .comments ol > li {
	margin-bottom: 35px;
}

.blog-single-content .comments ol > li:last-child {
	margin-bottom: 0;
}

.blog-single-content .comments ol > li > ol {
	margin-left: 28px;
	margin-top: 35px;
	padding: 0;
}

@media (max-width: 767px) {
	.blog-single-content .comments ol > li > ol {
		margin: 30px 0 0 0;
	}
}

.blog-single-content .comments ol > li > ol > li {
	background-color: #fafafa;
	padding: 30px;
	margin-bottom: 35px !important;
}

@media (max-width: 767px) {
	.blog-single-content .comments ol > li > ol > li {
		padding: 20px;
	}
}

.blog-single-content .comments ol > li > ol > li:last-child {
	margin-bottom: 0 !important;
}

.blog-single-content .comments .article {
	overflow: hidden;
}

.blog-single-content .comments .article h4 {
	font-size: 16px;
	font-size: 1.06667rem;
	margin: 0;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.blog-single-content .comments .article h4 {
		font-size: 14px;
	}
}

.blog-single-content .comments .article p {
	font-size: 15px;
	font-size: 1rem;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.blog-single-content .comments .article p {
		font-size: 14px;
	}
}

.blog-single-content .comments .article .replay button {
	background-color: transparent;
	font-size: 16px;
	font-size: 1.06667rem;
	font-weight: bold;
	color: #051829;
	padding: 0;
	border: 0;
	outline: 0;
}

@media (max-width: 767px) {
	.blog-single-content .comments .article .replay button {
		font-size: 14px;
	}
}

.blog-single-content .comments .article .author-meta {
	overflow: hidden;
	margin-bottom: 5px;
}

.blog-single-content .comments .article .author-meta > div {
	display: inline-block;
}

.blog-single-content .comments .article .author-meta > div:last-child {
	font-size: 13px;
	font-size: 0.86667rem;
	color: gray;
	padding-left: 5px;
}

.blog-single-content .comments .article .author-pic {
	width: 10%;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-content .comments .article .author-pic {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

.blog-single-content .comments .article .details {
	width: 90%;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-content .comments .article .details {
		width: 100%;
		float: none;
	}
}

.blog-single-content .comment-respond {
	margin-top: 75px;
}

.blog-single-content .comment-respond h3 {
	margin: 0 0 2em;
}

.blog-single-content .comment-respond form {
	margin: 0 -15px;
	position: relative;
}

.blog-single-content .comment-respond form input,
.blog-single-content .comment-respond form textarea {
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #cccccc;
}

.blog-single-content .comment-respond form textarea {
	height: 110px;
}

.blog-single-content .comment-respond form > div {
	margin-bottom: 50px;
}

.blog-single-content .comment-respond form .theme-btn-s2 {
	text-transform: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	left: 50%;
	bottom: -100px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 991px) {
	.blog-single-content .comment-respond form .theme-btn-s2 {
		position: relative;
		bottom: 0;
	}
}

/*--------------------------------------------------------------
	shop grid page
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.0	products-section
--------------------------------------------------------------*/
.shop .products-grids > .col {
	margin-bottom: 30px;
}

@media (max-width: 500px) {
	.shop .products-grids > .col {
		width: 100%;
	}
}

/*--------------------------------------------------------------
	shop with sidebar page
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	shop-main-content
--------------------------------------------------------------*/
.shop-with-sidebar .products-grids {
	overflow: hidden;
}

.shop-with-sidebar .products-grids .grid-wrapper {
	width: 33.33%;
	float: left;
	padding: 0 7.5px;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.shop-with-sidebar .products-grids .grid-wrapper {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.shop-with-sidebar .products-grids .grid-wrapper {
		width: 100%;
	}
}

.shop-with-sidebar .products-grids .grid {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 3px 0;
}

/*--------------------------------------------------------------
	Shop details page
	--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	products-section
--------------------------------------------------------------*/
.shop-details-main-content {
	/*** product slider ***/
	/*** product info ***/
	/*** upsell product **/
}

.shop-details-main-content .shop-single-slider-wrapper .slider-for {
	text-align: center;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-for img {
	display: inline-block;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav {
	padding: 0 25px;
	margin-top: 35px;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav > i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav > i:hover {
	cursor: pointer;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .nav-btn-rt {
	left: auto;
	right: 0;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide {
	text-align: center;
}

.shop-details-main-content .shop-single-slider-wrapper .slider-nav .slick-slide img {
	display: inline-block;
}

.shop-details-main-content .product-details {
	padding: 30px 30px 93px;
	/*** product option ***/
}

@media (max-width: 1199px) {
	.shop-details-main-content .product-details {
		padding: 40px 30px 85px;
	}
}

@media (max-width: 991px) {
	.shop-details-main-content .product-details {
		margin-top: 45px;
		padding: 40px 30px;
	}
}

@media (max-width: 767px) {
	.shop-details-main-content .product-details {
		padding: 0;
	}
}

.shop-details-main-content .product-details h2 {
	font-size: 27px;
	font-size: 1.8rem;
	line-height: 1.3em;
	margin: 0 0 0.33em;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-details h2 {
		font-size: 22px;
		font-size: 1.46667rem;
	}
}

.shop-details-main-content .product-details .rating i {
	font-size: 16px;
	font-size: 1.06667rem;
	color: #fdc900;
}

.shop-details-main-content .product-details .price {
	font-size: 36px;
	font-size: 2.4rem;
	color: #051829;
	margin: 7px 0 14px;
}

@media (max-width: 991px) {
	.shop-details-main-content .product-details .price {
		font-size: 30px;
		font-size: 2rem;
	}
}

@media (max-width: 767px) {
	.shop-details-main-content .product-details .price {
		font-size: 25px;
		font-size: 1.66667rem;
	}
}

.shop-details-main-content .product-details .price .old {
	font-size: 24px;
	font-size: 1.6rem;
	font-weight: normal;
	color: #9d9d9d;
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
}

@media (max-width: 991px) {
	.shop-details-main-content .product-details .price .old {
		font-size: 20px;
		font-size: 1.33333rem;
	}
}

@media (max-width: 767px) {
	.shop-details-main-content .product-details .price .old {
		font-size: 18px;
		font-size: 1.2rem;
	}
}

.shop-details-main-content .product-details p {
	margin: 0;
}

.shop-details-main-content .product-details .product-option {
	margin-top: 45px;
}

.shop-details-main-content .product-details .product-option .p-row {
	overflow: hidden;
}

.shop-details-main-content .product-details .product-option .p-row > div {
	height: 35px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.shop-details-main-content .product-details .product-option .p-row > div:first-child {
	width: 85px;
}

.shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s2:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s3:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4:hover, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s5:hover {
	background: #051829;
	border-color: #051829;
	color: #fff;
}

.shop-details-main-content .product-details .product-option .theme-btn, .shop-details-main-content .product-details .product-option .theme-btn-s2, .shop-details-main-content .product-details .product-option .theme-btn-s3, .shop-details-main-content .product-details .product-option .theme-btn-s4, .shop-details-main-content .product-details .product-option .theme-btn-s5 {
	font-size: 16px;
	font-size: 1.06667rem;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-details .product-option .theme-btn, .shop-details-main-content .product-details .product-option .theme-btn-s2, .shop-details-main-content .product-details .product-option .theme-btn-s3, .shop-details-main-content .product-details .product-option .theme-btn-s4, .shop-details-main-content .product-details .product-option .theme-btn-s5 {
		font-size: 14px;
		font-size: 0.93333rem;
	}
}

.shop-details-main-content .product-details .product-option .theme-btn:before, .shop-details-main-content .product-details .product-option .theme-btn-s2:before, .shop-details-main-content .product-details .product-option .theme-btn-s3:before, .shop-details-main-content .product-details .product-option .theme-btn-s4:before, .shop-details-main-content .product-details .product-option .theme-btn-s5:before {
	display: none;
}

.shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s2, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s3, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s4, .shop-details-main-content .product-details .product-option .p-row > div:last-child .theme-btn-s5 {
	background-color: #fff;
	color: #051829;
	border: 1px solid #e6e6e6;
}

.shop-details-main-content .product-details #count-product {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.shop-details-main-content .product-details #count-product:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	border-color: #e6e6e6;
}

.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-main-content .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
	background-color: #051829;
	color: #fff;
}

.shop-details-main-content .product-info {
	margin-top: 75px;
	/*** tabs ***/
	/*** client review ***/
	/*** review form ***/
}

.shop-details-main-content .product-info h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.7em;
}

.shop-details-main-content .product-info p {
	font-size: 14px;
}

.shop-details-main-content .product-info .tab-pane p:last-child {
	margin-bottom: 0;
}

.shop-details-main-content .product-info .nav-tabs {
	border: 0;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .nav-tabs {
		margin-bottom: 20px;
	}
}

.shop-details-main-content .product-info .nav-tabs li {
	margin-right: 45px;
	border: 0;
}

.shop-details-main-content .product-info .nav-tabs li:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .nav-tabs li {
		margin-right: 15px;
	}
}

.shop-details-main-content .product-info .nav-tabs li.active a {
	border: 0;
	outline: 0;
}

.shop-details-main-content .product-info .nav-tabs a {
	font-size: 18px;
	color: #b3b3b3;
	border: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .nav-tabs a {
		font-size: 16px;
		font-size: 1.06667rem;
	}
}

.shop-details-main-content .product-info .nav-tabs a:hover,
.shop-details-main-content .product-info .nav-tabs .active a {
	background: transparent;
	color: #051829;
}

.shop-details-main-content .product-info .client-review {
	overflow: hidden;
	margin-bottom: 30px;
}

.shop-details-main-content .product-info .client-review:last-child {
	margin-bottom: 0;
}

.shop-details-main-content .product-info .client-review .client-pic {
	width: 14%;
	float: left;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .client-review .client-pic {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

.shop-details-main-content .product-info .client-review .details {
	width: 86%;
	float: right;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .client-review .details {
		width: 100%;
		float: none;
	}
}

.shop-details-main-content .product-info .client-review .name-rating-time {
	border-bottom: 1px solid #e6e6e6;
	margin-top: -5px;
}

@media (max-width: 991px) {
	.shop-details-main-content .product-info .client-review .name-rating-time {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .client-review .name-rating-time {
		padding-bottom: 3px;
	}
}

.shop-details-main-content .product-info .client-review .name-rating-time > div,
.shop-details-main-content .product-info .client-review .name-rating > div {
	display: inline-block;
	font-size: 14px;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .client-review .name-rating-time > div,
	.shop-details-main-content .product-info .client-review .name-rating > div {
		font-size: 12px;
		display: block;
	}
	.shop-details-main-content .product-info .client-review .name-rating-time > div h4,
	.shop-details-main-content .product-info .client-review .name-rating > div h4 {
		font-size: 12px;
	}
}

.shop-details-main-content .product-info .client-review .rating {
	font-size: 14px;
	padding-left: 10px;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .client-review .rating {
		padding-left: 0;
		margin: 2px 0 7px;
	}
}

.shop-details-main-content .product-info .client-review .name-rating-time .time {
	float: right;
	color: #b3b3b3;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .client-review .name-rating-time .time {
		float: none;
	}
}

.shop-details-main-content .product-info .client-review .review-body {
	padding-top: 8px;
}

.shop-details-main-content .product-info .client-review .review-body p {
	font-size: 14px;
}

@media screen and (min-width: 1200px) {
	.shop-details-main-content .product-info .review-form-wrapper {
		padding-left: 45px;
	}
}

@media (max-width: 991px) {
	.shop-details-main-content .product-info .review-form {
		margin-top: 45px;
	}
}

.shop-details-main-content .product-info .review-form h4 {
	margin-bottom: 1.73em;
}

.shop-details-main-content .product-info .review-form form input,
.shop-details-main-content .product-info .review-form form textarea {
	border-radius: 0;
}

.shop-details-main-content .product-info .review-form form input:focus,
.shop-details-main-content .product-info .review-form form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.shop-details-main-content .product-info .review-form form textarea {
	height: 130px;
}

.shop-details-main-content .product-info .review-form form > div {
	margin-bottom: 27px;
}

.shop-details-main-content .product-info .review-form form > div:last-child {
	margin-bottom: 0;
}

.shop-details-main-content .product-info .review-form form .rating-post > div {
	display: inline-block;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .review-form form .rating-post > div {
		display: block;
		float: none !important;
	}
}

.shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
	float: right;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .review-form form .rating-post > div:last-child {
		margin-top: 20px;
	}
}

.shop-details-main-content .product-info .review-form form .rating a {
	font-size: 14px;
	color: #cccccc;
	display: inline-block;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.shop-details-main-content .product-info .review-form form .rating a {
		font-size: 12px;
		margin-right: 5px;
	}
}

.shop-details-main-content .product-info .review-form form .rating a:last-child {
	margin: 0;
}

.shop-details-main-content .product-info .review-form form .rating a:hover {
	color: #051829;
}

.shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-main-content .product-info .review-form form .theme-btn-s2, .shop-details-main-content .product-info .review-form form .theme-btn-s3, .shop-details-main-content .product-info .review-form form .theme-btn-s4, .shop-details-main-content .product-info .review-form form .theme-btn-s5 {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (min-width: 767px) {
	.shop-details-main-content .product-info .review-form form .theme-btn, .shop-details-main-content .product-info .review-form form .theme-btn-s2, .shop-details-main-content .product-info .review-form form .theme-btn-s3, .shop-details-main-content .product-info .review-form form .theme-btn-s4, .shop-details-main-content .product-info .review-form form .theme-btn-s5 {
		font-size: 15px;
		font-size: 1rem;
		padding: 0 25px;
	}
}

.shop-details-main-content .upsell-product {
	padding-top: 140px;
}

@media (max-width: 991px) {
	.shop-details-main-content .upsell-product {
		padding-top: 90px;
	}
}

@media (max-width: 767px) {
	.shop-details-main-content .upsell-product {
		padding-top: 80px;
	}

	.td-purchSE h4 {
		padding-bottom: 6px;
		padding-top: 54px;
	}
	.b-img {
		/* width: 100%; */
		/* float: right; */
		width: 100% !important;
		float: left !important;
	}

	.td-tabs
	{
		width: 100% !important;
	}
}

.shop-details-main-content .upsell-product .title {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.shop-details-main-content .upsell-product .title {
		margin-bottom: 20px;
	}
}

.shop-details-main-content .upsell-product .title h2 {
	font-size: 36px;
	margin: 0;
	text-transform: capitalize;
	text-align: center;
}

@media (max-width: 767px) {
	.shop-details-main-content .upsell-product .title h2 {
		font-size: 25px;
	}
}

.shop-details-main-content .upsell-product .title h2 span {
	color: #051829;
}

.shop-details-main-content .upsell-product-slider .grid {
	width: auto !important;
}

.shop-details-main-content .upsell-product-slider .owl-controls {
	margin: 0;
}

.shop-details-main-content .upsell-product-slider .owl-dots span {
	background-color: #fff;
	width: 12px;
	height: 12px;
	border: 2px solid #000;
	margin: 0 5px 0 0;
}

.shop-details-main-content .upsell-product-slider .owl-dots .active span {
	background-color: #051829;
	width: 14px;
	height: 14px;
	border-color: #051829;
}

/*# sourceMappingURL=style.css.map */


/****************** Custom Css ***********************/
.site-header #navbar > ul .sub-menu
{
	background-color: #012958 !important;
}
.site-header #navbar > ul > li .sub-menu li
{
	border-bottom: 1px solid #012958;
}
.site-header #navbar > ul > li .sub-menu a
{
	color: #ffffff;
}
.site-header #navbar > ul > li .sub-menu a:hover
{
	background-color: #03a1da;
}
.site-header #navbar .close-navbar
{
	background-color: #03a1da;
}
.site-header .navbar-header button
{
	background-color: #012958;
}
.sticky-btn
{
	padding:15px 30px;
	color:#fff  !important;
	display: inline-block !important;
	position: fixed;
	right: -85px;
	top:50%;
	border:3px solid #012958 !important;
	font-size: 1rem;
	cursor: pointer;
	font-weight: 600;
	border-radius: 3px !important;
	z-index:1000;
	transform: rotate(-90deg);
}
.promotional
{
	background-color:#03a1da;
	background-image:url('../images/promotional.png');
	padding:70px 0px 60px 0px;


}
.promotional a
{
	padding:8px 40px !important;
}
.promotional h3
{
	color:#fff;
	font-size:1.8em;
}
.pad-left
{
	padding-left:0px !important;
}
.pad-right
{
	padding-right:0px !important;
}
.margin-bottom
{
	margin-bottom:0px !important;

}
.section-heading-margin
{
	margin: 0 0 0.83em !important;
}
.font-weight-600
{
	font-weight:600 !important;
}
.custom-btn
{
	padding: 5px 28px !important;
	font-weight: 600 !important;
	border-radius:3px;
}
.color-darkblue
{
	color:#03596b !important
}
.back-darkblue
{
	background-color:#012958 !important;
}
a.color-blue:hover
{
	color:#02739c !important;
}
.color-blue
{
	color:#03a1da !important
}
.color-white
{
	color:#fff !important;
}
.color-black
{
	color:#000 !important;
}
.heading-black
{
	color:#051829 !important;
}
.custom-btn-white
{
	background-color:transparent;
	border-color:#fff;
	color:#fff;

}
.custom-btn-blue
{
	background-color:#03a1da;
	border-color:#03a1da;
	color:#fff !important;

}
.custom-btn-blue:hover
{
	background-color:#01bef3;
	border-color:#01bef3;
}
.slider-btn
{
	background-color:#fff;
	border-color:#fff;
	color:#000;

}
.slider-btn:hover
{
	background-color:#fff;
	color:#03596b;

}
.topbar-style-2 .custom-btn-blue
{
	margin-left:10px;
}
.slider-btn-2
{
	background-color:transparent;
	border-color:#fff;
	color:#fff;

}
button.slider-btn-2
{
	margin-top:15px;
}
.modal-apply button
{
	color:black !Important;
}
.slider-btn-2:hover
{
	background-color:#fff;
	border-color:#fff;
	color:#000;
}
.custom-btn-white:hover
{
	background-color:#fff !important;
	color:#000;
}
.section-title
{
	margin-bottom:20px;
}
.section-title h2,.section-title-s2 h2
{
	padding-bottom:0.9em !important;
}
.section-title h2:before, .section-title-white h2:before, .section-title-s2 h2:before, .section-title-s3 h2:before, .section-title-s4 h2:before
{
	background-color:#03a1da !important;
}
.header-style-2 #navbar > ul > li > a:before
{
	background-color: #00819d ;
}
/*.hero {
	height: 480px !important;
}*/
.hero .slide .row
{
	vertical-align: top;
}
.hero .slide .slide-caption h2
{
	margin:140px 0px 0px 0px ;
}
.hero .slick-prev, .hero .slick-next
{
	background-color:transparent !important;

}
.hero .slick-prev, .hero .slick-next,.hero .slick-prev, .hero .slick-next
{
	top: 240px;
}
.card-custom
{
	width:auto;
	padding:40px 20px 50px 20px;
	border:1px solid  #e4e4e4;
	border-radius: 3px;
	cursor:pointer;
	;
}

.card-size-custom
{
	background-color:#fff;
	min-height: 338px
}

.card-custom:hover
{
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.17);
	transition: 0.3s ease;
}
.card-custom h4
{
	font-weight:normal;
	margin:30px 0px 20px 0px;
}
.card-custom p
{
	line-height: 1.5em;
	margin-bottom:30px;

}
.cards-guide .card-guide-internal img
{
	width:60px;
}
.cards-guide .card-custom
{
	padding:40px 10px 50px 10px !important;
}

.cards-guide .card-guide-internal .custom-btn-blue
{
	font-size:15px !important;
}

/******* plans *****************/

.plans .card-plans
{
	background-color:#fff;
	height:500px;
	position:relative;
	border-radius:5px;
	cursor:pointer;
	transition:0.3s ease;
}
.plans .card-plans:hover
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	transform: scale(1.030);

}
.plans .card-plans:hover > .upper-section h4
{
	background-color:#03a1da5e;
}
.plans .card-plans .upper-section h4
{
	background-color:rgba(3, 161, 218, 0.2);
	font-size:15px;
	font-weight:0 !important;
	padding:10px 0px;
}
.plans .card-plans .upper-section .details
{
	padding:30px 10px;
}
.plans .card-plans .upper-section .details span
{
	font-size:42px;
	font-weight:bold;
	color:#012958;
}
.plans .card-plans .upper-section .details .dtl1
{

	line-height: 2.5;
}
.plans .card-plans .upper-section .border-left
{
	border-left:1px solid #cccccc;
	width:5px;
	height:40px;
	margin-top:15px;
}
.plans .card-plans .content
{
	padding:35px 40px;
}

.plans .card-plans .content .tick
{
	margin-bottom:20px;
	display: -webkit-inline-box;
}
.plans .card-plans .content .tick .img
{
	display: table-cell;
	padding-right:10px;
}
.plans .card-plans .content .tick .text
{
	/*display: table-cell; */
	color:#7b7b7b;
}
.plans .card-plans .content .tick .img img
{
	width:22px;

}

.plans .card-plans .bottom-section
{
	position:absolute;
	width:100%;
	bottom:40px;
}
.plans .card-plans .bottom-section a
{

}

/***************** mortgage Solutions *******************/

.mortgage-solutions
{
	background-color:#f1f1f1 !important;
}

.mortgage-solutions .card-custom
{
	padding:0px 0px 40px 0px;
	margin-top:20px;
}
.mortgage-solutions .card-custom .img-thumb
{
	height:190px;
	width:100%;
	overflow:hidden;
}
.mortgage-solutions .card-custom .content
{
	padding:10px 20px 0px 20px;
}
.mortgage-solutions .card-custom .content h4
{
	margin: 30px 0px 5px 0px;
}
.mortgage-solutions .card-custom .content p
{
	margin-top:25px;
}
.mortgage-solutions .card-custom .content .badge
{
	background-color:#bdbdbd;
}


/***************** news section ********************/


.about-us-faq .news-section .card-custom
{
	padding: 0px 20px 15px 20px;
	margin-bottom:20px;
}
.about-us-faq .news-section .card-custom p
{
	margin-bottom:10px;
}
.about-us-faq .news-section .card-custom hr
{
	margin-top:0px;
}
.about-us-faq .news-section .card-custom .img
{
	display: table-cell;
	padding-right:20px;
	vertical-align:middle;

}
.about-us-faq .news-section .card-custom .text
{
	display: table-cell;

}
.about-us-faq .news-section .card-custom .img-thumb img
{
	width:20%;

}

/***************** mortgage topics  ********************/

.faq-section .custom-accordion.theme-accordion-s1 .panel-heading .collapsed
{
	background-color: #012958;
	color: #fff;
}
.faq-section .custom-accordion.theme-accordion-s1 .panel-heading .collapsed:hover
{
	color:#01bef3;
}
.theme-accordion-s1 .panel-heading a
{
	background-color: #012958;
	color:#01bef3;
	transition:0.3s ease;
}
.faq-section .card-custom img
{
	width:130px;
}
.faq-section .card-custom
{
	padding-top:20px;
	margin-top:30px;
}
footer .widget .footer-logo
{
	margin-bottom:30px !important;
}
footer .twitter-feed-widget .twitter
{
	overflow-y: scroll;
	height:270px;
	border-radius: 5px;
}
.site-footer .widget > h3
{
	margin-bottom:30px !important;
	padding-bottom: 11px;
}
.site-footer .widget > h3:before, .site-footer .widget .footer-logo:before
{
	background-color: #03a1da;
}
.site-footer .service-links-widget ul li:before
{
	color:#03a1da;
}
.site-footer .upper-footer a:hover
{
	color: #c5c5c5;
}
.back-to-top
{
	background-color: rgb(3, 161, 218);
}
.back-to-top:hover,.back-to-top:active,.back-to-top:focus
{
	background-color: rgb(3, 161, 218);
}

/******************* About Section ******************/
.about-us .page-title
{
	background: url(../images/about/page-title.jpg) center center/cover no-repeat local;
	height: 260px;
	position: relative;
	width: 100%;
}
.about-us .about-section .offer-text img
{
	padding:0px 0px 0px 40px !important;
}
.about-us .features-title
{
	border: 2px solid #03a1da;
}
.about-us .feature-grid .icon
{
	padding: 17px 20px;
	background-color: #03a1da;

}
.about-us .feature-grid .icon img
{
	width:55px;
}
.about-us .feature-grid .icon3
{
	padding: 20px 20px !important;
}
.about-us .our-team .team-slider:after
{
	border:none !important;
}
.about-us .team-grids .owl-controls .owl-nav
{
	top: 29%;
}
.about-us .team-grids .member-info  p
{
	margin-bottom:0px !important;
}
.about-us .team-grids .member-info a i
{
	color:#012958 !important;
	margin-right:5px;
}
.about-us .team-grids .member-info a i:hover
{
	color:#044898 !important;
	transition:0.3s ease;
}
.about-us .team-grids .owl-controls .owl-dots
{
	top: 50px;
}
.about-us .team-grids .owl-controls .owl-nav .owl-prev:hover, .team-grids .owl-controls .owl-nav .owl-next:hover
{
	color:black;
}
.about-us .team-grids .owl-controls .owl-dots .active span, .team-grids .owl-controls .owl-dots .owl-dot:hover span
{
	background: #03a1da;
}
.about-us .section-title h2:before {
	left: 50%;
}
.about-us .our-team .section-title-s2
{
	margin-bottom:20px !important;
}
.about-us .our-team .offer-text
{
	margin-bottom:40px;
}

.blog-img-padding
{
	padding-left: 32px;
}
/*********************** Contact Us ********************/

.contact-us .page-title
{
	background: url(../images/contact/page-title.jpg) center center/cover no-repeat local;
	height: 260px;
	position: relative;
	width: 100%;
}
.contact-us .contact-pg-section .contact-form
{
	margin-top:0px !important;
}
.contact-us .contact-pg-section .contact-form label
{
	font-size:15px !important;
}
.contact-us .contact-pg-section .contact-form input, .contact-pg-section .contact-form textarea
{
	border-radius:5px !important;
	border: 1px solid #d1d7e0;
	cursor:pointer;
}
.contact-us .contact-pg-section .contact-form input
{
	height:42px !important;
}
.contact-us .contact-pg-section .contact-form input:focus
{
	box-shadow:none !important;
	border-color:#01bef3;
}
.contact-us .contact-pg-section .contact-form textarea:focus
{
	box-shadow:none !important;
	border-color:#01bef3;
}
.contact-us .contact-pg-section .contact-info p
{
	font-size:15px !Important;
	margin-right: 15px;
}
.contact-us .contact-pg-section .contact-form > div
{
	margin-bottom: 20px;
}
.contact-us .contact-pg-section .custom-btn
{
	border-style: none !important;
	padding: 7px 28px !important;
}
.contact-us .contact-pg-section .contact-info .icon
{
	background-color: #03a1da;
}
.contact-us .contact-pg-section .google-map
{
	margin-top:40px;
}
/***************** Content pages css ***************/

.blog-single h3
{
	color:#1a1a1a !important;
	font-weight:500 !important;
}
.lead-text
{
	font-size:21px !important;
	line-height: 1.6em;
	color:#1a1a1a !important;
}
.post-title-meta .content-heading-margins
{
	margin-top:60px !important;
}
.post-title-meta button
{
	margin-bottom:20px;
	background-color:#012958 !Important;
}
.content-custom-nav
{
	border:none !important;
	background:#ffffff !important;

}
.blog-single-content ul
{
	list-style:circle;
	margin-left:45px;
	color:#6a6a6a ;
}
.blog-single-content ul strong
{
	color:#1a1a1a !important;
}
.custom-collapse .panel-collapse ol li strong
{
	color:#1a1a1a !important;
}
.custom-collapse .theme-accordion-s1 .panel-heading a
{
	font-size:1.1em !important;
}
.blog-feature
{
	border: 2px solid #03a1da;
	padding: 16px 30px;
}

.blog-btn
{
	margin-bottom: 0px !important;

}
.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}
.tablepress thead th {
	background-color: #d9edf7;
	font-weight: 700;
	vertical-align: middle;
}
.tablepress thead th {
	border-bottom: 1px solid #ddd;
}

.tablepress td, .tablepress th {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none!important;
}

.tablepress tbody td, .tablepress tfoot th {
	border-top: 1px solid #ddd;
}

.rm-table-style-1, .rm-table-style-2 tr td, .rm-table-style-2 tr th, .rm-table-style-3, .rm-table-style-4 tr td, .rm-table-style-5, table tr td, table tr th {
	border: 1px solid #e6e6e6;
}

.rm-table-style-1 tr td {
	padding: 15px 20px;
}
table {
	width: 100%;
}
@media (max-width: 767px)
{
	.custom-collapse .theme-accordion-s1 .panel-heading a
	{
		padding: 12px 35px;
	}
}
@media screen and (min-width: 1200px)
{
	.blog-single-content .post-title-meta h2
	{
		padding-right: 10px !important;
	}
}

.content-custom-nav  .content-heading
{
	border-bottom:none !important;
}
.content-custom-nav  .content-heading a
{
	color:#012958 !important;
	font-size:22px;
}
.content-custom-nav .navbar-header p
{
	margin:13px 0px 0px 20px !important;
	font-size:18px;
	font-weight:bold;
	color:#012958;
}
.content-custom-nav .navbar-collapse
{
	padding:15px 20px 30px 20px;
}
.content-custom-nav .nav>li
{
	border-bottom:1px solid #f3f3f3;
}
.content-custom-nav .nav>li>a
{
	color:#949494;
	padding: 8px 0px;
}
.content-custom-nav .nav>li>a.active
{
	color:#1a1a1a;
}
.content-custom-nav .nav>li>a:hover
{
	color:#1a1a1a;
	background:transparent;
}

/************ calculators ********************/

.calculators .Modal_Header {
	padding: 15px;
	background: red !important;
	background-image: none !important;
}
.calculators iframe h3
{
	color:green !important;
}

/* blog style custom */
.blog-list-title h2
{
	font-size: 1.6em !important;
}

.blog-list-text
{
	font-size: 18px !important;
}

.blog-ul
{
	list-style: none !important;
	margin-left: 0px !important;
	display: inline-flex;
}

.blog-ul li
{
	margin-right: 20px;
}
.blog-list-title h2 a
{
	color:#000 !important;
}

.blog-margin
{
	margin-top: 60px !important;
}

.modal {

	top: 75px;
}
.blog-single-content .blog-img
{
	margin: 18px 0px 0px 0px !important;
}

.blog-single-content .badge-light
{
	background-color: #a9a6a6;

}
.blog-single-content .custom-icons
{
	color:#a9a6a6;
}
.blog-single-content  .blog-list-title p
{
	margin:10px 0px 10px 0px;
}

.sunlite-about-section img
{
	float:left;
	padding-right:10px;
}

.sunlite-about-section p
{
	margin-top:10px;
}
.sunlite-about-section .fa
{
	font-size: 41px;

	padding-top: 24px;
	color:#fff;
}
.feature-grid .icon {
	background-color: #012958;
}

.feature-grid .icon .fi:before {
	font-size: 50px;
	color: #fff ;
}
.testimonial-details
{
	padding-left:0px !important;
}
.sunlite-testimonial .testimoials-s2-grid
{
	border: 2px solid #012958 !important;


}

.testimoials-s2-grid:after {
	background: #012958 url(../images/testimonials/quote.png) no-repeat center center !important;
}
blockquote {

	margin: 0 0 20px 51px !important;

}
@media (max-width: 767px)
{
	.topbar-style-2 .topbar-contact-info > div
	{
		float:left;
	}
	.home-equity .title-heading .heading
	{
		font-size:30px;
	}
	.home-equity .timeline-title {
		font-size: 20px;
	}
	.home-equity .timeline-title img{
		width: 30% !important;
	}

	.home-equity .title-heading .para-desc {
		font-size: 17px !important;
		margin: 30px 0px 50px 0px;
	}
	.home-equity .equity-sec2
	{
		padding: 80px 0px !Important;
	}
	.topbar-style-2 .topbar-contact-info > div + div
	{
		margin-left: 30px !important;
	}
	.topbar-style-1 .topbar-contact-info > div + div, .topbar-style-2 .topbar-contact-info > div + div
	{
		margin-top: 0px;
	}
	.header-style-2 #navbar > ul > li > a:before
	{
		background-color: transparent !important;
	}
	.topbar-style-2 .get-quote
	{
		margin-top: 0px;
		margin: 10px 0 15px;
		text-align: right;
	}
	.blog-single
	{
		padding:70px 0px 0px 0px !important;
	}
}




.form_wrapper {
	background: #fff;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
	z-index: 1;
	border-top: 5px solid #03a1da;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.8s 0.6s ease-out forwards;
	animation: expand 0.8s 0.6s ease-out forwards;
	opacity: 0;
}
.form_wrapper h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
}
.form_wrapper .title_container {
	text-align: center;
	padding-bottom: 15px;
}
.form_wrapper h3 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
}
.form_wrapper label {
	font-size: 12px;
}
.form_wrapper .row {
	margin: 10px -15px;
}
.form_wrapper .row > div {
	padding: 0 15px;
	box-sizing: border-box;
}
.form_wrapper .col_half {
	width: 50%;
	float: left;
}
.form_wrapper .input_field {
	position: relative;
	margin-bottom: 20px;
	-webkit-animation: bounce 0.6s ease-out;
	animation: bounce 0.6s ease-out;
}
.form_wrapper .input_field > span {
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	height: 100%;
	border-right: 1px solid #cccccc;
	text-align: center;
	width: 30px;
}
.form_wrapper .input_field > span > i {
	padding-top: 10px;
}
.form_wrapper .textarea_field > span > i {
	padding-top: 10px;
}
.form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"] {
	width: 100%;
	padding: 8px 10px 9px 12px;
	height: 35px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover {
	background: #fafafa;
}
.form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
	border: 1px solid #03a1da;
	background: #fafafa;
}
.form_wrapper input[type="submit"] {
	background: #03a1da;
	height: 35px;
	line-height: 35px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 10px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
}
.form_wrapper input[type="submit"]:hover {
	background: #03a1da;
}
.form_wrapper input[type="submit"]:focus {
	background: #03a1da;
}
.form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.form_container .row .col_half.last {
	border-left: 1px solid #cccccc;
}

.checkbox_option label {
	margin-right: 1em;
	position: relative;
}
.checkbox_option label:before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.5em;
	vertical-align: -2px;
	border: 2px solid #cccccc;
	padding: 0.12em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.checkbox_option label:after {
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	top: 7px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 7px;
	display: none;
}
.checkbox_option input:hover + label:before {
	border-color: #000000;
}
.checkbox_option input:checked + label:before {
	border-color: #000000;
}
.checkbox_option input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 7px;
	height: 20px;
	border-color: #000000;
}

.radio_option label {
	margin-right: 1em;
}
.radio_option label:before {
	content: "";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	margin-right: 0.5em;
	border-radius: 100%;
	vertical-align: -3px;
	border: 2px solid #cccccc;
	padding: 0.15em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.radio_option input:hover + label:before {
	border-color: #000000;
}
.radio_option input:checked + label:before {
	background-color: #000000;
	border-color: #000000;
}

.select_option {
	position: relative;
	width: 100%;
}
.select_option select {
	display: inline-block;
	width: 100%;
	height: 35px;
	padding: 0px 15px;
	cursor: pointer;
	color: #7b7b7b;
	border: 1px solid #cccccc;
	border-radius: 0;
	background: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 0.2s ease;
}
.select_option select::-ms-expand {
	display: none;
}
.select_option select:hover, .select_option select:focus {
	color: #000000;
	background: #fafafa;
	border-color: #000000;
	outline: none;
}

.select_arrow {
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
	border-top-color: #000000;
}

.credit {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px;
	color: #03a1da;
}
.credit a {
	color: #03a1da;
}

@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}
@keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}
@-webkit-keyframes expand {
	0% {
		-webkit-transform: scale3d(1, 0, 1);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale3d(1, 1.2, 1);
	}
	50% {
		-webkit-transform: scale3d(1, 0.85, 1);
	}
	75% {
		-webkit-transform: scale3d(1, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}
@keyframes expand {
	0% {
		-webkit-transform: scale3d(1, 0, 1);
		transform: scale3d(1, 0, 1);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale3d(1, 1.2, 1);
		transform: scale3d(1, 1.2, 1);
	}
	50% {
		-webkit-transform: scale3d(1, 0.85, 1);
		transform: scale3d(1, 0.85, 1);
	}
	75% {
		-webkit-transform: scale3d(1, 1.05, 1);
		transform: scale3d(1, 1.05, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}
}
@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translate3d(0, -25px, 0);
		opacity: 0;
	}
	25% {
		-webkit-transform: translate3d(0, 10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, -6px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 2px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes bounce {
	0% {
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
		opacity: 0;
	}
	25% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	50% {
		-webkit-transform: translate3d(0, -6px, 0);
		transform: translate3d(0, -6px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@media (max-width: 600px) {
	.form_wrapper .col_half {
		width: 100%;
		float: none;
	}

	.bottom_row .col_half {
		width: 50%;
		float: left;
	}

	.form_container .row .col_half.last {
		border-left: none;
	}

	.blog-single-content .post {
		padding: 20px 20px 30px !important;
	}

	.sunlite-about-section .fa {
		font-size: 41px;
		padding-top: 13px;
		color: #fff;
	}

	.promotional h3
	{
		margin-bottom:43px;
	}


}
.section-title-our-team {
	margin: 0;
	//padding-bottom: 50px;
	text-align: left;
}

.section-title-our-team h3 {
	position: relative;
	font-size: 30px;
	margin-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #555;
	font-weight: 800;
}
.parallax-section {
	padding-top: 70px;
	position: relative;
}

#team .team-thumb {
	text-align: center;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	height: 430px;
	margin-bottom:18px;
}

#team .thumb-image {
	margin-bottom: 15px;
	overflow: hidden;
}

#team .team-thumb h4 {
	margin: 20px 0px 5px 0px;
	color: #24a4cc;
	font-size: 20px;
}

#team .team-thumb h5 {
	color: #000;
	margin: 0 0 10px 0;
}
#team .thumb-image img
{
	min-width: 206px;
}
.social {
	margin-top: 15px;
	margin-bottom: 20px;
}
.web-anchor{
	position: relative;
	left: -18px;
}

.social li a {
	display: block;
	height: 36px;
	width: 36px;
	color: #fff !important;
	line-height: 36px;
	text-align: center;
	text-decoration: none !important;
	border: 2px solid transparent;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.bg-twitter {
	background-color: #00aced !important;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.mt-widget
{
	margin-bottom: 4rem;
	padding: 0px 0px 28px;
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
	-moz-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
.mt-widget img
{
	min-width: 206px;
	min-height: 206px;
}

.team-member-name h3
{
	margin-top: 25px !important;
	margin-bottom: 12px !important;
	font-size: 23px !important;
}
.item-ctg p
{
	color: #444444;
	margin-bottom: 12px;
}

.item-designation {
	color: #03a1da;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.mt-widget ul
{
	list-style: outside none none !Important;
	margin:0;
}
.widget-social-single-member
{
	display: -webkit-inline-box ;
	position: relative;
	left: 10%;
	top: 0%;
	font-size: 17px;
	font-weight: 400;
}

.widget-social-single-member i
{
	padding-right:10px;
}
.member-contact .fa
{
	padding-right:16px;
}
.mt-widget ul li
{
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	width: 300%;
}

.mt-widget .member-contact span
{
	position: relative;
	left: 30%;
	top: 0%;
	margin-left: 40px;
	font-size: 17px;
	font-weight: 400;


}

.team-box-layout2 {
	background-color: #ffffff;
	//padding: 40px 30px;
	margin-bottom: 30px;
}

.team-box-layout2 .item-content {
	text-align: center;
}

.team-box-layout2 .item-content .item-title {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}

.team-box-layout2 .item-content p {
	color: #396cf0;
	border-bottom: 1px solid #d8e0e4;
	padding-bottom: 20px;
}

.team-box-layout2 .item-schedule ul {
	margin-bottom: 20px;
}

.team-box-layout2 .item-schedule ul li {
	margin-bottom: 5px;
	color: #646464;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	padding-top: 16px;
}

.team-box-layout2 .item-schedule ul li span {
	position: absolute;
	right: 0;
	top: 0;
	top: 17px;
}

.item-title1
{
	text-align:left;
	color: #03a1da;

}
.mt-list
{
	list-style: none !important;
	margin-left: 3px !important;
}
.apply-now-inputs
{
	padding: 8px 10px 9px 15px !important;
}

#tawkchat-minified-container
{
	background:red !important;
}

.p-adjustment
{
	margin-bottom:15px !important;
}
.why-sunlite-mortgage
{
	background-color:#f1f1f1;
}

.captcha span{
	display: none;
	color: #ff0000;
	font-size: 16px;
	margin-bottom: 10px;
}
.captcha.open span{
	display: block;
}

.alert-danger {
	color: #ffffff !important;
	background-color: #03a1da	!important;
	border-color: #03a1da !important;
}

.reviews-anchor a
{
	color:#000 !important;
}

.terms
{
	border: 0px !important;
}

.terms h3
{
	margin: 0.3em 0 0.8em !important;
	font-size: 20px;
}

.benefits
{
	font-size:20px;
}

.testimoials-s2-grid h4
{
	margin-bottom: 21px;
}

.testimonial-height
{
	min-height: 383px;
}
.we-help .rounded
{
	border-radius:5px !Important;
}

/**************form css*********************/
/*form styles*/
#msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
	z-index:400;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px 40px;
	box-sizing: border-box;
	width: 100%;
	position: relative;

	/*stacking fieldsets above each other*/
	position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 204px;
	background: #03a1da;
	font-size: 1.06667rem;
	font-weight: 600;
	color: white;
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 5px;
	margin-top: 20px;
	margin-right: 10px;

}
#msform .action-button:hover, #msform .action-button:focus {
	background-color: #01bef3;
	border-color: #01bef3;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin: 20px 0px 20px 0px !important;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	display:none;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	width: 5%;
	float: left;
	position: relative;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 10px;
	color: #fff;
	background: #b5b5b5;
	border-radius: 30px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background:#b5b5b5;
	position: absolute;
	left: -50%;
	top: 13px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #03a1da;
	color: white;
}

.form-div
{
	height: 841px;
	padding: 45px 0px 45px !important;
	background: #fff;
}
.text-left_
{
	text-align: left !important;
}

/*************form css end******************/

.responsivebtn
{
	display: inline-flex ;
}



.footer-logo-sun-lite
{
	font-family: "Montserrat", sans-serif;
	font-weight:bold;
}

/*pop up css******************/
.popup-logo
{
	width: 100%;
}

.custom-modal-body
{

	padding: 0px !important;
}
.custom-modal-body img
{
	width:100%;
}

#myModal1 .modal-header
{
	border-bottom:none;
	padding: 0px;
}
#myModal1 .modal-footer
{
	border-top: none;
	padding: 20px 0px 50px 0px;
	text-align: center !important;
}
#myModal1 .modal-title
{
	font-size: 32px;

}
#myModal1 button.close {

	margin-left: -75px;
	padding: 12px;

}
#myModal1 .modal-content
{
	padding: 0px;
}
#myModal1 p
{
	font-size: 19px;
	//text-align: left;
	padding: 15px 30px 0px 30px;
}
#myModal1 strong
{
	font-size: 16px;
	color: #e0052a;
}
.verico-logo img
{
	width: 84%;
}
.site-footer .service-links-widget ul li.verico-logo:before
{
	display: none !important;
}

#chevron {
	position: relative;
	text-align: center;
	padding: 12px;
	margin-bottom: 6px;
	height: 60px;
	//width: 200px;
}
#chevron:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 80%;
	width: 78%;
	background: #ffab35;
	transform: skew(0deg, 4deg);
}
#chevron:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 80%;
	width: 22%;
	background: #ffab35;
	transform: skew(0deg, -14deg);
}
.post-career
{
	background: #fff;
}
.post-body2
{
	padding: 30px;
}
.career-sunlite
{
	padding: 0px 71px 71px 71px;
}
.body-career-section
{
	padding: 16px 63px 63px 63px;
}
.body-career-section p
{
	font-size: 19px;
}
.career-title
{
	color: #012958;
}

.sunlite-img-width
{
	width: 100%;
}
.blogs-imgs1
{
	width: 50%;

}

.calculators-page .card-custom
{
	margin-bottom: 20px !important;
}
.calculators-page img
{
	width: 75px !important;
}

/* ------blog form--------------- */

.blogform {
	max-width: 100%;
	width: 600px;
	text-align: center;
	margin: 20px auto;
}
.blogform input, form textarea {
	border: 0;
	outline: 0 !important;
	padding: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: block;
	width: 100%;
	margin-top: 1em;
	font-family: 'Merriweather', sans-serif;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	resize: none;
}
.blogform input:focus, .blogform textarea:focus {
	-moz-box-shadow: 0 0px 2px #e74c3c !important;
	-webkit-box-shadow: 0 0px 2px #e74c3c !important;
	box-shadow: 0 0px 2px #e74c3c !important;
}
.blogform #input-submit {
	color: white;
	background: #e74c3c;
	cursor: pointer;
}
.blogform #input-submit:hover {
	-moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
	-webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
	box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
.blogform textarea {
	height: 126px;
}

.half {
	float: left;
	width: 48%;
	margin-bottom: 1em;
}

.right {
	width: 50%;
}

.left {
	margin-right: 2%;
}

@media (max-width: 480px) {
	.half {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
}
/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

label {
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 10px;
	display:block;
	text-align: justify;
}

label:hover {
	background:#eee;
	cursor:pointer;
}

.c-input
{
	width: auto !important;
}

.cities h3{
	color:#eee;
	padding:20px 0;
}
.cities ul li a
{
	margin:0 auto;
}
.cities ul li
{
	float:left;
	padding: 10px;

}

.share-socialicon .fa {
	padding: 12px;
	font-size: 13px;
	width: 38px;
	text-align: center;
	text-decoration: none;
	margin: 0px 2px 0px 4px;
	border-radius: 100%
}

.share-socialicon .fa:hover {
	opacity: 0.7;
}

.share-socialicon .fa-facebook {
	background: #3B5998;
	color: white;
}

.share-socialicon .fa-twitter {
	background: #55ACEE;
	color: white;
}
.share-socialicon .fa-instagram {
	background: #125688;
	color: white;
}
.share-socialicon .fa-google {
	background: #dd4b39;
	color: white;
}
.sunlite-team-agents
{
	background-position: center center !important;
	background-size: cover !important;
	height: 220px;
	width: 100%;
	background-repeat: no-repeat !important;
}


/*========lead generation ===========*/

.call-action-white
{
	background: #fff !important;
}

.call-action
{
	background: #f3f3f3;
	padding: 30px 30px 45px 30px;
}

.call-action p
{
	padding-bottom: 9px;
}

.blog-single .call-action-white h3
{
	padding-bottom: 9px;
	font-size: 22px;
}

/*========/lead generation ===========*/


.custom-cards-size .card-custom
{
	height: 333px;

}

.custom-cards-size .card-custom .p1
{
	margin-bottom: 52px;
}

.agent-btn
{
	width: 90%;
	position: absolute;
	bottom: 11%;
	margin: -9px;

}

.agent-btn .custom-btn-blue
{
	font-size: 14px !important;
}

.telephone_number {
	color: #fff;
	position: relative;
	top: 20px;
	font-weight: 600;
	font-size: 16px;
}

.telephone_number:hover {
	color:#eee;
}

.slider-btn-contact
{
	background-color: transparent;
	border-color: #03a1da;
	color: #03a1da;
}
.slider-btn-contact:hover
{
	background-color: #01bef3;
	border-color: #01bef3;
	color: #fff;
}

.agent-contact-modal .col
{
	margin-bottom: 22px;
}

.custom-modal-body
{
	padding: 12px 79px !important;
}

.modal-header1
{
	border: none !important;
}

.agent-btn-width
{
	width: 226px;
	font-size: 15px;
	padding: 6px 0px 5px 0px;
}

.sunlite-logo-market
{
	width: 164px !important;
	padding-top: 11px;
	padding-left: 22px;
}

.apply-now-width
{
	width: 226px;
	font-size: 15px;
}

.brand-position
{    padding-top: 18px;
	background: #fff;
	padding-bottom: 20px;
}

.offices .fa
{
	color: #03a1da !important;
	padding-right: 20px;
}

.offices p
{
	font-size: 18px;
	padding-left: 40px;
}


.pre-qualification
{
	margin-top: -27px !important;
	margin-bottom: 16px !important;
}

.mortgage-market h2
{
	margin: 80px 0px 0px 0px !important;
}

.mortgage-points
{
	margin-top: 52px;
}
.mortgage-points img
{
	float: left;
	width: 30px;
	margin-right: 14px;
}


.mortgage-points h5
{
	color: #6a6a6a;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}

.benefit-feature
{
	width: auto;
	padding: 40px 20px 40px 20px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	cursor: pointer;
}
.benefit-feature img
{
	width: 65px;
	padding-bottom: 25px;
}
.benefit-feature:hover
{
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.17);
	transition: 0.3s ease;
}
.office-btn
{
	background-color:#fff !Important;
	color:#000 !important;
	border-color:#fff;
}
.office-btn:hover
{
	border-color:#fff;
}

.compare-rates-link{
	margin: -5px 0px 12px 0px;
	color: #03a1da;
}

.specialize-div p
{
	font-weight: 700;
	margin-bottom: 0px !important;
}

.title-address p

{
	font-size: 1.2rem;
	color: #6a6a6a;
	font-weight: 900;
	margin-bottom: 0px;
}

.specialize-in
{
	font-size: 1.2rem !important;
}


.agent-credential a
{
	color: #fff;
}

/*.slider-pop-comment
{
	border: 1px solid #cccccc !important;
}*/

.apply-card-form {
	width: 500px;
	border-radius: 10px;
	background: white;
	margin: 0 auto;
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
}
.apply-card-form .form-title {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 66px;
	font-size: 20px;
	font-weight: bold;
	background: #03a1da;
	color: #fff;
	border-bottom: 5px solid #FFD65E;
	border-radius: 10px 10px 0 0;
}
.apply-card-form .form-body {
	padding: 0 10px 15px;
	min-height: 425px;
}
.apply-card-form .form-body .row {
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	padding: 6px 0;
	margin: 0 !important;
}

.apply-card-form .form-body .row label{
	background-color: transparent !important;
	border: 0 none;
	padding: 0;
	text-transform: uppercase;
	color: #012958;
	margin: 0;
	font-size: 0.9rem;
}
.apply-card-form .form-body .row label:hover{
	background-color: transparent !important;
}
.apply-card-form .form-body .row input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0 5px;
	height: 34px;
	padding: 5px 10px;
	border-radius: 5px;
	outline: none;
	border: 0 none;
	background: #f2f2f2;
	color: #333333;
	font-size: 14px;
}

.apply-card-form .form-body .row input:focus{
	background-color: #edf8fd !important;
	border: 0 none !important;
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.apply-card-form .form-body .row select:focus{
	background-color: #edf8fd !important;
	border: 0 none !important;
	outline: none !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}

.apply-card-form .form-body .row textarea:focus{
	background-color: #edf8fd !important;
	border: 0 none !important;
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.apply-card-form .rule {
	height: 2px;
	background: #e8ebed;
	margin: 0px 35px;
}
.apply-card-form .form-footer {
	margin: 0 25px 15px 25px;
	padding: 20px 10px 35px;
}
.apply-card-form .form-footer a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	padding: 5px 15px;
	background: #27ae60;
	margin-right: 10px;
	font-size: 14px;
}
.apply-card-form .form-footer span {
	margin-left: 8px;
}

.apply-card-form .form-select
{
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	width: 100%;
	margin: 0 5px;
	height: 34px;
	padding: 5px 10px;
	border-radius: 5px;
	outline: none;
	border: 0 none;
	background: #f2f2f2;
	color: #333333;
	font-size: 14px;
}

.apply-text-area{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0 5px;
	padding: 5px 10px;
	border-radius: 5px;
	outline: none;
	border: 0 none;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 14px;
	min-height: auto;
	box-shadow: none;
}
.apply-term
{
	font-size: 12px;
	padding-left: 12px;
	color: #012958;
}

.term-summary p
{
	font-size: 12px;
}

.apply-card-form .agree-terms
{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.apply-card-form-home{
	width: 400px;
	position: absolute;
	right: 0;
	margin-top: 0;
	z-index: 2;
	background: #ffffff;
	border: 2px solid #012958;
	top: 0;
}

.apply-card-form-home .form-title-home {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #03a1da;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	font-weight: 500;
}


.form-footer-home
{
	padding: 0px !important;
}


.glass {
	position: relative;
	display: inline-block;
	padding: 8px 17px;
	border: none;
	background-color: #ffab35;
	background-image: linear-gradient(#03a1da,#ffab35);
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 100;
}

/* For the function */
.msf_hide{
	display: none;
}
.msf_show{
	display: block;
}
.msf_bullet_o{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.msf_bullet_o > div{
	height: 15px;
	width: 15px;
	margin: 20px 10px;
	border-radius: 100px;
	z-index: 2;
}
.msf_bullet{
	background-color: lightgrey;

}
.msf_bullet_active{
	background-color: darkgrey !important;
}

.button_example.btn-slider{
	margin: 0 5px;
	width: 100%;
}

.button_example{

	border: 1px solid #CE9A01;


	color: #000 !important;
	-webkit-box-shadow: #FFF563 0px 1px 0px inset;-moz-box-shadow: #FFF563 0px 1px 0px inset; box-shadow: #FFF563 0px 1px 0px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 7px 14px 7px 14px; text-decoration:none; display:inline-block;text-shadow: 0px 1px 0 rgba(255,255,255,0.44);font-weight:bold; color: #63460C;
	background-color: #FFD65E; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD65E), to(#FEBF04));
	background-image: -webkit-linear-gradient(top, #FFD65E, #FEBF04);
	background-image: -moz-linear-gradient(top, #FFD65E, #FEBF04);
	background-image: -ms-linear-gradient(top, #FFD65E, #FEBF04);
	background-image: -o-linear-gradient(top, #FFD65E, #FEBF04);
	background-image: linear-gradient(to bottom, #FFD65E, #FEBF04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFD65E, endColorstr=#FEBF04);
}

.button_example:hover{
	border:1px solid #CE9A01;
	background-color: #FFC92B; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC92B), to(#CE9A01));
	background-image: -webkit-linear-gradient(top, #FFC92B, #CE9A01);
	background-image: -moz-linear-gradient(top, #FFC92B, #CE9A01);
	background-image: -ms-linear-gradient(top, #FFC92B, #CE9A01);
	background-image: -o-linear-gradient(top, #FFC92B, #CE9A01);
	background-image: linear-gradient(to bottom, #FFC92B, #CE9A01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFC92B, endColorstr=#CE9A01);
}



/* version2 form */

.apply-card-form-v2
{
	border-radius: 0px !important;
	position: absolute;
	right: 0;
	width: 380px !important;
	z-index: 8 !important;
	background: #eee;
	margin-top: 20px;
}
.apply-card-form-v2 .signup-form
{
	z-index: 8 !important;

}
.apply-card-form-v2 .form-title-home
{
	padding: 20px;
	background: #03a1da;
	font-weight: 800;
	text-align: center;
	color: #fff;
	font-size: 23px;
}

.apply-card-form-v2 .form-body-home
{
	background: #eee !important;
}

.apply-card-form-v2 .form-body .row input[type="text"]
{
	background: #FFF;
	border-radius: 0px;
	height: 45px;
}

.apply-card-form-v2 textarea
{
	background: #fff !important;
}

.apply-card-form-v2 .form-body .row select
{
	background: #FFF;
	border-radius: 0px;
	height: 45px;
}
.apply-card-form-v2 .form-body .row input:focus,select:focus
{
	box-shadow: 0 0 0 2px #03a1da !important;
}



.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-top: 20px solid;
	bottom: 331px;
	left: 45%;
	border-color: #03a1da;
	position: absolute;
}


/* end version2 form */


.section-title-equity-loan h2
{
	padding-bottom: 0.9em !important;
	margin: 0 0 0.83em;
	color: #000;
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	letter-spacing: -1px;
}

.section-title-equity-loan h2:before
{
	background-color: #03a1da !important;
	left: 50%;

	transform: translateX(-50%);
	content: "";

	width: 33px;
	height: 5px;
	position: absolute;

	bottom: 0;

	border-radius: 3px;
}

.equity-loan-page-section p
{
	text-align: center;
}


/* equity loan form */
.ecf {
	max-width: 900px;

	margin: 20px auto;
	padding: 58px 75px;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
	background: #fff;
}

.ecf input, select {
	box-shadow: none;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	color: #3c4858;
	height: 42px;
	font-size: 13px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	margin-top: 1em;
	padding-left: 18px;

  /*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  resize: none;
}
.ecf input:focus, form textarea:focus {
	border-color: #ffab35 !important;
	outline: none;
}





}
.ecf #input-submit {
	color: white;
	background: #e74c3c;
	cursor: pointer;
}
.ecf #input-submit:hover {
	-moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
	-webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
	box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
.ecf textarea {
	height: 126px;
}

.ecf .half {
	float: left;
	width: 48%;
	margin-bottom: 1em;
}

.ecf .right {
	width: 50%;
}

.ecf .left {
	margin-right: 2%;
}

.homeowner
{
	border: 0px;
	padding: 0px;
	margin: 10px 0 10px;
	display: block;
	text-align: initial;
	color: #051829;
}
.btns
{

}
.customcheckbox
{
	width: unset !important;
	float: left !important;
	margin-top: 2px !important;
	margin-right: 7px !important;
}

.custom-input{
	padding: 9px 0px 9px 0px !important;
	color: #000 !important;
}
.home-equity .equity-sec2
{
	padding:80px;
}
.home-equity .section-two
{
	padding:80px 0px !Important;
}
.home-equity .bg-sec {
	background: linear-gradient( rgba(20,20,20, .5), rgba(20,20,20, .5)), url(../images/house.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home-equity .equity-sec2 .card-customs
{
	padding:53px 0px 0px 0px !important;

}
@media (max-width: 480px) {
	.ecf .half {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
}
/* Clearfix */
.ecf:before,
.ecf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.ecf:after {
	clear: both;
}



/* end equity loan form */
.bg-sec
{ background: linear-gradient(
	rgba(20,20,20, .5),
	rgba(20,20,20, .5)),
url('https://news.cgtn.com/news/7855544e30677a4d3463444e32677a4d33596a4e31457a6333566d54/img/f6a9e94dfc4641b78c8c6555bfb7bcab/f6a9e94dfc4641b78c8c6555bfb7bcab.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;


}
.bg-sec h2
{
	color: #fff;
}
.bg-sec p
{
	color: #fff;
}
.bg-sec h4
{
	color: #fff;
}
.card-customs
{
	padding: 56px 20px;
}
.card-customs img
{
	padding-bottom: 22px;
}
.bg-sec .card-custom
{

}

.equity-sec2 .card-custom
{
	box-shadow: 0 0 6px 0 rgba(32, 32, 36, 0.12) !important;
	background: #fff !important;
	height: 260px !important;
}

.equity-sec3 .card-custom
{
	height: auto !important;
	display: flex !important;
	border: none;
}
.equity-sec3 .card-custom h4
{
	margin: 10px 0px 10px 16px;
	font-size: 17px;
}

.equity-sec3 .card-custom img
{
	width: 36px;
	height: 36px;
}

.equity-sec3 .card-custom:hover
{
	box-shadow: none !important;
}

.equity-sec3 .card-custom
{
	padding: 20px 0px 0px 0px !important;
}

/*bootstarb edite */

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right {
	border: 2px solid #fff;
	padding-left: 8px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 40px
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right:hover {
	color: black;
	background: white;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	border: 2px solid #fff;
	padding-left: 8px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 40px
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left:hover {
	color: black;
	background: white;
}

@media (max-width:768px) {
	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-left {
		padding-bottom: 10px;
		padding-right: 8px;
	}
	.carousel-control .icon-prev,
	.carousel-control .glyphicon-chevron-right {
		padding-bottom: 10px;
		padding-right: 8px;
	}
}


/*end bootstrap   */

.threed-section {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

.span-featured2 {
	background-color: #EF6767;
	color: white;
	bottom: 0px;
	padding-bottom: 15px;
	font-size: 23px;
	padding-top: 5px;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Roboto Condensed";
}




/* start carousel style */

.threed-section img {
	height: 250px;
	width: 500px;
}

.carousel-multiItem .carousel-control {
	width: 4%;
	background-image: none;
}

.carousel-multiItem .carousel-control.left {
	margin-left: 15px;
}

.carousel-multiItem .carousel-control.right {
	margin-right: 15px;
}

.carousel-multiItem .cloneditem-1,
.carousel-multiItem .cloneditem-2,
.carousel-multiItem .cloneditem-3 {
	display: none;
}

@media all and (min-width: 768px) {
	.carousel-multiItem .carousel-inner > .active.left,
	.carousel-multiItem .carousel-inner > .prev {
		left: -33.333%;
	}
	.carousel-multiItem .carousel-inner > .active.right,
	.carousel-multiItem .carousel-inner > .next {
		left: 33.333%;
	}
	.carousel-multiItem .carousel-inner > .left,
	.carousel-multiItem .carousel-inner > .prev.right,
	.carousel-multiItem .carousel-inner > .active {
		left: 0;
	}
	.carousel-multiItem .carousel-inner .cloneditem-1,
	.carousel-multiItem .carousel-inner .cloneditem-2 {
		display: block;
	}
}

@media all and (min-width: 992px) {
	.carousel-multiItem .carousel-inner > .active.left,
	.carousel-multiItem .carousel-inner > .prev {
		left: -16.666%;
	}
	.carousel-multiItem .carousel-inner > .active.right,
	.carousel-multiItem .carousel-inner > .next {
		left: 16.666%;
	}
	.carousel-multiItem .carousel-inner > .left,
	.carousel-multiItem .carousel-inner > .prev.right,
	.carousel-multiItem .carousel-inner > .active {
		left: 0;
	}
	..carousel-multiItem .carousel-inner .cloneditem-1,
	.carousel-multiItem .carousel-inner .cloneditem-2,
	.carousel-multiItem .carousel-inner .cloneditem-3 {
		display: block;
	}
}


/*start  content img  style */

.item h3 > a {
	text-decoration: none;
	color: #fff;
	font-family: "Roboto";
	font-size: 20px;
	font-weight: 700;
	max-width: 279.233px;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px;
	transition-delay transition: all .8s ease;
}

.item h3 > a:hover {
	border-bottom: 2px solid #fff;
}

.data-enter span {
	margin-left: 15px;
	margin-right: 15px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	min-height: 50px;
	padding: 30px 0 10px;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	margin: 0;
	z-index: 23;
	transition: all .5s ease;
	font-family: "Roboto";
}

.data-enter h3 {
	position: absolute;
	bottom: 7%;
	left: 0;
	z-index: 21;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	max-width: 90%;
	margin-left: 15px;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	font-family: "Roboto";
	cursor: pointer;
	transition: all .5s ease;
}

.hover:hover span {
	visibility: visible;
	opacity: 1;
	cursor: pointer;
	transform: translate(0px, -5px);

}

.hover:hover h3 {
	transform: translate(0px, -40px);
}

.data-enter .comment {
	float: right;
	color: #fff;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: "Roboto";
	font-size: 14px;
	line-height: 23.8px;
	margin-bottom: 0px;
	margin-left: 120px;
	margin-right: 15px;
	margin-top: 0px;
	cursor: pointer;
}

.data-enter .date {
	float: left;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-family: "Roboto";
	font-size: 14px;
	line-height: 23.8px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	cursor: pointer;
}

/* ============ NEW Landing page NEW Slider ================= */
.bg-half-170 {
	padding: 96px 0;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

.border-bottom {
	border-bottom: 1px solid #e9ecef !important;
}

.need
{
	color: #03a1da!important;
}

.title-heading {
	line-height: 26px;
}

.title-heading .heading {
	font-size: 45px;
	letter-spacing: 1px;
	font-weight: 400;
}

.title-heading .para-desc {
	font-size: 18px;
}
.para-desc {
	max-width: 600px;
}

.text-muted {
	color: #012958 !important;
}

/* sec 2 */
.section-two {
	padding: 60px 0;
	position: relative;
}
.key-feature {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bg-light {
	background-color: #f8f9fc !important;
}

.shadow {
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}

.rounded {
	border-radius: 10px !important;
}

.apply-sec_2 .form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
	color: #3c4858;
	height: 42px;
	font-size: 13px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* end sec2 */
.section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px;
}

.key-feature .icon {
	//background: linear-gradient(45deg, transparent, rgba(3, 161, 218, 0.15));
}
.key-feature
{
	background: #fff;
}
.key-feature .icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	//background: linear-gradient(45deg, transparent, rgba(47, 85, 212, 0.15));
	font-size: 24px;
}
.key-feature .content .title, .features .title {
	font-size: 18px;
	font-weight: 500;
}
.p-3 {
	padding: 1rem!important;
}

.mr-3, .mx-3 {
	margin-right: 1rem!important;
}
.rounded-pill {
	border-radius: 50rem!important;
}
.mt-2, .my-2 {
	margin-top: .5rem!important;
}
.mb-0, .my-0 {
	margin-bottom: 0!important;
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important;
}
.pt-2, .py-2 {
	padding-top: .5rem!important;
}
.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

.icon img
{
	width: 33px;
}
.mt-100 {
	margin-top: 100px;
}

.easy img
{
	width: 16%;
}

.easy .p-3
{
	padding: 2rem!important;
	min-height: 244px;
}

.easy h5
{
	margin-bottom: 14px;
	font-size: 17px;
}

.easy a
{
	color: #012958;
}
.chose-credit img
{
	width: 22%;
	padding-bottom: 22px;
}

.chose-credit
{
	background-color:#03a1da !important;
}
.chose-credit h2
{
	text-align:left !important;
}
.chose-credit .text-muted
{
	color:#fff !important;
}
.chose-credit .color-white
{
	color:#fff !important;
}
.chose-credit .elements
{
	margin-bottom:30px;
}
.chose-credit .vect
{
	width:100%;
}
.chose-credit h2:before {
	background-color: #ffffff !important;
	left: 4%;
}
.home-equity .title-heading .para-desc
{
	font-size: 20px;
	margin: 50px 0px 50px 0px;
}
.home-equity .banner-img
{
	margin-top:-90px;
	margin-left:-30px;
}
/* ============ ENd NEW Landing page NEW Slider ================= */

.blog-slider {
	width: 95%;
	position: relative;
	max-width: 800px;
	margin: auto;
	background: #f8f9fc;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.12);
	padding: 25px;
	border-radius: 25px;
	height: 400px;
	transition: all .3s;
	margin-top:40px;
}

@media screen and (max-width: 992px) {
	.blog-slider {
		max-width: 680px;
		height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.blog-slider {
		min-height: 500px;
		height: auto;
		margin: 180px auto;
		margin-bottom:0px !important;
	}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider {
		height: 350px;
	}
}
.blog-slider__item {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.blog-slider__item {
		flex-direction: column;
	}
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
	opacity: 1;
	transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
	transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
	transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
	transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
	transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
	transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
	transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
	transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
	transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
	transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
	transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
	transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
	transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
	transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
	transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
	transition-delay: 1.7s;
}
.blog-slider__img {
	width: 300px;
	flex-shrink: 0;
	height: 300px;
	//box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
	border-radius: 20px;
	transform: translateX(-80px);
	overflow: hidden;
}
.blog-slider__img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	opacity: 0.8;
}
.blog-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: 20px;
	transition: all .3s;
}
@media screen and (max-width: 768px) {
	.blog-slider__img {
		transform: translateY(-50%);
		width: 90%;
	}
}
@media screen and (max-width: 576px) {
	.blog-slider__img {
		width: 95%;
	}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
	.blog-slider__img {
		height: 270px;
	}
}
.blog-slider__content {
	padding-right: 25px;
}
@media screen and (max-width: 768px) {
	.blog-slider__content {
		margin-top: -80px;
		text-align: center;
		padding: 0 30px;
	}
}
@media screen and (max-width: 576px) {
	.blog-slider__content {
		padding: 0;
	}
}
.blog-slider__content > * {
	opacity: 0;
	transform: translateY(25px);
	transition: all .4s;
}
.blog-slider__code {
	color: #7b7992;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}
.blog-slider__title {
	font-size: 24px;
	font-weight: 700;
	color: #0d0925;
	margin-bottom: 20px;
}
.blog-slider__text {
	color: #4e4a67;
	margin-bottom: 30px;
	line-height: 1.5em;
	font-size: 22px;
}
.blog-slider__button {
	display: inline-flex;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	padding: 15px 35px;
	border-radius: 50px;
	color: #fff;
	box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
	text-decoration: none;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
	.blog-slider__button {
		width: 100%;
	}
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.blog-slider__pagination {
	position: absolute;
	z-index: 21;
	right: 20px;
	width: 11px !important;
	text-align: center;
	left: auto !important;
	top: 50%;
	bottom: auto !important;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.blog-slider__pagination {
		transform: translateX(-50%);
		left: 50% !important;
		top: 205px;
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 8px 0;
}
@media screen and (max-width: 768px) {
	.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
	}
}
.blog-slider__pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: block;
	border-radius: 10px;
	background: #062744;
	opacity: 0.2;
	transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #03a1da;
	height: 30px;
	box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 767px) {
	.blog-slider__pagination .swiper-pagination-bullet-active {
		height: 11px;
		width: 30px;
	}
	.hero .slide .slide-caption h2 {
		margin: 50px 0px 0px 0px;
	}
}

/* ======================================
=================================================
==============================================
Landin1 page css */

.landing-topbar
{
	background: #005580 !important;
}
.landing-upper-footer
{
	background: #005580 !important;
}

.button.hollow.secondary {
	color: #ffbe19;
	border: 2px solid #ffbe19;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 29px;
	font-weight: 700;
}
.button.hollow.secondary:hover, .button.hollow.secondary.active {
	background-color: #ffbe19;
	color: #005580;
	border: 2px solid #ffbe19;
}

.landing-banner {
	position: relative;

	background: url(https://www.meridiancu.ca/Meridian/media/images/banners/mortgages-banner-092019.jpg?ext=.jpg);
	width: 100%;
	height: 352px;
	background-position: center center;
	background-size: cover;
}

.landing-banner img {
	/* Make image responsive */
	display: block;
	width: 100%;
	max-height: auto:
}

.landing-banner>.caption {
	position: absolute;
	top: 76px;
	width: 26%;
	left: 90px;
	height: 63%;
	background: #fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.landing-banner>.caption>h1,
.landing-banner>.caption>h2 {
	text-align: center;
}

.landing-banner>.caption>h1 {
	font-size: 68px;
	color: #005580;
	//line-height: 1;
	margin-top: 25px;
	margin-bottom: 0px;
}
.landing-banner>.caption>h5 {

	color: #005580;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 100;

}
.five-year
{
	font-size: 27px !important;
}
.hr-hero {
	margin-top: -9px;
	margin-bottom: 10px;
	width: 248px;
	border-color: #51514d;
}
.landing-apply-now a
{
	font-weight: 900;
	font-size: 20px;
	color: #005580;
}

.landing-apply-now .landing-apply-btn:after {
	content: "\f054";
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 0px 3px;
	text-decoration: none;
}
.landing-banner>.caption>h2 {
	font-size: 4vw;
}

.landing-page-padding
{
	background-color: #005580;
	color: #fefefe;
	height: 100%;
	//width: 100%;
	padding: 55px 0px 55px 0px;
}
.landing-page1-padding2
{
	background-color: #fff;
	color: #005580;
	height: 100%;
	width: 100%;
	padding: 55px 0px 38px 0px;
}
.landing-page1-padding2 h3
{
	color: #005580 !important;
}
.landing-page1-padding2 p
{
	color: #005580 !important;
}
.hr-title-center {
	width: 80px;
	margin-top: 0px;
	margin-bottom: 40px;
	border-bottom-color: #ffbe19;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-align: center;
	border-color: #ffbe19;
}
.landing-flexible-mortgage h3
{
	color: #fff;
}
.landing-flexible-mortgage p
{
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}
.landing-page-cards
{
	background: #005580;
	padding-bottom: 28px;
	margin-bottom: 20px;

}
.landing-page1-padding2 .m-rate-title {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 0px;
	padding: 50px 23px 30px;
}
.landing-page1-padding2 .m-rate {
	margin-bottom: 0px;
	text-align: center;
	font-size: 44px !important;
	color: #ffbe19 !important;
	font-weight: 300;
}

.m-rate-desc
{
	padding: 30px 32px;
	color: #fefefe;
	font-weight: 100;
}

.button.hollow
{
	border: currentColor;
	border-image: none;
	font-size: 11px;
	text-decoration: none;
	background-color: rgb(218, 218, 218);
	text-transform: uppercase;
	color: #005580;
	padding: 8px 30px;
	font-weight: 700;
}

.learn-more
{
	color: #fff;
}
.learn-more:hover
{
	color: #fff;
}
.campaign-icon {
	border: 2px solid #fefefe;
	border-radius: 50%;
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	height: 80px;
	width: 80px;
}
.campaign-link
{
	font-size: 19px;
	color: #fefefe;
	font-weight: 900;
}

.campaign-link:hover
{
	color: #fefefe;
}

.sign-back-in
{
	border: 2px solid #27404e;
	padding: 3px 15px 3px 15px;
	border-radius: 16px;
	color: #efb22d;
	background-color: #27404e;
}
.sign-back-in:hover
{
	color: #efb22d;
}

.yellow-chevron
{
	color: #ffbe19;
}

.sign-back
{

	text-align: center !important;
	color: #545558 !important;
	font-size: 20px ;
}

.landing-page1-padding2 .l-feature-title
{
	font-size: 19px !important;
	line-height: 20px !important;
	padding-top: 16px !important;
}

.landing-page1-padding2 .l-feature-desc
{
	color: #51514d !important;
}
}

.landing-page1-padding2 .hr-title-left {
	width: 60px !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	margin-left: 0px;
	border-bottom-color: #ffbe19 !important;
	border-bottom-width: 3px !important;
	border-bottom-style: solid !important;
	text-align: center !important;
}

.landing-page1-padding2 .flex-Introducing
{
	color:#51514d !important;
}

.button.hollow.secondary {
	color: #ffbe19;
	border: 2px solid #ffbe19;
	text-transform: uppercase;
	font-size: 13px;
	padding: 13px 30px;
	font-weight: 700;
	background: transparent;
}

.incentive
{
	background: #fff !important;
}
.incentive-div
{
	background: #005580;
	padding: 48px;
}
.incentive p
{
	text-align: left !important;
}

.incentive .hr-title-center {

	margin-bottom: 19px !important;
}

.incentive a
{
	color: #abe0f2;
	text-decoration: underline;

}

.explore-resources
{
	background-color: #abe0f2;
	color: #005580;

	padding: 40px;
}
.explore-resources h3
{
	text-align: center;
	font-weight: 100;
}

.explore-resources p
{
	text-align: center;
	padding-top: 10px;
	color: #51514d !important;
}
.explore-resources a:hover
{
	color: #fff;
}
.custom-accordion-section .custom-accordion
{
	padding: 0px;
	margin-bottom: -21px;
}
.custom-accordion-section .custom-accordion .panel-title > a:before {
	float: right !important;
	font-family: FontAwesome;
	content:"\f068";
	padding-right: 5px;
}
.custom-accordion-section .custom-accordion .panel-title > a.collapsed:before {
	float: right !important;
	content:"\f067";
}
.custom-accordion-section .custom-accordion .panel-title > a:hover,
.custom-accordion-section .custom-accordion .panel-title > a:active,
.custom-accordion-section .custom-accordion .panel-title > a:focus  {
	text-decoration:none;
}
.custom-accordion-section .custom-accordion .panel-default>.panel-heading {

	background-color: #ffbe19;
	border-color: #fff;
	padding: 30px;
}
.custom-accordion-section .custom-accordion .panel-default {
	border-color: #fff;
}
.hr-title1
{
	width: 60px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-color: #ffbe19;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	text-align: center;
}
 /*  End ============================================
 ===============================================
 ==============================================*/

 .txt-white
 {
 	color: #fff !important;
 }
 .offer1
 {

 	background-image: url(../images/td-bg.png);
 	background-color: rgba(1, 41, 88, 0.3);
 	height: 320px;
 	background-position: center;
 	background-size: inherit;
 }
 .offer-btn-banner
 {
 	color: #008a00;
 	background-color: transparent;
 	border-color: #008a00;
 	border-width: 2px;
 	padding: 9px 92px;
 	font-weight: 700;
 	border: 2px solid;
 }

 .offer-btn-banner:hover
 {
 	outline: none;
 	color: #008a00;
 	background-color: #ebebeb;
 }
 .banner-title-div
 {
 	padding: 82px 0px;
 }
 .banner-title-div p
 {
 	color: #505050;
 	font-size: 35px;
 	line-height: 1.26em;
 	padding-bottom: 12px;
 }
 .td-mortgage-section
 {
 	padding: 43px 0px 20px;
 }
 .td-mortgage-section h3
 {
 	color: #1a5336;
 }


 .wrapper-tab{
 	width:100%;
 	margin:0 auto;
 }

 .tabs {
 	padding:10px 10px 0 10px;
 	background-color: #eaeaea;
 	border-radius:10px 10px 0 0;
 	display:flex;
 	position:relative;
 	width: 40%;
 	margin: 0 auto;
 }
 .tabs:before{
 	content:"";
 	width:10px;
 	height:100%;
 	position:absolute;
 	background-color:#eaeaea;
 	left:0;
 	top:0;
 	z-index:10;
 	border-radius:10px 0 10px 0;
 }
 .tabs:after{
 	content:"";
 	width:10px;
 	height:100%;
 	position:absolute;
 	background-color:#eaeaea;
 	right:0;
 	top:0;
 	z-index:10;
 	border-radius:0 10px 0 10px ;
 }

 .tabs button {
 	position:relative;
 	background-color: #eaeaea;
 	color:#474546;
 	border-radius:0 0 10px 10px;
 	z-index:10;
 	text-align:left;
 	font-weight: bold;
 	float: left;
 	border: none;
 	outline: none;
 	cursor: pointer;
 	padding: 15px 20px;
 	font-size: 16px;
 	flex-grow:1;
 }

 .tabs button i{
 	padding-right:20px;
 }

 .tabs button.active {
 	background-color: #fff;
 	border-radius:10px 10px 0 0;
 	z-index:1;
 	box-shadow:0 -5px 4px 0 rgba(0,0,0,0.02);
 }
 .tabs button.active:before {
 	content:"";
 	width:10px;
 	height:100%;
 	position:absolute;
 	background-color:#fff;
 	left:-10px;
 	top:0;
 	z-index:1;
 }

 .tabs button.active:after {
 	content:"";
 	width:10px;
 	height:100%;
 	position:absolute;
 	background-color:#fff;
 	right:-10px;
 	top:0;
 	z-index:1;
 }

 .tab_content {
 	display: none;
 	padding: 40px 0px;

 	border-radius:0 0 10px 10px;
 }
 .tabs-background
 {
 	background: #eaeaea;
 }
 .tabs-section
 {

 }

 .get-cash-bonus h4
 {
 	color: #1a5336;
 	font-size: 21px;
 	padding-bottom: 29px;
 }

 .green-hr
 {
 	border: 1px solid #008a00;
 }
 .mortgage-set
 {
 	padding-bottom: 49px;
 }
 .mortgage-set h4
 {
 	padding-bottom: 15px;
 }

 .rebate h4
 {
 	padding-bottom: 14px;
 }

 .draw
 {
 	padding: 17px 22px !important;
 	background: #f9f9f9 !important;
 }

 .td-chart tr td
 {
 	padding: 30px 26px !important;
 }

 .apt-btn
 {
 	color: #1c1c1c;
 	background-color: #ff9500;
 	border-color: #ff9500;
 	padding: 12px 100px;
 	font-weight: bold;
 }

 .apt-btn:hover
 {
 	outline: none;
 	color: #1c1c1c;
 	background-color: #e37609;
 }

 .step-obtain h4
 {
 	line-height: 1.45em;
 	padding-top: 59px;
 }

 .flexline
 {
 	background: #f9f9f9;
 }
 .flexline img
 {
 	width: 100%;
 }

 .no-gutter > [class*='col-'] {
 	padding-right:0;
 	padding-left:0;
 }
 .choose-td ul li
 {
 	font-size: 17px;
 	padding: 0px 20px 16px 0px;
 }

 .legal-div
 {
 	padding: 0px 0px 36px;
 	border-bottom: 11px solid #f9f9f9;
 }

 .legal-div a
 {
 	color: #038203;
 	font-weight: 800;
 	font-size: 17px;

 }

 .appointment-section-div
 {
 	padding: 43px 0px 54px;
 	border-bottom: 11px solid #f9f9f9;
 }

 .appointment-section-div h4
 {
 	color: #1a5336;
 	font-size: 20px;
 	padding-bottom: 11px;
 }

 .lts-connect
 {
 	padding: 34px 0;
 }
 .lts-connect h4
 {
 	color: #1a5336;
 }
 .lts-connect h5
 {
 	font-size: 17px;
 }
 .lts-connect img
 {     padding-bottom: 23px;

 }
 .lts-connect p
 {
 	margin-bottom: 60px;
 }
 .lts-connect .apt-btn {

 	border-color: #ff9500;
 	padding: 7px 45px;

 }
 .chose-spec
 {
 	color: #038203;
 	font-size: 18px;
 	font-weight: bold;
 }
 .choose-td1 h3
 {
 	color: #1a5336;
 	font-size: 20px;
 	padding-bottom: 20px;
 }
 .meet-with
 {
 	margin-bottom: 35px !important;
 }
 .choose-td1 h4
 {
 	line-height: 1.65em;
 	font-size: 18px;
 	padding-bottom: 13px;
 }
 .choose-td1 ul li
 {
 	font-size: 17px;
 	padding: 0px 20px 20px;
 }

 .purchase-first-div
 {
 	padding: 42px 0px 0px;
 }

 .expert-advice h3
 {
 	font-size: 27px;
 	line-height: 37px;
 }

 .cashbonus2
 {
 	font-size: 16px !important;
 	line-height: 25px !important;
 }

 .draw2
 {
 	padding: 15px 22px !important;
 	background: #f9f9f9 !important;
 	border-top: 2px solid #eee!important;
 }
 .td-chart2 tr td {
 	padding: 18px 26px 0px !important;
 }


 /* mortgage offer 3 */
 .sunlite-td-padding
 {
 	padding: 40px 0px;
 }
 .sunlite-offer-sec p
 {
 	margin-bottom: 0px;
 	padding-top: 20px;
 }
 .sunlite-td-tabs
 {

 }

 .td-wrapper{
 	width:100%;
 	margin:0 auto;
 }

 .td-tabs {
 	padding:0px 10px 0 10px;
 	background: #f9f9f9;
 	border-radius:10px 10px 0 0;
 	display:flex;
 	position:relative;
 	width: 29%;
 	margin: 0 auto;
 }
 .td-tabs:before{

 }
 .td-tabs:after{

 }

 .td-tabs button {
 	position:relative;
 	background: #f9f9f9;
 	color:#474546;
 	border-radius:0 0 10px 10px;
 	z-index:10;

 	font-weight:500;
 	float: left;
 	border: none;
 	outline: none;
 	cursor: pointer;
 	padding: 15px 20px;
 	font-size: 16px;
 	flex-grow:1;
 	text-align: left;
 }

 .td-tabs button i{
 	padding-right:20px;
 }

 .td-tabs button.active {
 	background-color: #fff;
 	border-radius:10px 10px 0 0;
 	z-index:1;
 	box-shadow:0 -5px 4px 0 rgba(0,0,0,0.02);
 	border-left: 1px solid #c3c3c3;
 	border-radius: 0;
 	border-top: 3px solid #03a1da;
 	border-right: 1px solid #c3c3c3;
 	font-weight: bold;
 }
 .td-tabs button.active:before {

 }

 .td-tabs button.active:after {

 }

 .td-tab_content {
 	display: none;
 	padding-top: 40px;

 	border-radius:0 0 10px 10px;
 }
 .sunlite-tabs-btn-td
 {
 	background: #f9f9f9;
 }

 .td-cash h3
 {
 	font-size: 21px;
 }

 .td-cash p
 {
 	padding-top: 20px;
 	margin-bottom: 0;
 }

 .blue-hr
 {
 	border-top: 2px solid #03a1da;
 }

 .td-apply h3
 {
 	font-size: 18.8px;
 	line-height: 27px;
 	padding-bottom: 14px;
 }
 .sunlite-td-term1 p
 {
 	text-align: left;
 }

 .sunlite-td-term1 ul li
 {
 	text-align: left;
 	padding-bottom: 20px;
 }

 .td-promotional h3
 {
 	padding-bottom: 24px;
 }
 .td-promotional table
 {
 	width: 100%;
 }
 .td-promotional table tr th
 {
 	background: #f9f9f9;
 	padding: 15px 22px;
 	font-size: 17px;
 	border-left: 0px;
 	border-right: 0px;
 	border-color: #ccc;
 }

 .td-promotional table tr td
 {
 	padding: 26px 22px;
 	font-size: 17px;
 	border-left: 0px;
 	border-right: 0px;
 	border-color: #ccc;
 	text-align: left;
 }
 .td-book
 {

 	background:#ff9500;
 	border-width: 2px;
 	padding: 9px 92px;
 	font-weight: 700;
 	color: #000 !important;
 }
 .td-book:hover
 {
 	background: #cf7c08;
 }
 .td-ready h3
 {
 	padding-bottom: 37px !important;
 }

 .td-ready .blue-hr
 {
 	margin-top: 45px;
 }
 .td-obtain
 {
 	text-align: left;
 	font-size: 20px;
 	line-height: 30px;
 	padding-top: 20px;
 }
 .td-choose
 {
 	background: #f9f9f9;
 }
 .td-ul p
 {
 	text-align:left;
 }
 .td-ul ul li
 {
 	text-align: left;
 	font-size: 16px;
 	line-height: 24px;
 	padding-bottom: 16px;
 }
 .td-choose img
 {
 	width: 100%;
 }

 .td-ul2
 {
 	padding-top: 80px;
 }
 .td-ul3
 {
 	padding-top: 40px !important;
 }
 .td-ul2 h3
 {
 	text-align: left;
 	text-align: left;
 	padding-bottom: 16px;
 	font-size: 21px;
 }
 .td-ul2 h4
 {
 	text-align: left;
 	text-align: left;
 	line-height: 23px;
 	padding-bottom: 16px;
 }

 .td-purchSE h4
 {
 	padding-bottom: 6px;
 }

 .td-purchSE p
 {

 }
 .td-legal
 {
 	padding-bottom: 40px;
 }
 .td-legal2
 {
 	padding: 40px 0px;
 }
 .td-legal a
 {
 	color: #038203 !important;
 	text-align: left;
 }

 .l-margin
 {
 	margin-bottom: 0px !important;
 }

 .td-book-now h4
 {
 	text-align: left;
 	padding-bottom: 12px;
 }


 .td-book-now p
 {
 	text-align: left;
 	padding-bottom: 9px;
 }

 .td-book-now a
 {
 	text-align: left;
 	float: left;
 }

 .td-book-now
 {
 	padding: 40px 0px;
 	border-top: 11px solid #f9f9f9;
 }
 .td-conect
 {
 	padding: 40px 0px;
 	border-top: 11px solid #f9f9f9;
 }
 .b-img
 {
 	width: 70%;
 	float: right;
 }

 .border-right-td
 {
 	border-right: 1px solid #d1d1d1;
 }

 .index2-form
 {
 	background: #fff !important;
 	border-radius: 0px !important;
 }
 .index2-form .form-title-home
 {
 	background: #ffab35 !important;
 	color: #012958 !important;
 	border-radius: 0px !important;
 }
 .index2-form input[type="text"]
 {
 	border-radius: 0px !important;
 	background: #f8f7f3 !important;
 }

 .index2-form .form-select
 {
 	border-radius: 0px !important;
 	background: #f8f7f3 !important;
 }

 .index2-form ::placeholder
 {
 	color: #012958 !important;
 }

 .index2-form textarea ::placeholder
 {
 	color: #012958 !important;
 }

 .index2-btn
 {
 	background: #012958;
 	padding: 7px 25px;
 	color: #ffab35;
 	border: 1px solid #012958;
 	font-weight: 800;
 }


 .index3-form
 {
 	background: rgba(255, 255, 255, 0.6) !important;
 	border-radius: 0px !important;
 }

 .index3-form .form-title-home
 {
 	background: none !important;
 	border-bottom: 0px !important;
 	border-radius: 0px !important;
 }

 .index3-form input[type="text"]
 {
 	background: #fff !important;
 	border-radius: 0px !important;
 }
 .index3-form select
 {
 	background: #fff !important;
 	border-radius: 0px !important;
 }


 /* new slider  */

 .nivoSlider {
 	position:relative;
 	width:100%;
 	height:auto;
 	overflow: hidden;
 }
 .nivoSlider img {
 	position:absolute;
 	top:0px;
 	left:0px;
 	max-width: none;
 }
 .nivo-main-image {
 	display: block !important;
 	position: relative !important;
 	width: 100% !important;
 }

 /* If an image is wrapped in a link */
 .nivoSlider a.nivo-imageLink {
 	position:absolute;
 	top:0px;
 	left:0px;
 	width:100%;
 	height:100%;
 	border:0;
 	padding:0;
 	margin:0;
 	z-index:6;
 	display:none;
 	background:white;
 	filter:alpha(opacity=0);
 	opacity:0;
 }
 /* The slices and boxes in the Slider */
 .nivo-slice {
 	display:block;
 	position:absolute;
 	z-index:5;
 	height:100%;
 	top:0;
 }
 .nivo-box {
 	display:block;
 	position:absolute;
 	z-index:5;
 	overflow:hidden;
 }
 .nivo-box img { display:block; }

 /* Caption styles */
 .nivo-caption {
 	position:absolute;
 	left:0px;
 	bottom:0px;
 	color:#fff;
 	width:100%;
 	opacity: 1;
 	overflow: hidden;
 	display: none;
 	-moz-opacity: 0.8;
 	filter:alpha(opacity=8);
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;         /* Opera/IE 8+ */
 }
 .nivo-caption p {
 	padding:5px;
 	margin:0;
 }
 .nivo-caption a {
 	display:inline !important;
 }
 .nivo-html-caption {
 	display:none;
 }

 .slider-content-wrap {
 	position: absolute;
 	max-width: 1140px;
 	height: 100%;
 	width: 100%;
 }

 /* Direction nav styles (e.g. Next & Prev) */
 .nivo-directionNav a {
 	cursor: pointer;
 	position: absolute;
 	top: 50%;
 	transform: translateY(-50%);
 	z-index: 9;
 }
 .nivo-prevNav {
 	color: #f9c322 !important;
 	font-size: 80px;
 	font-weight: 500;
 	line-height: 20px;
 	left: 30px;
 }
 .nivo-nextNav {
 	color: #f9c322 !important;
 	font-size: 80px;
 	font-weight: 500;
 	line-height: 20px;
 	right: 30px;
 }
 /* Control nav styles (e.g. 1,2,3...) */
 .nivo-controlNav {
 	text-align:center;
 	padding: 15px 0;
 }
 .nivo-controlNav a {
 	cursor:pointer;
 }
 .nivo-controlNav a.active {
 	font-weight:bold;
 }
/* ------------------------------
Default Theme
---------------------------------*/
.slider-direction {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	background: none;
	color: #fff;
	font-size: 16px;
	z-index: 999;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white;
	filter:alpha(opacity=0);
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
.nivo-caption {
	height: 100%;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
@-webkit-keyframes myfirst {
	from {width: 0;}
	to {width: 100%;}
}
@keyframes myfirst {
	from {width: 0;}
	to {width: 100%;}
}
.slider-progress.pos_hover{
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
/* ------------------------------
custom slider
---------------------------------*/
.slider-progress{
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(255, 255, 255, .7);
	height:5px;
	-webkit-animation: myfirst 5000ms ease-in-out;
	-moz-animation: myfirst 5000ms ease-in-out;
	-ms-animation: myfirst 5000ms ease-in-out;
	animation: myfirst 5000ms ease-in-out;
}
.s-tb{
	display: table;
	height: 100%;
	width: 100%;
	float: left;
}
.s-tb-c{
	display: table-cell;
	vertical-align: middle;
}
.t-cn{text-align: center}
.t-lft{text-align: left}
.t-lfr{text-align: right}

/*===================================================
    Sliders Styles
    ===================================================== */
    /* -------Home-1 -------*/
.home1 .slider-content h2, .home1 .slider-content h2, .home1 .slider-content h3{color:#fff;}
.home1 .slider-content h2{
	font-size: 80px;
	display: inline-block;
	font-weight: 500;
	line-height: 70px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 26px;
}
.home1 .slider-content h2 span {
	font-weight: 800;
}
.home1 .slider-content h2::before{
	background: #ffffff none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	position: absolute;
	height: 1px;
	left: 0;
	margin-left: -5%;
	width: 110%;
}
.home1 .slider-content h3{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 7px;
	position: relative;
	text-transform: uppercase;
}
a.slider-btn, a.slider-btn2{
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
	display: inline-block !important;
	font-size: 16px;
	font-weight: 700;
	height: 40px !important;
	letter-spacing: 1px;
	line-height: 40px !important;
	margin: 0 5px;
	padding: 0 30px;
	text-transform: uppercase;
}
a.slider-btn:hover, a.slider-btn2:hover{
	background:#DA4234;
	border: 2px solid #DA4234 !important;
}
    /* -------Home-2 -------*/
.home2 .slider-content h2, .home2 .slider-content h2, .home2 .slider-content h3 {color:#4a4a4a;}
.home2 .slider-content h2 {
	display: inline-block;
	font-size: 80px;
	font-weight: 500;
	left: 0;
	letter-spacing: 1px;
	line-height: 70px;
	position: relative;
	text-transform: uppercase;
}
.home2 .slider-content h2::before {
	background: #4a4a4a none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	height: 5px;
	left: 7px;
	position: absolute;
	width: 98.8%;
}
.home2 .slider-content h3, .home2 .slider-content h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: 3px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	margin-left: 5px;
}
.home2 .slider-content .slider-btns{
	display: inline-block;
	left: 0;
	position: relative;
}
.home2 a.slider-btn, .home2 a.slider-btn2{
	background:#A2A2A2;
	border:2px solid #A2A2A2 !important;
}
.home2 a.slider-btn:hover, .home2 a.slider-btn2:hover{
	background:#DA4234;
	border: 2px solid #DA4234 !important;
}

/* -------Home-3 -------*/

.home3 .slider-content h2, .home3 .slider-content h2, .home3 .slider-content h3 {color:#fff;}
.home3 .slider-content h2 {
	display: inline-block;
	font-size: 80px;
	font-weight: 500;
	left: -5px;
	letter-spacing: 1px;
	line-height: 70px;
	position: relative;
	text-transform: uppercase;
}
.home3 .slider-content h2::before {
	background: #fff none repeat scroll 0 0;
	bottom: -15px;
	content: "";
	height: 5px;
	left: 7px;
	position: absolute;
	width: 98.8%;
}
.home3 .slider-content h3, .home3 .slider-content h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: 3px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
.home3 .slider-content .slider-btns{
	display: inline-block;
	left:0;
	position: relative;
}
/*=======================================================
  Sliders Animation
  =========================================================*/

/* -------------- Home 1  ---------------- */

/* Slider 1 Animation */
.home1 .slider-content h1{
	-webkit-animation: flipInY 1000ms ease-in-out;
	-moz-animation: flipInY 1000ms ease-in-out;
	-ms-animation: flipInY 1000ms ease-in-out;
	animation: flipInY 1000ms ease-in-out;
}

.home1 .slider-content h3{
	-webkit-animation: flipInX 1500ms ease-in-out;
	-moz-animation: flipInX 1500ms ease-in-out;
	-ms-animation: flipInX 1500ms ease-in-out;
	animation: flipInX 1500ms ease-in-out;
}
.slider-content a.slider-btn{
	-webkit-animation: bounceInLeft 2500ms ease-in-out;
	-moz-animation: bounceInLeft 2500ms ease-in-out;
	-ms-animation: bounceInLeft 2500ms ease-in-out;
	animation: bounceInLeft 2500ms ease-in-out;
}
.slider-content a.slider-btn2{
	-webkit-animation: bounceInRight 2500ms ease-in-out;
	-moz-animation: bounceInRight 2500ms ease-in-out;
	-ms-animation: bounceInRight 2500ms ease-in-out;
	animation: bounceInRight 2500ms ease-in-out;
}


/* -------------- Home 2  ---------------- */
.home2 .slider-content h1{
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	-moz-animation: fadeInLeft 500ms ease-in-out;
	-ms-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out;
}
.home2 .slider-content h3{
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}

/* -------------- Home 3  ---------------- */
.home3 .slider-content h1{
	-webkit-animation: fadeInLeft 500ms ease-in-out;
	-moz-animation: fadeInLeft 500ms ease-in-out;
	-ms-animation: fadeInLeft 500ms ease-in-out;
	animation: fadeInLeft 500ms ease-in-out;
}
.home3 .slider-content h3{
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}
.home3 .slider-content h1{
	-webkit-animation: bounceInUp 1000ms ease-in-out;
	-moz-animation: bounceInUp 1000ms ease-in-out;
	-ms-animation: bounceInUp 1000ms ease-in-out;
	animation: bounceInUp 1000ms ease-in-out;
}
.home3 .slider-content h3{
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out;
}
.home3 .slider-content h1{
	-webkit-animation: fadeInRight 500ms ease-in-out;
	-moz-animation: fadeInRight 500ms ease-in-out;
	-ms-animation: fadeInRight 500ms ease-in-out;
	animation: fadeInRight 500ms ease-in-out;
}
.home3 .slider-content h3{
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	-moz-animation: fadeInRight 1500ms ease-in-out;
	-ms-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out;
}


/* form */

.find-home {
	background: #f5f9fd none repeat scroll 0 0;
	padding: 90px 0;
}

.find-home-title>h3 {
	color: #004395;
	font-size: 26px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 46px;
}

.bs-caret {
	display: none;
}

.bootstrap-select>.dropdown-toggle {
	position: relative;
	padding-right: 12px;
}

.bootstrap-select>.dropdown-toggle::before {
	content: "ï„‡";
	font-family: Fontawesome;
	position: absolute;
	right: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}


.find-home .form-control:focus {
	border-color: inherit !important;
}

.find-home .form-control {
	border-color: #004395 !important;
	border-radius: 0 !important;
}



.find-home-item>input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	color: #606060;
	height: 40px;
	opacity: 1;
	padding-left: 10px;
	font-size: 14px;
	color: #626262;
	width: 100%;
	margin-bottom: 31px;
}

.find-home-box-inner .find-home-item>input placeholder {
	color: #fff;
}

.find-home-item>input::-moz-placeholder {
	color: #606060;
	opacity: 1;
}

.blog-single-content .post .sunlite-testimonial.jobs_page h3{
	margin-top: 0;
	font-weight: 600;
	color: #012958 !important;
}

.blog-single-content .post .sunlite-testimonial.jobs_page h4{
	color: #051829;
	font-weight: 500;
	margin: 25px 0 10px;
}

.blog-single-content .post .sunlite-testimonial.jobs_page h5{
	font-weight: 400 !important;
	margin: 15px 0 0;
	font-size: 17px;
	color: #505050;
}

.blog-single-content .post .sunlite-testimonial.jobs_page h5 a{
	color: #03a1da;
	font-weight: 600;
}

.sunlite-testimonial.jobs_page p,
.sunlite-testimonial.jobs_page p b{
	color: #505050;
}

.sunlite-testimonial.jobs_page span.badge{
	margin-bottom: 15px;
	margin-right: 5px;
	font-size: 15px;
	font-weight: 400;
	border-radius: 15px;
	padding: 4px 10px;
}

.sunlite-testimonial.jobs_page span.badge i.fa{
	padding-right: 3px;
}

.blog-single-content .post .sunlite-testimonial.jobs_page .theme-btn{
	margin-top: 20px;
	display: inline-block;
}

.modal.application_form .form-group{
	margin-bottom: 20px;
}

/*.modal.application_form .form-group select.form-control{
	margin-top: 0;
}*/

.modal.application_form .form-group label{
	border: 0 none;
	padding: 0;
}

.modal.application_form .form-group label sup{
	color: #ff0000;
}

.modal.application_form .form-group label:hover{
	background-color: transparent !important;
}

/*.modal.application_form .form-group [type="radio"]:checked,
.modal.application_form .form-group [type="radio"]:not(:checked) {
    position: absolute;
    left: 18px;
    z-index: 9;
    opacity: 0;
}
.modal.application_form .form-group [type="radio"]:checked + p,
.modal.application_form .form-group [type="radio"]:not(:checked) + p{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin: 0;
}
.modal.application_form .form-group [type="radio"]:checked + p:before,
.modal.application_form .form-group [type="radio"]:not(:checked) + p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #9e9e9e;
    border-radius: 100%;
    background: #fff;
}
.modal.application_form .form-group [type="radio"]:checked + p:after,
.modal.application_form .form-group [type="radio"]:not(:checked) + p:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #03a1da;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.modal.application_form .form-group [type="radio"]:not(:checked) + p:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.modal.application_form .form-group [type="radio"]:checked + p:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

.modal.application_form .form-group.files input {
	outline: 2px dashed #ccc;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
	padding: 70px 0px 45px 35%;
	text-align: center !important;
	margin: 0;
	width: 100% !important;
}
.modal.application_form .form-group.files input:focus{
	outline: 2px dashed #ccc;
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.modal.application_form .form-group.files{
	position: relative
}
.modal.application_form .form-group.files:after {  pointer-events: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 40px;
	right: 0;
	height: 40px;
	content: "";
	background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
	display: block;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.modal.application_form .form-group.files:before {
	position: absolute;
	bottom: 10px;
	left: 0;  pointer-events: none;
	width: 100%;
	right: 0;
	height: 20px;
	content: " or drag it here. ";
	display: block;
	margin: 0 auto;
	color: #adadad;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.application_form.modal .modal-dialog{
	width: 600px !important;
}


/* end */

@media (max-width: 1199px) and (min-width: 992px){
	.sunlite-logo img{
		width: 200px !important;
	}

	.header-style-1 #navbar > ul > li > a,
	.header-style-2 #navbar > ul > li > a,
	.header-style-3 #navbar > ul > li > a,
	.header-style-4 #navbar > ul > li > a,
	.header-style-5 #navbar > ul > li > a,
	.header-style-6 #navbar > ul > li > a{
		font-size: 14px !important;
		padding: 20px 8px !important;
	}
}

@media (max-width: 1199px){
	.custom-cards-size .card-custom .p1{
		margin-bottom: 30px;
	}
	.cards-guide .card-custom{
		padding: 40px 10px !important;
	}

	.custom-cards-size .card-custom{
		height: 340px;
	}

	.plans .card-plans .content{
		padding: 20px;
	}

	.plans .card-plans .content .tick{
		display: block;
	}

	.plans .card-plans .content .tick .img{
		display: inline-block;
		padding-right: 5px;
		width: 20px;
		vertical-align: top;
	}

	.plans .card-plans .content .tick .img img{
		width: 100%;
	}

	.plans .card-plans .content .tick .text{
		display: inline-block;
		width: calc(100% - 25px);
	}
}

@media (max-width: 991px){
	.custom-cards-size .card-custom{
		height: unset;
		min-height: 390px;
	}

	.hero {
		height: 528px;
	}

	.hero .slide{
		height: 528px;
	}

	.hero .slide .container{
		padding: 0 15px;
		width: 100%;
	}
	.apply-card-form-home{
		width: 340px;
	}

	.apply-card-form .form-body{
		min-height: unset;
	}

	.apply-card-form-home .form-title-home{
		height: 45px;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.plans .card-plans .content .tick{
		text-align: center;
	}

	.plans .card-plans .content .tick .img{
		position: absolute;
		left: auto;
	}

	.plans .card-plans .content .tick .text{
		width: auto;
		padding-left: 20px;
	}

	.plans .card-plans{
		height: auto;
	}

	.plans .card-plans .content .tick:last-child{
		margin-bottom: 0;
	}
	.plans .card-plans .bottom-section{
		position: unset;
		padding-bottom: 30px;
		bottom: unset;
	}
	.custom-cards-size .card-custom{
		min-height: unset;
	}

	.hero.hero-slider-wrapper{
		min-height: unset !important;
		height: auto !important;
	}

	.hero .slide{
		height: 675px !important;
	}

	button.slider-btn-2{
		margin-top: 0;
	}
	.section-padding {
		padding: 70px 0;
	}

	.apply-card-form .form-body .row.apply-hide{
		display: none;
	}
	.custom-marquee {
		margin:0px 0px 40px 0px !important;
	}
	.custom-marquee .inner
	{
		height:60px !important;
		width:60px !important;
	}

	/*.apply-card-form {
		width: 335px !important;
	}*/

	.apply-card-form-home
	{
		position: relative !important;
		width: 100% !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.temp-form
	{
		position: unset !important;
		width: 100% !important;
		margin-top: 122px !important;
	}
	.temp-form  .signup-home
	{
		position: unset !important
	}
	.temp-form .button_example
	{
		margin-left: 10px !important;
	}
	.modal-content1
	{
		background: transparent !important;
	}

	.apply-hide
	{
		display: none;
	}
	.temp-form-btn
	{
		//display: block;
	}

	/*.signup-home
	{
		position: absolute;
		background: #000;
		margin-top: -119px;
		border-radius: 10px !important;
	}*/

	.apply-card-form-home .form-title-home
	{
		height: 34px;
		font-size: 15px;
	}

	.apply-card-form-home .form-body .row input[type="text"],
	.apply-card-form-home .form-select
	{
		height: 32px;
	}

	.ecf {

		padding: 23px 36px !important;

	}

	.chose-credit .features
	{
		margin-bottom: 62px;
	}
	.chose-credit .text-muted{

		padding: 10px 34px;
	}
	.we-help .text-muted{

		padding: 10px 34px;
	}

	.section-title .title {
		letter-spacing: 0.5px;
		font-size: 22px !important;
	}

	.sticky-btn
	{
		padding:7px 16px  !important;
	}

	.landing-banner>.caption {
		position: absolute;
		top: 76px;
		width: 98% !important;
		left: 3px !important;
		height: 64%;
		background: #fff;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		opacity: 0.9;
	}
	.landing-page-padding
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mortgage-your-way .col-sm-2
	{
		margin-bottom: 34px;
	}
	.sign-back
	{
		font-size: 18px !important;
	}
	.button.hollow.secondary
	{
		font-size: 11px !important;
	}
	.flex-img
	{
		margin-top: 26px;
	}
	.explore-resources
	{
		margin-bottom: 18px;
	}
	.banner-title-div
	{
		padding: 49px 0px !important;
	}
	.banner-title-div p {

		font-size: 27px !important;

	}
	.offer1 {

		height: 276px !important;
		background-position: unset !important;
	}
	.tabs {

		width: 100% !important;
	}
	.mortgage-set h4 {

		font-size: 16px !important;
		line-height: 26px !important;
	}

	.apt-btn {

		padding: 12px 67px !important;

	}
	.choose-td
	{
		padding: 0px 27px !important;
	}
	.appointment-section-div img
	{
		padding-top: 54px !important;
	}
	.lts-connect img {

		padding-top: 72px !important;
	}
	.equity1 h4
	{
		padding-top: 73px;
	}
	.choose-td1
	{
		padding: 0px 22px;
	}
	.lts-connect h4 {

		margin-bottom: -54px !important;
		padding-top: 16px !important;
		font-size: 22px !important;
	}
	.first-div-title2
	{
		padding-bottom: 21px !important;
	}

	.hero .hero-slider .slide-caption > h2 {
		font-size: 28px;
		font-size: 1.6rem;
	}

	.hero .hero-slider .slick-list .slick-current .slide-caption > p {
		margin-bottom: 10px !important;
		font-size: 1.02rem;
	}
}

@media (max-width: 414px){
	.hero-slider-wrapper .slide-caption .btns .theme-btn,
	.hero-slider-wrapper .slide-caption .btns .theme-btn-s2{
		padding: 4px 10px !important;
	}

	.hero .slide .slide-caption h2{
		margin-top: 45px !important;
		font-size: 1.35rem !important;
	}
}

.test-div {
	margin:0;
}



/*========================== CUSTOM STYLE START HERE ==================================*/

/*---- FOR AGENT DEMO PAGE ------*/
.agent-page-wrapper {
	background: #fff;
	width: 100%;
	padding: 80px 0;
}
.agent-page-heading-title {
	text-align: center;
	padding: 30px 0;
}
.agent-page-heading-title h2 {
	position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 36px;
  line-height: 41px;
}
.agent-page-heading-title h2::before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #03a1da;
}
.agent-page-heading-title h2::after, .agent-page-heading-title h2::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.agent-page-heading-title h2::after {
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #03a1da;
}
.agent-page-heading-title p {
	color: #000;
	margin-top: 15px;
	font-size: 18px;
	line-height: 25px;
}

.agent-team-member-single {
	background: #f7f7f7;
  transition: 0.3s ease;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
}
.agent-team-member-single:hover {
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.20);
}
.agent-team-member-single img {
	-webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
	width: 100%;
}
.agent-team-member-single-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.agent-team-member-single-image:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  top: 0;
  left: 0;
}
.agent-team-member-single-image:hover:after {
  opacity: 1;
}
.agent-team-member-single:hover img {
	-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.agent-team-member-single-text {
	padding: 15px 10px;
	border: 1px solid #e4e4e4;
}
.agent-team-member-single-sub-text {
	min-height: 70px;
}
.agent-location {
	margin-top: 5px;
}
.agent-team-member-single-sub-text h3 {
	font-size: 21px;
	color: #2cadb6;
	line-height: 26px;
}
.agent-team-member-single-sub-text h4 {
	font-size: 18px;
	font-weight: 400;
}
.agent-details-link {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.agent-details-link a {
	opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
	font-size: 18px;
	border: 1px solid #fff;
	background: transparent;
	padding: 5px 15px;
	color: #fff;
}
.agent-team-member-single-image:hover .agent-details-link a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.agent-details-link a:hover {
	color: #fff;
	background: #03a1da;
	border-color: #03a1da;
}

.agent-apply-news {
	border: none;
  padding: 7px 40px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  z-index: 99;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
	background: transparent;
	margin-bottom: 5px;
}
.agent-apply-news::before, .agent-apply-news::after {
	content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
	background: #fdc236;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.agent-apply-news:hover::before, .agent-apply-news:hover::after {
	transform: skew(0deg);
}
.agent-apply-news:hover {
  color: #000;
}
.agent-apply-news:focus ,.agent-apply-news:hover {
	box-shadow: 0;
	outline: none;
}
.agent-location i {
	font-size: 20px;
	color: #cd201f;
}

.btn-bounce {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  animation-name: swing-new;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transform-origin: top center;
}

@keyframes swing-new {
    0% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    1% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    2% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    3% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    4% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    5% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    6% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    7% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    8% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    9% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    10% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    11% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    12% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    13% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    14% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    15%,
    90% {}
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.get-mortgage-borker-text {
	padding: 30px 40px 40px;
	background: #eff3f4;
	margin-top: 30px;
}
.get-mortgage-borker-text h2 {
	font-size: 32px;
  line-height: 40px;
}
.get-mortgage-borker-text p {
	color: #000;
  margin-top: 5px;
  font-size: 20px;
  line-height: 26px;
}
.get-mortgage-borker-ul {

}
.get-mortgage-borker-ul li {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	list-style: none;
}
.get-mortgage-borker-ul li i {
	color: #03a1da;
	margin-right: 5px;
	padding-top: 4px;
  display: inline-block;
}
.get-mortgage-borker-btn {
	position: relative;
  z-index: 10;
  overflow: hidden;
  transition-duration: 0.50s;
  background: #03a1da;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
	margin-top: 20px;
  padding: 7px 25px;
  letter-spacing: 1px;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.get-mortgage-borker-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.get-mortgage-borker-btn:hover {
  color: #03a1da;
}
.get-mortgage-borker-btn:focus::before, .get-mortgage-borker-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
