* {
	margin: 0;
	padding: 0;
	font-family: 'Muli';
	box-sizing: border-box;
}
 @font-face {
 font-family: 'Muli';
 src: url('Muli-Regular.woff2') format('woff2'), url('Muli-Regular.woff') format('woff'), url('Muli-Regular.ttf') format('truetype'), url('Muli-Regular.svg#Muli-Regular') format('svg');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
 @font-face {
 font-family: 'Muli';
 src: url('Muli-SemiBold.woff2') format('woff2'), url('Muli-SemiBold.woff') format('woff'), url('Muli-SemiBold.ttf') format('truetype'), url('Muli-SemiBold.svg#Muli-SemiBold') format('svg');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
}
@font-face {
 font-family: 'Muli';
 src: url('Muli-Bold.woff2') format('woff2'), url('Muli-Bold.woff') format('woff'), url('Muli-Bold.ttf') format('truetype'), url('Muli-Bold.svg#Muli-Bold') format('svg');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}
.clear {
	clear: both;
}
.hdr-fix {
	background:#fff;
	box-shadow: 0 2px 5px #a7a4a4;
}
.hdr-fix .logo {
	margin:10px 0;
}
.hdr-fix .rgt-box {
	float:right;
	margin:8px 0 5px;
}
.hdr-fix .rgt-box .email {
	float:left;
	margin-right:18px;
}
.hdr-fix .rgt-box .email img {
	float: left;
	margin: 6px 5px 0 0;
	height: 11px;
	opacity: .7;
}
.hdr-fix .rgt-box .email a {
	display:block;
	font-size: 16px;
	color: #679b63;
	font-weight:600;
	line-height:18px;
	margin:0;
}
.hdr-fix .rgt-box .email a:hover {
	text-decoration:none;
}
.hdr-fix .rgt-box .phone {
	float:left;
}
.hdr-fix .rgt-box .phone img {
	float: left;
	margin: 6px 5px 0 0;
	height: 11px;
	opacity: .7;
}
.hdr-fix .rgt-box .phone a {
	display:block;
	font-size: 16px;
	color: #679b63;
	font-weight:600;
	line-height:18px;
	margin:0;
}
.hdr-fix .rgt-box .phone a:hover {
	text-decoration:none;
}
.hdr-fix .rgt-menu {
	float:right;
	clear:both;
}
.hdr-fix .rgt-menu .navbar {
	padding-right:0;
}
.hdr-fix .rgt-menu li a.nav-link {
	display: block;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0 15px;
 transition: all .3s ease 0s;
}
.hdr-fix .rgt-menu li:last-child a.nav-link {
	margin-right:0;
}
.hdr-fix .rgt-menu li a.nav-link:hover {
	color: #679b63;
}
.hdr-fix .rgt-menu li a.nav-link.active {
	color: #679b63;
}
.hdr-fix .rgt-menu .dropdown-item {
	text-transform:inherit;
}
.hdr-fix .rgt-menu .dropdown-item:hover {
	color: #679b63;
}
@media all and (min-width: 992px) {
 .navbar .nav-item .dropdown-menu {
display: none;
}
.navbar .nav-item:hover .nav-link {
 color: #000;
}
 .navbar .nav-item:hover .dropdown-menu {
 display: block;
}
 .navbar .nav-item .dropdown-menu {
 margin-top:0;
 border-radius: 4px;
 border: none;
 box-shadow: 0 2px 5px #a7a4a4;
 transition: all .3s ease 0s;
}
}
.title-line {
	margin:10px auto 40px;
	position: relative;
	width:90px;
}
.title-line::after {
 content:'';
 position: absolute;
 left: 0;
 background:#000;
 width: 45px;
 height: 5px;
}
.title-line::before {
 content:'';
 position: absolute;
 right: 0;
 background:#679b63;
 width: 45px;
 height: 5px;
}
.title-line.lft {
	margin:10px 0 30px;
}
.home-txt-box {
	position:relative;
	margin:30px 0;
}
.home-txt-box h2 {
	display:block;
	font-size: 30px;
	color: #000;
	font-weight:700;
	line-height: 40px;
	margin:0;
}
.home-txt-box p {
	font-size: 15px;
	color: #000;
	font-weight:normal;
	line-height:24px;
	padding: 10px 0;
	margin:0;
}
.home-txt-box h6 {
	font-size:24px;
	color:#000;
	font-weight:600;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.home-txt-box ul {
	list-style:none;
	padding:0;
	margin:0;
}
.home-txt-box ul li {
	display:inline-block;
	font-size:15px;
	color:#000;
	font-weight:400;
	line-height:26px;
	padding:0 0 0 20px;
	margin:0 5px 0 0;
	background:url(../images/list-icon.jpg) no-repeat 0 8px;
}
.home-txt-box img {
	float:right;
	width: 50%;
    height: auto;
	margin-left:2%;
}
.home-txt-box .get-quote-btn {
	position:relative;
	display:inline-block;
	font-size: 18px;
	color: #fff;
	font-weight:700;
	line-height:24px;
	background:#000;
	padding:8px 15px;
	margin:0;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
 transition: all .3s ease 0s;
}
.home-txt-box .get-quote-btn:hover {
	color: #fff;
	background:#424242;
	text-decoration:none;
}
.our-services {
	padding:40px 0;
	xbackground:#d9d9d9;
	background-image: linear-gradient(130deg, #642b73, #c6426e);
}
.our-services h3 {
	display:block;
	font-size: 30px;
	color: #fff;
	font-weight:700;
	line-height: 45px;
	margin-top:10px;
	text-align:center;
}
.our-services .t-box {
	position:relative;
	overflow:hidden;
}
.our-services .col-lg-3 {
	padding:10px;
}
.our-services .t-box .overly {
 position:relative  top:0;
	left:0;
	right:0;
	z-index:9;
	height:100%;
	background:#000;
}
.our-services .t-box .overly h4 {
	display:block;
	color: #fff;
	font-size: 30px;
	font-weight:700;
	line-height: 36px;
	padding:15px 50px;
 transition: all .3s ease 0s;
	background:url(../images/arw-icon.png) no-repeat 70% 75%;
}
.our-services .t-box:hover a {
	color: #fff;
	text-decoration:none;
}
.our-services .t-box img {
	width:100%;
	height:auto;
	display:block;
 -webkit-transition:.5s ease;
 -moz-transition:.5s ease;
 transition:.5s ease
}
.our-services .t-box:hover img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transform:scale(1.09, 1.09);
	-moz-transform:scale(1.09, 1.09);
	transform:scale(1.09, 1.09)
}
.about-sec {
	position:relative;
	padding:30px 0;
}
.about-sec h3 {
	display:block;
	font-size: 30px;
	color: #000;
	font-weight:700;
	line-height: 40px;
	margin:0;
	padding:10px 0;
}
.about-sec p {
	font-size: 15px;
	color: #000;
	font-weight:normal;
	line-height:26px;
	padding: 10px 0;
	margin:0;
}
.about-sec ul {
	list-style:none;
	padding: 0;
	margin:0;
}
.about-sec ul li {
	font-size: 16px;
	color: #ad3c6f;
	font-weight:700;
	line-height:24px;
	padding: 10px 0 10px 24px;
	margin:0;
	background:url(../images/list-icon.jpg) no-repeat 0 16px;
}
.about-sec img {
	width:100%;
	height:auto;
}
.photo-gall {
	padding: 40px 0;
	text-align: center;
	background: url(../images/appont-bg.jpg) center no-repeat;
	background-size: cover;
}
.photo-gall h3 {
	display:block;
	font-size: 30px;
	color: #fff;
	font-weight:700;
	line-height: 45px;
	text-align:center;
}
.photo-gall .imgbox {
	position:relative;
	overflow:hidden;
	border:5px solid #fff;
}
.photo-gall .imgbox img {
	width:100%;
	height:auto;
	display:block;
 -webkit-transition:.5s ease;
 -moz-transition:.5s ease;
 transition:.5s ease
}
.photo-gall .imgbox:hover img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transform:scale(1.09, 1.09);
	-moz-transform:scale(1.09, 1.09);
	transform:scale(1.09, 1.09)
}
.photo-gall .all-gall-btn {
	display:inline-block;
	font-size: 18px;
	color: #fff;
	font-weight:700;
	line-height:24px;
	background-image: linear-gradient(130deg, #642b73, #c6426e);
	padding:8px 20px;
	text-transform:uppercase;
	margin:20px auto 0;
	border-radius: 36px;
    transition: all .3s ease 0s;
}
.blog-sec {
	position:relative;
}
.blog-sec h3 {
	display:block;
	font-size: 30px;
	color: #000;
	font-weight:700;
	line-height: 45px;
	margin:0;
	text-align:center;
}
.blog-sec h4 {
	display:block;
	font-size: 20px;
	color: #000;
	font-weight:700;
	line-height: 26px;
	margin:10px 0;
 transition: all .3s ease 0s;
}
.blog-sec h4 a {
	display:block;
	color: #000;
}
.blog-sec h4 a:hover {
	color: #610f04;
	text-decoration:none;
}
.blog-sec .tblog {
	width:100%;
	float:left;
	position:relative;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	padding:10px;
}
.blog-sec .tblog p {
	font-size: 16px;
	color: #4e4e4e;
	font-weight:normal;
	line-height: 24px;
	margin:0;
}
.blog-sec .tblog img {
	width:100%;
	height:auto;
	display:block;
}
.blog-sec .tblog1 {
	width:100%;
	float:left;
	position:relative;
	margin:0 0 40px;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	padding:10px;
}
.blog-sec .tblog1 p {
	font-size: 16px;
	color: #4e4e4e;
	font-weight:normal;
	line-height: 24px;
	margin:0;
}
.blog-sec .tblog1 img {
	float:left;
	width:50%;
	height:auto;
	display:block;
	margin-right:20px;
}
.blog-section {
	padding:30px 0;
	text-align: center;
	border-top: 1px solid #d4d4d4;
}
.blog-section h3 {
	display:block;
	font-size:36px;
	color: #161616;
	font-weight:600;
	line-height:46px;
	margin:0 0 10px;
}
.blog-section img {
	width:100%;
	height:290px;
	display:block;
	border-radius:4px;
	box-shadow:0 0 10px rgb(0 0 0 / 50%);
	border:2px solid #fff;
}
.blog-section h5 {
	display:block;
	color:#db2246;
	font-size:20px;
	font-weight:600;
	line-height:30px;
	padding:15px 0 0;
	margin:0;
}
.blog-section h5 a {
	color:#db2246;
	text-decoration:none;
}
.blog-section p {
	display:block;
	color: #161616;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
	padding:10px 0 20px;
	margin:0;
}
.ft-wrap {
	background:#000;
	padding: 40px 0 10px;
}
.ft-wrap h4 {
	display:block;
	color: #fff;
	font-size:24px;
	line-height:26px;
	font-weight:700;
	padding:0;
	margin-bottom:20px;
}
.ft-wrap .ft-menu {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.ft-wrap .ft-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ft-wrap .ft-menu ul li {
	margin:5px 0;
}
.ft-wrap .ft-menu li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	text-decoration: none;
	padding:0 0 0 20px;
	background:url(../images/ft-list-icon.png) no-repeat 0 8px;
 transition: all .3s ease 0s;
}
.ft-wrap .ft-menu li a:hover {
	color: #ddd;
}
.ft-wrap .add-box {
	float:left;
	width: 100%;
}
.ft-wrap .add-box .box {
	width: 100%;
	float: left;
	margin:2px 0 10px;
	color: #fff;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
}
.ft-wrap .add-box .box img {
	float: left;
	margin:5px 10px 10px 0;
}
.ft-wrap .add-box .box a {
	color: #fff;
	text-decoration: none;
}
.ft-wrap .req-quote-form {
	position:relative;
	background-image: linear-gradient(130deg, #642b73, #c6426e);
	padding: 10px 20px;
	border-radius: 10px;
}
.ft-wrap .req-quote-form input[type=text] {
	float:left;
	width: 100%;
	height:34px;
	font-family: 'Muli';
	font-size: 14px;
	color: #000;
	font-weight:normal;
	line-height: 20px;
	padding: 8px 10px;
	margin: 4px 0;
	background: #fff;
	border:1px solid rgba(0, 0, 0, .8);
}
.ft-wrap .req-quote-form input[type=text]:placeholder {
 color: #000;
}
.ft-wrap .req-quote-form textarea {
	float:left;
	width: 100%;
	height:70px;
	font-family: 'Muli';
	font-size: 14px;
	color: #000;
	font-weight:normal;
	line-height: 20px;
	padding: 8px 10px;
	margin: 3px 0 10px;
	background: #fff;
	border:1px solid rgba(0, 0, 0, .8);
}
.ft-wrap .req-quote-form .submit-btn {
	border-radius: 4px;
}
.ft-wrap .copyrgt {
	width:100%;
	text-align: center;
	border-top: 1px solid #7d7d7d;
	margin-top:10px;
}
.ft-wrap .copyrgt p {
	display:block;
	color: #fff;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	margin: 0;
	padding:10px 0;
}
.ft-wrap .copyrgt p a {
	color: #fff;
}
/****** INNER PAGES CSS ******/
.inner-banner {
	width:100%;
	position:relative;
	text-align:center;
}
.inner-banner img {
	width:100%;
	height:auto;
}
.inner-banner::after {
 position: absolute;
 content: '';
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.4);
 z-index: 9;
}
.inner-banner h2 {
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	font-weight: 600;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 999;
}
.inn-txt-row {
	padding:50px 0;
}
.inn-txt-row h1 {
	display:block;
	font-size: 35px;
	color: #010101;
	font-weight:700;
	line-height: 45px;
	margin:0;
}
.inn-txt-row p {
	font-size: 16px;
	color: #010101;
	font-weight: normal;
	line-height: 24px;
	padding:10px 0;
}
.inn-txt-row img {
	float:right;
	width:50%;
	height:auto;
	margin-left:20px;
}
.inn-txt-row h6 {
	font-size:24px;
	color:#010101;
	font-weight:600;
	line-height:30px;
	padding:10px 0;
	margin:0;
}
.inn-txt-row ul {
	list-style:disc;
	padding: 0;
	margin:10px 0 10px 20px;
}
.inn-txt-row ul li {
	font-size: 15px;
	color: #000;
	font-weight:normal;
	line-height:30px;
	padding: 5px 0;
	margin:0;
}
.inn_services {
	padding:40px 0;
}
.inn_services h3 {
	display:block;
	font-size: 30px;
	color: #000;
	font-weight:700;
	line-height: 45px;
	margin-top:10px;
	text-align:center;
}
.inn_services .t-box {
	position:relative;
	overflow:hidden;
}
.inn_services .col-lg-3 {
	padding:10px;
}
.inn_services .t-box .overly {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:9;
	height:100%;
	background-image:linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, .0));
}
.inn_services .t-box .overly h4 {
	display:block;
	color: #fff;
	font-size: 30px;
	font-weight:700;
	line-height: 36px;
	padding:15px 50px;
 transition: all .3s ease 0s;
	background:url(../images/arw-icon.png) no-repeat 70% 75%;
}
.inn_services .t-box .overly h4:hover {
	color: #fff;
	text-decoration:none;
}
.inn_services .t-box img {
	width:100%;
	height:auto;
	display:block;
 -webkit-transition:.5s ease;
 -moz-transition:.5s ease;
 transition:.5s ease
}
.inn_services .t-box:hover img {
	width:100%;
	height:auto;
	display:block;
	-webkit-transform:scale(1.09, 1.09);
	-moz-transform:scale(1.09, 1.09);
	transform:scale(1.09, 1.09)
}
.inn-ser-nav h3 {
	display:block;
	font-size: 30px;
	color: #fff;
	font-weight:700;
	line-height: 36px;
	margin:0;
	padding:10px 20px;
	background:#679b63;
}
.inn-ser-nav ul {
	list-style:none;
	padding:10px 20px 30px;
	margin:0;
	background:#f5f5f5;
}
.inn-ser-nav ul li {
	display:inline;
}
.inn-ser-nav ul li a {
	display:block;
	font-size: 15px;
	color: #000;
	font-weight:600;
	line-height:26px;
	padding:5px 0;
	margin:0;
	border-bottom:1px solid #b3b3b3;
}
.inn-ser-nav ul li a:hover {
	color: #679b63;
	text-decoration:none;
}
.appont-wrap {
	background: url(../images/appont-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
}
.appont-wrap h3 {
	font-size:50px;
	color: #fff;
	font-weight: 700;
	line-height: 60px;
	padding: 0;
	margin:0 0 25px;
}
.appont-wrap .gtq-btn {
	display:inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	border-radius: 36px;
	background-image: linear-gradient(130deg, #642b73, #c6426e);
	padding: 10px 30px;
	margin: 0;
	transition: all 300ms;
}
.appont-wrap .gtq-btn:hover {
	color: #fff;
	background:#000;
	text-decoration:none;
}
.inn-ser-txt h2 {
	display:block;
	font-size: 30px;
	color: #000;
	font-weight:700;
	line-height: 40px;
	margin:0;
	padding:10px 0;
}
.inn-ser-txt p {
	font-size: 18px;
	color: #000;
	font-weight:normal;
	line-height:26px;
	padding: 10px 0 30px;
	margin:0;
}
.inn-ser-txt .enq-btn {
	position:relative;
	display:inline-block;
	font-size: 18px;
	color: #fff;
	font-weight:700;
	line-height:24px;
	background:#610f04;
	padding:8px 15px;
	text-transform:uppercase;
	margin:0;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
 transition: all .3s ease 0s;
}
.inn-ser-txt .enq-btn:hover {
	color: #fff;
	background:#000;
	text-decoration:none;
}
.inn-enq-form {
	width:100%;
	position:relative;
}
.inn-enq-form form {
	padding:0;
	margin: 0;
}
.inn-enq-form input[type=text] {
	float:left;
	width: 100%;
	height:42px;
	font-family: 'Muli';
	font-size: 15px;
	color: #000;
	font-weight:normal;
	line-height: 20px;
	padding: 10px 15px;
	margin: 5px 0;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.inn-enq-form input[type=text]:placeholder {
 color: #000;
}
.inn-enq-form textarea {
	float:left;
	width: 100%;
	height:210px;
	font-family: 'Muli';
	font-size: 15px;
	color: #000;
	font-weight:normal;
	line-height: 20px;
	padding: 10px 15px;
	margin: 5px 0 15px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.inn-enq-form .submit-btn {
	border-radius: 4px;
}
.inn-adrs-box {
	position:relative;
	transition: all 300ms;
	text-align:center;
	background-image: linear-gradient(130deg, #642b73, #c6426e);
	border-bottom: 1px solid #fff;
	padding:20px 30px;
}
.inn-adrs-box img {
	width:60px;
	height:auto;
	margin-bottom:10px;
	display: inline-block;
}
.inn-adrs-box p {
	font-size: 20px;
	color: #fff;
	font-weight:600;
	line-height: 30px;
	padding:10px 0;
	margin:0;
}
.inn-adrs-box p a {
	color: #fff;
	text-decoration:none;
}
.inn-adrs-box p a:hover {
	color: #fff;
	text-decoration:none;
}
.blog-sec-row {
	padding:40px 0 30px;
	position:relative;
}
.blog-post-col {
	width:100%;
	float:left;
	margin:1% 0;
}
.blog-post-col h2 {
	display:block;
	font-size: 20px;
	color: #000;
	font-weight:700;
	line-height: 30px;
	margin:10px 0;
}
.blog-post-col h2 a {
	color: #000;
	text-decoration:none;
}
.blog-post-col h2 a:hover {
	color: #679b63;
	text-decoration:none;
}
.blog-post-col p {
	font-size: 16px;
	color: #000;
	font-weight:400;
	line-height: 24px;
}
.blog-post-col img {
	width:100%;
	height:auto;
}
.blog-post-col .read-more-btn {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	background: #679b63;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 8px 15px;
	margin:0;
 transition: all .3s ease 0s;
	text-decoration: none;
}
.blog-post-col .read-more-btn:hover {
	color: #fff;
	background: #000;
}
.rec-post-col {
	width:100%;
	float:left;
}
.rec-post-col h3 {
	display:block;
	font-size: 24px;
	color: #fff;
	font-weight:700;
	line-height: 40px;
	padding:5px 20px;
	margin-bottom:10px;
	background:#679b63;
}
.rec-post-col ul {
	list-style:none;
	padding:0;
	margin:0;
}
.rec-post-col ul li {
	margin: 5px 0;
	border-bottom: 1px solid #e6e6e6;
}
.rec-post-col ul li a {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-decoration: none;
	margin: 0;
	padding: 8px;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 transition: all .3s;
}
.rec-post-col ul li a:hover {
	color: #fff;
	background: #679b63;
}
.blog-post-col.details {
	width:98%;
	float:left;
}
.blog-post-col.details h2 {
	margin-top:0;
	margin-bottom:20px;
}
.blog-post-col.details h2 a {
	color: #610f04;
	text-decoration:none;
}
.blog-post-col.details img {
	width:60%;
	height:auto;
	float:right;
	margin-left:10px;
}
.blog-post-col.details ul {
	list-style: disc;
	margin: 0 0 1.5em 3em;
}
.blog-post-col.details ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
}
.blog-post-col .back-btn {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	background: #679b63;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	padding: 8px 20px;
	margin: 5px;
 transition: all .3s ease 0s;
	text-decoration: none;
}
.blog-post-col .back-btn:hover {
	color: #610f04;
	background: #f9d158;
}
