    /* ------------------------------------------
[Master Stylesheet]

Template Name: Confer - Conference Event HTML Template
Template Author: Colorlib
Template Author URL: http://colorlib.com
Version: 1.0.0
Last Update: March 14, 2019

[Tables of CSS Content]

+ body

    01.0 Reboot Area CSS
    02.0 Spacing Area CSS
    03.0 Preloader Area CSS
    04.0 Heading Area CSS
    05.0 Backtotop Area CSS
    06.0 Buttons Area CSS
    07.0 Header Area CSS
    08.0 Hero Area CSS
    09.0 Footer Area CSS
    10.0 About Area CSS
    11.0 Counter Area CSS
    12.0 Speakar Area CSS
    13.0 Breadcrumb Area CSS
    14.0 Blog Area CSS
    15.0 Widget Area CSS
    16.0 Client Area CSS
    17.0 Schedule Area CSS
    18.0 Ticket Area CSS
    19.0 Sponsor Area CSS
    20.0 Contact Area CSS
    21.0 CTA Area CSS
--------------------------------------------- */
    /* Import Fonts & All CSS */
    
    @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
    @import url(bootstrap.min.css);
    @import url(animate.css);
    @import url(classy-nav.css);
    @import url(owl.carousel.min.css);
    @import url(magnific-popup.css);
    @import url(font-awesome.min.css);
    @import url(material-design-iconic-font.min.css);
    @import url(style_1.css);
    /* :: 01.0 Reboot Area CSS */
    
    * {
        margin: 0;
        padding: 0;
    }
    
html {
    scroll-behavior: smooth;

}
    
    body {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 16px;
        position: relative;
        z-index: auto;
        background-color: #fffdf7;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Poppins", sans-serif;
        color: #111343;
        line-height: 1.25;
        font-weight: 600;
    }
    
    a,
    a:active,
    a:focus,
    a:hover {
        color: #111343;
        text-decoration: none;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        outline: none;
        font-weight: 500;
    }
    
    li {
        list-style: none;
    }
    
    p {
        line-height: 1.8;
        color: #5d5e8d;
        font-size: 16px;
        font-weight: 400;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    ul {
        margin: 0;
        padding: 0;
    }
    
    ul li {
        margin: 0;
        padding: 0;
    }
    
    .preloader {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #171717;
        z-index: 999999999999;
        transition: 0.3s;
        height: 100vh;
        width: 100vw;
    }
    
    .preloader .preloaderlogo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: auto;
        width: 250px;
        z-index: 99;
    }
    
    .bg-overlay {
        position: relative;
        z-index: 1;
    }
    
    .bg-overlay::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .bg-gradient-overlay {
        position: relative;
        z-index: 1;
    }
    
    .bg-gradient-overlay::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #c63fa4;
        background-image: -moz-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        background-image: -webkit-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        background-image: -ms-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        opacity: 0.9;
    }
    
    .bg-gradient-overlay-2 {
        position: relative;
        z-index: 1;
    }
    
    .bg-gradient-overlay-2::after {
        border-radius: 10px;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 100%);
    }
    
    .bg-img {
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
    
    .jarallax {
        position: relative;
        z-index: 0;
    }
    
    .jarallax .jarallax-img {
        position: absolute;
        object-fit: cover;
        font-family: 'object-fit: cover';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    
    .bg-boxshadow {
        -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    }
    
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        position: fixed;
        z-index: 100;
        color: #ffffff;
        right: 20px;
        text-align: center;
        padding-right: 0;
        width: 100%;
        top: 20px;
        width: 30px;
        background: #edcd57;
        height: 30px;
        line-height: 30px;
    }
    
    img.mfp-img {
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    }
    
    button.mfp-close,
    button.mfp-arrow {
        background: #edcd57;
    }
    
    .mfp-bottom-bar {
        display: none !important;
    }
    
    .mfp-bg {
        background-color: #000000;
    }
    
    .bg-transparent {
        background-color: transparent !important;
    }
    
    .bg-gray {
        background-color: #f7f7f7 !important;
    }
    
    textarea:focus,
    input:focus {
        outline: none;
    }
    
    textarea:invalid,
    input:invalid,
    textarea:required,
    input:required {
        box-shadow: none !important;
    }
    
    .border {
        border-color: #4b4d7b;
    }
    
    .mfp-arrow-left::after {
        border-right-color: transparent;
    }
    
    .mfp-arrow-left::before {
        border-right-color: #ffffff;
    }
    
    .mfp-arrow-right::after {
        border-left-color: transparent;
    }
    
    .mfp-arrow-right::before {
        border-left-color: #ffffff;
    }
    /* :: 02.0 Spacing Area CSS */
    
    .mt-15 {
        margin-top: 15px;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .mt-20 {
        margin-top: 20px;
    }
    
    .mt-40 {
        margin-top: 40px;
    }
    
    .mt-50 {
        margin-top: 50px;
    }
    
    .mt-70 {
        margin-top: 70px;
    }
    
    .mt-80 {
        margin-top: 80px;
    }
    
    .mt-100 {
        margin-top: 100px;
    }
    
    .mt-150 {
        margin-top: 150px;
    }
    
    .mr-15 {
        margin-right: 15px;
    }
    
    .mr-30 {
        margin-right: 30px;
    }
    
    .mr-50 {
        margin-right: 50px;
    }
    
    .mr-100 {
        margin-right: 100px;
    }
    
    .mb-10 {
        margin-bottom: 10px;
    }
    
    .mb-15 {
        margin-bottom: 15px;
    }
    
    .mb-30 {
        margin-bottom: 30px;
    }
    
    .mb-40 {
        margin-bottom: 40px;
    }
    
    .mb-50 {
        margin-bottom: 50px;
    }
    
    .mb-60 {
        margin-bottom: 60px;
    }
    
    .mb-70 {
        margin-bottom: 70px;
    }
    
    .mb-80 {
        margin-bottom: 80px;
    }
    
    .mb-100 {
        margin-bottom: 100px;
    }
    
    .ml-15 {
        margin-left: 15px;
    }
    
    .ml-30 {
        margin-left: 30px;
    }
    
    .ml-50 {
        margin-left: 50px;
    }
    
    .ml-100 {
        margin-left: 100px;
    }
    
    .pt-50 {
        padding-top: 50px !important;
    }
    
    .section-padding-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .section-padding-0-80 {
        padding-top: 0;
        padding-bottom: 80px;
    }
    
    .section-padding-80-0 {
        padding-top: 80px;
        padding-bottom: 0;
    }
    
    .section-padding-80-50 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    .section-padding-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .section-padding-0-85 {
        padding-top: 0;
        padding-bottom: 85px;
    }
    
    .section-padding-100-60 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    
    .section-padding-100-70 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    
    .section-padding-0-100 {
        padding-top: 0;
        padding-bottom: 100px;
    }
    
    .section-padding-100-0 {
        padding-top: 100px;
        padding-bottom: 0;
    }
    /* :: 3.0 Preloader Area CSS */
    
    #preloader {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        top: 0;
        left: 0;
        background: #edcd57;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
    }
    
    .loader {
        position: relative;
        z-index: 1;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-animation: loader linear 2s infinite;
        animation: loader linear 2s infinite;
        border-top: 2px solid #ffffff;
        border-left: 2px solid transparent;
        border-right: 2px solid transparent;
        border-bottom: 2px solid transparent;
    }
    
    @-webkit-keyframes loader {
        0% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes loader {
        0% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    /* :: 4.0 Heading Area CSS */
    
    .section-heading {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
    
    .section-heading p {
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: inline-block;
        font-weight: 400;
    }
    
    .section-heading h4 {
        font-size: 38px;
        color: #ffffff;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    @media only screen and (max-width: 767px) {
        .section-heading h4 {
            font-size: 26px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .section-heading h4 {
            font-size: 30px;
        }
    }
    
    .section-heading-2 {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
    
    .section-heading-2 p {
        color: #edcd57;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: inline-block;
        font-weight: 400;
    }
    
    .section-heading-2 h4 {
        font-size: 38px;
        color: #ffffff;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    @media only screen and (max-width: 767px) {
        .section-heading-2 h4 {
            font-size: 26px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .section-heading-2 h4 {
            font-size: 30px;
        }
    }
    
    .section-heading-3 {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
    
    .section-heading-3 p {
        color: #edcd57;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
        display: inline-block;
        font-weight: 400;
    }
    
    .section-heading-3 h4 {
        font-size: 38px;
        color: #111343;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    @media only screen and (max-width: 767px) {
        .section-heading-3 h4 {
            font-size: 26px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .section-heading-3 h4 {
            font-size: 30px;
        }
    }
    /* :: 5.0 Backtotop Area CSS */
    
    #scrollUp {
        position: fixed;
        right: 40px;
        font-size: 20px;
        line-height: 40px;
        width: 40px;
        height: 40px;
        bottom: 40px;
        background-color: #edcd57;
        color: #ffffff;
        text-align: center;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        z-index: 15962536;
    }
    
    @media only screen and (max-width: 767px) {
        #scrollUp {
            right: 20px;
            bottom: 20px;
        }
    }
    
    #scrollUp:focus,
    #scrollUp:hover {
        background-color: #000000;
        color: #ffffff;
    }
    /* :: 6.0 Buttons Area CSS */
    
    .btn:focus {
        box-shadow: none;
    }
    
    .confer-btn {
        position: relative;
        z-index: 1;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        font-weight: 500;
        border: none;
        display: inline-block;
        padding: 0 25px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #111;
        border-radius: 23px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        overflow: hidden;
    }
    
    .confer-btn i {
        margin-left: 5px;
    }
    
    .confer-btn::before {
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        content: '';
        background: #edcd57;
        z-index: -2;
    }
    
    .confer-btn:focus,
    .confer-btn:hover {
        font-weight: 500;
        background-color: #ffffff;
        color: #111343 !important;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    }
    
    .confer-btn:focus i,
    .confer-btn:hover i {
        -webkit-animation: buttonIcon 1s ease-in infinite;
        animation: buttonIcon 1s ease-in infinite;
    }
    
    .confer-btn:focus::before,
    .confer-btn:hover::before {
        left: 110%;
    }
    
    @-webkit-keyframes buttonIcon {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    @keyframes buttonIcon {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    
    .confer-btn-2 {
        position: relative;
        z-index: 1;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        padding: 0 25px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #ffffff;
        border-radius: 23px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .confer-btn-2 i {
        margin-left: 4px;
    }
    
    .confer-btn-2.btn-2 {
        color: #111343;
    }
    
    .confer-btn-2:focus,
    .confer-btn-2:hover {
        font-weight: 500;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        background-color: #edcd57;
        color: #ffffff;
    }
    
    .confer-btn-white {
        position: relative;
        z-index: 1;
        height: 46px;
        padding: 0 25px;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 23px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 42px;
        font-weight: 500;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .confer-btn-white i {
        margin-left: 5px;
    }
    
    .confer-btn-white:hover,
    .confer-btn-white:focus {
        background-color: #edcd57;
        border-color: #edcd57;
        color: #ffffff;
    }
    
    .confer-btn-white-2 {
        position: relative;
        z-index: 1;
        height: 46px;
        padding: 0 25px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        border-radius: 23px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 42px;
        font-weight: 500;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .confer-btn-white-2 i {
        margin-left: 3px;
    }
    
    .confer-btn-white-2:hover,
    .confer-btn-white-2:focus {
        background-color: #edcd57;
        border-color: #edcd57;
        color: #ffffff;
    }
    
    .confer-gb-btn {
        position: relative;
        z-index: 1;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 46px;
        padding: 0 25px;
        min-width: 180px;
        height: 46px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 23px;
        border: none;
        overflow: hidden;
    }
    
    .confer-gb-btn::before {
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms;
        position: absolute;
        width: 120%;
        height: 120%;
        top: -10%;
        left: -10%;
        content: '';
        background: #edcd57;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        z-index: -2;
    }
    
    .confer-gb-btn::after {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 23px;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background-color: #151853;
        content: '';
        z-index: -1;
    }
    
    .confer-gb-btn:hover,
    .confer-gb-btn:focus {
        color: #ffffff;
    }
    
    .confer-gb-btn:hover::after,
    .confer-gb-btn:focus::after {
        opacity: 0;
    }
    /* :: 7.0 Header Area CSS */
    
    .classy-nav-container {
        background-color: transparent;
        padding: 0;
    }
    
    .classy-nav-container .classy-navbar {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        height: 105px;
        padding: 0;
    }
    
    @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .nav-brand {
            max-width: 120px;
            margin-right: 15px;
        }
    }
    
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 500;
        padding: 0 20px;
    }
    
    .classy-nav-container .classy-navbar .classynav ul li a:hover,
    .classy-nav-container .classy-navbar .classynav ul li a:focus {
        color: #edcd57;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
            font-size: 14px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
            font-size: 14px;
            color: #111343;
        }
        .classy-nav-container .classy-navbar .classynav ul li a:hover,
        .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #edcd57;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
            font-size: 14px;
            color: #111343;
        }
        .classy-nav-container .classy-navbar .classynav ul li a:hover,
        .classy-nav-container .classy-navbar .classynav ul li a:focus {
            color: #edcd57;
        }
    }
    
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,
    .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
        font-size: 14px;
        text-transform: uppercase;
        height: 42px;
        line-height: 42px;
        padding: 0 30px;
        color: #111343;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .spanindown {
        color: #c11919;
        font-size: 12px;
        position: relative;
        bottom: 1px;
    }
    
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,
    .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,
    .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: #edcd57;
    }
    
    .classy-nav-container .classy-navbar .classynav ul li.active a {
        color: #edcd57;
    }
    
    .classynav ul li.has-down>a::after,
    .classynav ul li.has-down.active>a::after,
    .classynav ul li.megamenu-item>a::after {
        color: #edcd57;
    }
    
    .breakpoint-off .classynav ul li .dropdown,
    .breakpoint-off .classynav ul li .megamenu {
        width: 200px;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        border-radius: 4px;
    }
    
    .breakpoint-off .classynav ul li .megamenu {
        width: 100%;
    }
    
    .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff;
    }
    
    .header-area {
        position: fixed;
        z-index: 999;
        width: 100%;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .header-area.sticky {
        background-color: #000000de;
        -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
        box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    }
    
    .header-area.sticky .classy-navbar {
        height: 75px;
    }
    /* :: 8.0 Hero Area CSS */
    
    .welcome-area {
        position: relative;
        z-index: 1;
    }
    
    .welcome-area .icon-scroll {
        width: 26px;
        height: 39px;
        position: absolute;
        z-index: 999999;
        left: 50%;
        bottom: 40px;
        margin-left: -13px;
        -webkit-box-shadow: inset 0 0 0 2px #ffffff;
        box-shadow: inset 0 0 0 2px #ffffff;
        border-radius: 25px;
        opacity: 0.75;
        cursor: pointer;
    }
    
    .welcome-area .icon-scroll::before {
        position: absolute;
        z-index: 999999;
        content: '';
        width: 6px;
        height: 6px;
        background: #ffffff;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 8px;
        border-radius: 4px;
        -webkit-animation: iconScroll linear 1200ms infinite;
        animation: iconScroll linear 1200ms infinite;
    }
    
    @-webkit-keyframes iconScroll {
        0% {
            top: 8px;
            opacity: 1;
        }
        50% {
            opacity: 0;
            top: 23px;
        }
        100% {
            top: 8px;
            opacity: 0;
        }
    }
    
    @keyframes iconScroll {
        0% {
            top: 8px;
            opacity: 1;
        }
        50% {
            opacity: 0;
            top: 23px;
        }
        100% {
            top: 8px;
            opacity: 0;
        }
    }
    
    .welcome-slides {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    .welcome-slides .owl-prev,
    .welcome-slides .owl-next {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        border-radius: 50%;
        position: absolute;
        width: 46px;
        height: 46px;
        top: 50%;
        left: 70px;
        margin-top: -33px;
        z-index: 10;
        text-align: center;
        line-height: 44px;
        border: 2px solid #bcb592;
        color: #bcb792;
        font-size: 34px;
    }
    
    .welcome-slides .owl-prev:hover,
    .welcome-slides .owl-prev:focus,
    .welcome-slides .owl-next:hover,
    .welcome-slides .owl-next:focus {
        background-color: rgba(255, 255, 255, 0.5);
        color: #000000;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .welcome-slides .owl-prev,
        .welcome-slides .owl-next {
            left: 30px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .welcome-slides .owl-prev,
        .welcome-slides .owl-next {
            width: 40px;
            left: 15px;
            height: 40px;
            font-size: 18px;
            line-height: 38px;
            opacity: 0.3;
        }
    }
    
    .welcome-slides .owl-next {
        left: auto;
        right: 70px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .welcome-slides .owl-next {
            right: 30px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .welcome-slides .owl-next {
            right: 15px;
        }
    }
    
    @media (min-width: 991px) {
        .citiesdrop {
            max-height: 500px;
            overflow-y: auto;
            width: 250px !important;
        }
    }
    
    .single-welcome-slide {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 980px;
        background-color: #edcd57;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide {
            height: 800px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide {
            height: 800px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide {
            height: 700px;
        }
    }
    
    .single-welcome-slide .welcome-text {
        position: relative;
        z-index: 1;
    }
    
    .single-welcome-slide .welcome-text h2 {
        position: relative;
        z-index: 1;
        font-weight: 700;
        font-size: 90px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
        color: #ffffff;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
            font-size: 60px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
            font-size: 30px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
            font-size: 42px;
        }
    }
    
    .single-welcome-slide .welcome-text h2::after {
        position: absolute;
        content: "";
        height: 23px;
        width: 400px;
        top: 67px;
        right: 5px;
        z-index: -1;
        background-image: -webkit-linear-gradient(120deg, #0d3061 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2::after {
            top: 40px;
            height: 15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2::after {
            top: 45px;
            height: 20px;
            right: 0;
            width: 240px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2::after {
            top: 20px;
        }
    }
    
    .single-welcome-slide .welcome-text h6 {
        color: #ffffff;
        margin-bottom: 50px;
        text-transform: uppercase;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px 20px;
        font-size: 18px;
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h6 {
            font-size: 14px;
        }
        .single-welcome-slide .welcome-text {
            bottom: 11vh;
        }
        .confer-btn {
            position: relative;
            top: 50px;
        }
    }
    
    .single-welcome-slide .welcome-text .hero-mail-contact {
        color: #ffffff;
        font-style: italic;
        text-decoration: underline;
    }
    
    .single-welcome-slide .welcome-text .hero-mail-contact:hover,
    .single-welcome-slide .welcome-text .hero-mail-contact:focus {
        color: #edcd57;
    }
    
    .single-welcome-slide .welcome-text-two {
        position: relative;
        z-index: 1;
    }
    
    .single-welcome-slide .welcome-text-two h5 {
        font-size: 40px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h5 {
            font-size: 20px;
        }
    }
    
    .single-welcome-slide .welcome-text-two h2 {
        font-size: 90px;
        color: #ffffff;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text-two h2 {
            font-size: 62px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
            font-size: 30px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two h2 {
            font-size: 42px;
        }
    }
    
    .single-welcome-slide .welcome-text-two .event-meta {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }
    
    .single-welcome-slide .welcome-text-two .event-meta a {
        color: #ffffff;
        margin-right: 40px;
    }
    
    @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text-two .event-meta a {
            margin-right: 15px;
            font-size: 12px;
        }
    }
    
    .single-welcome-slide .welcome-text-two .event-meta a i {
        margin-right: 5px;
    }
    /* :: Footer Area CSS */
    
    .footer-area {
        position: relative;
        z-index: 1;
        background-color: #111343;
    }
    
    .footer-area .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    
    @media only screen and (max-width: 767px) {
        .footer-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    .footer-area .row .col-12 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    @media only screen and (max-width: 767px) {
        .footer-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    .main-footer-area {
        position: relative;
        z-index: 1;
    }
    
    .main-footer-area .single-footer-widget .widget-title {
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    
    .main-footer-area .single-footer-widget p {
        color: #edcd57;
        font-size: 14px;
    }
    
    .main-footer-area .single-footer-widget p i {
        margin-right: 5px;
    }
    
    .main-footer-area .single-footer-widget .footer-logo {
        display: block;
        margin-bottom: 20px;
    }
    
    .main-footer-area .single-footer-widget .social-info a {
        height: 34px;
        width: 34px;
        border: 1px solid #3d3e66;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 32px;
        color: #ffffff;
        font-size: 15px;
        margin-right: 8px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .main-footer-area .single-footer-widget .social-info a:hover,
    .main-footer-area .single-footer-widget .social-info a:focus {
        background-color: #5d5e8d;
        border-color: #5d5e8d;
    }
    
    .main-footer-area .single-footer-widget .footer-contact-info {
        position: relative;
        z-index: 1;
    }
    
    .main-footer-area .single-footer-widget .footer-contact-info p {
        margin-bottom: 13px;
    }
    
    .main-footer-area .single-footer-widget .footer-contact-info p:last-child {
        margin-bottom: 0;
    }
    
    .main-footer-area .single-footer-widget .footer-nav {
        position: relative;
        z-index: 1;
    }
    
    .main-footer-area .single-footer-widget .footer-nav li a {
        color: #edcd57;
        font-size: 14px;
        margin-bottom: 15px;
        display: inline-block;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .main-footer-area .single-footer-widget .footer-nav li a:hover,
    .main-footer-area .single-footer-widget .footer-nav li a:focus {
        color: #ffffff;
    }
    
    .main-footer-area .single-footer-widget .footer-nav li:last-child a {
        margin-bottom: 0;
    }
    
    .main-footer-area .single-footer-widget .footer-gallery .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .main-footer-area .single-footer-widget .footer-gallery .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .main-footer-area .single-footer-widget .footer-gallery a {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 10px;
        border-radius: 5px;
        width: 100%;
    }
    
    .main-footer-area .single-footer-widget .footer-gallery a img {
        border-radius: 5px;
        width: 100%;
    }
    
    .main-footer-area .single-footer-widget .footer-gallery a::before {
        background: #c63fa4;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        border-radius: 5px;
    }
    
    .main-footer-area .single-footer-widget .footer-gallery a:hover::before {
        visibility: visible;
        opacity: 0.8;
    }
    
    .copywrite-content {
        border-top: 1px solid #414269;
        padding: 15px 0;
    }
    
    @media only screen and (max-width: 767px) {
        .copywrite-content {
            text-align: center;
        }
    }
    
    .copywrite-content .copywrite-text p {
        color: #edcd57;
        font-size: 14px;
        margin-bottom: 0;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .copywrite-content .copywrite-text p {
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .copywrite-content .copywrite-text p {
            font-size: 12px;
        }
    }
    
    .copywrite-content .copywrite-text p a {
        color: #ffffff;
        font-weight: 400;
    }
    
    .copywrite-content .copywrite-text p a:hover,
    .copywrite-content .copywrite-text p a:focus {
        color: #edcd57;
    }
    
    .copywrite-content .footer-menu {
        position: relative;
        z-index: 1;
    }
    
    .copywrite-content .footer-menu .nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    @media only screen and (max-width: 767px) {
        .copywrite-content .footer-menu .nav {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
    }
    
    .copywrite-content .footer-menu .nav li {
        margin-right: 20px;
    }
    
    .copywrite-content .footer-menu .nav li:last-child {
        margin-right: 0;
    }
    
    .copywrite-content .footer-menu .nav li a {
        color: #edcd57;
        font-size: 14px;
        font-weight: 400;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .copywrite-content .footer-menu .nav li a {
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .copywrite-content .footer-menu .nav li a {
            font-size: 12px;
        }
    }
    
    .copywrite-content .footer-menu .nav li a i {
        position: relative;
        z-index: 1;
        top: -2px;
        font-size: 6px;
        margin-right: 2px;
        color: #115bbc;
    }
    
    .copywrite-content .footer-menu .nav li a:hover,
    .copywrite-content .footer-menu .nav li a:focus {
        color: #ffffff;
    }
    /* :: 10.0 About Area CSS */
    
    .about-us-countdown-area {
        position: relative;
        z-index: 1;
        background-color: #fffdf7;
    }
    
    .about-us-countdown-area .about-content-text h6 {
        font-size: 14px;
        font-weight: 500;
        color: #edcd57;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 2px solid #4b4d7b;
        margin-bottom: 20px;
        padding-bottom: 5px;
        display: inline-block;
    }
    
    .custom-control button {
        border: 0px;
        font-size: 13px;
        text-transform: uppercase;
        background-color: #fff;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 35px;
        box-shadow: 0px 0px 10px 3px #dddcdccc;
        cursor: pointer;
        color: #454545;
        transition: 0.3s;
        width: 175px;
        height: 65px;
        border: 1px solid #e8d4b5;
    }
    
    .custom-control button:hover {
        box-shadow: 0px 0px 12px 5px #dbdbdbeb;
        background-color: #0f2a4c;
        color: white;
        border: 0px solid #e8d4b5;
    }
    
    .nextbtn {
        box-shadow: 0px 0px 12px 5px #dbdbdbeb !important;
        background-color: #0f2a4c !important;
        color: white !important;
        border: 0px solid #e8d4b5 !important;
    }
    
    .titlesmall {
        color: #422e0f !important;
    }
    
    .elementscarsousal .carousel-item {
        height: 200px;
    }
    
    .elementscarsousal .carousel-control-prev,
    .elementscarsousal .carousel-control-next {
        top: 50px !important;
        height: 100px !important;
    }
    
    .buttonsofitem {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        cursor: pointer;
    }
    
    .nameItem {
        color: #454545 !important;
        font-size: 12px !important;
        padding: 10px !important;
        text-align: left;
        height: 45px;
        overflow: hidden;
    }
    
    .addressItem {
        color: #454545 !important;
        font-size: 10px !important;
        text-align: left !important;
        padding: 10px !important;
        padding-top: 0px;
        height: 45px;
        overflow: hidden;
    }
    
    .addedinitem {
        color: #454545 !important;
        font-size: 9px !important;
        padding-top: 35px !important;
        letter-spacing: 0px !important;
        text-align: left;
        width: 100%;
        padding-left: 16px;
    }
    
    .owl-carousel-elements .row {
        width: 100%;
        margin: 0px;
        overflow: hidden;
        margin-top: 10px;
    }
    
    .item .row .col-4 {
        font-size: 10px;
        border-right: 1px solid #e0e0e0;
    }
    
    .item .row .col-4 i {
        display: block;
        font-size: 18px;
    }
    
    .item .row .col-4:last-of-type {
        font-size: 10px;
        border-right: 0px;
    }
    
    .item {
        background-color: white;
        margin: 9px;
        box-shadow: 0px 0px 14px 1px #d6d6d6c7;
        height: 400px;
        border-radius: 4px;
        transition: 0.3s;
    }
    
    .item:hover {
        box-shadow: 0px 0px 14px 1px #7e7e7ec7;
    }
    
    .buttonfortype {
        text-transform: uppercase;
        color: white;
        background-color: #b38020d1;
        width: 62px;
        font-size: 10px;
        font-weight: 400;
        height: 21px;
        padding-top: 4px;
        position: absolute;
        top: 10px;
        right: 0px;
        border-radius: 3px;
    }
    
    .step2,
    .step3,
    .step4,
    .step5 {
        display: none;
        position: absolute;
    }
    
    .about-content-text .form-search {
        height: 40vh;
    }
    
    @media (max-width:990px) {
        .about-content-text .form-search {
            height: 100vh !important;
        }
    }
    
    #scrollmagic {
        background: #000e30;
        top: 10vh;
        overflow: hidden;
    }
    
    .imageparts {
        position: relative;
        width: 100%;
        height: 50vh;
    }
    
    .speaker-single-thumb img:hover {
        scale: 1.2;
    }
    
    #imgp1 {
        height: auto;
        width: 32vw;
        margin: 0;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        box-shadow: 0px -15px 7px 3px #000a22bd;
        filter: saturate(1.8);
        background-color: #060E22;
        z-index: 3;
    }
    
    #imgp2 {
        height: auto;
        width: 26vw;
        margin: 0;
        position: absolute;
        top: 47%;
        left: 53%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        filter: saturate(1.8);
        z-index: 1;
        opacity: 0;
    }
    
    #imgp3 {
        height: auto;
        width: 26vw;
        margin: 0;
        position: absolute;
        top: 47%;
        left: 46%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        filter: saturate(1.8);
        z-index: 1;
        opacity: 0;
    }
    
    .trigger2 {
        width: 100%;
        height: 15px;
        position: absolute;
        top: 40vh;
    }
    
    .trigger3 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 48vh;
    }
    
    .trigger4 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 44.9vh;
    }
    
    .trigger5 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 134.5vh;
    }
    
    .scrollmagic-pin-spacer {
        position: absolute;
        width: 100%;
        padding-bottom: 0px !important;
    }
    
    #imgp4 {
        height: auto;
        width: 32vw;
        margin: 0;
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        filter: saturate(1.8);
        background-color: #060E22;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp5 {
        height: auto;
        width: 32vw;
        margin: 0;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        filter: saturate(1.8);
        z-index: 1;
        opacity: 0;
    }
    
    .trigger6 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 30.5vh;
    }
    
    .trigger7 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 100.5vh;
    }
    
    .trigger8 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 120.5vh;
    }
    
    .trigger9 {
        width: 100%;
        height: 25px;
        position: absolute;
        top: 140.5vh;
    }
    
    .imageparts2 {
        position: relative;
        width: 100%;
        height: 50vh;
        top: 55vh;
    }
    
    #imgp1-2 {
        height: auto;
        width: 246px;
        margin: 0;
        position: fixed;
        top: 60.6%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 3;
        opacity: 0;
    }
    
    #scrollmagic2 {
        background: #000e30;
    }
    
    #imgp2-2 {
        height: auto;
        width: 100px;
        margin: 0;
        position: fixed;
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp3-2 {
        height: auto;
        width: 100px;
        margin: 0;
        position: fixed;
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp4-2 {
        height: auto;
        width: 88px;
        margin: 0;
        position: fixed;
        top: 57.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp5-2 {
        height: auto;
        width: 100px;
        margin: 0;
        position: fixed;
        top: 65.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp6-2 {
        height: auto;
        width: 80px;
        margin: 0;
        position: fixed;
        top: 61.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp7-2 {
        height: auto;
        width: 101px;
        margin: 0;
        position: fixed;
        top: 68.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp8-2 {
        height: auto;
        width: 70px;
        margin: 0;
        position: fixed;
        top: 53.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp9-2 {
        height: auto;
        width: 100px;
        margin: 0;
        position: fixed;
        top: 66%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp10-2 {
        height: auto;
        width: 100px;
        margin: 0;
        position: fixed;
        top: 65.3%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        z-index: 1;
        opacity: 0;
    }
    
    #imgp1-2 {
        z-index: 99;
    }
    
    .scrollmagicsetion .introduction {
        position: sticky;
        top: 80px;
        font-size: 34px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 10px !important;
        text-transform: uppercase;
        text-align: justify;
        background: -webkit-linear-gradient(#ae0c8b 40%, #3b09c6);
        background-clip: border-box !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    
    .pinkfilter {
        filter: hue-rotate(270deg) !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }
    
    .bluefilter {
        filter: hue-rotate(180deg) !important;
    }
    
    .pinktext {
        font-size: 34px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 10px !important;
        text-transform: uppercase;
        text-align: justify;
        background-clip: border-box !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
    
    .scrollmagicsetion .introduction span {
        text-decoration: underline;
    }
    
    .notclickable {
        opacity: 0.3;
    }
    
    .custom-control button i {
        font-size: 12px;
        margin-left: 7px;
    }
    
    .about-us-countdown-area .about-content-text h3 {
        font-size: 40px;
        color: #432f10;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-countdown-area .about-content-text h3 {
            font-size: 32px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-countdown-area .about-content-text h3 {
            font-size: 24px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .about-us-countdown-area .about-content-text h3 {
            font-size: 22px;
        }
    }
    
    .about-us-countdown-area .about-content-text p {
        color: #ffffff;
    }
    /* :: About Single Page CSS */
    
    .single-we-offer-content {
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        border-radius: 10px;
        padding: 30px 25px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    
    .single-we-offer-content .offer-icon {
        position: relative;
        z-index: 1;
        margin: auto;
        height: 115px;
        width: 115px;
        background: #c63fa4;
        background-image: -moz-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        background-image: -webkit-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        background-image: -ms-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        border-radius: 50%;
        line-height: 115px;
    }
    
    .single-we-offer-content .offer-icon::after {
        -webkit-transition-duration: 1000ms;
        -o-transition-duration: 1000ms;
        transition-duration: 1000ms;
        border-radius: 50%;
        content: '';
        position: absolute;
        width: 0%;
        height: 0%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #c63fa4;
        background-image: -moz-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        background-image: -webkit-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        background-image: -ms-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        z-index: -10;
    }
    
    .single-we-offer-content h5 {
        -webkit-transition-duration: 1000ms;
        -o-transition-duration: 1000ms;
        transition-duration: 1000ms;
        font-size: 22px;
        color: #111343;
        margin-top: 25px;
        position: relative;
        z-index: 2;
    }
    
    .single-we-offer-content p {
        -webkit-transition-duration: 1000ms;
        -o-transition-duration: 1000ms;
        transition-duration: 1000ms;
        color: #5d5e8d;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }
    
    .single-we-offer-content:hover h5,
    .single-we-offer-content:hover p,
    .single-we-offer-content:focus h5,
    .single-we-offer-content:focus p {
        color: #ffffff;
    }
    
    .single-we-offer-content:hover .offer-icon::after,
    .single-we-offer-content:focus .offer-icon::after {
        width: 800%;
        height: 800%;
    }
    
    .our-gallery-area {
        position: relative;
        z-index: 1;
    }
    
    .our-gallery-area .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    
    .our-gallery-area .row .col-12 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .our-gallery-area .single-gallery-thumb {
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    
    .our-gallery-area .single-gallery-thumb::before {
        background: #c63fa4;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
    }
    
    .our-gallery-area .single-gallery-thumb:hover::before {
        opacity: 0.8;
    }
    /* :: 11.0 Counter Area CSS */
    
    .about-us-countdown-area {
        position: relative;
        z-index: 1;
    }
    
    .about-us-countdown-area .countdown-up-area {
        position: relative;
        z-index: 1;
    }
    
    .about-us-countdown-area .countdown-up-area .countdown-content-text h6 {
        font-size: 14px;
        text-transform: uppercase;
        color: #edcd57;
        font-weight: 400;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    
    .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
        font-size: 20px;
        color: #ffffff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
            font-size: 16px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-countdown-area .countdown-up-area .countdown-content-text h4 {
            font-size: 14px;
        }
    }
    
    .buttonforcompare {
        border: 0px;
        background: #111111b3;
        font-size: 15px;
        position: absolute;
        top: 84%;
        color: #ffffffd6;
        width: 28px;
        height: 24px;
        border-radius: 3px;
        transition: 0.3s;
        right: 11px;
        z-index: 999;
        padding-top: 2px;
    }
    
    .buttonforopen {
        border: 0px;
        background: #111111b3;
        font-size: 12px;
        position: absolute;
        top: 84%;
        color: #ffffffd6;
        width: 28px;
        height: 24px;
        border-radius: 3px;
        transition: 0.3s;
        right: 46px;
        z-index: 99;
        padding-top: 4px;
    }
    
    .elementscarsousal img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .priceforproperty {
        color: white;
        font-size: 15px;
        position: absolute;
        left: 20px;
        bottom: 2px;
        z-index: 99;
        font-weight: 500;
    }
    
    .darkoverlay {
        width: 100%;
        height: 58px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-image: linear-gradient(180deg, #00000014, #333333c7 70%);
    }
    
    .buttonforcompare:hover,
    .buttonforopen:hover {
        background: #111;
        color: white;
    }
    
    .about-us-countdown-area .countdown-up-area .countdown-timer #clock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #ffffff;
    }
    
    .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
        font-size: 62px;
        font-weight: 600;
        padding: 20px 5px;
        width: 20%;
        margin: 0 15px;
        border: 2px solid rgba(255, 255, 255, 0.15);
        text-align: center;
        line-height: 1;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 42px;
            margin: 0 10px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 36px;
            margin: 0 5px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 16px;
            margin: 0 2px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div {
            font-size: 24px;
        }
    }
    
    .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
        margin-top: 5px;
        font-size: 18px;
        color: #5d5e8d;
        font-weight: 500;
        display: block;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
            font-size: 16px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
            font-size: 10px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .about-us-countdown-area .countdown-up-area .countdown-timer #clock div span {
            font-size: 12px;
        }
    }
    /* :: 12.0 Speaker Area CSS */
    
    .our-speaker-area {
        position: relative;
        z-index: 1;
    }
    
    .our-speaker-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    @media only screen and (max-width: 767px) {
        .our-speaker-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    .our-speaker-area .row .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    @media only screen and (max-width: 767px) {
        .our-speaker-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    .single-speaker-area {
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-bottom: 40px;
        border-radius: 10px;
    }
    
    .single-speaker-area .speaker-single-thumb {
        position: relative;
        z-index: 1;
        border-radius: 10px;
        height: 320px;

    }
    
            .single-speaker-area .speaker-single-thumb img {
        position: relative;
right: 4vw;
        }

@media (max-width:500px){
      .single-speaker-area .speaker-single-thumb {
        position: relative;
        z-index: 1;
        border-radius: 10px;
        height: 250px !important;
        overflow: hidden;
    }  
    .single-speaker-area .speaker-info h5 {
  font-size: 14px !important;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 3px !important;
  text-transform: uppercase;
}.single-speaker-area .speaker-info p {
  color: #edcd57;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 15px;
}
}

@media (max-width:420px){
      .single-speaker-area .speaker-single-thumb {
        position: relative;
        z-index: 1;
        border-radius: 10px;
        height: 200px !important;
        overflow: hidden;
    }  
    .single-speaker-area .speaker-info h5 {
  font-size: 14px !important;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 3px !important;
  text-transform: uppercase;
}.single-speaker-area .speaker-info p {
  color: #edcd57;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 15px;
}
}
    .single-speaker-area .speaker-single-thumb img {
        -webkit-transition-duration: 1500ms;
        -o-transition-duration: 1500ms;
        transition-duration: 1500ms;
        border-radius: 10px;
        height: 100%;
        max-width: inherit;
    }
    
    .single-speaker-area .social-info {
        position: absolute;
        top: -180px;
        right: 0;
        z-index: 22;
        background-color: #edcd57;
        padding: 15px;
        border-radius: 0 10px 0 10px;
        text-align: center;
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms;
    }
    
    .single-speaker-area .social-info a {
        display: block;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 5px;
    }
    
    .single-speaker-area .social-info a:last-child {
        margin-bottom: 0;
    }
    
    .single-speaker-area .speaker-info {
        position: absolute;
        bottom: 25px;
        left: 25px;
        z-index: 22;
    }
    
    .single-speaker-area .speaker-info h5 {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .single-speaker-area .speaker-info p {
        color: #edcd57;
        margin-bottom: 0;
        letter-spacing: 1px;
        line-height: 1;
    }
    
    .single-speaker-area:hover .social-info,
    .single-speaker-area:focus .social-info {
        top: 0;
    }
    /* :: 13.0 Breadcrumb CSS */
    
    .breadcrumb-area {
        position: relative;
        z-index: 1;
        height: 470px;
    }
    
    @media only screen and (max-width: 767px) {
        .breadcrumb-area {
            height: 300px;
        }
    }
    
    .breadcrumb-area .page-title {
        color: #ffffff;
        font-size: 45px;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    @media only screen and (max-width: 767px) {
        .breadcrumb-area .page-title {
            font-size: 24px;
        }
    }
    
    .breadcrumb-content {
        position: relative;
        z-index: 1;
        margin-top: 105px;
    }
    
    .breadcrumb-content .breadcrumb {
        padding: 0;
        background-color: transparent;
        margin-bottom: 0;
    }
    
    .breadcrumb-content .breadcrumb .breadcrumb-item {
        color: #ffffff;
        font-weight: 400;
        font-size: 18px;
    }
    
    .breadcrumb-content .breadcrumb .breadcrumb-item a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 400;
    }
    
    .breadcrumb-content .breadcrumb .breadcrumb-item a:hover,
    .breadcrumb-content .breadcrumb .breadcrumb-item a:focus {
        color: #edcd57;
    }
    
    .breadcrumb-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        content: '\f105';
        color: #ffffff;
        font-family: "FontAwesome";
    }
    
    .breadcrumb-area.blog {
        height: 550px;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-catagory {
        padding: 2px 15px;
        border-radius: 2px;
        font-size: 12px;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #edcd57;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-catagory:hover,
    .breadcrumb-area.blog .breadcrumb-content .post-catagory:focus {
        font-weight: 500;
        background-color: #000000;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .page-title {
        display: block;
        font-size: 48px;
        margin-bottom: 20px;
    }
    
    @media only screen and (max-width: 767px) {
        .breadcrumb-area.blog .breadcrumb-content .page-title {
            font-size: 30px;
        }
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-meta {
        position: relative;
        z-index: 1;
        margin-bottom: 5px;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-meta a {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        margin-right: 21px;
    }
    
    @media only screen and (max-width: 767px) {
        .breadcrumb-area.blog .breadcrumb-content .post-meta a {
            font-size: 13px;
        }
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-meta a::after {
        content: '|';
        position: absolute;
        top: 0;
        right: -11px;
        z-index: 1;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-meta a:last-child::after {
        display: none;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover,
    .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus {
        color: #edcd57;
    }
    
    .breadcrumb-area.blog .breadcrumb-content .post-meta a:hover::after,
    .breadcrumb-area.blog .breadcrumb-content .post-meta a:focus::after {
        color: #ffffff;
    }
    /* :: 14.0 Blog Area CSS */
    
    .our-blog-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-blog-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-blog-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    .our-blog-area .row .col-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-blog-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-blog-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    .single-blog-area {
        position: relative;
        z-index: 1;
        margin-bottom: 70px;
    }
    
    .single-blog-area .single-blog-thumb {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    
    .single-blog-area .single-blog-thumb img {
        border-radius: 10px 10px 0 0;
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms;
    }
    
    .single-blog-area .single-blog-text {
        background-color: #ffffff;
        padding: 30px 30px 50px 30px;
        border-radius: 0 0 10px 10px;
    }
    
    .single-blog-area .single-blog-text .blog-title {
        font-size: 20px;
        font-weight: 600;
        color: #111343;
        margin-bottom: 5px;
        display: inline-block;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single-blog-area .single-blog-text .blog-title:hover,
    .single-blog-area .single-blog-text .blog-title:focus {
        color: #edcd57;
    }
    
    .single-blog-area .single-blog-text .post-meta {
        margin-bottom: 15px;
    }
    
    .single-blog-area .single-blog-text .post-meta a {
        color: #edcd57;
        font-size: 14px;
        margin-right: 20px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single-blog-area .single-blog-text .post-meta a i {
        margin-right: 5px;
    }
    
    .single-blog-area .single-blog-text .post-meta a:last-child {
        margin-right: 0;
    }
    
    .single-blog-area .single-blog-text .post-meta a:hover,
    .single-blog-area .single-blog-text .post-meta a:focus {
        color: #edcd57;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-blog-area .single-blog-text .post-meta a {
            margin-right: 15px;
            font-size: 12px;
        }
    }
    
    .single-blog-area .single-blog-text p {
        color: #5d5e8d;
        margin-bottom: 0;
    }
    
    .single-blog-area:hover .single-blog-thumb img,
    .single-blog-area:focus .single-blog-thumb img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .single-blog-area.style-2 {
        background-color: #ffffff;
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    }
    
    .blog-btn {
        position: absolute;
        z-index: 22;
        bottom: -25.5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .blog-btn a {
        height: 51px;
        width: 51px;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        text-align: center;
        border: 2px solid #ffffff;
        border-radius: 50%;
        line-height: 47px;
        color: #ffffff;
        font-size: 25px;
        display: inline-block;
    }
    /* :: Blog Details Page CSS */
    
    .post-details-content {
        position: relative;
        z-index: 1;
    }
    
    .post-details-content .post-blog-thumbnail {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }
    
    .post-details-content .post-blog-thumbnail img {
        border-radius: 10px;
    }
    
    .post-details-content .post-title {
        color: #111343;
        font-size: 25px;
    }
    
    .post-details-content .post-meta {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }
    
    .post-details-content .post-meta a {
        color: #edcd57;
        font-size: 14px;
        font-weight: 400;
        margin-right: 15px;
    }
    
    .post-details-content .post-meta a i {
        margin-right: 5px;
    }
    
    .post-details-content .post-meta a:last-child {
        margin-right: 0;
    }
    
    .post-details-content img {
        border-radius: 10px;
    }
    
    .confer-blockquote {
        padding-left: 10%;
        margin: 30px 0;
    }
    
    .confer-blockquote h5 {
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 1.6;
        color: #111343;
        border-left: 3px solid #edcd57;
        padding-left: 10px;
        margin-bottom: 0;
    }
    
    .post-tags-social-area {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #dbdcf1;
    }
    
    .post-tags-social-area .popular-tags {
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    
    .post-tags-social-area .popular-tags p {
        margin-bottom: 0;
        margin-right: 10px;
        color: #115bbc;
    }
    
    .post-tags-social-area .popular-tags ul li a {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #edcd57;
        font-weight: 400;
        margin-right: 25px;
    }
    
    @media only screen and (max-width: 767px) {
        .post-tags-social-area .popular-tags ul li a {
            font-size: 14px;
        }
    }
    
    .post-tags-social-area .popular-tags ul li a::after {
        position: absolute;
        right: -15px;
        content: "/";
        top: 0;
        z-index: 1;
    }
    
    .post-tags-social-area .popular-tags ul li a:hover,
    .post-tags-social-area .popular-tags ul li a:focus {
        color: #115bbc;
    }
    
    .post-tags-social-area .popular-tags ul li:last-child a {
        margin-right: 0;
    }
    
    .post-tags-social-area .popular-tags ul li:last-child a::after {
        display: none;
    }
    
    .post-tags-social-area .author-social-info {
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        text-align: right;
    }
    
    .post-tags-social-area .author-social-info a {
        display: inline-block;
        font-size: 16px;
        color: #edcd57;
        margin-right: 15px;
    }
    
    @media only screen and (max-width: 767px) {
        .post-tags-social-area .author-social-info a {
            font-size: 14px;
        }
    }
    
    .post-tags-social-area .author-social-info a:last-child {
        margin-right: 0;
    }
    
    .post-tags-social-area .author-social-info a:hover,
    .post-tags-social-area .author-social-info a:focus {
        color: #115bbc;
    }
    
    .post-author-area {
        position: relative;
        z-index: 1;
        padding: 30px 35px;
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        border-radius: 10px;
    }
    
    .post-author-area .author-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
        max-width: 125px;
        width: 125px;
        border: 3px solid #115bbc;
        border-radius: 50%;
        margin-right: 20px;
    }
    
    .post-author-area .author-avatar img {
        border-radius: 50%;
    }
    
    @media only screen and (max-width: 767px) {
        .post-author-area .author-avatar {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            max-width: 50px;
            width: 50px;
        }
    }
    
    .post-author-area .author-content h5 {
        margin-bottom: 5px;
    }
    
    @media only screen and (max-width: 767px) {
        .post-author-area .author-content h5 {
            font-size: 14px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .post-author-area .author-content h5 {
            font-size: 16px;
        }
    }
    
    .post-author-area .author-content span {
        font-size: 14px;
        color: #edcd57;
        margin-bottom: 15px;
        display: block;
    }
    
    @media only screen and (max-width: 767px) {
        .post-author-area .author-content span {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .post-author-area .author-content span {
            font-size: 14px;
        }
    }
    
    .post-author-area .author-content p {
        margin-bottom: 0;
    }
    
    @media only screen and (max-width: 767px) {
        .post-author-area .author-content p {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .post-author-area .author-content p {
            font-size: 14px;
        }
    }
    
    .pager-area {
        position: relative;
        z-index: 1;
    }
    
    .pager-area .pager-single-post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    
    .pager-area .pager-single-post .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        border-radius: 50%;
        margin-right: 15px;
    }
    
    @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post .post-thumb {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px;
            max-width: 30px;
            width: 30px;
        }
    }
    
    .pager-area .pager-single-post .post-thumb a {
        display: block;
    }
    
    .pager-area .pager-single-post .post-thumb a img {
        border-radius: 50%;
    }
    
    .pager-area .pager-single-post .post-title {
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post .post-title {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pager-area .pager-single-post .post-title {
            font-size: 16px;
        }
    }
    
    .pager-area .pager-single-post .post-title:hover,
    .pager-area .pager-single-post .post-title:focus {
        color: #edcd57;
    }
    
    .pager-area .pager-single-post span {
        font-size: 14px;
        display: block;
        color: #edcd57;
    }
    
    @media only screen and (max-width: 767px) {
        .pager-area .pager-single-post span {
            font-size: 10px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .pager-area .pager-single-post span {
            font-size: 12px;
        }
    }
    
    .pager-area .pager-single-post:last-child {
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    
    .pager-area .pager-single-post:last-child .post-thumb {
        margin-right: 0;
        margin-left: 15px;
    }
    
    .pager-area .pager-single-post:last-child .post-meta {
        text-align: right;
    }
    
    .comment_area {
        position: relative;
        z-index: 1;
    }
    
    .comment_area h4 {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 25px;
    }
    
    .comment_area ol {
        margin: 0;
        padding: 0;
    }
    
    .comment_area .single_comment_area {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #dbdcf1;
        margin-bottom: 40px;
    }
    
    .comment_area .single_comment_area:last-child {
        margin-bottom: 0;
    }
    
    .comment_area .comment-content {
        position: relative;
        z-index: 1;
        margin-bottom: 40px;
    }
    
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        width: 90px;
        max-width: 90px;
        margin-right: 15px;
        border-radius: 50%;
    }
    
    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
            flex: 0 0 40px;
            width: 40px;
            max-width: 40px;
            margin-right: 15px;
        }
    }
    
    .comment_area .comment-content .comment-author img {
        border-radius: 50%;
    }
    
    .comment_area .comment-content .comment-meta .comment-meta-data {
        position: relative;
        z-index: 1;
        display: block;
        margin-bottom: 10px;
    }
    
    .comment_area .comment-content .comment-meta .comment-meta-data a {
        font-size: 18px;
        font-weight: 600;
        margin-right: 15px;
        display: inline-block;
    }
    
    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .comment-meta-data a {
            font-size: 14px;
        }
    }
    
    .comment_area .comment-content .comment-meta .comment-meta-data a:focus,
    .comment_area .comment-content .comment-meta .comment-meta-data a:hover {
        color: #edcd57;
    }
    
    .comment_area .comment-content .comment-meta .comment-meta-data span {
        font-size: 14px;
        color: #edcd57;
    }
    
    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .comment-meta-data span {
            font-size: 12px;
        }
    }
    
    .comment_area .comment-content .comment-meta .comment-meta-data span i {
        margin-right: 10px;
        display: inline-block;
    }
    
    .comment_area .comment-content .comment-meta p {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
            font-size: 13px;
        }
    }
    
    .comment_area .comment-content .comment-meta .reply {
        display: inline-block;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #edcd57;
        letter-spacing: 0.5px;
    }
    
    .comment_area .comment-content .comment-meta .reply:focus,
    .comment_area .comment-content .comment-meta .reply:hover {
        color: #000000;
    }
    
    .comment_area .children {
        margin-left: 105px;
    }
    
    @media only screen and (max-width: 767px) {
        .comment_area .children {
            margin-left: 60px;
        }
    }
    
    .comment_area .children .single_comment_area {
        border-bottom: none;
        border-top: 1px solid #dbdcf1;
        padding-top: 40px;
    }
    
    .comment_area .children .single_comment_area:last-of-type {
        margin-bottom: 0;
    }
    
    .comment_area .children .single_comment_area .comment-author {
        margin-right: 20px;
    }
    
    @media only screen and (max-width: 767px) {
        .comment_area .children .single_comment_area .comment-author {
            margin-right: 10px;
        }
    }
    
    .confer-leave-a-reply-form {
        position: relative;
        z-index: 1;
    }
    
    .confer-leave-a-reply-form h4 {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 25px;
    }
    /* :: 15.0 Widget Area CSS */
    
    .single-widget-area {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
    
    .single-widget-area:last-child {
        margin-bottom: 0;
    }
    
    .single-widget-area .widget-title {
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #111343;
    }
    
    .single-widget-area .search-widget {
        position: relative;
        z-index: 1;
    }
    
    .single-widget-area .search-widget form {
        position: relative;
        z-index: 1;
    }
    
    .single-widget-area .search-widget form input {
        color: #5d5e8d;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #edcd57;
        font-size: 14px;
    }
    
    .single-widget-area .search-widget form button {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        z-index: 120;
        border: none;
        background-color: transparent;
        font-size: 18px;
        color: #5d5e8d;
    }
    
    .single-widget-area .categories-list li a {
        display: block;
        color: #5d5e8d;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    
    .single-widget-area .categories-list li:last-child a {
        margin-bottom: 0;
    }
    
    .single-widget-area .tag-cloud li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    
    .single-widget-area .tag-cloud li a {
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #dbdcf1;
        border-radius: 30px;
        font-size: 16px;
        font-weight: 400;
        color: #5d5e8d;
    }
    
    .single-widget-area .tag-cloud li a:hover,
    .single-widget-area .tag-cloud li a:focus {
        border-color: #edcd57;
    }
    
    .single-widget-area .sidebar-gallery .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .single-widget-area .sidebar-gallery .row .col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .single-widget-area .sidebar-gallery a {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 10px;
        border-radius: 5px;
        width: 100%;
    }
    
    .single-widget-area .sidebar-gallery a img {
        border-radius: 5px;
        width: 100%;
    }
    
    .single-widget-area .sidebar-gallery a::before {
        background: #c63fa4;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        border-radius: 5px;
    }
    
    .single-widget-area .sidebar-gallery a:hover::before {
        visibility: visible;
        opacity: 0.8;
    }
    
    .single-widget-area .post-author-widget {
        position: relative;
        z-index: 1;
        padding: 45px 30px;
        border-radius: 10px;
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        text-align: center;
    }
    
    .single-widget-area .post-author-widget .post-author-avatar {
        position: relative;
        z-index: 1;
        width: 115px;
        height: 115px;
        border-radius: 50%;
        background: #edcd57;
        background-image: -webkit-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        background-image: -ms-linear-gradient(120deg, #115bbc 0%, #edcd57 120%);
        padding: 4px;
        margin: 0 auto 20px;
    }
    
    .single-widget-area .post-author-widget .post-author-avatar img {
        border-radius: 50%;
    }
    
    .single-widget-area .post-author-widget .post-author-content h5 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #111343;
    }
    
    .single-widget-area .post-author-widget .post-author-content span {
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
        color: #edcd57;
    }
    
    .single-widget-area .post-author-widget .post-author-content p {
        font-size: 16px;
        font-weight: 400;
        color: #5d5e8d;
    }
    
    .single-widget-area .post-author-widget .author-social-info a {
        display: inline-block;
        width: 34px;
        height: 34px;
        border: 1px solid #ebebf3;
        border-radius: 50%;
        line-height: 32px;
        font-size: 14px;
        margin: 0 5px;
    }
    
    .single-widget-area .post-author-widget .author-social-info a:hover,
    .single-widget-area .post-author-widget .author-social-info a:focus {
        background-color: #115bbc;
        border-color: #115bbc;
        color: #ffffff;
    }
    
    .single-recent-post-area {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }
    
    .single-recent-post-area:last-child {
        margin-bottom: 0;
    }
    
    .single-recent-post-area .post-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
        max-width: 84px;
        width: 84px;
        border-radius: 5px;
        margin-right: 15px;
    }
    
    .single-recent-post-area .post-thumb img {
        border-radius: 5px;
    }
    
    .single-recent-post-area .post-content .post-title {
        display: block;
        color: #111343;
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .single-recent-post-area .post-content .post-date {
        display: block;
        font-size: 14px;
        color: #edcd57;
    }
    /* 16.0 Client Area CSS */
    
    .our-client-area {
        position: relative;
        z-index: 1;
    }
    
    .our-client-area .owl-prev,
    .our-client-area .owl-next {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        top: 50%;
        left: -30px;
        height: 50px;
        margin-top: -25px;
        z-index: 10;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
        font-size: 40px;
        opacity: 0.5;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-client-area .owl-prev,
        .our-client-area .owl-next {
            left: -15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-client-area .owl-prev,
        .our-client-area .owl-next {
            left: -15px;
        }
    }
    
    .our-client-area .owl-prev:hover,
    .our-client-area .owl-prev:focus,
    .our-client-area .owl-next:hover,
    .our-client-area .owl-next:focus {
        opacity: 1;
    }
    
    .our-client-area .owl-next {
        left: auto;
        right: -30px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-client-area .owl-next {
            right: -15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-client-area .owl-next {
            right: -15px;
        }
    }
    
    .our-client-area.about-page .owl-prev,
    .our-client-area.about-page .owl-next {
        color: #5f608e;
        opacity: 1;
    }
    
    .our-client-area.about-page .owl-prev:hover,
    .our-client-area.about-page .owl-prev:active,
    .our-client-area.about-page .owl-next:hover,
    .our-client-area.about-page .owl-next:active {
        color: #edcd57;
    }
    
    .single-client-content {
        position: relative;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 40px 50px;
        border-radius: 10px;
        margin: 5px;
    }
    
    @media only screen and (max-width: 767px) {
        .single-client-content {
            padding: 30px;
        }
    }
    
    .single-client-content .single-client-text {
        position: relative;
        z-index: 1;
    }
    
    .single-client-content .single-client-text p {
        color: #ffffff;
        margin-bottom: 20px;
        font-weight: 300;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-client-content .single-client-text p {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-client-content .single-client-text p {
            font-size: 14px;
        }
    }
    
    .single-client-content .single-client-text .single-client-thumb-info .single-client-thumb {
        width: 65px;
        height: 65px;
    }
    
    .single-client-content .single-client-text .single-client-thumb-info .single-client-thumb img {
        border-radius: 50%;
    }
    
    .single-client-content .single-client-text .single-client-thumb-info .client-info {
        margin-left: 15px;
    }
    
    .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 0;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-client-content .single-client-text .single-client-thumb-info .client-info h6 {
            font-size: 14px;
        }
    }
    
    .single-client-content .single-client-text .single-client-thumb-info .client-info p {
        margin-bottom: 0;
        color: #edcd57;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 14px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-client-content .single-client-text .single-client-thumb-info .client-info p {
            font-size: 12px;
        }
    }
    
    .single-client-content .single-client-text.about-page p {
        color: #5d5e8d;
    }
    
    .single-client-content .single-client-text.about-page .client-info h6 {
        color: #111343;
    }
    
    .single-client-content .client-icon {
        background: #edcd57;
        background: -moz-linear-gradient(120deg, #edcd57 0%, #115bbc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        opacity: 0.7;
        position: absolute;
        top: -8px;
        left: 45px;
        font-size: 80px;
    }
    
    .single-client-content .client-icon i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* :: 17.0 Schedule Area CSS */
    
    .our-schedule-area {
        position: relative;
        z-index: 1;
        background-color: #151853;
    }
    
    .our-schedule-area .schedule-tab {
        position: relative;
        z-index: 1;
        margin-bottom: 45px;
    }
    
    .our-schedule-area .schedule-tab .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: none;
    }
    
    .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
        color: #edcd57;
        background-color: #1f2371;
        text-align: center;
        border-radius: 0;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 15px 30px;
        border-bottom: none;
        border-top: none;
        border-left: none;
        border-right: 1px solid #4c4f8d;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 10px;
            padding: 10px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 12px;
            padding: 15px 20px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 767px) {
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link {
            font-size: 14px;
        }
    }
    
    .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: capitalize;
    }
    
    @media only screen and (max-width: 767px) {
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
            font-size: 9px;
        }
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link span {
            font-size: 10px;
        }
    }
    
    .our-schedule-area .schedule-tab .nav-tabs .nav-item .nav-link.active {
        background-color: #5d5e8d;
        color: #ffffff;
    }
    
    .our-schedule-area .schedule-tab .nav-tabs .nav-item:nth-child(1) .nav-link {
        border-radius: 10px 0 0 10px;
    }
    
    .our-schedule-area .schedule-tab .nav-tabs .nav-item:last-child .nav-link {
        border-right: none;
        border-radius: 0 10px 10px 0;
    }
    
    .single-schedule-area {
        border: 1px solid #444675;
        border-radius: 10px;
        padding: 25px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        margin-bottom: 20px;
    }
    
    .single-schedule-area:hover,
    .single-schedule-area:focus {
        border-color: #edcd57;
    }
    
    .single-schedule-area .single-schedule-tumb-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        width: 42%;
        padding-right: 15px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .single-schedule-tumb-info {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            max-width: 35%;
            width: 35%;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-schedule-area .single-schedule-tumb-info {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            padding-left: 0;
            padding-bottom: 30px;
        }
    }
    
    .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb {
        height: 90px;
        width: 90px;
    }
    
    .single-schedule-area .single-schedule-tumb-info .single-schedule-tumb img {
        border-radius: 50%;
    }
    
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info {
        margin-left: 30px;
    }
    
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 16px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 14px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info h6 {
            font-size: 14px;
        }
    }
    
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
        color: #edcd57;
        margin-bottom: 0;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-schedule-area .single-schedule-tumb-info .single-schedule-info p {
            font-size: 12px;
        }
    }
    
    .single-schedule-area .single-schedule-tumb-info .single-schedule-info p span {
        color: #ffffff;
    }
    
    .single-schedule-area .schedule-time-place {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        width: 42%;
        padding: 0 15px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .schedule-time-place {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
            flex: 0 0 35%;
            max-width: 35%;
            width: 35%;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-schedule-area .schedule-time-place {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            padding: 0 0 30px 0;
        }
    }
    
    .single-schedule-area .schedule-time-place p {
        color: #ffffff;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-schedule-area .schedule-time-place p {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .schedule-time-place p {
            font-size: 12px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-schedule-area .schedule-time-place p {
            font-size: 12px;
        }
    }
    
    .single-schedule-area .schedule-time-place p i {
        color: #edcd57;
        margin-right: 5px;
    }
    
    .single-schedule-area .schedule-time-place p:last-child {
        margin-bottom: 0;
    }
    
    .single-schedule-area .btn.confer-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        width: 16%;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-schedule-area .btn.confer-btn {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            max-width: 30%;
            width: 30%;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .single-schedule-area .btn.confer-btn {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
        }
    }
    
    .single-schedule-area.single-page {
        -webkit-box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
        border-color: #ffffff;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
    }
    
    .single-schedule-area.single-page .single-schedule-info h6 {
        color: #111343;
    }
    
    .single-schedule-area.single-page .single-schedule-info p {
        color: #edcd57;
        margin-bottom: 0;
    }
    
    .single-schedule-area.single-page .single-schedule-info p span {
        color: #111343;
    }
    
    .single-schedule-area.single-page .schedule-time-place p {
        color: #111343;
    }
    
    .single-schedule-area.single-page:hover,
    .single-schedule-area.single-page:focus {
        border-color: #edcd57;
    }
    /* :: 18.0 Tickets Area CSS */
    
    .our-ticket-pricing-table-area {
        position: relative;
        z-index: 1;
    }
    
    .our-ticket-pricing-table-area .row {
        margin-right: -30px;
        margin-left: -30px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-ticket-pricing-table-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-ticket-pricing-table-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-ticket-pricing-table-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    .our-ticket-pricing-table-area .row .col-12 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-ticket-pricing-table-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-ticket-pricing-table-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-ticket-pricing-table-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    .single-ticket-pricing-table {
        background-color: #ffffff;
        padding: 0 40px 40px 40px;
        border-radius: 10px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        height: 420px;
        overflow-y: auto;
    }
    
    .single-ticket-pricing-table p {
        text-align: justify;
        margin-top: 20px;
        display: block;
    }
    
    .single-ticket-pricing-table .ticket-plan {
        background-color: #edcd57;
        padding: 10px 25px;
        display: inline-block;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 0 0 5px 5px;
        margin-bottom: 25px;
        line-height: 1;
    }
    
    .single-ticket-pricing-table .ticket-icon img {
        max-height: 100px;
    }
    
    @media only screen and (max-width: 767px) {
        .single-ticket-pricing-table .ticket-icon img {
            max-height: 60px;
        }
    }
    
    .single-ticket-pricing-table .ticket-price {
        font-size: 30px;
        color: #111343;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    
    .single-ticket-pricing-table .ticket-price span {
        font-size: 30px;
        font-weight: 600;
        position: relative;
        top: -20px;
    }
    
    .single-ticket-pricing-table .ticket-pricing-table-details p {
        color: #5d5e8d;
        margin-bottom: 8px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-ticket-pricing-table .ticket-pricing-table-details p {
            font-size: 14px;
        }
    }
    
    .single-ticket-pricing-table .ticket-pricing-table-details p i {
        color: #edcd57;
        margin-right: 5px;
    }
    
    .single-ticket-pricing-table .ticket-pricing-table-details p:last-child {
        margin-bottom: 0;
    }
    
    .single-ticket-pricing-table.style-2 {
        background-color: #ffffff;
        box-shadow: 0px 8px 27px 0px rgba(90, 111, 120, 0.15);
    }
    /* :: 19.0 Sponsor Area CSS */
    
    .our-sponsor-client-area {
        position: relative;
        z-index: 1;
        background-color: #0d1a39;
    }
    
    #headsearch {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    
    .notesearch {
        font-size: 13px;
        color: #868686;
        margin-left: 30px;
        margin-bottom: 0px;
    }
    
    .notesearch span {
        color: #323232;
        font-size: 15px;
    }
    
    img {
        background: transparent;
    }
    
    .sortby select,
    .sortby2 select {
        font-size: 13px;
        color: #323232;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #e0e0e0;
        background-color: #eee;
        padding: 4px;
        border-radius: 3px;
        cursor: pointer;
        box-shadow: 0px 0px 7px 2px #d7d7d76b;
        margin-right: 30px;
        width: 160px;
        text-align: center;
    }
    
    .carousel-inner {
        cursor: pointer;
    }
    
    .pagination {
        justify-content: center;
        margin-top: 30px;
        width: 100%;
    }
    
    .pagination select {
        font-size: 13px;
        color: #323232;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #e0e0e0;
        background-color: #eee;
        padding: 4px;
        border-radius: 3px;
        cursor: pointer;
        box-shadow: 0px 0px 7px 2px #d7d7d76b;
        margin-right: 30px;
        width: 160px;
        text-align: center;
    }
    
    #linefilters {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    #linefilters h6 {
        font-size: 12px;
        margin-left: 30px;
        color: #323232;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }
    
    #linefilters li {
        display: inline-block;
        background-color: #fff;
        padding: 6px;
        border: 1px solid #323232;
        transition: 0.2s;
        margin: 3px;
        cursor: pointer;
    }
    
    #linefilter ul li:hover {
        box-shadow: 0px 0px 7px 0px #c1c1c1;
    }
    
    #linefilters {
        margin-top: 20px;
    }
    
    .inlinefilter {
        display: flex;
        justify-content: center;
        align-content: center;
        position: relative;
        top: 3px;
    }
    
    .inlinefilter h5 {
        font-size: 11px;
        color: #828282;
        margin-bottom: 0px;
        margin-right: 6px;
    }
    
    .inlinefilter span {
        font-size: 13px;
        margin-right: 9px;
        position: relative;
        bottom: 4px;
    }
    
    .inlinefilter i {
        font-size: 11px;
        color: #828282;
    }
    
    @media (max-width:516px) {
        .notesearch {
            font-size: 10px !important;
            margin-left: 10px !important;
        }
        .notesearch span {
            font-size: 12px !important;
        }
        .sortby select,
        .sortby2 select {
            margin-right: 10px !important;
        }
        #linefilters {
            display: block !important;
            text-align: center;
            margin-bottom: 10px;
        }
        #linefilters ul {
            flex-wrap: nowrap;
            overflow-x: auto;
            display: flex;
        }
        #linefilters ul li {
            display: ruby !important;
            margin-right: 5px;
            margin-left: 5px;
        }
    }
    
    #searchresult {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e0e0e0;
    }
    
    .resultbox {
        margin-bottom: 10px;
    }
    
    #listcatpage {
        border-right: 1px solid #e0e0e0;
    }
    
    .custom-control-label::before {
        top: 0.52rem !important
    }
    
    .searchprice {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        right: 0px;
    }
    
    .searchprice input {
        width: 70px;
        height: 25px;
        font-size: 10px;
        border: 1px solid #e0e0e0;
        background-color: #f9f9f9;
        box-shadow: 0px 0px 9px 1px #e1e1e1;
        -webkit-appearance: none;
        margin: 0;
        -moz-appearance: textfield;
        text-align: center;
    }
    
    .searchprice h6 {
        margin: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #resetprice {
        font-size: 9px;
        color: #0041c5;
        margin-left: 6px;
        position: relative;
        bottom: 1px;
        display: none;
        cursor: pointer;
    }
    
    #filtergo {
        cursor: pointer;
        color: #323232;
        width: 42px;
        border-radius: 2px;
        position: relative;
        left: 10px;
    }
    
    #filtergo:hover {
        color: #e9da88;
    }
    
    .custom-control-label::after {
        top: 0.52rem !important
    }
    
    .catlistpage {
        margin-top: 35px;
        padding-left: 20px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
    }
    
    .catlistpage h6 {
        color: #323232;
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .search2 {
        display: none;
        position: absolute;
        width: 50vw;
        background-color: white;
        border-radius: 3px;
        border: 1px solid #e5e5e5;
        top: 40px;
        z-index: 99;
        left: 6px;
    }
    
    .search2 span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        font-size: 12px;
        cursor: pointer;
        color: #313131;
    }
    
    .imgloadfilter {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0px;
        top: 0px;
        z-index: 999;
        display: none;
        justify-content: center;
        align-items: center;
    }
    
    .imgloadfilter img {
        height: auto;
        width: 45px;
    }
    
    .search2 li {
        border-bottom: 1px solid #f8f8f8;
        transition: .5s;
    }
    
    .search2 li:hover {
        background-color: #fafafa;
    }
    
    .catlistpage ul {
        font-size: 13px;
        line-height: 35px;
    }
    
    .catlistpage li a,
    .catlistpage li span,
    .catlistpage li h6 {
        color: #8c8c8ce3;
        cursor: pointer;
        transition: 0.2s;
    }
    
    .searchlist:hover a,
    .searchlist:hover span,
    .catlistpage li:hover a h6 {
        color: #323232;
        cursor: pointer;
    }
    
    .searchlist a,
    .searchlist {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .searchlist a h6 {
        margin: 0px;
        font-size: 13px;
    }
    
    .searchlist .checkmark {
        border: 1px solid #dadada;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #eee;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .searchlist input {
        margin-right: 15px;
        position: absolute;
        opacity: 0;
    }
    
    .searchlist div {
        display: flex;
        align-items: center;
    }
    
    .searchlist li:hover .checkmark {
        background-color: #ccc;
    }
    
    .searchlist input:checked~.checkmark {
        background-color: #2196F3;
    }
    
    .searchlist .checkmark:after {
        content: "";
        position: relative;
        display: none;
        top: 5px;
        left: 5px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: white;
    }
    
    .searchlist input:checked~.checkmark:after {
        display: block;
    }
    
    .catlistpage li a:hover,
    .catlistpage li span:hover {
        color: #323232;
    }
    
    #searchfilterid {
        background-color: #fff;
        border: 1px solid #ebebeb;
        border-radius: 40px;
        padding: 10px;
        width: 50vw;
        color: #454545;
        font-size: 12px;
        height: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .catlistpage i {
        position: relative;
        top: 2px;
        left: 5px;
        display: none;
    }
    
    .catpage {
        padding-top: 130px;
        background-color: #f4f4f4;
    }
    
    .filterbtnapply,
    .filterbtnclear {
        display: none;
    }
    
    .bralab {
        display: none;
    }
    
    .kkx,
    .cusdiv3 {
        margin-bottom: 0px !important;
        cursor: pointer;
        color: #8c8c8ce3 !important;
        transition: 0.2s;
    }
    
    .kkx:hover,
    .cusdiv3:hover {
        color: #111111;
    }
    
    .kkx label,
    .cusdiv3 label {
        cursor: pointer;
        font-size: 11px;
    }
    
    .kkx:hover .custom-control-label::before,
    .cusdiv3:hover .custom-control-label::before {
        border: 1px solid #313131;
    }
    
    .searchlist span {
        font-size: 11px;
    }
    
    .searchlist:hover {
        cursor: pointer;
    }
    
    .searchlist:hover .cusdiv {
        color: #111111 !important;
    }
    
    .our-sponsor-area {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    
    .our-sponsor-area .single-sponsor {
        border: 1px solid #444675;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
        height: 240px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -1px;
        margin-top: -1px;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-sponsor-area .single-sponsor {
            height: 200px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-sponsor-area .single-sponsor {
            height: 150px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-sponsor-area .single-sponsor {
            height: 80px;
        }
    }
    
    .our-sponsor-area .single-sponsor a img {
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        max-height: 110px;
        opacity: 0.5;
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .our-sponsor-area .single-sponsor a img {
            max-height: 90px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .our-sponsor-area .single-sponsor a img {
            max-height: 50px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .our-sponsor-area .single-sponsor a img {
            max-height: 30px;
        }
    }
    
    .our-sponsor-area .single-sponsor:hover a img,
    .our-sponsor-area .single-sponsor:focus a img {
        opacity: 1;
    }
    /* :: 20.0 Contact Area CSS */
    
    .contact-our-area {
        position: relative;
        z-index: 1;
        background-color: #0f0b00;
    }
    
    .contact-our-area .contact-information .single-contact-info {
        margin-bottom: 25px;
    }
    
    .contact-our-area .contact-information .single-contact-info p {
        color: #edcd57;
        margin-bottom: 5px;
    }
    
    .contact-our-area .contact-information .single-contact-info h6 {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 0;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-our-area .contact-information .single-contact-info h6 {
            font-size: 16px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .contact-our-area .contact-information .single-contact-info h6 {
            font-size: 14px;
        }
    }
    
    .contact-our-area .contact-information .single-contact-info:last-child {
        margin-bottom: 0;
    }
    
    .contact-our-area .contact_from_area {
        background-color: rgba(255, 255, 255, 0.05);
        padding: 30px;
        border-radius: 10px;
    }
    
    .form-group .form-control {
        -webkit-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        transition-duration: 300ms;
        background-color: transparent;
        border-right: none;
        border-top: none;
        border-left: none;
        border-radius: 0;
        border-bottom: 1px solid #4d507d;
        font-size: 15px;
        text-transform: capitalize;
        color: #edcd57;
        padding-left: 0;
    }
    
    .form-group .form-control:focus {
        box-shadow: none;
    }
    
    .form-group .form-control:active,
    .form-group .form-control:focus {
        border-bottom-color: #ffffff;
    }
    
    .form-group textarea.form-control {
        height: 80px;
    }
    /* :: Contact us single page CSS */
    
    .contact--us-area .row {
        margin-right: -25px;
        margin-left: -25px;
    }
    
    @media only screen and (max-width: 767px) {
        .contact--us-area .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    .contact--us-area .row .col-12 {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    @media only screen and (max-width: 767px) {
        .contact--us-area .row .col-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    
    .contact--us-area .contact-us-thumb img {
        border-radius: 10px;
    }
    
    .contact--us-area .contact_from_area .contact-heading h4 {
        font-size: 25px;
        color: #111343;
        text-transform: uppercase;
    }
    
    .contact--us-area .contact_from_area .contact-heading p {
        color: #5d5e8d;
        margin-bottom: 30px;
    }
    
    .contact_input_area .form-group .form-control {
        border-bottom: 1px solid #dbdcf1;
        color: #edcd57;
    }
    
    .contact_input_area .form-group .form-control:active,
    .contact_input_area .form-group .form-control:focus {
        border-bottom-color: #5d5e8d;
    }
    
    .contact_input_area .form-group textarea.form-control {
        height: 70px;
    }
    
    .map-area {
        position: relative;
        z-index: 1;
    }
    
    .map-area iframe {
        height: 580px;
        width: 100%;
        border: none;
    }
    
    .contact--info-area {
        padding: 40px 50px 0;
        position: relative;
        z-index: 22;
        top: -75px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    
    .contact--info-area .single-contact--info {
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }
    
    .contact--info-area .single-contact--info h5 {
        color: #111343;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 10px;
        display: inline-block;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact--info-area .single-contact--info h5 {
            font-size: 14px;
        }
    }
    /* :: 21.0 CTA Area CSS */
    
    .call-to-action-area {
        position: relative;
        z-index: 1;
    }
    
    .call-to-action-content {
        position: relative;
        z-index: 1;
    }
    
    .call-to-action-content .call-to-action-heading h6 {
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    
    .call-to-action-content .call-to-action-heading h2 {
        font-size: 55px;
        text-transform: capitalize;
        font-weight: 700;
        letter-spacing: 0.5px;
        color: #ffffff;
        margin-bottom: 30px;
        display: inline-block;
    }
    
    @media only screen and (max-width: 767px) {
        .call-to-action-content .call-to-action-heading h2 {
            font-size: 30px;
        }
    }
    
    .cityselect {
        position: absolute;
        left: 3vw;
    }
    
    .cityselect img {
        height: auto;
        width: 13px;
        margin-right: 5px;
    }
    
    .cityselect button {
        font-size: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
    
    .call-to-action-content .event-time {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 30px 50px;
        display: inline-block;
        border-radius: 10px;
    }
    
    .call-to-action-content .event-time p {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 3px;
    }
    
    .call-to-action-content .event-time p:last-child {
        margin-bottom: 0;
    }
    
    .call-to-action-content .event-time p i {
        margin-right: 3px;
    }
    /*# sourceMappingURL=style.css.map */
    
    .property {
        padding-top: 135px;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 100px;
        background-color: #f4f4f4;
    }
    
    .ofbtns {
        justify-content: right;
        align-items: center;
    }
    
    .printbutton {
        margin-right: 20px;
    }
    
    .property .dropdown-item {
        font-size: 13px;
    }
    
    .secondsec {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e9e9e9;
    }
    
    .propname {
        font-size: 22px;
    }
    
    .propprice {
        font-size: 25px;
    }
    
    .statues {
        margin-bottom: 15px;
    }
    
    .thirdaccess {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .propaddress {
        font-size: 15px;
        color: #636363;
        font-weight: 300;
    }
    
    .thirdaccess button {
        font-size: 12px;
    }
    
    .propimages {}
    
    .propimages img {
        margin-bottom: 60px;
    }
    
    .devimg {
        height: auto;
        width: 100%;
        border-radius: 2px;
    }
    
    .boxin {
        background-color: #fff;
        padding: 20px;
        border: 1px solid #ececec;
        border-radius: 7px;
        box-shadow: 0px 0px 10px 3px #bebebe4d;
        margin-bottom: 20px;
    }
    
    #lomsr2 {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 30px;
    }
    
    .boxtitle {
        text-transform: uppercase;
        padding-bottom: 40px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e9e9e9;
        margin-top: 10px;
    }
    
    .boxin section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .boxin section h6 {}
    
    .boxin section p {}
    
    .contentinbox {
        font-size: 13px;
    }
    
    .contentinbox table {}
    
    .propdescr {
        font-size: 12px;
    }
    
    .features {
        padding-left: 10px;
    }
    
    .features li {
        display: inline-block;
        vertical-align: top;
        margin-right: 9%;
        font-size: 14px;
        margin-top: 10px;
        width: 200px;
    }
    
    .formvalidation {
        background-color: #fff;
        padding: 20px;
        border: 1px solid #ececec;
        border-radius: 7px;
        box-shadow: 0px 0px 10px 3px #bebebe4d;
        margin-bottom: 20px;
        position: sticky;
        top: 120px;
    }
    
    .formvalidation input {
        border: 1px solid #e1e1e1 !important;
        border-radius: 4px !important;
        padding: 7px !important;
        font-size: 13px !important;
        height: 40px !important;
        color: #454545 !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    
    .formvalidation textarea {
        border: 1px solid #e1e1e1 !important;
        border-radius: 4px !important;
        padding: 7px !important;
        font-size: 13px !important;
        color: #454545 !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    
    .formvalidation select {
        border: 1px solid #e1e1e1 !important;
        border-radius: 4px !important;
        padding: 7px !important;
        font-size: 13px !important;
        height: 40px !important;
        color: #454545 !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        cursor: pointer;
    }
    
    .btn1 {
        font-size: 12px;
        margin: 3px;
    }
    
    .btn2 {
        font-size: 12px;
        margin: 3px;
    }
    
    .btn3 {
        font-size: 12px;
        margin: 3px;
    }
    
    #mapping {
        height: 550px;
        width: 100%;
    }
    
    .develop {
        background-color: #fffdf7;
    }
    
    #ccnt {
        padding-top: 170px;
        background-color: #f4f4f4
    }
    
    .develop .our-sponsor-area .single-sponsor {
        border: none;
    }
    
    .main-footer-area .single-footer-widget .footer-logo {
        width: 180px;
    }
    
    #closemenu {
        width: 100%;
        text-align: right;
        display: block;
        padding-right: 10px;
        cursor: pointer;
        display: none;
    }
    
    #openmenue {
        color: #1f3898;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
        margin-bottom: 20px;
        border: 1px solid #6189bc;
        width: fit-content;
        padding: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 2px;
        cursor: pointer;
        display: none;
        font-size: 12px;
    }
    
    .phonedirect {
        display: none;
    }
    
    .phonedirect i {
        font-size: 15px;
    }
    
    .awardssection {
        padding-left: 20px;
        padding-right: 20px;
        background-color: black;
        position: relative;
        padding-bottom: 100px;
    }
    
    .awardssection::before {
        content: '';
        position: absolute;
        top: -99px;
        left: 0;
        border-left: 50vw solid #000307;
        z-index: 99;
        border-top: 100px solid transparent;
    }
    
    .awardssection::after {
        content: '';
        position: absolute;
        top: -99px;
        right: 0;
        border-right: 50vw solid #000307;
        border-top: 100px solid transparent;
        z-index: 99;
    }
    
    .titleawards {
        margin-top: 100px;
        text-align: center;
        text-transform: uppercase;
        font-size: 40px;
        color: #fff;
    }
    
    .titleunder {
        text-align: center;
        color: #ccc;
        justify-self: center;
        width: 600px;
        font-size: 20px;
        text-transform: capitalize;
    }
    
    .bookdownload {
        background-color: black;
        padding-bottom: 50px;
        padding-left: 5%;
        padding-right: 5%;
        overflow: hidden;
    }
    
    .bookdownload .container-fluid {
        background-color: #c09d75;
        padding: 40px;
        border-radius: 1px;
        height: 625px;
    }
    
    .bookdownload h5 {
        font-size: 33px;
        color: #fff;
        padding-top: 30px;
        text-transform: uppercase;
    }
    
    .bookdownload p {
        font-size: 23px;
        color: white;
        padding-bottom: 16%;
        text-transform: capitalize;
        width: 50%;
    }
    
    .bookdownload button {
        text-align: center;
        transition: all .3s;
        border: none;
        font-size: 18px;
        background-color: #000;
        padding: 14px 40px 13px;
        font-weight: 400;
        height: 55px;
        color: #fff;
        display: inline-block;
        transition: 0.3s;
    }
    
    .bookdownload button:hover {
        background-color: #181818;
    }
    
    .ofimgmock img {
        width: 900px;
        max-width: 900px;
        position: relative;
        right: 12vw;
        top: 50px;
        transform: rotate(-10deg);
    }
    
    @media (max-width:1350px) {
        .ofimgmock img {
            width: 900px;
            max-width: 800px !important;
            position: relative;
            right: 12vw;
            top: 50px;
            transform: rotate(-10deg);
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 553px !important;
        }
    }
    
    .modal-backdrop.show {
        opacity: 0.7 !important;
    }
    
    #scrollUp {
        display: none !important;
    }
    
    .clicktocontact {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 99999;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #edcd57;
        height: 55px;
        width: 55px;
    }
    
    .contactinf {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 999999;
        background-color: #fff;
        width: 270px;
        height: 120px;
        border-radius: 8px;
        display: none;
    }
    
    .imgsc {
        height: 80px;
        width: 80px;
        cursor: pointer;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #edcd57;
        justify-self: center;
        position: relative;
        bottom: 41px;
    }
    
    .infa {
        position: relative;
        bottom: 30px;
        text-align: center;
    }
    
    .contcbtn {
        height: 50px;
        padding-top: 20px;
        text-align: center;
    }
    
    .contcbtn .ccq1 {
        font-size: 11px;
        background-color: #0a438c;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0px;
        margin-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        text-transform: uppercase;
    }
    
    .contcbtn .ccq2 {
        font-size: 11px;
        background-color: #2d8c0a;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .closeicon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        justify-self: center;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        transition: 0.3s;
    }
    
    .closeicon:hover {
        background-color: #f4f4f4;
    }
    
    .projectschoose {
        overflow-x: hidden;
        height: auto;
    }
    
    .projectschoose .container-fluid {
        overflow-x: hidden;
    }
    
    .inlogoimg {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #1116;
        transition: 0.3s;
    }
    
    .inlogoimg:hover {
        background-color: rgba(17, 17, 17, 0.573);
    }
    
    .inlogoimg img {
        user-select: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        transition: all ease .5s;
        -moz-transition: all ease .5s;
        -o-transition: all ease .5s;
        -webkit-transition: all ease .5s;
        height: auto;
        max-width: 45%;
        padding: 10px;
        filter: brightness(0) invert(1);
    }
    
    .imae {
        overflow: hidden;
        display: inline-block;
        position: relative;
        transition: opacity .3s;
        background-size: 100% !important;
        transition: background-size .5s ease;
        background-position: center center;
        background-repeat: repeat;
        background-size: cover;
        padding: 0px;
        height: 290px;
    }
    
    @media (max-width:1200px) {
        .imgmockdownloadup {
            background-color: #c09d75;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            display: flex !important;
            justify-content: center !important;
        }
        .sec1 {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            background-color: #f4f4f4;
        }
        .imgmockdownload {
            max-width: 70% !important;
            position: relative;
            left: 0px;
            top: 8% !important;
            transform: rotate(-10deg);
        }
        .sec1 {
            padding: 30px;
            z-index: 99;
            background-color: #f4f4f4 !important;
        }
        .newdownload .row {
            flex-direction: column-reverse !important;
        }
        .imgmockdownloadup {
            background-color: #c09d75;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        body {
            overflow-x: hidden;
        }
        .ofimgmock img {
            max-width: 650px !important;
            position: relative;
            right: 0px !important;
            left: calc(46vw - 650px);
            top: 90px !important;
            transform: rotate(-10deg);
        }
        .bookdownload h5 {
            font-size: 24px !important;
            color: #fff;
            padding-top: 31px !important;
            text-transform: uppercase;
        }
        .bookdownload p {
            font-size: 15px !important;
            color: white;
            padding-bottom: 16%;
            text-transform: capitalize;
            width: 50%;
        }
        .bookdownload button {
            text-align: center;
            transition: all .3s;
            border: none;
            font-size: 14px !important;
            background-color: #000;
            padding: 14px 40px 13px;
            font-weight: 400;
            height: 55px;
            color: #fff;
            display: inline-block;
            transition: 0.3s;
        }
    }
    
    @media (max-width:1000px) {
        body {
            overflow-x: hidden;
        }
        .ofimgmock img {
            max-width: 110% !important;
            position: relative;
            left: 0px;
            top: 0px !important;
            transform: rotate(-10deg);
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 500px !important;
        }
        .bookdownload p {
            font-size: 15px !important;
            color: white;
            padding-bottom: 5%;
            text-transform: capitalize;
            width: 50%;
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 790px !important;
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 80vw !important
        }
    }
    
    @media (max-width:1000px) {
        .single-speaker-area .speaker-single-thumb img {
            position: relative !important;
            right: 6vw;
        }
        .phonedirect {
            height: 31px;
            display: block;
            position: absolute;
            left: 65px;
        }
        .phonedirect button {
            height: 32px;
            font-size: 13px;
            padding-left: 6px;
            padding-right: 6px;
        }
        .cityselect span {
            display: none;
        }
        .cityselect {
            position: relative !important;
            left: 0px !important;
        }
    }
    
    .awards-year-line {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 22px;
        text-align: center;
        color: #c09d75;
        position: relative;
        display: inline-block;
        margin-bottom: 70px;
    }
    
    .awards-year-line::before {
        content: '';
        width: 340px;
        background: rgba(255, 255, 255, .2);
        height: 1px;
        position: absolute;
        top: 10px;
        right: 20vw;
    }
    
    .awards-year-line::after {
        content: '';
        width: 340px;
        background: rgba(255, 255, 255, .2);
        height: 1px;
        position: absolute;
        top: 10px;
        left: 20vw;
    }
    
    .newdownload {}
    
    .newdownload h5 {
        text-transform: uppercase;
        text-align: center;
        font-size: 28px;
        margin-top: 20px;
        font-weight: bolder;
    }
    
    .newdownload p {
        font-size: 15px;
        text-align: center;
        text-transform: capitalize;
    }
    
    .newdownload .container-fluid {}
    
    .sec1 {
        padding: 30px;
    }
    
    .formbook {
        height: auto;
        border: 0px;
        background-color: #f4f4f4;
    }
    
    .formbook input {
        border: 1px solid #dfdfdf !important;
        padding: 5px !important;
        height: 50px !important;
        border-radius: 3px !important;
        font-size: 13px !important;
        color: #454545!important;
        margin-top: 20px;
    }
    
    #closebtn {
        margin-top: 20px;
        margin-left: 12px;
        border-radius: 0px;
    }
    
    .btnbtushor {
        text-align: center;
        transition: all .3s;
        border: none;
        font-size: 14px !important;
        background-color: #000;
        padding: 14px 40px 13px;
        font-weight: 400;
        height: 55px;
        color: #fff;
        display: inline-block;
        transition: 0.3s;
        margin-left: 12px;
        font-size: 12px;
    }
    
    .imgmockdownloadup {
        background-color: #c09d75;
    }
    
    .imgmockdownload {
        max-width: 130%;
        position: relative;
        left: -36px;
        top: 15%;
        transform: rotate(-10deg);
    }
    
    @media (max-width: 1180px) {
        .awards-year-line::after,
        .awards-year-line::before {
            width: 240px;
        }
        .awards-year-line::before {
            right: 13vw;
        }
        .awards-year-line::after {
            left: 13vw;
        }
    }
    
    @media (max-width: 970px) {
        .awards-year-line::after,
        .awards-year-line::before {
            width: 240px;
        }
    }
    
    @media (max-width: 769px) {
        .awards-year-line::after,
        .awards-year-line::before {
            width: 120px;
        }
        .awards-year-line::before {
            right: 0px;
        }
        .awards-year-line::after {
            left: 0px;
        }
    }
    
    @media (max-width:750px) {
        .newdownload h5 {
            text-transform: uppercase;
            text-align: center;
            font-size: 28px;
            margin-top: 20px;
            font-weight: bolder;
            margin-top: 0px !important;
        }
        .formbook input {
            margin-top: 0px !important;
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 96vw !important
        }
        .awardssection::before {
            content: '';
            position: absolute;
            top: -40px !important;
            left: 0;
            border-left: 50vw solid #000307;
            z-index: 99;
            border-top: 40px solid transparent !important;
        }
        .awardssection::after {
            content: '';
            position: absolute;
            top: -40px !important;
            left: 0;
            border-left: 50vw solid #000307;
            z-index: 99;
            border-top: 40px solid transparent !important;
        }
        .titleawards {
            font-size: 25px !important;
        }
        .titleunder {
            width: 400px !important;
            font-size: 15px !important;
        }
        .imgawards {
            padding: 30px;
        }
        #listcatpage {
            position: fixed;
            top: 0px;
            left: -1000px;
            width: 100vw;
            height: 100vh;
            overflow: auto;
            z-index: 99999999;
            background-color: white;
            transition: 0.4s;
            padding-top: 22px;
        }
        #closemenu,
        #openmenue {
            display: block !important;
        }
        #searchfilterid {
            width: 100% !important;
        }
        #searchresult {
            display: grid !important;
            margin: 0px !important;
        }
        #searchresult .item {
            justify-self: center;
        }
        .pagination {
            margin-bottom: 30px;
        }
        .secondsec {
            display: flex;
            justify-content: center !important;
            align-items: center;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #e9e9e9;
            flex-direction: column !important;
        }
        .propname {
            font-size: 17px !important;
            margin-bottom: 30px !important;
        }
        .propprice {
            font-size: 21px !important;
            margin-bottom: 30px;
        }
        .statues {
            text-align: center;
        }
        .thirdaccess {
            display: flex;
            justify-content: center !important;
            align-items: center;
            margin-top: 20px;
            margin-bottom: 20px;
            flex-direction: column !important;
        }
        .propaddress {
            font-size: 15px;
            color: #636363;
            font-weight: 300;
            margin-bottom: 20px;
        }
        .property {
            padding-left: 1%;
            padding-right: 1%;
        }
        .boxin section h6 {
            font-size: 15px;
        }
        .boxin section p {
            font-size: 12px;
            font-weight: bolder;
        }
    }
    
    @media (max-width:450px) {
        .newdownload p {
            font-size: 12px !important;
            text-align: center;
            text-transform: capitalize;
        }
        #closebtn {
            margin-top: 5px !important;
            margin-left: 12px;
            border-radius: 0px;
            font-size: 12px !important;
        }
        .btnbtushor {
            text-align: center;
            transition: all .3s;
            border: none;
            font-size: 13px !important;
            background-color: #000;
            padding: 14px 40px 13px;
            font-weight: 400;
            height: 45px !important;
            color: #fff;
            display: inline-block;
            transition: 0.3s;
            margin-left: 12px;
            font-size: 12px;
        }
        .imgmockdownload {
            max-width: 70%;
            position: relative;
            left: 0px;
            top: 11% !important;
            transform: rotate(-10deg);
            z-index: 99;
        }
        .formbook input {
            border: 1px solid #dfdfdf !important;
            padding: 5px !important;
            height: 40px !important;
            border-radius: 3px !important;
            font-size: 13px !important;
            color: #454545 !important;
            margin-top: 20px;
        }
        .newdownload h5 {
            text-transform: uppercase;
            text-align: center;
            font-size: 21px !important;
            margin-top: 20px;
            font-weight: bolder;
            margin-top: 0px;
        }
        .titleawards {
            font-size: 20px !important;
        }
        .titleunder {
            width: 350px !important;
            font-size: 13px !important;
        }
        .imgawards {
            padding: 30px;
        }
        .contact-our-area .contact_from_area {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        #ccnt .confer-btn {
            top: 0px !important;
        }
        #ccnt {
            padding-top: 0px !important;
            background-color: #f4f4f4
        }
        .insteps .custom-control {
            padding: 0px !important;
        }
        .insteps {
            width: 100vw !important;
        }
        .our-sponsor-area .single-sponsor a img {
            max-height: 70px !important;
        }
        .scrollmagicsetion .introduction {
            font-size: 17px !important;
            font-weight: 600;
            text-transform: capitalize;
            padding: 10px !important;
            text-transform: uppercase;
            text-align: left !important;
            background: -webkit-linear-gradient(#ae0c8b 40%, #3b09c6);
            background-clip: border-box;
            background-clip: border-box !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            top: 0px !important;
        }
        .our-sponsor-area .single-sponsor {
            flex: 0 0 50% !important;
            max-width: 50% !important;
            width: 50% !important;
        }
        .single-ticket-pricing-table .ticket-price {
            font-size: 20px !important;
            color: #111343;
            font-weight: bold;
            letter-spacing: 1px;
            line-height: 1;
            margin-top: 10px !important;
            margin-bottom: 15px;
        }
        .single-ticket-pricing-table p {
            text-align: justify;
            margin-top: 20px;
            display: block;
            font-size: 14px !important;
        }
        .search2 {
            display: none;
            position: absolute;
            width: 96% !important;
            background-color: white;
            border-radius: 3px;
            border: 1px solid #e5e5e5;
            top: 102px !important;
            z-index: 99;
            left: 6px;
        }
    }
    
    @media (max-width:600px) {
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 103vw !important
        }
        .ofimgmock img {
            max-width: 113% !important;
            position: relative;
            left: 0px;
            top: 0px !important;
            transform: rotate(-10deg);
        }
        .bookdownload p {
            font-size: 15px !important;
            color: white;
            padding-bottom: 1% !important;
            text-transform: capitalize;
            width: 50%;
        }
    }
    
    @media (max-width: 620px) {
        .bookdownload h5 {
            font-size: 20px !important;
            color: #fff;
            padding-top: 0px !important;
            text-transform: uppercase;
        }
        .bookdownload p {
            font-size: 15px !important;
            color: white;
            padding-bottom: 1%;
            text-transform: capitalize;
            width: 100%;
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 87vw !important
        }
    }
    
    @media (max-width: 500px) {
        .bookdownload button {
            margin-bottom: 21px !important;
        }
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 95vw !important
        }
    }
    
    @media (max-width: 450px) {
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 106vw !important
        }
    }
    
    @media (max-width: 420px) {
        .bookdownload .container-fluid {
            background-color: #c09d75;
            padding: 40px;
            border-radius: 1px;
            height: 113vw !important
        }
        .bookdownload h5 {
            font-size: 18px !important;
            color: #fff;
            padding-top: 0px !important;
            text-transform: uppercase;
        }
    }