
/*accessibility start*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #000;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #000;
}
li.contrast.access-element a {
    color: #000;
}
li.contrast.access-element:hover a {
    color: #000;
}
/*accessibility end*/

/* iconmoon start */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}  
/* iconmoon end */

@font-face {
    font-family: "Inter", serif;
}
@font-face {
    font-family: handel-gothic, sans-serif;
}
body {
    font-family: "Inter", serif;
    color: #fff;
    background: #000;
    font-size: 18px;
}

.container {
    width: 1250px;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.container-fluid {
    width: 1920px;
    max-width: 100%;
    padding-left: 112px;
    padding-right: 112px;
}
@media (max-width: 1430px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.wrapper {
    padding-top: 78px;
    overflow: hidden;
}
.section {
    padding: 132px 0;
}
.section-primary {
    padding: 72px 0;
    background: linear-gradient(135deg, rgba(254,76,0,1) 0%, rgba(255,86,13,1) 50%, rgba(255,124,67,1) 75%, rgba(255,143,95,1) 100%);
}
.section-start {
    padding-top: 40px;
}

a {
    color: #FF4D00;
}

h1, .h1 {
    font-size: 48px;
    font-size: clamp(2.125rem, 1.874rem + 0.9383vw, 3rem);
    font-weight: 700;
    font-family: handel-gothic, sans-serif;
    margin: 0 0 44px 0;
}
h2, .h2 {
    color: #FF4D00;
    font-size: 40px;
    font-size: clamp(1.75rem, 1.5349rem + 0.8043vw, 2.5rem);
    font-weight: 500;
    font-family: handel-gothic, sans-serif;
    margin: 0 0 36px 0;
    margin-bottom: clamp(0.9375rem, 0.561rem + 1.4075vw, 2.25rem);
}
h4, .h4 {
    font-size: 24px;
    font-size: clamp(1.25rem, 1.1783rem + 0.2681vw, 1.5rem);
    font-weight: 600;
    margin: 0 0 10px 0;
}
h5, .h5 {
    font-size: 22px;
    font-weight: 500;
    font-family: handel-gothic, sans-serif;
    margin: 0 0 20px 0;
}
h6, .h6 {
    font-size: 1em;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}
.text-lg {
    font-size: 20px;
    font-size: clamp(1.125rem, 1.0891rem + 0.134vw, 1.25rem);
}
.text-primary {
    color: #FF4D00 !important;
}
.text-light {
    color: #fff !important;
}
.text-muted {
    color: #E4E4E5 !important;
    opacity: 1;
}

.fw-extrabold {
    font-weight: 800;
}

.list-check ul {
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
}
.list-check ul li {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 20px;
    margin: 0;
    list-style: none;
}
.list-check ul li:not(:last-child) {
    margin-bottom: 15px;
}
.list-check ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../img/icons/check.svg) no-repeat center;
    width: 20px;
    height: 20px;
}

.flex-1 {
    flex: 1;
}

.content {

}
.content ul {
    margin-bottom: 40px;
}
.content li {
    margin-bottom: 10px;
}
.content li:last-child {
    margin-bottom: 0;
}
.content li li {
    margin-bottom: 2px;
}

.text-decor {
    color: #FF4D00;
    background: #fff;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: handel-gothic, sans-serif;
    border-radius: 37px;
    margin-bottom: 25px;
}
.text-decor.bg-none {
    padding: 0;
    border-radius: 0;
    background: transparent;
    height: auto;
}
.text-decor.text-decor__light {
    color: #fff;
    padding: 0;
    border-radius: 0;
    background: transparent;
    height: auto;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-48 {
    margin-bottom: 48px !important;
}
.mb-5px {
    margin-bottom: 5px;
}
.opacity-80 {
    opacity: 0.8;
}

/* custom start */
.btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: handel-gothic, sans-serif;
    padding: 0 30px;
    transition: .5s;
}
.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus, .btn-outline-light:active:focus,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    background-color: #FF4D00;
    border-color: #fff;
    color: #fff;
    box-shadow: 0 0 30px 0 #FF4D00, 0 0 20px 0 rgba(255,143,111,.7);
}
.btn-primary {
    background: #FF4D00;
    border: 1px solid #FF4D00;
    color: #fff;
    box-shadow: 0 0 30px 0 #FF4D00;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background: #FF4D00;
    color: #fff;
    border-color: #fff;
    box-shadow: 0 0 30px 0 #FF4D00, 0 0 20px 0 rgba(255,143,111,.7);
}

.custom-image {
    border-radius: 15px;
    width: 480px;
    max-width: 100%;
    max-height: 516px;
    max-height: clamp(15.125rem, 10.2125rem + 18.3646vw, 32.25rem);
    object-fit: cover;
    object-position: top;
}
@media (min-width: 1199px) {
    .flex-xl-row-reverse .custom-image {
        float: right;
    }
}
.technology-icon {
    margin-bottom: 12px;
    width: 163px;
}

#scroller {
	position: fixed;
    cursor: pointer;
    z-index: 9;
    display: none;
    bottom: 68px;
    margin-top: 0px;
    right: 32px;

    width: 42px;
    height: 42px;
    border-radius: 100px;
    background: #FF4D00;
    box-shadow: 0 0 20px 10px rgba(255,77,0,.25);
    color: #fff;
   
    transition: .5s;
}
#scroller svg {
    transform: translate(-50%,-50%) scaleY(-1);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* custom end */

/* header start */
.header {
    transition:  0.3s;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #000;
    position: fixed;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-unpinned {
    transform: translateY(-100%);
}
.header-pinned {
    transform: translateY(0%);
}

.logo {
    width: 200px;
    width: clamp(9.625rem, 8.8003rem + 3.0831vw, 12.5rem);
    display: inline-block;
}
.logo img {
    width: 100%;
}
.navbar {
    justify-content: center;
}
.nav-item {
    margin: 0 16px;
}
.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: handel-gothic, sans-serif;
    text-transform: uppercase;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FF4D00;
}
.nav-link:focus, .nav-link:hover {
    color: #FF4D00;
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
       justify-content: center;
    }
}
.header-eic {
    width: clamp(6.375rem, 5.4459rem + 3.3784vw, 9.5rem);
    margin-right: 20px;
    display: inline-block;
}
.header-eic img {
    width: 100%;
}
/* header end */

/* footer start */
.footer {

}
.footer-item {
    padding-top: clamp(4.375rem, 4.1599rem + 0.8043vw, 5.125rem);
    padding-bottom: 40px;
    display: flex;
    align-items: flex-start;
}
.footer-logo {
    width: 200px;
    width: clamp(9.625rem, 8.8003rem + 3.0831vw, 12.5rem);
    display: inline-block;
}
.footer-logo img {
    width: 100%;
}
.footer-menu {
    margin-left: auto;
    display: flex;
}
.footer-menu__col {
 
}
.footer-menu__col:not(:last-child) {
    margin-right: 60px;
}
.footer-menu__title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: handel-gothic, sans-serif;
    margin-bottom: 10px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    line-height: initial;
}
.footer-menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color:  rgba(149, 149, 149, 1);
}
.footer-menu ul li a:hover {
    color: #fff;
}
.footer-menu ul li a.active {
    color: #FF4D00;
}
.footer-social {
    display: inline-flex;
    align-items: center;

}
.footer-social span {
    text-align: center;
    width: 20px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 0;
}
.footer-down {
    font-size: 12px;
    border-top: 1px solid #737373;
    padding: 20px 0;
}
.footer-developer {
    margin-left: auto;
}
.footer-developer a {
    color: #fff;
    text-decoration: none;
}
.footer-developer a:hover {
    color: #FF4D00;
}
/* footer end */


@media (max-width: 1199px) {
    .custom-image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        display: block;
    }
    .list-check li {
      font-size: 18px;
    }

    .header-social {
        margin-top: 70px;
        display: flex;

        align-items: center;
        gap: 25px;
    }
    .header-social a {
        font-size: 22px;
        color: #fff;
    }
    .header-social a:hover {
        color: #FF4D00;
    }

    .header {
        height: 72px;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .navbar-toggler,
    .navbar-toggler.collapsed {
        width: 36px;
        height: 36px;
        border: none;
        padding: 0;
        font-size: 1em;
        border-radius: 0;
        position: relative;
        box-shadow: none;
        display: inline-block;
    }
    .navbar-toggler span {
        display: block;
        height: 2px;
        border-radius: 4px;
        width: 30px;
        position: absolute;
        left: 3px;
        background: #fff;
        transition: .5s;
    }
    .navbar-toggler span:nth-child(1) {
        top: 8px;
    }
    .navbar-toggler span:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
    .navbar-toggler span:nth-child(3) {
        bottom: 8px;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        top: 8px;
        left: 9px;
        transform: rotate(45deg);
        transform-origin: top left;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        left: 4px;
        bottom: 16px;
        transform: rotate(-45deg);
    }
    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }
    .navbar-collapse.collapse:not(.show) {
        /*display: none;*/
        display: flex !important;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: .1s linear;
    }
    .navbar-collapse {
        position: fixed;
        top: 72px;
        height: calc(100vh - 72px);
        left: 0;
        width: 100vw;
        background: #000;
        z-index: 5;
        padding: 20px 20px 72px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: auto;
        flex: none;

        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transition: .1s linear;
    }
    .navbar {
        padding: 0;
        margin: 0;
        position: static;
        margin: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .navbar-nav {
        margin-bottom: 50px;
        text-align: center;
    }
    .navbar-nav .nav-link {
        display: inline-block;
        padding: 0;
        font-size: 18px;
    }
    .navbar-nav .nav-item {
        margin: 0 0 35px 0;
    }
    .navbar-nav .nav-item:last-child {
        margin: 0;
    }
    
    .wrapper {
        padding-top: 72px;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background: #000;
    }
    .header-unpinned {
        transform: translateY(0%);
    }
    .header-pinned {
        transform: translateY(0%);
    }

    .row-info video {
        margin-bottom: 35px;
    }
    .row-info h2 {
        margin-bottom: 20px;
    }
    .row-info .h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-item {
        padding-top: 0;
    }
    .footer-item__ind {
        padding-top: 70px;
    }

}

@media (max-width: 1024px) and (min-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 767px) {
    .footer-item {
        display: block;
    }
    .footer-logo {
        margin-bottom: 44px;
    }
    .footer-menu {
        flex-wrap: wrap;
        gap: 40px 0;
    }
    .footer-menu__col {
        margin-bottom: 0;
        width: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mb-mob-25 {
        margin-bottom: 25px !important;
    }
    .mb-mob-35 {
        margin-bottom: 35px !important;
    }
    .technology-icon {
        width: 135px;
    }
    .mb-mob-14 {
        margin-bottom: 14px !important;
    }
    .content ul {
        margin-bottom: 15px;
    }
    .content li,
    .content li + li {
        margin-bottom: 0;
    }
    .list-check ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .btn {
        font-size: 18px;
    }
    .text-decor {
        margin-bottom: 20px;
    }

 
    h1.contact-title {
        margin-bottom: 60px;
    }
    .section-start {
        padding-top: 20px;
    }

    p, a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        word-wrap: break-word;
    }
    .header-eic {
        margin-right: 10px;
    }
 
}

@media (max-width: 374px) {
    .header-eic {
        margin-right: 5px;
        width: 80px;
    }
    .logo {
        width: 120px;
    }
    .navbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
    }
}

.modal-backdrop.show {
    opacity: .85;
}


lottie-player {display: inline-block;}
.form-lottie {
    margin-top: 25px;
    margin-bottom: -60px;
}
.h1-lottie {
    margin-top: 0px;
    margin-bottom: 44px;

}
.index-lottie-1 {
    margin-bottom: 44px;
    margin-top: 120px;
}
.index-lottie-2 {
    margin-bottom: 16px;
}
.index-lottie-3 {
    margin-bottom: 34px;
    margin-top: 34px;
}
.h1-lottie-technology {
    margin: 48px auto -130px auto;   
}
.lottie-technology-2 {
    margin: -100px 0 20px 0;
}
.lottie-technology-3 {
    margin: 53px 0 18px 0
}
.lottie-technology-4 {
    margin: 0 0 -100px 0
}
.lottie-technology-5 {
    margin: -100px 0 0 0;
}
.h1-lottie-team  {
    margin: 60px 0 26px 0;
}
.lottie-team-2 {
    margin: 10px 0 10px 0;
}
.lottie-team-3 {
    margin: 20px 0 60px 0;
}
.lottie-team-4 {
    margin: 30px 0 0 0;
}
.h1-lottie-news {
    margin: 42px 0;
}
.h1-lottie-career {
    margin: 40px 0 -20px 0;
}
.lottie-career-2 {
    margin-bottom: -60px;
}
.lottie-career-3 {
    margin: 20px 0 25px 0;
}
.lottie-career-4 {
    margin: 20px 0 -10px 0;
}
.lottie-career-5 {
    margin-top: -50px;
}
.lottie-careerinner-1 {
    margin: 15px 0 76px;
}




.lottie-vision-2 {
    margin: 32px 0;
}
.lottie-vision-3 {
    margin: 32px 0 32px 0;
}
.lottie-vision-4 {
    margin: 32px 0;
}
.lottie-vision-5 {
    margin: 36px 0;
}
.lottie-vision-6 {
    margin: 32px 0;
}



/*
.index-lottie-1--big {
    display: none !important;
    
}
*/
/*
@media (min-width: 1900px) {
    .index-lottie-1--def {
        display: none !important;
    }
    .index-lottie-1--big {
        display: block !important;
    }
}
*/



@media (width: 1440px) {
    .index-lottie-1 lottie-player {
        width: 105% !important;
    }
    .h1-lottie-technology {
        margin-bottom: -80px;
    }
    .lottie-technology-4 {
        margin: 0 0 -70px 0
    }
    .lottie-technology-5 {
        margin: -60px 0 0 0;
    }
    .lottie-career-5 {
        margin-top: -10px;
    } 
}

@media (max-width: 1199px) {
    .index-lottie-1 {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .index-lottie-2 {
        margin: 16px 0;
    }
    .h1-lottie-technology {
        margin: 10px auto;
    } 
    .lottie-technology-2 {
        margin: 12px 0 12px 0;
    }
    .lottie-technology-3 {
        margin: 12px 0;
    }
    .lottie-technology-4 {
        margin-bottom: 16px;
    }
    .lottie-technology-5 {
        margin: 12px 0;
    }
    .h1-lottie-team  {
        margin: 12px 0;
    }
    .lottie-team-2  {
        margin: 0px 0 20px 0;
    }
    .lottie-team-3 {
        margin: 0px 0 10px 0;
    }
    .lottie-team-4 {
        margin: 15px 0;
    }
    .h1-lottie-news {
        margin: 12px 0;
    }
    .h1-lottie-career {
        margin: 10px 0;
    }
    .lottie-career-2 {
        margin-bottom: 20px;
    }
    .lottie-career-3 {
        margin-top: 20px;
        margin-bottom: 17px;
    }
    .lottie-career-4 {
        margin: 16px 0;
    }
    .lottie-career-5 {
        margin: 16px 0;
    }
    .lottie-careerinner-1 {
        margin: 0 0 16px 0;
    }
    .form-lottie {
        margin-top: 10px;
        margin-bottom: 0px;
    }


    .lottie-vision-2 {
        margin: 22px 0 12px 0;
    }
    .lottie-vision-3 {
        margin: 10px 0 10px 0;
    }
    .lottie-vision-4 {
        margin: 16px 0;
    }
    .lottie-vision-5 {
        margin: 16px 0;
    }
    .lottie-vision-5 {
        margin: 10px 0;
    }

}
@media (max-width: 767px) {
  
    .index-lottie-3 {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .footer-logo {
        display: none;
    }

}



a.cky-banner-element {
    padding: 8px 30px;
    background: #F8F9FA;
    color: #858A8F;
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}
.read-more {
    color: #FF4D00 !important;
    text-decoration: none;
    font-weight: 500;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: none;
}
.read-more:hover,.read-more:active,.read-more:focus,.read-more:focus:active {
    color: #FF4D00;
    text-decoration: underline;
    background: none;
    border: none;
}
