
  
#english {
    position: fixed;
    top: 5%;
    right: 0;
    z-index: 171;
    direction: ltr !important;
    pointer-events: none;
}
#colorPicker {
    transform: translate3d(0, 0, 0);
}
#colorPicker {
    display: flex;
    align-items: center;
    padding: 0 9px;
    width: 67px !important;
    height: 38px;
    transition: transform .5s;
    border-radius: 19px 0 0 19px;
    cursor: pointer;
    pointer-events: all;
    background: #efefef;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
}
#colorPicker a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 6px;
    top: 8px;
}
#colorPicker a {
    color: black;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
*{
    font-family: 'Poppins', sans-serif;
}
.gallery div.item img:first-child{
    margin-bottom:15px;
}
.iti.iti--allow-dropdown {
    display: block;
}
label[for="onlineGorusme"]{
    border: 1px solid;
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
input#onlineGorusme{
    display: none;
}
.icons-group{
    list-style-type: none !important;
    padding: 0;
    margin: 35px 0;
    width: 100%;
    justify-content: space-between;
}
.icons-group div.item{
    text-align: center;
    border-radius: 12px;
    color: #fff;
    padding: 10px;
    background: #000642;
    box-shadow: 4px 6px 8px 0px #bfbfbf;
}
.icons-group div.item b{
    display: block;
}
.icons-group div.item img{
    width: 90px;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}
input#onlineGorusme:checked + label[for="onlineGorusme"]{
    background: #fff;
    color: #000642;
}
input#onlineGorusme:not(:checked) + label[for="onlineGorusme"]{
    background: #000642;
    color: #ffffff;
}
.wws-popup {
    display:none;
}
.wws-popup-container--position {
    right: 12px;
    bottom: 12px;
}
.wws-popup-container {
    width: auto;
    position: fixed;
    z-index: 9999999;
}
.wws-gradient--position {
    bottom: 0;
    right: 0;
    background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, 0.2) 0, rgba(29, 39, 54, 0) 72%);
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws-gradient {
    z-index: -1;
    position: fixed;
    width: 500px;
    height: 500px;
    content: "";
    pointer-events: none;
    display: none;
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws--text-color {
    color: #ffffff;
}

.wws--bg-color {
    background-color: #22C15E;
}
.wws-popup__close-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    cursor: pointer;
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws-shadow {
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.wws-popup-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.wws-icon {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;

    margin-left: .2em;

    /* font-size: 120%; */

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}

.wws-popup__support-wrapper {

    margin-top: 8px;

}
.social-m{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-m li a{
    margin-right: 20px;
    font-size: 25px;
    color:#fff;
}
.wws-popup__support-img-wrapper {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    display: inline-block;

    vertical-align: bottom;

    margin-right: 3px;

    background-color: #fff;

}

.wws-popup__support-img {

    max-width: 100%;

    height: auto;

    display: block;

}

.wws-popup__support {

    display: inline-block;

    vertical-align: bottom;

    border-radius: 8px;

    overflow: hidden;

    width: 232px;

}

.wws-popup__support-about {

    font-size: 12px;

    text-align: center;

    padding: 18px 12px;

    line-height: 16px;

    user-select: none;

    font-family: Arial, Helvetica, sans-serif;

}

.wws-popup__support-welcome {

    background-color: #fff;

    font-size: 14px;

    padding: 16px 12px;

    color: #888FBB;

    line-height: 16px;

    user-select: none;

    text-align: left;

    font-family: Arial, Helvetica, sans-serif;

}

.wws-popup__input-wrapper {

    width: 232px;

    margin-top: 14px;

    float: right;

    background-color: #fff;

    padding: 8px 12px;

    border-radius: 8px;

    position: relative;

}

.wws-popup__send-btn {

    cursor: pointer;

    padding: 6px;

    width: 34px;

    display: inline-block;

    vertical-align: middle;

    user-select: none;

}

.wws-popup__footer .wws-popup__open-btn {

    margin-bottom: 50px;

}

.wws-popup__footer .wws-popup__open-btn {

    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;

    color: #ffffff;

    background-color: #159d49;

}

.wws-popup__open-btn {

    float: right;

}

.wws-popup__open-btn {

    padding: 8px 15px;

    font-size: 14px;

    border-radius: 20px;

    display: inline-block;

    margin-top: 14px;

    cursor: pointer;

    font-family: Arial, Helvetica, sans-serif;

}

.wws-popup__input {

    border: none !important;

    background-color: transparent !important;

    outline: none !important;

    padding: 6px 0 !important;

    margin: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;

    box-shadow: none !important;

    color: #000 !important;

    vertical-align: middle !important;

    display: inline-block !important;

    width: 166px !important;

    height: auto !important;

}
.wws-lau00001{fill:#22C15E80;}
.wws-lau00002{fill:#22C15E;}
.formBtn {
    position: fixed;
    z-index: 9;
    right: -109px;
    top: 50%;
    transform: rotate(90deg);
    cursor: pointer;
}
.main-menu{
    list-style-type: none;
    padding-left: 0 !important;
    display: flex;
    margin-top: 50px;
}
.main-menu li{
    padding: 0 15px;
}
.main-menu a{
    color:#fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration:none !important;
}
.menu-new.fixed img{
    display: block !important;
}
.menu-new.fixed{
    position: fixed;
    background:red;
}
.formBtn span i{
    margin-right: 5px;
}
.formBtn span{
    background: #000642;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px 0px 10px 10px;
}
.form-holder {
    border-radius: 0px 0px 10px 10px;
    line-height: 20px;
    text-align: center;
    width: 320px;
    font-size: 12px;
    position: fixed;
    right: -400px;
    box-sizing: border-box;
    padding: 40px 30px;
    background-color: #fff;
    z-index: 10;
    height: auto;
    display: table;
    top: 50%;
    transition: all .6s cubic-bezier(.42,0,.07,.99);
    transform: translateY(-50%);
	box-shadow: -1px 1px 19px 6px #00000024;
}
.close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 29px 0 rgb(0 0 0 / 30%);
    left: -17px;
    top: -10px;
    color: black;
    cursor: pointer;
}
.form-inner {
    display: table-cell;
    vertical-align: middle;
}
.form-holder .form-title {
    color: #000642;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Questrial', sans-serif;
}
.contact_form>UL {
    margin: 0;
    padding: 0;
}
.contact_form>ul>LI {
    margin: 0 0 7px;
    padding: 0;
    list-style: none;
    font-size: 8pt;
    position: relative;
    color: #fff;
    float: left;
    width: 100%;
    display: inline-block;
}
.contact_form .form-text, .contact_form .form-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 37px;
    line-height: 32px;
    padding-left: 10px;
    background: 0 0;
    border: 0;
    border-bottom: solid 1px #000642;
    resize: none;
    color: #000642;
}
.contact_form ul .lispan {
    width: calc(100% - 25px);
    float: right;
    position: relative;
    top: -4px;
    text-align: left;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
	color: #000642;
}
.contact_form ul .lispan a{
    color:#000642;
    text-decoration: underline;
}
input[type=checkbox]:not(old), input[type=radio]:not(old) {
    margin: 0;
    padding: 0;
    float: left;
    width: 16px;
    height: 16px;
}
.form-submit {
    width: 100%;
    
    border: 0;
    background-color: #000642;
    color:#fff;
    text-align: center;
    font-size: 16px;
    margin: auto;
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 20px;
    padding:8px 15px;float:left;
}
    .form-submit:hover, .form-submit a:hover {
        color: #fff;
        text-decoration: none;
    }

    .formTel a {
        display: block;
        color: #000642;
        font-size: 18px;
        font-weight: 700;
    }

.contact_form .form-text::placeholder, .contact_form .form-textarea::placeholder {
    color:#000642;
    font-size: 13px;
}
.contact_form .form-textarea {
    height: 69px;
}
.formTel {
    position: relative;
    display: table;
    margin: auto;
    margin-top: 20px;
}
.form-holder.active {
    right: 0;z-index:999999;
}
.box-bg{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.ok-up{
    position: absolute;
    width: 205px;
    left: 0%;
    bottom: 0%;
}


.title {
    position: relative;
    display: table;
    color: #4b4e53;
    font-size: 60px;
    font-weight: 400;
}
.title span{
    line-height: 60px !important;
    display: block;
    margin-bottom: 60px;
    position: relative;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase !important;
}
.title span:before{
    content: "";
    position: absolute;
    width: 115px;
    height: 6px;
    background: #4b4e53;
    bottom: -35px;
}
@media(min-width: 1100px) and (max-width: 1366px){
    .bg-4,.bg-1,.bg-3,.bg-2,.bg-5{
        height: 100 vh !important;
    }
    .png-img img:first-child{
        width:30%;
    }
}
@media(min-width: 1337px) and (max-width: 1440px){
    .bg-4,.bg-1,.bg-3,.bg-2,.bg-5{
        height: 90vh !important;
    }
    .logo-f{
        right: 15px !important;
    }
}
@media (min-width: 1300px) and (max-width: 1680px) {
    .png-img img:first-child{
        width:31%;
    }
    .flexible h2{
        font-size: 16px !important;
    }
    .flexible h2 br{
        display:none !important;
    }
    .flexxxxx .col-lg-3:nth-child(2) .flexible h2 br{
        display: block !important;
    }
    .flexxxxx .col-lg-3:last-child .flexible h2 br{
        display: block !important;
    }
}
.title h1 {
    display: table;
    font-size: 22px;
    font-weight: 600;
    border-bottom: solid 1px #4b4e53;
    margin-bottom: 20px;
}


.pd-new{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 100px;
}
.pd-new.bg-green{
    background: #000642;
}
.bg-green .title span{
    color:#fff !important;
}
.bg-green .title span:before{
    background: #fff;
}
.bg-green .title p{
    color:#fff !important;
}
@media (min-width: 1600px){
    .pd-new{
        /*max-height: 60vh;*/
    }
}
@media (max-width: 1300px){
    .pd-new{
        /*max-height: 75vh;*/
    }
}

.gallery-title {
    position: relative;
    display: block;
    font-size: 32px;
    color: #4b4e53;
    margin-bottom: 30px;
}

.gallery-area{
    display: flex;
    padding:75px 0;
    justify-content: center;
    align-items: center;
}
.gallery-title:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 92px;
    background: #163954;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.flexible p{
    font-family: 'Questrial', sans-serif;

}
.flexible h2{
    text-align: center;
    position: relative;
    font-family: 'Questrial', sans-serif;
    color: #4b4e53;
    font-size:25px;
    font-weight: 600;
}
.flexible h2:after{
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    background: #4b4e53;
}
.owl-dot{
    background: #fff !important;
    height: 17px;
    width: 17px;
    border:1px solid #000642 !important;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.owl-dots{
    text-align: center;
}
.owl-dot.active{
    background: #000642 !important;
}
.contact-bg{
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    min-height: 110px;
}
.col-lg-8.contact-bg{
    background: #000642;
}
.col-lg-4.contact-bg{
    background: #ddd;
}
.col-lg-4.contact-bg a{
    display: block;
    color: #000642;
    font-size: 20px;
    border: solid 2px #000642;
    padding: 10px 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
}
.col-lg-4.contact-bg a:hover{
    background: #000642;
    color:#fff;
    border-color:#000642;
}
.contact-adress{
    font-size: 20px !important;
    font-weight: bold;
}
.contact-adress span{
    display: block;
    font-size: 17px;
    border-top:1px solid #fff;
    font-weight: 600;
    text-transform:capitalize;
}
.copyright{
    background: #000642;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.copyright p{
    margin-bottom: 0;
    padding: 5px 0;
    color:#fff;
    font-weight: 600;
}
.copyright p a{
    color:#fff;
    text-decoration: none;
    font-weight: 800;
}
ul.fotoTab {
    position: relative;
    display: flex;
}
ul.fotoTab li {
    display: block;
    border-bottom: solid 1px #e9e9ea;
}
ul.fotoTab li a {
    position: relative;
    display: block;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #e9e9ea;
    padding-bottom: 20px;
    margin-right: 30px;
    text-align: center;
    cursor:pointer;
}
ul.fotoTab li a.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #b5c0c9;
}
.galeriPage {
    display: none !important;
}
.galeriPage.open {
    display: block !important;
    width: 100%;
    position: relative;
}
.png-img img{
    position: absolute;
}
.png-img img:nth-child(2){
    left: 2%;
    bottom: 2%;
    width: 8%;
}
.png-img img:first-child{
    top:0;
    left: 2%;
    width: 65%;

}
.content-desc p:first-child{
    font-size: 75px !important;
    line-height: 80px !important;
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 50px;
}
.content-desc{
    position: absolute;
    left: 5%;
    top: 8%;
}
.content-desc p.desc-f{
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 400;
    color:#fff !important;
}
.desc-sticker{
    position: absolute;
    right: -7%;
    bottom: -24%;
}
.logo-f{
    position: absolute;
    right: 26%;
    width: 17%;
    top: 4%;
}
.first-area {
    background: url(../img/bannerBg.jpg) no-repeat;
    background-size: cover;
    background-position: top 100px center;
    height: 100vh;
}
.prjHakkinda {
   
    background-position: center bottom;
    min-height: 100vh;
    height:auto;overflow:hidden;  
}
.prhahBott{width:100%;}

@media (min-width: 768px) {
    .first-area-xs{
        display: none;
    }
    
    .width-80{
        width: 80%;
        margin-bottom: 50px;
    }
    .mbl-display{
        display: none;
    }
    
    }
p{
    font-size: 22px !important;
}
.new-title{
    font-weight: 600;
    font-size: 40px !important;
    line-height: 50px;
    margin-bottom: 35px !important;
    color: #161616;
    text-transform: uppercase !important;
}

.container-fluid.width-80{
    padding-top:35px !important;
}
.new-title b{
    color: #000642;
    display: block;
    font-size: 60px;
    margin-top:10px;
    line-height: 65px;
}
.owl-dots{
    margin-top:20px;
}
.new-bg{
    padding: 50px 15px;
    background: #f5f5f5;
}
.process-list {
    position: relative;
    margin-top: -20px;
}
.process-list .bg-line {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 250px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
   
}
@media (min-width: 1200px) and (max-width: 1680px){
    .process-list > div:nth-child(2){
        padding-left: 0 !important;
        margin-top:11% !important;
    }
    .process-list > div:nth-child(3){
        margin-top:5% !important;
    }
    .process-list > div:nth-child(4){
        margin-top:1% !important;
    }
    .process-list > div:nth-child(5){
        margin-top:1% !important;
    }
    .process-list > div:nth-child(6){
        margin-top:2% !important;
    }
    .process-list > div:nth-child(7){
        margin-top:5% !important;
    }
    .process-list > div:nth-child(8){
        margin-top:8% !important;
    }
    .process-list > div:nth-child(9){
        margin-top:11% !important;
    }
    .process-list > div:nth-child(10){
        margin-top:12% !important;
    }
    .process-list > div:nth-child(11){
        margin-top:12% !important;
    }
    .process-list > div:nth-child(12){
        margin-top:9% !important;
    }

}
.process-list > div:nth-child(2) {
    margin-top: 15%;
    padding-left:4%;
}
.process-list > div:nth-child(3) {
    margin-top: 8%;
}
.process-list > div:nth-child(4) {
    margin-top: 3%;
}
.process-list .single-process {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp;
}
.process-list .single-process img{
    width: 50% !important;
    filter: brightness(0) invert(1);
}
.process-list .single-process .icon {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgb(0 0 0 / 17%);
    box-shadow: 3px 3px 11px rgb(0 0 0 / 17%);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 40px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px;
}
.bg-zinnwaldite {
    background-color: #000642;
}
.process-list .single-process .icon > .process-no {
    color: white;
    font-size: 22px;
    line-height: 17px;
    margin-bottom: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=13)";
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 5;
    text-align: center;
}
.process-list .single-process .icon > .process-no small{
    font-size: 13px !important;
}
.process-list .single-process .process-step {
    color: #161616;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2em;
}

@media (max-width: 1500px) {
    .pd-new{
        padding: 70px;
    }
    .title span{
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .form-holder{
        padding: 20px;
    }
    .contact_form .form-text, .contact_form{
        height: 23px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px){
   
    .title span{
        font-size: 30px !important;
        line-height: 35px !important;

    }
    .ok-up{
        width: 160px !important;
    }
}
@media (max-width: 767px){
    .copyright{
        margin-bottom: 70px;
    }
    .formTel .flex{
        margin-top:10px;
    }
    .new-bg{
        padding:15px;
    }
    .col-lg-7 iframe{
        height: 200px;
        margin-top: 20px;
    }
    .width-80 .justify-content-center{
        margin-bottom: 15px !important;
    }
    .mg-top-new{
        margin-top:20px;
    }
    .process-list .single-process .process-step{
        font-size: 17px;
    }
    .new-title{
        font-size:25px !important;
        line-height: 37px !important;
    }
    .new-title b{
        font-size: 37px !important;
    }
    .col-lg-8.contact-bg{
        display: block;
    }
    div[style="background: #f0f0f0;"]{
        padding:15px !important;
    }
    .social-m{
        padding-left: 0 !important;
        margin-top: 5px;
    }
    .contact-adress{
        margin-top:10px;
    }
    .icons-group{
        display: block !important;
        text-align: center;
        padding: 0 8px
    }
    .icons-group div.item img{
        width: 60px;
    }
    .icons-group div.item{
        display: inline-block;
        width:100%;
    }

    .box-bg{
        height: 35vh !important;
    }
    .ok-up{
        width: 155px;
    }
    .bg-1, .bg-2, .bg-3, .bg-4{
        background-position: center !important;
        background-size: cover!important;
    }
    .gallery-area{
        height: auto;
        padding-top:10px;
        padding-bottom:10px !important;
    }
    .first-area-xs{
    
        background-position: top !important;
        height: 100vh;
        background-size: cover;
    }
    .motto{
        position: absolute;
        top: 5%;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .mbl-none{
        display: none;
    }
 
    p{
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .pd-new{
        padding:30px 15px 15px !important;
    }
    .icons-group{
        margin:15px 0 !important;
    }
    .width-80 .owl-dots{
        margin-top:10px !important;
    }
    .logo {
        width: 30%;
        bottom: 15%;
        padding-top: 10px !important;
        
        right: 0;
        left: auto;
        padding: 10px;
        padding-left: 30px;
        background: linear-gradient(
                270deg, rgba(255,255,255,1) 35%, rgba(0,0,0,0) 100%);
    }
    .formBtn {
        /* display: none; */
    }
    .form-holder {
        /* position: relative;
        width: 100%;
        height: inherit;
        top: 0;
        transform: translate(0);
        right: 0;
        border-radius: 0; */
    }
    .close {
        /* display: none; */
    }
    .form-inner {
        width: 100%;
        margin: 0 auto;
    }
    .form-holder .form-title {
        font-size: 15px;
        line-height: 19px;
    }
    .contact_form .form-text, .contact_form .form-textarea {
        font-size: 12px;
    }
    .title span{
        font-size: 30px !important;
        line-height: 33px !important;
    }
    .mobile-bar {
   
        height: 216px;
        position: fixed;
        bottom: -85px;
        left: 0;
        right: 0;
        background-size: contain;
        z-index: 9999;
        display: block;
    }
    .mobile-bar .phone-btn {
        display: block;
        position: absolute;
        height: 50px;
        width: 30%;
        background: transparent;
        left: 0;
        top: 35px;
    }
    .mobile-bar .form-btn {
        display: block;
        position: absolute;
        height: 100px;
        width: 30%;
        background: transparent;
        right: 0;
        /*left: 0;*/
        margin: 0 auto;
    }
    .mobile-bar .yol-btn {
        display: block;
        position: absolute;
        height: 50px;
        width: 30%;
        background: transparent;
        right: 0;
        top: 35px;
    }
}
@media (max-width:380px) {
    .ok-up{
        width: 120px !important;
    }
}
.gallery-title p{
    font-size: 32px !important;
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Mobile Bar Başlangıç*/
@media(min-width: 767px){
    .d-none-mobil{
        display: none;
    }
}
/*.form-holder ul LI div {
    width: calc(100% - 25px);
    float: right;
    position: relative;
    top: -4px;
    text-align: left;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
}*/
.iti__country-name{
    color:#000
}
.iti__arrow{
    border-top: 4px solid #000642 !important;
}
.iti__arrow--up{
	border-bottom: 4px solid #000642 !important;
}
.form-holder input[type=checkbox]:not(old), .form-holder input[type=radio]:not(old) {
    margin: 0;
    padding: 0;
    float: left;
    width: 16px;
    height: 16px;
}
.form-holder ul LI div a{
    color: #fff;
    text-decoration: underline;
}
hidden-foo.masthead-curve {
    background: -webkit-gradient(linear, left bottom, left top, from(#00adee), to(#0284c8));
    background: -webkit-linear-gradient(bottom, #00adee 0, #0284c8 100%);
    background: -o-linear-gradient(bottom, #00adee 0, #0284c8 100%);
    background: linear-gradient(0deg, #00adee 0, #0284c8 100%);
    min-height: 421px;
    position: relative;
}
.bottom-menu-280 {
    background: rgba(240, 242, 245, 1);
    box-shadow: 0 -15px 100px -10px rgb(0 0 0 / 10%);
    width: 100%;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
}
.bottom-menu ul, .bottom-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-menu > ul > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background: #f0f2f5;
    flex-grow: 1;
}

.bottom-menu ul, .bottom-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-menu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    min-width: 50px;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
    position: relative;
}
.bottom-menu-280>ul>li>a {
    height: 65px;
    min-width: 50px;
    font-size: 11px;
    color: rgba(58, 71, 80, 1);
    line-height: 20px;
}
.bottom-menu > ul > li .links-text {
    top: -2px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #000;
}
.bottom-menu > ul > li > a::before {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.1;
    margin: 2px 0;
    font-size:30px;
}
.bottom-menu-280 .bottom-menu-item-1>a::before {
    content: "\f095" !important;
    font-family: "fontawesome";
}
.bottom-menu-280 .bottom-menu-item-2>a::before {
    content: "\f0e0" !important;
    font-family: "fontawesome";
}
.bottom-menu-280 .bottom-menu-item-3>a::before {
    content: "\f232" !important;
    font-family: "fontawesome";
}
.bottom-menu > ul > li + li {
    border-width: 0 0 0 1px;
}
.bottom-menu-280>ul>li+li {
    border-style: solid;
    border-color: rgba(226,226,226,1);
}
@media (max-width: 767px) {
    div[title="Bizimle İletişime Geç"]{
        display: none !important;
    }
    .metkap-herkatgiris-iconlar{
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .pd-2{
        padding:15px !important;
    }
	.katalog-menu{
		bottom: 37% !important;
	}
}
/* Mobile Bar Bitiş*/

@media (min-width: 768px){
    .d-mobile-none {
        display: none;
    }

}
.contact-adress{
    color:#fff !important;
    margin-bottom: 0 !important;
}
@media (min-width: 1450px) and (max-width: 1700px){
    
    .ok-up{
        width: 185px !important;
    }
    .title span{
        font-size:40px !important;
        line-height: 45px !important;
    }
}
/**/
.iti input, .iti input[type=text], .iti input[type=tel]{
	color: #000642;
}
@media (min-width: 768px) and (max-width: 1024px){
	.png-img img:first-child{
		top: 9%;
		width: 30%;
	}
	.png-img img:nth-child(2){
		width: 57%;
		top: 4%;
		left: 35%;
	}
	.png-img img:last-child{
		width: 39%;
		top: 15%;
	}
	.tablet-display{
		display: block !important;
	}
	.tablet-none{
		display: none !important;
	}
}
/*Katalog*/
.katalog-menu{
	position: absolute;
	background-color: #fff;
	bottom: 5%;
	left: 5%;
	font-size: 30px;
	list-style: none;
	transform: skew(-15deg);
	padding: 0;
}
.katalog-link{
	color: #000642;
	padding: 20px;
	text-decoration: none;
	font-weight: bold;
}
.katalog-link:hover{
	text-decoration: none;
	color: #9b4200;
}
@media(min-width: 1200px) and (max-width: 1680px){
    .content-desc p:first-child{
        font-size: 60px !important;
        line-height: 65px !important;
    }
    .content-desc p.desc-f{
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .desc-sticker {
        bottom: -15%;
        width: 26%;
    }
}



/* menü */



.ustmenu {position:absolute;width:800px;height:60px;top:20px;right:60px; z-index:13000;}
    .ustmenu h1 {
        float: left;
        width: 100%;
        font-size: 48px;
        letter-spacing: 3px;
        font-weight: 900;
        color: #14322a;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;text-align:right;
    }
    .menu-wrapper{
        
        position:relative;left:0;top:0;width:100%;max-width:1250px;margin:0 auto; padding-top:0px;opacity:0;z-index:8;-moz-transform:translateY(100%);-ms-transform:translateY(100%);-webkit-transform:translateY(100%);transform:translateY(100%)}

    #menu{float:right;height:60px;margin:auto;}
.menu-line{float:left;position:relative;width:150px;height:1px;top:13px}
.menu-line:after{content:'';position:absolute;top:0;width:0px;height:100%;background-color:transparent;-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)}
.menu-line.small:after{width:78px}
.menu-line.x-small:after{width:63px;-moz-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);transition:all 1s cubic-bezier(0.77, 0, 0.175, 1)}
.menu-line.prev:after{left:0}
.menu-line.next:after{right:0}
.menu-line:first-child:before,.menu-line:last-child:before{content:'';position:absolute;top:0;width:8000px;height:0px;background-color:transparent;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.menu-line:first-child:before{left:-8000px}
.menu-line:last-child:before{right:-8000px}
.menu-bullet-container{float:left;position:relative;width:26px;height:26px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}
.menu-bullet-container:nth-child(1){margin-left:100px}
.menu-bullet-container:before{content:'';position:absolute;top:-15px;left:50px;opacity:0;
    pointer-events:none;width:0;height:0;border-style:solid;border-width:6px 5px 0 5px;border-color:#000642 transparent transparent transparent;-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-webkit-transform:translateY(-10px);transform:translateY(-10px);-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}
#menu .menu-bullet-container:hover:before{-moz-transform:translateY(0px);-ms-transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}
#menu .menu-bullet-container:hover .menu-link:before{-moz-transform:scale(2, 2);-ms-transform:scale(2, 2);-webkit-transform:scale(2, 2);transform:scale(2, 2);opacity:0;-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}


.#menu .menu-bullet-container:hover .menu-link:after{-moz-transform:scale(3.3, 3.3);-ms-transform:scale(3.3, 3.3);-webkit-transform:scale(3.3, 3.3);transform:scale(3.3, 3.3);opacity:0.2}
#menu .menu-bullet-container:hover .menu-bullet{opacity:1;-moz-transform:scale(1, 1);-ms-transform:scale(1, 1);-webkit-transform:scale(1, 1);transform:scale(1, 1)}


.menu-bullet-container.active .menu-link:after{opacity:1}
.menu-link{display:block;position:relative;width:100%;height:100%;color:#000}

.menu-link:hover{display:block;position:relative;width:100%;height:100%;color:#000642}
.menu-link2 .menu-txt{color:#000642}

.menu-link:after{content:'';position:absolute;left:50px;top:8px;width:8px;height:8px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;background-color:#fff;opacity:0.5;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)}
.menu-bullet{position:absolute;left:50px;top:9px;width:8px;height:8px;-moz-border-radius:50%;
    -webkit-border-radius:50%;border-radius:50%;background-color:#000642;opacity:0;-moz-transform:scale(0, 0);-ms-transform:scale(0, 0);-webkit-transform:scale(0, 0);transform:scale(0, 0);-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)}
.menu-txt {
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
    z-index: 9999;
    padding-bottom: 5px;
    position: absolute;
    left: -44px;
    bottom: -20px;
    width: 213px;
    text-align: center;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.menu-bullet-container:hover .menu-txt{opacity:1;-moz-transform:translateY(0px);
                                       -ms-transform:translateY(0px);-webkit-transform:translateY(0px);
                                       transform:translateY(0px)}
.menu-txt:hover{-moz-transform:translateY(0px);
                                       -ms-transform:translateY(0px);-webkit-transform:translateY(0px);
                                       transform:translateY(0px)}

li{list-style:none;}
ul{list-style: none;}                                       


.kvkBox {
    position: fixed;
    bottom: 60px;
    width: 30%;
    background-color: #000642;
    color: #fff;left: 0;
    font-size: 12px;
    z-index: 9999;
    padding: 10px;
    left: 10px;
}

.kvkBox h4{
    font-size: 18px;
}

.kvkKapat{padding: 5px 10px;font-weight: 500;cursor: pointer;  border: solid 1px #fff;border-radius: 8px;width: fit-content;}
.baslik{background-color: #fff;}


/*mobil menü*/
navm,
.navmbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;z-index:12000;
}

navm {
  position: fixed;
  top:0;
  left:0;

  z-index: 13000;
  background-color: rgba(6,6,66, 0.85);
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: white;
}

.navm-hide { display: none; }
.msosyal{display:none;}
navm ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}

navm ul li { list-style: none; padding:10px 0;}

navm ul li a {
  font-size: 22px;
  color: inherit;
  font-weight: bolder;
  text-decoration: none;
}

navm ul li a:hover{color:  #fff;text-decoration: none;}

.navmbar-toggle {
  position: fixed;
  top: 15px;
  right: 40px;
  width: 25px;
  height: 25px;
  z-index: 14000;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 100%;
    height: 5px;
    margin-bottom: 3px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
    z-index: 13001;
}
.msloggn {
    position: relative;
    width: 100%;
    top: 55%;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px #06261b;
}
.navmbar-on .bar1,
.navmbar-on .bar2,
.navmbar-on .bar3 {
    background-color: #000642;
}

.navmbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navmbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.navmbar-on .bar2 { background-color: transparent; }



@media (max-width:1000px) {
   .navmbar-toggle {
    display: block;
    }
    #menu {
        display: none;
        }
    

}


@media (min-width:1000px) {
    .navmbar-toggle {
        display: none;
        }
        #menu {
            display: block;
            }
}

input[type="text"], textarea {
    width: 100%;
    padding: 15px;
    color: #666666;
    font-size: 14px;
    border: none;
    font-weight: normal;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#div-form ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1px;
}

.galeriDis{background:rgba(255,255,255,0.9);padding:20px;margin-top:30px;position:relative;width:90%;margin:30px auto;}

.col100{float:left;width:100%;}
.col50{float:left;width:50%;padding:5px 5px;}

.iltLine{background-repeat:no-repeat;background-position:left top;margin-top:15px;background-size:30px 38px;min-height:40px;padding-left:40px;padding-top:5px;}

.gallery .item {width:23%;float:left;margin:1%;}
    .gallery .item img {
        width: 100%;
        outline: 1px solid white;
        outline-offset: -8px;
    }
.iltFrm {
    margin-bottom:   100px ;
}

@media (max-width: 800px) {
    .kvkBox{width:100%;}
    .gallery .item {width:31%;float:left;margin:1%;}
    .col50{width:100%;}

}

.video-wrapper {
    /* Telling our absolute positioned video to 
  be relative to this element */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -o-calc(100% - 100px); /* opera */
    height: -webkit-calc(100% - 100px); /* google, safari */
    height: -moz-calc(100% - 100px); /* firefox */
    /* Will not allow the video to overflow the 
  container */
    overflow: hidden;
    /* Centering the container's content vertically 
  and horizontally */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}