html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* font-family: "Montserrat", Verdana, Arial, sans-serif; */
}

h1, h2, h3, h4, h5{
    font-family: futura-pt-bold, sans-serif;
}

h6, p{
    font-family: ibm-plex-sans, sans-serif;
}

.container{
    @media (max-width: 576px){
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
}

/***** Navigation *****/
.top-nav{
  background-color: red;
  background-image: url(images/exertis-chevron-header.jpg);
  background-position: top;
  padding: 1rem 0!important;
}

.bottom-nav{
    padding: 1rem 0!important;
    a{
        font-weight: bold;
    }
    img{
        width: 170px;
    }
    li:last-child a{
        margin-top: 2px;
        color: #f52f2f;
        width: 120px;
        border: 2px solid #ff0000;
        border-radius: 2px;
        text-align: center;
        line-height: 10px;
        padding: 10px;
        transition: ease-in-out 0.3s all;
    }
    li:last-child a:hover{
        background: #ff0000;
        color: white;
    }
}

.navbar-toggler{
    border: none!important;
}

.navbar-toggler:focus{
    box-shadow: none!important;
}

/***** homepage banner *****/
.banner{
    height: 700px;
    color: white;     
    @media (max-width: 576px){
        .text1, .text2{
            font-size: 30px;
        }
        .text1{
            padding-top: 10px;
            padding-bottom: 5px;
        }
        .text2{
            width: 100%;
        }
    }
}

.banner::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: url(images/ztorm_hero_landing-scaled.jpg);
    filter:brightness(60%);
    background-repeat: no-repeat;
    background-size: cover;  
    @media (max-width: 576px){
        background-position: center;
    } 
}

.clearfix{
    clear: both;
}

.content{
    animation: slideInLeft 1.2s;
    animation-delay: 1s;
}

.scroll{
    margin-top: 50px;
    animation: fadeIn 5s;
    animation-delay: 1s;
}

.text1{    
    font-family: futura-pt-bold, sans-serif;
    background-color: #f52f2f;
    font-size: 42px;
    margin: -1px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    display: inline-block;
    line-height: initial;
}

.text2{
    font-family: futura-pt-bold, sans-serif;
    font-size: 40px;
    width: 800px;
    line-height: initial;
}

.text3{
    font-family: futura-pt-bold, sans-serif;
    background-color: #f52f2f;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -1px;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    line-height: initial;
}

.scrolldown-svg{
    background-image: url(images/Icon-scroll-down.svg);
    width: 72px;
    height: 72px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px auto 0 0;
    animation: 5s linear 2s infinite bounce;
}

/***** hub-gateway *****/
.hub-gateway{
    padding: 100px 0;
    h2{
        font-size: 36px;
    }
    p{
        line-height: initial;        
    }
    img{
        width: 100%;
    }
    @media (max-width: 768px){
        img{
            max-width: 255px;
            margin: 0 auto;
            display: block;
        }
    }
}

/***** hub-slider-main *****/
.hub-slider-main{
    margin-bottom: 100px;
    h4{
        font-size: 26px;
        @media (max-width: 768px){
            margin-bottom: 2.5rem;
        }
        @media (max-width: 576px){
            margin-bottom: 2.5rem;
        }
    }
    p.a{
        font-weight: bold;
        margin-top: 1rem;
    }    
}

.carousel-control-prev-icon{
    background-image: url(images/arrow-left.png)!important;
    position: absolute;
    top: -40px;
    right: -790px;
    width: 110px!important;
    height: 30px!important;
    display: block!important;
    @media (max-width: 1400px){
        right: -665px;
    }
    @media (max-width: 1200px){
        right: -540px;
    }
    @media (max-width: 992px){
        right: -470px;
    }
    @media (max-width: 768px){
        right: -320px;
    }
    @media (max-width: 576px){
        right: -180px;
    }
}

.carousel-control-next-icon{
    background-image: url(images/arrow-right.png)!important;
    position: absolute;
    top: -40px;
    right: 0;
    width: 110px!important;
    height: 30px!important;
    display: block!important;
}

.carousel-item{
  transition: transform 2s ease, opacity 6s ease !important;
}


/***** HInterLnkMain *****/
.HInterLnkMain{
    background: #f0f0f5;
    padding: 100px 0;
    h4{
        font-size: 26px;
        font-weight: bold;
    }
}

.title-section h2{
    font-size: 38px;
    line-height: initial;
    margin-bottom: 20px;
}

.link-img{
    margin: 100px 0;
    img{
        width: 100%;
    }
}

.reasons img{
    width: 50px;
    float: left;
    margin-right: 10px;
}

.reasons h6{
    margin-top: .5rem;
}

.reasons > div > div > div{
    height: 70px;
}

/***** HInterLnkRed *****/
.HInterLnkRed{
    position: relative;
    background-color: #f52f2f;
    padding: 75px 0;
    img{
        width: 150px;   
        display: block;
    }
    p{
        color: white;
        line-height: initial;
    }
    p.a{
        font-size: 45px;
        margin: 0 0 10px;
        font-weight: bold;
        padding: 15px 0 10px;
        border-top: 5px solid white;
    }
    p.b{
        font-size: 17px;
        margin: 0;
        min-height: 60px;
    }
    @media (max-width: 576px){
        .col-lg-4{
            width: 330px;
            margin: 0 auto;
        }
        img{
            width: 117px;
        }
        p.a{
            font-size: 35px;
        }
        p.b{
            font-size: 15px;
        }
    }
}

.HInterLnkRed::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    bottom: -15px;
    height: 50px;
    background: #f52f2f;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

/***** Hsectiontwo *****/
.Hsectiontwo{
    padding: 100px 0;
    .content{
        margin-bottom: 150px;
    }
    h2{
        font-size: 36px;
        line-height: initial;
        margin-bottom: 20px;
    }
    h4{
        font-size: 26px;
        font-weight: bold;
        line-height: initial;
        margin-bottom: 25px;
        @media (max-width: 576px){
        padding-left: 1.5rem;
        }
    }
    li img{
        width: 50px;
        float: left;
        clear: both;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    p{
        padding: 0px 10px 5px;
    }
    li:last-child p{
        padding-top: 8px;
    }

    @media (max-width: 768px){
        .publisher > .inside{
            margin-bottom: 200px;
        }          
    }
    @media (max-width: 576px){
        .publisher{
        margin-bottom: 200px;
        }      
        .publisher > .inside{
            margin-bottom: 30px;
        }  
    }
}

.inside{
    padding: 140px 40px 50px 40px;
    background: #f0f0f5;
    border-radius: 10px;
    position: relative;
    @media (max-width: 576px){
        padding: 140px 0 50px 0;
    }
    a{
        display: block;
    }
}

.inside > img{
    max-width: 100%;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
}

.col > img{
    @media (max-width: 768px){
        margin-top: 100px;
    }
}

ul{
    list-style: none;
    padding-left: 0!important;
    @media (max-width: 576px){
        padding-left: 1.5rem!important;
    }
}

.redcta{
    margin: 15px 0;
    background-color: #e22927;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 40px;
    line-height: initial;
    border: 0;
    border-radius: 3px;
    min-width: 150px;
    transition: ease-in-out .3s background-color;
}
.redcta:hover{
    background-color: #b82233;
}

/***** home-contact *****/
.home-contact{
    background: #f0f0f5;
    padding: 100px 0 0;
    p.a{
        font-size: 14px;
        margin-bottom: .5rem;
    }
    p.b{
        font-size: 17px;
        line-height: initial;
        color: #3d3d3d;
    }
    img{
        width: 100%;
        height: 83%;
        object-fit: cover;
    }
}

/***** contbtmred *****/
.contbtmred{
    background: #f52f2f;
    padding: 100px 0;
    p{
        color: white;
        line-height: initial;   
        margin-bottom: 25px;
    }
    p.a{
        font-weight: bold;                   
        font-size: 21px;
        text-shadow: 1px 1px 1px #00000050;
    }
    p.b{
        font-size: 16px;
        margin-top: 10px;
    }
    button{
        color: #f52f2f;
        font-size: 17px;
        padding: 12px 15px;
        border: 0;
        border-radius: 2px;
        font-weight: bold;
        margin-left: 10px;
    }
}

/***** home-blog *****/
.home-blog{
    padding: 100px 0;
    p{
        font-size: 36px;
        font-weight: bold;
        line-height: initial;
    }
    h4{
        font-weight: bold;
        line-height: initial;
        margin: 15px auto 10px;
    }
    h6{
        line-height: initial;
        margin-bottom: 15px;
    }
    @media (max-width: 576px){
        img{
            height: auto;
            max-width: 100%;
        }
    }
}

/***** Our People page *****/
/***** page-banner *****/
.page-banner{
    height: 400px;
    p{
        font-size: 36px;
        margin: 0;
        color: white;
        background-color: #f52f2f;
        padding: 20px 25px;
        display: inline-block;
        font-family: futura-pt-bold, sans-serif;
        animation: fadeInUp 1.2s;
        @media (max-width: 576px){
            font-size: 34px;
        }        
    }

}

.people-banner::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: url(images/people-powered.jpg);
    filter:brightness(60%);
    background-repeat: no-repeat;
    background-size: cover;   
    background-position-x: center;
}

/***** ppl-one *****/
.ppl-one{
    padding: 100px 0;
    h2{
        font-size: 36px;
        margin-bottom: 20px;
        line-height: initial;
    }
    h6{
        line-height: initial;
        margin-bottom: 2rem;
    }
    img{
        width: 100%;
        border-radius: 10px;
        @media (max-width: 576px){
            width: 80%;
            margin: 0 auto;
            display: block;
        }
    }
    @media (max-width: 576px){
        h2, h6{
            text-align: center;
        }         
        button{
            display: block;
            margin: 50px auto
        }
        a{
            text-decoration: none;
        }
    }
}

/***** troopers *****/
.troopers{
    padding: 100px 0;
    h4{
        font-weight: bold;
        font-size: 26px;
    }
    @media (max-width: 576px){
        h4{
            margin-bottom: 40px;
        }
    }
}

.name{
    margin: 10px auto;
    font-weight: bold;
    text-transform: uppercase;
}

.designation{
    margin: 0px auto 10px;
    font-size: 16px;
    color: #5a5a5a;
}

.hoverimg{
    position: relative;
}

.hoverimg:hover .people-info{
    display: block;
}

.people-info{
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b0;
    color: white;
    padding: 10px;
    line-height: initial;
    margin: 0 auto;
    float: none;
    border-bottom: 10px solid #f52f2f;
    animation: fadeInDownBig 1s;
}

.link{
    display: inline-block;
    padding: 7px;
    background: #0e76a8;
    border-radius: 2px;
    border: 1px solid #096c9b;
    cursor: pointer;
}

/***** map *****/
.map{
    padding: 100px 0;
    h2{
        font-size: 36px;
        margin-bottom: 25px;
    }
    h4{
        font-size: 26px;
        margin: 25px 0 20px;
    }
    @media (max-width: 576px){
        h4, h6{
            text-align: center;
        }
    }
}

/***** collage *****/
.collage{
    padding: 100px 0;
    img{
        width: 100%;
        object-fit: cover;
        display: block;
    }
}

.right img{
    padding-bottom: 24px;
}

/***** Publishers page *****/
/***** page-banner *****/
.publishers-banner::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: url(images/publishers-banner-scaled.jpg);
    filter:brightness(60%);
    background-repeat: no-repeat;
    background-size: cover;   
    background-position: top;
}

.publishers-banner{
    @media (max-width: 576px){
        p{
            max-width: 100%;
        }
    }
}

.pub-one{
    padding-bottom: 100px;
    .row{
        padding-top: 100px;
    }
    h6{
        margin-top: 25px;
    }
    h4{
        margin: 2.5rem 0;
        font-size: 26px;
        line-height: initial;
        text-transform: uppercase;
        font-weight: bold;
    }
    h2{
        font-size: 36px;
        font-weight: bold;
    }
    p{
        line-height: initial;
    }
    img{
        max-width: 100%;
    }
    @media (max-width: 576px){
        h4, p{
            text-align: center;
        }
    }
}

.discount-report{
    img{
        width: 320px;
        margin: 0 auto;
        display: block;
    }
}

/***** associate *****/
.associate{
    padding: 100px 0;
    h4{
        font-size: 26px;
        line-height: initial;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 25px;
    }
}

.pub-logos img{
    width: 20%;
    padding: 0 10px 10px 10px;
    @media (max-width: 576px){
        width: auto;
        padding: 0;
    }
}

hr{
    display: none;
    @media (max-width: 576px){
        min-width: 270px;
        max-width: 320px;
        height: 1.27px;
        background: #cacaca;
        display: block;
        margin: 5rem auto 0!important;
        outline: none;
        border-radius: 7px;      
    }
}

/***** Retailers page *****/
/***** page-banner *****/
.retailers-banner::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background-image: url(images/retailers-banner-scaled.jpg);
    filter:brightness(60%);
    background-repeat: no-repeat;
    background-size: cover;   
}

.retailers-banner{
    @media (max-width: 576px){
        p{
            max-width: 100%;
        }
    }
}

.pricing-table{
    @media (max-width: 576px){
        border: 1px solid #f3f3f3;
        padding: 30px 0 25px 0;
        margin: 0px 0 35px 0;
        box-shadow: 0px 10px 15px -15px black;
        border-radius: 2px;
    }
}

.retail-logos img{
    width: 19%;
}


/***** privacy policy *****/
.privacy-policy{
    h1{
        margin-top: 60px;
        font-size: 20px;
        border-bottom: 2px solid #000000;
    }
    h6{
        font-weight: bold;
    }
    h6, p, li{
        font-size: 14px;
    }
    ul{
        list-style: square;
        padding-left: 22px!important;
    }
    p:last-child{
        margin-bottom: 50px;
    }
    a{
        color: #212529;
        text-decoration: none;
    }
}


/***** footer *****/
footer{
    background-color:#f52f2f;
    background-image: url(images/exertis-chevron-footer.jpg);
    background-position: bottom;
    padding: 100px 0;
    font-size: 14px;
    color: white;
    a{
        color: white;
        text-decoration: none;
        display: block;
        margin-top: 10px;
    }
    img{
        width: 45px;
    }
    @media (max-width: 576px){
        margin-top: 20px;
    }
}