@import "bootstrap.min.css";
@import "slick-theme.css";
@import "slick.css";
@import "fontawesome.css";
@font-face {
    font-family: 'AvantGarde-Bold';
    src: url('../webfonts/AvantGarde-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/AvantGarde-Bold.otf') format('opentype'), url('../webfonts/AvantGarde-Bold.woff') format('woff'), url('../webfonts/AvantGarde-Bold.ttf') format('truetype'), url('../webfonts/AvantGarde-Bold.svg#AvantGarde-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeLT-Book';
    src: url('../webfonts/AvantGardeLT-Book.eot?#iefix') format('embedded-opentype'), url('../webfonts/AvantGardeLT-Book.woff') format('woff'), url('../webfonts/AvantGardeLT-Book.ttf') format('truetype'), url('../webfonts/AvantGardeLT-Book.svg#AvantGardeLT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'AvantGardeLT-Book';
    color: #131E3B;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

h1,
h2,
h3,
h4 {
    font-family: 'AvantGarde-Bold';
}

h1,
h2,
h3,
h4,
p {
    margin-bottom: 24px;
}

h1 {
    font-size: 90px;
}

h2 {
    font-size: 70px;
    line-height: 90px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 36px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

hr {
    border-top: 1px solid #d2d5d6;
    margin: 48px 0;
}


/* Button css */

.btn {
    min-width: 294px;
    height: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: 'AvantGarde-Bold';
    letter-spacing: 0.02em;
    line-height: 32px;
    text-align: left;
    border-radius: 0;
}

.btn:focus {
    box-shadow: none;
}

.cta-primary-arrow {
    background-color: #B71B35;
    font-size: 16px;
    border: none;
}

.cta-primary:hover,
.cta-primary-arrow:hover {
    background-color: #a0172d;
}

.cta-white-arrow {
    background-color: #fff;
    font-size: 16px;
    border: none;
}

.cta-primary-arrow .text-cta {
    flex: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.cta-primary-arrow .text-cta i {
    transition: all 0.3s;
}

.cta-primary-arrow:hover .arrow {
    background-color: #f9f9f9;
}

.cta-primary-arrow:hover .arrow i {
    transform: translateX(5px);
}

.cta-white-arrow .text-cta {
    flex: 1;
    color: #131E3B;
    text-align: center;
    text-decoration: none;
}

.cta-primary-arrow .arrow {
    width: 74px;
    height: 76px;
    background: #fff9fa;
    color: #B71B35;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.cta-white-arrow .arrow {
    width: 74px;
    height: 76px;
    background: #B71B35;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}


/* HEADER CSS */

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 30;
}

#header.sticky {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    right: 0;
}

#header .navbar-nav .nav-link {
    font-family: 'AvantGarde-Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    padding: 0;
}

#header .navbar-nav .nav-link:hover {
    color: #fff;
}

#header .navbar-nav .nav-item {
    margin: 0 40px;
    padding: 55px 6px;
    position: relative;
}

#header .navbar-nav .nav-item.btn--link {
    padding: 0;
}

#header .navbar-nav .nav-item:hover .nav-link:before,
#header .navbar-nav .nav-item.active .nav-link:before {
    width: 100%;
    height: 5px;
    background: #b71b35;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

#header .navbar-nav {
    align-items: center;
}

#header .cta-primary-arrow .arrow {
    background-color: #fff;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

#header .dropdown-menu {
    top: 80px;
    left: 6px;
    border-radius: 0;
    padding: 0;
    background-color: #a0172d;
    color: #fff;
}

#header .dropdown-menu .dropdown-item {
    color: #fff;
    background-color: #a0172d;
    font-size: 14px;
}

#header .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #a0172d;
}

#header .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 150px 0;
    position: relative;
}

.hero-slide:after {
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-text {
    max-width: 812px;
    position: relative;
    z-index: 1;
}

.hero-text h1 {
    color: #fff;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 21px;
    line-height: 33px;
    color: #fff;
    margin-bottom: 20px;
}

.overlay {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}


/* WHO WE ARE  */

.who-we-are {
    padding: 150px 0;
    position: relative;
}

.who-we-are:after {
    background-image: url(../images/grid1.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: '';
    background-position: bottom right;
}

.card--img {
    padding-bottom: 80px;
    border-bottom: 1px solid #B2B2B2;
    margin-right: 10%;
    position: relative;
}

.card--img img {
    position: relative;
    z-index: 1;
}

.card--img:after {
    width: 68px;
    height: 39%;
    background-color: #B71B35;
    content: '';
    left: -68px;
    position: absolute;
    top: 0;
}

.heading2,
.heading1 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.heading1:after {
    width: 120px;
    height: 4px;
    background-color: #b71b35;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.heading2 {
    display: inline-block;
    padding-right: 160px;
    padding-bottom: 0;
}

.heading2:after {
    width: 120px;
    height: 4px;
    background-color: #b71b35;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.who-we-are .content-text {
    padding: 0 10%;
}

.content-text p:last-of-type {
    margin-bottom: 0;
}

.carousel-holder {
    display: flex;
}

.product-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: #BCBBB7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 5;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    background: #BCBBB7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    z-index: 5;
}

.product-slider img {
    width: 100%;
}

.slick-arrow.arrow-next {
    background-color: #B71B35;
}

.product-slider .slick-arrow.arrow-prev {
    margin-right: 50px;
}

.our-products .product-header .heading2 {
    margin-bottom: 0;
}

.our-products .product-header {
    padding-right: 100px;
    margin-bottom: 54px;
}

.our-products {
    padding: 46px 0 85px;
}

.product-slider .product-item {
    position: relative;
}

.product-slider .cta-white-arrow {
    min-width: 342px;
    position: absolute;
    z-index: 5;
    bottom: 100px;
}

.img-product {
    height: 100%;
}


/* .product-slider .slick-slide {
    margin: 0 30px;
}

.product-slider .slick-track {
    margin: 0 -30px;
} */

.hero-main {
    height: 100vh;
}

.carousel-indicators {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    display: inline-flex;
    flex-direction: column;
    bottom: auto;
    right: 130px;
    left: initial;
    transform: translate(0, -50%);
    width: auto;
    position: absolute;
    margin: 0;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 5px 0;
    cursor: pointer;
    opacity: 0.4;
}

.carousel-indicators li.active {
    opacity: 0.85;
}


/* .hero-slider.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    outline: none;
    padding: 0;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.7);
} */


/* .hero-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.hero-slider .slick-dots {
    top: 50%;
    display: inline-flex;
    flex-direction: column;
    bottom: auto;
    right: 125px;
    left: initial;
    transform: translate(0, -50%);
    width: auto;
    position: absolute;
}

.hero-slider .slick-dots li button {
    padding: 0;
}

.hero-slider .slick-dots li button:before,
.hero-slider .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 10px;
} */

.hero-slider .slick-slide {
    outline: none;
    border: none;
}

.card-services .img-services img {
    width: 100%
}

.card-services .img-services {
    margin-bottom: 30px;
}

.card-services .card--body {
    min-height: 420px;
    background: #f2f3f3;
    padding: 170px 50px 30px 40px;
}

.card-services .card--body p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 32px;
    text-align: left;
    color: #131e3b;
}

.card-services h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.card-services h3:after {
    width: 50px;
    height: 4px;
    background-color: #B71B35;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-right-slider {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.service-content {
    background-color: #1A1A1A;
    color: #fff;
    padding: 80px;
    height: calc(100% - 38%);
    position: relative;
    z-index: 5;
}

.outer-content {
    margin: 0px;
    max-width: 50%;
    width: 100%;
    position: absolute;
    right: 0;
    display: flex;
    bottom: 0;
    top: 0;
}

.outer-content .col {
    padding-right: 5px;
}

.services-wrapper {
    position: relative;
}

.services-wrapper:after {
    width: 120px;
    height: 70px;
    background-color: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    right: 5px;
}

.services-wrapper .img-box {
    height: 38%;
    overflow: hidden;
}

.services-wrapper .img-box img {
    height: 100%;
    object-fit: cover;
}

.slider-services .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 5px;
}

.slider-services .slick-arrow.arrow-prev {
    margin-right: 50px;
}

.services-wrapper img {
    width: 100%;
}

.our-services {
    padding: 85px 0 150px;
    position: relative;
    background-image: url(../images/grid-services.png);
    background-repeat: no-repeat;
    content: '';
    background-position: top right;
}


/* Clients Review Start */

.clients-review {
    position: relative;
    padding: 146px 0 0;
}

.clients-review:after {
    background-color: #B71B35;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: calc(100% - 217px);
}

.testimonial-clients {
    position: relative;
    z-index: 2;
}

.heading3 {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.heading3:after {
    width: 120px;
    height: 4px;
    background-color: #b71b35;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.clients-review {
    position: relative;
    z-index: 2;
}

.clients-review .heading3 {
    color: #fff;
    margin-bottom: 100px;
}

.clients-review .heading3:after {
    background-color: #fff;
}

.testimonial-slider .slick-list {
    align-items: initial;
    padding-bottom: 135px;
}

.testimonial-slider .media-body {
    padding-left: 100px;
}

.testimonial-slider .content-review {
    background-color: #fff;
    padding: 73px 80px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 70px;
}

.testimonial-slider .content-review p {
    margin-bottom: 80px;
}

.testimonial-slider .content-review h4 {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #b71b35;
    margin-bottom: 0;
}

.testimonial-slider {
    background-image: url(../images/testimonial.png);
    background-repeat: no-repeat;
    background-position: 40px 13px;
    position: relative;
    max-width: 75%;
    margin: 0 auto;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    bottom: 115px;
}

.testimonial-slider .slick-arrow.arrow-prev {
    margin-left: -50px;
}


/*  */

.lets-get-started {
    padding: 100px 0;
    background-image: url(../images/grid-projet.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.started-card {
    padding: 122px 100px;
    background-color: #1D1D1D;
    background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.content-started .caption h2 {
    color: #fff;
}

.address p a,
.address p,
.content-started .caption p {
    margin-bottom: 0;
    color: #fff;
}

.content-started {
    max-width: 597px
}

.address h4 {
    color: #B71B35;
    margin-bottom: 10px;
    font-size: 24px;
}

.caption h2 {
    margin-bottom: 40px;
}

.content-started .address {
    margin-top: 40px;
}

.form-card {
    max-width: 572px;
    border-radius: 5px;
    background: #fff;
    margin-left: auto;
    position: relative;
}

.form-card:after {
    content: '';
    width: 202px;
    height: 195px;
    background-color: #B71B35;
    position: absolute;
    bottom: -70px;
    left: -70px;
}

.form-main {
    border-radius: 5px;
    background: #fff;
    margin-left: auto;
    padding: 50px;
    position: relative;
    z-index: 5;
}

.form-control {
    height: 57px;
    border-radius: 5px;
    background: #f9f8f8;
    border: 1px solid #bcbcbc;
}

.form-control::placeholder {
    color: #b1aaaa;
}

textarea.form-control {
    height: 116px;
    resize: initial;
}

.cta-primary {
    height: 57px;
    border-radius: 5px;
    background: #b71b35;
    font-family: 'AvantGarde-Bold';
    font-size: 16px;
    color: #fff;
}

.form-card .form-group {
    margin-bottom: 20px;
}

footer {
    background-color: #1A1A1A;
    padding: 80px 0;
}

footer p,
.footer-card {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.footer-card .top-footer {
    margin-bottom: 38px;
}

.footer-card .brand-logo {
    display: inline-block;
    margin-bottom: 50px;
}

footer h4 {
    font-family: 'AvantGarde-Bold';
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.quick-links li {
    margin-top: 20px;
}

.quick-links li a {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.quick-links li a:hover {
    color: #b71b35;
}

.quick-links li a:hover {
    text-decoration: none;
}


/* ANIMATED MOUSE */

.mouse_scroll {
    position: absolute;
    left: 50%;
    transform: translate(0, -50%);
    bottom: 30px;
    z-index: 1;
}

.mouse {
    height: 36px;
    width: 20px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    display: block;
}

.wheel {
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 8px;
    width: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.slick-slide {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.slick-active {
    opacity: 1!important;
    transition: opacity 0.5s ease-in;
}

.slick-cloned {
    opacity: 0.3;
}

.c-box {
    max-width: 600px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}