@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap');

*
{	
	font-family: 'Inter', sans-serif;
	font-size:16px;
	color:#484847;
	font-weight:300;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #FFDB00;
}
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';
}
.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-regular , .font-regular *
{
	 font-weight: 400;
}
.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-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;
	cursor:pointer;
	display:none

}

.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
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top: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:#FFDB00
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
/****************************************************************************************************************************/
header
{
	border-top:3px solid #FFDB00
}
.bg_shadow {
    background-size: cover;
	height:390px;
	position:relative;
}
.bg_shadow:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	content:'';
}
.bg_shadow  .container
{
	position:relative;
	z-index:60
}
header nav li a:hover , header nav li.active a
{
	color:#FFDB00;
}
header a{
color:#FFF
}
.social a span
{
	color:#FFF
}
.social a:hover span , .call a:hover , .breadcrumbs-box a:hover , footer a:hover , .footer_menu li a:hover
{
	color:#FFDB00
}
.social li
{
	padding-left:10px
}
.call
{
  border: 2px solid #FFDB00;
  border-radius: 9px;	
}
.bg1
{
	background:#2B363E
}
.bg2
{
	background:#1D252B
}
.bg3
{
	background:#F3F3F3
}
.bg4
{
	background:#FFDB00
}
footer iframe
{
	width:100%;
	height:100%
}
.br1
{
	border-right:1px solid #435460
}
.footer_menu li
{
	margin:0 20px;
}
.footer_menu li a
{
	color:#FFF
}
.about_text{
position:absolute;
bottom:25px;
left:0;
width:100%;
z-index:50
}

.google_map iframe
{
	width:100%;
	height:600px;
}
.contact-box
{
  border-radius: 14px;
  background-color: #F3F3F3;
  height:100%;
  padding:100px 40px 30px 40px ;
  
}
.home_parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 685px;
}.home_parallax:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	content:'';
}
.call_now a
{
 border-radius: 2px;
  background-color: #46A335;
  color:#FFF;    display: inline-block;
}
.call_now a:hover
{

  background-color: #FFDB00;
}
.green
{
	color:#4A7F11
}
.paper
{
	position:absolute;
	z-index:40
}
.paper1{top:6.25rem;left:50px;}.paper1 img{width:60px;}
.paper2{top:12rem;left:30%;}.paper2 img{width:90px;  -webkit-transform: scaleX(-1);transform: scaleX(-1);}
.paper3{top:6.25rem;right:10%;}.paper3 img{width:50px;  -webkit-transform: scaleX(-1);transform: scaleX(-1);}
.paper4{top:55%;right:30%;z-index:110;}.paper4 img{width:120px;}
.paper5{top:35%;right:-2%;z-index:90;}.paper5 img{width:120px;-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.paper6{top:35%;right:5%;z-index:110;}.paper6 img{width:120px;}
.paper7{top:45%;left:5%;z-index:60;}.paper7 img{width:120px;-webkit-transform: scaleX(-1);transform: scaleX(-1);}




.home_bg
{
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
	background-image:url('../img/bg13.png');
	height:950px;
	margin-top:-150px;
}



.banners {
   
}
.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: rgba(0,0,0,0.2);
    z-index: 50;
    content: '';
}.banners_text {
    position: absolute;
    top: 25vh;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 0;
}

.page-home header
{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%
}




.subbanners  .slick-dots li , .home_slick  .slick-dots li
{
	width:40px;
	height:5px;
	border-radius:25px;
}

.subbanners .slick-dots li  , .home_slick .slick-dots li 
{
	margin:0 2.5px;
}
 .subbanners .slick-dots li button ,  .home_slick .slick-dots li button
{
	width:40px;
	height:5px;border-radius:25px;
	background:#FFF;transition: all 0.5s ease-in;opacity:0.3;
	padding:0
}
.subbanners .slick-dots li button:before , .home_slick .slick-dots li button:before
{
	display:none
}
 .subbanners .slick-dots li button:hover , .subbanners .slick-dots li.slick-active button ,  .home_slick .slick-dots li button:hover , .home_slick .slick-dots li.slick-active button
{
	background:#FFF;opacity:1
}
.subbanners .slick-dots  {
    bottom: -5vh;
}
 .home_slick .slick-dots {
    bottom: -10vh;
}
.banners_arrow img
{
	cursor:pointer;
	width:40px;
}
.banners_arrow .left{
transform:rotate(180deg);	
}


.rightLst {
position:absolute;
left:0%;
bottom:0;
z-index:50;
cursor:pointer;
background:none;
display:none
}
.leftLst {
position:absolute;
left:0%;
bottom:0;
z-index:50;
cursor:pointer;
background:none;
transform:rotate(180deg);
display:none
}
.products_slick
{
	margin-bottom:10px !important;
}

.products_slick_nav .slick-slide {
    margin: 0 5px;
}
.products_slick_nav .slick-slide img{
    cursor:pointer
}

/* the parent */
.products_slick_nav .slick-list {
    margin: 0 -5px;
}



.products_slick .latest_arrow  img , .home_slick .latest_arrow  img
{
	width:50px;
}
.products_slick .rightLst , .products_slick .leftLst ,.home_slick .rightLst , .home_slick .leftLst 
{
	display:inline-block;
	bottom:calc(50% - 25px)
}
.products_slick .rightLst
{
	right:15px;
	left:auto
}
.products_slick .leftLst
{
	left:15px;
}




.home_slick .slick-slide {
    margin: 0 5px;
}
/* the parent */
.home_slick .slick-list {
    margin: 0 -5px;
}
.home_slick .bg_hover
{
	/*background:#FFF;*/
	border-radius:50%
}
/*
.home_slick .bg_hover 
{
	height:220px;
	width:220px;
}
.home_slick .bg_hover img
{
	max-width:70%
}*/
.home_slick .rightLst
{
	right:-50px;
	left:auto
}
.home_slick .leftLst
{
	left:-50px;
}
.home_slick h3 a:hover{color:#FFF}


.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: #FFDB00;
  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);
  }
}
.banners h2{min-height:180px;}
.filter a.active
{
	    border-bottom: 1px solid #252324;
}
.filter a {
    margin: 0 15px;
    display: inline-block;
	
}
@media all and (max-width: 1400px){
	.container{width:1200px}
	*{font-size:13px;}

}
@media all and (max-width: 960px){

.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;
	}
	.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;}
	.pb-25-m{padding-bottom:1.5625rem;}
	.pt-50-m{padding-top:3.125rem;}
	.py-25-m{padding:1.5625rem 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 }
	.px-0-m{padding-left:0;padding-right:0}
	.txt-cntr-m{text-align:center}
	.jc-fs-m{justify-content:center !important}
	h1, h2, h3, h4, h5, h6{line-height:initial}
.footer_menu li{margin: 0;width: 50%;text-align: center;padding: 10px 0;}
.footer_menu {display: flex;flex-wrap: wrap;}
.br1{border:0}
.py-100 {padding-top: 3.25rem;padding-bottom: 3.25rem;}.pt-100{padding-top: 3.25rem;}
.google_map iframe{height:300px;}
.font-50, .font-50 *{font-size:2rem}
.font-60, .font-60 *{font-size:2.5rem}
.d-n-m{display:none !important}
.counter_home .colw-25:nth-child(1) , .counter_home .colw-25:nth-child(2) {padding-bottom:1.5625rem}
.paper{display:none}
.home_bg{background-size:cover}
.line-60, .line-60 *{line-height:2rem}

.home_parallax {

    background-attachment: inherit;

}
}