@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'MediumRegular';
    src: url('fonts/MediumRegular.woff2') format('woff2'),
        url('fonts/MediumRegular.woff') format('woff'),
        url('fonts/MediumRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #0F101C;
    color: #F9F9FD;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    overflow-x: hidden;
}
/*@media(min-width: 1150px) and (max-width: 1550px) {
    body {
        zoom: 0.8;
    }
}*/
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #F9F9FD;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #F9F9FD;
}
p a {
    color: #F9F9FD;
}
p {
    line-height: 25px;
    margin-bottom: 10px;
}
a {
    color: #F9F9FD;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #F9F9FD;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #F9F9FD;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}

input[type="submit"] {
    outline: none;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
    list-style: none;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd   { margin-left: 20px; }
address { font-style: italic; }
/*CSS*/
.st-main-section { position: relative; }
.st-main-wrapper {
    overflow: hidden;
}
.container {
    max-width: 1280px;
}
.st-sticky .st-header-wrap {
    background-color: #0F101C;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.st-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}
.navbar-nav { gap: 48px; align-items: center; }
.navbar-nav li a {
    padding: 0 !important;
    transition: all 0.4s ease-in-out;
}
.navbar-nav li a:hover,
.navbar-nav li a.active { color: #13CAC7 }
.navbar { padding:0 }
.navbar-nav li a.simple_btn {padding: 16px 46px !important;}
.simple_btn {
    padding: 16px 46px;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    border: 1.5px solid #13CAC7;
    background-color: #19191D;
    transition: all 0.4s ease-in-out;
}
.simple_btn:hover { color: #13CAC7 }
.st-banner-wrapper {
    padding: 180px 0 0;
    position: relative;
}
.st-banner-wrapper .col-md-7 { position: inherit; }
.st-banner-wrapper:before {
    content: "";
    position: absolute;
    right: calc(-100% + 960px);
    top: calc(-100% + 44px);
    width: 1800px;
    height: 1800px;
    background: url(images/shape.png) center no-repeat;
    background-size: cover;
}
.st-banner-wrapper img {
    max-width: unset;
}
.st-banner-wrapper.active .st-banner-text h1 {
    transform: scale(1);
}
.st-banner-text h1 {
    font-size: 170px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 150px;
    transform: scale(0.7);
    transition: all 0.7s ease-in-out;
}
.st-banner-text h1 span {
    color: #00FFFB;
}
.slick-arrow {
    position: absolute;
    left: -80px;
    top: 50%;
    cursor: pointer;
    z-index: 1;
}
.slick-arrow-left.slick-arrow {
    top: 0;
}
.slick-arrow-right.slick-arrow {
    transform: scaleY(-1);
    top: 90px;
}
.slick-dots {
    width: auto;
    left: 5%;
    top: calc(50% - 100px);
    bottom: auto;
}
.slick-dots li {
    width: 100%;
    margin: 4px 5px;
}
.slick-dots li.slick-active button {
    border: 1px solid #13CAC7;
}
.slick-dots li.slick-active button:before { background: #13CAC7 }
.slick-dots li button:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
}
.slick-dots li button {
    width: 18px;
    position: relative;
    height: 18px;
    border-radius: 100%;
    border: 1px solid transparent;
    outline: none !important;
}
/*about*/
.st_about_wrap {
    background-color: rgba(5,3,30,0.54);
    border: 1px solid rgba(149,149,149,0.54);
    border-radius: 28px;
    padding: 30px 40px 40px;
}
.st_about_wrap h2 {
    font-size: 43px;
    margin: 0 0 7px;
    text-transform: uppercase;
    font-weight: bold;
}
.st_about_wrap h2 span {
    color: #13CAC7;
}
.st_about_wrap p {
    margin-bottom: 15px;
}
.about_wrapper_full {
    padding: 100px 0 0;
}
.about_wrapper_full .row { margin: 0 -45px; }
.about_wrapper_full > h2 {
    margin: 0;
    position: absolute;
    left: 20px;
    pointer-events: none;
    color: transparent;
    top: 0;
    font-family: 'MediumRegular';
    white-space: nowrap;
    font-size: 180px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(104,98,196,1);
    opacity: 0.2;
}
label.error {
    color: #FF1515;
    font-size: 14px;
    line-height:1 ;
    margin: 10px 0 0;
}
.about_wrapper_full > img {
    position: absolute;
    right: -350px;
    bottom: -200px;
    pointer-events: none;
}
/*services_wrapper*/
.services_wrapper {
    max-width: 342px;
}
.services_wrapper h2 {
    font-size: 43px;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.services_wrapper h2 span {
    color: #13CAC7;
}
.services_wrapper p {
    margin-bottom: 15px;
}
.services_text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.services_text section {
    text-align: center;
    width: 380px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(19,202,199,0.4);
    border-radius: 28px;
    background: radial-gradient(circle, rgba(5,3,30,1) 0%, rgba(9,8,8,1) 100%);
}
.services_text section img {
    margin-bottom: 20px;
}
.services_text section h3 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
}
.services_text ul li { margin: 10px 0; }
.services_text ul {
    position: relative;
    z-index:1;
    display: flex;
    flex-direction: column;
}
.services_text ul.second {
    margin: 0 0 0 -43px;
    z-index: 0;
}
.services_wrapperfull { padding-top: 100px; }
.services_wrapperfull > h2 {
    margin: 0;
    line-height: 1.2;
    font-family: 'MediumRegular';
    position: absolute;
    left: 20px;
    color: transparent;
    pointer-events: none;
    top: 0;
    font-size: 180px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(104,98,196,1);
    opacity: 0.2;
}
.portfolio_slider .layer { text-align:center; }
/*main_title*/
.main_title {
    text-align: center;
}
.main_title h2 {
    font-size: 48px;
    margin: 0 0 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.main_title a {
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.main_title a img { margin-left: 30px; display: inline-block; }
.main_title p {
    margin: 0;
}
.portfolio_wrapp_full {
    margin: 100px 0 184px;
}
.portfolio_wrapp_full > h2 {
    margin: 0;
    line-height: 1.2;
    text-align: center;
    font-family: 'MediumRegular';
    position: absolute;
    left: 0;
    white-space: nowrap;
    pointer-events: none;
    width: 100%;
    color: transparent;
    top: 0;
    font-size: 180px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(104,98,196,1);
    opacity: 0.2;
}
.portfolio_wrapp_full > img {
    position: absolute;
    left: -250px;
    bottom: -530px;
    max-width: 881px;
    pointer-events: none;
}
/*portfolio_slider*/
.portfolio_slider {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.portfolio_slider_wrap { position: relative; }
.portfolio_slider_wrap .slick-arrow {
    bottom: -77px;
    top: auto;
    left: calc(50% - 170px);
    transform: translateX(-50%) rotate(90deg);
}
.portfolio_slider_wrap .slick-arrow-left.slick-arrow {
    transform: translateX(-50%) rotate(-90deg);
}
.portfolio_slider_wrap .slick-arrow-right.slick-arrow {
    left: auto;
    right: calc(50% - 185px);
}
.portfolio_slider_wrap .slick-dots {
    bottom: -87px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}
.portfolio_slider_wrap .slick-dots li { width: auto; }
/*contact_wrapfull*/
.contact_wrapfull {
    padding: 100px 0;
}
.contact_wrapfull:before {
    content: '';
    background: radial-gradient(circle, rgba(7,2,55,1) 0%, rgba(31,24,107,1) 80%, rgba(2,78,77,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
}
.contact_wrapfull > h2 {
    margin: 0;
    line-height: 1.2;
    font-family: 'MediumRegular';
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 100%;
    color: transparent;
    top: 80px;
    font-size: 180px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(104,98,196,1);
    opacity: 0.2;
}
/*contact_wrap*/
.contact_wrap h2 {
    font-weight: bold;
    margin: 0 0 4px;
    font-size: 48px;
    text-transform: uppercase;
}
.contact_wrap h2 span { color: #13CAC7 }
.contact_wrap p {
    margin: 0 0 40px;
    max-width: 380px;
}
.social_wrap h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.social_wrap ul {
    display: flex;
    align-items: center;
    gap: 48px;
}
.social_wrap ul li a {
    transition: all 0.4s ease-in-out;
    display: inline-block;
}
.social_wrap ul li a:hover { transform: scale(1.2); }
/*contact_form*/
.contact_form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.contact_form ul li:last-child { margin-bottom:0 }
.contact_form input,
.contact_form textarea {
    width: 100%;
    height: 63px;
    border-radius: 8px;
    border: 1px solid rgba(19,202,199,0.31);
    padding-left: 20px;
    font-size: 16px;
    color: #F9F9FD;
    background-color: #000013;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
    color: #F9F9FD;
}
.contact_form textarea {
    height: 146px;
    padding-top: 16px;
}
.submit_form {
    color: #fff;
    font-weight: bold;
    height: 63px;
    padding: 1px 48px 0;
    border-radius: 8px;
    background: linear-gradient(140deg, rgba(94,106,255,1) 0%, rgba(104,98,196,1) 30%, rgba(48,139,202,1) 75%, rgba(19,202,199,1) 100%);
    outline: none !important;
    display: inline-block;
    border: 1px solid #13CAC7;
    transition: all 0.4s ease-in-out;
}
.submit_form:hover { opacity: 0.7 }
/*main_title second_title*/
.main_title.second_title { margin-bottom: 40px; }
.main_title.second_title h2 { margin-bottom: 10px; }
.partner_wrap_full {
    padding: 100px 0 85px;
}
.partner_wrap_full > h2 {
    margin: 0;
    text-align: center;
    line-height: 1.1;
    font-family: 'MediumRegular';
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 100%;
    color: transparent;
    top: 50px;
    font-size: 180px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(104,98,196,1);
    opacity: 0.2;
}
/*.partner_slider { display: flex; }*/
.partner_slider .slider { padding: 0 20px; }
/*st_footer*/
.st_footer_wrap {
    background: linear-gradient(180deg, rgba(14,16,28,1) 0%, rgba(0,0,0,1) 100%);
    padding: 100px 0 80px;
}
.st_copyright {
    background-color: #13CAC7;
    padding: 19px 0;
}
.st_copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.st_copyright .container span { font-size: 14px; }
.st_copyright .container span a { color: #F9F9FD; }
.st_copyright .container span a:hover { text-decoration: underline; }
.error { color: red }
/*st_links*/
.st_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -28px;
}
.st_links ul li {
    line-height: 1;
    margin-bottom: 20px;
}
.st_links ul li a {
    transition: all 0.4s ease-in-out;
}
.st_links ul li a:hover,
.st_contact ul li a:hover { color: #13CAC7 }
.st_contact { margin-bottom: 42px }
.st_contact ul li {
    margin-bottom:28px;
    line-height:1;
}
.st_contact ul li img {
    width: 20px;
    height: 18px;
    object-fit: contain;
    object-position: center;
    transition: all 0.4s ease-in-out;
}
.st_contact ul li a:hover img { transform: scaleX(-1); }
.st_contact ul li a,
.st_contact ul li span {
    display: flex;
    white-space: nowrap;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.4s ease-in-out;
}
.footer_logo {
    display: inline-block;
    margin: 0 0 0 -28px;
}
#sms {
    border: 1px solid #fff;
    display: block;
    padding: 13px 30px;
    margin-top: 20px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}



