body, html {
     height: 100%;
}
 html {
     padding: 0;
     margin: 0;
     scroll-behavior: smooth;
}
 body {
     margin: 0;
     padding: 0;
     font-size: 20px;
     font-weight: 400;
     color: #414042;
     font-family: 'Lato', sans-serif;
     overflow: hidden;
     background: #1f1f1f;
}
 @font-face {
     font-family: 'akrobatblack';
     src: url('../fonts/akrobat-black.woff2') format('woff2'), url('../fonts/akrobat-black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Lato', sans-serif;
}
 p {
     line-height: 1.6;
     margin: 0 0 1.8em 0;
     font-size: 0.9em;
}
 a, button {
     outline: none;
     transition: all 0.5s ease-out;
}
 button, .btn-primary {
     border-style: solid;
     border-width: 2px;
     border-color: rgb(236, 236, 236);
     background: -moz-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
     background: -webkit-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
     background: linear-gradient(to bottom, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#994a121e', endColorstr='#a17f2034', GradientType=0);
     padding: .5em 2em;
     transition: opacity ease-in-out 0.5s;
     color: #fff;
     border-radius: 20em;
     font-size: 1em;
     box-shadow: none !important;
     -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
     -o-transition: all 0.5s ease-out;
     transition: all 0.5s ease-out;
}
 button:hover, .btn-primary:hover, button:focus, .btn-primary:focus {
     border-color: rgb(236, 236, 236) !important;
}
 img {
     max-width: 100%;
}
 .d-none{
     display: none;
}
 .transition {
     position: fixed;
     width: 100%;
     height: 100%;
     opacity: 1;
     z-index: 21;
     top: 0;
     background: #ffffffa3;
     transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
     display: flex;
     align-items: center;
     justify-content: center;
     align-content: center;
}
 .transition.hide {
     opacity: 0;
     z-index: -1;
     display: none;
}
.container {
	max-width: 1400px !important;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
/* .container {
	max-width: 1400px ;
} */
.header_section {
	width: 100%;
	display: inline-block;
	padding: 0 0 0 0;
	/* text-align: center; */
	background: url(../images/hero_banner.jpg) no-repeat;
	background-size: 100% 130%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
    background-position: 100% 100%;
}
.logo-box img {
	max-width: 260px;
}


.row {display: flex;	width: 100%;	margin: 0 -15px;	height: 100%;	align-items: center;}
.col-md-6 {flex: 0 0 50%;	max-width: 50%;	padding: 0 15px;}
.banner-img img {max-width: 600px;width: 100%;}

.btn.btn-white {background-color: #fff;	border-radius: 50px;	padding: 10px 70px;	font-size: 35px;	font-weight: bold;	margin-top: 45px;}
.button-box {text-align: left;}
.logo-box.res {margin-bottom: 35px;}


@media (max-width: 1100px) {

    .btn.btn-yellow {padding: 10px 30px;font-size: 18px;}
}
@media (max-width: 992px) {
    .col-md-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .header_section .col-md-6:first-child{order: 2;}
    .header_section .col-md-6:last-child{order: 1;}

    .header_section {
        text-align: center;
        overflow-y: auto;
    }
    .banner-img {padding-top: 30px ;}
    .text-img img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .text-img {padding-bottom: 30px;    }
    .logo-box.d-none {
        display: block !important;
    }
    .logo-box.res {
        display: none;
    }
    .button-box {
        text-align: center;
    }
    .logo-box img {
        max-width: 160px;
    }
    .banner-img img {
        max-width: 400px;
        width: 100%;
        margin-bottom: 35px;
    }
    .btn.btn-white {font-size: 25px; margin-top: 25px;}
}

@media (max-width: 768px) {
    .banner-img img {max-width: 400px;    }

    .logo-box.d-none {margin-bottom: 45px;
    }
    .icon-box img {
        display: none;
    }
    body {
        overflow: hidden;

    }
    .header_section {
        height: 100vh;
        overflow: hidden;
        overflow-y: auto;
    }

}
@media (max-width: 600px) {
    .box {
        padding: 15px;
        min-height: 77px;
    }
    ul.live_link li {
        margin-right: 5px;
    }
    .title-text {
        margin-right: 10px;
    }
    .title-text {
        padding: 5px 10px;
        font-size: 18px;
    }
    ul.live_link li {
        padding-right: 5px;
    }
    .live_link li a {
        font-size: 16px;
    }

    .box .content-box h4 {
        font-size: 15px;
    }
 }

 @media (max-width: 340px) {
    .text-img img {
        max-width: 200px;
    }
    .banner-img img {
        max-width: 210px;
    }
    .btn.btn-white {
        font-size: 20px;
        margin-top: 25px;
        padding: 10px 50px;
    }
 }
 @media (max-width: 430px) {
    .box {
        padding: 10px 5px;
        min-height: auto;
    }

    .caption {
        text-align: left;
        margin-top: -60px;
    }
    .banner-img {
        padding-top: 0;
    }
    .btn.btn-yellow {
        width: 100%;
        max-width: 100%;
        margin: 5px 0;
        padding: 7px 20px;
    }
    .caption h2 {font-size: 30px;}
    ul.live_link {padding: 0;        }
    .box .content-box h4 {
        font-size: 16px;
    }
 }
