.main-color {
    color: #ec1c24 !important;
}

.second-color {
    color: #636564 !important;
}

.third-color {
    color: #5d961e !important;
}

.forth-color {
    color: #1a73ab !important;
}

.main-bg {
    background-color: #ec1c24 !important;
}

.second-bg {
    background-color: #636564 !important;
}

.third-bg {
    background-color: #5d961e !important;
}

.forth-bg {
    background-color: #1a73ab !important;
}

/* scroll top */
.scroll_top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    background-color: #ec1c24;
    position: fixed;
    bottom: 50px;
    right: -80px;
    border: 1px solid #ec1c24;
    cursor: pointer;
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.07);
    transition: .5s all ease-in-out;
    z-index: 999999999999999999999999;
}

.scroll_top:hover {
    border: 1px solid #ec1c24;
    color: #ec1c24;
    background-color: #fff;
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.07);
    outline: none;
}

.scroll_top:focus {
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.07);
    outline: none;
}

.scroll_top.active {
    right: 30px;
}

.header-phone {
    top: 0;
    padding: 7.9vmin 0 0;
    height: 50px;    
    padding-bottom: 10px;
    border-bottom: 1.5px solid transparent;
    transition: all ease-in-out 0.5s;    
}

.navbar-desctop.affix {
    padding: 10px 0;
}
.navbar-desctop.affix  .navbar-desctop-menu {
    background: transparent;    
    height: 70px;    
}

.navbar-desctop .brand {
    top: 0;
}

.navbar-desctop-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
    float: none;
    margin-left: 15%;
    line-height: 50px;
    background: rgba(123, 119, 119, 0.7);
}

.brand-panel {
    height: 52vmin;
}


@media(max-width:991px) {
  
    .brand-panel {
    height: 60vmin !important;
    }
    .tp-parallax-wrapp{
        display: none;
    }
}



.arrow-left,
.arrow-right {
    top: auto;
    bottom: 30px;
    background:rgba(123, 119, 119, 0.7);
    padding: 5px 10px;
}

.navbar-desctop-menu>li {
    margin-left: 1.4em;
}

.navbar-desctop-menu>li>a {
    margin-bottom: 0;
    display: inline-block;
    line-height: 50px;    
}

.navbar-desctop-menu li a {
    padding-bottom: 0;
    border-bottom: 1.5px solid transparent;
    transition: all ease-in-out 0.5s;
}

.navbar-desctop-menu li a:hover,
.navbar-desctop-menu .active>a {
    color: #fff;
    border-color: #fff;
}

.navbar-desctop.affix .navbar-desctop-menu li>a {
    padding-bottom: 0;
    border: none;
}

.navbar-desctop.affix .navbar-desctop-menu li>a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active>a {
    padding-bottom: 0;
    border: none;
}

.slide-number {
    margin-top: 5vmin;
}

.slide-number .current-number {
    color: #ec1c24 !important;
}

.project figure img {
   /*
    height: 900px !important;
    width: 500px !important;
    */
}

/*
header{
    .header-bottom{
        font-family: 'Oswald', sans-serif;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;    
        border-bottom: 1px solid transparent;
        box-shadow: 0 0 30px transparent;
        transition: .5s all ease-in-out;
        background-color: transparent;
        .navbar{
            .navbar-toggler{
                color: $whiteColor;
                border: 1.5px solid $whiteColor;
                padding: 7px;
                box-shadow: none;
                outline: none;
            }
            .navbar-brand{
                padding: 5px 0;
            //    background-color: $whiteColor;
                margin-left: -15px;
                z-index: 2;
                .two{
                    display: none;
                }
            }
            .navbar-collapse{
                .navbar-nav{
                    .nav-item{
                        padding: 0 15px !important;
                        position: relative;
                        &:hover{
                            .follow-lang{
                                top: 50px;
                                visibility: visible;
                                opacity: 1;
                                transition: $trans;
                            }
                        }
                        .nav-link{
                            color: $balckColor;
                            font-size: 13px;
                            transition: $trans;
                            text-transform: uppercase;
                            font-weight: 600;
                            letter-spacing: 1.4px;
                            padding: 15px 0px!important;
                            border-bottom: 1.5px solid transparent;
                            &:hover{
                                border-bottom: 1.5px solid $balckColor;
                            }
                        }
                        .active{
                            border-bottom: 1.5px solid $balckColor;
                        }
                        .follow-lang{
                            position: absolute;
                            top: 110px;
                            width: 120%;
                            background-color: $whiteColor;
                            border-bottom: $mainColor 2px solid;
                            visibility: hidden;
                            opacity: 0;
                            padding: 5px 20px;
                            z-index: 99999999999999;
                            box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
                            padding-right: 0;
                            padding-left: 0;
                            text-align: center;
                            left: 0;
                            transform: translateX(0%);
                            .nav-link{
                                &:hover{
                                    border-color: transparent;
                                }
                            }
                        }
                        a.langu i{
                            font-size: 14px;
                            text-rendering: auto;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            font-weight: 700;
                        }
                    }
                    .nav-item.lang{
                        display: none!important;
                    }
                    .nav-item.lang-show{
                        display: block!important;
                        .nav-link.langu{
                            border-color: $mainColor;
                            &:hover{
                                border-color: $mainColor;
                            }
                        }
                    }
                }
            }
        }
        .navbar.web{
            display: block;
            position: relative;
            .navbar-brand{
            //    box-shadow: $boxShad1;
                transition: $trans;
                z-index: 2;
            //    background-color: rgba(251, 251, 251, .8);
            }
            .navbar-collapse{
            //    position: absolute;
            //    width: 100%;
            //    background-color: rgba(251, 251, 251, .8);
            //    right: 0%;
            //    height: 100px;
            //    box-shadow: $boxShad1;
                transition: $trans;
                z-index: 1;
                .navbar-nav{
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -100%;
                    margin-right: 100px;
                    transition: $trans;
                }
                .btn-navbar{
                    position: absolute;
                    right: 20px;
                    color: $whiteColor;
                    border: 1.5px solid transparent;
                    padding: 7px;
                    box-shadow: none;
                    outline: none;
                    background-color: transparent;
                    font-size: 30px;
                    transition: $trans;
                    cursor: pointer;
                }
            }
        }
        .navbar.mob{
            display: none;
        }
    }
    .header-bottom.active{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999999;    
        border-bottom: 1px solid rgba(255,255,255,0.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        transition: .5s all ease-in-out;
        background-color: rgba($whiteColor, 1);
        .navbar.web{
            .navbar-brand{
                .two{
                    display: block;
                }
                .one{
                    display: none;
                }
            }
            .navbar-collapse{
                .navbar-nav{
                    .nav-item{
                        &:hover{
                            .follow-lang{
                                top: 50px;
                                visibility: visible;
                                opacity: 1;
                            }
                        }
                        .nav-link{
                            color: $balckColor;
                            &:hover{
                                border-bottom: 1.5px solid $balckColor;
                            }
                        }
                        .active{
                            border-bottom: 1.5px solid $balckColor;
                        }
                        .follow-lang{
                            background-color: $whiteColor;
                            border-bottom: $mainColor 2px solid;
                            .nav-link{
                                &:hover{
                                    border-color: $mainColor;
                                }
                            }
                        }
                    }
                    .nav-item.lang{
                        display: none!important;
                    }
                    .nav-item.lang-show{
                        display: block!important;
                        .nav-link.langu{
                            &:hover{
                                border-color: $mainColor;
                            }
                        }
                    }
                }
                .btn-navbar{
                    color: $balckColor;
                }
            }
        }
    }
}
.sliders{
    height: 100vh;
    .carousel{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        .carousel-inner{
            width: 100%;
            height: 100%;
            .carousel-item{
                height: 100%;
                width: 100%;
                background: no-repeat center center;
                background-size: cover;
                .slider{
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    height: 100%;
                    .slider-content{
                        h2{
                            font-size: 72px;
                            line-height: 1.2;
                            font-weight: bold;
                            letter-spacing: 0px;
                            color: $balckColor;
                            margin-bottom: 15px;
                            span{
                                display: block;
                                font-size: 40px;
                                line-height: 2;
                                font-weight: bold;
                                letter-spacing: 0px;
                            }
                        }
                        .btn-slider{
                            a{
                                border-width: 2px;
                                padding: 10px 20px;
                                border-style: solid;
                                -webkit-border-radius: 3px;
                                border-radius: 3px;
                                background-color: transparent;
                                -webkit-box-shadow: inset 0 0 0 0;
                                box-shadow: inset 0 0 0 0;
                                background-image: none;
                                border-color:$balckColor;
                                color:$balckColor;
                            }
                        }
                    }
                }
            }
        }
        .carousel-control-next,.carousel-control-prev{
            background: none;
            height: auto;
            width: auto;
            position: absolute;
            top: auto;
            bottom: 40px;
            transform: translateY(-50%);
            background-color: transparent;
            color: $balckColor;
            border: 1px solid transparent;
            font-size: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            z-index: 15;
            outline: none;
            transition: all .5s linear;
            box-shadow: none;
            font-size: 1em;
            line-height: 1;
            letter-spacing: .32em;
            text-transform: uppercase;
            &:hover{
                background-color: transparent;
                color: $balckColor;
                border-color: transparent;
                box-shadow: none;
            }
        }
        .carousel-control-next{
            left: 150px;
            right: auto;
        }
        .carousel-control-prev{
            left: 60px;
        }
    }
}
.about{
    .heading{
        h3{
            line-height: 1em;
            font-size: 2.1875em;
            letter-spacing: .32em;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            color: #3d3d3d;
            span{
                color: #ec1c24;
            }
        }
    }
    .about-one{
        p{
            margin: 0 0 10px;
            font-size: 1em;
            line-height: 1.65;
            color: #747474;
            font-weight: 500;
        }
    }
    .about-two{
        h3{
            font-size: 1.875em;
            line-height: 1.1;
            font-weight: 700;
            color: #3d3d3d;
            text-transform: capitalize;
            margin-top: 0;
            margin-bottom: 1.1em;
        }
        .special{
            h6{
                margin-top: .8em;
                margin-bottom: 1.1em;
                font-size: 1.125em;
                line-height: 1.35;
                font-weight: 400;
                color: #3d3d3d;
                letter-spacing: .2em;
                text-transform: uppercase;
            }
        }
    }
    .about-three{
        box-shadow: 0 8px 25px rgba(0,0,0,.2);
    }
}
.projects{
    .heading{
        h3{
            line-height: 1em;
            font-size: 2.1875em;
            letter-spacing: .32em;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            color: #3d3d3d;
            span{
                color: #ec1c24;
            }
        }
    }
    .projects-content{
        margin: 0 -15px;
        .swiper-container_2{
            width: 100%;
            overflow: hidden;
            .swiper-slide{
                .project{
                    position: relative;
                    height: 605px;
                    overflow: hidden;
                    cursor: pointer;
                    .project-img{
                        width: 100%;
                        height: 605px;
                        transition: 10s all ease-in-out;
                    }
                    .layer{
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 100%;
                        width: 100%;
                        background-color: rgba(17, 17, 17,0.8);
                        opacity: 1;
                        transition: $trans1;
                        padding: 40px;
                        .heading{
                            position: absolute;
                            top: 40px;
                            left: 50%;
                            transform: translateX(-50%);
                            font-family: oswald,sans-serif;
                            font-weight: 400;
                            font-size: 24px;
                            line-height: 1.45;
                            letter-spacing: .07em;
                            color: #fff;
                            text-transform: uppercase;
                            transition: $trans1;
                        }
                        .special{
                            position: absolute;
                            bottom: 125px;
                            left: -40px;
                            transform: rotate(270deg);
                            font-family: oswald,sans-serif;
                            font-weight: 400;
                            font-size: 14px;
                            color: #fff;
                            letter-spacing: 10px;
                            transition: $trans1;
                        }
                    }
                    .zoom{
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%) scale(0.5);
                        height: 150px;
                        width: 150px;
                        background-color: rgba(197,164,126,.84);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 50%;
                        opacity: 0;
                        transition: $trans1;
                    }
                    &:hover{
                        .project-img{
                            transform: scale(1.3);
                        }
                        .layer{
                            opacity: 0;
                            .heading{
                                line-height: 5;
                            }
                            .special{
                                letter-spacing: 30px;
                            }
                        }
                        .zoom{
                            transform: translate(-50%, -50%) scale(1);
                            opacity: 1;
                        }
                    }
                }
            }
            .swiper-button-next_2,.swiper-button-prev_2{
                background: none;
                height: auto;
                width: auto;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background-color: transparent;
                color: $whiteColor;
                border: 1px solid transparent;
                font-size: 18px;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                z-index: 9999999999999;
                outline: none;
                transition: all .5s linear;
                box-shadow: none;
                font-size: 1em;
                line-height: 1;
                letter-spacing: .32em;
                text-transform: uppercase;
                cursor: pointer;
                &:hover{
                    background-color: transparent;
                    color: $whiteColor;
                    border-color: transparent;
                    box-shadow: none;
                }
            }
            .swiper-button-next_2{
                right: 30px;
            }
            .swiper-button-prev_2{
                left: 30px;
            }
        }
    }
}*/
.services {
    background-color: #eef1f2;
    margin: 0;
}

.services .heading h3 {
    line-height: 1em;
    font-size: 2.1875em;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #3d3d3d;
}

.services .heading h3 span {
    color: #ec1c24;
}

.services .service .layer {
    position: absolute;
    left: 10px;
    right: 0px;
    bottom: 25px;
    width: 95%;
    height: 50%;
    background-color: #ec1c24;
    opacity: 0.4;
    z-index: 0;
    display: block;
    transition: all 0.5s linear;
}

.services .service .service-overlay {
    position: relative;
}


.services .service .service-overlay .service-content {
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    z-index: 10;
}

.services .service .service-overlay .service-content img {
    width: 300px;
    height: 210px;
    margin-bottom: 20px;
}

.services .service .service-overlay .service-content h4 {
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    height: 60px;
    overflow: hidden;
}

.services .service .service-overlay .service-content p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    height: 70px;
    line-height: 23px;
    overflow: hidden;
}

.services .service .service-overlay .service-content a {
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
    color: #23252d;
    outline: 0 none;
    text-decoration: none;
    transition: all 0.5s linear;
}

.services .service .service-overlay .service-content a::after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #ec1c24;
    left: 0%;
    top: 100%;
    position: absolute;
    transition: all 0.5s linear;
}

.services .service .service-overlay .service-content a:hover {
    color: #ec1c24;
}

.services .service .service-overlay .service-content a:hover::after {
    width: 100%;
}

.services .service:hover .layer {
    height: 96%;
}

.services .service:hover .service-overlay .number::after {
    width: 40px;
}

.services .section-content a {
    background-color: #fff;
}

.services .section-content a:hover {
    background-color: #cc9f6b;
}







.services2 {
    background-color: #eef1f2;
    margin: 0;
}

.services2 .heading h3 {
    line-height: 1em;
    font-size: 2.1875em;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #3d3d3d;
}

.services2 .heading h3 span {
    color: #ec1c24;
}

.services2 .service .layer2 {
    position: absolute;
    left: 10px;
    right: 0px;
    bottom: 25px;
    width: 93%;
    height: 50%;
    background-color: #ec1c24;
    opacity: 0.5;
    z-index: 0;
    display: block;
    transition: all 0.5s linear;
}

.services2 .service .service-overlay2 {
    position: relative;
}



.services2 .service .service-overlay2 .service-content2 {
    padding: 30px 30px 30px 30px;
    background-color: #f8f8f8;
    z-index: 10;
}

.services2 .service .service-overlay2 .service-content2 img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.services2 .service .service-overlay2 .service-content2 h4 {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
    height: 50px;
    overflow: hidden;
}

.services2 .service .service-overlay2 .service-content2 p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    height: 70px;
    line-height: 23px;
    overflow: hidden;
}

.services2 .service .service-overlay2 .service-content2 a {
    display: inline-block;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    z-index: 1;
    text-transform: uppercase;
    color: #23252d;
    outline: 0 none;
    text-decoration: none;
    transition: all 0.5s linear;
}

.services2 .service .service-overlay2 .service-content2 a::after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #ec1c24;
    left: 0%;
    top: 100%;
    position: absolute;
    transition: all 0.5s linear;
}

.services2 .service .service-overlay2 .service-content2 a:hover {
    color: #ec1c24;
}

.services2 .service .service-overlay2 .service-content2 a:hover::after {
    width: 100%;
}

.services2 .service:hover .layer2 {
    height: 94%;
}



.services2 .section-content2 a {
    background-color: #fff;
}

.services2 .section-content2 a:hover {
    background-color: #cc9f6b;
}


.service-content3 {
    padding: 30px 30px 30px 30px;
    background-color: #f8f8f8;
    z-index: 10;
}

.service-content3 img {
    width: 150px;
    height: 150px;
    margin-bottom:20px;
    margin-left:20px;
    
}

.service-content3 h4 {
    font-weight: 600;
    font-size: 18px;
    color: red;
    margin-bottom: 15px;
    margin-top: 0;
    height: 50px;
    overflow: hidden;
}






.team .heading h3 {
    line-height: 1em;
    font-size: 2.1875em;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #3d3d3d;
}

.team .heading h3 span {
    color: #ec1c24;
}

.team .member {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    transform: translateY(0px);
    background-color: #fff;
    transition: all ease-in-out 1s;
}

.team .member .member-img img {
    height: 340px;
    width: 100%;
}

.team .member .member-details {
    background-color: #fff;
    padding: 20px;
}

.team .member .member-details h5 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    transition: all ease-in-out 0.5s;
}

.team .member .member-details h5:hover {
    color: #ec1c24;
}

.team .member .member-details p {
    margin-bottom: 0;
    font-size: 14px;
}

.team .member ul {
    justify-content: center;
    display: flex;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 1s;
    text-align: center;
    opacity: 0;
}

.team .member ul li {
    margin: 0 5px;
}

.team .member ul li a {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    background-color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

.team .member ul li a i {
    transition: all ease-in-out 0.5s;
    color: #000;
}

.team .member ul li a:hover {
    background-color: #000;
}

.team .member ul li a:hover i {
    color: #fff;
}

.team .member:hover {
    transform: translateY(-20px);
}

.team .member:hover ul {
    opacity: 1;
    animation: move .5s 1;
}

@keyframes move {
    0% {
        top: 40%;
    }

    50% {
        top: 90%;
    }

    100% {
        top: 40%;
    }
}

.timeline {
    background: url(../images/bg/Globe.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 90vh;
}

.timeline .overlay-timeline {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.timeline .overlay-timeline .heading h3 {
    line-height: 1em;
    font-size: 2.1875em;
    letter-spacing: .32em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.timeline .overlay-timeline .heading h3 span {
    color: #ec1c24;
}

.timeline .overlay-timeline .swiper {
    margin: 0 -15px;
    height: 450px;
}

.timeline .overlay-timeline .swiper .owl-carousel {
    padding: 0 50px;
    height: 100%;
    display: block;
}

.timeline .overlay-timeline .swiper .owl-carousel::after {
    content: '';
    padding-top: 1px;
    background-color: #ec1c24;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 200;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer {
    height: 100%;
    overflow: hidden;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    height: 100%;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    position: relative;
    height: 100%;
    padding-left: 2em;    
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    position: relative;
    height: 100%;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .two,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .two {
    position: absolute;
    bottom: 50%;
    left: 0;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .two .date,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .two .date {
    position: absolute;
    bottom: -25%;
    left: -10px;
    color: #fff;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .two .date::before,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .two .date::before {
    top: -36px;
    transform: rotate(-45deg);

}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .one,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .one {
    position: absolute;
    top: 50%;
    left: 0;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .one .date,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .one .date {
    position: absolute;
    top: -25%;
    left: 5px;
    color: #fff;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .one .date::before,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .one .date::before {
    bottom: -36px;
    transform: rotate(45deg);

}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .timeline-item,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .timeline-item {
    position: absolute;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .timeline-item h4,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .timeline-item h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 0.11em;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .timeline-item p,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .timeline-item p {
    color: #fff;
    font-size: 12.5px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .swiper-slide .timeline-item .date::before,
.timeline .overlay-timeline .swiper .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .timeline-item .date::before {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    padding: 1px;
    background-color: #ec1c24;
    z-index: 201;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-next,
.timeline .overlay-timeline .swiper .owl-carousel .owl-prev {
    height: auto;
    width: auto;
    outline: none;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0;
    border: 0;
    font-size: 60px;
    line-height: 30px;
    color: #fff;
    background: transparent;
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-next {
    left: 70px;
    /*background: url(../images/icon/6.png)no-repeat center center;
          background-size: cover;*/
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-prev {
    left: 20px;
    /*background: url(../images/icon/7.png)no-repeat center center;
          background-size: cover;*/
}

.timeline .overlay-timeline .swiper .owl-carousel .owl-dots {
    display: none;
}

/*
.footer{
    position: relative;
    .footer-top{
        background-color: rgba(169, 224, 239, 0.8);
        .foot-about{
            h5{
                font-size: 20px;
                font-weight: bold;
            }
            p{
                color: #222;
                margin: 0 0 10px;
                font-size: 1em;
                line-height: 1.65;
                font-weight: 400;
            }
        }
        .foot-contact{
            .foot-contact-title{
                font-size: 20px;
                font-weight: 700;
                color: $balckColor;
                margin-bottom: 30px;
            }
            .foot-contact-list{
                li{
                    color: #8F8CA0;
                    color: #222;
                    font-size: 14px;
                    font-weight: 500;
                    margin-bottom: 15px;
                    p{
                        margin-bottom: 0;
                    }
                }
            }
        }
        .foot-links{
            .foot-links-title{
                font-size: 20px;
                font-weight: 700;
                color: $balckColor;
                margin-bottom: 30px;
            }
            .foot-links-list{
                li{
                    height: 17px;
                    &:not(:last-child){
                        margin-bottom: 10px;
                    }
                    p{
                        margin-bottom: 0;
                    }
                    a{
                        font-size: 13px;
                        font-weight: 500;
                        color: #222;
                        transition: $trans;
                        &:hover{
                            color: #222;
                        }
                    }
                }
            }
        }
    }
    .footer-bottom{
        background-color: #17b3db;
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, .1);
        p{
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1.5px;
            color: $balckColor;
        }
    }
}*/
.footer {
    background-color: #ec1c24;
    margin: 0;
}

.footer .links {
    text-align: center;
}

.footer .links .navbar-nav {
    display: inline-block;
    border-bottom: 1px solid #fff;
    float: none;
}

.footer .links .navbar-nav .nav-item {
    display: inline-block;
    margin: 0 30px !important;
}

.footer .links .navbar-nav .nav-item a {
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase !important;
    letter-spacing: 2.2px;
    transition: all ease-in-out 0.5s;
    font-weight: 500;
}

.footer .links .navbar-nav .nav-item a:hover {
    color: #000;
}

.footer .links .navbar-nav .nav-item .active {
    color: #000;
}

.footer .copy-right {
    line-height: 59px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    letter-spacing: 1.4px;
}

.footer .copy-right a {
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    color: #000;
}

.footer .copy-right a:hover {
    color: #fff;
}

.owl-dots {
    display: none;
}

/*# sourceMappingURL=style-custome.css.map */