body {
    margin: 0;
    padding: 0;
    font-size: 18px;
     font-family: "Roboto", sans-serif;
    color: #242424;
    font-weight: 400;
    line-height: 24px;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}



a {
    color: #32463B;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #32463B;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    margin-bottom: 12px;
     font-family: 'Roboto Condensed';
}

h1,
.h1 {
    font-size: 60px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 50px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}


button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1320px;
}

.container.smalls {
    max-width: 1080px
}
.text_italic{
    font-style: italic
}
.pt-40{
    padding-top: 40px
}

.relative{
    position: relative;
    z-index: 1;
}
.text_white{
    color: #fff
}
.cta-btn{
   display: inline-flex;
    background: #AF272A;
    color: #fff;;
    border-radius: 10px;
    padding: 16px 40px
}
.cta-btn:hover{
    color: rgba(255, 255, 255, 0.8)
}
/*Write CSS From Here*/
.header-top{
    background: #AF272A;
    padding: 15px 0
}
.hero-area{
    position:relative;
    z-index: 1;
}
.hero-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
        filter: grayscale(1);
}
.hero-logo{
    display: inline-block;
    margin-bottom: 50px
}
.hero-logo img{
    margin: 0 auto;
    width: 265px
}
.hero-text .h2{
    font-weight: 900
}
.hero-video-box{
    position: relative;
    border-radius: 10px;
    margin-top: 50px
}
.hero-video-box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(16,31,55,0.9) 0%, rgba(16,31,55,0) 80%);
    border-radius: 10px;
}
.hero-video-image{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.hero-video-shape {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
}
.hero-video-inner{
    position: absolute;
    bottom: 0;
    padding: 50px;
    left: 0;
    width: 100%
}
.hero-video-action a{
    position: relative;
    overflow: hidden;
}
.hero-video-action img{
    width: 80px;
    height: 80px;
    border-radius: 50%
}
.hero-video-text{
    width: 50%;
    color: rgba(255, 255, 255, 0.68);
}
.hero-video-text .h3{
    color: #fff
}
.icon-teaser{
    background: #fff;
    height: calc(100% - 30px);
    padding: 30px;
    border: 1px solid rgba(112, 112, 112, 0.45);
    margin-top: 30px;
    font-weight: 300;
    font-size: 16px;
    border-radius: 10px;
    display: block;
    transition: 0.3s all;
}
.icon-teaser:hover {
    transform: translateY(-7px);
    box-shadow: 4px 3px 4px 0px #00000030;
}
.icon-teaser img{
    margin: 0 auto;
    width: 140px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 30px;
    
}
.icon-teaser .title{
    font-size: 20px;
    font-weight: 700
}
.call-to-action{
    position: relative;
    padding: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: #07091D;
    z-index: 1;
    color: rgba(255, 255, 255, 0.7)
}
.call-to-action-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1
}
.faqs_accordion {
    border: none
}

.faqs_accordion .accordion-item {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.26)
}

.faqs_accordion .accordion-button {
    border: none;
    border-radius: 0;
    padding: 24px 20px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #242424
}

.faqs_accordion .accordion-button::after {
display: none
}
.faqs_accordion .accordion-button::before {
    position: absolute;
    content: "";
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #242424;
    border-right: 2px solid #242424;
    transform: rotate(45deg);
    opacity: 0.7;
    transition: all 0.4s
}
.faqs_accordion .accordion-button:not(.collapsed)::before {
    transform: rotate(-136deg);
}
.faqs_accordion .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D60305'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-body {
    padding: 0px 0px 30px 30px;
    font-weight: 300;
    line-height: 30px;
    background: linear-gradient(0deg,rgba(16,31,55,0.05) 0%, rgba(16,31,55,0) 80%);
}

.faq_bg_alt{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 30%;
    top: 30%;
    z-index: -1;
    object-fit: cover
}

.footer-area{
    background: #07091D;
    padding-top: 100px;
    position: relative;
    overflow: hidden
}
.footer-area .container{
    position: relative;
    z-index: 9
}
.footer-shape-left {
    position: absolute;
    right: 90%;
    top: 10%;
    width: 600px;
}
.footer-shape-right{
     position: absolute;
    left: 90%;
    top: 10%;
    width: 600px;
    z-index: -1;
}
.footer-logo{
    display: inline-block;
    margin-bottom: 30px
}
.footer-logo img{
    width: 265px
}

.footer-info{
    display: flex;
    justify-content: space-between
}
.footer-info-text .text{
    color: #fff;
    display: block;
    margin-bottom: 5px
}
.footer-info-text .link{
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300
}
.footer-info-text .link:hover{
    color: #AF272A
}
.footer-top-right .h3{
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px
}
.footer-top{
    padding-bottom: 50px;
    position: relative;
}
.footer-top::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
    left: 0;
    bottom: 0
}
.footer-end{
    padding: 25px 0
}
.footer-end ul{
    padding: 0;
    margin: 0;
    list-style: none
}
.footer-end ul li{
    display: inline-block;;
    margin-right: 20px;
}
.footer-end ul li:last-child{
   margin-right: 0px;
}
.footer-end .copyright{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    font-weight: 300
}
.footer-end .copyright a{
     color: rgba(255, 255, 255, 0.75);
}
.footer-end .copyright a:hover{
     color: #AF272A;
}
footer ul li a{
     color: rgba(255, 255, 255, 0.75);;
    font-size: 16px;
    font-weight: 300
}
.cta-btn:hover{
    background: #741d1f;
    color: #fff;
}
footer ul li a:hover{
    color: #AF272A;
    text-decoration: underline;
}
/*REsponsive*/
@media(max-width:1400px) {}

@media(max-width:991px) {
    br{
        display: none
    }
     .faqs_accordion{
        padding: 0 30px
    }
     .footer-logo {
        margin-bottom: 0
    }
    .footer-logo img {
    width: 180px;
}
    .footer-top-left{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px
    }
    .footer-info-text{
        margin-left: 30px
    }
    .footer-info-text .link{
        font-size: 16px
    }
    .footer-top-right{
        text-align: center
    }
    .footer-top-right .cta-btn{
        font-size: 15px;
        padding: 12px 30px
    }
    .footer-end .copyright, .footer-menu-link{
        font-size: 14px
    }
    .hero-video-inner{
        padding: 20px
    }
    .hero-video-box{
        height: 480px
    }
    .section, section {
    padding: 50px 0;
}
.footer-top-right .h3 {
    font-size: 20px;
}
.accordion-body{
 padding: 15px;
}
.faqs_accordion{
    padding: 0;
}
h2, .h2 {
    font-size: 36px;
    line-height: 115%;
}
h3, .h3 {
    font-size: 32px;
    line-height: 115%;
}
.hero-video-box {
    height: 370px;
}
.icon-teaser img {
    width: 166px;
    height: 59px;
}
.footer-area{
    padding-top: 50px;
}
.container{
    padding: 0 20px;
}
}

@media(max-width:767px) {
   
    br{
        display: none
    }
    .hero-logo img{
        width: 200px;
    }
    .hero-logo{
        margin-bottom: 20px
    }
    .hero-text .h2{
        font-size: 40px
    }
    .hero-video-box{
        margin-top: 30px;
        height: 320px
    }
    .hero-video-inner{
        display: block!important;
        text-align: center;
        
    }
    .hero-video-text{
        width: 100%;
        margin-top: 20px
    }
    .hero-video-action img{
        margin: 0 auto;
        
    }
    .hero-video-text .h3{
        font-size: 30px;
    }
    .hero-video-text{
        font-weight: 300;
        font-size: 16px
    }
    .hero-video-shape{
        height: 65%
    }
    .icon-teaser{
        padding: 20px
    }
    .call-to-action{
        padding: 50px 30px;
        font-size: 16px
    }
    .call-to-action .heading{
        font-size: 32px
    }
    .content-text.style1 .heading{
        font-size: 32px;
    }
    .faqs_accordion{
        margin-top: 30px!important;
        padding: 0 50px
    }
    .accordion-body{
        font-size: 16px
    }
    .faqs_accordion .accordion-button{
        font-size: 18px
    }
   
      .hero-video-action img {
    width: 60px;
    height: 60px;
}
    
    .hero-video-inner{
        padding: 30px 20px
    }
    .footer-area {
    padding-top: 30px;
}
.faqs_accordion .accordion-button {
    font-size: 16px;
    padding: 22px 0;
    padding-right: 30px;
}
.faqs_accordion .accordion-button::before{
    right: 0;
}
.accordion-body{
    padding: 0;
}
    
    
}

@media(max-width:575px) {
    
    .call-to-action{
        padding: 30px 20px
    }
    .faqs_accordion{
        padding: 0 
    }
    
    .footer-top-left{
        display: block;
        text-align: center
    }
    .footer-logo {
        display: inline-block;
        margin-bottom: 30px
    }
    .footer-logo img{
        margin: 0 auto
    }
    
    .footer-info-text{
        text-align: left;
        margin-left: 0
    }
    .footer-end{
        display: block!important;
        text-align: center
    }
    .footer-end ul{
        margin-top: 10px
    }
    .hero-video-box{
        height: 300px
    }
    .hero-video-image{
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}
