*, *:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html, body {height: 100%;}
body {font-family: 'Lato', Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.42857143; color: #f6f6f6;}
a:hover, a:focus, a:active {color: #f6f6f6; text-decoration: none;}
button, input, select, textarea { font-family:inherit; font-size:inherit; line-height:inherit; margin:0; font:inherit; }
img {vertical-align:middle;}
.one {background-color: #000;}
.two {background: #fff url('../img/webp/img-cat1-bg.webp') center center / cover no-repeat fixed;}
.three {background: #fff url('../img/img-cat2-bg.png') center center / cover no-repeat fixed;}
.four {background: #fff url('../img/webp/img-cat3-bg.webp') center center / cover no-repeat fixed;}
.five {background-color: #eee;}
.one-top, .one-bot {height: 50vh; display: flex; flex-direction: row;}
.cat-one, .cat-two {border-right: solid 1px #333;}
.main {width: 66.6%; background-color: #4949be;}
.logo {margin-top: 10vh;}
.main-title {font-family: 'Squada One', Arial, Helvetica, sans-serif; color: #e2fe97; font-size: 5em;}
.divider {margin: 2vh auto;}
.divider:before, .divider:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 45px;
    background-color: #e6e6e6;
}
.divider:before {position: relative; left: -10px;}
.divider:after {position: relative; right: -10px;}
.main-txt {font-size: 1.8em; width: 90%; max-width: 700px; margin: 0 auto;}
.mobi-contact {display: none;}
.one-contact {
    width: 33.4%;
    background-color: #eee;
    border-left: solid 1px #4949be;
    position: relative;
    cursor: pointer;
    transition: ease all .2s;
}
.one-contact:hover {background-color: #ddd;}
.top-title {font-weight: 900; font-size: 3em;}
.top-txt {font-weight: 400; font-size: 1.7em;}
.one-contact .top-title {color: #43295e; margin-top: 8vh}
.one-contact .top-txt {color: #333;}
.img-contact {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.cat {width: 33.33%; position: relative; overflow: hidden; cursor: pointer; padding: 4% 3%; }
.cat:after {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    transition: ease all .5s;
    z-index: -1;
}
.cat:hover:after {transform: scale(1.1);}
.cat-one:after {background: #fff url('../img/webp/img-cat1.webp') center center / cover no-repeat;}
.cat-two:after {background: #fff url('../img/webp/img-cat2.webp') center center / cover no-repeat;}
.cat-three:after {background: #fff url('../img/webp/img-cat3.webp') center center / cover no-repeat;}
.cat-content {text-align: left; position: relative; height: 100%;}
.cat-title {font-size: 3.5em; font-weight: 900;}
.cat-desc {font-size: 2em; padding-top: 3%;}
a.cat-btn {
    color: #f6f6f6;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    border: solid 2px #f6f6f6;
    border-radius: 50px;
    padding: 12px 35px;
    position: absolute;
    bottom: 4%; right: 3%;
}
.pg-content {text-align: left; position: absolute; left: 15%; top: 20%;}
.pg-title {color: #37ffa8; font-size: 6em; font-weight: 900;}
.pg-sub {font-size: 2.5em; font-weight: 700; margin: 5px 0 30px; }
.pg-txt {font-size: 2em; width: 50%;}
.pg-img1 {position: absolute; bottom: 0; right: 10%; height: 90vh;}
.three .pg-title {color: #55f5ff;}
.three .pg-content {text-align: center; left: 0; top: 10%; width: 100%;}
.three .pg-txt {width: 40%; margin: 0 auto;}
.pg-img2 {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 60vh;}
.pg-wrap {display: flex; flex-direction: row;}
.four .pg-content {position: relative; left: 0; top: 0; order: 2; width: 35%; margin: 10% 0 10% 20%;}
.four .pg-title {color: #fed1ff;}
.four .pg-txt {width: 100%;}
.pg-img3 {order: 1; height: 90vh; margin-left: 30%;}
.ct-form {order: 1; width: 50vw;}
.pg-img4 {
    order: 2;
    width: 50vw;
    height: 100vh;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: -5px 0 10px 0 rgba(0, 0, 0, .3);
}
.pg-img4 {background: #fff url('../img/webp/img-contact2.webp') center center / cover no-repeat;}
.contactbox {width: 70%; margin: 10% auto; text-align: left;}
.contactbox .top-title {color: #43295e;}
.contactbox .top-txt {color: #333;}
.contactus_form {margin: 20px 0;}
.form-control {
    padding: 15px; font-size: 1.5em; height: 45px; margin-bottom: 15px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.row { margin-right: -15px;
    margin-left: -15px; }
    .col-md-10, .col-md-12 {
        float: left; position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
     }
.col-md-10 {
    width: 83.33333333%;
}
.col-md-12 {
    width: 100%;
}
textarea.form-control {
    height: auto;
}
::-webkit-input-placeholder { color: #999 !important; }
:-moz-placeholder { color: #999 !important; }
::-moz-placeholder { color: #999 !important; }
:-ms-input-placeholder { color: #999 !important; }
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.button, .button:active, .button:focus {
    color: #f6f6f6;
    margin-top: 15px;
    font-size: 1.8em;
    padding: 15px;
    display: inline-block;
    width: 270px;
    font-weight: 700;
    border-radius: 50px;
    background: rgb(62,68,252);
    background: -moz-linear-gradient(90deg, rgba(62,68,252,1) 0%, rgba(104,69,230,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(62,68,252,1) 0%, rgba(104,69,230,1) 100%);
    background: linear-gradient(90deg, rgba(62,68,252,1) 0%, rgba(104,69,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e44fc",endColorstr="#6845e6",GradientType=1);
    transition: ease all .2s;
}
.button:hover {color: #f6f6f6; opacity: .8;}
.footer {position: absolute; bottom: 0; width: 100%; background-color: #090913; padding: 10px 0;}
.mobi-scr {display: none;}
.top-btn {
    display: none;
    position: fixed;
    z-index: 99;
    bottom: 5%;
    right: 5%;
    background-color: rgba(0, 0, 0, .4);
    color: #f6f6f6;
    font-size: 2em;
    border-radius: 50%;
    font-weight: 700;
    line-height: 55px;
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 1600px) {
    .logo {margin-top: 5vh; width: 250px;}
    .main-title {font-size: 4em;}
    .top-title {font-size: 2.6em;}
    .one-contact .top-title {margin-top: 5vh;}
    .top-txt {font-size: 1.4em;}
    .img-contact {width: 270px;}
    .cat {padding: 3% 2%;}
    .cat-title {font-size: 2.6em;}
    .main-txt, .cat-desc {font-size: 1.5em}
    a.cat-btn {font-size: 1.3em; padding: 10px 30px; bottom: 3%; right: 2%;}
    .pg-title {font-size: 4em;}
    .pg-sub {font-size: 2em; margin: 5px 0 20px;}
    .pg-txt {font-size: 1.5em;}
    .three .pg-content {top: 5%;}
    .four .pg-content {margin: 5% 0 5% 20%;}
    .form-control {padding: 10px; font-size: 1.2em; height: 35px; margin-bottom: 10px;}
    .contactbox {margin: 5% auto 0;}
    .contactus_form {margin: 15px 0;}
    .button, .button:active, .button:focus {margin-top: 10px; font-size: 1.5em; padding: 10px; width: 240px;}
}
@media screen and (max-width: 1366px) {
    .logo {width: 220px;}
    .top-title {font-size: 2.4em;}
    .img-contact {width: 220px;}
    .cat-title {font-size: 2.3em;}
    .main-txt, .cat-desc {font-size: 1.3em}
}
@media screen and (max-width: 550px) {
    .mobi-scr {display: block;}
    .desk-scr {display: none;}
    .logo {margin-top: 0; width: 150px;}
    .mobi-contact {display:block; font-size: 1.4em; font-weight: 700; line-height: 45px; float:right;}
    .main {width: 100%; padding: 5%; text-align: left;}
    .main-title {font-size: 3em; line-height: 1em; text-align: center; margin-top: 5vh;}
    .main-txt {text-align: center; font-size: 1.4em; line-height: 1.2em;}
    .divider {margin: 1vh auto; text-align: center;}
    .divider:before, .divider:after {height: 5px; width: 40px;}
    .one-contact {display: none;}
    .one-top {height: 43vh;}
    .one-bot {height: 57vh;}
    .one-bot {flex-direction: column;}
    .cat {width: 100%; height: 19vh;}
    .cat-desc {display: none;}
    a.cat-btn {border: none; padding: 10px;}
    .cat-one, .cat-two {border-right: none; border-bottom: solid 1px #333;}
    .two, .three {background-position: left center;}
    .four {background-position: right center;}
    .pg-content {position: relative; left: 0; top: 0; margin: 3%;}
    .pg-wrap {flex-direction: column;}
    .pp-tableCell {vertical-align: initial;}
    .pg-title {font-size: 2.5em;}
    .pg-sub {font-size: 1.7em; line-height: 1.2em; margin: 5px 0 10px;}
    .pg-txt {width: 100%;}
    .pg-img1 {right: initial; left: 50%; transform: translateX(-50%); height: 70vh;}
    .pg-img2 {height: 65vh;}
    .pg-img3 {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 60vh; margin: 0;}
    .three .pg-content {width: 94%; top: 0;}
    .three .pg-txt {width: 100%; margin: 0 auto;}
    .four .pg-content {order: 0; width: 90%; margin: 5%;}
    .ct-form {order: 2; width: 100vw; height: 75vh;}
    .pg-img4 {order: 1; width: 100vw; height: 25vh;}
    .top-txt {font-size: 1.4em; line-height: 1.2em;}
    .contactbox {text-align: center; width: 90%;}
    .form-control {padding: 5px; font-size: 1.2em; height: 30px; margin-bottom: 5px;}
    .captcha-wrap {width: 304px; margin: 0 auto;}
}
@media screen and (max-width: 360px) {
    .main-title {margin-top: 3vh;}
    .pg-img1, .pg-img2 {height: 60vh;}
    .top-txt {font-size: 1.2em;}
    .ct-form {height: 80vh;}
    .pg-img4 {height: 20vh;}
}
@media screen and (max-width: 320px) {
    .main-title {margin-top: 2vh; font-size: 2.3em;}
    .main-txt {font-size: 1.2em;}
    .cat-title {font-size: 2em;}
    .pg-title {font-size: 2em;}
    .pg-txt {font-size: 1.3em;}
    .ct-form {height: 85vh;}
    .pg-img4 {height: 15vh;}
    .g-recaptcha {
        transform:scale(0.95);
        -webkit-transform:scale(0.95);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
    .logo {margin-top: 8vh; width: 170px;}
    .main-title {font-size: 3.2em; line-height: 1em; padding: 10px 30px 0;}
    .main-txt {display: none;}
    .divider {display: none;}
    .cat-title {font-size: 2em; line-height: 1.1em;}
    .cat-desc {display: none;}
    a.cat-btn {border: none; padding: 10px;}
    .img-contact {width: 100px;}
    .one-contact .top-txt {display: none;}
    .pg-content {left: 10%; top: 10%;}
    .pg-title {font-size: 2.5em;}
    .pg-sub {font-size: 1.5em; margin: 5px 0 10px;}
    .pg-txt {font-size: 1.3em;}
    .three .pg-txt {width: 80%;}
    .four .pg-content {width: 45%;}
    .contactbox {margin: 0 auto 3vh; width: 85%;}
    .top-title {font-size: 2em;}
    .top-txt {font-size: 1.2em; line-height: 1.2em;}
    .ct-form {width: 100vw;}
    .pg-img4 {display: none;}
    .contactus_form {margin: 5px 0;}
    .form-control {padding: 5px; margin-bottom: 5px; height: 30px;}
    textarea.form-control {height: 50px;}
    .captcha-wrap {width: 50%; display: inline-block;}
    .button {display: inline-block; margin-top: 5px; font-size: 1.4em; width: 200px;}
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
    .main-title {font-size: 2.5em; line-height: 1em;}
    .pg-sub {font-size: 1.4em; margin: 0 0 5px;}
    .pg-txt {font-size: 1.2em;}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
    .main-title {font-size: 2.5em;}
}
