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


/**** RESET CSS
------ss---****/
* {
	magin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, table, th, td, tr, tbody, thead, thead, tfoot, dl, dt, dd, div, em, strong, b, i, sub, sup, ul, ol, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, blockquote, a, abbr, acronym, address, big, small, cite, code, del, dfn, font, ins, kbd, q, s, samp, strike, fieldset, form, label, legend, caption, main, section, header, footer, aside, hgroup {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cls {
	clear: both
}
::-webkit-input-placeholder {
/*color: #ccc;*/
}

:-moz-placeholder { /* Firefox 18- */
/*color: #ccc; */ 
}

::-moz-placeholder {  /* Firefox 19+ */
/* color: #ccc;  */
}

:-ms-input-placeholder {
/*   color: #ccc;  */
}
body {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	border: none
}
ul, ol, li {
	list-style: none;
}
/****s****RESET CLASS*****s****/
#page-warpper {
	width: auto;
}
/*--------size------------*/
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
.title {
	font-size: 30px;
}
.btn-cu {
	background: #6A4D0B;
}
.title {
	font-size: 30px;
}
.bg {
	background: #6A4D0B;
	color: #fff;
}
/*------------------------*/
.carousel-inner img {
	width: 100%;
	height: 100%;
}
/*--------------------------*/
.main-header {
	background: #000;
}
.top-header a {
	font-weight: bold;
}
.top-header {
	background-color: #6A4D0B;
	padding: 10px;
}
.main-header a.nav-link {
	color: #6A4D0B !important;
	font-weight: 900;
}
.header-mail {
	text-align: right;
}
.top-footer {
	background-color: black;
	color: #fff;
	padding: 50px 0px;
}
.top-footer a {
	color: #fff;
}
.bottom-footer {
	color: #fff;
	background-color: #6A4D0B;
}
.bottom-footer a {
	color: #fff;
}
/*-------------*/
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.main-header {
	background: #000;
	postion: fixed;
	z-index: 111111111;
}
.visible-title {
	visibility: visible;
}
/*--------------------*/

.top-footer h5 {
	color: #6A4D0B;
	font-weight: bold;
	text-transform: capitalize;
}
.box {
	-webkit-box-shadow: -1px 2px 19px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 2px 19px -5px rgba(0,0,0,0.75);
	box-shadow: -1px 2px 19px -5px rgba(0,0,0,0.75);
	margin: 10px 0px;
	padding: 50px 0px;
	border: 5px solid #fff;
	font-weight: bold;
	    height: 163px;
}
.blog:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #6A4D0B;
	top: 0px;
	position: absolute;
	opacity: 0.8;
}
.blog {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative
}
p.card-des {
	height: 70px;
	overflow: hidden;
	margin: 10px 0px;
}
p.card-text {
	margin: 10px 0px;
}
.con-info {
	background-color: #6A4D0B;
}
.social-links li a {
	color: #000;
}
.social-links li {
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #6A4D0B;
	border-radius: 50%;
	line-height: 50px;
	font-size: 21px;
	color: #000;
}
#cover-page {
	position: relative;
	padding: 100px 0px;
}
#cover-page h1 {
	color: #fff;
}
#cover-page h3 {
	color: #fff;
}
#cover-page:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #999;
	top: 0px;
	position: absolute;
}
}
.con-page {
	background-image: url(../images/contactus.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.pr-page {
	background-image: url(../images/privacy&policy.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.tnc {
	background-image: url(../images/terms-&conditions.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sec-heading {
	margin: 50px 0px;
}
.rating {
	float: left;
}
/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
	position: absolute;
	top: -9999px;
	clip: rect(0,0,0,0);
}
.rating:not(:checked) > label {
	float: right;
	width: 1em;
	/* padding:0 .1em; */
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 300%;
	/* line-height:1.2; */
	color: #ddd;
}
.rating:not(:checked) > label:before {
	content: '★ ';
}
.rating > input:checked ~ label {
	color: dodgerblue;
}
.rating:not(:checked) > label:hover, .rating:not(:checked) > label:hover ~ label {
	color: dodge
}
/*---------blog page css-----------------*/
.blog-details-main h1, h2, h3, h4, h5, h6 {
	font-size: 20px !important;
	margin: 10px 0px !important;
	color: #000000;
}
.blog-details-main strong {
	font-style: normal;
}
.blog-details-main p {
	margin: 10px 0px;
}
.blog-details-main ul {
	margin-left: 20px;
}
/*--------------------------*/

.sec-heading {
	position: relative;
}
.sec-heading:before {
	position: absolute;
	content: "";
	width: 7%;
	height: 4px;
	background: #000;
	left: 46.5%;
	top: 50px;
}
.sec-heading:after {
	position: absolute;
	content: "";
	width: 5%;
	height: 4px;
	background: #6A4D0B;
	left: 47.5%;
	top: 60px;
}
 @-webkit-keyframes blinker {
 from {
opacity: 1.0;
}
to {
	opacity: 0.2;
}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}
.con-info .box i.fa {
	font-size: 32px;
}


#scroll {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #f1bf46;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px
}
#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
#scroll:hover {
	background-color: #000;
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.services-box ul li {
	margin-left:10px;
}

.services-box ul li {
    margin-left: 25px;
    list-style-type: disc;
    line-height: 30px;
}

.services-box p {
    line-height: 30px;
}


img.card-img-top.img-fluid {
    height: 180px !important;
}

.card.services-box-hare {
  
    border: 3px solid #6A4D0B;
}


article.services-box.p-3 img {
    width: 100%;
}


.card {
    position: relative;
}

p.ctgry-name {
    background: #000000;
    position: absolute;
    margin: auto;
    top: -13px;
    padding: 3px 17px;
    color: #6A4D0B !IMPORTANT;
    font-weight: bold;
    /* border-radius: 8px; */
    left: 0px;
    right: 0px;
    width: 37%;
    /* border: 1px solid #ccc; */
    text-align: center;
    box-shadow: 1px 6px 5px 0px rgb(0 0 0 / 75%);
}

aside.post_hare.mb-4 {
    background: #6A4D0B;
    padding: 10px 15px;
    border-left: 3px solid #000;
}

article.services-box.p-3 {
    background: #f9f9f9;
}
article.user-cmt.p-3 {
    background: #f9f9f9;
}
article.comment-box.p-3 {
    background: #f9f9f9;
}

ul.latest-news {
    border: 1px solid #ccc;
}

.box-contact {
    background: #fff;
    height: 250px;
    box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 75%);
    border-radius: 7px;
    border: 1px solid #ccc;
}
h6.cl-tel {
    display: inline;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}