section.content div.applyContainer div.customers, section.content div.promotionContainer div.screenBlock div.bg {
    background-color: #bfccda;
}
section.content div.applyContainer div.customers {
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    opacity: 0.85;
}
@media (min-width: 768px){
    .col-sm-pull-6 {
        right: 50%;
    }
}
@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 768px){
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

div {
    display: block;
}
body {
    font-family: "Proxima Nova";
    font-weight: normal;
    font-size: 14px;
    overflow-x: hidden;

}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}

h2{
    font-size:  20px;
    text-align: left;
    margin-top: 35px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    background-image: url(/images/select-down.png) !important;
    background-position: 98%;
    background-repeat: no-repeat;
}


section.content div.applyContainer div.apply div.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
* {
    outline: none;
}
* {
    box-sizing: border-box;
}

input.form-control, select.form-control, textarea.form-control {
    width: 100%;
    height: 50px;
    color: #757575;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 500ms ease;
    background-color: #fff !important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input textarea.form-control:visited {
    width: 90%;
    height: 40px;
    color: #545454;
    border: 1px solid red;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 500ms ease;
    background-color: #fff !important;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.form-control.valid, select.form-control.valid, textarea.form-control.valid {
    border-color: #000;
    transition: all 500ms ease;
}


input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    transition: all 500ms ease;
    border-color: #366575;
}


section.content div.applyContainer div.apply div.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

section.content div.applyContainer div.customers div.block {
    padding: 10px 100px 40px 40px;
    height: 100%;
}
.mySlides {display: none}
img {vertical-align: middle; height: inherit;}

/* Slideshow container */
.slideshow-container {
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center;
    -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    opacity: 3.85;
    position: relative;
    overflow: auto;
}

section.content div.promotionContainer div.listBlock div.items div.item div.text {
    width: calc(100% - 75px);
    margin-left: 15px;
}
section.content div.promotionContainer div.listBlock div.items div.item div.field, section.content div.promotionContainer div.listBlock div.items div.item div.text {
    float: left;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 27px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.yazi {
    color: #3a3a3a;
    font-size: 35px;
    padding: 0px 33px;
    position: absolute;
    /*    bottom: 8px;
    */    top:100px;
    /* width: 100%; */
    text-align: initial;
}
.yazi2 {
    color: #3a3a3a;
    font-size: 20px;
    padding: 0px 33px;
    position: absolute;
    /*    bottom: 8px;
    */    top:160px;
    /* width: 100%; */
    text-align: initial;
}
.kolaysoft {
    padding: 0px 53px;
    position: absolute;
    top: 147px;
    text-align: initial;
    width: 180px;
    height: 144px;
}

.hizli {
    color: #3a3a3a;
    font-size: 35px;
    padding: 0px 33px;
    position: absolute;
    /*    bottom: 8px;
    */    top:100px;
    /* width: 100%; */
    text-align: initial;
}


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 60;

}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}

.footer {
    background-color: #34495e;
    min-height: 40px;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    margin-left: -11px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    margin-right: -11px;
}
.footer .copyright {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 42px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}


.topbar {
    background-image: -webkit-linear-gradient(left, #f1f1f1, #efefef);
    background-image: -moz-linear-gradient(left, #f1f1f1, #efefef);
    background-image: -ms-linear-gradient(left, #f1f1f1, #efefef);
    background-image: -o-linear-gradient(left, #f1f1f1, #efefef);
    background-image: linear-gradient(left, #f1f1f1, #efefef);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colorStr= '#f1f1f1', end-colorStr='#efefef', gradientType='1');
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    padding: 0 32px 0 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    margin-top: -8px;
    text-align: right;

}

#ana_div {

    width: 100%;
    background-color: #fff;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.div {

    float: left;
    display: table;

}

section.content div.applyContainer div.apply div.content form.applyForm div.form-group {
    margin-top: 150px;
}

@media only screen and (max-width: 1200px) {
    #ana_div{overflow: auto;}
}
@media only screen and (min-width:  600px) {
    #ana_div{display: flex;}
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 12px 40px;
    float: right;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 0px;
    cursor: pointer;
}
.button1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

.gndrBtn {
    background-color: white; /* Green */
    border: 2px solid #4CAF50;
    color: black;
    padding: 12px 40px;
    float: right;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    width: 375px;
}

.entryButton{
    width: 220px;
}

section.content div.promotionContainer {
    width: 100%;
    display: table;
}

section.content div.promotionContainer div.listBlock {
    /* margin-top: 5vh; */
}
@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}
section.content div.applyContainer div.customers, section.content div.promotionContainer div.screenBlock div.bg {
    background-color: #bfccda;
}

.bg {
    -webkit-clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 75% 100%);
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 75% 100%);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center;
    opacity: 0.85;
    width: 100%;
}

section.content div.promotionContainer div.screenBlock {
    position: relative;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
}

@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px){
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
}
.promotionContainer {
    width: 100%;
    display: table;
}

section.content div.promotionContainer div.listBlock div.items div.item div.text p {
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.top-buffer { margin-top:20px; }

p {
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    margin: 0 0 1em;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 13px;
    color: #505050;
}

.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.block {
    /*    padding: 90px 10px;*/
    /*margin: 3vmin auto;*/
}
.iconYuvarlak {
    color: #fff;
    background-color: #246a9b;
    width: 45px;
    margin-right: 10px;
    height: 10px;
    margin-top: 20px;
    padding: 22px 0px 22px 0px;
    -moz-border-radius: 50em !important;
    border-radius: 50em !important;
    line-height: 0%;
    text-align: center;
    /* display: inline-block; */
    -moz-transition: all 0.25s linear;
    /* transition: all 25.25s linear; */
}

.service-blocks-horiz {
    padding-top: 40px;
    padding-bottom: 40px;
}
.content .curiousContainer .topLine {
    background-color: #FBFBFB;
    -webkit-clip-path: ellipse(50% 45% at 50% 50%);
    clip-path: ellipse(50% 45% at 50% 50%);
    width: 100%;
    height: 100px;
    margin-top: -50px;
}
.content .curiousContainer {
    width: 100%;
    min-height: 1px;
    display: table;
    margin-top: -65px;
    position: relative;
    background-color: #FBFBFB;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
h4{
    font-size: 15px;
    text-align: left;
    word-break: break-word;
}
h1{
    font-size: 30px;
    text-decoration: underline;
    font-weight: bold;
    color: #1e6db1;
}

.error{
    color:lightcoral;
}

.topLine {
    background-color: #FBFBFB;
    -webkit-clip-path: ellipse(50% 45% at 50% 50%);
    clip-path: ellipse(50% 45% at 50% 50%);
    width: 100%;
    height: 100px;
    margin-top: -50px;
}

div.container h2 {
    color: #767676;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-top: -70px;
    position: relative;
}

.row {
    zoom:1; !important;
}
