body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
}

h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 37px;
    line-height: 37px;
    letter-spacing: 1px;
    color: #292929;
}

p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* Top Header */

.theaderhm {
    position: absolute;
    z-index: 1;
    top: 0px;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.top-header {
    width: 100%;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 5px 0px;
    height: 79px;
}

.logo_sec {
    display: block;
}

.logo_sec img {
    width: 245px;
}

.logo_sticky img {
    width: 245px;
}

.sticky .navMain {
    margin-top: 5px;
}

.sticky .logo_sec {
    display: none;
}

.sticky .logo_sticky {
    display: block;
}

.logo_sticky {
    display: none;
}

.navMain {
    float: right;
    margin-top: 15px;
}

.navMain li {
    display: inline-block;
    padding: 0 20px;
}

.sticky .navMain li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 16px;

}

.sticky .navMain li.active a {
    border-bottom: 3px solid #000000;
}

.navMain li a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 16px;

}

.navMain li.active a {
    border-bottom: 3px solid #000000;
}

/* Home Page Banner Section */
.homebanner {
    background: #ffffff;
    position: relative;
    background-repeat: no-repeat;
    padding: 0px 0 0px 0;
    text-align: center;
    overflow: hidden;
    /* min-height: 760px; */
    /* background-image: url('images/banner.jpeg');
    background-position: center; */
}

.homebanner img{
    width:100%;
}

.homebanner .col-md-7, .col-md-5 {
    float: left;
}

.home-banner-head {
    position: relative;
    z-index: 1;
    text-align: left;
    width: 100%;
    padding-left: 81px;
    padding-top: 20px;
}

.home-banner-head h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 30px;
}

.home-banner-head p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin: 0;
}

.banner-right img {
    width: 100%;
}
.for-mobile{
    display: none;
}
.date-box {
    border: 3px solid #000000;
    width: 348px;
    height: 150px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    margin-top: 35px;
}

.date-box span {
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 22px;
    color: #000000;
    margin-top: 19px;
}

.date-box p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 0;
}


/* Second Section Start */
.second-section {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.second-section .col-md-8, .col-md-4 {
    float: left;
}

.second-content-box {
    padding-right: 103px;
}

.second-content-box h2 {
    margin-bottom: 35px;
}

.second-content-box p {
    margin-bottom: 13px;
    line-height: 25px;
}

.second-content-box h2 span {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
}

.second-content-box a {
    background: #F92A2E;
    width: 216px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 30px;
}

.media-partner-content {
    border-left: 1px solid #B6B6B6;
}

.media-partner-content h3 {
    padding-left: 40px;
    margin-bottom: 23px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.partner-cols {
    border-top: 1px solid #B6B6B6;
    padding-top: 23px;
}

.media-partner-col1 {
    padding-left: 40px;
    padding-bottom: 23px;
}

.media-partner-col1 h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000000;
}

.media-partner-col1 p {
    margin-bottom: 0px;
    line-height: 22px;
}

.knowlege-partner {
    padding-left: 40px;
    padding-top: 15px;
}

.knowlege-partner h3 {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    padding-left: 0px;
}

/* Slider Section Start */
.slider-section {
    width: 100%;
    float: left;
    padding: 70px 0;
}

.title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title p {
    width: 80%;
    text-align: center;
    margin: 20px auto 0 auto;
}

.speaker-slider {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.slider-boxes .slider-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 0 10px 0;
}

.slider-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 100px !important;
    margin-right: 1rem;
}

.col-content {
    text-align: left;
}

.col-content img {
    width: 70% !important;
    height: auto !important;
    margin-top: 15px;
}

.slider-boxes .slider-col h4 {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 0;
}

.slider-boxes .slider-col p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #292929;
    line-height: 26px;
}

/* Form Start */
.footer-form {
    width: 100%;
    float: left;
    padding: 0px 0 0 0;
    z-index: 9999;
    position: relative;
}

.form-box {
    background: #CE1815;
    width: 100%;
    padding: 0 50px;
}

.form-box .col-md-6 {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-left {
    padding: 30px 0;
    border-right: 1px solid #F1F1F1;
}

.form-right {
    padding: 30px 0;
    width: 70%;
    margin: 0 auto;
}

.form-left h2 {
    color: #ffffff;
    font-weight: 600;
}

.date-box-new {
    margin-top: 60px;
}

.date-box-new span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
}

.date-box-new p {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-family: 'Playfair Display', serif;
}

.form-left a {
    height: 56px;
    background: #000000;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    margin-top: 40px;
    text-transform: uppercase;
}

.form-right .form-group {
    margin-bottom: 20px;
}

.form-right .form-group label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.form-right .form-group .form-control {
    width: 100%;
    height: 44px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-indent: 14px;
    background: transparent;
    padding: 0px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.form-right .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.form-right .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.form-right .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.form-right .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.form-right .form-group button {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    border: none;
}

p.err-msg {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.text-success {
    color: #ffffff !important;
    background: green;
    padding: 10px;
    border-radius: 5px;
}

/* Focus area start */
.focus-area {
    width: 100%;
    float: left;
    padding: 0px 0 70px 0;
}

.focus-slider {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.focus-col {
    width: 20%;
    text-align: center;
}

.focus-content {}

.focus-slider .focus-col h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 31px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}


/* Footer Start */
.footer_background {
    background: #000 url('images/footer-bg.jpg');
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    float: left;
    background-position: bottom;
    width: 100%;
    margin-top: -60px;
}

.footer_background .footer {
    position: relative;
    z-index: 1;
    padding-top: 121px;
    padding-bottom: 230px;
    background: linear-gradient(106.98deg, #000000 10.12%, rgba(0, 0, 0, 0.570008) 21.25%, rgba(0, 0, 0, 0) 36.01%), linear-gradient(180deg, rgba(0, 0, 0, 0.9) 32.68%, rgba(0, 0, 0, 0.570008) 68.69%, rgba(0, 0, 0, 0) 100%);
}

/* .footer_background::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
   
    content: "";
} */

.foot-content h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

.foot-content p {
    color: #ffffff;
}

.copy-right {
    width: 100%;
    height: 38px;
    background: #000000;
    float: left;
    display: flex;
    align-items: center;
}

.copy-right p {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
}

.academic-partner{
    width:100%;
    text-align: center;
    margin-top:30px;
}

.academic-partner span{
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}


@media only screen and (max-width: 767px) {
    .theaderhm{
        display: none;
    }
    .home-banner-head {
        width: 100%;
        padding-left: 10px;
        padding-top: 28px;
        padding-right: 10px;
    }

    .home-banner-head h1 {
        font-size: 40px;
        line-height: 47px;
    }

    .second-content-box {
        padding-right: 0px;
    }

    h2 {
        font-size: 34px;
    }

    .second-content-box a {
        width: 90%;
        margin-bottom: 30px;
    }

    .focus-content {
        width: 100%;
    }

    .form-left {
        border-right: none;
    }

    .form-left a {
        width: 90%;
    }

    .form-right {
        width: 100%;
    }

    .homebanner {
        background-position: 14%;
        padding: 0px 0 68px 0;
    }

    .navMain li {
        padding: 0 10px;
    }

    .focus-slider {
        flex-direction: column;
    }

    .focus-col {
        width: 100%;
    }

    .title p {
        width: 100%;
        text-align: center;
        margin: 20px auto 0 auto;
    }

    .banner-right {
        margin-top: -10px;
    }

    .navMain {
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .sticky{
        box-shadow: none;
    }
}