/*=======================
        General 
=======================*/
html,
body {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 18px;
	color: #232a3c;
}
p{
	font-size: 14px;	
	line-height: 1.5;
	margin: 0 0 20px;
	
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
h3, h4, h5, h6{
	line-height: 1.2;
}
h1{
	font-size: 60px;
	line-height: 1.05;
}
h2{
	font-size: 40px;
	line-height: 1.1;
}
h3{
	font-size: 24px;
	line-height: 1.1;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
 a:hover{
	 text-decoration: none;
 }
 a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus, button:focus{
	outline: none;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
/*=======================
       Page Layout
=======================*/
.container{
	max-width: 1240px;
	padding: 0 20px;
}
.bg-center{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-banner{
	height: 900px;
	position: relative;
}
.home-banner-bg{
	position: relative;
}
.home-banner-des{
	position: absolute;
	top: 207px;
	right: 0;
	max-width: 500px;
}
.home-banner-des h1{
	margin: 0 0 10px 0;
}
.home-banner-des p{
	font-size: 30px;
}
#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 56px 0;
	z-index: 999;
}
.clear{
	clear: both;
}
.logo{
	float: left;
}
.header-right{
	float: right;
	margin-top: -7px;
}
.menu-main{
	display: inline-block;
	vertical-align: middle;
}
.menu-main ul{
	font-size: 0;
}
.menu-main ul li{
	display: inline-block;
	font-size: 18px;
	margin: 0 25px;
	font-weight: 300;
}
.menu-main ul li.menu-item-has-children{
	position: relative;
}
.menu-main ul li.menu-item-has-children ul{
	position: absolute;
	top: 100%;
	left: -20px;
	width: 200px;
	padding: 5px 20px;
	background: #1c2230;
	display: none;
}
.menu-main ul li.menu-item-has-children li{
	display: block;
	margin: 5px 0;
}
.menu-main ul li.menu-item-has-children li a{
	color: #fff;
	font-size: 16px;
}
.menu-main ul li a{
	color: #fff;
}
.menu-main ul li a:hover{
	color: #8c7e6b;
}
.languge{
	margin-left: 13px;
	display: inline-block;
	vertical-align: middle;
}
.languge a{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #8c7e6b;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.banner-bg{
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
.row-no-margin{
	margin: 0;
}
.home-residency-left{
	background: #f9fafb;
	padding: 151px 20px 138px calc(50vw - 608.5px);
}
.home-residency-bg{
	max-width: 370px;
}
.sma-icon{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #8a6959;
	border-radius: 50%;
}
.home-residency-bg h2{
	font-weight: 600;
	margin: 22px 0  25px;
}
.home-residency-bg p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
}
.home-residency-bg ul{
	margin: 39px -10px 0;
	font-size: 0;
}
.home-residency-bg ul li{
	padding: 0 10px;
	font-size: 20px;
	color: #8f7e69;
	font-weight: 600;
	border-right:  2px solid  #e9e5e1;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	width: 50%;
}
.home-residency-bg ul li a{
	display: block;
	margin-bottom: 18px;
	color: #8f7e69;
}
.home-residency-bg ul li a:last-child{
	margin-bottom: 0;
}
.home-residency-bg ul li:last-child{
	border-right: none;
}
.home-residency-right{
	padding: 115px 0 86px;
	background: #232a3c;
}
.residency-slider .slick-track{
	margin-left: -88px;
	display: flex;
}
.country-slider .slick-track{
	margin-left: 0;
}
.home-citizenship .residency-slider .slick-track{
	margin-left: 88px;
}
.residency-it{
	margin: 30px 17px;
	width: 327px;
	border-radius: 30px;
	/* box-shadow: 0px 0 40px rgb(0 0 0 / 10%); */
	background: #fff;
	transition: all 0.3s ease-in-out;
}
.residency-it.slick-active{
	opacity: 1;
}
.residency-feature{
	height: 227px;
	width: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.image-fit img{
	object-fit: cover;
}
.residency-feature img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.residency-info{
	padding: 38px 35px 23px;
	text-align: center;
}
.residency-info h3{
	margin-bottom: 21px;
	color: #8f7e69;
}
.residency-info h3 a{
	color: #8f7e69;
}
.residency-info p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.56;
	margin-bottom: 0;
	color: #232a3c;
}
.residency-slider-bg{
	margin-left: -160px;
	position: relative;
}
.residency-slider-bg::before{
	box-shadow: -18px 0 36px rgb(0 0 0 / 10%);
	position: absolute;
	left: 9px;
	top: 30px;
	width: 140px;
	bottom: 30px;
	content: "";
	background: transparent;
	border-radius: 30px;
}
.home-citizenship .residency-slider-bg::before{
	box-shadow: 18px 0 36px rgb(0 0 0 / 10%);
	left: auto;
	right: 9px;
}

.sma-slider .slick-dots li button:before{
	font-size: 0;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	border: 1px solid #fff;
}
.sma-slider .slick-dots li button{
	height: 16px;
	width: 16px;
	padding: 0;
}
.sma-slider .slick-dots li{
	margin: 0 10px;
}
.sma-slider .slick-dots li.slick-active button:before{
	border: 1px solid #232a3c;
	background: #8f7e69;
	opacity: 1;
}
.home-citizenship  .home-residency-right{
	background: #8f7e69;
}
.home-citizenship .sma-slider .slick-dots li.slick-active button:before{
	background: #232a3c;
}
.home-citizenship .residency-slider-bg{
	margin: 0 -160px 0 0;
	    position: relative;
    z-index: 5;
}
.home-citizenship .home-residency-left{
	padding: 140px calc(50vw - 608.5px) 150px 230px;
}
.residency-bg{
	width: 60px;
	position: absolute;
	right: 0;
	top: 52px;
	bottom: 52px;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-private-feature{
	padding: 107px 0 0;
	background: #8f7e69;
}
.image-100 img{
	width: 100%;
}
.home-private-info{
	padding: 170px calc(50vw - 608.5px) 225px 65px;
	background: #232a3c;
	color: #fff;
	display: flex;
	align-items: center;
}
.home-private-info-bg{
	max-width: 460px;
}
.home-private-title .sma-icon{
	border-color: #fff;
}
.home-private-title h2{
	color: #fff;
	font-weight: 600;
	margin: 0 0 0 15px;
	width: calc(100% -  95px);
}
.home-private-title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.home-private-info p{
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 20px;
}
.home-private-info ul li{
	margin-bottom: 9px;
	font-size: 20px;
	font-weight: 600;
}
.home-private-info ul{
	padding-left: 20px;
	margin-bottom: 23px;
}
.home-private-info ul li::marker{
	color: #714835;
	font-size: 16px;
}
.sma-btn{
	padding: 16.5px 28px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: #8f7e69;
	display: inline-block;
	letter-spacing: 0.1px;
	line-height: 1
}
.sma-btn:hover{
	color: #8f7e69;
	background: #fff;
}
.home-about{
	height: 643px;
	position: relative;
}
.home-about-bg{
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
}
.home-about-title{
	padding: 64px 0 0;
	color: #fff;
	font-weight: 600;
}
.home-start-info{
	padding: 150px 70px 213px calc(50vw - 608.5px);
	background: #8f7e69;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home-start-info-bg{
	max-width: 430px;
	color: #fff;
	margin-top: 33px;
}
.home-start-info  h2{
	margin-bottom: 28px;
}
.home-start-info p{
	font-size: 20px;
	line-height: 1.25;
	margin-bottom: 26px;
	font-weight: 300;
}
.sma-btn-black{
	background: #232a3c;
}
.home-start-feature{
	background: #232a3c;
	padding: 0 0 62px 0;
}
#footer{
	background: #232a3c;
	padding-top: 40px;
}
.footer-top{
	border-top: 1px solid #25272a;
	padding: 45px 0 42px;
	position: relative;
}
.footer-top .header-right{
	margin-top: 5px;
}
.footer-bottom{
	background: #1a1f2d;
	padding: 21px 0 17px;
}
.ft-copyright{
	color: #484c57;
	font-size: 14px;
	margin: 12px 0 0 0;
	float: left;
}
.social-list{
	float: right;
}
.social-list a{
	margin-left: 20px;
	display: inline-block;
	font-size: 30px;
	color: #8f7e69;
}
.social-list a:hover{
	color: #fff;
}
#header.is-sticky-opening{
	background-color: #232a3c;
}
.menu-children{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #232a3c;
	color: #fff;
	display: none;
}
.menu-children .mn-title{
	padding: 74px 52px 90px calc(50vw - 608.5px);
	width: 36.45%;
	float: left;
}
.menu-children .mn-title h3{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
}
.menu-children .mn-title p{
	font-size: 14px;
	line-height: 1.71;
	font-weight: 300;
}
.mn-right{
	width: 63.55%;
	float: left;
	background: #1c2230;
	display: flex;
	flex-wrap: wrap;
}
.mn-right .nav-tabs{
	width: 223px;
	background: #1f2636;
	padding: 57px 20px 25px 35px;
	border: none;
	display: block;
}
.mn-right .nav-tabs .nav-item{
	display: block;
	margin: 0 0 14.3px 0;
}
.mn-right .nav-tabs .nav-link{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	background: transparent;
	border: none;
}
.mn-right .nav-tabs .nav-link.active{
	color: #8f7e69;
}
.mn-right .tab-content{
	width: calc(100% - 223px);
	padding: 30px calc(50vw - 608.5px) 30px 30px;
	font-size: 0;
}
.menu-tab-feature{
	width: 61.1%;
	display: inline-block;
	vertical-align: middle;
}
.residency-slider .slick-track{
    display: flex !important;
}
.residency-slider .slick-slide{
    height: inherit !important;
}
.menu-tab-info{
	color: #fff;
	padding-left: 29px;
	width: 38.9%;
	display: inline-block;
	vertical-align: middle;
	margin-top: 43px;
}
.menu-tab-info h3{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.menu-tab-info p{
	line-height: 1.43;
	font-size: 14px;
	font-weight: 300;
}
.menu-active::before, .menu-item-has-children::before{
	content: url(../images/plus-icon.png);
    margin-right: 5px;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}
.menu-active.active::before, .menu-item-has-children.active::before{
	content: url(../images/mini-icon.png);
	bottom: 6px;
}
.header-bg{
	background: #232a3c;
}
.sma-slider .slick-dots{
	bottom: -21px;
}
.footer-top .menu-children{
	top: auto;
	bottom: calc(100% + 1px);
}
.footer-top .menu-main ul li.menu-item-has-children ul{
	top: auto;
	bottom: 100%;
}
.footer-top .header-right .menu-main ul{
	margin: 0 -25px;
}
.home-start-feature img{
	height: 100%;
}
.rst-menu-trigger {
    border: 0 none;
    display: none;
    height: 30px;
    width: 28px;
    z-index: 999;
    cursor: pointer;
    outline: 0;
    background: none;
    position: relative;
    padding: 0;
}
.rst-menu-trigger span {
	font-size: 0;
	height: 3.5px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 10px;
}
.rst-menu-trigger span::after, .rst-menu-trigger span::before{
	font-size: 0;
	height: 3.5px;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	border-radius: 10px;
	content: "";
}
.rst-menu-trigger span::after{
	transform: translateY(260%);
}
.rst-menu-trigger span::before{
	transform: translateY(-260%);
}
.rst-menu-trigger.exit span::before {
    transform: translateY(0px) rotate(45deg);
}
.rst-menu-trigger.exit span::after {
    transform: translateY(0px) rotate(-45deg);
}
.rst-menu-trigger.exit span {
    background-color: transparent !important;
}
.header-page{
	background: #232a3c !important;
}
.contact-left{
	background-color: #8f7e69;
	padding: 30px 110px 59px calc(50vw - 608.5px);
}
.page-main{
	margin-top: 155px;
}
.contact-form{
	width: 420px;
	float: right;
}
.sma-form h2{
	font-size: 40px;
	margin-bottom: 23px;
	color: #fff;
	font-weight: 600;
}
.box-input{
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	min-height: 38px;
	display: flex;
	flex-wrap: wrap;
}
.box-input label{
	width: 113px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #22293b;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	font-family: 'Montserrat';
	padding: 8px 10px 9px 20px;
}
.box-input input[type="text"], .box-input input[type="tel"] , .box-input input[type="email"],
.box-input select{
    width: calc(100% - 113px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 38px;
    border: none;
    padding: 0 10px;
    color: #232a3c;
	font-size: 14px;
	font-weight: 500;
}
.box-input select{
	cursor: pointer;
	background-image: url(../images/select.png);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;

}
.box-input  select {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
}
.box-input  select::-ms-expand {
    display: none;
}
.sma-form textarea{
	width: 100%;
	background: #fff;
	padding: 12px 20px;
	color: #232a3c;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	height: 128px;
	margin-bottom: 13px;
	border: none;
	margin-top: 1px;
}
.box-bt-form input[type="submit"]{
	float: right;
	min-width: 140px;
	background: #232a3c;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 12.5px 15px;
	border: none;
	transition:all 0.3s ease-in-out;
}
.form-check{
	display: inline-block;
	padding-left: 38px;
	top: 11px;
}
.form-check-input{
	display: none;
}
.checkbox{
	width: 27px;
	height: 27px;
	border-radius: 5px;
	border: solid 2px #232a3c;
	position: absolute;
	top: 0px;
	left: 0;
	background: transparent;
	cursor: pointer;
}
.custom-checkbox input:checked ~ .checkbox:after {
    display: block;
    background-image: url(../images/check.svg);
    background-position: center;
    top: -1px;
    background-repeat: no-repeat;
    left: 2px;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox{
	    font-size: 14px;
    color: #232a3c;
    font-weight: 500;
    margin: 0;
}
.box-bt-form input[type="submit"]:hover{
	color: #232a3c;
	background: #fff;
}
.contact-right{
	padding: 0 0 0 0;
	position: relative;
}
.contact-map iframe{
	height: 100%;
	width: 100%;
}
.contact-map-info{
	background: #232a3c;
	padding-left: 49.1%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.contact-address{
	width: 49.1%;
	background: #fff;
	padding: 25px;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact-address h4{
	color: #8f7e69;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin: 0 24px 0 0;
}
.contact-address p{
	font-size: 20px;
	line-height: 1.25;
	color: #394050;
	margin-bottom: 0;
	font-family: 'Geomanist';
}
.contact-phone{
	width: 100%;
	padding: 16px 27px;
}
.contact-phone a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
.contact-phone a span{
	color: #8f7e69;
}
.contact-phone img{
	margin-right: 12px;
}
.contact-map{
	height: 100%;
	position: relative;
}
.map-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);

}
#qr-popup.show {
    opacity: 1;
    visibility: visible;
}
#qr-popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
#qr-popup h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 30px;
}
.popup__img {
    max-width: 250px;
    margin: 0px auto;
}
.close-popup {
    color: #fff;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
}
.close-popup svg {
    width: 60px;
    fill: #fff;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.anti-about{
	background: #232a3c;
}
.at-about-info{
	width: 45%;
	padding: 75px 70px 0 calc(50vw - 608.5px);
	color: #fff;
}
.at-about-info h4{
	font-size: 18px;
	color: #8f7e69;
	font-weight: 400;
	margin-bottom: 6px;
}
.anti-title h1{
	font-size: 70px;
	font-weight: 500;
	margin-bottom: 20px;
}
.anti-title hr{
	width: 50px;
	height: 1px;
	background: #643823;
	margin-left:0;
}
.anti-title{
	margin-bottom: 28px;
}
.at-about-info ul li{
	display: block;
	margin-bottom: 21px;
}
.at-about-info li h4{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.at-about-info li p{
	font-size: 26px;
	font-weight: 300;
	line-height: 1.31;
	margin-bottom: 0;
}
.at-about-feature{
	width: 55%;
}
.at-bg{
	margin-bottom: -76px;
	width: 45%;
}
.anti-consulation{
	padding: 158px 0 101px;
}
.at-consul-bg{
	padding: 0 215px 0 50px;
	position: relative;
}
.consul-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
}
.at-consul-bg .sma-btn{
	position: absolute;
	top: 0;
	right: 0;
	padding: 16.5px 23px;
}
.at-consul-bg ul{
	font-size: 0;
}
.at-consul-bg ul li{
	display: inline-block;
	width: 25%;
	font-size: 20px;
	font-weight: 600;
	padding: 0 40px;
	border-left: 2px solid #8f7e69;
	text-align: center;
	vertical-align: top;
	line-height: 1.2;
}
.at-consul-bg ul li a{
	color: #232a3c;
}
.at-consul-bg ul li.active a{
	color: #8f7e69;
}
.at-consul-bg ul li:first-child{
	border-left: none;
}
.home-residency-bg ul li:last-child{
	padding-left: 58px;
}
.anti-option-title{
	align-items: center;
}
.anti-option-title h2{
	    width: calc(100% - 95px);
    margin-left: 15px;
}
.anti-it{
	margin: 30px 17px;
	width: 327px;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	position: relative;
	background: #fff;
	height: auto;
}
.anti-it-title{
	background-color: #232a3c;
	padding: 28px 40px 25px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background-size: 20px auto;
	text-align: center;
	position: relative;
}
.anti-it-title::before{
	background-image: url(../images/recta.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 42px;
	height: 20px;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
}
.anti-it-title h4{
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 6px;
	color: #fff;
}
.anti-it-title h3{
	font-size: 24px;
	color: #8f7e69;
	margin-bottom: 0;
	line-height: 1.05;
}
.anti-it-des{
	padding: 28px 15px 27px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #fff;
	min-height: 277px;
}
.anti-it-des h4{
	font-size: 16px;
	color: #232a3c;
	line-height: 1.1875;
	margin-bottom: 20px;
}
.anti-it-des p{
	font-size: 18px;
	color: #232a3c;
	font-weight: 500;
	line-height: 1.28;
	margin-bottom: 0;
}
.anti-option .home-residency-right{
	background: #8f7e69;
	padding: 150px 0 113px;
}
.anti-program{
	background: #232a3c;
}
.program-title-bg .program-bg{
	width: 50%;
}
.program-title{
	align-items: center;
	padding: 46px calc(50vw - 608.5px) 26px 65px;
	width: 50%;
}
.program-title h2{
	color: #fff;
	width: calc(100% - 95px);
	padding-left: 15px;
	font-weight: 600;
}
.program-main{
	color: #fff;
	padding: 61px 0 48px;
}
.program-main ul{
	font-size: 0;
}
.program-main ul li{
	padding: 0 40px;
	border-right: 2px solid #393b45;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-bottom: 54px;
}
.program-it-title{
    margin-bottom: 11px;
    padding-left: 30px;
    min-height: 80px;
    position: relative;
    display: flex;
    align-items: center;
}
.program-main ul li h3{
	    font-size: 30px;
    font-weight: 600;
    margin: 0;
    background: #232a3c;
    padding: 0px 0 3px;
    position: relative;
}
.program-main ul li .circle-title{
	width: 79px;
	height: 79px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #6c4635;
	border-radius: 50%;
}
.program-main ul li p{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
	margin-bottom: 0;
	padding-right: 20px;
}
.program-main ul li:nth-child(3n){
	border-right: none;
}
.at-process-feature{
	padding: 55px 0 0 0;
	background: #232a3c;
}
.at-process-feature img{
	height: calc(100%);
}
.home-private-des h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.home-private-des p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 20px;
}
.home-private-des hr{
	width: 50px;
	height: 1px;
	background: #643823;
	margin: 25px 0;
}
.at-process-info{
	background: #8f7e69;
	padding: 0;
}
.anti-process-des-bg{
	padding: 20px calc(50vw - 608.5px) 20px 65px;
	display: flex;
	align-items: center;
	height: 100%;
}
.anti-process-des-box{
	max-width: 435px;
	color: #fff;
}
.anti-about-2{
	background: #232a3c;
}
.at-about-top-2{
	height: 58px;
	background: #8f7e69;
}
.at-about-right-2{
	padding: 0;
}
.at-about-left-2{
	padding: 0;
}
.at-about-des-bg-2{
	padding: 76px 70px 65px;
}
.at-about-des-2{
	color: #fff;
	max-width: 430px;
	float: right;
}
.at-about-des-2 h2{
	font-size: 40px;
	font-weight: 600;
	margin: 26px 0;
}
.at-about-des-2 p{
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 20px;
	font-family: 'Geomanist';
}
.at-about-des-2 ul{display: flex;flex-wrap: wrap;margin-top: 38px;}
.at-about-des-2 ul li{
	width: 50%;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	margin-bottom: 34px;
}
.at-about-des-2 ul li .sma-icon{
	width: 42px;
	height: 42px;
	margin-right: 7px;
}
.at-about-des-2 ul li p{
	display: inline-block;
	width: calc(100% - 50px);
	margin: 0;
	font-weight: 600;
	line-height: 1.25;
}
.at-about-des-2 ul li p span{
	color: #8f7e69;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
}
.at-about-des-2 ul li:last-child{
	width: 100%;
}
.anti-flight .container{
	max-width: 1050px;
}
.anti-flight h3{
	font-size: 30px;
	color: #8f7e69;
	font-weight: 600;
	margin-bottom: 0;
	width: 23%;
}
.anti-flight ul{
	display: inline-block;
	width: 76%;
	font-size: 0;
	border-left: 2px solid #e4e1de;
}
.anti-flight li{
	font-weight: 600;
	text-transform: uppercase;
	color: #8f7e69;
	line-height: 1.2;
	font-size: 16px;
	text-align: center;
	width: 15%;
	border-right: 2px solid #e4e1de;
	display: inline-block;
	width: 20%;
	padding: 46px 10px 55px;
}
.anti-flight li span{
	color: #232a3c;
	text-transform: none;
	display: block;
	font-size: 20px;
}
.anti-flight-box{
	align-items: center;
}
.anti-form .home-start-info {
    padding: 53px 85px 35px calc(50vw - 608.5px);
}
.anti-form .home-start-info-bg {
    max-width: 100%;
    margin-top: 0;
}
.anti-form .contact-form{
	width: 420px;
}
.anti-form .contact-form form{
	width: 420px;
}
.form-ok .sma-btn{
	min-width: 140px;
	text-align: center;
	font-weight: 400;
}
.anti-flight{
	background: #f9fafb;
}
.form-ok{
	display: none;
}
.anti-process-top{
	background: #232a3c;
}
.anti-process-bg{
	padding: 0;
	background: #8f7e69;
}
.at-consul-bg .sma-btn:hover{
	background: #232a3c;
}
.pri-top{
	background: #232a3c;
	padding: 75px 0 167px;
}
.pri-top-bg{
	padding-left: 95px;
	color: #fff;
}
.pri-top-bg h1{
	font-size: 40px;
	margin-bottom: -3px;
	text-transform: uppercase;
	width: 50%;
	line-height: 1.2;
}
.pri-top-des .pri-top-box{
	width: 60%;
	padding-right: 30px;
	margin-top: 20px;
}
.pri-top-des .pri-top-box p{
	font-size: 20px;
	color: #fff;
	margin: 0;
	line-height: 1.2;
}
.pri-top-des img{
	width: 40%;
}
.pri-top-left{
	width: calc(50% - 100px);
}
.pri-top-right{
	width: calc(50% + 100px);
}
.pri-it-info{
	width: 50%;
	padding-left: 60px;
}
.pri-it-top{
	height: 170px;
	overflow-y: hidden;
	margin-top: -85px;
}
.pri-top-left img{
	height: 100%;
}
.pri-it-info-bg{
	color: #fff;
	background: #8f7e69;
	padding: 61px 55px 52px;
	margin-bottom: -170px;
	position: relative;
	z-index: 3;
	/*max-width: 660px;*/
	float: right;
}
.pri-it-info-bg h3{
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: 27px;
}
.pri-it-info-bg p{
	line-height: 1.25;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
}
.pri-it-feature{
	width: calc(50% + 100px);
	padding-right: 60px;
	margin-left: -100px;
}
.pri-it-box{
	align-items: flex-end;
}
.pri-it:nth-child(2n) .pri-it-top, .pri-it:nth-child(2n) .pri-it-box{
	flex-direction: row-reverse;
}
.pri-it:nth-child(2n) .pri-it-feature{
	margin: 0;
	width: 50%;
	padding: 0;
}
.pri-it:nth-child(2n) .pri-it-info{
	padding: 0;
	padding: 20px 120px 20px 60px;
}
.pri-it:nth-child(2n) .pri-it-info-bg{
	padding: 0;
	background: transparent;
	margin: 0;
	float: left;
	max-width: 540px;
}
.pri-it:nth-child(2n) .pri-it-box{
	align-items: center;
	background: #232a3c;
}
.pri-it:nth-child(2n) .pri-it-feature-top{
	height: 62px;
	background: #fff;
}
.pri-it:nth-child(2n)  .pri-top-left, .pri-it:nth-child(2n) .pri-top-right  {
    width: calc(50%);
}
.pri-it:nth-child(2n) .pri-it-top{
	margin-top: 0;
}
.pri-it:nth-child(2n) .pri-it-feature-bottom{
	height: 85px;
	background: #fff;
}
.pri-it:last-child .pri-it-feature-bottom{
	height: 0;
}
.anti-form .sma-form h2{
	margin-bottom: 24px;
}
.anti-process-des-box .home-private-title{
	margin-bottom: 52px;
}
.anti-option .home-residency-left{
	display: flex;
    align-items: center;
    padding-top: 138px;
    margin-top: -50px;
}
.at-about-feature img{
	height: 100%;
}
.anti-option .sma-slider .slick-dots li.slick-active button:before{
	background: #232a3c;
}
.mobile-show{
	display: none;
}/* css*/.home-about-info{	max-width: 440px;	color: #fff;	padding-top: 166px;}.home-about-title{	margin-bottom: 36px;}.home-about-info p{	font-size: 20px;	line-height: 1.25;	margin-bottom: 10px;}.home-about-info .sma-btn{	margin-top: 19px;}.home-about-title{	padding: 0;}.about-list{	padding: 0 0 55px 0;}.about-list .pri-it-info-bg{	margin-bottom: 0;	min-height: 570px;	display: flex;	align-items: center;}.about-list .pri-it-info-bg p{	    margin-bottom: 24px;}.about-it-box{	margin-top: 44px;}.about-list .about-bg{	    right: -60px;    position: relative;}@media(max-width: 1279px){	.about-list .pri-it-info-bg{		min-height: 100%;	}}@media(max-width: 991px){	.about-list .about-bg{		display: none;	}}@media(max-width: 767px){	.home-about-info{		padding-top: 71px;    max-width: 230px;	}	.home-about-title{		padding: 0 !important;    margin-bottom: 5px;	}	.home-about-info p{		    font-size: 16px;    line-height: 1.2;	}	.home-about-info .sma-btn{		margin-top: 4px;	}	.about-list{		padding-bottom: 0;	}	.about-list .pri-it-info-bg{		    padding: 34px 20px 0 !important;	}	.about-list .pri-it-info-bg p {	    margin-bottom: 37px;	}	.about-it-box{		margin-top: 0;	}}







/* css */
.anti-it{
	cursor: pointer;
}
.residency-nav-bg.active{
	opacity: 1;
	visibility: visible;
}
.residency-nav-bg{
	position: fixed;
	top:  0;
	right: 0;
	bottom:  0;
	left: 0;
	background: #fff;
	z-index: 1000;
	overflow-y: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
}
.residency-nav-option .slider-prev{
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.residency-nav-option .slider-next{
    display: inline-block;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.residency-nav-it-bg{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px;
}
.residency-nav-bg-mobile{
	display: none;
}
.residency-nav-left{
	width: 36%;
	padding-right: 15px;
	padding: 50px 15px 50px 50px;
}

.residency-left-box{
	background: #232a3c;
	height: 100%;
	box-shadow: 3px 0 46px rgba(0,0,0,0.1);
	padding:  30px;
	border-radius: 35px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 130px;
}
.residency-nav-right{
	width: 64%;
	padding: 50px 50px 50px 15px;
}
.residency-right-box{
	background: #fff;
	padding: 35px;
	box-shadow: 3px 0 46px rgba(0,0,0,0.1);
	height: 100%;
	position: relative;
	color: #232a3c;
	border-radius: 35px;
}
.residency-nav{
	    margin: 0 auto;
	    z-index: 100;
	    width: 100%;
}
.residency-left-box h3{
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}
.residency-nav-option{
	    position: absolute;
	    bottom: 67px;
	    left: 0;
	    right: 0;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 700;
	    color: #8f7e69;
}
.residency-right-box h4{
	font-size: 30px;
	color: #232a3c;
	font-weight: 700;
	margin-bottom: 13px;
}
.residency-nav-des p{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 1.56;
	margin-bottom: 25px;
}
.residency-nav-close{
	position: absolute;
	top:  20px;
	right: 20px;
	    z-index: 101;
	    cursor: pointer;
}
.residency-nav .slick-prev:before, .residency-nav .slick-next:before{
	display: none;
}
.residency-nav .slick-next{
	width: 14px;
	height: 20px;
	background-image: url(../images/ar-right.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	bottom:  65px;
	right: auto;
	left: 30%;
}
.residency-close-mb{
	display: none;
}
.residency-nav-bg .container{
	height: 100%;
/* 	display: flex; */
	align-items: center;
	justify-content: center;
}
.book-des{
	color: #fff;
    font-size: 10px;
    line-height: 1.5;
    padding: 18px calc(50vw - 608.5px) 18px 18px;
    position: absolute;
    width: 50%;
    right: 0;
    margin-top: -66px;
}
.contact-right{
	max-height: calc(100vh - 155px);
}

@media(max-width:  1400px){
	.residency-nav-des p{
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 1.4;
		color: #232a3c;
	}
	.residency-nav-bg .container{
		display: block;
	}
}
@media(max-width: 1200px){
	.home-citizenship .residency-slider .slick-track{
		margin-left: 88px !important;
	}
}
@media(max-width:  1279px){
	.residency-left-box h3{
		font-size: 30px;
		line-height: 1;
	}
}
@media(max-width:  991px){
	.contact-right {
		max-height: none;
	}
	.residency-nav-bg .container{
		display: block;
		padding:  50px 20px;
		height: auto;
	}
	.residency-nav-left, .residency-nav-right{
		width: 100%;
		padding: 0;
	}
	.residency-nav-it-bg{
		padding:  0;
		background: #fff;
		margin: 0;
	}
	.residency-nav-bg{
		background-image: none;
		background-color: #8f7e69;
	}
	.residency-left-box{
		border-radius: 0 0 20px 20px;
		padding: 18px 20px 30px;
		display: block;
	}
	.residency-nav-close{
		display: none;
	}
	.residency-close-mb{
		display: block;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto 13px;
	}
	.residency-close-mb img{
		width: 30px;
		margin-bottom: 18px;
		margin:  0 auto;
	}
	.residency-nav-option{
		margin-top: 18px;
		position: relative;
		bottom: 0;
	}
	.residency-right-box{
		padding:  25px 20px;
		box-shadow: none;
	}
	.residency-right-box h4{
		font-size: 20px;
		margin-bottom: 7px;
	}
	.residency-nav-bg-mobile{
		position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    background: #fff;
	    display: block;
	}
	.book-des{
		padding-right:20px;
	}
}
#footer .footer-bottom a {
    color: #8c7e6b;
}


