@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
@import "font-awesome.css";
body {
	font-family: 'Merriweather', serif;
	font-size:14px;
	line-height:26px;
	font-weight:lighter;
}
.Our-Specials {
	background: rgba(0, 0, 0, 0) url("../images/Special-Bg.jpg") repeat fixed 0 0 / cover;
	padding: 50px 10%;
}
.Special-Img {
	position:relative;
	overflow:hidden;
}
.Special-Img img {
	transform: scale(1);
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
}
.Our-Specials .col-lg-12 .col-lg-3 a:hover .Special-Img img {
	transform: scale(1.2);
}
.Our-Specials .col-lg-12 .col-lg-3 a .Over-Lay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 50%;
	left: 50%;
	position: absolute;
	right: 50%;
	top: 50%;
	opacity: 0;
 transition: .2s ease-in-out;
}
.Our-Specials .col-lg-12 .col-lg-3 a:hover .Over-Lay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
}
.Our-Specials .col-lg-12 .col-lg-3 a .Plus-Icon {
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 96px;
	left: 50%;
	margin-left: -48px;
	margin-top: -48px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 96px;
	padding:8px;
 transition: .2s ease-in-out;
	opacity: 0;
}
.Our-Specials .col-lg-12 .col-lg-3 a:hover .Plus-Icon {
	opacity: 1;
}
.Plus-Inner {
	background: #fd6509 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	width: 80px;
}
.Our-Specials .col-lg-12 .col-lg-3 a {
	text-decoration:none;
}
.Our-Specials .col-lg-12 .col-lg-3 a h4 {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	text-decoration:none;
 transition: .2s ease-in-out;
}
.Our-Specials .col-lg-12 .col-lg-3 a:hover h4 {
	color: #fd6509;
	text-decoration:none;
}
.Our-Specials .col-lg-12 h2 {
	border-bottom: 1px solid #fd6509;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 66px;
	margin: 0 0 20px;
	position: relative;
}
.Our-Specials .col-lg-12 h2:after {
	position:absolute;
	left:0;
	right:0;
	bottom:-5px;
	width:100%;
	height:1px;
	background:#fd6509;
	content:""
}
.Our-Specials .col-lg-12 h2 span {
	font-weight:800;
}
.Our-Specials .col-lg-12 p {
	color: #fff;
	margin-bottom: 30px;
}
.Book-Appintment {
	display:block;
	margin-top:25px;
}
.Book-Appintment a, .About-Part .col-lg-7 a {
	border: 2px solid #fd6509;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 55px;
	padding: 0 30px;
 transition: .2s ease-in-out;
}
.About-Part .col-lg-7 a {
	color:#fd6509;
}
.About-Part {
	background: rgba(0, 0, 0, 0) url("../images/About-Bg.jpg") repeat scroll 0 0 / 80% auto;
	padding: 50px 10%;
	position: relative;
}
.About-White {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
}
.About-Part .col-lg-7 h2 {
	border-bottom: 1px solid #fd6509;
	color: #010101;
	display: inline-block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 66px;
	margin: 0 0 20px;
	position: relative;
}
.About-Part .col-lg-7 h2:after {
	position:absolute;
	left:0;
	right:0;
	bottom:-5px;
	width:100%;
	height:1px;
	background:#fd6509;
	content:""
}
.About-Part .col-lg-7 h2 span {
	font-weight:800;
}
.About-Part .col-lg-7 p {
	color: #010101;
	font-weight:normal;
	margin-bottom: 30px;
}
.About-White::after {
 color: #757474;
 content: "About Us";
 font-size: 20px;
 font-weight: normal;
 position: absolute;
 right: 0;
 text-transform: uppercase;
 top: 50%;
 transform: rotate(90deg);
}
.Services-Bottom {
	background: #040201 none repeat scroll 0 0;
	padding: 50px 5%;
}
.Services-Bottom .owl-stage-outer .item h4 {
	border-bottom: 1px solid #fd6509;
	border-top: 1px solid #fd6509;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 36px;
	margin-top: 15px;
	text-align: center;
}
.Services-Bottom .owl-carousel .owl-item a:hover h4, .Services-Bottom .owl-carousel .owl-item a:hover {
	color: #fd6509 !important;
}
.Services-Bottom .owl-dots.disabled {
	display: block !important;
}
.Services-Bottom h2 {
	color: #fff;
	display: block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 104px;
	margin: 0;
}
.Services-Bottom h2 span {
	font-weight:bold;
}
.owl-nav.disabled .owl-prev {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	font-size: 0 !important;
	left: -70px;
	margin-top: -30px !important;
	padding: 0 !important;
	position: absolute;
	top: 50%;
}
.owl-nav.disabled .owl-next {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	font-size: 0 !important;
	right: -70px;
	margin-top: -30px !important;
	padding: 0 !important;
	position: absolute;
	top: 50%;
}
.owl-nav.disabled .owl-prev::before {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 content: "";
 font-family: "FontAwesome";
 font-size: 60px;
 line-height: 60px;
 margin: 0 !important;
 padding: 0 !important;
 color:#444040;
 transition: .2s ease-in-out;
}
.owl-nav.disabled .owl-next::before {
 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 content: "\f105";
 font-family: "FontAwesome";
 font-size: 60px;
 line-height: 60px;
 margin: 0 !important;
 padding: 0 !important;
 color:#444040;
 transition: .2s ease-in-out;
}
.owl-nav.disabled .owl-prev:hover:before, .owl-nav.disabled .owl-next:hover:before {
	color:#fff;
}
.owl-nav.disabled {
	display:block !important;
}
.Testim-Part img {
	width: 100%;
}
.Testim-Part p {
	color: #040201;
	font-size: 14px;
	line-height: 24px;
	padding-top: 80px;
	background:url(../images/Quote.jpg) no-repeat top left;
}
.Portfolio-Block {
	display: block;
	padding: 50px 10%;
}
.head-Part h2 {
	border-bottom: 1px solid #fd6509;
	color: #010101;
	display: inline-block;
	font-size: 40px;
	font-weight: lighter;
	line-height: 66px;
	margin: 0 0 20px;
	position: relative;
}
.head-Part h2:before {
	background: #fd6509 none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.Footer-Sections {
	background: rgba(0, 0, 0, 0) url("../images/Footer-Bg.jpg") no-repeat fixed 0 0 / cover;
	display: block;
	padding: 50px 2% 75px;
}
.Footer-Sections .col-lg-3 h3 {
	border-bottom: 1px solid #fd6509;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
}
ul.listed-menu {
	margin: 0;
	padding: 0;
}
ul.listed-menu li {
	list-style: outside none none;
}
ul.listed-menu li a {
	color: #fff;
	font-weight: normal;
	line-height: 34px;
 transition: .2s ease-in-out;
	position:relative;
}
ul.listed-menu li a::before {
 color: #fff;
 content: "\f105";
 font-family: "FontAwesome";
 left: 50%;
 opacity: 0;
 position: relative;
 transition: .2s ease-in-out;
}
ul.listed-menu li a:hover:before {
	color: #fff;
	content: "\f105";
	left: 0%;
	opacity: 1;
	position: relative;
	margin-right:10px;
	color:#fd6509;
}
ul.listed-menu li a:hover {
	color:#fd6509;
	text-decoration:none;
}
ul.listed-menu li a.more {
	color: #fd6509;
}
.vertical-menu {
	margin: 15px 0 30px;
	padding: 0;
}
.vertical-menu li {
	display: inline-block;
	list-style: outside none none;
}
.vertical-menu li a.social {
	color: #fff;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.fb {
	background:#3b5998;
	transition: .2s ease-in-out;
}
.twit {
	background:#28aae1;
	transition: .2s ease-in-out;
}
.linke {
	background:#007bb6;
	transition: .2s ease-in-out;
}
.insta {
	background:#b53389;
	transition: .2s ease-in-out;
}
.pin {
	background:#ca2027;
	transition: .2s ease-in-out;
}
.fb:hover, .twit:hover, .linke:hover, .insta:hover, .pin:hover {
	background:#666;
}
.copyright-text {
	color: #696767;
	display: block;
	font-size: 11px;
	text-align: right;
}
.copyright-text a {
	color: #fd6509;
 transition: .2s ease-in-out;
}
.copyright-text a:hover {
	color: #fff;
}
.Icon-Part {
	background: #3a3a3a none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	width: 38px;
}
.Footer-Tiny-Part .col-lg-10 p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}
.Header-Tiny-Part .col-lg-10 p {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
}
.Footer-Tiny-Part {
	display:block;
	margin: 0 0 25px;
}
.Header-Tiny-Part {
	display:block;
	margin: 0;
}
.Footer-Sections img {
	margin-bottom: 25px;
	width: 40%;
}
header {
	background: #000000 none repeat scroll 0 0;
}
header .col-lg-3 img {
	margin: 25px 0;
	width: 50%;
 transition: .2s ease-in-out;
}
.top-part {
	border-bottom: 1px solid #7e7e7e;
	padding: 15px;
}
.menu-address-part {
	border-left: 1px solid #7e7e7e;
}
.top-appoint-button {
	border: 1px solid #ff640a;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
header.float-panel.fixed .menu li a {
	line-height: 40px;
}
header.float-panel.fixed .col-lg-3 img {
	width: 30%;
}
header.float-panel.fixed .top-part {
	padding: 10px 15px;
}
.owl-carousel .owl-item img {
	transform: scale(1);
 transition: .2s ease-in-out;
}
.owl-carousel .owl-item:hover img {
	transform: scale(1.1);
}
.Testim-Part .col-lg-10 h5 {
	color: #fd6509;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
}
.Testim-Part .col-lg-10 h5 span {
	color:#040201;
	font-size:14px;
}
