/*----------------------*/
/* Main from CSS Line 734
/*----------------------*/

.top-navbar
{
	background:#4da54d;
}

.header-line
{

	background:#fafbfc;
	border-bottom:2px solid #cfdbe2;
	min-height:80px;
	padding-top:5px;
}

.main-content-wrap
{

	min-height:500px;
}

.main-content
{
	min-height:450px;
}

.db-wrap
{
	background:#ffffff;
	border-radius: 4px;
	border:1px solid #e4eaec;
	width:100%;
	min-height:62px;
	padding:15px;
	padding-top:18px;
	margin-bottom:15px;
	position:relative;
}

.db-wrap h4
{
	color:#333333;
	
	margin-top:3px;
	margin-left:2px;
	
}

.arrow-img
{
	width:24px;
	height:24px;
	position:relative;
	left:-5px;
}

.no-margin
{
	margin:0;
}

.back-color-1
{
	background:#23b7e5;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}

.back-color-1 h4,.back-color-2 h4,.back-color-3 h4,.back-color-4 h4,.back-color-5 h4,.back-color-6 h4,.back-color-7 h4,.back-color-8 h4
{
	
	text-decoration:underline;
}

.back-color-2
{
	background:#7266ba;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}

.back-color-3
{
	background:#f05050;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}

.back-color-4
{
	background:#27c24c;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}

.back-color-5
{
	background:#ff902b;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}

.back-color-6
{
	background:#5d9cec;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}

.back-color-7
{
	background:#2b957a;
	color:#ffffff;
	cursor: hand;
    cursor: pointer;
}


 .text-control{height:30px;border-radius:3px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.text-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.text-control::-moz-placeholder{color:#999;opacity:1}.text-control:-ms-input-placeholder{color:#999}.text-control::-webkit-input-placeholder{color:#999}
 

.navbar-right
{
	padding-top: 15px;
	
} 

 .top-right-link
 {
	color: #ffffff;
	
	margin-right: 15px;
 }
 
 
.top-right-link:hover
{
	color: #ffffff;
	text-decoration: underline;
}




form#main fieldset 
	{
		border: none;
		margin-bottom: 25px;
	
	}

	form#main fieldset:last-of-type 
	{
		margin-bottom: 0;
	}

	form#main legend 
	{
		
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	form#main ol li 
	{
		list-style: none;
	}

@media (max-width: 767px) 
{

	.navbar-right a
	{
		clear:both !important;
		float:none !important;
		display:block !important;
		height:40px;
	}
	
	form#main {
		padding:20px;
		width:100% !important;
		min-width:300px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#f8f8f8;
	}
	
	form#main input:not([type=radio]):not([type=checkbox]),
	form#main select,
	form#main textarea {
		background: #ffffff;
		border: 1px solid #ffffff;
		outline: none;
		padding: 5px;
		clear:both !important;
		width: 100% !important;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		min-height:32px;
	}
	
	form#main label {
		
		font-size:16px;
		margin-top:10px;
	}
	
	#main-login-form
	{
		width: 320px !important;
		margin-left:-160px !important; 
	}
	
	.login-form-field
	{
		width:160px !important;
	}
}


@media (min-width: 768px) 
{
	form#main {
		
		padding: 25px;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background:#ffffff;
	}

	



	form#main ol li 
	{
		background: #f4f4f4;
		border-color: #cccccc;
		border-style: solid;
		border-width: 1px;
		line-height: 30px;
		list-style: none;
		padding: 5px 10px;
		margin-bottom: 2px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	form#main ol ol li 
	{
		background: none;
		border: none;
		float: left;
	}

	form#main label {
		float: left;

		width: 28%;
		font-weight:400;
	}

	form#main input:not([type=radio]):not([type=checkbox]),
	form#main select,
	form#main textarea {
		background: #ffffff;
		border: none;
		font: italic 13px Georgia, "Times New Roman", Times, serif;
		outline: none;
		padding: 5px;
		width: 65%;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		min-height:32px;
	}
	form#main input:not([type=submit]):focus,
	form#main textarea:focus 
	{
		background: #ffffff;
	}

	form#main input[type=radio]
	 {
		float: left;
		margin-right: 5px;
	}
}


.form-field
{
	border:1px solid #aaaaaa;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height:28px;
	min-width:200px;
	font-size:14px;
}

.underline-link
{
	text-decoration:underline;
}

.slideshow-wrap
{
    width: 100%; 
    min-height: 263px; 
   
	padding: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#ffffff;
		
}


#slideshow { 
    margin: 0 auto; 
    position: relative; 

}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
	
}

.slide-header
{
	font-size: 16px;
	font-weight: bold;
	color:#000000 !important;
	margin-top:0px;
	padding-top:0px;
}

.hr-slide-header
{
	margin-top:10px;
	margin-bottom:10px;
}


.table-wrap
{
	background:#fefefe;
	position:relative;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	border-color:#e5e5e5 #eee #eee;
	border-style:solid;
	border-width:1px 0;
	-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.05);
	box-shadow:inset 0 3px 6px rgba(0,0,0,.05);
	border-radius:5px;
}
	
.table-wrap:after
{
	position:absolute;
	top:15px;left:15px;
	font-size:12px;
	font-weight:700;
	color:#959595;
	text-transform:uppercase;
	letter-spacing:1px;
}



.ajax-file-upload-statusbar {

margin-top: 10px;
width: 420px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #2e80c2;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}

.ajax-file-upload 
{
	background:#4da54d;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	 display: inline-block;

	
	padding: 7px 25px;

  }
  
.ajax-file-upload:hover {
   	background: #35962B;
	cursor: pointer;
}

.ajax-upload-dragdrop
{

	border:2px dotted #A5A5C7;
	width:420px;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}

.img-wrap
{
	padding:10px;
	border:1px solid #cccccc;
	background:#ffffff;
	margin-bottom:20px;
	margin-right:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float:left;
}


.no-right-padding
{
	padding-right:0px !important;
}


.admin-preview-thumbnail
{
	float:left;
	width:50px;
	margin-right:10px;
	margin-bottom:10px;
}



#largeImage 
{
	position: absolute;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #bfbfbf;
}



	.view-select-tabs{
		float:right;
		padding-top:4px;
		padding-right:4px;
	}

	.view-select-tabs a{
		float: left;
		line-height: 22px;
		height: 24px;
		text-indent: -9999px;
		outline: none;
	}

	.view-select-tabs a span{
		display: block;
		line-height: 22px;
		text-indent: -9999px;
	}

	.view-select-tabs #list-view{
		width: 22px;
		margin: 0 0 -5px 0;
		background: url("../images/view_select_list_current.png") no-repeat;
	}

	.view-select-tabs #list-view span{
		background: url("../images/view_select_list.png") no-repeat;
	}

	.view-select-tabs #list-view:hover span, .view-select-tabs #list-view.current span{
		background: none;
	}

	.view-select-tabs #list-view:hover, .view-select-tabs #list-view.current{
		height: 34px;
		margin: 0;
	}

	.view-select-tabs #grid-view{
		width: 22px;
		margin: 0 0 -5px 0;
		background: url("../images/view_select_grid_current.png") no-repeat;
	}

	.view-select-tabs #grid-view span{
		background: url("../images/view_select_grid.png") no-repeat;
	}

	.view-select-tabs #grid-view:hover span, .view-select-tabs #grid-view.current span{
		background: none;
	}

	.view-select-tabs #grid-view:hover, .view-select-tabs #grid-view.current{
		height: 34px;
		margin: 0;
	}
	
	.entry-label
	{
		position: absolute;
		z-index: 1;
		top: 120px;
		left: 0;
		width: 180px;
		height: 25px;
		font-size:12px;
		color:#516054;
		background:#e6ede0;
		font-weight:800;
	
	}
	
	.entry-overlay
	{
		position: absolute;
		left:0;
		text-align:left;
		bottom: 0px;
		width:100%;
		padding-left:5px;
		padding-right:5px;
		padding-top:8px;
		padding-bottom:8px;
		z-index: 1435;
		display: none;
		color:#ffffff !important;
		font-size:12px;
		background: rgb(50, 50, 50) transparent;
		background: rgba(50, 50, 50, 0.5);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
	
	
	}
	
	.grid-result
	{
		border:1px solid #e7e9e5;
		background:#ffffff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		margin-bottom:10px;
	
	}
	
	.my-wrap img
	{
		margin:0 auto;
		height:120px;
	}

	.grid-wrapper
	{
		
		background:red;
	}
	
	.my-wrap
	{
		vertical-align: middle;
		text-align:center;
		position:relative;
		
	}
	
	.number-results
	{
		float:left;
		padding-left:5px;
		padding-top:8px;
	}
	
	.black-text
	{
		color: #222222 !important;
	}
	
	
.results-info
{
	font-size:11px;
	height:32px;
}

.featured-r-title
{

	font-weight:800;
	
}

.tick-featured
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:101;
}

.abs-16
{
	position:absolute;
	right:16px !important;
}

.is_r_featured
{
	display:none;
}



.r-format
{
	margin-top:7px;
	margin-right:4px;
	font-size:11px;
}

.search-result-title
{
	
}

.final-image
{
	max-width:100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#amount
{
	border:0 !important; 
	box-shadow:none;
	background:#f5f7fa; 
	color:#4da54d;
}

.field-explanation
{
	font-style:italic !important; 
	font-size:11px !important;
}

.red-font
{
	color:red;
}

/*------------------*/
/*Theme default CSS
/*------------------*/
.mt-30{margin-top:30px;}
html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
	color:#888888;
    line-height: 1.67;
    overflow-x: hidden;
    padding-top: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Times New Roman', Times, serif;
    color: #222222;
    font-weight:900;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
	line-height: 1.0;
}

a:focus {
  outline: 0px solid;
}
.img-class {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 6px;
  color: #333;
  font-size: 16px;
}


h1{
	font-size: 36px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}

a {
transition: all 0.5s ease-out;
text-decoration: none;
color:#ED7D31;
}
nav .active a{
color: #1A3F6C!important;
}

.modal-footer a{
transition: all 0.5s ease-out;
text-decoration: none;
color:#FFF;
}

a:active,
a:hover {
  outline: 0 none;
  color: #1A3F6C;
  text-decoration:none;
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #0090cb;
  text-shadow: none;color:#fff
}

textarea:focus, input:focus{
    outline: none;
}
.pt-130{padding-top:130px}
.pt-100{padding-top:100px}
.pb-100{padding-bottom:100px}
.pb-70{padding-bottom:70px}
.pt-80{padding-top:80px}
.pb-80{padding-bottom:80px}
.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.bg-gray{
	background:#f7f7f7
}
.pad-0{
	padding: 0;
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

/*
2.Scrollup
==============*/
#scrollUp {
	background: #ED7D31 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}

/*
3.Menu  Section
=================*/
.hd-sec {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 30px;
}
.logo {
	padding-top: 0px;
}
.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
/*	background-color: rgba(0, 0, 0, 0.60); */
.nav-menu-bar {
	background-color: #ED7D31;
	border-bottom: 4px solid #FDDDAC;
	margin: 0px 0px;
}
.nav-menu {
	text-align: right;
	padding-right: 0;
	padding-left: 0;
}
.menu {
display: inline-block;
position:relative
}
.main-menu {
	display: inline-block;
	text-align: right;
}

.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li.active{
	position:relative
}
.main-menu ul li a {
	display: block;
	font-size: 18px;
	padding: 32px 16px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 900;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#FDDDAC
}

.main-menu ul ul {
	background: #404040 none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 110px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	border-bottom: 2px solid #ED7D31;
}
.main-menu ul ul li {
float : none;
width : 220px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #ddd;
	border-bottom: 1px solid #393939;
	text-transform: capitalize;
	font-size: 14px;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#222222;background:#ED7D31;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
border-top:0px;
border-top:2px solid #ED7D31;
border-bottom:1px solid #ED7D31
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:96px; 
}
.main-menu ul li a i {
margin-left : 6px;
}
.hd-sec.sticky_menu {
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
}
.applay-button {
	padding: 16px 0px;
	text-align: center;
}
.applay-button a {
	padding: 14px 30px;
	display: inline-block;
	font-weight: 900;
	text-transform: capitalize;
	margin-top: 4px;
	text-align: center;
	color: #fff;
	position:relative;
	font-family: 'Playfair Display', serif;
	font-size:18px;
}
.applay-button a::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	top: 0;
	left: 0;
}
.applay-button a::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 90%;
	border: 1px solid #fff;
	bottom: 5px;
	left: 7px;
	transition: all 0.4s ease 0s;
}
.applay-button a:hover::after {
	height: 100%;
	width: 100%;
	bottom:0;
	left: 0px;
	transition: all 0.4s ease 0s;
}
.applay-button a:hover{
	color:#FDDDAC
}
/*
4.Slider Section
======================*/
.all-slide .owl-item {
  height: 735px;
}
.all-slide .single-slide {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
}
.slider-wrapper {
	width: 1170px;
	padding: 15px 15px;
	margin: 0px auto;
	height: 100%;
}
.slider-text {
	display: block;
	position: relative;
	top: 20%;
    width: 50%;
	z-index: 2;
	text-align: center;
	margin: 0px auto;

}

.slider-text ul {
  margin-top: 20px;
}
.slider-sub-title {
	font-size: 48px;
	color: #fff;
	font-family: 'Pinyon Script', cursive;
}
.slider-text h1 {
	color: #ED7D31;
	font-size: 48px;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 900;
	line-height: 1.3;
}

.slider-text h1 > span{color:#fff;}
.slider-text p {
  color: #fff;
}
.slider-text li {
  display: inline-block;
}
.slider-text li a {
	display: inline-block;
	padding: 14px 32px;
	text-transform: capitalize;
	margin-right: 14px;
	transition: all 0.4s ease 0s;
	border: 1px solid #ED7D31;
	color: #fff;
	background-color: rgba(175, 154, 125, 0.4);
}
.slider-text li a:hover{
	border-color:#fff;
	background:transparent;
}
.all-slide .owl-controls .owl-nav {
	position: absolute;
	bottom: 0;
	z-index: 99;
	left: 0;
	right: 0;
	text-align: center;
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
	transition: all 0.4s ease 0s;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	background: #ED7D31;
	display:inline-block;
}
.all-slide .owl-controls .owl-prev:hover,
.all-slide .owl-controls .owl-next:hover{
	background:#222;
	transition: all 0.4s ease 0s;
}
.all-slide .owl-controls .owl-next {
	transition: all 0.4s ease 0s;
	color: #fff;
	text-transform: capitalize;
	font-size: 21px;
	background: #998972;
	display:inline-block;
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	color: #fff;
	font-size: 40px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	font-weight: normal;
	display: inline-block;
	padding: 3px 16px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);	
}
.all-slide.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: 27px;
	left: 0;
	right: 0;
	text-align: center;
}
.all-slide.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	height: 3px;
	margin: 0 2px;
	width: 15px;
	position: relative;
	background: #fff;
	transition: all 0.4s ease 0s;
}
.all-slide.owl-carousel.owl-theme .owl-dot.active{
	background:#000
}
/*
5.About Us Section
======================*/
.about-sec{
	background-color: #fff;
	background-image: url("../img/about-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.about-desc {
	margin-top: 0px;
}
.about-desc-img img {
	border: 5px solid #ED7D31;
}
.about-desc span {
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
	color: #ED7D31;
}
.about-desc h1 {
	font-size: 36px;
	font-weight: 900;
	color: #ED7D31;
}
.border_left {
	width: 81px;
	height: 2px;
	background: #ED7D31;
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: -10px;
}
.simple-btn {
	background: #ED7D31;
	display: inline-block;
	padding: 17px 46px;
	text-transform: capitalize;
	margin-right: 14px;
	transition: all 0.4s ease 0s;
	color: #fff;
}
.simple-btn:hover{
	color:#fff;
	background: #292929;
}

/*
6.Title Section 
======================*/
.sec-title {
	margin-bottom: 40px;
}
.title_border {
	width: 70px;
	height: 1px;
	background: #ED7D31;
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: -10px;
}
.sec-title h1 {
	font-size: 34px;
	font-weight: 900;
	color: #ED7D31;
}

/*
7.Room List Section
======================*/
.room-list-inner {
	border: 5px solid #fff;
	background:#fff;
	margin-bottom:30px;
}
.room-list-page-sec .room-list-inner {
	box-shadow: 0 0 30px 15px #f7f7f6;
}
.room-list-inner:hover .room-list-img-overlay {
	height:100%;
	transition: all 0.4s ease-in-out 0s;
	opacity:1;
}
.room-list-img {
	position: relative;
}
.room-list-img-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	height:0%;
	top: 0%;
	background-color: rgba(0, 0, 0, 0.60);
	transition: all 0.4s ease-in-out 0s;
	text-align: center;
	opacity:0;
}

.room-list-img-overlay a {
	border: 1px solid #fff;
	padding: 14px 26px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0px auto;
	font-family: 'Playfair Display', serif;
	font-size:24px;
}
.room-list-text h2 a {
	font-size: 20px;
}
.room-rating {
	float: right;
}
.room-rating i {
	font-size: 18px;
}
.room-rating i.icofont-ui-rating,
.room-rating i.icofont-ui-rate-blank
 {
	color:#ED7D31
}
.room-list-text {
	padding: 6px;
}
.booking-btn {
	padding: 11px 18px;
	background: #ED7D31;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	border-radius:5px;
}
.pagination.custom-pagination {
	width: 100%;
	margin-top: 50px;
}
.pagination.custom-pagination li {
	display: inline-block;
}
.pagination.custom-pagination li.active a {
	background: #fff none repeat scroll 0 0;
	border:1px solid #ED7D31
}
.pagination.custom-pagination li a {
	color: #222222;
	font-size: 24px;
	height: 47px;
	line-height: 32px;
	margin: 0;
	width: 47px;
	border: none;
	border-radius: 0%;
	text-align: center;
}

/*
8.Service Section 
======================*/
.service-inner {
	margin-bottom: 40px;
}
.service-icon i {
	font-size: 34px;
}
.service-inner h3 a {
	font-size: 24px;
}
.service_border {
	width: 40px;
	height: 1px;
	background: #ED7D31;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -6px;
	margin-left: 10px;
	transition: all 0.4s ease 0s;
}
.service-inner:hover .service_border {
	width: 0px;
	transition: all 0.4s ease 0s;
}
/*
9.Room Gallery Section 
======================*/
.room-gallary-img {
	position: relative;
	z-index:2;
	overflow:hidden;
}
.room-gallary-inner:hover .room-gallary-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	left: 0;
	top: 0;
	z-index:1;
}
.room-gallary-caption{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 100%;
	top: 0;
	left: 0;
	border: 50px solid rgba(221, 221, 221, 0.0);
	z-index:3;
	visibility:hidden;
	opacity:0;
	transition: all 0.4s ease 0s;
	
}
.room-gallary-v2-sec .room-gallary-inner {
	margin-bottom: 30px;
}
.room-gallary-img > img {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.room-gallary-inner:hover .room-gallary-img > img {
	transform: scale(1.6);
	transition: all 0.4s ease 0s;	
}
.room-gallary-inner:hover .room-gallary-caption{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;	
}
.room-gallary-text h2 a {
	color: #fff;
}
.room-gallary-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 30px;
}
.room-gallary-inner:hover .room-gallary-text p{
	color:#fff;	
	transition: all 0.4s ease 0s;	
}
.room-gallary-icon {
	margin-bottom: 20px;
}
.room-gallary-text h2 {
	position: relative;
}
.gallery-border {
	width: 50px;
	height: 1px;
	background: #ED7D31;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
}
.room-gallary-caption::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	border: 1px solid #ED7D31;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
}
.room-gallary-inner:hover .room-gallary-caption::before {
	width:100%;
	transition: all 0.4s ease 0s;
}

.room-gallary-caption::after {
	position: absolute;
	content: "";
	width: 90%;
	height: 0%;
	border: 1px solid #ED7D31;
	left: 0;
	top: -15px;
	right:0;
	text-align:center;
	margin:0px auto;
}
.room-gallary-inner:hover .room-gallary-caption::after {
	height:100%;
	transition: all 0.4s ease 0s;
}

.all-room-gallary-inner.owl-carousel .owl-item img {
width:auto!important;
margin:0px auto;
}
/*
10.Event Section 
======================*/
.event-img{
	position:relative;
	z-index:2;
	overflow:hidden;
}
.event-img:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.50);
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	z-index: 1;
}
.event-inner:hover .event-img:before{
	background-color: rgba(0, 0, 0, 0.80);
	transition: all 0.4s ease 0s;
}
.event-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	right: 0;
	text-align: center;
	transition: all 0.4s ease 0s;
	z-index:3
}
.event-inner:hover .event-text {
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease 0s;
	bottom:inherit;
}
.event-date {
	color: #ED7D31;
	font-size: 16px;
	font-weight: 600;
}
.event-text h2 a {
	color: #fff;
}
.event-readmore-btn {
	color: #fff;
	display: inline-block;
	width: 100%;
	transform: scale(0);
	visibility:hidden;
	transition: all 0.4s ease 0s;
}
.event-inner:hover .event-readmore-btn {
	transform: scale(1);
	visibility:visible;
	transition: all 0.4s ease 0s;	
}
.event-inner {
	margin-bottom: 30px;
}
.event_border {
	width: 74px;
	height: 1px;
	background: #ED7D31;
	display: inline-block;
	top: -20px;
	position: relative;
}
.event-img img {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.event-inner:hover .event-img img {
	transform: scale(1.3);
	transition: all 0.4s ease 0s;
}
/*
11.Testimonial
============================*/
.single-testimonial-v1 {
	padding: 45px 45px 30px 45px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 6px 1px #f2f2f2;
	background: #fff;
	margin: 5px;
	position:relative;
	z-index:2
}
.single-testimonial-v1:hover.single-testimonial-v1::before {
	transition: all 0.4s ease 0s;
	height: 100%;	
}
.single-testimonial-v1:hover p{
	color:#fff;
}
.single-testimonial-v1:hover.single-testimonial-v1 .details span{
	color:#fff;
}
.single-testimonial-v1::before {
	position: absolute;
	content: "";
	background: #ED7D31;
	opacity:0.6;
	height: 0;
	width: 100%;
	left: 0;
	top: 0;
	z-index:-1;
	transition: all 0.4s ease 0s;
}
.testimonial-v1-img {
	display: inline-block;
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 14px;
	margin-top: -15px;
}
.single-testimonial-v1 .details span {
	text-transform: capitalize;
	color: #ED7D31;
}
.single-testimonial-v1 .testimonial-v1-img img {
	border-radius: 100%;
}
.single-testimonial-v1 .details h2 {
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 24px;
	color: #222;
}
.single-testimonial-v1 .details {
	margin-bottom: 20px;
}
.testimonial-v1-all.owl-carousel.owl-theme .owl-dots {
	text-align: right;
	margin-top: 50px;
}
.testimonial-v1-all.owl-carousel.owl-theme .owl-dot {
	display: inline-block;
	height: 2px;
	margin: 0 2px;
	width: 15px;
	position: relative;
	background: #ED7D31;
	transition: all 0.4s ease 0s;
}
.details h2 a:hover {
	color: #fff;
}
/*
12.Blog Section
==================*/
.sngl-blg {
	margin-bottom: 30px;
}
.sngl-blg:hover .sngl-blg-img:before{
	width:100%;
	transition: all 0.5s ease-out;
}
.sngl-blg-img:before{
	position:absolute;
	content:"";
	width:0;
	height:100%;
	left:0;
	background-color: rgba(0, 0, 0, 0.60);
	transition: all 0.5s ease-out;
}
.sngl-blg-img {
	position:relative;
}
.sngl-blg-dsc {
	padding: 20px 30px;
	border: 1px solid #eee;
	transition: all 0.4s ease 0s;
}
.sngl-blg:hover .sngl-blg-dsc {
	box-shadow: 0 0 10px 4px #f7f7f7;
	transition: all 0.4s ease 0s;
}
.block-qoute {
  border-bottom: 1px solid #f3f1f1;
  border-top: 1px solid #f3f1f1;
  padding: 10px;
  text-align: center;
  margin: 40px 0;
}
.block-qoute p{color:#61bd12;font-style:italic}
.sngl-blg-dsc .btn.rdmoreBtn {
  padding-left: 0;
}
.blog-details-meta ul {
	margin-top: 10px;
}
.sngl-blg-dsc li i, .blog-details-meta li i {
	margin-right: 5px;
	color: #ED7D31;
}
 .sngl-blg-img  img {
  width: 100%;
}
.blog-details-meta {
	margin-bottom: 30px;
}
.blg-title {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 30px;
}
.blg-title a:hover{
	color:#ED7D31
}
.sngl-blg-dsc  ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.sngl-blg-dsc li,
.blog-details-meta li {
	color: #888;
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
}
.rdmoreBtn {
	color: #ED7D31;
	font-weight: 600;
}
.rdmoreBtn i {
	margin-left: 10px;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	top: 3px;
}
.single-blog .sngl-blg-dsc{
	padding:0px;
	border:0px;
}
.single-blog .sngl-blg-img {
	margin-bottom: 20px;
}

/*
13.Home Version 2
======================*/
/* About Us v2 */
.about-v2-sec{
	background-color: #222;
	background-image: url("../img/about-v2-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.about-v2-overlay{
	background-color: rgba(0, 0, 0, 0.60);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.about-v2-desc h1 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}
.about-v2-desc p{
	color:#fff;
}
.vedio-button a i {
	font-size: 42px;
}
.vedio-inner img {
	width: 100%;
}
.video-inner h4 {
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.vedio-inner {
	position: relative;
}
.vedio-overly {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.20);
}
.vedio-button {
	position: relative;
	width: 170px;
	height: 185px;
	box-shadow: 0 0 0 0 rgba(175, 154, 125, 0.7);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	margin: 0px auto;
	line-height: 210px;
	border: 1px solid #ED7D31;
	z-index: 2;
}
.vedio-button::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	border: 1px solid #ED7D31;
	right: -20px;
	top: 20px;
	z-index: 1;
}
.vedio-button a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.vedio-button a i {
	font-size: 40px;
}
.vedio-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
.about-img-gallery {
	/* padding: 40px; */
	box-shadow: 0 0 31px 10px #e5e5e5;
	margin: 50px;
}
.gallery-tab li a {
	color: #ED7D31;
	font-size: 24px;
}
.gallery-tab-sec ul {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*
15.Home Version 3
======================*/
.home-v3 .slider-text{
	background-color: rgba(0, 0, 0, 0.60);
}
.home-v3 .slider-text::before {
	border: 1px solid #7b6a55;
}
.home-v3 .booking-sec {
	background-image: url("../img/booking-bg-v2.jpg");
}
.room-call-to-action-sec{
	background-color: #222;
	background-image: url("../img/about-v3-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.room-call-overlay{
	background-color: rgba(0, 0, 0, 0.60);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.room-subtitle {
	color: #ED7D31;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.room-call-desc h1 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
}
.room-call-desc p{
	color:#fff;
}
.room-discount {
	margin-top: 70px;
	text-align:center;
}
.room-discount p {
	color: #fff;
	font-weight: 800;
	text-transform:uppercase;
}
.room-discount h1 {
	font-size: 60px;
	color: #fff;
}
/*
16.Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("../img/page_hd.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	padding-top: 300px;
	position: relative;
	background-size: cover;
}
.page-heading {
	text-align: center;
}
.breadcrumb-overlay {
	background-color: rgba(0, 0, 0, 0.20);
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
.page-heading h1 {
	font-size: 34px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0px;
	display: inline-block;
	padding: 16px 36px;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li:first-child{
	padding-left:0px;
}
.breadcrumb-list li a {
	text-transform: capitalize;
	color: #fff;
	font-size: 14px;
}
.breadcrumb-list li:last-child a {
  color: #a49878;
}
.breadcrumb-list li::before {
	content: "-";
	position: absolute;
	right: -4px;
	color: #fff;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}
/*
17.Room Details
==========================*/
.room-details-img {
	margin-bottom: 40px;
}
.room-feature li {
	display: inline-block;
	width: 20%;
	float: left;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.room-feature li::before {
	content: "";
	left: 0px;
	top: 50%;
	position: absolute;
	color: #fff;
	padding-right: 10px;
	width: 15px;
	height: 1px;
	background: #ED7D31;
	transform: translateY(-50%);
}
/*
18. Event Details section start
===============================*/
.event-details-time {
	position: relative;
	margin-bottom: 30px;
}
.event-countdown-wrapper{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.event-item {
	background: rgba(0, 0, 0, 0.6);
	display: inline-block;
	width: 100px;
	text-align: center;
	margin: 16px;
	height: 100px;
}
.event-label h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	text-transform: capitalize;
}
.event-timer {
	color: #fff;
	font-size: 30px;
	margin-bottom: 14px;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
}
.event-countdown-inner {
	display: inline-block;
}
.event-countdown-center {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.post-share-link {
	display: inline-block;
	margin-top: 20px;
}
.post-share-link ul{display:inline-block}
.post-share-link li{display:inline-block;margin-right:10px}
.post-share-link li a {
	color: #fff;
	width: 40px;
	height: 40px;
	background: #ED7D31;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	font-size: 18px;
}
.post-share-link li a:hover{color:#d8cec0;transition:all 0.4s ease 0s;background:#000000;}
.event-info-inner h3 {
	color: #ED7D31;
	font-size: 22px;
}
/*
19.Blog Details
=================*/
.single-news {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.blog-code {
	background: #f7f7f7;
	padding: 30px;
	margin-bottom: 20px;
	font-style: italic;
}
.news-thumb {
	margin-bottom: 30px;
}
.post-meta {
	margin-bottom: 20px;
}
.post-meta ul li {
	display: inline-block;
	margin-right: 20px;
}
.post-meta ul li a {
	color: #888888;
	font-weight: 800;
}
.post-meta ul li a i {
	color: #ED7D31;
	margin-right: 5px;
}
.news-post-meta {
	margin-bottom: 20px;
	margin-top: 40px;
}
.commenter-img {
	width: 100px;
}
.commenter-info h4 {
	margin-bottom: 0;
	font-size: 18px;
	color: #ED7D31;
}
.commenter-info p {
	margin-bottom: 0;
}
.commenter-time {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.single-commenter {
	display: inline-block;
	width: 100%;
	padding: 40px 30px;
	border: 1px solid #f0f0f0;
	margin-top: 20px;
}
.replay-button a {
	color: #777;
	font-size: 16px;
	font-weight: 600;
	font-family: lato;
}
.replay-button {
	float: right;
}
.replay-button a i {
	color: #c8a783;
	margin-right: 10px;
}

/*
21.Contact Page
=================*/
.contact-info-text {
	margin-bottom: 40px;
}
.contact-info-icon {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	background: #ED7D31;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: relative;
	box-shadow: 0 0 6px 4px #f2f2f2;
}
.contact-info-desc {
	padding-left: 51px;
	padding-top: 5px;
}
.contact-info-desc span {
	display: inline-block;
	width: 100%;
}
.contact-form.contact-page-form input,
.contact-form.contact-page-form textarea{
	margin-bottom: 20px;
}
.contact-field input {
    background: transparent;
    border: 1px solid #d9d9d9;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    color: #888888;
	box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}
.contact-field textarea {
    background: transparent;
    border: 1px solid #d9d9d9;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    color: #888888;
	box-shadow: 0 0 5pt 0.5pt #D3D3D3;
}
.contact-field input[type="submit"] {
	background: #404040;
	border-color: #404040;
	color: #fff;
}
.contact-form-sec {
	position: relative;
	box-shadow: 0 0 5pt 0.5pt #D3D3D3;
	padding: 40px;
	margin-right: 60px;
	margin-top: -50px;
	background: #fff;
}
.contact-social-profile {
	text-align: right;
}
.contact-social-profile li {
	display: inline-block;
	margin-right: 10px;
}
.contact-social-profile li a i {
	color: #ED7D31;
	font-size: 24px;
}
#gmap {
	height: 500px;
}
.contact-title {
	font-size: 30px;
	padding-left: 50px;
	font-style: italic;
	position: relative;
	margin-bottom: 60px;
}
.contact-form-title .contact-title {
	margin-bottom: 20px;
}
.contact-title::before {
	position: absolute;
	content: "";
	background: #ED7D31;
	width: 38px;
	height: 1px;
	left: 0;
	top: 50%;
}
/*
22.Error Page
=================*/
.error-desc {
	text-align: center;
}
.error-title {
	font-size: 300px;
	color: #ED7D31;
	font-weight: 900;
	/* margin-bottom: 0px; */
}
.error-sub-title {
	font-size: 60px;
	font-weight: 900;
	text-transform: capitalize;
	color: #222;
	margin-top: 50px;
}
.back-to-btn {
	background: #ED7D31;
	display: inline-block;
	padding: 14px 46px;
	color: #fff;
}
.back-to-btn:hover{
	background:#222;
}
/*
Footer Section 
======================*/
footer.footer{
background: #000000 none repeat scroll 0 0;	
}
.footer-widget {
	margin: 40px 0;
}
.footer-sec {
	padding-top: 20px;
}
.footer-wedget-one h4 {
	color: #fff;
	margin-bottom: 10px;
}
.footer-widget-title {
	color: #ffffff;
	margin-bottom: 70px;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 18px;
	position: relative;
}
.footer-widget-title::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 30px;
	background: #ED7D31;
	bottom: -20px;
}
.footer-logo {
	margin-bottom:48px;
	display: inline-block;
}
.footer-wedget-contact .inner-item .icon i {
	font-size: 18px;
	color: #a49878;
}
.footer-wedget-contact .inner-item .inner-text {
	display: inline-block;
	width: 100%;
	color: #fff;
}
.footer-sec p {
	color: #ababab;
}
.footer-widget-menu {
	padding: 0px 40px;
}
.footer-widget-menu ul {
	margin-top: -5px;
}
.footer-widget-menu li{
	position:relative;
	padding: 5px 0px;
	display: inline-block;
	width:100%;
}
.footer-widget-menu li::before {
	content: "";
	left: 0px;
	top: 50%;
	position: absolute;
	color: #fff;
	padding-right: 10px;
	width: 15px;
	height: 1px;
	background: #ED7D31;
	transform: translateY(-50%);
}
.footer-widget-menu li:first-child{
	padding-top:0px;
}
.footer-widget-menu li a {
	color: #ababab;
	text-transform: capitalize;
	padding-left: 25px;
	font-size: 16px;
}
.footer-widget-menu li a:hover{color:#a49878;transition: all 0.4s ease 0s;}
.footer-widget-recent-news li a:hover{color:#a49878;transition: all 0.4s ease 0s;}
.footer-widget-recent-news li{
	position:relative;
	padding: 5px 0px;
	display: inline-block;
	width:100%;
}
.footer-widget-recent-news li:first-child{
	padding-top:0px;
}
.footer-widget-recent-news li a {
	color: #ababab;
	text-transform: capitalize;
	font-size: 16px;
}
.recent-news-border {
	width: 15px;
	height: 1px;
	background: #ED7D31;
	display: inline-block;
	position: absolute;
	top: 4px;
}
.recent-news-title {
	padding-left:30px;
	display: inline-block;
	margin-top:-7px;
	margin-bottom: 20px;
}
.footer-wedget-contact {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.footer-social-profile li {
	display: inline-block;
}
.footer-social-profile ul li a i {
	color: #bcbcbc;
	line-height: 25px;
	margin-right: 24px;
	transition: all 0.4s ease-in-out 0s;
}
.footer-newsletter-form input[type="text"], .footer-newsletter-form input[type="email"], .footer-newsletter-form textarea {
	width: 100%;
	background: #fff;
	padding: 16px;
	margin-bottom: 10px;
	color: #999;
}
.footer-newsletter-form input[type="submit"] {
	background: #41392e;
	padding: 13px 28px;
	color: #fff;
	text-transform: capitalize;
	border: 1px solid #ED7D31;
	margin-top: 15px;
	transition: all 0.4s ease 0s;
}
.footer-newsletter-form input[type="submit"]:hover{
	background: #ED7D31;
transition: all 0.4s ease 0s;	
}
.footer-social-profile ul li a i:hover{
	color:#ED7D31;
}
.footer-bottom-sec {
	padding: 20px 0;
	background: #000;
	border-top: 1px solid #191919;
}
.footer-bottom-sec p {
color: #fff;
margin: 0;
text-align: center;
}
.copy-right span,
.copy-right span a{
  color: #fff;
}
