﻿.alignleft {
    float: left;
}

.alignright {
    float: right;
}

a:focus {
    outline: 0 solid
}

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

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    font-family: Roboto;
}

body.page-template-frontpage {
    background-color: #F2F2F2;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none;
    outline: 0;
}
select {
	-moz-appearance: none;
	background-image: url("../img/aroow.png");
	background-position: 96% center;
	background-repeat: no-repeat;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Common Style */


/* Default color style */

.mainmenu .slicknav_menu {
    display: none;
}

.custom_container {
	margin-left: auto;
	margin-right: auto;
	width: 1290px;
}

.custom_container::after,
.custom_container::before {
    content: " ";
    display: table;
}

.custom_container::after {
    clear: both;
}
.padding-right-none{
	padding-right: 0;
}
.padding-left-none{
	padding-left: 0;
}
.padding-none{
	padding: 0;
}
ul {
	padding: 0;
	list-style: none;
	margin: 0;
}



/* Header area */

.header-section {
	background-color: #000000;
	padding: 15px 0;
}
.mainmenu ul {
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
}
.mainmenu ul li {
	display: inline-block;
}
.mainmenu ul li a {
	display: block;
	color: #fff;
	padding: 10px 5px;
	font-size: 13px;
}
.mainmenu ul li:first-child a {
	padding-left: 0;
}

.cartmenuIcon ul li {
	display: inline-block;
	padding: 0 5px;
}
.cartmenuIcon ul {
	text-align: right;
}
.cartmenuIcon ul li.mailcontact a {
	color: #d70025;
	padding-right: 0;
}

.cartmenuIcon ul li.myaccountBtn a {
	font-size: 18px;
	background-color: #333333;
	color: #fff;
	display: block;
	padding: 6px 10px;
	vertical-align: middle;
	border-radius: 4px;
}
.cartmenuIcon ul li.cartitemlist {
	background-color: #918F8F;
	padding: 0;
	border-radius: 4px;
}
.cartmenuIcon ul li.cartitemlist a {
	background-color: #D70025;
	padding: 6px 10px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
}
.cartmenuIcon ul li.cartitemlist a::after {
	position: absolute;
	right: -4px;
	top: 50%;
	width: 8px;
	height: 8px;
	content: "";
	background-color: #D70025;
	margin-top: -3px;
	transform: rotate(45deg);
}
.cartmenuIcon ul li.cartitemlist button {
	display: inline-block;
	padding-right: 22px;
	padding-left: 6px;
	cursor: pointer;
	position: relative;
	color: #fff;
	background-color: transparent;
	border: 0;
	font-size: 13px;
}
.cartmenuIcon ul li.cartitemlist button::after {
	position: absolute;
	right: 8px;
	content: "\f0dd";
	font-family: FontAwesome;
	top: -2px;
}
.cartmenuIcon ul li.cartitemlist button .woocommerce-Price-amount.amount {
	font-size: 11px;
	color: #d61e2a;
}


.sliderarea {
	padding-left: 28px;
	padding-right: 28px;
	margin-top: -30px;
}


.header-bottom {
	padding-top: 20px;
	padding-bottom: 35px;
}
.headerBottomLeft {
	margin-top: 10px;
}
.headerBottomLeft h4 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 2px;
}
.headerBottomLeft h5 {
	font-size: 13px;
	color: #7f7f7f;
	font-weight: 400;
	margin-bottom: 2px;
}
.headerBottomLeft p {
	font-size: 12px;
	color: #7f7f7f;
	margin: 0;
}
.headerBottomLeft a {
	font-size: 13px;
	color: #d70025;
	margin: 0;
}


.headerSearchForm form {
	position: relative;
}
.headerSearchForm form input[type="search"] {
	-webkit-appearance: none;
	width: 100%;
	background-color: transparent;
	color: #fefefe;
	border: 0;
	border-bottom: 1px solid #fefefe;
	padding: 6px 0;
	font-size: 25px;
	font-weight: 400;
}
.headerSearchForm form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: transparent;
	border: 0;
	padding-right: 0;
	padding-left: 20px;
}
.mainmenu ul li a:hover {
	color: #D70025;
}




/* Homepage conetent */

.commonsection h1 {
	font-size: 50px;
	color: #000000;
	margin-bottom: 12px;
	font-family: Futura;
}
.commonsection h4 {
	color: #656565;
	font-size: 20px;
	margin-bottom: 6px;
}
.commonsection p {
	color: #777777;
	text-align: justify;
}
a.readMore {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	border: 1px solid #c3202c;
	padding: 14px 25px 12px 25px;
	line-height: 17px;
	z-index: 1;
	background-color: #C3202C;
	margin-top: 6px;
	font-weight: 700;
}

/* Youtube shortcode */

.yt-player-container {
	position: relative;
	height: 360px;
	overflow: hidden;
	box-shadow: 45px -25px 0 #EAEAEA;
}
.video-frame {
	width: 100%;
	height: 100%;
	display: none;
}
.yt-custom-buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.custom-thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
}
.ytimgbg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.playButtons {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.playButton {
	border: 0;
	width: auto;
	padding: 0;
	cursor: pointer;
	background-color: transparent;
}



/* Location Div */
.contactIt {
	height: 352px;
	background-color: #E3E3E3;
	padding: 20px 48px;
	text-align: center;
	display: block;
	position: relative;
}
.contactCell a {
	display: block;
	color: #121212;
	font-size: 16px;
	padding-bottom: 4px;
}
.contactCell {
	display: table-cell;
	vertical-align: middle;
}
.contactDis {
	display: table;
	width: 100%;
	height: 100%;
}
.contactCell h1 {
	color: #121212;
	font-size: 30px;
	text-transform: uppercase;
}
.contactCell p {
	font-size: 18px;
	color: #777777;
	font-weight: 300;
}
.contactCell a.readBlog2 {
	color: #fff;
	padding: 10px 0;
}
.our_locations {
	background-color: #121212;
	margin-bottom: 35px;
	padding: 30px;
}
.contact_locations {
	position: relative;
}
.contact_locations img {
	position: absolute;
	right: -18px;
	top: -15px;
}
.locationT span {
	color: #b9b9b9;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	padding-right: 26px;
}
.locationT h3 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 4px;
}
.opendayss p {
	color: #cdcdcd;
	font-size: 12px;
	margin-bottom: 1px;
}
.opendayss p:last-child {
	margin-bottom: 20px;
}
.via_contact p {
	margin-bottom: 7px;
	font-size: 14px;
}
.via_contact p a, .via_contact p {
	color: #fff;
}
.contactBt a.readBlog2 {
	background-color: #D70025;
	color: #fff;
}
.contactTitle h1 {
	font-size: 24px;
	color: #000000;
	padding-bottom: 10px;
	text-transform: uppercase;
}
a.readBlog2 {
	display: block;
	text-align: center;
	background-color: #121212;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
	margin-top: 20px;
}
.page-section-title p {
	line-height: 22px;
	text-align: justify;
	color: #3c3f40;
}
.singleBlog-post span {
	color: #d70025;
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
}
.servicem-slider .singleBlog-post span {
	margin-bottom: 5px;
}
.blogContent a h3 {
	font-size: 16px;
	color: #111111;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 7px;
    transition: 0.4s;
}
.blogContent {
	padding-top: 15px;
}
.singleBlog-post {
	margin-bottom: 30px;
}
.blogContent p {
	font-size: 13px;
	color: #3c3f40;
	hyphens: auto;
	text-align: justify;
}
.blogContent a.readMore3 {
	color: #d70025;
	text-transform: uppercase;
	font-family: Futura;
	font-size: 13px;
	margin-top: 12px;
	display: inline-block;
}
.pagination {
	width: 100%;
	text-align: center;
}

.theme-pagination {
	font-family: Futura;
	text-transform: uppercase;
}
.theme-pagination li {
	display: inline-block;
	padding: 0px 6px;
	color: #1e1e1e;
}
.theme-pagination li .active {
	color: #d70025;
}
.theme-pagination > span {
	margin-right: 19px;
}
.section-title h1 {
	color: #111111;
	font-size: 50px;
	text-transform: uppercase;
	font-family: Futura;
	float: left;
}
.section-title a.readMore {
	float: right;
}
.section-title {
	overflow: hidden;
	margin-bottom: 15px;
}

.slick-dots {
	text-align: center;
	margin-bottom: 30px;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	background-color: #BEBEBE;
	border-radius: 50px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 3px;
}
.slick-dots li.slick-active button {
	width: 24px;
	background-color: #D70025;
}

.vc_row.wpb_row.vc_row-fluid {
	background-position: center center !important;
}
.iconimgass {
	width: 90px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}
.single_control h4 {
	color: #d70025;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.single_control p {
	color: #cecece;
	text-align: justify;
}
.single_control {
	padding-bottom: 40px;
	position: relative;
}
.whyus-div {
	margin-top: 20px;
}

.single_control::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	content: "";
	background-color: #D70025;
	transition: all 0.5s ease 0s;
	transform-origin: 0 0 0;
	transform: translateY(3em);
}
.single_control:hover::before {
	transform: translateY(0);
}

.woo-sliders .woocommerce ul.products li.first, .woo-sliders .woocommerce-page ul.products li.first {
	clear: unset;
}
.woo-sliders .woocommerce ul.products .slick-list li {
	margin: 0;
	padding: 0 15px;
	height: auto;
	margin-bottom: 35px;
}
.woo-sliders .woocommerce ul.products {
	clear: unset;
}
.woocommerce ul.products li.product .compare.button::after {
	content: "\f14a";
	font-family: FontAwesome;
	margin-left: 7px;
}



/* Footer area */

.subscriber-option {
	background-color: #EEEEEE;
	padding: 35px 0;
}
.socialmedia {
	overflow: hidden;
	float: right;
}
.subscribe-title h3 {
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Futura;
	line-height: 24px;
}
.socialmedia h3 {
	float: left;
	width: auto;
	margin: 0;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Futura;
	line-height: 24px;
}
.socialmedia ul li {
	display: inline-block;
}
.socialmedia ul li a {
	font-size: 18px;
	color: #1e1e1e;
	display: block;
	padding: 10px 14px;
	background-color: #fff;
	max-width: 45px;
	min-width: 45px;
	text-align: center;
	margin: 0 5px;
}
.socialmedia ul li a:hover {
	color: #fff;
	background-color: #d70025;
}
.socialmedia ul {
	padding-left: 35px;
	float: left;
}
.es_lablebox {
	display: none;
}
.subscriber-form .es_textbox .es_textbox_class {
	width: 100%;
	height: 50px;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #1E1E1E;
}
.subscriber-form .es_textbox {
	width: 100%;
	padding: 0;
}
.subscriber-form .es_button {
	padding: 0;
}
.subscriber-form .es_button #es_txt_button {
	position: absolute;
	right: 0;
	top: 0;
	height: 49px;
	border: 0;
	background-color: #1E1E1E;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
    transition: 0.4s;
}
.subscriber-form .es_button #es_txt_button:hover {
	background-color: #d70025;
}
.subscriber-form .es_shortcode_form {
	position: relative;
}
.footer-adress li, .footer-adress li a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.footer-adress li a:hover{
    color: #d70025;
}
.main-footer-area {
	background-color: #1E1E1E;
	padding-top: 40px;
}
.footer-adress ul {
	text-align: center;
	padding: 10px 0;
}
.footer-adress ul li:last-child::after {
	width: 0;
}
.footer-adress ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background-color: #898989;
	margin-top: -9px;
}
.footer-adress li {
	padding: 0 20px;
}
.footer-adress ul {
	text-align: center;
	padding: 10px 0;
}
.footerMenu ul li {
	display: inline-block;
}
.footerMenu ul {
	text-align: center;
}
.footerMenu ul li a {
	display: inline-block;
	color: #d7d7d7;
	font-size: 12px;
	padding: 5px 15px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
}
.footerMenu ul li a:hover {
	color: #d70025;
}
.footerMenu ul li a::after {
	position: absolute;
	right: -2px;
	width: 2px;
	height: 10px;
	content: "";
	background-color: #fff;
	top: 50%;
	margin-top: -4px;
}
.footerMenu ul li:last-child a::after {
	width: 0;
	height: 0;
}
.socialbottom {
	padding: 10px 0;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 25px;
}
.socialbottom li a {
	color: #fff;
	display: block;
	font-size: 24px;
	margin: 0 7px;
}
.socialbottom li {
	display: inline-block;
}
.copyright p {
	margin-bottom: 1px;
	color: #fff;
	font-size: 11px;
}
.designby p {
	margin-bottom: 0;
	color: #fff;
	font-size: 11px;
}
.payOnline ul li {
	display: inline-block;
	color: #cdcdcd;
	font-size: 24px;
	padding-left: 10px;
}
.payOnline {
	text-align: right;
}
.footer-bottom {
	padding: 13px 0;
	border-top: 1px solid #4A4A4A;
}
.footerMenu {
	padding-top: 10px;
	padding-bottom: 5px;
}


/*NEW CSS*/
.main-text h1 {
	font-size: 48px;
	font-family: Futura;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	text-align: center;
}
.current-menu-item a {
	color: #d70025 !important;
}

.banner-areas {
	position: relative;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.breadcrumb-section ul {
	width: auto;
	padding: 10px 15px;
	background-color: #fff;
	display: inline-block;
}


.breadcrumb-section li {
	display: inline-block;
    text-transform: uppercase;
}
.bread-link.bread-home {
	color: #d70025;
}
.separator {
	padding: 0 10px;
}
.item-current {
	color: #000;
}
.page-section-title{}
.page-section-title h2{
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: Futura;
}



.from-title {
    padding-top: 10px;
}
.from-title h4 {
	font-size: 18px;
	font-family: Futura;
	color: #000;
	text-transform: uppercase;
}
.from-title h3 {
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 10px solid #d70025;
	padding-bottom: 15px;
    font-family: Futura;
}
.contact-areas {
	padding: 10px 15px;
}
.contact-details h4 {
	color: #d70025;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.contact-details h5 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-details h3 {
	font-size: 26px;
	color: #262626;
	margin-bottom: 20px;
}

.contact-details h2 {
	color: #262626;
	font-size: 28px;
	font-family: proxima_nova_ltsemibold;
	margin-bottom: 8px;
}
.contact-details p {
	color: #6e6e6e;
}
.contact-details ul {
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 4px;
}
.contact-details li {
	padding: 1px 0;
	color: #c9c9c9;
}
.contact-details strong {
	min-width: 65px;
	display: inline-block;
	margin-right: 13px;
	color: #272727;
}
.contact-btn2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #323232;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 600;
}
.socialLink {
	padding-bottom: 35px;
	padding-left: 12px;
}
.socialLink li {
	display: inline-block;
}
.socialLink li a {
	padding: 0 5px;
	display: block;
	font-size: 20px;
	color: #323232;
}

.contact-left {
    color: #6f6f6f;
}

.contact-left .fa-map-marker {
    color: #282828;
}

.contact-left>strong {
    color: #93012a;
    font-family: proxima_nova_ltsemibold;
}

.contact-left p strong {
    color: #282828;
}

.fa.fa-map-marker {
    display: inline-block;
}

.map-marker>p {
    display: inline-block;
}

.map-marker a {
    color: #777;
}

.contact-left p {
    margin-bottom: 2px;
    color: #282828;
}

.contact-left strong {}

.contact-form input, .contact-form select {
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #D2D8DA;
	margin-bottom: 15px !important;
	margin-top: 1px;
	color: #747474;
	height: 40px;
	padding-bottom: 5px;
}
.wpcf7-form-control.wpcf7-textarea {
	border-bottom: 1px solid #e8e8e8;
	color: #9f9f9f;
	font-family: proxima_nova_ltlight;
	height: 75px;
	padding: 15px 0;
	resize: vertical;
	width: 100%;
	margin-bottom: 30px !important;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.contact-form label {
	margin-bottom: 15px !important;
	width: 100%;
	color: #282828;
	font-size: 13px;
	font-family: proxima_nova_rgregular;
	text-transform: uppercase;
}

select.subjects {
    border-bottom: 1px solid #e8e8e8;
    color: #9f9f9f;
    font-family: proxima_nova_ltlight;
    height: 48px;
    padding: 5px 0;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}


.contact-form input[type="submit"] {
	background-color: #d70025;
	float: right;
	font-family: proxima_nova_rgbold;
	height: 52px;
	margin-top: 10px;
	min-width: 180px;
	text-transform: uppercase;
	width: auto;
	color: #fff;
	border-radius: 0;
	border: 0;
	padding-bottom: 0 !important;
    transition: 0.4s;
}
.contact-form input[type="submit"]:hover {
	background-color: #1E1E1E;
	color: #fff;
}
.contact-details p a{
	color: #d70025;
    margin-bottom: 25px !important;
    display: block;
    text-decoration: underline;
}
.contact-details p a:hover{
    	color: #1E1E1E;
}

/*TUINING PAGE*/
.title-page h1 {
	color: #111111;
	font-size: 50px;
	text-transform: uppercase;
	font-family: Futura;
}
.wpb_single_image.wpb_content_element.vc_align_left.single-brands {
	margin-bottom: 15px;
	text-align: center;
}
.single-brands.brands-name {
	text-align: center;
}
.single-brands.brands-name p {
	text-transform: uppercase;
}
.single-tuning-content {
	padding-top: 20px;
}
.single-tuning-content h3 {
	color: #000;
	text-transform: uppercase;
	font-family: Futura;
	font-size: 18px;
}
.single-tuning-content p a {
	color: #d70025;
	text-transform: uppercase;
	font-family: Futura;
}
.single-tuning-content p a i {
	font-size: 16px;
	font-weight: bold;
    transition: 0.4s;
}
.single-tuning-content p:hover a:hover{
    color: #000;
}
.single-tuning-content p:hover a i {
    color: #000;
}

/*MEDIA CSS*/
.single-media-image {
	margin-bottom: 0;
}
.single-media-content {
	text-align: center;
	background-color: #d70025;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}
.single-media-image img {
	height: 277px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.single-media-content h3 {
	margin: 0;
    padding-bottom: 4px;
}
.single-media-content p a {
	color: #fff;

}
.single-media-content p a:hover {
	color: #000;
}
/*ABOUT PAGE*/
.about-single0-image {
	margin: 0;
}

.about-single0-image img {
	width: 100% !important;
}
.wpb_single_image .vc_figure {
	width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
	width: 100% !important;
}
.about-single-content h3 {
	text-align: center;
	padding: 15px 0px;
	margin: 0;
    color: #fff;
    text-transform: uppercase;
	background-color: #d70025;
    font-size: 18px;
    margin-bottom: 20px;
}
.about-single-content p {
	text-align: justify;
	color: #3c3f40;
}
.about-single-content p a{
    color: #d70025;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.about-single-content p a:hover{
      color: #1E1E1E;  
}
.single.single-post .breadcrumb {
	 width: inherit;
}
.single-category-detail .single-posts.reveal {
	padding-top: 30px;
}
.single-category-detail .single-posts.reveal .thmbnails img {
	width: 100%;
}
.singleBlog-post:hover .blogContent a h3{
    color:#d70025;
}

.singleCatCon {
	text-align: center;
	background-color: #d70025;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}
.singleCatCon h3 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 18px;
	font-family: Futura;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.singleCatCon a.readMore3 {
	color: #fff;
	font-size: 13px;
}
.singleCatPost {
	margin-bottom: 30px;
}
.pageTitleSection p {
	color: #777777;
	text-align: justify;
}
.banner-areas {
	position: relative;
	height: 300px;
	padding: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-area {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.header-text {
	display: table;
	height: 100%;
	width: 100%;
}
.main-text {
	display: table-cell;
	vertical-align: middle;
}

.gallery-media-area {
	margin-top: 30px;
	margin-bottom: 35px;
}
.multiple.icon-boxs, .multiple.positem {
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	background-color: #D70025;
	display: inline-block;
	padding: 10px 0;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.photo-gallery {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-images {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background-color: #D70025;
	width: 100%;
	color: #fff;
	text-align: center;
}
.post-images h2 {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Futura;
	padding: 7px 0;
}
.single-gallery-m:hover .multiple.icon-boxs, .single-gallery-m:hover .multiple.positem {
	opacity: 1;
}
.gallery-media-area.gallerypost {
	position: relative;
}
.pageTitleSection h1 {
	font-size: 50px;
	margin-bottom: 10px;
	color: #000;
	font-family: Futura;
	text-transform: uppercase;
}
.banner-frist {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -30px;
}

.footer_carosel .slick-dots {
	width: 95%;
	margin: 20px auto;
	background-color: #F0F0F0;
	display: table !important;
	margin-left: 25px;
	margin-right: 25px;
}
.footer_carosel .slick-dots li {
	display: table-cell;
	vertical-align: middle;
}
.footer_carosel .slick-dots li.slick-active button {
	background-color: #CDCDCD;
}
.footer_carosel .slick-dots li button {
	width: 100%;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #f0f0f0;
	border-radius: 0;
	height: 24px;
}
.footer_carosel  .slick-arrow {
	font-size: 30px;
	height: 30px;
	margin-top: -16px;
	padding: 0;
	position: absolute;
	top: 31%;
	line-height: 1px;
	z-index: 99;
	border: 0;
	background-color: transparent;
	overflow: hidden;
	text-indent: -999px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
.footer_carosel .slick-next.slick-arrow {
	right: 15px;
	background-image: url(../img/arrow-prev2.png);
	background-size: 20px 24px;
}

.footer_carosel .slick-next.slick-arrow {
	transform: rotate(180deg);
	text-indent: 9999px;
}
.footer_carosel .slick-prev.slick-arrow {
	left: -2px;
	background-image: url(../img/arrow-prev2.png);
	background-size: 20px 24px;
}

.footer_carosel .slick-arrow {
	top: 91%;
	background-color: transparent;
	padding: 0;
}
.footer_carosel_area {
	margin: 0 12px;
}
.p0{
	padding:0 !important;
}
.services-area .vc_column-inner {
	padding-top: 0px !important;
}
.singleservice {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 35px;
	text-align: center;
}
.overlay-content .service-title h4 {
	font-size: 26px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 82px;
}
.overlay-content .service-title h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #cecece;
	width: 105px;
	left: 30%;
}
.service-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
}
.overlay-content {
	position: relative;
	z-index: 1;
}
.overlay-content .service-title h4 a{
	color:#d70025;
}
.overlay-content .service-title h4 a:hover{
	color:#ffffff!important;
}
.service-content p {
	color: #cecece;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 18px;
	text-align: center;
}
.service-content p a {
	color: #d70025;
}
.readmmore-btn {
	margin-top: 70px;
}
.readmmore-btn a {
	border: 1px solid #fff;
	padding: 12px 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
.readmmore-btn a:hover{
	background: #d70025;
	color: #ffffff;
	border: 1px solid #d70025;
}
.footer-adress h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 20px;
}
.footer-adress.margintop {
	margin-top: 25px;
}