
#navigationImages img {
    font-family: 'FuturaGreek', 'sans-serif';
}

#homeCarousel .card-img-overlay {
    background-color: rgba(0,0,0,0.82);
}

#homeCarousel .carousel-item img {
    height: 100%;
    object-fit: contain;
    background-color: #000000;
}


#homeCarousel .carousel-indicators {
    bottom: 50px;
}


.carrousel-decoration{
    border: 1px solid transparent;
    border-radius: 30px;
    height: 32px;
    width: 32px;
    padding: 8px;
    margin: 0px 10px;
}

.carousel-indicators .active{
    background-color: transparent;
    border: 1px solid #e63946;
}

#homeCarousel .carousel-indicators .active .carousel-dot{
    background-color: #e63946;
}

#homeCarousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 20.3px;
    margin: 0px;
    background-color: white;
}

#homeCarousel .heading {
    position: absolute;
    background: transparent;
    z-index: 1;
    bottom: 108px;
    left: 108px;
    width: 35%;
}

#homeCarousel .card-title {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.24;
    color: #ffffff;
}
#homeCarousel .card-date {
    font-size: 25px;
    color: #ffffff;
}

#homeCarousel .card-subtitle {
    font-size: 60px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#homeCarousel .card-subtitle span {
    font-family: 'Lucida Grande';
    font-style: normal;
}

#homeCarousel .card-text {
    width: 700.3px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 1.5rem auto 2.5rem auto;
}

#homeCarousel .more-btn {
    width: 210px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid;
}

#homeCarousel .more-btn:hover {
    opacity: 0.8;

}

#homeCarousel .arrow-icon {
    width: 9.8px;
    height: 7.8px;
    object-fit: contain;
    margin-left: 0.5rem;
}


#homeCarousel .slidingVertical {
    display: inline;
}

#homeCarousel .fixed-part {
    margin-left: 105px;
}

#homeCarousel .slidingVertical span{
    animation: topToBottom 9s linear infinite 0s;
    -ms-animation: topToBottom 9s linear infinite 0s;
    -webkit-animation: topToBottom 9s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100px;
    font-weight: bold;
    color: #f28806;

}

#homeCarousel .slidingVertical span:nth-child(2){
    animation-delay: 3s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
}
#homeCarousel .slidingVertical span:nth-child(3){
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

#homeCarousel .link-decoration{
    position: absolute;
    max-width: 160px;
    height: 45px;
    background-color: #e63946;
    margin: auto;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 36px;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 100px;
    right: -806px;
    border-radius: 5px;
    /*left: -100px;*/
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
        -moz-transform: translateY(-25px);
    }
    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    30% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    40% {
        opacity: 0;
        -moz-transform: translateY(25px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    40% {
        opacity: 0;
        -webkit-transform: translateY(25px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes topToBottom {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 0;
        -ms-transform: translateY(-25px);
    }
    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    30% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    40% {
        opacity: 0;
        -ms-transform: translateY(25px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


#whyarmanet .col-16.col-md-8.col-xl-5 {

    flex-basis: 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 2rem;
}


#whyarmanet .card {
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

#whyarmanet .card-body {
    padding: 2rem 3rem;
}

#whyarmanet .oval {
    width: 132px;
    height: 132px;
    border: 1px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 2rem;
}


#whyarmanet .card-img-top {
    width: 60px;
    height: 76px;
    object-fit: contain;
}

#whyarmanet .card-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #242323;
    margin-top: 1rem;
}

#whyarmanet .card-line {
    width: 48.7px;
    height: 7px;
    margin-top: 1.5rem;
}

#whyarmanet .card-text {
    width: 450px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}


#services .card {
    height: 1080px;
    border: none;
    background-color: #000000;
    border-radius: 0;
}

#services .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    border-radius: 0;
    width: 100%;
    height: 1080px;
}

#services .card-img {
    border: none;
    border-radius: 0;
    width: 100%;
    height: 1080px;
    object-fit: cover;
}

#services .card.postRisk,
#services .card.postRisk .card-img-overlay,
#services .card.postRisk .card-img {
    height: 880px;
}

#services .nav-pills .nav-item {
    width: 225px;
}

#services .nav-pills .nav-link {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: 1px solid #8cc63f;
}

#services .nav-pills .nav-item:first-child .nav-link {
    border-right-width: 0;
    border-radius: 32px 0 0 32px;
}

#services .nav-pills .nav-item:last-child .nav-link {
    border-left-width: 0;
    border-radius: 0 32px 32px 0;
}

#services .nav-pills .nav-link.active,
#services .nav-pills .show > .nav-link {
    background-color: #8cc63f;
}


#services .service-icon {
    width: 60px;
    height: 55.2px;
    object-fit: contain;
}

#services .service-title {
    height: 100px;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-top: 2.5rem;
}

#services .tab-pane .row {
    margin-top: 4rem;
}

#services #pills-pre .row {
    margin-top: 4rem;
}

#services #pills-post .row {
    margin-top: 6rem;
}

#portfolio {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

#portfolio #portfolio-slider {
    margin-top: 6rem;
}

#portfolio .zenith-img {
    width: 84.7px;
    height: 88.7px;
    object-fit: contain;
}

#portfolio .ba-img {
    width: 142px;
    height: 57px;
    object-fit: contain;
}

#portfolio .bp-img {
    width: 75px;
    height: 98px;
    object-fit: contain;
}

#portfolio .olympic-img {
    width: 117px;
    height: 53px;
    object-fit: contain;
}

#portfolio .first-img {
    width: 155px;
    height: 42px;
    object-fit: contain;
}

#portfolio .lloyds-img {
    width: 122px;
    height: 56px;
    object-fit: contain;
}

#portfolio .barclays-img {
    width: 147px;
    height: 25px;
    object-fit: contain;
}

#portfolio #portfolio-slider .slick-track {
    display: flex;
    align-items: center;
}

.home-section{
    padding: 60px 110px;
    width: 100%;
}

#latest-news{
    padding: 60px 100px 120px 100px;
    /*padding-bottom: 120px;*/
}

.latest-new{
    height: 470px;
    border: solid 1px #ececec;
}

.new-resume-container{
    height: 244px;
    padding: 39px 22px 10px 22px;
    display: flex;
    flex-direction:column;
}

.new-image{
    height: 226px;
}

.new-date{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #e63946;
}

.new-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.22;
    color: #1d3557;
    height: 80px;
    overflow: hidden;
    margin-bottom: 5px;
}

.new-resume{
    font-size: 14px;
    line-height: 1.21;
    color: #424141;
    margin-bottom: 0px;
    margin-top: auto;
}

.new-resume > p{
    margin-bottom: 0px;
}

.learn-more-link:hover{
    color: #e63946;
}

.learn-more-link{
    font-size: 14px;
    font-weight: 500;
    color: #e63946;
    margin-top: auto;
}

.slick-slider{
    display: flex;
    flex-direction: column;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before{
    font-size: 10px;
}

.slick-list{
    width: 100%;
    order: 1;
}

.slick-slide{
    margin: 0px 10px;
}

.slick-arrow{
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.slick-next{
    background-image: url('/dist/images/next-arrow.svg');
    right: 0px;
    left: 50px;
    margin: auto;
}

.slick-prev{
    background-image: url('/dist/images/next-arrow.svg');
    transform: rotateY(180deg);
    bottom: -80px;
    right: 50px;
    left: 0px;
    margin: auto;
}


.slick-track{
    display: flex;
    justify-content: space-between;
    width: 1180px;
    transform: translate3d(0px, 0px, 0px);
}

.slick-list::-webkit-scrollbar { width: 0 !important }


#members{
    background-color: #f6f6f6;
    padding: 60px 100px;
}

.members-containter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.members-containter::after{
    content: "";
    flex: auto;
}*/

.member-container{
    /*width: 20%;*/
    /*height: 16.75vw;*/
    padding: 20px;
}

.member{
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 220px;
    width: 220px;
    cursor: pointer;
}

#about-ean{
    background-image: url("/dist/images/about-ean-img.jpg");
}

#about-ean > .section-title{
    color: #ffffff;
    margin-bottom: 30px;
}

#about-ean > .section-title::after{
    border: solid 3px #e63946;
}

.about-ean-description+p{
    line-height: 1.38;
    text-align: center;
    color: #ffffff;
}

.about-ean-videos{
    margin-top: 36px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video-container{
    width: 461px;
    height: 268px;
    margin: 0px 40px;
}

.slick-slide img {
    object-fit: cover;
}

.carousel-item {
    height: 750px;
    background-color: black;
}

@media (max-width: 1439px) {


    #homeCarousel .card {
        width: 580px;
    }

    #homeCarousel .offer-btn {
        width: 520px;
    }

    .new-resume-container{
        padding: 10px;
    }

    .video-container{
        width: 385px;
    }
}


@media (max-width: 1199px) {


    #whyarmanet .col-16.col-md-8.col-xl-5 {

        flex-basis: 50%;
        max-width: 50%;
    }

    .video-container{
        width: 309px;
        margin: 0px 20px;
    }

    .member{
        padding: 20px;
        /*margin: 20px 2.5%;*/
    }
}

@media (max-width: 980px) {
    .members-containter {
        justify-content: center;
    }
}

@media (max-width: 969px) {


    #whyarmanet .card-text {
        font-size: 14px;
    }

    #services .card-img-overlay,
    #services .card,
    #services .card-img {
        height: 1073px;
    }

    #services .card.postRisk,
    #services .card.postRisk .card-img-overlay,
    #services .card.postRisk .card-img {
        height: 840px;
    }


    #services .service-title {
        font-size: 13px;
    }

    .video-container{
        width: 309px;
        margin: 20px 10px;
    }
}

@media (max-width: 878px) {
    .video-container {
        width: inherit;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 749px) {


    #homeCarousel .card-text {
        width: 459.3px;
    }


    #whyarmanet .card-text {
        font-size: 18px;
    }

    #homeCarousel .heading {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        padding: 0px 110px;
        width: 100%;
    }

    #whyarmanet .col-16.col-md-8.col-xl-5 {

        flex-basis: 100%;
        max-width: 100%;
    }

    #services .card-img-overlay,
    #services .card,
    #services .card-img {
        height: 1538px;
    }

    #services .card.postRisk,
    #services .card.postRisk .card-img-overlay,
    #services .card.postRisk .card-img {
        height: 980px;
    }

    #services .service-title {
        height: 50px;
    }

}


@media (max-width: 575px) {

    #services .nav-pills .nav-item {
        width: 50%;
    }

    .member{
        padding: 40px;
    }

}


@media (max-width: 480px) {

    #homeCarousel .heading {
        padding: 0px 50px;
    }

    #members{
        padding: 60px 50px;
    }

    #homeCarousel .card-title {
        font-size: 26px;
    }

    #homeCarousel .card-text {
        width: 300px;
    }


    #services .nav-pills .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-size: 11px;
    }
    #homeCarousel .carousel-item {
        background-position: 10% 50%;
    }

    .new-resume-container {
        height: 290px;
        padding: 10px 10px 20px;

    }

    #latest-news{
        padding: 40px;
        padding-bottom: 115px;
    }

}


