﻿body {
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #03283D;
    font-family: 'Oxygen', sans-serif;
    color: #414042;
}

section {
    background-color: #ffffff;
}

p {
    font-size: 19px;
    line-height: 26px;
}

.sidebar-style1 a {
    font-weight: bold;
    text-decoration: underline !important;
}

.accordion-body {
    padding: 0;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-button {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 18px;
    font-weight: bold;
    color: #414042;
    background-color: transparent;
}

    .accordion-button:not(.collapsed) {
        color: #043B60;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: none;
    }


    .accordion-button::after {
        flex-shrink: 0;
        margin-left: auto;
        content: "";
        background-image: none;
        transition: all .2s ease-in-out;
        border-style: solid;
        border-width: 3px 3px 0 0;
        display: inline-block;
        height: 15px;
        left: 0;
        position: relative;
        top: 0px;
        transform: rotate( 135deg );
        vertical-align: top;
        width: 15px;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: none;
        transform: rotate( -45deg );
        top: 5px;
    }

.train-ico1 {
    right: -90px;
    top: 0;
}

.train-ico2 {
    right: -85px;
    top: 0;
}

.train-ico3 {
    right: -80px;
    top: 0;
}

.training {
    background: #00c0ff;
    background: -moz-linear-gradient(top, #00c0ff 0%, #043b60 100%);
    background: -webkit-linear-gradient(top, #00c0ff 0%,#043b60 100%);
    background: linear-gradient(to bottom, #00c0ff 0%,#043b60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#043b60',GradientType=0 );
}

.train-head {
    color: #043B60;
}

.train-text1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin: 30px 0;
}

.train-text2 {
    font-size: 19px;
    color: #043B60;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.manual-ico {
    right: -90px;
}

.back-blue {
    background-color: #043B60;
}

.back-navy {
    background-color: #03283D;
}

.padding-footer {
    padding: 40px 0 35px 0;
}

.padding-footer-sm {
    padding: 20px 0;
}

.color-blue {
    color: #043B60;
}

.color-cian {
    color: #008acc;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.spot-text {
    font-style: italic;
    color: #0777d8;
}

.font-small {
    font-size: small;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.font-22 {
    font-size: 22px;
}

.font-26 {
    font-size: 26px;
}

.font-37 {
    font-size: 37px;
}

.ul-font-16 li {
    font-size: 16px;
    line-height: 22px;
}

.small-gutters {
    padding: 0 5px;
}


.row {
    margin: 0;
}

.p-large {
    font-size: 30px;
    line-height: 38px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.h1-extra {
    font-size: 52px;
    line-height: 60px;
    font-weight: bold;
}

h1, .h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 32px;
    font-weight: bold;
}

h3, .h3 {
    font-size: 26px;
    font-weight: bold;
}

#collapselicense p {
    font-size: 13px;
}

.p-t10b80 {
    padding-top: 10px;
    padding-bottom: 80px;
}

.mt-110 {
    margin-top: 0;
}

.em {
    font-weight: bold;
}

.table > :not(caption) > * > * {
    padding: 1rem .5rem;
    box-shadow: none;
}

.back-d-gray {
    background-color: #E8E8E8 !important;
}

.back-dd-gray {
    background-color: #D1D3D4 !important;
}

.back-ddd-gray {
    background-color: #BCBEC0 !important;
}

.back-gray {
    background-color: #F1F2F2 !important;
}

.back-d-cian {
    background-color: #BFDDDC;
}

.back-cian {
    background-color: #D7F4F3;
}

.back-d-lblue {
    background-color: #A6CDE2;
}

.back-lblue {
    background-color: #CBE8F7;
}

.back-d-green {
    background-color: #AACE6A;
}

.back-green {
    background-color: #B3E269;
}

.price-block {
    padding: 25px;
}

.paddinh-15 {
    padding: 15px 0;
}

.btn {
    font-size: 25px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 25px;
    border: 0;
}

.btn-lg.btn {
    font-size: 35px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 35px;
    border: 0;
    font-weight: bold;
}

.btn-primary {
    position: relative;
    background: #00C0FF;
    z-index: 1;
    background: -moz-linear-gradient(top, #00C0FF 0%, #043B60 100%);
    background: -webkit-linear-gradient(top, #00C0FF 0%,#043B60 100%);
    background: linear-gradient(to bottom, #00C0FF 0%,#043B60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C0FF', endColorstr='#043B60',GradientType=0 );
}

    .btn-primary:hover {
        color: #fff;
    }

    .btn-primary::before {
        content: "";
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, #062361 0%, #115696 100%);
        background: -webkit-linear-gradient(top, #062361 0%,#115696 100%);
        background: linear-gradient(to bottom, #062361 0%,#115696 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062361', endColorstr='#115696',GradientType=0 );
        color: #ffffff;
        opacity: 0;
        transition: opacity 0.4s;
        z-index: -1;
    }

    .btn-primary:hover::before {
        opacity: 1;
    }

.buttonsend > input {
    position: relative;
    background: #00C0FF;
    color: #ffffff;
    z-index: 1;
    background: #1198d8;
    border: none;
    transition: all 0.4s;
    border-radius: 7px;
}

    .buttonsend > input:hover {
        color: #fff;
        background: #062361;
    }


.btn-secondary {
    position: relative;
    background: #00C0FF;
    z-index: 1;
    background: -moz-linear-gradient(top, #062361 0%, #115696 100%);
    background: -webkit-linear-gradient(top, #062361 0%,#115696 100%);
    background: linear-gradient(to bottom, #062361 0%,#115696 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062361', endColorstr='#115696',GradientType=0 );
}

    .btn-secondary:hover {
        color: #fff;
    }

    .btn-secondary::before {
        content: "";
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, #00C0FF 0%, #043B60 100%);
        background: -webkit-linear-gradient(top, #00C0FF 0%,#043B60 100%);
        background: linear-gradient(to bottom, #00C0FF 0%,#043B60 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C0FF', endColorstr='#043B60',GradientType=0 );
        color: #ffffff;
        opacity: 0;
        transition: opacity 0.4s;
        z-index: -1;
    }

    .btn-secondary:hover::before {
        opacity: 1;
    }

.btn-success {
    position: relative;
    z-index: 1;
    background: #b3e269;
    background: -moz-linear-gradient(top, #b3e269 58%, #9cba5c 99%);
    background: -webkit-linear-gradient(top, #b3e269 58%,#9cba5c 99%);
    background: linear-gradient(to bottom, #b3e269 58%,#9cba5c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e269', endColorstr='#9cba5c',GradientType=0 );
}

    .btn-success:hover {
        color: #fff;
    }

    .btn-success::before {
        content: "";
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, #062361 0%, #115696 100%);
        background: -webkit-linear-gradient(top, #062361 0%,#115696 100%);
        background: linear-gradient(to bottom, #062361 0%,#115696 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062361', endColorstr='#115696',GradientType=0 );
        color: #ffffff;
        opacity: 0;
        transition: opacity 0.4s;
        z-index: -1;
    }

    .btn-success:hover::before {
        opacity: 1;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control input {
        padding: .375rem .75rem;
    }

    .form-control,
    .form-control input {
        color: #212529;
        background-color: #E6E7E8;
        background-clip: padding-box;
        border: 1px solid #E6E7E8;
        border-radius: .25rem;
    }

        .form-control:focus,
        .form-control input:focus {
            color: #212529;
            background-color: #fff;
            border-color: #043B60;
            outline: 0;
            box-shadow: none;
        }

.form-send {
    text-align: center;
}

    .form-send .buttonsend input {
        width: 60%;
    }

footer .btn {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 8px;
}

.btn:active {
    outline: none;
}

footer .btn-primary::before,
footer .btn-secondary::before {
    border-radius: 8px;
}

.logo-text {
    font-size: 16.5px;
    color: #333;
}

.navbar-brand.logo {
    text-decoration: none;
}


.navbar-brand {
    font-size: 30px;
}

.logo {
    width: 330px;
}

.logo-text {
    font-size: 15px;
}



.main-image {
    height: 450px;
}

.down-image {
    height: 442px;
}

.paddinng-tb-5-33 {
    padding: 5px 10px 33px 10px;
}

.margin-left-custom {
    margin-left: -40px;
}


/*=============================================*/

.bold-under {
    font-weight: bold;
    border-bottom: 1px solid;
}

a {
    color: #043B60;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 19px;
}

    a.underline {
        border-bottom: 1px solid;
        font-weight: bold;
    }

        a.underline:hover {
            border-bottom: 1px solid transparent;
        }

    a:hover {
        color: #00C0FF;
        text-decoration: none;
    }

    a.ib {
        font-style: italic;
        color: #000070 !important;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

    a .link {
        color: #414042;
        border-bottom: 2px solid rgba(4,59,96,1);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    a:hover .link {
        color: #043B60;
        border-bottom: 2px solid rgba(4,59,96,0);
    }



.media p {
    font-size: 16px;
    line-height: 19px;
}

.inverse {
    color: #fff !important;
}

    .inverse a {
        color: #b3daf4;
    }

        .inverse a:hover {
            color: #bce2f7;
        }


/*==============================================================*/
.block-gray-ul {
    background-color: #F1F2F2;
    float: left;
    padding: 20px 20px 0px;
    border-radius: 20px;
}

.very-small {
    font-size: 12px;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

    ol > li:before {
        content: counter(item) '. ';
        counter-increment: item;
        color: #0084e2;
        font-weight: bold;
    }

    ol.start2 {
        counter-reset: item 1;
    }

    ol.start3 {
        counter-reset: item 2;
    }

    ol.start4 {
        counter-reset: item 3;
    }

    ol.start5 {
        counter-reset: item 4;
    }

    ol.start6 {
        counter-reset: item 5;
    }

    ol.start7 {
        counter-reset: item 6;
    }

    ol.start8 {
        counter-reset: item 7;
    }

    ol.start9 {
        counter-reset: item 8;
    }

    ol.start10 {
        counter-reset: item 9;
    }

    ol li {
        margin-top: 10px;
        background: none !important;
        padding-left: 0 !important;
    }


ul {
    padding-left: 0;
}

    ul li {
        content: none;
        background: url(../images/diamant.png) 0px 5px no-repeat;
        padding-left: 25px;
        font-size: 18px;
        list-style: none;
        margin-bottom: 15px;
    }

li ul li {
    content: none;
    background: url(../images/diamant-light.png) 0px 5px no-repeat;
    padding-left: 25px;
    font-size: 18px;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

ul.small-bullets > li {
    padding-left: 20px;
    font-size: 17px;
    list-style: none;
    margin-bottom: 7px;
    background-size: 9px;
    background-position: 0px 9px;
}

ul.small-bullets li ul li {
    padding-left: 20px;
    font-size: 16px;
    list-style: none;
    margin-bottom: 5px;
    background-size: 9px;
    background-position: 0px 9px;
    margin-top: 5px;
}

.block-gray-ul ul li {
    font-size: 18px;
    margin-bottom: 5px;
    background-size: 14px;
    padding-left: 20px;
    background-position-y: 7px;
}

ul.no_bullet li {
    content: none;
    background: none;
    font-size: 18px;
    list-style: none;
    margin-bottom: 15px;
}

ul.circle_bullet li {
    content: none;
    background: none;
    font-size: 18px;
    list-style: circle;
    margin-bottom: 5px;
    padding-left: 1px;
    margin-left: 30px;
}

/*==============================================================*/

.hor-line {
    width: 100%;
    height: 8px;
    background: #00c0ff;
    background: -moz-linear-gradient(left, #00c0ff 0%, #043b60 100%);
    background: -webkit-linear-gradient(left, #00c0ff 0%,#043b60 100%);
    background: linear-gradient(to right, #00c0ff 0%,#043b60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#043b60',GradientType=1 );
}

.nav .nav-item.active a {
    color: #1862ff;
}

footer .nav .nav-item.active a {
    color: #00C0FF;
}

.book-link {
    -webkit-box-shadow: inset 0 0 0 0 #0367af;
    box-shadow: inset 0 0 0 0 #0367af;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .book-link.shadow-link {
        -webkit-box-shadow: inset 0 0 10px 3px #0367af;
        box-shadow: inset 0 0 10px 3px #0367af;
    }

    .book-link.back-link {
        background-color: #CBE8F7;
    }

        .book-link.back-link .back-lblue {
            background-color: transparent;
        }


.side-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 4px;
}

.side-head {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 17px;
    margin-bottom: 10px;
}

.sidebar .nav .nav-item {
    margin-left: 0;
    margin-right: 0;
}

.navbar ul {
    padding-left: 0;
}

    .nav li, .navbar ul li {
        background: none;
        margin-left: 5px;
        font-size: 18px;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

.navbar-collapse {
    padding-top: 10px;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.sidebar .nav .nav-item .nav-link {
    font-size: 14px;
}

.sidebar .nav .nav-item .nav-link,
.navbar-nav .nav-item .nav-link {
    position: relative;
    z-index: 1;
    color: #414042;
    padding: 7px 20px;
    text-decoration: none;
    background: rgb(4,59,96);
    background: linear-gradient(0deg, rgba(4,59,96,0) 0%, rgba(0,192,255,0) 100%);
}

    .navbar-nav .nav-item .nav-link::before {
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .sidebar .nav .nav-item .nav-link:hover,
    .navbar-nav .nav-item .nav-link:hover {
        color: #ffffff !important;
    }

    .sidebar .nav .nav-item .nav-link::before,
    .navbar-nav .nav-item .nav-link::before {
        background: rgb(6,35,97);
        background: linear-gradient(0deg, rgba(6,35,97,1) 0%, rgba(17,86,150,1) 100%);
        text-decoration: none;
        padding: 7px 20px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
    }

.sidebar .nav .nav-item.active .nav-link,
.navbar-nav .nav-item.active .nav-link {
    color: #ffffff !important;
    background: rgb(4,59,96);
    background: linear-gradient(0deg, rgba(4,59,96,1) 0%, rgba(0,192,255,1) 100%);
    text-decoration: none;
    padding: 7px 20px;
}

.sidebar .nav .nav-item .nav-link:hover::before,
.navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
}

.nav .nav-item .nav-link:hover {
    color: #1862ff;
}

footer .nav .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

    footer .nav .nav-item .nav-link:hover {
        color: #00C0FF;
    }

.navbar > .container, .navbar > .container-fluid {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.navbar-collapse {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.sidebar .nav .nav-item.active .nav-link,
.sidebar .nav .nav-item .nav-link {
    text-decoration: none;
    padding: 7px 15px 7px 40px;
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
}

    .sidebar .nav .nav-item .nav-link::after {
        content: "";
        background-image: url(../images/diamant.png);
        background-size: cover;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 21px;
        top: 13px;
    }

.sidebar .nav.nav-ul-li .nav-item .nav-link {
    text-decoration: none;
    padding: 7px 15px 7px 60px;
}

    .sidebar .nav.nav-ul-li .nav-item .nav-link::after {
        content: "";
        background-image: url(../images/diamant-light.png);
        background-size: cover;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 41px;
        top: 13px;
    }

    .sidebar .nav .nav-item .nav-link:hover::after,
    .sidebar .nav.nav-ul-li .nav-item .nav-link:hover::after,
    .sidebar .nav .nav-item.active .nav-link::after,
    .sidebar .nav.nav-ul-li .nav-item.active .nav-link::after {
        background-image: url(../images/diamant-white.png);
    }

.notice {
    color: #1862ff;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #1862ff;
    padding: 30px 15px 20px;
    margin-top: 50px;
}

.notice-label {
    background-color: #87c5f9;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: -25px;
}

    .notice-label::before {
        content: '';
        position: absolute;
        left: 10px;
        top: -15px;
        border: 10px solid transparent;
        border-bottom: 10px solid #87c5f9;
        border-left: 10px solid #87c5f9;
    }

.back-gray-white {
    background: rgb(241,242,242);
    background: linear-gradient(90deg, rgba(241,242,242,1) 50%, rgba(255,255,255,1) 50%);
}

.back-white-gray {
    background: rgb(241,242,242);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(241,242,242,1) 50%);
}

.back-gradient {
    background: rgb(4,59,96);
    background: linear-gradient(0deg, rgba(4,59,96,1) 0%, rgba(0,192,255,1) 100%);
}

.back-white {
    background: #fff;
}
/*==========================================================*/
.maincube {
    position: absolute;
    top: 0;
    left: 15px;
    width: 621px;
    height: 440px;
}

.maincube1,
.maincube2,
.maincube3,
.maincube4,
.maincube5 {
    top: -70px;
    position: absolute;
    left: 0;
}

.img1,
.img2 {
    animation: maincube1 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: .5s;
    opacity: 0;
}

@keyframes maincube1 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

.maincube2 {
    animation: maincube2 3s ease-in-out alternate infinite;
    animation-delay: 1s;
}

@keyframes maincube2 {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.line-deco-l {
    transform: scale(0.7);
    opacity: 0;
    animation: line-deco-l 1s ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

@keyframes line-deco-l {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.img3 {
    opacity: 0;
    animation: img3 1s ease-in-out;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    transform: translate(200px, 30px);
}

@keyframes img3 {
    from {
        opacity: 0;
        transform: translate(200px, 30px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.maincube3 {
    animation: maincube3 6.5s ease-in-out alternate infinite;
    animation-delay: 2s;
}

@keyframes maincube3 {
    0% {
        transform: translate(0, 0);
    }

    30% {
        transform: translate(-10px, -5px);
    }

    60% {
        transform: translate(-10px, 5px);
    }

    100% {
        transform: translate(5px, 7px);
    }
}


.img4 {
    opacity: 0;
    animation: img4 1s ease-in-out;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    transform: translate(-120px, 20px);
}

@keyframes img4 {
    from {
        opacity: 0;
        transform: translate(-120px, 20px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.maincube4 {
    animation: maincube4 8.4s ease-in-out alternate infinite;
    animation-delay: 2.5s;
}

@keyframes maincube4 {
    0% {
        transform: translate(0, 0);
    }

    40% {
        transform: translate(-7px, 5px);
    }

    70% {
        transform: translate(3px, -2px);
    }

    100% {
        transform: translate(5px, 7px);
    }
}

.img5 {
    opacity: 0;
    animation: img5 1.5s ease-in-out;
    animation-delay: 4s;
    animation-fill-mode: forwards;
    transform: translate(-290px, -50px);
}

@keyframes img5 {
    from {
        opacity: 0;
        transform: translate(-290px, -50px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.maincube5 {
    animation: maincube5 8s ease-in-out alternate infinite;
    animation-delay: 2s;
}

@keyframes maincube5 {
    0% {
        transform: translate(0, 0);
    }

    40% {
        transform: translate(10px, 7px);
    }

    70% {
        transform: translate(-15px, 17px);
    }

    100% {
        transform: translate(-22px, 10px);
    }
}

/*==========================================================*/
.st-1,
.st-2,
.st-3,
.st-4 {
    opacity: 0;
}

.down-logo,
.down-st1,
.down-st2,
.down-st3,
.down-st4 {
    top: 0;
    position: absolute;
    left: 20%;
    opacity: 0;
}

.down-st2-l1,
.down-st2-l2,
.down-st2-l3,
.down-st2-l4,
.down-st2-l5,
.down-st2-l6,
.down-st3-l1,
.down-st3-l2,
.down-st3-l3,
.down-st3-l4,
.down-st3-l5,
.down-st3-l6,
.down-st4-l1,
.down-st4-l2,
.down-st4-l3,
.down-st4-l4,
.down-st4-l5,
.down-st4-l6 {
    top: 0;
    position: absolute;
    left: 20%;
}

.down-floor {
    opacity: 0;
    margin-left: 20%;
}

.down-lines {
    opacity: 0;
    position: absolute;
}

.line-deco {
    top: -70px;
    position: absolute;
}

.line-deco-l {
    position: absolute;
    top: 5px;
    left: -30px;
}

.line-deco-r {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 900px !important;
    opacity: .7;
}

.manual-margin-top {
    margin-top: 97px;
}

.z-index2 {
    z-index: 2;
}

.buy-btn {
    padding: 25px 30px;
    border-radius: 12px;
    color: #ffffff;
}

.buy-text1 {
    font-size: 38px;
    line-height: 43px;
    padding-left: 60px;
    text-align: left;
}

.buy-text2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 60px;
    text-align: center;
}

.buy-text3 {
    font-size: 24px;
    line-height: 30px;
    padding-left: 60px;
    text-align: left;
}

.arrow-down {
    background: url(../images/arrow-down.png) 0 0 no-repeat;
    width: 34px;
    height: 32px;
    float: left;
    margin-top: 20px;
    background-size: contain;
}




.buy-btn {
    position: relative;
    background: #00C0FF;
    z-index: 1;
    background: -moz-linear-gradient(top, #00C0FF 0%, #043B60 100%);
    background: -webkit-linear-gradient(top, #00C0FF 0%,#043B60 100%);
    background: linear-gradient(to bottom, #00C0FF 0%,#043B60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C0FF', endColorstr='#043B60',GradientType=0 );
}

    .buy-btn:hover {
        color: #fff;
    }

    .buy-btn::before {
        content: "";
        border-radius: 12px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, #062361 0%, #115696 100%);
        background: -webkit-linear-gradient(top, #062361 0%,#115696 100%);
        background: linear-gradient(to bottom, #062361 0%,#115696 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062361', endColorstr='#115696',GradientType=0 );
        color: #ffffff;
        opacity: 0;
        transition: opacity 0.4s;
        z-index: -1;
    }

    .buy-btn:hover::before {
        opacity: 1;
    }


.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background: #062361;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

textarea:focus, input:focus {
    outline: none;
}

.footer-text-logo {
    font-size: 52px;
    line-height: 1;
    color: #fff;
    margin-right: 20px;
}



.background-gray {
    background-color: #f1f2f2;
}

.body-content {
    background-color: #ffffff;
}


.padding-65 {
    padding: 65px 0;
}

.padding-tb-35 {
    padding-top: 33px;
    padding-bottom: 33px;
}

.top-65 {
    top: 65px;
}

.lead-text {
    font-size: 18px;
}

.small-text {
    font-size: 13px;
    line-height: 16px;
}

.review-text {
    font-size: 16px;
    line-height: 22px;
}

.review-link {
    font-size: 13px;
    line-height: 1.4;
}

.video-border {
    border: 1px solid #115696;
}

.padding-bottom {
    padding-bottom: 17px;
}

.margin-top-20 {
    margin-top: 20px;
}


.animation-delay-300 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animation-delay-800 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.animation-delay-1400 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.animation-delay-1800 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.animation-delay-2000 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler-icon {
    background: url(../images/menu_white.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon1 span,
    .animated-icon2 span,
    .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .animated-icon1 span {
        background: #043B60;
    }

    .animated-icon2 span {
        background: #06779c;
    }

    .animated-icon3 span {
        background: #f3e5f5;
    }

    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }

    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }

    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
        top: 0px;
    }

    .animated-icon2 span:nth-child(2),
    .animated-icon2 span:nth-child(3) {
        top: 10px;
    }

    .animated-icon2 span:nth-child(4) {
        top: 20px;
    }

    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    /* Icon 4 */

    .animated-icon3 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .animated-icon3.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 8px;
    }

    .animated-icon3.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .animated-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px;
    }

.pl-0 {
    padding-left: 0 !important;
}

/*==========  MEDIA ===================*/

@media (max-width: 420px) {
    .main-image {
        height: 350px;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 30px;
        line-height: 38px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .font-37 {
        font-size: 24px;
    }

    .sphere {
        width: 70px !important;
    }

    .nav .nav-item .nav-link {
        padding: 0 7px;
        font-size: 15px;
    }

    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    .paddinng-tb-5-33 {
        padding: 5px 10px 33px 10px;
    }
}

th {
    vertical-align: middle;
}

td, th {
    text-align: center;
}


.video-modal {
}

.video-modal1 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 365px;
}

    .video-modal1 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
    }
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 0;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
}

.video__button-icon {
    fill: #ffffff;
}

.video__button:focus {
    outline: none;
}

    .video:hover .video__button-shape,
    .video__button:focus .video__button-shape {
        fill: #ff0000;
        fill-opacity: 1;
    }

/* Enabled */

.video--enabled {
    cursor: pointer;
}

    .video--enabled .video__button {
        display: block;
    }


.custom-modal .btn-close {
    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;
}

.custom-modal .modal-body {
    padding: 0;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .container > .row > div,
    .navbar .container {
        padding-left: 30px;
    }

    footer .container > .row > div {
        padding-left: 30px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }

        .container > .row > .col-lg-6:nth-child(2) {
            padding-left: 60px;
        }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1480px;
    }
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1580px;
    }
}

@media (min-width: 576px) {
    .logo-text {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    .navbar-brand {
        font-size: 0;
    }

    .logo-text {
        font-size: 16.5px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand {
        font-size: 0;
    }

    .logo-text {
        font-size: 23px;
    }

    .big-margin-top {
        margin-top: 100px;
    }
}

.book {
    right: 0;
}
/* --------------------------------------- */
@media (max-width: 575px) {
    .footer-text-logo {
        font-size: 34px;
        display: block;
        margin: 10px 0;
    }

    footer .nav .nav-item .nav-link {
        font-size: 13px;
        padding: 2px 7px;
    }

    .btn-lg.btn {
        font-size: 28px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        padding: 10px 30px;
        border: 0;
        font-weight: bold;
    }

    .margin-left-custom {
        margin-left: -25px;
    }

    footer .container > .row > div {
        padding-left: 15px;
    }

    .margin-left-custom {
        margin-left: -10px;
    }

    .h1-extra {
        font-size: 34px;
        line-height: 44px;
    }

    .p-large {
        font-size: 26px;
        line-height: 32px;
    }

    .maincube1, .maincube2, .maincube3, .maincube4, .maincube5 {
        top: 0;
    }

    .main-image {
        height: 350px;
    }

    .home-lines {
        display: none !important;
    }

    .back-gradient {
        overflow: hidden;
    }

    .big-ico {
        width: 90px !important;
    }

    .back-gray-white {
        background: rgb(241,242,242);
    }

    .back-white-gray {
        background: rgb(255,255,255);
    }

    .logo {
        width: 200px;
    }

    .header-ico {
        width: 40px !important;
    }

    .form-send .btn {
        width: 80%;
    }

    .down-st2-l1, .down-st2-l2, .down-st2-l3, .down-st2-l4, .down-st2-l5, .down-st2-l6, .down-st3-l1, .down-st3-l2, .down-st3-l3, .down-st3-l4, .down-st3-l5, .down-st3-l6, .down-st4-l1, .down-st4-l2, .down-st4-l3, .down-st4-l4, .down-st4-l5, .down-st4-l6,
    .down-logo, .down-st1, .down-st2, .down-st3, .down-st4, .down-floor {
        left: 1%;
    }

    .down-floor {
        margin-left: 1%;
    }

    .down-lines {
        left: -50px;
        top: 38%;
        width: 120% !important;
        max-width: 530px;
        z-index: -1;
    }

    .down-image {
        height: 90vw;
    }

    section .container, section .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 30px;
        padding-left: 30px;
    }

    .train-ico1, .train-ico2, .train-ico3 {
        top: 10px;
        right: -50px;
    }

    .manual-ico {
        right: -50px;
    }

    .train-head {
        color: #043B60;
        font-size: 30px;
    }

    .train-text1 {
        font-size: 22px;
        margin: 15px 0;
    }

    .train-text2 {
        font-size: 17px;
    }

    .book {
        right: auto;
        width: 180px !important;
        position: relative !important;
        display: block;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    .manual-margin-top {
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-text-logo {
        font-size: 34px;
    }

    footer .nav .nav-item .nav-link {
        font-size: 14px;
        padding: 2px 8px;
    }

    footer .container > .row > div {
        padding-left: 15px;
    }

    .margin-left-custom {
        margin-left: -10px;
    }

    .h1-extra {
        font-size: 40px;
        line-height: 46px;
    }

    .maincube1, .maincube2, .maincube3, .maincube4, .maincube5 {
        top: 0;
    }

    .main-image {
        height: 390px;
    }

    .line-deco-r {
        display: none !important;
    }

    .back-gradient {
        overflow: hidden;
    }

    .big-ico {
        width: 90px !important;
    }

    .back-gray-white {
        background: rgb(241,242,242);
    }

    .back-white-gray {
        background: rgb(255,255,255);
    }

    .logo {
        width: 240px;
    }

    .header-ico {
        width: 40px !important;
    }

    .down-st2-l1, .down-st2-l2, .down-st2-l3, .down-st2-l4, .down-st2-l5, .down-st2-l6, .down-st3-l1, .down-st3-l2, .down-st3-l3, .down-st3-l4, .down-st3-l5, .down-st3-l6, .down-st4-l1, .down-st4-l2, .down-st4-l3, .down-st4-l4, .down-st4-l5, .down-st4-l6,
    .down-logo, .down-st1, .down-st2, .down-st3, .down-st4, .down-floor {
        left: 10%;
    }

    .down-floor {
        margin-left: 10%;
    }

    .down-lines {
        left: -60px;
        top: 130px;
        width: 600px !important;
        z-index: -1;
    }

    .train-ico1, .train-ico2, .train-ico3 {
        top: 10px;
    }

    .manual-ico {
        right: -50px;
    }

    .train-head {
        color: #043B60;
        font-size: 30px;
    }

    .train-text1 {
        font-size: 22px;
        margin: 15px 0;
    }

    .train-text2 {
        font-size: 17px;
    }

    .book {
        right: 0px;
        width: 180px !important;
    }

    .manual-margin-top {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-text-logo {
        font-size: 34px;
    }

    footer .container > .row > div {
        padding-left: 15px;
    }

    .margin-left-custom {
        margin-left: -20px;
    }

    .h1-extra {
        font-size: 40px;
        line-height: 46px;
    }

    .maincube1, .maincube2, .maincube3, .maincube4, .maincube5 {
        top: 0;
    }

    .back-gradient {
        overflow: hidden;
    }

    .back-gray-white {
        background: rgb(241,242,242);
    }

    .back-white-gray {
        background: rgb(255,255,255);
    }

    .logo {
        width: 250px;
    }

    .down-lines {
        left: 60px;
        top: 130px;
        width: 600px !important;
        z-index: -1;
    }

    .train-head {
        color: #043B60;
        font-size: 30px;
    }

    .train-text1 {
        font-size: 22px;
        margin: 15px 0;
    }

    .train-text2 {
        font-size: 17px;
    }

    .book {
        right: 0px;
        width: 220px !important;
    }

    .manual-margin-top {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-text-logo {
        font-size: 27px;
    }

    footer .nav .nav-item .nav-link {
        font-size: 13px;
        padding: 2px 6px;
    }

    .margin-left-custom {
        margin-left: -30px;
    }

    .h1-extra {
        font-size: 40px;
        line-height: 46px;
    }

    .nav li, .navbar ul li {
        margin-right: 4px;
        margin-left: 0;
        font-size: 15px;
    }

    .navbar-nav .nav-item .nav-link,
    .navbar-nav .nav-item a:hover,
    .navbar-nav .nav-item.active .nav-link {
        padding: 7px 9px !important;
    }

    .logo {
        width: 250px;
    }

    .buy-btn {
        padding: 16px 15px;
    }

    .arrow-down {
        width: 24px;
        height: 20px;
        margin-top: 16px;
    }

    .buy-text1 {
        font-size: 25px;
        line-height: 30px;
        padding-left: 34px;
    }

    .buy-text2 {
        font-size: 15px;
        line-height: 20px;
        padding-left: 36px;
    }

    .down-lines {
        left: 10px;
        top: 140px;
        width: 600px !important;
    }


    .train-headers a span {
        font-size: 30px !important;
        line-height: 1.4;
    }

    .train-head {
        color: #043B60;
        font-size: 30px;
    }

    .train-text1 {
        font-size: 26px;
        margin: 15px 0;
    }

    .train-text2 {
        font-size: 19px;
    }

    .book {
        right: -30px;
        width: 170px !important;
    }

    .manual-margin-top {
        margin-top: 84px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .footer-text-logo {
        font-size: 42px;
    }

    footer .nav .nav-item .nav-link {
        font-size: 15px;
        padding: 2px 7px;
    }

    .margin-left-custom {
        margin-left: -30px;
    }

    .h1-extra {
        font-size: 46px;
        line-height: 50px;
    }

    .nav li, .navbar ul li {
        margin-right: 4px;
        margin-left: 0;
        font-size: 16px;
    }

    .navbar-nav .nav-item .nav-link,
    .navbar-nav .nav-item a:hover,
    .navbar-nav .nav-item.active .nav-link {
        padding: 9px 12px !important;
    }

    .logo {
        width: 290px;
    }

    .buy-btn {
        padding: 18px 20px;
    }

    .arrow-down {
        width: 30px;
        height: 25px;
        float: left;
        margin-top: 23px;
    }

    .buy-text1 {
        font-size: 29px;
        line-height: 40px;
        padding-left: 45px;
    }

    .buy-text2 {
        font-size: 18px;
        line-height: 26px;
        padding-left: 47px;
    }

    .down-lines {
        left: 5px;
        top: 100px;
    }

    .train-headers a span {
        font-size: 34px !important;
        line-height: 1.4;
    }

    .book {
        right: 0px;
        width: 200px !important;
    }

    .manual-margin-top {
        margin-top: 84px;
    }
}

@media (min-width: 1400px) {
    .logo {
        width: 330px;
    }

    .down-lines {
        top: 40px;
    }

    .down-logo,
    .down-st1,
    .down-st2,
    .down-st3,
    .down-st4 {
        top: -50px;
    }

    .down-st2-l1,
    .down-st2-l2,
    .down-st2-l3,
    .down-st2-l4,
    .down-st2-l5,
    .down-st2-l6,
    .down-st3-l1,
    .down-st3-l2,
    .down-st3-l3,
    .down-st3-l4,
    .down-st3-l5,
    .down-st3-l6,
    .down-st4-l1,
    .down-st4-l2,
    .down-st4-l3,
    .down-st4-l4,
    .down-st4-l5,
    .down-st4-l6 {
        top: -50px;
    }

    .down-floor {
        margin-top: -40px;
    }

    .manual-right {
        position: relative;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .book {
        right: 0px;
        width: 250px !important;
    }
}

@media (min-width: 1500px) {
    .book {
        right: 0px;
        width: 270px !important;
    }
}
