@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face 
{
  font-family: GothamNarrow-Light;
  src: url(../fonts/GothamNarrow-Light.otf);
}

@font-face 
{
  font-family: GothamXNarrow-Medium;
  src: url(../fonts/GothamXNarrow-Medium.otf);
}

/*-------------------------------------------- Custom CSS Start -----------------------------*/
body 
{
	font-family: GothamNarrow-Light;
	line-height: 26px;
	letter-spacing: 1.5px;
	font-size: 13px;
	overflow-x: hidden;
	color: #000;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: GothamXNarrow-Medium;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 0px;
	color: #000;
	padding: 10px 0;
}

a 
{
	color: #000;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus
{
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration: none;
}

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

.no-padding 
{
	padding-left: 0;
	padding-right: 0;
}

.padding-right-0
{
	padding-right: 0;
}

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

p 
{
	margin-bottom: 0px;
}

ul 
{
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}

.container-mid 
{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
/*-------------------------------------------- Custom CSS End -----------------------------*/

/*-------------------------------------------- Main Section Heading CSS Start -----------------------------*/
.mainSectionheading
{
	margin-bottom:12.5px;
}

.mainSectionheading h2
{
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:0;
}

.mainSectionheading p
{
	font-size:14px;
}

.full-sep 
{
	background: #0277BD;
	width: 15px;
	display: inline-block;
	height: 15px;
	border-radius:1px;
}

.half-sep 
{
	background: #527D89;
	width: 10px;
	display: inline-block;
	height: 10px;
	position: relative;
	top: -2px;
	border-radius:1px;
}
/*-------------------------------------------- Main Section Heading CSS End -----------------------------*/

/*-------------------------------------------- Theme Button CSS Start -----------------------------*/
.themeBtn a::before 
{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f4f4f4;
	border: 1px solid #527D89;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.themeBtn a
 {
	display: inline-block;
	padding: 7.5px;
	margin: 15px 0 7.5px;
	text-align: center;
	background: #527D89;
	border: 1px solid #527D89;
	color: #527D89;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.themeBtn a:hover::before, 
.themeBtn a:focus::before, 
.themeBtn a:active::before 
{
	-webkit-transform: scale(0);
	transform: scale(0);
}

.themeBtn a:hover, 
.themeBtn a:focus, 
.themeBtn a:active 
{
	color: white;
}
/*-------------------------------------------- Theme Button CSS End -----------------------------*/

/* -------------------------------------------- Header CSS Start -------------------------------- */
.siteHeader .topbar 
{
	padding: 10px 0;
	background: #fff;
}

.siteHeader .topbar .topbarLogo-outer
{
	text-align:center;
}

.siteHeader .topbarLogo
{
	max-height:48px;
}

.siteHeader .topbar .topMenu 
{
	text-align: right;
}

.siteHeader .topbar .topMenu img,
.siteHeader .navbar-brand img 
{
	max-height:48px;
}

.siteHeader .topbar .topbarForm input 
{
	height: 48px;
	border-radius: 0;
	width: 90%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #EFF0F1;
	border: 0;
	padding: 0 20px;
}

.siteHeader .topbar .topbarForm button 
{
	height: 48px;
	border: 0;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #527D89;
	color: #fff;
	float: right;
	width: 10%;
}

.siteHeader .stickyTopbar 
{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow:0 3px 5px #AAA;
}

.siteHeader .mainMenuBar 
{
	background: #527D89;
}

.siteHeader .mainMenuBar .navbar 
{
	padding: 0px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link 
{
	color: #fff;
	font-size: 13px;
	padding: 8px 12px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link:hover 
{
	color: #fff;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.contact-menu span 
{
	background: #527D89;
	padding: 7px 10px;
	color: #fff;
	border-radius: 2px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.contact-menu .nav-link:hover 
{
	color: #fff;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler 
{
	background: #0277BD;
	border-radius: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .icon-bar 
{
	width: 22px;
	height: 2px;
	background-color: #fff;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	margin: 4px 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .top-bar 
{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .middle-bar 
{
	opacity: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .bottom-bar 
{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .top-bar 
{
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .middle-bar 
{
	opacity: 1;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .bottom-bar 
{
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
/*-------------------------------------------- Header CSS end -----------------------------*/

/*-------------------------------------------- Footer CSS Start -----------------------------*/
.siteFooter .preFooter
{
	padding:20px 0;
	padding-top:20px!important;
	background-image:url('../images/footer.png');
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment:fixed !important;
	position:relative;
	z-index:1;
}

.siteFooter .preFooter::after
{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:block!important;
	background:rgba(0,0,0,0.75);
	z-index:-1;
}

.siteFooter .preFooter
{
	padding:20px 0;
}

.siteFooter .preFooter h3 
{
	font-size: 20px;
	color:#fff;
	text-transform: uppercase;
	position:relative;
}

.siteFooter .preFooter p
{
	font-size: 13px;
	color:#fff;
}

.siteFooter .preFooter h3::before 
{
	position: absolute;
	display: block !important;
	background: #527D89;
	content: '';
	width: 35px;
	height: 3px;
	bottom: 5px;
	left: 0;
}

.siteFooter .preFooter .footerLinks li a 
{
	display: block;
	font-size:12px;
	padding-left:15px;
	color:#fff;
	position: relative;
	text-transform:uppercase;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .preFooter .footerLinks li a::after 
{
	position: absolute;
	top: 10px;
	left: -3px;
	width: 7px;
	height: 7px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .preFooter .footerLinks li a:hover 
{
	color: #527D89;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .preFooter .footerLinks li a:hover::after 
{
	border-top: 2px solid #527D89;
	border-right: 2px solid #527D89;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .socialIcons
{
	margin-top:15px;
}

.siteFooter .socialIcons li
{
	display: inline-block;
	margin: 0 3px;
}

.siteFooter .socialIcons li a 
{
	color: #fff;
	display: inline-block;
	border: 1px solid #828080;
	width: 35px;
	height: 35px;
	font-size: 14px;
	color: #fff;
	padding-top: 3px;
	text-align: center;
	border-radius: 2px;
}

.siteFooter .socialIcons li a.facebook 
{
	background: #3b5999;
	border: 1px solid #3b5999;
}

.siteFooter .socialIcons li a.google 
{
	background: #DD4B39;
	border: 1px solid #DD4B39;
}

.siteFooter .socialIcons li a.twitter 
{
	background: #55ACEE;
	border: 1px solid #55ACEE;
}

.siteFooter .socialIcons li a.linkedin 
{
	background: #0077B5;
	border: 1px solid #0077B5;
}

.siteFooter .socialIcons li a.youtube 
{
	background: #CD201F;
	border: 1px solid #CD201F;
}

.siteFooter .copyright 
{
	padding: 7.5px 0;
	background: #527D89;
}

.siteFooter .copyright p
{
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
}

.siteFooter .copyright p a
{
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .copyright p a:hover
{
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .copyright .footerBottomLinks
{
	text-align:right;
}

.siteFooter .copyright .footerBottomLinks li 
{
	display: inline-block;
	border-right: 1px solid #fff;
	padding:0 8px;
}

.siteFooter .copyright .footerBottomLinks li:last-child 
{
	border-right: 0px solid #fff;
}

.siteFooter .copyright .footerBottomLinks li a
{
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.siteFooter .copyright .footerBottomLinks li a:hover
{
	color:#fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*-------------------------------------------- Footer CSS Start -----------------------------*/

/*-------------------------------------------- Sidebar Fixed Button CSS Start -----------------------------*/
.sideFixedBtn 
{
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 9;
}

.sideFixedBtn .sideFixedBtnDiv 
{
	width: 140px;
	background: #fff;
	color: #333;
	margin: 3px 0;
	line-height: 40px;
	position: relative;
	right: -100px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.sideFixedBtn .sideFixedBtnDiv .CTAname 
{
	width: 100px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

.sideFixedBtn .sideFixedBtnDiv .CTAicon 
{
	float: left;
	background: #527D89;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.sideFixedBtn .sideFixedBtnDiv:hover
{
	right: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.sideFixedBtn-left
{
    position: fixed;
    top: 245px;
    left: -45px;
    z-index: 1;
}

.sideFixedBtn-left .sideFixedBtnDiv-left
{
	width: 125px;
	background: #527D89;
	color: #FFF;
	line-height: 45px;
	position: relative;
	left: 0px;
	transform: rotate(90deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.sideFixedBtn-left .sideFixedBtnDiv-left a
{
    color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sideFixedBtn-left .sideFixedBtnDiv-left a:hover
{
    color: #FFF;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sideFixedBtn-left .sideFixedBtnDiv-left .CTAname-left
{
    width: 110px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.sideFixedBtn-left .sideFixedBtnDiv-left .CTAicon-left 
{
    background: #333;
    display: block;
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
/*-------------------------------------------- Sidebar Fixed Button CSS Start -----------------------------*/

/*-------------------------------------------- Back To Top CSS Start -----------------------------*/
#backToTop-btn 
{
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 2px;
	position: fixed;
	bottom: 45px;
	right: 5px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#backToTop-btn::after 
{
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 36px;
	color: #527D89;
}

#backToTop-btn:hover 
{
	cursor: pointer;
	background-color: #527D89;
}

#backToTop-btn:hover::after 
{
	color: #fff;
}

#backToTop-btn:active 
{
	background-color: #555;
}

#backToTop-btn.show 
{
	opacity: 1;
	visibility: visible;
}
/*-------------------------------------------- Back To Top CSS End -----------------------------*/

/*-------------------------------------------- Banner Video CSS Start -----------------------------*/
.videoBlock 
{
	position: relative;
	height: 70vh;
}

.videoBlock:before 
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display:block!important;
}

.videoBlock video 
{
	width: 100%;
	height: 70vh;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 1200px) 
{
	.videoBlock 
	{
		height: 400px;
	}

	.videoBlock video 
	{
		height: 400px;
	}
}
/*-------------------------------------------- Banner Video CSS End -----------------------------*/

/*-------------------------------------------- Main Slider CSS Start -----------------------------*/
.mainSlider .carousel .carousel-inner .carousel-item 
{
	height: 600px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position:relative;
	z-index:1;
}

.mainSlider .carousel .carousel-inner .carousel-item::after 
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block!important;
	background:rgba(0,0,0,0.5);
	z-index:-1;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent 
{
	max-width: 530px;
	background: rgba(0, 0, 0, 0.8);
	padding: 25px;
	border-radius:10px;
	position:relative;
	float:right;
	margin-top:50px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent::before
{
	content: '';
	position: absolute;
	display: block !important;
	background: rgba(255,255,255,0.5);
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius:10px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent::after 
{
	content: '';
	position: absolute;
	display: block !important;
	background: rgba(255,255,255,0.5);
	top: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 10px;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent h2 
{
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 26px;
	text-transform:uppercase;
	position:relative;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent h2:before
{
	content:'';
	position:absolute;
	background:#fff;
	width:50px;
	height:2px;
	bottom:0;
	left:0;
	display:block!important;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent h4
{
	color: #fff;
	font-size: 22px;
	position:relative;
}

.mainSlider .carousel .carousel-inner .carousel-item .sliderContent p 
{
	color: #fff;
	font-size: 14px;
}

.mainSlider .carousel .carousel-control-prev img 
{
	position: absolute;
	top: 45%;
	left: 10px;
	z-index: 5;
	display: inline-block;
	margin-left: -10px;
	margin-top: -10px;
	background: #000;
	padding: 25px 0;
	width: 40px;
}

.mainSlider .carousel .carousel-control-next img 
{
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 5;
	display: inline-block;
	margin-left: -10px;
	margin-top: -10px;
	background: #000;
	padding: 25px 0;
	width: 40px;
}
/*-------------------------------------------- Main Slider CSS End -----------------------------*/

/*-------------------------------------------- Home Page CTA Section CSS Start -----------------------------*/
.home-cta-button
{
	background:#fcfcfc;
	padding: 15px 0;
	padding-top: 15px !important;
	position:relative;
	text-align:center;
}

.home-cta-inner::before 
{
	content: "";
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.5);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.home-cta-inner 
{
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	padding: 20px 0 5px;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.home-cta-inner.ct1
{
	background:#4b8190;
}

.home-cta-inner.ct2
{
	background:#009edd;
}

.home-cta-inner.ct3
{
	background:#527d89;
}

.home-cta-inner.ct4
{
	background:#67add7;
}

.home-cta-inner.ct5
{
	background:#587a84;
}

.home-cta-inner.ct6
{
	background:#99c8e4;
}

.home-cta-inner:hover::before, 
.home-cta-inner:focus::before, 
.home-cta-inner:active::before 
{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-cta-inner:hover, 
.home-cta-inner:focus, 
.home-cta-inner:active 
{
	color: white;
}

.home-cta-button .home-cta-inner h5
{
	padding-top:0px;
}

.home-cta-button .home-cta-inner h5 a
{
	text-transform: uppercase;
	font-size:12px;
	color:#fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.home-cta-button .home-cta-inner:hover h5 a
{
	color:#0277BD;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*-------------------------------------------- Home Page CTA Section CSS End -----------------------------*/

/*-------------------------------------------- Welcome Section CSS Start -----------------------------*/
.welcome-section 
{
	background-color: #fff;
	background-image: url("../images/about-bg.jpg");
	background-size: 50% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 40px 0;
	padding-top: 40px !important;
	position:relative;
}

.welcome-section h2 
{
	color: #527D89;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 0;
}

.welcome-section h4 
{
	font-size: 20px;
	padding-top: 0;
	padding-bottom:5px;
}

.welcome-section p
{
	font-size: 14px;
}
/*-------------------------------------------- Welcome Section CSS End -----------------------------*/

/*-------------------------------------------- What We Do Section CSS Start -----------------------------*/
.whatWeDo-section
{
	padding: 40px 0;
	padding-top: 40px !important;
	position:relative;
}

.whatWeDo-section .mainSectionheading
{
	text-align:center;
}

.whatWeDo-section-inner
{
	background:#FCFCFC;
	border-bottom:2px solid #0277BD;
	text-align:center;
	margin:12.5px 0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	-webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
	-moz-transition: all .6s cubic-bezier(.165,.84,.44,1);
	-o-transition: all .6s cubic-bezier(.165,.84,.44,1);
	transition: all .6s cubic-bezier(.165,.84,.44,1);
}

.whatWeDo-section-inner:hover 
{
	-webkit-transform: translate(0,-8px);
	-moz-transform: translate(0,-8px);
	-ms-transform: translate(0,-8px);
	-o-transform: translate(0,-8px);
	transform: translate(0,-8px);
	box-shadow: 0 40px 40px rgba(0,0,0,.16);
}

.whatWeDo-section-inner .whatWeDo-bg
{
	height:225px;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.whatWeDo-section-inner .whatWeDo-bg:after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.25);
	display:block!important;
	z-index:-1;
}

.whatWeDo-section-inner .bg-overlay 
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.25);
	overflow: hidden;
	width: 100%;
	height: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.whatWeDo-section-inner .bg-overlay img
{
	margin-top:75px;
}

.whatWeDo-section-inner:hover .bg-overlay 
{
	height: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.whatWeDo-section-inner .whatWeDo-content
{
	padding:15px;
	border-bottom:1px solid #0277BD;
}

.whatWeDo-section-inner .whatWeDo-content h2
{
	color:#0277BD;
	font-size:20px;
	text-transform:uppercase;
	padding:0;
}

.whatWeDo-section-inner .whatWeDo-content p
{
	font-size:13px;
}
/*-------------------------------------------- What We Do Section CSS End -----------------------------*/

/*-------------------------------------------- Top model Section CSS Start -----------------------------*/
.topModel-section
{
	background:#fcfcfc;
	padding: 40px 0 80px;
	padding-top: 40px !important;
	position:relative;
}

.topModel-section .mainSectionheading
{
	text-align:center;
}

#topModel-section .topModel-search 
{
	background: #fff;
	padding: 20px;
	text-align: center;
}

#topModel-section .topModel-search .topModel-inner
{
	padding:10px 10px 0;
}

#topModel-section .topModel-inner h5
{
	font-size:13px;
	padding:0;
	text-transform:uppercase;
	color:#0277BD;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#topModel-section .topModel-inner:hover h5
{
	color: #527D89;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#topModel-section .topModel-inner .model-seperator 
{
	background:#0277BD;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: inline-block;
	height: 2px;
	width: 35%;
	text-align: center;
}

#topModel-section .topModel-inner:hover .model-seperator
{
	background: #527D89;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#topModel-section .owl-nav 
{
	position: absolute;
	left: -45px;
	right: -45px;
	top: 40px;
	z-index: -1;
}

#topModel-section .owl-nav .owl-prev,
#topModel-section .owl-nav .owl-next 
{
	background: transparent !important;
	border:1px solid #0277BD!important;
	border-radius: 0 !important;
	color: #0277BD;
	font-size: 20px;
	height: 40px;
	text-align: center;
	width: 40px;
}

#topModel-section .owl-nav .owl-prev 
{
	float: left;
}

#topModel-section .owl-nav .owl-next 
{
	float: right;
}

#topModel-section .owl-nav .owl-prev .fa,
#topModel-section .owl-nav .owl-next .fa 
{
	display: block;
	padding-top: 5px;
}

#topModel-section .owl-dots 
{
	bottom: -40px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}

#topModel-section .owl-dots .owl-dot > span 
{
	background: #0277BD !important;
	border: medium none !important;
	margin: 4px !important;
}

#topModel-section .owl-dots .owl-dot.active > span,
#topModel-section .owl-dots .owl-dot:hover > span 
{
	background: #0277BD !important;
}

#topModel-section .owl-dots .owl-dot 
{
	border: solid 1px transparent;
	display: inline-block;
}

#topModel-section .owl-dots .owl-dot.active 
{
	border-color: #0277BD!important;
	border-radius: 50%;
}

#topModel-section .owl-carousel .owl-dots.disabled, 
#topModel-section .owl-carousel .owl-nav.disabled 
{
	display: block!important;
}
/*-------------------------------------------- Top Models Section CSS End -----------------------------*/

/*-------------------------------------------- Similar Vehicle Section CSS Start -----------------------------*/
.SimilarVehicle-section
{
	background:#fcfcfc;
	padding: 40px 0;
	padding-top: 40px !important;
	position:relative;
}

.SimilarVehicle-section .mainSectionheading
{
	text-align:center;
}
/*-------------------------------------------- Similar Vehicle Section CSS End -----------------------------*/

/*-------------------------------------------- Our Blog Section CSS Start -----------------------------*/
.ourBlog-section
{
	padding: 40px 0;
	padding-top: 40px !important;
	position:relative;
}

.ourBlog-section .mainSectionheading
{
	text-align:center;
}

.ourBlog-section-inner
{
	border: 1px solid #ccc;
	border-bottom: 2px solid #527D89;
	border-radius: 5px;
	background:#FCFCFC;
	margin:10px 0;
}

.ourBlog-image
{
	height:235px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
}

.ourBlog-image::after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block!important;
	background:rgba(0,0,0,0.5);
	z-index:-1;
}

.ourBlog-image h5 
{
	background: rgba(255,255,255,0.85);
	color: #527D89;
	position: absolute;
	padding: 5px 15px;
	top: 10px;
	left: 10px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 25px;
	font-size:15px;
}

.ourBlog-image a
{
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,0.25);
	left: 0;
	right: 0;
	padding: 7.5px;
	font-size:18px;
	color:#fff;
}

.ourBlog-image span 
{
	width: 45px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #527D89;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ourBlog-image span .fa
{
	font-size:22px;
}

.ourBlog-content-top 
{
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
}

.ourBlog-content-top::before
{
	position: absolute;
	content: '';
	bottom: -10px;
	width: 30%;
	height: 3px;
	left: 0;
	background: #527D89;
}

.ourBlog-content-top::after
{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	bottom: -10px;
	left: 0;
}

.ourBlog-content-top span
{
	letter-spacing: 1px;
	font-size: 12px;
	padding:0 10px;
}

.ourBlog-content-top span .fa
{
	color: #527D89;
	padding:0 5px;
}

.ourBlog-content-top .blog-user
{
	float:right;
}

.ourBlog-content-bottom p
{
	padding:15px;
}
/*-------------------------------------------- Our Blog Section CSS End -----------------------------*/

/*-------------------------------------------- Map Section CSS End -----------------------------*/
.map-section-direction
{
	padding:15px 0;
	background:#527D89;
	position:relative;
	text-align:center;
}

.map-section-direction p 
{
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
}

.map-section-direction a 
{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background: #4b8190;
	color: #fff;
	display: inline-block;
	padding: 7.5px 25px;
	border-radius: 30px;
	letter-spacing: 1.5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	animation: background-change 5s infinite;
}

@keyframes background-change {
  0%, 20%, 50%, 80%, 100% {
    background:#4b8190;
  }
  20%
  {
	background:#009edd; 
  }
  40% {
    background:#527d89;
  }
  60% {
    background:#67add7;
  }
  80% {
    background:#99c8e4;
  }
}

.map-section-direction a:hover 
{
	letter-spacing: 2px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*-------------------------------------------- Map Section CSS End -----------------------------*/

/*-------------------------------------------- Car Inventory Grid CSS Start -----------------------------*/
.vehicleGrid 
{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.vehicleGrid .vehicleGrid-img 
{
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    position:relative;
}

.vehicleGrid .vehicleGrid-img .vehicleGrid-Category 
{
    background: #527D89;
    -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.1);
    position:absolute;
    color: #fff;
    border-radius: 20px;
    min-width: 100px;
    padding: 2px 0;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    text-transform:uppercase;
}

.vehicleGrid .vehicleGrid-img .vehicle-featured
{
	background: #0277BD;
	position: absolute;
	color: #fff;
	right: 10px;
	top: 10px;
	padding: 7.5px;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
}

.vehicleGrid .vehicleGrid-content h3 
{
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 20px;
    padding: 0 15px;
}

.vehicleGrid .vehicleGrid-content h3 a
{
	color: #527D89;
}

.vehicleGrid .vehicleGrid-content .vehicleTrim 
{
    padding: 0 15px;
    margin-bottom: 5px;
}

.vehicleGrid .vehicleGrid-content .vehicleTrim a
{
    color:#527D89;
}

.vehicleGrid .vehicleGrid-content .vehicleTrim span 
{
    float: right;
    color: #527D89;
}

.vehicleGrid .vehicleGrid-content ul
{
    margin: 0 15px 10px;
    padding: 5px 15px;
}

.vehicleGrid .vehicleGrid-content ul li 
{
	text-transform: capitalize;
	position: relative;
	border-top: 1px solid #e3e3e3;
	padding-top: 5px;
	margin-top: 2px;
}

.vehicleGrid .vehicleGrid-content ul li::before 
{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	display: block;
	background: #527D89;
	left: -15px;
	top: 15px;
}

.vehicleGrid .vehicleGrid-content ul li:last-child 
{
    border-bottom:0px solid #e3e3e3;
}

.vehicleGrid .vehicleGrid-content ul li span
{
    float: right;
    text-transform:capitalize;
}

.vehicleGrid .vehicleGrid-content ul .diffrColor
{
    color:#527D89;
}

.vehicleGrid .vehicleGrid-content .vehicleGrid-btn 
{
	padding: 0 15px 10px;
}

.vehicleGrid .vehicleGrid-content a.vehicleGrid-anchor
{
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #527D89;
    background:#fff;
    color: #527D89;
    display: inline-block;
    width:49%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.vehicleGrid .vehicleGrid-content a.vehicleGrid-anchor:hover
{
    border: 1px solid #527D89;
    background:#527D89;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.vehicleGrid .vehicleGrid-content a.vehicleGrid-offer
{
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #527D89;
    background:#fff;
    color: #527D89;
    display: inline-block;
    width:49%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.vehicleGrid .vehicleGrid-content a.vehicleGrid-offer:hover 
{
    border: 1px solid #527D89;
    background:#527D89;
    color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*-------------------------------------------- Car Inventory Grid CSS End -----------------------------*/

/*-------------------------------------------- Inventory Page CSS Start -----------------------------*/
.inventoryPageListings 
{
	padding: 7.5px 0;
}

.inventoryPageFilter
{
	position: relative;
	background: #fff;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.06);
}

.inventoryPageFilter .inventoryPageFilter-total h3
{
	padding:12.5px;
	border-bottom:1px solid #f0f0f0;
	color:#000;
	font-size:20px;
	margin:0px;
}

.inventoryPageFilter .form-group
{
	margin-bottom:7.5px;
}

.price-range-filter,
.mileage-range-filter
{
	padding:12.5px;
	border-bottom:1px solid #f0f0f0;
	color:#000;
	font-weight:bold;
}

.price-range-filter label,
.mileage-range-filter label
{
	text-transform:uppercase;
}

.price-range-filter p,
.mileage-range-filter p
{
	text-align:center;
}

.price-range-input 
{
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
	transition: opacity .2s;
	margin-bottom: 4px;
}

.price-range-input::-webkit-slider-thumb 
{
    -webkit-appearance: none;
    appearance: none;
	width: 16px;
	height: 16px;
    border: 0;
    background: url('../images/red.png');
	background-repeat: no-repeat;
    cursor: pointer;
}

.price-range-input::-moz-range-thumb 
{
    width: 16px;
	height: 16px;
    border: 0;
	background: url('../images/red.png');
	background-repeat: no-repeat;
    cursor: pointer;
}

.mileage-range-input 
{
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
	transition: opacity .2s;
	margin-bottom: 4px;
}

.mileage-range-input::-webkit-slider-thumb 
{
    -webkit-appearance: none;
    appearance: none;
	width: 16px;
	height: 16px;
    border: 0;
    background: url('../images/red.png');
	background-repeat: no-repeat;
    cursor: pointer;
}

.mileage-range-input::-moz-range-thumb 
{
    width: 16px;
	height: 16px;
    border: 0;
	background: url('../images/red.png');
	background-repeat: no-repeat;
    cursor: pointer;
}

.inventoryPageFilter select 
{
	color: #000;
	border:0px;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 7.5px;
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/caret-down.png") #fff;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 10px;
	width: 100%;
	height: 45px;
	font-size: 14px;
	border-radius:0px;
	text-transform:uppercase;
}

.inventoryPageFilter .panel-group 
{
	padding: 7.5px 10px;
	border-bottom: 1px solid #f0f0f0;
}

.inventoryPageFilter .panel-heading .panel-title > a
{
	display:block;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}

.inventoryPageFilter .panel-heading .panel-title > a:after 
{
    font-family: 'FontAwesome';
    content: "\f106";    
    float: right;
}

.inventoryPageFilter .panel-heading .panel-title> a.collapsed:after 
{
    content: "\f107";
}

.inventoryPageFilter .panel-body .form-group label 
{
	display: block;
	margin-top: 5px;
	color: #000;
	padding-left: 12.5px;
	text-transform: capitalize;
	border-top: 1px solid #527D89;
	margin-bottom: 0px;
	padding-top: 2.5px;
}

.inventoryPageFilter .panel-body .form-group label input
{
	float: left!important;
	right: 10px;
	top: 7.5px;
}

.inventoryPageFilter .btn.btn-default.btn-block.filter-reset-btn 
{
	border: 1px solid #527D89!important;
	background: transparent!important;
	border-radius: 0px!important;
	color: #527D89!important;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.inventoryPageFilter .btn.btn-default.btn-block.filter-reset-btn:hover,
.inventoryPageFilter .btn.btn-default.btn-block.filter-reset-btn:focus,
.inventoryPageFilter .btn.btn-default.btn-block.filter-reset-btn:active 
{
	border: 1px solid #527D89!important;
	background: #527D89!important;
	border-radius: 0px!important;
	color: #fff!important;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*-------------------------------------------- Inventory Page CSS End -----------------------------*/

/*-------------------------------------------- Inventory Single Page CSS Start  -----------------------------*/
.singlePageHeaderContent
{
	background: #527D89;
    padding:15px;
}

.singlePageHeaderContent h3 
{
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0px;
}

.singlePageHeaderContent .carDetailTop ul li
{
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
}

.singlePageHeaderContent .carDetailTop ul .list-bold
{
    font-weight:normal;
}

.vehiclePrice h4 
{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	background: #4b8190;
	border:1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 9.5px 25px;
	border-radius: 30px;
	letter-spacing: 2px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	animation: background-change 5s infinite;
	margin-top: 10px;
}

@keyframes background-change {
  0%, 20%, 50%, 80%, 100% {
    background:#4b8190;
  }
  20%
  {
	background:#009edd; 
  }
  40% {
    background:#527d89;
  }
  60% {
    background:#67add7;
  }
  80% {
    background:#99c8e4;
  }
}

.vehiclePrice h4 a
{
	color:#fff;
}

.vehicleDescriptionSection .nav-tabs 
{
	border-bottom: 3px solid #527D89;
	margin: 10px 0;
}

.vehicleDescriptionSection .nav-tabs li.nav-item a 
{
	background:#f9f9f9;
	color:#000;
	padding: 10px 10px;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.vehicleDescriptionSection .nav-tabs li.nav-item a.active
{
	background:#527D89;
	color:#fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.vehicleDescriptionSection .nav-tabs li.nav-item a:focus,
.vehicleDescriptionSection .nav-tabs li.nav-item a:hover
{
	background:#527D89;
	color:#fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.singlePageSliderContent .vehicleDescriptionSection ul.specsList 
{
	margin-top:10px;
	padding: 0 15px;
}

.vehicleDescriptionSection-details
{
	background:#fcfcfc;
	margin:10px 0;
	padding: 15px;
}

.singlePageSliderContent .vehicleDescriptionSection ul.specsList li 
{
	display: table;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 6px;
	text-transform: capitalize;
	font-size: 13px;
	width: 100%;
	color: #000;
	letter-spacing: 0.5px;
}

.singlePageSliderContent .vehicleDescriptionSection ul.specsList span.specsTitle 
{
	width: 100px;
	display: table-cell;
}

.singlePageSliderContent .vehicleDescriptionSection ul.specsList span.specsContent 
{
	text-align: right;
	display: table-cell;
	word-break: break-all;
}

.singlePageSliderContent .vehicleDescriptionSection ul.specsList li:last-child 
{
	border-bottom: 0px solid #e3e3e3;
}

.singlePageSliderContent .vehicleDescriptionSection ul.specsList li .diffrColor 
{
	color: #527D89;
}

.singlePageSliderContent
{
	padding:40px 0;
}

.singlePageSliderContent .carousel .carousel-inner .carousel-item:after
{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block!important;
	background:rgba(0,0,0,0.5);
}

.singlePageSliderContent .carousel .carousel-inner .carousel-item 
{
	height: 450px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position:relative;
}

.similarVehicleSection
{
	padding:40px 0;
	padding-top:40px!important;
	position:relative;
}

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

.vehicle-Features-section 
{
	padding:40px 0;
	padding-top:40px!important;
	background:#fcfcfc;
	position:relative;
}

.vehicle-Features-section .mainSectionheading
{
	text-align:center;
}

.vehicle-Features-section .vehicle-Features-title h3 
{
	font-size: 22px;
	color: #000;
	border-bottom: 2px solid #527D89;
	padding-bottom: 10px;
	display: inline-block;
	margin-bottom:20px;
}

.vehicle-Features-section ul.nav.nav-tabs 
{
	border-bottom: 3px solid #527D89;
}

.vehicle-Features-section ul.nav.nav-tabs li 
{
	background: #f1f1f1
}

.vehicle-Features-section ul.nav.nav-tabs li a
{
	color:#000;
	display: block;
	padding: 5px 7.5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.vehicle-Features-section ul.nav.nav-tabs li a.active
{
	background: #527D89;
	color:#fff!important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.vehicle-Features-section ul.nav.nav-tabs li:hover a
{
	color:#527D89;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.vehicle-Features-section .vehicle-Features-section-inner
{
	margin:5px 0;
	padding:15px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.vehicle-Features-section .tab-content h4
{
	margin:0 0 15px!important;
	font-weight: 400;
	border-left: 5px solid #527D89;
	letter-spacing: 2px;
	background: #fcfcfc;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color:#000;
}

.vehicle-Features-section .tab-content ul li
{
	color:#000
}

.vehicle-Features-section .singleDetailGrid 
{
	margin-top: 30px;
	background: #fff;
	-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}

.vehicle-Features-section .singleDetailGrid h3
 {
	border-bottom: 1px solid #527D89;
	font-size: 18px;
	text-transform: uppercase;
	color: #527D89;
	margin-bottom: 0;
	padding: 7px 15px;
}

.vehicle-Features-section .singleDetailGrid .singleDetailGridContent,
.vehicle-Features-section .singleDetailGrid .feature-ul-full 
{
	padding: 20px;
}

.vehicle-Features-section .singleDetailGrid .feature-ul-full li
{
	color:#000;
}

.vehicle-Features-section .singleDetailGrid .singleDetailGridContent p
{
	font-size:13px;
	margin-bottom:0px;
	color:#000;
}

.vehicle-Features-section .singleDetailGrid .feature-ul-full i
{
	color: #527D89;
}

.financeQuotesection
{
	background:#F2F2F2;
	padding:40px 0;
	padding-top:40px!important;
	position:relative;
}

.financeQuotesection-left 
{
	background: #fff;
	padding: 20px;
}

.financeQuotesection-left label
{
	margin-bottom:0px;
}

.financeQuotesection-left .form-group 
{
	margin-top: 7.5px;
	margin-bottom:0px!important;
}

.financeQuotesection-left input 
{
	border: 1px solid #e3e3e3;
	border-radius: 2.5px;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.financeQuotesection-left input:hover,
.financeQuotesection-left input:focus,
.financeQuotesection-left input:active
{
	padding-left:7.5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.financeQuotesection-left .form-control:focus
{
	box-shadow:none;
}

.financeQuotesection-left .themeBtn.btn
{
	border:1px solid #527D89;
	color:#527D89;
	border-radius:0px;
	margin-top:1rem;
	text-align:center;
	text-transform:uppercase;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.financeQuotesection-left .themeBtn.btn:hover,
.financeQuotesection-left .themeBtn.btn:focus,
.financeQuotesection-left .themeBtn.btn:active
{
	border:1px solid #527D89;
	background:#527D89;
	color:#fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.financeQuotesection-right
{
	background-image:url('../images/finance-calc.jpg');
	padding: 20px;
	width: 100%;
	min-height:425px;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: relative;
	z-index: 1;
}

.financeQuotesection-right::after
{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	display: block !important;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}

.financeQuotesection-right::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	display: block !important;
	background: #fff;
	z-index: -1;
}

.financeQuotesection-right label
{
	margin-bottom:0px;
}

.financeQuotesection-right .form-group 
{
	margin-top: 7.5px;
	margin-bottom:0px!important;
}

.financeQuotesection-right input 
{
	border: 1px solid #e3e3e3;
	border-radius: 2.5px;
	letter-spacing: 1px;
	color: #000;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.financeQuotesection-right input:hover,
.financeQuotesection-right input:focus,
.financeQuotesection-right input:active
{
	padding-left:7.5px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.financeQuotesection-right .form-control:focus
{
	box-shadow:none;
}

#finance .slt_calculator_results .car-finance-calc-list p::before 
{
	content: "\f064";
	font-family: FontAwesome;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 2px;
	left: -2px;
}

#finance .slt_calculator_results .car-finance-calc-list p 
{
	position: relative;
	padding-left: 15px;
	font-size: 18px;
	margin-bottom: 20px;
	color:#fff;
	margin-top:10px;
}

#finance .slt_calculator_results .car-finance-calc-list p span 
{
	float: right;
	font-weight: 600;
	font-size: 20px;
}

.singlePageCarDetail 
{
	padding: 40px 0 0;
	position:relative;
}

.singlePageCarDetail-inner
{
	padding:10px;
	text-align:center;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.singlePageCarDetail-inner span 
{
	background: #527D89;
	width: 55px;
	height: 55px;
	display: inline-block;
	line-height: 50px;
	border-radius: 50%;
}

.singlePageCarDetail-inner span img
{
	width:32px;
}

.padding-5
{
	padding-left:2.5px;
	padding-right:2.5px;
}

.singlePageCarDetail-inner h5 
{
	padding-bottom: 0;
	font-size: 14px;
}

.singlePageCarDetail-inner .singlePageCarDetail-images h6
{
	text-transform:uppercase;
	font-size:14px;
	color:#527D89;
}

.singlePageCarDetail-inner .singlePageCarDetail-content h5
{
	font-size:13px;
	color:#000;
	font-weight:bold;
	min-height:60px;
	padding:0;
}
/*-------------------------------------------- Inventory Single Page CSS End  -----------------------------*/

/*-------------------------------------------- Single Page POPUP CSS Start  -----------------------------*/
.singlePagePopup
{
	margin-top:20px;
}

.singlePagePopup-inner 
{
	background: #527D89;
	border: 1px solid #527D89;
	padding: 15px 0 0;
	margin:10px 0;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.singlePagePopup-inner img
{
	width:50px;
	margin-bottom:15px;
}

.singlePagePopup-inner h5
{
	color:#527D89;
	background:#fff;
	padding:5px 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

a.singlePagePopup-btn::before 
{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #6E6F74;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

a.singlePagePopup-btn 
{
	display: inline-block;
	width:100%;
	padding:10px 5px;
	margin:5px;
	text-transform:uppercase;
	text-align:center;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	background: #6E6F74;
	border: 1px solid #6E6F74;
	color:#6E6F74;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	font-size: 13px;
	letter-spacing: 1px;
	cursor:pointer;
}

a.singlePagePopup-btn:hover::before, 
a.singlePagePopup-btn:focus::before, 
a.singlePagePopup-btn:active::before 
{
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

a.singlePagePopup-btn:hover, 
a.singlePagePopup-btn:focus, 
a.singlePagePopup-btn:active 
{
	color: white!important;
}

#scheduleServicePopup .modal-dialog {
  margin: 0 auto;
  max-width: 650px;
  border: 0;
}

#scheduleServicePopup .modal-content .close {
  position: absolute;
  right: 2px;
  color: #fff;
  z-index: 1;
  opacity: 1;
  top: 0;
  font-size: 30px;
}

#scheduleServicePopup .modal-content .close:hover {
  opacity: .8;
}

#scheduleServicePopup .modal-content .close img {
  width: 28px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

#scheduleServicePopup .modal-content .offerPopupContent {
  margin-top: 20px;
}

#scheduleServicePopup .modal-content .offerPopupContent h2 {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}

#scheduleServicePopup .modal-content .offerPopupContent p {
  text-align: center;
  margin-bottom: 20px;
}

#scheduleServicePopup .modal-content .offerPopupForm {
  margin-bottom: 20px;
}

#scheduleServicePopup .modal-content .offerPopupForm form {
  margin-top: 20px;
}

#scheduleServicePopup .modal-content .offerPopupForm form input {
  border-radius: 2px;
}

#scheduleServicePopup .modal-content .offerPopupForm form textarea {
  border-radius: 2px;
}

#scheduleServicePopup .modal-content .offerPopupForm form button {
  width: 100%;
  background: #527D89;
  color: #fff;
  border-radius: 2px;
}

#scheduleServicePopup .modal-content .offerPopupForm form button:hover {
  background: #0277BD;
}
/*-------------------------------------------- Single Page POPUP CSS Start  -----------------------------*/