@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/GothamLight.eot');
    src: url('/fonts/GothamLight.eot') format('embedded-opentype'),
         url('/fonts/GothamLight.woff2') format('woff2'),
         url('/fonts/GothamLight.woff') format('woff'),
         url('/fonts/GothamLight.ttf') format('truetype'),
         url('/fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src: url('/fonts/GothamBook.eot');
    src: url('/fonts/GothamBook.eot') format('embedded-opentype'),
         url('/fonts/GothamBook.woff2') format('woff2'),
         url('/fonts/GothamBook.woff') format('woff'),
         url('/fonts/GothamBook.ttf') format('truetype'),
         url('/fonts/GothamBook.svg#GothamBook') format('svg');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/fonts/GothamMedium.eot');
    src: url('/fonts/GothamMedium.eot') format('embedded-opentype'),
         url('/fonts/GothamMedium.woff2') format('woff2'),
		url('/fonts/GothamMedium.woff') format('woff'),
         url('/fonts/GothamMedium.ttf') format('truetype'),
         url('/fonts/GothamMedium.svg#GothamMedium') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/GothamBold.eot');
    src: url('/fonts/GothamBold.eot') format('embedded-opentype'),
         url('/fonts/GothamBold.woff2') format('woff2'),
         url('/fonts/GothamBold.woff') format('woff'),
         url('/fonts/GothamBold.ttf') format('truetype'),
         url('/fonts/GothamBold.svg#GothamBold') format('svg');
}


.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.grid_1 {
                width: 8.33%;
}
.grid_2 {
                width: 16.67%;
}
.grid_3 {
    width: 25%;
    width: calc((100% / 4) - 30px);
    margin-right: 40px;
    margin-bottom: 20px;
}
.grid_4 {
     width: 33.33%;
     width: calc((100% / 3) - 20px);
	 margin-right: 30px;
	 margin-bottom: 30px;
}
.grid_5 {
                width: 41.67%;
}
.grid_6 {
                width: 50%;
	width: calc(50% - 10px);
	margin-right: 20px;
	 
}
.grid_7 {
                width: 58.33%;
}
.grid_8 {
                width: 66.67%;
}
.grid_9 {
                width: 75%;
}
.grid_10 {
                width: 83.33%;
}
.grid_11 {
                width: 91.67%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                float: left;
                display: block;
				position: relative;
}
 
a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
img {
	border: none;
	max-width: 100%;
	display: block;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
html{
	font-size: 16px;
}
/* General */
body {
  	font-family: 'GothamBook';
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0; 
}
html{
	height: 100%;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
  font-size: 1rem;
  font-family: 'GothamBook';
  color: rgb(0, 0, 0);
  line-height: 1.5rem; 
	margin: 0 0 10px 0;
 
}
h1 {
	 
}
h2 { 
}
h3 {
}
h4 {
	 
}
/* Navigation */ 
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 5;
	background: #ffffff;
}
.phone {
    position: fixed;
    top: 0;
    right: 50px;
    transform: translateY(100%);
    z-index: 6;
	color: #1c5783;
	transition: 0.5s all;
}
#page-home .phone{
	color: #ffffff;
}
#page-home.header-change .phone{
	color: #1c5783;
}
#page-home header{
	 background: transparent;
	 
}
#page-home.header-change header{
	background: #ffffff;
}
#page-home.header-change header #nav li a{
	color: #1c5783;
}
#page-home .cls-1, #page-home .cls-2 {
    fill: #ffffff;
}
#page-home.header-change .cls-1 {
    fill: #1c5682; 
}

#page-home.header-change .cls-2 {
    fill: #231f20;
}
.logo {
    margin: 0 auto;
    display: block;
    position: fixed;
    left: 50px;
    top: 0;
    z-index: 6;
    transform: translateY(2rem);
    width: 15rem;
    max-width: 240px;
}

nav {
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 60px 0 30px 0;
	font-size: 18px;
	line-height: 10px;
	position: relative;
	margin-left: 15px;
	text-transform: uppercase;
	z-index: 6;
}
.login li{
	display: inline-block;
	position: relative;
	padding: 5px;
}
.login{
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
	text-align: right;
	z-index: 10;
}
#nav li a, .login li a  { 
  font-size: 0.9rem;
  font-family: 'GothamBook';
 color: #1c5783;
  line-height: 1.1rem;
  text-align: right;
  transition: 0.5s all;
	cursor: pointer;

}
#page-home.header-change #nav li a, #page-home.header-change .login li a {
    color: #1c5783;
}
#nav li a:hover {
    color: #FAA61A;
}
 #page-home #nav li a{
	 color: #ffffff;
}

#page-home .login li a{
	 color: #ffffff;
	transition: 0.5s all;
}

#page-aboutus #nav li a.aboutus, #page-ourteam #nav li a.ourteam, #page-ourservices #nav li a.ourservices, #page-portfolio #nav li a.portfolio, #page-forowners #nav li a.forowners,#page-resources #nav li a.resources,#page-news #nav li a.news,#page-contact #nav li a.contact{
	color: #FAA61A;
}
/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}


/* enquiry */
.register {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	background: #1c5783;
}
.formbox {
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	max-width: 990px;
}
input, select {
	font-size: 1rem;
	font-family: 'GothamBook';
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
	height:50px;
	color: #000;
	border: 1px #efefef solid;
	background: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 10px;
	text-align: left;
	
}
.message{
height:150px;
	width: 100%;
	font-size: 1rem;
	font-family: 'GothamBook';
	border-radius: 12px;
	padding:10px;
}


.b_submit{
	font-size: 17px;
	color:#ffffff;
	background: transparent;
	border: none;
}

.b_submit:hover {
	color: #FAA61A;
	transition: 0.5s all;
}

select {
	padding: 5px 7px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
select option {
	padding: 7px 5px;
	background: #fff;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
.privacy {
	font-size: 10px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
 #chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 2px 0 2px 26px;
} 
 #chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
} 
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #000;
opacity: 1;
}

 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #000;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #000;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #000;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 
/*footer*/ 
footer {
display: block;
	position: relative;
	margin: 0;
	padding: 30px 50px;
}
footer *{
	color: #ffffff !important;
}

footer .first{
	display: inline-block;
	text-align: left;
	margin-bottom: 40px;
}
footer .second {
	float: right;
	padding-right: 200px;
}
footer .second a{
	display: inline-block;
	padding-right: 20px;
 
}
footer .second a img{
 
	height: 20px;
}

footer a{
	color: #ffffff;font-size: 0.9rem;
}
footer .first a{
	display: block;
	padding-bottom: 10px;
}
footer .third{
	float: right; 
}
footer .grid_12:nth-child(2) p{
	font-size: 0.9rem;
	 font-family: 'GothamLight';
}
 
footer .grid_12 p a{
padding: 0 10px;	
}
/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
	bottom: 3px;
    left: 10px;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}


section{
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
.landing{
	height: 100%;
	overflow: hidden
}
.container{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1580px;
	max-width: 98.75rem;
	width: 90%;
}
.copy-holder{
	max-width: 1100px;
	max-width: 68.75rem;
	margin: 0 auto;
	width: 90%;
 
}
.title{
  font-size: 30px;
  font-size: 1.667rem;
 font-family: 'GothamMedium';
  line-height: 1.167;
  text-align: center;
	position: relative;
}
.title.small{
	font-size: 1.3rem;
}
.f18{
	/* font-size: 18px; */
	font-size: 1.12rem;
}
.hover{
	display: block;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s all;
}
.img-holder{
	display: block;
	position: relative;
}
.img-holder:hover .hover{
	background: rgba(0,0,0,0)
}
a:hover .hover{
	background-color: rgba(0,0,0,0);
}
.grid_4 a{
	display: block;
	position: relative;
}
.cotent-center-holder{
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tile-title{
	display: block;
	position: relative;
	text-align:center;
	font-family: 'GothamMedium';
	font-size: 1.3rem;
	color: #ffffff;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.tile-label{
	display: block;
	position: relative;
	text-align:center;
	font-family: 'GothamLight';
	font-size: 1rem;
	color: #ffffff;
	text-transform: uppercase;
 
}
.grid_one_fifth{
	display: block;
	float: left;
	position: relative;
	width: calc(100% / 5);
	text-align: center;
 
}
.grid_one_fifth img{
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
	height: 50px;
	}

.grid_one_fifth span{
	font-family: 'GothamBook';
	display: block;
	color: #ffffff;
}

.grid_one_fifth span.first {
    padding-top: 38px;
    transform: translateY(25%);
	padding-top: 20px;
}

.news-date{
	font-size: 0.9em;
	display: block;
	padding-top: 10px;
}

.news-title{
	font-family: 'GothamMedium';
	display: block;
	height: 80px;
	padding: 0 0;
	font-size: 1rem;
}
.readmore{
	font-family: 'GothamMedium';
	display: inline-block;
	padding-top: 10px;
	color: #1c5783;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s all;
}
.readmore:hover{
	color: #FAA61A;
}

.mh470 h2{
	min-height: 54px;
}
.grid_4.mh470 p{
	font-size: 0.9rem;
}
.myt{
	position: absolute;
	bottom: 20px;
}
.btn{
 background-color: #1c5783;
background-color: rgb(35, 83, 125);
font-family: 'GothamMedium';
  font-size: 20px;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 15px 40px;
  transition: 0.5s all;
  display: inline-block;
  max-width: 300px;
}
.btn.req{
background-color: #FAA61A;
color:#ffffff;
max-width: 500px;
}
.btn:hover{
	background-color: #FAA61A;
	/*color:  rgb(57, 88, 128);*/
}

.download{
 color: #1c5783;
 font-family: 'GothamBold'; 
}

.download:hover{
 color: #FAA61A;
transition: 0.5s all
}
.mot{
	transition: 0.5s all;
}
.mot:hover{
 
 color:  rgb(57, 88, 128);
}
.banner-label{
	font-family: 'GothamMedium';
	font-size: 1.3rem;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 30px 80px 30px 30px;
	background-color: #1c5783;
	color: #ffffff;
	z-index: 3;
}
.slide-label{
	font-family: 'GothamLight';
	font-size: 1.3rem;
	display: block;
	position: absolute;
	bottom: 0;
  	transform: translateY(-100%);
	left: 0;
	padding: 30px 80px 30px 30px;
	background-color: #1c5783;
	color: #ffffff;
	z-index: 3;
	width: 600px;
}
    .slide-label p{
        color:#fff;
    }
    .top-banner-holder {
        margin-top: 108px;
    }
.top-banner-holder::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: rgba(0,0,0,0.0);*/
}
.flexslider .slides > li::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	 
}
.people-name, .people-position{
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 0.95rem;
	padding-bottom: 8px;
}
.people-position{
	height: 40px;
}
.vp{
font-family: 'GothamMedium';
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    transition: 0.5s color;
 
}
#page-ourteam .vp{
	   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.vp:hover{
	color: #FAA61A;
}
.profile-tel{
	padding-left: 40px;
	position: relative;
	display: block;
	margin-top: 40px;
}
.profile-tel img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
}

.btp{
	display: block;
	position: relative;
	font-size: 12px;
	font-family: 'GothamMedium';
	margin-top: 40px;
	text-transform: uppercase;
	color: #1c5783;
}

.btp:hover{
	color: #FAA61A;
	transition: 0.3s all;
}
 
.bg-blue-full::before{
	content: '';
	position: absolute;
	width: 1000%;
	top: 0;
	right: 0;
	background-color: #1c5783;
	background-color: rgb(35, 83, 125);
	height: 100%;
    z-index: -1;
}
.cl{
	clear: left;
}
.number-h{
	display: block;
	position: relative;
	 padding-left: 15px;
}
.number-h span{
	position: absolute;
	left: 0;
}
.bg-blue-full {
	padding: 10px 0;
}
#page-forowners .bg-blue:hover {
    background-color: #dcb744;
    transition: 0.5s all ;
}
.strata-blue {
   background-color: #1c5783;
    background-color: rgb(35, 83, 125);
}
.strata-div {
    padding-top: 20px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
    .strata-div .b_submit{
        color: #1c5783;
    }
    .strata-div .b_submit:hover{
        color: #dcb744;
		transition: 0.3s all ;
    }
    #page-portfolio .grid_6 {
        min-height: 320px;
    }

#page-news.details .copy-holder .bg{
	background-size: contain;
}
#page-news.details p{
	margin-bottom: 25px;
}

#page-news.details .copy-holder {
	max-width: 800px;
}
#page-news .top-banner-holder::before{
	content: none;
}
#page-ourteam .bg{
	background-position: top;
	 
}
#res .grid_3{
	transition: 0.5s all;
}
#res .grid_3 a{
	display: block;
	padding: 30px 0
}
#res .grid_3:hover{
	background: #FAA61A;
}
 



/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

.yellow{
	color: #FAA61A !important;
}
.blue{
	color: #1c5783;
}
.bg-yellow{
	background-color: #FAA61A;
}
.bg-blue{
	background-color: #1c5783;
}
.bg-lightgray{
	background-color: #f8f8f8;
}
.white{
	color: #ffffff;
}
.bt1b{
	border-top: 1px solid #1c5783;
}
.bb1b{
	border-bottom: 1px solid #1c5783;
}
.plr50{
	padding-left: 50px;
	padding-right: 50px;
}
.bold{
	font-family: 'GothamBold' !important;
}
.fullwidth{
	width: 100%;
}
.bg{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.pt50{
	padding-top: 50px;
}
.pt40{
	padding-top: 40px;
}
.pl10{
padding-left: 10px;
}
.pb50{
	padding-bottom: 50px;
}
.pb20 {
    padding-bottom: 20px;
}
.centeralign{
	text-align: center;
}
.pl50{
	padding-left: 50px;
}
.pr50{
	padding-right: 50px;
}
.plr25{
	padding-left: 25px;
	padding-right: 25px;
}
.nomarginright{
	margin-right: 0;
}
.mb40{
	margin-bottom: 40px;
}
 
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.uppercase{
	text-transform: uppercase;
}
.mw80{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.mlra{
	margin-left: auto;
	margin-right: auto;
}
.mh445{
	min-height: 390px;
	padding-left: 20px;
	padding-right: 20px;
}
.leftalign{
	text-align: left
}
.p20{
	padding: 20px;
}
.block{
	display: block;
}
strong{
	    font-family: 'GothamMedium';
}
.abs{
	position: absolute;
	height: 100%;
	top: 0;
}
.rightside{
	right: 0;
}
.leftside{
	left: 0;
}
.rightfloat{
	float: right;
}
.usersvg{
	width:60px;
	height:60px;
	fill: #ffffff;
	
}
.creditsvg{
	width:60px;
	height:60px;
	
	fill: #ffffff;	
}

.hoveryellow:hover svg { 	fill: #FAA61A; }
.hoveryellow:hover .svgcaption { color:#FAA61A; }

.hoveryellow svg,.svgcaption{
	transition: 0.3s all !important;
}
#th{
    color:#fff;
    text-align:center;
}
#page-ourteam .grid_3{
	padding-bottom: 30px;
}

#page-ourteam.profile ul{
	list-style: inside;
}
#page-privacy ul, #page-disclaimer ol{
padding-left: 20px;
    line-height: 25px;
}



label p{
	display: inline-block;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
	height: auto;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.5rem;
    border: 0.005rem solid #ffffff;
    border-radius: 100%;
    background: #ffffff;
    background-image: -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image: linear-gradient(rgb(240,240,240),rgb(224,224,224));
    vertical-align: middle;
    vertical-align: middle;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
	position: relative;
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
	 
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #1c5783;
  font-size   : 1rem;
  line-height : 1rem;
  text-align  : center;
  text-shadow : none;
  font-weight : bold;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5rem;
  height           : 0.5rem;
  margin           : 0.125rem;
  border           : 0.0625rem solid rgb(115,153,77);
  border-radius    : 0.125rem;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}

@media screen and (max-width : 1360px) {
	html{
		font-size: 15px;
	}
	.logo{width: 13rem;}
	
	#nav li{
		    margin-left: 8px;
	}
}

@media screen and (max-width : 1024px) {
	html{
		font-size: 13px;
	}
	.slide-label {
    font-family: 'GothamLight';
    font-size: 1.3rem;
    display: block;
    position: absolute;
    bottom: 0;
    transform: none;
    left: 0;
    padding: 20px;
    background-color: rgb(117, 148, 202, 0.8);
    color: #ffffff;
    z-index: 3;
    width: 100%;
	 text-align: center;
}
	body::before{
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #ffffff;
		z-index: 6;
	}
	 
	body{
		padding-top: 69px;
	}
    header, #page-home header, header.header-change, #page-home.header-change header{
        overflow: hidden;
        display: none;
        height: 100%;
        background: #1c5783;
    }
	#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
		background: #1c5783;}
	
	#page-home.header-change .phone, #page-home.header-change header #nav li a {
    color: #ffffff;
}
     .phone {
            position: fixed;
            top: 22px;
            right: 100px;
            transform: none;
            z-index: 6;
            color: #1c5783;
            transition: 0.5s all;
        }
 
#nav-toggle {
	display: block;
}
ul#nav {
   
    margin-top: auto;
    clear: both;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
ul#nav li {
	display: block;
	margin:2rem auto;
	width: 100%;
	text-align: center;
	padding:0;
}
ul#nav li a{
	margin: 0;
	text-align: center;
	width: 100%;
	line-height: normal;
	color: #ffffff;
	padding: 10px 0;
	font-size: 16px;
}
	.login li a{
		color: #ffffff;
	}
		.login {
 
    top: auto;
    right: 0;
    text-align: center;
    z-index: 10;
    left: auto;
    bottom: 20px;
    margin: 0 auto;
    width: 100%;
}
	.top-banner-holder{
		margin-top: 0;
	}
	.top-banner-holder img{
		height: 50vw;
	}
	.banner-label{
		top: auto;
		bottom: 0;
		transform: none;
		transform: translateY(-50%);
	}
	 .logo {
    margin: 0 auto;
    display: block;
    position: fixed;
    left: 1rem;
    top: 0;
    z-index: 6;
    transform: none;
    width: 11rem;
    max-width: 240px;
    top: 20px;
}
	.mplr0{
		padding-left: 0;
		padding-right: 0;
	}
	#page-aboutus .grid_4 p{
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width : 768px) {
	#res .grid_3 {
    transition: 0.5s all;
    width: calc(50% - 20px);
    margin-right: 40px;
}
	
	#res .grid_3:nth-child(even){
		margin-right: 0;
	}

	.grid_4{
		width: 100%;
	}
	.news-section .grid_3{
		width: calc((100% / 2) - 10px);
		margin-right: 5px;
		margin-left: 5px;
	}
	.mh445{
		min-height: initial;
	}
	.myt {
    position: relative;
		bottom: auto;
	}
	p{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#page-ourteam .grid_3{
		width: calc(50% - 10px);
		margin-left: 5px;
		margin-right: 5px;
		
	}
	.grid_6{
		width: 100%;
		margin-right: 0;
		position: relative;
		display: block;
		left: auto;
		right: auto;
		float: left;
	}
	.mobiframe{
		width: 100%;
		margin-right: 0;
		position: relative;
		display: block;
		left: auto;
		right: auto;
		float: left;
		margin-top: 20px;
		height: 65vw !important;
	}
	.abs {
    position: relative;
    height: auto;
    top: auto;
}
	#page-forowners .grid_3 {
    width: 25%;
    width: calc((100% / 2) - 15px);
    margin-right: 0;
    margin-bottom: 20px;
    margin: 5px;
}
	.slide-label {
    max-width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 10px;
    background-color: rgb(117, 148, 202, 1);
}
	.grid_one_fifth:first-child{
		width: 100%;
		margin-bottom: 50px;
	}
	.grid_one_fifth{
		width: 50%;
		padding: 30px 0
	}
	.pb20mob{
		padding-bottom: 20px;
	}
	.mb20mob{
        margin-bottom:20px;
	} 
	footer .grid_12 div{
		display: block;
		width: 33% !important;
		float: left !important;
		padding: 0 !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
	footer .grid_12 p{
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media screen and (max-width : 760px) {
		#res .grid_3 {
    transition: 0.5s all;
    width: 100%;
			margin: 20px auto!important;
}
	footer *{
		margin-left: auto !important;
		margin-right:  auto !important;
	}
	footer .grid_12 p{
		text-align: center !important;
	}
		footer .grid_12 div{
			width: 100% !important;
			text-align: center !important;
	}
	html{
		font-size: 14px;
	}
		.news-section .grid_3{
		width: calc(100%- 10px);
		margin-right: 5px;
		margin-left: 5px;
	}
 
	.pb100 {
    padding-bottom: 50px;
}

.pt100 {
    padding-top: 50px;
}
	.grid_one_fifth {
    display: block;
 width: 100%;
    padding: 20px;
}
	.pr50 {
    padding-right: 25px;
}
.pl50 {
    padding-left: 25px;
}
.pb50 {
    padding-bottom: 25px;
}
.pt50 {
    padding-top: 25px;
	}
	footer div{
		width: 100% !important;
	}
	.banner-label {
display: none;
}
	#page-ourteam .grid_3 {
    width: calc(80% - 10px);
    margin-left: auto;
    margin-right: auto;
		float: none;
}
	.plr50 {
    padding-left: 10px;
    padding-right: 10px;
}
#page-forowners .grid_3 {
    width: 25%;
    width: calc((100%) - 15px);
    margin-right: 0;
    margin-bottom: 20px;
    margin: 5px;
}
	#page-forowners .grid_3 span{
		margin-bottom: 20px;
	}
	.news-section .grid_3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
}
