@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a, a:hover {
	text-decoration: none;
	color: #1766a0;
}
a:focus,button:focus {
  outline: 0;
}
#header {
	background: #fff;
	width: 100%;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.headerContainer {
	display: flex;
	flex-direction: row;
}
.logo {
	padding: 0.5em 0;
	width: 30%;
}
.logo a {
	display: inline-block;
}
.alignRight {
	width: 70%;
	align-items: center;
	display: flex; /*flex-direction: column;*/
}
.topNav, nav {
	display: block;
	width: 100%;
	text-align: right;
}
.primary-navigation ul, .topNav ul {
	margin: 0px;
	padding: 0px;
}
.primary-navigation ul > li, .topNav ul > li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.primary-navigation ul > li > a {
	font-size: 14px;
	color: #444;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	margin-right: 2em;
}
.primary-navigation ul > li:nth-last-child(1) a {
	margin-right: 0px;
}
.primary-navigation ul > li a.active, .primary-navigation ul > li a:hover {
	color: #1766a0;
}
.primary-navigation ul > li a.home-login-btn {padding:0.5em; background: #1766a0; color: #fff; transition: 0.3s ease; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -o-transition: 0.3s ease;}
.primary-navigation ul > li a.home-login-btn:hover {background: #444;}
.topNav {
	margin-bottom: 2.5em;
	color: #ddd;
	font-size: 12px;
	margin-top: 0.5em;
}
.topNav a {
	color: #7f7f7f;
	padding: 0 0.5em;
	border-right: 1px solid #ddd;
}
.topNav a:hover {
	text-decoration: underline;
}
.topNav ul > li:nth-last-child(1) a {
	padding-right: 0px;
	border-right: 0px;
}
.centerDesign {
	display: inline-block;
	flex-direction: row;
	margin: 2em 0;
	position: relative;
	background: #fff;
}
.centerDesign .leftSide, .centerDesign .centerSide, .centerDesign .rightSide {
	width: 33.33%;
}
.centerDesign .leftSide, .centerDesign .rightSide {
	background: #fff;
}
.centerDesign ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.centerDesign ul > li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ddd;
}
.centerDesign ul > li h2 {
	line-height: 32px;
	margin-bottom: 0.3em;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
}
.centerDesign ul > li a {
	text-decoration: none;
	font-weight: 700;
	transition: .3s ease;
	padding: 2em;
	display: inline-block;
}
.centerDesign ul > li p {
	font-size: 16px;
	color: #7f7f7f;
	font-weight: 300;
	line-height: 24px;
}
.centerDesign ul > li a:hover {
	color: #444;
}
.centerDesign ul > li a:hover p {
	color: #444;
}
.centerDesign ul > li:nth-last-child(1) {
	border-bottom: 0px;
}
.centerDesign .centerSide {
	background: transparent;
	text-align: center;
	position: absolute;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	margin-left: -175px;
	margin-top: -175px;
	left: 50%;
	top: 50%;
	border: 1px solid #1766a0;
	box-shadow: 0px 4px 10px #1766a0;
}
.centerDesign .centerSide .row-item {
	line-height: 50px;
	color: #1766a0;
	font-size: 36px;
}
.centerDesign .centerSide ul > li {
	padding: 0 1em;
}
.centerDesign .centerSide span, .centerDesign .centerSide a {
	color: #fff;
	text-transform: capitalize;
}
.centerDesign .centerSide span {
	margin-right: 0.2em;
}
.center {
	text-align: center !important;
}
.divLeft {
	float: left !important;
}
.divRight {
	float: right !important;
}
#footer {
	background: #330000;
	padding: 2em 0 0;
}
#footer .footerLinks {
	display: flex;
	color: #fff;
	align-items: center;
}
#footer .footer-logo {
	margin-right: 5em;
}
#footer .footer-navigation ul {
	margin: 0px;
	padding: 0px;
}
#footer .footer-navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 4em 0 0;
	display: inline-block;
	vertical-align: top;
}
#footer .footer-navigation ul li:nth-last-child(1) {padding-right: 0;}
#footer .footer-navigation ul li a {
	color: #fff;
	margin-top: 0.8em;
	display: inline-block;
	font-size: 15px;
	padding: 0 2em;
	border-right: 1px solid #fff;
}
#footer .footer-navigation ul li a:nth-last-child(1) {
	border-right: 0px;
}
#footer .footer-copyright {
	border-top: 1px solid #999;
	margin-top: 2em;
	padding: 1em 0 1em;
	display: inline-block;
	width: 100%;
	flex-direction: row;
	align-items: center;
}
#footer .footer-copyright .copyright {
	color: #ddd;
	width: 50%;
	margin-top: 9px;
}
#footer .footer-contact {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 16px;
	color: #ddd;
}
.footer-social {margin-left:1em; display:inline-block;}
.footer-social a {
	color: #ddd;
	font-size: 22px;
	margin-left: 0.5em;
}
.vertical-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	-webkit-box-pack : center;
	-moz-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	justify-content : center;
}
/*E5E0DC*/
#wrapper {
	position: relative;
	right: 0px;
	background: #e9e8e6;
}
.scrollable_form {
	background: #E5E0DC;
	width: 400px;
	top: 0px;
	position: fixed;
	right: -400px;
	height: 100vh;
	display: inline-block;
	z-index: 999;
}
.scrollable_form .vertical-center {
	width: 85%;
	margin: 0px auto;
	height: 100vh;
}
.scrollable_form .formSection {
	background: #FFF;
	padding: 2em;
	box-shadow: 8px -8px 0px rgba(0,0,0,0.05);
}
.scrollable_form .formSection .heading {
	font-size: 20px;
	font-weight: 700;
	color: #1766a0;
}
.scrollable_form .formSection p {
	margin-bottom: 2em;
	font-size: 13px;
	color: #999;
}
.scrollable_form .formSection .form-control {
	font-size: 14px;
}
.scrollable_form .formSection .btn {
	float: right
}
.scrollable_form .formSection textarea {
	height: 100px;
	resize: none;
}
.trigger .form-tabs {
	position: fixed;
	background: #249edf;
	padding: 0.5em;
	font-size: 24px;
	color: #fff;
	top: 50%;
	margin-top: -24px;
	margin-left: -48px;
	text-align: center;
	cursor: pointer;
}
.trigger .fa {
	width: 48px;
}
.trigger .closeTab {
	display: none;
}
.trigger .mailTab:after {
	opacity: 0;
	visibility: hidden;
	content: 'Contact Us';
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	padding: 10px 24px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif !important;
	top: 50%;
	margin-top: -24px;
	left: auto;
	line-height: 28px;
	right: 48px;
	white-space: nowrap;
	color: #FFF;
	-webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
	-moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
	-ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
	-o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
	-webkit-backface-visibility: hidden;
}
.trigger:hover .mailTab:after {
	opacity: 1;
	visibility: visible;
	background: #333;
	left: auto;
	-webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ubr-overlay-wrapper {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: hidden;
}
.ubr-overlay-wrapper .ubr-overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 0.3;
	background: #000;
}
.ubr-overlay-wrapper .ubr-overlay:hover {
	cursor: url("../img/close2.png") 16 16, pointer
}
.links h3.title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0.2em;
}
.links span a {
	margin: 0px !important;
	padding: 0px !important;
}
.mobile-form-close {display: none;}

/* Mobile Panel */
.mobile-panel {display: -webkit-flex; display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;visibility: visible;position: absolute;z-index: 998;top: 0;left: 0;right: 0;padding: 10px 20px 10px 10px;height: 60px;}
.menu-toggle {padding: 45px 10px;cursor: pointer;transition-property: opacity;transition-duration: 0.15s;transition-timing-function: linear; position:relative;font: inherit;color: inherit;text-transform: none;background: none;border: 0;margin: 0;overflow: visible;}
.menu-toggle.toggled {position: fixed; border-radius: 0px;
padding: 78px 10px 10px;
width: 80%;
background: #1766a0;
left: 0px;
margin-left:0px;}
.menu-toggle.toggled .menu-toggle-inner {margin-left:25px;}
.menu-toggle[aria-controls="main-menu"], .main-navigation .menu li .sub-menu-toggle {color: #1766a0;}
.menu-toggle-inner {display: block;top: 50%;margin-top: -1px;}
.menu-toggle-inner, .menu-toggle-inner:after, .menu-toggle-inner:before {width: 22px;height: 2px;background-color: #000;border-radius: 0px;position: absolute; left:0;transition-property: -webkit-transform;transition-property: transform;transition-property: transform,-webkit-transform;transition-duration: 0.15s;transition-timing-function: ease;}
.menu-toggle .menu-toggle-inner {transition-duration: 0.1s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:before, .menu-toggle .menu-toggle-inner:after {background-color: #fff;}
.menu-toggle-inner:after, .menu-toggle-inner:before {content: "";display: block;}.menu-toggle-inner:before {top: -7px;}
.menu-toggle-inner:after {bottom: -7px;}.menu-toggle .menu-toggle-inner:before {transition: top 0.1s 0.14s ease,opacity 0.1s ease;}
.menu-toggle .menu-toggle-inner:after {transition: bottom 0.1s 0.14s ease,-webkit-transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19);transition: bottom 0.1s 0.14s ease,transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19);transition: bottom 0.1s 0.14s ease,transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.1s cubic-bezier(0.55,0.055,0.675,0.19);}
.menu-toggle .menu-toggle-inner, .menu-toggle .menu-toggle-inner:before, .menu-toggle .menu-toggle-inner:after {background-color: #1766a0;}
.mobile-panel {display: none;visibility: hidden;left: -999em;height: 0;}
.menu-toggle.toggled .menu-toggle-inner, .menu-toggle.toggled .menu-toggle-inner::before, .menu-toggle.toggled .menu-toggle-inner::after {background:#fff;}
#site-header-menu {display: block; width: 100%;}

.or-seperator {
        margin: 30px 0 10px;
        text-align: center;
        border-top: 1px solid #ccc;
    }
    .or-seperator i {
        padding: 0 10px;
        background: #f7f7f7;
        position: relative;
        top: -11px;
        z-index: 1;
    }
    .social-btn .btn {
        margin: 0 0 5px 0;
        font-size: 15px;
        text-align: left; 
        line-height: 24px;       
    }
	.social-btn .btn i {
		float: left;
		margin: 4px 15px  0 5px;
        min-width: 15px;
	}
	.input-group-addon .fa{
		font-size: 18px;
	}
.btn-fb {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-fb:hover,.btn-fb:focus{
	    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-twitter {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-twitter:hover,.btn-twitter:focus{
	    color: #fff;
        background-color: #269abc;
    border-color: #1b6d85;
}
.btn-gplus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-gplus:hover,.btn-gplus:focus{
	    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
#loginModal input.form-control {font-size: 14px;}
.btn-custom {padding:6px 12px;background: #1766a0;color: #fff;transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;-o-transition: 0.3s ease; min-width: 100px;}
.btn-custom:hover {background: #444;}
.forgot-pass,.register-now a {text-decoration: underline; color: #1766a0;}
.register-now {border-top: 1px solid #ddd; margin-top: 1em; padding-top: 1em;}
.custom-modal-open,.login-modal-open {overflow: hidden; padding-right: 17px;}
.custom-modal-open .modal,.login-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.center-container {width: 100%; margin: 2em 0; padding: 2em; text-align: left;}
.white-background {background: #fff;}
.center-container .page-title {font-size: 20px; text-align: left; border-bottom: 1px solid #ddd; padding-bottom: 0.5em; margin-bottom: 1em; color: #1766a0;}

.search_container {width:80%; margin: 0px auto; text-align: center;}
.search_container .heading {    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;}
.search_container .heading span {width:15%; display:inline-block; margin-bottom:10px; top:5%; left:5%; position:absolute;}
.search_container .search-filter {font-size: 15px;
    font-weight: 700;
    margin-bottom: 3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;}
    
/* block 2 heading */    
    

    .search_container2 .heading2 {    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 3em;
    color: #ff0065;
    text-transform: uppercase;
    letter-spacing: 1px;}
.search_container2 .heading2 span {width:15%; display:inline-block; margin-bottom:10px; top:5%; left:5%; position:absolute;}

    
/* end block 2 heading */   


.search_container .search-filter a {color:#fff; text-decoration:none; padding:0 0.5em;}
.search_container .search-filter a:nth-last-child(1) {margin-right:0px;}
.search_container .search-filter a:hover,.search_container .search-filter a.selected {border-bottom: 2px dotted;}
.search_container .searchbar {width:100%; padding:0 100px 0 0; position:relative; margin:0 auto; height:60px;}
.search_container .searchbar input.form-control {height: 100%;
    width: 100%;
    padding: 0px 10px 0px 20px;
    font-family: inherit;
    background: white;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    color: #555;
    border: 0;
	border-radius: 4px 0px 0px 4px;
    text-overflow: ellipsis;
    }
/*.search_container .searchbar select {width: 30%;
    margin: 0px;
    float: left;
    border-right: 1px solid #ddd;
	border-radius: 4px 0px 0px 4px;
	background:#eee;
}*/
.search_container .searchbtn {background: #1766a0 url(../img/magnifier.2-5bmWO.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    height: 60px;
    width: 100px;
    border-radius: 0px 4px 4px 0px;
	border:0px;
    cursor: pointer;}
.search_new {background:url(../img/search_new.jpg); width: 100%; display: inline-block; padding: 80px 0px 100px; background-size: cover;}
.search_new .center-container {margin: 0px;}


.rent1 {background:url(../img/rent1.jpg); width: 90%; display: inline-block; padding: 80px 0px 100px; background-size:  cover;}
.rent1 .center-container {margin: 50px;}




.profileImg {width: 70%; overflow: hidden; margin: 0px auto; border-radius: 50%; margin-top: 2em;}
.profileName {font-size: 16px; margin-bottom: 1em;}
.padding0 {padding: 0 !important;}
.margin0 {margin: 0 !important;}
.dashboard {display: flex; flex-direction: row;}
.dashboard .leftSide {width: 200px; text-align: center; width: 20%;}
.dashboard .rightSide {width: 80%; padding: 2em 2em 2em 4em;}
ul.userprofileTabs {margin:0px; padding: 0px; text-align: left;}
ul.userprofileTabs li {list-style: none;}
ul.userprofileTabs li a {color: #333; font-size: 15px; font-weight: 500; padding:0.5em 1em; display: inline-block; width: 100%; border-bottom: 1px solid #ddd;}
ul.userprofileTabs li a.active,ul.userprofileTabs li a:hover {color: #1766a0;}
ul.userprofileTabs li:nth-last-child(1) a {border-bottom: 0px;}

.innerSection {margin-bottom: 2em;}
.innerSection .heading {font-size: 18px; margin-bottom: 0.5em; font-weight: 500;}
.innerSection p {font-size: 15px; line-height: 20px; margin-bottom: 18px;}
.innerSection:nth-last-child(1),.innerSection p:nth-last-child(1) {margin-bottom: 0px;}
.innerSection ul li {margin-bottom: 5px;}

.stm_material_form {position: relative;}
.stm_material_form span.custom-label {
    position: absolute;
    bottom: 16px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    font-weight: 400;
	color: #adb3b9;
}
.stm_material_form .custom-control-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
}
.stm_material_form .form-control {
    background: transparent;
    position: absolute;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 2;
    border-radius: 0;
    border-bottom: 1px solid #adb3b9;
    outline: none;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    top: -38px;
}
.stm_material_form.stm_has-value span.custom-label {
    font-size: 14px;
    bottom: 42px;
    opacity: .8;
}
.contactForm .form-group {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.contactForm textarea {height: 50px; resize: none;}
.contactForm .heading {margin-bottom: 1.5em; font-size: 22px; font-weight: 400;}
.contactForm .form-control:focus {
    outline: 0 none!important;
    box-shadow: none;
}
.stm_material_form.textarea-select span.custom-label {
	bottom: 5px;
}
.stm_has-value.textarea-select span.custom-label {
    position: absolute;
    bottom: 42px;
}
.blue_bg {background: #1766a0; padding: 2em;}
.contact-information {height: 100%;}
.contact-information .heading {color: #fff; margin-bottom: 2em; font-size: 22px; font-weight: 300;}
.contact-information p {color: #fff; display: flex; margin-bottom: 3em;}
.contact-information p::before {content: ''; display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
	font-size: 20px;
	margin-right: 15px;
    -webkit-font-smoothing: antialiased;}
.contact-information p.map::before {content: "\f041";}
.contact-information p.phone::before {content: "\f095";}
.contact-information p.mail::before {content: "\f003";}

.margin-top-0px {margin-top:0 !important;}

.contact-information span {display: inline-block;}
.contactForm,.contact-information {padding: 3em 2em;}

.center-wrapper {background: #fff; position: relative;}
.wrapper-content {top: -200px; position: relative; height: 300px; width: 70%;}
.bg-map {background-image:url(../img/map.jpg); width: 100%; background-size: cover; height: 400px; background-position: center;}
.box-shadow {box-shadow: 0px 0px 30px rgba(0,0,0,0.15);  padding-right: 0px;}

.propertyType .form-check {padding:10px 15px; border: 1px solid #1766a0; background: rgba(23,102,160,0.85)}
.searchType {margin-bottom: 1em;}
.searchType [class*='col-md'] {margin-bottom: 1em;}

.searchleasing {padding:2em; border:5px solid rgba(255,255,255,0.10); background:rgba(255,255,255,0.25); box-shadow: 0px 0px 5px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.05); -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.05); position: relative;}

.listleasing {    position: absolute;
    top: -43px;
    right: -5px;
    background:  #333;
    color: #fff !important;
    padding: 6px 15px;
    font-size: 20px;
	transition: .3s ease; -webkit-transition: .3s ease; -moz-transition: .3s ease;
    font-weight: 700;}
.listleasing:hover {background:#1766a0;}

.property-listing .list {display:flex; background:#fff; margin:2em 0 0; border-top: 1px solid #eee;}
.property-listing .list:nth-last-child(1) {margin-bottom:3em;}
.property-listing .list .property-img {display:inline-block; width:50%;}
.property-listing .list .property-img a {display:inline-block; width:100%;}
.property-listing .list .property-img a img {width:100%;}
.property-listing .list .property-details {width:100%; display:inline-block; padding:1.5em; }
.property-listing .list .property-code-price {width:100%; display:flex; margin-bottom:2em;}
.property-price {text-align:right;}
.property-fields {display:flex; text-align:center; margin-bottom:1.5em;}
.property-fields span {display:block;}
.btn-container .btn {width:80%;}

/** Property Listing **/
.perc50 {width:50%; display:inline-block;}
.perc25 {width:25%; display:inline-block;}
.font12 {font-size:12px !important;}
.border-right-1-grey {border-right:1px solid #ddd;}
.border-left-1-grey {border-left:1px solid #ddd;}
.btn-container {display:flex;}
.transition-3s {transition:.3s ease; -webkit-transition:.3s ease; -moz-transition:.3s ease; -o-transition:.3s ease;}
.box-shadow {box-shadow:0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.2); -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.2);}


/** Custom Btn **/
.btn.btn-bg-empty {border:2px solid #1766a0; background:none; cursor:pointer; text-transform:uppercase; color:#1766a0; font-weight:700; font-size:13px; letter-spacing:1px;}
.btn.btn-bg-empty:hover {background:#1766a0; color:#fff;}
.btn.btn-bg-fill {border:2px solid #1766a0; background:#1766a0; cursor:pointer; text-transform:uppercase; color:#fff; font-weight:700; font-size:13px; letter-spacing:1px;}

/** Page Navi **/
.page-navi {text-align:center; margin-bottom:3em;}
.page-navi span.no-link {border:1px solid #1766a0; background:#1766a0; padding:0.5em 1em; color:#fff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.page-navi span a {color:#1766a0; padding:0.5em 1em; border:1px solid #1766a0; text-decoration:none; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; transition:.3s ease; -webkit-transition:.3s ease; -moz-transition:.3s ease; -o-transition:.3s ease;}
.page-navi span a:hover {background:#1766a0; color:#fff;}

.filterType {padding: 1em; margin: 0px; background:#1766a0;}
.filterType .form-control { font-size: 14px !important; border: 0px solid #1766a0 !important; height: 38px; padding: 5px !important;}


@media screen and (max-width:1024px)
{
	.centerDesign ul > li h2 {font-size: 21px; line-height: 24px;}
	.centerDesign .centerSide {width: 300px; height: 300px; margin-left: -150px; margin-top: -150px;}
	.centerDesign .centerSide .row-item {font-size: 30px; line-height: 36px;}

}

@media screen and (max-width:991px)
{
	.centerDesign .leftSide, .centerDesign .rightSide {width:100%;}
	.centerDesign ul {display: flex; flex-direction: row;}
	.centerDesign ul > li {width: 50%; border-bottom: 0px;}
	.centerDesign .centerSide {position: relative; left: 0; right: 0; margin: 1em 0; height: 320px; width: 320px;}
	.centerDesign .centerSide ul > li {width: 100%;}
	#footer .footer-navigation ul li {margin-bottom: 2em;}
	#footer .footer-navigation ul li:nth-last-child(1) {margin-bottom: 0px;}

}

@media screen and (max-width:767px)
{
	.centerDesign .leftSide, .centerDesign .rightSide {width:100%;}
	.centerDesign ul {display: inline-block; flex-direction: row;}
	.centerDesign ul > li {width: 100%; border-bottom: 1px solid #ddd;}
	.centerDesign .centerSide {width:90%;}
	.centerDesign .centerSide {position: relative; left: 0; right: 0; margin: 1em 0; height: 300px; width: 300px;}
	.centerDesign .centerSide .row-item {line-height: 36px; font-size: 28px;}
	.centerDesign ul > li h2 {font-size: 22px; line-height: 26px;}
	#footer .footerLinks {flex-direction: column;}
	#footer .footer-logo {width: 100%; margin: 0;}
	#footer .footer-navigation ul li {margin-top: 2em; margin-bottom: 0px;}
	#footer .footer-copyright {text-align: left; display: flex; flex-direction: column;}
	#footer .footer-contact {text-align: left; width: 100%; margin-bottom: 0.5em;}
	#footer .footer-copyright .copyright {width: 100%; margin-bottom: 0.5em;}
	.scrollable_form {overflow-y: scroll;}
	.scrollable_form .vertical-center {width: 90%;}
	.ubr-overlay-wrapper .ubr-overlay {height: 30px; opacity: 0.9; background: #444; font-size: 14px;}
	.mobile-form-close {display: inline-block; color: #fff; width: 100%; text-align: center; line-height: 30px;}
	.scrollable_form .formSection {padding: 2em;}
	.ubr-overlay-wrapper {height: 30px;}
	.headerContainer {display: inline-block;}
	.headerContainer .logo {text-align: center; float: none; width: auto;}
}

@media screen and (max-width:480px)
{
	.centerDesign .leftSide, .centerDesign .rightSide {width:100%;}
	.centerDesign .centerSide {width:90%;}
	.centerDesign .centerSide {position: relative; left: 0; right: 0; margin: 1em 0; height: 261px; width: 261px;}
	.centerDesign .centerSide .row-item {line-height: 36px; font-size: 28px;}
	.centerDesign ul > li h2 {font-size: 22px; line-height: 26px;}
	#footer .footerLinks {flex-direction: column;}
	#footer .footer-logo {width: 100%; margin: 0;}
	#footer .footer-navigation ul li {margin-top: 2em;}
	#footer .footer-copyright {text-align: left; display: flex; flex-direction: column;}
	#footer .footer-contact {text-align: left; width: 100%; margin-bottom: 0.5em;}
	#footer .footer-copyright .copyright {width: 100%; margin-bottom: 0.5em;}
	.scrollable_form {overflow-y: scroll;}
	.scrollable_form .vertical-center {width: 90%;}
	.ubr-overlay-wrapper .ubr-overlay {height: 30px; opacity: 0.9; background: #444; font-size: 14px;}
	.mobile-form-close {display: inline-block; color: #fff; width: 100%; text-align: center; line-height: 30px;}
	.scrollable_form .formSection {padding: 2em;}
	.ubr-overlay-wrapper {height: 30px;}
}

@media screen and (max-width:320px)
{
	.centerDesign .leftSide, .centerDesign .rightSide {width:100%;}
	.centerDesign .centerSide {width:90%;}
	.centerDesign .centerSide {position: relative; left: 0; right: 0; margin: 1em 0; height: 250px; width: 250px;}
	.centerDesign .centerSide .row-item {line-height: 36px; font-size: 28px;}
	.centerDesign ul > li h2 {font-size: 22px; line-height: 26px;}
	#footer .footerLinks {flex-direction: column;}
	#footer .footer-logo {width: 100%; margin: 0;}
	#footer .footer-navigation ul li {margin-top: 2em;}
	#footer .footer-copyright {text-align: left; display: flex; flex-direction: column;}
	#footer .footer-contact {text-align: left; width: 100%; margin-bottom: 0.5em;}
	#footer .footer-copyright .copyright {width: 100%; margin-bottom: 0.5em;}
	.scrollable_form {overflow-y: scroll;}
	.scrollable_form .vertical-center {width: 100%; margin: 0 auto !important;}
	.ubr-overlay-wrapper .ubr-overlay {height: 30px; opacity: 0.9; background: #444;}
	.mobile-form-close {display: inline-block; color: #fff; width: 100%; text-align: center; line-height: 30px;}
	.scrollable_form .formSection {padding-top: 3em; padding-bottom: 3em;}
}

@media screen and (max-height:600px) {
.scrollable_form .vertical-center {
	margin: 3em auto;
	height: auto;
}
}

@media (min-width:0px) and (max-width:991px) {
.mobile-panel {     display: block;
visibility: visible;
left: 10px;
height: auto;
width: auto;
margin: 0px;
position: relative;
padding: 0px;
border-radius: 0px;
border: 0px;
z-index: 9992;
}
.main-navigation.mobile-menu { position: fixed !important;top: 0px; left: 0;right: 0;bottom: 0;z-index: 9991;-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);transition: -webkit-transform .2s linear;transition: transform .2s linear;transition: transform .2s linear,-webkit-transform .2s linear;padding-top:0px;margin: 0;width: 80%;height: 100vh;display:none;}
.main-navigation.mobile-menu.show {-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0); display:block;}
.main-navigation.mobile-menu .menu-main-menu-container {max-height: 100%;overflow-x: hidden;overflow-y: auto;display:block;}
.main-navigation.mobile-menu .primary-menu > li:first-child {margin-top:0px;}
.main-navigation:not(.vertical-menu) .sub-menu, .main-navigation.mobile-menu {background:#1766a0;}
.top-part ul.primary-menu {border:0px;}
.top-part ul.primary-menu > li {display:block; width:100%;}
.menu-toggle.toggled .menu-toggle-inner {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);}
.menu-toggle.toggled .menu-toggle-inner::before {top: 0;opacity: 0;transition: top 0.1s ease,opacity 0.1s 0.14s ease;}
.menu-toggle.toggled .menu-toggle-inner::after {bottom: 0;-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);transform: rotate(-90deg);transition: bottom 0.1s ease,-webkit-transform 0.1s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition: bottom 0.1s ease,transform 0.1s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition: bottom 0.1s ease,transform 0.1s 0.14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.1s 0.14s cubic-bezier(0.215,0.61,0.355,1);}
.main-navigation.mobile-menu a, .primary-navigation ul > li a:hover {color:#fff; margin-right: 0px; padding: 0.8em 2em; display: block;}
	.primary-navigation ul > li a.home-login-btn,.primary-navigation ul > li a.home-login-btn:hover {text-align: left;
background: #fff;
color: #1766a0;
padding: 1em 2em;
margin-top: 1em;}
.main-navigation.mobile-menu .current-menu-item > a, .main-navigation.mobile-menu .current-menu-ancestor > a, .main-navigation.mobile-menu li:hover > a, .main-navigation.mobile-menu li.focus > a {color:#fff;}
.primary-navigation ul > li, .topNav ul > li {border:0px; display: block; text-align: left;}
.site-header-main {top:48px;}
.top-part ul.primary-menu {-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.top-part ul.primary-menu > li.menu-item-has-children > a::after {display:none;}
.main-navigation ul ul {padding:0px; margin:0px;}
.top-part ul.primary-menu li {margin:0px;}
.top-part ul.primary-menu li:hover > ul, .top-part ul.primary-menu li.focus > ul {margin:0px; padding:0px;}
.top-part ul.primary-menu li a:hover, .top-part ul.primary-menu li a.active, .top-part ul.primary-menu li.current-menu-item a {color:#fff; text-decoration:none;}
.top-part ul.primary-menu ul li a {max-width:100%;}
.site-branding {/*margin:15px 0px;*/ margin:0px;}
.top-part ul.primary-menu li.menu-item-has-children > a {padding-bottom:8px;}
.main-navigation a {line-height:normal;}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 30px;
    padding: 0;
    position: absolute;
    right: 0px;
    text-transform: none;
    top: 0;
    width: 100%;
}
.dropdown-toggle::after {
    border: 0 solid #d1d1d1;
        border-left-width: 0px;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: auto;
    position: absolute;
    width: 48px;
    right: 0px;
    top: 7px;
}
.main-navigation.mobile-menu > .menu-menu-container {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
	padding-top:0px;
	margin-top:88px;
}
.main-navigation a:hover,.main-navigation a:focus {outline:none; color:#000;}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    background-color: transparent;
    color: #fff;
	outline:none;
}
.header {height:100vh;}
.mobile-panel {position:absolute; left:25px; width:24px;}
#menu-menu {margin-bottom:150px;}
	.menu-overlay {position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; z-index: 999;}
}





#lab_social_icon_footer {
  padding: 0px 0;
  background-color: #330000;
}

#lab_social_icon_footer a {
  color: #333;
}

#lab_social_icon_footer .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#lab_social_icon_footer .social {
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
/*
    Multicoloured Hover Variations
*/

#lab_social_icon_footer #social-fb:hover {
  color: #3B5998;
}

#lab_social_icon_footer #social-tw:hover {
  color: #1DA1F2;
}

#lab_social_icon_footer #social-gp:hover {
  color: #DB4437;
}

#lab_social_icon_footer #social-em:hover {
  color: #f39c12;
}














