﻿    @import "fontawsome.css";
    @import "bootstrap.min.css";
    @import "fonts.css";
    @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

    body {
        font-family: 'Roboto', sans-serif;
        line-height: normal;
        font-size: 18px;
        color: #000;
    }
    
    a.active,
    a:focus,
    button:focus,
    button.active {
        outline: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:focus,
    a:hover,
    a:active {
        outline: 0;
        box-shadow: none;
    }
    
    a:focus,
    a:link {
       color: black;
    }
    a:hover {
    	COLOR: #007bff;
    }
    a:visited {
       color: black;
    }
    a:visited:hover {
    	COLOR: #007bff;
    }

    .btn-toolbar {
  	vertical-align: middle;
	}

    h1,
    h2,
    h3,
    h4 h5,
    h6 {
        margin-bottom: 0;
    }
    
    a {
        text-decoration: none;

    }
    
    a:hover {
        text-decoration: none;
    }
    
    ul,
    ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    ul li {
        list-style: none;
    }
    
    p {
        margin: 0;
    }
    
    input:focus,
    select:focus,
    textarea:focus {
        outline: none;
    }
    
    img {
        border-style: none;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    
    .wrapper {
        overflow: hidden;
    }
    
    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        font-family: 'Eina03-SemiBold';
        text-transform: uppercase;
    }
    
    .btn-round {
        border-radius: 24px;
        background: #000;
        color: #fff;
        height: 48px;
    }
    
    .btn-round:hover {
        color: #fff;
        background-color: #0029d5;
        ;
    }
    
    .btn-default {
        min-width: 213.5px;
        height: 61px;
    }
    
    .btn-white {
        background-color: #fff;
        color: #002E87;
    }
    
    .btn-white:hover {
        background-color: #000;
        color: #fff;
    }
    
    .btn-blue {
        background-color: #0029d5;
        color: #fff;
    }
    
    .btn-blue:hover {
        background-color: #3a4ea0;
        color: #fff;
    }
    
    .btn-black {
        background-color: #000;
        color: #fff;
    }
    
    .btn-black:hover {
        background-color: #0029d5;
        color: #fff;
    }
    /***** CSS *****/
    
    header {
        padding: 29.5px 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    
    header .navbar-brand {
        margin: 0;
        padding: 0;
        margin-right: 68px;
    }
    
    header .navbar-brand img {
        height: 53px;
        object-fit: cover;
    }
    
    header .navbar {
        padding: 0;
    }
    
    header .navbar-nav .nav-item .nav-link {
        font-family: 'Eina03-SemiBold';
        text-transform: uppercase;
        font-weight: normal;
        font-size: 18px;
        letter-spacing: 0.03em;
        color: #000;
        padding: 0 18px;
    }
    
    header .navbar-nav .nav-item .nav-link:hover,
    header .navbar-nav .nav-item.active .nav-link {
        color: #0029d5;
    }
    
    header .btn-right {
        display: flex;
        align-items: center;
    }
    
    header .btn-right .btn {
        margin-left: 13px;
        padding: 10px 26.5px;
    }
    /******************************************/
    
    .hero-main {
        background-image: url(../images/SASv2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 399px 0;
        position: relative;
    }
    
    .arrow-down {
        position: absolute;
        transform: translate(-50%, -50%);
        bottom: 80.4px;
        left: 50%;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -o-animation: bounce 2s infinite;
    }
    
    @-webkit-keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-30px);
        }
        60% {
            -webkit-transform: translateY(-15px);
        }
    }
    
    @-moz-keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -moz-transform: translateY(0);
        }
        40% {
            -moz-transform: translateY(-30px);
        }
        60% {
            -moz-transform: translateY(-15px);
        }
    }
    
    @-o-keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -o-transform: translateY(0);
        }
        40% {
            -o-transform: translateY(-30px);
        }
        60% {
            -o-transform: translateY(-15px);
        }
    }
    
    @keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-30px);
        }
        60% {
            transform: translateY(-15px);
        }
    }
    
    .hero-main .text-holder {
        max-width: 678px;
    }
    
    .hero-title {
        font-size: 89px;
        line-height: 100px;
        color: #000;
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-Bold';
        margin-bottom: 4px;
    }
    
    .hero-main .text-holder p {
        font-size: 22px;
        letter-spacing: 0.03em;
        line-height: 32px;
        text-align: left;
        color: #000;
        font-family: 'Eina03-SemiBold';
    }
    
    .content p,
    .content-inner-list ul li {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        color: #000;
        margin-bottom: 24px;
    }
    
    .content p:last-of-type {
        margin-bottom: 0;
    }
    
    .main-services .content {
        padding: 80px 0;
    }
    
    .main-services .content {
        max-width: 681px;
    }
    
    .main-services .row [class*="col-"] {
        position: inherit;
    }
    
    .content-service {
        position: relative;
        min-height: 498px;
    }
    
    .main-services {
        padding: 123px 0;
    }
    
    .main-services .video-holder {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 820px;
    }
    
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    
    .close-modal {
        position: absolute;
        top: -34px;
        right: -17px;
        z-index: 1;
        opacity: 1;
        color: #fff;
        text-shadow: none;
        font-size: 30px;
    }
    
    .close-modal:hover {
        color: #fff;
    }
    
    .title {
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-Bold';
        font-weight: bold;
        font-size: 48px;
        line-height: 66px;
        color: #000;
    }
    
    .card-solution {
        text-align: center;
        margin-bottom: 10.7px;
        display: inline-block;
        margin: 0 auto;
        border: 1.3px solid #D5D5D5;
        border-radius: 10px;
        min-height: 307px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .card-solution .icon-solution {
        font-size: 64px;
        display: block;
        margin-bottom: 15px;
    }
    
    .icon-solution:before {
        color: #0029d5;
    }
    
    .card-solution p {
        font-family: 'Eina03-SemiBold';
        font-size: 20px;
        letter-spacing: 0.02em;
        line-height: 26px;
        text-align: center;
        color: #000;
        max-width: 220px;
        margin: 0 auto;
    }
    
    .solution .title {
        margin-bottom: 60px;
    }
    
    .solution {
        padding: 39px 0;
    }
    
    .offer-text ul li {
     /* font-family: "Eina03-Regular ☞"; */
        font-family: 'Eina03-Regular'; 
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        text-align: left;
        color: #000;

list-style-position: inside;
    }
    
    .offer-text ul li {
        margin-bottom: 10px;
    }
    
    .offer-text .title {
        margin-bottom: 25px;
    }
    
    .offer-text ul li:before {
/*        font-family: 'icomoon' !important;
        content: "\e904"; */
        color: #0029d5;
        margin-right: 6.4px;
        content: "\2022";
    }
    
    .offer {
        padding: 73px 0;
    }
    
    .offer .content {
        max-width: 795px;
        margin-left: auto;
    }
    /***************************************/
    
    .schedule {
        background-color: #000000;
        color: #fff;
        padding: 39.5px 0;
    }
    
    .schedule .text-schedule {
        max-width: 797px;
    }
    
    .text-schedule h2 {
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-SemiBold';
        font-size: 45px;
        line-height: 60px;
        color: #fff;
        margin-bottom: 5px;
    }
    
    .text-schedule p {
        font-family: 'Eina03-SemiBold';
        font-size: 15px;
        letter-spacing: 0.03em;
        line-height: 22px;
        color: #fff;
    }
    
    .schedule .link-btn {
        text-align: right;
    }
    
    .schedule .link-btn .btn:hover {
        background-color: #0029D5;
        color: #fff;
    }
    
    footer {
        background-color: #0029D5;
        color: #fff;
        padding: 112px 0 50px;
    }
    
    .quick-links {
        padding: 0 48px;
    }
    
    .quick-links li {
        margin-bottom: 10.7px;
    }
    
    .quick-links li a {
        color: #fff;
        font-family: 'Eina03-SemiBold';
        font-size: 18px;
        letter-spacing: 0.03em;
        line-height: 21px;
        display: inline-block;
        color: #fff;
    }
    
    .quick-links li a:hover {
        opacity: 0.5;
    }
    
    .social-link {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .social-link li {
        margin-left: 18px;
    }
    
    .social-link li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        border: 1px solid #fff;
        opacity: 0.3;
    }
    
    .social-link li a:hover {
        opacity: 1;
    }
    
    .copy-text {
        margin-top: 19px;
    }
    
    .copy-text p {
        font-family: 'Eina03-SemiBold';
        font-size: 18px;
        letter-spacing: 0.03em;
        line-height: 32px;
        text-align: center;
        color: #fff;
        margin-bottom: 14px;
    }
    
    .link-policy {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .link-policy li {
        position: relative;
    }
    
    .link-policy li:after {
        content: '|';
        margin: 0 9px;
        opacity: 0.3;
    }
    
    .link-policy li:last-child:after {
        content: none;
    }
    
    .link-policy li a {
        text-align: center;
        color: #fff;
        font-family: 'Eina03-SemiBold';
        font-size: 18px;
        letter-spacing: 0.03em;
        margin: 0 9px;
        opacity: 0.3;
    }
    
    .link-policy li a:hover {
        opacity: 1;
    }
    /*********************Services****************************/
    
    .inner-pages header {
        background-color: #fff;
    }
    
    .page-bradcrumb h1 {
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-Bold';
        font-size: 89px;
        line-height: 118px;
        color: #fff;
    }
    
    .page-bradcrumb {
        margin-top: 112px;
        padding: 266px 0 277px;
    }
    
    .service-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .service-content .content {
        flex: 1;
        max-width: 769px;
    }
    
    .content .title {
        margin-bottom: 24px;
    }
    
    .service-content .img-holder {
        max-width: 602px;
    }
    
    .note {
        background: rgba(0, 41, 213, 0.03);
        padding: 41.5px 46px;
    }
    
    .note p {
        font-family: 'Eina03-Regular';
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 26px;
        text-align: left;
        color: #0029d5;
    }
    
    .our-services {
        padding: 128px 0 0;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .feature-card {
        display: flex;
        align-items: center;
        border-radius: 5px;
        background: rgba(244, 244, 244, 0.74);
        padding: 24.5px 20px;
        margin-top: 13px;
    }
    
    .feature-card .icon-feature {
        width: 56px;
    }
    
    .feature-card .icon-feature span {
        font-size: 31.79px;
    }
    
    .feature-card .media-body {
        font-family: 'Eina03-SemiBold';
        font-size: 20px;
        letter-spacing: 0.02em;
        line-height: 27px;
        color: #000;
    }
    
    .features .no-gutters {
        margin: 0 6.5px;
    }
    
    .features .no-gutters [class*="col-"] {
        padding: 0 6.5px;
    }
    
    .features .title {
        margin-bottom: 31px;
    }
    
    .features {
        padding: 40px 0;
        display: block;
    }
    
    .voice-mail {
        padding: 56px 0 44px;
        text-align: center;
    }
    
    .text-voice {
        max-width: 1003px;
        margin: 0 auto;
    }
    
    .text-voice .title {
        margin-bottom: 25px;
    }
    
    .text-voice p {
        font-family: 'Eina03-Regular';
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #000;
    }
    
    .text-voice .icon-voice-mail {
        font-size: 68px;
        margin-bottom: 34px;
        display: block;
    }
    
    .feature-box h3 {
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-Bold';
        font-size: 35px;
        line-height: 47px;
        text-align: left;
        color: #000;
        margin-bottom: 18px;
    }
    
    .feature-box .icon-item {
        font-size: 50px;
    }
    
    .feature-box p {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        color: #000;
    }
    
    .feature-box {
        margin-bottom: 60px;
        max-width: 696px;
    }
    
    .feature-main {
        padding: 102px 0 48px;
    }
    
    .capacities {
        padding-top: 55px;
    }
    
    .capacities .content-inner-list {
        margin-top: 24px;
    }
    
    .content-inner-list p {
        margin-bottom: 0;
    }
    
    .content-inner-list ul li {
        margin-bottom: 0;
    }
    
    .capacities .content {
        max-width: 827px;
    }
    
    .department-main .media {
        background: rgba(0, 41, 213, 0.03);
        padding: 48px 40px;
    }
    
    .department-main .media .img-shield {
        width: 133px;
        margin-right: 84px;
        margin-left: 40px;
    }
    
    .department-main .media .media-body h3 {
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-Bold';
        font-size: 40px;
        line-height: 53px;
        text-align: left;
        color: #0029d5;
        margin-bottom: 18px;
    }
    
    .department-main .media .media-body p {
        color: #0029d5;
        margin-bottom: 24px;
    }
    
    .department-main .media .media-body p,
    .department-main .media .media-body ul li {
        font-size: 18px;
        letter-spacing: 0.02em;
        line-height: 26px;
        text-align: left;
    }
    
    .department-main {
        padding: 87.5px 0 51px;
    }
    /********************************************/
    
    .faqs-main .title {
        margin-bottom: 35px;
    }
    
    .faqs-main .media {
        border-radius: 5px;
        background: #0029d5;
        color: #fff;
    }
    
    .faqs-main .media .count {
        width: 54px;
        height: 54px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 29px;
        color: #0029d5;
        margin-right: 14px;
        font-family: 'Eina03-Bold';
    }
    
    .faqs-main .media {
        padding: 56px 77px;
        margin-bottom: 15px;
    }
    
    .faqs-main .media .media-body p {
        font-family: 'Eina03-SemiBold';
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        color: #fff;
    }
    
    .abt-text {
        margin-bottom: 22.3px;
    }
    
    .faqs-main .media .media-body .q-ask {
        font-family: 'Eina03-SemiBold';
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        color: #fff;
        display: flex;
        margin-bottom: 14px;
        align-items: center;
    }
    
    .faqs-main .media .media-body .q-ask span {
        font-size: 41.7px;
        margin-right: 10.3px;
    }
    
    .question-card {
        display: inline-block;
        border-radius: 5px;
        background: #2044DA;
        padding: 32px 78px 32px 32px;
    }
    
    .faqs-main .media .media-body .question-card p {
        margin-bottom: 0;
    }
    
    .faqs-main {
        padding-bottom: 33px;
    }
    
    .contact-us {
        background-image: url(../images/bg-contact.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 296px 0 139px;
    }
    
    .contact-text-inner h2 {
/*      font-family: 'PlayfairDisplay-Bold'; */
        font-family: 'Eina03-Bold';
        font-size: 89px;
        line-height: 118px;
        text-align: left;
        color: #000;
    }
    
    .contact-text-inner {
        max-width: 625px;
        padding: 55px 0;
    }
    
    .contact-text-inner p {
        font-family: 'Eina03-SemiBold';
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        color: #000;
    }
    
    .contact-text-inner .address-card {
        margin-top: 40px;
    }
    
    .contact-text-inner .address-card img {
        margin-bottom: 11px;
    }
    
    .contact-text-inner .address-card span {
        display: block;
        font-family: 'Eina03-SemiBold';
        font-size: 18px;
        letter-spacing: 0.03em;
        line-height: 30px;
        text-align: left;
        color: #000;
    }
    
    .contact-text-inner .address-card span.tel,
    .contact-text-inner .address-card span.tel a {
        color: #0029d5;
    }
    
    .contact-text-inner .address-card span.tel a:hover {
        color: #000;
    }
    /***************FORM CONTACT****************/
    
    .custom-form label {
        font-family: 'Eina03-SemiBold';
        font-size: 17px;
        letter-spacing: 0.03em;
        line-height: 22px;
        text-align: left;
        color: #000;
        margin-bottom: 9px;
    }
    
    .custom-form .form-control {
        height: 53px !important;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.09);
        border: 1px solid transparent;
        font-family: 'Eina03-SemiBold';
        font-size: 17px;
        letter-spacing: 0.03em;
    }
    
    .custom-form .form-control::placeholder {
        color: rgba(0, 0, 0, 0.33);
    }
    
    .custom-form .form-control:focus {
        box-shadow: none;
        border: 1px solid transparent;
    }
    
    .custom-form .form-row {
        margin: 0 -8px;
    }
    
    .custom-form .form-row [class*="col-"] {
        padding: 0 8px;
        ;
    }
    
    .custom-form .form-row [class*="col-"] .form-row {
        margin: 0 -5.5px;
    }
    
    .custom-form .form-row [class*="col-"] .form-row [class*="col-"] {
        padding: 0 5.5px;
    }
    
    .submit-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .submit-links .btn {
        margin-left: 17.5px;
    }
    
    .close-menu {
        display: none;
    }