
/* ==========================================================================
general setting
========================================================================== */
/*------ General: Common Style ---------*/
html,body {
	width:100%;
	height: auto;
	margin:0;
	padding:0;
	overflow-x: hidden;
}

body {
	font-family: 'Poppins',sans-serif;
	background:#ffffff;
    color: #333;
	font-weight:400;
	position: relative;
	font-size:14px;
	line-height:24px;
}

p {
    position: relative;
    line-height:28px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:500;
	margin-bottom: .25em;
	margin-top: 0;
	color:#26354e;
}

a{
	color:#26354e;
}

a,
a:active,
a:focus,
a:hover{
	color:#334e6f;
	outline:none;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.badge{
	font-weight:600;
}
.text-center {
    text-align: center;
}

section{
	padding:50px 0 50px;
}
.small-pad{
	padding:1em 0 1.5em 0;
}
.min-pad {
    padding: 0px 7px;
}
section.gray{
	background:#eff2f5;
}
.light-gray{
	background:#F5F7F8;
}
.light-bg{
	background:#ffffff;
}
a.btn.call-btn {
	background: #ffffff;
	border-radius: 4px;
	padding: 0.8em 2em;
}
.d-block{
	display:block;
	margin-bottom:10px;
}
.no-shadow, .no-shadow:hover, .no-shadow:focus{
	box-shadow:none !important;
}
.overlap{
	z-index:222;
	position:relative;
}
/*----------- General: Heading ------------*/
.heading{
	padding:0px 0 20px 0;
	margin-bottom:0px;
	text-align:center;
}
.heading h2{
	font-weight:600;
	margin-top:0;
}
.heading.light h2, .heading.light p{
	color:#ffffff;
}

.heading p{
	line-height: 32px;
	font-size:22px;
}

/*--------- General: Form and Button ------------*/
button:hover, input:hover, input:focus, button:focus{
	outline:none;
}
.btn {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    position: relative;
    border: 1px solid;
	background-image: none;
	padding: 10px 15px;
	transition:all ease 0.4s;
}
.btn-midium{
	padding: 15px 25px;
}
.btn-square {
    width: 44px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 2px;
    margin: 5px;
	transition:all ease 0.4s;
}
.btn-square-large{
	width:55px;
    height:55px;
    display: inline-block;
    text-align: center;
    line-height:55px;
    font-size:18px;
    border-radius: 2px;
    margin:7px;
}
.light-gray-btn{
	background:#e8edf1;
	border:1px solid #e5eaef;
}
.light-gray-btn:hover, .light-gray-btn:focus{
	color:#ffffff;
	background:#78909C;
	border:1px solid #78909C;
}

.btn-general-theme-bg{
	color:#ffffff;
}
.btn-general-theme-bg:hover, .btn-general-theme-bg:focus{
	background:#ffffff;
	border-color:#ffffff;
}
.btn-general-theme-trans-bg{
	background:rgba(255, 58, 114,0.1);
}
.btn-general-theme-trans-bg:hover, .btn-general-theme-trans-bg:focus{
	background:rgba(255, 58, 114,1);
	color:#ffffff;
}
.full-width{
	width:100%;
}
.btn-width-200{
	width:200px;
	margin-left: auto;
	margin-right: auto;
}
.btn-radius{
	border-radius:50px;
}
.form-control {
	width: 100%;
    height: 50px;
    padding: 0px 15px;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #e6e6e6 !important;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
	margin-bottom:10px;
    border: 1px solid #dde6ef;
}


span.input-group-addon {
    color: #8995a2;
    border-color:#dde6ef;
    background: #fbfdff;
    border-left: 0;
}
nav.navbar.navbar-default.navbar-fixed.white.bootsnav.shadow.on.menu-center.no-full{
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.05);
}
.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background: transparent;
    height: 46px;
    border: 1px solid transparent;
    color:#445461;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}
.btn.btn-primary {
    border-radius: 0px;
    width: 100%;
    height: 46px;
    text-transform: capitalize;
    font-size: 16px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus{
    border-radius: 0px;
    width: 100%;
    height: 46px;
    text-transform: capitalize;
    font-size: 16px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #ff431e;
    border-color: #ff431e;
    height: 46px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
    outline:none !important;
    outline-offset:0 !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color:#445461;
    background-color: transparent;
    border-color: transparent;
}
button.btn.dropdown-toggle.btn-default {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 46px;
}


/*------ Data Overlay & Bg ----*/
.bg-image{
	background-size:cover !important;
	background-position:center !important;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background:#182b54;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}


/* ==========================================================================
    Global Settings
========================================================================== */
.theme-bg{
	color:#ffffff;
}
.theme-bg p{
	color:#ffffff;
}

.dark-bg{
	background:#242f3e;
}

.light-bg{
	background:#ffffff;
}

.gray-bg{
	background:#f4f5f7;
}



.theme-overlap{
	background:url(../img/slider-2.jpg);
	background-position:center !important;
	background-size:cover !important;
	position:relative;
}

.theme-overlap:before{
	opacity:0.8;
	content:"";
	display:block;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	position:absolute;
}
/*---------- Global Settings: Custom Button -----------*/
.btn-radius{
	border-radius:50px;
}
.theme-btn {
	color:#ffffff;
	text-transform:uppercase;
}
.theme-btn:hover, .theme-btn:focus{
	color:#ffffff;
}
.btn.theme-btn-outlined, a.theme-btn-outlined{
	background:transparent;
}
.btn.theme-btn-outlined:hover, a.theme-btn-outlined:hover, .btn.theme-btn-outlined:focus, a.theme-btn-outlined:focus{
	color:#ffffff;
}
.btn.theme-btn-trans-radius, a.theme-btn-trans-radius{
	background: rgba(255, 58, 114,0.1);
    border-radius: 50px;
}
.btn.theme-btn-trans-radius:hover, a.theme-btn-trans-radius:hover, .btn.theme-btn-trans-radius:focus, a.theme-btn-trans-radius:focus{
	background: rgba(255, 58, 114,1);
    color: #ffffff;
    border-radius: 50px;
}
.btn.theme-btn-trans, a.theme-btn-trans{
	background: rgba(255, 58, 114,0.1);
    border-radius:2px;
}
.btn.theme-btn-trans:hover, a.theme-btn-trans:hover, .btn.theme-btn-trans:focus, a.theme-btn-trans:focus{
	background: rgba(255, 58, 114,1);
    color: #ffffff;
    border-radius:2px;
}
.btn.btn-light-outlined, a.btn-light-outlined{
	background:rgba(255,255,255,0.1);
	border:1px solid #ffffff;
	color:#ffffff;
}
.btn.btn-light-outlined:hover, a.btn-light-outlined:hover, .btn.btn-light-outlined:focus, a.btn-light-outlined:focus{
	background:rgba(255,255,255,1);
	border:1px solid #ffffff;
}
.btn.light-btn, a.light-btn{
	background:#ffffff;
	border:1px solid #ffffff;
}
.btn.light-btn:hover, .btn.light-btn:focus, a.light-btn:hover, a.light-btn:focus{
	color:#ffffff;
}
/*------- Global Settings: Padding Style ----------*/
html body .padd-0{
	padding:0px;
}
html body .padd-5{
	padding:5px;
}
html body .padd-10{
	padding:10px;
}
html body .padd-15{
	padding:15px;
}
html body .padd-20{
	padding:20px;
}
html body .padd-l-0{
	padding-left:0px;
}
html body .padd-l-5{
	padding-left:5px;
}
html body .padd-l-10{
	padding-left:10px;
}
html body .padd-l-15{
	padding-left:15px;
}
html body .padd-r-0{
	padding-right:0px;
}
html body .padd-r-5{
	padding-right:5px;
}
html body .padd-r-10{
	padding-right:10px;
}
html body .padd-r-10{
	padding-right:15px;
}
html body .padd-top-0{
	padding-top:0px;
}
html body .padd-top-5{
	padding-top:5px;
}
html body .padd-top-10{
	padding-top:10px;
}
html body .padd-top-15{
	padding-top:15px;
}
html body .padd-top-20{
	padding-top:20px;
}
html body .padd-top-25{
	padding-top:25px;
}
html body .padd-top-30{
	padding-top:30px;
}
html body .padd-top-40{
	padding-top:40px;
}
html body .padd-bot-0{
	padding-bottom:0px;
}
html body .padd-bot-5{
	padding-bottom:5px;
}
html body .padd-bot-10{
	padding-bottom:10px;
}
html body .padd-bot-15{
	padding-bottom:15px;
}
html body .padd-bot-20{
	padding-bottom:20px;
}
html body .padd-bot-25{
	padding-bottom:25px;
}
html body .padd-bot-30{
	padding-bottom:30px;
}
html body .padd-bot-40{
	padding-bottom:40px;
}

/*------- Global Settings: Margin Style ----------*/
html body .mrg-0{
	margin:0px;
}
html body .mrg-5{
	margin:5px;
}
html body .mrg-10{
	margin:10px;
}
html body .mrg-15{
	margin:15px;
}
html body .mrg-20{
	margin:20px;
}
html body .mrg-l-0{
	margin-left:0px;
}
html body .mrg-l-5{
	margin-left:5px;
}
html body .mrg-l-10{
	margin-left:10px;
}
html body .mrg-l-15{
	margin-left:15px;
}
html body .mrg-r-0{
	margin-right:0px;
}
html body .mrg-r-5{
	margin-right:5px;
}
html body .mrg-r-10{
	margin-right:10px;
}
html body .mrg-r-15{
	margin-right:15px;
}
html body .mrg-top-0{
	margin-top:0px;
}
html body .mrg-top-5{
	margin-top:5px;
}
html body .mrg-top-10{
	margin-top:10px;
}
html body .mrg-top-15{
	margin-top:15px;
}
html body .mrg-top-20{
	margin-top:20px;
}
html body .mrg-top-25{
	margin-top:25px;
}
html body .mrg-top-30{
	margin-top:30px;
}
html body .mrg-top-40{
	margin-top:40px;
}
html body .mrg-bot-0{
	margin-bottom:0px;
}
html body .mrg-bot-5{
	margin-bottom:5px;
}
html body .mrg-bot-10{
	margin-bottom:10px;
}
html body .mrg-bot-15{
	margin-bottom:15px;
}
html body .mrg-bot-20{
	margin-bottom:20px;
}
html body .mrg-bot-25{
	margin-bottom:25px;
}
html body .mrg-bot-30{
	margin-bottom:30px;
}
html body .mrg-bot-40{
	margin-bottom:40px;
}
html body .extra-mrg-5{
	margin:0 -5px;
}
html body .extra-mrg-10{
	margin:0 -10px;
}
html body .extra-mrg-15{
	margin:0 -15px;
}
html body .extra-mrg-20{
	margin:0 -20px;
}
/*------- Global Settings: Background Style ----------*/
html body .bg-info{
	background:#01b2ac;
}
html body .bg-primary{
	background:#1194f7;
}
html body .bg-danger{
	background:#f21136;
}
html body .bg-warning{
	background:#ff9800;
}
html body .bg-success{
	background:#0fb76b;
}
html body .bg-purple{
	background:#c580ff;
}
html body .bg-default{
	background:#283447;
}
/*------- Global Settings: Transparent Background Style ----------*/
html body .bg-trans-info{
	background:rgba(2, 182, 179,0.12);
}
html body .bg-trans-primary{
	background:rgba(17, 148, 247,0.12);
}
html body .bg-trans-danger{
	background:rgba(242, 17, 54,0.12);
}
html body .bg-trans-warning{
	background:rgba(255, 152, 0,0.12);
}
html body .bg-trans-success{
	background:rgba(15, 183, 107,0.12);
}
html body .bg-trans-purple{
	background:rgba(197, 128, 255,0.12);
}
html body .bg-trans-default{
	background:rgba(40, 52, 71,0.12);
}
/*------- Global Settings: Transparent Background with border Style ----------*/
html body .bg-info-br{
	border:1px solid #01b2ac;
	background:rgba(2, 182, 179,0.12);
}
html body .bg-primary-br{
	border:1px solid #1194f7;
	background:rgba(17, 148, 247,0.12);
}
html body .bg-danger-br{
	border:1px solid #f21136;
	background:rgba(242, 17, 54,0.12);
}
html body .bg-warning-br{
	border:1px solid #ff9800;
	background:rgba(255, 152, 0,0.12);
}
html body .bg-success-br{
	border:1px solid #0fb76b;
	background:rgba(15, 183, 107,0.12);
}
html body .bg-purple-br{
	border:1px solid #c580ff;
	background:rgba(197, 128, 255,0.12);
}
html body .bg-default-br{
	border:1px solid #283447;
	background:rgba(40, 52, 71,0.12);
}
/*------- Global Settings: Color Style ----------*/
html body .cl-info{
	color:#01b2ac;
}
html body .cl-primary{
	color:#1194f7;
}
html body .cl-danger{
	color:#f21136;
}
html body .cl-warning{
	color:#ff9800;
}
html body .cl-success{
	color:#0fb76b;
}
html body .cl-purple{
	color:#c580ff;
}
html body .cl-default{
	color:#283447;
}
html body .cl-light{
	color:#ffffff;
}
/*------- Global Settings: Border Color Style ----------*/
html body .br-info{
	border-color:#01b2ac;
}
html body .br-primary{
	border-color:#1194f7;
}
html body .br-danger{
	border-color:#f21136;
}
html body .br-warning{
	border-color:#ff9800;
}
html body .br-success{
	border-color:#0fb76b;
}
html body .br-purple{
	border-color:#c580ff;
}
html body .br-default{
	border-color:#283447;
}
/*------------ Global Settings: Status BG Style --------------*/
html body .bg-online{
	background:#68c70b;
}
html body .bg-offline{
	background:#e02b0d;
}
html body .bg-busy{
	background:#2196f3;
}
html body .bg-working{
	background:#ff9800;
}


/*---------- Global Settings: Label Background ----------*/
html body .label-info{
	background:#01b2ac;
}
html body .label-primary{
	background:#1194f7;
}
html body .label-danger{
	background:#f21136;
}
html body .label-warning{
	background:#ff9800;
}
html body .label-success{
	background:#0fb76b;
}
html body .label-purple{
	background:#c580ff;
}
html body .label-default{
	background:#283447;
}

/*---------- Global Settings: Listing & Blockquote Style ---------------*/
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

ol.check-listing > li, ul.check-listing > li {
    position: relative;
    letter-spacing: -0.2px;
	list-style:none;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.footer-seo ul > li:before,
ol.check-listing > li:before, ul.check-listing > li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 1em;
	margin-right: 7px;
}


/*--- Logo Style -----*/
nav.navbar.bootsnav.navbar-fixed .logo-display, nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    max-height: 45px;
}
.navbar-brand {
    float: left;
    padding: 10px 15px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}


/*==========================================================================
       Home Banner Styles
========================================================================== */
/*--- Common Banner Style ------*/
form.form-verticle {
    width: 100%;
    display: inline-block;
	margin:1em 0;
}
.form-box {
    position: relative;
    min-height: 52px;
}
.pulse-tag {
    width: 100%;
    display: block;
    margin: 2em auto 0 auto;
    text-align: center;
}
i.banner-icon {
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 16px;
    color: #90969e;
    z-index: 1;
}
a.pulse.btn-banner-link {
    width: 55px;
    height: 55px;
    display:inline-block;
    background: #ffffff;
    line-height: 55px;
    border-radius: 50%;
}
.pulse {
    z-index: 1;
    position: relative;
}
.pulse {
    box-shadow: 0 0 0 rgba(255, 255, 255, .55);
    animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .55)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .55);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .55)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}
.pulse2 {
    box-shadow: 0 0 0 rgba(0, 26, 87, .3);
    animation: pulse2 2s infinite
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 26, 87, .3)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 26, 87, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 26, 87, 0)
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 26, 87, .3);
        box-shadow: 0 0 0 0 rgba(0, 26, 87, .3)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 26, 87, 0);
        box-shadow: 0 0 0 10px rgba(0, 26, 87, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 26, 87, 0);
        box-shadow: 0 0 0 0 rgba(0, 26, 87, 0)
    }
}
/*--------- Home 1 Banner ------------*/
.banner{
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
	padding:8% 0 7% 0;
	position:relative;
}
.banner.abn{
	padding:6% 0 7% 0;	
}
.banner-caption{
	text-align:left;
	display: inline-block;
	width: 100%;
}

.banner-text{
	margin-top:3%;
	margin-bottom:1em;
	text-align:center;
}
.banner-v2 h1,
.banner-v2 h2,
.banner-v2 h3 {
	color:#ffffff;
	text-shadow:none;
	line-height:1.3;
	letter-spacing:3px;
}
.banner h4 {
	font-size: 20px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.banner p {
	color: #ffffff;
	opacity: 0.8;
	font-weight:300;
	font-size:20px;
	line-height: 1.8;
}
.banner .no-padd{
	padding:0 0px;	
}
.banner .btn {
    margin: 5px;
}

/*---------- Home 5 Banner ------------*/
body.home-2 .banner-v2{
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
}

.banner-v2 h1, .banner-v2 h1 a,
.banner-v2 h2, .banner-v2 h2 a {
    font-size:56px;
	line-height: 66px;
	opacity:1;
    margin-bottom:2px;
    padding-bottom: 0;
	font-weight:600;
	color: #fff;
}

.banner-v2 p, .banner p {
    color: #ffffff;
    opacity: 0.92;
	margin:0 auto 15px auto;
    font-weight: 300;
    line-height: 1.9;
}
body a.btn {
    padding: 10px 30px;
	transition:all ease 0.4s;
}
body.home-2 a.btn i{
	margin-right:10px;
	color:#ffffff;
}
a.btn.contact-btn {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}
a.btn.contact-btn:hover, a.btn.contact-btn:focus{
	background:#ffffff;
	border-color:#ffffff;
}

a.btn.listing-btn:hover, a.btn.listing-btn:focus{
	background:#ffffff;
	border-color:#ffffff;
}

a.btn.listing-btn {
    color: #ffffff;
}
.banner-info {
    padding:4.5rem 0 1rem 0px;
    color: rgba(255,255,255,1);
    text-align: center;
}
.banner-info i {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    color: #ffffff;
}
/*-------- Banner Search form style ------------*/
.banner-caption .form-control{
	background:#ffffff;
	border:none;
	border-radius:0px 0px 0px 0px ;
	height:52px;
	color:#90969e;
	font-size:15px;
	width:100%;
	box-shadow:none;
	padding-left: 40px;
}
.form-control .btn.dropdown-toggle.btn-default, .form-control .btn.dropdown-toggle.btn-default:hover, .form-control .btn.dropdown-toggle.btn-default:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    color:#90969e;
}
.bs-searchbox input.form-control {
    height: 31px;
    border: 1px solid #e4e4e4;
    margin-bottom: 5px;
}

.banner .btn.btn-default{
	color:#ffffff;
	text-shadow: none;
	font-size:20px;
	margin:0;
	box-shadow:none;
	border-radius:0px;
	padding:0 20px;
	height:52px;
	width:100%;
}

.banner-caption .btn-primary{
	height:48px;
	color:#ffffff;
	border-radius:0px;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	display:block;
}
.banner-caption .btn-primary:focus{
	color:#ffffff;
}
.banner-caption .form-control::-moz-placeholder{color:#90969e;opacity:1}
.banner-caption .form-control:-ms-input-placeholder{color:#90969e}
.banner-caption .form-control::-webkit-input-placeholder{color:#90969e}


/*------------ Slider Banner --------------*/
.slide-text > h1 {
    font-weight: 600;
}
.slide-text > p {
    font-style: italic;
}

/*==================================================
Popular Cities Style
====================================================*/
.place-box{
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius:6px;
}

.place-box-content{
    position: absolute;
	width: 100%;
    text-align: center;
    top: 50%;
    margin: 0 auto;
    z-index: 101;
    transform: translate(0,-50.5%);
}
.place-box-bg{
    background-size: cover;
    background-position:center;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	transition: all 0.55s;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}
.place-box-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
}
.place-box:hover .place-box-bg{
    transform: scale(1.07);
}
.place-box-content h4{
    font-size:27px;
    line-height:35px;
    color: #fff;
    margin: 0;
}
.place-box-content span{
    color: #fff;
}

.place-box-content a{
    font-size: 17px;
    color: #fff;
}
.listing-count {
    padding:3px 25px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 1;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #ffffff;
}


/*========================================================
Features Style
=========================================================*/
.feature-box span {
    width: 80px;
    height: 80px;
    display: table;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    margin: 0 auto;
    color: #ffffff;
}
.feature-box {
    text-align: center;
    margin: 15px 0;
}
.feature-box h4 {
    font-size: 20px;
	margin:15px 0 10px;
}
.feature-box p{
	font-size:15px;
}

/*===============================================
Page Title Settings
==============================================*/
.page-title{
	background-size:cover !important;
	background-position:center !important;
	position:relative;
	height:320px;
	
}
.page-title:before {
	content:"";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #182131;
    opacity:0.8;
}
.title-content{
	position:relative;
	text-align:center;
	color:#ffffff;
	margin-top:50px;
}
.title-content .headline{
	color:#ffffff;
	font-size: 38px;
    line-height: 48px;
}

.title-content .breadcrumbs{
	text-transform:uppercase;
}
span.gt3_breadcrumb_divider {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
	font-family:FontAwesome;
}
span.gt3_breadcrumb_divider:before {
    content: "\f105";
    font-size: 15px;
    font-weight: 600;
}

/*==============================================
Component Style
===============================================*/
/*------------ Component: Accordion 1 -------*/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
#accordion .panel-title a {
    display: block;
    padding:15px 35px;
    font-size: 20px;
    font-weight: 600;
    color:#334e6f;
    background: #ffffff;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #eaeff5;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    width:32px;
    height:32px;
    line-height:25px;
    border-radius: 50%;
    background:#ffffff;
    text-align: center;
    font-size:14px;
    border:4px solid #eaeff5;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
#accordion .panel-title a.collapsed:after{
    content: "\f067";
}
#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after{
    transform: rotate(360deg);
}
#accordion .panel-body{
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}





/*==========================================
Footer Styles
==========================================*/
.footer-widget{
	padding:4em 0;
	text-align:left;
	color:#ffffff;
	line-height:1.8;
	display:inline-block;
	width:100%;
	font-size: 16px;
}
.light-footer .footer-widget{
	color:#6b7684;
}
.dark-footer .footer-widget{
	color:#899bb3;
}
.footer-widget img{
	margin-bottom:10px;
	max-width: 225px;
}
.footer .theme-bg p{
	color:#ffffff;
}
.footer-widget p {
    line-height: 1.7;
    color:#899bb3;
}
.footer-widget p a{
color:#ffffff;
}

footer h5,
.widget-title {
    color: #fff;
	font-weight:500;
    text-transform: capitalize;
	font-size: 20px;
    margin-bottom: 20px
}
.footer-social{
	text-align:left;
	padding:0;
	margin:0;
}
.footer-social li{
	list-style:none;
	display:inline-block;
}
.footer-social li a {
	color:#899bb3;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.footer-social li a i {
    font-size: 20px;
    border-radius: 6%;
    text-align: center;
    background: transparent;
    transition: all ease 0.4s;
    color: #7f90a7;
    margin-right:15px;
}
.footer-social li a:hover i{
	background:transparent !important;
	color:#ffffff;
}
.footer-copyright{
	background:#293444;
	width:100%;
	display:inline-block;
	text-align:center;
	padding:15px 20px 8px 20px;
}

ul.footer-navigation {
    margin: 0;
    padding: 0;
}
ul.footer-navigation.sinlge li {
    list-style: none;
	width:100%;
    display: inline-block
}
ul.footer-navigation li {
    list-style: none;
    width: 50%;
    float: left;
    display: inline-block;
}
ul.footer-navigation li a {
    margin-bottom: 10px;
    display: inline-block;
	color:#7f90a7;
}
.footer-copyright p{
	font-size:15px;
	color:#7f90a7;
	font-weight: 400;
}

.sing-add {
    margin-bottom: 15px;
    width: 100%;
    padding: 0px 0px 0px 30px;
    position: relative;
}

.sing-add i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 19px;
}
.dark-footer .sup-form .form-control,.dark-footer .sup-form .form-control:hover, .dark-footer .sup-form .form-control:focus {
    background-color: transparent !important;
    border: 2px solid #394863;
	padding: 15px 12px 18px;
    color:#7b8a9e;
}
.dark-footer .sup-form .btn {
    padding: 14px 13px 14px;
    color:#7b8a9e;
    background: transparent !important;
}
.dark-footer .form-control::-moz-placeholder{color:#7b8a9e;}
.dark-footer .form-control:-ms-input-placeholder{color:#7b8a9e;}
.dark-footer .form-control::-webkit-input-placeholder{color:#7b8a9e;}

.other-store-link {
    width: auto;
    margin-top:12px;
    display: inline-block;
}
.other-store-app{
    width: 200px;
    height: 62px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#ffffff;
}
.light-footer .other-store-app{
    border: 2px solid #7f90a7;
    color:#7f90a7;
}
.dark-footer .other-store-app{
    border: 2px solid #394863;
    color:#7f90a7;
}
.os-app-icon {
    margin-right: 13px;
}
.os-app-icon i {
    font-size: 32px;
}
.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}
/*------- Light Footer -----------*/
.footer.light-footer {
    background: #ffffff;
    border-top: 1px solid #f1f3fb;
}
.footer.light-footer .widget-title {
    color:#2a3646;
}
.footer.light-footer .footer-widget p a {
    color:#7f90a7;
}
.footer.light-footer .footer-social li a i {
    background:transparent !important;
    color: #7f90a7;
}
.footer.light-footer .footer-copyright {
    background:#ffffff;
	border-top: 1px solid #f1f3fb;
}
.footer.light-footer .sup-form .form-control{
	border:1px solid #ccd3de;
}
/*----------- Image background Footer ----------*/
footer.footer.image-bg {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
footer.footer.image-bg:before {
    content: "";
    position: absolute;
    background: #4b6282;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.footer.image-bg .footer-copyright {
    background:transparent;
	border-top: 1px solid #f1f3fb;
}

.footer.image-bg ul.footer-navigation li a, .footer.image-bg .footer-widget p, .footer.image-bg .footer-copyright p {
    color:#ffffff
}
.footer.image-bg .footer-social li a i {
    background:transparent !important;
    color: #ffffff;
}
.footer.image-bg .theme-btn i{
	font-size:20px;
}



/*==================================================
Pages Settings
=================================================*/
.detail-wrapper{
	width:100%;
	display:block;
	overflow:hidden;
	border-radius:6px;
	margin-bottom:40px;
    background:#ffffff;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.white-box{
	background:#ffffff;
	border-radius:6px;
}
.white-shadow{
	border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}





/*------------------ preview Listing -------------------*/
.preview-info label {
    font-weight: 400;
	margin-bottom:20px;
}
i.preview-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid transparent;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    border-radius: 50px;
}
i.preview-icon.web {
    background: rgba(58, 204, 212,0.1);
    color:#3accd4;
    border-color:#3accd4;
}
i.preview-icon.email {
    background: rgba(241, 61, 88,0.1);
    color: #f13d58;
    border-color: #f13d58;
}
i.preview-icon.call {
    background: rgba(74, 173, 23,0.1);
    color:#4aad17;
    border-color:#4aad17;
}
i.preview-icon.birth {
    background: rgba(254, 170, 17,0.1);
    color:#fea911;
    border-color:#fea911;
}
.preview-info-header {
    border-bottom: 1px solid #e9ecef;
    padding-left: 15px;
}
.preview-info-body {
    padding: 20px 15px 0 15px;
}
ul.info-list {
    padding:0px;
    margin: 0;
}
ul.info-list li {
    list-style: none;
    display: block;
    padding: 5px 0 10px 0;
}
ul.info-list li label {
    min-width: 110px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2c81e8;
}
label.prizm {
    display: block;
}


/*------------- TranslateY ----------------*/
.translateY-20{
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.translateY-40{
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}
.translateY-60{
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}
.translateY-80{
    -webkit-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
}
.translateY-100{
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

@-webkit-keyframes status-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(7, 177, 7, .55)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(7, 177, 7, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(7, 177, 7, 0)
    }
}

@keyframes status-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(7, 177, 7, .55);
        box-shadow: 0 0 0 0 rgba(7, 177, 7, .55)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(7, 177, 7, 0);
        box-shadow: 0 0 0 10px rgba(7, 177, 7, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(7, 177, 7, 0);
        box-shadow: 0 0 0 0 rgba(7, 177, 7, 0)
    }
}

/*------------- Opening hour ----------------*/
.side-list ul {
    margin: 0;
    padding: 0;
}
.side-list ul li {
    list-style: none;
    padding: 10px 5px 10px 5px;
	display: inline-block;
    width: 100%;
	border-bottom:1px dashed #eaeff5;
}
.side-list.no-border ul li{
	border-bottom:none;
}
.side-list ul li:last-child{
	border-bottom:none;
}
.side-list ul li span {
    float: right;
}

.side-list-inline ul {
    margin: 0;
    padding: 0;
}
.side-list-inline li {
    list-style: none;
	display:inline-block;
	margin-right:10px;
    padding: 10px 5px 10px 5px;
}
ul.side-list-inline.social-side li {
    display: inline-block;
    width: auto;
}
ul.side-list-inline.social-side li{
	padding: 10px 0px 10px 3px;
}
ul.side-list-inline.social-side li a i{
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
	transition:all ease 0.4s;
	border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
ul.side-list-inline.social-side li a :hover, ul.side-list-inline.social-side li a :focus{
	color:#ffffff;
}

/*============================================
Icons Style
=============================================*/
.nav-tabs {
    border: 1px solid #e8ebef;
    border-left: none;
    border-right: none;
}
.nav-tabs>li>a:hover {
    border-color: #e8ebef #e8ebef #e8ebef;
    background: #e8ebef;
    border-radius: 0;
}
.nav-tabs-custom {
    border-right: 1px solid #e8ebef;
    border-left: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #e8ebef;
    border: none;
    border-bottom-color: transparent;
}
.fontawesome-icon-list .col-md-3.col-sm-4 {
    padding: 10px 10px;
}
.bs-glyphicons li {
    width: 24.5%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #e8edef;
    display: inline-block;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}


/*====================================
 Bottom To top Scroll
=====================================*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom:0px;
    right:20px;
    text-align: center;
    font-size:15px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
    text-decoration: none;
}
#back2Top:hover {
    background-color:#f4f5f7;
    color:#2a3646;
}

/*===========================================
	New Pages Styles 
=========================================*/
/*------------ Comon Style -------------*/
span.new-page-badge {
    display: inline-block;
    padding: 2px 4px;
    background: #34c112;
    color: #ffffff;
    font-size: 10px;
    border-radius: 2px;
    float: right;
}
.bootstrap-select button.btn.dropdown-toggle.btn-default:hover, .bootstrap-select button.btn.dropdown-toggle.btn-default:focus {
    background-color: #fbfdff;
}
.slider-horizontal .tooltip {
    opacity: 1;
}
.tooltip-inner {
    background: #475363;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #475363;
}


/*------------ Classic Style -----------*/
.property_item {
    background: #fff;
    position: relative;
	border-radius:6px;
    overflow: hidden;
	margin-bottom:30px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.image{
    position: relative;
	max-height:200px;
	overflow:hidden;
}
.listing-thumb {
    position: relative;
    display: block;
    max-height: 200px;
}
.listing-thumb:before {
    background: linear-gradient(to bottom, transparent 17%, #464c63);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
	transition:all ease 0.4s;
}
.property_item:hover .listing-thumb:before{
	background: linear-gradient(to bottom, transparent 17%, #ff431e);
}
.listing-price-info{
    position: absolute;
    top:20px;
    left:20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
}
.listing-price-info span {
    display: inline-block;
    background: #ffffff;
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 15px;
    color: #505667;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
a.tag_t {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #ffffff;
}
.tag_t i{
	margin-right:10px;
	font-size:18px;
}
.proerty_content {
    position: relative;
    padding: 0em 1.5em 0em;
    text-align: center;
}
.proerty_text {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.proerty_text .captlize {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
	line-height: 1;
	margin-bottom:5px;
}
.property_meta {
    display: block;
    margin:1.5em 0 0rem;
}
.classical-list .proerty_price {
    margin: 0;
	font-weight:600;
	color:#049869;
}
.property_add{
	color:#6e778a;
}
.classical-list .btn{
	font-size: 14px;
	padding: 12px 22px;
}
.btn.btn-theme {
    background: #ff8b00;
    border-radius: 4px;
	margin-right:10px;
	margin-bottom:5px;
}
.btn.btn-theme-light {
    color: #ff8b00;
    background: rgba(255, 139, 0,0.12);
    border-radius: 4px;
	margin-bottom:5px;
}
.price-features-wrapper .listing-price-fx{
	flex:1;
}

.inc-fleat {
    margin-left:15px;
	color:#6e778a;
}
.list-fx-features {
    margin-top: 5px;
    display: flex;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	text-align: left;
}
.listing-card-info-icon {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    vertical-align: top;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
	font-size:14px;
}
.inc-fleat.inc-add:before {
	background:url(../img/add.svg);
	content:"";
    position: absolute;
	background-size: contain;
	width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.inc-fleat.inc-call:before {
    background: url(../img/call.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: 1px;
    left: 4px;
}
.listing-card-info-icon img {
    margin-right:5px;
	max-width:18px;
}
.author-avater {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    overflow: hidden;
    top: -30px;
    position: relative;
}
.author-avater img{
	width:100%;
	border-radius:50%;
}
span.veryfied-author:before {
    content: "\e64c";
    display: inline-block;
    font-family: 'themify';
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: #29af6a;
    border-radius: 50%;
    margin-left: 7px;
    top: 2px;
    font-size: 10px;
    line-height: 20px;
	text-align:center;
}

span.veryfied-author {
    position: relative;
}
.listing-footer-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
	text-align: left;
    padding:1.5rem;
}
.listing-cat{
    flex: 1;
	    float: left;
}
a.cat-icon.cl-1 {
    color: red;
}
.cat-icon i{
    width:32px;
    height:32px;
    display:table;
    background: red;
    border-radius:50%;
    text-align: center;
    line-height:32px;
    color: #ffffff;
	margin-right:5px;
	float: left;
}
span.more-cat {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #bdc4d6;
    border-radius: 50%;
    line-height: 28px;
    margin-left: 1rem;
    color: #707988;
    font-size: 15px;
}
a.cat-icon.cl-1 {
    color: #6d7a8a;
    font-weight: 600;
}
.listing-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 1rem 1.5rem;
    border-top: 1px dashed #e8edfb;
}
.list-rate {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background:#34a853;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
.place-status{
    color:#12b96c;
}
.place-status.closed {
    color:#e42f2f;
}

/* ------------ new Banner * Air BNB Style ------------*/
.air-bnb-form {
    background: #ffffff;
    max-width: 530px;
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    padding:4rem 3rem;
    text-align: left;
}
.air-bnb-form  h2 {
    font-weight: 600;
	font-size: 34px;
}
.banner .air-bnb-form  p {
    color: #545665;
    line-height: 1.8;
    font-size: 18px;
}
.banner-caption .air-bnb-form .form-control {
    border: 1px solid #d3d7e0;
    border-radius: 3px;
}
.air-bnb-form i.banner-icon {
    left: 27px !important;
}

.air-bnb-form .btn { 
	border-radius: 15px !important;
}

/*----------- Switchbar -------------*/
button.w3-bar-item.w3-button.w3-large {
    border: none;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    color: #fff
}

ul#styleOptions {
    margin: 20px 0;
    padding: 0
}

.title-logo {
    padding: 20px 12px
}

.title-logo h4 {
    font-size: 17px;
    margin: 5px 0
}

ul#styleOptions li {
    list-style: none;
    display: inline-block;
    margin: 5px
}

a.cl-box {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: block;
    margin: 0 auto
}

.w3-sidebar {
    height: 100%;
    width: 250px;
    background-color: #fff;
    position: fixed!important;
    top: 0;
    z-index:+107555;
    overflow: auto;
    border-left: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.alabama {
    background: #af002a
}

.amaranth {
    background: #d3212d
}

.alizarin {
    background: #E32636
}

.imperial-blue {
    background: #6E6Ef9
}

.university {
    background: #c00
}

.cerulean {
    background: #1dacd6
}

.lilac {
    background: #d891Ef
}

.bronze {
    background: #cd7f32
}

.viridian-green {
    background: #009698
}

.yellow {
    background: #ffba00
}

.kelly-green {
    background: #4cbb17
}

.lava {
    background: #cf1020
}

.violet {
    background: violet
}

.cadmium {
    background: #Ed872d
}

.rich-carmine {
    background: #d70040
}

.ball-blue {
    background: #21abcd
}

.charcoal {
    background: #36454f
}

.lime-green {
    background: #32cd32
}

.cg-blue {
    background: #007aa5
}

.crimson {
    background: #dc143c
}

.cyan-cornflower {
    background: #188bc2
}

.dark-cyan {
    background: #008b8b
}

.dark-pink {
    background: #E75480
}

.debian-red {
    background: #d70a53
}

.bleu-de-france {
    background: #318cE7
}

.fuchsia {
    background: #c154c1
}

.forest-green {
    background: #228b22
}

.go-green {
    background: #00ab66
}

.azure {
    background: #007fff
}

.american-rose {
    background: #ff033E
}

.amber {
    background: #ff7E00
}

.green-pantone {
    background: #00ad43
}

.orange-pantone {
    background: #ff5800
}

.burnt-orange {
    background: #c50
}

.blueberry {
    background: #4f86f7
}

.magenta-violet {
    background: #553592
}

.blue-green {
    background: #0d98ba
}

.blue-munsell {
    background: #0093af
}

.coquelicot {
    background: #ff3800
}


/*---------- Blog Style In Grid ----------*/
.blog-box{
	border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
	margin-top:25px;
	border-radius:6px;
	overflow:hidden;
	background:#ffffff;
	transition:all ease 0.4s;
}
.blog-grid-box-img{
	height:250px;
	max-height:250px;
	overflow:hidden;
	display: flex;
    align-items: center;
}
.blog-grid-box-content{
	padding:20px 25px;
}
.blog-box:hover, .blog-box:focus{
    -webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
}
.blog-avatar {
    display: table;
    margin: -58px auto 0 auto;
}
.blog-avatar.text-center img {
    max-width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid rgba(255,255,255,1);
    margin-bottom: 5px;
    box-shadow: 0 2px 10px 0 #d8dde6;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
}
/*==========================================
Sidebar Style
==========================================*/
.widget-boxed{
    background-color:#ffffff;
    border-radius:6px;
    padding:0 12px 32px 20px;
    transform: translate3d(0,0,0);
    z-index: 90;
	margin-bottom:35px;
    position: relative;
	border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.widget-boxed-header {
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5;
}
.widget-boxed-header h4 {
    margin: 0;
}
.widget-boxed-header h4>i {
    position: relative;
    top: 3px;
}
.widget-boxed-body {
    padding:20px 0 0 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-number {
    background: transparent;
}
.input-number:hover, .input-number:focus {
    background: transparent;
	border:none;
}
.btn.counter-btn {
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
	padding: 0;
    margin-left: 0px !important;
    background: #ffffff;
	border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.btn.counter-btn:hover, .btn.counter-btn:focus{
	color:#ffffff;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: 0;
}


/*=============================================
Tag Section Style
==============================================*/
section.tag-sec {
    background-size: cover !important;
    background-position: center !important;
	position:relative;
}

.tag-content {
    text-align: center;
	position:relative;
	padding:50px 0;
}
.tag-content img{
	margin:10px auto;
	display:table;
	max-width:220px;
}
.tag-content h2{
	text-transform:uppercase;
	font-weight:600;
	color:#ffffff;
}
.tag-content p{
	color:#ffffff;
	font-size:16px;
	line-height:1.88;
}
body .tag-content a{
	color:#ffffff;
	display:inline-block;
	margin:30px 0 0 0;
	transition:all ease 0.4s;
}
body .tag-content a:hover, .tag-content a:focus{
	background:#ffffff;
	border-color:#ffffff;
}

.tag-content a i{
	margin-left:7px;
}