/*
Theme Name: VDSSRV
Text Domain: vdssrv
Version: 1.0

Author URI: https://vdssrv.com/
Theme URI: https://vdssrv.com/
License: GNU General Public License v2 or later
License URI: https://vdssrv.com/
*/

*{
    font-family: 'Exo 2', sans-serif;
}

input{
   max-width: 340px !important;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 3px solid #04aeda;
    z-index: 2;
}
.header-menu{
    display: inline-block;
}
.menu-item{
    display: inline-block;
    padding: 15px;
    transition: all 0.5s ease-out;
}

.menu-item a{
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.5s ease-out;
}

.menu-item:hover{
    background: #eaeaea;
}

.menu-item:active{
    background: #eaeaea;
}

.menu-item:hover a{
    color: #04aeda;
}

.menu-item:active a{
    color: #04aeda;
}

.admin-bar .header{
    top: 30px;
}

.banner-container{
    width: 100%;
    height: 700px;
    /*background: url("img/banner.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center right;*/
}

.banner{
    height: 100%;
    background: #0A246A;
    background-image: url("img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position:relative;
    /*background: linear-gradient(to right, #0054aa, #0054aa 50%, #0096d1 51%, #0096d1 100%);*/
    /*margin-top: 100px;*/
}

.banner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(128.46deg, rgba(255, 255, 255, 0.8) 8%, rgba(244, 245, 248, 0) 25.05%),
                linear-gradient(0.76deg, rgba(255, 255, 255, 1) 5%, rgba(244, 245, 248, 0) 27%);
    mix-blend-mode: normal;
    z-index: 0;
    pointer-events: none;
}

.banner-text{
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100px;
    left: 100px;
    z-index: 1;
}

h1{
    font-size: 34px;
    line-height: 34px;
}

.banner h1{
    color: #ffffff;
}

.banner h1 span,
.cloud h1 span{
    background: #f3d200;
    color: #bf080e;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.cloud{
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    margin-bottom: 50px;
}
.box-move{
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.box-move img{
    width: 100%;
    /*height: 100%;*/
}

.why img{
    padding: 15px;
    width: 100px;
}

.text-blue{
    color: #004996;
    font-size: 18px;
}

.why{
    background-color: #f7f7f8;
    padding-top: 60px;
    padding-bottom: 60px;
}

.benefits{
    margin-bottom: 60px;
    padding-top: 70px;
}


.adventag-item-all {
    position: relative;
    width: 100%;
    text-align: center;
}

.adventag-item {
    width: 19%;
    height: 240px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}

.adventag-circle {
    height: 158px;
    width: 158px;
    border-radius: 100px;
    margin: 0 auto;
    padding-top: 20px;
    box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.1);
    background-color: #f4f4f4;
}

.adventag-circle img {
    display: block;
    margin: 0 auto;
    padding-top: 25px;
}

.font-light-gray {
    color: #757575;
}

.circle-process-1c img {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    /*display: none !important;*/
}

.arrow-pointer-small-rotate {
    display: none;
    margin: 0 auto;
}

.circle-process-1c {
    margin: 0 auto;
    height: 117px;
    width: 117px;
    border-radius: 100px;
    border: 1px solid #e9e9e9;
}

.text-blue-animate {
    color: #000000;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}

.migration {
    background-color: #f7f7f8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-light-gray-it {
    background-color: #04aeda;
}
.button-container {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #04aeda;
}

.btn-default {
    color: #ffffff !important;
    margin: 0 10px 10px 0;
}

.btn-default.white {
    color: #0088cc !important;
}

.btn-default.it-button {
    border: 2px solid white;
    border-radius: 20px;
    width: 300px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #0096e0;
    border-color: #0096e0;
}

.btn-default.it-button.white {
    border: 2px solid white;
    background-color: white;
    color: #004996;
    border-radius: 20px;
    width: 300px;
}

.btn-default.it-button.white:hover {
    background-color: #0096e0;
    color: white !important;
    border-color: #0096e0;
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}

.title-offer{
    margin-top: 20px;
    font-weight: 700;
    font-size: 26px;
    color: #3a92cc;
}

.offers{
    padding-top: 80px;
    padding-bottom: 80px;
}

.offer-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-box-item{
    margin-top: 60px;
    width: 340px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
}

.offers ul{
    text-align: left;
    min-height: 240px;
}

.offers-text-description{
    /*font-style: italic;*/
    text-align: center;
}

.offers-text-description2{
    min-height: 110px;
}

.price{
    font-size: 24px;
}

.btn-offer{
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 700;
}

.list-item{
    font-size: 16px;
}

.offer-circle{
    width: 85px;
    /*border-radius: 50px;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
.partner{
    background: #04aeda;
    padding-top: 70px;
    padding-bottom: 70px;
}

.text-header-link{
    text-decoration: none !important;
    padding: 15px;
    display: inline-block;
}

.text-header{
    color: #000000;
    font-weight: 700;
    transition: all 0.5s ease-out;
}

.text-header-link:hover .text-header{
    color: #04aeda;
}
.text-white{
    color: #ffffff;
}

.text-footer{
    color: #ffffff;
    display: block;
    transition: all 0.5s ease-out;
}

.text-footer-link{
    text-decoration: none !important;
}

.text-footer-link:hover .text-footer{
    color: #878787;
}

.box-partner{
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
}

.box-partner-item{
    width: 220px;
    display: flex;
}

.partner-circle{
    height: 70px;
    margin-right: 10px;
}

.btn-partner{
    margin-top: 80px;
}

footer{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #000000;
}

.pum-container, .pum-theme-lightbox .pum-container{
    border-color:#3a92cc !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
    color: #dc3232;
    margin-top: -25px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #5b935e;
    margin-top: -25px;
}

.pum-title{
    color: #3a92cc !important;
}

input[type=submit]{
    width: 270px;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    background-color: #ffc107;
    border-color: #ffc107;
    transition: all 0.5s ease-out;
}

input[type=submit]:hover{
    background-color: #e0a800;
    border-color: #d39e00;
}

p input[type=submit]{
    text-align: center;
}

@media screen and (max-width: 1199px){
    h1 {
        font-size: 31px;
        line-height: 34px;
    }
    .offer-box-item{
        width: 290px;
    }

    .list-item {
        font-size: 14px;
    }

    .btn-offer {
        width: 270px;
    }
    .offers-text-description {
        min-height: 40px;
    }

    .adventag-item-all {
        display: flex;
        justify-content: space-around;
    }
    .text-header{
       font-size: 12px;
    }

    .none-mob{
        width: 175px !important;
    }

}

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

    h1 {
        font-size: 25px;
        line-height: 29px;
    }
    .menu-item {
        padding-left: 2px;
        padding-right: 2px;
    }
    .text-header-link{
        padding-left: 0px;
        padding-right: 0px;
    }
    .text-header {
        font-size: 11px;
    }

    .none-mob{
        width: 120px !important;
    }
    .banner-container {
        height: 500px;
    }

    .banner .container{
        max-width: 100%;
    }

    .banner-text {
         left: 80px;
    }

    .adventag-circle {
        height: 100px;
        width: 100px;
    }

    .adventag-circle img{
        width: 50px;
        padding-top: 10px;
    }

    .circle-process-1c{
        margin-top: 20px;
    }


    .offer-box-item {
        width: 320px;
    }

    .box-partner{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .adventag-item-all{
        display: flex;
        justify-content: space-around;
    }

    .box-partner-item{
        width: 300px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px){
    .offer-box {
        justify-content: center;
    }

    .header-contact{
        padding-left: 5px;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .text-header-link{
        padding:0;
    }

    .text-header {
        font-size: 14px;
    }

    .box-partner{
        margin-top: 0;
        justify-content: center;
    }

    .button-container{
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto;
    }

    .font-light-gray-img{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-container {
        height: 430px;
    }

    .banner-text h1{
        font-size: 22px;
    }

    .banner-text {
        left: 20px;
    }

    .it-button{
        margin-top: 20px;
    }

    .migration h3{
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .adventag-item {
        width: 32%;
    }
    .none-mob{
        display: none !important;
    }
    .why{
        text-align: center;
    }

    .why p{
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .adventag-item{
        width: 49%;
        max-width: 190px;
    }
    .adventag-item p{
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item {
        padding: 5px;
    }

}

@media screen and (max-width: 575px){
    body{
        overflow-x: hidden;
    }
    h1 {
        font-size: 23px;
        line-height: 29px;
    }
    .banner-container {
        height: 330px;
    }
    .banner-text{
        bottom: 95px;
        top: auto;
        height: 65px;
    }

    .header-menu{
        display: flex;
    }

    .header-menu{
        display: none;
    }

    .menu-item{
        width: 100%;
        border-top: 1px solid gray;
    }
    .menu-item a{
        width: 100%;
        display: block;
    }
    .adventag-item-all{
        flex-wrap: wrap;
    }

    .banner-text h1 {
        font-size: 21px;
        line-height: 21px;
    }

    .mobile-button{
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(./img/menu-icon-blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        float: right;
        margin-top: 3px;
    }

    .banner .container {
        /*padding: 0;*/
    }
}
@media screen and (max-width: 400px){
    input{
        max-width: 270px !important;
    }
}

