.bg-box {
    background-image: url(../images/bg-box.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body{
    font-family: 'Noto', sans-serif;
}
h1,h2,h3,h4,h5,p,a{
    font-family: 'Noto', sans-serif;
}
h1 {
    font-size: 4.5rem;
    font-weight: bold;
}
.g-bg-eloop-ecommerce {
     background-color: #0039c6 !important;
    background-image: url(../images/bg-red.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }
.u-btn-purple{
    background-color: #4410FF !important;
}

.u-btn-purple:hover{
    background-color: #1F0566 !important;
}
.g-color-ecommerce {
    color: #330482 !important;
}
.g-bg-eloop-black {

    background-color: #000000 !important;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-color-ehealth {
    color: #0131C1 !important;
}
.g-bg-eloop-ehealth {
     background-color: #007fce !important;
    background-image: url(../images/bg-blue.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.u-btn-bluegray {
    background-color: #1a5cff !important;
}
.u-btn-bluegray:hover {
    background-color: #001e7c !important;
}
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #005499 !important;
}

.g-bg-eloop-epublishing {
    background-color: #790d93 !important;
    background-image: url(../images/bg-yellow.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.g-color-epublishing {
    color: #3cb9ef !important;
}

.u-btn-cyan{
    background-color: #3cb9ef !important;
}
.u-btn-cyan:hover{
    background-color: #005499 !important;
}
.eloop-h1{
z-index: 10;
white-space: normal;
font-size: 70px;
line-height: 76px;
font-weight: 800;
color: rgb(255, 255, 255);
font-family: 'Noto', sans-serif;
text-align: left;
border-width: 0px;
margin: 0px;
padding: 0px;
letter-spacing: 0px;

}
.eloop-p{
z-index: 11;
white-space: normal;
font-size: 20px;
line-height: 35px;
font-weight: 300;
color: rgb(255, 255, 255);
letter-spacing: 0px;
    font-family: 'Noto', sans-serif;
text-align: left;
border-width: 0px;
margin: 0px;
padding: 0px;
min-height: 0px;
max-height: none;
}

@media (min-width: 0){
    .g-px-7 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
}
.u-btn-primary {
    color: #fff;
    background-color: #fa7268;
}



.js-tilt {
    width: 250px;
    height: 400px;
}
#qunit-fixture {
    position: static !important;
    display: flex;
    justify-content:center;
    align-items: center;
}
.size{
    width: 250px !important;
    height: 400px !important;
}

.u-shadow-v2 {
    -webkit-box-shadow: 10px 10px 6px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
}

.u-btn-primary:hover {
    color: #fff;
    background-color: #000000;
}
.g-color-gray-dark-v4 {
    color: #777 !important;
}

/* onur css */

.logo-poz{
    margin-left: -11vw;
}
.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
    height: 110%;
}
.home-mobile{
    display: none;
}
.home-desktop{
    display: block;
}
.home-space{
    display: none;
}
@media (max-width: 768px){

    .home-mobile{
        display: block;
        /*padding-top: 17vh !important;*/
    }
    .home-desktop{
        display: none !important;
    }
    .g-bg-eloop-ecommerce{
        background-image: url(../images/homepage/mobile-purble.jpg);
        padding: 0px !important;
    }
    .g-bg-eloop-ehealth{
        background-image: url(../images/homepage/mobile-blue.jpg);
        padding: 0px !important;
    }
    .g-bg-eloop-epublishing{
        background-image: url(../images/homepage/mobile-ifest.jpg);
        padding: 0px !important;
    }
    .g-bg-eloop-ehealth-detail{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 7rem;
    }
    .g-bg-eloop-ecommerce-detail{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 7rem;

    }
    .g-bg-eloop-epublishing-detail{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 7rem;
    }

    .eloop-h1 {
        font-size: 40px;
    }
    h1 {
        font-size: 3.5rem;
    }
    .mobile-pad{
        padding-top: 0px !important;
    }
    .logo-poz {
        margin-left: 0px;
    }
    .mobile-text{
        text-align: center !important;
    }
    .mobile-float{
        text-align-last: center !important;
        float: none !important;
    }
    .mobile-bold{
        font-weight: bolder;
    }
    .pad-exp-team{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-bottom: 7rem;
    }
    .pad-solutions{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-bottom: 7rem;
    }
}
.btn.btn-md{
    z-index:2;
}

.nav-pos{
    margin-right: -11vw;

}
.size{
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 768px) {
    .home-space{
        display: block;
    }
}
.tgl-btn{
    top: 6vw;
    right: 3vw !important;
}
@media (min-width: 1200px){
    #js-header .u-header__section .container{
        max-width: 85%;
    }
        #slider-text .container{
        max-width: 85%;
    }
        #promo .container{
        max-width: 85%;
    }
}
@media (min-width: 992px){
    #js-header .u-header__section .container{
        max-width: 85%;
    }
        #slider-text .container{
        max-width: 85%;
    }
        #promo .container{
        max-width: 85%;
    }
}
@media (min-width: 768px){
    #js-header .u-header__section .container{
        max-width: 85%;
    }
        #slider-text .container{
        max-width: 85%;
    }
    #promo .container{
        max-width: 85%;
    }
}
@media (min-width: 576px){
    #js-header .u-header__section .container{
        max-width: 85%;
    }
        #slider-text .container{
        max-width: 85%;
    }
        #promo .container{
        max-width: 85%;
    }

}

.form-control, .form-control:focus {
    color: #464646;
}
@media (max-width: 1600px){
    .eloop-text2{
        font-size:40px;
    }
}


.icon-size{
    max-width:90px;
}

/* 2nd example :  BACKGROUND IMAGE */
div.desktop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
div.desktop-wrapper iframe {
    box-sizing: border-box;
    background: url(http://img01.deviantart.net/05b6/i/2011/030/8/5/apple_led_cinema_screen_by_fisshy94-d38e3o5.png) center center no-repeat;
    background-size: contain;
    padding: 3.4% 10.8% 18.6%;/* 11.9% 15.5% 14.8% */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 576px){
    .home-video{
        max-width: 400px;display: block;z-index: 50;position: absolute;left: 26vw;
    }
}
@media (max-width: 576px){
    div.desktop-wrapper {
        height: 50vh;
        padding-left: 50px;
        padding-right: 50px;
    }
    #promo{
        margin-top: 12vh;
    }
}

