@font-face {
    font-family: 'LegacySansStdMedium';
    src: url('fonts/LegacySansStdMedium.eot');
    src: url('fonts/LegacySansStdMedium.eot') format('embedded-opentype'),
         url('fonts/LegacySansStdMedium.woff2') format('woff2'),
         url('fonts/LegacySansStdMedium.woff') format('woff'),
         url('fonts/LegacySansStdMedium.ttf') format('truetype'),
         url('fonts/LegacySansStdMedium.svg#LegacySansStdMedium') format('svg');
}
@font-face {
    font-family: 'LEGSNB';
    src: url('fonts/LEGSNB.eot');
    src: url('fonts/LEGSNB.eot') format('embedded-opentype'),
         url('fonts/LEGSNB.woff2') format('woff2'),
         url('fonts/LEGSNB.woff') format('woff'),
         url('fonts/LEGSNB.ttf') format('truetype'),
         url('fonts/LEGSNB.svg#LEGSNB') format('svg');
}
@font-face {
    font-family: 'AvenirLTStdBook';
    src: url('fonts/AvenirLTStdBook.eot');
    src: url('fonts/AvenirLTStdBook.eot') format('embedded-opentype'),
         url('fonts/AvenirLTStdBook.woff2') format('woff2'),
         url('fonts/AvenirLTStdBook.woff') format('woff'),
         url('fonts/AvenirLTStdBook.ttf') format('truetype'),
         url('fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}
@font-face {
    font-family: 'AvenirLT95Black';
    src: url('fonts/AvenirLT95Black.eot');
    src: url('fonts/AvenirLT95Black.eot') format('embedded-opentype'),
         url('fonts/AvenirLT95Black.woff2') format('woff2'),
         url('fonts/AvenirLT95Black.woff') format('woff'),
         url('fonts/AvenirLT95Black.ttf') format('truetype'),
         url('fonts/AvenirLT95Black.svg#AvenirLT95Black') format('svg');
}
@font-face {
    font-family: 'LegacySansITCStdBookItalic';
    src: url('fonts/LegacySansITCStdBookItalic.eot');
    src: url('fonts/LegacySansITCStdBookItalic.eot') format('embedded-opentype'),
         url('fonts/LegacySansITCStdBookItalic.woff2') format('woff2'),
         url('fonts/LegacySansITCStdBookItalic.woff') format('woff'),
         url('fonts/LegacySansITCStdBookItalic.ttf') format('truetype'),
         url('fonts/LegacySansITCStdBookItalic.svg#LegacySansITCStdBookItalic') format('svg');
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0; -webkit-text-size-adjust: none;}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}
a img{border:0}
figure{position:relative}
figure img{width:100%}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
	margin: 0;
	background: #fff;
    font-size: 15px;
	line-height: 24px;
    font-family: 'AvenirLTStdBook';
	color: #282828;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
h1, h2 {
    font-family: 'LEGSNB';
}
p {
    font-size: 15px;
    line-height: 24px;
    font-family: 'AvenirLTStdBook';
    color: #282828;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea, select
{
	-moz-appearance: none;
    -webkit-appearance: none !important;    
}
input::-webkit-placeholder {
    opacity: 1;
    color: #848b94;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #848b94;
}
input:-ms-input-placeholder {   
    opacity: 1;
    color: #848b94;
}
.form-control::-moz-placeholder {
    color: #848b94;
    opacity: 1;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #848b94;
}
:-moz-placeholder { 
    opacity: 1;
    color: #848b94;
}
:-ms-input-placeholder { 
    opacity: 1; 
    color: #848b94;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    border-radius: 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    border-radius: 0;
}
input {
    -webkit-border-radius:0; 
    border-radius:0;
    box-shadow: none;
}
::-o-placeholder {
    color: #848b94;
    opacity: 1;
}
::-webkit-textarea-placeholder { 
    color: #848b94;
    opacity:  1;
}
textarea:-moz-placeholder { 
    color: #848b94;
    opacity:  1;
}
:-ms-textarea-placeholder { 
    color: #848b94;
    opacity:  1;
}
:-o-textarea-placeholder { 
    color: #848b94;
    opacity:  1;
}
.form-control {
    height: 49px;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    box-shadow: none;
}
select.form-control {
    background: #fff url(../images/select-arrow.png) no-repeat 94% center;
}
.btn {    
    background: #25aae1;
    border: none;
    line-height: 21px;
    color: #fff;
    padding: 13px 27px 13px 21px;	
	transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
	-moz-transition:all 0.6s ease 0s;
	-ms-transition:all 0.6s ease 0s;
	-o-transition:all 0.6s ease 0s;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.btn.focus, .btn:focus, .btn:hover {
    background: #159ad1;
    color: #fff; 
}
.btn.green-btn {
    background: #8dc63f;    
}
.btn.green-btn.focus, .btn.green-btn:focus, .btn.green-btn:hover  {
    background: #7aad35;
}
.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container {
    max-width: 1153px;
    width: 100%;
}

.header{
    padding:24px 0 28px 0;
}
.navbar{
    min-height: inherit;
}
.navbar-inverse{
    background:inherit;
    border: none;
    margin:0;
}
.navbar-brand{
    height:auto;
    padding:0;
}
.navbar > .container .navbar-brand{
    margin-left: 0;
}
.navbar-nav{
    float: right;
	display:none;
}
.phn-mob-cls a{ color: #282828; }
.navbar-header .navbar-toggle{ display:none; }

.navbar-nav > li {
    float: left;
    padding: 0 0 0 17px;
}
.navbar-inverse .navbar-nav > li > a{
    padding:0;
    text-transform: uppercase;
    color: #2b3141;
    font-size: 13px;
    line-height: 20px;
}
#team-popup{ height:450px;padding-top: 30px;}
#team-popup input,#team-popup textarea{ border:1px solid;}
#team-popup input.error{ border:1px solid #ff0000;}
#team-popup span label{ display:none !important;}
#team-popup .get-touch-title h2{ color:#000;}
.wpcf7-form input.error{ border:1px solid #ff0000 !important;}
.wpcf7-form span label{ display:none !important;}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover{
    color: #282828;
    background: inherit;
}
.col_box {
    float: right;
    width: auto;
    padding: 0 0 0 40px;
}
.col_box span{
    font-size: 18px;
    color: #2b3141;
}
.section{
    padding:0 0 70px 0;
}
.banner img{
    width: 100%;
}

.heading_owl .owl-nav {
    display:none;

}
.heading_owl .owl-dots{
    text-align: center;
    display: block;
    position: relative;
    top:20px;
}
.heading_owl .owl-carousel .owl-dot{
    display: inline-block;
}
.heading_owl .owl-carousel .owl-dot span{
    width:10px;
    height:10px;
    display: inline-block;
    border-radius: 50%;
    background: #bebebe;
    margin:0 1px;
}
.heading_owl .owl-dot.active span{
    background: #2cb5b0;
}

.stories_bar{
    text-align: center;
    padding:54px 0 30px 0;
}
.stories_bar h2{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    padding:0 0 9px 0;
}
.stories_bar span{
    font-size: 18px;
    line-height: 23px;
    color: #282828;
    font-family: 'LegacySansITCStdBookItalic';
}
.heading_bar img{
    margin:0 0 25px 0;
}
.heading_bar h2{
    font-size: 18px;
    color: #282828;
    text-transform: uppercase;
    margin:0 0 14px 0;
    line-height: 25px;
}
.heading_bar p{
    font-size: 15px;
    line-height: 18px;
    color: #282828;
}
.simon_bar{
    position: relative;
}
.simon_bar img{
    width:100%;
    height:438px;
    object-fit: cover;
}
.simon_row {
    position: absolute;
    bottom: 99px;
    right: 180px;
    left: 0;
    text-align: right;
}
.simon_col h2 {
    font-size: 50px;
    color: #282828;
    line-height: 55px;
    letter-spacing: 1px;
    margin:0 0 11px 0 ;
}
.simon_col span{
    color: #2cb5b0;
    font-size: 28px;
    font-family: 'LegacySansITCStdBookItalic';
    line-height: 17px;
}

.founded{
    padding:50px 0 20px 0;
}

.founded_bar p{
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    margin:0 0 25px 0;
}

.contact_box h2{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    color: #282828;
    margin:0 0 50px 0;
}
.contact_box span{
    display:block;
    color: #282828;
    margin:0 0 10px 0;
    font-size: 15px;
    line-height: 25px;
}
.contact_box a.btn{
    width:100%;
    display: block;
    color: #222222;
    font-size: 18px;
    line-height: 25px;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    background: #ffffff;
    border: 1px solid #222222;
}
.contact_box a.btn.active{
    background: #2cb5b0;
    color: #ffffff;
    border: 1px solid transparent;
}
.contact_box a.btn:hover{
    background: #2cb5b0;
    color: #ffffff;
    border: 1px solid transparent;
}







/*get-touch*/
.get-touch {
    background: #686868;
    padding: 50px 0 70px;
}
.get-touch .container {
    padding: 0 70px;
}
.get-touch-title {
    text-align: center;
    margin: 0 0 30px;
}
.get-touch-title h2 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-family: 'LegacySansStdMedium';
    text-transform: uppercase;
    letter-spacing:3px;
}
.form-group {
    margin: 0 0 17px;
}
input.form-control {
    height: 45px;
    border: none;
    border-radius: 5px; 
}
textarea.form-control {
    height: 230px;
    border: none;
    border-radius: 5px;
    resize: none;
}
.send-btn {
    text-align: center;
    margin: 30px 0 0;
}
.send-btn .btn {
    width: 338px;
    height: 56px;
    background: #2cb5b0;
    border-radius: 0;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: 'LegacySansStdMedium';
    text-transform: uppercase;
    font-weight: normal;
}
.send-btn .btn:hover {
    background: #0c9590;
}
/*get-touch end*/

/*team*/
.team-section {
    padding: 55px 0 55px 0;
}
.sub-title {
    text-align: center;
    margin: 0 0 40px;
}
.sub-title h2 {
    font-size: 24px;
    line-height: 30px;
    color: #282828;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.sub-title span {
    font-size: 18px;
    line-height: 20px;
    color: #282828;
    font-family: 'LegacySansITCStdBookItalic';
}
.team-img {
    margin: 0 0 30px;
}
.team-cont h3 {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    font-family: 'AvenirLT95Black';
    text-transform: uppercase;
    margin: 0 0 30px;
}
.team-cont p {
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    font-family: 'AvenirLTStdBook'
}
/*team end*/

/*footer*/
.footer-top {
    background: #686868;
    padding: 40px 0 30px;
}
.follow {
    float: left;
}
.follow span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'AvenirLT95Black';
    text-transform: uppercase;
}
.social {
    float: right;
}
.social a {
    display: inline-block;
    color: #fff;
    margin: 0 20px;
}
.social a:hover {
    color: #2cb5b0;
}
.footer-copy {
    background: #e1e1e1;
    padding: 20px 0;
    text-align: center;
}
.footer-logo {
    padding: 0 0 5px;
}
.footer-logo a img {
    width: 235px;
}
.footer-copy p {
    font-size: 10px;
    line-height: 13px;
    color: #757575;
}
/*footer end*/

/*agent-section*/
.agent-section {
    padding: 30px 0;
}
.agent-tab {
    text-align: center;
}
.nav-tabs {
    display: inline-block;
    border: none;
}
.nav-tabs > li {    
    margin: 0 0 72px 0 !important;
}
.nav-tabs > li > a {
    border: none;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    background: #686868;
    font-family: 'LegacySansStdMedium';
    text-transform: uppercase;
    font-weight: normal;
    padding: 8px 50px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-right: 0;
    border-radius: 0 10px 10px 0;
}
.nav-tabs > li:first-child > a {
    border-radius: 10px 0 0 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #c2c2c2;
    border-right: 0;
}
.nav-tabs > li:last-child.active > a, .nav-tabs > li:last-child.active > a:focus, .nav-tabs > li:last-child.active > a:hover {
    border: 1px solid #c2c2c2;
}
.nav-tabs > li > a:hover {
    background: #686868;
}

.purchased{
    text-align: center;
}
.over_bar {
    width: 295px;
    height: 287px;
    border: 4px dotted transparent;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 30px;
	transition: all 0.2s ease 0.3s;
	
}
.aos-animate .over_bar {
	border: 4px dotted #2cb5b0;
}
.aos-animate .over_row h2 {
	animation: zoomInOut;
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 0.2s;
	   -moz-animation-duration: 0.2s;
	     -o-animation-duration: 0.2s;
	        animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
		 -webkit-animation-delay: 0.3s;
			-moz-animation-delay: 0.3s;
			  -o-animation-delay: 0.3s;
				 animation-delay: 0.3s;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0); }
	50% { -webkit-transform: scale(1.3); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(0); }
	50% { -moz-transform: scale(1.3); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(0); }
	50% { -o-transform: scale(1.3); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(0); }
	50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

[data-aos-delay='500'] .over_bar {
	transition-delay: 0.5s;
}
[data-aos-delay='500'] .over_row h2 {
		 -webkit-animation-delay: 0.5s;
			-moz-animation-delay: 0.5s;
			  -o-animation-delay: 0.5s;
				 animation-delay: 0.5s;
}
[data-aos-delay='1000'] .over_bar {
	transition-delay: 0.7s;
}
[data-aos-delay='1000'] .over_row h2 {
		 -webkit-animation-delay: 0.7s;
			-moz-animation-delay: 0.7s;
			  -o-animation-delay: 0.7s;
				 animation-delay: 0.7s;
}
[data-aos-delay='1500'] .over_bar {
	transition-delay: 0.9s;
}
[data-aos-delay='1500'] .over_row h2 {
		 -webkit-animation-delay: 0.9s;
			-moz-animation-delay: 0.9s;
			  -o-animation-delay: 0.9s;
				 animation-delay: 0.9s;
}
[data-aos-delay='2000'] .over_bar {
	transition-delay: 1.1s;
}
[data-aos-delay='2000'] .over_row h2 {
		 -webkit-animation-delay: 1.1s;
			-moz-animation-delay: 1.1s;
			  -o-animation-delay: 1.1s;
				 animation-delay: 1.1s;
}
[data-aos-delay='2500'] .over_bar {
	transition-delay: 1.3s;
}
[data-aos-delay='2500'] .over_row h2 {
		 -webkit-animation-delay: 1.3s;
			-moz-animation-delay: 1.3s;
			  -o-animation-delay: 1.3s;
				 animation-delay: 1.3s;
}


.over_row {
    background: #cecece;
    border-radius: 50%;
    width: 237px;
    height: 237px;
    text-align: center;
    display: inline-block;
    margin: 3px 0 0 0;
    padding: 70px 0 0 0;
}
.over_row h2{
    color: #53565a;
    font-size: 40px;
    line-height: 42px;
}
.purchased span{
    font-size: 20px;
    display: inline-block;
    line-height: 29px;
    color: #53565a;
    margin:0 0 55px 0;
    text-transform: uppercase;
}




.col_box span.phone_bar a{
    font-size: 18px;
    color: #2b3141;
}
.col_box span.phone_bar a:hover{
    color: #2cb5b0;
}
.get-touch span.wpcf7-not-valid-tip{ display: none; }

.get-touch input.form-control.wpcf7-not-valid { border:1px solid #f00; }
.get-touch div.wpcf7-validation-errors{     display: inline-block;
    text-align: center;
    color: #fff;
    border: 2px solid #f7e700; }
.contact_box span a{ color:#282828; }	
.contact_box span a:hover{ color: #2cb5b0; }






.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}