* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box
}
/*loading first to good views*/

ul {
  list-style-image: url('../img/check.png');
  padding-left: 21px;
}

.header ul li {
displaY: none;
}
.loader {
	position: fixed;
	z-index: 1200;
	display: table;
	height: 100%;
	width: 100%
}

.preloader-bg {
	background-color: #fff
}

.loader-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

#spinner.active {
	display: block
}

#spinner {
	width: 190px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1
}

.la-ball-scale-multiple,
.la-ball-scale-multiple>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.la-ball-scale-multiple {
	display: block;
	font-size: 0;
	color: #fff
}

.la-ball-scale-multiple.la-color {
	color: #d62240;
	margin: auto
}

.la-ball-scale-multiple>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor
}

.la-ball-scale-multiple {
	width: 32px;
	height: 32px
}

.la-ball-scale-multiple>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-scale-multiple 1s 0 linear infinite;
	-moz-animation: ball-scale-multiple 1s 0 linear infinite;
	-o-animation: ball-scale-multiple 1s 0 linear infinite;
	animation: ball-scale-multiple 1s 0 linear infinite
}

.la-ball-scale-multiple>div:nth-child(2) {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-o-animation-delay: .2s;
	animation-delay: .2s
}

.la-ball-scale-multiple>div:nth-child(3) {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.la-ball-scale-multiple.la-sm {
	width: 16px;
	height: 16px
}

.la-ball-scale-multiple.la-sm>div {
	width: 16px;
	height: 16px
}

.la-ball-scale-multiple.la-2x {
	width: 64px;
	height: 64px
}

.la-ball-scale-multiple.la-2x>div {
	width: 64px;
	height: 64px
}

.la-ball-scale-multiple.la-3x {
	width: 96px;
	height: 96px
}

.la-ball-scale-multiple.la-3x>div {
	width: 96px;
	height: 96px
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	5% {
		opacity: .75
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0)
	}
	5% {
		opacity: .75
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0)
	}
	5% {
		opacity: .75
	}
	100% {
		opacity: 0;
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0)
	}
	5% {
		opacity: .75
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

section {
	position: relative;
	z-index: 1
}

section:after,
section:before {
	display: table;
	content: " ";
	clear: both
}

section:after {
	clear: both
}

html,
body {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	overflow-x: hidden;
	color: #222;
	-webkit-backface-visibility: hidden
}

p {
	margin: 0 0 15px;
	display: inline-block
}

p:last-child {
	margin: 0
}

h1 {
	font-size: 58px
}

h2 {
	font-size: 45px
}

h3 {
	font-size: 34px
}

h4 {
	font-size: 28px
}

h5 {
	font-size: 24px
}

h6 {
	font-size: 17px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 20px
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin: 0
}

a {
	text-decoration: none;
	color: #d62240;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	text-decoration: none;
	color: #0094D6
}

a,
a:hover,
a:focus,
button,
button:hover {
	outline: 0;
	text-decoration: none
}

b,
strong {
	font-weight: 600
}

hr {
	color: #f2f2f2;
	background-color: #f2f2f2;
	border: none 0;
	height: 1px;
	clear: both;
	margin: 30px 0
}

.btn-100 {
	width: 100%
}

.btn:focus,
.btn {

    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 11px 17px;
    text-align: center;
letter-spacing: -0.5px;
    overflow: hidden;
    margin: 5px auto;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    background-color: #d62240;
    border-color: #d62240;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px solid #b61a33;
}
 
 
.btn:last-child {
	margin-right: 0
}

.btn:hover {
	background-color: #d62240;
	color: #fff;

}

.btn:active {
	background-color: #2e9fe8;
	color: #fff
}

.btn_medium {
	font-size: 24px;
	padding: 15px 40px
}

.btn_big {
	font-size: 33px;
	padding: 20px 50px
}

.btn_white {
	background: #fff;
	border: #fff solid 1px;
	color: #000
}

.btn_white:hover {
	background: #fff;
	color: #000
}

.btn_color_border {
	background: transparent;
	border: #d62240 solid 1px;
	color: #d62240
}

a.btn_color_border:hover,
.btn_color_border:hover {
	background: transparent;
	border: #30a7e9 solid 1px;
	color: #30a7e9
}

.btn_white_border {
	background: transparent!important;
	border: #fff solid 1px;
	box-shadow: none!important;
	color: #fff;
	text-shadow: none
}

.btn_white_border:hover,
a.btn_white_border:hover {
	background: #fff !important;
	color: #222 !important;
}

.btn_black_border {
	background: transparent;
	border: #000 solid 1px;
	color: #000
}

a.btn_black_border:hover,
.btn_black_border:hover {
	background: transparent;
	border: #000 solid 1px;
	color: #000
}

.clear {
	clear: both;
	overflow: hidden
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:1920px) {
	.container {
		max-width: 1670px
	}
}

@media (min-width: 2400px) {
	.container {
		width: 1920px
	}
}

.container:after,
.container:before {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

.row {
	margin: 0 -15px
}

.row:after,
.row:before {
	display: table;
	content: " ";
	clear: both
}

.row:after {
	clear: both
}

.line-one {
	max-width: 30px;
	height: 1px;
	border-radius: 10px;
	clear: both;
	margin: 20px auto;
	position: relative
}

.line-white {
    background-color: #fff;
    clear: both;
    height: 2px;
    border-radius: 30px;
    max-width: 40px;
    margin: 20px auto;
}

.line-black {
	background-color: #000;
	 clear: both;
    height: 2px;
    border-radius: 30px;
    max-width: 40px;
    margin: 20px auto;
}

.line-orange {
	background-color: #d62240;
	 clear: both;
    height: 2px;
    border-radius: 30px;
    max-width: 40px;
    margin: 20px auto;
}

.line-left {
	margin-left: 0
}

.title {
	font-size: 45px;
	line-height: 1.3;
	font-weight: 700;
}

.title-white {
    font-size: 40px;
    text-align: center;   
    line-height: 1;
    font-weight: 800;
    margin: auto;
    max-width: 650px;
    color: #fff;
}

.title-black {
   font-size: 20px;
   text-align: center;
    line-height: 1.5;
    font-weight: 400;
	margin: auto;
	max-width: 650px;
}

.subtitle-white {
	font-size: 17px;
	text-align: center;
	color: #fff;
	font-weight: 300;
	margin: auto;
	max-width: 70%;
padding-bottom: 30px;
}

.subtitle-black {
	font-size: 17px;
	text-align: center;
	font-weight: 300;
	margin: auto;
	max-width: 100%;
	padding-bottom: 30px;
	padding-top:15px;
	background: #ededed;
    padding: 10px;
    min-height: 200px;
	margin-bottom:10px;
}

.home .subtitle-white,
.home .subtitle-black,
.home_padding .subtitle-white,
.home_padding .subtitle-black
{
padding-bottom: 0px;
}
.subtitle-white.text-left,
.subtitle-black.text-left {
	margin: 0
}

img {
	max-width: 100%;
	height: auto
}

.alignleft {
	float: left;
	margin: 5px 15px 5px 0
}

.alignright {
	float: right;
	margin: 5px 0 5px 15px
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block
}

.max-width-700 {
	max-width: 700px
}

.col-2 {
	width: 50%;
	padding: 0 15px;
	float: left;
	min-height: 1px;
	min-width: 1px;
	position: relative
}

.col-3 {
	width: 33.33%;
	padding: 0 15px;
	float: left;
	min-height: 1px;
	min-width: 1px;
	position: relative
}

.col-4 {
	width: 25%;
	padding: 0 15px;
	float: left;
	min-height: 1px;
	min-width: 1px;
	position: relative
}

.col-5 {
	width: 20%;
	padding: 0 15px;
	float: left;
	min-height: 1px;
	min-width: 1px;
	position: relative
}

.col-6 {
	width: 16.666%;
	padding: 0 15px;
	float: left;
	margin-bottom: 20px;
	min-height: 1px;
	min-width: 1px;
	position: relative
}

.col-7 {
	width: 66.66666667%;
	padding: 0 15px;
	float: left
}

.col-15 {
	width: 15%;
	padding: 0 15px;
	float: left
}

.col-60 {
	width: 60%;
	padding: 0 15px;
	float: left
}

.col-25 {
	width: 25%;
	padding: 0 15px;
	float: left
}

.col-100 {
	width: 100%;
	padding: 0 15px
}

.docs-example .one div,
.docs-example.docs-example .two div,
.docs-example .three div,
.docs-example .four div,
.docs-example .five div,
.docs-example .six div,
.docs-example .seven div,
.docs-example .eight div,
.docs-example .nine div,
.docs-example .ten div,
.docs-example .eleven div,
.docs-example .twelve div {
	background: #EEE;
	text-align: center;
	border-radius: 4px;
	font-size: 1rem;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	margin-bottom: .75rem;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-bottom: 1.5rem
}

.one {
	width: 10%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.two {
	width: 15%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.three {
	width: 20%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.four {
	width: 30%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.five {
	width: 40%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.six {
	width: 50%;
	padding: 0 15px;
	float: left;
	min-height: 1px;
	min-width: 1px;
	position: relative
}

.seven {
	width: 60%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.eight {
	width: 70%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.nine {
	width: 80%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.ten {
	width: 85%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.eleven {
	width: 90%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.twelve {
	width: 100%;
	float: left;
	padding: 0 15px;
	min-height: 1px;
	min-width: 1px
}

.sub_header {
padding: 10px 0;
    border-bottom: 1px solid #f0f3f7;
    font-size: 15px;
    background: transparent;
}

.sub_header .fa {
	font-size: 18px;
	vertical-align: middle
}

.sub_header p {
	vertical-align: middle;
	margin: 0;
	display: inline-block
}

.sub_header .col-2 {
	margin: 0;
	padding: 0
}

.sub_header .left_block {
	text-align: left
}

.sub_header .right_block {
	text-align: right
}

.sub_header .right_block i:nth-child(2n) {
	margin-left: 30px
}

.sub_header_dark {
	background: #313131;
	padding: 5px 0;
	color: #fff
}

.sub_header_dark .left_block {
	text-align: left;
	margin-top: 5px
}

.sub_header_dark .right_block {
	text-align: right;
	margin-top: 5px
}

.sub_header_dark .logo {
	text-transform: uppercase;
	color: #fff;
	font-size: 22px
}

.scroll_header.sub_header_dark.scrollMenu {
	background: #222
}

.sub_header_dark .fa {
	font-size: 18px;
	vertical-align: middle
}

.sub_header_dark p {
	margin: 0;
	display: inline-block
}

.sub_header_2 {
	border: 0;
	color: #fff;
	font-weight: 400
}

.sub_header_2 .btn {
	padding: 5px 10px
}

.sub_header_2 .btn:last-child {
	margin-left: 10px
}

.social .fa {
	text-align: center;
	width: 30px;
	height: 30px;
	padding: 0 5px;
	transition: all .4s ease
}

.social a:hover .fa {
	opacity: .60000002384186
}

.social .fa-pinterest,
.social .ti-pinterest-alt,
.social .ti-pinterest {
	color: #cb2027
}

.social .fa-rss {
	color: #f26522
}

.social .fa-facebook,
.social .ti-facebook {
	color: #3b5998
}

.social .fa-twitter,
.social .ti-twitter-alt {
	color: #00aced
}

.social .fa-flickr,
.social .ti-flickr-alt {
	color: #ff0084
}

.social .fa-dribbble,
.social .ti-dribbble {
	color: #ea4c89
}

.social .fa-behance {
	color: #42a9fb
}

.social .fa-linkedin,
.social .ti-linkedin {
	color: #007bb6
}

.social .fa-vimeo-square,
.social .ti-vimeo-alt {
	color: #23b6ea
}

.social .fa-youtube {
	color: #b00
}

.social .fa-tumblr,
.social .ti-tumblr-alt {
	color: #32506d
}

.social .fa-github-alt {
	color: #333
}

.social .fa-google-plus,
.social .ti-google {
	color: #dd4b39
}

.social .fa-instagram,
.social .ti-instagram {
	color: #517fa4
}

.social .fa-soundcloud,
.social .ti-soundcloud {
	color: #f80
}

@media (min-width:1024px) {
	#menu ul>li>a:before {
	    content: "";
    display: block;
    border-bottom: 2px solid;
    border-color: #d62240;
    z-index: 1;
    transform-origin: 0 0;
    transition: transform .35s;
    transform: scale(1);
    transform: scale(0, 1);
    width: 20%;
	}
	#menu ul>li>a:hover::before {
		transform: scale(1)
	}
	#menu ul>li>.current:hover:before {
		background-position: center right
	}
	#menu ul>li>a.current:before {
		transform: scale(1)
	}
	#menu ul>li>.current:before {
		background-position: center right
	}
	#menu ul>li>.current-menu-item:hover:before {
		background-position: center right
	}
	#menu ul>li>a.current-menu-item:before {
		transform: scale(1)
	}
	#menu ul>li>.current-menu-item:before {
		background-position: center right
	}
	#menu ul>li.current-menu-item>a::before {
		transform: scale(1)
	}
	#menu ul li.btn-menu a:before {
		display: none
	}
	#menu ul ul li a:before {
		display: none
	}
}

.header {
	position: relative;
	right: 0;
	left: 0;
	z-index: 11;
	background: #fff
}

.header .col-7 {
	padding-right: 0
}

.logo {
	line-height: 0;
	margin-right: 0px
}

.logo img {
	vertical-align: middle;
	max-width: 400px
}

.scrollMenu .logo img {
	transition: all 1s .5s ease
}

.mobile-header {
	width: 100%;
	text-align: center;
	text-align: center;
	display: block
}

.mobile-header .col-left {
	width: 15%;
	float: left;
	padding: 20px 0;
	border-right: 1px solid #f0f3f7
}

.mobile-header .col-center {
	width: 70%;
	float: left;
	padding: 20px 0
}

.mobile-header .col-right {
	width: 15%;
	float: left;
	line-height: 0;
	padding: 20px 0;
	border-left: 1px solid #f0f3f7
}

.mobile-header a.col-right {
	color: #000;
	font-size: 18px
}

.navicon-line {
	width: 24px;
	height: 2px;
	border-radius: 1px;
	margin: 3px auto 0;
	background-color: #000
}

.mobile-header .logo {
	width: 140px;
	height: 16px;
	display: block;
	background: url(../img/logo-black.png) center center no-repeat;
	margin: auto;
	position: relative;
	background-size: cover
}

.white-logo {
	display: none
}

.scrollMenu .white-logo {
	display: inline-block
}

.header-right-top-block {
	position: relative
}

.header-right-top-block .fa {
	font-size: 18px;
	-webkit-transition: all 0;
	transition: all 0
}

.header-right-top-block .fa:hover {
	-webkit-transition: all .3s;
	transition: all .3s
}

.header-right-top-block .toggle-cart {
	position: relative;
	color: #222
}

.header-right-top-block .toggle-cart span {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 10px;
	background: #0097e2;
	width: 17px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: 700
}

.header-right-top-block .popup-search {
	color: #222
}

.relative-header .header-right-top-block .toggle-cart,
.relative-header .header-right-top-block .popup-search,
.scrollMenu .header-right-top-block .toggle-cart,
.scrollMenu .header-right-top-block .popup-search {
	color: #333
}

.header-right-top-block a {
	margin: 0 5px
}

.header-absolute .black-logo {
	display: none
}

.header-absolute.scrollMenu .white-logo {
	display: none
}

.header-absolute.scrollMenu .black-logo {
	display: inline-block
}

.header-absolute .white-logo {
	display: inline-block
}

.header1 .logo {
	text-align: left
}

.header1 .nav-collapse {
	margin-left: 0
}

.header-3 {
	padding: 20px 0;
	background: #fff
}

.header-3 .col-left {
	float: left;
	width: 50%;
	text-align: left
}

.header-3 .col-right {
	float: right;
	width: 50%;
	font-weight: 600
}

 .header1 {
 padding: 10px 0;
 }
 .header1 .prettyMenu.white ul > li > a {
 font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 13px 25px;
    text-align: center;
    letter-spacing: .5px;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    cursor: pointer;
  border-bottom: 3px solid #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 500;
      color: #000;
      
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
 }

 .header1 .prettyMenu.white ul > li > a:hover {
  background-color: #d62240;
    border-color: #d62240;
    border-bottom: 3px solid #b61a33;
      color: #fff;
}


.header-5 {
	padding: 10px 0;
}
.header-5 .prettyMenu.white ul > li > a:hover{
color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (min-width:40em) {
	.header-3 .nav-collapse {
		margin-top: 10px;
		float: none
	}
}

.header-3 .phone {
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right
}

.header-3 .nav-collapse {
	margin-left: 0
}

.call-back {
	float: right
}

@media screen and (max-width:1024px) {
	.header-3 .col-left {
		float: none;
		width: 60%
	}
	.header-3 .mobile-phone {
		top: 30px;
		bottom: 0;
		right: 0
	}
	.header-3 .logo {
		margin-top: 0
	}
	.header-3 .logo img {
		margin: 0
	}
}

.header-8 {
	background: #fff
}

.header-8 .logo {
	margin-left: 0
}

.header-8 .nav-collapse {
	margin-left: auto
}

.header-4 {
	background: #fff
}

.header-4 .nav-collapse {
	margin-right: auto;
	margin-left: auto
}

.header-4 .social {
	font-size: 22px
}

.scrollMenu a.logo {
	color: #000
}

.header-absolute {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	background: transparent
}

.header-absolute .flex {
	position: relative
}

.scrollMenu .flex {
	position: initial
}

.scroll_header.header-absolute .logo-black {
	display: none
}

.scroll_header.header-absolute .logo-white {
	display: inline-block
}

.scroll_header.scrollMenu .logo-black {
	display: inline-block
}

.scroll_header.scrollMenu .logo-white {
	display: none
}

.header-absolute .scrollMenu,
.header-absolute.scrollMenu .logo:hover {
	color: #000
}

.header-absolute .nav-collapse a {
	color: #fff
}

.header-absolute.home21 .nav-collapse a {
	color: #000
}

@media (max-width:1024px) {
	.header-absolute .nav-collapse a {
		color: #000
	}
}

.scrollMenu .nav-collapse a {
	color: #8e8e8e
}

.scrollMenu .nav-collapse a.current {
	color: #000;
	padding-bottom: 4px
}

.header-absolute .nav-collapse a.order {
	color: #fff
}

.header-absolute.scrollMenu .nav-collapse .active a {
	color: #d62240
}

@media (max-width:1024px) {
	.header-absolute .white-logo {
		display: none
	}
	.header-absolute .black-logo {
		display: block
	}
	.header-absolute {
		top: 15px;
		width: 100%
	}
	.header-absolute .logo {
		color: #000
	}
	.header-absolute .logo:hover {
		color: #000
	}
	.header-6 .nav-collapse a {
		color: #000
	}
}

.scrollMenu {
	background-color: #fff!important;
	-webkit-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
	box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
	width: 100%;
	position: fixed!important;
	top: 0!important;
	z-index: 99!important
}

.home-call-to-action {
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 0;
	margin: auto;
	right: 0
}

.home-call-to-action .title {
	color: #fff;
	font-size: 20px
}

.home-call-to-action a {
	color: #fff;
	border-bottom: 1px dashed #fff
}

.home {
	padding: 100px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.home-header-absoute {
	padding: 200px 0
}

.home-car-repair {
	background-image: url(../img/b1.jpg);
	background-position: 33% 50%
}

.velar-repair {
	background-image: url(../img/velar-repair.jpg);
	background-position: 50%
}

.car-wash {
	background-image: url(../img/car-wash-new.jpg);
	background-position: 50%
}

.mounting-tire {
	background-image: url(../img/home_v12.jpg)
}

.car-paint {
	background-image: url(../img/home_v11.jpg)
}

.car-rental {
	background-image: url(../img/car-rental-2.jpg)
}

.tailoring-autocovers {
	background-image: url(../img/home6.jpg)
}

.home-auto-parts {
	background-image: url(../img/car-parts.jpg);
	background-position: 40% 50%
}

.home-taxi {
	background-image: url(../img/home-taxi.jpg)
}

.taxi-menu-bg {
	background-image: url(../img/taxi-menu-bg.png)
}

.taxi-menu-bg .logo:before {
	content: ""
}

.taxi-new {
	background-image: url(../img/taxi-home3.jpg)
}

.taxi-new .btn {
	background: #dac84b
}

.taxi-new .text-amarillo {
	color: #dac84b
}

.home-taxi-bg {
	background: rgba(0, 0, 0, 0.05);
	z-index: 2;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	position: absolute!important
}

.home_padding {
	padding: 100px 0
}

.home_padding130 {
	padding: 130px 0
}

.home_padding50 {
	padding: 50px 0
}

.home_padding_250 {
	padding: 250px 0
}

.padding-300-0 {
	padding: 300px 0
}



.home .info {
	float: right
}

.home .info .phone {
	color: #fff;
	font-size: 30px;
	text-align: right;
	margin-bottom: 10px
}

.home .order {
	padding: 10px 20px;
	margin-top: -10px
}

.home .bts {
	margin-top: 30px
}

.home .bts .btn {
	margin: 0 10px 0 0
}

.bts a {
	margin: 0 10px
}

.bts a:last-child {
	margin: 0
}

.home-2 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home-2 .title-white {
	text-transform: capitalize;
	display: inline-block
}

.home-2 .subtitle-white {
	display: inline-block
}

.home-2 .bts {
	text-align: center;
	margin-top: 50px
}

.home-2 .bts a {
	margin: 0 10px 10px;
	vertical-align: baseline
}

.home-2 .action-text {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px dashed #fff;
	cursor: pointer
}

.home-2 .space {
	display: block;
	margin-top: 80px
}

.header-home-2 {
	background: transparent
}

.home-2.header-absolute {
	top: 20px
}

.home-2 .socials a {
	color: #fff;
	font-size: 17px
}

.home-3 {
	position: relative;
	min-height: 600px;
	display: table;
	width: 100%
}

.home-3 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home-3 .title-white {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: left
}

.home-3 .bts {
	text-align: left;
	margin-top: 40px
}

.home-4 {
	position: relative;
	min-height: 800px;
	display: table;
	width: 100%
}

.home-4 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home-4 .space {
	display: block;
	margin-top: 80px
}

.home-4 .title-white {
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 40px
}

.home-4 .bts {
	margin-top: 40px
}

.home-5 .title-black {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 40px
}

.home-5 .bts {
	text-align: left;
	margin-top: 40px
}

.home-6 {
	position: relative;
	min-height: 600px;
	display: table;
	width: 100%
}

.home-6 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home-6 .title-white {
	text-transform: capitalize;
	display: inline-block
}

.home-6 .subtitle-white {
	display: inline-block
}

.home-6 .bts {
	text-align: center;
	margin-top: 50px
}

.home-6 .bts a {
	margin: 0 10px 10px;
	vertical-align: baseline
}

.home-6 .action-text {
	color: #fff;
	font-size: 20px;
	border-bottom: 1px dashed #fff;
	cursor: pointer
}

.home-7 {
	position: relative;
	min-height: 600px;
	display: table;
	width: 100%
}

.home-7 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home-7 .title-white {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 40px
}

.home-7 .bts {
	text-align: left;
	margin-top: 40px
}

.home-8 {
	position: relative;
	min-height: 600px;
	display: table;
	width: 100%;
	background-image: url(../img/repair-olor.png)
}

.home-8 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home-8 .before-after {
	margin: auto;
	max-width: 600px
}

.home-8 .title-white {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 40px
}

.home-8 .bts {
	margin-top: 40px
}

.home-8 .title-black {
background: #d62240;
    color: #fff;
    display: inline-block;
    padding: 11px 15px;
    margin-bottom: 90px;


}

.home-8 .subtitle-black {
	background: #d62240;
	color: #fff;
	display: inline-block;
	padding: 0 10px
}

.home11 .title-black {
	background: #d62240;
    color: #fff;
    display: inline-block;
    padding: 11px 15px;
    margin-bottom: 90px;

}

.home11 img {
	margin: auto;
	left: 0;
	right: 0
}

.home-8 input,
.home-8 textarea {
	margin-bottom: 0;
}
.home11 .file {
width: 100%;
    font-size: 11px;
    height: 40px;
    background: #f0f3f7;
    line-height: 44px;
    color: #757575;
        border-radius: 4px;
}
.home11 .file svg{
opacity: 0.4;
    margin-right: 5px;
}
.home17 {
	padding: 100px 0
}

#home17 .col-right {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 26px;
	font-weight: 500
}

.home17 .trigger {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	width: 100%;
	width: 190px;
	height: 190px
}

.home17 .trigger.maine {
	background: rgba(255, 241, 5, 0.41)
}

.home17 .trigger .fa {
	margin: auto;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.59)
}

.home17 .fa:hover {
	color: #fff
}

.home17 p {
	margin-top: 20px;
	color: #fff
}

.home18 .bg-car-delivery {
	width: 50%!important;
	height: 55%!important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	z-index: 0
}

.home18 .go.animated {
	animation-name: go;
	animation-duration: 2s
}

.home18 .animated {
	animation-fill-mode: both
}

.home18 .block123 {
	opacity: 0;
	animation-fill-mode: both
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.home18 .animated.c4 .block123 {
	animation-name: fadeIn;
	animation-duration: .9s
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3)
	}
	50% {
		opacity: 1;
		transform: scale(1.05)
	}
	70% {
		opacity: 1;
		transform: scale(0.9)
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}

.home18 .animated.bounceIn {
	animation-name: bounceIn
}

.home18 .go {
	opacity: 0;
	transform: translate(450px, -90px) scale(0.5, 0.5)
}

@keyframes go {
	0% {
		opacity: 0;
		transform: translate(450px, -90px) scale(0.5, 0.5)
	}
	20% {
		opacity: 1
	}
	100% {
		opacity: 1;
		transform: translate(0, 0) scale(1, 1)
	}
}

.home19 {
	padding: 0;
	position: relative;
	height: 680px
}

.home19 .logo {
	margin: 20px 0 0 80px;
	display: block
}

.home19 .bg {
	object-fit: initial
}

.home19 .home-slider {
	position: absolute;
	right: 0;
	bottom: -70px;
	max-width: 800px
}

.home19 .home-slider .owl-dots {
	bottom: 5px;
	right: 0;
	left: 90%
}

.home20 {
	position: relative;
	width: 100%
}

.home20 .home-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.home20 .title-black {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 40px
}

.home20 .bts {
	text-align: left;
	margin-top: 40px
}

.header-absolute.home21 {
	transition: all .4s ease
}

.home.home21 {
	transition: all .4s ease;
	padding: 200px 0 100px
}

.header-absolute.home21 .prettyMenu.white:not(.pm_mobile) ul>li>a {
	color: #222
}

.header-absolute.home21 {
	top: 70px
}

.home21 .header-wrapp {
	background: #fff;
	padding: 0 30px;
	border-radius: 3px
}

.home21 .logo img {
	max-width: 210px
}

.home21 .offer {
	display: inline-block;
	background: rgba(24, 27, 29, 0.7);
	text-shadow: none;
	padding: 3px 10px;
	color: #fff
}

.home21 .title {
	font-size: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f3f7;
	display: inline-block;
	padding: 0 0 10px
}

.home21 dl {
	display: block;
	padding: 5px 0
}

.home21 dt {
	display: inline-block
}

.home21 dd {
	display: inline-block;
	text-align: right;
	float: right
}

.home.home22 {
	transition: all .4s ease;
	padding: 200px 0 100px
}

.header-absolute.home22 .prettyMenu.white:not(.pm_mobile) ul>li>a {
	color: #222
}

.header-absolute.home22 {
	top: 70px
}

.home22 .header-wrapp {
	background: #fff;
	padding: 0 30px;
	border-radius: 3px
}

.home22 .offer {
	display: inline-block;
	background: rgba(24, 27, 29, 0.7);
	text-shadow: none;
	padding: 3px 10px;
	color: #fff
}

.home22 .title {
	font-size: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f3f7;
	display: inline-block;
	padding: 0 0 10px
}

.home22 dl {
	display: block;
	padding: 5px 0
}

.home22 dt {
	display: inline-block
}

.home22 dd {
	display: inline-block;
	text-align: right;
	float: right
}

.home24 .title-block {
	padding: 10px 60px 10px 15px;
	position: absolute;
	right: 0;
	bottom: 50px;
	background: rgba(0, 148, 227, 1);
	background: -moz-linear-gradient(left, rgba(0, 148, 227, 1) 0%, rgba(254, 254, 254, 0.48) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 148, 227, 1)), color-stop(100%, rgba(254, 254, 254, 0.48)));
	background: -webkit-linear-gradient(left, rgba(0, 148, 227, 1) 0%, rgba(254, 254, 254, 0.48) 100%);
	background: -o-linear-gradient(left, rgba(0, 148, 227, 1) 0%, rgba(254, 254, 254, 0.48) 100%);
	background: -ms-linear-gradient(left, rgba(0, 148, 227, 1) 0%, rgba(254, 254, 254, 0.48) 100%);
	background: linear-gradient(to right, rgba(0, 148, 227, 1) 0%, rgba(254, 254, 254, 0.48) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094e3', endColorstr='#fefefe', GradientType=1)
}

.home24 .logo {
	position: absolute;
	top: 40px
}

.home25 {
	padding: 50px 0 0
}

.home25 .second-image {
	position: relative;
	bottom: -100px;
	margin-top: -60px
}

.car-info {
	background: #cc242b;
	border-radius: 50%;
	display: block;
	position: relative;
	bottom: -45px;
	right: 70px;
	width: 200px;
	height: 200px;
	float: right;
	color: #fff;
	text-align: center;
	font-weight: 600
}

.car-info .car-name {
	font-size: 28px;
	text-transform: uppercase;
	padding-top: 30px
}

.car-info .currency {
	font-size: 30px;
	vertical-align: top
}

.car-info .price {
	font-size: 80px;
	line-height: 1
}

.slider-5 .title-white {
	position: absolute;
	bottom: 50px;
	left: 50px
}

.slider-5 .owl-dots {
	right: 50px;
	bottom: 70px;
	text-align: right
}

.slider-5.owl-theme .owl-dot {
	display: block;
	line-height: 1
}

.header13 {
	position: relative;
	top: 0;
	z-index: 10;
	width: 100%;
	padding: 0;
	background: #222
}

.header13 .logo {
	background: #e72824;
	padding: 30px 20px;
	display: table;
	position: relative;
	margin: auto
}

.header13 .logo:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	right: 0;
	margin: auto;
	border-left: 125px solid transparent;
	border-right: 125px solid transparent;
	width: 0;
	border-top: 50px solid #e72824
}

.header13 nav {
	margin-top: 28px
}

.header13 .nav-collapse {
	float: none
}

.header13 .phone {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	text-align: right;
	display: inline-block;
	margin-top: 20px;
	float: right
}

.header13 .col-left {
	float: left;
	width: 35%
}

.header13 .col-center {
	float: left;
	width: 30%
}

.header13 .col-right {
	float: left;
	width: 35%
}

.header14 .wrapp {
	padding: 10px 0
}

.header14 .col-right {
	float: right
}

.header14 .phone {
	font-size: 25px;
	margin-top: 5px;
	font-weight: 600
}

.header14 .logo {
	display: inline-block
}

.header15 {
	padding: 15px 0
}

.header-contact {
	color: #696969
}

.header-contact .header-phone {
	position: relative;
	padding-left: 65px;
	display: inline-block
}

.header-contact .header-time-work {
	position: relative;
	padding-left: 65px;
	display: inline-block;
	margin-left: 50px
}

.header-contact .fa {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: table;
	color: #0097e2;
	font-size: 29px;
	border-right: 1px solid #d6d6d6;
	padding-right: 15px
}

.header-contact b {
	display: block;
	color: #000;
	letter-spacing: 1.94px
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
		padding: 1.5em 0
	}
	to {
		transform: translate3d(0, 0, 0);
		padding: .75em 0
	}
}

.counter1 .timer {
	text-align: left
}

.very-big-title-white {
	font-size: 80px;
	color: #fff;
	line-height: 1.3;
	font-weight: 700;
	text-transform: capitalize
}

.counter1 .very-big-title-white {
	color: rgba(255, 255, 255, 0.64)
}

.counter1 .timer .day_block,
.counter1 .timer .hour_block,
.counter1 .timer .min_block,
.counter1 .timer .sec_block {
	padding: 0 60px 0 0
}

.counter1 .timer .day,
.counter1 .timer .hour,
.counter1 .timer .min,
.counter1 .timer .sec {
	font-size: 150px
}

.counter1 .timer .desc {
	text-align: center
}

.counter1 .timer .day:after,
.counter1 .timer .hour:after,
.counter1 .timer .min:after {
	content: ":";
	position: absolute;
	font-size: 70px;
	margin-top: 40px;
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.44)
}

.counter1 .title-white {
	text-align: left;
	font-size: 35px
}

.car_repair_icon {
	position: absolute;
	top: 0
}

.car_repair_icon .fa {
	position: relative
}

.car_repair_text {
	padding-left: 115px
}

.car_repair_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px
}

.car_repair_i {
	color: #d62240;
	font-size: 77px
}

.car_repair_p {
	color: #858585
}

.advantages.content-section9 {
	padding: 50px 0
}

.advantages.content-section9 .col-3 {
	margin-bottom: 30px
}

@media screen and (max-width:767px) {
	.advantages.content-section9 .col-3 {
		margin-bottom: 70px
	}
}

@media screen and (max-width:1400px) {
	
}

.advantages.content-section9 .fa {
	display: block;
	font-size: 41px;
	z-index: 4;
	position: absolute;
	top: -40px;
	margin: auto;
	left: 0;
	right: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px #f6f6f6;
	width: 80px;
	height: 80px;
	line-height: 80px
}

.advantages.content-section9 .icon-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 20px;
	z-index: 4;
	text-transform: uppercase
}

.advantages.content-section9 .icon-subtitle {
	color: #525252;
	margin-bottom: 15px;
	z-index: 4
}

.advantages.content-section9 img {
	line-height: 0
}

.taxi-class {
	padding: 50px 0
}

.taxi-title {
	font-weight: 700
}

.taxi-price {
	color: #828282;
	font-size: 12px;
	margin: 5px 0
}

.taxi-icon {
	color: #828282;
	font-size: 12px
}

.advantages {
	padding: 50px 0
}

.advantages .title {
	font-size: 20px;
	text-align: center;
	margin: 20px 0
}

.iconAdvantages {
	font-size: 65px;
	color: #d62240;
	text-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-bottom: 30px
}

.advantages .subtitle {
	text-align: center;
	color: #848484
}

.advantages .more {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
	text-transform: uppercase
}

.line-height0 {
	line-height: 0
}

.left_img {
	line-height: 0;
	height: 610px;
	position: relative;
	margin: auto;
	left: 0;
	top: 0
}

.car-repair-makes {
	background: url(../img/driver.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 0;
	height: 610px;
	position: relative;
	margin: auto;
	left: 0;
	top: 0
}

.airport-taxi {
	background: url(../img/airport-taxi.jpg);
	background-repeat: no-repeat;
	background-position: 0 13%;
	line-height: 0;
	height: 610px;
	position: relative;
	margin: auto;
	left: 0;
	top: 0
}

.car-dealer-makes {
	background: url(../img/new_car_registrations.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 0;
	height: 610px;
	position: relative;
	margin: auto;
	left: 0;
	top: 0
}

.car-wash-box {
	background: url(../img/outlander-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 0;
	height: 610px;
	position: relative;
	margin: auto;
	left: 0;
	top: 0
}

.discont-2 {
	background: url(../img/oil-change3.jpg);
	background-size: cover;
	padding: 50px 0
}

.discont-3 {
	padding: 50px 0
}

.home-content {
	z-index: 9;
	position: relative
}

.home-content .subtitle-white {
	margin-top: 30px
}

.car-dealer {
	background: url(../img/car-dealer.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.demo-2 {
	background: url(../img/demo-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.demo-4-1 {
	background: url(../img/demo-4-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0
}

.demo-4-2 {
	background: url(../img/demo-4-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0
}

.demo-5 {
	background: url(../img/demo-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

@media only screen and (max-width:767px) {
	.car-dealer {
		background-position: 100% 50%!important
	}
}

.cargo {
	background: url(../img/cargo-2.jpg);
	background-size: cover;
	padding: 150px 0;
	background-repeat: no-repeat
}

.cargo-2 {
	background: url(../img/cargo-2.jpg);
	background-size: cover;
	padding: 150px 0;
	background-repeat: no-repeat
}

.cargo-3 {
	background: url(../img/cargo-3.jpg);
	background-size: cover;
	padding: 150px 0;
	background-repeat: no-repeat
}

.cargo-4 {
	background: url(../img/cargo-4.jpg);
	background-size: cover;
	padding: 150px 0;
	background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
	.cargo {
		background-position: 100% 50%!important
	}
}

.change-oil {
	background: url(../img/oil-change3.jpg);
	background-size: cover;
	padding: 80px 0;
	background-repeat: no-repeat
}

@media only screen and (max-width:767px) {
	.change-oil {
		background-position: 15% 50%!important
	}
}

.car-wash {
	background: #ccc;
	padding: 110px 0;
	background: url(../img/outlander-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.car-wash-2 {
	background: #ccc;
	padding: 110px 0;
	background: url(../img/car-wash-2.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.black_bg_car-wash {
	background: url(../img/water-texture.png) rgba(0, 0, 0, 0.05);
	background-size: 20%;
	z-index: 2;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	position: absolute!important
}


.content-section7 {
	padding: 30px 0;
}

.content-section7 .col-3 {
	padding: 40px 20px
}

.content-section7 .fa-icon {
	margin-bottom: 20px;
	float: left
}

.content-section7 .fa {
	font-size: 25px;
	vertical-align: middle;
	padding: 0;
	margin-bottom: 10px;
	width: 35px;
	height: 35px;
	transition: all .2s ease
}

.content-section7 .icon-title {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.content-section7 .icon-subtitle {
	color: #525252;
	margin-bottom: 15px;
	font-size: 13px
}

.content-section7 .fa-icon {
	position: relative
}

.content-section7 .fa-icon:before {
	content: "";
	width: 41px;
	height: 41px;
	background: rgba(33, 148, 224, 0.73);
	border-radius: 5px;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
	transition: all .2s ease
}

.content-section7 .fa-icon:after {
	content: "";
	width: 49px;
	height: 49px;
	background: rgba(33, 148, 224, 0.13);
	border-radius: 5px;
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: 1;
	transition: all .2s ease
}

.content-section7 .fa:hover,
.content-section7 .fa-icon:hover:before,
.content-section7 .fa-icon:hover:after {
	border-radius: 150px
}

.trigger4 {
	padding: 70px 0 50px
}
.trigger4 .icon-subtitle {
color: #7a7a7a;
    font-size: 14px;
}

.trigger4 .car_repair_title {
	font-size: 22px;
	padding-top: 15px
}

.trigger4 .car_repair_icon {
	position: relative;
	text-align: center;
	display: block
}

.trigger4 .car_repair_icon:before {
content: "";
    width: 80px;
    height: 80px;
    border: 1px solid rgba(215, 35, 64, 0.23);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    bottom: 0;
    right: 0;
}

.trigger4 .car_repair_icon:after {
    content: "";
    width: 90px;
    height: 90px;
    border: 1px solid rgba(215, 35, 64, 0.12);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    bottom: 0;
    right: 0;
}

.trigger4 .car_repair_text {
	padding-left: 0;
	text-align: center;
	padding-top: 15px
}

.trigger4 .col-3 {
	margin-bottom: 50px
}

.trigger4 .fa {
	font-size: 30px;
	width: 70px;
	height: 70px;
	background: #d62240;
	vertical-align: middle;
	line-height: 2.3;
	color: #fff;
	border-radius: 50%;
	z-index: 9;
}

.trigger5 {
	padding: 50px 0 25px
}

.trigger5 .wrapp {
	border: 1px solid #e7f2f7;
	padding: 0 20px;
	border-radius: 5px;
	text-align: center;
	position: relative
}

.trigger5 .trigger-title {
	position: relative;
	top: -26px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	background: #fff;
	padding: 0 10px;
	display: inline-block
}

.trigger5 .icon {
	display: inline-block;
	position: absolute;
	right: 28px;
	bottom: 0;
	opacity: .15
}

.trigger5 .trigger-subtitle {
	padding: 50px 0 25px
}

.trigger6 .wrapp {
	padding: 80px 30px
}

.trigger6 .car_repair_i {
	position: absolute;
	font-size: 60px;
	opacity: .2;
	line-height: 27px;
	color: #fff
}

.trigger6 .trigger-subtitle {
	color: #fff;
	padding-left: 45px;
	font-weight: 500;
	font-size: 13px;
}

.trigger6 .trigger-subtitle .fa {
	font-weight: 700
}

.trigger6 .bg-color:nth-child(1) {
	background-color: #d72340
}

.trigger6 .bg-color:nth-child(2) {
	background-color: #1d86d0
}

.trigger6 .bg-color:nth-child(3) {
	background-color: #1379c1
}

.trigger6 .bg-color:nth-child(4) {
	background-color: #0b6aaf
}

.contact3 .right-block {
	padding: 20px 0
}

.contact3 .bg-img {
	background: url(../img/ny.png);
	background-size: cover;
	padding: 150px 0
}

.contact3 .bg-img:before {
	content: "";
	border-top: 0 solid transparent;
	border-bottom: 350px solid transparent;
	border-right: 350px solid #fff;
	position: absolute;
	right: 0;
	top: 0
}

.contact3 .bg-img:after {
	content: "";
	border-top: 350px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 350px solid #fff;
	position: absolute;
	right: 0;
	bottom: 0
}

.serteficat2 {
	padding: 50px 0
}

.serteficat2 .wrapp {
	background: url(../img/sert2.png);
	width: 225px;
	height: 285px;
	position: relative;
	margin: auto
}

.serteficat2 img {
	width: 165px;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.page-header-section {
	padding: 40px 0
}

.breadcrumbs .separator {
	padding: 0 10px
}

.slider1 {
	padding: 50px 0
}

.slider1 .title {
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0
}

.slider1 .subtitle {
	color: #848e92;
	margin-bottom: 20px
}

.slider1 .item {
	padding: 0 15px
}

.slider3 {
	padding: 50px 0
}

.slider3 .title {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.slider3 .wrapp {
text-align: center;
}
.slider3 .subtitle {
	margin-bottom: 20px;
	color: #fff
}

.slider3 .item {
	padding: 0 15px
}

.slider3 .wrapp-content {
	    position: relative;
    top: -20px;
    width: auto;
    display: inline-block;
    margin: auto;
    padding: 10px;
        background-color: #d72340;
}

.slider3 .link {
	color: #fff
}

.service1 {
	padding: 50px 0 100px
}

.service1 .diamond-wrap {
	cursor: pointer;
	overflow: hidden;
	background: #000;
	text-align: center;
	display: inline-block;
	width: 228px;
	height: 228px;
	border: #fff solid 1px;
	transition: all .2s linear;
	transform: rotate(45deg);
	margin-left: 50px
}

.service1 .img-diamond {
	position: absolute;
	width: 248px;
	height: 248px
}

.service1 .img-diamond a {
	color: #fff
}

.service1 .img-diamond img {
	max-width: 200%
}

.service1 .img-diamond img.diamond-inner {
	cursor: pointer;
	position: absolute;
	width: auto;
	height: 144%;
	top: -30%;
	left: -30%;
	opacity: .5;
	transition: all .2s ease
}

.service1 .img-diamond p {
	font-size: 16px;
	text-transform: uppercase;
	margin: 100px 0 0
}

.service1 .diamond-inner {
	transform: rotate(-45deg)
}

.service1 .feature-more-glass {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	background: #fff;
	top: 124px;
	left: 124px;
	opacity: .20000000298023;
	transition: all .2s linear
}

.service1 .feature-more {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	background: #d62240;
	top: 124px;
	left: 124px;
	transition: all .2s linear
}

.service1 .img-diamond a {
	color: #fff
}

.service1 .diamond-wrap:hover .img-diamond img.diamond-inner {
	opacity: 1
}

.service1 .diamond-wrap:hover p {
	opacity: 0;
	transition: all .2s linear
}

.service1 .diamond-wrap:hover .feature-more {
	width: 71px;
	height: 71px;
	top: 89px;
	left: 89px
}

.service1 .feature-more-glass {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	background: #fff;
	top: 124px;
	left: 124px;
	opacity: .20000000298023;
	transition: all .2s linear
}

.service1 .diamond-wrap:hover .feature-more-glass {
	width: 91px;
	height: 91px;
	top: 79px;
	left: 79px
}

.service1 .x1,
.service1 .x2 {
	position: absolute;
	display: block;
	background: #fff;
	width: 50%;
	height: 2px;
	top: 0;
	left: 0;
	transition: all .2s linear
}

.service1 .diamond-wrap:hover .x1,
.service1 .diamond-wrap:hover .x2 {
	top: 34px;
	left: 17px
}

.service1 .x1 {
	transform: rotate(45deg)
}

.service1 .x2 {
	transform: rotate(-45deg)
}

.service1 .feature-1 {
	left: 20%
}

.service1 .feature-2 {
	left: 40%
}

.service1 .feature-3 {
	left: 60%
}

.service1 .feature-4 {
	left: 80%
}

.service1 .feature-2,
.service1 .feature-4 {
	margin-bottom: 80px
}

@media only screen and (max-width:767px) {
	.service1 .feature-1,
	.service1 .feature-2,
	.service1 .feature-3,
	.service1 .feature-4 {
		left: 0;
		right: 0;
		margin: auto
	}
	.service1 .diamond-wrap {
		position: relative;
		margin: auto
	}
	.white-popup-block-right{top: 350px;}
	.popup_title {
    font-size: 21px;}
	
	
.hide-on-desktop{display:block;}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.service1 .diamond-wrap {
		position: relative;
		margin: 85px 25px 10px 75px;
		display: inline-block;
		left: 0
	}
}

.service2 {
	padding: 50px 0
}

.service2 .wrapp {
	background: #fff
}

.service2 .wrapp-in {
	padding: 20px;
	position: relative
}

.service2 .wrapp-img {
	position: relative;
	overflow: hidden
}

.service2 .wrapp-img:before {
	content: "";
	border-width: 35px 0 0 265px;
	border-style: solid;
	height: 0;
	border-color: transparent #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 2
}

.service2 .read-more {
	display: none;
	position: absolute;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center
}

.service2 .read-more a {
	z-index: 9
}

.service2 .wrapp:hover .read-more {
	display: block
}

.service2 .wrapp:hover .wrapp-img:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.48);
	position: absolute;
	top: 0;
	bottom: 0
}

.service2 .service2-title {
	font-size: 20px;
}

.service2 .col-4 {
	margin-bottom: 25px
}

.service3 {
	padding: 50px 0
}

.service3 .wrapp {
	position: relative
}

.service3 .wrapp-in {
	padding: 20px;
	position: relative
}

.service3 .read-more {
	position: absolute;
	text-align: center;
	bottom: 0;
	right: 0;
	z-index: 2
}

.service3 .read-more a {
	color: #fff
}

.service3 .service3-title {
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 70%;
	color: #fff;
	background: rgba(0, 0, 0, 0.65);
	padding: 5px;
	left: 0;
	border-right: 3px solid #d62240
}

.service3 .wrapp-img {
	position: relative;
	overflow: hidden
}

.service3 .col-4 {
	margin-bottom: 25px
}

.service3 .wrapp-img img {
	width: 100%
}

.service3 .wrapp-img:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 40px solid #d62240;
	border-left: 40px solid transparent;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 2
}

.service4 .border-right {
	border-right: 1px solid #1c82c7;
}

.service4 .border-top {
	border-top: 1px solid #1c82c7;
}

.service4 p {
	margin-bottom: 15px;
	margin-top: 20px;
}

.service4 .block-service:hover .bg-color {
	background: #1883cc;
}
.service5 .service5-dest {
color: #767676;
    padding-bottom: 15px;
    display: inline-block;
}

.service5 .service5-title {

}
.what-we-do {
	padding: 50px 0
}

.what-we-do-block-shadow {
	padding: 20px 0 20px 10px;
	line-height: 30px;
	border: #e7ebeb solid 1px;
	background: #fff;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	transition: translate 0.18s, box-shadow .18s;
	border-radius: 3px;
	margin-bottom: 20px
}

.what-we-do-block-shadow:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1)
}

.what-we-do-block {
	padding: 40px 0
}

.what-we-do-block .col-2 .wrapp:before {
	content: "";
	width: 350px;
	height: 305px;
	display: inline-block;
	border: #d62240 solid 15px;
	position: absolute;
	top: 25px;
	z-index: 1
}

.what-we-do hr {
	margin: 20px 0
}

.what-we-do-title {
	font-size: 30px;
	font-weight: 500;
	margin: 20px 0
}

.what-we-do-desc {
	margin-bottom: 20px
}

.what-we-do-desc .link {
	margin: 20px 0;
	display: block;
	text-transform: uppercase;
	cursor: pointer
}

.content_section11 {
	padding: 50px 0
}

.content_section11 .exta-img-style-1 {
	position: absolute;
	z-index: 1;
	right: 30px;
	top: -100px;
	opacity: .30000001192093
}

.content_section11 .exta-img-style-2 {
	position: absolute;
	z-index: 1;
	left: 30px;
	bottom: -100px;
	opacity: .30000001192093
}

.exta-img-style-3 {
	position: relative;
	z-index: 2;
}

@media screen and (max-width:767px) {
	.content_section11 {
		padding: 50px
	}
	.content_section11 .exta-img-style-1 {
		top: 0;
		position: relative;
		float: left;
		width: 33.33%
	}
	.content_section11 .exta-img-style-2 {
		top: 0;
		position: relative;
		float: left;
		width: 33.33%
	}
	.content_section11 .exta-img-style-3 {
		top: 0;
		position: relative;
		float: left;
		width: 33.33%
	}
}

.content_section12 {
	padding: 220px 0
}

.content_section12 .exta-img-style-1 {
	position: absolute;
	z-index: 1;
	right: -20px;
	top: -200px;
	opacity: .30000001192093
}

.content_section12 .exta-img-style-2 {
	position: absolute;
	z-index: 1;
	right: -20px;
	bottom: -200px;
	opacity: .30000001192093
}

@media screen and (max-width:767px) {
	.content_section12 {
		padding: 0
	}
	.content_section12 .exta-img-style-1 {
		right: 0;
		top: 0
	}
	.content_section12 .exta-img-style-2 {
		left: 0;
		bottom: 0
	}
}

ul.circle li {
	list-style-type: none;
	position: relative;
	margin: 10px 0;
	padding-left: 20px;
}

ul.circle li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	border: #d62240 solid 1px;
	top: 0;
	bottom: 0;
	left: 6px;
	margin: auto
}

ul.white li:before {
	border: #fff solid 1px
}

.action2 {
	padding: 50px 0
}

.action3 {
	padding: 50px 0;
	text-align: center
}

.action3 .action3-title {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: capitalize;
	vertical-align: middle;
	display: inline-block;
	margin: 0
}

.action3 .btn {
	font-size: 20px;
	padding: 20px;
	margin-left: 30px
}

@media screen and (max-width:1024px) {
	.action3 {
		padding: 30px 0
	}
	.action3 .action3-title {
		margin: 0 20px 0 0
	}
	.action3 .btn {
		padding: 10px;
		margin-left: 0;
		font-size: 16px
	}
}

@media screen and (max-width:767px) {
	.action3 .action3-title {
		font-size: 20px;
		display: block;
		margin: 0 0 20px
	}
}

.formCapture {
	padding: 50px 0;
}

.formCapture-taxi {
	background: url(../img/call_to_action_taxi.jpg);
	background-size: cover;
	background-position: center center
}

.formCapture_info {
	text-align: center;
	margin-top: 35px;
	font-size: 40px;
	line-height: 50px
}

.formCapture .line-orange {
	margin-left: 0
}

.formCapture .title-black {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.formCapture .subtitle-black {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.action4 {
	position: relative
}

.action4 .col-2 {
	padding: 0;
	margin: 0
}

.action4 .wrapp {
	padding: 200px 100px;
	position: relative;
	z-index: 1
}

.action4 .black_bg {
	background: rgba(0, 0, 0, 0.76)
}

.car-wah-rest-room {
	padding: 150px 0;
	background: url(../img/car-wah-rest-room.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.car-wah-rest-room-info {
	text-align: center;
	margin-top: 35px;
	font-size: 40px;
	line-height: 50px
}

.car-wah-rest-room .line-orange {
	margin-left: 0
}

.car-wah-rest-room .title-black {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.car-wah-rest-room .subtitle-black {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.call_to_action_wash {
	padding: 150px 0;
	background: url(../img/call_to_action_wash.jpg) 50% 0 #e4e4e2;
	background-size: cover
}

.call_to_action_wash .info {
	text-align: center;
	margin-top: 35px;
	font-size: 40px;
	line-height: 50px
}

.call_to_action_wash .line-orange {
	margin-left: 0
}

.call_to_action_wash .title-black {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.call_to_action_wash .subtitle-black {
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5)
}

.rewiev {
	padding: 50px 0;
	position: relative
}

.rewiev .owl-nav {
	position: absolute;
	z-index: 9;
	top: 40%;
	margin: auto;
	width: 100%
}

.rewiev .owl-prev:after {
	content: "\f104";
	font-family: FontAwesome;
	left: 23%;
	position: absolute;
	font-size: 70px;
	color: #9c9c9c
}

.rewiev .owl-next:after {
	color: #9c9c9c;
	content: "\f105";
	font-family: FontAwesome;
	right: 23%;
	position: absolute;
	font-size: 70px
}

.rewiev img {
	border-radius: 3px 3px 0 0
}

.rewiev .owl-item {
	background: #fff;
	border-radius: 0 0 3px 3px
}

.rewiev .item_content {
	padding: 20px
}

.rewiev .owl-theme .owl-controls {
	margin-top: 30px
}

.rewiev .title {
	font-size: 26px;
	margin: 20px 0
}

.rewiev .subtitle {
	color: #848484;
	line-height: 24px;
	font-style: italic
}

.rewiev .name {
	font-style: initial;
	margin: 10px 0;
	font-weight: 600;
	color: #000
}

.testimonials2 {
	padding: 50px 0
}

.testimonials4 .single-review {
	padding: 40px;
	background: #fff;
	border: 1px solid #f3f3f3;
	margin-bottom: 30px;
}

.testimonials4 .single-review .infos {
	font-weight: 600;
	padding-top: 10px;
	font-size: 20px;
}

.testimonials4 .single-review p {
	margin-top: 15px;
}

.testimonials4 .single-review .fa {
	color: rgb(255, 199, 0);
	text-align: center;
	font-size: 20px;
}

.testimonials4 .single-review .date {
	color: #adadad;
	font-style: normal;
	font-size: 14px;
}

.testimonials4 .single-review .infos span {
	display: block;
	font-weight: 300;
	color: #888888;
	font-size: 15px;
}

.testimonials4 .single-review .stars {
	margin-bottom: 20px !important;
	margin-top: 25px;
}

.people-bg {
	background-image: url(../img/testimonials.png);
	background-repeat: no-repeat;
	background-size: cover
}

.testimonials2-owl {}

.testimonials2-owl .item_content {
	max-width: 700px;
	margin: auto;
	background: #fff;
	padding: 20px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px
}

.testimonials2-owl .item_content:before {
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0
}

.testimonials2 img {
	border-radius: 50%;
	width: 100px;
	height: 100px
}

.testimonials2 .stars {
	color: #ffc700;
	text-align: center;
	font-size: 20px;
	margin: 20px 0 40px
}

.testimonials2 .title {
	margin: 20px 0 0;
	font-size: 22px;
	color: #fff
}

.testimonials2-owl .owl-dots {
	position: relative;
	bottom: 0
}

.testimonials3 {
	padding: 50px 0
}

.testimonials3 .wrapp {
	background: #FFF;
	padding: 20px 20px 20px 40px;
	border-radius: 3px;
	margin-left: 140px
}

.testimonials3 .photo {
	float: left;
	border-radius: 50%;
	border: #fff solid 5px;
	max-width: 160px
}

.testimonials3 .title {
	font-size: 25px;
	margin-bottom: 15px;
	color: #555;
	font-weight: 300
}

@media screen and (max-width:767px) {
	.testimonials3 .photo {
		float: none;
		margin: auto
	}
	.testimonials3 .wrapp {
		margin: 0
	}
}

.owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 70px;
	font-size: 50px;
	color: #fff;
	line-height: 1
}

.owl-next {
	position: absolute;
	top: 50%;
	right: 70px;
	font-size: 50px;
	color: #fff;
	margin-top: -30px;
	line-height: 1
}

.owl-dots {
	position: absolute;
	text-align: center;
	width: 100%
}

.owl-theme .owl-controls {
	text-align: center
}

.brands .owl-theme .owl-controls {
	margin-top: 30px
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	opacity: .5;
	border-radius: 20px;
	background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px
}

.owl-item.loading {
	min-height: 150px
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-dot {
	display: inline-block
}

.owl-theme .owl-dot span {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	    border: 2px solid #d82440;
	    background: transparent;
	display: inline-block;
	margin: 0 5px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d82440;
    border: 1px solid  #d82440;
}

.owl-prev:after {
	content: "\f104";
	font-family: FontAwesome
}

.owl-next:after {
	content: "\f105";
	font-family: FontAwesome
}

.color-bg .owl-theme .owl-dots .owl-dot.active span,
.color-bg .owl-theme .owl-dots .owl-dot:hover span {
	background: #c7c7c7
}

.owl-item.active .title-white {
	animation: 1s .3s fadeInUp both
}

.owl-item.active .subtitle-white {
	animation: 1s .6s fadeInUp both
}

.owl-item.active .btn {
	animation: 1s .9s fadeInUp both
}

.pricing_table2 ul.tabs img {
	max-width: 90px
}

.why_choose_certified_service {
	padding: 50px 0;
	position: relative
}

.brands {
	padding: 50px 0;
	background: #fff
}

.brands img {
	margin: 15px auto
}

.brands img.image_size_50 {
	max-width: 50%
}

.brands .owl-carousel .item {
	padding: 10px 55px
}

.brands .border_right {
	border-right: 1px solid #f0f3f7
}

.brands .no_border_right {
	border-right: 1px solid transparent
}

.brands .border_bottom {
	border-bottom: 1px solid #f0f3f7
}

.brands .no_border_bottom {
	border-bottom: 1px solid transparent
}

.brands .col-6 {
	margin: 0
}

.brands-2 {
	padding: 20px 0
}

.brands-2 .owl-item {
	border-right: 1px solid #d7dee6
}

.brands-2 img {
	max-width: 70px;
	vertical-align: middle;
	filter: grayscale(100%);
	opacity: .5
}

.brands-2 img:hover {
	opacity: 1;
	filter: grayscale(0%)
}

.clients3 {
	padding: 20px
}

.clients3 img {
	padding: 20px;
	max-width: 110px!important
}

.contact_form_error input::-webkit-input-placeholder,
.contact_form_error textarea::-webkit-input-placeholder {
	color: #fff
}

.contact_form_error input::-moz-placeholder,
.contact_form_error textarea::-moz-placeholder {
	color: #fff
}

.contact_form_error input:-ms-input-placeholder,
.contact_form_error textarea:-ms-input-placeholder {
	color: #fff
}

.contact_form_error input:-moz-placeholder,
.contact_form_error textarea:-moz-placeholder {
	color: #fff
}

input,
textarea {
	font-family: inherit;
	display: block;
	width: 100%;
	padding: 10px 15px;
	line-height: 1.5;
	background-color: #f0f3f7;
	background-image: none;
	border: #f0f3f7 solid 1px;
	border-radius: 4px;
	font-size: 15px;
	transition: all .2s ease-out;
	color: #000;
	margin-bottom: 20px
}

select {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 15px;
	line-height: 1.5;
	background-color: #f0f3f7;
	background-image: none;
	border: #f0f3f7 solid 1px;
	border-radius: 4px;
	font-size: 15px;
	transition: all .2s ease-out;
	color: #7c7c7c
}

input:focus,
textarea:focus,
select:focus {
	border-color: #e2e9f3;
}

select:active,
select:hover {
	color: #000
}

input.input_contact_form_error,
textarea.input_contact_form_error {
	color: #fff
}

.contact .title {
	margin: 0 0 60px
}

.contact {
	padding: 50px 0;
	color: #7E7E7E
}

.contact.oblique_white_left_to_right_inside:after {
	background: #292929
}

.contact ul li {
	list-style: none
}

.data-list li,
.data-list-alt li {
	padding-left: 45px;
	padding-bottom: 30px;
	position: relative
}

.data-list-alt li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 15px;
	padding-bottom: 15px
}

.data-list .icon,
.data-list-alt .icon {
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 130%;
	opacity: .40000000596046
}

.data-list-alt li p {
	margin: 0
}

.contact-title {
	font-size: 17px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.contact-style-2 .fa {
	position: absolute;
	z-index: 1;
	color: #eee;
	left: 0;
	right: 0;
	top: 8px;
	margin: auto
}

.form-error-message {
	position: relative
}



.map {
	padding: 50px 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 50px
}

.embed-responsive-16by9 {
	padding-bottom: 33.25%
}

.embed-responsive {
	overflow: visible
}

.footer_up {
	background: #000;
	padding: 40px 0;
	    font-size: 12px;
	
}

.footer-up-car-repair {
	background: url(../img/car-repair-footer-up-bg.jpg) #000;
	background-size: cover;
	background-position: 50% 75%;
	padding-bottom: 15px
}

.footer-up-taxi {
	background: url(../img/taxi-footer.jpg) #000;
	background-size: cover;
	background-position: 50% 50%;
	padding-bottom: 15px
}

.car-wash-footer-up-bg {
	background: url(../img/car-wash-footer-up-bg.jpg) #000;
	background-size: cover;
	background-position: 50% 37%;
	padding-bottom: 15px
}

.footer_up .circle a {
	color: #565656;
	padding: 0 0 0 17px
}

.footer_up .inside {
	padding-right: 180px
}

.footer_up input[type="email"] {
	background-color: #fff;
	border: 1px solid #ECEDEF
}

.footer_up ul {
	padding: 0
}

.footer_up .meta {
	display: block;
	margin-top: 10px;
	color: #fff
}

.footer_up ul.white li:before {
	border: #b8b8b8 solid 1px
}

.footer-icons {
	list-style: none
}

.footer-icons i {
	margin-right: 15px;
	width: 25px
}

.subscribe {
	position: relative
}

.subscribe i {
	position: absolute;
	right: 10px;
	top: 13px;
	color: #a9a9a9;
	cursor: pointer
}

.subscribe_btn {
	width: 40px;
	height: 40px;
	text-indent: -5000px;
	border: 0;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 9;
	background: transparent;
	cursor: pointer
}

.footer-copyright {
	border-top: 1px solid #444;
	color: #d6d6d6;
	padding-top: 10px;
	margin-top: 20px
}

.footer {
	padding: 20px 0;
	color: #a5a5a5;
	text-align: center
}

.copyright {
	padding-top: 5px
}

ul.social-network {
	list-style: none;
	display: inline;
	float: right;
	margin-left: 0!important;
	padding: 0
}

ul.social-network li {
	display: inline;
	margin: 0 5px
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 18px
}

.social-circle li i {
	margin: 0;
	line-height: 33px;
	text-align: center
}

.social-circle i {
	color: #bdbdbd;
	line-height: 58px;
	border-radius: 50%;
	transition: all .8s
}

.social-circle i:hover {
	color: #a5a5a5
}

.social-icon {
	margin-top: 30px
}

.social-icon i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.social-icon ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

.social-icon i.fa-facebook {
	background-color: #225b99
}

.social-icon i.fa-twitter {
	background-color: #00adf2
}

.social-icon i.fa-linkedin {
	background-color: #007ab9
}

.social-icon i.fa-google-plus {
	background-color: #dc4d2d
}

#back-top a {
	color: #fff
}

#back-top {
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 40px;
	padding: 5px;
	border-radius: 6px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #d62240;
	cursor: pointer;
	z-index: 999
}

.colums_container_equal_height {
	display: flex;
	flex-wrap: wrap
}

.colums_item_equal_height {
	display: flex
}

.statistics-bottom .count {
	font-weight: 700;
	margin-top: 20px;
	display: block
}

.statistics-bottom .statistics_title {
	text-transform: lowercase;
	display: block;
	font-size: 19px;
	font-weight: 500;
	padding: 15px 0 5px
}

.statistics-bottom .statistics_achieved {
	text-transform: lowercase;
	display: block;
	font-size: 14px;
	padding-top: 6px;
	letter-spacing: .5px
}

.statistics i {
	font-size: 40px;
	color: #d62240;
	margin-bottom: 20px;
	display: block
}

.statistics-bottom {
	padding: 110px 0 150px
}

.statistics-bottom .wrapp {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
	display: inline-block;
	padding: 25px 35px;
	border-radius: 5px
}

.statistics-bottom .fa {
	font-size: 40px;
	text-align: center;
	display: block;
	color: #d62240
}

.wrapp-block {
	position: absolute;
	top: -70px
}

@media screen and (max-width:1024px) {
	.wrapp-block {
		position: relative;
		top: 0
	}
}

.form-style-heading {
	font-weight: 700;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 3px
}

.form-style label,
.form-style .label{
	display: block;
	margin: 0 0 15px;
	position: relative
}

.form-style label>span {
	width: 100px;
	font-weight: 700;
	float: left;
	padding-top: 8px;
	padding-right: 5px
}

.form-style .error {
	background: #FFE8E8;
	color: red;
	border-left: 3px solid red;
	padding: 5px 0 5px 10px
}

.form-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #afafaf
}

label i:before {
	content: '';
	border-left: 1px solid #f0f3f7;
	padding-left: 10px
}

.inline_contact_form label {
	display: inline-block;
	width: 16%;
	padding: 0 10px;
	    vertical-align: text-top;
}

@media screen and (max-width:1024px) {
	.inline_contact_form label {
		width: 100%;
		margin-bottom: 10px
	}
}

.inline_contact_form input,
.inline_contact_form textarea,
.inline_contact_form select {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	    font-size: 12px;
}

.inline_contact_form textarea {
	line-height: 18px
}

.inline_contact_form button {
	font-size: 15px;
	width: 100%
}

.error {
	background: #FFE8E8;
	color: red;
	border-left: 3px solid red;
	padding: 5px 0 5px 10px
}

.inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	display: none !important;
}

.inputfile+label {
	/* padding:8px 10px; */
	vertical-align: middle;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
}

.inputfile+label spanlabel {
	background: #f0f3f7;
	display: block;
	text-align: left;
	padding: 10px 15px;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	font-size: 15px;
}

.inputfile+label {
	cursor: pointer
}

.inputfile:focus+label {
	outline: 1px dotted #000
}

.inputfile+label * {
	color: #a9a9a9;
	font-weight: 500
}

.js .inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1
}

.no-js .inputfile+label {
	display: none
}

.inputfile+label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-top: -.25em;
	margin-right: .25em;
	color: #a9a9a9
}

.success {
	padding: 60px 0
}

.popup_icon i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 20px auto 15px;
	border: #2dbf5b solid 3px;
	line-height: 74px;
	border-radius: 50%;
	font-size: 38px;
	text-align: center;
	color: #2dbf5b;
	background: transparent
}

.popup_title {
	font-size: 33px;
	display: block;
	margin-bottom: 6px;
	color: #091d25;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize
}

.popup_subtitle {
	font-size: 16px;
	color: #6b777c;
	text-align: center;
	max-width: 80%;
	margin: 0 auto 25px
}

.white-popup-block {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 500px;
	margin: 40px auto;
	position: relative;
	border-radius: 3px;
	z-index: 2
}

.white-popup-block-big {
	border: #eee solid 1px;
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 850px;
	margin: 40px auto;
	position: relative;
	border-radius: 3px;
	z-index: 2
}

.white-popup-block-right {
	border: #eee solid 1px;
	background: #fff;
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	max-width: 450px;
	float: right;
	position: relative;
	border-radius: 3px;
	z-index: 2
}

.white-popup-block-left {
	border: #eee solid 1px;
	background: #fff;
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	max-width: 450px;
	float: left;
	position: relative;
	border-radius: 3px;
	z-index: 2
}

.white-popup-absolute {
	border: #eee solid 1px;
	background: #fff;
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	position: absolute;
	right: 0;
	top: -125px;
	border-radius: 3px;
	z-index: 2
}

.white-popup-block-right-little {
	border: #eee solid 1px;
	background: #fff;
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	max-width: 320px;
	float: right;
	position: relative;
	border-radius: 3px;
	z-index: 2
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .5s;
	transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
	transform: scale(0) rotate(500deg);
	opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all .3s;
	transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(50px);
	opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-move-from-top .mfp-content {
	vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all .2s;
	transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-3d-unfold .mfp-content {
	perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	transform: rotateY(60deg);
	opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}
	100% {
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0
}

.fix_background_on_scroll {
	background-attachment: fixed
}

.light_font_style {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300
}

.normal_font_style {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400
}

.bold_font_style {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.shortcode_page .container {
	max-width: 960px
}

.shortcode_page .scrollMenu {
	position: absolute
}

.shortcode_page .menu_shortcode_page {
	position: relative;
	width: 100%;
	padding: 20px 0
}

.shortcode_page .menu_shortcode_page .menu_inside {
	text-align: center;
	max-width: 250px;
	margin: auto
}

.shortcode_page .menu_shortcode_page .menu_inside a {
	display: block;
	margin-bottom: 15px
}

.shortcode_page .container1170 {
	max-width: 1170px;
	margin: auto
}

.shortcode_page .btn {
	margin: 20px 5px 0;
	width: auto
}

.select_color {
	padding: 60px 0;
	background: #f0f3f7
}

.select_transparent {
	padding: 60px 0
}

.select_color_2 {
	padding: 60px 0;
	background-color: #d62240
}

.highlight {
	color: #d62240
}

.medium_title {
	font-size: 32px
}

.small_title {
	font-size: 22px
}

.call_to_action_1 {
	background-color: #d62240;
	padding: 30px 0
}

.call_to_action_2 {
	background-color: #d62240;
	padding: 30px 0
}

.call_to_action_2 .title-white {
	text-align: left;
	font-weight: 200
}

.call_to_action_2 .subtitle-white {
	text-align: left;
	font-size: 15px
}

.call_to_action_2 i {
	font-size: 60px;
	color: #fff;
	display: block;
	float: left;
	margin-right: 10px
}

.call_to_action_2 a {
	text-align: right;
	float: right
}

blockquote {
	position: relative;
	margin: 20px 0;
	background: #f7f7f7;
	border: #f0f0f0 solid 1px;
	border-left: 3px solid #e0e0e0;
	padding: 20px 25px;
	font-weight: 300
}

blockquote.style_2 {
	border-right: 3px solid #e0e0e0;
	border-left: 1px solid #e0e0e0
}

blockquote.style_3 {
	border-top: 3px solid #e0e0e0;
	border-left: 1px solid #e0e0e0
}

blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700
}

.fa {
	padding: 0 5px;
	transition: all .3s;
	transform: scale(1)
}

.fa:hover {
	transform: scale(1.2)
}

.fa_color {
	color: #d62240
}

.fa_2 {
	font-size: 2em!important
}

.fa_3 {
	font-size: 4em!important
}

.fa_4 {
	font-size: 7em!important
}

.fa_5 {
	font-size: 12em!important
}

.fa_6 {
	font-size: 20em!important
}

.extra7 {
	padding: 50px 0
}

.block {
	margin: 20px 0
}

.extra7 .accordion_title {
	border-radius: 3px;
	border: #f0f0f0 solid 1px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	padding: 15px 15px 15px 45px;
	color: #606060;
	position: relative;
	cursor: pointer;
	background-color: #f2f0f0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, #fbf9f9), color-stop(0.5, #f7f5f6), to(#f8f8f8));
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.0470588);
	margin-bottom: 25px
}

.extra7 .accordion_title p {
	margin: 0;
	padding: 0
}

.extra7 .active .accordion_title {
	border-bottom: 1px solid #ebebeb
}

.extra7 .accordion_title:before {
	content: '+';
	position: absolute;
	top: 17px;
	left: 15px;
	width: 20px;
	height: 20px;
	line-height: 17px;
	font-size: 25px;
	text-align: center;
	cursor: pointer
}

.extra7 .accordion_title.active:before {
	content: '-';
	position: absolute;
	top: 17px;
	left: 15px;
	width: 20px;
	height: 20px;
	font-size: 25px;
	line-height: 16px;
	text-align: center;
	cursor: pointer
}

.extra7 .accordion_hide {
	display: none;
	color: #626262;
	line-height: 25px;
	padding: 0 15px 40px
}

.extra7 .accordion-wrapp {
	max-width: 70%;
	margin: auto
}

.extra8 {
	padding: 50px 0
}

.extra8 .accordion-block {
	padding: 40px
}

.extra8 .accordion-block-wrapp {
	border-bottom: 1px solid #f0f3f7;
	margin-bottom: 20px
}

.extra8 .accordion-block-wrapp:after {
	content: '.';
	clear: both;
	font-size: 1px;
	display: block
}

.extra8 .accordion-block-wrapp:last-child {
	border-bottom: 1px solid #f0f3f7
}

.extra8 .accordion_title_8 {
	font-size: 19px;
	font-weight: 700;
	color: #000;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px
}

.extra8 .accordion_desc_8 {
	color: #626262;
	line-height: 25px;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	position: relative
}

.extra8 .accordion_desc_8:before {
	content: "\f10e";
	font: normal normal normal 14px/1 FontAwesome;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	display: table
}

.content-section8 img {
	position: relative;
	z-index: 10
}

.tabs-maine {
	margin: 40px 0 20px
}

.tabs__caption {
	list-style: none;
	position: relative;
	display: inline-block;
	height: 40px;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background: #FFF;
	font: 19px/40px 'PT Sans Narrow', sans-serif;
	line-height: 40px;
	z-index: 2
}

.tabs__caption li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 13px 1px 0;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	position: relative;
	border-radius: 5px 5px 0 0;
	border-top: 1px solid #CCD1D9;
	border-right: 1px solid #CCD1D9;
	border-left: 1px solid #CCD1D9
}

.tabs__caption li:first-child {
	border-right: 0 solid #CCD1D9
}

.tabs__caption li:hover,
.vertical .tabs__caption li:hover {
	background: #3498DB;
	color: #FFF
}

.tabs__caption .active {
	background: #fff;
	color: #000
}

.tabs__content {
	display: none;
	border-bottom: 1px solid #CCD1D9;
	border-right: 1px solid #CCD1D9;
	border-left: 1px solid #CCD1D9;
	padding: 0 12px;
	background: #fff
}

.tabs__content.active {
	display: block;
	position: relative;
	z-index: 1;
	background: #FFF;
	border: #CCD1D9 solid 1px;
	top: -3px;
	padding: 20px
}

.tabs li {
	padding-right: 15px;
	padding-left: 15px
}

ul.tabs {
	margin: 0 0 -9px;
	text-align: center;
	padding: 0;
	display: inline-block;
	list-style: none;
	height: auto;
	border-bottom: 2px solid transparent
}

ul.tabs li {
	float: left;
	cursor: pointer;
	line-height: 31px;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 1;
	border-top: 2px solid #F9F9F9;
	padding: 10px 25px;
	background-color: #f0f3f7;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.1)
}

.tab_last {
	border-right: 1px solid #333
}

ul.tabs li.active {
	display: block;
	background: #fff;
	color: #333;
	border-top: 2px solid #d62240;
	box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.16)
}

.tab_container {
	border: #f0f3f7 solid 1px;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto
}

.tab_content {
	padding: 20px;
	display: none
}

.tab_content_without_padding {
	padding: 0
}

.tab_drawer_heading {
	display: none
}

.portfolio {
	padding: 50px 0
}

.gallery-img-block {
	position: relative;
	overflow: hidden;
	color: #fff
}

.gallery-img-desc {
	position: absolute;
	top: -100%;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	height: 100%
}

.gallery-img-block:hover .gallery-img-desc {
	top: 0;
	transition: top .3s .2s ease
}

.gallery-img-block:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.8);
	transition: bottom .3s ease
}

.gallery-img-block:hover.gallery-img-block:before {
	bottom: 0
}

.masonry {
	column-count: 4;
	line-height: 0
}

.masonry img {
	display: inline-block;
	width: 100%;
	box-shadow: 2px 2px 4px 0 #ccc
}

.masonry .view {
	margin: 0 0 15px
}

.gallery_style_2 {
	column-gap: 0;
	line-height: 0
}

.gallery_style_2 img {
	margin: 0;
	line-height: 0
}

.portfolio2 {
	padding: 0
}

.portfolio2 .col-4 {
	padding: 0
}

.portfolio2 .view img {
	height: 200px;
	width: 100%
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.mfp-figure {
	animation-name: fadeIn;
	animation-duration: .3s;
	animation-fill-mode: both
}

.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: auto
}

.view a.info {
	background: url(../img/link.png) center no-repeat;
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px
}

.effect img {
	opacity: 1;
	transform: scale(1, 1);
	transition: all .2s ease-in
}

.effect .mask {
	opacity: 0;
	overflow: visible;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent;
	border-style: solid;
	border-width: 150px;
	width: 0;
	height: 0;
	transform: translateY(-125px);
	transition: transform .2s .1s ease-out, opacity .3s ease-in-out
}

.effect a.info {
	opacity: 0;
	transform: translateY(-125px);
	transition: transform .3s ease-in, opacity .1s ease-in-out
}

.effect:hover img {
	opacity: .69999998807907;
	transform: scale(2, 2)
}

.effect:hover .mask {
	opacity: 1;
	transform: translateY(0)
}

.effect:hover a.info {
	opacity: 1;
	transform: translateY(100px)
}

.third-effect .mask {
	opacity: 0;
	overflow: visible;
	background: rgba(0, 0, 0, 0.7);
	transition: all .4s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.third-effect a.info {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: opacity .5s 0 ease-in-out
}

.third-effect:hover .mask {
	opacity: 1
}

.third-effect:hover a.info {
	opacity: 1
}

.bg_waiting {
	background: url(../img/waiting.jpg) 50% 70%;
	background-size: cover;
	height: 100%;
	padding-top: 120px
}

.big_padding {
	padding: 150px 0
}

.z_index {
	z-index: 1;
	position: relative
}

.black_bg:after {
	content: " ";
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	position: absolute!important;
	z-index: 1
}

.timer_block {
	padding: 15px;
	background: #fff
}

.timer_desc {
	font-size: 20px;
	text-align: center;
	color: #DF1515;
	line-height: 19px;
	margin-bottom: 20px;
	font-weight: 300
}

.timer {
	text-align: center
}

.timer .day_block,
.timer .hour_block,
.timer .min_block,
.timer .sec_block {
	padding: 20px;
	display: inline-block;
	position: relative
}

.timer .sec_block {
	border: 0
}

.timer .day,
.timer .hour,
.timer .min,
.timer .sec {
	font-size: 50px;
	font-weight: 700;
	line-height: 1
}

.timer .day:after,
.timer .hour:after,
.timer .min:after {
	content: ":";
	position: absolute;
	font-size: 25px;
	margin-top: 10px;
	margin-left: 15px
}

.timer .desc {
	font-size: 16px
}

.timer_style_2 {
	background: #f0f3f7
}

.timer_style_2 .day_block,
.timer_style_2 .hour_block,
.timer_style_2 .min_block {
	border-right: 1px solid #f0f3f7
}

.quote {
	position: relative;
	margin: 0 1px;
	display: block;
	padding: 0 100px;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	line-height: 1.6;
	border: none
}

.quote:before {
	left: 0;
	content: "\f10d"
}

.quote:after {
	right: 0;
	content: "\f10e"
}

.quote:before,
.quote:after {
	font-family: FontAwesome;
	position: absolute;
	top: 20%;
	color: #d62240;
	font-size: 25px
}

.testimonials_title {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	max-width: 500px;
	background: rgba(0, 0, 0, 0.31);
	border-radius: 5px;
	padding: 20px
}

.testimonials p {
	color: #fff;
	font-size: 15px;
	text-transform: initial;
	line-height: 30px;
	margin-top: 20px
}

.testimonials .title_and_subtitle_center_for_slider {
	top: 30%
}

.testimonials div:not(.owl-controls) {
	background-size: cover;
	position: relative
}

.testimonials [class*="slide_"] {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.testimonials {
	position: relative
}

.testimonials .subtitle-white {
	text-transform: capitalize
}

.testimonials .testimonials_slide_1 {
	background: url(../img/testimonials_1.jpg) 50% 50% no-repeat
}

.testimonials .testimonials_slide_2 {
	background: url(../img/testimonials_2.jpg) 50% 50% no-repeat
}

.testimonials div.slide_title {
	position: relative
}

.testimonials .col-3,
.testimonials .col-7 {
	margin-bottom: 0
}

.testimonials .info {
	float: right
}

.testimonials .info .phone {
	color: #fff;
	font-size: 30px;
	text-align: right;
	margin-bottom: 10px
}

.testimonials .order {
	padding: 10px 20px;
	margin-top: -10px
}

.testimonials .line-white {
	margin: 25px 0 5px
}

.testimonials .header {
	position: absolute;
	z-index: 10
}

.testimonials .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center
}

.testimonials .owl-controls .owl-nav div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
	color: #FFF;
	opacity: .60000002384186;
	font-size: 45px
}

.testimonials .owl-controls .owl-nav .owl-prev {
	left: 25px
}

.testimonials .owl-controls .owl-nav .owl-next {
	right: 25px
}

.testimonials .btn {
	font-size: 16px;
	margin-top: 60px
}

.testimonials .btn i {
	border-right: 1px solid rgba(255, 255, 255, 0.27);
	padding-right: 10px;
	margin-right: 10px
}

table {
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
	color: #000;
	width: 100%
}

th.empty {
	background: #fff
}

tr.empty:hover {
	background: #fff
}

th {
	background-color: #d62240;
	font-weight: 400;
	font-size: 15px;
	padding: 15px 20px;
	color: #fff;
	border-right: 1px solid #d7d7d7
}

tbody tr:nth-child(even) {
	background-color: #fff
}

tbody tr:hover {
	background-color: #eaeaea
}

td {
	padding: 15px 20px;
	border: #d7d7d7 solid 1px
}

.select {
	background: #f0f3f7;
	padding: 40px 0
}

.concept {
	padding: 40px 0
}

.concept .design_name {
	color: #656464;
	margin: 20px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	font-weight: 500
}

.screenshot_concept {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	padding: 0 0 15px
}

.screenshot_concept:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden
}

.template {
	padding: 40px 0
}

.template .design_name {
	color: #8e8e8e;
	text-transform: uppercase
}

.color_white {
	color: #fff
}

.color_black {
	color: #fff
}

.no_margin {
	margin: 0
}

.no_padding {
	padding: 0
}

.space10 {
	margin-bottom: 10px
}

.space20 {
	margin-bottom: 20px
}

.space30 {
	margin-bottom: 30px
}

.space40 {
	margin-bottom: 40px
}

.space50 {
	margin-bottom: 50px
}

.space55 {
	margin-bottom: 55px
}

.space60 {
	margin-bottom: 60px
}

.space70 {
	margin-bottom: 70px
}

.space80 {
	margin-bottom: 80px
}

.space90 {
	margin-bottom: 90px
}

.space100 {
	margin-bottom: 100px
}

.space110 {
	margin-bottom: 110px
}

.space120 {
	margin-bottom: 120px
}

.space130 {
	margin-bottom: 130px
}

.space140 {
	margin-bottom: 140px
}

.space150 {
	margin-bottom: 150px
}

.space160 {
	margin-bottom: 160px
}

.space170 {
	margin-bottom: 170px
}

.space180 {
	margin-bottom: 180px
}

.space190 {
	margin-bottom: 190px
}

.space200 {
	margin-bottom: 200px
}

.vertical-align-middle {
	vertical-align: middle
}

.text-transform-uppercase {
	text-transform: uppercase
}

.bg-white {
	background: #fff
}

.bg-color {
	background: #d62240;
}

.font-size-20 {
	font-size: 20px
}

.margin-top-20 {
	margin-top: 20px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-top-40 {
	margin-top: 40px
}

.margin-top-50 {
	margin-top: 50px
}

.margin-top-60 {
	margin-top: 60px
}

.margin-top-70 {
	margin-top: 70px
}

.margin-top-80 {
	margin-top: 80px
}

.margin-top-90 {
	margin-top: 90px
}

.margin-top-100 {
	margin-top: 100px
}

.margin-right-10 {
	margin-right: 10px
}

.margin-right-15 {
	margin-right: 15px
}

.margin-right-20 {
	margin-right: 20px
}

.margin-right-25 {
	margin-right: 25px
}

.margin-right-30 {
	margin-right: 30px
}

.margin-left-10 {
	margin-left: 10px
}

.margin-left-15 {
	margin-left: 15px
}

.margin-left-20 {
	margin-left: 20px
}

.margin-left-25 {
	margin-left: 25px
}

.margin-left-30 {
	margin-left: 30px
}

.padding-right-10 {
	padding-right: 10px
}

.padding-right-15 {
	padding-right: 15px
}

.padding-right-20 {
	padding-right: 20px
}

.padding-right-25 {
	padding-right: 25px
}

.padding-right-30 {
	padding-right: 30px
}

.padding-left-10 {
	padding-left: 10px
}

.padding-left-15 {
	padding-left: 15px
}

.padding-left-20 {
	padding-left: 20px
}

.padding-left-25 {
	padding-left: 25px
}

.padding-left-30 {
	padding-left: 30px
}

.padding-10 {
	padding: 10px
}

.padding-20 {
	padding: 20px
}

.padding-30 {
	padding: 30px
}

.padding-40 {
	padding: 40px
}
.padding-100 {
	padding: 100px
}
.padding-150 {
	padding: 150px
}
.padding-200 {
	padding: 200px
}
.text_center {
	text-align: center
}

.text_left {
	text-align: left;
	margin-left: 0
}

.color-text {
	color: #d62240
}

.color-bg {
	background-color: #d62240
}

.color {
	color: #d62240
}

.color-border {
	color: #d62240
}

.bg {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
	z-index: -1
}

.text-white {
	color: #fff
}

@media screen and (max-width:767px) {
	.text_left {
		text-align: left;
		margin-left: auto
	}
}

.text_right {
	text-align: right
}

.text_style {
	text-transform: capitalize
}

.text-shadow {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
}

.margin-auto {
	margin: auto;
	float: none
}

.box-shadow {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.statistics_achieved {
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	color: #848e92;
	padding-top: 6px;
	letter-spacing: .5px
}

.statistics i {
	font-size: 40px;
	color: #d62240
}

.pricing-table {
	background-color: #fff;
	border-radius: 5px
}

.pricing-table h3 {
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 0
}

.pricing-section {
	padding: 50px 0
}

.pricing-table .price {
	padding-top: 10px;
	padding-bottom: 10px
}

.pricing-table .price span {
	font-size: 80px;
	line-height: 60px;
	font-weight: 900
}

.pricing-table .price sup {
	font-size: 50px;
	font-weight: 900;
	top: -8px
}

.pricing-table .price p {
	color: #a9a9a9;
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0
}

.pricing-table ul.features {
	color: #666;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 10px 50px;
	margin-top: 20px;
	list-style: none
}

.pricing-table ul.features li {
	padding: 10px 0
}

.pricing-table .btn {
	margin: 10px 0 40px
}

.pricing-table.best_price {
	background: #f0f3f7
}

.pricing-notice p {
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0
}

.pricing-notice p span {
	color: #222;
	font-weight: 900
}

.content_img {
	line-height: 0
}

.content_img img {
	max-height: 600px
}

.content_text {
	padding: 0 30px
}

.relative {
	position: relative
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.block-center {
	margin: auto!important;
	float: none
}

.gray_bg {
	border-top: 1px solid #ECEDEF;
	background-color: #f0f3f7
}

.dark_bg {
	background: #222
}

.white_bg {
	background: #fff
}

.bg-color-1 {
	background-color: #6C84E5;
	background: url(../img/grandiend_background.png), linear-gradient(to right, rgba(71, 114, 217, 1), rgba(0, 220, 175, 1))
}

.bg-color-2 {
	background-color: #6C84E5;
	background: url(../img/grandiend_background.png), linear-gradient(to right, rgba(71, 114, 217, 1), rgba(0, 220, 175, 1))
}

.bg-color-3 {
	background-color: #6C84E5;
	background: url(../img/grandiend_background.png), linear-gradient(to right, rgba(71, 114, 217, 1), rgba(0, 220, 175, 1))
}

.no-padding {
	padding: 0
}

.no-margin {
	margin: 0
}

.z-index {
	z-index: 9
}

.overflow-hidden {
	overflow: hidden
}

.center-block {
	float: none!important;
	display: block;
	margin: 0 auto 30px
}

.font-size-40 {
	font-size: 40px
}

.font-size-30 {
	font-size: 30px
}

.font-size-50 {
	font-size: 50px
}

.font-size-60 {
	font-size: 60px
}

.font-size-70 {
	font-size: 70px
}

.font-size-80 {
	font-size: 80px
}

.flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.space-between {
	justify-content: space-between
}

.flex-colums {
	display: flex
}

.padding-50 {
	padding: 50px
}

.padding-50-0 {
	padding: 50px 0
}

.padding-200-0 {
	padding: 200px 0
}

.padding-300-0 {
	padding: 300px 0
}

.padding-400-0 {
	padding: 400px 0
}

.padding-500-0 {
	padding: 500px 0
}

.font-size-40 {
	font-size: 40px
}

.font-size-45 {
	font-size: 45px
}

.font-size-50 {
	font-size: 50px
}

.font-size-60 {
	font-size: 60px
}

.font-size-70 {
	font-size: 70px
}

.font-size-80 {
	font-size: 80px
}

.font-size-90 {
	font-size: 90px
}

.outside-border {
	border-width: 1px;
	border-color: #fff;
	border-style: solid
}

.outside-border:before {
	content: ""
}

.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px)
}

.triangle-bottom-left {
	width: 0;
	height: 0;
	border-bottom: 100px solid red;
	border-right: 1170px solid transparent
}

.triangle-bottom-right {
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-left: 1570px solid transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}

.triangle-top-right {
	width: 0;
	height: 0;
	border-top: 100px solid #fff;
	border-left: 1500px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto
}

@media screen and (min-width:1025px) {
	.menu-button {
		display: none
	}
	.hide-on-laptop {
		display: none
	}
	.footer-desc {
		display: block
	}
}

@media screen and (max-width:1024px) {
	.header-15 .logo {
		float: none;
		padding-right: 0
	}
	.header-15 {
		padding: 15px 0
	}
	.footer_up .inside {
		padding-right: 0
	}
	.toggle-next-div {
		background: #e2e5ec;
		margin: 10px 0;
		padding: 10px 20px;
		font-weight: 700
	}
	.toggle-next-div:hover,
	.toggle-next-div:active {
		background: #d6d9e0
	}
	.toggle-next-div:after {
		content: "\f105";
		font-family: FontAwesome;
		float: right
	}
	.toggle-next-div.active:after {
		content: "\f107";
		font-family: FontAwesome;
		float: right
	}
	.footer-desc {
		display: none;
		padding: 0 10px
	}
	.footer-copyright {
		text-align: center;
		border-top: 0 solid #777676;
		padding-top: 10px;
		margin-top: 0
	}
	.copyright {
		padding-bottom: 15px
	}
}

.background-attachment-fixed {
	background-attachment: fixed
}

.icons-block .glyph-icon {
	padding-right: 23px
}

.icons-block .car_repair_i:before {
	font-size: 52px
}

@media only screen and (min-width:1920px) {
	.container {
		max-width: 1600px;
		width: 100%
	}
}
@media only screen and (min-width:1200px) {
	.container {
		max-width: 1600px;
		width: 100%
	}
	
	.car-wash {
    background: #ccc;
    padding: 110px 0;
    background: url(../img/outlander-banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat}
}

@media only screen and (max-width:1400px) {
	.container {
		max-width: 1600px;
		width: 100%
	}
	
	.car-wash {
    background: #ccc;
    padding: 110px 0;
    background: url(../img/outlander-banner3.jpg);
    background-size: cover;
    background-repeat: no-repeat}
}

@media only screen and (max-width:767px) {
	.popup_title {
    font-size: 20px;}
	.header1 .prettyMenu.white ul > li > a {
    font-size: 12px;
  
    padding: 6px 8px;}
	
	
	.car-wash {
    background: #ccc;
  
    background: url(../img/outlander-banner2.jpg);
 
    background-repeat: no-repeat;
	padding-top: 1px;
    margin-top: 81px;}
	.home {
		padding: 200px 0
	}
	.what-we-do-block {
		padding: 40px 0 0
	}
	[class*="home-"] .title-white,
	[class*="home-"] .title-black {
		font-size: 25px;
		line-height: inherit
	}
	header .container {
		padding: 0
	}
	header .logo {
		padding-left: 15px
	}
	.home17 .trigger {
		margin: auto
	}
	.hide-on-mobile {
		display: none
	}
	.sub_header .right_block {
		text-align: center
	}
	.sub_header .left_block {
		text-align: center
	}
	.flexnav.one-page {
		position: fixed
	}
	.fix_background_on_scroll {
		background-attachment: initial!important
	}
	.background-attachment-fixed {
		background-attachment: initial!important;
		background-position: 50% 50%!important
	}
	nav ul ul {
		background: transparent!important
	}
	.scrollMenu .top_menu .flexnav li.item-with-ul ul li a {
		color: #000!important
	}
	nav ul li.item-with-ul:hover:after {
		display: none
	}
	.populyarn__questions-list {
		padding-left: 0
	}
	.header .col-3 {
		width: 33.33%
	}
	.header .col-7 {
		width: 66.66666667%
	}
	.col-3 {
		width: 100%
	}
	.col-2 {
		width: 100%
	}
	.col-4 {
		width: 100%
	}
	.col-5 {
		width: 100%
	}
	.col-6 {
		width: 50%
	}
	.col-7 {
		width: 100%
	}
	.menu .order {
		margin: 20px 0
	}
	.menu-button.one-page {
		top: 3px!important
	}
	.flexnav.flexnav-show li {
		padding: 10px 0!important
	}
	.title-white,
	.title-black {
		font-size: 17px
	}
	.subtitle-black {
		font-size: 14px;
		min-height: 100px;
	}
	.car_repair_title {
		font-size: 17px
	}
	.content_text {
		padding: 20px
	}
	.what-we-do-title {
		font-size: 19px
	}
	.extra7 .accordion-wrapp {
		max-width: 100%
	}
	.rewiev .title {
		font-size: 17px;
		margin: 20px 0
	}
	.contact .col-2 {
		width: 100%
	}
	.home .title-white {
		font-size: 29px
	}
	.home_padding {
		padding: 150px 0
	}
	.owl-theme .owl-controls {
		text-align: center
	}
	.home_v2 .owl-controls {
		top: 90%
	}
	.title_and_subtitle_center {
		top: 20%
	}
	.bts .btn {
		font-size: 16px;
		padding: 10px
	}
	.navicon-line {
		background-color: #000
	}
	ul.tabs {
		display: none
	}
	.tab_drawer_heading {
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		background-color: #f2f0f0;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), color-stop(0.5, #fbf9f9), color-stop(0.5, #f7f5f6), to(#f8f8f8));
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid #f0f3f7
	}
	.d_active {
		background: #fff;
		color: #333;
		border-top: 2px solid #e95825
	}
	.tab_container .tab_drawer_heading {
		text-align: center
	}
	.action4 .wrapp {
		padding: 50px
	}
	.footer {
		text-align: center
	}
	.shortcode_page .btn {
		display: block
	}
	.call_to_action_2 .title-white {
		font-size: 23px;
		text-align: center
	}
	.call_to_action_2 .subtitle-white {
		font-size: 12px;
		text-align: center
	}
	.call_to_action_2 i {
		display: none
	}
	.call_to_action_2 a {
		text-align: center;
		float: none;
		display: block;
		margin-top: 10px!important
	}
	.bg_waiting {
		background: url(../img/waiting.jpg);
		background-size: cover;
		background-position: 65% 50%
	}
	.timer .day_block,
	.timer .hour_block,
	.timer .min_block,
	.timer .sec_block {
		padding: 0 8px
	}
	.timer .day:after,
	.timer .hour:after,
	.timer .min:after {
		font-size: 17px;
		margin-top: 0;
		margin-left: 7px
	}
	.timer .day,
	.timer .hour,
	.timer .min,
	.timer .sec {
		font-size: 35px;
		line-height: 50px
	}
	.timer .desc {
		font-size: 14px
	}
	ul.social-network {
		float: none
	}
	.one,
	.two,
	.three,
	.four,
	.five,
	.six,
	.seven,
	.eight,
	.nine,
	.ten,
	.eleven,
	.twelve {
		width: 100%;
		margin-bottom: 20px
	}
	.spesial_responsive_colums .one {
		width: 20%
	}
	.spesial_responsive_colums .two {
		width: 25%
	}
	.spesial_responsive_colums .three {
		width: 30%
	}
	.spesial_responsive_colums .four {
		width: 35%
	}
	.spesial_responsive_colums .five {
		width: 40%
	}
	.spesial_responsive_colums .six {
		width: 50%
	}
	.spesial_responsive_colums .seven {
		width: 60%
	}
	.spesial_responsive_colums .eight {
		width: 65%
	}
	.spesial_responsive_colums .nine {
		width: 70%
	}
	.spesial_responsive_colums .ten {
		width: 75%
	}
	.spesial_responsive_colums .eleven {
		width: 80%
	}
	.spesial_responsive_colums .twelve {
		width: 100%
	}
	h1 {
		font-size: 38px
	}
	h2 {
		font-size: 32px
	}
	h3 {
		font-size: 28px
	}
	h4 {
		font-size: 23px
	}
	h5 {
		font-size: 19px
	}
	h6 {
		font-size: 16px
	}
	.medium_title {
		font-size: 24px
	}
	.small_title {
		font-size: 20px
	}
	.masonry {
		column-count: 2
	}
	.quote {
		padding: 0 20px
	}
	.quote:before,
	.quote:after {
		position: relative;
		top: 0;
		margin: 20px 0 0;
		display: block
	}
	.statistics .col-4 {
		width: 50%
	}
	#back-top {
		bottom: 15px;
		right: 15px;
		padding: 3px
	}
	.what-we-do-block {
		text-align: center
	}
	.order-first {
		order: -1
	}
	.order-last {
		order: 1
	}
}

#ui-id-1 .third-effect:hover .mask {
	display: none!important
}