

*{
    margin: 0;
    padding: 0;
} 

body{
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Lato', sans-serif;
    font-style: 37px;
}
p{
    font-family: 'Lato', sans-serif;
}


/* Header Start  */
.header{
    height: 120px;
    background: url(../img/header_bg.png)no-repeat left;
    background-size: cover;
    line-height: 120px;
}
.logo{
    width: 334px;
}
.logo img{
    margin-bottom: 33px;
}
/* End Header  */



/* Banner wrap  */
.banner_wrap{
    width: 100%;
    height: 950px;
    display: flex;
    align-items: center;
    background: url(../img/banner_bg.png)no-repeat center center;
    background-size: cover!important;
    margin-top: -26px;
    margin-bottom: 90px;
}
.banner_content{
    width: 707px;
    height: 371px;
    line-height: 371px;
    background: rgba(0, 0, 0, 0.77);
    color: #fff;
    padding: 30px 0px 0px 35px;
    border-radius: 0px 90px 0px 90px;
    display: flex;
    align-items: center;
}
.banner_content .box{
    position: relative;
    top: -15px;
}
.banner_content h4{
    font-size: 37px;
    color: #7FECF2;
    font-weight: 900;
    margin-bottom: 29px;
}
.banner_content p{
    font-size: 37px;
    font-style: italic;
    line-height: 49px;
    margin-left: 47px;
    margin-bottom: 0!important;
    padding-right: 155px;
}
/* End Banner  */


/* Banner Bottom wrap  */
.banner_bottom{
    padding-bottom: 53px;
}
.banner_bottom_content h2{
    color: #333333;
    margin-bottom: 44px;
    line-height: 53px;
    font-weight: bolder;
    text-align: center;
}
.banner_bottom p {
    font-size: 25px;
    line-height: 53px;
    color: #000;
}
/* End Banner Bottom  */



/* About Wrap  */
.about_wrap{
    position: relative;
    padding-top: 120px;
    padding-bottom: 70px;
}
.about_wrap::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/about_hori.png)no-repeat left;
    background-size: cover;
    width: 100%;
    height: 270px;
    z-index: -1;
}
.about_left img{
    width: 96%;
    z-index: 10;
    height: 100%;
}
.about_left{
    position: relative;
    height: 1085px;
}
.about_left::before{
    content: '';
    position: absolute;
    left: -8%;
    top: -39%;
    background: url(../img/man_bg.png)no-repeat left!important;
    width: 386px;
    height: 150%;
    z-index: -1;
}
.about_right{
    position: relative;
    height: 1085px;
}
.about_right img{
    width: 95%;
}
.about_right::after{
    content: '';
    position: absolute;
    right: -8%;
    top: -39%;
    background: url(../img/man2_bg.png)no-repeat left!important;
    width: 386px;
    height: 150%;
    z-index: -1;
}
.about_content h4{
    color: #333333;
    line-height: 43px;
    font-weight: bolder;
    margin-bottom: 44px;
}
.about_content p{
    color: #000;
    font-size: 30px;
    line-height: 53px;
}
.about_content2 p{
    padding-bottom: 45px!important;
}
/* End About  */


/* Entertainment wrap  */
.entertainment_wrap{
    margin-bottom: 65px;
    background: url(../img/entertainment_bg.png)no-repeat center center;
    background-size: cover;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    padding-top: 110px;
}
.entertainment_content h2{
    font-size: 40px;
    line-height: 53px;
    color: #7FECF2;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 25px;
}
.entertainment_content p{
    font-size: 30px;
    line-height: 53px;
    color: #fff;
}
.enter_heading2 h4{
    line-height: 53px;
    color: #7FECF2;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 25px;
}
/* End entertainment  */


/* Join us wrap  */

.join_wrap{
    width: 100%;
    height: 980px;
    display: flex;
    align-items: center;
    background: url(../img/join_bg.png)no-repeat center center;
    background-size: cover!important;
    margin-top: -26px;
    margin-bottom: 90px;
}

.join_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* End Join us  */



/* Footer Wrap  */
.footer_wrap{
    background: #003754;
    color: #fff;
    padding: 30px 0px;
}
.footer_content p{
    margin-bottom: 0!important;
    font-size: 30px;
    font-weight: bold;
}
.footer_content ul{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_content ul li{
    margin-right: 30px;
}
.footer_content ul li a i{
    font-size: 25px;
    color: #fff;
    transition: .3s;
}
.footer_content ul li a i:hover{
    opacity: .8;
}
/* End Footer  */