@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #666;
	overflow-x: hidden;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.form-group .help-block {
	color: red;
}
.roof-menu ul li.active a:hover {
	opacity: 0.8;
}
.roof-menu ul li a:hover {
	opacity: 0.8;
}
.section-padding {
	padding: 110px 0;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50pxs;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #b89c45;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}

img.custom-logo {
    margin: 10px 0px;
}
.ordinary-row {
	padding: 80px 0 90px;
}
.section-title + .row {
	padding: 40px 0 90px;
}
.btn, button {
	padding: 7px 30px;
	border-radius: 0px;
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}
.text-holder h6:hover{
	color: #c3a74f!important;
}
.text-holder a:hover{
	color: #c3a74f!important;
}

.text-holder p:hover{
	color: #c3a74f!important;
	cursor: pointer;
}
.btn:hover, button:hover {
	color: #fff;
	cursor:  pointer;
}
.section {
	padding: 60px 0;
}
.input-group-btn button {
	padding: 11px 20px;
}
.btn-common {
	color: #FFF !important;
	background: #b89c45;
	position: relative;
	border: transparent;
	z-index: 1;
}
.btn-common:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-radius:before {
	border-radius: 5px 0px 0px 5px;
}
.btn-round {
	border-radius: 1.5em;
}
.btn-outline {
	border-width: 2px;
}
.btn-outline:hover {
	color: #fff;
	border: 2px solid transparent;
}
.btn-common:hover:before {
	width: 100%;
}
.btn-border {
	background: rgba(255, 255, 255, 0.18);
	border: 2px solid #fff;
	color: #fff;
}
.btn-border:hover {
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #ffffff;
	color: #fff;
}
.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-xs {
	font-size: 11px;
	padding: 13px 12px;
}
.btn-sm {
	padding: 12px 15px;
}
.btn-md {
	font-size: 15px;
	padding: 12px 25px;
}
.btn-radius {
	border-radius: 5px;
}
.media-left {
	padding-right: 10px;
}
.media-left a,
.media-body a.text-primary{
    color:#b89c45
}
.img-circle {
	border-radius: 50%;
}
.input-group .form-control {
	border-radius: 30px 0 0 30px;
}
.form-group label {
	margin-bottom: 24px;
}
.form-group .radius-input {
	border-radius: 30px;
	height: 45px;
}
.form-group .flat-input {
	border-radius: 0;
}
.form-group .form-control {
	background: #ffffff;
	padding-right: 30px;
	color: #666;
	position: relative;
	box-shadow: none;
}
.form-group .form-control:focus {
}
.form-group .help-block {
	font-weight: 700;
}
.label {
	font-weight: normal;
	margin: 0 2px;
}
.social-links {
	display: inline-block;
}
.social-links a {
	display: inline-block;
	margin: 0 0 0 5px;
}
.social-links a i {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	border-radius: 100%;
	line-height: 32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-links a i:hover {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.social-links a .fa-twitter:hover {
	color: #00aced;
}
.social-links a .fa-facebook:hover {
	color: #3b5998;
}
.social-links a .fa-linkdin:hover {
	color: #dd4b39;
}
.social-links a .fa-youtube-play:hover {
	color: #bb0000;
}
.social-links a .fa-linkedin:hover {
	color: #007bb6;
}
li.search {
	position: inherit;
	padding-right: 10px;
}
li.search .open-search {
	margin-right: 0 !important;
}
li.search .open-search i {
	font-size: 13px;
}
.navbar-engage .navbar-nav > li.search > a:before {
	display: none;
}
i {
	transition: all 0.3s ease-in-out;
}
i:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.full-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #333;
	padding: 15px 0;
	z-index: 999;
}
.full-search input[type="text"] {
	outline: medium none;
	display: inline-block;
	width: 97%;
	background: transparent;
	color: #FFF;
	font-size: 28px;
	padding: 4px 16px 8px;
	line-height: 39px;
	border-radius: 3px;
	height: auto;
	border: 1px solid #444;
}
.section-title {
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 500;
}
.section-subcontent {
	text-align: left;
	padding-bottom: 30px;
}
.small-title {
	font-size: 22px;
	position: relative;
	text-align: left;
}
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}
.back-to-top i {
	display: block;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.page-header {
	padding: 0;
	margin: 0;
	position: relative;
	background: url(../img/testimonial-bg.jpg);
	min-height: 164px;
}
.page-header .page-header-inner {
	color: #fff;
	height: 100%;
	padding: 40px 0;
	position: absolute;
	width: 100%;
}
.page-header .page-header-inner:before {
	background: rgba(231, 76, 60, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
}
.page-header .page-title {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 10px !important;
	padding: 15px 0;
	text-align: left;
}
.page-header .breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 9;
}
.page-header .breadcrumb li {
	line-height: 25px;
}
.page-header .section-title:before {
	width: 40px;
}
.switcher-box {
	position: fixed;
	width: 140px;
	top: 20%;
	left: -140px;
	z-index: 9999;
	background: #FFF;
	border: 1px solid #F3F3F3;
	padding: 15px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
 -0-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.switcher-box h4 {
	color: #292929;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
.switcher-box .colors-list {
	margin: 0px 0px 0px -4px;
}
.switcher-box .colors-list li {
	display: inline-block;
	font-size: 0px;
	list-style: none;
	margin: 0px 4px;
}
.switcher-box .colors-list li a {
	width: 25px;
	cursor: pointer;
	height: 25px;
	display: block;
}
.switcher-box .colors-list li a.default {
	background-color: #9C3;
}
.switcher-box .colors-list li a.red {
	background-color: #c74041;
}
.switcher-box .colors-list li a.lightblue {
	background-color: #00D3F9;
}
.switcher-box .colors-list li a.gray {
	background-color: #9BB5AC;
}
.switcher-box .colors-list li a.coffee {
	background-color: #998675;
}
.switcher-box .colors-list li a.green {
	background-color: #9C3;
}
.switcher-box .colors-list li a.orange {
	background-color: #F60;
}
.switcher-box .colors-list li a.wisteria {
	background-color: #9b59b6;
}
.switcher-box .colors-list li a.mblue {
	background-color: #34495e;
}
.switcher-box .colors-list li a.greensea {
	background-color: #1abc9c;
}
.switcher-box .open-switcher {
	position: absolute;
	right: -50px;
	top: -1px;
	width: 50px;
	border-radius: 0px;
	border: 0px none;
	padding: 0px;
	height: 50px;
	background: #DDD;
}
.switcher-box .open-switcher i {
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 25px;
	color: #292929;
	display: block;
}
.switcher-massage {
	font-size: 12px;
	line-height: 15px;
	color: 808080;
	margin: 10px 0px 0px;
}
#loader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}
.square-spin {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.square-spin img {
	max-width: 64px;
}
#carousel-area {
	overflow: hidden;
	background: #2c3e50;
	margin-top:87px;
}
#carousel-area .carousel-inner .carousel-item {
	opacity: 0.3;
	width: 100%;
	overflow: hidden;
	transition-property: opacity;
	transition-duration: 1s;
	
}
.inner-pages .carousel-inner .carousel-item {
	min-height: 365px;
}
#carousel-area .carousel-inner .active {
	opacity: 1;
}
#carousel-area .carousel-inner .active.left, #carousel-area .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-inner .next.left, #carousel-area .carousel-inner .prev.right {
	opacity: 1;
}
#carousel-area .carousel-control {
	z-index: 2;
}
#carousel-area .carousel-item {
	background-size: 100%;
	background-size: cover;
}
#carousel-area .carousel-item .carousel-caption#home {
	/*top: 30%;
            right: 10%;
            left: 10%;*/
            text-shadow: none;
	/*margin-right:60px;*/
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight:bold;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	margin-bottom:27px;
}
#carousel-area .carousel-item .carousel-caption h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	width:100%;
	float:right;
	line-height:30px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
#carousel-area .carousel-item .carousel-caption h3 span {
	width:50%;
	
}
#carousel-area .carousel-item .carousel-caption .btn {
	margin: 30px 15px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	border: 1px solid #fff;
	background: none;
	background-color: transparent;
	padding: 7px 15px;
	font-size:14px;
	font-weight:400;
}
#carousel-area .carousel-item .carousel-caption .btn:before {
	background:none
}
#carousel-area .active {
	opacity: 1;
}
#carousel-area .active.left, #carousel-area .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-control {
	z-index: 10;
	width: 35px;
	height: 55px;
	top: 50%;
	padding: 10px 5px;
	box-shadow: none;
	background: url(../img/skin.png);
	margin-top: -35px;
	text-shadow: none;
}
#carousel-area .carousel-control-prev-icon {
	left: 5%;
}
#carousel-area .carousel-control-next-icon {
	right: 5%;
	background-position: -150px 0px !important;
}
#carousel-area .carousel-indicators {
	bottom: 5px;
}
#carousel-area .carousel-indicators li {
	border-radius: 0px;
	width: 32px;
	height: 5px;
	margin: 0 5px;
	background: rgba(253, 254, 255, 0.80);
	cursor: pointer;
	border: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#carousel-area .carousel-indicators li:hover, #carousel-area .carousel-indicators li.active {
	opacity: 1;
}
#carousel-area:hover .carousel-control {
	display: block;
}
#carousel-area i {
	margin-right: 10px;
}
.carousel-control-next, .carousel-control-prev{
	height: 40px!important;
}
.banner-slider-buttons a i{
	background-color: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	padding: 12px 15px;
}
.banner-slider-buttons a i:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}
a.left-btn {
    position: absolute;
    top: 40%;
    left: 10%;
}
a.right-btn {
    position: absolute;
    top: 40%;
    right: 10%;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
	background-color: #c3a74f;
	border: 1px solid #c3a74f;
	color: #fff;
}
.big-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	color: #fff !important;
	text-transform: uppercase;
}
.medium-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}
.mr {
	margin-right: 10px;
}
.nav-bg {
	background: #255981;
}
.navbar {
	margin-bottom: 0;
	padding: 0 15px;
}
.navbar li {
	border-right:1px solid #fff;
    margin:15px 0
}
    .navbar li:last-child {
        border:0;
    }
.navbar-engage.affix {
	width: 100%;
	top: 0;
	z-index: 99999;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.navbar-engage.affix .navbar-brand {
	padding: 10px 15px;
	height: 54px;
}
.navbar-engage.affix .navbar-brand img {
	width: 100px;
}
.navbar-engage.affix .navbar-nav > li > a, .navbar-engage.affix .navbar-nav > li > a:focus {
	margin: 10px 20px;
}
.navbar-brand {
	width: 130px;
	padding-top: 0px;
	height: auto;
}
.navbar-engage {
	border: none;
	border-radius: 0;
	background: #fff;
}
.navbar-engage .navbar-nav > li > a, .navbar-engage .navbar-nav > li > a:focus {
	font-size: 14px;
	padding: 28px 20px;
	margin: 0px;
	outline: 0;
	color: #666;
	font-weight: 400;
	background: transparent;
}
.navbar-engage .navbar-nav > li > a {
	background: transparent;
	padding-bottom: 5px;
	color: #666;
	position: relative;
}
.navbar-engage .navbar-nav > li > a:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 1px;
	position: absolute;
	left: 1px;
	bottom: 4px;
	-webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
 .navbar-engage .navbar-nav > li a:hover::before, .navbar-engage .navbar-nav > li.active a::before, .navbar-engage .navbar-nav > li.open > a::before, .navbar-engage .navbar-nav > .active > a:focus::before {
 width: 15px;
}
 .navbar-engage .navbar-nav > li a:focus > a::before {
 background: transparent;
}
.navbar-engage .navbar-nav > li.open a:focus {
	background: transparent !important;
}
.navbar-engage .navbar-nav > li > a:hover, .navbar-engage .navbar-nav > .active > a, .navbar-engage .navbar-nav > li.open > a, .navbar-engage .navbar-nav > .active > a:hover, .navbar-engage .navbar-nav > .active > a:focus, .navbar-engage .navbar-nav > .open > a:hover {
	background: transparent;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu.show {
	display: none;
}
.dropdown-menu {
	-webkit-animation: fadeInUpMenu 0.4s;
	-moz-animation: fadeInUpMenu 0.4s;
	-ms-animation: fadeInUpMenu 0.4s;
	-o-animation: fadeInUpMenu 0.4s;
	animation: fadeInUpMenu 0.4s;
}
 @-webkit-keyframes fadeInUpMenu {
 0% {
 opacity: 0;
 -webkit-transform: translateY(10px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInUpMenu {
 0% {
 opacity: 0;
 transform: translateY(10px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}
.navbar-engage .dropdown-menu {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
}
.navbar-engage .dropdown-menu a.dropdown-item {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 5px 0;
}
.navbar-engage .dropdown-menu a.dropdown-item:hover, .navbar-engage .dropdown-menu a.dropdown-item .active {
	background: #ecf0f1;
}
.navbar-engage .dropdown-menu a {
	background: #ecf0f1;
}
.navbar-engage .dropdown-item {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 5px 0;
}
.navbar-engage .sub-menu {
	top: -1px;
	left: 100% !important;
	padding: 0;
	border: none;
	-webkit-animation: fadeInUpMenu 0.4s;
	-moz-animation: fadeInUpMenu 0.4s;
	-ms-animation: fadeInUpMenu 0.4s;
	-o-animation: fadeInUpMenu 0.4s;
	animation: fadeInUpMenu 0.4s;
}
.navbar-engage .navbar-toggle {
	border-radius: 0;
}
 @-webkit-keyframes fadeInUpMenu {
 0% {
 opacity: 0;
 -webkit-transform: translateY(10px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInUpMenu {
 0% {
 opacity: 0;
 transform: translateY(10px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}
.nav-inline .nav-item + .nav-item {
	margin-left: 0px;
}
#main-menu ul > li > a {
	background: transparent !important;
	color: #fff;
	position: relative;
	padding: 5px 20px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	font-size: 14px;
}
    #main-menu ul > li > a:hover,
    #main-menu ul > li > a.active {
        color:#b89c45;
    }
#main-menu ul > .dropdown:hover > ul.dropdown-menu {
	display: block;
	webkit-animation: MenuFadeIn 400ms;
	animation: MenuFadeIn 400ms;
	transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu {
	padding: 0;
	border-radius: 0;
	left: 0;
	right: 0;
	margin-top: 0px;
	width: 220px;
	border: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#main-menu ul .dropdown .dropdown-menu a {
	font-size: 13px;
	color: #666;
	display: block;
	height: auto;
	padding: 12px 20px 13px;
	line-height: 16px;
	font-weight: 400;
	border-top: 1px solid #e2e6e7;
	transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu a:hover, #main-menu .dropdown .dropdown-menu a .active {
	background: transparent;
	transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu > li > a:focus {
	background: transparent;
}
#main-menu ul .dropdown .dropdown-menu > li.active > a {
	background: transparent;
}
#main-menu ul .dropdown .open > a {
	background: transparent;
}
#main-menu ul .dropdown .open > a:hover, #main-menu .dropdown .open > a:focus, #main-menu .dropdown .open > a.active {
	background: transparent;
}
#main-menu ul .dropdown .sub-menu {
	top: -2px;
	left: 100% !important;
	padding: 0;
	border: none;
	-webkit-animation: MenuFadeIn 0.4s;
	-moz-animation: MenuFadeIn 0.4s;
	-ms-animation: MenuFadeIn 0.4s;
	-o-animation: MenuFadeIn 0.4s;
	animation: MenuFadeIn 0.4s;
}
 @-webkit-keyframes MenuFadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes MenuFadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 #main-menu ul .dropdown-toggle::after {
 display: none;
}
.active.slicknav_collapsed, .slicknav_parent.slicknav_open {
	background: #eee;
}
.wpb-mobile-menu {
	display: none;
}
ul li > ul {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
	border-color: transparent;
}
ul li > ul > li > a {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 5px 0;
}
ul li > ul > li > a:hover, ul li > ul > li > a .active {
	background: #ecf0f1;
}
ul li > ul > li.active > a {
	background: #ecf0f1;
}
.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.top-nav-collapse #main-menu ul > li > a {
	padding: 17px 20px;
}
.active.slicknav_collapsed, .slicknav_parent.slicknav_open {
	background: #eee;
}
.wpb-mobile-menu {
	display: none;
}
.wpb-mobile-menu ul li > ul {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
	border-color: transparent;
}
.wpb-mobile-menu ul li > ul > li > a {
	color: #666;
	padding: 10px 0 10px 15px;
}
.wpb-mobile-menu ul li > ul > li > a:hover, .wpb-mobile-menu ul li > ul > li > a .active {
	background: #ecf0f1;
}
.wpb-mobile-menu ul li > ul > li.active > a {
	background: #ecf0f1;
}
.slicknav_menu {
	display: none;
}
 @media screen and (max-width: 767px) {
 .navbar-brand {
 position: absolute;
 top: 12px;
}
 #wpb-mobile-menu {
 display: block;
}
 .slicknav_menu {
 display: block;
}
}
 @media screen and (max-width: 768px) {
 .navbar-toggler {
 display: none;
}
}
.top_search_con {
	background: #fff;
	height: 38px;
	border-radius: 50px;
	position: relative;
	width: 100%;
}
.top_search_con input[type="text"], .top_search_con input:focus {
	background: none !important;
	border: 1px solid #E4E4E4;
	height: 100%;
	width: 100%;
	padding: 1px 20px 0 10px;
	color: #818B8D;
	font-size: 12px;
	outline: none;
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.top_search_icon {
	color: #b89c45;
	font-size: 14px;
	right: 15px;
	position: absolute;
	top: 7px;
}
.top_search .top_search_submit {
	border: none;
	padding: 0;
	position: absolute;
	width: 20px;
	left: 12px;
	opacity: 0;
	top: 9px;
}
.service-item {
	text-align: center;
}
.service-item .icon-wrapper {
	font-size: 40px;
	margin-bottom: 30px;
}
.service-item .icon-wrapper i {
	display: block;
	margin: 0 auto;
}
.service-item h2 {
	font-size: 22px;
	margin-bottom: 15px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.service-item p {
	font-size: 13px;
}
 @-webkit-keyframes pulse-shrink {
 to {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes pulse-shrink {
 to {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
}
.pulse-shrink {
	display: inline-block;
}
.service-item:hover .pulse-shrink {
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.split {
	background-color: #F6F6F6;
}
.split h2.title {
	font-size: 28px;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
}
.split .lead {
	font-size: 14px;
}
.split .details-list {
	margin-top: 36px;
}
.split .details-list h3 {
	font-size: 16px;
	font-weight: 300;
}
.featured-box {
	margin-top: 15px;
	margin-bottom: 15px;
}
.featured-box .featured-icon {
	float: left;
	margin-top: 5px;
}
.featured-box .featured-icon i {
	font-size: 28px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 85px;
	display: block;
}
.featured-box .featured-content {
	padding-left: 40px;
}
.featured-box .featured-content h4 {
	font-size: 22px;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.featured-box .featured-content p {
	font-size: 13px;
}
#portfolios {
	background: #F6F6F6;
}
#portfolios .mix {
	padding: 0;
}
#portfolios .mix {
	display: none;
}
.controls {
	text-align: center;
	padding: 20px;
}
.controls a:hover {
	cursor: pointer;
}
#portfolio-list {
	margin-top: 15px;
	display: inline-block;
}
.portfolio-img {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-img img {
	width: 100%;
}
.portfoli-content {
	width: 100%;
	position: absolute;
	height: 100%;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
	background-color: rgba(255, 255, 255, 0.8);
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	content: '';
	position: absolute;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.sup-desc-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 35px;
}
.sup-desc-wrap .sup-link {
	margin-bottom: 20px;
}
.sup-desc-wrap .sup-link .left-link, .sup-desc-wrap .sup-link .right-link {
	font-size: 14px;
	line-height: normal;
	outline: none;
	border-radius: 50%;
	color: #fff;
	width: 42px;
	height: 42px;
	opacity: 0;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	margin-right: 5px;
}
.sup-desc-wrap .sup-link .left-link {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
.sup-desc-wrap .sup-link .right-link {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.sup-desc-wrap .sup-link a:hover {
	background: transparent;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
	display: block;
	outline: none;
	margin-bottom: 10px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 300;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	text-align: center;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content, .portfolio-item:hover .portfoli-content:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-item:hover .sup-title {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.portfolio-item:hover .sup-description {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.portfolio-item:hover .sup-link .right-link, .portfolio-item:hover .sup-link .left-link {
	opacity: 1;
	webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.loadmore-button {
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
	color: #000;
}
#other-services {
	background: #fff;
}
#other-services .nav-tabs {
	border-bottom: none;
	float: left;
	display: table-cell;
	vertical-align: top;
}
#other-services .nav-tabs li {
	float: none;
}
#other-services .nav-tabs li a {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
#other-services .nav-tabs li a i {
	background: #81868e;
	font-size: 20px;
	text-align: center;
	color: #fff;
	float: left;
	width: 50px;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#other-services .nav-tabs li a:hover i, #other-services .nav-tabs li a:focus, #other-services .nav-tabs li a.active i {
}
#other-services .tab-content {
	margin: 10px 0px 0px 80px;
}
#other-services .service-content h3 {
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#other-services .service-content p.lead {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}
#other-services .service-content p {
	font-size: 14px;
}
#other-services .other-service-item {
	padding-bottom: 30px;
}
#other-services .other-service-item .icon {
	float: left;
}
#other-services .other-service-item .icon .icon-medium {
	background: #E74C3C;
	font-size: 24px;
	text-align: center;
	color: #fff;
	float: left;
	width: 70px;
	border-radius: 50%;
	height: 70px;
	line-height: 70px;
	margin: 12px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#other-services .other-service-item .service-content {
	padding-left: 100px;
}
#other-services .other-service-item .service-content h3 {
	font-size: 24px;
	clear: inherit;
}
#other-services .other-service-item .service-content p {
	padding: 0px 36px 0px 0px;
}
#other-services .other-service-item:hover .icon-medium {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	background: #666;
}
#other-services img {
	max-width: 100%;
	padding: 22px;
}
.skill p {
	margin-bottom: 10px;
	font-weight: 600;
}
.progress {
	background: #F5F5F5;
	height: 10px;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}
.progress-bar {
	float: left;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #fff;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	position: relative;
}
#pricing {
	background: url(../img/facts-bg.jpg);
}
#pricing .section-title {
	color: #fff;
}
#pricing .section-subcontent {
	color: #fff;
}
.pricing-table-1 {
	background: #fff;
	margin: 0 15px;
}
.pricing-table-1 .table-header {
	padding: 30px 0;
	color: #fff;
}
.pricing-table-1 .table-header h3 {
	font-size: 30px;
	font-weight: 400;
}
.pricing-table-1 .plan {
	border-bottom: 1px solid rgba(189, 195, 199, 0.5);
}
.pricing-table-1 .plan .price {
	font-size: 24px;
}
.pricing-table-1 .plan .period {
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
}
.pricing-table-1 .plan-info {
	margin-top: 30px;
}
.pricing-table-1 .plan-info p {
	color: #bdc3c7;
	font-size: 16px;
	line-height: 30px;
}
.pricing-table-1 .button-area {
	padding: 30px 0 45px 0;
}
#pricing-block-x {
	background: #ecf0f1;
}
.pricing-table-x {
	background: rgba(0, 0, 0, 0.7);
	margin: 0 15px;
	padding: 15px 30px;
}
.pricing-table-x .table-header {
	padding: 15px 0;
	color: #fff;
}
.pricing-table-x .table-header h3 {
	font-size: 30px;
	font-weight: 400;
}
.pricing-table-x .plan .price {
	font-size: 30px;
}
.pricing-table-x .plan .period {
	font-size: 18px;
	color: rgba(231, 76, 60, 0.7);
	text-transform: uppercase;
}
.pricing-table-x .plan-info {
	margin-top: 30px;
}
.pricing-table-x .plan-info p {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}
.pricing-table-x .plan-info p i {
	margin-right: 5px;
}
.pricing-table-x .button-area {
	padding: 30px 0 40px 0;
}
#cool-facts {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(../img/Team-Work.jpg);
}
#cool-facts .section-title {
	color: #fff;
}
#cool-facts .section-subcontent {
	color: #fff;
}
#cool-facts .facts-item {
	text-align: center;
	padding-bottom: 30px;
}
#cool-facts .facts-item i {
	font-size: 45px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
}
#cool-facts .fact-count h3 {
	color: #fff;
	font-weight: 300;
	font-size: 42px;
}
#cool-facts .fact-count h4 {
	color: #fff;
	font-size: 22px;
}
#notice {
	background: #f6f6f6;
}
#notice .notice-button {
	margin-top: 30px;
}
#notice h4 {
	font-size: 40px;
}
#notice p {
	font-size: 24px;
	color: #999;
	margin-top: 15px;
}
#notice .notice-content {
	padding: 30px;
}
#clients .client-item-wrapper {
	text-align: center;
	border: 1px solid #ddd;
	padding: 30px;
	margin: 0 5px;
 -moz-transition: all .6s ease;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
 min-width:165px;
}
#clients .client-item-wrapper:hover {
}
/*#clients #clients-scroller img {
	opacity: 0.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: gray;
 -moz-transition: all .6s ease;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
}*/
#clients #clients-scroller img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: gray;
 -moz-transition: all .6s ease;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
	opacity: 1.0;
}
#clients #clients-scroller .owl-pagination {
	display: none;
}

/*** OUR SERVICES Starts***/

#service {
}
/*#service p.section-subcontent{
	width:60%;
    margin:0 auto;
    
    padding-bottom: 60px;
}*/
#service .blog-item-wrapper {
	background: #fff;
	box-shadow:0px 4px 14px #ddd;
	padding: 0 0 15px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#service .blog-item-wrapper:hover {
}
#service .blog-item-img {
	position: relative;
}
#service .blog-item-img img {
	width: 100%;
}
#service .blog-item-text {
	margin-top: 15px;
    padding:0 30px;
}
#service .blog-item-text h3 {
	font-size: 18px;
	line-height: 30px;
    text-transform:uppercase
}
#service .blog-item-text h3 a {
	color: #555;
}
#service .blog-item-text h3 a:hover {
    color:#b89c45
}
#service .blog-item-wrapper:hover .blog-item-text h3 a{
	color:#b89c45
}

/*** OUR SERVICES End ***/


/*** BOOK NOW Start ***/
#booknow {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat ;
    background-position:right top;
    position:relative;
    min-height:220px;
    padding:100px 0;
    background-size:cover;
}
#booknow img.img-fluid{
    position: absolute;
    right: 0;
    top: -15%;
}
#booknow .yellow-gradient {
    background:none;    
    position: absolute;
    left: 0px;
    top: 0px;
    width:39%;
    height: 100%;
    min-height:220px;
    border-right: 73px solid transparent;
    border-top: 222px solid #b89c45;
}
#booknow h1{
    color:white;
    text-align:center;
    font-size:34px;
    text-transform:uppercase;
    font-weight:bold
}
#booknow h1 span{
    color:white;
    font-size:30px;
    text-transform:uppercase;
    font-weight:normal
}
/*** BOOK NOW End ***/

/*** CONSTRUCTION AND DEVELOPMENT Start ***/

#construction .container {
        position: relative;
    }

#construction .team-item {
    margin-bottom:30px;
}
#construction .team-item figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
#construction .section-title + .row {
    padding: 0px 0 35px;
}
#construction .heading ul li a{
    color: white;
    text-transform: capitalize;
    background-color: rgba(185, 156, 69, 1);
    padding:5px 10px;
    margin-left: 5px;
}
#construction .heading {
    position: absolute;
    z-index:9;
    top: 10%;
    left: 15px;
}
#construction .heading ul li{
    display: inline-block;
    list-style: none;
}
#construction .heading ul{
    margin: 0px;
    padding: 0px;
}
#construction .heading a:hover{
    color: white;
    background-color: #255981;
}
#construction .team-item figure img {
	width: 100%;
	height: auto;
}
#construction .team-item figure figcaption {
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#construction .team-item figure figcaption .details {
	    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
}
#construction .team-item figure figcaption .details a.btn.btn-lg.btn-common {
    background-color:transparent;
    border:1px solid #fff;
    padding:10px 20px;
}
#construction .team-item figure figcaption .details a.btn.btn-lg.btn-common:before {
    display:none
}
#construction .team-item figure:hover figcaption a.btn.btn-lg.btn-common:hover 
{
    background-color:#b89c45;
    border:1px solid #b89c45;
}
#construction .team-item figure figcaption .content-white {
	font-size: 13px;
	text-align: center;
	color: #FFF;
	margin: 0 auto;
	line-height: 18px;
	width: 65%;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#construction .team-item figure:hover figcaption {
	opacity: 1;
}
#construction .info {
	background: #255981;
	padding: 15px 0;
	text-align: center;
}
#construction .info h2 {
	color: #fff;
	font-size: 18px;
}
#construction .info p {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	line-height: 22px;
	text-transform: uppercase;
}

/*** CONSTRUCTION AND DEVELOPMENT Ends ***/


/*** OUR Agents Start ***/
#agents .team-item figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
    margin-bottom:-18px;
}
#agents .team-item figure img {
	width: 100%;
	height: auto;
}
/*** OUR Agents End ***/


/***** Testimonial Starts******/
#testimonial {
	background: #fff;
}
#testimonial .testimonial-inner {
	text-align: center;
	padding: 10px 0;
	margin: 5px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
    #testimonial .section-title {
    
    margin-bottom:20px;}
#testimonial .section-title span{
    font-size:23px;
}
#testimonial .section-subcontent {
    text-align: left;
    padding-bottom: 0;
}

#testimonial .testimonial-content p {
	line-height: 25px;
	margin-bottom: 0;
}
    #testimonial .testimonial-content p i {
        color: #e2e2e2;
    }
#testimonial .owl-theme .owl-controls {
        bottom: 7%;
    top: auto;
}
#testimonial .owl-pagination .owl-page span {
	    border-radius: 0;
    width: 25px;
    height: 3px;
    background: #e0e0e0;
}
#testimonial .owl-pagination .owl-page.active span {
	opacity: 1.0;
        background: #24203b;

}
/**********TESTIMONIAL ENDS*********/

/**********BLOG STARTS********/
#blog {
}
#blog .blog-item-wrapper {
	background: #f5f5f5;
	padding: 0 0 15px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
    border-bottom:3px solid #255981;
}
#blog p.section-subcontent {
    /*width: 60%;
    margin: 0 auto;*/
    text-align:center;
    padding-bottom: 60px;
}
#blog .blog-item-wrapper:hover {
	border-bottom:3px solid #b89c45;
}
#blog .blog-item-img {
	position: relative;
}
#blog .blog-item-img img {
	width: 100%;
}
#blog .blog-item-text {
	margin-top: 15px;
    padding:0 10px;
}
#blog .blog-item-text h3 {
	font-size: 22px;
	line-height: 20px;
    margin:0;
    padding:0;
    font-weight:500;
    margin-bottom:20px;
    color: #255981;
}
#blog .blog-item-text h3:before {
        border-left: 3px solid #255981;
    content: '';
    left: -9px;
    position: relative;
    height: 45px;
    float: left;
}
#blog .blog-item-text span {
	font-size: 12px;
	line-height: 20px;
    color:#404041
}

    #blog .blog-item-wrapper:hover h3:before{
        border-left:3px solid #b89c45;
    }
    #blog .blog-item-wrapper:hover h3 {
	color: #b89c45;
}

#blog .blog-item-text .blog-one-footer a {
	font-size: 12px;
	padding-right: 15px;
	color: #255981;
}
#blog .blog-item-text .blog-one-footer a:hover {
    color:#b89c45
}
#blog .blog-item-text .blog-one-footer i {
	margin-right: 5px;
}
    #blog .blog-item-wrapper:hover .blog-one-footer a{
        color:#b89c45
    }
/**********BLOG ENDS*********/

/********NEWSLETTER STARTS*********/
/*** BOOK NOW Start ***/
#newsletter {
    background:#255981;
    position:relative;
    min-height:165px;
    padding:40px 0 0px 0;
}
#newsletter img.img-fluid{
    position: absolute;
    right: 0;
    top: -15%;
}
#newsletter .yellow-gradient {
    background:none;    
    position: absolute;
    left: 0px;
    top: 0px;
    width:36%;
    height: 100%;
    min-height:165px;
    border-right: 73px solid transparent;
    border-top: 166px solid #b89c45;
}
#newsletter h1{
    color:white;
    text-align:center;
    font-size:34px;
    text-transform:uppercase;
    font-weight:bold
}
#newsletter h1 span{
    color:white;
    font-size:30px;
    text-transform:uppercase;
    font-weight:normal
}

#newsletter .top_search_con {
    background-color:transparent;
    margin-top:30px;
}
#newsletter .top_search_icon {
    top:0;
    right:0;
}
#newsletter .top_search_icon button{
        min-height:37px;
        text-transform:uppercase
    }
    #newsletter .top_search_icon button:before {
        display:none;
    }
/********NEWSLETTER ENDS***********/




footer .small-title {
	margin-bottom: 40px;
	color: #fff;
    text-transform:uppercase;
    font-size:18px;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	line-height: 25px;
}
footer ul li a {
	color: #999;
}
footer ul li.tweet {
	margin-bottom: 15px;
}
footer ul li.tweet .fa-twitter {
	padding: 5px;
	color: #fff;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}
footer ul li.tweet .tweet-date {
	font-size: 12px;
	font-style: italic;
	color: #bdc3c7;
}
footer .plain-flicker-gallery {
	margin-right: -5px;
	margin-left: -5px;
}
footer .plain-flicker-gallery a {
	display: inline-block;
	width: 32%;
	font-size: 0px;
	padding: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
 -0-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer .plain-flicker-gallery a:hover {
	opacity: 0.7;
}
footer .plain-flicker-gallery a img {
	width: 100%;
}
footer .contact-us .form-control {
	color: #999;
	font-size: 14px;
	background: #1D1D1D;
	border-radius: 0px;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
 -0-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer #copyright {
	border-top:1px solid #fff;
    text-align:center
}
footer #copyright .row {
	padding: 15px 0;
}
footer #copyright .copyright-text{
	margin-top: 15px;
    color:white;
    font-size:16px;
}
footer #copyright .copyright-text a {
    color:white
}
.social-footer a .fa {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	margin: 4px;
	width: 35px;
}
.panel-default .panel-heading {
	border: medium none;
	border-radius: 0;
	outline: medium none;
	padding: 0;
	width: 100%;
}
.panel-default .panel-heading a {
	color: #ffffff;
	display: inline-block;
	font-weight: 500;
	padding: 12px 35px 12px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	font-size: 20px;
}
.panel-default .panel-heading a i {
	font-size: 22px;
	padding-right: 10px;
}
 .panel-default .panel-heading a::after {
 color: #fff;
 content: "";
 font-family: "FontAwesome";
 font-size: 22px;
 font-weight: 300;
 line-height: 1;
 margin-top: -10px;
 position: absolute;
 right: 15px;
 top: 50%;
}
 .panel-default .panel-heading .collapsed::after {
 content: "";
}
 .accordionSmall .panel-default .panel-heading a::after {
 content: "";
}
 .accordionSmall .panel-default .panel-heading .collapsed::after {
 content: "";
}
.panel-default .panel-collapse .panel-body {
	background-color: #fafafa;
	padding: 15px;
}
#accordionRound .panel-default .panel-heading a {
	border-radius: 8px 8px 0px 0px;
}
.panel-transparent .panel-heading a {
	background: #F5F5F5;
	color: #000;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.panel-image .panel-body img {
	padding-bottom: 1px;
}
#default-tab ul.nav-tabs {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
ul.nav-tabs li {
	float: left;
	margin-top: 0;
}
ul.nav-tabs li a {
	border: medium none !important;
	color: #a0a0a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 10px 15px;
	text-transform: uppercase;
}
#default-tab .nav-tabs > li > a.active, #default-tab .nav-tabs > li a.active:focus, #default-tab .nav-tabs > li a.active:hover {
	border: 0 none;
	position: relative;
}
 #default-tab ul.nav-tabs > li a.active::before {
 bottom: -14px;
 content: "";
 height: 3px;
 left: 0;
 position: absolute;
 width: 100%;
}
#round-tab ul.nav-tabs {
	margin-bottom: 10px;
}
#round-tab ul li a.active {
	-moz-border-bottom-colors: none !important;
	-moz-border-left-colors: none !important;
	-moz-border-right-colors: none !important;
	-moz-border-top-colors: none !important;
	border-bottom: 0 none;
	border-image: none !important;
	margin-bottom: 0;
}
#round-tab ul li a {
	margin-bottom: 0;
	padding: 15px !important;
	text-transform: capitalize;
}
#vertical-tab .nav-tabs, #vertical-tab .tab-content {
	display: table-cell;
	vertical-align: top;
}
#vertical-tab .tab-content {
	padding: 0 25px;
}
#vertical-tab .tab-pane p {
	line-height: 25px;
}
#vertical-tab ul.nav-tabs {
	border: 1px solid #b9b9b9 !important;
	padding-right: 0px;
}
#vertical-tab .nav-tabs li {
	float: none;
	margin: 0;
}
#vertical-tab ul.nav-tabs li a {
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 40px;
	white-space: nowrap;
	width: 100%;
	border-radius: 0;
	background: #EEEEEE;
	color: #676767;
	border-bottom: 3px solid #b9b9b9 !important;
}
#vertical-tab ul.nav-tabs li a .fa {
	display: block;
	font-size: 27px;
	margin-bottom: 10px;
	text-align: center;
}
#vertical-tab ul.nav-tabs li a.active > .fa {
}
#vertical-tab ul.nav-tabs {
	border: 0 none;
}
#vertical-tab ul.nav-tabs li a.active {
	background: #fff none repeat scroll 0 0;
	color: #202020;
}
#tab-with-icon .nav-tabs {
	border-bottom: medium none;
	float: left;
	display: table-cell;
	vertical-align: top;
}
#tab-with-icon .nav-tabs li {
	float: none;
}
#tab-with-icon .nav-tabs li a {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	margin: 0;
	padding: 0;
}
#tab-with-icon .nav-tabs li a i {
	background: #81868e none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 25px;
	height: 70px;
	line-height: 70px;
	margin: 0px 0 20px;
	text-align: center;
	transition: all 0.5s ease 0s;
	width: 70px;
}
#tab-with-icon .tab-content {
	margin: 20px 0 0 100px;
}
#tab-with-icon h3 {
	font-size: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#tab-with-icon p.lead {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 25px;
}
#tab-with-icon .nav-tabs li a:hover i, #tab-with-icon .nav-tabs li a:focus, #tab-with-icon .nav-tabs li a.active i {
}
.outline-buttons-area, .block-button-area, .animated-progress-area {
	background: #FAFAFA;
	padding: 50px 0;
}
.btn .fa {
	padding-right: 5px;
}
.grey-progress-bar .progress-bar {
	background: #e0e0e0 none repeat scroll 0 0;
}
.skill-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}
.skill-animated .progress-bar {
	-webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
#testimonial-dark .testimonial-inner {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #c1c1c1;
}
#testimonial-dark .testimonial-images img {
	box-shadow: 0 0 3px #fff;
}
#testimonial-dark .testimonial-content p {
	color: #fff;
}
.single-testimonial-area {
	position: relative;
	width: 100%;
	background: url(../img/shortcode/testimonial/single-testimonial-bg.jpg);
	padding: 100px 0;
}
.single-testimonial-area:before {
	background: rgba(51, 51, 51, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
}
.single-testimonial-area h3 {
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.single-testimonial-area p {
	color: #fff;
	text-align: center;
}
#single-testimonial-item .testimonial-inner {
	padding: 80px;
	position: relative;
}
#single-testimonial-item .testimonial-inner blockquote {
	color: #fff;
	font-size: 14px;
	position: relative;
}
#single-testimonial-item .testimonial-images img {
	box-shadow: 0 0 3px #ddd;
	height: 90px;
	margin: 0 auto;
	padding: 5px;
	width: 90px;
}
#single-testimonial-item .testimonial-footer {
	color: #fff;
	padding-top: 15px;
}
#single-testimonial-item .testimonial-footer a {
}
 #single-testimonial-item .testimonial-inner::before {
 color: #fff;
 content: "";
 font-family: fontawesome;
 font-size: 45px;
 left: 25px;
 position: absolute;
 top: 70px;
}
 #single-testimonial-item .testimonial-inner::after {
 background: rgba(51, 51, 51, 0.6) none repeat scroll 0 0;
 border-radius: 5px;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: -1;
 border: 1px solid #ddd;
}
#single-testimonial-item .owl-pagination .owl-page.active span {
}
#single-testimonial-item .owl-pagination .owl-page span {
}
#color-client-scroller .client-item-wrapper {
}
#color-client-scroller .client-item-wrapper img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	opacity: 0.5;
	transition: all 0.6s ease 0s;
}
#color-client-scroller .client-item-wrapper img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	opacity: 1;
	transition: all 0.6s ease 0s;
}
i.icon-default {
	font-size: 50px;
	margin-bottom: 30px;
	margin-right: 30px;
	vertical-align: middle;
}
i.icon-round {
	border-radius: 100%;
	color: #fff;
	font-size: 50px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 13px;
	margin-right: 13px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-round-border {
	border-radius: 100%;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-box {
	border-radius: 4px;
	color: #fff;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-box-border {
	border-radius: 4px;
	font-size: 45px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
i.icon-xs {
	font-size: 16px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-bottom: 7px !important;
	margin-right: 7px !important;
	width: 30px !important;
}
i.icon-sm {
	font-size: 27px !important;
	height: 50px !important;
	line-height: 50px !important;
	margin-bottom: 14px !important;
	margin-right: 14px !important;
	width: 50px !important;
}
i.icon-md {
	font-size: 35px !important;
	height: 75px !important;
	line-height: 75px !important;
	margin-bottom: 14px !important;
	margin-right: 14px !important;
	width: 75px !important;
}
i.icon-lg {
	font-size: 50px !important;
	height: 100px !important;
	line-height: 100px !important;
	margin-bottom: 13px !important;
	margin-right: 13px !important;
	width: 100px !important;
}
#image-carousel .item img {
	height: 200px;
	width: 250px;
}
.single-portfolio-area .single-portfolio-image img {
	width: 100%;
}
.portfolio-meta ul, .portfolio-controls ul {
	list-style: outside none none;
	padding-left: 0;
}
.portfolio-meta ul li {
	margin: 10px 0;
}
.portfolio-meta ul li span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
	width: 130px;
	text-decoration-style: double;
}
.portfolio-controls ul li a.btn {
	padding: 10px 75px;
}
.portfolio-controls ul li a.btn i.fa {
	font-size: 37px;
}
.blog-post-wrapper {
	margin-bottom: 50px;
    margin-top:40px;
}
.blog-post-wrapper .format-video iframe {
	min-height: 350px;
	width: 100%;
}
.blog-post-wrapper .format-audio iframe {
	height: 200px;
	width: 100%;
}
.author-info, .blog-post-content {
	padding: 20px 0;
}
.tag-posted-in li a {
	color: #8F8F8F;
}
.tag-posted-in li i.fa {
	color: #8F8F8F;
	padding-right: 3px;
}
.published-time {
	font-size: 12px;
    line-height:20px;
    color: #404040;
    margin:0;
}
.published-time i.fa {
	margin-right: 5px;
}
.featured-wrapper img {
	width: 100%;
	height: 350px;
}
.blog-post-content h2.blog-post-title,
.blog-post-content h2.blog-post-title a {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	text-transform: capitalize;
	margin-bottom: 20px;
    color:#255981;
 
}
    .blog-post-content h2.blog-post-title a {
           padding-left:10px
    }
.blog-post-content h2.blog-post-title span {
    font-size: 12px;
    line-height: 20px;
    color: #404041;
    padding-left:10px;
}

.blog-post-content h2.blog-post-title:before {
    border-left: 3px solid #b89c45;
    content: '';
    left: 0;
    position: relative;
    height: 45px;
    float: left;
}



.blog-post-footer {
	padding: 20px;
	border-top: 1px solid #eee;
	background-color: #fff;
}
.blog-post-footer ul.post-meta {
	list-style: outside none none;
}
.blog-post-footer ul.post-meta li {
	float: left;
	margin-right: 10px;
}
.blog-post-footer ul li a {
	background: #fff none repeat scroll 0 0;
	display: block;
	font-size: 10px;
	line-height: 28px;
	padding: 4px 15px;
	text-transform: uppercase;
 transition: all .3s ease-in-out;
}
.blog-post-footer ul li a:hover {
	color: #fff;
 transition: all .3s ease-in-out;
}
.blog-post-content blockquote.blockquote {
	margin-left: 45px;
    background-color:#fafafa;
    border-left:3px solid #b89c45;
    padding:20px;
    float:left;
    margin:20px 20px 40px 40px
}
.blog-post-content blockquote.blockquote p {
	color: #969595;
	font-size: 14px;
	font-weight: 500;
}
.blog-post-content blockquote.blockquote a {
	font-size: 15px;
	font-style: italic;
	float: right;
}
hr.comment-hr {
        margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 5px solid #b89c45;
}
.blog-post-wrapper.format-qoute {
	border: none !important;
}
.blog-pagination nav ul.pagination li.page-item a {
	border-radius: 0;
	margin-right: 15px !important;
	color: #333;
}
.blog-pagination nav ul.pagination li.page-item.active a, .blog-pagination nav ul.pagination li.page-item a:hover, .blog-pagination nav ul.pagination li.page-item a:focus {
	color: #fff;
}

.author-footer {
    color:#333;
    font-size:14px;
}
.author-footer a {
color:#333;
padding:0 5px
}
.sidebar-area .widget {
	margin-bottom: 50px;
}
.sidebar-area .search-bar {
	position: relative;
}
.sidebar-area .search-bar .form-control {
	border-radius: 0;
	color: #333 !important;
	font-size: 13px;
	height: 46px;
}
.form-control:focus {
}
.sidebar-area .search-bar button {
	background-color: transparent;
	border: 0 none;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
}
.sidebar-area .search-bar button i.fa {
}
.sidebar-area .search-bar button .fa {
	color: #333;
}
h2.widget-title {
	font-size: 18px;
    color:#333;
    padding-bottom:10px;
	font-weight: 600;
	margin-bottom: 20px;
    border-bottom:1px solid #cdcdcd
}
.widget ul {
	list-style: outside none none;
	padding-left: 0;
}
.widget.popular-post ul li {
	margin-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.widget.popular-post h4 {
	font-size: 18px;
    margin:0;
}
.widget.popular-post h4 a{
	font-size: 18px;
    color:#050a24
}
.category-menu a {
	color: #333;
	font-size: 15px;
	transition: all 0.2s;
}
.category-menu a .fa {
	padding-right: 5px;
	transition: all 0.2s;
}
.category-menu li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
.category-menu a:hover .fa {
	padding-right: 10px;
	transition: all 0.2s;
}
.widget.tag-cloud li {
	margin-bottom: 5px;
	margin-right: 5px;
    	border-bottom: 1px solid #f3f3f3;

}
.widget.tag-cloud a {
	color: #404040;
	display: inline-block;
	font-size: 16px;
	padding:5px 0;
	transition: all 0.3ms ease-in-out;
    line-height:20px;
}
.widget.tag-cloud span {
	color: #404040;
	display: inline-block;
	font-size: 16px;
	padding:5px 0;
	transition: all 0.3ms ease-in-out;
    line-height:20px;
}
.widget.tag-cloud a:hover {
	opacity: 0.8;
	transition: all 0.3ms ease-in-out;
}
.widget.subscribe-widget .form-control {
	font-size: 14px;
	height: 42px;
	padding: 10px;
	width: 255px;
}
.widget-ad img {
	width: 100%;
}
.blog-post blockquote {
	margin: 40px 0;
}
.blog-post h3 {
	margin-top: 30px;
}
.blog-post > p {
	line-height: 29px;
}
.blog-post ul li {
	font-size: 15px;
	padding: 6px 0;
	font-weight: 600;
}
.blog-post ol li {
	font-size: 15px;
	padding: 6px 0;
	font-weight: 600;
}
#copyright ul li.nav-item {
	padding-right: 10px;
	text-transform: capitalize;
}
.nav-link {
	padding: 0px;
}
.testimonial-footer .fa {
	padding-right: 6px;
}
.testimonial-footer a {
	padding-left: 5px;
}
.blog-post img {
	width: 100%;
}
.blog-post pre {
	background: #eee none repeat scroll 0 0;
	margin: 20px 0;
}
.about-author-section {
	border: 1px solid #eee;
}
.about-author-section .media {
	padding: 20px;
}
.about-author-section .media .media-body {
	padding-left: 10px;
}
.about-author-section .media .media-body p {
	line-height: 28px;
}
.about-author-section .author-footer {
	border-top: 1px solid #eee;
	padding: 20px;
}
.similar-post img {
	width: 100%;
}
.similar-post h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-top: 10px;
}
.no-pdl {
	padding-left: 0 !important;
}
.comments-area ul {
	padding-left: 0;
}
.comments-area .media {
	margin-top: 40px;
}
.comments-area .media-body {
	padding-left: 10px;
}
.comment-author span {
	padding-left: 5px;
}
.new-comment .form-group .form-control {
	background: #fafafa none repeat scroll 0 0;
	border-radius: 0;
	color: #333 !important;
	font-size: 15px;
	padding: 12px;
}
.comments-area a{
    color:#333
}
.cta-section {
	background: url(../img/cta-bg.jpg) scroll center center;
	width: 100%;
	position: relative;
}
 .cta-section::before {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 content: "";
 background-color: rgba(51, 51, 51, 0.9);
}
.cta-area {
	display: table;
	width: 100%;
	height: 150px;
}
.cta-content {
	display: table-cell;
	vertical-align: middle;
}
.cta-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 400;
	line-height: 38px;
}
.cta-content p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding-top: 10px;
}
.cta-content .btn {
	font-size: 16px;
	margin-top: 15px;
	padding: 13px 24px;
	text-transform: uppercase;
}
.page-header-section {
	margin-top: 74px;
	background: url(../img/testimonial-bg.jpg);
	width: 100%;
}
.page-header-area {
	display: table;
	height: 80px;
	width: 100%;
}
.page-header-content {
	display: table-cell;
	vertical-align: middle;
}
.page-header-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
}
#google-map-shortcode {
	padding: 0;
	height: 400px;
}
#google-map-contact {
	padding: 0;
	height: 300px;
}
#google-map-contact2 {
	padding: 0;
	height: 200px;
}
.error-section h1 {
	color: #ff2a40;
	font-size: 10rem;
}
.col-md-12.text-xs-center > h4 {
}
.error-section h4 {
	text-transform: capitalize;
}
.contact-title-text h2 {
	font-size: 50px;
}
.contact-title-text p {
	font-size: 18px;
	margin-top: 15px;
}
.contact-widget {
	margin-bottom: 30px;
}
.contact-widget h2 {
	margin-bottom: 20px;
}
.contact-widget address {
	line-height: 45px;
}
.contact-widget.office-location span {
	font-weight: 600;
}
#contactForm .form-group .contact-control {
	background: #f8fafd none repeat scroll 0 0;
	border-radius: 0;
	height: 50px;
}
#contactForm .form-group {
	margin-bottom: 19px;
}
#contactForm .form-group .form-control {
	border-radius: 0;
	background: #f2f2f2 none repeat scroll 0 0;
	font-size: 14px;
}
ul.contact-info2 {
	list-style: outside none none;
	margin-top: 20px;
	padding: 0;
}
ul.contact-info2 i.fa {
	margin-right: 10px;
}
.loadmore-button .btn {
	padding: 14px 35px;
}
.about2-intro-image img {
	width: 100%;
}
.service2-single-service {
	text-align: center;
	margin: 20px 0;
}
.service2-single-service .fa {
	border-radius: 50%;
	color: #fff;
	font-size: 23px;
	height: 75px;
	line-height: 75px;
	margin-bottom: 20px;
	width: 75px;
}
.service2-single-service h2 {
	font-size: 20px;
	text-transform: uppercase;
}
.service2-single-service p {
	font-size: 13px;
}
.new-comment .btn {
	font-size: 16px;
	padding: 13px 30px;
}
.comments-area .media.reply {
	background: #E5F7FD none repeat scroll 0 0;
	padding: 20px;
	border-radius: 4px;
}
.blog-pagination {
	text-align: center;
}
.pricing-table2 {
	padding: 15px 30px;
}
.single-pricing-2 {
	border: 1px solid #dedede;
}
.single-pricing-2 .plan-name {
	color: #959595;
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	padding: 20px 0;
}
.single-pricing-2 .plan-name small {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.single-pricing-2 .plan-price {
	background: #f2f2f2 none repeat scroll 0 0;
	font-size: 48px;
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
}
.featured .plan-price {
	color: #fff !important;
	background: #b89c45;
}
.premium .plan-price {
	background: #3498db !important;
	color: #fff !important;
}
.single-pricing-2 .plan-price .currency {
	font-size: 50%;
	font-weight: 700;
	left: -0.01em;
	top: -0.9em;
}
.single-pricing-2 .plan-price sub {
	font-size: 18px;
	font-weight: 700;
}
.single-pricing-2 ul {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 0;
	padding: 0;
}
.single-pricing-2 ul li {
	border-top: 1px dashed #dedede;
	font-weight: 500;
	padding: 12px 29px;
	text-align: center;
}
.single-pricing-2 ul li:first-child {
	border-top: 0;
}
.pricing2-button {
	padding: 20px 0;
	text-align: center;
}
.pricing2-button .btn {
	padding: 12px 55px;
	text-transform: uppercase;
}
#roof {
	background: #3B3B3B;
}
.roof-content {
	display: table;
	height: 60px;
	width: 100%;
}
.roof-middle {
	display: table-cell;
	vertical-align: middle;
}
.roof-menu {
	margin-right: 15px;
}
.roof-social-icons a i.fa {
	background: #484848 none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
	color: #fff;
	margin-right: 10px;
}
.roof-social-icons a i.fa:hover {
}
.roof-menu ul {
	list-style: none;
}
.roof-menu ul li {
	float: left;
}
.roof-menu ul li a {
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	margin-right: 16px;
	padding: 6px 9px;
	text-transform: uppercase;
}
.roof-menu ul li.active a {
	border-radius: 3px;
	margin-right: 0;
}
#default-tab a.nav-link {
	background: none;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
	background-color: #eee;
}
.nav-link.active {
}
 @media only screen and (min-width: 768px) and (max-width: 992px) {
    #agents .col-sm-6.col-md-3 {
            -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom:40px;
    }
 #main-menu ul > li > a {
 font-size: 13px;
 font-weight: 400;
 padding: 5px 10px;
}
 #main-menu ul .dropdown .dropdown-menu a {
 border-top: 1px solid #e2e6e7;
 color: #666;
 display: block;
 font-size: 12px;
 font-weight: 400;
 height: auto;
 line-height: 16px;
 padding: 9px 19px 7px;
 transition: all 0.3s ease-in-out 0s;
}
 #carousel-area .carousel-item .carousel-caption h2 {
 font-size: 50px;
}
 #carousel-area .carousel-item .carousel-caption h3 {
 font-size: 20px;
}
 #carousel-area img {
 height: 100%;
}
 .service-item h2 {
 font-size: 15px !important;
}
 .top_search {
 display: none;
}
 .pricing-table-x .plan-info p {
 font-size: 12px;
}
 #team .team-item figure figcaption .content-white {
 font-size: 9px;
 line-height: 12px;
 width: 60%;
}
 #team .team-item .social .facebook, #team .team-item .social .twitter, #team .team-item .social .linkdin {
 font-size: 8px;
 height: 25px;
 line-height: 25px;
 width: 25px;
}
 .section-title {
 font-size: 24px !important;
}
 .footer-widget p {
 font-size: 12px;
}
 .social-footer a .fa {
 height: 25px;
 line-height: 25px;
 width: 25px;
}
 footer .plain-flicker-gallery a {
 width: 31%;
}
 footer ul li.tweet {
 font-size: 12px !important;
}
 #copyright p, #copyright a {
 font-size: 10px !important;
}
 .single-pricing-2 .btn {
 padding: 10px 15px;
 font-size: 10px;
}
 .single-pricing-2 .plan-price {
 font-size: 35px;
}
 .single-pricing-2 ul li {
 font-size: 12px;
}
 ul.nav-tabs li a {
 font-size: 11px;
}
 .btn-lg {
 padding: 12px 20px;
}
 .btn-md {
 padding: 12px 14px;
}
 .pricing-table h3 {
 font-size: 24px !important;
}
 .single-pricing-2 .plan-name {
 font-size: 18px;
}
 .sup-desc-wrap .sup-meta-wrap .sup-description {
 display: none;
}
 .portfolio-meta ul li span {
 font-size: 10px;
 width: 78px;
}
 .portfolio-meta ul li {
 font-size: 10px;
}
 .published-time {
 font-size: 10px;
}
 .widget.popular-post h4 {
 font-size: 12px;
}
 .flickr-widget .plain-flicker-gallery a img {
 width: 31%;
}
/* .widget.tag-cloud a {
 font-size: 8px;
}*/
}
 @media (max-width: 767px) {
 .nav-inline .nav-item + .nav-item {
 margin-left: 0;
 float: none;
}
 #main-menu ul .dropdown .dropdown-menu {
 display: block;
 position: relative;
 width: 100%;
}
 #main-menu {
 clear: both;
 width: 100%;
}
 nav.navbar.navbar-light {
 min-height: 73px;
}
 nav.navbar.navbar-light button.navbar-toggler {
 background: #333 none repeat scroll 0 0;
 border-radius: 0 !important;
 margin-top: 17px;
}
 nav.navbar.navbar-light ul.nav-inline .nav-item {
 display: block;
}
 nav.navbar.navbar-light ul.nav-inline {
 max-height: 350px;
 overflow-x: scroll;
 margin-top: 20px;
}
 #roof {
 display: none;
}
 #main-menu ul > li > a {
 font-size: 12px !important;
 padding: 18px 10px;
}
 .page-header-content h2 {
 text-align: center;
}
/* .footer-widget {
 margin-bottom: 40px;
}*/
 .carousel-item > img {
 height: 100% !important;
}
 #carousel-area .carousel-item .carousel-caption h2 {
 font-size: 20px;
 font-weight: 600;
}
 #carousel-area .carousel-item .carousel-caption h3 {
 font-size: 16px;
}
 .btn-lg {
 font-size: 10px;
 padding: 10px 16px;
 text-transform: uppercase;
}
 .section-title {
 font-size: 18px;
}
 /*.section-subcontent {
 font-size: 12px;
 line-height: 17px;
}*/
 
 .comments-area .media-left, .comments-area .media-right {
 display: block;
 margin-bottom: 5px;
 text-align: center;
}
 .comment-author {
 margin: 10px 0;
}
 .commentor-info > p {
 font-size: 13px;
 line-height: 23px;
}
}
.images img {
	width: 100%;
}
 @media (min-width: 768px) and (max-width: 991px) {
 #carousel-area .carousel-item {
 height: 300px;
}
 .carousel-item > img {
 width: 100%;
}
 #carousel-area .carousel-item .carousel-caption h2 {
 font-size: 28px;
}
 #carousel-area .carousel-item .carousel-caption h3 {
 font-size: 16px;
}
 #carousel-area .carousel-item .carousel-caption .btn {
 margin: auto;
 font-size: 12px;
 margin-top: 10px;
 padding: 10px 15px;
}
 #carousel-area .carousel-item .carousel-caption {
/*top: 25%;*/
left: 12%;
    }
 #carousel-area .carousel-indicators {
 bottom: 25px;
}
}
@import url('https://fonts.googleapis.com/css?family=Muli:400,700|Open+Sans:300,400,700,800');
body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #666;
	overflow-x: hidden;
	line-height: 25px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #b89c45;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}

.section-title + .row {
	padding: 40px 0 90px;
}
.btn, button {
	padding: 7px 30px;
	border-radius: 0px;
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: inline-block;
}
.top-icons button {
    padding: 0px;
    border-radius: 0px;
    font-weight: 400;
    color: #b89c45;
    font-size: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    background: none;
    border: none;
}
.top-icons button:hover {
    color: #255981;
}
.btn:hover, button:hover {
	color: #fff;
	carsoer: pointer;
}
.section {
	padding: 60px 0;
}
.inner-section{
	margin: 60px 0;
}
.input-group-btn button {
	padding: 11px 20px;
}
.btn-common {
	color: #FFF !important;
	background: #b89c45;
	position: relative;
	border: transparent;
	z-index: 1;
}
.btn-common:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.btn-radius:before {
	border-radius: 5px 0px 0px 5px;
}
.btn-round {
	border-radius: 1.5em;
}
.btn-outline {
	border-width: 2px;
}
.btn-outline:hover {
	color: #fff;
	border: 2px solid transparent;
}
.btn-common:hover:before {
	width: 100%;
}
.btn-border {
	background: rgba(255, 255, 255, 0.18);
	border: 2px solid #fff;
	color: #fff;
}
.btn-border:hover {
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #ffffff;
	color: #fff;
}
.btn-lg {
	padding: 14px 33px;
	text-transform: uppercase;
	font-size: 16px;
}
.btn-xs {
	font-size: 11px;
	padding: 13px 12px;
}
.btn-sm {
	padding: 12px 15px;
}
.btn-md {
	font-size: 15px;
	padding: 12px 25px;
}
.btn-radius {
	border-radius: 5px;
}
i {
	transition: all 0.3s ease-in-out;
}
i:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.full-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #333;
	padding: 15px 0;
	z-index: 999;
}
.full-search input[type="text"] {
	outline: medium none;
	display: inline-block;
	width: 97%;
	background: transparent;
	color: #FFF;
	font-size: 28px;
	padding: 4px 16px 8px;
	line-height: 39px;
	border-radius: 3px;
	height: auto;
	border: 1px solid #444;
}
.section-title {
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	padding:0;
    margin-bottom:40px;
	text-transform: uppercase;
	font-weight: 500;
}
.section-subcontent {
	text-align: left;
	padding-bottom: 30px;
}
.small-title {
	font-size: 22px;
	position: relative;
	text-align: left;
}
.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}
.back-to-top i {
	display: block;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#carousel-area {
	overflow: hidden;
	background: #2c3e50;
	margin-top:0;
}
#carousel-area .carousel-inner .carousel-item {
	opacity: 0.3;
	width: 100%;
	overflow: hidden;
	transition-property: opacity;
	transition-duration: 1s;
}
#carousel-area .carousel-inner .active {
	opacity: 1;
}
#carousel-area .carousel-inner .active.left, #carousel-area .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-inner .next.left, #carousel-area .carousel-inner .prev.right {
	opacity: 1;
}
#carousel-area .carousel-control {
	z-index: 2;
}
#carousel-area .carousel-item {
	background-size: 100%;
	background-size: cover;
}
#carousel-area .carousel-item .carousel-caption#home {
	/*top: 30%;
            right: 10%;
            left: 10%;*/
            text-shadow: none;
	/*margin-right:60px;*/
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight:bold;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	margin-bottom:27px;
}
#carousel-area .carousel-item .carousel-caption h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	width:100%;
	float:right;
	line-height:30px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
/*#carousel-area .carousel-item .carousel-caption h3 span {
	width:50%;
	
}*/
#carousel-area .carousel-item .carousel-caption .btn {
	margin: 30px 0px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	border: 1px solid #fff;
	background: none;
	background-color: transparent;
	padding: 7px 15px;
	font-size:14px;
	font-weight:400;
}
/*.banner-slider-buttons a i {
    background-color: transparent;
    border: 1px solid #d4d4d4;
    padding: 12px 15px;
    color: #fff;
}*/
#carousel-area .carousel-item .carousel-caption .btn:hover {
	background-color: #c3a74f;
	border: 1px solid #c3a74f;
	color: #fff;
}
#carousel-area .carousel-item .carousel-caption .btn:before {
	background:none
}
#carousel-area .active {
	opacity: 1;
}
#carousel-area .active.left, #carousel-area .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#carousel-area .carousel-control {
	z-index: 10;
	width: 35px;
	height: 55px;
	top: 50%;
	padding: 10px 5px;
	box-shadow: none;
	background: url(../img/skin.png);
	margin-top: -35px;
	text-shadow: none;
}
#carousel-area .carousel-control-prev-icon {
	left: 5%;
}
#carousel-area .carousel-control-next-icon {
	right: 5%;
	background-position: -150px 0px !important;
}
#carousel-area .carousel-indicators {
	bottom: 5px;
}
#carousel-area .carousel-indicators li {
	border-radius: 0px;
	width: 32px;
	height: 5px;
	margin: 0 5px;
	background: rgba(253, 254, 255, 0.80);
	cursor: pointer;
	border: none;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
#carousel-area .carousel-indicators li:hover, #carousel-area .carousel-indicators li.active {
	opacity: 1;
}
#carousel-area:hover .carousel-control {
	display: block;
}
#carousel-area i {
	margin-right: 3px;
}
 @-webkit-keyframes MenuFadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes MenuFadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 #main-menu ul .dropdown-toggle::after {
 display: none;
}
.active.slicknav_collapsed, .slicknav_parent.slicknav_open {
	background: #eee;
}

ul li > ul {
	padding: 0;
	border-style: solid;
	border-width: 4px 0 0 0;
	border-radius: 0;
	left: 0;
	right: 0;
	border-color: transparent;
}
ul li > ul > li > a {
	color: #666;
	padding: 10px 0 10px 15px;
	margin: 5px 0;
}
ul li > ul > li > a:hover, ul li > ul > li > a .active {
	background: #ecf0f1;
}
ul li > ul > li.active > a {
	background: #ecf0f1;
}
.top-nav-collapse {
	background: #255981;
	z-index: 999999;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.top-nav-collapse #main-menu ul > li > a {
	padding: 17px 20px;
}
.active.slicknav_collapsed, .slicknav_parent.slicknav_open {
	background: #eee;
}
#clients .client-item-wrapper {
	text-align: center;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0 5px;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	margin:0 auto;
	background-color: #fff;
}
/*#clients #clients-scroller img {
	opacity: 0.5;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: gray;
 -moz-transition: all .6s ease;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
}*/
#clients #clients-scroller img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: gray;
 -moz-transition: all .6s ease;
 -webkit-transition: all .6s ease;
 transition: all .6s ease;
	opacity: 1.0;
}
#clients #clients-scroller .owl-pagination {
	display: none;
}


/*********Footer Start*********/

footer {
	    color: #fff;
    background-image: url(../images/footerbg.png);
    background-position: top center;
    background-size: cover;
}
    footer .row.section {
    padding:90px 0;}
footer .small-title {
	margin-bottom: 30px;
	color: #fff;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li {
	line-height: 25px;
}
footer ul li a {
	color: #999;
}
footer ul li.tweet {
	margin-bottom: 15px;
}
footer ul li.tweet .fa-twitter {
	padding: 5px;
	color: #fff;
	border-radius: 100%;
	width: 24px;
	height: 24px;
}
footer ul li.tweet .tweet-date {
	font-size: 12px;
	font-style: italic;
	color: #bdc3c7;
}
footer .plain-flicker-gallery {
	margin-right: -5px;
	margin-left: -5px;
}
footer .plain-flicker-gallery a {
	display: inline-block;
	width: 32%;
	font-size: 0px;
	padding: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
 -0-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer .plain-flicker-gallery a:hover {
	opacity: 0.7;
}
footer .plain-flicker-gallery a img {
	width: 100%;
}
footer .contact-us .form-control {
	color: #fff;
	font-size: 12px;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
 -0-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 35px;
}
    footer .contact-us button.btn.btn-common {
    text-transform:uppercase;
    margin-top:30px;
    }
footer .contact-us button.btn.btn-common:before {
    display:none
}
footer .footer-widget .post {
    display:table;
    margin-bottom:20px;
}
footer .footer-widget .post-thumb {
    display:table-cell;
    padding-right: 20px;
    vertical-align:top

}
footer .footer-widget h5 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    margin-right: 20px;
    line-height: 24px;
}
    footer .footer-widget h5 a
    {
        color: #fff;
    }
footer .footer-widget a i{
    color:#919191
}
footer .footer-widget .post-info {
    color: #fff;
    font-size: 14px;
}
/*********Footer Ends*********/

 @media (min-width: 768px) and (max-width: 991px) {
 #carousel-area .carousel-item {
 height: 300px;
}
 .carousel-item > img {
 width: 100%;
}
 #carousel-area .carousel-item .carousel-caption h2 {
 font-size: 28px;
}
 #carousel-area .carousel-item .carousel-caption h3 {
 font-size: 15px;
}
 #carousel-area .carousel-item .carousel-caption .btn {
 margin: auto;
 font-size: 12px;
 margin-top: 10px;
 padding: 10px 15px;
}
 #carousel-area .carousel-item .carousel-caption#home {
/*top: 25%;*/
    }
 #carousel-area .carousel-indicators {
 bottom: 25px;
}
}




#header-wrap .header-contact-info {
    display:table;
    width:100%;
    padding:23px 0;
    margin-top: 10px;
}
.header-contact-info .iocn-holder{
  display:table-cell;
  vertical-align:middle;
  text-align:center
}
    .header-contact-info .iocn-holder i 
    {
        font-size:25px;
        margin-right:20px;
    }
.iocn-holder i:hover{
	color: #c3a74f!important;
}

.header-contact-info .text-holder h6,
.header-contact-info .text-holder h6 a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin:0;
}
.header-contact-info .text-holder p a,
.header-contact-info .text-holder p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 991px) 
{
    #header-wrap .header-inner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
}
@media (min-width: 1025px)  
{
    #service {
        padding-top:25px;
    }
        #service p.section-subcontent {
            padding-bottom:40px;
        }
    #booknow {
        margin-top:75px;
        padding:100px 0 77px 0
    }
        #booknow .row {
            position:relative
        }
    #booknow img.img-fluid{
        bottom:-76px;
        top:auto;
    }
    #construction {
        padding:100px 0;
        
    }
    #agents {
        padding-top:0
    }
    #agents p.section-subcontent {
    width: 60%;
    margin: 0 auto;
    text-align:center;
    padding-bottom: 60px;
}
   /* #clients {
        padding-top:40px;
        
    }*/
    #carousel-area .carousel-item .carousel-caption#home {
    text-shadow: none;
   /* margin-right: 10%;*/
}



}
@media (max-width:991px) 
{
    /*.section {
        padding: 30px 0px 30px 0;
    }*/
    #booknow {
        padding-top:60px;
    }
        #booknow h1,
        #booknow h1 span {
            font-size:25px;
        }
        #booknow {
    padding-top: 60px;
    padding-bottom: 20px;
    min-height: 150px;
}
        #booknow .yellow-gradient {
    background: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 39%;
    height: 100%;
    min-height: 150px;
    border-right: 73px solid transparent;
    border-top: 151px solid #b89c45;
}
}

@media (max-width: 991px)  
{
    #booknow img.img-fluid {
        display:none;
    }
    .carousel-caption {
        z-index: 10;
        padding-top: 40px;
        padding-bottom:25px;
    }
}
@media (max-width:768px)  
{

    .carousel-caption {
        z-index: 10;
        padding-top: 40px;
        padding-bottom:25px;
    }
    .carousel-control-next, .carousel-control-prev {
    top: 35%;
    padding:10px;
  
        width: 5%;
    height: 70px;
    color: #fff;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 1%;
}

.carousel-control-next {
    right: 1%;
}
    #service-block-main .col-xs-12.col-sm-6,
    #booknow .col-md-3.col-sm-6.col-xs-12,
    #booknow .col-md-9.col-sm-6.col-xs-12,
    #testimonial .col-xs-12.col-sm-7,
    #testimonial .col-xs-12.col-sm-5,
    #newsletter .col-md-4.col-sm-6.col-xs-12,
    #newsletter .col-md-8.col-sm-6.col-xs-12{

        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    #agent p.section-subcontent,
    #blog p.section-subcontent,
    #service p.section-subcontent {
        width: 100%;
        text-align: left!important;
    }
    #service .blog-item-wrapper {
        margin-bottom:40px;
    }
    #booknow .yellow-gradient,
    #newsletter .yellow-gradient{
        display:none
    }
    #clients .client-item-wrapper {
        margin-bottom:20px;
    }
    #newsletter .top_search_con {
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 30px;
}
    #booknow {
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 150px;

}
    #logo {
        text-align:center;
        display:block
    }
    
}




#agents .info {
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    border-bottom:3px solid #255981
}

#agents .info:after{
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 10%;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    background-color: #f5f5f5;
    z-index: 2;
}

#agents .info .info-inner{
    position: relative;
    z-index: 3;
        padding: 40px 0  0px 0;

}
#agents .info .info-inner h4{
    margin:0;
    padding:0;
        font-size:22px;
        color:#255981

}
#agents .info .info-inner p{
    color:#404041;
    font-size:17px;
    text-transform:  capitalize;
}



#agents .info figcaption {
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index:4;
}
#agents .info:hover  .details {
	    position: relative;
    width: 100%;

}
    
    #agents .info .right-content {
        position: absolute;
    left: 0;
    z-index: 7;
    top: 20px;
    right: 0;
    }

#agents .info:hover figcaption {
	opacity: 1;
}

#agents .info:hover .social a {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#agents .info .social {
	text-align: center;
	margin-top: 15px;
    color:#255981
}
    #agents .info:hover h4{
        font-size:20px;
        margin:0;
        padding:0;
        color:#b89c45
    }
    #agents .info:hover p{
        font-size:14px;
        margin:0;
        color:#255981
    }
#agents .info .social h6,
#agents .info .social h6 a{
    font-size:12px;
     color:#255981
}
#agents .info .social .facebook, 
#agents .info .social .twitter, 
#agents .info .social .linkdin {
	font-size: 16px;
	line-height: normal;
	outline: none;
	color: #255981;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	margin-right: 5px;
}
#agents .info .social .facebook {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}
#agents .info .social .twitter {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
#agents .info .social .linkdin {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}
#agents .info .social a:hover {
	color: #b89c45;
    
}
#agents .info:hover .info-inner {
    position: relative;
    z-index: 3;
    padding: 120px 0 0px 0;
}

#agents .info:hover {
   
    border-bottom: 3px solid #b89c45;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
}

#agents .info:hover figcaption:after{
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 10%;
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    z-index: 2;
            background-color: #f5f5f5;

}
.slicknav_btn {
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    line-height: 50px;
    padding: 10px 0 9px;
    position: relative;
    vertical-align: middle;
    width: 44px;
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }

.slicknav_menu {
    *zoom: 1;
}

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }

    .slicknav_menu .slicknav_icon {
        margin: 0.188em 0 0 0.438em;
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        margin: 0 auto;
        background-color:#b89c45;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .slicknav_menu .slicknav_btn:hover .slicknav_icon-bar {
        background: #ffffff;
    }

    .slicknav_menu:before {
        content: " ";
        display: table;
    }

    .slicknav_menu:after {
        content: " ";
        display: table;
        clear: both;
    }

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav li {
        display: block;
        line-height: 30px;
    }

        .slicknav_nav li:not(:first-child) {
            border-top: 1px solid rgba(0,0,0,0.04);
        }

    .slicknav_nav .slicknav_arrow {
        background: #ededed none repeat scroll 0 0;
        float: right;
        text-align: center;
        width: 35px;
        color: #666;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
}

    .slicknav_menu ul {
        background: #fff;
    }

    .slicknav_menu * {
        box-sizing: border-box;
    }

    .slicknav_menu .slicknav_menutxt {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }

.slicknav_btn {
    border: 1px solid;
    border-radius: 0;
    margin: 16px 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slicknav_nav {
    color: #fff;
    font-size: 0.875em;
    list-style: outside none none;
    margin: 0;
    max-height: 350px;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
}

    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0 0px;
    }

    .slicknav_nav .slicknav_row {
        padding: 5px 10px;
        margin: 2px 5px;
    }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 0px;
        text-decoration: none;
        color: #666;
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
    }

    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}
.back-to-top {
    background-color:#b89c45
}
@media (max-width: 767px) {
    
 
    #agents .col-sm-6.col-md-3 {
    
    margin-bottom: 40px;
}
}
@media (min-width: 450px) and (max-width: 767px) {
	   .section-title {
    font-size: 24px !important;
}
}
@media (min-width: 360px) and (max-width: 449px) {
		   .section-title {
    font-size: 19px !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #booknow img.img-fluid {
        position: absolute;
        right: 0;
        bottom: 0;
        top: auto;
    }

    .footer-widget.col-md-4.col-xs-12 {
            -ms-flex: 0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    }

}

#blog.section.inner-pages .blog-item-wrapper {

    margin-top:0px;
}
ul.pagination.justify-content-center {
    margin-bottom:45px;
}
ul.pagination.justify-content-center li{
    margin:0 10px;
}
ul.pagination.justify-content-center li a,
.page-item:last-child .page-numbers,
.page-item:first-child .page-numbers{
    background-color:#f5f5f5;
    color:#333;
    border-radius:50%;
}
.page-item:last-child a,
.page-item:first-child a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1f223e;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1f223e;
    background-color: #fff;
    border: 1px solid #ddd;
}

.inner-pages#carousel-area .carousel-item .carousel-caption h2{
    font-size:60px;
    text-transform:uppercase;
    /*margin: 50px 0;*/
    text-align: center;
}
#carouselExampleIndicators .carousel-indicators{
        width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
}
#carouselExampleIndicators .carousel-inner {
    margin-bottom:40px;
}
    #carouselExampleIndicators .carousel-indicators li {
        width:auto;
        height:auto;
        margin:0 10px;
    }
#carouselExampleIndicators .carousel-indicators li:first-child {
    margin-left:0;
}
    #carouselExampleIndicators .carousel-indicators li img{
        height: auto;
    }


@media only screen and (min-width: 992px) and (max-width:1024px) {

    #carousel-area .carousel-item .carousel-caption#home {
    text-shadow: none;
    /*margin-right: 15%;*/
}
    #booknow {
   padding: 100px 0px 40px 0px;
    position: relative;
    margin-top: 30px;
}
    #booknow img.img-fluid {
    right: 10px;
    top: -16%;
}
#blog p.section-subcontent{
	width: 100%;
	padding-bottom: 20px;
}
footer .row.section {
    padding: 50px 0 0px;
}
 #booknow .yellow-gradient {
    background: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 39%;
    height: 100%;
    min-height: 150px;
    border-right: 73px solid transparent!important;
    border-top: 222px solid #b89c45!important;
}
        
}


@media only screen and (min-width: 1025px) and (max-width:1199px) {

    #booknow img.img-fluid {
        right:-3%
        }
}


@media (max-width: 480px) and (min-width: 320px) {
    #testimonial .row {
        padding-bottom: 0;
    }
}

 @media screen and (min-width: 992px) 
 {
    #header-wrap .col-xs-12.col-sm-3.header-inner,
    #header-wrap .col-xs-12.col-sm-4.header-inner {
        display:block !important
    }
   
 }
 @media screen and (max-width: 991px) 
 {
   /* #header-wrap .col-xs-12.col-sm-3.header-inner,
    #header-wrap .col-xs-12.col-sm-4.header-inner {
        display:none !important
    }*/
    #header-wrap .col-xs-12.col-sm-2.header-inner {
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
        padding-top:20px;
        padding-bottom:20px;
        text-align:center;
    }
 }
 .post-thumb img{
 	max-width: 130px;
 }

 /*agents section*/
 .single-agent {
    border-bottom: 4px solid #1f223e;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 30px;
}
.inner-section .single-agent{
	margin-right: 0px!important;
}
.single-agent:hover {
    border-color: #b89b45;
}
.agent-image > img {
    width: 100%;
}
.agent-info {
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 3;
}
.agent-info:before {
    background-color: #f5f5f5;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.agent-info:after {
    border-left: 300px solid #f5f5f5;
    border-top: 55px solid transparent;
    bottom: 50px;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -2;
}
.single-agent:hover .agent-info:before {
    height: 160px;
}
.single-agent:hover .agent-info:after {
    bottom: 160px;
}
.agent-info .agent-name {
    text-align: center;
}
.single-agent:hover .agent-info .agent-name {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
.agent-info .agent-name h5,
.agent-info .agent-name p {
    margin-bottom: 0;

}
.agent-info .agent-name h5{
	font-size: 17px;
}
.agent-info-hover {
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding-bottom: 15px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
}
.single-agent:hover .agent-info-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.single-agent:hover .agent-info-hover .agent-name h5 {
    color: #95c41f;
}
.agent-info-hover .agent-name {
    bottom: 80px;
    left: 15px;
    position: absolute;
    /*-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}
.agent-info-hover .agent-name h5,
.agent-info-hover .agent-name p {
    margin-bottom: 0;
}
.agent-info-hover .agent-name h5 {
    font-size: 15px;
}
.agent-info-hover .agent-name p {
    font-size: 13px;
}
.agent-info-hover .agent-address img {
    margin-right: 10px;
}
.agent-info-hover .agent-address {
    margin-bottom: 10px;
}
.agent-info-hover .agent-address,
.agent-info-hover .social-media {
    padding-left: 15px;
}
.agent-address img {
    display: inline-block;
}
.agent-info-hover .agent-address > li {
    font-size: 11px;
}
.agent-info-hover .agent-address > li + li {
    margin-top: 5px;
}
.agent-info-hover .agent-address img {
    margin-right: 5px;
    width: 15px;
}
.social-media > li {
    display: inline-block;
}
.social-media > li + li {
    margin-left: 20px;
}
.agent-info-hover ul{
	list-style: none;
}
#our-agents.owl-theme .owl-controls{
	top: -60px;
}
#our-agents.row{
	margin-top: 30px;
}

/******************************************************404-error*********************************************************************************************/
.error-content h2 {
    color: #255981;
    font-size: 180px;
    font-weight: bold;
    letter-spacing: 10px;
    text-shadow: 7px 6px 0 #dadada, 0 -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}
.error-content > h3 {
    color: #535353;
    font-size: 55px;
    font-weight: 500;
    text-transform: capitalize;
}
.error-content h4 {
    color: #535353;
    font-weight: 400;
    text-transform: capitalize;
}
.error-content > p {
    font-weight: 300;
}
.error-content .go-home {
    background: #255981 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    padding: 13px 28px;
    text-transform: uppercase;
    border: 1px solid #255981;
}
 .go-home:hover {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
    padding: 13px 28px;
    text-transform: uppercase;
    border: 1px solid #255981;
    color: #255981;
    text-decoration: none;
}
.error-area{
	padding: 130px 0px;
}
.bgc-light-gray {
    background-color: #f5f9fd;
}
/******************************************************Search Page*********************************************************************************************/
.search-results{
	margin: 40px 0px;
}
.search-results h3{
	font-size: 20px;
	color:#3C4043;
	font-weight: 600;
}
.search-results h3 span{
	font-weight: 400;
}
.search-results a{
	font-size: 18px;
	color:#255981;
}
.search-results a:visited{
	color: #4B11A8;
}
.search-results a:hover{
	color: #b89b45;
}

.date-visited{
	color:#3C4043;
}
.search-results span{
	line-height: 1.4;
	color:#3C4043; 
}
em{
	font-weight: 600;
	font-style: normal;
}
cite{
	color: #006621;
    font-style: normal;
    display: block;
}
.m-b-20{
	margin-bottom: 20px;
}
.agent-single ul{
	list-style: none;
	padding-left: 0px;
}

.agent-single .agent-address, .agent-single .social-media {
    padding-left: 0px;
}

.agent-single .agent-address img {
    margin-right: 5px;
    width: 15px;
}

.clients-bg {
	background-color: #f5f5f5;
    padding: 60px 0px;
    border-top: 1px solid #0000001f;
}

.nf-field-element button, .nf-field-element input[type="button"], .nf-field-element input[type="submit"] {
    border: none;
    border-radius: 0px;
    background: #b89c45;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    color: #fff;
    padding: 10px 20px;
}
.nf-field-element button:hover, .nf-field-element input[type="button"]:hover, .nf-field-element input[type="submit"]:hover {
    background: #255981;
}

	.sb-search {
	margin-top: 10px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	position: absolute!important;
	right: 0px;
	top: 10px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;

}
.sb-search-input {
	position: absolute;
	top: 10px;
	right: 0;
	outline: none;
	background: #fff;
	width: 100%;
	height: 45px;
	margin: 0;
	z-index: 10;
	padding: 0px 10px;
	font-family: inherit;
	font-size: 16px;
	border:1px solid #d0b859!important;
	border-radius: 0px!important;
}
.sb-search-input::-webkit-input-placeholder {
	color: #d0b859;
}
.sb-search-input:-moz-placeholder {
	color: #d0b859;
}
.sb-search-input::-moz-placeholder {
	color: #d0b859;
}

.sb-search-input:-ms-input-placeholder {
	color: #d0b859;
}
.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 0;
	margin: 0;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
   	 filter: alpha(opacity=0); /* IE 5-7 */
    /*	opacity: 0;*/
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	background-color: #fff!important;
	color: #c3a74f!important;
}
.container.expand-bar{
	position: relative;
}
.sb-search.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search{
	background-color: #c3a74f!important;
	color:  #fff!important;
	border:1px solid #c3a64f;
}
.sb-search.sb-search-open, .no-js .sb-search {
    	width: 60%;
}

.social-icons ul{
	list-style: none;
    float: right;
    display: inline-flex;
    padding: 30px 0px 15px;
    margin-bottom: 0px;
}
.social-icons ul li a{
	display: block;
    background:#c8ad53;
    color: #fff;
    padding: 5px;
    width: 35px;
    text-align: center;
    margin-left: 10px;
     border: 1px solid #c8ad53;
}

.social-icons ul li a:hover{
	background: white;
    color: #c8ad53;
    border: 1px solid #c8ad53;
}


@media (min-width:320px) and (max-width: 480px) {
	.navbar li {
		margin: 0px!important;
	}
	.slicknav_nav a {
		padding: 5px 10px 0px;
	}
	section#service-block-main {
		padding: 10px 0px 0px;
	}
	.section-title {
		padding: 0px;
	}
	#service-block-main .section-title {
		margin-bottom: 0px;
	}
	section#service {
		padding: 0px;
	}
	section#agents {
		padding: 50px 0;
	}
	#blog .blog-item-wrapper {
		margin: 10px 0px;
	}
	section#construction{
		   padding: 0px!important;
		}
	footer .footer-widget {
		margin: 0px;
	}
	.owl-theme .owl-controls {
    top: 4%;
    right: 40%!important;
	}
	.owl-theme .owl-controls .owl-buttons div{
		padding: 10px 20px!important;
	}
	#booknow {
		padding-top: 20px;
		padding-bottom: 0;
		min-height: 80px;
	}
	#booknow h1, #booknow h1 span {
		font-size: 15px;
	}
	#construction .section-title {
		font-size: 19px;
	}
	.owl-theme .owl-controls .owl-buttons div {
		padding: 5px 15px;
	}
	#construction .owl-carousel, #construction .owl-carousel .owl-wrapper-outer {
		margin-top: 80px;
	}
	.single-agent {
		margin-bottom: 0px;
	}
	section#testimonial {
    padding: 0px 0px;
}
#testimonial .section-title{
	padding-top: 0px;
}
#blog h1 {
    margin-bottom: 0px;
}
section#blog {
    padding: 0px;
}
#blog p.section-subcontent{
	padding-bottom: 0px;
}
footer .row.section{
	padding:0px;
}
	footer #copyright .copyright-text {
		font-size: 13px;
	}
	.section p {
		font-size: 13px;
	}
	.social-icons ul{
		padding: 40px 0px 15px;
	}
	/*#our-agents.owl-theme .owl-controls{
		display: none!important;
	}*/
}
@media (min-width:481px) and (max-width : 575px) {
	.sb-search {
		display: none;
	}
	#construction .section-title {
		text-align: center!important;
	}
	#carousel-area .carousel-item .carousel-caption h3 {
		font-size: 13px;
		line-height: 20px;
	}
	.navbar li {
		border-style: none;
	}
	.slicknav_menu ul {
		background: #255981;
	}
	.owl-theme .owl-controls{
		top: 50px;
		left: 44%;
	}
	.slicknav_nav a {
		color: #fff;
	}
	.slicknav_nav li {
		line-height: 25px;
	}
	.navbar li {
		margin: 10px 0px;
	}
	.slicknav_nav {
		font-size: 14px;
	}
	section#service-block-main {
		padding: 30px 0px 0px;
	}
	#service-block-main .section-title {
		margin-bottom: 10px;
		text-align: left;
	}
	#service-block-main p.section-subcontent {
		padding-bottom: 30px;
		text-align: left;
		width: 100%;
		margin-bottom: 0px;
	}
	section#service {
		padding: 30px 0px 0px;
	}
	#service .section-title {
		margin-bottom: 10px;
		text-align: left!important;
	}
	.slide p {
		margin-bottom: 0px;
	}
	#service p.section-subcontent {
		padding-bottom: 20px;
		text-align: left!important;
	}
	section#construction {
		padding: 30px 0px 0px;
	}
	#construction .section-title {
		margin-bottom: 20px;
	}
	section#agents {
		padding: 30px 0px 0px;
	}
	#agents .section {
		padding-bottom: 0px;
	}
	#agents .our-agents-area {
		padding-bottom: 0px;
	}
	#agents .section-title {
		margin-bottom: 10px;
		text-align: left!important;
	}
	#agents p.section-subcontent {
		text-align: left!important;
		width: 100%;
	}
	.our-agents-area {
		max-width: 430px;
		margin: 0 auto;
		padding: 30px 0px 0px;
	}
	section#testimonial {
		padding: 0px;
	}
	section#blog {
		padding: 30px 0px 0px;
	}
	#blog .section-title {
		margin-bottom: 20px;
		text-align: left!important;
	}
	#blog p.section-subcontent {
		text-align: left!important;
		width: 100%;
		padding-bottom: 0px;
	}
	.clients-bg {
		padding: 30px 0px 10px;
	}
	footer .row.section {
		padding: 30px 0 0px;
	}
	.footer-widget {
		margin-bottom: 20px;
	}
	footer #copyright .copyright-text {
		margin: 0px;
	}
	section#service-block-main {
		margin: 0px 0px 30px;
	}
	section#service.inner-section {
		margin: 0px 0px 0px;
	}
	section#agents.inner-section {
		margin: 0px;
	}
	.social-icons ul{
		padding: 40px 0px 15px;
	}
	#our-agents.owl-theme .owl-controls{
		right: 30%!important;
	}
}
@media (min-width:  576px) and (max-width: 767px){
	.social-icons ul{
		padding: 40px 0px 15px;
	}
	#carousel-area .carousel-item .carousel-caption h3 {
            font-size: 13px;
            line-height:20px;
        }
	.navbar li{
		border-style: none;
	}
	.slicknav_menu ul {
    background: #255981;
	}
	.slicknav_nav a{
	color: #fff;
	}
	.slicknav_nav li{
		line-height: 25px;
	}
	.navbar li{
		margin: 10px 0px;
	}
	.slicknav_nav{
		font-size: 14px;
	}
	section#service-block-main{
		padding: 30px 0px 0px;
	}
	#service-block-main .section-title{
		margin-bottom: 10px;
		text-align: left;
	}
	#service-block-main p.section-subcontent{
		padding-bottom: 30px;
		text-align: left;
		width: 100%;
		margin-bottom: 0px;
	}
	section#service{
		padding: 30px 0px 0px;
	}
	#service .section-title{
		margin-bottom: 10px;
		text-align: left!important;
	}
	.slide p{
		margin-bottom: 0px;
	}
	#service p.section-subcontent{
		padding-bottom: 20px;
		text-align: left!important;
	}
	section#construction{
		padding:30px 0px 0px;
	}
	#construction .section-title{
		margin-bottom: 20px;
	}
	section#agents{
		padding: 30px 0px 0px;
	}
	#agents .section{
		padding-bottom: 0px;
	}
	#agents .our-agents-area{
		padding-bottom:  0px;
	}
	#agents .section-title{
	margin-bottom: 10px;
	text-align: left!important;
	}
	#agents p.section-subcontent{
		text-align: left!important;
		width: 100%;
	}
	.our-agents-area {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0px 0px;
	}
	section#testimonial{
		padding:0px;
	}
	section#blog{
		padding: 30px 0px 0px;
	}
	#blog .section-title{
		margin-bottom: 20px;
		text-align: left!important;
	}
	#blog p.section-subcontent{
		text-align: left!important;
		width: 100%;
		padding-bottom: 0px;
	}
	.clients-bg{
		padding: 30px 0px 10px;
	}
	footer .row.section {
    padding: 30px 0 0px;
	}
	.footer-widget {
    margin-bottom: 20px;
	}
	footer #copyright .copyright-text{
		margin: 0px;
	}
	section#service-block-main {
    margin: 0px 0px 30px;
	}
	section#service.inner-section{
		 margin: 0px;
	}
	section#agents.inner-section{
		margin: 0px;
	}
	#our-agents.owl-theme .owl-controls{
		right: 40%!important;
	}
	}

@media (min-width:  768px) and (max-width: 850px){
	.social-icons ul{
		padding: 40px 0px 15px;
	}
	div#home {
    margin-left: 10%;
	}	
	a.left-btn{
		left: 3%;
	}
	a.right-btn{
		right: 3%;
	}
	}
	@media (min-width:  851px) and (max-width: 991px){
	div#home {
	    margin-left: 0%;
	}	
	a.left-btn{
		left: 3%;
	}
	a.right-btn{
		right: 3%;
	}
	}
@media (min-width:  768px) and (max-width: 991px){
	.social-icons ul{
		padding: 40px 0px 15px;
	}
	section#service-block-main{
		padding: 30px 0px 0px;
	}
	#service-block-main .section-title{
		margin-bottom: 10px;
		text-align: left;
	}
	#service-block-main p.section-subcontent{
		padding-bottom: 30px;
		text-align: left;
		width: 100%;
		margin-bottom: 0px;
	}
	section#service{
		padding: 30px 0px 0px;
	}
	#service .section-title{
		margin-bottom: 10px;
		text-align: left!important;
	}
	.slide p{
		margin-bottom: 0px;
	}
	#service p.section-subcontent{
		padding-bottom: 20px;
		text-align: left!important;
	}
	section#construction{
		padding:0px;
	}
	#construction .section-title{
		margin-bottom: 20px;
		text-align: left!important;
	}
	section#agents{
		padding: 30px 0px 0px;
	}
	#agents .section{
		padding-bottom: 0px;
	}
	#agents .our-agents-area{
		padding-bottom:  0px;
	}
	#agents .section-title{
	margin-bottom: 10px;
	text-align: left!important;
	}
	#agents p.section-subcontent{
		text-align: left!important;
		width: 100%;
		margin-bottom: 0px;
	}
	.our-agents-area {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0px 0px;
	}
	section#testimonial{
		padding:0px;
	}
	section#blog{
		padding: 30px 0px 0px;
	}
	#blog .section-title{
		margin-bottom: 20px;
		text-align: left!important;
	}
	#blog p.section-subcontent{
		text-align: left!important;
		width: 100%;
		padding-bottom: 0px;
	}
	.clients-bg{
		padding: 30px 0px 10px;
	}
	footer .row.section {
    padding: 30px 0 0px;
	}
	.footer-widget {
    margin-bottom: 20px;
	}
	footer #copyright .copyright-text{
		margin: 0px;
	}
	#service .blog-item-wrapper{
		margin-bottom: 30px;
	}
	section#service-block-main {
    margin: 0px 0px 40px;
	}
	section#service.inner-section{
		margin: 30px 0px 60px;
	}
	 .widget.tag-cloud a {
 		font-size: 14px;
	}
	section#construction.section{
		padding: 30px 0px 0px;
	}
	section#agents.inner-section{
	margin: 30px 0px;
	}
	}

@media (min-width:  992px) and (max-width: 1024px){
	div#home {
    margin-left: 12%;
	}	
	a.left-btn{
		left: 3%;
	}
	a.right-btn{
		right: 3%;
	}
	}
	@media (min-width:  1025px) and (max-width: 1199px){
	div#home {
	    margin-left: 10%;
	}	
	a.left-btn{
		left: 3%;
	}
	a.right-btn{
		right: 3%;
	}
	#booknow h1, #booknow h1 span {
	    font-size: 25px;
	}
	#blog .blog-item-wrapper {
	    margin: 30px 0;
	}
	}

@media (min-width:  992px) and (max-width: 1199px){
	#carousel-area .carousel-item .carousel-caption .btn{
		margin: 30px 0px 0px;
	}
	#carousel-area .carousel-item .carousel-caption {
/*top: 25%;*/
left: 12%;
    }
	section#service-block-main{
		padding: 40px 0px 0px;
	}
	#service-block-main .section-title{
		margin-bottom: 10px;
		
	}
	#service-block-main p.section-subcontent{
		padding-bottom: 30px;
		
		width: 100%;
		margin-bottom: 0px;
	}
	section#service{
		padding: 30px 0px 0px;
	}
	#service .section-title{
		margin-bottom: 10px;
		text-align: center;
	}
	.slide p{
		margin-bottom: 0px;
	}
	#service p.section-subcontent{
		padding-bottom: 20px;
		text-align: center;
	}
	section#construction{
		padding:30px 0px 0px;
	}
	#construction .section-title{
		margin-bottom: 20px;
		text-align: center;
	}
	section#agents{
		padding: 30px 0px 0px;
	}
	#agents .section{
		padding-bottom: 0px;
	}
	#agents .our-agents-area{
		padding-bottom:  0px;
	}
	#agents .section-title{
	margin-bottom: 10px;
	text-align: center;
	}
	#agents p.section-subcontent{
		text-align: center;
		width: 100%;
		margin-bottom: 0px;
	}
	.our-agents-area {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 0px 0px;
	}
	section#testimonial{
		padding:0px;
	}
	section#blog{
		padding: 30px 0px 0px;
	}
	#blog .section-title{
		margin-bottom: 20px;
		text-align: center;
	}
	#blog p.section-subcontent{
		text-align: center;
		width: 100%;
		padding-bottom: 0px;
	}
	.clients-bg{
		padding: 30px 0px;
	}
	footer .row.section {
    padding: 30px 0 0px;
	}
	.footer-widget {
    margin-bottom: 20px;
	}
	footer #copyright .copyright-text{
		margin: 0px;
	}
	#service .blog-item-wrapper{
		margin-bottom: 30px;
	}
	}

@media (min-width:  1200px) and (max-width: 1550px){
	#carousel-area .carousel-item .carousel-caption#home{
		margin-left: 15%;
	}
	.carousel-caption{
		left: 12%;
	}
	a.left-btn{
		left: 5%;
	}
	a.right-btn{
		right: 5%;
	}
	#booknow{
		margin-top: 30px!important;
	}
	#construction{
		padding:50px 0px;
	}
	section#agents{
		padding-bottom: 0px;
	}
	section#testimonial{
		padding-top: 0px;
	}
	section#blog{
		padding-top: 0px;
	}
	footer .row.section{
		padding: 50px 0px;
	}
	#blog.section.inner-pages .blog-item-wrapper {
	    margin-top: 30px;
	}
	.sidebar-area {
	    margin-top: 30px;
	}
	}
@media (min-width:  1551px){
	#blog.section.inner-pages .blog-item-wrapper {
    margin-top: 30px;
	}
	.sidebar-area {
	    margin-top: 30px;
	}
	}




input#search_keywords {
    padding-left: 5px;
}
input#search_location {
    padding-left: 5px;
}
.location {
    margin-top: 10px;
}
.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    background-color: #b89b45;
    border: 1px solid #b89b45;
    color: #fff;
}
.single_job_listing .application .application_button:hover {
    background-color: transparent;
    border: 1px solid #b89b45;
    color: #b89b45;
}
.single_job_listing .company .name a{
	color: #b89b45;
}
 #job-manager-job-dashboard table th{
	color: #b89b45;
}

a.job-dashboard-title{
	color: #b89b45;
}

table td, table th {
    padding: .75rem;
    /* vertical-align: top; */
    border-top: 1px solid #e9ecef;
}
.single_job_listing .meta li{
	padding: 0.5em 2em;
}
.job_filters .job_types{
	display: none;
}


#carousel-area .carousel img{
    width: 100%!important;
}




#gallery{
	padding: 0px 0px 30px!important;
}
#gallery .blog-item-text{
    padding: 15px 10px;
}
#gallery h1{
	margin-bottom: 30px;
}
#gallery .blog-item-wrapper{
	background: #f5f5f5;
	margin-bottom: 30px;
}
#gallery img{
	width: 100%;
}
#gallery .figure{
	margin-bottom: 30px;
}



.inner-pages#carousel-area .carousel-item .carousel-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



#certificates{
	padding: 60px 0px 30px!important;
}
#certificates .blog-item-wrapper{
	background: transparent;
	margin-bottom: 30px;
	border: 1px solid #cdcdcd;
}
#certificates .blog-item-wrapper:hover{
	border-color: #255981;
}
#certificates .blog-item-wrapper:hover .blog-item-text{
	border-color: #255981;
	background-color: #255981;
}
#certificates .blog-item-wrapper:hover .blog-item-text h3{
	color: #fff;
}
#certificates .blog-item-text{
    
    border-top: 1px solid #cdcdcd;
    display: table;
    height: 100px;
    width: 100%;
    overflow: hidden;
    
}
#certificates .blog-item-text h3{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #555555;

}
#certificates .blog-item-wrapper:hover .blog-item-text a{
	background-color: #255981;
	color: #fff;
}
#certificates img{
	width: 100%;
	padding: 6px 7px;
}
#certificates .figure{
	margin-bottom: 30px;
}