@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');

*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

html, body{
    height: 100%;
}

@font-face {
    font-family: 'ananda_blackregular';
    src: url('../fonts/ananda_black_personal_use-webfont.woff2') format('woff2'),
    url('../fonts/ananda_black_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'anandaregular';
    src: url('../fonts/ananda_personal_use-webfont.woff2') format('woff2'),
    url('../fonts/ananda_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.logodiv {
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top:175px;
}


.sarelogo {
    width: 100px;
}

.header{
    position: fixed;
    width: calc(80%);
    left: 0;
    top: 0;
    height: 2.396vw;
    background-color: #FFFFFF;
    border-bottom: 2px solid #69b74a;
    box-shadow: 0 0px 5px #ccc;
    z-index: 2;
}
.header ul{
    width: 100%;
    text-align: center;
}
.header ul li{
    display: inline-block;
    line-height: 2.396vw;
    cursor: pointer;
    color: #6c6c6c;
    margin: 0 1.3vw;
    padding: 0 0.7vw;
    font-size: 1.250vw;
}
.header ul li.active{
    background-color: #69b74a;
    color: #FFFFFF;
}

.form{
    display: table;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 20%;
    background-image: url("../img/form-bg.jpg");
    background-size: 100% 100%;
    box-shadow: 0px 3px 10px #ccc;
    z-index: 3;
}
.form form{
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 5.12vw);
    padding: 0 2.6vw;
    overflow: hidden;
}
.form form .logo{
    width: 88.5%;
}
.form form .form-title{
    font-size: 1.3vw;
    text-align: center;
    font-weight: bold;
    color: #626262;
    margin: 2vw 0;
}
.form form .phone{
    font-size: 2vw;
    color: #626262;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.6vw;
    display: block;
}
.form form input[type="text"],
.form form input[type="number"],
.form form input[type="email"]{
    width: 100%;
    background-color: transparent;
    border:none;
    border-bottom: 2px solid #808081;
    text-indent: 10px;
    font-size: 0.7vw;
    font-weight: bold;
    color: #626262;
    margin-bottom: 2vw;
    line-height: 1.3vw;
}
.form form input[type="text"]::placeholder,
.form form input[type="number"]::placeholder,
.form form input[type="email"]::placeholder{
    color: #626262;
}
.form form input[type="text"]:focus,
.form form input[type="number"]:focus,
.form form input[type="email"]:focus{
    border-color: #69b74a;
    color: #69b74a;
}
.form form input[type="text"]:focus::placeholder,
.form form input[type="number"]:focus::placeholder,
.form form input[type="email"]:focus::placeholder{
    color: #69b74a;
}
.form form input[type="number"]::-webkit-inner-spin-button,
.form form input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.form form .form-desc{
    font-size: 0.7vw;
    text-align: center;
    color: #626262;
    margin-bottom: 1.5vw;
}
.form form .check-list {
    margin-bottom: 2.6vw;
    overflow: hidden;
    text-align: center;
}
.form form .check-list .check {
    margin: 0 5%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #353535;
    text-indent: 5px;
    font-size: 0.9vw;
}
.form form .check-list .check * {
    display: inline-block; }
.form form .check-list .check input {
    position: absolute;
    visibility: hidden;
}
.form form .check-list .check input + .box {
    background: url("../img/check.png");
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
}
.form form .check-list .check input:checked + .box {
    background: url("../img/checked.png");
    background-size: 100% 100%;
}
.form form button{
    width: 90%;
    background-color: #626262;
    color: #FFFFFF;
    font-size: 1.3vw;
    font-weight: bold;
    height: 2vw;
    border: none;
    cursor: pointer;
}
.form form button:hover{
    background-color: #69b74a;
}
.box{
    width: 80%;
    float: left;
    height: 100vh;
    clear: both;
    position: relative;
}
.box .content{
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.box .content .title{
    font-size: 4.531vw;
    font-family: anandaregular;
    color: #69b74a;
    margin-top: 4vw;
    padding-bottom: 0.78vw;
    border-bottom: 3px solid #626262
}
.landing{
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.landing .soylem{
    position: absolute;
    top: 7.8vw;
    left: 18vw;
    width: 42vw;
}
.landing .patlangac{
    width: 16.563vw;
    position: absolute;
    top: 11.5vw;
    right: 1.5vw;
}
.landing .logolar{
    position: absolute;
    bottom: 0.78vw;
    left: 0;
    width: 49.635vw;
}
.landing .down{
    width: 3.333vw;
    position: absolute;
    bottom: 1.042vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
}
.about{
    background-image: url("../img/about-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about .content .text{
    position: absolute;
    left: 0;
    width: 60%;
    margin-top: 4.688vw;
}
.about .content .text .text-title{
    font-size: 2.604vw;
    margin-bottom: 1.563vw;
    color: #626262;
}
.about .content .text p{
    font-size: 1.250vw;
    margin-bottom: 1.823vw;
    color: #626262;
}
.about .content .about-img{
    position: absolute;
    right: 0;
    margin-top: 7vw;
    width: 30.885vw;
}
.gallery{
    background-image: url("../img/gallery-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.gallery .content .slider-menu{
    width: 100%;
    text-align: center;
    margin-top: calc(-2.604vw - 3px);
}
.gallery .content .slider-menu li{
    display: inline-block;
    background-color: #5d874c;
    font-size: 1.771vw;
    color: #ffffff;
    padding: 0 1.302vw;
    height: 2.604vw;
    line-height: 2.604vw;
    cursor: pointer;
}
.gallery .content .slider-menu li.active{
    background-color: #69b74a;
}
.gallery .content .owl-carousel{
    height: 73vh;
    overflow: hidden;
    margin-top: 1.563vw;
    display: none;
}
.gallery .content .owl-carousel .owl-stage-outer{
    height: calc(73vh - 1.042vw);
    border: 0.521vw solid #fff;
}
.gallery .content .owl-carousel .owl-nav{
    position: absolute;
    top: calc(50% - 1.719vw);
    width: 100%;
    height: 0;
}
.gallery .content .owl-carousel .owl-nav .owl-next{
    float: right;
}
.gallery .content .owl-carousel .owl-nav .owl-prev,
.gallery .content .owl-carousel .owl-nav .owl-next{
    margin: 0 2.344vw;
}
.gallery .content .owl-carousel .owl-nav .owl-prev img,
.gallery .content .owl-carousel .owl-nav .owl-next img{
    width: 3.438vw;
}
.gallery .content .owl-carousel .owl-dots{
    position: absolute;
    bottom: 2.604vw;
    width: 100%;
    text-align: center;
}
.gallery .content .owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    height: 1.042vw;
    width: 1.042vw;
    background-color: #ffffff;
    border-radius: 100%;
    margin: 5px;
    position: relative;
}
.gallery .content .owl-carousel .owl-dots .owl-dot::after{
    display: block;
    position: absolute;
    content: '';
    width: 0.521vw;
    height: 0.521vw;
    border-radius: 100%;
    background-color: #ffffff;
    left: 0.260vw;
    bottom: 0.260vw;
}
.gallery .content .owl-carousel .owl-dots .owl-dot.active::after{
    background-color: #5d874c;
}
.contact{
    background-image: url("../img/contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contact .content .text{
    width: 43%;
    position: absolute;
    margin-top: 7.813vw;
}
.contact .content .text ul li{
    font-size: 1.563vw;
    margin-bottom: 2.604vw;
    color: #626262;
}
.contact .content .text ul li img{
    width: 1.719vw;
    margin-right: 2.083vw;
    float: left;
}
.contact .content .text ul li a{
    color: #626262;
}
.contact .content .map{
    position: absolute;
    right: 0;
    width: calc(39.583vw - 1.042vw);
    height: calc(70vh - 1.042vw);
    border: 0.521vw solid #ffffff;
    margin-top: 2vw;
}
.contact .content .map iframe{
    height: 100%;
    width: 100%;
}
.mobile-bar{
    display: none;
}