@charset "utf-8";
/* CSS Document */

body {
    overflow-x: hidden;
	height: auto;
}


/***************** HEADER **************************/

.header-top-home-two {
    padding: 15px 0;
}

.header-top-home-two .logo img {
	border: 3px solid #d72d2a;
	width: 260px;
	height: 115px;
	display: block;
}

.header-top-contact.pull-right {
	padding-top: 36px;	
}

.header-top-home-two .header-top-contact .single-header-top-content .text-box h4 ,.header-top-home-two .header-top-contact .single-header-top-content .text-box h4 a {
    color: #fdfdfd;
}

.header-top-contact .single-header-top-content .text-box h4 a:hover {
    color: #d72d2a;
}


.header-top-contact .single-header-top-content .text-box h4 a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease; 
}

.header-top-home-two .header-top-contact .single-header-top-content .icon-box i {
    color: #d72d2a;
}

.right-side-box i.fa {
	font-size: 19px;
	margin-top: -2px;
	margin-left: 10px;	
}

/***************** SLIDER **************************/

.rev_slider .banner-home-two-box {
    background: #EC9A5D;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-top: 30px;
}

/***************** BACK TO TOP **************************/



/***************** TYPO **************************/

.about-section .about-content .title h1 {
    margin: 0;
    color: #242424;
    font-family: 'Montserrat';
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
}

.about-section .about-content .title h1:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #d72d2a;
    display: inline-block;
    margin-left: 20px;
}

.about-section .about-content h3.subTit {
    font-family: 'Montserrat';
    margin: 0;
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 12px;
}

.about-section .about-content .title h2:after {
    background: #d72d2a;
}

.beLittle {
	font-size: 26px !important;
	line-height: 32px !important;	
}

.max900 {
	max-width: 800px;	
}

.about-section .about-content .title {
    margin-bottom: 20px !important;
}

.mt10 {
	margin-top: 10px;	
}

.mt20 {
	margin-top: 20px;	
}

.ptb50 { margin: 60px 0 40px 0 }

a.get-qoute-btn {
    display: inline-block;
    padding: 0 20px;
	height: 41px;
    background: #A13D36;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 41px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    margin-top: 15px;
}

a.get-qoute-btn:hover {
	background: #222;	
}

/***************** GALLERY PAGE **************************/

.mycenTitle h1 {
    margin: 0;
    color: #242424;
    font-family: 'Montserrat';
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
	margin-bottom: 30px;
}

.single-featured-project .overlay {
    background: rgba(215, 45, 42, 0.57);
}

.gallery-3-col {
    padding: 50px 0;
}

.single-featured-project .overlay .title  {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

/***************** STELLAR LAYERS **************************/

.inner-banner {
    background: transparent url(../img/bg01.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 238px;
    padding-bottom: 80px;
	position: relative;
}

.inner-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    content: '';
}
.inner-banner .thm-container {
    position: relative;	
}

/***************** OVERIDES **************************/

.service-style-one {
    padding: 50px 0;
}

.service-style-one .title h3:after {
    background: #a13d36;
}

.our-approach .title h2 {
    margin: 0;
    font-family: 'Montserrat';
    color: #fdfdfd;
    font-weight: bold;
    font-size: 24px;
	line-height: 28px;
}

.our-approach .title h2:after {
    content: '';
    width: 45px;
    height: 3px;
    background: #fdfdfd;
    display: inline-block;
    margin-left: 20px;
}

.our-approach .our-approach-content {
    padding-left: 45px;
    padding-right: 100px;
    padding-top: 45px;
}

.why-choose-us {
    background: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-contact-info p a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #d72d2a;
}

.single-contact-info p a:hover {
	color: #8F312B;
}

.service-style-one .title {
    margin-bottom: 30px;
}

.footer .footer-top .footer-widget.contact-widget .social {
    margin-top: 20px;
}

/***************** Stuff **************************/

.service-style-one .single-service-style-one {
    border-bottom: 2px #c1c1c1 solid;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.service-style-one .single-service-style-one:hover {
	border-bottom: 6px #d72d2a solid;	
}

.theme-red { color: #d72d2a }

.about-section {
    padding: 50px 0;
}

.myAbout p {
	padding-bottom: 20px;	
}

.topM30 {
	margin-top: 30px;	
}

.baseBox {
    display: block;
    text-align: center;
    padding: 50px 50px 30px 50px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 16px 72px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    position: relative;
    border-left: 10px solid #a13d36;
    border-right: 10px solid #a13d36;
}

.vers20 {
	background: #fafafa !important;	
}


/**** image Shadow  ***/
.image-padding-shadow {
    border: 12px solid #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

/*** MyList ***/

.listTitle {
    font-size: 15px;
    line-height: 1.6em;
	font-weight:700;
	margin-bottom:15px;
	display:block;
	color: #ec9656;
}


.superList {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0;
	font-size: 17px;
	display:block;
	margin-bottom:15px;
}

.superList.horizon {
	list-style: none !important;
	padding-left: 0px !important;
	font-size: 17px;
	display:block;
	text-align:center;
    width: 450px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.superList li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
}

.superList.horizon li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
	float:left;
	margin-right:12px;
}

.superList li i {
    font-size: 22px;
    float: left;
    padding-right: 17px;
    margin-top: 7px;
    color: #d72d2a;
}

.theme-manage-area .superList li i {
    color: #02318c;
}

.superList li p {
	margin-top:0px !important;
	margin-bottom:12px !important;
}

.superList li ul {
	list-style:none !important;
	margin-top:18px !important;
}

.superList li ul li i {
    font-size: 16px;
    float: left;
    padding-right: 14px;
    margin-top: 2px;
    color: #6eb43f;
}

.superList li ul li {
	margin-bottom: 8px !important;
    margin-left: 33px !important;
    clear: both;
}

.superList span {
display: table-cell;
}

.our-approach-content .superList span {
	color: #FFF;	
}

.our-approach-content .superList li i {
	color: #FFF;	
}

.our-approach-content .superList li {
    margin-bottom: 0px !important;
}

.secondary {
	padding-top: 20px;	
}

/**** infoBox  ***/

.infoBox {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
		
}

.infoBox .theIcon {
    width: 64px;
    height: 72px;
    color: #FFF;
    background: #d72d2a;
    padding: 13px;
    float: left;
    margin-right: 0px;
    position: relative;
    display: block;
    border-radius: 8px 0px 0px 8px;
}

.infoBox .theIcon, .infoBox .theText {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.InSpection:hover .theIcon, .InSpection:hover .theText {
	background: #222;
}

.infoBox .theIcon i {
	font-size: 43px;	
}

.infoBox .theText {
    display: table-cell;
    width: 80%;
    height: auto;
    color: #333 !important;
    background: #f2f2f3;
    padding: 15px 16px;
    border-radius: 0px 8px 8px 8px;
    border: 2px solid #d72d2a;
}

.about-section .about-content .infoBox .theText p {
    color: #333 !important;
    font-family: 'Lato';
    font-size: 15px !important;
    line-height: 20px;
    margin: 0;
}

.theText p {
    margin-top: 0px;
}

.pb15 {
    padding-bottom: 15px !important;
}



p.mbZero {
    padding-bottom: 0px !important;
}

.textArea p {
	padding-bottom: 15px !important;
}

.textArea p:last-child {
	padding-bottom: 0px !important;
}

.textArea h2 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;	
}

/**** Double Line ***/

.double-line {
    background: #d72d2a none repeat scroll 0 0;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    width: 90px;
}
.double-line:after {
    background: #d72d2a none repeat scroll 0 0;
    content: "";
    display: block;
	height: 2px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 50px;
}



/***************** PAGE BANNER **************************/

.inner-banner .double-line {
    width: 160px;
}
.inner-banner .double-line:after {
    width: 90px; 
}

.inner-banner .double-line {
	background: #d72d2a none repeat scroll 0 0;
}

.inner-banner .double-line:after {
	background: #d72d2a none repeat scroll 0 0;
}

.inner-banner .double-line {
	margin-top: 5px;
    margin-bottom: 15px;
}

.inner-banner h1 {
    margin: 0;
    font-family: 'Montserrat';
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: .02em;
}

.inner-banner p {
	font-size: 22px;
	color: #FFF;
	line-height: 28px;	
    font-family: 'Lato';
	max-width: 666px;
}

/***************** call-to-action **************************/

.my-call-to-action {
    background: #a13d36;
}

.my-call-to-action .title-info {
    position: relative;
}

.my-call-to-action .title-info .inner {
    position: relative;
    z-index: 9;
	padding-top: 33px;
    padding-bottom: 39px;
}


.my-call-to-action .title-info:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1000000px;
    background: #8F312B;
}

.my-call-to-action .phone-info {
    padding: 34px 0;
    padding-left: 35px;
}

.my-call-to-action .title-info .inner h3, .my-call-to-action .title-info .inner p {
    margin: 0;
}

.my-call-to-action .single-phone-info h4 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 24px;
}

.my-call-to-action .title-info .inner p {
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    font-size: 26px;
    margin-top: 3px;
}

.my-call-to-action .title-info .inner h3, .my-call-to-action .title-info .inner p {
    margin: 0;
}

.my-call-to-action .single-phone-info h4, .my-call-to-action .single-phone-info p {
    margin: 0;
}



.my-call-to-action .single-phone-info + .single-phone-info {
    margin-left: 60px;
}

.my-call-to-action .single-phone-info {
    display: inline-block;
    vertical-align: middle;
}

.my-call-to-action .single-phone-info .or {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #8F312B;
}

.my-call-to-action .single-phone-info a.theButton {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.my-call-to-action .single-phone-info a.theButton:hover {
	background: #FFF;
	color: #a13d36;	
}

.my-call-to-action .single-phone-info a {
    color: #FFF;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 30px;
    margin-top: 4px;
	display: inline-block;
}

.my-call-to-action .title-info .inner h3 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 28px;
}

.my-call-to-action .title-info .inner p {
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    font-size: 26px;
    margin-top: 3px;
}



/***************** FOOTER **************************/

.footer {
    background: none ;
    background-size: cover;
}

.footer-bottom {
	background: #060606;	
}

.footer-logo {
	border: 3px solid #d72d2a;	
}

.footer-top .contact-widget a {
	color: #FFF	;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;	
}

.footer-top .contact-widget a:hover {
	color: #d72d2a ;	
}

.footer .footer-top .footer-widget.links-widget ul li a:hover {
    color: #d72d2a !important;
	opacity: 1.0;
}

.footer .footer-top .footer-widget .title h3 {
    margin-bottom: 8px;
}

.footer .footer-bottom p {
    color: #b3b2b2;
    opacity: 1.0; 
}

.footer-bottom p a {
	color: #efefef	;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.theHours {
	display: block;
	margin-top: 20px;
	color: #fff;	
	opacity: .6;
}

.footer-top .links-widget i {
	opacity: 1.0;
	color: #d72d2a;
	margin-right: 8px;	
}


.footer-bottom p a:hover {
	color: #CCC;
}

.footer .footer-top .footer-widget .title h4 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer .footer-top .footer-widget .title h3 {
    font-size: 17px;
	text-transform: uppercase;
}




/***************** RESPONSE **************************/

@media (max-width: 1199px) and (min-width: 300px) {
	.inner-banner {
		background-size: cover !important;
		background-attachment: scroll !important;
		background-position: center center !important;
	}

}

@media (min-width: 1136px) {
	.rev_slider {
		min-height: 599px; 	
	}
}

@media (max-width: 1135px) and (min-width: 768px) {
	.rev_slider {
		min-height: 480px; 	
	}
}

@media (min-width: 1136px) {
	.rev_slider {
		min-height: 599px; 	
	}
}

@media (max-width: 1024px) {
.my-call-to-action .single-phone-info + .single-phone-info {
    margin-left: 20px;
} 

}

@media (max-width: 1127px)  {
	/* .H-Small { display: none !important } */	
	
	.header-top-home-two .header-top-contact .single-header-top-content .text-box h4 {
		font-size: 12px;
		margin-bottom: 10px;
		font-weight: 500;
	}
	
	.header-top-home-two .header-top-contact .single-header-top-content .text-box p {
		color: #C6C6C6;
		font-size: 14px;
		font-family: 'Montserrat';
		font-weight: 400;
	}
}
 
@media (min-width: 999px)  {
.service-style-one .single-service-style-one {
    min-height: 517px;
}
.service-style-one .single-service-style-one.shorty {
    min-height: 460px;
}
.service-style-one .single-service-style-one.shorter {
    min-height: 360px;
}
.service-style-one .single-service-style-one.vers20 {
	min-height: 570px;
}
}

@media (max-width: 998px)  {
	.logo.pull-left {
		float: none !important;
	}
	.logo.pull-left img {
		margin-left:auto;
		margin-right:auto;
	}
	.header-top-contact.pull-right {
	padding-top: 0px;	
}

.header-top-home-two .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.header-top-home-two .header-top-contact {
    width: 100%;
    text-align: center;
}

.about-section .about-content {
    margin-top: 0;
    margin-bottom: 50px;
}

.our-approach img.pull-right {
    width: 100%;
}

.our-approach-content p:last-child {
	margin-bottom:50px;	
}

}

@media (max-width: 768px) {
	.my-call-to-action .title-info .inner {
		text-align: center;
	}
	.my-call-to-action .phone-info {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.service-style-one .title h3:after, .our-approach .title h2:after, .service-style-one .title h3:after, .about-section .about-content .title h1:after, .about-section .about-content .title h2:after   {
		display: none;
	}
	.why-choose-us .title h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.service-style-one .title h3 {
		font-size: 28px;
		margin-bottom: 36px;
	}
	
}
@media (max-width: 761px) {
.H-Small { margin-top: 10px; }

}
@media (min-width: 569px) and (max-width: 763px) {
.header-top-home-two .header-top-contact .single-header-top-content {
    margin-bottom: 12px;
}
}

@media (max-width: 568px) {
.my-call-to-action .single-phone-info + .single-phone-info {
    margin-left: 10px;
}
.inner-banner h1 {
    font-size: 36px;
}

.H-Small { margin-top: -10px !important }

.header-top-home-two .header-top-contact .single-header-top-content .icon-box i {
    display: none;
}
}


@media (max-width: 480px) {
.my-call-to-action .single-phone-info .or {
    display: none;
}
.my-call-to-action .single-phone-info + .single-phone-info {
    margin-top: 30px;
}
}

