@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

@font-face {

 font-family: 'AvantGarGotItcTEE';
    src: url('../AvantGarGotItcTEE/AvantGarGotItcTEE.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../AvantGarGotItcTEE/AvantGarGotItcTEE.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../AvantGarGotItcTEE/AvantGarGotItcTEE.woff') format('woff'),  /* Newer browsers */
         url('../AvantGarGotItcTEE/AvantGarGotItcTEE.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../AvantGarGotItcTEE/AvantGarGotItcTEE.svg#AvantGarGotItcTEE') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	
	font-family: 'Mulish', sans-serif;
	font-size:16px;
	color:#0f1d41;
	font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #0f1d41;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.font-big-caslon{ font-family: 'big-caslon';
}


.font-avant , .font-avant *{ 

font-family: AvantGarGotItcTEE;
}


.d-inline-block
{
	display:inline-block
}
.li_listing li
{
    display: list-item;
    list-style: disc;
    margin-left: 20px;
    /* list-style-position: */
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}

.font-bold , .font-bold *
{
	 font-weight: 900;
}
.font-light , .font-light *
{
	 font-weight: 300;
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
	line-height:2rem
}
.font-35, .font-35 *
{
	font-size:2.1875rem
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
	line-height: 3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;


}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #FFF;
	top:0;


	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:20px;

}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify , .txt-justify *
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem
}
.line-35 , .line-35 *
{
	line-height:2.1875rem
}
.line-40 , .line-40 *
{
	line-height:2.5rem
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
a:hover
{
	color:#0f5591
}
/****************************************************************************************************************************/
.bg_blue
{
	background:#143457;
}
.bg_blue1
{
	background:#0f1d41;
}
.trigger
{
	display:none
}
header nav li {
    margin: 0;
    padding:0 20px;
    line-height: 1;
}
header nav li a {
    color: #0f1d41;
	text-transform: capitalize;
}
header nav li a:hover , .breadcrumbs-box a:hover {
    color: #0f5591;
}
.online_shop a
{
  border-radius: 8px;font-size: 0.9rem;
  background-color: #0f1d41;color:#FFF	
}

.online_shop a:hover
{
	color:#FFF;
	background:#0f5591;
	letter-spacing:1px
}
.breadcrumbs-box li
{
	padding:0 5px
}
footer
{
	display:inline-block;
	width:100%;
	background:#0f1d41
}
footer ul li
{
	padding:0 5px;
}

.bg_grey
{
	background:grey
}
.bg_lightgrey
{
	background:#F5F5F5
}
.bg_blue3
{
	background:#EEF4F8
}
.google_map
{
	height:500px;
}
.google_map iframe
{
	width:100%;
	height:100%
}
.google_map_home iframe{
		width:100%;
	height:100%
}
.py-80
{
	padding-top:5rem;
	padding-bottom:5rem
}
.abso_img
{
	position:absolute;
	top:-100px;
	right:0;
	z-index:50
}
.success
{
	color:green
}


input[type='text']::placeholder , textarea::placeholder , select::placeholder , input[type='email']::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color:#0f1d41;
  opacity: 1; /* Firefox */
}

input[type='text']:-ms-input-placeholder , textarea:-ms-input-placeholder , select::ms-input-placeholder , input[type='email']:-ms-input-placeholder   { /* Internet Explorer 10-11 */
 color:#0f1d41;
}

 input[type='text']::-ms-input-placeholder , textarea::-ms-input-placeholder   , select::-ms-input-placeholder ,  input[type='email']::-ms-input-placeholder { /* Microsoft Edge */
 color: #0f1d41;;
}

#submit_form label {
    font-size: 14px;
    color: #9d9b9b;
    padding-bottom: 5px;
    display: inline-block;
}
.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 12px;
}
.file-custom img
{
	width:20px;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
button[type=submit]
{
	border-radius: 8px;
	height:50px;
    background-color: #0f1d41;
	width:100%;
	text-align:center;
	color:#FFF;
}


button[type=submit]:hover
{

    background-color: #0f5591;

}
header nav li.active a
{
	color:#0f5591;
	font-weight:bold
}
.bg_shadow
{
	background-size:cover;
	background-position:bottom center
}
#news_events .colw-33 , #brands .colw-33 {
    max-width: 32.5%;
}
.grey
{
	color:#6D7278
}

#news_events a , .banners a {
    border-radius: 8px;
	color:#FFF;
    background-color: #0f1d41;
}
#news_events a:hover , .banners a:hover {

    background-color: #0f5591;
	letter-spacing:1px 
}
.cur
{
	cursor:pointer
}
.back:hover img
{
	transform:translateX(-5px)
}
.news_minheight
{
	min-height:450px
}

.about_img
{
	order:2
}
.about_img .bg_hover
{
	float:right
}
.about_desc
{
	order:1
}
.about_main .about_box:nth-child(2n+2) .about_img
{
	order:1
}
.about_main .about_box:nth-child(2n+2) .about_desc
{
	order:2
}
.pb-0
{
	padding-bottom:0
}
.op-0 {
    opacity: 0;
    min-height: 0 !important;
    height: 0 !important;
}

#brands .colw-33
{
	
}
.brands_logo1
{

	width:100%;
	height:250px;
	z-index:50	
}
.brands_logo
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}
.brands_hover:hover .brands_img
{
	    transform: scale(1.1);
}
.brands_hover , .brands_img 
{
	transition: all 1s ease-in-out;
    overflow: hidden;
}



 .brands_shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
}
.brands_shadow.no_bg
{
	 background:none;
}
 .brands_hover:hover .brands_shadow {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.bb-2
{
	border-bottom:5px solid #0f1d41
}
.bb-3
{
	border-bottom:1px solid #D1D1D1
}
.brands_details .colw-30 img
{
	max-width:300px;
}
.desc b
{
	font-weight:bold
}
.container.mini {
    max-width: 930px;
}
.bg_white
{
	background:#FFF
}
.read_abso
{
	position:absolute;
	bottom:10px;
	left:-5px;
	z-index:50
}
.lightblue
{
	color:#0f1d41
}
.home_about a:hover
{
	color:#0f5591;
	transform:translateX(10px)
}
.bg_lightblue
{
	background:#0f1d41
}
.items_bg
{
	position:relative;
	top:0;
	left:0;
	z-index:40;
	width:100%;
	height:300px;	
	background-size:cover;
}
.about_overlay
{
	position:relative;
	z-index:50;
	width:100%;
	height:100%;
	display:none
	
}
.home_listing .colw-40
{
	width:38%
}
.brands_slick
{
	margin:0 !important
}
.rightLst {
position:absolute;
right:47%;
bottom:-55px;
z-index:50;
cursor:pointer;
background:none
}
.leftLst {
position:absolute;
left:47%;
bottom:-55px;
z-index:50;
cursor:pointer;
background:none
}




.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.48);
    z-index: 50;
   
}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 15vh;
}






.banners  .slick-dots li , .d_slick .slick-dots li , .news_gallery .slick-dots li
{
	width:10px;
	height:10px;
	border-radius:25px;
}
.banners .slick-dots li  .news_gallery .slick-dots li 
{
margin:5px 0;	
}
 .d_slick .slick-dots li
{
	margin:0 2.5px;
}
 .banners .slick-dots li button , .d_slick .slick-dots li button , .news_gallery .slick-dots li button
{
	width:10px;
	height:10px;border-radius:25px;
	background:#0f1d41;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before , .d_slick .slick-dots li button:before , .news_gallery .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button ,  .d_slick .slick-dots li button:hover , .d_slick .slick-dots li.slick-active button 
{
	background:#FFF;
}
.news_gallery .slick-dots li button:hover , .news_gallery .slick-dots li.slick-active button
{
	background:#c9e3f4
}
.banners .slick-dots{
    top: 0;
    z-index: 10;
    width: 10px;
    height: 100%;
	right:25px;
	    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
 .d_slick .slick-dots{
    bottom: 2vh;
	z-index:10
}










.scroll_down
{
	position:absolute;
	bottom:5vh;
	left:50%;
	z-index:50;
	cursor:pointer;
		display:flex;
}
.scroll_down div
{
	transition: all 0.5s ease-in;
}
.scroll_down:hover div
{
	 transform: translateY(5px);
}.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index:100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0f1d41;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.page-home header
{
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	width:100%;
	
}
.page-home header .bg_blue
{
	background:none
}
.jc-fe
{
	justify-content:flex-end
}
.scroll_up
{
    width: 44px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 60;
    height: 40px;
	color:#FFF;
    background: #0f1d41;
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    font-size: 22px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;	
	
}
.h250
{
	height:250px;
}
.logo img
{
	max-width:300px;
}
.banners_text  .white 
{
	color:#0f1d41
}
.breadcrumbs-box .white , .breadcrumbs-box .white *
{
	color:#0f1d41
}




.brands_slick .slick-track , .home_work_slick .slick-track
{
    display: flex !important;
}

.brands_slick .slick-slide , .home_work_slick .slick-slide
{
    height: inherit !important;
}
.brands_slick .slick-slide  , .brands_slick .slick-slide  div
{
	height:100%
}
.about_main .colw-100:nth-child(1)
{
	/*background:#EEF4F8*/
	background:#FFF
}
.about_main .colw-100:nth-child(1) .about_desc  
{
	order:2
}
.about_main .colw-100:nth-child(1) .about_img   
{
	order:1
}






.about_main .colw-100:nth-child(2)
{
	background:#EEF4F8
}
.about_main .colw-100:nth-child(2) .about_desc  
{
	order:1
}
.about_main .colw-100:nth-child(2) .about_img   
{
	order:2
}




.about_main .colw-100:nth-child(3)
{
	background:#FFF
}
.about_main .colw-100:nth-child(3) .about_desc  
{
	order:2
}
.about_main .colw-100:nth-child(3) .about_img   
{
	order:1
}
.banners .slick-dots li
{
	margin:5px 0
}

  .overlay_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 40px 40px;z-index:50;
    background: url(../img/play.png) center no-repeat;
}

.news_gallery img
{
	display:inline-block !important
}
.catalogue-img img
{
	width:100%;
}
.news_gallery
{
	border:1px solid #c9e3f4
}

@media all and (max-width: 1400px){
	.container{width:1200px}
	*{font-size:13px;}

}

@media all and (max-width: 960px){
.container.mini {
    max-width: 860px;
}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}.listings_box .colw-65{min-height:auto}
.back_inner{position:relative;left:auto;top:auto;margin:0 0 20px 20px;}.back_inner a{transform:inherit}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #00022C;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}
	header li .ddm{padding:0}
	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	.logo img{max-width:250px;}
	.pb-25-m{padding-bottom:1.5625rem;}#news_events .colw-33, #brands .colw-33 {
    max-width: 49.5%;
}.font-50, .font-50 *{font-size:2.5rem}
}


@media all and (max-width: 460px){.amenities_desc li{width:100%}.items_bg{height:auto}
.brands_slick .brands_hover
{
	width:100%;
	max-width:450px;
	height:auto;
}
.banners_text{padding-top:5vh}

	.header_right{padding-right:30px;}
	.slided .trigger > div > span{background:#FFF}
	.slided .trigger {top: 5px;}	
	.flex-row-m{flex-direction:column}
	.pr-25-m{padding-right:1.5625rem;}
	.pt-25-m{padding-top:1.5625rem;}
	
	.pt-50-m{padding-top:3.125rem;}.pt-0-m{padding-top:0;}
	.pr-0-m{padding-right:0}
	.pl-0-m{padding-left:0}
	.mt-0-m{margin-top:0}
	.ml-0-m{margin-left:0 }
	h1, h2, h3, h4, h5, h6{line-height:initial  !important}
	.abso_img , .home_listing{position:relative;top:auto;left:auto;    transform: translate(0) !important;}
	.logo img {max-width: 80%;}	
	#news_events .colw-33, #brands .colw-33{max-width:100%}
	.order-1-m{order:1}.order-2-m{order:2}
	.about_main .about_box:nth-child(2n+2) .about_img{order:2}
	.about_main .about_box:nth-child(2n+2) .about_desc{order:1}	
	.px-50-m{padding-left:5%;padding-right:5%}
	nav{display: flex !important;justify-content: center;flex-direction: row;align-content: center;align-items: center;}
	.online_shop a{text-align:center}
	.container.mini {max-width: 100%;}
	.home_listing .colw-40{width:100%}
	.main_bg{height:45vh}
	.banners h2{font-size:2rem;line-height:2rem}
	.home_listing .colw-20{padding:50px 0}
	
	.about_overlay{position:relative;top:auto;left:auto}
}.online_shop li.active a
{
	background:#0f5591;
}