
.header-area .header-top {
    padding: 13px 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-top {
        /* padding: 13px 80px */
        padding: 5px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-top {
        /* padding: 13px 15px */
        padding: 5px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top {
        padding: 13px 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top {
        padding: 13px 20px
    }
}

@media (max-width: 575px) {
    .header-area .header-top {
        padding: 13px 20px
    }
}

.header-area .header-bottom {
    padding: 0px 100px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-bottom {
        padding: 0px 80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-bottom {
        padding: 0px 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 10px 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 10px 20px
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 10px 20px
    }
}

.header-area {
    background: rgb(255, 255, 255)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

@media (max-width: 575px) {
    .header-area {
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
    }
}

.header-area .header-top {
    border-bottom: 1px solid #3e4160
}

.header-area .header-top .header-info-left ul li {
    color: #283e64;
    display: inline-block;
    margin-right: 45px;
    font-family: "Barlow", sans-serif;
    font-size: 16px
}

.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0px
}

.header-area .header-top .header-info-left ul li i {
    margin-right: 8px
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: #283e64;
    font-size: 16px;
    padding-left: 25px
}

.header-area .header-top .header-info-right .header-social li a:hover {
    color: #c11920
}

.main-header {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header .main-menu {
        margin-right: 30px
    }
}

.main-header .main-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1
}

.main-header .main-menu ul li a {
    color: #283e64;
    font-weight: 500;
    /* padding: 39px 19px; */
    padding: 25px 14px;
    display: block;
    font-size: 16px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-header .main-menu ul li a {
        /* padding: 39px 14px */
        padding: 20px 14px;
    }
}

#navigation li a.active {
    color: #c11920;
    font-weight: 700;
    letter-spacing: 1.5;
}

.main-header .main-menu ul li:hover>a {
    color: #c11920;
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 90%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    border-top: 5px solid #c11920;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.main-header .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 14px;
    color: #0b1c39
}

.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #c11920;
    background: none
}

.main-header .logo .small-logo {
    display: none
}

@media (max-width: 575px) {
    .main-header .logo .small-logo {
        display: unset
    }
}

@media (max-width: 575px) {
    .main-header .logo .big-logo {
        display: none
    }
}

.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-transparent {
    /* position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* above slider */
    background: transparent;
    /* no background */
}

.header-area .header-top .header-info-right .header-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-area .header-top .header-info-right .header-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.header-sticky.sticky-bar.sticky {
    background: #ffffff;
}

.header-sticky ul li a {
    padding: 10px 19px;
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
    padding: 26px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-sticky.sticky-bar.sticky .main-menu ul>li>a {
        padding: 39px 14px;
    }
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #c11920 !important;
}

.slicknav_nav {
    margin-top: 0px;
}

.header-area .slicknav_btn {
    top: -45px;
}

.slicknav_menu .slicknav_nav a:hover {
    background: transparent;
    color: #c11920
}

.slicknav_menu {
    background: transparent;
    margin-top: 4px !important
}

.mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 99
}

.slider-height {
    /* min-height: 900px; */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 620px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 600px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        min-height: 600px
    }
}

@media (max-width: 575px) {
    .slider-height {
        min-height: 400px
    }
}

.slider-height2 {
    min-height: 590px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        min-height: 500px
    }
}

@media (max-width: 575px) {
    .slider-height2 {
        min-height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        min-height: 350px
    }
}

.btn1 {
    padding: 25px 0px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn1 {
        padding: 25px 0
    }
}

.slider-area {
    /* margin-top: -1px */
    padding-top: 0;
}

.slider-area .hero__caption {
    margin-left: 27px;
    /* padding-top: 150px; */
    padding-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption {
        /* padding-top: 70px */
        padding-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption {
        /* padding-top: 70px */
        padding-top: 0px;
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption {
        /* padding-top: 70px */
        padding-top: 0px;
    }
}

.slider-area .hero__caption h1 {
    font-size: 140px;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #c11920;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 4px #ffffffb8;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption h1 {
        font-size: 125px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption h1 {
        font-size: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption h1 {
        font-size: 72px
    }
}

@media only screen and (min-width: 381px) and (max-width: 575px) {
    .slider-area .hero__caption h1 {
        font-size: 35px
    }
}

@media (max-width: 380px) {
    .slider-area .hero__caption h1 {
        font-size: 42px
    }
}

.slider-area .hero__caption .stock-text {
    position: relative;
    left: 119px;
    top: -38px
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption .stock-text {
        top: -29px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .stock-text {
        top: -19px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .stock-text {
        top: -12px;
        left: 40px
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption .stock-text {
        top: -12px;
        left: 40px;
        top: 0;
        left: 0
    }
}

.slider-area .hero__caption .stock-text h2 {
    font-size: 110px;
    font-weight: 800;
    margin: 0;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 52px
    }
}

@media only screen and (min-width: 381px) and (max-width: 575px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 35px;
        /* margin-bottom: 25px; */
    }
}

@media (max-width: 380px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 27px;
        /* margin-bottom: 25px; */
    }
}

.slider-area .hero__caption .stock-text h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent
}

.slider-area .hero__caption .stock-text h2:nth-child(2) {
    color: #c11920;
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 69%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

.slider-area .hero__caption .hero-text1 span,
.slider-area .hero__caption .hero-text1 a,
.slider-area .hero__caption .hero-text2 span,
.slider-area .hero__caption .hero-text2 a {
    position: relative;
    color: #fff;
    font-size: 25px;
    /* text-transform: uppercase; */
    font-family: "Teko", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block
}

.slider-area .hero__caption .hero-text1 span::before,
.slider-area .hero__caption .hero-text1 a::before,
.slider-area .hero__caption .hero-text2 span::before,
.slider-area .hero__caption .hero-text2 a::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #c11920
}

@media (max-width: 575px) {

    .slider-area .hero__caption .hero-text1 span,
    .slider-area .hero__caption .hero-text1 a,
    .slider-area .hero__caption .hero-text2 span,
    .slider-area .hero__caption .hero-text2 a {
        margin-bottom: 10px;
        font-size: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 56px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 50px
    }
}

@media (max-width: 575px) {
    .slider-area .hero__caption .hero-text2 {
        margin-top: 50px
    }
}

.hero-overly {
    position: relative;
    z-index: 1
}

.hero-overly::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat
}

.slider-area .hero-cap h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-cap h2 {
        font-size: 50px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-cap h2 {
        font-size: 50px
    }
}

.slider-area .hero-cap nav {
    margin: 7px 0;
    padding-left: 95px;
    position: relative
}

.slider-area .hero-cap nav::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    background: #ffffff;
    left: 0;
    top: 52%;
    transform: translateY(-50%)
}

.slider-area .hero-cap .breadcrumb {
    background: none;
    padding: 0;
    margin: 0
}

.slider-area .hero-cap .breadcrumb a {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase
}

.slider-area .hero-cap .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff
}

@media (max-width: 575px) {
    .slider-area .hero-cap.hero-cap2 {
        padding-top: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-cap.hero-cap2 {
        padding-top: 50px
    }
}

.slider-area .hero-cap.hero-cap2 h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-cap.hero-cap2 h2 {
        font-size: 37px
    }
}