@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Video
8. Signature Dish
9. The Menu
10. Reservations
11. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700');
@font-face
{
	font-family: 'Edward';
	src: url(../font/edwardian_script_itc.ttf) format('truetype'),
	url(../font/edwardian_script_itc.otf) format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	line-height: 1.875;
	font-weight: 400;
	color: #636363;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: rgba(196, 171, 159, 0.5);
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #232323;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.trans_800
{
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.page_subtitle
{
	font-family: 'Edward', sans-serif;
	color: #b49383;
	line-height: 0.75;
}
.button
{
	width: 163px;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
}
.button a
{
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #FFFFFF;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled
{
	background: rgba(0,0,0,0.85);
}
.header_content
{
	width: 100%;
	height: 149px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .header_content
{
	height: 80px;
}
.logo
{
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.logo a
{
	display: block;
}
.logo a > div:first-child
{
	font-size: 36px;
	line-height: 0.75;
	color: #FFFFFF;
}
.logo a > div:last-child
{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 12px;
}
.main_nav
{
	margin-left: 170px;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 40px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.main_nav ul li a:hover
{
	color: #b49383;
}
.reservations_phone
{
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}
.hamburger_bar
{
	position: fixed;
	top: 0;
	right: calc((100vw - 690px) / 2 - 15px);
	width: auto;
	height: 149px;
	z-index: 102;
}
.hamburger_bar.scrolled
{
	height: 80px;
}
.hamburger
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	cursor: pointer;
	padding: 15px;
	z-index: 2;
}
.menu_toggle
{
	display: block;
}
.menu_hamburger
{
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
}
.hamburger_lines
{
	display: block;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 2px;
	background: #F7F7F7;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transform-origin: center center;
}
.line_1
{
	top: 0px;
}
.line_2
{
	top: 5px;
}
.line_3
{
	top: 10px;
}
.hamburger.active .line_1
{
	transform: translateY(5px) rotate(45deg) !important;
}
.hamburger.active .line_3
{
	transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2
{
	opacity: 0 !important;
}
.menu_toggle span
{
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F7F7F7;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(180,147,131,0.97);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	padding-bottom: 100px;
}
.menu.active
{
	visibility: visible;
	opacity: 1;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_content ul li:not(:last-child)
{
	margin-bottom: 3px;
}
.menu_content ul li
{
	display: block;
}
.menu_content ul li a
{
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-weight: bold;
	letter-spacing: 0.075em;
}
.menu_content ul:hover li a
{
	color: rgba(255,255,255,0.5);
}
.menu_content ul li a:hover
{
	color: rgba(255,255,255,1);
}
.menu_reservations_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 40px;
	height: 47px;
	line-height: 43px;
	padding-left: 25px;
	padding-right: 20px;
	text-align: center;
	border: solid 2px #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 888px;
}
.home_container
{
	position: absolute;
	left: 0;
	width: 100%;
}
.home_subtitle
{
	font-size: 60px;
	font-weight: bold;
	line-height: 0.75;
}
.home_title
{
	margin-top: 10px;
}
.home_title h1
{
	font-size: 72px;
	color: #FFFFFF;
}
.home_text
{
	max-width: 875px;
	margin-top: 14px;
}
.home_text p
{
	color: #FFFFFF;
}
.scroll_icon
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	width: 14px;
	height: 28px;
	border: solid 2px #FFFFFF;
	border-radius: 7px;
}
.scroll_icon::after
{
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFFFFF;
	content: '';
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}
@keyframes scroll
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px);
	}
}

/*********************************
6. Intro
*********************************/

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
	padding-bottom: 102px;
}
.intro_image
{
	width: 100%;
}
.intro_image img
{
	max-width: 100%;
}
.intro_content
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right:30%;
	width: 360px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 59px;
	padding-left: 70px;
	padding-right: 50px;
}
.intro_subtitle
{
	font-size: 36px;
}
.intro_title
{
	margin-top: 6px;
}
.intro_title h2
{
	font-size: 48px;
}
.intro_text
{
	margin-top: 32px;
}

/*********************************
7. Video
*********************************/

.video_section
{
	width: 100%;
	height: 500px;
}
.video_section_content
{
	width: 100%;
	height: 100%;
}
.video_section_title
{
	font-size: 48px;
	color: #FFFFFF;
	line-height: 1.2;
}
.video_section_icon
{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: solid 2px #FFFFFF;
	text-align: center;
	margin-top: 27px;
}
.video_button
{
	display: block;
	width: 100%;
	height: 100%;
}
.video_button:focus
{
	outline: none;
}
.video_section_icon i
{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 52px;
	margin-left: 3px;
}
#colorbox
{
    background-color: #000000;
}

/*********************************
8. Signature Dish
*********************************/

.sig
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 102px;
	padding-bottom: 102px;
}
.sig_image
{
	width: 100%;
	height: 525px;
}
.sig_image img
{
	display: none;
	max-width: 100%;
}
.sig_content_container
{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.sig_content
{
	width: 100%;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	padding-top: 65px;
	padding-left: 47px;
	padding-bottom: 69px;
	padding-right: 75px;
}
.sig_subtitle
{
	font-size: 36px;
}
.sig_title
{
	margin-top: 6px;
	padding-left: 5px;
}
.sig_title h1
{
	font-size: 48px;
}
.sig_rating
{
	margin-top: 13px;
	padding-left: 9px;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 10px;
	color: #d6baa0;
}
.rating_r i:not(:last-child)
{
	margin-right: 3px;
}
.rating_r_1 i:first-child::before{content: "\f005";}
.rating_r_2 i:first-child::before{content: "\f005";}
.rating_r_2 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:first-child::before{content: "\f005";}
.rating_r_3 i:nth-child(2)::before{content: "\f005";}
.rating_r_3 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:first-child::before{content: "\f005";}
.rating_r_4 i:nth-child(2)::before{content: "\f005";}
.rating_r_4 i:nth-child(3)::before{content: "\f005";}
.rating_r_4 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:first-child::before{content: "\f005";}
.rating_r_5 i:nth-child(2)::before{content: "\f005";}
.rating_r_5 i:nth-child(3)::before{content: "\f005";}
.rating_r_5 i:nth-child(4)::before{content: "\f005";}
.rating_r_5 i:nth-child(5)::before{content: "\f005";}
.sig_name
{
	font-size: 24px;
	color: #232323;
	padding-left: 9px;
	margin-top: 1px;
}
.sig_price
{
	font-size: 24px;
	color: #232323;
}
.sig_content_list
{
	margin-top: 4px;
	margin-left: 9px;
}
.sig_content_list ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	font-size: 16px;
	color: #636363;
	margin-left: 5px;
	margin-right: 5px;
}
.sig_content_list ul li
{
	font-size: 16px;
	color: #636363;
}
.sig_button
{
	margin-left: 9px;
	margin-top: 37px;
}

/*********************************
9. The Menu
*********************************/

.themenu
{
	width: 100%;
	background: #FFFFFF;
}
.themenu_title_bar_container
{
	width: 100%;
	height: 75%;
	background: #282828;
	padding-left: 23px;
	padding-top: 22px;
	padding-bottom: 24px;
	padding-right: 22px;
}
.themenu_title_bar
{
	width: 100%;
	height: 103px;
	border: solid 2px #8c7c74;
}
.themenu_title
{
	font-size: 48px;
	color: #FFFFFF;
	margin-top: 14px;
}
.themenu_stars
{
	position: absolute;
	top: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 244px;
	background: #282828;
	font-size: 36px;
	z-index: 1;
}
.themenu_rating
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	width: 95px;
	background: #282828;
	z-index: 1;
}
.themenu_col
{
	width: 100%;
	padding-left: 33px;
	padding-top: 39px;
	padding-right: 28px;
	padding-bottom: 44px;
	border: solid 1px #dadada;
}
.themenu_row
{
	margin-top: 71px;
	padding-bottom: 102px;
}
.themenu_col_title
{
	display: inline-block;
	height: 58px;
	padding-left: 11px;
	padding-right: 16px;
	border: solid 2px #c4ab9f;
	font-size: 36px;
	line-height: 54px;
	color: #c4ab9f;
}
.dish_list
{
	margin-top: 44px;
}
.dish:not(:last-child)
{
	margin-bottom: 25px;
}
.dish_title,
.dish_price
{
	font-size: 18px;
	color: #232323;
}
.dish_price
{
	margin-left: auto;
}
.dish_contents
{
	margin-top: 3px;
}
.dish_contents ul li
{
	font-size: 14px;
	color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
	color: #636363;
}
.dish_order
{
	margin-top: 10px;
}
.dish_order a
{
	position: relative;
	font-size: 18px;
	color: #b49383;
}
.dish_order a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #b49383;
	content: '';
	visibility: hidden;
	opacity: 0;
}
.dish_order a:hover::after
{
	visibility: visible;
	opacity: 1;
}

/*********************************
10. Reservations
*********************************/

.reservations
{
	width: 100%;
	padding-top: 101px;
	padding-bottom: 75px;
}
.res_stars
{
	font-size: 36px;
	font-weight: normal;
}
.res_title
{
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 0.75;
	margin-top: 17px;
}
.res_form_container
{
	margin-top: 72px;
}
.res_input
{
	background: transparent;
	width: 210px;
	height: 52px;
	border: solid 2px #c4ab9f;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
}
.res_input:not(:last-child)
{
	margin-right: 16px;
}
.res_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background: transparent;
	width: 210px;
	height: 52px;
	border: solid 2px #c4ab9f;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
	outline: none;
}
.res_select option
{
	color: #282828;
}
.res_button
{
	width: 216px;
	height: 48px;
	background: #c4ab9f;
	color: #FFFFFF;
	border: none;
	outline: none;
	margin-top: 42px;
	font-size: 18px;
	cursor: pointer;
}

/*********************************
11. Footer
*********************************/

.footer
{
	width: 100%;
	background: #232323;
	padding-top: 70px;
	padding-bottom: 60px;
}
.footer_logo_title
{
	font-size: 57px;
	line-height: 0.75;
	color: #FFFFFF;
}
.footer_logo_subtitle
{
	font-size: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 17px;
}
.copyright
{
	font-size: 13px;
	color: rgba(255,255,255,0.41);
	line-height: 0.75;
	margin-top: 22px;
}
.footer_about p
{
	color: #a5a4a4;
}
.footer_contact ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_contact_title
{
	width: 61px;
	height: 21px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
	background: #c49a8f;
	padding-left: 8px;
	margin-right: 11px;
}
.footer_contact_text
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
}
.footer_contact ul li div:last-child
{
	white-space: nowrap;
}



.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
	display: flex;
	background: #fff;
	height: 70px;
	border-radius: 3px;
	width: 85%;
}
.single-welcome-hero-form {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
	margin-left: 10px;
	height: 70px;
	width: 300px;
	border: 0;
	background: transparent;
}
.single-welcome-hero-form input[type="text"]{
	font-size: 14px;
	color: #859098;
	text-transform: capitalize;
	font-weight: 500;
}
.welcome-hero-form-icon {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #252d32;
}
.welcome-hero-btn {
	display:  flex;
	justify-content:  center;
	align-items:  center;
	font-size:  14px;
	color:  #fff;
	width:  170px;
	height:  70px;
	background:  #ff545a;
	text-transform:  capitalize;
	margin-left:  30px;
	border-radius: 3px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
	width:  14px;
	height:  auto;
	margin-left:  12px;
}

.search-form {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 0;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
	width: 76%;
	margin-left:10%;
}
.search-row{
	padding-top:15px;

}

.form-inline .form-control, .form-inline .form-control {
	background: rgba(252, 252, 252, 0.35);
	border-radius: 1px;
	color: #ADADAD;
	height: 40px;
	margin-right: 10px;
	width: 195px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #EAE9E9;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-inline input[type=submit]{
	background: #900C3F;
	color: #fff;
	height: 40px;
	width: 90px;
	border-radius: 1px;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.form-inline input[type=submit]:hover{
	background: #00A2DE
}
.form-control::-moz-placeholder{
	color: #DDDDDD;
	opacity: 1;
}
.form-control:-moz-placeholder{
	color: #DDDDDD;
	opacity: 1;
}
.form-control::-webkit-input-placeholder{
	color: #DDDDDD;
	opacity: 1;
}
.form-control:-ms-input-placeholder{
	color: #DDDDDD;
	opacity: 1;
}


.form-control:focus {
	border-color: #CBCBCB;
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0);
}

/* Animations              */
.form-control, .input-group-addon{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/* Inputs               */
.form-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857;
	color: #838383;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #DADADA;
	border-radius: 0px;
	box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
	background-color: #FFFFFF;
	border: 1px solid #9A9A9A;
	box-shadow: none;
	outline: 0 none;
}
.form-control + .form-control-feedback{
	border-radius: 6px;
	font-size: 14px;
	padding: 0 12px 0 0;
	position: absolute;
	right: 25px;
	top: 13px;
	vertical-align: middle;
}
.form-control:focus + .input-group-addon, .form-control:focus ~ .input-group-addon{
	background-color: #FFFFFF;
	border-color: #9A9A9A;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-right: 0 none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
	border-left: 0 none;
}
.search-btn ,.toggle-btn{
	background-color: #1b1e21;
	color: #333;
	font-size: 16px;
	border: 1px solid #EAE9E9;
	width: 40px;
	height: 40px;
	color: #FFF;
	transition: all 0.3s ease 0s;
	padding: 0px;

}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #EEEEEE;
	color: #999999;
	cursor: not-allowed;
}
.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus{
	border-color: #E3E3E3;
	box-shadow: none;
}
.has-success .form-control,
.has-success .form-control-feedback,
.form-control.valid:focus{
	border-color: #05AE0E;
	color: #05AE0E;
}
.has-error .form-control,
.has-error .form-control-feedback,
.form-control.error{
	color: #FF3B30;
	border-color: #FF3B30;
}



.l_blog_item .l_blog_text .date {
	margin-top: 24px;
	margin-bottom: 15px;
}

/* line 228, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date a {
	font-size: 12px;
}

/* line 234, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text h4 {
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0px;
	padding-bottom: 20px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* line 247, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text p {
	margin-bottom: 0px;
	padding-top: 20px;
}

.blog_item {
	margin-bottom: 50px;
}

/* line 529, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_details {
	padding: 30px 0 20px 10px;
	box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
	/* line 529, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.blog_details {
		padding: 60px 30px 35px 35px;
	}
}

/* line 537, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_details p {
	margin-bottom: 30px;
}

/* line 541, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_details a {
	color: #ff8b23;
}

/* line 544, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_details a:hover {
	color: #ff2424;
}

/* line 549, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_details h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	/* line 549, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.blog_details h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

/* line 563, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog-info-link li {
	float: left;
	font-size: 14px;
}

/* line 567, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog-info-link li a {
	color: #999999;
}

/* line 571, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
	font-size: 13px;
	margin-right: 5px;
}

/* line 577, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog-info-link li::after {
	content: "|";
	padding-left: 10px;
	padding-right: 10px;
}

/* line 583, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog-info-link li:last-child::after {
	display: none;
}

/* line 588, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog-info-link::after {
	content: "";
	display: block;
	clear: both;
	display: table;
}

/* line 596, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_item_img {
	position: relative;}

/* line 599, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
background-color: #BBA460;
padding: 8px 15px;
	border-radius: 5px;
}

@media (min-width: 768px) {
	/* line 599, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.blog_item_img .blog_item_date {
		bottom: -20px;
		left: 40px;
		padding: 5px 10px;
	}
}

/* line 615, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (min-width: 768px) {
	/* line 615, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.blog_item_img .blog_item_date h3 {
		font-size: 30px;
	}
}

/* line 627, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date p {
	font-size: 18px;
	margin-bottom: 0;
	color: #fff;
}

@media (min-width: 768px) {
	/* line 627, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.blog_item_img .blog_item_date p {
		font-size: 18px;
	}
}
.blog_part .single-home-blog .card-img-top {
	border-radius: 0px;
}

/* line 43, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card {
	border: 0px solid transparent;
	border-radius: 0px;
	background-color: transparent;
	position: relative;
}

/* line 48, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
	padding: 25px 10px 29px 40px;
	background-color: #fff;
	position: absolute;
	left: 20px;
	bottom: -140px;
	box-shadow: -7.552px 9.326px 20px 0px rgba(1, 84, 85, 0.1);
	border-radius: 10px;
}

@media (max-width: 576px) {
	/* line 48, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card .card-body {
		padding: 15px;
		left: 10px;
		bottom: -140px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* line 48, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card .card-body {
		padding: 15px;
		left: 10px;
		bottom: -140px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* line 48, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card .card-body {
		padding: 20px;
	}
}

/* line 72, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
	color: #ff2424;
	text-transform: uppercase;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

/* line 76, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a:hover {
	background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* line 83, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
	position: relative;
	padding-left: 20px;
}

/* line 86, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 5px;
	left: 0;
	background-color: #ff2424;
	border-radius: 50%;
}

/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card span {
	color: #8a8a8a;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 10px;
}

@media (max-width: 576px) {
	/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* line 97, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card span {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

/* line 119, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
	font-weight: 600;
	line-height: 1.5;
	font-size: 20px;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	text-transform: capitalize;
	margin-bottom: 22px;
}

@media (max-width: 576px) {
	/* line 119, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* line 119, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* line 119, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* line 119, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card h5 {
		margin-bottom: 10px;
		font-size: 18px;
	}
}

/* line 140, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
	-webkit-transition: 0.8s;
	transition: 0.8s;
	background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: 1s;
}

/* line 150, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
	display: inline-block;
	color: #8a8a8a;
	margin-right: 14px;
}

@media (max-width: 576px) {
	/* line 150, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* line 150, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* line 150, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* line 150, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
	.blog_part .single-home-blog .card ul li {
		margin-right: 10px;
	}
}

/* line 166, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
	margin-right: 10px;
	font-size: 12px;
}



.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: transparent;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}

.blog_right_sidebar .single_sidebar_widget {
	background: #fbf9ff;
	padding: 30px;
	margin-bottom: 30px;
}

/* line 664, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
	margin-top: 0px;
}

/* line 672, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
	border-right: 0;
}

/* line 681, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
	color: #999999;
}

/* line 685, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none;
}

/* line 694, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
}

/* line 701, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
	font-size: 14px;
	color: #999999;
}

/* line 713, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
	height: 50px;
	border-color: #f0e9ff;
	font-size: 13px;
	color: #999999;
	padding-left: 20px;
	border-radius: 0;
}

/* line 722, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
	color: #999999;
}

/* line 726, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
	border-color: #f0e9ff;
	outline: 0;
	box-shadow: none;
}

/* line 735, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
	background: #fff;
	border-left: 0;
	border: 1px solid #f0e9ff;
	padding: 4px 15px;
	border-left: 0;
}

/* line 742, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
	font-size: 14px;
	color: #999999;
}

/* line 755, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: 12px;
}

/* line 760, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0;
}

/* line 764, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: 14px;
	line-height: 20px;
	color: #888888;
}

/* line 769, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
	margin-bottom: 0px;
}

/* line 774, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
	padding-top: 15px;
}

/* line 791, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px;
}

/* line 796, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}

/* line 807, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff;
}

/* line 813, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}

/* line 820, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
	margin-top: 20px;
}

/* line 828, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block;
}

/* line 831, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
	display: inline-block;
	border: 1px solid #eeeeee;
	background: #fff;
	padding: 4px 20px;
	margin-bottom: 8px;
	margin-right: 3px;
	transition: all 0.3s ease 0s;
	color: #888888;
	font-size: 13px;
}

/* line 842, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #ff2424;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* line 857, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px;
}

/* line 863, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}

/* line 963, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .br {
	width: 30%;
	height: 1px;
	background: #eeeeee;
	margin: 30px 0px;
}


.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px;
}

/* line 796, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 6px;
	transition: all 0.3s linear;
}

/* line 807, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
	color: #fff;
}

/* line 813, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
}

/* line 820, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
	margin-top: 20px;
}

@media (min-width: 768px) {
	/* line 1087, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.single-post-area .quote-wrapper {
		padding: 30px;
	}
}

/* line 1101, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.single-post-area .quotes {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid;
}

@media (min-width: 768px) {
	/* line 1101, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
	.single-post-area .quotes {
		padding: 25px 25px 25px 30px;
	}
}


.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #ff2424;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/* line 857, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px;
}

/* line 863, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
	width: 33.33%;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-bottom: 15px;
}

/* line 963, ../../Arafath/CL/january 2020/237. Real Estate/HTML/scss/_blog.scss */
.blog_right_sidebar .br {
	width: 30%;
	height: 1px;
	background: #eeeeee;
	margin: 30px 0px;
}

.blog_post_text
{
	margin-top: 32px;
}



.logincontent
{
	top: 50%;

	margin-right:50%;
	margin-left:30%;
	width: 679px;
	background: #FFFFFF;
	border: solid 2px #b49383;
	box-shadow: 0px 45px 70px rgba(0,0,0,0.24);
	z-index: 1;
	padding-top: 55px;
	padding-bottom: 59px;
	padding-left: 70px;
	padding-right: 50px;
}


.animation{
	animation-name: cf3FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;
}
