@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Open+Sans:ital,wght@0,400;0,600;1,700&display=swap');

:root {
  --black-color: #242424;
  --white-color: #FFF;  
  --gold-color: #786054;

}

html
{	
	font-size:14px;
}
body
{
	font-size: 1rem;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	color:var(--black-color);
	    font-family: 'Cormorant Garamond', serif !important
	
}
*
{
	 font-family: 'Cormorant Garamond', serif !important
}
ul li
{
	    list-style: disc;
    display: list-item;
}
ul:marker
{
	display:none
}
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: 'Cormorant Garamond', serif;

}

.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 !important
}
.font-12, .font-12 *
{
	font-size:0.75rem !important
}
.font-13, .font-13 *
{
	font-size:0.8125rem !important
}
.font-14, .font-14 *
{
	font-size:0.875rem !important
}
.font-15, .font-15 *
{
	font-size:0.9375rem !important
}
.font-16, .font-16 *
{
	font-size:1rem !important
}
.font-17, .font-17 *
{
	font-size:1.0625rem !important
}
.font-18 , .font-18 *
{
	font-size:1.125rem !important
}
.font-20, .font-20 *
{
	font-size:1.25rem !important
}
.font-22, .font-22 *
{
	font-size:1.375rem  !important
}
.font-24, .font-24 *
{
	font-size:1.5rem !important
}
.font-25, .font-25 *
{
	font-size:1.5625rem !important
}
.font-26, .font-26 *
{
	font-size:1.625rem !important
}
.font-28, .font-28 *
{
	font-size:1.75rem !important
}
.font-30, .font-30 *
{
	font-size:1.875rem !important
}
.font-32, .font-32 *
{
	font-size:2rem !important
}
.font-35, .font-35 *
{
	font-size:2.1875rem !important
}
.font-36, .font-36 *
{
	font-size:2.25rem !important
}
.font-40, .font-40 *
{
	font-size:2.5rem !important
}
.font-42, .font-42 *
{
	font-size:2.625rem !important
}
.font-45, .font-45 *
{
	font-size:2.8125rem !important
}
.font-50, .font-50 *
{
	font-size:3.125rem !important
}
.font-52, .font-52 *
{
	font-size:3.25rem !important
}
.font-55, .font-55 *
{
	font-size:3.437rem !important
}
.font-60, .font-60 *
{
	font-size:3.75rem !important
}
.font-62, .font-62 *
{
	font-size:3.875rem !important
}
.font-70, .font-70 *
{
	font-size:4.375rem !important
}
.font-80, .font-80 *
{
	font-size:5rem !important
}
.font-90, .font-90 *
{
	font-size:4.375rem !important
}
.font-120, .font-120 *
{
	font-size:7.5rem !important
}
.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
}
.z-50
{
	z-index:50
}
.z-70
{
	z-index:70
}
.opac-6
{
	opacity:60%
}
.over_header
{
	overflow:hidden;
	background: #d9dde0;
}
.over_header:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;filter: brightness(0) invert(1);
    background:url('../img/bg-o.svg') no-repeat top center  / cover
}

.color1 , .color1 *
{
	color:#484847
}
.gold-color
{
	color:var(--gold-color)
}
.bg1
{
	background:#d9dde0
}
.bg2
{
	background:#242424
}
.bg_1
{
	 background:url('../img/img1.png') no-repeat top center  / cover
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer
{
	border-top:1px solid #979797
}
.footer_menu li
{
	margin:0 15px;
	list-style:none
}
.footer_social a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
	background:var(--black-color);
}
.footer_social a span {
	color:#FFF
}
.footer_social a:hover {
	background:var(--gold-color);
}
header .img-bg
{
	position:absolute;
	top:0;
	left:0;
	z-index:40;
	width:100%;
	height:100%;
 	-webkit-animation: kenburns-bottom 3s ease-out both;
	animation: kenburns-bottom 3s ease-out both; 	
}
header
{
	position:relative
}
.burger_box
{
    background: var(--black-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;	
}
.breadcrumbs  li
{
	margin:0 5px;
}
.breadcrumbs  li span
{
	opacity:30%
}

.up_coming a
{
	background:var(--black-color);
	border-radius: 25px;
	height:50px;
}
.up_coming a:hover
{
	background:var(--gold-color);
	color:#FFF
}


.make_app a
{
	background:#4F4F4F;
	border-radius: 25px;
	height:50px;
}
.make_app a:hover
{
	background:var(--gold-color);
	color:#FFF
}.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%
}
.meet_img img , .meet_img .bg_hover
{
	border-radius:50%
}
.box_about
{
  background-color: #FFFFFF; border-radius: 15px;
  box-shadow: 0 6px 16px 0 rgba(227,227,227,0.5);
	
}
.box_about ul
{

	padding-left:20px;
}
.box_about li
{
    list-style: disc;
    display: list-item;

}
.bg_parallax:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    content: '';
     background-color: rgba(0,0,0,0.38);

}
.bg_parallax .img-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
	    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
}
.about_list li:first-child
{
	  border-top: 2px solid #E1E1E1;

}
.about_list li
{
	  border-bottom: 2px solid #E1E1E1;
	 padding:25px 0;
	 padding-left:70px;
	 list-style:none;
	 background:url(../img/right.svg) no-repeat left center;
	 width:100%;
}
.about_list_1 li
{
	list-style-position:inside
}
.logo img
{
	max-width:200px;
}
.home_quote
{
	height:550px;
}

.home_quote .img-bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-attachment: fixed;
}

.home_quote:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(205,183,124,0.37);

}


.quote_slick , .programs_slick
{
	margin-bottom:0 !important
}
.quote_slick .slick-dots
{
	bottom:-45px;
}
.quote_slick .slick-dots li
{
	margin:0 5px;
}
.quote_slick .slick-dots li button,.quote_slick .slick-dots li button{
	background:transparent;
	border:1px solid #FFF
}
.quote_slick .slick-dots li button:hover,.quote_slick .slick-dots li.slick-active button{
	background:#FFF
}

.home_about_img img , .home_about_img .home_about_bg
{
	    border-radius: 50%;
}
.home_about_img .home_about_bg:before
{
    position: absolute;
    bottom: -10px;
    left: -85px;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: url(../img/layer1.png) no-repeat center center;
    background-size: contain;
}
.home_about_img img
{
	position:relative;
	z-index:40
}
.read_more a
{
    height: 50px;
    width: 186px;
    border: 1px solid #49271A;
    border-radius: 30px;
    background-color: #FFFFFF;
    display: block;	
}
.read_more a:hover{
	background:var(--gold-color);
	color:#FFF;
}
.home_meet_img img
{
	border:10px solid #FFF;
	max-width:320px;
	border-radius:50%;
}
.home_meet  .read_more a , .programs_slick  .read_more a
{
	  height: 40px;
}
.home_meet_box
{
	background:url(../img/bg2) no-repeat center center;
	    background-size: contain;
}
.home_programs_box
{
	max-width:500px;
}


.home_programs_img img {
    position: relative;
    z-index: 40;
	border-radius:50%;
}

.home_programs_box .home_programs_img:before
{
    position: absolute;
    bottom: -5px;
    left: -65px;
    width: 100%;
    height: 100%;
    z-index: 30;
    background: url(../img/layer1.png) no-repeat center center;
    background-size: contain;
}

.home_programs_box .home_programs_img:after
{
    position: absolute;
    bottom: 0;
    right: -35px;
    width: 100%;
    height: 100%;
    z-index: 30;
	border-radius:50%;
    background: #A4916A;
}
.programs_slick
{
	max-width:500px;
	float:left
}
.programs_slick .slick-slide  {
      margin: 0 50px;
  }

  /* the parent */
.programs_slick .slick-list  {
      margin: 0 -50px;
  }
  
 .programs_slick .slick-track
 {
	 margin:0 auto
 } 
.programs_slick .slick-slide
{
		opacity:0.3
}

.programs_slick .slick-slide.slick-current
{
		opacity:1
}


.programs_slick .slick-list
{
	overflow:inherit
}


.programs_slick .latest_arrow 
{
	background:transparent;
	position:absolute;
	z-index:50;
	top:250px;
}
.programs_slick .latest_arrow.leftLst
{
	left:-75%
}
.programs_slick .latest_arrow.rightLst
{
	right:-75%
}
.programs_h3 h3
{
		line-height:2.5rem;font-size:1.875rem
}
.programs_parallax .img-bg
{
	height:520px;
	background-attachment:fixed
}


.home_events
{
	height:580px;
}

.home_events .img-bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-attachment: fixed;
}
.home_events:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.56)
}
.home_events:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 55;
    position: absolute;
    top: 0;
    left: 0;filter: brightness(0) invert(1);
    background:url('../img/bg-o.svg') no-repeat center center  / cover
}


.book_now a
{
    height: 50px;
    width: 186px;
    border: 1px solid #242424;
    border-radius: 30px;
    background-color: #242424;
    display: block;	
}
.book_now a:hover{
	background:var(--gold-color);
	color:#FFF;
}
.book_icon{
	position:absolute;
	top:0;
	right:-50px;
	z-index:50;
	width:100px;
}
.events_box
{
	border:1px solid #242424;
	border-radius:5px;
}
.events_box .book_icon
{
	right:0;
}
.z-40
{
	z-index:40
}
.banners_box
{

	background:#d9dde0
}
.banners_box:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;filter: brightness(0) invert(1);
    background:url('../img/bg-o.svg') no-repeat center center  / cover
}

.banners_box .img-bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:top right;
	background-repeat:no-repeat;
	background-size:contain;
	z-index:35
}
.home_page header
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%
}
.banner_box_shadow
{
   /* content: '';
    width: 100%;
	max-width:800px;
    height: 85%;
    z-index: 35;
    position: absolute;
    bottom: 0;
    right: 0;*/
	/*width: 100%;
	background-size:85% !important;
    background:url('../img/layer1.png') no-repeat bottom center  / contain*/	
	
	position: absolute;
    bottom: 0;
    right: 2%;
	z-index:50
}
.banners_h
{
	height:100vh;
}
.banner_box_shadow img
{
	max-height:50rem;
	height:100%;
}

.banners
{
	margin-bottom:0 !important
}
.banners .slick-dots
{
	bottom:-45px;
	text-align:left;
}
.banners .slick-dots li
{
	margin:0 5px;
}
.banners .slick-dots li button,.quote_slick .slick-dots li button{
	background:#D8D8D8;
	border:0
}
.banners .slick-dots li button:hover,.banners .slick-dots li.slick-active button{
	background:#242424
}


.contact-form label {
    font-size: 1rem;font-weight:600;
    line-height: 2.5rem;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #484847;
    border-radius: 25px;
}

.contact-form button[type=submit]
{
	width:270px;
	height:50px;
	border-radius: 25px;
    background-color: #242424
}
.contact-form button[type=submit]:hover
{
    background-color: var(--gold-color)
}
.contact-form  .form-error {

    padding-left: 10px;
    padding-top: 5px;
    font-style: italic;
}
.contact-form .FormResult
{
	min-height: 50px;

}
.contact-form .FormResult .green
{

}

.w100-px {
    width: 80px;
}.border-bottom-1 {
    border-bottom: 1px solid #D1D1D1;
}
.home_page .over_header
{
	background:none
}.home_page .over_header:before
{
	display:none
}
 .projects_slick_for .slick-slide {
      margin: 0 5px;
}

  /* the parent */
 .projects_slick_for .slick-list   {
      margin: 0 -5px;
  } 
.projects_slick .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
} 


.careers-form input {
    border: 1px solid #D6D3D3;
    border-radius: 25px;
}
.careers-form label {
    line-height: 2.5rem;
    font-size: 1rem;
}
.careers-form button[type=submit]:hover {
    background-color: var(--gold-color);
}
.careers-form button[type=submit] {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: var(--black-color);
}
#hidden-content , #hidden-content-1
{
	display:none;
	overflow: initial !important;
	    margin: 60px 30px !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small , #hidden-content-1 .fancybox-close-small
{
	display:none
}
header a.active
{
	color:var(--gold-color);
}
.min-w-186
{
	max-width:186px;
}
.breadcrumbs li
{
	   list-style:none;
	       display: initial;
}
.footer_social ul
{
	list-style: none;
}
.footer_social  li
{
	display:inline-block
}
@media all and (min-width: 1200px){
.banner_box_shadow img{max-height:35rem;}
}
@media all and (min-width: 1500px){
.banner_box_shadow img{max-height:50rem;}
}
@media all and (min-width: 1700px){
.banner_box_shadow img{max-height:50rem;}
}
@media all and (min-width: 1800px){
.banner_box_shadow img{max-height:80rem;}
}
@media all and (min-width: 2300px){
.banner_box_shadow img{max-height:120rem;}
}


@media all and (max-width: 1255px){
	.container{width:1150px}

}
/*m*/@media all and (max-width: 1055px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1050px}
	.home_meet_img img{max-width:100%}
	.d-none-m{display:none}
	.up_coming .pr-15 , .make_app .pr-15 , .up_coming .pr-10 , .make_app .pr-10{padding-right:0}

}
/*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%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.banner_box_shadow{position:relative;right:auto;bottom:auto}

}
/*s*/@media all and (max-width: 576px){
	.bg_parallax .img-bg{background-size: cover;background-attachment: inherit;}
	.home_events .img-bg , .home_quote .img-bg{background-attachment: inherit;}
	.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;}
.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}
.mr-0-s{margin-right:0}
.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;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contact-form div.row[data-spacing="10"]{margin:0}
.footer_menu li{margin:15px}
.box_about{padding-left: 25px;padding-right: 25px;}
.order1{order:1}
.order2{order:2}
.home_programs_box .home_programs_img:after{right:-10px;}
.programs_parallax .img-bg{background-attachment:inherit;height:250px;}
.home_programs_img{max-width:80%;}
.home_programs_box{align-items:center;display:flex !important;flex-wrap:wrap;justify-content: center;}
.home_programs_ww{width:100%}
.read_more a{width:125px;}
.burger_box{width:60px;height:60px;}
.banners_h{max-height:inherit;padding-top:20vh;height:auto}
#hidden-content , #hidden-content-1 {
    margin: 60px 0 !important;
}

.programs_slick .latest_arrow.rightLst {
    right: 5px;
    width: 25px;top: 34%;
}
.programs_slick .latest_arrow.leftLst
{
    left: 5px;
    width: 25px;	top: 34%;
}
.opac-6 a{display:block}
.font-40, .font-40 * {
    font-size: 2.1rem !important;
}
.flex-1-dr{display:flex;justify-content:center}
#hidden-content .fancybox-close-small, #hidden-content-1 .fancybox-close-small {
    display: block;
}
.close-p{display:none}
}
