@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
body { font-family: 'proxima_nova_rgregular'; font-size: 14px; color:#000000;}

/* HEADER
========================================================================*/
header { position:absolute; left:6%; top:50px; z-index:9;    width: 56%;}
header .logo{}
header .logo img{}
.reraWrap{ position:absolute; right:20px; top:20px;}
.reraWrap .reralogo{ float:left;}
.reraWrap .reralogo img{}
.reraWrap .reraText{ font-size:9px; margin-left:5px; margin-top:2px; line-height:10px; color:#fffefe; float:left;}
/* BANNER
========================================================================*/
.banner-section1 {
    width: 84%;
    margin: 0 auto;
}
.banner-section1 img {
    width: 100%;
}
 .banner-sub-right-text{
       color: #fff;
    font-size: 25px;
    text-transform: uppercase;
}
.bannerWrap{ display: grid; grid-template-columns: 67% 33%; }
.bannerWrap .banner{ position:relative;}
.bannerWrap .banner img{ width:100%;}
.bannerWrap .banner img.desktopBanner{display:block;height: 100vh;}
.bannerWrap .banner img.mobileBanner{ display:none;}
.bannerWrap .formWrap{ background:#8f6d3b url("../images/form-background.png") repeat center;}
.bannerWrap .formWrap .formInner{ padding:20px 70px 20px 70px;}
.bannerWrap .formWrap .formInner iframe{ width:100%; height:530px;}
.header-form{ padding:0 65px;}
label.toggle_switch.selected {
	background:#fff;
	color:#000;
}
label.toggle_switch {
	font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 10px;
    display: block;
    width: 50%;
    font-size: 11px;
    float: left;
    position: relative;
    text-align: center;
	cursor:pointer;
}
label.toggle_switch input {
    position: absolute;
    z-index: -1;
	height: 0;
	visibility: hidden;
}
.inputBox{ position:relative; margin-bottom:30px;}
.inputBox input{ width:100%;     padding: 15px 15px;    border: 1.28px solid #ffffff; color:#ffffff; font-family: 'proxima_novalight'; font-size:14px; background:none;}
.
.inputBox select{ width:100%; padding:17px 15px; border:1px solid #ffffff; color:#ffffff; font-family: 'proxima_novalight'; font-size:14px; background:none;}
.inputBox select option{ color:#000000;}
.inputBox textarea{ width:100%;     padding: 15px 15px;    border: 1.28px solid #ffffff; color:#ffffff; font-family: 'proxima_novalight'; font-size:14px; background:none;}
.inputBox .formError { color: #ff0000; font-weight: normal; font-size: 14px;
    position: absolute;}
.inputSubmit{ margin-top:40px; margin-bottom:40px;}
.inputSubmit input{	
text-align: center;
    padding: 9px 0;
    border: 2px solid #ffffff;
    font-size: 14px;
    display: block;
    color: #fff;
    font-family: 'proxima_novasemibold';
    transition: 1s;
    text-transform: lowercase;
    width: 100%;
    text-transform: uppercase;
    
}
.inputSubmit input:hover{ background:#ffffff; color:#000; transition: 0.5s;}

.thankMsg{ font-size:20px; line-height:28px; color:#ffffff; padding-top:150px;}
.thankMsg p{ margin-top:20px;}
.close{ display:none; position:absolute; right:15px; top:15px; cursor:pointer;}
.enqFixed{ position:fixed; bottom:0; left:0; width:100%; z-index:998; display:none;}
.banner-right4-images img {
    max-width: 280px;
}
.banner-right4-images {
    width: 50%;
    float: left;
}
.banner-right4-images:nth-child(2) {
    text-align: right;
    line-height: 45px;
}
 /* Book Appointment
=======================================================================*/
.bookappointmentBtn{ position:fixed; right:-71px; top:50%; margin-top:-15px; z-index:999; cursor:pointer; padding:10px 15px; background: #081005; color:#ffffff; font-size:16px; text-transform:uppercase; transform: rotate(90deg);-webkit-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.2); box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.2);transition: 0.5s;}
.bookappointmentBtn:hover{ background: #3ea12c; transition: 0.5s;}
.bookappointmentBtn span{}

.bookappointmentForm{  background:#202a14 url("../images/formBg.jpg") repeat center bottom; position:fixed; right:-450px; top:0; width:445px; z-index:9999; height:100%; overflow-y:scroll; transition: 1s;}
.bookappointmentForm.active{right:0; transition: 1s;}
.bookappointmentForm .bookappointmentformInner{ padding:60px 40px; position: relative; }
.bookappointmentForm .bookappointmentformInner iframe{ width:100%; height:530px;}

.bookappointmentclose{ position:absolute; right:30px; top:15px; cursor:pointer; z-index:99;}
.bookappointmentOverlay{ position:fixed; display:none; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.5); z-index:999;}
.bookappointmentOverlay.active{ display:block; }
/*
=======================================================================*/
.aboutWrap{padding:100px 0 100px;}
.aboutWrap .aboutInner{ width:90%; margin:0 auto; } 
.aboutWrap .aboutInner .aboutLeft{ width:74%; float:left; padding-right: 20px;} 
.aboutWrap .aboutInner .aboutLeft h2{ text-transform:uppercase; color:#458a44;}  
.aboutWrap .aboutInner .aboutRight{ width:35%; float:left; margin-left:5%;}   
.aboutWrap .aboutInner .aboutRight ul{}   
.aboutWrap .aboutInner .aboutRight ul li{ font-size:19px; color:#00000; text-transform:uppercase; overflow:hidden; background:#fab83f; padding:15px; margin-bottom:10px; font-family: 'proxima_nova_rgbold';}   
.aboutWrap .aboutInner .aboutRight ul li span{ font-size:12px; display:inline-block; float:right;font-family: 'proxima_nova_rgregular';line-height: 30px;font-weight: 600;} 
.aboutWrap .aboutInner .aboutRight ul li:last-child{ margin-bottom:0;}  
.amenitiesGroup h2 {    text-align: center;    color: #fff;    margin-bottom: 40px;}
/*Highlights
========================================================================*/
.highlightsWrap{}
.highlightsWrap .highlightsInner{ background:#030723; padding:20px 20px 60px; width:96%; margin:0 auto;}
.highlightsWrap .highlightsInner .tabInner{ padding:40px 60px 20px 60px;}
.highlightsWrap .tabInnerLogo{ margin-top:5px;}
.highlightsWrap .tabInnerLogo img{ max-width:150px;}
.highlightsWrap .tabInnerContentLeft {width:50%;float:left;}
.highlightsWrap .tabInnerContentRight {width:50%;float:left;padding-left:30px;}
.highlightsWrap .tabInnerContentRight p{color: #a6a6a6;
	font-size: .9em;
    line-height: 20px;
    font-weight: 600;
	margin:20px 0;
	}
.highlightsWrap .tabInnerContentRight ul {
	margin-top:20px;
}
.highlightsWrap .tabInnerContentRight li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
    list-style: outside;
    margin-left: 13px;
}
.tabInnerContent {
    margin-top: 20px;
}
.tabInnerGoldBox {
    margin-top: 30px;
	
	border-top:2px solid #906E3C;
	border-bottom:2px solid #906E3C;
	padding:10px 0;
}

.tabInnerGoldBoxCol.last{
	border-right:none !important;
}
.tabInnerGoldBoxCol p{
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
}
.tabInnerGoldBoxCol small{
    font-size: 9px;
    font-weight: 500;
}
.tabInnerGoldBoxCol{
	
	border-right:2px solid #906E3C;
		text-align:center;
}
.enq_group{ width:96%; margin:0 auto 20px;}
.tab_switch.tab2{float:right;}
.tab_switch:hover,.tab_switch.active{color:#000;background:#906E3C;}
.tab_switch{ width:49.8%;float:left;padding:8px; border:2px solid #8F6D3B;text-align:center;color:#000;font-weight:bold;}
.enq_button_white{
	background: #fff;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
    padding: 3px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.col-3{
	width:33.33%;
	float:left;
}
.col-2{
	width:50%;
	float:left;
}
.tabTop p {color:#fff;text-align:right; font-size: 10px;
    line-height: 15px;}
.highlightsInner{
	display:none;
}
.highlightsInnerRelative{
	position:relative ;
}
.highlightsInner.pro-active{
    position: absolute;
    display: block;
    clear: both;
    float: none;
    top: 0;
    z-index: -11111111111;
    width: 96%;
    left: 2%;
}
.highlightsInner.active{
	display:block;
}
/*.highlightsWrap .highlightsInner .highlightsBox:after{position:absolute; left:0; top:0; content:""; width:100%; height:100%; background:url("../images/inner_highlightbg.png") no-repeat; z-index:1; opacity:1;}*/
.highlightsWrap .highlightsInner .highlightsBox h3{ font-size:34px; line-height:36px; text-transform:uppercase; color:#ffffff;font-family: 'proxima_nova_rgbold'; position:relative; z-index:99; margin-bottom:20px;}
.highlightsWrap .highlightsInner .highlightsBox ul{  position:relative; z-index:99;}
.highlightsWrap .highlightsInner .highlightsBox ul li{ color:#ffffff; background:url("../images/bullet.png") no-repeat left top 8px; padding-left:15px; margin-bottom:8px;}

/*sitathome
=======================================================================*/
.sitathomeWrap{ background:#27295d; padding:60px 0; margin:90px auto; width:90%;}
.sitathomeWrap .sitathomeInner{ width:90%; margin:0 auto; color:#ffffff;}
.sitathomeWrap .sitathomeInner .txtleft h2{ color: #f9bf39;    width: 60%;    float: left;    margin-bottom: 0;    font-size: 24px;    text-transform: capitalize;    line-height: 31px;	}
.sitathomeWrap .sitathomeInner h4{}
.sitathomeWrap .sitathomeInner ul{display: grid; grid-template-columns: 19% 19% 19% 19% 19%; grid-column-gap: 1%; margin:40px 0;}
.sitathomeWrap .sitathomeInner ul li{ }
.sitathomeWrap .sitathomeInner ul li .num{ width:40px; height:40px; line-height:40px; text-align:center; border:1px solid #ffffff; border-radius:50%; }
.sitathomeWrap .sitathomeInner ul li h5{ font-size:18px; line-height:18px;  color:#ffffff;font-family: 'proxima_novasemibold'; margin:15px 0 5px 0;}
.sitathomeWrap .sitathomeInner ul li p{ margin-top:0;}
.booksitevisit{}
.booksitevisit a{     background: #27295d;    padding: 10px 30px;    display: inline-block;    color: #fff;    text-align: center;    font-size: 20px;    line-height: 20px;    font-family: 'proxima_novasemibold';    transition: 1s;    border: 2px solid #ffffff;    border-radius: 0;    width: 36%;    float: right;    margin-top: 6px;	}
.booksitevisit a:hover{ color:#1c351a; background:#ffffff; transition: 1s;}

/*
========================================================================*/
.connectedWrap{}
.connectedWrap .connectedInner{ display: grid; grid-template-columns: 50% 50%;}
.connectedWrap .connectedLeft{}
.connectedWrap .connectedLeft iframe{     width: 100%;    height: 210px;    margin-top: 20px;}
.connectedWrap .connectedLeft img{ width: 100%;}.connectedRightinner p{    font-size: 14px;    letter-spacing: 0px;    line-height: 23px;    color: #000000;    font-weight: 500;}
.connectedWrap .view-gmap {    background: #4EB2E4;    color: #000;    padding: 10px;    margin-top: 0px !important;    text-align: center;    width: 100%;    display: block;    font-weight: 700;}.connectedWrap .connectedRight{ background:#f6eedc;}
.connectedWrap .connectedRight .connectedRightinner{ padding:50px;}
.connectedWrap .connectedRight h2{ color:#27295d;}.connectedimg  img{ width:100%; }
.connectedWrap .connectedRight .connectedTable{ width:48%; margin:30px 1% 0 1%; float:left;}
.connectedWrap .connectedRight .connectedTable h4{ font-size:14px; line-height:16px; margin-bottom:15px; text-transform:uppercase; font-family: 'proxima_nova_rgbold';}
.connectedWrap .connectedRight .connectedTable table{ width:100%;}
.connectedWrap .connectedRight .connectedTable table tr{}
.connectedWrap .connectedRight .connectedTable table tr td{ padding:5px 0;}
.connectedWrap .connectedRight .map{}
.connectedWrap .connectedRight .map iframe{ width:100%; height:300px;}

/*Amenities
========================================================================*/
.amenitiesWrap{ margin:60px 0;}
.amenitiesWrap .amenitiesInner{ background:url("../images/blue-bg-sky.png") no-repeat center/cover; padding:1px 0 5px 0; width:90%; margin:0 auto;    background-color: #4eb2e4;}
.amenitiesWrap .amenitiesInner .amenitiesGroup{ width:80%; margin:50px auto;}
.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox{ color:#ffffff; width:50%; float:left; margin-bottom:30px;}
.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox .amenitiesBoxinner{min-height: 152px; padding-left:60px;}

.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox.amenitiesThree .amenitiesBoxinner{ background:url("../images/amenities-icon3.png") no-repeat left top;}
.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox.amenitiesFour .amenitiesBoxinner{ background:url("../images/amenities-icon4.png") no-repeat left top;}
.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox .amenitiesBoxinner h3{ font-size:18px; line-height:20px; text-transform:uppercase; color:#ffffff; font-family: 'proxima_nova_rgbold'; margin-bottom:20px;}
.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox .amenitiesBoxinner ul{}
.amenitiesWrap .amenitiesInner .amenitiesGroup .amenitiesBox .amenitiesBoxinner ul li{ background: url(../images/bullet.png) no-repeat left top 8px;    padding-left: 15px;    font-size: 18px;    line-height: 33px; }

/*
==========================================================================*/
.aboutachlareWrap {  background:#E6E7E8;  margin: 70px 0 0;}
.aboutachlareWrap .aboutachlareInner{ width:90%; margin:0 auto;font-family: 'proxima_nova_rgregular';bpadding: 80px 150px;font-size:40px;}
.aboutachlareWrap{ padding:100px 0 100px; position:relative;}
.aboutachlareWrap .aboutachlareInner h2{ text-align:center;margin-bottom:50px;}
.aboutachlareWrap .aboutachlareInner ul{ margin:40px auto; display: grid; grid-template-columns: auto auto auto auto auto;width: 90%; }.aboutachlareInner p{     text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: .35em;
    line-height: 23px;
    color: #333;}
.aboutachlareWrap .aboutachlareInner ul li{   margin:0;}
.aboutachlareWrap .aboutachlareInner ul li .num{ text-align:center; color:#333; font-size:36px; line-height:38px;  font-family: 'proxima_nova_rgbold'; text-transform:uppercase;}
.aboutachlareWrap .aboutachlareInner ul li .text{text-align:center;  font-size:13px; line-height:20px; color:#333; font-family: 'proxima_novasemibold'; }

/* Gallery
========================================================================*/
.slider.gallerySlider.slick-initialized.slick-slider .slick-prev {
    position: absolute;
    right: 55px;
    bottom: 10px;
    z-index: 1111111;
}
.slick-slide img{
	width:100%;
}
.slider.gallerySlider.slick-initialized.slick-slider .slick-next {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1111111;
}
.slick-prev i.fa,.slick-next i.fa {
    background: #ccc;
    padding: 5px 15px;
    font-size: 25px;
    color: #353535;
    font-weight: 500;
	cursor:pointer;
}
.galleryWrap{ position:relative; padding:60px 0; background:#f5f5f5;}
.galleryWrap .gallerySliderWrap{position:relative; width:90%; float:right;}
.galleryWrap .gallerySliderWrap .galleryBox{ margin-right:20px;}
.galleryWrap .gallerySliderWrap .galleryBox img{ width:100%;}
.galleryWrap .gallerySliderWrap .galleryBox span{ display:block; text-transform:uppercase; margin:5px 0;}
.galleryWrap .slick-arrow{ position:absolute; top:50%; width:73px; height:59px; border:none; z-index:9; overflow:hidden; text-indent:-1000px; margin-top:-40px;}
.galleryWrap .slick-prev.slick-arrow{background:url("../images/left-arrow.png") no-repeat; left:10px;}
.galleryWrap .slick-next.slick-arrow{ background:url("../images/right-arrow.png") no-repeat; right:10%;}
.galleryWrap .slick-arrow.slick-disabled{ display:none !important;}

/* ADDITIONAL
========================================================================*/p{
    font-size: 14px;    letter-spacing: 0px;    line-height: 28px;    color: #000000;    font-weight: 600;}.banner-logo{width:27%;float:left;}.banner-right{width:73%;float:left;}.banner-right h2{font-size: 47px;				line-height: 49px;				color: #ffffff;				font-weight: bold;		}.banner-right h4.prem{	line-height: 17px;    color: #ffffff;    font-weight: bold;    font-size: 27px;	margin-bottom: 30px;}.banner-right h5 {        font-size: 11px;    text-transform: uppercase;    font-weight: 500;}.banner-right h4 {    font-size: 20px;    line-height: 25px;    margin-top: 5px;    font-weight: 700;}
    .banner-right1{
        margin-top:140px;
    }
	.w-100{
		width:100%;
	}
    .banner-right2{
       margin-top:25px; 
    }
    .aboutLeft{
        text-align:center;
        font-size: 27px;
        margin-left:13%;
    }
	.aboutLeft p {
		color: #685c5c;
		line-height: 26px;
		font-size: .5em;
	}
	
/* FOOTER
========================================================================*/
footer { background-color:#000  !important; font-size: 14px;padding: 80px 0; color: #a4adb4; }
.footerWrap { padding:0px 0;width: 95%;    margin: 0 auto;}
.footerWrap .footerBox{ float:left; padding: 0px 0;}
.footerWrap .footerBox.footerBoxFirst{ position:relative; width:70%; }
/*.footerWrap .footerBox.footerBoxFirst:after{ width:1px; height:100%; right:0; top:0; content:""; position:absolute; background:#526551;}*/
.footerWrap .footerBox.footerBoxMiddle{ margin:0 8%; }
.footerWrap .footerBox.footerBoxLast{width:30%; }
.footerLogo{}.footerLogo img {    max-height: 68px;}
.copyRight { font-size:12px; line-height:14px; margin-top:40px;}
.copyRight.desktopcopyRight{ display:block;}
.copyRight.mobilecopyRight{ display:none;}
.footerAdd {    padding-right: 30px;}
.footerAdd.lastBox{ margin-bottom:0;}.footerAdd ul li {    font-size: 12px;}
.footerAdd h5{ color:#e1e1e1; text-transform:uppercase;font-family: 'proxima_nova_rgregular'; font-size:16px;}
.footerCol-1{
	border-right:1px solid #a2a2a2;
	padding-right:20px;
}
.footerCol-2{
	padding-left:30px;
}
.footerCol.footerSecondRow {
    width: 100%;
    border-top: 1px solid;
    padding-top: 30px;
    margin-top: 30px;
}

.footerCol{width:50%;float:left;}
.footerAdd ul{ }
.footerAdd ul li{ }
.enquirenow{ width:80%; float:right;    margin-top: 22%;}
.enquirenow a{ 
	text-align: center;
    padding: 9px 0;
    border: 2px solid #906E3C;
    font-size: 14px;
    display: block;
    color: #fff;
    font-family: 'proxima_novasemibold';
    transition: 1s;
    text-transform: uppercase;
}
.footerWrap:first-child { }
.footerWrap:nth-child(2) {   margin-top:-20px;}
.copyright a{ 
margin-left:10px;
}   
.copyright {    
	font-size: 12px;
    color: #a2a2a2;
    width: 100%;
    text-align: right;
	
	/*background-image:url("../images/icon-setu.png");
	background-position:right;
	padding-right:30px;
	    background-repeat: no-repeat;*/
}
.enquirenow a:hover{ background:#ffffff; color:#1d361b;transition: 1s;}.footerBoxMiddle *{ color:#eaeaea;}

/* HEADINGS
========================================================================*/
h1, h2, h3, h4, h5, h6 { }
h1 { }
h2 { font-size:36px; line-height:38px; color:#000000; font-family: 'proxima_nova_rgbold'; margin-bottom:30px;text-transform:uppercase;}
h3 { }
h4 { }
h5 { }
h6 { }
p { margin-top: 10px; }
p:first-child { margin: 0; }
/* FORM
========================================================================*/
label { }
input, textarea, select { font-size: 14px; background: none; border: 1px solid #dadada; padding:12px; margin: 0; }
input:focus, textarea:focus { border-color: #f1f1f1; background: none; }
::-webkit-input-placeholder {color: #f6f6f6;}
:-ms-input-placeholder { color: #f6f6f6;}
::placeholder { color: #f6f6f6;}


/* Slick Slider
========================================================================*/
.slick-slider{position:relative; display:block; -moz-box-sizing:border-box;  box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; 	user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer; cursor:hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0);  -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);}
.slick-track{position:relative; top:0; left:0; display:block;}
.slick-track:before, .slick-track:after{display:table; content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; float:left; height:100%; min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block; height:auto; border:1px solid transparent;}
.slick-arrow.slick-hidden {display:none;}

/* Font Family
=======================================================================*/
@font-face {
font-family: 'proxima_novaextrabold';
src: url('fonts/proximanova-extrabold-webfont.eot');
src: url('fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova-extrabold-webfont.woff') format('woff'),
url('fonts/proximanova-extrabold-webfont.ttf') format('truetype'),
url('fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'proxima_nova_rgbold';
src: url('fonts/proximanova-bold-webfont.eot');
src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova-bold-webfont.woff') format('woff'),
url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'proxima_novasemibold';
src: url('fonts/proximanova-semibold-webfont.eot');
src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova-semibold-webfont.woff') format('woff'),
url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
url('fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'proxima_nova_rgregular';
src: url('fonts/proximanova-regular-webfont.eot');
src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova-regular-webfont.woff') format('woff'),
url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;

}
@font-face {
font-family: 'SF Pro Display';
src: url('fonts/sfpro/SF-Pro-Display-Regular.otf');
}
@font-face {
font-family: 'proxima_novalight';
src: url('fonts/proximanova-light-webfont.eot');
src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/proximanova-light-webfont.woff') format('woff'),
url('fonts/proximanova-light-webfont.ttf') format('truetype'),
url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
font-weight: normal;
font-style: normal;

}
.text1{
    color:#fff;
}