<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************-----------------------***********************
[Master Stylesheet]

Project: City Infra
Version:  1.0.0
Author: 
Purchase:	
-----------------********************-------------------
[Table Of Contents]

1. Body
2.Custom css/a
3.#preloader/#status
4.top_header_wrapper
5.slider_wrapper
6.deals_wrapper
7.latest_prop_wrapper
8.lp_cntnt
9.about_us_main_wrapper
10.service_wrapper
11.best_deal_wrapper
12.graph_wrapper
13.newest_wrapper
14.tools_wrapper
15.our_team_wrapper
16.our_client_wrapper
17.partner_wrapper
18.dreams-area 
19.footer_wrapper
20.page_title_section
21.error_wrapper
22.rs_property_categories_wrapper
23.responsive css
/*----------------body start------------------*/

body,
html {
	font-family: 'Roboto';
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
	overflow-x:hidden;
}
/*------------------custom css----------------*/

a {
    color: #CF1A17;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #CF1A17;
    text-decoration: none;
}

a:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Sans';
    font-size: 18px;
    color: #1c2334;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
p,
.p {
    color: #666666;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

input,
select,
button {
    outline: none;
}

input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

textarea {
    outline: none;
}

textarea:focus {
    outline: none;
    box-shadow: none;
}

/*-----scroll top-----*/

/*-- Preloader css start --*/

#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #dbbb0a;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
#return-to-top {
    position: absolute;
    bottom: -6px;
    right: 15px;
    background: #292f32;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #b7bdc1;
    margin: 0;
    position: relative;
    left: 0px;
    top: 10px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover{
	 background: #CF1A17; 
	 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mean-container {
    position: relative;
}
.transparent-menu {
    position: relative;
    z-index: 3;
    background: transparent;
}
.logo {
    display: inline-block;
    vertical-align: middle;
}
.float-right {
    float: right;
}
.search_div {
    z-index: 100;
}
.mean-container {
    position: relative;
}
.search_response {
    top: 2px;
}
/*----stick menu-----*/
.menu_fixed {
    position: fixed;
    background: #254a93;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega &gt; a:before,
.stick .mainmenu ul li.has-mega &gt; a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}
/*topbar*/
#dropdownMenuLink i{
	margin-left:7px;
}
.dropdown-menu{
	margin:0;
	padding:0;
	border:0; 
    border-radius: 0px; 
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.1); 
}
.dropdown-menu .dropdown-item{
	float:left;
	width:100%;
	padding-left:15px;
	border-bottom:1px solid #e0e0e0;
}
.dropdown-menu .dropdown-item img{
	margin-right:5px;
}
.topbar {
    position: relative;
    z-index: 10;
}
.inner_topbar{
	 background: #f9f9f9;
	 border-bottom: 1px solid #ebf0f3;
}
.topheader_bg{
	 background: #f9f9f9;
	 float:left;
	 border-bottom:1px solid #ebf0f3;
	 width:100%;
}
.topbar ul&gt;li a {
    text-transform: capitalize;
    color: #5e6d77;
    font-size: 14px;
	float:left;
	width:100%;
}
.topbar ul&gt;li a:hover {
    color: #CF1A17;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default .navbar-collapse {
    background: #ffffff;
}
.top_header_add {
    float: left;
    width: 60%;
    line-height: 45px;
	padding-left:25px;
}
.top_header_add ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.top_header_add li {
    float: left;
    width: auto;
    list-style: none;
    color: #5e6d77;
	position:relative;
	font-size:14px;
    margin-right: 35px;
}
.top_header_add ul li:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    background-color: #ebf0f3;
    width: 2px;
    height: 100%;
}
.top_header_add ul li i {
    margin-right: 7px;
    text-align: center;
    font-size: 12px;
}
.top_header_add ul li span {
    text-transform: capitalize;
}
.top_header_add ul li a {
    color: #5e6d77;
	font-size:14px;
    text-transform: lowercase;
}
.topbar .reg-section ul li {
    float: left;
    margin-right: 35px;
}
.topbar .reg-section .dropdown .dropdown-menu li {
    margin-right: 0px;
}
.social_links_wrapper {
    width: 38%;
    float: right;
	margin-right:-1px;
}
.social_links {
    float: left;
}
.social_links ul li {
    float: left;
    width:43px;
	height:45px;
	text-align:center;
	line-height:47px;
	position:relative;
}
.social_links ul li:last-child{
	 width:55px;
}
.social_links ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #ebf0f3;
    width: 2px;
    height: 100%;
}
.social_links ul li:hover{
	background:#ebf0f3;
	cursor:pointer;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top_header_wrapper {
    background: rgba(0, 0, 0, 0.5) !important;
}
.pst_btn_form ul li a{
	color:#fff;
	font-weight:400;
}
.pst_btn_form ul li a i{
	margin-right:5px;
}
.pst_btn_form{
	float:right;
	width:auto;
}
.pst_btn_form ul li{
	line-height:0;
}
/* mobail_menu_main */
.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}
.bt_main_menu_wrapper {
    float: left;
    width: 100%;
    background: #fff;
}
.mobail_menu_main {
    float: none;
    width: 100%;
}
.pst_btn_form li a{
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    height: 45px;
    line-height: 43px;
    width: 174px !important;
    overflow: hidden;
    background: #CF1A17;
	color:#fff;
	border:2px solid #CF1A17;
    transition: all 0.5s ease;
}
.pst_btn_form li a:hover{
	background: transparent;
	border:2px solid #CF1A17;
	color:#CF1A17;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.caret_btn .cc_cart_cont_wrapper span {
    color: #CF1A17;
    text-align: center;
    font-size: 16px;
    float: left;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    positio: relative;
    bottom: 15px;
    left: 60px;
}
.cart_checkout_btn {
    float: right;
    margin-top: 20px;
}
.cart_checkout_btn a {
	width: 150px;
    height: 50px;
    float: left;
    color: #fff;
    background: #CF1A17;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
	border:2px solid #CF1A17;
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.cart_checkout_btn a:hover{
	box-shadow:none;
	background:transparent;
	border:2px solid #CF1A17;
	color:#CF1A17;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.caret_btn {
    position: relative;
	height:77px;
}
.caret_btn span {
    width: 15px;
    height: 15px;
    color: #ffffff;
    background: #ff3232;
    border-radius: 100%;
    font-size: 10px;
    float: left;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 22px;
    bottom: 42px;
}
.caret_btn a i:before {
    font-size: 16px;
    color: #CF1A17;
}
.cc_cart_wrapper1 {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(222, 222, 222, 0.3);
    padding-top: 15px;
    padding-bottom: 15px;
}
.cc_cart_wrapper2 {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    border-bottom: 1px solid #37a4dd;
}
.cc_cart_img_wrapper {
    float: left;
    width: 80px;
}
.cc_cart_img_wrapper img{
	width:75px;
}
.cc_cart_cont_wrapper {
    width: calc(100% - 80px);
    float: left;
    padding-left: 15px;
    position: relative;
}
.cc_cart_cont_wrapper h4 {
    text-align: left;
}
.cc_cart_cont_wrapper h4 a {
    color: #5e6d77 !important;
    font-size: 16px;
    font-weight: 500;
	border-bottom:0;
    padding: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_cart_cont_wrapper p {
    color: #5e6d77;
    margin-top: 8px;
    background: #e8f5ff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    float: left;
}
.cc_cart_cont_wrapper h5 i {
    float: right;
    margin-top: 6px;
    color: #e87358;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
}
.btm_cart_wrapper {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
}
.btm_cart_wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #CF1A17;
    font-family: 'Roboto', sans-serif;
}
.btm_cart_wrapper p {
    font-size: 14px;
    color: #1d3571;
    font-weight: 400;
    line-height: 18px;
}
/**********----------slider wrapper start-------**********/
.slider_wrapper {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -147px;
}
.camera_wrap {
    float: none;
}
#theme-main-banner .camera_overlayer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}
#theme-main-banner .camera_prev,
#theme-main-banner .camera_next {
    background: #2F1700;
    height: 55px;
    width: 55px;
    border-radius: 100PX;
    text-align: center;
}
#theme-main-banner .camera_prev:hover,
#theme-main-banner .camera_next:hover {
    background: #fff;
	box-shadow:0 7px 15px 0 rgba(0, 0, 0, 0.2);		
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#theme-main-banner .camera_prev &gt; span,
#theme-main-banner .camera_next &gt; span {
    background: none;
    display: block;
    width: 100%;
    height: 100%;
}
#theme-main-banner .camera_prev &gt; span:before,
#theme-main-banner .camera_next &gt; span:before {
    font-family: 'FontAwesome';
    font-size: 28px;
	color:#fff;
    line-height: 55px;
}
#theme-main-banner .camera_prev &gt; span:before {
    content: 'ï„„';
}
#theme-main-banner .camera_prev &gt;span:hover:before, #theme-main-banner .camera_next &gt; span:hover:before{
	color:#2F1700;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#theme-main-banner .camera_next &gt; span:before {
    content: 'ï„…';
}
.camera_wrap .camera_pag .camera_pag_ul {
    display:none;
}
#theme-main-banner .camera_caption {
    height: 100%;
    text-align: left;
}
#theme-main-banner .camera_caption&gt;div {
    position: absolute;
    width: 100%;
    z-index: 100;
	bottom:-15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: none;
    left: 0;
    padding-top:50px;
    padding-bottom:71px;
}
.slider_botm_box{
	position: absolute;
	bottom:0;
    right: 0px;
    background-color: #2F1700;
    width:100%;
	left:0;
    height: 250px;
	z-index:1;
}
#theme-main-banner .camera_caption .container h4 {
    color: #b7bdc1;	
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
	font-family: 'Roboto';
	position:relative;
    font-weight: 400;
    text-transform: capitalize;
}
.sup{
	top:-8px;
}
.slider_cntnt{
	width: 400px;
    float: left;
    display: inline-block;
	position:relative;
	z-index:100;
}
#theme-main-banner .camera_caption .container h4:after{
    content: "";
    position: absolute;
    top: 38px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    width:380px;
	left:0;
    height: 1px;
}
#theme-main-banner .camera_caption .container h1{
    color: #fff;
    margin-bottom: 10px;
	font-family: 'Noto Sans';
    text-transform: capitalize;
    font-size: 36px;
    line-height: 50px;
    display: inline-block;
    font-weight: 700;
    margin-left: 0;
}
#theme-main-banner .camera_caption .container p{
    color: #fff;
    font-size: 28px;
    line-height: 32px;
	font-family: 'Roboto';
    font-weight: 600;
}
#theme-main-banner .camera_caption .container p span{
    color: #b7bdc1;	
	text-transform:capitalize;
    font-size: 16px;
    line-height: 20px;
	margin-left:5px;
    font-weight: 400;
	font-family: 'Roboto';
}
.slider_btn_wraper{
	width: calc(100% - 400px);
    float: left;
    margin-top: 50px;
	padding-left:20px;
}
.slider_btn_wraper li a{
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
	box-shadow:0 7px 15px 0 rgba(0, 0, 0, 0.2);
    height: 50px;
    line-height: 50px !important;
    width: 160px;
    overflow: hidden;
	color:#fff !important;
    transition: all 0.5s ease;
}
.slider_btn_wraper li a:hover{
	background:transparent;
	border:2px solid #CF1A17;
	color:#CF1A17;
	box-shadow:none;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/********-------------search css start---------***********/
header .serach-header {
   float:right;
   padding:22px 50px 0 10px;
}

header .serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}
header .serach-header .searchd i {
    color: #CF1A17;
    font-size: 16px;
    border: 0 !important;
}
.searchd{
	 background: transparent;
	 float:left;
	 height:76px;
	 padding-right:2px;
	 padding-left:5px;
	font-size:16px;
    border: 0;
	color:#CF1A17;
}
header .serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}
header .serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #CF1A17;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 20px;
    top: 15px;
    text-shadow: none;
}
header .serach-header .searchbox form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #CF1A17;
    font-size: 28px;
    font-weight: lighter;
    left: 0;
	 right: 0;
    margin: 0px auto;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    top: 45%;
    width: 36%;
    line-height: 60px;
}
header .serach-header .searchbox form button {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    left: 64%;
    position: absolute;
    top: 48%;
    transform: translate(0%, -55%);
    background: transparent;
    color: #CF1A17;
    border: 0;
    font-size: 20px;
}

header .serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.serach-header .searchbox form::-webkit-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(219, 187, 10, 0.6);
}
.serach-header .searchbox form:-ms-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}
.inner_login{
	padding-right:5px !important;
}
/******------work wrapper css-------**********/
.deals_wrapper{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.deals_form_pader{
	padding-left:60px;
	float:left;
	width:100%;
	position:relative;
	margin-top:-530px;
	z-index:3;

}
.tb_work_txt_wrapper {
    float: left;
    width: 100%;
}
.abt_txt_box p {
    font-size: 14px;
    font-weight: 400;
    /*text-transform: capitalize;*/
    margin-top: 25px;
	color:#5e6d77;
}
.abt_txt_box li{
	position:relative;
	color:#222222;
	font-size:15px;
	padding-left:30px;
	font-weight:400;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.abt_txt_box li:last-child{
	margin-bottom:0px;
}

.abt_txt_box li:before{
	position:absolute;
	content: "\f046";
	left:0px;
	top:0px;
	color:#222222;
	font-size:14px;
	font-weight:600;
	font-family: "FontAwesome";
}
.tb_left_heading_wraper {
    margin-bottom: 20px;
}
.tb_left_heading_wraper h3:after {
    content: '';
    border: 3px solid #CF1A17;
    width: 40px;
	border-radius:5px;
    position: absolute;
    left: 0px;
    top: -20px;
}
.tb_left_heading_wraper h3 {
    font-size: 28px;
    color: #2F1700;
    line-height: 30px;
	position:relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
.deals_btn{
	float:left;
	width:100%;
	margin-top:20px;
}
.deals_btn ul li{
	list-style:none;
}
.deals_btn li a{
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 140px;
    overflow: hidden;
	box-shadow:none;
    background: #2F1700;
	color:#fff;
	border:2px solid #2F1700;
    transition: all 0.5s ease;
}
.deals_btn li a:hover{
	background: transparent;
	border:2px solid #2F1700;
	color:#2F1700;
	box-shadow:0 6px 15px 0 rgba(0, 0, 0, 0.2) !important;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.deal_2_btn li a:hover{
	box-shadow:none !important;
}
.deal_2_btn li a{
	box-shadow:0 6px 15px 0 rgba(0, 0, 0, 0.2) !important;
}
.deals_form_tab {
	background-color: #CF1A17;
	float:left;
	width:100%;
	box-shadow:0 7px 15px 0 rgba(0, 0, 0, 0.2);
}
.error_btn li a{
	border:2px solid #CF1A17;
	background:#CF1A17;
	color:#fff;
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);
	width:160px;
}
.error_btn li a:hover{
	background: transparent;
	border:2px solid #CF1A17;
	color:#CF1A17;
	box-shadow:none !important;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.deals_form_tab .nav-tabs {
	border: 0;
	border-bottom: none;
}
.deals_form_tab .nav-tabs li {
	border:0;
}
.deals_form_tab .nav-tabs li.active {
  	border-bottom: 0;
}
.deals_form_tab .tab-content&gt;.active{
	padding:30px 40px 40px 40px;
}
.deals_form_tab .nav-tabs li:last-child {
  	border-right: 0;
}
.deals_form_tab .nav-tabs&gt;li&gt;a {
	border: 0;
	border-radius: 0;
	text-transform:uppercase;
	background-color: #3fb2fd;
	color: rgba(255, 255, 255, 0.7);
	height: 55px;
	line-height: 55px;
	padding: 0;
	width:100px;
	margin:0;
}
.deals_form_tab .nav-tabs&gt;.active&gt;a, 
.deals_form_tab .nav-tabs&gt;.active&gt;a:focus, 
.deals_form_tab .nav-tabs&gt;.active&gt;a:hover {
	border: 0;
	background-color: #CF1A17;
	color: #fff;
}

.deals_form_tab .tab-pane p {
  	margin-bottom: 15px;
}
.deals_form_tab .tab-pane p:last-of-type {
  	margin-bottom: 0;
}
.main-search-field select {
  width: 100%;
  height: 45px;
  padding: 5px 0px;
  color: #fff;
  background: transparent;
  text-transform: capitalize;
  border:0;
  border-bottom: 1px solid  rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
 }
.main-search-field select:focus {
  outline: none; 
 }
.main-search-field option {
  background: #2F1700; 
 }
.main-search-field select:focus {
  background: transparent;
 }
.main-search-field .at-input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  background: #fff; 
}
.main-search-field .at-input:focus {
  outline: none; }
.main-search-field .at-col-default-mar {
  margin-bottom: 20px; 
 }
.at-col-default-mar input{
	width: 100%;
    height: 45px;
    color: #fff;
	border:0;
	text-transform:capitalize;
    background: transparent;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.7);
}
.at-col-default-mar select{
	width: 100%;
    height: 45px;
    color: #fff;
	border:0;
	text-transform:capitalize;
    background: transparent;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.7);
}
.at-col-default-mar input:hover, .at-col-default-mar input:focus, .main-search-field select{
	 border-bottom: 1px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.main-search-field input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.main-search-field input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #fff;
}

.main-search-field input::-ms-input-placeholder { /* Microsoft Edge */
     color: #fff;
}
.main-search-field_2 input::placeholder {
    color: #5e6d77;
    opacity: 1; /* Firefox */
}

.main-search-field_2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #5e6d77;
}

.main-search-field_2 input::-ms-input-placeholder { /* Microsoft Edge */
     color: #5e6d77;
}
.main-search-field .at-input-price {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #fff;
  height: 25px;
  width: 180px; }

.at-pricing-range h4 {
  color: #fff; }

.main-search-field .hvr-bounce-to-right {
  width: 100%; }

.main-search-field .hide {
  display: none !important; 
 }
 .price-range .range {
  display: block;
}
 .price-range .range .range-box {
  margin: 0 0 10px;
}
 .price-range .range span {
  padding-right: 5px;
  color: #686868;
}
.range .price-box {
  padding: 4px 10px;
  display: inline-block;
  border: none;
  color: #fff;
  font-weight:400;
  font-size:14px;
  background:transparent;
}
.b-search__main-form h5{
	color:#fff;
	text-align:left;
	text-transform:capitalize;
	font-size:14px;
	margin-bottom:5px;
}
 .price-range .ui-widget-content .ui-state-default {
  background: #222222;
  border-radius: 100%;
  cursor: pointer;
  border:none;
  margin-top: -2px;
}
 .price-range .ui-widget-content .ui-state-default:focus {
  outline: none;
}
 .price-range .ui-widget-content .ui-state-default:last-child {
  background: #222222;
  border:none;
}
 .price-range .ui-widget-content {
  background: #e0e0e0;
  height: 2px;
  cursor: pointer;
}
 .price-range .ui-widget-content {
  border: none;
}
 .price-range .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -5px;
}
.at_btn_form {
	text-align:center;
	padding-bottom:50px;
	margin-top:30px;
}
.at_btn_form li a{
	color:#fff;
	width:220px;
	height:50px;
	line-height:50px;
	border:2px solid #ffffff;
	background:transparent;
}
.at_btn_form li a:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #CF1A17;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****---------latest property  css-------*********/
.latest_prop_wrapper{
    float: left;
    width: 100%;
	background:#f9f9f9;
    padding-top: 110px;
    padding-bottom: 70px;
}
.heading_center{
	text-align:center;
	margin-bottom:55px;
}
.heading_center p{
	margin-top:20px;
}
.heading_center_line h3:after{
	content: '';
	left: -3px;
    right: 0;
    margin: 0px auto;
}
.lp_cntnt .homes .button {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  color: #fff;
height:48px;
  line-height:52px;
  text-transform:uppercase;
  border: none;
  background-color: #8bc34a;
  display: inline-block;
  z-index: 99; 
}

.lp_cntnt .homes-tag.featured {
  left: 0;
}
.lp_cntnt .homes .agent{
	background:#2196f3;
}
.lp_cntnt .homes-price,
.lp_cntnt .homes-tag {
  position: absolute;
  z-index: 99; }

.lp_cntnt .homes-tag.sale {
  background: #ff1744!important;
  width: 73px !important;
  height:48px;
}
.lp_cntnt .homes-tag .sale .sale_2{
	background: #111!important;
}
.lp_cntnt .homes-tag.sale {
  right: 0;
  top: 0; 
}
.sw_team_slider .owl-theme .owl-nav{
	display:none;
}
.sw_team_slider .owl-theme .owl-dots{
	display:none;
}
.lp_cntnt .homes-tag.sale.rent {
  background: #ffb200 !important;
  color: #fff;
  z-index: 99; 
}
.lp_cntnt .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
  background: #3a2c5f;
  bottom: 15px;
  left: 15px;
  z-index: 99;
 }
.homes_cntnt_box{
	float:left;
	width:100%;
	padding:22px;
	position:relative;
	overflow:hidden;
	padding-bottom:13px;
	padding-top:17px;
}
.lp_cntnt .homes-content {
  background: #fff !important;
}
 .home-tag-price{
	 background:#2F1700;
	 color:#fff;
	 font-size:18px;
	 padding:13px;
	 padding-left:22px;
	 font-weight:600;
	 z-index:10;
}
.homes-address a{
	color:#5e6d77;
}
.lp_cntnt .homes-content h3 a:hover{
	color:#CF1A17;
	-webkit-transition: all .5s ease;
	transition: all .5s ease; 
}
.lp_cntnt .homes-content h3 a{
  font-size: 18px;
  font-weight: 600;
  color: #2F1700;
  text-transform:capitalize;
 }
 .lp_cntnt .homes-content h3{
	 line-height:20px;
	 margin-bottom:5px;
	 margin-top:5px;
 }
.recently .homes-content .homes-address {
  margin-top: 0px; }

.lp_cntnt .homes-content .homes-address .fa-map-marker {
  font-size: 1rem;
  text-decoration: none;
  color: #18ba60; }

.lp_cntnt .homes-content .homes-address a span {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none; }

.lp_cntnt .homes-address span {
  color: #666; }

.lp_cntnt .homes-content .homes-address a i {
  margin-right: 10px; }

.lp_cntnt .homes-content .homes-list {
  padding: 0;
  margin: 0;
}
.sw_team_slider_2{
	float:left;
	width:100%;
	padding-bottom:40px;
}
.lp_cntnt .homes-content .homes-list li {
  width:100%;
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding-left:23px;
  padding-right:23px;
  font-weight:500;
  border-top:2px solid #f3f3f3;
  list-style: none;
  text-transform:capitalize;
  color: #5e6d77;
 }

.lp_cntnt .homes-content .homes-list li i {
  font-size: 1rem;
  margin-right: 5px;
  color: #0098ef; }

.lp_cntnt .homes-content .homes-list span {
  float:right;
 }

.lp_cntnt.portfolio .item {
  padding-bottom: 0px; }

.lp_cntnt.portfolio .homes {
  margin-bottom: 0px;
}
#sale_second{
	background:#e6710c !important;
}
#sale_second_nd{
	background:#e6710c !important;
}
#sale_second_tr{
	background:#e6710c !important;
}
#sale_second_12{
	background:#e6710c !important;
}
#sale_second_pc{
	background:#e6710c !important;
}
#sale_second_1{
	background:#e6710c !important;
}
#sale_second_fr{
	background:#e6710c !important;
}
#sale_second_5{
	background:#e6710c !important;
}
#sale_second_4{
	background:#e6710c !important;
}
#sale_second_mm{
	background:#e6710c !important;
}
#sale_second_yy{
	background:#e6710c !important;
}
#sale_second_rr{
	background:#e6710c !important;
}
#sale_second_2{
	background:#e6710c !important;
}
#sale_second_3{
	background:#e6710c !important;
}
#sale_second_4{
	background:#e6710c !important;
}
#sale_second_tt{
	background:#e6710c !important;
}
#sale_second_ff{
	background:#e6710c !important;
}
#sale_second_ss{
	background:#e6710c !important;
}
.map_iframe_wrapper iframe{
	width:100%;
	height:250px;
	border:0 !important;
} 
.lp_cntnt .footer {
  background: none;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
  font-size: 14px;
  border-top:2px solid #f3f3f3;
}
.lp_cntnt .footer h3{
	font-size:14px;
	color:#CF1A17;
	font-weight:600;
	margin-top:5px;
	display:inline-block;
	text-transform:uppercase;
}
.btn_sale{
	font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    color: #fff;
	position:relative;
    height: 48px;
    line-height: 52px;
    text-transform: uppercase;
    border: none;
    background: #e6710c;
    display: inline-block;
    z-index: 99;
}
.btn_rent{
	font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    color: #fff;
	position:relative;
    height: 48px;
    line-height: 52px;
    text-transform: uppercase;
    border: none;
    background: #ff1744;
    display: inline-block;
    z-index: 99;
}
.eatate_detail_wrap{
	float:left;
	width:100%;
}
.lp_deals_icon ul li a{
	float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #ebf0f3;
    color: #a8b1b8;
    transition: all 0.5s;
}
.lp_deals_icon ul li a:hover{
	 background: #CF1A17;
    color: #fff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lp_deals_icon ul li a i:before{
	font-size:14px;
}
.lp_cntnt .homes .offer{
	background:#1dcebd;
}
.homes_cntnt_right_2{
	padding-left:20px !important;
}
.homes_img_wrapper{
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
}
.homes_img_wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    transition: transform 0.6s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.abt_txt_box_2{
	display:inline-block;
}
.btn_rent_2{
	float:right;
	display:inline-block;
}
.lp_cntnt:hover .homes_img_wrapper:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 128%, 0);
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*----- HOVER EFFECT -----*/
.lp_cntnt{
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.04);
  border-bottom:1px solid #f2f2f2;
}

.lp_cntnt .project-inner {
  position: relative;
  overflow: hidden; }

.lp_cntnt .project-head {
  position: relative;
  text-align: center; }

.lp_cntnt:hover .project-head:before {
	opacity: 0.8; 
 }
 .lp_cntnt:hover{
	box-shadow:0 4px 25px 0 rgba(52, 73, 94, 0.1); 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.lp_cntnt:hover .homes-content h3 a{
	color:#CF1A17;
	-webkit-transition: all .5s ease;
	transition: all .5s ease; 
}
.lp_cntnt .project-head img {
  width: 100%;
  z-index: 2; }

.lp_cntnt .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px; }

.lp_cntnt .project-bottom h4 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.lp_cntnt .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: ""; 
}

.lp_cntnt:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}
.lp_cntnt .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}
.lp_deals_icon{
	float:right;
	margin-right:23px;
	margin-top:3px;
}
.lp_deals_icon ul li{
	float:left;
	margin-left:6px;
}
.lp_cntnt .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
 }
.homes_cntnt_left{
	 float:left;
	 width:60px;
}
.homes_cntnt_right{
	width: calc(100% - 60px);
    float: left;
    padding-left: 10px
}
.lp_cntnt.portfolio .item {
  padding-bottom: 0;
}
.lp_cntnt.portfolio .project-single {
  margin-bottom: 0px;
}
/********-------- about us wrapper css --------********/
.about_us_main_wrapper{
	float:left;
	width:100%;
}
.about_left_wrapper{
	float:left;
	width:50%;
	padding-left: 395px;
	padding-top:190px;
	background:#2F1700;
	padding-right: 50px;
	min-height: 690px;
}
.about_right_wrapper{
	float:left;
	width:50%;
	background:url('../images/home1.png') 50% 0 repeat-y;
	background-position:center 0;
	background-size:cover;
	min-height:690px;
}
.heading_white_wrapper h3{
	color:#fff;
}
.heading_white_wrapper p{
	color:rgba(255, 255, 255, 0.64);
}
.abt_checkbox li a{
	color:rgba(255, 255, 255, 0.64);
	text-transform:capitalize;
}
.abt_checkbox li a:hover{
	 color: #CF1A17;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_checkbox li{
	margin-top:5px;
}
.abt_checkbox{
	float:left;
	width:100%;
	margin-top:10px;
}
.homes-address{
	text-transform:capitalize;
	margin-bottom:0;
}
.abt_checkbox li i{
	color:#CF1A17;
	margin-right:10px;
	text-transform:capitalize;
}
.abt_btn{
	float:left;
	width:100%;
	margin-top:40px;
}
.abt_btn ul li{
	list-style:none;
	display:inline-block;
}
.abt_btn li:first-child a{
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 145px;
    overflow: hidden;
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);
    background: #CF1A17;
	color:#fff;
	border:2px solid #CF1A17;
    transition: all 0.5s ease;
}
.abt_btn li:first-child a:hover{
	background: transparent;
	border:2px solid #fff;
	color:#fff;
	box-shadow:none;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_btn li:last-child a{
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    height: 50px;
	margin-left:10px;
    line-height: 50px;
    width: 145px;
    overflow: hidden;
	box-shadow:none;
    background: transparent;
	color:#fff;
	border:2px solid #fff;
    transition: all 0.5s ease;
}
.abt_btn li:last-child a:hover{
	background: #fff;
	border:2px solid #fff;
	color:#CF1A17;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	box-shadow:0 4x 15px 0 rgba(0, 0, 0, 0.2) !important;
}

/*******------services wrappper css--------*********/
.service_wrapper{
    float: left;
    width: 100%;
	background:#f9f9f9;
    padding-top: 110px;
    padding-bottom: 90px;
}
.btc_step_overlay{
	position:absolute;
	left:50px;
	right:50px;
	top:50px;
	bottom:50px;
	opacity:0;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ci_text_wrapper_left{
	float: left;
	width: 100%;
}
.ci_text_wrapper_right{
	float: left;
	width: 100%;
}
.ci_text_wrapper_right h4{
	text-align:left;
	line-height:58px;
}
.ci_text_wrapper_left h4{
	text-align:right;
	line-height:58px;
}
.ci_icon_content_right, .ci_icon_content_left {
	font-size: 20px;
    color: #cdcecf;
	float:left;
	width:calc(100% - 80px);
	display:inline-block;
}
.ci_icon_content_right{
	padding-left:30px;
}
.ci_icon_content_left{
	padding-right:30px;
}
.ci_icon_img_effect{
	text-align: center;
    float: left;
	position:relative;
}
.ci_icon_wrapper_list:hover .btc_step_overlay{
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	background:#CF1A17;
	opacity:1;
	box-shadow:0 7px 15px 0 rgba(0, 0, 0, 0.2);
}
.ci_icon_wrapper_list:hover .ci_icon_img_list i{
	position:relative;
	z-index:1;
	color:#ffffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ci_icon_img_list{
	border-radius:50%;
	width:60px;
	height:60px;
	line-height:60px;
	display:inline-block;
	font-size: 20px;
	color: #efefef;
	background:#2d3d4c;
}
.ci_icon_wrapper_list{
	text-align:center;
	padding-top:75px;
	float:left;
	width:100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ci_icon_wrapper_list:hover h4 a{
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ci_icon_wrapper_list h4 a{
	color: #b7bdc1;
	text-transform:capitalize;
	font-size:18px;
	font-weight:500;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.ci_icon_img_list_2{
	width:90px;
	height:90px;
	line-height:90px;
}
.ci_icon_img_list_2 i:before{
	font-size:30px;
}
.ci_icon_wrapper_list:hover .ci_icon_content_left_2 h2 a{
	color:#CF1A17;
}
.ci_icon_wrapper_list_2{
	padding-top:0;
}
.ci_icon_content_left_2{
	width:calc(100% - 90px);
	padding-right:0;
	padding-left:20px;
	text-align:left;
}
.ci_icon_content_left_2 h2 a{
	text-transform:capitalize;
	font-size:18px;
	color:#2d3d4c;
	font-weight:600;
	padding-bottom:5px;
}
.ci_icon_content_left_2 p{
	font-size:14px;
	font-weight:400;
	margin-top:7px;
	text-transform:capitalize;
	margin-bottom:0;
}
.ci_icon_content_left_2 p a{
	text-transform:lowercase;
	color:#666666;
}
.ci_icon_content_left_2 h6 a{
	text-transform:uppercase;
	color:#CF1A17;
	font-size:14px;
	font-weight:600;
	font-family: 'Roboto';
}
/*****---------best deal property  css-------*********/
.best_deal_wrapper{
    float: left;
    width: 100%;
	background:#fff;
    padding-top: 110px;
    padding-bottom: 30px;
}
.bd_home{
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:1;
}
.bd_price{
	text-align:left;
}
.sw_team_slider .owl-carousel .owl-stage:after{
	height:30px;
}
/******------yearly graph css------***********/
.graph_wrapper{
    background: url(../images/graph_img.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 110px;
    padding-bottom: 100px;
    overflow: hidden;
}
.graph_overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(57, 77, 96, 0.94);
}
.white_middle_heading h3{
	color:#fff;
}
.sales-chart{
    float: left;
    width: 100%;
}
/*****---------newest property  css-------*********/
.newest_wrapper{
    float: left;
    width: 100%;
	background:#fff;
    padding-top: 110px;
    padding-bottom: 75px;
}
.lp_cntnt_2{
	margin-bottom:30px;
}
/******------tools wrapper css------***********/
.tools_wrapper{
    background: url(../images/serv_bg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 110px;
    overflow: hidden;
}
.services_img_wrapper{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	float:none;
}
.tools_inner_setionn{
	margin-top:20px;
}
.tools_cont_wrapper h2{
	margin-top:10px;
}
.tools_cont_wrapper{
	float:left;
	width:100%;
	text-align:center;
	padding-left:0;
}
.tools_box_wrapper{
	margin-bottom:60px;
	text-align:center;
}
.tools_cont_wrapper h2 a{
	color:#d8d9da;
	font-weight:500;
	text-transform:capitalize;
}
/*****---------our team css-------*********/
.our_team_wrapper{
    float: left;
    width: 100%;
	background:#fff;
    padding-top: 110px;
    padding-bottom: 70px;
}
.team_wrapper{
	float:left;
	width:100%;
    background: #fff;
}
.team_wrapper_overlay{
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}
.team_wrapper_overlay:before{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    content: "";
    background: rgba(41, 171, 255, 0.8);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.star_o i{
	color:#ebf0f3;
}
.team_wrapper_overlay img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.team_wrapper_overlay_info {
    position: absolute;
    bottom: 9px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
	text-align:center;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: translateY(30px);
}
.team_wrapper_overlay_info h2 a{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	float:left;
	width:100%;
}
.team_social_icons {
	display:inline-block;
}
.team_social_icons li{
    display: inline-block;
}
.team_social_icons li{ 
    color: #CF1A17;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_wrapper:hover .team_wrapper_overlay::before, .team_wrapper:hover .team_wrapper_overlay_info {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.team_wrapper:hover .team_info h4 a{
	 color: #CF1A17;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_info{
	padding: 10px 0px;
	text-align:center;
}
.team_info h4{
	font-size: 18px;
    padding-top: 20px;
	text-transform:capitalize;
}
.team_info h4 a{
	color: #2F1700;
	font-weight:600;
	font-size:18px;
	text-decoration:none;
}
.team_info h5{
	font-size: 14px;
    color: #8f989f;
	text-transform:capitalize;
	font-weight:500;
	font-family: 'Roboto';
}
.team_slider_wrapper .owl-theme .owl-nav{
	display:none;
}
.team_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
/*****---------our team css-------*********/
.our_client_wrapper{
    float: left;
    width: 100%;
	background:#f9f9f9;
    padding-top: 110px;
    padding-bottom: 40px;
}
.slider {
    position: relative;
    height: 400px;
    width: 100%
}
.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.slider.fullscreen ul.slides {
    height: 100%
}
.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px
}
.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px
}
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden
}
.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}
.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    opacity: 0
}
.slider .slides li .caption p {
    color: #e0e0e0
}
.slider .slides li.active {
    z-index: 2
}
.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}
.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0 12px;
    background-color: #e0e0e0;
    transition: background-color .3s;
    border-radius: 50%
}
.slider .indicators .indicator-item.active {
    background-color: #4CAF50
}
.testimonial_slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}
.testimonial_slider .carousel-slider {
    top: 0;
    left: 0;
    height: 0
}
.testimonial_slider .carousel-slider .carousel-fixed-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1
}
.testimonial_slider .carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 68px
}
.testimonial_slider .carousel-slider .carousel-item {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 0
}
.testimonial_slider .carousel-slider .carousel-item h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}
.testimonial_slider .carousel-slider .carousel-item p {
    font-size: 15px
}
.testimonial_slider  .carousel-item {
    display: none;
    width: 400px;
    height: 260px;
    position: absolute;
    top: 0;
    left: 0
}
.testimonial_slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}
.testimonial_slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 24px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color .3s;
    border-radius: 50%
}
.testimonial_slider .indicators .indicator-item.active {
    background-color: #fff
}
.test_box_wrapper{
	float:left;
	width:100%;
	background:#fff;
}
.valign-wrapper {
	float: left;
    width: 100%;
    background: #fff;
    padding: 70px 45px 50px 45px;
    width: 400px;
    height: 260px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.testimonial_slider .carousel-item .card .card-content p {
	clear: both;
	margin: 6px 0;
	font-size:16px;
	line-height:30px;
	font-style:italic;
	font-family: 'Noto Sans';
	color:#5e6d77 !important;
}
.testimonial_slider .carousel-item .card .card-content .card-title {
	font-size: 18px;
	text-transform:capitalize;
	color:#CF1A17 !important;
	padding-top:20px;
	line-height:20px;
	font-style:normal;
}
.testimonial_slider .carousel-item .card .card-content .card-title span {
	display: block;
	font-size: 12px;
	color:#8c8c8c;
	text-transform: capitalize;
	font-weight: 400;
	font-style:normal;
}
.testimonial_slider .carousel-item .card .card-image {
	border-radius: 50%;
	position: absolute;
	top: -55px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 100px;
	height: 100px;
	border: 5px solid #f9f9f9;
	overflow: hidden;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.testimonial_slider .carousel-item .card .card-image img {
	width: 100%;
	z-index: 0;
	border-radius: 50%;
}

.testimonial_slider .carousel-item .card .card-content p:not(.card-title) * {
	color: #8a8a8a;
}

.testimonial_slider .carousel-control.center.center-align {
	margin-bottom: 27px;
}
/*********------partner wrapper css------********/
.partner_wrapper{
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:70px;
}
.partner_slider{
	float:left;
	width:100%;
}
.partner_slider .owl-theme .owl-dots{
	display:none;
}
.partner_slider .owl-carousel .owl-item img{
	width:110px;
	opacity:0.5;
	display:inline-block;
}
.partner_slider .owl-theme .owl-nav {
    position: absolute;
    top: 20%;
    margin: 0;
    margin-top: 0;
    left: 0; 
    right: 0; 
    z-index: 1000;
    display: block;
}
.partner_slider .owl-theme .owl-nav .owl-prev{
	font-size: 50px;
    margin: 0;
    padding: 0;
    left: 0;
    position: absolute;
    text-align: center;
    background: transparent;
    color: #e2e2e2;
    text-align: center;
}
.partner_slider .owl-theme .owl-nav .owl-next{
	font-size: 50px;
    margin: 0;
    padding: 0;
    right: 0;
    position: absolute;
    text-align: center;
    background: transparent;
    color: #e2e2e2;
    text-align: center;
}
.partner_slider .owl-theme .owl-nav .owl-prev:hover, 
.partner_slider .owl-theme .owl-nav .owl-next:hover{
	color: #5e6d77;
	background: transparent;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition : all 0.5s ease 0s;
    transition  : all 0.5s ease 0s;	
}
.partner_slider .item {
	text-align:center;
}
.partner_slider .item img {	
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition : all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition : all 0.5s ease 0s;	
}
.partner_slider .item:hover img {
	opacity: 1 !important;
}
/* dream area start */
.dreams-area {
   float:left;
   width:100%;
	background:#CF1A17;
   padding-top: 70px;
	padding-bottom:60px;
}
.dreams-title {
    position: relative;
    z-index: 2;
	margin-top:13px;
}
.dream_btn{
	position:relative;
	margin-top:10px;
}
.dreams-title h2{
    font-size: 30px;
	font-family: 'Roboto';
	text-transform:capitalize;
    font-weight: 300;
	color:#fff;
}
.enquiry_btn{
	margin-top:0;
}
.enquiry_btn li{
	float:right;
}
.enquiry_btn li a{
	box-shadow:none !important;
	width:170px !important;
	font-weight:400 !important;
}
.enquiry_btn li a:hover{
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.1) !important;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:80px;
	background:#292f32;
}
.section3_copyright p a{
	color:#b7bdc1;
}
.section3_copyright p a:hover{
	color:#CF1A17;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section3_wrapper_first, .section3_wrapper_second{
	float:left;
	width:100%;
}
.wrapper_first_image, .wrapper_first_icon{
	float:left;
	width:100%;
}
.wrapper_second_about, .wrapper_second_useful, .wrapper_second_blog,
.wrapper_second_contact{
	float:left;
	width:100%;
}
 .wrapper_first_icon i{
	color:#CF1A17;
	margin-right:20px;
	font-size:18px;
}
 .wrapper_first_icon span{
	color:#111111;
	font-size:18px;
	font-weight:500;
}
 .wrapper_first_icon a{
	color:#fff;
	font-size:10px;
	background:#ef5e5e;
	padding:2px 8px;
	border-radius:3px;
	text-transform:uppercase;
	margin-left:7px;    
	position: relative;
    top: -2px;
}
.section3_wrapper_first{
	border-bottom:1px solid #e8e8e8;
	padding-bottom:75px;
}
.section3_wrapper_second h4{
	font-size:18px;
	color:#f4f4f4;
	text-transform:uppercase;
	font-weight:500;
	padding-bottom:60px;
}
.section3_wrapper_second h4:after{
	content:'';
	border:2px solid #CF1A17;
	display:block;
	border-radius:3px;
	width:40px;
	position:absolute;
	margin-top:10px;
}
.abotus_content,.aboutus_link{
	float:left;
	width:100%;
}
.abotus_content{
	padding-bottom:12px;
}
.abotus_content p{
	font-size:16px;
	color:#abacad;
	font-weight:300;
}
.aboutus_link {
	padding-bottom:30px;
}
.aboutus_link a{
	color:#CF1A17;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
}
.aboutus_link i{
	color:#CF1A17;
	margin-left:10px;
}
.aboutus_social_icons{
	margin:0;
	padding:0;
	list-style:none;
}
.aboutus_social_icons li{
	float:left;
	margin-left:10px;
}
.aboutus_social_icons li:first-child{
	margin-left:0px;
}
.aboutus_social_icons li a{
	float:left;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#abacad;
	border:1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aboutus_social_icons li a:hover{
	background:#CF1A17;
	border:1px solid #CF1A17;
	color:#fff;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.wrapper_second_useful ul{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper_second_useful ul li{
	margin-bottom:10px;
}
.wrapper_second_useful ul li i{
	color:#aeaeae;
	margin-right:20px;
}
.wrapper_second_useful ul li a{
	color:#aeaeae;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.wrapper_second_useful ul li a:hover, .wrapper_second_useful ul li:hover i{
	color: #CF1A17;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_wrapper1, .blog_wrapper2{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.blog_date i{
	color:#CF1A17;
	margin-right:10px;
}
.blog_date{
	padding-top:10px;
	font-size:14px;
	font-weight:300;
	color:#abacad;
}
.blog_image{
	float:left;
	width:73px;
}
.blog_text{
	font-size:14px;
	font-weight:500;
	float:left;
	width:calc(100% - 73px);
	padding-left:20px;
}
.blog_text h5 {
	line-height: 20px;
	font-weight: 300;
}
.blog_image_2 img{
	border-radius:50%;
	width:60px;
	height:60px;
}
.blog_text h5 a{
	font-size: 15px;
	text-transform:capitalize;
	color:#fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.blog_text h5 a:hover, .wrapper_second_contact ul li a:hover{
	color: #CF1A17;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.wrapper_second_contact ul{
	margin:0;
	padding:0;
	list-style:none;
}
.wrapper_second_contact ul li{
	float:left;
	width:100%;
	padding-bottom:20px;
}
.wrapper_second_contact ul li a{
	color:#aeaeae;
	font-size:14px;
	padding-left: 25px;
}
.wrapper_second_contact ul li p{
	float:left;
	padding-left: 20px;
	font-size:14px;
	color:#aeaeae;
}
.wrapper_second_contact ul li i{
	float: left;
	color: #aeaeae;
    line-height: 20px;
}
.section3_bottom_wrapper{
	float:left;
	width:100%;
	background:#242a2d;
	text-align:center;	
	padding-top:25px;
	padding-bottom:25px;
}
.foter_left{
	float:left;
	width:40%;
}
.foter_right{
	float:left;
	width:60%;
}
.section3_copyright{
	text-transform:capitalize;
	float:left;
}
.top_wrapper{
	float:left;
	width:100%;
}
.section3_copyright p{
	color:#b7bdc1;
	margin-bottom:0;
	margin-top:8px;
}
.hidden{
	display:none;
}
.visible{
	display:block;
}
/******-------common page header------********/
.page_title_section {
    float: left;
    width: 100%;
    background: url(../images/inside-bk.jpg) no-repeat center;
    background-size: cover;
    position: relative;
	padding-top:70px;
	padding-bottom:70px;
}
.page_title_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 53, 70, 0.9);
}
.page_header {
    padding-bottom: 0;
    border-bottom: 0;
}
.page_header .sub_title {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-top: 5px;
}
.page_header .sub_title li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.page_header .sub_title li a {
    color: #d2d2d2;
}
.page_header .sub_title li:last-child {
    color: #CF1A17;
}
.page_header .sub_title a:hover {
    color: #CF1A17;
	transition: all .5s;
}
.icon_breamcum {
    color: #d2d2d2;
    font-size: 16px;
    margin-left: 7px;
    margin-right: 7px;
}
.page_header_bottom {
    text-align: center;
    width: 100%;
}
.page_header_line {
    float: left;
    width: 100%;
}
.page_header_line h1 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.inner_menu{
	background:#fff;
}
/*******------- error page start--------*******/
.error_wrapper{
	background: url(../images/404_bg.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 130px;
    padding-bottom: 110px;
    overflow: hidden;
}
.main_wrapper_three_img{
	float:left;
	width:100%;
	position:relative;
}
.main_wrapper_three_img img{
	-webkit-animation: fa-spin 10s infinite linear;
    animation: fa-spin 10s infinite linear;
}
.wheel_img_one_wrapper{
	position:absolute;
	left:0;
}
.abt_iner_img{
	float:left;
	width:100%;
}
.wheel_img_two_wrapper{
	position: absolute;
	left: 170px;
    top: 111px;
}
.wheel_img_three_wrapper{
	position: absolute;
	left: 0;
    top: 217px;
}
.main_wrapper_three_content{
	float:left;
	width:100%;
	padding-top:40px;
	padding-left:60px;
}
.main_wrapper_three_content span{
	font-size:200px;
	color:#CF1A17;
	font-weight:900;
}
.main_wrapper_three_content h2 span:first-child{
	text-shadow: -15px 0px 5px #dedede;
    position: relative;
    z-index: 1;
}
.main_wrapper_three_content h2 span:nth-child(2){
	color: #111;
    margin-left: -24px;
    z-index: 1;
	text-shadow: 4px 8px 5px #dedede;
    position: relative;
}
.main_wrapper_three_content h2 span:last-child{
	margin-left: -30px;
    z-index: 1;
    text-shadow: 15px 10px 5px #dedede;
    position: relative;
}
.main_wrapper_three_content h3{
	font-size:30px;
	color:#2F1700;
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	margin-bottom:30px;
	line-height:30px;
	margin-top:60px;
}
.main_wrapper_three_content h3:after{
	content: '';
    border: 2px solid #CF1A17;
	border-radius:5px;
    display: block;
    width: 30px;
    position: absolute;
   top:-15px;
}
.main_wrapper_three_content p{
	font-size:16px;
	margin-bottom:20px;
}
.main_wrapper_three_content a{
	color:#CF1A17;
}
.main_wrapper_three_email{
	text-align:center;
}
.main_wrapper_three_email input {
    height: 46px;
	width:36%;
    color: #949494;
    font-size: 28px;
	text-transform:capitalize;
    background: transparent;
    border:0;
	padding-left:20px;
}
.main_wrapper_three_email input:focus{
    outline: none;
}
.main_wrapper_three_email i {
    color: #949494;
	font-size:26px;
}
.error_btm_wrapper{
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:20px;
	padding-top:20px;
}
/******------contact us css wrapper-------********/
#map {
    width: 100%;
    height: 600px;
}
.contact_iner_wrapper{
	float:left;
	width:100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact_section {
	float:left;
	width:100%;
}
.contact_section input, .contact_section textarea {
	padding: 10px 25px; 
	height: 50px;
   font-size: 14px;
   line-height: 24px;
   color:#666666;
   border-radius: 0;
   box-shadow: none;
   font-family: 'Roboto';
   text-transform:capitalize;
   border:0;
   border-bottom:1px solid #eaeaea;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.contact_section textarea{
	height:auto;
	resize:none;
}
.contact_section .btn{
	border-radius: 0 !important; 
}
.contact_section .form-group {
  margin-bottom: 20px;
}
.contact_section input::placeholder, .contact_section textarea::placeholder {
  color: #5e6d77;
}
.contact_section .form-control:focus, .contact_section .form-control:hover{
	color: #5e6d77;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid #CF1A17;   
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;	
}
.contact_section form button.btn{
	margin: 0 auto;
	display: block;
    width:100%;
	height:50px;
	line-height:38px;
    font-weight: 500;
	text-transform:uppercase;
	background:#CF1A17;
	border:1px solid #CF1A17;
	box-shadow:0 7px 10px 0 rgba(0, 0, 0, 0.1);
	margin-top:40px;
    -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.contact_section .btn-primary.focus,
.contact_section .btn-primary:hover{
	background-color: transparent;
  	color: #CF1A17;
	box-shadow:none;
  	border: 1px solid #CF1A17 !important;
}
.ci_icon_img_list_3{
	width:70px;
	height:70px;
	line-height:70px;
}
.contact_section-pos,.contact_section-e,.contact_section-m,.contact_section-p{
	position: relative;
}
.contct_icon_wrapper{
	padding-top:10px;
	padding-bottom:70px;
}
.form-group.i-name:after, .form-group.i-email:after, .form-group.i-phone:after, .form-group.i-message:after {
    position: absolute;
    top: 13px;
    font-size: 14px;
    font-family: "FontAwesome";
    color: #5e6d77;
}
.contact_section .form-group.i-name:after{
	content: "\f007";
}
.contact_section .form-group.i-email:after{
	content: "\f003";
}
.contact_section .form-group.i-phone:after{
	content: "\f095";
}
.contact_section .form-group.i-message:after{
	content: "\f0e5";
}
.src_pder{
	margin-top:50px;
}

.abt_city_infra{
	background: url(../images/graph_img.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 110px;
    padding-bottom: 100px;
    overflow: hidden;
}
.about_wrapper{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(57, 77, 96, 0.9);
}
.gc_blog_index_img_wrapper{
	float:left;
	width:100%;
}
.gc_blog_index_img_wrapper iframe {
    width: 100%;
    height: 368px !important;
	border:0;
}
.rs_abt_iner_who_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.rs_abt_img{
	float: left;
    width: 160px;
}
.rs_abt_img_cntent {
    float: left;
    width: calc(100% - 160px);
    padding-left: 30px;
}
.rs_abt_img_cntent p{
	margin-top:0;
}
.progress-wrapper{
	float:left;
	width:100%;
	margin-top: 30px;
}
.progressFive .progress-item {
	line-height: 10px;
}

.progressFive .progress-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform:uppercase;
	margin-bottom: 10px;
	color:#2F1700;
}
.progress{
	margin-bottom:10px;
}
.progressFive .progress {
	height: 10px;
	background-color: #fff;
	box-shadow: none;
	border-radius: 10px;
}
.progress_wrapper{
	float: left;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 80px;
	background:#f9f9f9;
}
.progressFive .progress-bar {
	box-shadow: none;
	text-align: right;
	border-radius: 10px;
	background:#CF1A17;
}

.progressFive .progress-percent {
	font-size: 16px;
	color: #2F1700;
	font-weight:bold;
}
/******----property categories css-------*****/
.rs_property_categories_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	padding-top:50px;
	padding-bottom:50px;
}
.filter-area {
  display: block;
  position: relative;
  margin: 0 0 40px;
}
 .filter-area select {
  display: inline-block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #5e6d77;
  padding: 0 15px;
  color: #797979;
  font-size: 14px;
  float:right;
  text-transform: capitalize;
}
 .filter-area .list-grid {
  display: inline-block;
  float:right;
  margin-right:10px;
}
@media only screen and (max-width: 320px) {
 .filter-area .list-grid {
    margin-top: 10px;
  }
}
.filter-area .list-grid ul li {
  padding: 0;
  margin-left:10px;
}
.filter-area .list-grid ul li a {
  display: block;
  color: #5e6d77;
  background:transparent;
  font-size: 18px;
  text-align: center;
  border-radius:0;
  padding:0;
  width:40px;
  line-height:40px;
  height:40px;
  border:0;
}
.prs_upcom_slide_first{
	margin-bottom:30px;
}
.nav-pills&gt;li.active&gt;a, .nav-pills&gt;li.active&gt;a:focus, .nav-pills&gt;li.active&gt;a:hover{
	color: #fff !important;
    background-color: #5e6d77 !important;
	-moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
 .filter-area .list-grid ul li a:active,  .filter-area .list-grid ul li a:focus {
	  background: #5e6d77;
	  color: #fff;
  	 -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
.filter-area .showpro {
  float: left;
  margin-top: 8px;
}
@media only screen and (max-width: 480px) {
.filter-area .showpro {
    text-align: left;
    margin-top: 10px;
    float: inherit;
  }
}
 .filter-area .showpro h4{
	color: #2d3d4c;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.filter-area .showpro p span {
  color: #254a93;
}
.sidebar_widget{
	float: left;
    width: 100%;
	background:#fff;
	padding:30px;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.04);
	margin-bottom:50px;
}
.sidebar_widget h4{
	color:#2d3d4c;
	font-weight:bold;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;
}
/* search_form start */
.search_form .form-control {
    height: 50px;
    font-size: 14px;
    min-width: 218px;
	padding:0px 40px 0px 20px;
    color: #5e6d77;
	border:0;
    border-bottom: 1px solid #5e6d77;
	box-shadow:none;
	border-radius:0;
	position:relative;
}
.form-control:focus{
	border:0;
	border-bottom: 1px solid #5e6d77;
}
.search_form {
    position: relative;
}
.search_form button {
    width: 130px;
    height: 50px;
	color:#fff;
	margin-top:20px;
	text-transform:uppercase;
	font-weight:500;
    font-size: 14px;
    line-height: 50px;
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);
    background-color: #CF1A17;
	border:1px solid #CF1A17;
    border: 0;
} 
.search_form button:hover {
    background-color: transparent;
	border:1px solid #CF1A17;
	color:#CF1A17;
	box-shadow:none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
} 
.search_box_wrapper h3{
	color:#111111;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	padding:25px;
	padding-top:10px;
} 
.search_form i{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 18px;
	color:#a2a2a2;
}main-search-field_
.search_fom_2 button{
	right:30px;
}
.search_fom_2 .form-control{
	width:210px;
	margin-left:25px;
}  
.search_box_wrapper{
	border:1px solid #eeeeee;
	padding:10px 0 10px 0;
}
.sp_categories_pricing{
	margin-top:0;
	padding-left:0;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.06);
	float:left;
	width:100;
	margin-bottom:50px;
}
.range_2 .price-box{
	color:#5e6d77;
}
.deals_form_tab_2{
	background:#fff;
	box-shadow:none;
	text-align:center;
}
.blog_date_2{
	color:#424242;
}
.blog_cate_btn_2 li a{
	width:170px;
}
.pricing_inputfield textarea {
    width: 100%;
    height: 50px;
	margin-top:20px;
    border: 0;
    text-transform: capitalize;
    background: transparent;
   color: #5e6d77 !important;
    border-bottom: 1px solid #5e6d77 !important;
	resize:none;
}
.blog_wrapper3{
	margin-top:10px;
}
.blog_cate_text{
	padding-left:10px;
}
.blog_cate_text h5 a{
	color:#5e6d77;
	font-weight:600;
}
.pricing_inputfield_2 option{
	color:#222;
	background:#f3f3f3;
}
.pricing_inputfield input{
	color:#5e6d77 !important;
	 border-bottom: 1px solid #5e6d77 !important;
}
.pricing_inputfield select{
	color:#5e6d77 !important;
}
.deals_form_tab_2 .nav-tabs&gt;.active&gt;a, .deals_form_tab_2 .nav-tabs&gt;.active&gt;a:focus, .deals_form_tab_2 .nav-tabs&gt;.active&gt;a:hover{
	border: 0;
    background-color: #fff;
    color: #CF1A17;
}
.pricing_inputfield select{
	border-bottom: 1px solid #5e6d77 !important;
}
.pricing_inputfield input:hover, .pricing_inputfield input:focus, .pricing_inputfield select:hover{
	   border-bottom: 1px solid #CF1A17 !important;
}
.price_area_label h5{
	color:#5e6d77;
}
.range_2 .ui-slider-horizontal .ui-slider-range{
		background:#5e6d77 !important;
}
.range_2 .ui-widget-content{
	background:#5e6d77 !important;
}
.range_2 .ui-state-default, .range_2 .ui-widget-content .ui-state-default, .range_2 .ui-widget-header .ui-state-default, .range_2 .ui-button, html .range_2 .ui-button.ui-state-disabled:hover, html .range_2 .ui-button.ui-state-disabled:active, .range_2 .ui-state-default, .range_2 .ui-widget-content .ui-state-default:focus{
	background:#5e6d77;
	outline:none;
}
.blog_cate_btn{
	margin-top:20px;
}
.blog_cate_btn li a{
	color:#5e6d77;
	border:2px solid #5e6d77;
	box-shadow:none;
}
.blog_cate_btn li a:hover {
    background: #5e6d77;
    border: 2px solid #5e6d77;
    color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_cate_btn_2{
	margin-top:40px;
	padding-bottom:0px;
}
.left_side_category_wraper{
	float:left;
	width:100%;
	margin-bottom:50px;	
}
.blog_pagination_section {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
	text-align:center;
}
.blog_pagination_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.blog_pagination_section ul li {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}
.blog_pagination_section ul li:first-child {
    margin-left: 0px;
}
.prs_mcc_list_movie_main_wrapper {
	border-bottom:0 !important;
	background:#fff;
}
.blog_pagination_section .prev,
.blog_pagination_section .next {
    margin-left: 0px;
    color: #5e6d77;
    font-weight: 500;
	width:100px;
	height:35px;
	line-height:35px;
	background:#fff;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
    text-transform: capitalize;
    text-align: center;
}
.blog_pagination_section ul li a {
    float: left;
	width:35px;
	height:35px;
	line-height:35px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.11);
    color: #5e6d77;
	background:#fff;
    text-align: center;
}
.blog_pagination_section .blog_pagination_after a {
    color: #fff;
	background:#CF1A17;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
    position: relative;
}
.inner_projext_head{
	width:350px;
	float:left;
}
.prs_mcc_list_movie_main_wrapper{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.prs_mcc_list_movie_img_wrapper{
	float:left;
	width:350px;
}
.prs_mcc_list_movie_img_wrapper img{
	height:250px;
}
.prs_mcc_list_movie_img_cont_wrapper{
	float:left;
	width:calc(100% - 350px);
	background:#ffffff;
	padding:0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_mcc_list_movie_img_wrapper img{
	width:100%;
}
.prs_mcc_list_movie_main_wrapper:hover .prs_mcc_list_movie_img_cont_wrapper{
    box-shadow:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.prs_mcc_list_left_cont_wrapper{
	float:left;
	width:80%;
}
.prs_mcc_list_right_cont_wrapper{
	float:left;
	width:20%;
}
.shop_li_price_tag{
	padding:0;
	border:none;
}
.shop_li_price_tag ul li{
	width: 50px;
    height: 50px;
    border: 1px solid #efefef;
    font-size: 16px;
	line-height:50px;
    float: left;
    margin-right: 15px;
}
.shop_txt_box p{
	float:left;
	margin-top:20px;
}
.shop_list_btn_wrapper li a{
	width: 150px;
    height: 45px;
    float: left;
    line-height: 42px;
    font-size: 14px;
    font-weight: 400;
	margin-top:20px;
}
.homes_cntnt_box_2{
	padding:9px;
	padding-bottom:5px;
}
/* archives_wrapper start */

.archives_wrapper{
	float:left;
	width:100%;
}
.archives_wrapper ul li{
	padding: 8px 0px;
}
.archives_wrapper ul li a{
	color:#5e6d77;
    font-weight: 500;
	text-transform:capitalize;
}
.archives_wrapper span{
	color:#338fd1;
	float:right;
}
.archives_wrapper ul li i{
	margin-right:20px;
	color:#5e6d77;
}
.archives_wrapper ul li:hover a,
.archives_wrapper ul li:hover i{
	color:#CF1A17;
	transition: all 0.5s;
}
/*******------cloud wrapper-----*****/
.gc_blog_cloud_side_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gc_blog_cloud_side_menu li {
    float: left;
    margin-bottom: 10px;
    text-transform: capitalize;
    margin-right: 8px;
    font-size: 14px;
	font-weight:500;
    margin-top: 12px;
}
.gc_blog_cloud_side_menu li a {
    padding: 10px;
    background: #ebf0f3;
    padding-left: 13px;
    padding-right: 13px;
    color: #5e6d77;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_blog_cloud_side_menu li a:hover{
	color: #fff !important;
    background: #CF1A17;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_text_3 h5 a{
	color:#2F1700;
}
.blog_text_3 h5{
	font-weight:500 !important;
}
.blog_date_blog{
	color:#76828a;
}
.blog_social_icon li a{
	color:#fff;
	width:50px;
	height:50px;
	font-size:18px;
	line-height:50px;
}
.blog_social_icon .blue a{
	background:#3a589b;
	border:1px solid transparent;
}
.blog_social_icon .blue a:hover{
	background:#fff;
	border:1px solid #3a589b;
	color:#3a589b;
}
.blog_social_icon .sky a{
	background:#03a9f4;
	border:1px solid transparent;
}
.blog_social_icon .sky a:hover{
	background:#fff;
	border:1px solid #03a9f4;
	color:#03a9f4;
}
.blog_social_icon .red a{
	background:#ea0058;
	border:1px solid transparent;
}
.blog_social_icon .red a:hover{
	background:#fff;
	border:1px solid #ea0058;
	color:#ea0058;
}
.blog_social_icon .brown a{
	background:#d6492f;
	border:1px solid transparent;
}
.blog_social_icon .brown a:hover{
	background:#fff;
	border:1px solid #d6492f;
	color:#d6492f;
}
.blog_social_icon .black a{
	background:#151b29;
	border:1px solid transparent;
}
.blog_social_icon .black a:hover{
	background:#fff;
	border:1px solid #151b29;
	color:#151b29;
}
.sidebar_widget_img{
	float:left;
	width:100%;
}
.lest_news_box_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.lest_news_box_wrapper_2{
	margin-bottom:0;
}
.lest_news_box_wrapper:hover .btc_blog_indx_date_wrapper a{
	 background: #338fd1; 
	 color:#fff;
	 box-shadow:0 8px 20px rgba(0, 0, 0, 0.06);
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_indx_date_wrapper a{
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
	font-size:18px;
	color:#1d3571;
	line-height:52px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	position: absolute;
	box-shadow:0 8px 20px rgba(0, 0, 0, 0.06);
    bottom: -22px;
    right: 40px;
}
.lest_news_img_wrapper{
	position:relative;
}
.lest_news_img_wrapper img{
	width:100%;
}	
.lest_news_cont_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:0px;
}
.blog_news_cnt_wrapper{
	border:none;
	padding-left:0;
	padding-right:0;	
}
.lest_news_cont_wrapper h5 a{
	font-size:20px;
	text-transform:capitalize;
	color:#1d3571;
	font-weight:500;
	line-height: 28px;
	padding-top:10px;
	float:left;
	   -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lest_news_cont_wrapper p{
	padding-top:5px;
	margin-bottom:0;
	float:left;
}
.tb_left_heading_wraper_2{
	margin-bottom:10px;
}
.blog-single_cntnt{
	margin-top:20px;
	float:left;
	width:100%;
}
.btc_blog_single_post_bottom_post_wrapper{
	float:left;
	padding-left: 80px;
    padding-right: 30px;
    padding-top: 50px;
	margin-bottom:20px;
	padding-bottom:40px;
	background:#CF1A17;
}
.btc_blog_single_post_quote_wrapper1{
	position:relative;
}
.btc_blog_single_post_quote_wrapper1:after{
	content: '';
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.6);
    width: 12px;
    height: 35px;
    position: absolute;
    left: -50px;
    top: 4px;
}
.btc_blog_single_post_quote_wrapper1:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #CF1A17;
    position: absolute;
    left: -50px;
    top: 4px;
    z-index: 1;
}
.btc_blog_single_post_bottom_post_wrapper p{
	color:#fff;
	font-size:16px;
	font-style:italic;
}
.btc_blog_single_post_quote_wrapper2{
	position:relative;
}
.btc_blog_single_post_quote_wrapper2:after{
	content: '';
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.6);
    width: 12px;
    height: 35px;
    position: absolute;
    left: -30px;
    top: 4px;
}
.blog_single_cmnt_wrapper {
	float:left;
	width:100%;
	padding-top:80px;
}
.btc_blog_single_post_quote_wrapper2:before{
	content: '';
    border-left: 12px solid transparent;
    border-top: 12px solid #CF1A17;
    position: absolute;
    left: -30px;
    top: 4px;
    z-index: 1;
}
.comment_cont2_border{
	border-bottom:1px solid #dedede;
	float:left;
	width:100%;
}
.blog_comment3_wrapper{
	margin-top:35px;
	border-bottom:1px solid #dedede;
	padding-bottom:35px;
}
.blog_comment1_wrapper{
	margin-top: 30px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
}
.btm_blog_pdr{
	text-align:left !important;
}
.blog_comment1_img{
	width:80px;
	float:left;
}
.blog_comment1_cont{
	width:calc(100% - 80px);
	margin-left:110px;
	padding-right:30px
}
.blog_single_comment_wrapper{
	float:left;
	width:100%;
}
.blog_comment1_cont p{
	padding-top:5px;
}
.lest_news_cont_bottom_2{
	padding-bottom:0 !important;
	border-bottom:0 !important;
}
.blog_comment2_wrapper{
	margin-top:40px;
	padding-bottom:35px;
}
.lest_news_cont_bottom{
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #e6e6e6;
}
.hs_blog_box1_img_wrapper{
	float:left;
	width:100%;
	overflow:hidden;
}
.lest_news_cont_bottom_left{
	float:left;
	width:30%;
	padding-top: -10px;
	padding-bottom: 4px;
	text-align:center;
}
.blog_cate_text_box{
	font-style:italic;
	padding: 54px;
	background:#318ddc;
}
.blog_cate_text_box p{
	color:#fff;
}
.blog_index_img_wrapper iframe{
	width:100%;
	height:440px;
	border:none;
}
.lest_news_cont_bottom_left p, .lest_news_cont_bottom_right p{
	margin:0;
}
.lest_news_cont_bottom_left p i, .lest_news_cont_bottom_right p i, .lest_news_cont_bottom_center p i, .lest_news_cont_bottom_last p i{
	color:#CF1A17;
	margin-right:10px;
}
.lest_news_cont_bottom_right{
	float:left;
	width:30%;
	padding-top: -10px;
	padding-bottom: 4px;
	text-align:center;
}
.lest_news_cont_bottom_left p a, .lest_news_cont_bottom_right p a, .lest_news_cont_bottom_center p a{
	color:#5e6d77;
	font-weight:400;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lest_news_cont_bottom_left p a:hover, .lest_news_cont_bottom_right p a:hover, .lest_news_cont_bottom_center p a:hover{
	color:#CF1A17;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lest_news_box_wrapper:hover .lest_news_cont_bottom_left p a i, .lest_news_box_wrapper:hover .lest_news_cont_bottom_center p a i, .lest_news_box_wrapper:hover .lest_news_cont_bottom_right p a i{
	color:#00a8ff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lest_news_cont_bottom_center{
	float:left;
	width:30%;
	padding-top: -10px;
    padding-bottom: 4px;
	text-align:center;
	position:relative;
}
.lest_news_box_wrapper:hover .lest_news_date_wrapper{
	top:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_blog_post_admin_main_wrapper{
	float:left;
	width:100%;
	margin-top:15px;
	background:#fff;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.02);
	overflow:hidden;
	padding:30px;
}
.btc_blog_single_post_admin_img{
	float:left;
	width:110px;
}
.btc_blog_single_post_admin_img img{
	border-radius:50%;
}
.btc_blog_single_post_admin_img_cont{
	float:left;
	width:calc(100% - 110px);
}
.author_cmnt_wrapper{
	float:left;
	width:100%;
	margin-top:60px;
}
.btc_blog_single_post_admin_img_cont h1{
	font-size:18px;
	text-transform:uppercase;
	color:#CF1A17;
	font-weight:600;
}
.btc_blog_single_post_admin_img_cont p{
	padding-top:10px;
	margin-bottom:0;
}
.ggg{
	padding-top:0 !important;
}
.contect_form1 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	text-transform:capitalize;
	background:transparent;
	border:0;
	border-bottom:1px solid #8c8c8c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus{
	border-bottom:2px solid #CF1A17;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form2 input{
	width:100%;
	height:50px;
	margin-top:20px;
	text-transform:capitalize;
	padding-left:25px;
	border:0;
	background:transparent;
	border-bottom:1px solid #8c8c8c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1, .contect_form2, .contect_form4{
	position:relative;
}
.contect_form1 i, .contect_form2 i, .contect_form4 i{
	position:absolute;
	top:37px;
	left:0;
	color:#76828a;
}
.contect_form4 textarea{
	width:100%;
	margin-top:20px;
	padding-left:25px;
	padding-top:13px;
	border:0;
	background:transparent;
	border-bottom:1px solid #8c8c8c;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border-bottom:2px solid #CF1A17;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn ul{
	padding:0;
	list-style:none;
	margin-top:40px;
	float:left;
}
.contect_btn li a{
	width:170px;
	height:50px;
	float:left;
	color:#5e6d77;
	background:transparent;
	text-align:center;
	line-height:47px;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #5e6d77;
}
.blog_form_wrapper{
	float:left;
	width:100%;
	padding-top:70px;
}
.contect_btn li a:hover{
	background:#5e6d77;
	border:2px solid #5e6d77;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.02) !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff !important;
}
/******-----single property css----**********/
.sp_p p{
	font-weight:400;
	color:#7b7b7b;
	line-height:18px;
}
.sp_archives_wrapper ul li{
	padding: 20px 30px 20px 30px;
}
.sp_archives_wrapper li{
	text-transform:capitalize;
	border-top:1px solid #e2e2e2;
}
.sp_archives_wrapper li span{
	color:#5e6d77;
	background:#ebf0f3;
	text-transform:capitalize;
	padding:3px 10px;
}
.sp_archives_wrapper li:hover span{
	background:#CF1A17;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar_widget_2{
	padding-left:0;
	padding-right:0;
}
.blog_cate_btn li{
	float:right;
}
.sp_blog_sidebar{
	padding:30px;
	padding-bottom:0;
	padding-top:0;
}
.sp_btn_form ul{
	margin-top:0;
	float:right;
}
.sp_btn_form li{
	border-top:0 !important;
	float:right !important;
}
.sp_btn_form li a{
	line-height:47px;
	text-transform:uppercase !important;
}
.sp_btn_form li a:hover, .sp_btn_form ul li:hover i{
	color:#fff !important;
}
 .sp_btn_form ul li i{
	 margin-right:5px;
 }
 .video_img_section_wrapper{
	 float:left;
	 width:100%;
 }
.video_img_section .owl_nav{
	position:relative;
	top:20px;
}
.video_img_section  .owl-theme .owl-dots{
	display:none;
}
.video_img_section  .owl-theme .owl-nav {
    position: absolute;
    top: 100%;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.vedio_img_btm_wrapper {
  position: relative;
}
.gc_filter_cont_overlay {
	position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	visibility:hidden;
}
.vedio_img_btm_wrapper:hover .gc_filter_cont_overlay {
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41, 171, 255, 0.6);
	box-shadow:0 5px 20px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
	overflow:hidden;
	visibility:visible;
}
.para_itag{
	font-size:18px;
	color:#7d7d7d;
}
.video_img_section  .owl-theme .owl-nav .owl-prev{
    font-size: 16px;
    margin: 0;
    padding: 0;
    left: 300px;
	top:24px;
    position: absolute;
    text-align: center;
	background:none;
	color:#CF1A17;
	text-align:center;
}
.video_img_section   .owl-theme .owl-nav .owl-next{
    font-size: 16px;
    margin: 0;
    padding: 0;
    right: 300px;
	top:22px;
    position: absolute;
    text-align: center;
	background:none;
	color:#CF1A17;
	text-align:center;
}
.video_img_section  .owl-theme .owl-nav .owl-prev:hover, .video_img_section   .owl-theme .owl-nav .owl-next:hover{
	background:transparent;
}
.video_nav_img{
	float:left;
	width:100%;
	padding-top:60px;
	padding-bottom:30px;
	background:#2F1700;
	text-align:center;
}
.vedio_nav_wrappper{
	width:25%;
	margin-right:15px;
	display:inline-block;
}
.video_nav_img h3{
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:600;
	float:left;
	width:100%;
	position:relative;
	margin-top:-39px;
	text-transform:uppercase;
}
.property_single_btn li:first-child a{
	width:240px;
	background:#2F1700;
	border:2px solid #2F1700;
}
.property_single_btn li:first-child a:hover{
	background:transparent;
	border:2px solid #2F1700;
	color:#2F1700;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.property_single_btn li:last-child a{
	width:240px;
	background:transparent;
	border:2px solid #2F1700;
	box-shadow:none;
	color:#2F1700;
}
.property_single_btn li:last-child a:hover{
	background:#2F1700;
	border:2px solid #2F1700;
	color:#fff;
	box-shadow:0 4x 15px 0 rgba(0, 0, 0, 0.2) !important;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.indoor_wrapper{
	float:left;
	width:100%;
	padding-top:30px;
}
.sp_indoor_cntnt_wrapper{
	background:#fff;
	padding:30px;
	padding-top:35px;
	float:left;
	width:100%;
	margin-top:20px;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.sp_indor_box{
	padding-top:0;
}
.sp_img_list{
	text-align:center;
}
.sp_content_left{
	width:100%;
	text-align:center;
}
.sp_content_left h2 a{
	color:#2F1700;
	font-weight:600;
	text-transform:capitalize;
}
.ci_icon_img_effect_3{
	float:none;
	display:inline-block;
}
.sp_cnttnt{
	padding-right:0;
	padding-top:10px;
}
.outdoor_wrapper{
	padding-top:60px;
}
.rnergy_wrapper{
	float:left;
	width:100%;
	padding-top:10px;
}
.progressFour {
	float:left;
	width:100%;
	margin-top:30px;
}
.progress-wrapper-2 p{
	text-transform:capitalize;
	font-weight:400;
	color:#5e6d77;
	margin-bottom:20px;
}
.progressFour .progress-wrapper-2 {
	margin-bottom: 10px;
	float:left;
	padding:20px 15px;
	width:100%;
	background:#fff;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.04);
}
.progressFour .progress-item {
	position: relative;
	line-height: 26px;
}
.progressFour .progress-item  span{
	background:#2F1700;
	font-size:18px;
	color:#fff;
	width:35px;
	text-transform:uppercase;
	height:35px;
	text-align:center;
	line-height:35px;
}
.progress-wrapper-2 h6{
	font-size:14px;
	color:#5e6d77;
	margin-top:10px;
}
.progressFour .progress-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 40px;
  	padding-bottom: 8px;
  	position: absolute;
  	color: #fff;
  
}
.progressFour .progress-title i{
	font-size: 15px;
	line-height: 24px;
	padding: 0 20px;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.progressFour .progress {
	height: 35px;
	background-color: #fff;
	box-shadow: none;
	border-radius: 0px;
	margin-left:45px;
}
.progressFour .progress-bar {
	background-color: #359b35;
	box-shadow: none;
	text-align: right;
}
.progressFour .bar_2{
	background-color: #ccff35;
}
.progressFour .bar_3{
	background-color: #ffff03;
}
.progressFour .bar_4{
	background-color: #ffcc03;
}
.progressFour .bar_5{
	background-color: #ff9b35;
}
.progressFour .bar6{
	background-color: #ff0303;
}
.progressFour .bar_a{
	background-color: #f2ecfc;
}
.progressFour .bar_b{
	background-color: #d5c1f7;
}
.progressFour .bar_c{
	background-color: #c4a9f4;
}
.progressFour .bar_d{
	background-color: #a172ee;
}
.progressFour .bar_e{
	background-color: #874eea;
}
.progressFour .bar_f{
	background-color: #7528f9;
}
.progressFour .progress-percent {
	position: absolute;
	line-height: 40px;
	color: #2F1700 !important;
	text-align: center;
	left: 60px;
	font-weight:500;
	background:transparent !important;
	font-size:14px !important;
}
.map_2{
	float:left;
	height:400px !important;
}
.pd_1{
	margin-top:20px;
}
.map_padr{
	margin-top:20px;
}
.sp_property_btn{
	margin-top:0;
	padding-top:0;
}
.sp_property_btn li:first-child a{
	width:160px;
	margin-left:0;
}
.map_iframe_wrapper{
	float:left;
	width:100%;
}
.shop_sidebar span{
	color:#5e6d77;
	font-size:13px;
	font-weight:500;
}
.shop_sidebar ul li a i{
	margin-left:0;
	margin-right:10px;
}
.shop_sidebar ul li i{
	margin-right:0;
	margin-left:7px;
	font-size:16px;
}
.shop_sidebar ul li{
	padding:18px 0;
}
.shop_sidebar ul li a{
	float:left;
	font-size:14px;
	color:#CF1A17;
	text-transform:uppercase;
}
.archives_wrapper ul li:hover a, .archives_wrapper ul li:hover i{
	color:#CF1A17;
}
.archives_wrapper ul li:hover .map_sidebar_km{
	color:#CF1A17;
}
.shop_sidebar .map_sidebar_cntnt{
	margin-left:5px;
	font-size:14px;
	color:#5e6d77;
	font-weight:400;
}
.shop_sidebar{
	padding:15px;
	margin-bottom:0;
}
.map_sidebar_cntnt{
	float:left;
}
.gallery_wrapper{
	float:left;
	width:100%;
	padding-top:60px;
}
.portfolio-area{
	float:left;
	width:100%;
}
 .portfolio-area .portfolio-wrap{
    position: relative;
    overflow: hidden;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    cursor:pointer;
    background:rgba(41, 171, 255, 0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
	right:0;
	top:0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;	
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 40px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
	content:'';
	border:1px solid #2f2d2b;
	display:block;
	width:100%;
	position:relative;
	top:5px;
}
.portfolio-info h3:after{
	content:'';
	border:1px solid #fca900;
	display:block;
	width:50px;
	position:relative;
	top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.gc_filter_cont_overlay_wrapper {
  position: relative;
  width:auto;
  visibility:visible;
}

.gc_filter_cont_overlay {
  position: absolute;
  opacity:0;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	visibility:hidden;
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
	opacity:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: rgba(41, 171, 255, 0.7);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	overflow:hidden;
	visibility:visible;
}
.gc_filter_cont_overlay i:before{
	color:white;
	text-align:center;
	font-size:28px;
	font-weight:600;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i{
	color:white;
	opacity:1;
}
.gc_filter_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.III_column{
	margin-top:30px;
}
.latest_prop_wrapper_2{
	background:#fff;
}
.lest_news_btm_pader{
	padding-bottom:20px;
}
.lest_news_btn li a{
	background:#CF1A17;
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);
	border:2px solid #CF1A17;
}
.lest_news_btn li a:hover{
	background: transparent;
    border: 2px solid #CF1A17;
    color: #CF1A17;
    box-shadow: none !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*******---------map wrapper index map-----***********/
#map_wrapper {
  height: 700px;
  float:left;
  width:100%;
}
#map {
  width: 100%;
  height: 100%;
}
.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    position: relative;
    left: -62px;
}
.map_deals_wrapper{
	margin-top:-55px;
	padding-left:0;
}
.info_content p{
	text-transform:capitalize;
	padding-left:10px;
}
.info_content h1{
	color:#fff;
	font-weight:600;
	font-size:16px;
	padding:7px;
	padding-left:10px;
	background:#2F1700;
	position:relative;
}
.info_content h3{
	text-transform:capitalize;
	font-size:14px;
	padding-left:10px;
	font-weight:600;
}
.map_deal_input{
	margin-bottom:40px !important;
}
.para_img_wrapper{
	float:left;
	width:100%;
}
.map_deal_input input, .map_deal_input select{
	border-bottom:1px solid  rgba(255, 255, 255, 0.4);
}
.map_deal_input select:hover{
	border-bottom: 1px solid #fff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.info_content h5{
	position: absolute;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    right: 23px;
    bottom: 56px;
    background: #ff1744;
    padding: 7px 15px;
}
.map_deal_wrapper{
	float:left;
	width:100%;
	background:#2F1700;
}
.map_form_tab{
	box-shadow:none;
	background:transparent;
	text-align:center;
}
.map_lavel{
	margin-top: 7px;
    float: left;
    width: 100%;
}
.map_form_tab .nav-tabs&gt;.active&gt;a, .map_form_tab .nav-tabs&gt;.active&gt;a:focus, .map_form_tab .nav-tabs&gt;.active&gt;a:hover{
	background:#2F1700;
}
.homes_cntnt_right h3 a{
	font-weight:600;
	color:#2F1700;
}
.map_form_tab .nav-tabs&gt;li&gt;a{
	background:#3a5066;
}
.map_form_tab .nav-tabs{
	display:inline-block;
	width:auto;
}
.map_form_tab .nav-tabs.nav-justified&gt;li{
	width:10%;
}
.map_deal_btnn li a{
	background:#fff;
	color:#2F1700;
	box-shadow:0 6px 15px 0 rgba(0, 0, 0, 0.2);
}
.map_deal_btnn li a:hover{
	color:#fff;
	box-shadow:none !important;
	background:transparent;
}
.map_form_tab .tab-content&gt;.active{
	padding-top:45px;
	padding-bottom:45px;
	padding-left:0;
	padding-right:0;
}
.realestate_prop_cate_wrapper{
	padding-top:100px;
	padding-bottom:90px;
}
.map_deal_btnn{
	margin-top:30px;
	width:auto;
	float:right;
}
.map_deal_btnn ul li{
	float:right;
}
.map_checkbox label{
	color:#fff;
	font-weight:400;
	text-transform:capitalize;
}
.map_checkbox{
	float:left;
	margin-top:50px;
}
.map_checkbox label input{
	float:left;
	margin-right:5px;
} 
.lp_cntnt_e{
	box-shadow:none;
	border-bottom:0;
}
.lp_cntnt_e:hover{
	box-shadow:none;
}
.deals_cntnt_about{
	float:left;
	width:100%;
	padding-left:20px;
}
.deals_cntnt_about h1{
	font-size:28px;
	font-weight:700;
	color:#2F1700;
	text-transform:capitalize;
}
.deals_cntnt_about h4{
	font-size:16px;
	color:#5e6d77;
	margin-top:6px;
	position:relative;
	margin-bottom:20px;
	text-transform:capitalize;
}
.deals_cntnt_about p {
    color: #2F1700;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Roboto';
    font-weight: 600;
}
.deals_cntnt_about p span {
    color: #5e6d77;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
    font-weight: 400;
    font-family: 'Roboto';
}
.deals_cntnt_about h6 a{
	text-transform: uppercase;
    color: #CF1A17;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto';
}
.deals_cntnt_about h5{
	font-size:14px;
	font-weight:400;
	color:#5e6d77;
	line-height:20px;
	font-family: 'Roboto';
}
.deals_cntnt_about h4:after {
    content: "";
    position: absolute;
    top: 34px;
    right: 0px;
    background-color: rgba(218, 218, 218, 0.7);
    width: 380px;
    left: 0;
    height: 1px;
}
.lp_wraper_cate{
	box-shadow:none;
}
.bd_price_3{
	background:#fff;
	color:#2F1700;
	padding-top:5px;
	float:left;
	width:100%;
	font-size:20px;
}
.home_tag_price{
	float:left;
	width:70px !important;
	height:45px !important;
	line-height:45px !important;
	position:relative !important;
	text-align:center;
	margin-left:25px;
}
.lp_wraper_cate{
	padding-top:6px;
}
.cc_li_cont_wrapper {
    float: right;
	position:absolute;
	right:30px;
}
.cc_li_cont_wrapper i {
    color: #ffc71a;
    font-size: 16px;
    padding-top: 15px;
}
.top_header_add_2{
	padding-left:0;
}
.video-slide{
	float:left;
	width:100%;
}
video{
	float:left;width:100%;
}
.slider_botm_box_vedio{
	bottom:-40px;
}
.slider_cntnt_vedio h1{
	margin-bottom: 10px;
    font-family: 'Noto Sans';
    text-transform: capitalize;
    font-size: 36px;
	color:#fff;
    line-height: 50px;
    display: inline-block;
    font-weight: 700;
    margin-left: 0;
}
.slider_cntnt_vedio h4{
	color: #b7bdc1;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto';
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
}
.slider_cntnt_vedio p span {
    color: #b7bdc1;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
    font-weight: 400;
    font-family: 'Roboto';
}
.slider_cntnt_vedio h4:after {
    content: "";
    position: absolute;
    top: 38px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 380px;
    left: 0;
    height: 1px;
}
.slider_cntnt_vedio p {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Roboto';
    font-weight: 600;
}
.deals_form_pader_vedio{
	margin-top:-520px;
}
.deals_wrapper_vedio{
	padding-top:130px;
	padding-bottom:90px;
}
.para_img_wrapper{
	background: url(../images/parallax.jpg) 50% 0 repeat-y;
    float: left;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background-attachment:fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
}
.parallax_overlay{
	position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.4);
}
.slider_heading_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.slider_heading_wrapper h3{
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 50px;
	color:#fff;
}
.slider_heading_wrapper p{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
	line-height:28px;
	color:#f5f5f5;
}
.slider_para_btn li a{
	width:170px;
	height:50px;
	line-height:50px;
	background:#CF1A17;
	border: 2px solid #CF1A17;
	box-shadow:0 6px 15px 0 rgba(0, 0, 0, 0.2);
}
.slider_para_btn li a:hover{
	background:transparent;
	color:#fff;
	border: 2px solid #CF1A17;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_btn {
	padding-bottom:16px;
	padding-right:22px;
	padding-top: 23px;
	padding-left: 5px;
	float:left;
	width:100%;
}
.header_btn a{
    width: 130px;
    height: 45px;
    float: left;
    color: #fff;
    background: #CF1A17;
	border:2px solid #CF1A17;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_btn a:hover {
	 background:transparent;
	 border:2px solid #CF1A17;
	 color:#CF1A17;
	 box-shadow:none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header_btn a:hover i{
	color:#CF1A17;
	 transition: all 0.5s;
}
.header_btn_full{
	padding-right:0;
	padding-left:4px;
}
.header_btn i{
	margin-right:5px;
	color:#fff;
}
.vedio_nav_wrappper_2{
	width:19%;
}
.lest_news_cont_wrapper_2{
	padding-top:80px;
}
.gallery_wrapper_2{
	padding-top:0;
}
.at-col-default-mar h5{
	font-size:20px;
	color:#fff;
	font-weight:500;
}

/********--------pricing table section-------***********/	
.pricing_section{
	float:left;
	width:100%;
	text-align:center;
	padding-top:110px;
	padding-bottom:90px;
}
.additional_info{
	float:left;
	width:100%;text-align:left;
	padding-top:70px;
}
.pricing_box1_wrapper{
	background:rgba(41, 171, 255, 0.7);
	position:relative;
	text-align:center;
}
.box1_heading_wrapper h1, .pricing_cont_wrapper h1{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	padding:20px;
	background-color:#CF1A17;
}
.price_box1{
	background-color:#ffffff;
	z-index: 10;
    position: relative;
    display: inline-block;
   padding:10px 22px;
}
.price_box1:before{
	content:"";
	border-bottom: 121px solid transparent;
    border-left: 17px solid #fff;
    right: -17px;
    top: 0px;
    position: absolute;
}
.price_box1:after{
	content:"";
	border-top: 118px solid transparent;
    border-right: 16px solid #fff;
    left: -16px;
    top: 3px;
    position: absolute;
}
.price_box1 span{
	font-size:52px;
	color:#222222;
	font-weight:bold;
	position:relative;
	top:15px;
}
.price_box1 h1{
	font-weight:bold;
	font-size:24px;
	margin-top:15px;
	color:#222222;
}
.price_box1 p{
	margin-top:15px;
	color:#222222;
}
.box1_heading_wrapper{
	width:100%;
}
.price_box1_wrapper{
	text-align:center;
}
.pricing_box1_wrapper:hover .box1_heading_wrapper h1{
	background-color:#31708f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper:hover .pricing_cont_wrapper h1{
	background-color:#31708f;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_box1_wrapper:hover{
	background:rgba(49, 112, 143, 0.86);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.pricing_cont ul{
	list-style:none;
	padding:0;
	text-transform:capitalize;
	margin-top:40px;
}
.pricing_cont li{
	font-size: 16px;
	color:#f8f4f4;
	margin-top:15px;
}
.pricing_btn_wrapper{
	text-align:center;
}
.pricing_btn{
	display:inline-block;
	padding-bottom:45px;	
}
.pricing_btn ul{
	padding:0;
	list-style:none;
	margin-top:25px;
}
.pricing_btn li a{
	width:280px;
	height:50px;
	float:left;
	color:#000000;
	background:#ffffff;
	text-align:center;
	line-height:49px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_btn li a:hover{
	background:white;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* login_section start */

.login_section{
	width:100%;
	float:left;
}
.login_form_wrapper{
	float:left;
    width: 100%;
	padding-top:100px;
	padding-bottom:100px;
}
.login_form_wrapper h1{
	font-size:30px;
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:30px;
}
.login_wrapper{
	float:left;
    width: 100%;
	background:#f7f7f7;
	box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);
	padding:50px;
	margin-bottom:20px;
}
 .login_wrapper a.btn {
    color: #fff;
    width: 100%;
    height: 50px;
	padding: 6px 25px;
    line-height: 36px;
	margin-bottom:20px;
	text-align:left;
    background: #CF1A17;
    font-size: 16px;
	border-radius:0;
    border: 1px solid #CF1A17;
}
.login_wrapper a.btn:hover {
   background-color: #337ab7;
   border-color: #337ab7;
   -webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.login_wrapper a span{
	float:left;
}
.login_wrapper a i {
    float: right;
    margin: 0;
    line-height: 35px;
}
.login_wrapper a.google-plus{
    background: #e0594b;
    border: 1px solid #e0594b;
}
.login_wrapper a.google-plus:hover{
    background: #b9291a;
    border-color:#b9291a;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.login_wrapper h2 {
    font-size: 18px;
	font-weight:500;
	margin-bottom:20px;
	color:#111;
    line-height: 20px;
    text-transform: uppercase;
	text-align:center;
    position: relative;
}
 .login_wrapper h2::before, .login_wrapper h2::after {
    content: "";
    background: #e4e4e4;
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
}
 .login_wrapper h2::before {
    right: 60%;
}
.login_wrapper h2::after {
    left: 60%;
}
.login_wrapper .form-control {
	height: 53px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
	border-radius:0;
	-webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: #fff;
}
.login_wrapper textarea.form-control{
	height:auto;
	resize:none;
}
.login_wrapper input::placeholder, .login_wrapper textarea::placeholder {
  color: #999;
}
.login_wrapper .form-control:focus {
	color: #999;
	background-color: fafafa;
	border: 1px solid #CF1A17 !important;	
}
.login_wrapper  .formsix-pos,.formsix-e{
	position: relative;
}
.login_wrapper .form-group.i-password:after, .form-group.i-email:after{
    position: absolute;
     top: 13px;
    font-size: 16px;
    font-family: "FontAwesome";
    color: #c0c0c0;
}
.login_remember_box{
	margin-top:30px;
	margin-bottom:30px;
	color:#999;
}
.login_remember_box .control {
    position: relative;
	padding-left:20px;
    cursor: pointer;
    font-size: 14px;
	line-height:14px;
    font-weight: 500;
	margin:0;
}
.login_remember_box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.login_remember_box .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #999;
}
.login_remember_box .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.login_remember_box .control input:checked ~ .control__indicator:after {
  display: block;
}
.login_remember_box .control--checkbox .control__indicator:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login_remember_box .forget_password{
	float:right;
	color:#db4c3e;
	font-size:14px;
	text-decoration:underline;
}
.login_btn_wrapper{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #e4e4e4;
}
.login_btn_wrapper a.login_btn {
   text-align:center;
   text-transform:uppercase;
}
.login_btn_wrapper a.login_btn:hover {
    background-color: #337ab7;
    border-color: #337ab7;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.login_message p{
	text-align:center;
	font-size:16px !important;
	margin:0;
}
.login_message a{
	color:#CF1A17;
	font-weight:500;
}
.login_form_wrapper p{
	width:70%;
	text-transform:capitalize;
	text-align:center;
	margin:0px auto;
	font-size:14px;
}

/* login_section end */
/* register section start */
.register_section{
	float:left;
    width: 100%;
	padding-top:100px;
	padding-bottom:100px;
}
.register_left_form{
	float:left;
	width:100%;
}
.register_left_form .column {
    padding-right: 30px;
}
.register_left_form .form-group {
    position: relative;
    margin-bottom: 5px;
}

.register_left_form .field-label i {
    float: right;
    font-size: 16px;
    color: #666;
}

.register_left_form .form-group .text {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}
.register_left_form input[type="text"],
.register_left_form input[type="email"],
.register_left_form input[type="password"],
.register_left_form input[type="tel"],
.register_left_form input[type="number"],
.register_left_form input[type="url"],
.register_left_form select,
.register_left_form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
	text-transform:capitalize;
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    padding: 12px 15px;
    height: 50px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.register_left_form textarea {
    resize: none;
    height: 60px !important;
    padding-left: 30px;
}

.register_left_form input:focus,
.register_left_form select:focus,
.register_left_form textarea:focus {
    border-color: #CF1A17;
}
.jp_regiter_top_heading p{
	font-size:16px;
	text-transform:capitalize;
	margin-bottom:20px;
	margin-top:10px;
}
.check-box{
	margin-top:35px;
}
.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}
.register_wrapper_btn{
	background:transparent;
	box-shadow:none;
	border-radius:0;
	padding:0;
}
.label_2{
	font-weight:400;
}
.check_box_anchr{
	color:#CF1A17 !important;;
}
.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
}
.register_left_form input[type="checkbox"] + label:before{
	display:none;
}
.register_btn_wrapper{
	padding-top:15px;
}
.btm_txt_register_form{
	width: 70%;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
}
.register_wrapper_box{
	float: left;
    width: 100%;
    background: #f7f7f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-bottom: 20px;
}

/* register_section end */
.video_img_section .owl-carousel .owl-item img{
	position:relative;
	margin-top:-50px;
}
.checkout-page {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.checkout_heading {
    margin-bottom: 20px;
}

.checkout_heading h1 {
    font-weight: 600;
}

.accordion_one {
    float: left;
    width: 100%;
}

.checkout-form {
    position: relative;
    margin-top: 80px;
    margin-bottom: 70px;
    width: 100%;
}

.checkout-form .column {
    padding-right: 30px;
}

.checkout-form .sec-title {
    position: relative;
}

.login_form {
    margin-top: 0;
    margin-bottom: 0;
}

.checkout-form .sec-title h2 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.ckeckpot_form_clr_wrapper input{
	background:#fafafa;
}
.ckeckpot_form_clr_wrapper i{
	font-size:16px;
	color:#b1b1b1;
}
.checkout-form .form-group {
    position: relative;
    margin-bottom: 5px;
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 16px;
}

.checkout-form .field-label i {
    float: right;
    font-size: 16px;
    color: #666;
}

.checkout-form .form-group .text {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    padding: 12px 15px;
	text-transform:capitalize;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.checkout-form textarea {
    resize: none;
    height: 60px !important;
    padding-left: 15px;
	text-transform:capitalize;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
    border-color: #CF1A17;
}
.checkout-form input:hover,
.checkout-form select:hover,
.checkout-form textarea:hover {
    border-color: #CF1A17;
}
.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.checkout-page .lower-content .column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 12px;
}

.checkout-page .lower-content .column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #fa9928;
}


/*Coupon Box*/

.coupon-box {
    position: relative;
    padding: 25px 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.coupon-form {
    position: relative;
}

.coupon-form .form-group {
    position: relative;
    margin-bottom: 0px;
}

.coupon-form .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
    border: 1px solid #cccccc;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus {
    border-color: #b2dd4c;
}

.coupon-form button {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 8px 26px;
    text-transform: capitalize;
}

.order-box {
    position: relative;
    margin-top: 15px;
    margin-bottom: 80px;
}

.order-box .sec-title {
    margin-bottom: 25px;
}

.order-box .sec-title h2 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.order-box .sec-title h2:after {
    font-size: 30px;
    right: -35px;
}

.title-box {
    position: relative;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    color: #222222;
    background-color: #f3f3f3;
}

.order-box .title-box .col {
    position: relative;
    width: 50%;
    float: left;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
}

.order-box ul {
    position: relative;
}

.order-box ul li {
    position: relative;
    padding: 25px 30px 24px;
    text-transform: capitalize;
    color: #777777;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
}

.order-box ul li strong {
    color: #777777;
    font-weight: 400;
    font-size: 15px;
}

.order-box ul li span {
    width: 50%;
    float: right;
    color: #222222;
    font-size: 15px;
}

.order-box ul li span.free {
    color: #777777;
}

.order-box ul li:last-child {
    border-bottom: none;
    background: #f5f5f5;
    padding: 15px 30px;
    margin-top: -1px;
    font-weight: 700;
    color: #222222;
}

.payment-box {
    position: relative;
}

.payment-box .upper-box {
    position: relative;
    padding: 15px 35px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
}
.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.payment-box .payment-options li {
    position: relative;
    margin-bottom: 20px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}
.payment-box .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #222222;
    cursor: pointer;
    font-size: 17px;
}
.payment-box .payment-options li .radio-option label strong {
    font-weight: 400;
}
.related_pdt_shop_head_2 h1:after{
	display:none;
}
.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}
.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8em;
    padding: 15px 20px;
    margin-top: 10px;
    background-color: #CF1A17;
}
.payment-box .payment-options li .radio-option input:checked + label .small-text {
    display: block;
}
.payment-box .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 30px;
    top: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #CF1A17;
}
.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    padding-left: 30px;
    margin-top: 20px;
}
.payment-box .payment-options li .radio-option .what-paypall {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 700;
    margin-left: 120px;
    margin-top: 10px;
}
.checkout_btn {
    float: right;
}
.checkout_btn ul li a {
    width: 160px;
    height: 50px;
    line-height: 45px;
}
.checkout_panel_heading i {
    margin-right: 10px;
    font-size: 18px;
    color: #6f6f6f;
}
.panel-checkout {
    border: 0;
    box-shadow: none;
}
.panel-group .panel-heading+.panel-collapse&gt;.panel-body{
	border-top:0;
}
.panel-checkout-2 {
    margin-top: 15px !important;
}
.estimate_shiping_Wrapper_cntnt_3 {
    margin-top: 10px;
}
.checkout_panel_heading h4 {
    line-height: 30px;
    padding: 5px;
    color: #888888;
    background-color: #fbfbfb;
    font-size: 14px;
	padding-left:10px;
    border-radius: 0;
}
.checkout_panel_heading h4 a {
    color: #CF1A17;
    font-size: 16px;
}
.chackout_login_btn ul li a {
    width: 150px;
    height: 50px;
    line-height: 45px;
}
.lr_nl_form_wrapper {
    float: left;
    width: 100%;
    margin-left: -20px;
}
.lr_nl_form_wrapper input {
    float: left;
    width: calc(100% - 180px);
    height: 50px;
    border: 1px solid rgba(208, 208, 208, 0.52);
    background: transparent;
    color: #777777;
    padding-left: 20px;
    border-right: 0;
    position: relative;
    left: 20px;
}
.lr_nl_form_wrapper input:focus {
    outline: none;
}
.estimate_shiping_Wrapper_cntnt_2 {
    margin-top: 40px;
}
.lr_nl_form_wrapper button {
    width: 170px;
    height: 50px;
    float: left;
    background: #CF1A17;
    border: 1px solid rgba(208, 208, 208, 0.52);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_nl_form_wrapper button:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.estimate_shiping_Wrapper_cntnt {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
}
.related_pdt_shop_head h1 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
	position:relative;
}

.related_pdt_shop_head_2 {
    padding-top: 0;
}
.contect2_form1 input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect2_form1 i {
    margin-left: -30px;
    color: #CF1A17;
}
.contect2_form4 i {
    margin-left: -30px;
    color: #CF1A17;
    position: relative;
    top: -75px;
}
.contect2_form4 textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    resize: none;
}
.shop_btn_wrapper ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.shop_btn_wrapper li a {
    width: 150px;
    height: 50px;
    float: left;
    color: white;
    text-transform: uppercase;
    background: #CF1A17;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.shop_btn_wrapper li a:hover {
    background: transparent;
	box-shadow:none;
    border: 2px solid #CF1A17;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #000000;
}
.shop_pdt_form {
    float: left;
    width: 100%;
}
.related_pdt_shop_head_2 h1 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
	color:#2F1700;
    text-transform: uppercase;
}
.estimate_shiping_Wrapper_repsnse {
    padding-top: 0;
}
.estimate_shiping_Wrapper_cntnt .table&gt;tbody&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;td {
    font-weight: 400;
    border-top: 0;
    padding-top: 20px;
}
.estimate_shiping_Wrapper_cntnt .price {
    font-weight: 500;
    color: #CF1A17;
    font-size: 14px;
}
.remember_box .control input[type=checkbox] {
    background: #fafafa;
    border-radius: 5px;
	float:left;
	margin-right:5px;
	
}
.chackout_login_btn{
	margin-top:30px;
}
.cart_btn_cntnt_clr {
    font-size: 18px;
    color: #ec5959;
    font-weight: 600;
}
.remember_box {
    padding: 0;
    padding-top: 8px;
}
.remember_box .control {
    position: relative;
    padding-left: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.checkout-page .panel-default&gt;.panel-heading{
	background-color: #f9f9f9;
	padding:10px;
}
/********--------cart  wrapper css---------**********/

.cart_product_wrapper {
    float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.related_pdt_shop_head h1:after {
    content: '';
    border: 3px solid #CF1A17;
    width: 40px;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: -20px;
}
.shop_cart_page_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
}
.table_cart_img figure {
    width: 55px;
    float: left;
    overflow: hidden;
}
.remove-cart-item {
    font-size: 18px;
}
.cart-calculations .table &gt; thead &gt; tr &gt; th,
.cart-calculations .table &gt; tbody &gt; tr &gt; th,
.cart-calculations .table &gt; tfoot &gt; tr &gt; th,
.cart-calculations .table &gt; thead &gt; tr &gt; td,
.cart-calculations .table &gt; tbody &gt; tr &gt; td,
.cart-calculations .table &gt; tfoot &gt; tr &gt; td {
    vertical-align: middle;
}
.cart-calculations input {
    padding: 5px;
    display: block;
    width: 130px;
    text-align: center;
}
.cart_table_heading {
    font-size: 16px;
    color: #fff;
    background: #CF1A17;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.cart-calculations i {
    margin-right: 20px;
}
.table_cart_cntnt {
    float: left;
    width: calc(100% - 55px);
    padding-left: 30px;
    margin-top: 15px;
}
.table_cart_cntnt h1 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.cart-calculations .table &gt; thead &gt; tr &gt; th {
    border-bottom: 0;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 16px;
    padding-bottom: 15px;
}

.table_cart_cntnt p {
    color: #CF1A17;
    font-weight: 500;
	font-size:14px;
    text-transform: capitalize;
}
.cart_page_price {
    font-weight: 600;
    color: #111;
}
.cart_page_totl {
    font-weight: 600;
    color: #CF1A17;
}
.shop_car_btn_wrapper ul li a {
    width: 220px;
    height: 50px;
    line-height: 45px;
    margin-top: 15px;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.table-responsive {
    border: 1px solid #efefef;
}
.cart-calculations .table&gt;tbody&gt;tr&gt;td {
    border-top: 1px solid #efefef;
    padding-left: 20px;
}
.cart_btn_cntnt {
    font-size: 16px;
    color: #111;
    font-weight: 500;
}
.cart_btn_cntnt span {
    font-size: 18px;
    color: #ec5959;
    font-weight: 600;
}
.shipping_Wrapper {
    float: left;
    width: 100%;
}
.custome-select {
    width: 85px;
    max-width: 100%;
    position: relative;
    height: 25px;
    line-height: 40px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}
.custome-select.style2 {
    width: 100%;
    border: 1px solid #efefef;
    padding: 5px;
    height: 50px;
    background: #fff;
    color: #707070;
    margin-bottom: 10px;
}
.custome-select.style2 i {
    float: right;
    line-height: 40px;
    font-weight: 600;
    margin-right: 8px;
}
.custome-select.style2.normal {
    max-width: 300px;
}
.custome-select span {
    width: 100%;
    color: #fff;
    padding-left: 8px;
    font-size: 15px;
    display: block;
    font-weight: 400;
}
.custome-select.style2 span {
    color: #707070;
}
.custome-select span b {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.custome-select select {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20px;
    height: 25px;
}
.shipping_Wrapper .form-control {
    box-shadow: none;
    width: 100%;
    border: 1px solid #efefef;
    padding: 10px;
    height: 50px;
    background: #fff;
    color: #949494;
    border-radius: 0;
    margin-bottom: 10px;
}
.estimate_shiping_Wrapper_cntnt .table {
    margin-bottom: 0;
}
.shop_btn_wrapper_shipping ul li a {
    width: 140px;
    height: 45px;
	font-size:14px;
    line-height: 43px;
    margin-top: 20px;
	box-shadow:0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.estimate_shiping_Wrapper_cntnt {
    float: left;
    width: 100%;
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
}
.estimate_shiping_Wrapper_repsnse {
    padding-top: 0;
}
.estimate_shiping_Wrapper_cntnt .table&gt;tbody&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;td {
    font-weight: 400;
    border-top: 0;
    padding-top: 20px;
}
/*******--------product details page-------********************/

.cc_ps_top_product_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cc_ps_top_slider_section_2 .owl-theme .owl-dots {
    display: none;
}

.cc_ps_top_slider_section_2 .owl-theme .owl-nav {
    display: none;
}

.cc_ps_top_slider_section_2 img {
    width: 100%;
}

.video_nav_img_2 {
    float: left;
    width: 22%;
}

.cc_ps_top_slider_section_2 {
    float: left;
    width: calc(100% - 22%);
}

.video_nav_img_2 .cc_ps_tabs {
    margin-top: 25px;
}

.magnify {
    width: 420px;
    position: relative;
    cursor: none;
}

.large {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
}
.small {
    display: block;
}
.btc_shop_single_prod_right_section {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}
.btc_shop_single_prod_right_section h1 {
    font-size: 22px;
    color: #2F1700;
    font-weight: 700;
	position:relative;
    text-transform: uppercase;
    line-height: 22px;
}
.btc_shop_single_prod_right_section h1:after {
  content: '';
    border: 3px solid #CF1A17;
    width: 40px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: -15px;
}
.btc_shop_sin_pro_icon_wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.btc_shop_sin_pro_icon_wrapper i{
	color:#CF1A17;
}
.btc_shop_sin_pro_icon_wrapper p {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}

.btc_shop_sin_pro_icon_wrapper p span a {
    color: #CF1A17;
    margin-left: 20px;
    position: relative;
}
.at_price{
	float:left;
	margin-bottom:0 !important;
}
.at_checkbox{
	position:absolute;
}
.at_price_2 h5{
	color:#222;
}
.btc_shop_sin_pro_icon_wrapper p span a:after {
    content: '';
    border: 1px solid #797979;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: -14px;
}

.btc_shop_sin_pro_icon_wrapper h5 {
    font-size: 16px;
    color: #797979;
    font-family: 'Lato', sans-serif;
    margin-top: 22px;
    line-height: 23px;
}

.btc_shop_single_prod_right_section ul {
    margin-top: 20px;
}

.btc_shop_single_prod_right_section li:first-child {
    margin-top: 0;
}

.btc_shop_single_prod_right_section li {
    margin-top: 5px;
    font-size: 15px;
    color: #797979;
}

.btc_shop_single_prod_right_section li i {
    padding-right: 6px;
}

.shop_product_single_head h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
	color:#CF1A17;
}
.wrapper_p{
	margin-top:0;
}
.shop_product_single_head h1:after{
	display:none;
}
.accordion_section{
	float:left;
	width:100%;
	padding-bottom:90px;
}
.deals_form_tab_2 .nav-tabs&gt;li&gt;a{
	width:120px;
}
.shop_product_single_head h4 span {
    font-size: 16px;
    margin-top: 25px;
    text-transform: lowercase;
    font-weight: 400;
    color: #797979;
}

.shop_product_single_head h1 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.btc_shop_prod_quanty_bar {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.cc_ps_quan_heading_wrapper {
    float: left;
}

.cc_ps_quantily_info input {
    width: 90px;
    height: 45px;
    border: 1px solid #eeeeee;
    outline: none;
    position: relative;
    margin-left: 34px;
    border-top: 0;
    border-radius: 0px;
    border-left: 0;
    border-right: 0;
    text-align: center;
}
.full_grid_wrapper{
	padding-bottom:92px;
}
.ass{
	padding-bottom:100px;
}
.cc_ps_quantily_info input:focus {
    border: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
}

.increase {
    position: absolute;
    left: 139px;
    bottom: 0px;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    height: 45px;
    width: 40px;
    color: #d6d6d6;
    border-left: 0;
}

.decrease {
    position: absolute;
    left: 10px;
    bottom: 0px;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    height: 45px;
    width: 40px;
    color: #d6d6d6;
    border-right: 0;
}

.cc_ps_second_border_Wrapper,
.cc_ps_first_border_Wrapper {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.cc_ps_color_selectobx select {
    float: right;
    width: 100%;
    height: 45px;
    border: 0;
    float: left;
    background: #fafafa;
	text-transform:capitalize;
    margin-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
}

.cc_ps_color_selectobx select:focus {
    outline: none;
}

.cc_ps_color_selectobx i {
    margin-left: -25px;
    margin-top: 13px;
}

.btc_shop_product_price_wrapper {
    float: left;
    width: 100%;
}

.btc_shop_product_price_wrapper ul {
    margin-top: 40px;
}

.btc_shop_product_price_wrapper li {
    float: left;
    margin-left: 20px;
}

.btc_shop_product_price_wrapper li:first-child {
    margin-left: 0;
    font-size: 26px;
    font-weight: bold;
    color: #31708f;
    margin-top: 3px;
}

.btc_shop_product_price_wrapper li:last-child {
    color: #0ee40e;
}

.cc_ps_cart_btn {
    float: left;
    width: 100%;
}

.cc_ps_cart_btn ul {
    margin-top: 45px !important;
}

.cc_ps_cart_btn li {
    float: left;
    margin-top: 0;
}

.cc_ps_cart_btn li:first-child a {
    float: left;
    width: 160px;
    height: 50px;
    background: #CF1A17;
    border: 2px solid #CF1A17;
    color: #ffffff;
    font-weight: 400;
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: center;
    line-height: 48px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_ps_cart_btn li:first-child a:hover {
    background: transparent;
    border: 2px solid #CF1A17;
    color: #CF1A17;
	box-shadow:none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_ps_cart_btn li i:first-child a:hover {
    color: #111;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.map_3{
	float:left;
	height:600px !important;
}
.cc_ps_cart_btn li:last-child a {
    float: left;
    width: 160px;
    height: 50px;
    background: transparent;
    border: 2px solid #CF1A17;
    color: #CF1A17;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    line-height: 48px;
	box-shadow:none;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_ps_cart_btn li:last-child a:hover {
    background: #CF1A17;
    border: 2px solid #CF1A17;
    color: #ffffff;
	box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/*   accordion section start */

.accordion_section .panel-group .panel+.panel {
    margin-top: 0px;
    margin-bottom: 15px;
}

.accordion_section .panel-group {
    margin-bottom: 0;
    border: 0;
}

.accordion_section .panel-default {
    border: 0;
}

.accordion_section .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0;
}

.accordion_section .panel:last-of-type {
    border-bottom: 0;
}

.accordion_section .panel .panel-heading a {
    display: block;
    padding: 15px 30px;
    background: #CF1A17;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #f1f1f1;
}

.accordian_list_item i {
    color: #CF1A17;
    margin-right: 5px;
}

.accordion_section .panel .panel-heading a.collapsed {
    color: #5e6d77;
    display: block;
    padding: 15px 30px;
    margin-bottom: 12px;
    background: #fff;
    color: #5e6d77;
}

.accordion_section .panel-default&gt;.panel-heading {
    border-radius: 0px;
    padding: 0;
}

.accordion_section .panel-group .panel-heading+.panel-collapse&gt;.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #f9f9f9;
    color: #5e6d77;
    margin-bottom: 15px;
}

.img-accordion {
    width: 22%;
    float: left;
    margin-right: 15px;
    display: block;
}

.accordion_section .panel .panel-heading a:after,
.accordion_section .panel .panel-heading a.collapsed:after {
   font-family: 'FontAwesome';
    font-size: 16px;
    width: 40px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #CF1A17;
    color: #fff;
    float: left;
    margin-left: -31px;
    margin-top: -15px;
    margin-right: 15px;
    border-right: 1px solid #f1f1f1;
}

.accordian_list_item {
    margin-top: 20px;
}

.accordion_section .panel .panel-heading a:after {
    content: "\2212";
}

.accordion_section .panel .panel-heading a.collapsed:after {
    content: "\2b";
    color: #5e6d77;
    background: #f1f1f1;
}

.tag_cloud_wrapper ul li {
    float: left;
    margin-right: 7px;
}

.tag_cloud_wrapper ul li a {
    float: left;
    padding: 6px 12px;
    text-align: center;
    background: #ebf0f3;
    border: 1px solid #ebf0f3;
    color: #5e6d77;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tag_cloud_wrapper ul li a:hover,
.tag_cloud_wrapper ul li.active a {
    background: #CF1A17;
    color: #fff;
    border: 1px solid #CF1A17;
}

.contect2_form1 input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contect2_form1 i {
    margin-left: -30px;
    color: #CF1A17;
}

.contect2_form4 i {
    margin-left: -30px;
    color: #CF1A17;
    position: relative;
    top: -75px;
}

.contect2_form4 textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    resize: none;
}

.shop_pdt_form {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.progress_section .progress-wrapper {
    float: left;
    width: 100%;
}

.progress_section .progress-item {
    line-height: 10px;
}

.progress_section .progress-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    color: ##111111;
}

.pdt_single_page_btn {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.progress_section .progress {
    height: 17px;
    background-color: #ececec;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 23px;
}

.progress_section .progress-bar {
    box-shadow: none;
    text-align: right;
    border-radius: 10px;
}

.progress_section .progress-percent {
    font-size: 12px;
    color: #999999;
}

@media(max-width:767px) {
    .accordion_section.col-sm-6 {
        border-bottom: 10px solid transparent;
    }
}
/***************add listing wrapper css******************/
.add_listing_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:60px;
}
.add_listing_head{
	float:left;
	width:100%;
}
.submit-page{
	float:left;
	width:100%;
}
.submit-page .form-group{
	margin-bottom:20px;
}
.submit-section {
	margin: 0px 0 50px 0;
	float:left;
	width:100%;
}
.custom-input {
    position: relative;
    overflow: hidden;
	margin-top:30px;
	display:inline-block;
}
.custom-input &gt; span {
    height: 50px;
	width:250px;
    padding: 10px;
    background-color: #31708f;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    text-align: center;
	cursor:pointer;
}
.custom-input &gt; input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
	width:250px;
}
.galerypost{
	float:left;
	width:100%;
	background:#42acf1;
	padding: 60px;
	text-align:center;
}
.drag h2{
	font-size:28px;
	font-weight:500;
	color:#fff;
	text-align:center;
	border: 1px dashed #ffffff;
	padding:40px;
}
.submit-page textarea.WYSIWYG {
    min-height: 200px;
}
.submit-page .form-group .field-label span{
	font-size:14px;
	margin-left:5px;
	color:#a4a4a4;
}
.submit-page .checkboxes{
	margin-top:15px;
}
.submit-page .checkboxes label {
   display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 8px;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.gga{
	margin-bottom:20px;
}
.check_list{
	float:left;
	width:50%;
}
.deals_form_pader_vedio .nav-tabs&gt;li&gt;a{
	width:auto;
}
.submit-page h5 {
	margin-bottom: 15px;
   text-transform: capitalize;
    font-size: 16px;
    color: #2d3d4c;
    font-weight: 500;
}

.submit-page .divider {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 15px;
	margin: -20px 0 35px 0;
}
.add_listing_wrapper .notification{
	float:left;
	width:100%;
    padding: 32px 36px;
	margin-bottom:50px;
}
.add_listing_wrapper .notification{
    background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
    background-color: #E9F7FE;
}
.add_listing_wrapper .notification h4{
    color: #2e81ab;
    font-size: 20px;
    font-weight: 500;
}
.add_listing_wrapper .notification h6{
	margin-top:20px;
    color: #2e81ab;
    font-size: 16px;
    font-weight: 400;
}
.cluster div {
    text-align: center; 
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    background-color: #CF1A17;
}
.cluster {
    width: 45px !important;
    height: 45px !important; 
}
cluster div:before {
    border: 7px solid #274abb;
    box-shadow: inset 0 0 0 4px #274abb;
}
.cluster div:before {
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #66676b;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite;
}
.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    position: relative;
    left: -62px;
}

.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 31px;
    width: 31px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "FontAwesome";
    border-radius: 3px;
    -webkit-text-stroke: 1px #fff;
}
.listing-img-content {
   position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    top: 120px;
	font-weight:600;
    font-size: 16px;
    color: white;
    background: #2F1700;
}
.map-box .listing-title {
    padding: 20px;
    padding-top: 27px;
    padding-bottom: 6px;
}
.listing-img-container img {
    width: 100%;
    border-radius: 3px 3px 0 0;
	min-height:145px;
}
.map-box .listing-title p{
	font-size:14px;
}
/*****---------responsive css-------*********/

@media (min-width: 992px) {
    .transparent-menu {
        float: left;
        width: 100%;
        z-index: 3;
    }
    .sc_navigation {
        float: right;
        background: #fff;
        width: 80%;
    }
    nav {
		float:right;
        text-align: right;
        vertical-align: middle;
    }
    nav &gt; ul {
        float: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    nav &gt; ul &gt; li {
        color: #fff;
        display: inline-block;
        text-transform: capitalize;
        position: relative;
        font-size: 14px;
        font-weight: 400;
    }
    nav &gt; ul &gt; li &gt; a {
        color: inherit;
        float: left;
        font-weight: 500;
        color: #5e6d77;
        line-height: 0;
        text-transform: uppercase;
        padding: 32px 13px 36px 13px;
        position: relative;
    }
    nav &gt; ul &gt; li &gt; a:after {
           position: absolute;
			left: 0;
			right:0;
			margin:0px auto;
			bottom: 0px;
			width: 5px;
			height: 5px;
			border-radius: 50%;
			background-color: #CF1A17;
			content: '';
			visibility: hidden;
			opacity: 0;
			-ms-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			-webkit-transition: all 0.5s ease-in;
			-moz-transition: all 0.5s ease-in;
			-o-transition: all 0.5s ease-in;
			transition: all 0.5s ease-in;
    }
	nav &gt; ul &gt; li:hover &gt; a:after {
		visibility: visible;
		opacity: 1;
		bottom: 18px;
		-webkit-transition: all 0.5s ease-in;
		-moz-transition: all 0.5s ease-in;
		-o-transition: all 0.5s ease-in;
		transition: all 0.5s ease-in;
	}
    .main-menu-wrapper {
        float: left;
        width: 20%;
        padding-top: 27px;
        padding-left: 25px;
        padding-bottom: 0px;
    }
    nav &gt; ul &gt; li:hover:before,
    nav &gt; ul &gt; li:hover &gt; a:before,
    nav &gt; ul &gt; li:hover &gt; a:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    nav &gt; ul &gt; li a:hover {
        color: #CF1A17;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
	.dropdown .dropdown_header li {
		position: relative;
		float:left;
		width:100%;
	}
	.dropdown .dropdown_header li a span{
		float:right;
	}
	.dropdown .dropdown_header li:hover &gt; .dropdown-menu-right{
		display:block;
	}
	.dropdown_header &gt; li a:hover {
        color: #233140;
		background:#ebf0f3;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }
	.dropdown .dropdown_header li .dropdown-menu-right{
		position: absolute;
		display:block;
		background-color: #fff;
		border-radius:0;
		-o-box-shadow: 0 6px 12px rgba(0,0,0,.100);
		-ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
		-moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
		-webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
		box-shadow: 0 6px 12px rgba(0,0,0,.100);
		left:100%;
		right:auto;
		min-width:210px;
	}
	.dropdown .dropdown_header li .dropdown-menu-right li a{
		padding:13px 20px;
		font-size:14px;
		font-weight:400;
	}
	.dropdown .dropdown_header li:hover &gt; .dropdown-menu-right{
		display:block;
	}
    .style2 .transparent-menu {
        border: 0!important;
        padding-top: 40px;
    }
    .style2 nav {
        border: 0
    }
    .style2 nav &gt; ul &gt; li &gt; a {
        font-family: montserrat;
        font-size: 14px;
        font-weight: 300;
        margin: 0 15px;
        padding: 30px 0;
    }
    .style2 nav &gt; ul &gt; li &gt; a:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 1px dashed;
        border-radius: 0;
        bottom: 3px;
        height: 2px;
        left: 0;
        margin: 0;
        top: auto;
        width: 100%;
    }
    .style2 nav &gt; ul &gt; li &gt; a:after,
    .style2 nav &gt; ul &gt; li:before {
        display: none
    }
    .header-btns &gt; form {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        height: 40px;
        width: 350px;
        margin-top: 37px;
        position: absolute;
        top: 100%;
        right: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    .header-btns &gt; form.active {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }
    .menu-btns &gt; form input,
    .header-btns &gt; form input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-family: lato;
        font-size: 12px;
        font-style: italic;
        height: 100%;
        padding: 10px 20px;
        width: 100%;
    }
    .menu-btns &gt; form button,
    .header-btns &gt; form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }
    /*=============== Sticky Header  ===================*/
    .menu_fixed {
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
        -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
        -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0;
    }
    .header-area.stick .mainmenu ul li a,
    .stick .mean-container a.meanmenu-reveal {
        color: #000000;
    }
    .header-area.stick .menu-bar:after,
    .header-area.stick .menu-bar:before,
    .header-area.stick .menu-bar span,
    .stick .mainmenu ul li.parent:after,
    .stick .mainmenu ul li.parent:before,
    .stick .mainmenu ul li.has-mega &gt; a:before,
    .stick .mainmenu ul li.has-mega &gt; a:after,
    .stick .mean-container a.meanmenu-reveal span {
        background-color: #222;
    }
    /*=============== Toggle Header  ===================*/
    /*=============== Dropdown ===================*/
    nav ul li ul {
        background: #fff none repeat scroll 0 0;
        text-align: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 95%;
        width: 230px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -ms-transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        /* easeInOutBack */
        -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        /* easeInOutBack */
		box-shadow:0 6px 20px rgba(0, 0, 0, 0.1);
    }
    nav ul li ul li ul {
        background: #313131;
        top: 0;
        left: 100%
    }
    nav ul li:hover &gt; ul {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    nav ul li ul li a{
        color: #5e6d77;
        float: left;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        line-height: 25px;
        padding: 13px 15px;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }
    nav ul li ul li a {
        color: #5e6d77;
    }
    nav ul li ul li a i {
        margin-right: 5px
    }
    .has-dropdown:before {
        background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
        content: "";
        height: 6px;
        margin-top: -0px;
        position: absolute;
        opacity: 0;
        right: 80px;
        top: 50%;
        width: 6px;
        -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        /* easeInOutBack */
        -webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1);
        /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        /* easeInOutBack */
    }
    .has-dropdown:hover:before {
        right: 20px;
        opacity: 1;
    }
}
	nav ul li:last-child &gt; ul {
    right: 0 !important;
}

/******-------floating button css-----**********/


.level,
a.level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.level-item {
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fab-container {
    margin:0;
    position: absolute;
	bottom: -23px;
    right: 41px;
}
.fab-icon::before {
    content: "\f067";
}
.fab-opened .fab-icon::before {
    content: "\f00d";
}
.fab-opened .fab-buttons:not(:last-of-type) {
    width: 50px;
    height: 50px;
    margin: 15px auto 0;
    opacity: 1;
}
.fab-opened .fab-rotate {
    transform: rotate(0deg);
}
.fab-opened .fab-buttons span.fab-rotate i {
     transform: rotate(90deg);
}

.fab-buttons {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 11px 1px rgba(0, 0, 0, 0.12), 0 4px 12px -7px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: .2s;
}
.fab-buttons:nth-last-of-type(2) {
    transition-delay: 20ms;
}
.fab-buttons:nth-last-of-type(3) {
    transition-delay: 40ms;
}
.fab-buttons:nth-last-of-type(4) {
    transition-delay: 60ms;
}
.fab-buttons:nth-last-of-type(5) {
    transition-delay: 80ms;
}
.fab-buttons:nth-last-of-type(6) {
    transition-delay: 100ms;
}
.fab-buttons:nth-last-of-type(1) {
    width: 50px;
    height: 50px;
    opacity: 1;
}
.fab-buttons {
    background: #fff;
}
.fab-buttons:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.fab-buttons span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.fab-buttons i,
.fab-buttons span i {
    color: #fff;
    transition: .3s;
	font-size:18px;
}
.red{
	background:#fb426e
}
.yellow{
	background:#ffa729;
}
.green{
	background:#14b0bc;
}
.fab_btn_btn span i{
	font-size:18px;
	color: #fff;
    transition: .3s;
}
.fab-buttons span.fab-rotate {
    background: #CF1A17;
    position: absolute;
    transform: rotate(0deg);
    transition: .3s;
}
.gm-style-iw{
	top:15px !important;
	left:24px !important;
}
.main_menu_wrapper_2{
	padding-left:0;
}
.progress_2{
	margin-bottom:23px;
}

body &gt; .main_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height:600px;
	z-index: 1;
}


/*======================== main_wrapper_text ========================*/

.main_wrapper_text {
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 20px;
    right: 20px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.main_wrapper_logo{
	float:left;
	width:100%;
}
.main_wrapper_content{
	float: left;
    width: 100%;
	padding-top:30px;
}
.main_wrapper_content h2{
	color:#fff;
	font-size:50px;
	font-weight:600;
	text-transform:capitalize;
}
.main_wrapper_content p{
	color:#fff;
	font-size:16px;
	padding-top:30px;
	font-weight:300;
}
.main_wrapper_timer_section{
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
#main_wrapper_clock{
	float:left;
	width:100%;
}
#main_wrapper_clock &gt; div{
	padding:0px 20px;
	display: inline-block;
}
#main_wrapper_clock div &gt; span{
	font-size:50px;
	line-height: 110px;
	width:110px;
	height:110px;
	font-weight: 300;
	background: rgba(66, 176, 247, 0.5);
    border: 3px solid #CF1A17;
    border-radius: 50%;
	display: inline-block;
}
.smalltext{
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400;
}
#myVideo {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
}

/*======================== main_wrapper_social_icons ========================*/

.main_wrapper_social_icons{
	float:left;
	width:100%;
}
.main_wrapper_social_icons h3{
	color:#fff;
	font-size:24px;
}
.main_wrapper_social_icons ul{
	padding-top:30px;

}
.main_wrapper_social_icons li {
    display: inline-block;
    margin-right: 8px;
}
.main_wrapper_social_icons li a{
       display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #CF1A17;
    border-radius: 50%;
    text-align: center;
}
.main_wrapper_social_icons li a:hover{
   color:#CF1A17;
   background:#fff;
}


/* media  query css for ipad */

@media(min-width: 767px) and (max-width: 991px) {


	.smalltext {
		padding-top: 0px;
		font-size: 14px;
	}

}

/* media query css for ipad end */


/* media query css for mobile */

@media(max-width: 767px){
	
	.main_wrapper_timer_section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main_wrapper_content h2 {
		font-size: 24px;
	}
	#main_wrapper_clock &gt; div {
		padding: 0px 10px;
		padding-top:0px;
	}
	.smalltext {
		padding-top: 10px;
		font-size: 14px;
	}
	
}

@media(max-width: 480px){
	
	#main_wrapper_clock &gt; div {
		padding: 0px 5px;
	}
	.main_wrapper_timer_section {
		padding-bottom: 10px;
	}
	#main_wrapper_clock div &gt; span {
		font-size: 30px;
		line-height: 78px;
		padding: 1px 22px;
		padding: 0px;
		width: 80px;
		height: 80px;
	}
	
}

@media(max-width: 390px){
	
	.main_wrapper_content {
		padding-top: 20px;
	}
	#main_wrapper_clock div &gt; span {
		font-size: 27px;
		line-height: 65px;
		padding: 0px;
		width: 70px;
		height: 70px;
	}
	#main_wrapper_clock &gt; div {
		padding: 0px 11px;
	}
	.main_wrapper_social_icons li {
		margin-right: 5px;
	}
	.main_wrapper_content p{
		padding-top:10px;
	}
	.main_wrapper_social_icons ul{
		padding-top:10px;
	}
	.main_wrapper_text{
		top:46%;
	}
	.main_wrapper_timer_section{
		padding-top:10px;
	}
}

@media(max-width: 320px){
	
	#main_wrapper_clock div &gt; span {
		font-size: 22px;
		line-height: 54px;
		padding: 0px;
		width: 60px;
		height: 60px;
	}
	
}

.topheader_bg_2{
	border:0;
}

nav ul li:nth-child(8) &gt; ul {
    right: 5px !important;
    width: 320px;
    padding: 20px;
	padding-top:5px;
}
.response_add_property{
	padding:0;
	display:inline-block;
	width:auto;
}
.listing-img-content span i{
	float:right;
	font-style:normal;
	text-transform:uppercase;
	font-weight:500;
	
}</pre></body></html>