.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-]{
    display: none;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    display: none;
}

.collapse {
visibility: visible !important;
}
.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a{

    color: #e8092e
}

.services-page .services-one__single {
    background-color: #ebebeb !important;
}
li .current {
    color: white !important;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    display: none !important;
}



/*==============================================
    CTA One
===============================================*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--crank-black);
    padding: 100px 0 100px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .20;
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cta-one__title {
    position: relative;
    display: block;
    font-size: 68px;
    line-height: 80px;
    font-weight: 600;
    color: var(--crank-white);
}

.cta-one__title a {
    color: var(--crank-base);
}

.cta-one__title a:hover {
    color: var(--crank-white);
}

.cta-one__btn-and-video-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.cta-one__btn .thm-btn:after {
    background-color: var(--crank-white);
}

.cta-one__btn .thm-btn:hover {
    color: var(--crank-black);
}

.cta-one__video-link {
    position: relative;
    display: block;
}

.cta-one__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--crank-white);
    background-color: rgba(var(--crank-base-rgb), 1);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.cta-one__video-icon:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid rgba(35, 35, 35, .40);
    border-radius: 50%;
}

.cta-one__video-icon:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 6px solid rgba(255, 255, 255, .50);
    border-radius: 50%;
    z-index: -1;
}

.cta-one__video-icon:hover {
    background-color: var(--crank-base);
    color: var(--crank-white);
}

.cta-one__video-link .ripple,
.cta-one__video-icon .ripple:before,
.cta-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--crank-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--crank-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--crank-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--crank-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.cta-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.cta-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}








/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
}

.page-header__wrap {
    position: relative;
    display: block;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--crank-black);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.page-header__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .50;
    width: calc((100% - -300px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 282px 0 173px;
    overflow: hidden;
    z-index: 1;
}

.page-header__inner h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    color: var(--crank-white);
    text-transform: capitalize;
    margin-bottom: 22px;
}

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: inline-block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: var(--crank-white);
    text-transform: capitalize;
    font-family: var(--crank-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li span {
    position: relative;
    font-size: 12px;
    margin-left: 14px;
    margin-right: 13px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--crank-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--crank-base);
}

.page-header__img-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.page-header__img-1 img {
    width: auto;
}

.page-header__shape-2 {
    position: absolute;
    width: 359px;
    height: 359px;
    right: 94px;
    bottom: -25px;
    background-color: rgba(var(--crank-base-rgb), .15);
    border-radius: 50%;
    z-index: -1;
}

.page-header__shape-3 {
    position: absolute;
    width: 464px;
    height: 464px;
    right: 45px;
    bottom: -80px;
    background-color: rgba(var(--crank-base-rgb), .20);
    border-radius: 50%;
    z-index: -1;
}

.page-header__shape-4 {
    position: absolute;
    width: 550px;
    height: 550px;
    right: 0;
    bottom: -120px;
    border-radius: 50%;
    background-color: rgba(var(--crank-base-rgb), .20);
    z-index: -1;
}

.page-header__shape-5 {
    position: absolute;
    top: -95px;
    left: 75px;
    opacity: .50;
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.page-header__shape-5 img {
    width: auto;
}










/*--------------------------------------------------------------
  # End
  --------------------------------------------------------------*/

  .main-slider__img {

    right: 20px !important;
  }

  .site-footer-two__shape-1{

    background: #6b6b6b !important;
    background-color: rgb(94, 94, 94) !important;
    
}
.site-footer__wrap {
    background-color: #0a0a0a !important;
}

.cosa {

    background: #6b6b6b !important;
    background-color: rgb(94, 94, 94) !important;

}

.site-footer-two__shape-2 {

    background: #b30b27;
    background-color: #8f0018;

}

.footer-widget__page-link-list li a span{
    color:#aa001c;
}

.thm-btn {
    background-color: #F5002C;
}

.site-footer__copyright-text a {
    color: #FF9999;
}

.cta-one__title a {

    color: #F5002C;
}

.section-title-two__tagline {

    color: #830016;
}
.section-title-two__tagline-shape-1{

    background-color: #F5002C;
}

.services-three__read-more a span{
    color: #F5002C;
}

.about-one__img-shape-1 {
    background-color: #F5002C;
}

.main-slider__title span {
    color: #F5002C;

}

.main-slider__btn-box .thm-btn {
    border: 1px solid #F5002C;
}

.section-title__tagline {
    color: #830016;
}

.gallery-two .section-title__tagline {
    color: #FF6B84;
}

.about-one__points li .icon span {
    color: #F5002C;
}
.main-menu .mobile-nav__toggler {
    color: #F5002C;
}
.mobile-nav__contact li>i{
    background-color: #F5002C;
}

.scroll-to-top__wrapper {
    background-color: #000000;
}

.scroll-to-top__inner {
    background-color: #F5002C;
}

.scroll-to-top__text {
    color: #F5002C;
}

.main-slider .item {

    background-color: #0a0a0a;
}

.page-header__shape-2{
    background-color: rgba(147, 82, 93, .15);
    
}

.page-header__wrap {

    background-color: #0a0a0a;

}

.blog-one__read-more a span {
    color: #F5002C;
}