/* Imperia */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:124px;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:234px;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58.33333333%;
  flex:0 0 58.33333333%;
	max-width: 58.33333333%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33%;
  flex:0 0 33%;
	max-width: 33%;
	}
.col-sm-3 {
	-ms-flex:0 0 24.9%;
  flex:0 0 24.9%;
	max-width: 24.9%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.center{
	text-align: center!important;
}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.dbx{
	display: block;
	}
.mag_top{
	margin:10px 0px 0px 0px;
}
.pd_rt10{
	padding: 10px 10px 10px 0px;
}
.bdr_rt{
	border-right: 1px dashed #000;
}
.bdr_lt{
	border-left: 1px dashed #000;
}
.marg-top{
	margin-top:60px;
}
.marg-top2{
	margin-top:40px;
}
/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	transition: background-color .3s;
	background:#c9b07a;
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border:0px;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #d02724;
	color: #fff;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.text_center {
	text-align: center;
	}
.text_left{
	text-align: left;
}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
	.mrg_top{
		margin-top: 20px;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 999;
	}
header .top_header{
	width:100%;
	padding:1% 0%;
	background: #d02724;
	position: relative;
	}
header .top_header .top_contact {
	width: 42%;
	text-align: left;
	float: left;
	}
header .top_header .top_contact ul{
	float: left;
}
header .top_header .top_contact ul li {
	font-size: 14px;
	color: #fff;
	font-weight:400;
	display: inline-block;
	text-align: left;
	padding:0px 10px;
	border-right: 1px solid #fff;
	transition: all 300ms ease 0s;
	}
header .top_header .top_contact ul li:last-child{
	border:none;
	}

header .bg_white{
	width: 100%;
	background:#702635;
	padding:10px 0px;
}
header .bg_white .logo {
	width:20%;
	float:left;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

header .navigation{
	width: 80%;
	padding:37px 0px;
	position: relative;
	float: right;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
header.smaller {
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	}
header.smaller .btm_header{
	background:rgba(0,0,0,0.6);
	}
header.smaller .bg_white .logo {
	width:10%;
	float: left;
	}
header.smaller .navigation{
	width: 85%;
	float: right;
	padding:25px 0px;
}
/*Banner
================================================== */ 
.banner{
  width:100%;
  position: relative;
  margin:0 auto;
}
.banner img{
  width:100%;
  margin:0 auto;
}
.page_wrap{
	padding:40px 0px;
}
.btm_pad{
	padding-bottom:40px;
}
.btm_pad2{
	padding-bottom:20px;
}
.common_title_box{
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	padding:10px 0px;
	margin-bottom: 15px;
	position: relative;
}
.common_title_box span{
	width: 100px;
	height: 1px;
	background:#702635;
	position: absolute;
	bottom: 0px;
}
.common_title_box h1{
	font-size:22px;
	color:#702635;
	font-weight:700;
	text-transform: uppercase;
}
.inner_banner{
  width:100%;
  position: relative;
  margin:0 auto 20px;
}
.inner_banner img{
  width:100%;
}
.artical_box{
	width: 100%;
	float: left;
	transition: all 300ms ease 0s;
}
.artical_box .artical_thum{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.artical_box .artical_thum img{
	width: 100%;
}
.artical_box .artical_details{
	width:100%;
	background: #fff;
	padding:20px;
	transition: all 300ms ease 0s;
}
.artical_box:hover .artical_details{
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
}
.artical_box h3.title{
	font-size:20px;
	color:#000;
	font-weight:400;
	text-transform: capitalize;
	padding-bottom:10px;
}
.artical_box h3.title{
	color:#000;
	transition: all 300ms ease 0s;
}
.artical_box:hover h3.title{
	color:#ffb549;
}
.artical_box .date{
	font-size: 12px;
	color:#616161;
	font-weight:400;
	padding-bottom: 10px;
}
.artical_box .date span{
	font-size: 12px;
	color:#ec0e0e;
	font-weight:400;
	text-transform: uppercase;
}
.artical_box p{
	font-size: 14px;
	color:#616161;
	font-weight:400;
	line-height: 22px;
	text-align: left;
}
.artical_box .btn{
	margin:20px 0px 0px;
}
.artical_box .btn a{
	font-size: 14px;
	color:#fff;
	font-weight:400;
	line-height: 22px;
	text-align: left;
	background:#702635;
	padding: 5px;
	border-radius:5px;
	margin: 10px 0px 0px;
	transition: all 300ms ease 0s;
}
.artical_box .btn a:hover{
	color:#ffb549;
	}

.artical_box2{
	width: 100%;
	float: left;
	transition: all 300ms ease 0s;
	background: #fff;
	transition: all 300ms ease 0s;
	margin-bottom:40px;
}
.artical_box2 .artical_thum{
	width: 34%;
	float: left;
}
.artical_box2 .artical_thum img{
	width: 100%;
}
.artical_box2 .artical_content{
	width: 66%;
	float: left;
	padding: 20px;
}
.artical_box2:hover{
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
}
.artical_box2 .artical_content h3.title{
	font-size:24px;
	color:#000;
	font-weight:400;
	text-transform: capitalize;
	padding-bottom:10px;
}
.artical_box2 .artical_content h3.title a{
	color:#000;
	transition: all 300ms ease 0s;
}
.artical_box2:hover .artical_content h3.title a{
	color:#ffb549;
}
.artical_box2 .artical_content .date{
	font-size: 12px;
	color:#616161;
	font-weight:400;
	padding-bottom: 10px;
}
.artical_box2 .artical_content .date span{
	font-size: 12px;
	color:#ec0e0e;
	font-weight:400;
	text-transform: uppercase;
}
.artical_box2 .artical_content p{
	font-size: 14px;
	color:#616161;
	font-weight:400;
	line-height: 22px;
	text-align: left;
}
.artical_box2 .btn{
	margin:20px 0px 0px;
}
.artical_box2 .btn a{
	font-size: 14px;
	color:#fff;
	font-weight:400;
	line-height: 22px;
	text-align: left;
	background:#702635;
	padding: 5px;
	border-radius:5px;
	margin: 10px 0px 0px;
	transition: all 300ms ease 0s;
}
.artical_box2 .btn a:hover{
	color:#ffb549;
	}
.w20{
	width: 20%;
	margin: 0 auto;
}
.w60{
	width:52%;
	margin:0 auto;

}
.artical_box_inner{
	width: 100%;
	float: left;
	transition: all 300ms ease 0s;
}
.artical_box_inner .image_holder{
	width: 100%;
	float: left;
	margin:20px 0px;
}
.artical_box_inner .image_holder .thum{
	width: 100%;
}
.artical_box_inner .image_holder .thum img{
	width: 100%;
}
.artical_box_inner .image_holder .img_name{
	width: 100%;
	float: left;
	font-size: 15px;
	color:#616161;
	font-weight:400;
	line-height:26px;
	text-align: center;
	text-transform: unset;
	margin-bottom:20px;
}
.artical_box_inner .artical_banner{
	width: 100%;
	float: left;
	padding-bottom:20px;
}
.artical_box_inner .back_btn{
	float: right;
}
.artical_box_inner .back_btn a{
	float: right;
	background: #702635;
	padding: 5px;
	font-size: 13px;
	color:#fff;
	cursor: pointer;
}
.artical_box_inner h3{
	font-size:28px;
	color:#000;
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom:10px;
}
.artical_box_inner h4{
	font-size:18px;
	color:#333;
	font-weight: 700;
	text-transform: capitalize;
	padding:10px 0px 10px;
}
.artical_box_inner h5{
	font-size:15px;
	color:#333;
	font-weight: 700;
	text-transform: capitalize;
	padding:10px 0px 10px;
}
.artical_box_inner h6{
	font-size:18px;
	color:#333;
	font-weight: 400;
	text-transform: unset;
	padding:10px 0px 10px;
	font-style: italic;
}
.artical_box_inner .date{
	font-size: 12px;
	color:#616161;
	font-weight:400;
	padding-bottom:20px;
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
}
.artical_box_inner .date span{
	font-size: 12px;
	color:#ec0e0e;
	font-weight:400;
	text-transform: uppercase;
}
.artical_box_inner p{
	font-size: 15px;
	color:#616161;
	font-weight:400;
	line-height:26px;
	text-align: left;
	padding-bottom: 8px;
}
.artical_box_inner p a{
	font-size: 15px;
	color:#333;
	font-weight:600;
}
.artical_box_inner ul{
	padding:0px;
	margin:0px;
}
.artical_box_inner ul li{
	list-style: none;
	padding:0px 0px 10px 20px;
	font-size: 15px;
	color:#616161;
	font-weight:400;
	line-height:26px;
	text-align: left;
	position: relative;
}
.artical_box_inner ul li::before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #702635;
  font-size: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700;
}
.artical_box_inner ul li a{
	font-size: 15px;
	color:#616161;
	transition: all 300ms ease 0s;
}
.artical_box_inner ul li a:hover{
	font-size: 15px;
	color:#702635;
}
.artical_box_inner ol{
	padding:0px 0px 0px 12px;
	margin:0px;
}
.artical_box_inner ol li{
	padding:0px 0px 10px 5px;
	font-size: 15px;
	color:#616161;
	font-weight:400;
	line-height:26px;
	text-align: left;
	position: relative;
}
.artical_box_inner .thum{
	width: 100%;
	float: left;
}
.artical_box_inner .thum img{
	width: 100%;
}
.artical_box_inner hr {
  width: 100%;
  border-bottom: 1px dashed #000;
  float: left;
  margin: 20px 0px;
}
.tarot{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tarot .tarot_Box{
	flex:48%;
	float:left;
	background:#f1f1f1;
	margin:5px 5px;
	padding:20px 20px;
	border-radius:8px;
}
.tarot .tarot_Box h3.title{
	font-size:22px;
	color:#333;
	font-weight:700;
	text-align: left;
}
.tarot .tarot_Box p{
	font-size:15px;
	color:#333;
	font-weight:400;
	text-align: left;
}

/*footer*/
.footer{
	width: 100%;
	margin: 0 auto;
	background: #702635;
	position: relative;
	padding: 20px 0px;
}
.footer .copyright{
	float: left;
	font-size:13px;
	color: #fff;
	font-weight: 400;
}
.footer .copyright a{
	color: #fff;
	transition: all 300ms ease 0s;
}
.footer .copyright a:hover{
	color: #c4983c;
}
.footer .follow {
	width: 18%;
	text-align: right;
	float: right;
	font-size: 13px;
	color:#fff;
	}
.footer .follow a i{
	font-size: 15px;
	font-weight:400;
	display: inline-block;
	text-align: center;
	transition: all 300ms ease 0s;
	border-radius: 50%;
	margin-left:7px;
	}
.footer .follow a i{
	color: #fff;
	transition: all 300ms ease 0s;
}
.footer .follow a:hover i{
	color: #c4983c;
}
.footer .follow a:first-child{
	padding:0;
	}
.share_bt {
  margin: 50px 0px 0px;
  float: left;
}


.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 8px;
}