body {
    overflow-x: hidden;
    background: none !important;
    font-weight: 400;
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

a,
input[type="submit"]:hover {
    text-decoration: none !important;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

@font-face {
    font-family: 'Bebas-Regular';
    src: url('../fonts/Bebas-Regular.otf') format('otf'), url('../fonts/Bebas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.font-bebas{
    font-family: 'Bebas-Regular';
}

.full-height{
    height: 100vh;
}

.highlight-color{
    color: #0317B3;
}


.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 111;
}

.home{
    background-image: linear-gradient(225deg, #55D3FC 0%, #0555CD 72%, #3132AE 100%);
}

.home-video-lightbox,
.hero-content-area {
    margin-top: 20px;
}

.video-lightbox {
    position: relative;
}
.video-lightbox .lightgallery {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-title{
    font-size: 32px;
    line-height: 39px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
}

.hero-description{
   font-size: 16px;
   line-height: 23px;
   color: #ffffff;
   font-family: "Assistant";
   font-weight: 400;
}

.hero-bg-image{
    position: absolute;
    left: 10px;
    top: 53%;
    transform: translateY(-50%);
}

.about-the-host{
    padding-top: 100px;
    padding-bottom: 60px;
}

.about-the-host .title{
    font-size: 36px;
    line-height: 43px;
}

.about-the-host .name{
    font-size: 36px;
    line-height: 43px;
    color: #302F31;
    margin-left: 40px;
}

.about-the-host .designation {
    font-size: 18px;
    line-height: 25px;
    color: #424242;
    font-family: "Assistant";
    font-weight: 600;
}

.about-the-host .description{
    font-size: 16px;
    line-height: 23px;
    color: #2D2D2D;
    font-family: "Assistant";
}

.post-list{
    margin-top: 100px;
}

.post-list .post-count{
    font-size: 125px;
    line-height: 132px;
    display: inline-block;
    vertical-align: top;
    margin-top: -25px;
    margin-right: 30px;
}

.post-list .even-post .post-count{
    margin-right: 0;
    margin-left: 25px;
}

.post-list .post-content{
    display: inline-block;
    position: relative;
}

.post-list .post-1{
    margin-top: 65px;
}

.post-list .post-text-content{
    position: absolute;
    width: 100%;
    bottom: -75%;
    left: 70%;
    background: #fff;
    padding: 20px 25px;
}

.post-list .post-text-content .featuring-name{
    font-size: 14px;
    line-height: 21px;
    font-family: "Assistant";
    color: #5E5B5B;
    font-weight: 700;
}

.post-list .post-text-content .title {
    font-size: 26px;
    line-height: 26px;
    font-family: "Assistant";
    color: #2D2D2D;
    font-weight: 700;
}
.post-list .lightgallery {
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.post-list .post-text-content .description {
    font-size: 16px;
    line-height: 24px;
    font-family: "Assistant";
    color: #2D2D2D;
    font-weight: 400;
}

.post-list .post-2{
    /* padding-bottom: 250px;
    padding-top: 50px; */
    margin-top: -100px;
}

.post-list .post-2 .post-text-content{
    /* width: 130%; */
    /* bottom: -50%; */
}

.post-list .post-3 {
    /* padding-bottom: 130px; */
    margin-top: 30px;
    margin-bottom: 30px;
}
.post-list .post-3 .post-text-content {
    /* width: 150%;
    bottom: -35%; */
}

.post-list .post-4{
    /* padding-bottom: 250px; */
}
.post-list .post-4 .post-text-content{
    /* width: 130%; */
    /* bottom: -50%; */
}

.post-list .post-5{
    padding-bottom: 40px;
}

.post-list .post-5 .post-text-content {
    bottom: 30%;
}

.post-list .post-6 {
    /* padding-bottom: 100px; */
}

.post-list .post-6 .post-text-content {
    bottom: 30%;
}

.post-list .move-to-bottom {
    position: relative;
    top: 90px;
}

.about {
    padding: 100px 0;
}
.about .row {
    position: relative;
}
.about .row::before {
    position: absolute;
    top: -100px;
    left: 15px;
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    background-color: #979797;
}

.about .footer-logo {
    position: relative;
}
.about .footer-logo img {
    width: 100%;
}
.about .footer-logo h4 {
    font-size: 42px;
    line-height: 42px;
    /* color: #0317B3; */
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about h3.title, .about h5.title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    font-family: "Assistant";
    color: #2D2D2D;
}
.about h5.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.about .description {
    font-size: 16px;
    line-height: 24px;
    font-family: "Assistant";
    color: #2D2D2D;
    font-weight: 400;
}
.social-wrap a {
    margin-right: 15px;
}
.social-wrap a:last-child {
    margin-right: 0px;
}
.social-wrap a img {
    height: 30px;
    width: auto;
}

.footer {
    padding: 50px 0;
    border-top: 1px solid #B4B4B4;
}
.copyright {
    font-size: 13px;
    line-height: 13px;
    font-family: 'Rubik';
    color: #2D2D2D;
    font-weight: 400;
    margin-bottom: 0;
}
.for-mobile {
    display: none !important;
}

.not-active {
    pointer-events: none !important;
}