@font-face{
   src: url(fonts/copyfonts.com_bau-regular.ttf);
   font-family: BauRegular;
}




header{
    background-image: url(images/collage.jpg);
    width: 100%;
    padding: 20px 0;
    background-size: cover;
}

header::after{
    content:"";
    position: absolute;
    z-index: 5;
    background-color: #000;
    opacity: .7;
    width: 100%;
    /*height: 100%;*/
    padding: 281.5px 0;
    top: 0;
    left: 0;
}

nav{
    padding-bottom: 50px !important;
}
.cus-nav li a{
    /* color: #fff !important;   */
    text-decoration: none;
}

.header-row{
    padding: 130px 0 80px 0;
    position: relative;
    z-index: 6;
}
.header-row h1{
    font-size: 60px;
    color: #fff;
    font-family: BauBold,"Open Sans",sans-serif;
    font-weight: bold;
    /* text-indent: -9999em; */
}

h1::after{
    content: '';
    display: block;
    margin: 1rem auto 2rem;
    width: 80px;
    height: 1px;
    background: #ffe26f;
}
.header-row-inner{
    padding-top: 150px;
}
.header-row ul{
    display: inline-flex;
    padding-left: 0;
}

.header-row ul li{
    list-style-type: none;
}
.header-row li a{
    text-decoration: none;
    padding: 0 10px;
}

.header-row .header-last-icon{
    /*background-image: url(images/icon1.png);*/
    /*background-repeat: no-repeat;*/
    /*padding: 10px 61px;*/
}
.header-row ul li a i{
    padding-top: 5px !important;
    font-size: 18px;
}

/*.header-row ul li a i:first-child{*/
/*    display: none !important;*/
/*}*/
.header-row ul li a i:hover{
    color: #ffe26f;
}
.header-row .header-last-icon:hover{
    color: #ffe26f !important;
    /*background-image: url(images/icon1-hover.png);*/
    /*background-repeat: no-repeat;*/
    /*padding: 9px 61px*/
}

.header-row ul li:last-child a{
    /*margin-left: 05px !important;*/
    font-size: 18px !important;
}

.sec2{
    padding: 80px 0;
    background-color: #0f0f11;
}

.sec2-colmn1::after{
    content: '';
    display: block;
    /* margin: 1rem auto 2rem; */
    width: 40px;
    height: 1px;
    background: #ffe26f;
    position: absolute !important;
    top: 80px;
    left: 96%;
}
.sec2-colmn1 img{
    height: 500px;
    object-fit: cover;
}
.sec2 h2{
    font-size: 40px;
    font-weight: bold;
}
.sec2 h4{
    font-size: 18px;
    color: #ffe26f;
    font-style: normal;
    font-weight: 700;
    font-family: BauRegular,"Open Sans",sans-serif;
    margin-bottom: 1rem;
}

.sec2-para{
    color: #b5b5b5;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: BauRegular,"Open Sans",sans-serif;
}

.sec3{
    background-image: url(images/sec3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-bottom: 100px !important;*/
}

/* .slider-main-div{
    background-color: #1e2025;
} */

.slider-main-div{
    background-color: #ffdb61;
}

.slick-inner{
    background-color: #ffdb61;
    /* padding: 100px 70px 70px 70px; */
    border: 1px solid #f9e6a6;
    padding: 2em 5em 0;
    /*margin: 1.5em;*/
    /* width: 95%; */
    margin: 24px 0px;
}

.tri {
    width: 0 !important;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid #ffdb61;
    position: relative;
    z-index: 999;
  }

.slick-inner h5{
    color: #000;
    text-align: left;
    font-family: BauRegular,"Open Sans",sans-serif;
    font-size: 18px;
}

.slick-inner img{
    min-height: 350px !important;
}

.silck-head-sec h3{
    font-size: 1.8rem;
    font-weight: 900;
}

.silck-head-sec a{
    text-decoration: none;
    color: #fff;
    padding: 10px 15px 10px 15px;
    background-color: #000;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 10px !important;
}

/* .silck-head-sec a:hover{
    background-color: #ffdb61;
    opacity: 0;
} */

.silck-head-sec a:hover > i{
    color: #ffdb61;
}

/* .silck-inner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 45%;
    opacity: 1;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffdb61;
} */

.sec4{
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(images/video-sec-bg.png);
    background-size: cover;
    height: 570px;
    background-position-y: -130px !important;
}

.sec4::after{
    content: "";
    position: absolute;
    z-index: 5;
    background-color: #000;
    opacity: .6;
    width: 100%;
    /* height: 100%; */
    padding: 285.5px 0;
    top: 0;
    left: 0;
}

.sec4 a{
    background-image: url(images/play-button.png);
    width: 101px;
    height: 101px;
    position: absolute;
    top: 40%;
    left: 47%;
    /*transition: 1s ease-in;*/
    z-index: 6;
}
.sec4 a:hover{
    z-index: 6;
    
}

.sec4 h2 {
    font-size: 2.5rem;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding-left: 75px;
    font-weight: bold;
    font-family: BauBold,"Open Sans",sans-serif;
    z-index: 6;
}

.sec4 h2::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    border-top: 1px solid #e8c85a;
    /*top: 0;*/
    left: 0;
    bottom: 20px;
    float: left;
}

/*.sec4{*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

/*.sec4 iframe{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*footer{*/
/*    background-image: url(images/collage2.jpg) !important;*/
/*    background-size: 100% 100% !important;*/
/*    padding: 350px 0 !important;*/
/*    position: relative;*/
/*}*/

footer {
    background-image: url(images/collage2.jpg) !important;
    background-size: 100% 100% !important;
    /*padding: 350px 0 !important;*/
    position: relative;
    height: 1080px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*position: relative;*/
}

footer::before{
    content: "";
    background-color: #000 !important;
    opacity: .6 !important;
    position: absolute !important;
    width: 100%;
    /*padding: 350px 0;*/
    height: 1080px !important;
    top: 0;
    left: 0;
}

footer ul{
    padding-left: 0;
    text-align: center !important;
}
footer ul li{
    list-style-type: none;
    display: inline-block;
}

footer ul li a{
    margin: 40px 25px !important;
    /*display: inline-block !important;*/
    float: left;
    width: 55px;
    height: 80px;
}

footer ul li .footer-icon1{
    background-image: url(images/footer-icon1.png);
    background-repeat: no-repeat;
    /*padding: 15px 32px;*/
    
}

footer ul li .footer-icon1:hover{
    background-image: url(images/footer-icon1-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon2{
    background-image: url(images/footer-icon2.png);
    background-repeat: no-repeat;
    /*padding: 15px 32px;*/
}

footer ul li .footer-icon2:hover{
    background-image: url(images/footer-icon2-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon3{
    background-image: url(images/footer-icon3.png);
    background-repeat: no-repeat;
    /*padding: 15px 45px;*/
    width: 100px;
}

footer ul li .footer-icon3:hover{
    background-image: url(images/footer-icon3-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon4{
    background-image: url(images/footer-icon4.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    width: 60px;
}

footer ul li .footer-icon4:hover{
    background-image: url(images/footer-icon4-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon5{
    background-image: url(images/footer-icon5.png);
    background-repeat: no-repeat;
    /*padding: 25px 32px;*/
    width: 60px;
}

footer ul li .footer-icon5:hover{
    background-image: url(images/footer-icon5-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon6{
    background-image: url(images/footer-icon6.png);
    background-repeat: no-repeat;
    /*padding: 15px 48px;*/
    width: 92px;
}

footer ul li .footer-icon6:hover{
    background-image: url(images/footer-icon6-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon7{
    background-image: url(images/footer-icon7.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
}

footer ul li .footer-icon7:hover{
    background-image: url(images/footer-icon7-hover.png);
    background-repeat: no-repeat;
}


footer ul li .footer-icon8{
    background-image: url(images/footer-icon8.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
}

footer ul li .footer-icon8:hover{
    background-image: url(images/footer-icon8-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon9{
    background-image: url(images/footer-icon9.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    width: 152px;
}

footer ul li .footer-icon9:hover{
    background-image: url(images/footer-icon9-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon10{
    background-image: url(images/footer-icon10.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    width: 80px;
}

footer ul li .footer-icon10:hover{
    background-image: url(images/footer-icon10-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon11{
    background-image: url(images/footer-icon11.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
}

footer ul li .footer-icon11:hover{
    background-image: url(images/footer-icon11-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon12{
    background-image: url(images/footer-icon12.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
}

footer ul li .footer-icon12:hover{
    background-image: url(images/footer-icon12-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon13{
    background-image: url(images/footer-icon13.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    width: 80px;
}

footer ul li .footer-icon13:hover{
    background-image: url(images/footer-icon13-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon14{
    background-image: url(images/footer-icon14.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    background-size: contain !important;
}

footer ul li .footer-icon14:hover{
    background-image: url(images/footer-icon14-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon15{
    background-image: url(images/footer-icon15.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    width: 90px;
}

footer ul li .footer-icon15:hover{
    background-image: url(images/footer-icon15-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon16{
    background-image: url(images/footer-icon16.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
}

footer ul li .footer-icon16:hover{
    background-image: url(images/footer-icon16-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon17{
    background-image: url(images/footer-icon17.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
}

footer ul li .footer-icon17:hover{
    background-image: url(images/footer-icon17-hover.png);
    background-repeat: no-repeat;
}

footer ul li .footer-icon18{
    background-image: url(images/footer-icon18.png);
    background-repeat: no-repeat;
    /*padding: 30px 32px;*/
    width: 120px;
}

footer ul li .footer-icon18:hover{
    background-image: url(images/footer-icon18-hover.png);
    background-repeat: no-repeat;
}

footer ul::after{
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    max-width: 70rem;
    margin: 0em auto;
    display: block;
    background: url(images/footer-logo.png) no-repeat;
    width: 90%;
    height: 110px;
    display: none;
}

.slick-dots{
    padding: 29px 0 !important;
}

@media screen and (max-width: 1200px){
    .slider-main-div{
        width: 80% !important;
        margin: auto !important;
    }
    
    .sec2{
        border-top: 2px solid #141414;
    }
    .sec4{
        width: 100%;
        height: 449px;
    }
    .sec4::after{
        padding: 225.5px 0;
    }
    .sec4 a{
        top: 36%;
    }
}

@media screen and (max-width: 992px){
    .sec2-colmn1{
        display: none !important;
    }
    .sec4{
        width: 100%;
        height: 372px;
    }
    .sec4 a{
        top: 34%;
    }
    .sec4::after{
        padding: 186px 0;
    }
    footer{
        height: 800px !important;
    }
    footer::before{
        height: 800px !important;
    }
}

@media screen and (max-width: 786px){
    .sec4{
        width: 100%;
        height: 288px;
        background-position-y: -90px !important;
    }
    .sec4 h2{
        font-size: 2rem;
    }
    .sec4::after{
        padding: 144px 0;
    }
    .sec4 a{
        top: 32%
    }
    footer{
        /*padding: 250px 0 !important;*/
        height: 650px !important;
    }
    footer::before{
        /*padding: 250px 0 !important;*/
        height: 650px !important;
    }
}

@media screen and (max-width: 576px){
    header{
        padding: 20px 0 !important;
        background-repeat: no-repeat !important;
    }
    .header-row{
        padding: 34px 0 11px 0 !important;
    }
    .header-row h1{
        font-size: 2.5rem !important;
    }
    h1::after{
        margin: 1rem auto !important;
    }
    header::after{
        padding: 105px 0 !important;
    }
    .header-row-inner{
        padding-top: 0 !important;
    }
    .header-row .header-last-icon{
        padding-bottom: 14px;
    }
    .header-row ul li a i{
        /*padding-top: 5px !important;*/
    }
    .sec2{
        padding: 25px 0 !important;
    }
    .sec2 h2{
        font-size: 35px !important;
    }
    .sec2 h4{
        font-size: 18px !important;
    }
    .sec2-para{
        font-size: 16px !important;
        /*line-height: 1.3 !important;*/
    }
    /*.sec3{*/
    /*    display: none !important;*/
    /*}*/
    .slick-inner{
        padding: 0 !important;
    }
    
    .silck-head-sec, .slick-inner h5, .silck-head-sec h3{
        text-align: center !important;
        line-height: 35px;
        margin-bottom: 0 !important;
    }
    
    .slick-inner img{
        min-height: auto !important;
    }
    .sec4 a{
        width: 50px;
        height: 50px;
        background-position: center;
        top: 28%;
        left: 44%;
    }
    
    .slider{
        margin: 50px auto 50px auto !important;
    }
    
    .silck-head-sec a{
        padding: 10px 15px !important;
        line-height: 45px !important;
        font-size: 0.8rem !important;
    }
    
    .sec4{
        width: 100%;
        height: 200px;
        /*background: #1e2025;*/
        /*background-size: contain;*/
        background-repeat: no-repeat;
        background-position-y: -50px !important;
    }
    .sec4 h2{
        font-size: 1.2rem;
        padding-left: 0;
        /*margin: 10px 0;*/
        position: relative;
        text-align: center;
        padding: 12px 0;
        top: 77.5%;
        margin-bottom: 0;
        background-color: #1e2025;
    }
    .sec4 h2::before{
        display: none;
    }
    .sec4::after{
        padding: 78px 0;
    }
    
    footer {
        background-size: contain !important;
        height: 228px !important;
    }
    /*footer ul li a{*/
    /*    margin: 20px 10px !important;*/
    /*}*/
    footer::before{
        height: 228px !important;
    }
        
}

@media screen and (max-width: 376px){
    .sec4{
        height: 180px;
    }
    .sec4 h2{
        font-size: 1rem;
    }
    .sec4::after{
        padding: 70px 0;
    }
    footer{
        height: 205px !important;
    }
    footer::before{
        height: 205px !important;
    }
}













