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

/*** HEADER ***/

.LogoBox {
    /* padding: 3px; */
    display: block;
    width: 315px;
    overflow: hidden;
    background: #f5f6f6;
    background: -moz-linear-gradient(-45deg, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
    background: -webkit-linear-gradient(-45deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    background: linear-gradient(135deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 );
}

.LogoBox img {
	/* border: 3px solid #f43700; */	
	width: 100%;
	height: auto;
} 

.phoneTag a {
	color: #FFF;
	transition: all 0.3s ease 0s;
}

.phoneTag a:hover {
	color: #f43700;
}

.column_one p a {
	color: #c3c3c3;	
	transition: all 0.3s ease 0s;
}

.column_two p a:hover ,.column_one p a:hover {
	color: #f96e35;	
}

.column_two p a {
    color: #c3c3c3;
    transition: all 0.3s ease 0s;
}

.bgOrange {
    background: #f43700;
}

.stricky-fixed .bgOrange {
    background: transparent;
}

span.infoTag {
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 14px;
    line-height: 0px;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
span.phoneTag {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
}

.stricky-fixed .quote  {
	margin-top: 5px;	
}

.caret {
    margin-left: 8px;
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
}

.nav .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}


/*** TYPO ***/

.themeColor {
	color: #f43700;	
}

.themeColor2 {
    color: #f96e36;
}

.bigger {
	font-size:18px;	
}

.introduce_heading h1 span {
	color: #f43700;	
}

.constrict {
    max-width: 900px;
    margin: 0px auto;	
}



.introduce_heading h1 {
    color: #333333;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
	margin-top: 0px;
}

.preTitle {
    color: #333333;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.packege_details h2 {
	margin-top: 0px;
}

.packege_details p {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.pad50 {
	padding-top: 50px;	
	padding-bottom: 50px;
}

.TextSection h2 span {
	color: #f43700;	
}

.professional_details h2.smallerH2 {
	font-size: 28px;	
}
.topZero {margin-top: 0px !important}
.mgTop30 {margin-top: 30px}
.mgTop20 {margin-top: 20px}

/*** SLIDER ***/

.rev_slider_wrapper #slider1 .slider_h1.curvy-bg.orange span {
  color: #FFF;
}
.rev_slider_wrapper #slider1 .slider_h1.curvy-bg.orange:before {
  background: #f43700;
}

/*** BANNERS ***/
#page_heading_area.banner02 {
    background: #000 url(../img/bg/h03.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#page_heading_area.banner03 {
    background: #000 url(../img/bg/h04.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#page_heading_area.banner04 {
    background: #000 url(../img/bg/h05.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#page_heading_area.banner05 {
    background: #000 url(../img/bg/h06.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** SERVICES ***/

.caption_details.figcaption b {
	text-transform: uppercase;	
}

#service_area {
    /* background: #efefef url(../img/bg/serice.jpg) center center no-repeat; */
	background: #efefef;
	background-size: cover;
}

.service_button {
    background: #FFF;
}

.servicePage div.figure {
	margin-bottom: 30px;	
}
.grid .figure .more {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.grid .figure .more:hover {
    color: rgba(244, 56, 0, 0.75);
    background: #fff;
}

/*** IMAGE WRAPPERS ***/

.fancyWrap img {
    width: 100%;
    height: auto;
    position: relative;
    border: 3px solid #f43700;
}

.fancyWrap {
	display: block;
	width: 100%;
	position: relative;	
	padding: 8px;	
}

.fancyWrap.ver2 {
	display: block;
background: #e2e2e2;
background: -moz-linear-gradient(-45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
background: -webkit-linear-gradient(-45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
background: linear-gradient(135deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 );
	width: 100%;
	position: relative;	
	padding: 8px;
	margin-bottom: 30px;	
	overflow: hidden;
}

.fancyWrap.ver2 img {
	width: 100%;
	height: auto;	
	position: relative;
	border: none !important;
	overflow: hidden;
}


.fancyCap {
	display: block;
	position: relative;
	background: #111;
	padding: 20px 15px;
	text-align: center;
	color: #efefef;	
}

.fancyCap span {
	font-weight: 600;	
	font-size: 16px;
}

.fancyWrap::before {
	position: absolute;	
	content: "";
	width: 100%;
	background: url(../img/picback.png) center center no-repeat;
	background-size: cover;
	left: 0;
    right: 0;
    top: 0;
	bottom: 0;	
}

/*** BACKGROUND SECTIONS ***/

.pb60 { padding-bottom: 60px !important}
.pt60 { padding-top: 60px !important}

.backgroundSection1 {
	position: relative;
	width: 100%;
	background: url(../img/bg/02.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}

.backgroundSection1 .superList {
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
}

.backgroundSection1.back02 {
	position: relative;
	width: 100%;
	background: url(../img/bg/04.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}

.backgroundSection1.back03 {
	position: relative;
	width: 100%;
	background: url(../img/bg/05.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}

.backgroundSection1.back04 {
	position: relative;
	width: 100%;
	background: url(../img/bg/06.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}

.backgroundSection1.back05 {
	position: relative;
	width: 100%;
	background: url(../img/bg/07.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}

.backgroundSection1.back06 {
	position: relative;
	width: 100%;
	background: url(../img/bg/08.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}

.backgroundSection1.back07 {
	position: relative;
	width: 100%;
	background: url(../img/bg/09.jpg) center center no-repeat;
	background-size: cover;
	color: #efefef;
}


.backgroundSection1 h2 {
	color: #FFF;	
	font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.backgroundSection1 h2 span {
	color: #f96e36;	
}

.backgroundSection1 .fancyWrap {
	background: transparent !important;	
	margin-top: -8px;
	margin-bottom: -8px;
}

.backgroundSection1 .fancyWrap img {
	border: 3px solid #f43700;
}

.textSide {
	padding: 30px 0;	
}

.backgroundSection1::before {
	position: absolute;	
	content: "";
	width: 100%;
	background: rgba(25, 25, 25, 0.81);
	background-size: cover;
	left: 0;
    right: 0;
    top: 0;
	bottom: 0;	
}

.backgroundSection1 p {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	margin-bottom: 20px;
}

.backgroundSection1 p:last-child {
	margin-bottom: 0px !important;
}

.largERR p {
	font-size: 16px;	
}

.textBigger {
	font-size: 18px !important;
	line-height: 24px !important;	
}

/*** BASELINE ***/

.baseLine {	
	position: relative;
	width: 100%;
	background: url(../img/bg/03.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #efefef;
	padding: 75px 30px 75px 0;
	text-align: right;
}

.baseLine h2 {
	color: #FFF;	
	font-family: 'Open Sans', sans-serif;
    font-size: 36px;
	text-transform: uppercase;
    font-weight: 700;
	border-right: 4px solid #f96e36;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-top: 20px;
	margin-bottom: 0px;
}

.baseLine h2 span {
	color: #f96e36;	
}

.baseLine::before {
	position: absolute;	
	content: "";
	width: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.11));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.11));
	left: 0;
    right: 0;
    top: 0;
	bottom: 0;	
}
.baseInfo {
	max-width: 804px;
	display: block;
	position: relative;
	float: right;
}
.baseLine p {
	color: #efefef;	
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
}

.baseLine b {
	font-size: 18px;	
}

.baseText {
	border-right: 4px solid #efefef;
	padding-right: 25px;
	padding-top: 16px;	
	padding-bottom: 16px;
}
/*** ELEMENTS ***/

.silverBack {
	background: #efefef;	
}

/***** SUPERLIST *****/

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

.superList {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	color: #222;
}

.textBold span {
	font-weight: 600;	
}

.lottaLists .superList {
	margin-bottom: 30px;	
}
.superList a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

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

.superList li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
	padding-left: 0 !important;
	line-height: 22px !important;
}

.theFifty.theFifty li {
	width: 20%;
	float: left;
	color: #252b3c;	
}

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

.superList li i {
    font-size: 18px;
    float: left;
    padding-right: 19px;
    margin-top: 1px;
    color: #f43800 !important;
}

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

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

.superList li ul li i {
    font-size: 15px;
    float: left;
    padding-right: 7px;
    margin-top: 3px;
    color: #f43800;
}

.superList span {
	display: table-cell;
}

.superList li span a {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.superList li span a:hover {
	color: #f43800 !important;
}

address .superList li a { color: #cacaca }

address .superList li strong {
	color: #FFF;
}

address .superList li {
    color: #efefef;
	margin-bottom: 16px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(244, 56, 0, 0.42) !important;
}

address .superList li:last-child {
    border-bottom: 1px solid rgba(72, 72, 72, 0.65) !important;
	border-bottom: none !important;
}

address .superList  li i {
    font-size: 18px;
    float: left;
    padding-right: 17px;
	width: 40px;
    margin-top: 3px;
    color: #f43800 !important;
}

/*** OPEN HOURS ***/

.theHours strong {
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	padding-bottom: 7px;
}

.theHours {
    color: #efefef;
	font-size: 13px;
    border-bottom: 1px solid rgba(244, 56, 0, 0.42) !important;
}

.hourLeft {
	display: block;
	width: 12%;	
	float: left;
	height: 155px;
}

.theHours i {
    font-size: 28px;
    margin-top: 3px;
    color: #f43800 !important;
}

.theHours .hourRight {
	display: block;
	line-height: 20px;
	padding-right: 10px;
}

.theHours .theTime {
	float: right;	
}

.ferme {
    color: #f96e36;	
}

/*** CONTACT PAGE ***/

.social_text a {
	color: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;		
}

.social_text a:hover {
	color: #f43700;
}

.theHours.contactHours {
	background: rgb(255, 97, 50);
	margin-top: 20px;	
	border: none !important;
	max-width: 480px;
}

.theHours.contactHours i {
    font-size: 30px;
    margin-top: 3px;
    color: #FFF !important;
}

.contactHours .ferme {
    color: #000;
}



/*** SKEW LINES ***/

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

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

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



/*** FOOTER ***/

.footLogo {
background: #f5f6f6;
background: -moz-linear-gradient(-45deg, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
background: -webkit-linear-gradient(-45deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
background: linear-gradient(135deg, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=1 );
	display: block;
}

.footer_content h3 {
    font-size: 20px;
    color: #fff;
    font-family: Poppins;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.footer_content .skew-lines:before {
    background: #dddfe3;
}

.theHours {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 15px;
    border: solid 1px rgba(244, 56, 0, 0.64);
    background: rgba(0, 0, 0, 0.34);
}

.specPad {
	padding-left: 66px;	
}

/*** RESPONSE ***/
@media (min-width: 1900px) {
	#page_heading_area{
		background-size: cover !important;
	}
}
@media (max-width: 1480px) {
	#page_heading_area {
		background-size: cover !important;
	}
}
@media (min-width: 1200px) {
	.rev_slider_wrapper { min-height: 600px }
}
@media (max-width: 1199px) {	
	.hideSmall { display: none !important }	
	.column_one { width:40%; }
	.column_three { width:53%; }
	.column_three .column_right { 
		padding-left: 0px;
	}	
	column_four {
		width: 7%;
		float: right;
		padding-top: 19px;
	}
	.packege_details h2 {
		font-size: 44px;
	}
	.packege_button {
		padding-top: 28px !important;
	}
	.tparrows {display: none !important}
	.backgroundSection1 .fancyWrap img {
		min-height: 450px;
		object-fit: cover !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.grid .figure {
		width: 233px !important;
		
	}
	.LogoBox {
		width: 300px;
		margin-bottom: 4px;
	}
	
	.hourLeft {display: none}
	
}
@media (min-width: 768px) {
	.onMobile {display: none !important}
}
@media (min-width: 768px) and (max-width: 991px) {
.grid .figure {
    width: 330px !important;
	margin-bottom: 30px;
}
.fancyCap {
		min-height: 90px;
	}
}

@media (max-width: 767px) {
.grid .figure {
    width: 360px !important;
	margin-bottom: 30px;
}
.effect_title {
    background: rgba(0, 0, 0, 0) url(../img/home-v3/title-bg.png) repeat scroll 0 0 / cover;
    height: 68px;
    position: absolute;
    top: 85%;
    width: 100%;
}
#packege_area {
	background:#000 center center;
	background-size:cover;
	background-repeat: no-repeat;
	width:100%;	
	position: relative;
	overflow: hidden;
}

#packege_area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(1, 1, 2, 0.72);
}
.packege_details h2 {
    font-size: 32px;
}

.baseLine h2 {
    font-size: 24px;
	line-height: 28px;
}
}


@media (max-width: 991px) {
	
	.fancyWrap { 
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.LogoBox {
		width: 360px;
		margin-right: auto;
		margin-left: auto;	
	}

	.mob-md-30 {
		margin-bottom: 30px !important;
	}
	
	.specPad {
		padding-left: 0px;	
	}
	
	.backgroundSection1 .fancyWrap { display: none !important }
	
	#single_service_area {
		padding: 40px 0;
	}

@media (min-width: 768px) {
	.onMobile { display: none !important }
}

@media (max-width: 767px) {
	.quote { display: none !important }
	.column_one { width:50%; }
	.column_three { width:50%; }
	.column_three .column_right { 
		padding-left: 0px;
	}	
	.column_four { display: none !important }
	
}
@media (max-width: 576px) {	
	.page_heading h1 {
		font-size: 32px;
	}
	#page_heading_area {
		padding: 75px 0 155px 0;
	}
}

@media (max-width: 480px) {
	.navbar-brand.logo_hide  { display: none !important }
	.baseLine h2 {
		font-size: 24px;
		line-height: 28px;
		padding-right: 0px;
		border-right: none !important;
	}
	.baseText {
		border-right: none !important;
		padding-right: 0px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.baseLine {
		position: relative;
		width: 100%;
		background: url(../img/bg/03.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
		color: #efefef;
		padding: 50px 15px ;
		text-align: right;
	}
	.theHours.contactHours .hourLeft {
		display: none;
	}
	.rev_slider_wrapper .slider_p {display: none}
	.rev_slider_wrapper .slider-btn {display: none}
}
@media (max-width: 444px) {
	.LogoBox {
		width: 100%;
	}
}
@media (max-width: 420px) {	
	.page_heading h1 {
		font-size: 24px;
	}
	#page_heading_area {
		padding: 50px 0 130px 0;
	}
}
@media (max-width: 405px) {
	.grid .figure {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.theHours .hourLeft {
		display: none;
	}
}
@media (max-width: 350px) {
	.page_heading h1 {
		font-size: 20px;
		padding: 30px 10px 81px 10px;
	}
	.page_heading h3 {
		font-size: 15px;
		padding: 0 10px 0 10px;
	}
	#page_heading_area {
		padding: 30px 0 110px 0;
	}
}