/*
Child Theme Style Here
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i');
/*********************
GLOBAL STYLES
*********************/
body {
	color:#444;
}
h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Raleway', sans-serif;*/
}
a {
	color:rgba(193,37,33,1);
}
a:focus, a:hover {
	color:rgba(193,37,33,0.8);
	text-decoration:none;
}
em {
	color:inherit;
}
p {}
.overlay {
	background-color:rgba(0,0,0,0.6);
}
.white-text, .white-text p {
	color:#fff;
}
.white-text .button, .white-text .button.large {
	color:#fff;
	border:3px solid #fff;
}
.white-text .button:hover, .white-text .button.large:hover {
	background-color:transparent;
	opacity:0.7;
	padding:20px 60px;
}
#content #inner-content {
	clear:both;
}
.main-heading {
	font-size:42px;
	font-weight:300;
	position:relative;
	color:#444;
}
.main-heading:after {
	width:80px;
	height:3px;
	left:0;
	bottom:-10px;
	background-color:#c12521;
	content:"";
	position:absolute;
}
.process-item .vc_single_image-wrapper {
	position:relative;
}
.process-item .vc_single_image-wrapper:after {
	position:absolute;
	content:"";
	width:50px;
	height:50px;
	right:-115px;
	top:50%;
	margin-top:-25px;
	background-image:url(../images/arrow.svg);
	background-repeat:no-repeat;
	background-position:center;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	width:40px;
}
.hamburger-inner::after {
	bottom:-12px;
}
.hamburger-inner::before {
	top:-12px;
}
#mobile-menu-1, #mobile-menu-2 {
	top:45px;
	right:30px;
}
body.home .page-navigation {
	display:none;
}
/************************
BODY STYLES
************************/
body.single-our_work_type #content #inner-content {
	padding:0;
}
body.page-id-16 #content #inner-content {
	padding:0;
}
/************************
GALLERY STYLES
************************/
.gallery-columns-3 .gallery-item {
	width:33.33%;
	margin:0;
}
.gallery-columns-3 .gallery-item a {
	overflow:hidden;
	display:block;
	background-color:#c12521;
}
.gallery-columns-3 .gallery-item a img {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
}
.gallery-columns-3 .gallery-item a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity:0.7;
}
/************************
CONTACT POPUP STYLES
************************/
#footer-contact-toggle.reveal {
	padding:40px;
	border:none;
}
#footer-contact-toggle.reveal h1.main-heading {
	margin:0px .9375rem 0px .9375rem;
}
#footer-contact-toggle.reveal .lead {
	font-size:20px;
	font-weight:300;
	margin:40px .9375rem 25px .9375rem;
}
#footer-contact-toggle.reveal button.close-button {
	top:0;
	right:0;
	width:40px;
	height:40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5402f+0,c12521+100 */
	background: #e5402f; /* Old browsers */
	background: -moz-linear-gradient(left,  #e5402f 0%, #c12521 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e5402f 0%,#c12521 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e5402f 0%,#c12521 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5402f', endColorstr='#c12521',GradientType=1 ); /* IE6-9 */
}
#footer-contact-toggle.reveal button.close-button span {
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:inline-block;
}
#footer-contact-toggle.reveal button.close-button span:hover {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/************************
TALK TEXT STYLES
************************/
#contact-text h3 {
	color:#444444;
}
#contact-text span {
	color:#c12521;
}
/************************
COOKIE CONSENT STYLES
************************/
.cc-message strong {
	color:#c12521;
}
.cc-window .cc-compliance .cc-dismiss {
	color:#c12521;
	border-color:#c12521;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cc-window .cc-compliance .cc-dismiss:hover {
	color:#fff;
	background-color:#c12521;
	border-color:#c12521;
}
.refuse-hide {
	background-color:#c12521;
}
/*********************
HEADER STYLES
*********************/
#logo {
	width:auto;
	height:90px;
}
#logo img {
	width:auto;
	height:100%;
}
.top-bar1, .top-bar1 ul {}
#header-contact span i {
	color:#c12521;
}
#header-contact span a:hover {
	color:#c12521;
}
.sub-header3 {
	max-height:380px;
}
.sub-header3-container {
	height:100%;
	bottom:0;
	display: flex;
	align-items: center;
}
.sub-header h2 {
	text-transform:capitalize;
	font-size:48px;
	font-weight:300;
	letter-spacing:0;
}
/*********************
SUB HEADER STYLES
*********************/
header.sub-header {
	background-color:rgba(0,0,0,1);
}
.sub-header-image {
	opacity:0.8;
}
/*********************
FOOTER STYLES - GLOBAL
*********************/
.footer {
	background-color:#404041;
	margin-top:0px;
}
.widget_text .textwidget p {
	color:rgba(0,0,0,0.8);
}
.widget_text .textwidget a {
	color:rgba(0,0,0,0.8);
}
.widget_text h4.widgettitle {
	color:rgba(255,255,255,0.5);
}
.widget_nav_menu h4.widgettitle {
	color:rgba(255,255,255,0.5);
}
#footer-contact {
	width:100%;
	padding:80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5402f+0,c12521+100 */
	background: #e5402f; /* Old browsers */
	background: -moz-linear-gradient(left,  #e5402f 0%, #c12521 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e5402f 0%,#c12521 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e5402f 0%,#c12521 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5402f', endColorstr='#c12521',GradientType=1 ); /* IE6-9 */
	border-bottom:10px solid rgba(0,0,0,0.15);
}
#footer-contact h2 {
	font-size:54px;
	color:#fff;
	font-weight:300;
}
#footer-contact p {
	font-size:26px;
	color:#fff;
	font-weight:300;
	margin-top:20px;
}
#footer-contact .button {
	color:#fff;
	border:2px solid #fff;
	font-size:30px;
	font-weight:bold;
	text-transform:capitalize;
	width:100%;
	padding:20px 40px;
	margin-top:60px;
}
/************************
FOOTER STYLES - STYLE 1
************************/
#footer1 {}
#footer1 #footer-bottom {
	background-color:rgba(0,0,0,0.1);
}
/************************
FOOTER STYLES - STYLE 2
************************/
#footer2 {}
#footer2 #footer-bottom {
	background-color:#323232;
}
#footer2 .webdesign {
	background-color:#323232;
	color:rgba(255,255,255,0.5);
	/*background-image:url(../images/futurewebs.svg);*/
}
#footer2 .webdesign:after {
	background-color:#323232;
}
#footer2 .footer-copyright, .footer-admin {
	color:#999;
	padding:3px 0;
}
#footer2 .widget_text .textwidget p {
	color:#fff;
	font-weight:300;
	font-size:16px;
}
#footer2 ul.menu li {
	position:relative;
}
#footer2 ul.menu li:before {
	position:absolute;
	content:"";
	width:5px;
	height:5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color:rgba(193,37,33,1);
	left:-15px;
	top:15px;
}
#footer2 ul.menu li a {
	color:#fff;
	font-weight:300;
	font-size:16px;
}
#footer2 ul.menu li a:hover {
	color:#c12521;
}
/************************
GLOBAL MENU STYLES
************************/
#off-canvas-menu-2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6dcde8+0,c12521+100&0.97+0,0.97+100 */
	background: -moz-linear-gradient(top, rgba(109,205,232,0.97) 0%, rgba(193,37,33,0.97) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(109,205,232,0.97) 0%,rgba(193,37,33,0.97) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(109,205,232,0.97) 0%,rgba(193,37,33,0.97) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76dcde8', endColorstr='#f7c12521',GradientType=0 ); /* IE6-9 */
}
.off-canvas {
	background-color:#c12521;
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
}
/************************
TOPBAR 1 NAV MENU STYLES
************************/
.top-bar1 {
	margin-top:50px;
}
.top-bar1 .menu > li > a {
	color:#444444;
	font-size:18px;
	font-weight:400;
	text-transform:lowercase;
	letter-spacing:0;
}
.top-bar1 .menu > li {
	position:relative;
}
.top-bar1 .menu > li:after {
	position:absolute;
	content:"";
	right:-12px;
	top:20px;
	width:5px;
	height:5px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color:rgba(193,37,33,1);
}
.top-bar1 .menu > li:last-child:after {
	display:none;
}
.top-bar1 .menu .active > a {
	color:rgba(0,0,0,0.6);
	font-weight:bold;
	background-color:transparent;
}
.top-bar1 .menu > li > a:hover {
	color:#444444;
	background-color:rgba(0,0,0,0.05);
}
.top-bar1 ul.is-dropdown-submenu {
	min-width:250px;
}
/************************
OFF CANVAS 1 NAV MENU STYLES
************************/
#off-canvas-menu-1 .off-canvas .menu > li > a {
	color:#fff;
	text-transform:lowercase;
	position:relative;
	padding:15px 0;
}
#off-canvas-menu-1 .off-canvas .menu > li > a:after {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	left:50%;
	margin-left:-2px;
	bottom:-2px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#off-canvas-menu-1 .off-canvas .menu > li:last-child a:after {
	display:none;
}
#off-canvas-menu-1 .off-canvas .menu > li.active > a {
	color:#fff;
	font-weight:bold;
}
#off-canvas-menu-1 .off-canvas .menu > li.active > a:hover {
	color:#fff;
}
/************************
TOPBAR 2 NAV MENU STYLES
************************/
.top-bar2 {
	background-color:rgba(193,37,33,1);
}
.top-bar2 ul.menu > li > a {
	color:#fff;
}
.top-bar2 ul.menu > li > a:hover {
	background-color:rgba(255,255,255,0.1);
	color:#fff;
}
.top-bar2 ul.menu > li > ul.submenu li a:hover {
	background-color:rgba(193,37,33,1);
	color:#fff;
}
/************************
TOPBAR 4 NAV MENU STYLES
************************/
#top-bar4-menu .close-menu {
	background-color:rgba(193,37,33,1);
}
/************************
BREADCRUMB MENU STYLES
************************/
#breadcrumb ul li a {
	color:#333;
}
#breadcrumb ul li a:hover {
	color:#c12521;
}
/*********************
BLOG STYLES
*********************/
#blog-image a span {
	background-color:rgba(193,37,33,0.5);
}
h2.blog-title a {
	color:#c12521;
}
#blog-nav select[name="cat"], #blog-nav select[name="archive-dropdown"], #blog-nav input[name="s"] {
	border:2px solid #c12521;
}
#blog-nav .search-submit {
	color:#c12521;
}
.more-link, .button-default {
	border:2px solid #c12521;
	color:#c12521;
}
.more-link:hover, .button-default:hover {
	color:#fff;
	background-color:#c12521;
}
/*********************
BUTTON STYLES
*********************/
.button {
	border:2px solid #c12521;
	color:#c12521;
	text-transform:lowercase;
	font-size:18px;
	font-weight:bold;
}
.button:focus, .button:hover {
	color:#fff;
	background-color:#c12521;
}
.button.large {
	border:2px solid #c12521;
	color:#c12521;
	padding:20px 55px;
	font-size:18px;
	letter-spacing:0;
}
.button.large:focus, .button.large:hover {
	color:#fff;
	background-color:#c12521;
}
.button-white {
	
}
/*********************
NAVIGATION STYLES
*********************/
.pagination .current {
	background-color:#c12521;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget {
	text-align:center;
}
.widget h4.widgettitle {
	color:#c12521;
}




/************************
GRID LAYOUT STYLES
************************/
.grid-items {
	width:100%;
	margin:0px;
}
.grid-items .item {
	width:33.333%;
	float:left;
	margin:0px;
	display:block;
	background-color:rgba(0,0,0,1);
	position:relative;
	overflow:hidden;
}
.grid-items .item h5 {
	position:absolute;
	top:20px;
	left:20px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:bold;
	text-transform:capitalize;
	z-index:1;
}
.grid-items .item img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.9;
	width:100%;
}
.grid-items .item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity:0.7;
}

/*********************
TESTIMONIAL SLIDER STYLES
*********************/
.testimonial-slider .swiper-wrapper .swiper-slide {
	text-align:center;
}
.testimonial-slider .swiper-wrapper .swiper-slide p {
	font-size:20px;
	color:#666;
	font-weight:300;
	font-style:italic;
}
.testimonial-slider .swiper-wrapper .swiper-slide span{
	color:rgba(0,0,0,0.5);
	font-size:18px;
	text-transform:uppercase;
}
.testimonial-slider > .swiper-pagination-bullets, .testimonial-slider .swiper-pagination-custom, .testimonial-slider .swiper-pagination-fraction {
	bottom:-35px;
}
.testimonial-slider .swiper-pagination-bullet {
	border-radius:0px;
	background:#fff;
	opacity:0.7;
}
.testimonial-slider .swiper-pagination-bullet-active {
	background:rgba(0,0,0,0.5);
}
.swiper-container h3 {
	width:100%;
	text-align:center;
	display:block;
	font-size:40px;
	font-weight:bold;
	color:#c12521;
	margin-bottom:40px;
}
.swiper-container h5 {
	width:100%;
	text-align:center;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#666;
	text-transform:capitalize;
	margin-top:40px;
}
.swiper-outer {
	position:relative;
	width:100%;
}
.swiper-outer .button-next, .swiper-outer .button-prev {
	position:absolute;
	top:50%;
	margin-top:-30px;
	cursor:pointer;
	width:60px;
	height:60px;
	background-size:40px 70px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.swiper-outer .button-next {
	right:-100px;
	z-index:1;
	border-right:3px solid #c12521;
	border-top:3px solid #c12521;
}
.swiper-outer .button-next:hover {
	right:-110px
}
.swiper-outer .button-prev {
	left:-100px;
	z-index:1;
	border-left:3px solid #c12521;
	border-bottom:3px solid #c12521;
}
.swiper-outer .button-prev:hover {
	left:-110px;
}