@charset "utf-8";

/* CSS Document */
h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,ul,li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
	clear: both;
}
html {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'MyriadPro-Light';
	font-size: 16px;
}
body {
	overflow-x: hidden;
	color: #000;
	background: #F6F8F9;
}
img {
	display: block;
	max-width: 100%;
}
p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #747474;
}
p:last-child {
	margin-bottom: 0 !important;
}
input,
select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
a {
	color: #343638;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus,
input:focus,
button:focus,
select:focus,
button:focus {
	outline: none;
}
h1{
	font-size: 78px;
	font-family: 'MyriadPro-Light';
	line-height: 1.1;
}
h2{
	font-size: 62px;
	line-height: 1.1;
}
.container{
	width: 100%;
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}
.row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.justify-content-between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.align-items-center{
	-webkit-align-items: center;
	align-items: center;
}

/*** Header Start ***/
header{
	background: #010306;
	width: 100%;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	padding: 20px 0 0 0;
}
.header-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
header .container{
	border-bottom: #0099d0 solid 2px;
}
.mobile-menu-close{
	display: none;
}
.header-wrapper .logo{
	/*height: 25px;*/
	width: 275px;
	display: inline-block;
}
.hd-right{
	width: 65%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sky-btn{
	background: #0099d0;
	color: #fff;
	font-size: 18px;
	padding: 9px 16px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	min-width: 100px;
	border: #0099d0 solid 1px;
}
.sky-btn:hover{
	border: #fff solid 1px;
	background: none;
	color: #fff;
}
.blue-btn{
	background: #1b68b2;
	color: #fff;
	font-size: 18px;
	padding: 9px 16px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	min-width: 100px;
}
.blue-btn:hover{
	background: #fff;
	color: #1b68b2;
}
.hd-buttons > a{
	margin-left: 10px;
}
.navbar ul li{
	display: inline-block;
	margin: 0 20px;
}
.navbar ul li a{
	color: #fff;
}
.navbar ul li a:hover{
	color: #0098cf;
}
/*** Header End ***/

/*** Main Banner Start ***/
.main-banner{
	padding-top: 83px;
}
.main-banner{
	width: 100%;
	height: 100vh;
	background: #010001;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}
.main-banner .container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.banner-content{
	padding: 50px 0;
	max-width: 38%;
	width: 100%;
	border-right: #0098cf solid 2px;
}
.banner-content h1{
	color: #fff;
}
.banner-content > p{
	font-family: 'MyriadPro-Regular';
	color: #0098cf;
	margin-bottom: 70px;
}
.banner-content .block{
	width: 100%;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
}
.banner-content .block:last-child{
	margin-bottom: 0;
}
.banner-content .block .content{
	padding-left: 20px;
	color: #fff;
}
.banner-content .block .content p{
	font-size: 26px;
	letter-spacing: 0.12em;
}
.banner-content .block .content p,
.banner-content .block .content span{
	color: #fff;
	margin-bottom: 0;
}
.banner-content .block .content span{
	font-size: 13px;
	letter-spacing: 0.12em;
	font-family: 'MyriadPro-Regular';
}
.banner-content .block .icon{
	display: inline-block;
	vertical-align: middle;
	width: 70px;
}
.banner-video{
	width: 100%;
	max-width: 62%;
}
.banner-video video{
	width: 130%;
}
.banner-video h2{
	font-size: 44px;
	color: #0098cf;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: -50px;
}
/*** Main Banner End ***/

/*** Live Data Start ***/
.live-data{
	position: relative;
	padding: 100px 0 0 0;
}
.live-data-title{
	background: url(../images/dot-line.png) no-repeat;
	background-size: contain;
	text-align: center;
	min-height: 80px;
}
.live-data-title .title{
	display: inline-block;
	background: #262626;
	padding: 10px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	margin-top: -22px;
}
.live-data-title .title span{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: #ec1e24;
	border: #fff solid 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.live-data-title .title p{
	color: #fff;
	font-family: 'MyriadPro-Bold';
	font-size: 26px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.live-data .wrapper{
	padding-top: 35px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.world-wide{
	width: 24%;
	border-left: #bfbfc0 solid 2px;
	padding: 20px 0 20px 20px;
}
.world-wide h2,
.chart-box h2,
.listing-locations h2{
	font-size: 46px;
	color: #0068b2;
	margin-bottom: 35px;
}
.world-wide h2 b,
.chart-box h2 b,
.listing-locations h2 b{
	display: block;
	font-family: 'MyriadPro-Semibold';
}
.world-wide ul li{
	margin-bottom: 20px;
}
.world-wide ul li:last-child{
	margin-bottom: 0;
}
.world-wide ul li p{
	font-size: 72px;
	color: #0098cf;
	line-height: 0.9;
}
.world-wide ul li span{
	font-size: 22px;
	color: #383838;
	font-family: 'MyriadPro-Regular';
}
.chart-block{
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.chart-box{
	width: 48%;
	border-left: #bfbfc0 solid 2px;
	padding: 20px 0 20px 20px;
}
.chart-point{
	margin: 0 auto;
	max-width: 90%;
}
.listing-locations{
	width: 24%;
	border-left: #bfbfc0 solid 2px;
	padding: 20px 0 20px 20px;
}
.line-dot{
	width: 100%;
	height: 2px;
	background: url(../images/black-dot-line.png) repeat-x;
}

/*** Live Data End ***/


/*** Property Search Start ***/
.property-search{
	padding-top: 100px;
}
.property-search h2{
	color: #0098d5;
	margin-bottom: 50px;
}
.property-search .wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.property-box{
	width: 24%;
	border-left: #bfbfc0 solid 2px;
	padding: 0 0 0 20px;
}
.property-box span{
	font-size: 46px;
	color: #0068b2;
	font-family: 'MyriadPro-Semibold';
}
.property-box h3{
	font-size: 55px;
	color: #0098d5;
}
.property-box p{
	font-size: 28px;
	color: #0098cf;
	font-family: 'MyriadPro-Regular';
}
/*** Property Search End ***/

/*** Find Countries Start ***/
.find-countries{
	padding-top: 100px;
	position: relative;
}
.find-countries .title{
	margin-bottom: 70px;
}
.find-countries .title h2{
	color: #0098d5;
	margin-bottom: 16px;
}
.find-countries .wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.countries-box{
	width: 24%;
	border-left: #bfbfc0 solid 2px;
	padding: 0 0 0 20px;
}
.countries-box h3{
	font-size: 32px;
	color: #0068b2;
	margin-top: 40px;
	margin-bottom: 15px;
}
.load-more{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
.load-more a{
	display: inline-block;
	font-size: 21px;
	color: #0098cf;
}
.load-more a span{
	background: #0099d0;
    width: 54px;
    height: 54px;
    padding: 16px 10px;
    margin: 0 10px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
}
/*** Find Countries End ***/

/*** Our Services Start ***/
.our-services{
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 400px;
	background: #010306 url(../images/pattern.png) no-repeat center bottom;
	background-size: contain;
}
.our-services h2{
	color: #fff;
}
.our-services .wrapper{
	padding-top: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.services-block{
	width: 32%;
	border-right: #bbbbbc solid 2px;
	padding: 0 15px;
	text-align: left;
}
.services-block:last-child{
	border-right: 0;
}
.services-block span{
	display: inline-block;
	width: 104px;
}
.services-block h3{
	font-size: 46px;
	color: #fff;
	font-family: 'MyriadPro-Semibold';
	margin-top: 15px;
	margin-bottom: 30px;
}
.services-block p{
	font-size: 25px;
	color: #fff;
	line-height: 40px;
}
/*** Our Services End ***/

/*** Footer Start ***/
footer{
	background: #010306;
	padding: 40px 0;
}
footer .wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.f-col{
	width: 32%;
}
.f-col h4{
	color: #fff;
	font-size: 28px;
	font-family: 'MyriadPro-Semibold';
	margin-bottom: 15px;
}
.f-col p{
	font-size: 22px;
	color: #fff;
	line-height: 32px;
}
/*** Footer End ***/


.landing-page-wrapper{
	background: #010306;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}
.landing-page-content{
	padding-top: 80px;
}
.landing-page-content h2{
	color: #fff;
	font-family: 'MyriadPro-Semibold';
	margin-bottom: 24px;
}
.landing-page-content h2 span{
	color: #0046b6;
}
.landing-page-content h2 sup{
	font-size: 18px;
	color: #0046b6;
	vertical-align: top;
	padding-top: 10px;
	display: inline-block;
}
.landing-page-content p{
	color: #fff;
	margin-bottom: 32px;
}
.landing-page-content .blue-btn{
	background: #0046b6;
	color: #fff;
	padding: 13px 30px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.landing-page-content .blue-btn:hover{
	background: #fff;
	color: #0046b6;
}
.dot-bg{
	margin-top: auto;
	background: url(../images/pattern.png) no-repeat center center;
	padding-bottom: 400px;
	background-size: cover;
	height: 100%;
}
.footer-text{
	margin-top: auto;
	text-align: center;
	padding: 20px 0;
}
.footer-text p{
	font-size: 16px;
	color: #fff;
}
.footer-text p a{
	color: #0046b6;
	font-family: 'MyriadPro-Semibold';
}


@media(max-width: 1440px){

	h1{
		font-size: 65px;
	}
	h2{
		font-size: 50px;
	}
	.container{
		max-width: 100%;
		padding: 0 50px;
	}

	.world-wide ul li p{
		font-size: 52px;
	}
	.world-wide h2, .chart-box h2, .listing-locations h2, .property-box span, .property-box h3, .services-block h3{
		font-size: 36px;
	}
	.property-box p{
		font-size: 24px;
	}
	.services-block h3{
		margin-bottom: 10px;
	}
	.services-block p{
		font-size: 20px;
		line-height: 26px;
	}
	.our-services{
		padding-bottom: 300px;
	}
	.our-services .wrapper{
		padding-top: 50px;
	}
	.f-col p{
		font-size: 20px;
		line-height: 26px;
	}

	.landing-page-content h2 sup{
		font-size: 16px;
		padding-top: 8px;
	}
}


@media(max-width: 1199px){

	h1{
		font-size: 52px;
	}
	h2{
		font-size: 44px;
	}
	.container{
		max-width: 100%;
		padding: 0 30px;
	}
	.main-banner{
		padding-top: 0;
	}
	.world-wide h2, .chart-box h2, .listing-locations h2, .property-box span, .property-box h3, .services-block h3{
		font-size: 30px;
	}
	.live-data-title .title span{
		width: 24px;
		height: 24px;
	}
	.live-data-title .title p{
		font-size: 20px;
	}
	.world-wide ul li p{
		font-size: 44px;
	}
	.countries-box h3{
		margin-top: 20px;
		font-size: 26px;
	}
	.f-col h4{
		font-size: 24px;
	}
	.f-col p{
		font-size: 18px;
		line-height: 24px;
	}
	.banner-content .block{
		margin-bottom: 40px;
	}
	.live-data,
	.property-search,
	.find-countries,
	.our-services{
		padding-top: 70px;
	}
	.our-services{
		margin-top: 70px;
	}
	.property-search h2{
		margin-bottom: 30px;
	}
	.services-block span{
		width: 80px;
	}
	.our-services{
		padding-bottom: 200px;
	}
	.banner-content > p{
		margin-bottom: 50px;
	}
	.hd-buttons > a{
		padding: 6px 16px;
		min-width: 90px;
	}
	.header-wrapper .logo{
		width: 200px;
	}
	.navbar ul li{
		margin: 0 14px;
	}
	.find-countries .title{
		margin-bottom: 50px;
	}
	.landing-page-content h2 sup {
	    font-size: 14px;
	    padding-top: 7px;
	}
}

@media(max-width: 991px){

	.live-data .wrapper{
		-webkit-align-items: inherit;
		align-items: inherit;
	}
	.world-wide,
	.listing-locations{
		width: 50%;
	}
	.chart-block{
		width: 100%;
		order: 12;
	}
	.chart-box,
	.property-box,
	.countries-box{
		width: 50%;
	}
	.chart-box .chart img,
	.property-box img,
	.countries-box img{
		width: 90%;
	}
	.property-box{
		padding-top: 30px;
	}
	.property-box:nth-child(1),
	.property-box:nth-child(2){
		padding-top: 0;
	}

	/* mobile menu */
	.hd-right.show{
		right: 0;
	}
	.hd-right{
		display: inline-block;
		position: fixed;
		right: -100%;
		top: 0;
		left: auto;
		height: 100%;
		padding: 30px;
		overflow: auto;
		background: #000;
		width: 100%;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.navbar ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.navbar ul li a{
		font-size: 18px;
	}
	.hd-buttons{
		margin-top: 20px;
	}
	.hd-buttons .sky-btn{
		margin-left: 0;
	}
	.mobile-menu{
		display: block;
		width: 26px;
	}
	.mobile-menu span{
		display: inline-block;
		vertical-align: super;
		width: 26px;
		height: 2px;
		background: #fff;
		position: relative;
	}
	.mobile-menu span:before{
		content: '';
		position: absolute;
		top: -7px;
		left: 0;
		width: 26px;
		height: 2px;
		background: #fff;
	}
	.mobile-menu span:after{
		content: '';
		position: absolute;
		bottom: -7px;
		left: 0;
		width: 26px;
		height: 2px;
		background: #fff;
	}
	.mobile-menu-close{
		display: block;
		position: absolute;
		width: 32px;
		height: 32px;
		top: 14px;
    	right: 17px;
	}
	.mobile-menu-close:before{
		content: '';
		position: absolute;
		width: 26px;
		height: 2px;
		background: #fff;
		transform: rotate(45deg);
		top: 13px;
		left: 3px;
	}
	.mobile-menu-close:after{
		content: '';
		position: absolute;
		width: 26px;
		height: 2px;
		background: #fff;
		transform: rotate(-45deg);
		top: 13px;
		left: 3px;
	}
	.banner-video h2{
		font-size: 36px;
		margin-bottom: -10px;
	}

}

@media(max-width: 767px){

	h1{
		font-size: 44px;
	}
	h2,
	.banner-video h2{
		font-size: 36px;
	}
	.container{
		padding: 0 20px;
	}
	.live-data, .property-search, .find-countries, .our-services{
		padding-top: 50px;
	}
	.main-banner{
		padding-top: 60px;
		height: auto;
	}
	.banner-content{
		border-right: 0;
		order: 12;
		max-width: 100%;
		padding: 0 0 50px 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.banner-video{
		padding-top: 50px;
		max-width: 100%;
	}
	.banner-content h1{
		width: 100%;
	}
	.banner-content > p{
		margin-bottom: 30px;
		width: 100%;
	}
	.banner-content .block{
		width: 48%;
		margin: 0;
	}
	.banner-content .block .icon{
		width: 60px;
	}
	.banner-content .block .content{
		padding-left: 14px;
	}
	.live-data .wrapper{
		padding-top: 20px;
	}
	.our-services{
		margin-top: 50px;
		padding-bottom: 150px;
	}
	.services-block{
		width: 100%;
		position: relative;
		padding-left: 110px;
		padding-top: 40px;
		padding-bottom: 40px;
		border-right: 0;
		border-bottom: #bbbbbc solid 2px;
	}
	.services-block:first-child{
		padding-top: 0;
	}
	.services-block:first-child span{
		top: 0;
	}
	.services-block:last-child{
		border-bottom: 0;
	}
	.services-block span{
		position: absolute;
		top: 40px;
		left: 0;
	}
	.services-block h3{
		margin-top: 0;
	}
	.world-wide h2, .chart-box h2, .listing-locations h2{
		margin-bottom: 20px;
	}
	.find-countries .title{
		margin-bottom: 30px;
	}
	footer .wrapper{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.f-col{
		width: 48%;
	}
	.landing-page-content h2 sup {
	    font-size: 12px;
	    padding-top: 5px;
	}

}

@media(max-width: 575px){

	h1{
		font-size: 32px;
	}
	h2{
		font-size: 26px;
	}
	p{
		font-size: 18px;
	}
	.banner-video h2{
		font-size: 24px;
		margin-bottom: -10px;
	}
	.banner-content .block .content p{
		font-size: 20px;
	}
	.banner-content .block{
		width: 100%;
		margin-bottom: 20px;
	}
	.world-wide, .listing-locations{
		width: 100%;
	}
	.listing-locations{
		order: 12;
	}
	.chart-box{
		width: 100%;
	}
	.chart-block{
		padding: 25px 0;
	}
	.world-wide{
		padding-top: 0;
		border-left: 0;
		padding-left: 0;
		border-bottom: #bfbfc0 solid 2px;
	}
	.chart-block{
		border-left: 0;
		padding-left: 0;
		border-bottom: #bfbfc0 solid 2px;
	}
	.chart-box:first-child{
		padding-top: 0;
	}
	.chart-box{
		border-left: 0;
		padding-left: 0;
		border-bottom: #bfbfc0 solid 2px;
	}
	.listing-locations{
		border-left: 0;
		padding-left: 0;
	}
	.chart-box .chart img, .property-box img, .countries-box img{
		width: 100%;
	}
	.live-data .wrapper{
		padding-bottom: 40px;
	}
	.world-wide ul li p{
		font-size: 36px;
	}
	.world-wide h2, .chart-box h2, .listing-locations h2, .property-box span, .property-box h3, .services-block h3{
		font-size: 24px;
	}
	.countries-box h3{
		font-size: 22px;
	}
	.services-block{
		padding-left: 70px;
		padding-right: 0;
	}
	.services-block span{
		width: 50px;
	}
	.services-block p{
		font-size: 17px;
		line-height: 22px;
	}
	.our-services{
		padding-bottom: 70px;
	}
	.load-more a span{
		width: 38px;
		height: 38px;
	}
	.our-services .wrapper{
		padding-top: 20px;
	}
	.property-box:first-child{
		padding-top: 0 !important;
	}
	.property-box{
		padding-left: 0;
		border-left: 0;
		border-bottom: #bfbfc0 solid 2px;
		width: 100%;
		padding-top: 30px !important;
		padding-bottom: 30px;
	}
	.countries-box:first-child{
		padding-top: 0;
	}
	.countries-box{
		width: 100%;
		padding-left: 0;
		border-left: 0;
		border-bottom: #bfbfc0 solid 2px;
		padding: 30px 0;
	}
	.countries-box h3:first-child{
		margin-top: 0;
	}
	.f-col:first-child{
		margin-top: 0;
	}
	.f-col{
		width: 100%;
		margin-top: 30px;
	}
	.landing-page-content h2 sup {
	    font-size: 10px;
	    padding-top: 3px;
	}

}

@media(max-height: 439px){

	.main-banner{
		height: auto;
		padding-top: 60px; 
	}
	.chart-box .chart img, .property-box img, .countries-box img{
		width: 95%;
	}
}

@media(max-height: 320px){

	.chart-box .chart img, .property-box img, .countries-box img{
		width: 100%;
	}

}
