@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;700&display=swap');
:root {
  --black-color: #484847;
  --white-color: #FFF;  
  --gold-color: #D4AD25;
  --border-color: #979797;

}
@font-face {
    font-family: 'Athelas-Regular';
    src: url('../athelas/Athelas-Regular.eot');
    src: local('Athelas-Regular'), local('Athelas-Regular'),
        url('../athelas/Athelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('../athelas/Athelas-Regular.woff2') format('woff2'),
        url('../athelas/Athelas-Regular.woff') format('woff'),
        url('../athelas/Athelas-Regular.ttf') format('truetype');
}
html
{	
	font-size:16px;
}
body
{
	font-size: 1rem;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	color:var(--black-color);
	font-family: 'Albert Sans', sans-serif;
	
}
a {
	color:var(--black-color);
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover
{
	color:var(--gold-color);
}
.transition
{
	transition:all 0.5s ease-in-out;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult2  , .FormResult *, .FormResult1 * 
{
	color:green;
	display:block;
	min-height:25px;

}
.font2 , .font2 *
{
	 font-family: 'Athelas-Regular';

}

.FormResult-newsletter
{
	color:green;
}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-light , .font-light *
{
	font-weight:300;
}
.font-medium , .font-medium *
{
	font-weight:500;
}
.font-semi , .font-semi *
{
	font-weight:600;
}
.font-bold , .font-bold *
{
	font-weight:700;
}
.font-10, .font-10 *
{
	font-size:0.625rem
}
.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-17, .font-17 *
{
	font-size:1.0625rem
}
.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-25, .font-25 *
{
	font-size:1.5625rem
}
.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;
}
.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;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size: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
}
.jc-se
{
	justify-content: space-evenly
}
.trigger{
	width: 36px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:100%;
	margin:0;
	background: #FFF;
	top:0;
	border-radius:5px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}
.trigger > div > span:nth-child(1){

	width:18px;
	left:0
}
.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
	width:18px;
	right:0;	
    left: auto;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	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: 11px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-380px,0); /* IE 9 */
	-webkit-transform: translate(-380px,0); /* Safari */
	transform: translate(-380px,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
}
.pb-100
{

	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-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-76 , .line-76 *
{
	line-height:4.75rem
}
.line-80 , .line-80 *
{
	line-height:5rem
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.filter_white
{
	filter: brightness(0) invert(1);

}
.container
{
	width:1250px
}
.ai-c
{
	align-items:center
}
.black-color , .black-color *
{
	color:#000
}
.gold-color , .gold-color *
{
	color:var(--gold-color)
}
.z-70
{
	z-index:70
}
.bg1
{
	background-color: #F1F1F1;
}
.bg2
{
	background:url('../img/bg2.jpg') no-repeat center center / cover
}
.underline
{
	text-decoration:underline
}
.mtt-50
{
	margin-top:-150px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer-box
{
  border: 1px solid var(--border-color);
  background-color: #FFFFFF;	
}
.footer-logo img
{
	max-width:270px;
}
.footer-menu li
{
	margin:0 15px;
}
.footer-menu li a
{
	color:#000
}
.footer-menu li a:hover
{
	color:var(--gold-color)
}
.maps iframe
{
	height:180px;
	width:100%
}
.footer-social a {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    border-radius: 50%;
	background:var(--black-color);
}
.footer-social a span {
	color:#FFF
}
.footer-social a:hover {
	background:var(--gold-color);
}


header .img-bg
{

	width:100%;
	height:300px;
	position:relative;
 	-webkit-animation: kenburns-bottom 3s ease-out both;
	animation: kenburns-bottom 3s ease-out both; 	
}
header .img-bg:before
{
	content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
header .img-bg:after
{
	content: '';
    width: 100%;
    height: 200px;
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}

.over_header
{
	overflow:hidden
}
.header-box
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	 

}
.logo img
{
	max-width:270px;
}
.menu_header
{
	  background-color:#FFF;
	  position:fixed;
	  top:-100%;
	  width:100%;
	  height:100vh;
	  z-index:60;
	  
	right: 0; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);	  
	  
}
.menu_header.active {
    opacity: 0.95;
    visibility: visible;
    top: 0;
}
.menu_header li , .menu_header ul
{
	width:100%
}
.breadcrumbs
{
	  border-bottom: 1px solid  var(--border-color);

}
.breadcrumbs li
{
	margin-right:10px;
}
.a_link a
{
  border-radius: 25px;
  background-color: var(--gold-color);
  padding:15px 25px;  

}
.a_link a:hover
{
  background-color: var(--black-color);
}

.a_link_1 a
{
  border-radius: 25px;
  background-color: #000;
  padding:15px 25px; display:block 
}
.a_link_1 a:hover
{
  background-color: var(--gold-color);
}
.text-left-border
{
	position:relative;
	padding-left:20px;
}
.text-left-border:before
{
  width: 2px;
  height:100%;
  content:'';
  background-color: #D8D8D8;
  position:absolute;
 left:0;
	top:0;z-index:50;  
}
.our_work_video .img-bg {
    height: 500px;
}
.c_map iframe
{
	width:100%;
	height:415px;
}
.categories-box
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);

}
.cat-box
{
	overflow:hidden 
}
.cat-box img
{
	transition:all 1s ease-in-out;
	overflow:hidden	
}
.cat-box:hover img
{
	transform:scale(1.1);
}
.gallery_slick
{
	margin-bottom:10px !important
}
.gallery_slick_for .slick-slide  {
      margin: 0 7px;
  }

  /* the parent */
.gallery_slick_for .slick-list  {
      margin: 0 -7px;
  }
  .latest_arrow
{
	position:absolute;
	cursor:pointer;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
	z-index:60;
	background:none
}


.latest_arrow.leftLst  
{
	left:25px
} 
.latest_arrow.rightLst 
{
	right:25px
} 
.gallery_slick_for 
{
	max-width:545px;
}
.related_slick
{
	margin-bottom:0 !important
}
.related_slick .slick-slide  {
      margin: 0 10px;
  }

  /* the parent */
.related_slick .slick-list  {
      margin: 0 -10px;
  }
.contact-form label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
}

.contact-form textarea.h1 {
    height:229px;
}
.contact-form textarea.h2 {
    height:140px;
}
.contact-form button[type=submit]
{
	width:220px;
	height:50px;
	border-radius: 25px;
    background-color: var(--gold-color)
}
.contact-form button[type=submit]:hover
{
    background-color: var(--black-color)
}
.h_bg1_box:before
{
	position:absolute;
	top:0;
	content:'';
	left:50%;
	z-index:50;
	width:100%;
	max-width:1250px;
	height:400px;
	transform:translateX(-50%);
	background-color: #F1F1F1;
}
.h_catalogue .img-bg
{
	height:600px;
}
.categories_slick
{
	margin-bottom:0 !important
}
.h_categories_box
{
	width:100%;
	max-width:500px;
}
.m-0-auto
{
	margin:0 auto
}
.view_col
{
	position:absolute;
	right:-50px;
	top:100px;
	z-index:50;
	
}
.categories_big_title
{
  color: #F3F3F3;
  font-size: 8.4375rem;
  letter-spacing: 0;
  line-height: 19.375rem;	
  position:absolute;
  top:50%;
  width:100%;
  left:0;
  text-align:center;
  z-index:10;
  transform:translateY(-50%)
}
.h_about_description
{
	display:none
}
.h_description_1
{
	display:block
}
.h_about
{
	opacity:0.5;
	transition:all 0.5s ease-in-out;
}
.h_about.active
{
	opacity:1
}






.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%;content:'';
    background-color: rgba(0,0,0,0.41);
    z-index: 50;
   
}
.banners_bg:after {
    content: '';
    width: 100%;
    height: 200px;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:5vh
}

.banners .slick-active{
  animation:Slick-FastSwipeIn 1s both;
   /*  animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s;  */
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


@keyframes motion-blur {
    0% {
        filter: url(#blur0);
        transform: scale(1, 1);
    }
    15% {
        filter: url(#blur1);
        transform: scale(1, 0.98);
    }
    30% {
        filter: url(#blur2);
        transform: scale(1, 0.93);
    }
    45% {
        filter: url(#blur3);
        transform: scale(1.1, 0.90);
    }
    60% {
        filter: url(#blur4);
        transform: scale(1.2, 0.88);
    }
    75%,100% {
        filter: url(#blur5);
        transform: scale(1.35, 0.85);
    }
}
.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}

.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin:  5px 0;	
}

.banners .slick-dots li button 
{
	width:15px;
	height:15px;
	background-color:transparent;transition: all 0.5s ease-in;
	padding:0;
	border:1px solid #FFF;
}
.banners .slick-dots li.slick-active button
{
	width:15px;
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:#FFF;
}
.banners .slick-dots li.slick-active button 
{

	height:15px;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button{
	width:15px;
}
.banners .slick-dots{
    top: 0;
    z-index: 10;
	text-align:center;
	padding-left:0;
	right:25px;
	height:100%;
    width: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}
.home_page .header-box
{
	height:auto
}
.line_1
{
	position:absolute;
	bottom:0;
	left:50%;
	width:2px;
	height:120px;
	background:#FFF;
	z-index:80;
	transform:translateX(-50%)
}
.h_about_title 
{
	cursor:pointer
}
@media all and (max-width: 1255px){
	.container{width:1150px}

}
/*m*/@media all and (max-width: 1055px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1050px}
}
/*xm*/@media all and (max-width: 868px){	
.d-block-s{display:block}
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.mt-50-xm{margin-top:3.125rem;}
.ml-0-xm{margin-left:0}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.d-inline-block-xm{display:inline-block}
.w-100-xm{width:100%}
.px-25-m{padding-left:1.5625rem;padding-right:1.5625rem}
.px-0-m{padding-left:0;padding-right:0}
.py-25-m{padding-top:3.125rem;padding-bottom:3.125rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer-menu li{margin:0 7.5px;}
.h_bg1_box:before{height:300px;}

}
/*s*/@media all and (max-width: 576px){
	.home_programs_box , .programs_slick{max-width:100%;width:100%}
html{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mb-50-s{margin-bottom:3.125rem;}
.mt-0-s{margin-top:0}
.mt-15-s{margin-top:15px;}
.mt-50-s{margin-top:3.125rem;}.pt-50-s{padding-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ml-0-s{margin-left:0}
.ml-25-s{margin-left:1.5625rem}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-50-s{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}
.py-0-s{padding:0}
.pr-5-s{padding-right:5px;}
.my-25-s{padding-top:1.5625rem;padding-bottom:1.5625rem;}
.m-0-s{margin-right:0 !important;margin-left:0 !important}
.w-50-s{width:50%}
.w-100-s{width:100%}
.fr-s-none{float:none}
.px-0-s{padding-right:0;padding-left:0;}
.py-25-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.txt-cntr-s{text-align:center}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.h_bg1_box:before{display:none}
.h_bg1_box{background:#f1f1f1}
.view_col{right:0;top:0}
.main_bg{height:60vh}
.line_1{height:40px;}
.font-80, .font-80 * {font-size: 3rem;}
.d-flex-s{display:flex;flex-wrap:wrap}
.order2{order:2}
.order1{order:1}
}
