body, html {
    overflow-x: hidden;
    min-width: 320px;
    background-color: rgb(218, 220, 224);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: rgb(90, 89, 89);
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: white;
}

p {
    font-size: 1em;
}

h1, h2, h3, h4, p {
    text-align: left;
    font-weight: 100;
}

h4 {
    font-size: 1.250em;
}

.design-hover {

    background: url('/images/imodels-onepager-design.png');

    position: absolute;
    /* height: 500px; */
    height: 5127px;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10000;
    opacity: 0.0;
}

.hoverButton {
    cursor: pointer;
}

#StoreButtons {
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 1;
}

.spacer-small {
    height: 20px;
}

.spacer-medium {
    height: 40px;
}

.spacer-large {
    height: 152px;
}

.separator {
    border-bottom: 1px solid white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-container {
    margin-left: 10%;
    margin-right: 10%;
}

.sub-container h1 {
    margin-bottom: 50px;
}

.text p {
    margin-bottom: 25px;
}

.text {
    margin-top: 5%;
}

.text h1 {
    font-size: 2.5em;
    margin-bottom: 50px;
}

.form {
    margin-top: 10%;
}

.image {
    /*text-align: center;*/
}

.image img {
    position: absolute;
    max-width: 100%;
    z-index: 999;
}

#section-menu {
    background-color: white;
    color: rgb(105, 181, 247);
    height: 108px;
}

#section-menu .sub-container {
    margin-top: 0%;

}

#section-menu .separator {
    margin-left: -500px;
    margin-right: -500px;
}

/*#section-menu a {*/
/*color:white;*/
/*}*/

#section-menu .row {
    height: 100%;
}

.logo-div {
    /*background-color: white;*/
    height: 100%;
    float: left;
    text-align: center;
}

.logo-div img {
    margin-top: 30px;
}

/** BUTTONS CSS **/

.default-onepager-btn {
    background-color: rgba(255, 255, 255, 0);
    color: red;
    border: 2px solid red;
    padding: 10px 30px 10px 30px;

}

#form-submit-btn {
    border: 2px solid rgb(90, 90, 90);
    background-color: rgba(255, 255, 255, 0);
    color: rgb(90, 90, 90);
    padding: 10px 30px 10px 30px;
    margin-top: 25px;
    width: 175px !important;
    height: 50px !important;
}

.round-icon {
    color: rgb(90, 89, 89);
    text-align: center;
    background-color: white;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 50px;
    height: 50px;

    display: inline-block;
    background-color: white;
    padding: 10px;
    vertical-align: middle;
    margin-right: 20px;
}

.round-icon.fa-instagram {
    padding-left: 12px;
    padding-right: 12px;
}

a:hover {
    text-decoration: none;
}

.contact-link {

    margin-right: 50px;

}

.language-links {
    /*float: right;*/
    /*display: inline-block;*/
    margin-top: 35px;
    padding-right: 15pxπ;
    text-align: right;
}

.language-links a {
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
    color: rgb(105, 181, 247);
}

.app-store-btn {
    text-align: center;
    margin-top: 50px;
}

#section-menu .language-links a.active {
    background-color: rgb(105, 181, 247);
    color: white;
    padding: 11px 10px 11px 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

}

.custom-button {
    border: 2px solid rgb(105, 181, 247);
    display: inline-block;
    width: 340px;
    height: 80px;
    text-align: center;
    color: rgb(105, 181, 247);
    font-size: 1em;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2px;
    padding: 10px;
    max-width: 100%;
}

#section3Content > div > div.col-sm-5.text > a > span {
    color: rgb(105, 181, 247);
}


.custom-button:active, .custom-button:hover, .custom-button:active {
    color: rgb(105, 181, 247);
}

.custom-button-top {
    font-size: 12px;
    font-weight: 500;
}

.custom-button-bottom {
    font-size: 24px;
    font-weight: 500;

}
img, a {
    border:none;
    outline: none;
}

.facebook-icon {
    border:0;
    height: 0px;
    width: 0px;
    padding: 20px;
    color: blue;
    border-radius: 20px;
    background: transparent url('/images/one-pager/icons/facebook-icon-white.png') center top no-repeat;
}

.facebook-icon:hover {

    background: transparent url('/images/one-pager/icons/facebook-icon.png') center top no-repeat;
}

.twitter-icon {
    height: 0px;
    width: 0px;
    padding: 20px;
    color: blue;
    border-radius: 20px;
    background: transparent url('/images/one-pager/icons/twitter-icon-white.png') center top no-repeat;
}

.twitter-icon:hover {

    background: transparent url('/images/one-pager/icons/twitter-icon.png') center top no-repeat;
}

.instagram-icon {
    height: 0px;
    width: 0px;
    padding: 20px;
    color: blue;
    border-radius: 30px;
    background: transparent url('/images/one-pager/icons/instagram-icon-white.png') center top no-repeat;
}

.instagram-icon:hover {

    background: transparent url('/images/one-pager/icons/instagram-icon.png') center top no-repeat;
}

.site-logo {
    margin-top: 25px;
}

.menu-buttons {

    text-align: center;
    color: rgb(105, 181, 247);
}

.menu-buttons a {
    border: 2px solid rgb(90, 90, 90);
    display: inline-block;
    width: 190px;
    height: 45px;
    margin-top: 25px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    color: rgb(90, 90, 90);
    font-size: 1em;
    font-weight: 500;
    line-height: 16px;
    padding: 2px;
}

.menu-buttons a:hover {
    border-width: 2px;
}

span.menu-btn-top {
    font-size: 10px;
    font-weight: 500;
}

span.menu-btn-bottom {
    font-size: 15px;
    font-weight: 500;
}

#section1 {
    /* background-color: #FC8A00; */
    position: relative;
    height: auto;
    background-size: cover;
    /*text-align: center;*/
    z-index: 6;
    background-color: rgb(109, 178, 252);
    color: white;
    min-height: 630px;
}

#section1Content {
    margin-top: -5%;
}

#section1Content .socials p {
    float: left;
    color: rgb(109, 178, 252);
    margin-right: 15px;
}

#section1Content .socials .fa {
    color: rgb(109, 178, 252);
    font-size: 1.5em;
    width: 35px;
    height: 35px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 0.7;
}

.socials img {
    width: 40px;
    height: 40px;
}

#section1Triangle {
    min-height: 0;
    margin-top: 0px;
    /*position:absolute;*/
    width: 0;
    height: 0px;
    /* background-color: #FC8A00; */
    bottom: 0px;
    text-indent: -9999px;
    border-top: 7vw solid white;
    border-left: 100vw solid transparent;
}

#section1TriangleBottom {
    min-height: 0;
    margin-top: 0px;
    position:absolute;
    width: 0;
    height: 0px;
    /* background-color: #FC8A00; */
    bottom: 0px;
    text-indent: -9999px;
    border-bottom: 7vw solid white;
    border-left: 100vw solid transparent;
}

#section2 {
    background-color: #ffffff;
    /*overflow: hidden;*/
    position: relative;
    /* z-index: 20; */
    min-height: 688px;
    z-index: 2;
    color: rgb(90, 89, 89);
    padding-top: 3%;

}

#section2Triangle {
    min-height: 0;
    margin-top: 0px;
    /* position:absolute; */
    width: 0;
    height: 0px;
    /* background-color: #FC8A00; */
    bottom: 0px;
    text-indent: -9999px;
    border-top: 7vw solid rgb(109, 178, 252);
    border-right: 100vw solid transparent;
}

#section3 {
    background-color: rgb(218, 220, 224);
    position: relative;
    min-height: 680px;
    overflow: visible;
}

#section3Triangle {
    /* position:absolute; */
    /* width: 10%; */
    height: 0;
    top: 0;
    text-indent: -9999px;
    border-top: 7vw solid #ffffff;
    border-left: 100vw solid transparent;
}

#section3TriangleBottom {
    /* position:absolute; */
    /* width: 10%; */
    height: 0;
    top: 0;
    text-indent: -9999px;
    border-bottom: 7vw solid black;
    border-left: 100vw solid transparent;
}

#section3Content {
    overflow: visible;
    z-index: 10;
}

#section4Content {
    min-height: 465px;
    padding-top: 68px;
}

#section4Content .row {
    margin: 0 auto;
}

#section4 {
    background-color: white;
    position: relative;
    min-height: 700px;
    background-size: cover;
    background-position: 50% 59%;
    background-position-y: -10px;

}

#section4 .store-btn-row {
    margin: 0 auto;
    text-align: center;
}

#section4 .app-store-btn {
    display: inline-block;
}

#section4Triangle {
    min-height: 0;
    padding-top: 1px;
    /* position:absolute; */
    width: 0;
    height: 0px;
    /* background-color: #FC8A00; */
    bottom: 0px;
    text-indent: -9999px;
    border-top: 7vw solid rgb(218, 220, 224);
    border-right: 100vw solid transparent;
}

#section6 {
    /* background-color:#FFFFFF; */
    /* overflow: hidden; */
    position: relative;
    background-color: white;
    min-height: 900px;
}

#section6Triangle {
    width: 10%;
    height: 0;
    bottom: 0;
    text-indent: -9999px;
    border-top: 7vw solid white;
    border-right: 100vw solid transparent;

    z-index: 1;
}

#section6Content {


}

#section6Content input {
    margin-bottom: 10px;
    width: 250px;
    height: 50px;
    border-radius: 1px;
}

#section6Content label {
    font-weight: 300;
    margin-right: 20px;
    margin-top: 15px;
}

#section6Content form {
    float: right;
    text-align: right;
    width: 100%;
}

#section6Content form #form-submit-btn {
    border: 2px solid rgb(90, 90, 90);
    background-color: rgb(249, 249, 249);
}

.form-control {
    display: inline;
}

.form {
    min-height: 450px;
}



#section6Content div.form-group.captcha {
    height: 80px;
}

#section6Content textarea {
    resize: none;
    height: 110px;
    width: 60%;
    border: 1px solid rgb(90, 90, 90);
    border-radius: 1px;
    background-color: rgb(249, 249, 249);
}

#section6Content label {
    width: 30%;
    float: left;
}

#section6Content input {
    width: 60%;
    border: 1px solid rgb(90, 90, 90);
    background-color: rgb(249, 249, 249);
}

#section6Content .text {
    margin-bottom: 100px;
}

.slider-header {
    margin-bottom: 40px;
    font-weight: 400;
    width: 80%;
}

.unslider strong {
    color: #414141;
    font-size: 24px;
    font-family: OpenSansSemi;
}

#section-footer {
    background-color: #545454;
    text-align: center;
    margin-top: -20px;
    min-height: 600px;
    color: white;
    font-weight: 100;

}

#section-footer p {
    width: 75%;
}

#section-footerTriangle {
    position: relative;
    /* width: 10%; */
    height: 0;
    bottom: 0;
    text-indent: -9999px;
    border-bottom: 7vw solid #545454;
    border-right: 100vw solid transparent;
}

#section-footerContent .social-row {
    margin-bottom: 20px;
}

.g-recaptcha {
    margin-top: 10px;
    float: right;
}

footer .container {
    padding-left: 30px;
    padding-right: 30px;
}

.social-row img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
}

.social-row a {
    float:left;
    margin-right: 15px;
}

.social-row p {
    height: 40px;
    line-height: 40px;
}

.copyright {
    margin-top: 20px;
}

.copyright a {
    text-decoration: underline;
    color: white;
    font-weight: 100;
}

a.footer-link {
    color: white;
    text-decoration: underline;
}

.developed-by-dtt, .developed-by-dtt a, .developed-by-dtt, #section-footer .developed-by-dtt p {
    margin-top: 50px;
    color: dimgray;
    text-align: center;
    width: 100%;
}


@media only screen and (max-width: 1800px) {

}

@media only screen and (max-width: 1480px) {


}

@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1200px) {



}

@media only screen and (max-width: 1100px) {


}

@media only screen and (max-width: 990px) {
    #section-menu {
        height: 150px;
    }

    .custom-button-bottom {
        font-size: 20px;
    }
}

@media only screen and (max-width: 950px) {

    #section1Content {
        margin-top: 0;
    }


}

@media only screen and (max-width: 767px) {
    .image img {
        position: relative;
    }

    .app-store-btn {
        max-width: 80%;
    }

    .language-links {
        text-align: center;
    }

    .site-logo {
        text-align: center;
    }

    .container {
        margin-left: 5%;
        margin-right: 5%;
    }

    #section-menu {
        height: 230px;
    }

    span.menu-btn-top {
        font-size: 12px;
        font-weight: 500;
    }

    span.menu-btn-bottom {
        font-size: 16px;
        font-weight: 500;
    }

    .custom-button {
        margin-bottom:50px;
        /*max-width: 80%;*/
    }

    .single-item {
        width: 100%;
    }

    .centerTopL {
        display: none;
    }

    .owl-buttons {
        display: none;
    }

    .section2Content .app-store-btn {
        margin: 0 auto;
    }

    #section3Content #StoreButtons {
        margin-bottom: 50px;
    }

}

@media only screen and (max-width: 731px) {

    .app-store-btn {
        margin: 0 auto;
    }

    #section4Content .store-btn-row {
        margin: 50px auto 0 auto;
    }

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 652px) {

    #section-menu {
        height: 220px;
    }

}

@media only screen and (max-width: 414px) {


}


@media only screen and (max-width: 435px) {

    #section-menu {
        height: 300px;
    }

    .menu-buttons a {
        width: 80%;
    }

}

@media only screen and (max-width: 365px) {
    .custom-button-bottom {
        font-size: 18px;
    }
}

  
  
  