/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global
4.  Main Header
5.  Main Slider
6.  Features Section / Column View
7.  Intro section
8.  Tabs Section
9.  Testimonials Section
10. Meet Our Team
11. Latest Blog
12. Sponsors
13. Main Footer
14. Default Section
15. Gallery Tabs
16. Services Style
17. Price and Plans
18. Vertical Gallery
19. Filter Section
20. Sidebar Page / Blog Posts / Sidebar / Comments Area
21. Contact Us


**********************************************/
@import url('css/jquery-ui.min.css');
@import url('css/jquery-ui.theme.min.css');
@import url('css/jquery-ui.structure.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#292929;
	line-height:2em;
	font-weight:400;
	background:#ffffff;
}

.services .icon-box h3::before {
display:none !important}

a{
	text-decoration:none;
	cursor:pointer;	
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
}

input,button,select,textarea{
	width: 100%;
	font-family: 'Open Sans', sans-serif;	
}

/*::-webkit-input-placeholder { color:rgba(0,0,0,0.80);}
::-moz-placeholder { color:rgba(0,0,0,0.80) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.80) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.80) ;}*/

p{
	position:relative;
		
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	min-height:400px;
	overflow:hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.center{
	text-align:center;	
}

.theme-bg{
	background-color:#fc5a1b;	
}

.theme-color{
	color:#fc5a1b;	
}

.out{
	opacity:0;	
}

.in{
	opacity:1;	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-uppercase{
	text-transform:none !important;	
}

.light-btn{
	position:relative;
	display:inline-block;
	padding:10px 30px;
	line-height:26px;
	border:1px solid transparent;
	background:#fc5a1b;
	margin-bottom:5px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: 'Droid Sans', sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.dark-btn{
	position:relative;
	display:inline-block;
	padding:5px 20px;
	line-height:22px;
	font-size:14px;
	border:1px solid transparent;
	background:#36404b;
	color:#ffffff;
	text-transform:uppercase;
}

.light-btn:hover,
.dark-btn:hover{
	background-color:#fb4848;
	border-color:#fb4848;
	color:#ffffff;	
}

.dark-btn.style-two{
	background:#bc3131;
}

.dark-btn.style-two:hover{
	color:#000000;
	background:#ffffff;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	overflow:hidden;
	border:1px solid #dddddd;
	background:#ffffff;
	color:#000000;
	line-height:22px;
	padding:5px 15px;
	font-size:14px;
	text-transform:uppercase;
}

.btn-style-one .fa,
.dark-btn .fa{
	position:relative;
	font-size:16px;
	padding-right:15px;	
}

.btn-style-one:hover{
	background-color:#fb4848;
	border-color:#fb4848;
	color:#ffffff;	
}

.default-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 24px;
	font-size:14px;
	text-transform:uppercase;
	margin:0px 10px;
	color:#000000;
	border:1px solid #dddddd;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.default-btn:hover{
	color:#ffffff !important;	
}

.default-btn::before{
	background-color:#3d3d3d;	
}

.color-white{
	color:#ffffff !important;
}

.color-grey{
	color:#292929 !important;
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}

.skew-lines{
	position:relative;
	font-size:18px;
	padding-left:60px;	
}

.skew-lines:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 10px;
    height: 20px;
    background: #ffbc00;
    transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
}

.skew-lines:after{
	content:'';
	position:absolute;
	left:24px;
	top:5px;
	width:10px;
	height:20px;
	background:#fb4848;
	transform:skewX(-35deg);
	-webkit-transform:skewX(-35deg);
	-moz-transform:skewX(-35deg);
	-ms-transform:skewX(-35deg);
	-o-transform:skewX(-35deg);	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.gif);}

.sec-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:12px;
	border-bottom:1px solid #e0e0e0;
}

.sec-title h3{
	font-size:18px;
	text-transform:capitalize;
	font-weight:500;	
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	z-index:999;
	background:#ffffff;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}
.main-header .header-top {
    position: relative;
    padding: 20px 0px;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: url(images/headbg.jpg);
    background-size: 100% 100%;
}

.fixed-top-header .header-top{
	padding:0px 0px;
}

.fixed-top-header{
	position:fixed;	
}

.main-header .logo{
	position:relative;
	padding:0px 0px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.fixed-top-header .logo{
	padding:0px 0px;
}

.main-header .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;	
}

.main-header .header-top .search-form .form{
	position:relative;
	margin-top:25px;
	padding-left:30px;	
}

.main-header .header-top .form input[type="text"],
.main-header .header-top .form input[type="password"]{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 50px 7px 15px;
	border:1px solid #cccccc;
	background:#ffffff;
}

.main-header .header-top .form select{
	position:relative;
	display:block;
	width:100%;
	height:40px;
	line-height:24px;
	font-size:13px;
	padding:7px 15px;
	border:1px solid #cccccc;
	border-right:none;
	color:#888888;
	background:#ffffff url(images/icons/icon-down.png) center right no-repeat;
	cursor:pointer;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
}

.main-header .header-top .form-group{
	position:relative;
	float:left;
	margin-bottom:10px;	
}

.main-header .header-top .medium{
	width:150px;	
}

.main-header .header-top .form button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	background:#000000;
	line-height:40px;
	color:#ffffff;
	font-size:14px;	
}

.main-header .header-top .form button:hover{
	background:#fb4848;	
}

.main-header .header-top .large{
	width:320px;	
}

.main-header .header-top .user-links{
	position:relative;
	margin-top:25px;
}

.main-header .header-top .user-links a{
	position:relative;
	text-transform:uppercase;
	font-size:13px;
	line-height:30px;
	padding:5px 0px;
	display:inline-block;
	margin:0px 5px;
	color:#565656;	
}

.main-header .header-top .user-links a:hover,
.main-header .header-top .user-links a.active{
	color:#fb4848;	
}
.main-header .header-lower {
    position: relative;
    padding: 0px 0px;
    background: #f0146c;
}

.main-menu{
	position:relative;
	z-index:5;
}

.main-menu .navbar-collapse{
	padding:0px 0px;	
}

.main-menu .navbar-collapse > ul > li{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:15px;
	top:18px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-collapse > ul > li > a{
	position:relative;
	display:block;
	font-size:14px;
	line-height:24px;
	padding:16px 15px;
	color:#ffffff;
	background:none;
	overflow:hidden;
	text-transform:uppercase;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navbar-collapse > ul > li.dropdown > a{
	padding:16px 40px 16px 15px;
}

.main-menu .navbar-collapse > ul > li:hover > a,
.main-menu .navbar-collapse > ul > li.current > a,
.main-menu .navbar-collapse > ul > li.current-menu-item > a{
	color:#ffffff;
	background:#fb4848;
}

.main-menu .navbar-collapse > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
}

.main-menu .navbar-collapse > ul > li:hover > ul{
	top:100%;
	opacity: 1;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul li.dropdown:after{
	font-family: 'FontAwesome';
	content:'\f0da';
	position:absolute;
	right:7px;
	top:7px;
	width:20px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	text-align:center;
	z-index:5;	
}

.main-menu .navbar-collapse > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}

.main-menu .navbar-collapse > ul > li > ul > li > a {
    display: block;
    line-height: 11px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: -1px;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
}

.main-menu .navbar-collapse > ul > li > ul > li:hover > ul{
	opacity: 1;
	left:100%;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: -1px;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:hover > ul{
	opacity: 1;
	left:100%;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li > ul{
    position: absolute;
    display: block;
    width: 210px;
    top: -1px;
    left: 120%;
    opacity: 0;
    visibility: hidden;
    background: #fb4848;
	border:1px solid rgba(255,255,255,0.50);
	border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	-ms-border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-o-border-radius:0px 5px 5px 5px;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li:hover > ul{
	opacity: 1;
	left:100%;
    visibility: visible;
    transition:all 400ms ease 100ms;
	-moz-transition:all 400ms ease 100ms;
	-webkit-transition:all 400ms ease 100ms;
	-ms-transition:all 400ms ease 100ms;
	-o-transition:all 400ms ease 100ms;
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li > ul > li{
	position:relative;
	display:block;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    display: block;
    line-height: 24px;
    font-size: 14px;
	color:#ffffff;
	padding:7px 15px;
	background:none;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}
 
.main-menu .navbar-collapse > ul > li > ul > li > ul > li > ul > li > ul > li:hover > a {
	background:rgba(255,255,255,0.30);
	padding-left:20px;
}

.header-lower .social-links{
	position:relative;
	padding-top:3px;
	text-align:right !important;
}

.header-lower .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:32px;
	text-align:center;
	background:#ff6b01;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	margin:9px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.header-lower .social-links a:hover{
	background:#fb4848;	
}

/*** 

====================================================================
	About Us
====================================================================

***/

.section-about {
    position: relative;
    margin: 0 0;
	    background-color: #a207ef;
    padding: 10px 0 30px;
    overflow: hidden;
    min-height: 400px;
}
.heading-block h1.welcome {
    font-size: 32px;
    line-height: 0;
}
.section-about h1>.tit-about-sub {
    color: #ff4700;
    font-size: 21px;
    line-height: 25px;
    display: block;
    font-weight: bold;
}
.section-about h1>.tit-about {
    color: red;
    font-family: 'Lobster',cursive;
    text-transform: capitalize;
}
.section-about p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
}

.section-about .fadeInRight img{
	width:100%;
}
.section-about h1.title {
    font-weight: bold;
    font-size: calc(3vw + 3vmin);
}

/*** 

====================================================================
	Slider
====================================================================

***/
.sliders .swiper-slide img{
	width:100%;	
}
.sliders .swiper-slide .caption {
    display: none;
    position: absolute;
    bottom: 0;
    background: #000000b3;
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
}
.sliders .swiper-slide .caption h2 {
    color: white;
    font-weight: bold;
}
.sliders .swiper-slide .caption p{
	color: white;
}

/*** 

====================================================================
	Why Us style
====================================================================

***/

.why-us {
    position: relative;
    padding: 85px 0px;
}

.why-us .title-box{
	position:relative;
	padding:0px 0px 0px 24px;
	border-left:3px solid #fb4848;
	margin-bottom:15px;
}

.why-us .title-box h3 {
    font-size: 28px;
    line-height: 1.3em;
    color: white;
    font-weight: bold;
}
.why-us .title-box h4{
	font-size:18px;
	line-height:1.6em;	
}

.why-us .text-content{
	position:relative;
	margin-bottom:20px;
}

.why-us .text-content .text{
	font-size:14px;
	padding-left:24px;	
	color: white;
}

.why-us .box{
	position:relative;
	margin-bottom:25px;	
}

.why-us .box .tab-link {
	position:relative;
	display:block;
	border:1px solid #cccccc;
	padding:16px 20px 16px 90px;
	font-size:14px;
	color:#292929;
}

.why-us .box .tab-link .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	background:#fb4848;	
}

.why-us .box .tab-link:hover .arrow{
	background:#999999;	
}

.why-us .box .tab-link *{
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.why-us .box .tab-link.active-btn,
.why-us .box .tab-link:hover{
	background:#36404b;
	color:#ffffff;
	border-color:#36404b;	
}

.why-us .box .tab-link .icon{
	position:absolute;
	left:20px;
	top:28px;
	width:70px;
	height:70px;
	color:#fb4848;
	font-size:42px;	
}

.why-us .box .tab-link.active-btn .icon,
.why-us .box .tab-link:hover .icon{
	color:#ffffff;	
}

.why-us .box .tab-link h4{
	font-size:16px;
	margin-bottom:0px;color: white;
}

.why-us .box .tab-link p{
	font-size:14px;
	color:#a7a7a7;
	margin-bottom:0px;
}

.why-us .box .tab-link.active-btn p,
.why-us .box .tab-link:hover p{
	color:#ffffff;	
}
.whydoyouchoose {
    position: relative;
    background: #ffb302;
}
.whydoyouchoose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(images/topeffect.png);
    z-index: 1;
    padding-top: 35px;
}
/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

.main-slider .grey-title{
	position:relative;
	padding:10px 20px;
	background:rgba(54,64,75,0.85);
	color:#ffffff;	
}

.main-slider .white-title{
	position:relative;
	padding:10px 20px;
	background:rgba(255,255,255,0.85);
	color:#fb4848;	
}

.main-slider h2{
	font-size:48px;
	line-height:1.2em;
	font-weight:300;
}

.main-slider .tp-bullets{
	display:none;	
}


.main-slider:after,
.page-banner:after,
.main-slider:before,
.page-banner:before{
	content:'';
	position:absolute;
	display:block;
	width:50%;
	height:5px;
	bottom:-5px;
	z-index:1;
}

.main-slider:after,
.page-banner:after{
	left:50%;
	background:#cccccc;
}

.main-slider:before,
.page-banner:before{
	left:0%;
	background:#fb4848;
}

flaticon-transport100


/*** 

====================================================================
	Featured Posts
====================================================================

***/

.featured-posts{
	position:relative;
	background:#ffffff;
	padding:30px 0px;
}

.column-view{
	position:relative;	
}

.column-view .column-box{
	position:relative;
	margin-bottom:30px;
}

.column-view .column-box .inner-box{
	position:relative;
	display:block;
	max-width:450px;
	margin:0 auto;
	border:1px solid #dddddd;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;	
}

.column-view .column-box .inner-box:hover{
	border-color:#fb4848;
}

.column-view .column-box .image{
	position:relative;
	overflow:hidden;	
}

.column-view .column-box .image img{
	position:relative;
	display:block;
	width:100%;
	transition:all 500ms ease-out 50ms;
	-webkit-transition:all 500ms ease-out 50ms;
	-ms-transition:all 500ms ease-out 50ms;
	-o-transition:all 500ms ease-out 50ms;
	-moz-transition:all 500ms ease-out 50ms;
}

.column-view .column-box .inner-box:hover .image img{
	/*transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);*/	
}

.column-view .column-box .image .price{
	position:absolute;
	right:0px;
	bottom:0px;
	padding:10px 10px;
	color:#ffffff;
	background:#fb4848;
	font-size:32px;
	font-weight:600;
	z-index:1;
}

.column-view .column-box .image .price sup{
	font-size:18px;
	padding-right:5px;	
}

.column-view .column-box .post-content {
    position: relative;
    padding: 4px 7px 3px;
    background: #5472d2;
    color: white;
    font-weight: bold;
}

.column-view .column-box .post-content h3{
	font-size:18px;
	margin-bottom:15px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:500;	
}

.column-view .column-box .post-content h3 a{
	color:#292929;	
}

.column-view .column-box .post-content h3 a:hover{
	color:#fb4848;	
}

.column-view .column-box .theme-btn{
	float:left;
	margin:0px 15px 15px 0px;	
}

.column-view .column-box .text-center .theme-btn{
	float:none;
	display:inline-block;
	margin:0px 5px 7px;	
}

.column-view .column-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:30px 24px 10px;
	overflow:auto;
	color:#ffffff;
	z-index:3;
	background:#fb4848 url(images/icons/price-table-header.png) -50px -50px no-repeat;
	opacity:0;
	transition:opacity 500ms ease;
	-webkit-transition:opacity 500ms ease;
	-ms-transition:opacity 500ms ease;
	-o-transition:opacity 500ms ease;
	-moz-transition:opacity 500ms ease;
	
}

.column-view .column-box:hover .overlay-box{
	opacity:1;
	-ms-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-op-animation-name: flipInX;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-ms-animation-duration: 800ms;
	-moz-animation-duration: 800ms;
	-op-animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;		
}

.column-view .column-box .overlay-box .skew-lines:before,
.column-view .column-box .overlay-box .skew-lines:after{
	background:#ffffff;
	height:18px;
}

.column-view .column-box .overlay-box .skew-lines{
	color:#ffffff;
	margin-bottom:20px;
	padding-left:50px;	
}

.column-view .column-box .overlay-box .text{
	position:relative;
	font-size:14px;
}

/*** 

====================================================================
	Featured Services
====================================================================

***/

.featured-services{
	position:relative;
	padding:20px  0px 20px;
	background:#f0146c;
}

.featured-services .column-box .inner-box{
	background:#ffffff;
	
}

.featured-services .column-box .text-center .theme-btn{
	float:none;
	vertical-align:middle;
	margin:0px 7px 5px;	
}

.featured-services .column-box .text-center{
	text-align:left !important;
}


/*** 

====================================================================
	Featured Services
====================================================================

***/

.gallery-section{
	position:relative;
	padding:40px  0px 50px;
	background:#f70320;
}

.gallery-section .slide-item{
	position:relative;
	overflow:hidden;
	margin-top:15px;
	border:1px solid #fb4848;		
}

.gallery-section .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.gallery-section .overlay{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:url(images/icons/icon-plus-2.png) center 40% no-repeat;
	background-color:rgba(0,0,0,1);
	opacity:0;
	z-index:2;
	transition:all 500ms ease;
	-webkit-all:opacity 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.gallery-section .slide-item:hover .overlay{
	opacity:0.80;
	top:0px;
}

.gallery-section .item-caption {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 10px 15px;
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    z-index: 3;
    opacity: 0;
    color: #36404b;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    border-top: 2px solid #fb4848;

	
	
}

.gallery-section .slide-item:hover .item-caption{
	opacity:1;
	bottom:0px;
}

.gallery-section .item-caption p{
	position:relative;
	font-size:14px;
	margin:0px;
	color:#ffffff;	
}

.gallery-section .item-caption h4 {
    font-size: 14px;
    color: white;	
}

.gallery-section .item-caption h4,.column-view .column-box .post-content h3,.services .icon-box h3{
    font: normal normal normal 14px/1 FontAwesome;
}

.gallery-section .item-caption h4:before,
.column-view .column-box .post-content h3:before,
.services .icon-box h3:before {
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    width: 2px;
    height: 100%;
    background: yellow;
}
.gallery-section .item-caption h4:after,
.column-view .column-box .post-content h3:after,
.services .icon-box h3:after {
    content: "\f0a9";
    position: absolute;
    right: 24px;
    color: yellow;
    font-size: 22px;
    top: -4px;
}
.services .icon-box h3:after {
    color: black;
}


.gallery-section .owl-stage-outer{
	overflow:visible;	
}

.gallery-section .slide-item .item-caption {
    opacity: 1;
    bottom: 0px;
}


.gallery-section .slide-item figure{
	overflow:hidden;
	height:160px;
}

.mshow{
	display:none;
}
/*** 

====================================================================
	Intro Section style
====================================================================

***/

.intro-section{
	position:relative;
	color:#ffffff;
	padding:40px 0px;
	background:#ff0808;
}

.intro-section.theme-two{
	background:#36404b;	
}

.intro-section.theme-two .dark-btn{
	background-color:#545c66;	
}

.intro-section.theme-two .dark-btn:hover{
	background:#ffffff;
	border-color:#ffffff;
	color:#292929;
}

.intro-section .border{
	position:relative;
	border:1px solid rgba(255,255,255,0.50);
	padding:40px 25px;
	background:#fb4e4e;
}

.intro-section.theme-two .border{
	background:#2c333b;
}

.intro-section h3{
	font-size:24px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:30px 0px 0px;
	background:url(images/background/texture-map.png) center center no-repeat;
	background-color:#f0146c;
}

.testimonials-section .sec-title {
	border:none;
	color:#ffffff;
}

.testimonials-section .sec-title h3{
	display:inline-block;
	padding:0px 0px 10px;
	border-bottom:2px solid #fb4848;	
}

.testimonials-section.theme-two .sec-title h3{
	border-bottom:2px solid #ffffff;	
}

.testimonials-section.theme-two{
	background-color:#fb4848;	
}

.testimonials-section .testimonials-slider{
	position:relative;
}

.testimonials-section .testimonials-slider .slide-item{
	position:relative;
	margin:50px 0px 0px 0px;
	border:1px solid #fb4848;
	background:#ffffff;
	text-align:center;
}

.testimonials-section .testimonials-slider .image-box{
	position:relative;
	width:80px;
	height:80px;
	margin:-40px auto 0px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-section .testimonials-slider .image-box img{
	position:relative;
	width:80px;
	height:80px;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
}

.testimonials-section .slide-item h3{
	position:relative;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	color:#000000;
	font-weight:600;
	margin:0px 5px 20px 0px;	
}

.testimonials-section .rating{
	position:relative;
	display:inline-block;
	vertical-align:middle;	
}

.testimonials-section .rating .star{
	position:relative;
	display:inline-block;
	width:20px;
	height:16px;
	background:url(images/icons/star-icon.png) center center no-repeat;	
}

.testimonials-section .slide-text{
	position:relative;
	font-size:14px;
	color:#565656;
	font-style:italic;
	line-height:2em;
	padding:20px;	
}

.testimonials-section .column-carousel.three-column .owl-nav{
	display:none !important;	
}

.testimonials-section .column-carousel.three-column .owl-controls{
	position:relative;
	text-align:center;
	padding:20px 0px;
	top:0px;	
}

.testimonials-section .column-carousel.three-column .owl-dots{
	display:block !important;
}

.testimonials-section .column-carousel.three-column .owl-dot span{
	background:#909090;
	
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span{
	background:#fb4848;
	
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span{
	background:#fbf948;
	
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span:hover,
.testimonials-section.theme-two .column-carousel.three-column .owl-dot.active span{
	background:#ffffff;
	
}

/*** 

====================================================================
	Contact Options style
====================================================================

***/

.contact-options{
	position:relative;
	padding:0px;
	background-color:#ffffff;
	border-bottom:3px solid #fb4848;
}

.contact-options .info-box{
	position:relative;
	float:right;
	padding:7px 20px;
	background:#fb4848;
	color:#ffffff;	
}

.contact-options .info-box li{
	display:inline-block;
	min-width:200px;
	padding-right:30px;
	font-size:14px;	
}

.contact-options .info-box li a{
	color:#ffffff;	
}

.contact-options .info-box li a:hover{
	opacity:0.80;	
}

.contact-options .info-box li .fa{
	font-size:16px;
	padding-right:10px;
}

/*** 

====================================================================
	Our Team style
====================================================================

***/

.team-section{
	position:relative;
	padding:50px 0px 30px;
	background:#ffffff;
}
.team-section .section-service-location .text-center {
    text-align: center;
    font-weight: bold;
    color: #f56f69;
}

.team-section .section-service-location hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.team-section .section-service-location a {
    text-decoration: none!important;
    color: #000000;
}
.column-carousel.four-column{
	margin-top:-15px;	
}

.column-carousel.four-column .column-box{
	padding-top:15px;
	padding-bottom:15px;	
}

.team-box{
	margin-bottom:0px !important;	
}

.team-box .social-links{
	position:absolute;
	right:0px;
	bottom:0px;
	padding-right:42px;
	width:100%;	
}

.team-box .social-links .plus-btn{
	position:absolute;
	right:0px;
	bottom:0px;
	width:42px;
	height:42px;
	background:#fb4848 url(images/icons/icon-plus.png) center center no-repeat;
	cursor:pointer;
	z-index:3;
}

.team-box .social-links .links{
	position:absolute;
	right:-220px;
	bottom:0px;
	transition:all 1000ms ease;
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	z-index:1;
}

.team-box .social-links:hover .links{
	right:46px;	
}

.team-box .social-links li{
	position:relative;
	display:inline-block;
	margin:0px;	
}

.team-box .social-links li a{
	position:relative;
	display:block;
	width:42px;
	height:42px;
	padding:10px;
	text-align:center;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	background:#fb4848;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.team-box .social-links li a:hover{
	background:#36404b;	
}

.team-box h3{
	text-transform:capitalize !important;
	margin-bottom:5px !important;
}

.team-box .occupation{
	font-size:16px;
	color:#fb4848;
	text-transform:capitalize;
	margin-bottom:5px;	
}

.column-carousel .owl-dots{
	display:none !important;	
}

.column-carousel .owl-controls{
	position:absolute;
	right:0px;
	top:-60px;
}

.column-carousel.two-column .owl-controls{
	top:-75px;
}

.column-carousel .owl-controls .owl-next{
	position:absolute;
	right:0px;
	top:-24px;
	width:48px;
	height:48px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #dddddd;
	margin:0px !important;
	background:#ffffff url(images/icons/arrow-next.png) center center no-repeat !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-prev{
	position:absolute;
	right:58px;
	top:-24px;
	width:48px;
	height:48px;
	text-indent:100px;
	overflow:hidden;
	border:1px solid #dddddd;
	margin:0px !important;
	background:#ffffff url(images/icons/arrow-prev.png) center center no-repeat !important;
	border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-ms-border-radius:0px !important;
	-o-border-radius:0px !important;
	-moz-border-radius:0px !important;
}

.column-carousel .owl-controls .owl-next:hover,
.column-carousel .owl-controls .owl-prev:hover{
	border-color:#fb4848;	
}





.counter {
    background: black;
    float: left;
    width: 100%;
    padding: 74px 0;
}
.lvca-odometers {
    border: 2px solid #fff;
    border-top: none !important;
    position: relative;
    display: block;
    padding: 25px;
    text-align: center;
    float: left;
    width: -webkit-fill-available;
    margin: 40px;
}
.counter-head-title {
    position: relative;
    padding: 10px 10px;
    display: block;
    z-index: 2;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -71px;
}
.counter-head-title:after, .counter-head-title:before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #FFC527;
    width: 80%;
    top: 50%;
    clear: both;
}

.counter-head-title:before {
    left: -80%;
}
.counter-head-title:after {
    right: -80%;
}
.counter-head-title h2 {
    margin-bottom: 0px;
    font-weight: bold;
    color: #ffffff;
    font-size: 38px;
}

.lvca-odometers .lvca-odometer .lvca-number {
    display: block;
    font-size: 36px;
    color: #FFC527;
    margin-bottom: 0;
}
.lvca-odometers .lvca-odometer .lvca-stats-title {
    color: #fff;
}
.lvca-odometers .lvca-odometer .lvca-suffix {
    display: inline;
    font-size: 36px;
    line-height: 48px;
    color: #ff4700;
}


/*** 

====================================================================
	Main Services
====================================================================

***/


.services .defult-title {
    position: relative;
    width: 100%;
    display: inline-block;
}
.services .defult-title h1 {
    font-size: 36px;
    padding-bottom: 0px;
    padding: 0;
    margin: 0 50px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.services .defult-title h1:after, .defult-title h1:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #FFC527;
    transform: translate(0, -50%);
    top: 50%;
    content: '';
}
.services .defult-title h1:before {
    right: -60px;
}
.services .defult-title h1:after {
    left: -60px;
}
.services .defult-title span {
    color: #FFC527;
}
.services .defult-title h5 {
    line-height: 20px;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: 5px;
}
.services .icon-box {
    display: block;
    position: relative;
    padding-left: 85px;
    margin-bottom: 50px;
}
.services .icon-box span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    font-size: 35px;
    border: 1px solid #FFC527;
    margin-bottom: 35px;
    transition: all 0.3s ease 0s;
}
.services .icon-box span i {
    color: #FFC527;
}
.services .icon-box h3 {
    font-size: 18px;
}
.main-footer {
    position: relative;
    background: #36404b;
}

.services .icon-box p{
    line-height: 1.3;
    font-size: 13px;
    color: #636363;
    font-family: -webkit-pictograph;
}

/*** 

====================================================================
	Main Footer style
====================================================================

***/

.main-footer{
	position:relative;
	background:#ff6b01;
}

.main-footer .footer-upper{
	position:relative;
	padding:40px 0px 10px;	
}

.main-footer .footer-upper .col-md-3{
	position:relative;
	margin-bottom:25px;	
}

.main-footer .footer-upper .footer-widget{
	position:relative;
	max-width:600px;
		
}

.main-footer .footer-upper h3{
    position: relative;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
}

.main-footer .footer-upper .text{
    position: relative;
    font-size: 14px;
    font-family: 'Droid Sans',sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
    line-height: 25px;
}

.main-footer .footer-upper .info{
	position:relative;
	font-size:14px;
}

.main-footer .footer-upper .info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.7em;
	color:#ffffff;	
}

.main-footer .footer-upper .info li strong{
	position:relative;
	padding-right:10px;
	font-weight:500;
	color:#ffffff;	
}

.main-footer .footer-upper a{
	color:#f0f0f0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .footer-upper a:hover{
	color:#11c3f0;	
}

.main-footer .footer-upper .links{
	position:relative;
	font-size:16px;
}

.main-footer .footer-upper .links li {
    position: relative;
    margin-bottom: 0;
    line-height: 30px;
    overflow: hidden;
}

.main-footer .footer-upper .links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size: 14px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .footer-upper .links li a:hover{
	color:#fb4848;
}

.main-footer .footer-upper .links li a i {
	color: #f0146c;
	margin-right: 7px;
	font-size: 17px;
}
.main-footer .footer-upper .newsletter-widget .form{
	position:relative;
	padding-top:15px;
	margin-bottom:40px;
}

.main-footer .footer-upper .newsletter-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
}

.main-footer .footer-upper .newsletter-widget input,
.main-footer .footer-upper .newsletter-widget textarea {
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 40px 8px 15px;
	color:#292929;
	font-size:15px;
	background:#ffffff;
	border:1px solid #ddd;
	transition: all .3s ease;
}
.main-footer .footer-upper .newsletter-widget input:focus,
.main-footer .footer-upper .newsletter-widget textarea:focus {
	border:1px solid #FB4848;	

}

.main-footer .footer-upper .newsletter-widget button{

	line-height:24px;
	padding:8px 5px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background:#fb4848;
	border: 1px solid #fb4848;
	float: right;
	padding: 5px 10px;
	transition: all .3s;
}
.main-footer .footer-upper .newsletter-widget button:hover {
	color: #fb4848;
}
.main-footer .footer-upper .newsletter-widget button:before{
	background:#fff;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:5px 0px;
	font-size:14px;
	line-height:20px;
	background:#2c343d;
	color:#ffffff;	
}

.main-footer .footer-bottom .copyright{
	padding:12px 0px;	
}

.main-footer .social-links{
	position:relative;
	text-align:right;
	padding-bottom:6px;	
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:32px;
	text-align:center;
	background:#4a4a4a;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	margin:9px 2px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
	-ms-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;	
}

.main-footer .social-links a:hover{
	background:#fb4848;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:0px;
	right:0px;
	width:48px;
	height:48px;
	color:#ffffff;
	background:#fc5a1b url(images/icons/arrow-up.png) center center no-repeat;
	font-size:20px;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;	
}

.scroll-to-top:hover{
	background-color:#fb4848;
	color:#ffffff;
}


/*** 

====================================================================
	Contact Us Style
====================================================================

 ***/

.contact-form{
	position:relative;	
}

.contact-form .sec-title{
	margin-bottom:30px;
}

.contact-form .msg-text{
	margin-bottom:40px;
	color:#565656;
}

.contact-form .form-group{
	position:relative;
	display:block;
	padding:0px 0px;
	margin-bottom:16px;	
}

.contact-form .form-group .form-label{
	display:block;
	margin-bottom:12px;
	font-weight:600;	
}

.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="file"],
.contact-form input[type="url"],
.contact-form select,
.contact-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:12px 20px;
	font-size:14px;
	color:#292929;
	border:1px solid #dddddd;
	background:#ffffff;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="file"]:focus,
.contact-form input[type="url"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#292929;	
}

.contact-form input.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;
	background:rgba(252,90,27,0.05);
}

.contact-form label.error{
	display:none !important;	
}

.contact-form textarea{
	height:272px;
	resize:none;
	margin-bottom:20px;	
}

.contact-form button{
	background:#36404b;
	padding:10px 20px;
}

.contact-form button:before{
	background:#fb4848;	
}

.map-location{
	position:relative;
	width:100%;
	height:500px;	
}


/**
* Header Top Infos Styles.
**/

.header-top-infos > ul > li {
	float: left;
    width: 50%;
    border-right: 1px solid #D3D3D3;
    padding: 0 18px;
}
.header-top-infos > ul > li:last-child {
	border: none;
}
.header-top-infos {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 15px;
}
.header-top-infos p {
	margin-bottom: 5px;
}
.header-top-infos li div img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
img.image-icon {
    padding-left: 18px;
    mix-blend-mode: screen;
    filter: invert(100%) brightness(200%);
}


.header-top-infos li div p {
	float: left;
}
/* appointment page styles */

#appointment-content {
	padding: 50px 0;
}
#appointment-content .title-box {
	padding: 0px 0px 0px 24px;
    border-left: 3px solid #fb4848;
}
#appointment-content .vehicle-info {
	margin-top: 30px;
}
#appointment-content input[type='text'],
#appointment-content input[type='email'] {
	height: 50px;
	border: none;
	outline: none;
	background: none;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 0 20px;
}
#appointment-content textarea {
	border: none;
	outline: none;
	background: none;
	border: 1px solid #e3e3e3;
	width: 100%;
	padding: 10px 20px;
	height: 180px;
}
#appointment-content input[type='text']::-webkit-input-placeholder ,
#appointment-content input[type='email']::-webkit-input-placeholder ,
#appointment-content textarea::-webkit-input-placeholder {
   color: #292929;
}

#appointment-content input[type='text']:-moz-placeholder ,
#appointment-content input[type='email']:-moz-placeholder ,
#appointment-content textarea:-moz-placeholder { /* Firefox 18- */
   color: #292929;  
}

#appointment-content input[type='text']::-moz-placeholder ,
#appointment-content input[type='email']::-moz-placeholder ,
#appointment-content textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #292929;  
}

#appointment-content input[type='text']:-ms-input-placeholder,
#appointment-content input[type='email']:-ms-input-placeholder,
#appointment-content textarea:-ms-input-placeholder {  
   color: #292929;  
}
#appointment-content button[type="submit"] {
	padding: 10px 35px;
}
#appointment-content button[type="submit"]:hover {
	border-color: #FB4848;
}
#appointment-content button[type="submit"]:before {
	background: #FB4848;
}

#appointment-content .select-input {
  width: 100%;
  font-weight: normal;
  height: 50px;
}
#appointment-content .select-input + .ui-selectmenu-button {
  width: 100%;
  font-weight: normal;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}
#appointment-content .select-input + .ui-selectmenu-button span.ui-selectmenu-text {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  height: 100%;
  line-height: 50px;
  color: #292929;
  padding: 0 24px;
  font-family: 'Open Sans';
}

#appointment-content .select-input + .ui-selectmenu-button span.ui-icon {
  background: transparent url(images/resource/select-box-arrow.html) 0 0 no-repeat;
  width: 14px;
  height: 8px;
  top: 58%;
  right: 20px;
}
#appointment-content .select-input .ui-selectmenu-button span.ui-selectmenu-text {
  font-weight: normal;
  color: #cacac9;
}
#appointment-content .vehicle-year .thm-spinner {
  width: 70%;
  display: inline-block;
  margin-right: 15px;
}
#appointment-content .vehicle-year .vehicle-year {
  width: 24%;
  display: inline-block;
  padding: 0;
  text-align: center;
}
#appointment-content .thm-spinner {
  height: 10px;
  border: none;
  background: #f5f5f5;
}
#appointment-content .thm-spinner .ui-widget-header {
  background: #FB4848;
}
#appointment-content .thm-spinner.ui-slider .ui-slider-handle {
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 50%;
  border: 10px solid #fff;
  background: #FB4848;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  top: -10px;
}
#appointment-content input[type="text"] {
  color: #cacac9;
}
#appointment-content ul.special-checkbox {
  font-size: 0;
}
#appointment-content ul.special-checkbox li {
	display: inline-block;
	color: #292929;
	font-size: 14px;
	line-height: 18px;
	margin-right: 25px;
	cursor: pointer;
	border: 1px solid #e3e3e3;
	padding: 10px 25px;
	margin-bottom: 20px;
}
#appointment-content ul.special-checkbox li.active {
	background: #FB4848;
	border-color: #FB4848;
	color: #fff;
}
#appointment-content ul.special-checkbox li.active .input-checker {
  border: none;
}
#appointment-content ul.special-checkbox li .input-checker input[type='checkbox'] {
	display: none;
}
#appointment-content ul.special-checkbox li.active .input-checker:before {
  content: '\f14a';
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #fff;
}
#appointment-content ul.special-checkbox li .input-checker {
  width: 18px;
  height: 18px;
  border: 1px solid #e3e3e3;
  margin-right: 18px;
  display: inline-block;
  vertical-align: bottom;
}

/* jquery ui element  styles */

.ui-selectmenu-menu {
	max-height: 250px;
	overflow: hidden;
	overflow-y: visible;
	border-bottom: 1px solid #DDDDDD;
}
.ui-selectmenu-open .ui-widget-content {
	background: #fff;
}
.ui-selectmenu-open .ui-widget-content .ui-menu-item {
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;	
	font-family: 'Open Sans';
}
.ui-selectmenu-open .ui-state-focus, .ui-selectmenu-open .ui-widget-content .ui-state-focus {
	font-size: 15px;
	font-weight: normal;
	background: #36404B;
	color: #fff;
	border: none;
	font-family: 'Open Sans';
}
.ui-datepicker {
	z-index: 999999 !important;
}
.ui-datepicker .ui-state-default {
	text-align: center;
	font-weight: normal;
	background: #fff;
	color: #333;
	font-family: 'Open Sans';
}

#quickform{
	padding:20px 0;
}
#quickform .section-content {
    background: url(images/contact-bg.png) no-repeat center;
}
#quickform .section-title {
    margin-bottom: 50px;
}
#quickform .section-title h2 {
    font-size: 30px;
}
#quickform .section-title p {
    margin-top: -3px;
    font-size: 16px;
}
#quickform .box-contact-form {
    position: relative;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    border-top: none;
    background: transparent;
}
#quickform .box-contact-form.bs-form-2 #contact-form-1 {
    display: table;
    margin-top: 0;
    width: 100%;
}

#quickform .box-contact-form.bs-form-2 #contact-form-1 {
    display: table;
    margin-top: 0;
    width: 100%;
    position: relative;
}
#quickform .sf1-notifications, .sf2-notifications {
    display: none;
    margin-bottom: 20px;
    text-align: left;
}
#quickform .sf1-notifications-content, .sf2-notifications-content {
    padding: 15px 15px 15px 48px;
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    background: #ff3333;
    position: relative;
}
#quickform .box-contact-form.bs-form-2 #contact-form-1 .form-group {
    float: left;
    vertical-align: top;
    padding-right: 10px;
    width: 25%;
}
#quickform .form-inline .form-control {
    display: inline-block;
    width: 100%;
	    font-size: 13px;
    height: 50px;
    line-height: 51px;
    border-radius: 4px;
    color: #000;
    outline: none;
    padding: 0 20px;
    transition: all 0.2s;
    box-shadow: none;
    border: 2px solid #f2f2f2;
    background: #f2f2f2;
}
#quickform input[type="submit"].form-control {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    line-height: 51px;
    padding: 0 26px;
    font-size: 12px;
    position: relative;
    border: none;
    color: #fff;
    background: #88ddd6;
    transition: all 0.2s;
    width: 100%;
    border-radius: 4px;
    border: none;
}
#quickform input[type="submit"]:hover{
    background: #000;
}
#quickform #contact-form-1 img {
    position: absolute;
    right: -35px;
    bottom: -40px;
}

.services img {
    float: right;
    margin: 0;
    margin-top: 0;
    width: 300px;
}

.maincontact .iconbox {
    border: 1px solid #e5e5e5;
    padding: 31px 10px 35px 24px;
}
.maincontact .iconbox .box-header {
    float: left;
}
.maincontact .iconbox .box-header .box-icon {
    width: auto;
    height: auto;
    margin-right: 20px;
}
.maincontact .iconbox .box-header .box-icon i {
    color: #da6a68;
    font-size: 40px;
}
.maincontact .iconbox .box-content {
    overflow: hidden;
}
.maincontact .iconbox .box-content .box-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #222;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.maincontact .iconbox .box-content p {
    line-height: 24px;
    color: #777;
}
.maincontact .contact-form-maps .title-section {
    margin-bottom: 38px;
}
.maincontact .contact-form-maps .title-section .title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.maincontact .contact-form-maps .title-section .sub-title {
    font-size: 14px;
    font-weight: 400;
}
.maincontact form{
	font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
.maincontact .contact-form-maps .wrap-type-input .input-wrap {
    float: left;
    width: 50%;
    padding: 0 1.6%;
}
.maincontact .contact-form-maps .input-wrap input {
    width: 100%;
	-webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999;
	background-color: #fff;
    border: 1px solid #dfdfdf;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.maincontact .contact-form-maps .input-wrap {
    float: left;
    width: 50%;
    padding: 0 1.6%;
}
.maincontact .contact-form-maps .textarea-wrap textarea {
	    width: 100%;
	-webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #999;
	background-color: #fff;
    border: 1px solid #dfdfdf;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    outline: none;
    margin-bottom: 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 11px 13px;
	resize:vertical;
    height: 120px;
}
.maincontact .flat-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ef6d65;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 4px 52px;
    margin-bottom: 30px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 1;
}
.maincontact #maps {
    height: 340px;
	width:100%;
}

a {
    color: #ff0660;
    text-decoration: none;
}

.services .icon-box h3 {
    font-size: 18px;
    color: white;
}
.services .icon-box p {
    line-height: 1.3;
    font-size: 13px;
    color: #fff;
    font-family: -webkit-pictograph;
}

.main-footer .footer-upper .links li a i {
    color: #ffc107;
    margin-right: 7px;
    font-size: 17px;
}

.featured-services {
    position: relative;
    padding: 20px 0px 20px;
    background: #d10a0a;
}
.whydoyouchoose {
    position: relative;
    background: #13032e;
    background: #41295a;
    background: -webkit-linear-gradient(to right, #2F0743, #41295a);
    background: linear-gradient(to right, #2F0743, #41295a);
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #000000, #12227a);
}

.column-view .column-box .post-content {
    position: relative;
    padding: 4px 7px 3px;
    background: #2e0303;
    color: white;
    font-weight: bold;
}
.main-header .header-lower {
    position: relative;
    padding: 0px 0px;
    background: #ff0101;
}

.header-lower .social-links a {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 32px;
    text-align: center;
    background: #200f02;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    margin: 9px 2px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
}


.section-about p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
    color: white;
}

.section-about h1.title {
    font-weight: bold;
    font-size: calc(3vw + 3vmin);
    color: white;
}

.section-about p {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    margin-top: 15px;
    color: white;
}