/*
 Theme Name: Kalu
 Theme URI: http://newtemplate.net/demo/kalu/index.html
 Author: NewTemplate
 Author URI: https://themeforest.net/user/newtemplete
 Version: 0.1.1
 Description:  Kalu - One Page HTML5 Theme comes out with tons of powerful features. Its modern, attractive and clean design.
*/

/*-----------------------------------------------------------------------------------

 [Table of contents]

1.0 General
2.0 Header (Logo or navigation)
3.0 Home (Section)
4.0 About (Section)
5.0 Video (Section)
6.0 Speaker (Section)
7.0 Conference Schedule (Section)
8.0 Get Started (section)
9.0 Sponsors (section)
10.0 Sponsorship (section)
11.0 Blog (section)
12.0 Register (section)
13.0 Footer (section)
14.0 Media Queries

*/

/*
 * 1.0 General
 * -----------------------------------------------------------------------------
 */

body {
    margin: 0;
    padding: 0;
    line-height: 1.85em;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #242732;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    color: #fd226a;
}

input:focus,
button:focus,
a:focus {
    outline: 0;
}

.btn {
    color: #222;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 9px;
    padding: 10px 30px;
    letter-spacing: .5px;
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    position: relative;
}

.btn:hover {
    color: #fd226a;
}

.btn.button-scheme {
    background-color: #fd226a;
    border: 1px solid #fd226a;
    color: #fff;
}

.btn.button-dark-scheme {
    background-color: #242732;
    border: 1px solid #242732;
    color: #fff;
}

.btn:focus {
    -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
}

.btn:active {
    top: 2px;
}

.single-section {
    padding: 100px 0px;
}

.single-section.silver-bg {
    background-color: #f6f7fd;
}

.single-section .section-heading {
    text-align: center;
    margin-bottom: 65px;
}

.single-section .section-heading .section-title {
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: Raleway, sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.single-section .section-heading .section-title::before {
    content: '';
    height: 2px;
    width: 70px;
    background: #fd226a;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.single-section .section-heading .section-title::after {
    content: '';
    height: 2px;
    width: 40px;
    background: #fd226a;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

h5.subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.description,
.section-description {
    font-size: 16px;
    font-weight: 500;
}

.section-description {
    margin: 0 auto;
}

/* page loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
}

.circle {
    margin: 0 auto;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 84px;
    height: 84px;
}

.circle::before {
    content: '';
    height: 48px;
    width: 48px;
    animation: rotation 1s infinite linear;
    border: 2px solid rgba(36, 39, 50, 0.26);
    border-top-color: #fd226a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

.circle h6 {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}

/*Social media icons*/
.social-icons {
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    padding: 0 5px;
}

.social-icons li a {
    color: #1F1F1F;
}

.social-icons li a i {
    font-size: 20px;
    line-height: 20px;
}

/*popup close*/
.lity-close {
    color: #222;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    color: #666;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:active {
    top: 0;
}

.lity-close::before {
    content: "\30";
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 999;
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lity-close::after {
    content: '';
    background-image: url('../images/lity-close.svg');
    height: 103px;
    width: 87px;
    position: absolute;
    right: 0;
}

/*
 * 2.0 Header (Logo or navigation)
 * -----------------------------------------------------------------------------
 */

.header-area {
    width: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 25px 0px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.header-area.fixed {
    position: fixed;
    border-bottom: 0;
    top: 0;
    transition: 450ms ease-out;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-color: rgba(0, 0, 0, 0.05);
    padding: 15px 0px;
}

.header-area.fixed .menu li a:before {
    background-color: #fd226a;
}

.header-area.fixed #logo_home a {
    background-image: url('../images/logo.png');
}

.header-area.fixed .menu li a.active,
.header-area.fixed .menu li a:hover {
    color: #fd226a;
}

.header-area.fixed .menu li a {
    color: #333;
}

/* logo */
.header-area #logo_home {
    position: relative;
    z-index: 3;
}

.header-area #logo_home a {
    width: 100px;
    height: 25px;
    display: block;
    background-image: url('../images/logo-white.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}

/*menu*/

.navbar {
    padding: 0;
}

.navbar .navbar-toggler-icon {
    color: #ffffff;
    height: inherit;
    font-size: 30px;
    width: inherit;
    margin: 0;
    display: block;
}

.fixed .navbar .navbar-toggler-icon {
    color: #333;
}

.navbar .navbar-toggler {
    position: absolute;
    z-index: 9;
    padding: 0;
    top: -3px;
    right: 0;
}

.menu {
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 0px;
}

.menu li {
    position: relative;
}

.menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin: 0 12px;
    display: block;
    position: relative;
}

.menu li:last-child a {
    margin-right: 0;
}

/*fixed*/
.fixed .menu li a {
    color: #333333;
}

.fixed .menu li a.active,
.fixed .menu li a:hover {
    color: #fd226a;
    text-shadow: none;
}

/*fixed ends!*/

.menu li a.active,
.menu li a:hover {
    color: #ffffff;
    text-shadow: none;
}

.menu li a:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 2px #ffffff;
    pointer-events: none;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.menu li a:hover:before,
.menu li a.active:before,
.menu li a:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* fixed */
.fixed .menu li a:before {
    top: -15px;
    border-color: #fd226a;
}

/* fixed ends! */

@media screen and (min-width: 991px) {
    .menu li a {
        padding: 10px 0px;
    }

    .header-area.fixed .menu li:last-child a,
    .menu li:last-child a {
        color: #fff;
        background-color: #fd226a;
        border: 1px solid #fd226a;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 30px;
        margin-left: 10px;
        padding: 8px 30px;
        letter-spacing: .5px;
        -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
        box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
        position: relative;
    }

    .menu li:last-child a:active {
        top: 2px;
    }

    .menu li:last-child a:before {
        display: none;
    }

    .header-area.fixed {
        padding: 20px 0px;
    }

    .menu li a:before {
        top: -15px;
    }

    .fixed .menu li a:before {
        top: -10px;
    }
}

/*
 * 3.0 Home (Section)
 * -----------------------------------------------------------------------------
 */

.home-area {
    height: 700px;
    position: relative;
}

.home-area .image-area {
    -webkit-clip-path: polygon(100% 0, 100% 12%, 45% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 12%, 45% 100%, 0 100%, 0 0);
    background: url('../images/home-image.jpg');
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.home-area .image-area::before {
    content: '';
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(-225deg, #21508e 0%, #192A40 52%, #F7F0E0 100%);
    opacity: 0.8;
}

.home-area .container {
    position: relative;
}

/* title area */

.home-area .home-content {
    position: relative;
    z-index: 9;
    color: #ffffff;
}

.home-area .main-head {
    font-weight: bold;
    font-size: 62px;
    font-family: 'Poppins', sans-serif;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.home-area .description {
    font-size: 16px;
    width: 100%;
    margin-bottom: 40px;
    font-weight: 400;
}

.home-area .sub-head {
    background: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    color: #242732;
    padding: 5px 10px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.home-area .button-area a:first-child {
    margin-left: 0;
}

.cd-headline.clip b > i {
    font-style: normal;
    color: #F8F1DF;
}

/*Home Registration Area*/

.home-registration-area {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 9;
    width: 430px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    padding: 30px 15px;
    border-radius: 10px;
}

.home-registration-area h3 {
    font-weight: 700;
    text-align: left;
}

.home-registration-area h3 > span {
    color: #fd226a;
}

.home-registration-area p {
    text-align: left;
    font-weight: 500;
}

.home-registration-area .line {
    background-color: rgba(36, 39, 50, 0.07);
    height: 1px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

.home-registration-area .line::before {
    content: '';
    background-color: #fd226a;
    position: absolute;
    left: 0;
    width: 60px;
    height: 1px;
}

/*
 * 4.0 About (Section)
 * -----------------------------------------------------------------------------
 */

.about-area {
    position: relative;
}

.about-area .section-heading {
    text-align: left;
}

.about-area .section-heading .section-title::before,
.about-area .section-heading .section-title::after {
    right: inherit;
}

.about-area .section-description {
    margin-bottom: 15px;
}

.about-area .single-about {
    padding: 32px 38px;
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
}

.about-area .single-about:hover {
    transform: translateY(-6px);
}

.about-area .single-about span {
    font-size: 36px;
    color: #fd226a;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}

.about-area .single-about .about-title {
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Raleway, sans-serif;
}

.about-area .button-area {
    margin-top: 34px;
}

.about-area .button-area a:first-child {
    margin: 0;
}

/*
 * 5.0 Video (Section)
 * -----------------------------------------------------------------------------
 */

.video-area {
    padding-top: 0;
    position: relative;
    background-color: #242732;
    margin-top: 50px;
}

.video-area::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(253, 34, 106);
}

.video-area .video-frame {
    margin: 0 auto;
    display: block;
    margin-top: -150px;
    padding: 0;
    position: relative;
    height: 480px;
}

.video-area .video-frame .image-item {
    width: 100%;
    position: absolute;
    z-index: 9;
}

.video-area .play-area {
    display: block;
    height: 72%;
    margin: 0 auto;
    width: 80%;
    position: absolute;
    top: 55px;
    z-index: 1;
    left: 0;
    right: 0;
    overflow: hidden;
    background-image: url('../images/home-image.jpg');
    background-size: cover;
    background-position: center;
}

.video-area .play-area::before {
    content: '';
    background-color: rgba(253, 34, 106, 0.63);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-area .play-area img {
    width: 100%;
    z-index: 9;
    position: relative;
}

.video-area .play-button {
    position: absolute;
    left: 45%;
    top: 40%;
}

.video-area .play-area span {
    margin: 0 auto;
    display: block;
    font-size: 30px;
    background: #ffffff;
    padding: 20px 24px;
    width: 70px;
    line-height: 0;
    height: 70px;
    text-align: center;
    border-radius: 100px;
    color: #fd226a;
    position: relative;
    z-index: 2;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.video-area .play-area:hover span {
    background: #ffffff;
    color: #fd226a;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.video-area .circle-animation {
    display: block;
    top: -40px;
    right: 0;
    left: -40px;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 150px;
    height: 150px;
    margin: 0;
    border-radius: 50%;
    transition: .3s;
    background-color: #fff;
    z-index: 1;
    animation: pulseanim 1.2s ease-in-out infinite;
}

@keyframes pulseanim {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/*statistic*/

.statistic-area {
    margin-top: 60px;
}

.statistic-area i {
    margin-bottom: 20px;
    color: #fd226a;
    font-size: 45px;
    text-align: center;
    display: block;
}

.statistic-area .pink .statistic-title,
.statistic-area .pink i {
    color: #242732;
}

.statistic-area h3 {
    font-weight: 900;
    display: block;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.statistic-area span.statistic-title {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: #fd226a;
    font-weight: 700;
    font-size: 16px;
}

@media screen and (min-width: 1199px) {

    .video-area .video-frame .image-item {
        width: 800px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .video-area .play-area {
        height: 370px;
        width: 610px;
    }

    .statistic-area {
        margin-top: 80px;
    }
}

/*
 * 6.0 Speaker (Section)
 * -----------------------------------------------------------------------------
 */

.speaker-area {
    position: relative;
}

.speaker-area .section-heading {
    text-align: left;
}

.speaker-area .section-heading .section-title::before,
.speaker-area .section-heading .section-title::after {
    right: inherit;
}

.speaker-area .section-description {
    padding: 0;
    margin: inherit;
}

.speaker-area .speaker-item {
    margin-bottom: 30px;
}

.speaker-area .speaker-item .img-item {
    overflow: hidden;
}

.speaker-area .speaker-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    width: 100%;
}

.speaker-area .speaker-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.speaker-area .speaker-item .speaker-caption {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #242732;
    position: relative;
}

.speaker-area .speaker-item .speaker-detail {
    position: relative;
}

.speaker-area .speaker-item .social-icons {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.speaker-area .speaker-item .social-icons::before {
    content: '';
    background-image: url('../images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.speaker-area .speaker-item:hover .social-icons {
    top: -40px;
}

.speaker-area .social-icons li a i {
    font-size: 16px;
    line-height: 16px;
}

.speaker-area .social-icons li a i:hover {
    color: #fd226a;
}

.speaker-area .speaker-caption .name {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.speaker-area .speaker-caption .name::after {
    content: '';
    height: 2px;
    background: #fd226a;
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -7px;
}

.speaker-area .speaker-caption .job-title {
    font-weight: 500;
    font-size: 16px;
    color: #fd226a;
}

/**
 * 7.0 Conference Schedule (Section)
 * -----------------------------------------------------------------------------
 */

.schedule-area {
    padding-bottom: 120px;
}

.schedule-area .ntSubTitle {
    margin-bottom: 60px;
    text-align: center;
}

/* tab */
ul.schedule-tab {
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

ul.schedule-tab li a.active {
    color: #ffffff;
    border-color: #fd226a;
    background-color: #fd226a;
}

ul.schedule-tab li a:hover {
    color: #ffffff;
    background: #fd226a;
    border-color: #fd226a;
    text-decoration: none;
}

ul.schedule-tab li {
    margin-right: 5px;
}

ul.schedule-tab li a {
    padding: 5px 15px;
    display: block;
    border: 2px solid #242732;
    color: #242732;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.schedule-button {
    right: 0;
    color: #242732;
    bottom: 0;
    padding: 5px 15px;
    font-size: 14px;
    position: absolute;
    border-radius: 50px;
    border: 2px solid #242732;
    margin-bottom: 10px;
}

.schedule-button:hover {
    color: #fd226a;
    border-color: #fd226a;
}

/* Tab content */
.tab-content {
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    padding-top: 50px;
}

.tab-content .event {
    overflow: hidden;
}

.tab-content .event .time {
    float: left;
    width: 25.57319%;
    text-align: right;
    padding-right: 33px;
    position: relative;
    line-height: 1.82em;
    font-size: 22px;
    font-weight: bold;
    color: #fd226a;
}

.tab-content .event .time span {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #fd226a;
    position: absolute;
    top: 17px;
    right: -6px;
    color: white;
    border-radius: 50%;
    text-align: center;
}

.tab-content .event .info {
    float: left;
    width: 74.42681%;
    padding-left: 57px;
    border-left: 1px solid #fd226a;
}

.tab-content .event .time,
.tab-content .event .info h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fd226a;
    line-height: 34px;
}

.tab-content .event .info h3 {
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.tab-content .event .info .social-icons {
    display: block;
    width: 130px;
    margin: 0 auto;
}

.info .social-icons a {
    border-color: #fd226a;
    color: #fd226a;
}

.info .social-icons a a:active,
.info .social-icons a:focus,
.info .social-icons a:hover {
    color: #242732;
}

.tab-content .event hr {
    border-color: #eee;
}

/*extend */
.tab-content .event.extend span {
    width: 31px;
    height: 31px;
    top: 7px;
    right: -16px;
    line-height: 32px;
    cursor: pointer;
}

.tab-content .event.extend .name {
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 22px;
}

.tab-content .event.extend .name .text-area {
    overflow: hidden;
    float: left;
}

.tab-content .event.extend .name p {
}

.tab-content .event.extend .name strong {
    color: #fd226a;
    font-size: 18px;
    font-weight: 400;
}

.tab-content .event.extend .caption {
    overflow: hidden;
    display: block;
    background: #f6f7fd;
    padding: 25px 20px;
    border: 1px solid #eee;
}

.tab-content .event.extend .caption .image-area {
    display: block;
    overflow: hidden;
    width: 170px;
    float: left;
    margin-right: 25px;
}

.tab-content .event.extend .caption .image-area img {
    border: 1px solid #eeeeee;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 15px;
}

.tab-content .event.extend .text-area {
    width: 100%;
}

/*
 * 8.0 Get Started (section)
 * -----------------------------------------------------------------------------
 */

.getstarted-area {
    position: relative;
    background-image: url('../images/get-started.jpg');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.getstarted-area::before {
    content: '';
    background-color: rgba(36, 39, 50, 0.87);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.getstarted-area .section-heading {
    margin-bottom: 20px;
}

.register-button {
    display: block;
    background: #fff;
    width: 177px;
    padding: 20px 0 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.register-button::before {
    content: '';
    background-image: url('../images/getstarted-left-curve.svg');
    position: absolute;
    left: -101px;
    width: 103px;
    height: 67px;
    top: 0px;

}

.register-button::after {
    content: '';
    background-image: url('../images/getstarted-right-curve.svg');
    position: absolute;
    right: -101px;
    width: 103px;
    height: 67px;
    top: 0px;
}

.register-button a {
    font-size: 16px;
    margin: 0;
}

/*
 * 9.0 Sponsor (section)
 * -----------------------------------------------------------------------------
 */

.client-area {
    position: relative;
}

.clients-carousel .item {
    border: 1px solid #eee;
    background: rgba(246, 247, 253, 0.25);
    cursor: move;
}

.clients-carousel .item img {
    display: block;
    margin: 0 auto;
    width: inherit;
    opacity: 0.5;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.clients-carousel .item:hover img {
    opacity: 1;
}

/*
 * 10.0 Sponsorship (section)
 * -----------------------------------------------------------------------------
 */

.pricing-area {
    position: relative;
}

.single-plan {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 40px 0;
    text-align: center;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0;
}

.single-plan.plan-popular {
    margin: 0 -32px;
    padding-bottom: 65px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
    border: none;
    background-color: #fff;
}

.single-plan.plan-popular .plan-head {
    padding-top: 65px;
    background: rgb(36, 39, 50);
}

.single-plan .image-icon {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.single-plan .plan-head {
    background: rgba(36, 39, 50, 0.95);
    padding: 35px 0;
    margin-bottom: 30px;
    color: #fff;
}

.single-plan .plan-type {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-plan .plan-price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.single-plan .plan-price > span {
    font-weight: 700;
    color: #fd226a;
}

.single-plan .plan-list {
    margin-bottom: 30px;
}

.single-plan .plan-list li {
    padding: 15px 0;
    border-bottom: 1px dashed rgba(202, 202, 202, 0.48);
}

.single-plan .plan-list li:last-child {
    border-bottom: none;
}

/*
 * 11.0 Blog (section)
 * -----------------------------------------------------------------------------
 */

.blog-area {
    position: relative;
    overflow: hidden;
}

.blog-item {
    position: relative;
    overflow: hidden;
}

.blog-item img {
    width: 100%;
}

.blog-text {
    position: relative;
    z-index: 9;
}

.blog-text .text-title {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #242732;
    position: relative;
    z-index: 9;
}

.blog-text .date {
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    font-size: 12px;
}

.blog-item:hover .blog-text .date {
    top: -35px;
}

.blog-text .date::before {
    content: '';
    background-image: url('../images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.blog-text .text-title a {
    text-decoration: none;
}

.blog-text .text-title h3 {
    font-weight: 700;
    color: #242732;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-item .btn {
    margin: 0;
}

.blog-item .img-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.blog-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover .blog-text .text-title h3 {
    color: #fd226a;
}

/*
 * 12.0 Register (section)
 * -----------------------------------------------------------------------------
 */

.contact-area {
    position: relative;
    padding-bottom: 0;
}

.contact-area .left-area {
    background: #fd226a;
    color: #fff;
    padding: 35px 25px;
    overflow: hidden;
}

.contact-area .container {
    z-index: 1;
    position: relative;
}

/*left area*/

.contact-area .left-area h4 {
    font-weight: 900;
    font-size: 38px;
    border-bottom: 2px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 18px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.contact-area .left-area p {
    font-size: 18px;
}

.contact-area .left-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-area .left-area ul li {
    padding: 5px 0;
    position: relative;
    padding-left: 35px;
}

.contact-area .left-area ul li a {
    color: #ffffff;
    text-decoration: underline;
}

.contact-area .left-area ul li span {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 7px;
    left: 0;
}

/*right area*/

.contact-area .right-area {
    position: relative;
    background: #ffffff;
    padding: 35px 20px;
}

/*Floating CSS*/
.form-area {
    position: relative;
    overflow: hidden
}

.form-area input:focus ~ .floating-label,
.form-area input:not(:focus):valid ~ .floating-label,
.form-area textarea:focus ~ .floating-label,
.form-area textarea:not(:focus):valid ~ .floating-label {
    top: -12px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    color: #fd226a;
}

.form-area .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.form-area .input-area,
.form-area .select-area,
.form-area .text-area {
    position: relative;
}

.form-area .select-area select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-area .select-area::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    right: 0;
    top: 20px;
}

.form-area .btn {
    margin-top: 20px;
}

.form-area .input-area input,
.form-area .select-area select,
.form-area .text-area textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    padding-left: 0;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
}

.form-area .input-area input:focus,
.form-area .select-area select:focus,
.form-area .text-area textarea:focus {
    border-color: #fd226a;
}

/*validation*/
.form-area .input-area input.error,
.form-area .select-area select.error,
.form-area .text-area textarea.error {
    border-color: #e65858;
}

span.error {
    font-size: 10px;
    color: #e65858;
    position: absolute;
    bottom: -25px;
    right: 0;
}

/*Google Map*/
#map {
    width: 100%;
    height: 600px;
    margin-top: -150px;
}

/*
 * 13.0 Footer (section)
 * -----------------------------------------------------------------------------
 */

.footer-area {
    background-color: #242732;
    color: #969696;
    padding: 25px 0;
}

.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    padding: 0 5px;
}

.footer-social li a {
    color: #969696;
}

.footer-social li a:hover {
    color: #ffffff;
}

.footer-social li a i {
    font-size: 16px;
    line-height: 16px;
}

/*
 * 14.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/*big screen */
@media screen and (min-width: 1399px) {
    .home-area .main-head {
        font-size: 85px;
    }

    .home-area .description {
        width: 80%;
    }

    .menu li a {
        font-size: 15px;
        margin: 0 15px;
    }

    .video-area .video-frame {
        height: 520px;
    }
}

/* Desktop */
@media screen and (max-width: 1199px) {
    .video-area .video-frame {
        height: 520px;
    }

    .cd-words-wrapper b {
        font-size: 50px;
    }

    .cd-headline.clip span {
        font-size: 28px;
        padding: 5px 0;
    }
}

/* Laptop */
@media screen and (max-width: 1024px) {

}

/* Tablet (landscape) */
@media screen and (max-width: 991px) {

    .home-registration-area {
        display: none;
    }

    .home-area .image-area {
        clip-path: none;
        -webkit-clip-path: none;
    }

    .menu {
        left: 0;
        background: #ffffff;
        padding: 20px 15px;
        margin-top: 20px;
        position: relative;
    }

    .menu li {
        line-height: 40px;
    }

    .menu li a {
        display: inline-block;
        color: #333;
    }

    .menu li a.active, .menu li a:hover {
        color: #fd226a;
    }

    .fixed .menu li a:before,
    .menu li a:before {
        top: 35px;
        border-color: #fd226a;
    }

    .menu li a:before {
        top: 32px;
    }

    .single-plan.plan-popular {
        margin: 0;
    }

    .header-area {
        background-color: transparent;
        padding: 25px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    }

    .home-area .main-head {
        font-size: 50px;
    }

    .home-area .description {
        font-size: 16px;
        width: 100%;
    }

    .fixed .navbar .navbar-toggler-icon:hover {
        color: #fd226a;
    }

    /*Conference Schedule*/
    .tab-content .event.extend .caption .image-area {
        float: initial;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .tab-content .event.extend .caption {
        text-align: center;
    }

    .video-area::before {
        display: none;
    }

    .statistic-area .pink .statistic-title,
    .statistic-area .pink i {
        color: #fd226a;
    }

    .statistic-area span.statistic-title {
        margin-bottom: 50px;
    }

    .video-area {
        padding-bottom: 50px;
    }
}

/* Tablet (portrait) */
@media screen and (max-width: 767px) {

    .single-section .section-heading .section-title {
        font-size: 40px;
    }

    .copyright {
        font-size: 13px;
        margin-bottom: 5px;
        text-align: center;
    }

    .footer-social {
        text-align: center;
    }

    .footer-social li a i {
        font-size: 14px;
        line-height: 14px;
    }

    .home-area .main-head {
        font-size: 40px;
    }

    .cd-words-wrapper b {
        font-size: 45px;
    }

    .cd-headline.clip span {
        font-size: 25px;
        padding: 10px 0;
    }

    ul.schedule-tab li:last-child a,
    .schedule-button {
        display: none;
    }

    /*left align all*/
    .video-area .video-frame {
        height: 360px;
    }

    .video-area .play-area {
        top: 45px;
    }

    .video-area .circle-animation {
        top: -51px;
        right: 0;
        left: -52px;
    }

    .video-area .play-area span {
        height: 50px;
        width: 50px;
        font-size: 18px;
        padding: 15px 17px;
    }

    .section-description {
        padding: 0;
    }
}

/*Mobile*/
@media screen and (max-width: 480px) {

    .btn {
        margin: 0 5px;
        padding: 10px 20px;
        font-size: 13px;
    }

    .home-area {
        height: 580px;
    }

    .home-area .main-head {
        font-size: 30px;
    }

    .video-area .play-button {
        position: absolute;
        left: 42%;
        top: 40%;
    }

    .single-section .section-heading .section-title {
        font-size: 35px;
    }

    .register-button {
        background: transparent;
        width: 130px;
        bottom: 90px;
        padding-top: 0;
        right: initial;
        left: 15px;
    }

    .getstarted-area {
        padding-bottom: 150px;
    }

    .register-button::after,
    .register-button::before {
        display: none;
    }

    .register-button a {
        font-size: 14px;
    }

    .about-area .single-about .image-icon,
    .single-plan .image-icon {
        width: 120px;
    }

    .home-area::before {
        opacity: 0.5;
    }

    .video-area .play-area {
        top: 25px;
    }

    .video-area .video-frame {
        height: 280px;
    }

    .cd-words-wrapper b {
        font-size: 30px;
    }

    .cd-headline.clip span {
        font-size: 20px;
        padding: 5px 0;
        font-weight: 400;
    }

    .home-area .description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .tab-content .event.extend .caption .image-area {
        width: 100%;
    }

    .tab-content .event .time, .tab-content .event .info h3 {
        font-size: 18px;
        line-height: 24px;
    }

}

/* only for video*/
@media screen and (max-width: 395px) {
    .video-area .video-frame {
        height: 238px;
    }
}

/* Mini-Mobile */
@media screen and (max-width: 320px) {
    .video-area .video-frame {
        height: 175px;
    }

    .home-area .sub-head {
        font-size: 12px;
    }

    .home-area .main-head {
        font-size: 28px;
    }

    .home-area .description {
        font-size: 14px;
    }

    .btn {
        margin: 5px 5px;
        padding: 10px 15px;
        font-size: 12px;
    }

}