*, *:before, *:after {
	margin: 0px; 
	padding: 0px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #666666;

	height: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


a:focus {outline: none;}
a:hover {text-decoration: none;}

h1,p {margin: 0px;}


.p-t-37 {padding-top: 37px;}
.p-t-100 {padding-top: 100px;}
.p-b-34 {padding-bottom: 34px;}
.p-b-46 {padding-bottom: 46px;}
.p-b-52 {padding-bottom: 52px;}
.p-b-155 {padding-bottom: 155px;}
.p-l-48 {padding-left: 48px;}
.p-l-70 {padding-left: 70px;}
.p-r-30 {padding-right: 30px;}
.p-r-48 {padding-right: 48px;}
.p-r-50 {padding-right: 50px;}


.m-t-5 {margin-top: 5px;}
.m-b-5 {margin-bottom: 5px;}
.m-l-15 {margin-left: 15px;}
.m-r-10 {margin-right: 10px;}
.m-r-15 {margin-right: 15px;}


.w-full {width: 100%;}

.trans-04 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.flex-w,
.flex-m,
.flex-str,
.flex-c-m,
.flex-col-sb,
.dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}


.flex-m {
	-ms-align-items: center;
	align-items: center;
}

.flex-str {
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-c-m {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-sb {
	justify-content: space-between;
}

.flex-col-sb {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

/* @media (max-height: 760px) {
    .main-text {
      padding-bottom: 70px;
    }
  } */

body {
    background-color: #fff !important;
}

.logo {
    width: 170px;
}

.main-header {
    font-weight: 400;
}

.visited-link {
    color: #818181;
    text-decoration: none;
    font-size: 16px;
}

.visited-link:hover {
    color: #818181;
    text-decoration: none;
}

.m2-txt1 {
    font-family: Poppins;
    font-size: 24px;
    color: #818181;
    line-height: 1.2
}

.m2-txt2 {
    font-family: Poppins;
    font-size: 16px;
    color: #999;
    line-height: 1.2;
    text-transform: uppercase
}

.l1-txt1 {
    font-family: Playfair Display;
    font-size: 60px;
    font-weight: 400;
    color: #333;
    line-height: 1.1;
    text-transform: uppercase
}

.size1 {
    width: 100%;
    min-height: 100vh
}

.size3 {
    width: 36px;
    height: 36px
}

.wsize1 {
    width: 37%
}

.wsize2 {
    width: 63%
}

.bg0 {
    background-color: #fff
}

.bg-img1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.overlay1 {
    position: relative;
    z-index: 1
}

.overlay1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav img {
    max-width: 100%
}

.how-social {
    color: #666;
    font-size: 16px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #e6e6e6
}

.how-social:hover {
    background-color: #333;
    color: #fff
}

.contact { height: 46px; width: 100%; }

.policy-container {
    margin-top: 5px;
    margin-left: 32px;
    width: auto;
}

.language-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.2s;
    padding-right: 15px;
}

@media(max-width:1700px) {
    .policy-container {
        margin-left: 0px;
        width: 100%;
    }
}

@media(max-width:1200px) {

    .respon1 {
        width: 60%
    }

    .respon2 {
        width: 40%
    }
}

@media(max-width:992px) {

    .respon1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .respon2 {
        width: 100%;
        height: 500px
    }
    .main-text {
        padding-bottom: 90px;
    }
}

@media(max-width:768px) {

    .p-l-0-md {
        padding-left: 0
    }

    .main-text {
        padding-bottom: 70px;
    }
}

@media(max-width:576px) {

    .respon3 {
        font-size: 60px;
    }
}
