﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");

:root {
    --data-color-primary: #fc0;
    --data-color-secondary: #4b4b4b
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Karla', sans-serif;
    font-size: 16px
}

a {
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #172b3b;
    display: inline-block
}

    a:hover,
    a:focus {
        color: #1982c3;
        text-decoration: none
    }

button {
    outline: 0 !important
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #576671;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    font-size: 16px
}

    p:last-child {
        margin-bottom: 0
    }

i {
    line-height: normal
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-75 {
    padding-bottom: 70px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #172b3b;
    font-family: 'Poppins', sans-serif;
    font-weight: bold
}

    .h1:last-child,
    .h2:last-child,
    .h3:last-child,
    .h4:last-child,
    .h5:last-child,
    .h6:last-child,
    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child {
        margin-bottom: 0
    }

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #1982c3;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 5px;
    padding: 15px 25px 15px 50px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 1px
}

    .default-btn span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #172b3b;
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px
    }

    .default-btn i {
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 15px
    }

    .default-btn:hover {
        color: #fff
    }

        .default-btn:hover span {
            width: 225%;
            height: 562.5px
        }

    .default-btn:focus {
        color: #fff
    }

.view-all-btn {
    text-align: center;
    margin-top: 15px
}

    .view-all-btn .default-btn i {
        font-size: 25px
    }

.section-title {
    text-align: center;
    margin-bottom: 50px
}

    .section-title .event-title {
        font-size: 1.7rem;
        position: relative
    }

@media (max-width: 768px) {
    .section-title .event-title {
        font-size: 1.1rem;
        position: relative
    }
}

.section-title .event-title::after {
    left: 40%;
    content: '';
    width: 250px;
    height: 1px;
    position: absolute;
    bottom: -11px;
    background: #1982c3
}

@media (max-width: 768px) {
    .section-title .event-title::after {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -11px;
        background: #1982c3;
        left: 0
    }
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    color: #1982c3;
    font-family: 'Poppins', sans-serif
}

.section-title h2 {
    font-size: 38px;
    margin-bottom: 0px
}

.section-title p {
    max-width: 750px;
    margin: auto
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0
}

    .preloader .loader {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        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;
        height: 100%
    }

    .preloader .box {
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-animation: animate 0.5s linear infinite;
        animation: animate 0.5s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px
    }

    .preloader .shadow {
        width: 100%;
        height: 5px;
        background: #0523a5;
        opacity: 0.1;
        position: absolute;
        top: 59px;
        left: 0;
        border-radius: 50%;
        -webkit-animation: shadow 0.5s linear infinite;
        animation: shadow 0.5s linear infinite
    }

@-webkit-keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}
.cs-preloader_in {
    width: 120px;
    height: 120px;
    position: relative;
    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;
    padding: 20px;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    border-color: #d0cec6;
}

    .cs-preloader_in:after {
        content: '';
        border-width: 3px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #dc2128;
        border-radius: 50%;
        position: absolute;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        left: 50%;
        top: 50%;
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        margin-left: -60px;
        margin-top: -60px
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.main-responsive-nav {
    display: none
}

.main-navbar {
    padding: 10px 0
}

    .main-navbar .navbar {
        -webkit-transition: 0.6s;
        transition: 0.6s;
        padding: 0
    }

        .main-navbar .navbar .navbar-brand {
            padding: 0
        }

        .main-navbar .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
            gap: 30px;
        }

        .main-navbar .navbar .navbar-nav .nav-item {
            position: relative;
            margin-left: 09px;
            margin-right: 09px
        }

            .main-navbar .navbar .navbar-nav .nav-item a {
                color: #172b3b;
                font-size: 14px;
                font-weight: 500;
                padding-left: 0;
                padding-right: 0;
                padding-top: 25px;
                padding-bottom: 25px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                font-family: 'Poppins', sans-serif
            }

                .main-navbar .navbar .navbar-nav .nav-item a i {
                    font-size: 14px;
                    position: relative;
                    top: 2px;
                    display: inline-block;
                    margin-left: -2px;
                    margin-right: -2px
                }

                .main-navbar .navbar .navbar-nav .nav-item a:hover,
                .main-navbar .navbar .navbar-nav .nav-item a:focus,
                .main-navbar .navbar .navbar-nav .nav-item a.active {
                    color: #1982c3
                }

            .main-navbar .navbar .navbar-nav .nav-item:last-child {
                margin-right: 0
            }

            .main-navbar .navbar .navbar-nav .nav-item:first-child {
                margin-left: 0
            }

            .main-navbar .navbar .navbar-nav .nav-item:hover a,
            .main-navbar .navbar .navbar-nav .nav-item.active a {
                color: #1982c3
            }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
                border: none;
                top: 70px;
                z-index: 99;
                opacity: 0;
                width: 265px;
                display: block;
                padding: 10px 0;
                margin-top: 15px;
                position: absolute;
                visibility: hidden;
                background: #fff;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1)
            }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
                    margin: 0
                }

.nav-link.dropdown-toggle::after {
    content: unset
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: #172b3b;
    font-size: 15px;
    font-weight: 500
}

    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        font-size: 15px;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
        right: 1px
    }

    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #1982c3;
        background-color: #f9f9f9
    }

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    margin-top: 15px;
    visibility: hidden
}

    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
        color: #172b3b
    }

        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
            color: #1982c3
        }

    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: 250px;
        visibility: hidden
    }

        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
            color: #172b3b
        }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                color: #1982c3
            }

        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
            top: 0;
            opacity: 0;
            left: -250px;
            visibility: hidden
        }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #172b3b
            }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #1982c3
                }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                top: 0;
                opacity: 0;
                left: 250px;
                visibility: hidden
            }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                    color: #172b3b
                }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                        color: #1982c3
                    }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                    top: 0;
                    opacity: 0;
                    left: -250px;
                    visibility: hidden
                }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                        color: #172b3b
                    }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                            color: #1982c3
                        }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                        top: 0;
                        opacity: 0;
                        left: 250px;
                        visibility: hidden
                    }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                            color: #172b3b
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                color: #1982c3
                            }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                        color: #1982c3
                    }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible
                    }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                    color: #1982c3
                }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible
                }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #1982c3
            }

            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                opacity: 1;
                visibility: visible
            }

        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
            color: #1982c3
        }

        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible
        }

    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
        color: #1982c3
    }

    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible
    }

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #1982c3
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.main-navbar .navbar .others-options .option-item {
    margin-right: 25px
}

    .main-navbar .navbar .others-options .option-item:last-child {
        margin-right: 0
    }

    .main-navbar .navbar .others-options .option-item .cart-btn a {
        font-size: 25px;
        color: #172b3b;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
        top: 4px
    }

        .main-navbar .navbar .others-options .option-item .cart-btn a:hover {
            color: #1982c3
        }

        .main-navbar .navbar .others-options .option-item .cart-btn a span {
            position: absolute;
            right: -2px;
            top: -2px;
            width: 15px;
            height: 15px;
            text-align: center;
            line-height: 15px;
            border-radius: 50%;
            background: #1982c3;
            color: #fff;
            font-size: 14px
        }

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.others-option-for-responsive {
    display: none
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 9991;
        position: absolute;
        top: -42px;
        right: 52px
    }

        .others-option-for-responsive .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                background-color: #172b3b
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #1982c3
        }

    .others-option-for-responsive .container {
        position: relative
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            right: 20px;
            top: 10px;
            max-width: 205px;
            background-color: #fff;
            -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            z-index: 2;
            padding: 15px;
            border-radius: 5px
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }

    .others-option-for-responsive .option-inner .others-options .option-item {
        margin-right: 0
    }

        .others-option-for-responsive .option-inner .others-options .option-item .cart-btn a {
            font-size: 25px;
            color: #172b3b;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: relative;
            top: 4px
        }

            .others-option-for-responsive .option-inner .others-options .option-item .cart-btn a:hover {
                color: #1982c3
            }

            .others-option-for-responsive .option-inner .others-options .option-item .cart-btn a span {
                position: absolute;
                right: -2px;
                top: -2px;
                width: 15px;
                height: 15px;
                text-align: center;
                line-height: 15px;
                border-radius: 50%;
                background: #1982c3;
                color: #fff;
                font-size: 14px
            }

@media only screen and (max-width: 1199px) {
    .main-responsive-nav {
        display: block
    }

        .main-responsive-nav .main-responsive-menu {
            position: relative
        }

            .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
                font-size: 15px
            }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
                    color: #1982c3
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
                    display: none
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
                    font-size: 14px
                }

            .main-responsive-nav .main-responsive-menu.mean-container .others-options {
                display: block !important
            }

                .main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .cart-btn {
                    position: absolute;
                    bottom: 18px;
                    right: 95px
                }

                    .main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .cart-btn a {
                        font-size: 25px;
                        color: #172b3b;
                        -webkit-transition: 0.6s;
                        transition: 0.6s;
                        position: relative;
                        top: 4px
                    }

                        .main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .cart-btn a:hover {
                            color: #1982c3
                        }

                        .main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .cart-btn a span {
                            position: absolute;
                            right: -2px;
                            top: -2px;
                            width: 15px;
                            height: 15px;
                            text-align: center;
                            line-height: 15px;
                            border-radius: 50%;
                            background: #1982c3;
                            color: #fff;
                            font-size: 14px
                        }

                .main-responsive-nav .main-responsive-menu.mean-container .others-options .option-item .default-btn {
                    display: none
                }

            .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
                overflow: scroll;
                max-height: 70vh;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                background-color: #fff
            }

        .main-responsive-nav .mean-container a.meanmenu-reveal {
            color: #172b3b
        }

        .main-responsive-nav .mean-container a.meanmenu-reveal {
            min-height: 30px;
            padding-top: 0px
        }

            .main-responsive-nav .mean-container a.meanmenu-reveal.meanclose {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-align: end !important;
                -ms-flex-align: end !important;
                align-items: flex-end !important;
                -webkit-box-pack: center !important;
                -ms-flex-pack: center !important;
                justify-content: center !important;
                font-size: 20px
            }

    .others-option-for-responsive .dot-menu {
        top: -40px !important
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #172b3b;
        position: relative
    }

    .main-responsive-nav .logo {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .main-responsive-nav .logo a {
            z-index: 999
        }

        .main-responsive-nav .logo img {
            max-width: 90px !important
        }

    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .main-navbar {
        display: none
    }

    .others-option-for-responsive {
        display: block
    }

        .others-option-for-responsive .cart-btn {
            display: none
        }
}

.main-slides-item::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.main-slides-content {
    text-align: center;
    max-width: 975px;
    margin: auto
}

    .main-slides-content .sub-title {
        color: #fff;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        background: rgba(93, 93, 99, 0.8);
        padding: 10px 25px;
        border-radius: 50px;
        font-family: 'Poppins', sans-serif
    }

    .main-slides-content h1 {
        font-size: 70px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #fff;
        line-height: 1.4
    }

    .main-slides-content p {
        color: #fff;
        max-width: 750px;
        margin: auto
    }

    .main-slides-content .slides-btn {
        margin-top: 35px
    }

        .main-slides-content .slides-btn .default-btn {
            margin-right: 25px
        }

        .main-slides-content .slides-btn .optional-btn {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: relative;
            top: -12px
        }

            .main-slides-content .slides-btn .optional-btn i {
                width: 50px;
                height: 50px;
                line-height: 50px;
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                background-color: transparent;
                border: 1px solid #fff;
                font-size: 20px;
                margin-right: 5px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                margin-right: 5px;
                position: relative;
                top: 2px
            }

            .main-slides-content .slides-btn .optional-btn:hover {
                color: #1982c3
            }

                .main-slides-content .slides-btn .optional-btn:hover i {
                    border: 1px solid #1982c3;
                    color: #fff;
                    background: #1982c3
                }

.home-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .home-slides.owl-theme .owl-nav .owl-prev,
    .home-slides.owl-theme .owl-nav .owl-next {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        outline: 0;
        width: 35px;
        height: 100px;
        line-height: 100px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: rgba(43, 72, 87, 0.5);
        color: #fff;
        border-radius: 0
    }

        .home-slides.owl-theme .owl-nav .owl-prev:hover,
        .home-slides.owl-theme .owl-nav .owl-prev:focus,
        .home-slides.owl-theme .owl-nav .owl-next:hover,
        .home-slides.owl-theme .owl-nav .owl-next:focus {
            background-color: #1982c3;
            color: #fff
        }

        .home-slides.owl-theme .owl-nav .owl-prev i,
        .home-slides.owl-theme .owl-nav .owl-next i {
            display: inline-block;
            font-size: 35px;
            position: relative;
            top: 8px;
            right: 0
        }

    .home-slides.owl-theme .owl-nav .owl-next {
        left: auto;
        right: 0
    }

.main-banner-area {
    background-image: url(../images/main-banner/banner-bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    overflow: hidden
}

    .main-banner-area::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #001d34;
        z-index: -1;
        opacity: 0.77
    }

.main-banner-content {
    margin-top: -80px
}

    .main-banner-content .sub-title {
        color: #fff;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        background: rgba(93, 93, 99, 0.8);
        padding: 10px 25px;
        border-radius: 50px;
        font-family: 'Poppins', sans-serif
    }

    .main-banner-content h1 {
        font-size: 65px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #fff;
        line-height: 1.4
    }

    .main-banner-content p {
        color: #fff;
        margin-bottom: 0
    }

    .main-banner-content .banner-btn {
        margin-top: 35px
    }

        .main-banner-content .banner-btn .default-btn {
            margin-right: 25px
        }

        .main-banner-content .banner-btn .optional-btn {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: relative;
            top: -12px
        }

            .main-banner-content .banner-btn .optional-btn i {
                width: 50px;
                height: 50px;
                line-height: 50px;
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                background-color: transparent;
                border: 1px solid #fff;
                font-size: 20px;
                margin-right: 5px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                margin-right: 5px
            }

            .main-banner-content .banner-btn .optional-btn:hover {
                color: #1982c3
            }

                .main-banner-content .banner-btn .optional-btn:hover i {
                    border: 1px solid #1982c3;
                    color: #fff;
                    background: #1982c3
                }

.main-banner-area-box {
    background-image: url(../images/main-banner/banner-bg-2.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px
}

    .main-banner-area-box::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 45%;
        background-color: #172b3b;
        right: 0;
        top: 0;
        z-index: -1
    }

.main-banner-content-box .sub-title {
    background-color: #fff6f2;
    color: #1982c3;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 25px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px
}

.main-banner-content-box h1 {
    font-size: 55px;
    margin-bottom: 0;
    line-height: 1.4
}

.main-banner-content-box .banner-soon-content {
    margin-top: 25px
}

    .main-banner-content-box .banner-soon-content #timer div {
        text-align: center;
        display: inline-block;
        color: #172b3b;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 35px;
        font-weight: bold;
        background-color: #dcefff;
        height: 110px;
        width: 115px;
        border-radius: 5px;
        padding-top: 18px;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .main-banner-content-box .banner-soon-content #timer div span {
            display: block;
            text-transform: capitalize;
            margin-top: -10px;
            font-size: 16px;
            color: #172b3b;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .main-banner-content-box .banner-soon-content #timer div:last-child {
            margin-right: 0
        }

        .main-banner-content-box .banner-soon-content #timer div:first-child {
            margin-left: 0
        }

        .main-banner-content-box .banner-soon-content #timer div:hover {
            background-color: #1982c3;
            color: #fff
        }

            .main-banner-content-box .banner-soon-content #timer div:hover span {
                color: #fff
            }

.main-banner-content-box .banner-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px
}

    .main-banner-content-box .banner-list li {
        font-size: 16px;
        font-weight: 500;
        color: #172b3b;
        display: inline-block;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
        margin-right: 30px;
        padding-left: 20px
    }

        .main-banner-content-box .banner-list li::before {
            content: '';
            position: absolute;
            top: 2px;
            right: -20px;
            width: 1px;
            height: 20px;
            background-color: #e1e1e1
        }

        .main-banner-content-box .banner-list li i {
            color: #1982c3;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .main-banner-content-box .banner-list li:last-child {
            margin-right: 0
        }

            .main-banner-content-box .banner-list li:last-child::before {
                display: none
            }

.main-banner-content-box .banner-btn-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px
}

    .main-banner-content-box .banner-btn-list li {
        list-style-type: none;
        display: inline-block;
        margin-right: 25px
    }

        .main-banner-content-box .banner-btn-list li:last-child {
            margin-right: 0
        }

        .main-banner-content-box .banner-btn-list li.calender-btn {
            position: relative;
            bottom: 15px;
            font-size: 16px;
            color: #172b3b;
            font-weight: 600
        }

            .main-banner-content-box .banner-btn-list li.calender-btn i {
                position: relative;
                top: 1px
            }

.main-banner-image-wrap img {
    border-radius: 5px
}

.intro-area {
    position: relative;
    margin-top: -65px
}

.single-intro-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 30px;
    border-radius: 10px;
    background-image: url(../images/intro-new.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 25px
}

    .single-intro-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 1;
        z-index: -1;
        border-radius: 10px;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

    .single-intro-box span {
        font-size: 16px;
        font-weight: 500;
        color: #1982c3;
        display: inline-block;
        margin-bottom: 10px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
        padding-left: 20px
    }

        .single-intro-box span i {
            color: #1982c3;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .single-intro-box h3 {
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.4;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .single-intro-box h3 a {
            color: #172b3b
        }

    .single-intro-box:hover::before {
        opacity: 0.8;
        background-color: #1982c3
    }

    .single-intro-box:hover span {
        color: #fff
    }

        .single-intro-box:hover span i {
            color: #fff
        }

    .single-intro-box:hover h3 a {
        color: #fff
    }

.events-schedules-area .view-all-btn .default-btn {
    background-color: transparent;
    border: 1px solid #1982c3;
    color: #1982c3
}

    .events-schedules-area .view-all-btn .default-btn span {
        background-color: #1982c3
    }

    .events-schedules-area .view-all-btn .default-btn:hover {
        color: #fff
    }

.events-schedules-area-with-color {
    background-color: #f9f9f9
}

    .events-schedules-area-with-color .view-all-btn .default-btn {
        background-color: transparent;
        border: 1px solid #1982c3;
        color: #1982c3
    }

        .events-schedules-area-with-color .view-all-btn .default-btn span {
            background-color: #1982c3
        }

        .events-schedules-area-with-color .view-all-btn .default-btn:hover {
            color: #fff
        }

.single-events-schedules {
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 0 0 15px 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .single-events-schedules .events-image {
        position: relative
    }

        .single-events-schedules .events-image img {
            border-radius: 15px 15px 0 0
        }

        .single-events-schedules .events-image .tag {
            position: absolute;
            left: 25px;
            top: 25px
        }

            .single-events-schedules .events-image .tag a {
                display: inline-block;
                padding: 5px 25px;
                background-color: #172b3b;
                color: #fff;
                font-size: 15px;
                font-weight: 500;
                border-radius: 5px;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

    .single-events-schedules .events-content {
        padding: 25px
    }

        .single-events-schedules .events-content span {
            font-size: 16px;
            font-weight: 500;
            color: #1982c3;
            display: inline-block;
            margin-bottom: 15px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: relative;
            padding-left: 20px
        }

            .single-events-schedules .events-content span i {
                color: #1982c3;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

        .single-events-schedules .events-content h3 {
            font-size: 24px;
            margin-bottom: 15px;
            line-height: 1.4;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

            .single-events-schedules .events-content h3 a {
                color: #172b3b;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

        .single-events-schedules .events-content p {
            font-size: 16px;
            margin-bottom: 0
        }

        .single-events-schedules .events-content .bottom-content {
            margin-top: 25px;
            position: relative
        }

            .single-events-schedules .events-content .bottom-content .info {
                position: relative;
                padding-left: 65px
            }

                .single-events-schedules .events-content .bottom-content .info img {
                    display: inline-block;
                    height: 55px;
                    width: 55px;
                    border-radius: 10px;
                    position: absolute;
                    left: 0;
                    top: 0
                }

                .single-events-schedules .events-content .bottom-content .info h4 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 8px
                }

                .single-events-schedules .events-content .bottom-content .info p {
                    font-size: 15px;
                    color: #5c6a75
                }

            .single-events-schedules .events-content .bottom-content .book-btn {
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

                .single-events-schedules .events-content .bottom-content .book-btn .book-btn-one {
                    display: inline-block;
                    text-align: center;
                    z-index: 1;
                    color: #fff;
                    background-color: #1982c3;
                    -webkit-transition: 0.6s;
                    transition: 0.6s;
                    border-radius: 5px;
                    padding: 12px 20px;
                    font-weight: 500;
                    font-size: 16px
                }

                    .single-events-schedules .events-content .bottom-content .book-btn .book-btn-one i {
                        margin-right: 2px;
                        position: relative;
                        top: 2px
                    }

                    .single-events-schedules .events-content .bottom-content .book-btn .book-btn-one:hover {
                        color: #fff;
                        background-color: #172b3b
                    }

                    .single-events-schedules .events-content .bottom-content .book-btn .book-btn-one:focus {
                        color: #fff
                    }

    .single-events-schedules:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-events-schedules:hover .events-image .tag a {
            background-color: #1982c3;
            color: #fff
        }

        .single-events-schedules:hover .events-content h3 a {
            color: #1982c3
        }

.events-content-box {
    padding: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .events-content-box span {
        font-size: 16px;
        font-weight: 500;
        color: #1982c3;
        display: inline-block;
        margin-bottom: 15px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
        padding-left: 20px
    }

        .events-content-box span i {
            color: #1982c3;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .events-content-box h3 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.4;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .events-content-box h3 a {
            color: #172b3b;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

    .events-content-box p {
        font-size: 16px;
        margin-bottom: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

    .events-content-box .bottom-content {
        margin-top: 25px;
        position: relative
    }

        .events-content-box .bottom-content .info {
            position: relative;
            padding-left: 65px
        }

            .events-content-box .bottom-content .info img {
                display: inline-block;
                height: 55px;
                width: 55px;
                border-radius: 10px;
                position: absolute;
                left: 0;
                top: 0
            }

            .events-content-box .bottom-content .info h4 {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 8px;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .events-content-box .bottom-content .info p {
                font-size: 15px;
                color: #5c6a75;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

        .events-content-box .bottom-content .book-btn {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .events-content-box .bottom-content .book-btn .book-btn-one {
                display: inline-block;
                text-align: center;
                z-index: 1;
                color: #fff;
                background-color: #1982c3;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                border-radius: 5px;
                padding: 12px 20px;
                font-weight: 500;
                font-size: 16px
            }

                .events-content-box .bottom-content .book-btn .book-btn-one i {
                    margin-right: 2px;
                    position: relative;
                    top: 2px
                }

                .events-content-box .bottom-content .book-btn .book-btn-one:hover {
                    color: #1982c3;
                    background-color: #fff
                }

                .events-content-box .bottom-content .book-btn .book-btn-one:focus {
                    color: #fff
                }

    .events-content-box:hover {
        background-color: #172b3b
    }

        .events-content-box:hover span {
            color: #fff
        }

            .events-content-box:hover span i {
                color: #fff
            }

        .events-content-box:hover h3 a {
            color: #fff
        }

        .events-content-box:hover p {
            color: #fff
        }

        .events-content-box:hover .bottom-content .info h4 {
            color: #fff
        }

        .events-content-box:hover .bottom-content .info p {
            color: #fff
        }

.events-schedules-table {
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    padding: 35px 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .events-schedules-table .number {
        display: inline-block;
        height: 55px;
        width: 55px;
        line-height: 55px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        color: #1982c3;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        border-radius: 50px;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .events-schedules-table .number:hover {
            background-color: #1982c3;
            color: #fff
        }

    .events-schedules-table .time-content p {
        font-size: 16px;
        color: #1982c3;
        font-weight: 500;
        margin-bottom: 5px;
        position: relative;
        padding-left: 22px
    }

        .events-schedules-table .time-content p i {
            position: absolute;
            left: 0;
            top: 5px
        }

    .events-schedules-table .time-content span {
        font-size: 15px;
        font-weight: 500;
        color: #576671
    }

    .events-schedules-table .content-title h3 {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 1.4
    }

        .events-schedules-table .content-title h3 a {
            color: #172b3b
        }

    .events-schedules-table .content-info {
        position: relative;
        padding-left: 65px
    }

        .events-schedules-table .content-info img {
            display: inline-block;
            height: 55px;
            width: 55px;
            border-radius: 10px;
            position: absolute;
            left: 0;
            top: 0
        }

        .events-schedules-table .content-info h4 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 8px
        }

        .events-schedules-table .content-info p {
            font-size: 15px;
            color: #5c6a75
        }

    .events-schedules-table .content-btn {
        text-align: right
    }

    .events-schedules-table:hover {
        background-color: #fff6f2;
        border: 1px solid #fff6f2
    }

        .events-schedules-table:hover .content-title h3 a {
            color: #1982c3
        }

.expect-area {
    background-color: #eceef3
}

    .expect-area .view-all-btn {
        margin-top: 35px
    }

.expect-area-with-color {
    position: relative;
    z-index: 1
}

    .expect-area-with-color::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 55%;
        background-color: #172b3b;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1
    }

    .expect-area-with-color .section-title h2 {
        color: #fff
    }

    .expect-area-with-color .section-title p {
        color: #fff
    }

    .expect-area-with-color .expect-item {
        margin-bottom: 10px
    }

.expect-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 10px;
    padding: 25px 22px
}

    .expect-item .icon {
        margin-bottom: 20px
    }

        .expect-item .icon i {
            display: inline-block;
            height: 85px;
            width: 85px;
            line-height: 85px;
            background-color: #ffede5;
            color: #1982c3;
            font-size: 50px;
            text-align: center;
            border-radius: 50px;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

    .expect-item h3 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.4
    }

        .expect-item h3 a {
            color: #172b3b
        }

    .expect-item:hover .icon i {
        background-color: #1982c3;
        color: #fff
    }

.expect-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .expect-slides.owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 50px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: transparent;
        border: 1px solid #e3e3e2;
        color: #172b3b;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
    }

        .expect-slides.owl-theme .owl-nav [class*='owl-']:hover,
        .expect-slides.owl-theme .owl-nav [class*='owl-']:focus {
            background-color: #1982c3;
            border: 1px solid #1982c3;
            color: #fff
        }

        .expect-slides.owl-theme .owl-nav [class*='owl-'].owl-next {
            left: auto;
            right: 0
        }

        .expect-slides.owl-theme .owl-nav [class*='owl-'] i {
            font-size: 20px;
            font-weight: bold
        }

.expect-slides.owl-theme:hover .owl-nav [class*='owl-'] {
    opacity: 1;
    visibility: visible;
    left: -30px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .expect-slides.owl-theme:hover .owl-nav [class*='owl-'].owl-next {
        left: auto;
        right: -30px
    }

.experience-area {
    position: relative;
    z-index: 1
}

    .experience-area::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        background-color: #1982c3;
        z-index: -1
    }

    .experience-area::after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        background-image: url(../images/experience.jpg);
        z-index: -1
    }

.experience-content {
    padding-right: 70px
}

    .experience-content span {
        font-size: 16px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
        color: #fff
    }

    .experience-content h3 {
        font-size: 38px;
        margin-bottom: 15px;
        color: #fff;
        line-height: 1.4
    }

    .experience-content p {
        color: #fff
    }

.fun-fact-inner-box {
    margin-left: -45px
}

    .fun-fact-inner-box .fun-fact-box {
        background-color: #fff;
        padding: 35px 30px 35px 112px;
        position: relative;
        border-radius: 10px;
        margin-bottom: 25px;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1)
    }

        .fun-fact-inner-box .fun-fact-box.bottom-0 {
            margin-bottom: 0
        }

        .fun-fact-inner-box .fun-fact-box .icon {
            position: absolute;
            left: 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .fun-fact-inner-box .fun-fact-box .icon i {
                display: inline-block;
                height: 65px;
                width: 65px;
                line-height: 65px;
                background-color: #ffede5;
                color: #1982c3;
                font-size: 35px;
                text-align: center;
                border-radius: 50px;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

        .fun-fact-inner-box .fun-fact-box h3 {
            font-size: 30px;
            margin-bottom: 5px
        }

        .fun-fact-inner-box .fun-fact-box p {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0
        }

        .fun-fact-inner-box .fun-fact-box:hover .icon i {
            background-color: #1982c3;
            color: #fff
        }

.experience-area-with-image {
    background-image: url(../images/experience-bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

    .experience-area-with-image .experience-content {
        padding-right: 0;
        padding-left: 50px
    }

        .experience-area-with-image .experience-content span {
            color: #1982c3
        }

    .experience-area-with-image .fun-fact-inner-box {
        margin-left: 0
    }

.single-speakers {
    margin-bottom: 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .single-speakers .speakers-image {
        position: relative;
        margin-right: 5px
    }

        .single-speakers .speakers-image::before {
            content: '';
            position: absolute;
            right: -5px;
            top: 5px;
            border-radius: 5px;
            z-index: -1;
            width: 100%;
            height: 100%;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            background-color: #1982c3;
            opacity: 0;
            visibility: hidden
        }

        .single-speakers .speakers-image img {
            border-radius: 5px
        }

    .single-speakers .speakers-content {
        margin-top: 20px
    }

        .single-speakers .speakers-content h3 {
            font-size: 24px;
            margin-bottom: 10px
        }

            .single-speakers .speakers-content h3 a {
                color: #172b3b
            }

        .single-speakers .speakers-content span {
            font-size: 16px;
            font-weight: 500;
            color: #576671
        }

        .single-speakers .speakers-content .social {
            padding-left: 0;
            margin-top: 15px;
            margin-bottom: 0
        }

            .single-speakers .speakers-content .social li {
                list-style: none;
                display: inline-block;
                margin-right: 5px
            }

                .single-speakers .speakers-content .social li:last-child {
                    margin-right: 0
                }

.speaker_block .speaker-list {
    width: 20%
}

@media (max-width: 1200px) {
    .speaker_block .speaker-list {
        width: 25%
    }
}

@media (max-width: 768px) {
    .speaker_block .speaker-list {
        width: 50%
    }
}

.single-speakers .speakers-content .social li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    border: 1px solid #1982c3;
    color: #1982c3;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .single-speakers .speakers-content .social li a i:hover {
        background-color: #1982c3;
        color: #fff
    }

.single-speakers:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

    .single-speakers:hover .speakers-image::before {
        opacity: 1;
        visibility: visible
    }

    .single-speakers:hover .speakers-content h3 a {
        color: #1982c3
    }

.single-speakers-box {
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 10px
}

    .single-speakers-box .speakers-image {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px
    }

        .single-speakers-box .speakers-image img {
            border-radius: 10px
        }

    .single-speakers-box .speakers-content {
        padding: 12px 12px 0
    }

        .single-speakers-box .speakers-content .top-content {
            position: relative
        }

            .single-speakers-box .speakers-content .top-content h3 {
                font-size: 14px;
                margin-bottom: 0px;
                line-height: 1
            }

                .single-speakers-box .speakers-content .top-content h3 a {
                    color: #172b3b;
                    -webkit-transition: 0.6s;
                    transition: 0.6s;
                    margin-bottom: 0px
                }

            .single-speakers-box .speakers-content .top-content b {
                font-size: 13px;
                color: #576671;
                font-weight: 500;
                display: inline-block
            }

            .single-speakers-box .speakers-content .top-content p {
                font-size: 14px;
                color: #576671;
                font-weight: 500;
                display: inline-block;
                line-height: 1.2
            }

                .single-speakers-box .speakers-content .top-content p:first-child {
                    color: #161b1e;
                    font-weight: 700
                }

                .single-speakers-box .speakers-content .top-content p a {
                    color: #576671
                }

            .single-speakers-box .speakers-content .top-content .message-icon {
                position: absolute;
                right: 0;
                top: 0
            }

                .single-speakers-box .speakers-content .top-content .message-icon i {
                    display: inline-block;
                    height: 45px;
                    width: 45px;
                    line-height: 45px;
                    background-color: #ffede5;
                    color: #1982c3;
                    font-size: 25px;
                    text-align: center;
                    border-radius: 50%;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                    .single-speakers-box .speakers-content .top-content .message-icon i:hover {
                        background-color: #1982c3;
                        color: #fff
                    }

        .single-speakers-box .speakers-content .list {
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 20px;
            position: relative
        }

            .single-speakers-box .speakers-content .list li {
                list-style-type: none;
                color: #172b3b;
                font-size: 16px;
                font-weight: 500;
                font-family: 'Poppins', sans-serif;
                margin-bottom: 20px
            }

                .single-speakers-box .speakers-content .list li:last-child {
                    margin-bottom: 0
                }

                .single-speakers-box .speakers-content .list li i {
                    color: #1982c3;
                    font-size: 20px;
                    position: relative;
                    top: 4px;
                    margin-right: 5px
                }

                .single-speakers-box .speakers-content .list li span {
                    font-size: 16px;
                    color: #576671;
                    font-weight: 400;
                    float: right
                }

                .single-speakers-box .speakers-content .list li.rating {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    padding: 0;
                    margin: 0
                }

                    .single-speakers-box .speakers-content .list li.rating i {
                        position: relative;
                        color: #f7b500;
                        font-size: 16px;
                        margin-right: 0
                    }

        .single-speakers-box .speakers-content .bottom-content {
            position: relative;
            border-top: 1px solid #ebebeb;
            padding: 3px 0 9px;
            margin-top: 4px;
            text-align: center
        }

            .single-speakers-box .speakers-content .bottom-content .social {
                padding-left: 0;
                margin-bottom: 0
            }

                .single-speakers-box .speakers-content .bottom-content .social li {
                    list-style-type: none;
                    display: inline-block;
                    margin-right: 5px
                }

                    .single-speakers-box .speakers-content .bottom-content .social li:last-child {
                        margin-right: 0
                    }

                    .single-speakers-box .speakers-content .bottom-content .social li a i {
                        display: inline-block;
                        height: 40px;
                        width: 40px;
                        line-height: 40px;
                        background-color: transparent;
                        color: #5c6a75;
                        border: 1px solid #5c6a75;
                        font-size: 22px;
                        text-align: center;
                        border-radius: 50%;
                        -webkit-transition: 0.6s;
                        transition: 0.6s
                    }

                        .single-speakers-box .speakers-content .bottom-content .social li a i:hover {
                            background-color: #1982c3;
                            border: 1px solid #1982c3;
                            color: #fff
                        }

            .single-speakers-box .speakers-content .bottom-content .view-btn a {
                color: #1982c3
            }

            .single-speakers-box .speakers-content .bottom-content .view-btn .view-btn-one {
                display: inline-block;
                background-color: #1982c3;
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                border-radius: 30px;
                padding: 10px 25px;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

                .single-speakers-box .speakers-content .bottom-content .view-btn .view-btn-one:hover {
                    background-color: #0523a5;
                    color: #fff
                }

    .single-speakers-box:hover .speakers-content .top-content h3 a {
        color: #1982c3
    }

.announcement-area {
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .announcement-area::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: #0523a5;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.77
    }

    .announcement-area .section-title {
        max-width: 750px;
        margin: 0 auto 35px
    }

        .announcement-area .section-title span {
            color: #fff
        }

        .announcement-area .section-title h2 {
            color: #fff;
            margin-bottom: 0;
            line-height: 1.5
        }

.announcement-area-with-color {
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .announcement-area-with-color::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: #1982c3;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.89
    }

    .announcement-area-with-color .section-title {
        max-width: 750px;
        margin: 0 auto 35px
    }

        .announcement-area-with-color .section-title span {
            color: #fff
        }

        .announcement-area-with-color .section-title h2 {
            color: #fff;
            margin-bottom: 0;
            line-height: 1.5
        }

    .announcement-area-with-color .announcement-soon-content {
        text-align: center
    }

        .announcement-area-with-color .announcement-soon-content #timer div {
            background-color: rgba(255, 255, 255, 0.3)
        }

        .announcement-area-with-color .announcement-soon-content .announcement-btn .default-btn {
            background-color: #172b3b;
            color: #fff
        }

            .announcement-area-with-color .announcement-soon-content .announcement-btn .default-btn span {
                background-color: #fff
            }

            .announcement-area-with-color .announcement-soon-content .announcement-btn .default-btn:hover {
                color: #1982c3
            }

.announcement-soon-content {
    text-align: center
}

    .announcement-soon-content #timer div {
        display: inline-block;
        color: #fff;
        position: relative;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 45px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.2);
        height: 125px;
        width: 130px;
        border-radius: 5px;
        padding-top: 18px
    }

        .announcement-soon-content #timer div span {
            display: block;
            text-transform: capitalize;
            margin-top: -10px;
            font-size: 16px
        }

        .announcement-soon-content #timer div:last-child {
            margin-right: 0
        }

            .announcement-soon-content #timer div:last-child::before {
                display: none
            }

        .announcement-soon-content #timer div:first-child {
            margin-left: 0
        }

        .announcement-soon-content #timer div::before {
            content: ':';
            position: absolute;
            right: -42px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 70px;
            color: #fff
        }

    .announcement-soon-content .announcement-btn {
        margin-top: 30px
    }

.benefits-area .section-title h2 {
    margin-bottom: 0
}

.single-benefits {
    margin-bottom: 25px
}

    .single-benefits img {
        margin-bottom: 20px
    }

    .single-benefits h3 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .single-benefits p {
        position: relative;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .single-benefits p::before {
            position: absolute;
            content: '';
            width: 50px;
            height: 2px;
            background-color: #1982c3;
            left: 0;
            bottom: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

    .single-benefits:hover p {
        padding-bottom: 5px
    }

        .single-benefits:hover p::before {
            opacity: 1;
            visibility: visible
        }

.pricing-area {
    background-image: url(../images/pricing-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .pricing-area::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: #000;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.77
    }

    .pricing-area .section-title span {
        color: #fff
    }

    .pricing-area .section-title h2 {
        color: #fff
    }

    .pricing-area .section-title p {
        color: #fff
    }

.testimonial-area {
    background-image: url(../images/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

    .testimonial-area .view-all-btn {
        margin-top: 35px
    }

.testimonial-area-with-image {
    background-image: url(../images/bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

    .testimonial-area-with-image::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: #172b3b;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.77
    }

    .testimonial-area-with-image .section-title span {
        color: #fff
    }

    .testimonial-area-with-image .section-title h2 {
        color: #fff
    }

    .testimonial-area-with-image .section-title p {
        color: #fff
    }

    .testimonial-area-with-image .view-all-btn {
        margin-top: 35px
    }

.testimonial-item {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    text-align: center
}

    .testimonial-item img {
        display: inline-block !important;
        height: 130px;
        width: 130px !important;
        border-radius: 50%;
        margin-bottom: 20px;
        -webkit-box-shadow: 0px 15px 35px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 35px 10px rgba(0, 0, 0, 0.1);
        border: 2px solid #fff
    }

    .testimonial-item h3 {
        font-size: 20px
    }

    .testimonial-item .rating-list {
        padding-left: 0;
        margin-bottom: 12px
    }

        .testimonial-item .rating-list li {
            list-style-type: none;
            display: inline-block;
            margin-right: 2px
        }

            .testimonial-item .rating-list li:last-child {
                margin-right: 0
            }

            .testimonial-item .rating-list li i {
                color: #f7b500;
                font-size: 20px
            }

    .testimonial-item p {
        font-weight: 500;
        color: #172b3b
    }

    .testimonial-item .info {
        position: relative;
        margin-bottom: 7px
    }

        .testimonial-item .info i {
            display: inline-block;
            height: 40px;
            width: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #fff;
            color: #1982c3;
            -webkit-box-shadow: 0px 15px 35px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 35px 10px rgba(0, 0, 0, 0.1);
            font-size: 20px;
            border-radius: 50px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .testimonial-item .info span {
            font-size: 14px;
            font-weight: 500;
            color: #172b3b
        }

            .testimonial-item .info span:first-child {
                color: #161b1e;
                font-weight: 700
            }

.speaker-designation-new-2 {
    margin-top: -2px !important
}

.height-49px {
    min-height: 49px
}

.height-40px {
    min-height: 40px
}

.testimonial-item .icon {
    position: absolute;
    right: 25px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%)
}

    .testimonial-item .icon i {
        font-size: 50px;
        color: #fff7f3;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

.testimonial-item-box {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 45px;
    border-radius: 10px;
    position: relative
}

    .testimonial-item-box .info-box {
        position: relative;
        padding-left: 65px;
        margin-bottom: 20px
    }

        .testimonial-item-box .info-box img {
            display: inline-block !important;
            height: 55px;
            width: 55px !important;
            border-radius: 50%;
            -webkit-box-shadow: 0px 15px 35px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 35px 10px rgba(0, 0, 0, 0.1);
            border: 2px solid #fff;
            position: absolute;
            left: 0;
            top: 0
        }

        .testimonial-item-box .info-box h3 {
            font-size: 20px;
            margin-bottom: 8px
        }

        .testimonial-item-box .info-box span {
            color: #576671;
            font-weight: 500;
            font-size: 15px
        }

    .testimonial-item-box .rating-list {
        padding-left: 0;
        margin-bottom: 0
    }

        .testimonial-item-box .rating-list li {
            list-style-type: none;
            display: inline-block;
            margin-right: 2px
        }

            .testimonial-item-box .rating-list li:last-child {
                margin-right: 0
            }

            .testimonial-item-box .rating-list li i {
                color: #f7b500;
                font-size: 20px
            }

    .testimonial-item-box p {
        font-weight: 500;
        color: #172b3b;
        margin-bottom: 18px
    }

    .testimonial-item-box .icon {
        position: absolute;
        right: 20%;
        top: 20%;
        -webkit-transform: translateY(-20%) translateX(-20%);
        transform: translateY(-20%) translateX(-20%)
    }

        .testimonial-item-box .icon i {
            font-size: 50px;
            color: #fff2ed;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

.testimonial-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .testimonial-slides.owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 50px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: transparent;
        border: 1px solid #e3e3e2;
        color: #172b3b;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
    }

        .testimonial-slides.owl-theme .owl-nav [class*='owl-']:hover,
        .testimonial-slides.owl-theme .owl-nav [class*='owl-']:focus {
            background-color: #1982c3;
            border: 1px solid #1982c3;
            color: #fff
        }

        .testimonial-slides.owl-theme .owl-nav [class*='owl-'].owl-next {
            left: auto;
            right: 0
        }

        .testimonial-slides.owl-theme .owl-nav [class*='owl-'] i {
            font-size: 20px;
            font-weight: bold
        }

.testimonial-slides.owl-theme:hover .owl-nav [class*='owl-'] {
    opacity: 1;
    visibility: visible;
    left: -30px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .testimonial-slides.owl-theme:hover .owl-nav [class*='owl-'].owl-next {
        left: auto;
        right: -30px
    }

.testimonial-slides-two.owl-theme .owl-nav {
    margin-top: 0
}

    .testimonial-slides-two.owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        margin: 0;
        outline: 0;
        width: 45px;
        height: 45px;
        line-height: 50px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: #fff;
        border: 1px solid #fff;
        color: #1982c3;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
    }

        .testimonial-slides-two.owl-theme .owl-nav [class*='owl-']:hover,
        .testimonial-slides-two.owl-theme .owl-nav [class*='owl-']:focus {
            background-color: #1982c3;
            border: 1px solid #1982c3;
            color: #fff
        }

        .testimonial-slides-two.owl-theme .owl-nav [class*='owl-'].owl-next {
            left: auto;
            right: 0
        }

        .testimonial-slides-two.owl-theme .owl-nav [class*='owl-'] i {
            font-size: 20px;
            font-weight: bold
        }

.testimonial-slides-two.owl-theme:hover .owl-nav [class*='owl-'] {
    opacity: 1;
    visibility: visible;
    left: -30px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .testimonial-slides-two.owl-theme:hover .owl-nav [class*='owl-'].owl-next {
        left: auto;
        right: -30px
    }

.single-blog {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 0 0 15px 15px
}

    .single-blog .blog-image {
        position: relative
    }

        .single-blog .blog-image img {
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .single-blog .blog-image .tag {
            position: absolute;
            right: 20px;
            bottom: -18px
        }

            .single-blog .blog-image .tag a {
                display: inline-block;
                background-color: #1982c3;
                color: #fff;
                padding: 8px 15px;
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                border-radius: 5px
            }

    .single-blog .blog-content {
        padding: 25px
    }

        .single-blog .blog-content .blog-author {
            margin-bottom: 15px
        }

            .single-blog .blog-content .blog-author i {
                color: #1982c3
            }

            .single-blog .blog-content .blog-author img {
                width: 40px;
                height: 40px;
                margin-right: 5px;
                position: relative;
                top: -1px
            }

            .single-blog .blog-content .blog-author span {
                font-size: 16px;
                font-weight: 500;
                font-family: 'Poppins', sans-serif
            }

                .single-blog .blog-content .blog-author span a {
                    color: #1982c3
                }

        .single-blog .blog-content h3 {
            font-size: 24px;
            margin-bottom: -5px;
            line-height: 1.5
        }

            .single-blog .blog-content h3 a {
                color: #172b3b
            }

                .single-blog .blog-content h3 a:hover {
                    text-decoration: underline !important
                }

        .single-blog .blog-content .blog-box-footer {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: -7px;
            margin-right: -7px;
            margin-top: 20px
        }

            .single-blog .blog-content .blog-box-footer li {
                color: #576671;
                font-size: 15px;
                font-weight: 500;
                position: relative;
                padding-left: 30px;
                padding-right: 8px
            }

                .single-blog .blog-content .blog-box-footer li i {
                    color: #1982c3;
                    position: absolute;
                    left: 7px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 16px
                }

    .single-blog:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.single-blog-box {
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .single-blog-box::before {
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
        width: 100%;
        height: 90%;
        left: 0;
        bottom: 0;
        position: absolute;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        z-index: 1;
        border-radius: 5px;
        opacity: 0.9
    }

    .single-blog-box .blog-image {
        position: relative
    }

        .single-blog-box .blog-image img {
            -webkit-transition: 0.6s;
            transition: 0.6s;
            border-radius: 10px
        }

        .single-blog-box .blog-image .tag {
            position: absolute;
            left: 30px;
            top: 30px
        }

            .single-blog-box .blog-image .tag a {
                display: inline-block;
                background-color: #1982c3;
                color: #fff;
                padding: 8px 15px;
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                border-radius: 5px
            }

    .single-blog-box .blog-content {
        padding: 35px;
        position: absolute;
        bottom: 0;
        z-index: 1
    }

        .single-blog-box .blog-content .blog-author {
            margin-bottom: 15px
        }

            .single-blog-box .blog-content .blog-author img {
                width: 40px;
                height: 40px;
                margin-right: 5px;
                position: relative;
                top: -1px
            }

            .single-blog-box .blog-content .blog-author span {
                font-size: 16px;
                font-weight: 500;
                font-family: 'Poppins', sans-serif
            }

                .single-blog-box .blog-content .blog-author span a {
                    color: #fff
                }

        .single-blog-box .blog-content h3 {
            font-size: 28px;
            margin-bottom: 0;
            line-height: 1.5
        }

            .single-blog-box .blog-content h3 a {
                color: #fff
            }

    .single-blog-box:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-blog-box:hover .blog-content h3 a {
            color: #1982c3
        }

.single-side-blog {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border-radius: 10px;
    padding: 10px
}

    .single-side-blog .blog-image {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        position: relative;
        z-index: 1;
        border-radius: 8px 0 0 8px
    }

        .single-side-blog .blog-image.bg-1 {
            background-image: url(../images/blog/blog-2.html)
        }

        .single-side-blog .blog-image.bg-2 {
            background-image: url(../images/blog/blog-3.html)
        }

        .single-side-blog .blog-image.bg-3 {
            background-image: url(../images/blog/blog-4.html)
        }

        .single-side-blog .blog-image.bg-4 {
            background-image: url(../images/blog/blog-5.html)
        }

        .single-side-blog .blog-image img {
            display: none
        }

        .single-side-blog .blog-image .tag {
            position: absolute;
            left: 20px;
            top: 20px
        }

            .single-side-blog .blog-image .tag a {
                display: inline-block;
                background-color: #1982c3;
                color: #fff;
                padding: 8px 15px;
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                border-radius: 5px
            }

    .single-side-blog .blog-content {
        padding: 25px 25px 25px 0
    }

        .single-side-blog .blog-content .blog-author {
            margin-bottom: 15px
        }

            .single-side-blog .blog-content .blog-author img {
                width: 40px;
                height: 40px;
                margin-right: 5px;
                position: relative;
                top: -1px
            }

            .single-side-blog .blog-content .blog-author span {
                font-size: 16px;
                font-weight: 500;
                font-family: 'Poppins', sans-serif
            }

                .single-side-blog .blog-content .blog-author span a {
                    color: #1982c3
                }

        .single-side-blog .blog-content h3 {
            font-size: 24px;
            margin-bottom: 12px;
            line-height: 1.5
        }

            .single-side-blog .blog-content h3 a {
                color: #172b3b
            }

        .single-side-blog .blog-content .blog-box-footer {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-left: -7px;
            margin-right: -7px;
            margin-top: 20px
        }

            .single-side-blog .blog-content .blog-box-footer li {
                color: #576671;
                font-size: 15px;
                font-weight: 500;
                position: relative;
                padding-left: 30px;
                padding-right: 8px
            }

                .single-side-blog .blog-content .blog-box-footer li i {
                    color: #1982c3;
                    position: absolute;
                    left: 7px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 16px
                }

    .single-side-blog:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.overview-area {
    background-image: url(../images/overview-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .overview-area::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background-color: #0523a5;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.77
    }

.overview-content span {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Poppins', sans-serif
}

.overview-content h3 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff
}

.overview-content p {
    color: #fff;
    margin-bottom: 0
}

.overview-btn {
    text-align: right
}

.fun-fact-area {
    background-color: #f8f8f8
}

.single-fun-fact {
    background-color: #172b3b;
    padding: 35px 30px 35px 112px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px
}

    .single-fun-fact .icon {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .single-fun-fact .icon i {
            display: inline-block;
            height: 65px;
            width: 65px;
            line-height: 65px;
            background-color: #ffede5;
            color: #1982c3;
            font-size: 35px;
            text-align: center;
            border-radius: 50px;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

    .single-fun-fact h3 {
        font-size: 30px;
        margin-bottom: 5px;
        color: #fff
    }

    .single-fun-fact p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        color: #fff
    }

    .single-fun-fact:hover .icon i {
        background-color: #1982c3;
        color: #fff
    }

.about-us-image .image-one img {
    border-radius: 15px
}

.about-us-image .image-two img {
    border-radius: 15px
}

.about-us-image .about-text-wrap {
    margin-top: 25px;
    background-color: #172b3b;
    text-align: center;
    border-radius: 15px;
    padding: 25px
}

    .about-us-image .about-text-wrap i {
        display: inline-block;
        height: 70px;
        width: 70px;
        line-height: 70px;
        background-color: #ffede5;
        color: #1982c3;
        font-size: 45px;
        text-align: center;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 50%
    }

    .about-us-image .about-text-wrap h4 {
        color: #fff;
        font-size: 22px;
        margin-top: 18px;
        margin-bottom: 10px;
        line-height: 1.4
    }

    .about-us-image .about-text-wrap span {
        color: #fff;
        font-size: 16px;
        font-weight: 400
    }

    .about-us-image .about-text-wrap:hover i {
        background-color: #1982c3;
        color: #fff
    }

.about-us-content {
    padding-left: 0px
}

    .about-us-content h3 strong {
        font-size: 26px !important;
        font-weight: bold !important
    }

    .about-us-content span {
        font-size: 16px;
        color: #1982c3;
        font-weight: 500;
        display: inline-block;
        font-family: 'Poppins', sans-serif
    }

    .about-us-content h3 {
        font-size: 38px;
        margin-bottom: 15px;
        line-height: 1.5
    }

    .about-us-content .list {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px
    }

        .about-us-content .list li {
            list-style-type: none;
            margin-bottom: 15px;
            position: relative;
            padding-left: 22px;
            line-height: 1.8;
            color: #576671;
            font-weight: 400;
            font-family: 'Karla', sans-serif;
            font-size: 16px
        }

            .about-us-content .list li:last-child {
                margin-bottom: 0
            }

            .about-us-content .list li i {
                color: #1982c3;
                position: absolute;
                left: 0;
                top: 2px
            }

    .about-us-content .about-btn {
        margin-top: 25px
    }

        .about-us-content .about-btn .default-btn i {
            font-size: 20px
        }

.single-partner {
    text-align: center
}

    .single-partner img {
        display: inline-block !important;
        margin: auto !important
    }

.partner-slides.owl-theme .owl-nav {
    margin-top: 0
}

    .partner-slides.owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
        outline: 0;
        width: 35px;
        height: 35px;
        line-height: 42px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        color: #172b3b;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
    }

        .partner-slides.owl-theme .owl-nav [class*='owl-']:hover,
        .partner-slides.owl-theme .owl-nav [class*='owl-']:focus {
            background-color: #1982c3;
            color: #fff
        }

        .partner-slides.owl-theme .owl-nav [class*='owl-'].owl-next {
            left: auto;
            right: 0
        }

        .partner-slides.owl-theme .owl-nav [class*='owl-'] i {
            font-size: 20px;
            font-weight: bold
        }

.partner-slides.owl-theme:hover .owl-nav [class*='owl-'] {
    opacity: 1;
    visibility: visible;
    left: -20px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .partner-slides.owl-theme:hover .owl-nav [class*='owl-'].owl-next {
        left: auto;
        right: -20px
    }

.partner-title {
    text-align: center;
    margin-bottom: 45px
}

    .partner-title h3 {
        font-size: 35px;
        margin-bottom: 0
    }

.customers-partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap
}

.partner-item {
    margin: 5px;
    height: 92px;
    overflow: hidden;
    background-color: #ddd
}

    .partner-item a {
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        text-align: center;
        position: relative;
        margin-bottom: 10px;
        height: 100%;
        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
    }

        .partner-item a::before,
        .partner-item a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .partner-item a::before {
            left: 0;
            top: 0;
            border-left: 2px solid #1982c3;
            border-top: 2px solid #1982c3
        }

        .partner-item a::after {
            right: 0;
            bottom: 0;
            border-right: 2px solid #1982c3;
            border-bottom: 2px solid #1982c3
        }

        .partner-item a img {
            -webkit-transition: 0.6s;
            transition: 0.6s;
            height: 100%
        }

        .partner-item a:hover::after,
        .partner-item a:hover::before {
            width: 40px;
            height: 40px;
            opacity: 1;
            visibility: visible
        }

        .partner-item a:hover img {
            -webkit-transform: scale(0.8);
            transform: scale(0.8)
        }

    .partner-item:nth-child(6) {
        margin-left: 10%
    }

.partner-area .container.bg-ebebeb {
    border-top: 1px solid #ebebeb;
    padding-top: 90px;
    margin-top: 90px
}

.video-box-image {
    position: relative
}

    .video-box-image img {
        border-radius: 5px
    }

    .video-box-image .video-btn {
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #fff;
        border-radius: 50%;
        color: #1982c3;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 75px;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .video-box-image .video-btn i {
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: relative;
            top: 5px;
            left: 5px;
            border-radius: 10px
        }

        .video-box-image .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #fff;
            -webkit-animation: ripple 5s linear infinite;
            animation: ripple 5s linear infinite
        }

        .video-box-image .video-btn:hover {
            background-color: #0523a5
        }

            .video-box-image .video-btn:hover i {
                color: #fff
            }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.page-banner-area {
    /* background-image: url(../images/top_bg.png);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    /*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%239C92AC' fill-opacity='0.25' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to right top, #343a40, #2b2c31, #211f22, #151314, #000000);
*/
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
    background-position: 0% 50%;
    }
}
.page-banner-content {
    text-align: center
}

    .page-banner-content h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 38px
    }

    .page-banner-content .pages-list {
        text-align: center;
        padding-left: 0;
        margin-bottom: 0
    }

        .page-banner-content .pages-list li {
            display: inline-block;
            list-style-type: none;
            margin-left: 30px;
            font-weight: 500;
            color: #fff;
            font-size: 16px;
            position: relative
        }

            .page-banner-content .pages-list li::before {
                position: absolute;
                content: '>';
                top: 1px;
                left: -20px;
                color: #fff;
                font-size: 16px
            }

            .page-banner-content .pages-list li span {
                color: #1982c3
            }

            .page-banner-content .pages-list li:first-child {
                margin-left: 0
            }

                .page-banner-content .pages-list li:first-child::before {
                    display: none
                }

            .page-banner-content .pages-list li a {
                display: block;
                color: #fff
            }

                .page-banner-content .pages-list li a:hover {
                    color: #1982c3
                }

.pagination-area {
    margin-top: 15px;
    text-align: center
}

    .pagination-area .page-numbers {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: #ffede5;
        color: #1982c3;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        margin: 0 5px;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif
    }

        .pagination-area .page-numbers:hover,
        .pagination-area .page-numbers.current {
            color: #fff;
            background-color: #1982c3
        }

        .pagination-area .page-numbers i {
            position: relative;
            top: 5.4px;
            font-size: 25px
        }

.single-venue {
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 10px
}

    .single-venue .venue-image img {
        border-radius: 10px 10px 0 0
    }

    .single-venue .venue-content {
        padding: 30px;
        text-align: center;
        border-radius: 0 0 10px 10px;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .single-venue .venue-content h3 {
            font-size: 24px;
            margin-bottom: 15px
        }

            .single-venue .venue-content h3 a {
                color: #172b3b
            }

        .single-venue .venue-content span {
            font-size: 16px;
            font-weight: 500;
            color: #1982c3;
            font-family: 'Poppins', sans-serif
        }

    .single-venue:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-venue:hover .venue-content {
            background-color: #fff6f2
        }

.event-details-area .widget-area {
    padding-left: 20px;
    margin-top: 125px
}

.event-details .event-details-header {
    margin-bottom: 25px
}

    .event-details .event-details-header .back-all-event {
        display: inline-block;
        color: #576671;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 600
    }

        .event-details .event-details-header .back-all-event i {
            position: relative;
            top: 2px
        }

        .event-details .event-details-header .back-all-event:hover {
            color: #1982c3
        }

    .event-details .event-details-header h3 {
        margin-bottom: 15px;
        font-size: 25px
    }

    .event-details .event-details-header .event-info-meta {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none
    }

        .event-details .event-details-header .event-info-meta li {
            display: inline-block;
            margin-right: 10px;
            color: #576671
        }

            .event-details .event-details-header .event-info-meta li i {
                color: #1982c3;
                margin-right: 2px;
                position: relative;
                top: 2px
            }

.event-details .event-details-image {
    margin-bottom: 25px
}

    .event-details .event-details-image img {
        border-radius: 5px
    }

.event-details .event-details-desc blockquote,
.event-details .event-details-desc .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 30px !important;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px
}

    .event-details .event-details-desc blockquote p,
    .event-details .event-details-desc .blockquote p {
        color: #172b3b;
        line-height: 1.6;
        margin-bottom: 0;
        font-size: 20px !important;
        font-weight: 500;
        font-style: italic
    }

    .event-details .event-details-desc blockquote::after,
    .event-details .event-details-desc .blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #1982c3;
        margin-top: 25px;
        margin-bottom: 25px
    }

.event-details .event-info-links {
    margin-top: 25px
}

    .event-details .event-info-links a {
        display: inline-block;
        background-color: #1982c3;
        color: #fff;
        border-radius: 5px;
        padding: 5px 15px 6px;
        margin-right: 5px
    }

.event-details .post-navigation {
    margin-top: 35px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

    .event-details .post-navigation .navigation-links {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .event-details .post-navigation .navigation-links .nav-previous {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%
        }

            .event-details .post-navigation .navigation-links .nav-previous a i {
                margin-right: 2px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                position: relative;
                top: 2px
            }

            .event-details .post-navigation .navigation-links .nav-previous a:hover i {
                margin-right: 0
            }

        .event-details .post-navigation .navigation-links .nav-next {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
            text-align: right
        }

            .event-details .post-navigation .navigation-links .nav-next a i {
                margin-left: 2px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                position: relative;
                top: 2px
            }

            .event-details .post-navigation .navigation-links .nav-next a:hover i {
                margin-left: 0
            }

        .event-details .post-navigation .navigation-links div a {
            display: inline-block;
            font-weight: 600
        }

.speakers-details-image img {
    border-radius: 5px
}

.speakers-details-content {
    padding-left: 30px;
    padding-right: 30px
}

    .speakers-details-content h3 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .speakers-details-content span {
        font-style: 16px;
        color: #1982c3;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 15px
    }

    .speakers-details-content .details-info {
        margin-top: 30px;
        padding-left: 0;
        margin-bottom: 0
    }

        .speakers-details-content .details-info li {
            list-style-type: none;
            font-size: 18px;
            color: #576671;
            font-weight: 500;
            margin-bottom: 20px;
            font-family: 'Poppins', sans-serif;
            position: relative;
            padding-left: 28px
        }

            .speakers-details-content .details-info li a {
                color: #576671
            }

            .speakers-details-content .details-info li i {
                position: absolute;
                left: 0;
                top: 3px;
                color: #1982c3;
                font-size: 20px
            }

            .speakers-details-content .details-info li:last-child {
                margin-bottom: 0
            }

    .speakers-details-content .details-social {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 35px
    }

        .speakers-details-content .details-social li {
            display: inline-block;
            list-style-type: none;
            margin-bottom: 0;
            margin-right: 10px
        }

            .speakers-details-content .details-social li:last-child {
                margin-right: 0
            }

            .speakers-details-content .details-social li i {
                display: inline-block;
                height: 35px;
                width: 35px;
                line-height: 35px;
                border: 1px solid #1982c3;
                color: #1982c3;
                border-radius: 50px;
                text-align: center;
                font-size: 18px;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

                .speakers-details-content .details-social li i:hover {
                    background-color: #1982c3;
                    border: 1px solid #1982c3;
                    color: #fff;
                    -webkit-transform: translateY(-5px);
                    transform: translateY(-5px)
                }

.single-gallery {
    margin-bottom: 25px
}

    .single-gallery .gallery-image {
        position: relative;
        z-index: 1;
        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;
        -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        overflow: hidden;
        border-radius: 5px
    }

        .single-gallery .gallery-image::before {
            position: absolute;
            content: '';
            width: 85%;
            height: 85%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: 0.6s;
            transition: 0.6s;
            background-color: rgba(25, 130, 195, 0.5);
            border-radius: 5px;
            opacity: 0;
            visibility: hidden
        }

.gallery-image a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

.single-gallery .gallery-image .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    padding: 50px
}

    .single-gallery .gallery-image .content img {
        margin-bottom: 18px
    }

    .single-gallery .gallery-image .content h3 {
        font-size: 24px;
        margin-bottom: 12px;
        color: #fff
    }

    .single-gallery .gallery-image .content span {
        font-size: 16px;
        color: #fff
    }

.single-gallery:hover .gallery-image::before {
    opacity: 1;
    visibility: visible
}

.single-gallery:hover .content {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.single-item-gal {
    overflow: initial !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    height: 100%;
    background: #ddd
}

    .single-item-gal a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

.faq-accordion {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.06);
    border-radius: 5px
}

    .faq-accordion .accordion-item {
        border: none;
        margin-bottom: 0;
        border-radius: 0 !important;
        border-bottom: 1px solid #eee !important;
        font-family: 'Poppins', sans-serif
    }

        .faq-accordion .accordion-item .accordion-button {
            background-color: #fff;
            color: #172b3b;
            position: relative;
            text-align: start;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            margin-bottom: 0;
            display: block;
            border: none;
            width: 100%;
            text-transform: capitalize;
            font-size: 18px;
            font-weight: 500;
            padding-top: 20px;
            padding-left: 35px;
            padding-bottom: 20px;
            padding-right: 100px
        }

            .faq-accordion .accordion-item .accordion-button::before {
                top: 50%;
                right: 30px;
                width: 40px;
                height: 40px;
                line-height: 38px;
                border-radius: 50%;
                position: absolute;
                content: '\ebc0';
                text-align: center;
                border: 1px solid #eee;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'boxicons';
                font-size: 20px
            }

            .faq-accordion .accordion-item .accordion-button.collapsed::before {
                content: '\eb8b'
            }

        .faq-accordion .accordion-item .accordion-body {
            padding: 15px 35px;
            border-top: 1px solid #eee
        }

            .faq-accordion .accordion-item .accordion-body p a {
                color: #1982c3
            }

            .faq-accordion .accordion-item .accordion-body p strong {
                color: #172b3b
            }

            .faq-accordion .accordion-item .accordion-body ul li {
                margin-bottom: 12px;
                color: #576671
            }

                .faq-accordion .accordion-item .accordion-body ul li:last-child {
                    margin-bottom: 0
                }

.login-form {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    max-width: 570px;
    margin: auto
}

    .login-form h2 {
        margin-bottom: 30px;
        font-size: 30px
    }

.alert .alert_icon_cs {
    font-size: 1.3rem
}

.login-form form .form-group {
    margin-bottom: 25px
}

    .login-form form .form-group .form-control {
        height: 45px;
        padding: 5px 16px;
        line-height: initial;
        color: #172b3b;
        background-color: transparent;
        border-radius: 5px;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        font-size: 16px;
        font-weight: 500
    }

        .login-form form .form-group .form-control:focus {
            border: 1px solid #86b7fe;
            background-color: transparent
        }

            .login-form form .form-group .form-control:focus::-webkit-input-placeholder {
                color: transparent;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .login-form form .form-group .form-control:focus:-ms-input-placeholder {
                color: transparent;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .login-form form .form-group .form-control:focus::-ms-input-placeholder {
                color: transparent;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .login-form form .form-group .form-control:focus::placeholder {
                color: transparent;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

.login-form form .remember-me-wrap {
    margin-bottom: 0
}

    .login-form form .remember-me-wrap [type='checkbox']:checked,
    .login-form form .remember-me-wrap [type='checkbox']:not(:checked) {
        display: none
    }

        .login-form form .remember-me-wrap [type='checkbox']:checked + label,
        .login-form form .remember-me-wrap [type='checkbox']:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            margin-bottom: 0;
            color: #172b3b;
            font-weight: 500
        }

            .login-form form .remember-me-wrap [type='checkbox']:checked + label:before,
            .login-form form .remember-me-wrap [type='checkbox']:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 19px;
                height: 19px;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                border: 1px solid #f5f5f5cc;
                border-radius: 3px;
                background: #f5f5f5cc
            }

            .login-form form .remember-me-wrap [type='checkbox']:checked + label:after,
            .login-form form .remember-me-wrap [type='checkbox']:not(:checked) + label:after {
                content: '';
                width: 8px;
                height: 8px;
                background: #1982c3;
                position: absolute;
                top: 5.5px;
                left: 6px;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease
            }

            .login-form form .remember-me-wrap [type='checkbox']:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0)
            }

            .login-form form .remember-me-wrap [type='checkbox']:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1)
            }

    .login-form form .remember-me-wrap [type='checkbox']:hover + label:before {
        border-color: #1982c3
    }

    .login-form form .remember-me-wrap [type='checkbox']:checked + label:before {
        border-color: #1982c3
    }

.login-form form .lost-your-password-wrap {
    text-align: right
}

    .login-form form .lost-your-password-wrap a {
        display: inline-block;
        position: relative;
        font-weight: 500;
        line-height: 1.3;
        font-size: 16px;
        color: #576671
    }

        .login-form form .lost-your-password-wrap a::before {
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            content: '';
            -webkit-transition: 0.6s;
            transition: 0.6s;
            background-color: #eee
        }

        .login-form form .lost-your-password-wrap a::after {
            width: 0;
            height: 1px;
            position: absolute;
            left: 0;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            bottom: 0;
            content: '';
            background-color: #1982c3
        }

        .login-form form .lost-your-password-wrap a:hover::before {
            width: 0
        }

        .login-form form .lost-your-password-wrap a:hover::after {
            width: 100%
        }

.login-form form .default-btn {
    margin-top: 22px;
    width: 100%;
    border: none;
    padding: 15px !important
}

.mt-40px {
    margin-top: 40px !important
}

.login-title-group h1 {
    font-size: 1rem !important
}

.register-form {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    max-width: 650px;
    margin: auto
}

    .register-form h2 {
        margin-bottom: 30px;
        font-size: 30px
    }

    .register-form form .form-group {
        margin-bottom: 25px
    }

        .register-form form .form-group .form-control {
            height: 60px;
            padding: 20px;
            line-height: initial;
            color: #172b3b;
            background-color: transparent;
            border: 1px solid #eee;
            border-radius: 5px;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-size: 16px;
            font-weight: 500
        }

            .register-form form .form-group .form-control:focus {
                border: 1px solid #1982c3;
                background-color: transparent
            }

                .register-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .register-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .register-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .register-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

    .register-form form .description {
        font-style: italic;
        font-size: 13.5px;
        margin-top: -10px;
        margin-bottom: 0
    }

    .register-form form .default-btn {
        margin-top: 20px;
        width: 100%;
        border: none;
        padding: 15px !important
    }

.privacy-policy-content {
    max-width: 1200px;
    margin: auto
}

    .privacy-policy-content h3 {
        margin-top: 25px;
        margin-bottom: 15px;
        font-size: 24px
    }

    .privacy-policy-content .blockquote,
    .privacy-policy-content blockquote {
        margin-top: 25px;
        margin-bottom: 30px;
        background-color: #e6f2f5;
        text-align: left !important;
        padding: 25px !important;
        border-radius: 5px
    }

        .privacy-policy-content .blockquote p,
        .privacy-policy-content blockquote p {
            margin-bottom: 0;
            line-height: 1.8;
            font-size: 15px !important;
            font-weight: 400
        }

        .privacy-policy-content .blockquote::after,
        .privacy-policy-content blockquote::after {
            display: none
        }

        .privacy-policy-content .blockquote::before,
        .privacy-policy-content blockquote::before {
            display: none
        }

    .privacy-policy-content ol,
    .privacy-policy-content ul {
        margin-top: 20px
    }

        .privacy-policy-content ol li,
        .privacy-policy-content ul li {
            margin-bottom: 10px;
            color: #576671;
            line-height: 1.8;
            font-weight: 400;
            font-size: 16px
        }

.terms-of-service-content {
    max-width: 1200px;
    margin: auto
}

    .terms-of-service-content img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .terms-of-service-content h3 {
        margin-top: 25px;
        margin-bottom: 15px;
        font-size: 25px
    }

    .terms-of-service-content .blockquote,
    .terms-of-service-content blockquote {
        margin-top: 25px;
        margin-bottom: 30px;
        background-color: #e6f2f5;
        text-align: left !important;
        padding: 25px !important;
        border-radius: 5px
    }

        .terms-of-service-content .blockquote p,
        .terms-of-service-content blockquote p {
            margin-bottom: 0;
            line-height: 1.8;
            font-weight: 400
        }

        .terms-of-service-content .blockquote::after,
        .terms-of-service-content blockquote::after {
            display: none
        }

        .terms-of-service-content .blockquote::before,
        .terms-of-service-content blockquote::before {
            display: none
        }

    .terms-of-service-content ol,
    .terms-of-service-content ul {
        margin-top: 20px
    }

        .terms-of-service-content ol li,
        .terms-of-service-content ul li {
            margin-bottom: 10px;
            color: #576671;
            line-height: 1.8;
            font-weight: 400;
            font-size: 16px
        }

.coming-soon-area {
    height: 100vh;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-content {
    max-width: 750px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 45px 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin: auto
}

    .coming-soon-content h1 {
        font-size: 45px;
        margin-bottom: 30px
    }

        .coming-soon-content h1 a {
            color: #172b3b
        }

            .coming-soon-content h1 a:hover {
                color: #1982c3
            }

    .coming-soon-content h2 {
        font-size: 30px;
        margin-bottom: 0
    }

    .coming-soon-content #timer {
        margin-top: 45px
    }

        .coming-soon-content #timer div {
            background-color: #1982c3;
            color: #fff;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            font-size: 40px;
            font-weight: bold;
            margin-left: 5px;
            margin-right: 5px
        }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 15px;
                font-weight: 500
            }

    .coming-soon-content .newsletter-form {
        margin-top: 45px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 30px
    }

        .coming-soon-content .newsletter-form .form-group {
            margin-bottom: 15px;
            width: 100%
        }

            .coming-soon-content .newsletter-form .form-group .input-newsletter {
                border: none;
                border: 1px solid #f4f8fc;
                background-color: #f4f8fc;
                padding: 20px;
                color: #172b3b;
                height: 60px;
                display: block;
                width: 100%;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                font-size: 16px;
                font-weight: 500;
                border-radius: 15px
            }

                .coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
                    color: #576671;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
                    color: #576671;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
                    color: #576671;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
                    color: #576671;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    outline: 0;
                    background-color: transparent;
                    border: 1px solid #1982c3
                }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
                        color: transparent
                    }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
                        color: transparent
                    }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
                        color: transparent
                    }

                    .coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
                        color: transparent
                    }

        .coming-soon-content .newsletter-form .default-btn {
            width: 100%;
            border-radius: 15px;
            border: none;
            position: relative;
            top: 0;
            left: 0;
            padding: 20px
        }

        .coming-soon-content .newsletter-form .validation-danger {
            margin-top: 15px;
            color: #1982c3
        }

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 750px
}

    .error-content h3 {
        font-size: 28px;
        margin-top: 45px;
        margin-bottom: 20px
    }

    .error-content p {
        max-width: 520px;
        margin: 0 auto 25px;
        font-size: 15px
    }

.blog-details-desc .article-content .article-image {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.h-234px {
    height: 250px
}

.blog-details-desc .article-content .article-image img {
    border-radius: 10px
}

.blog-details-desc .article-content .entry-meta {
    padding-left: 0;
    margin-bottom: 20px
}

    .blog-details-desc .article-content .entry-meta li {
        list-style-type: none;
        display: inline-block;
        color: #79798d;
        font-size: 14px;
        font-weight: 400;
        margin-right: 20px;
        position: relative;
        padding-left: 20px;
        font-family: 'Poppins', sans-serif
    }

        .blog-details-desc .article-content .entry-meta li:last-child {
            margin-right: 0
        }

        .blog-details-desc .article-content .entry-meta li a {
            color: #79798d
        }

        .blog-details-desc .article-content .entry-meta li i {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #1982c3;
            font-size: 14px
        }

        .blog-details-desc .article-content .entry-meta li img {
            display: inline-block;
            height: 50px;
            width: 50px;
            border-radius: 50%;
            margin-right: 5px
        }

.blog-details-desc .article-content h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1.5
}

.blog-details-desc .article-content .quote {
    padding: 30px;
    border-left: 2px solid #1982c3;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-top: 30px;
    margin-bottom: 30px
}

    .blog-details-desc .article-content .quote p {
        color: #172b3b;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif
    }

.blog-details-desc .article-content .wp-block-gallery {
    margin-top: 30px;
    margin-bottom: 20px
}

    .blog-details-desc .article-content .wp-block-gallery .block-image {
        margin-top: 5px;
        margin-bottom: 5px
    }

        .blog-details-desc .article-content .wp-block-gallery .block-image img {
            border-radius: 5px
        }

.blog-details-desc .article-content .article-video {
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px
}

    .blog-details-desc .article-content .article-video img {
        border-radius: 5px
    }

    .blog-details-desc .article-content .article-video .video-btn {
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        background-color: #1982c3;
        border-radius: 50%;
        color: #fff;
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 75px;
        -webkit-transition: 0.6s;
        transition: 0.6s
    }

        .blog-details-desc .article-content .article-video .video-btn i {
            -webkit-transition: 0.6s;
            transition: 0.6s;
            position: relative;
            top: 6px;
            left: 6px;
            border-radius: 10px
        }

        .blog-details-desc .article-content .article-video .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 50%;
            border: 1px solid #5a5050;
            -webkit-animation: ripple 5s linear infinite;
            animation: ripple 5s linear infinite
        }

        .blog-details-desc .article-content .article-video .video-btn:hover {
            background-color: #0523a5
        }

            .blog-details-desc .article-content .article-video .video-btn:hover i {
                color: #fff
            }

.blog-details-desc .article-content .article-tag {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px
}

    .blog-details-desc .article-content .article-tag li {
        list-style-type: none;
        display: inline-block;
        margin-right: 15px
    }

        .blog-details-desc .article-content .article-tag li:last-child {
            margin-right: 0
        }

        .blog-details-desc .article-content .article-tag li a {
            display: inline-block;
            background-color: #ffede5;
            color: #1982c3;
            padding: 5px 20px;
            border-radius: 5px;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

            .blog-details-desc .article-content .article-tag li a:hover {
                background-color: #1982c3;
                color: #fff
            }

.blog-details-desc .article-comments {
    margin-top: 35px
}

    .blog-details-desc .article-comments h4 {
        margin-bottom: 35px;
        font-size: 25px
    }

    .blog-details-desc .article-comments .comments-list {
        position: relative;
        padding-left: 135px;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-right: 30px;
        margin-bottom: 35px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        border-radius: 5px
    }

        .blog-details-desc .article-comments .comments-list:last-child {
            margin-bottom: 0
        }

        .blog-details-desc .article-comments .comments-list img {
            position: absolute;
            left: 30px;
            top: 35px;
            display: inline-block;
            height: 85px;
            width: 85px;
            border-radius: 50%
        }

        .blog-details-desc .article-comments .comments-list h5 {
            font-size: 20px;
            margin-bottom: 10px
        }

        .blog-details-desc .article-comments .comments-list span {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 14px;
            color: #1982c3
        }

            .blog-details-desc .article-comments .comments-list span i {
                position: relative;
                top: 1px
            }

        .blog-details-desc .article-comments .comments-list p {
            margin-bottom: 0
        }

        .blog-details-desc .article-comments .comments-list .reply-btn {
            font-size: 16px;
            color: #576671;
            position: absolute;
            right: 30px;
            top: 30px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-weight: 500
        }

            .blog-details-desc .article-comments .comments-list .reply-btn:hover {
                color: #1982c3;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px)
            }

        .blog-details-desc .article-comments .comments-list.children {
            margin-left: 50px
        }

.blog-details-desc .article-leave-comment {
    margin-top: 35px
}

    .blog-details-desc .article-leave-comment h4 {
        margin-bottom: 35px;
        font-size: 25px
    }

    .blog-details-desc .article-leave-comment form {
        background-color: #fff;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 30px
    }

        .blog-details-desc .article-leave-comment form .form-group .form-control {
            height: 65px;
            color: #a0a6ab;
            border: 1px solid #ebebeb;
            background-color: #fff;
            display: block;
            width: 100%;
            border-radius: 10px;
            padding: 15px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-size: 15px;
            font-weight: 400;
            outline: 0;
            font-family: 'Poppins', sans-serif
        }

            .blog-details-desc .article-leave-comment form .form-group .form-control::-webkit-input-placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .blog-details-desc .article-leave-comment form .form-group .form-control:-ms-input-placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .blog-details-desc .article-leave-comment form .form-group .form-control::-ms-input-placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .blog-details-desc .article-leave-comment form .form-group .form-control::placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .blog-details-desc .article-leave-comment form .form-group .form-control:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: transparent;
                border: 1px solid #1982c3
            }

                .blog-details-desc .article-leave-comment form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent
                }

                .blog-details-desc .article-leave-comment form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent
                }

                .blog-details-desc .article-leave-comment form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent
                }

                .blog-details-desc .article-leave-comment form .form-group .form-control:focus::placeholder {
                    color: transparent
                }

        .blog-details-desc .article-leave-comment form .form-group textarea.form-control {
            min-height: 135px
        }

        .blog-details-desc .article-leave-comment form .default-btn {
            margin-top: 20px;
            -webkit-transform: unset;
            transform: unset
        }

.map .container iframe {
    width: 100%;
    height: 440px;
    border: 1px solid #e6edf6;
    border-radius: 5px;
    margin-bottom: -10px
}

.contact-form form {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 30px;
    border-radius: 5px
}

    .contact-form form .form-group {
        margin-bottom: 20px
    }

        .contact-form form .form-group .form-control {
            height: 60px;
            color: #a0a6ab;
            border: 1px solid #ebebeb;
            background-color: #fff;
            display: block;
            width: 100%;
            border-radius: 10px;
            padding: 25px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-size: 15px;
            font-weight: 400;
            outline: 0;
            font-family: 'Poppins', sans-serif
        }

            .contact-form form .form-group .form-control::-webkit-input-placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .contact-form form .form-group .form-control:-ms-input-placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .contact-form form .form-group .form-control::-ms-input-placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .contact-form form .form-group .form-control::placeholder {
                color: #576671;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .contact-form form .form-group .form-control:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: transparent;
                border: 1px solid #1982c3
            }

                .contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent
                }

                .contact-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent
                }

                .contact-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent
                }

                .contact-form form .form-group .form-control:focus::placeholder {
                    color: transparent
                }

        .contact-form form .form-group textarea.form-control {
            height: auto;
            padding: 15px;
            line-height: 1.5rem
        }

        .contact-form form .form-group .help-block.with-errors ul {
            color: #1982c3;
            margin-bottom: 0;
            margin-top: 10px;
            text-align: left
        }

            .contact-form form .form-group .help-block.with-errors ul li {
                font-size: 14px
            }

.contact-form #msgSubmit {
    margin: 0;
    font-size: 1.3rem
}

    .contact-form #msgSubmit.text-danger,
    .contact-form #msgSubmit.text-success {
        margin-top: 25px;
        font-size: 18px;
        font-weight: 500
    }

.contact-form .default-btn {
    border: none
}

.contact-address {
    padding-left: 0;
    margin-bottom: 0;
    background-color: #083f88;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-left: 25px
}

    .contact-address li {
        list-style-type: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #233645
    }

        .contact-address li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

        .contact-address li i {
            font-size: 50px;
            color: #fff;
            margin-bottom: 20px
        }

        .contact-address li h4 {
            font-size: 22px;
            margin-bottom: 12px;
            color: #fff
        }

        .contact-address li a {
            color: #fff;
            display: block
        }

.single-products {
    margin-bottom: 25px;
    background-color: #f5f5f8;
    padding: 30px;
    border-radius: 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s
}

    .single-products .products-image a {
        display: inline-block
    }

        .single-products .products-image a img {
            border-radius: 15px
        }

    .single-products .products-content {
        margin-top: 30px;
        text-align: center
    }

        .single-products .products-content .rating {
            margin-bottom: 10px
        }

            .single-products .products-content .rating i {
                color: #f3b200;
                font-size: 16px
            }

        .single-products .products-content h3 {
            font-size: 24px;
            margin-bottom: 15px
        }

            .single-products .products-content h3 a {
                color: #172b3b;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

        .single-products .products-content span {
            color: #1982c3;
            font-weight: 500;
            font-size: 16px;
            font-family: 'Poppins', sans-serif
        }

    .single-products:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-products:hover .products-content h3 a {
            color: #1982c3
        }

.cart-table table {
    margin-bottom: 0
}

    .cart-table table thead tr th {
        border-bottom-width: 0px;
        vertical-align: middle;
        padding: 25px;
        white-space: nowrap;
        font-size: 18px;
        font-weight: 600
    }

    .cart-table table tbody tr td {
        vertical-align: middle;
        color: #576671;
        white-space: nowrap;
        padding: 25px;
        font-weight: 500;
        font-size: 16px
    }

        .cart-table table tbody tr td.product-thumbnail a {
            display: block
        }

            .cart-table table tbody tr td.product-thumbnail a img {
                width: 80px
            }

        .cart-table table tbody tr td.product-name a {
            display: inline-block
        }

        .cart-table table tbody tr td.product-subtotal .remove {
            color: #1982c3;
            float: right;
            position: relative;
            top: -1px;
            font-size: 18px
        }

        .cart-table table tbody tr td.product-quantity .input-counter {
            max-width: 170px;
            min-width: 170px;
            text-align: center;
            display: inline-block;
            position: relative
        }

            .cart-table table tbody tr td.product-quantity .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 40px;
                height: 100%;
                line-height: 50px;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                font-size: 22px
            }

                .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
                    left: 0;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
                    right: 0;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                    color: #1982c3
                }

            .cart-table table tbody tr td.product-quantity .input-counter input {
                height: 45px;
                color: #172b3b;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 16px;
                font-weight: bold
            }

                .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
                    color: #172b3b
                }

                .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
                    color: #172b3b
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
                    color: #172b3b
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                    color: #172b3b
                }

        .cart-table table tbody tr td.product-subtotal {
            overflow: hidden
        }

.cart-buttons {
    margin-top: 30px;
    text-align: right
}

    .cart-buttons .shopping-coupon-code {
        position: relative;
        max-width: 530px
    }

        .cart-buttons .shopping-coupon-code .form-control {
            display: block;
            width: 100%;
            height: 50px;
            outline: 0;
            background-color: #f4f8fc;
            border: 1px solid #e6edf6;
            border-radius: 5px;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 15px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-size: 15px
        }

            .cart-buttons .shopping-coupon-code .form-control::-webkit-input-placeholder {
                -webkit-transition: 0.6s;
                transition: 0.6s;
                color: #576671
            }

            .cart-buttons .shopping-coupon-code .form-control:-ms-input-placeholder {
                -webkit-transition: 0.6s;
                transition: 0.6s;
                color: #576671
            }

            .cart-buttons .shopping-coupon-code .form-control::-ms-input-placeholder {
                -webkit-transition: 0.6s;
                transition: 0.6s;
                color: #576671
            }

            .cart-buttons .shopping-coupon-code .form-control::placeholder {
                -webkit-transition: 0.6s;
                transition: 0.6s;
                color: #576671
            }

            .cart-buttons .shopping-coupon-code .form-control:focus {
                outline: 0;
                background-color: #fff;
                border-color: #0523a5;
                -webkit-box-shadow: none;
                box-shadow: none
            }

                .cart-buttons .shopping-coupon-code .form-control:focus::-webkit-input-placeholder {
                    color: transparent
                }

                .cart-buttons .shopping-coupon-code .form-control:focus:-ms-input-placeholder {
                    color: transparent
                }

                .cart-buttons .shopping-coupon-code .form-control:focus::-ms-input-placeholder {
                    color: transparent
                }

                .cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
                    color: transparent
                }

        .cart-buttons .shopping-coupon-code button {
            position: absolute;
            right: 0;
            top: 0;
            height: 50px;
            background: #172b3b;
            color: #fff;
            border: none;
            padding: 0 25px;
            line-height: 48px;
            outline: 0;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-size: 15px;
            font-weight: 500
        }

            .cart-buttons .shopping-coupon-code button:hover {
                background-color: #1982c3
            }

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 700px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-size: 25px
    }

    .cart-totals ul {
        padding-left: 0;
        margin: 0 0 25px;
        list-style-type: none
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 15px 20px;
            color: #172b3b;
            overflow: hidden;
            font-weight: 500;
            font-size: 15px
        }

            .cart-totals ul li:first-child {
                border-bottom: none
            }

            .cart-totals ul li:last-child {
                font-size: 16px;
                border-top: none
            }

                .cart-totals ul li:last-child span {
                    color: #172b3b;
                    font-weight: 500;
                    font-size: 20px
                }

            .cart-totals ul li span {
                float: right;
                color: #0523a5
            }

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #1982c3;
    position: relative;
    margin-bottom: 40px
}

    .user-actions i {
        color: #1982c3;
        margin-right: 2px;
        font-size: 20px;
        position: relative;
        top: 3px
    }

    .user-actions span {
        display: inline-block;
        color: #1982c3;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Poppins', sans-serif
    }

        .user-actions span a {
            display: inline-block
        }

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 22px
}

    .billing-details .title::before {
        content: '';
        position: absolute;
        background: #1982c3;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px
    }

.billing-details .form-group {
    margin-bottom: 25px
}

    .billing-details .form-group label {
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 15px;
        font-family: 'Poppins', sans-serif
    }

        .billing-details .form-group label .required {
            color: #1982c3
        }

    .billing-details .form-group .form-control {
        height: 50px;
        color: #172b3b;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border: 1px solid #f5f5f5cc;
        background-color: #f5f5f5cc;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        border-radius: 5px;
        padding: 15px;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif
    }

        .billing-details .form-group .form-control::-webkit-input-placeholder {
            color: #576671;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .billing-details .form-group .form-control:-ms-input-placeholder {
            color: #576671;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .billing-details .form-group .form-control::-ms-input-placeholder {
            color: #576671;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .billing-details .form-group .form-control::placeholder {
            color: #576671;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .billing-details .form-group .form-control:focus {
            border-color: #1982c3;
            background-color: transparent
        }

            .billing-details .form-group .form-control:focus::-webkit-input-placeholder {
                color: transparent
            }

            .billing-details .form-group .form-control:focus:-ms-input-placeholder {
                color: transparent
            }

            .billing-details .form-group .form-control:focus::-ms-input-placeholder {
                color: transparent
            }

            .billing-details .form-group .form-control:focus::placeholder {
                color: transparent
            }

    .billing-details .form-group textarea.form-control {
        height: auto;
        padding: 20px;
        font-size: 15px;
        font-weight: 500
    }

.billing-details .form-check {
    margin-bottom: 20px
}

    .billing-details .form-check .form-check-label {
        color: #172b3b;
        font-weight: 500
    }

    .billing-details .form-check label {
        position: relative;
        left: -2px;
        top: 0;
        font-weight: 500;
        font-family: 'Poppins', sans-serif
    }

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 22px
}

    .order-details .title::before {
        content: '';
        position: absolute;
        background: #1982c3;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px
    }

.order-details .order-table table {
    margin-bottom: 0
}

    .order-details .order-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        border-color: #eaedff;
        padding: 12px 20px 10px;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif
    }

    .order-details .order-table table tbody tr td {
        vertical-align: middle;
        color: #576671;
        white-space: nowrap;
        border-color: #eaedff;
        font-size: 15px;
        font-weight: 500;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: 'Poppins', sans-serif
    }

        .order-details .order-table table tbody tr td.product-name a {
            display: inline-block
        }

        .order-details .order-table table tbody tr td.order-subtotal span,
        .order-details .order-table table tbody tr td.order-shipping span,
        .order-details .order-table table tbody tr td.total-price span {
            color: #172b3b;
            font-size: 16px;
            font-weight: 600
        }

        .order-details .order-table table tbody tr td.shipping-price,
        .order-details .order-table table tbody tr td.order-subtotal-price,
        .order-details .order-table table tbody tr td.product-subtotal {
            color: #172b3b;
            font-weight: 600;
            font-size: 16px
        }

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px
}

    .order-details .payment-box .payment-method p {
        font-family: 'Poppins', sans-serif
    }

        .order-details .payment-box .payment-method p [type='radio']:checked,
        .order-details .payment-box .payment-method p [type='radio']:not(:checked) {
            display: none
        }

            .order-details .payment-box .payment-method p [type='radio']:checked + label,
            .order-details .payment-box .payment-method p [type='radio']:not(:checked) + label {
                padding-left: 27px;
                cursor: pointer;
                display: block;
                color: #172b3b;
                position: relative;
                margin-bottom: 8px;
                font-weight: 500
            }

                .order-details .payment-box .payment-method p [type='radio']:checked + label::before,
                .order-details .payment-box .payment-method p [type='radio']:not(:checked) + label::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 4px;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #ddd;
                    border-radius: 50%;
                    background: #fff
                }

                .order-details .payment-box .payment-method p [type='radio']:checked + label::after,
                .order-details .payment-box .payment-method p [type='radio']:not(:checked) + label::after {
                    content: '';
                    width: 12px;
                    height: 12px;
                    background: #1982c3;
                    position: absolute;
                    top: 7px;
                    left: 3px;
                    border-radius: 50%;
                    -webkit-transition: 0.6s;
                    transition: 0.6s
                }

                .order-details .payment-box .payment-method p [type='radio']:not(:checked) + label::after {
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: scale(0);
                    transform: scale(0)
                }

                .order-details .payment-box .payment-method p [type='radio']:checked + label::after {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: scale(1);
                    transform: scale(1)
                }

    .order-details .payment-box .default-btn {
        margin-top: 15px
    }

.products-details-image .products-details-image-slides li {
    background-color: #f5f5f8;
    padding: 30px;
    border-radius: 15px;
    outline: 0;
    list-style-type: none
}

    .products-details-image .products-details-image-slides li img {
        width: 100%;
        border-radius: 15px
    }

.products-details-image .slick-slider {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.products-details-image .slick-dots {
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 40px
}

    .products-details-image .slick-dots li {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        position: relative;
        padding: 2px;
        background-color: transparent;
        border-radius: 15px;
        margin-right: 5px
    }

        .products-details-image .slick-dots li:last-child {
            margin-right: 0
        }

        .products-details-image .slick-dots li button {
            padding: 0;
            outline: 0;
            display: inline-block;
            border: none;
            margin: 0;
            cursor: pointer;
            border-radius: 15px;
            border: 2px solid #fff;
            -webkit-transition: 0.6s;
            transition: 0.6s
        }

        .products-details-image .slick-dots li img {
            -webkit-transition: 0.6s;
            transition: 0.6s;
            border: 2px solid #fff;
            transition: 0.6s
        }

        .products-details-image .slick-dots li:hover,
        .products-details-image .slick-dots li.slick-active {
            border-radius: 15px
        }

            .products-details-image .slick-dots li:hover img,
            .products-details-image .slick-dots li.slick-active img {
                opacity: 0.4;
                border-radius: 15px;
                border: 2px solid #1982c3
            }

.products-details-image .slick-thumbs {
    display: none
}

.products-details-image .single-products-details-image {
    margin-top: 30px
}

    .products-details-image .single-products-details-image:first-child {
        margin-top: 0
    }

.products-details-desc {
    padding-left: 25px
}

    .products-details-desc h3 {
        font-size: 38px;
        margin-bottom: 30px
    }

    .products-details-desc .products-review {
        margin-bottom: 12px
    }

        .products-details-desc .products-review .rating {
            display: inline-block;
            padding-right: 5px;
            font-size: 18px
        }

            .products-details-desc .products-review .rating i {
                color: #ffba0a;
                display: inline-block;
                margin-right: -2px
            }

        .products-details-desc .products-review .rating-count {
            display: inline-block;
            color: #576671;
            line-height: initial;
            position: relative;
            top: -2px;
            font-weight: 500;
            font-family: 'Poppins', sans-serif
        }

            .products-details-desc .products-review .rating-count:hover {
                color: #1982c3;
                border-color: #1982c3
            }

    .products-details-desc .price {
        margin-bottom: 15px;
        color: #1982c3;
        font-size: 22px;
        font-weight: bold
    }

        .products-details-desc .price .old-price {
            text-decoration: line-through;
            color: #828893;
            font-weight: normal;
            margin-right: 5px
        }

    .products-details-desc p {
        margin-bottom: 25px
    }

        .products-details-desc p span {
            color: #172b3b;
            font-weight: 500;
            font-family: 'Poppins', sans-serif
        }

    .products-details-desc .products-add-to-cart .input-counter {
        max-width: 120px;
        min-width: 120px;
        margin-right: 10px;
        text-align: center;
        display: inline-block;
        position: relative
    }

        .products-details-desc .products-add-to-cart .input-counter span {
            position: absolute;
            top: 0;
            background-color: transparent;
            cursor: pointer;
            color: #576671;
            width: 40px;
            height: 100%;
            line-height: 50px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
            font-size: 22px
        }

            .products-details-desc .products-add-to-cart .input-counter span.minus-btn {
                right: 0;
                top: -5px
            }

            .products-details-desc .products-add-to-cart .input-counter span.plus-btn {
                right: 0;
                top: 15px
            }

            .products-details-desc .products-add-to-cart .input-counter span:hover {
                color: #1982c3
            }

        .products-details-desc .products-add-to-cart .input-counter input {
            height: 56px;
            color: #172b3b;
            outline: 0;
            display: block;
            border: none;
            background-color: transparent;
            border: 1px solid #ebebeb;
            text-align: center;
            width: 100%;
            text-align: start;
            padding-left: 25px;
            font-size: 18px;
            font-weight: 600
        }

            .products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
                color: #172b3b
            }

            .products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
                color: #172b3b
            }

            .products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
                color: #172b3b
            }

            .products-details-desc .products-add-to-cart .input-counter input::placeholder {
                color: #172b3b
            }

    .products-details-desc .products-info {
        list-style-type: none;
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 0
    }

        .products-details-desc .products-info li {
            color: #172b3b;
            margin-bottom: 25px;
            font-size: 16px;
            position: relative;
            padding-left: 45px
        }

            .products-details-desc .products-info li:last-child {
                margin-bottom: 0
            }

            .products-details-desc .products-info li span {
                color: #172b3b;
                font-weight: 500;
                font-family: 'Poppins', sans-serif
            }

            .products-details-desc .products-info li a {
                display: inline-block;
                font-weight: 400;
                color: #576671;
                font-family: 'Poppins', sans-serif;
                position: absolute;
                left: 180px
            }

                .products-details-desc .products-info li a:hover {
                    color: #1982c3
                }

            .products-details-desc .products-info li i {
                display: inline-block;
                background-color: #fff;
                -webkit-box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.1);
                height: 35px;
                width: 35px;
                line-height: 35px;
                border-radius: 50%;
                text-align: center;
                color: #1982c3;
                font-size: 16px;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

            .products-details-desc .products-info li:hover i {
                background-color: #1982c3;
                color: #fff
            }

.products-details-tabs {
    margin-top: 70px
}

    .products-details-tabs .nav {
        margin-bottom: 30px;
        list-style-type: none;
        display: block
    }

        .products-details-tabs .nav .nav-item {
            display: inline-block;
            margin-right: 10px
        }

            .products-details-tabs .nav .nav-item:last-child {
                margin-right: 0
            }

            .products-details-tabs .nav .nav-item .nav-link {
                border: none;
                padding: 10px 30px;
                background-color: #ffede5;
                position: relative;
                font-size: 16px;
                font-weight: 500;
                color: #1982c3;
                -webkit-transition: 0.6s;
                transition: 0.6s;
                border-radius: 0;
                font-family: 'Poppins', sans-serif;
                border-radius: 5px
            }

                .products-details-tabs .nav .nav-item .nav-link:hover,
                .products-details-tabs .nav .nav-item .nav-link.active {
                    background-color: #1982c3;
                    color: #fff
                }

    .products-details-tabs .nav-tabs {
        border-bottom: none
    }

    .products-details-tabs .tab-content .tab-pane {
        max-width: 950px
    }

        .products-details-tabs .tab-content .tab-pane .products-reviews {
            position: relative
        }

            .products-details-tabs .tab-content .tab-pane .products-reviews .review-content {
                position: relative;
                padding: 30px 30px 30px 150px;
                margin-bottom: 30px;
                background-color: #fff;
                -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
                border-radius: 5px
            }

                .products-details-tabs .tab-content .tab-pane .products-reviews .review-content img {
                    position: absolute;
                    left: 35px;
                    top: 30px;
                    height: 95px;
                    width: 95px;
                    border-radius: 50%
                }

                .products-details-tabs .tab-content .tab-pane .products-reviews .review-content h3 {
                    font-size: 20px;
                    font-weight: 600;
                    margin-bottom: 8px
                }

                .products-details-tabs .tab-content .tab-pane .products-reviews .review-content p {
                    margin-bottom: 0
                }

        .products-details-tabs .tab-content .tab-pane .inner-box ul {
            margin-bottom: 0;
            padding-left: 0
        }

            .products-details-tabs .tab-content .tab-pane .inner-box ul li {
                font-weight: 500;
                margin-bottom: 12px;
                color: #576671
            }

                .products-details-tabs .tab-content .tab-pane .inner-box ul li:last-child {
                    margin-bottom: 0
                }

        .products-details-tabs .tab-content .tab-pane .inner-box .table-striped {
            margin-bottom: 0
        }

            .products-details-tabs .tab-content .tab-pane .inner-box .table-striped tbody tr td {
                border: 1px solid #eee;
                padding: 20px;
                color: #576671;
                font-weight: 400;
                font-size: 16px;
                font-family: 'Poppins', sans-serif
            }

        .products-details-tabs .tab-content .tab-pane .products-review-form {
            margin-top: 35px
        }

            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
                position: relative
            }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
                    font-size: 25px;
                    margin-bottom: 30px
                }

                .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form {
                    background-color: #fff;
                    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
                    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
                    padding: 30px
                }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control {
                        height: 65px;
                        color: #a0a6ab;
                        border: 1px solid #ebebeb;
                        background-color: #fff;
                        display: block;
                        width: 100%;
                        border-radius: 10px;
                        padding: 15px;
                        -webkit-transition: 0.6s;
                        transition: 0.6s;
                        font-size: 15px;
                        font-weight: 400;
                        outline: 0;
                        font-family: 'Poppins', sans-serif
                    }

                        .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
                            color: #576671;
                            -webkit-transition: 0.6s;
                            transition: 0.6s
                        }

                        .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
                            color: #576671;
                            -webkit-transition: 0.6s;
                            transition: 0.6s
                        }

                        .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
                            color: #576671;
                            -webkit-transition: 0.6s;
                            transition: 0.6s
                        }

                        .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::placeholder {
                            color: #576671;
                            -webkit-transition: 0.6s;
                            transition: 0.6s
                        }

                        .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus {
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            background-color: transparent;
                            border: 1px solid #1982c3
                        }

                            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-webkit-input-placeholder {
                                color: transparent
                            }

                            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus:-ms-input-placeholder {
                                color: transparent
                            }

                            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-ms-input-placeholder {
                                color: transparent
                            }

                            .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::placeholder {
                                color: transparent
                            }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group textarea.form-control {
                        min-height: 135px
                    }

                    .products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .default-btn {
                        margin-top: 20px;
                        -webkit-transform: unset;
                        transform: unset
                    }

.widget-area .widget {
    margin-top: 35px
}

    .widget-area .widget:first-child {
        margin-top: 0
    }

    .widget-area .widget .widget-title {
        padding-bottom: 15px;
        margin-bottom: 25px;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
        font-size: 22px
    }

        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            background: #1982c3;
            bottom: -1px;
            left: 0;
            width: 100px;
            height: 1px
        }

.widget-area .widget_event_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

    .widget-area .widget_event_details ul li {
        color: #888f96;
        padding-top: 10px;
        padding-bottom: 10px
    }

        .widget-area .widget_event_details ul li:first-child {
            padding-top: 0
        }

        .widget-area .widget_event_details ul li:last-child {
            padding-bottom: 0
        }

        .widget-area .widget_event_details ul li span {
            display: inline-block;
            color: #172b3b;
            font-weight: 600
        }

        .widget-area .widget_event_details ul li a {
            display: inline-block;
            color: #888f96
        }

            .widget-area .widget_event_details ul li a:hover {
                color: #1982c3
            }

.widget-area .widget_information {
    background-color: #f7f7f7;
    padding: 45px 30px;
    border-radius: 5px;
    text-align: center
}

    .widget-area .widget_information img {
        max-width: 200px;
        border-radius: 50%;
        margin-bottom: 20px
    }

    .widget-area .widget_information h3 {
        font-size: 24px;
        margin-bottom: 12px
    }

    .widget-area .widget_information p {
        margin-bottom: 0
    }

    .widget-area .widget_information .social {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px
    }

        .widget-area .widget_information .social li {
            display: inline-block;
            list-style-type: none;
            margin-bottom: 0;
            margin-right: 10px
        }

            .widget-area .widget_information .social li:last-child {
                margin-right: 0
            }

            .widget-area .widget_information .social li i {
                display: inline-block;
                height: 45px;
                width: 45px;
                line-height: 45px;
                background-color: #1d6cff;
                color: #fff;
                border-radius: 50px;
                text-align: center;
                font-size: 22px;
                border: 1px solid #1d6cff
            }

                .widget-area .widget_information .social li i:hover {
                    background-color: #1982c3;
                    color: #fff;
                    border: 1px solid #1982c3
                }

            .widget-area .widget_information .social li.twitter i {
                background-color: #0ca7f0;
                border: 1px solid #0ca7f0
            }

                .widget-area .widget_information .social li.twitter i:hover {
                    background-color: #1982c3;
                    color: #fff;
                    border: 1px solid #1982c3
                }

            .widget-area .widget_information .social li.instagram i {
                background-color: #1982c3;
                border: 1px solid #1982c3
            }

                .widget-area .widget_information .social li.instagram i:hover {
                    background-color: #1982c3;
                    color: #fff
                }

.widget-area .widget_softexpo_posts_thumb {
    position: relative;
    overflow: hidden
}

    .widget-area .widget_softexpo_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 15px
    }

        .widget-area .widget_softexpo_posts_thumb .item:last-child {
            margin-bottom: 0
        }

        .widget-area .widget_softexpo_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 80px;
            margin-right: 15px;
            z-index: 1
        }

            .widget-area .widget_softexpo_posts_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                border-radius: 5px;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important
            }

                .widget-area .widget_softexpo_posts_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../images/blog/blog-1.html)
                }

                .widget-area .widget_softexpo_posts_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../images/blog/blog-2.html)
                }

                .widget-area .widget_softexpo_posts_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../images/blog/blog-3.html)
                }

                .widget-area .widget_softexpo_posts_thumb .item .thumb .fullimage.bg4 {
                    background-image: url(../images/blog/blog-4.html)
                }

            .widget-area .widget_softexpo_posts_thumb .item .thumb::before,
            .widget-area .widget_softexpo_posts_thumb .item .thumb::after {
                -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
                transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
                content: '';
                background-color: #fff;
                position: absolute;
                z-index: 1;
                top: 50%;
                left: 50%;
                opacity: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%)
            }

            .widget-area .widget_softexpo_posts_thumb .item .thumb::before {
                width: 40px;
                height: 1px;
                left: 100%
            }

            .widget-area .widget_softexpo_posts_thumb .item .thumb::after {
                height: 40px;
                width: 1px;
                top: 0
            }

        .widget-area .widget_softexpo_posts_thumb .item .info {
            overflow: hidden
        }

            .widget-area .widget_softexpo_posts_thumb .item .info span {
                display: block;
                color: #79798d;
                margin-top: 8px;
                font-size: 14px;
                font-weight: 400;
                position: relative;
                padding-left: 20px
            }

                .widget-area .widget_softexpo_posts_thumb .item .info span i {
                    color: #1982c3;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 0
                }

            .widget-area .widget_softexpo_posts_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.5;
                font-size: 16px;
                font-weight: bold
            }

                .widget-area .widget_softexpo_posts_thumb .item .info .title a {
                    display: inline-block
                }

        .widget-area .widget_softexpo_posts_thumb .item:hover .thumb::before,
        .widget-area .widget_softexpo_posts_thumb .item:hover .thumb::after {
            opacity: 1;
            top: 50%;
            left: 50%
        }

.widget-area .widget_categories .categories-list {
    padding-left: 0;
    margin-bottom: 0
}

    .widget-area .widget_categories .categories-list li {
        list-style-type: none;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 15px;
        position: relative;
        padding-left: 20px
    }

        .widget-area .widget_categories .categories-list li:last-child {
            margin-bottom: 0
        }

        .widget-area .widget_categories .categories-list li a {
            color: #576671
        }

        .widget-area .widget_categories .categories-list li::before {
            position: absolute;
            content: '';
            height: 10px;
            width: 10px;
            background-color: #1982c3;
            left: 0;
            top: 5px;
            border-radius: 50%
        }

.footer-area {
    background-image: url(../images/footer-bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 5px 5px #ebebeb;
    box-shadow: 0px 0px 5px 5px #ebebeb
}

.single-footer-widget {
    margin-bottom: 25px
}

    .single-footer-widget .widget-logo {
        margin-bottom: 10px;
    }

    .single-footer-widget p {
        margin-bottom: 0;
        font-size: 14px;
        text-align: justify;
    }

    .single-footer-widget h3 {
        font-size: 25px;
        margin-bottom: 25px
    }
.widget-info li span {
    font-weight: normal;
    font-size: 12px;
}
.single-footer-widget .footer-links-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

        .single-footer-widget .footer-links-list li {
            font-size: 14px;
            margin-bottom: 2px;
        }

            .single-footer-widget .footer-links-list li a {
                color: #576671;
                display: inline-block
            }

                .single-footer-widget .footer-links-list li a:hover {
                    color: #1982c3;
                    letter-spacing: 1px
                }

            .single-footer-widget .footer-links-list li:last-child {
                margin-bottom: 0
            }

    .single-footer-widget .widget-info {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 0
    }

        .single-footer-widget .widget-info li {
            list-style-type: none;
            margin-bottom: 10px;
            color: #576671;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            padding-left: 22px;
        }

            .single-footer-widget .widget-info li i {
                position: absolute;
                left: 0;
                top: 4px;
                color: #dc2128;
            }

            .single-footer-widget .widget-info li a {
                color: #576671
            }

                .single-footer-widget .widget-info li a:hover {
                    color: #1982c3;
                    letter-spacing: 1px
                }

            .single-footer-widget .widget-info li:last-child {
                margin-bottom: 0
            }

    .single-footer-widget .widget-social {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px
    }

        .single-footer-widget .widget-social li {
            display: inline-block;
            list-style-type: none;
            margin-bottom: 0;
            margin-right: 10px
        }

            .single-footer-widget .widget-social li:last-child {
                margin-right: 0
            }

            .single-footer-widget .widget-social li i {
                display: inline-block;
                height: 35px;
                width: 35px;
                line-height: 35px;
                border: 1px solid #dc2128;
                color: #dc2128;
                border-radius: 50px;
                text-align: center;
                font-size: 18px;
                -webkit-transition: 0.6s;
                transition: 0.6s
            }

                .single-footer-widget .widget-social li i:hover {
                    background-color: #dc2128;
                    border: 1px solid #dc2128;
                    color: #fff;
                    -webkit-transform: translateY(-5px);
                    transform: translateY(-5px)
                }

.copyright-area {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #5a5b5d;
}

    .copyright-area .copyright-area-content p {
        color: #fff
    }
.copyright-area-content {
    text-align:center;
}
.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}

            .copyright-area .copyright-area-content p a:hover {
                color: #fff
            }

    .copyright-area .copyright-area-content ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        text-align: right
    }

        .copyright-area .copyright-area-content ul li {
            display: inline-block;
            position: relative;
            margin-right: 15px;
            padding-left: 18px
        }

            .copyright-area .copyright-area-content ul li a {
                display: inline-block;
                color: #fff
            }

                .copyright-area .copyright-area-content ul li a:hover {
                    color: #1982c3
                }

            .copyright-area .copyright-area-content ul li::before {
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                width: 10px;
                height: 10px;
                background: #8b959d;
                border-radius: 50px
            }

            .copyright-area .copyright-area-content ul li:last-child {
                margin-right: 0
            }

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #1982c3;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1)
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        text-align: center;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 50px
    }

    .go-top:hover {
        background-color: #0523a5;
        color: #fff;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.buy-now-btn {
    right: 30px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff !important;
    background-color: #82b440;
    padding: 8px 20px 8px;
    font-size: 14px;
    font-weight: 500;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

    .buy-now-btn:hover {
        background-color: #1982c3;
        color: #fff !important
    }

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .main-navbar .navbar .navbar-nav .nav-item {
        margin-left: 9px;
        margin-right: 9px
    }
}

.reg-check-main .company-profile-info {
    width: calc(100% - 230px);
    padding: 3.7rem 2.5rem
}

    .reg-check-main .company-profile-info h2 {
        color: #083f88;
        font-size: 30px;
        font-weight: 600
    }

    .reg-check-main .company-profile-info ul {
        -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
        justify-content: initial !important
    }

        .reg-check-main .company-profile-info ul li {
            width: initial;
            padding-right: 4rem
        }

            .reg-check-main .company-profile-info ul li span {
                color: #000;
                font-size: 1rem
            }

                .reg-check-main .company-profile-info ul li span.add-details {
                    color: #000;
                    font-size: 1rem
                }

    .reg-check-main .company-profile-info .widget-social {
        -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
        justify-content: initial !important;
        -ms-flex-wrap: initial !important;
        flex-wrap: initial !important
    }

        .reg-check-main .company-profile-info .widget-social li {
            display: inline-block;
            list-style-type: none;
            margin-bottom: 0;
            margin-right: 10px;
            padding-right: 0rem
        }

            .reg-check-main .company-profile-info .widget-social li i {
                display: inline-block;
                height: 25px;
                width: 25px;
                line-height: 25px;
                border: 1px solid #1982c3;
                color: #1982c3;
                border-radius: 50px;
                text-align: center;
                font-size: 15px
            }

                .reg-check-main .company-profile-info .widget-social li i:hover {
                    background-color: #1982c3;
                    border: 1px solid #1982c3;
                    color: #fff
                }

                .reg-check-main .company-profile-info .widget-social li i:last-child {
                    margin-right: 0px
                }

            .reg-check-main .company-profile-info .widget-social li:last-child {
                margin-right: 0px
            }

    .reg-check-main .company-profile-info .product-service-contact-sec .ps-left-sec {
        padding-top: 0px
    }

        .reg-check-main .company-profile-info .product-service-contact-sec .ps-left-sec h3 {
            color: #083f88;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 12px
        }

    .reg-check-main .company-profile-info .product-service-contact-sec .exhibit-space-card {
        display: initial
    }

        .reg-check-main .company-profile-info .product-service-contact-sec .exhibit-space-card .exhibit-cart-item {
            width: 100%
        }

    .reg-check-main .company-profile-info .product-service-contact-sec .ps-right-sec h3 {
        color: #083f88;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 20px
    }

    .reg-check-main .company-profile-info .product-service-contact-sec .ps-right-sec .contact-text {
        min-width: 330px;
        padding: 0.5rem 0.9rem 0.8rem 0.9rem;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #bfc1c4;
        border-radius: 12px
    }

        .reg-check-main .company-profile-info .product-service-contact-sec .ps-right-sec .contact-text span {
            font-size: 16px;
            color: #083f88;
            font-weight: 500
        }

            .reg-check-main .company-profile-info .product-service-contact-sec .ps-right-sec .contact-text span.text-mut {
                color: #bfc1c4;
                padding-top: 0.4rem
            }

    .reg-check-main .company-profile-info .exh-products-service {
        margin-top: 3rem
    }

        .reg-check-main .company-profile-info .exh-products-service h3 {
            color: #083f88;
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 20px
        }

        .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area {
            background: #fff !important
        }

            .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item {
                padding: 0px;
                margin-bottom: 1.5rem;
                cursor: pointer;
                border: 1px solid #ddd;
                border-radius: 4px;
                text-align: center;
                display: block
            }

                .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .ps-img {
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-bottom: 20px;
                    width: 100%;
                    height: 140px
                }

                    .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .ps-img img {
                        width: auto;
                        height: 140px
                    }

                .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .ps-title {
                    padding: 0px 10px 0px 10px;
                    height: 38px;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center
                }

                    .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .ps-title h4 {
                        font-size: 1rem;
                        font-weight: 500;
                        margin-top: 20px;
                        margin-bottom: 5px;
                        color: #212529
                    }

                .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item span.ps-price {
                    padding: 0px 10px 0px 10px;
                    color: #083f88;
                    font-size: 1rem;
                    font-weight: 600
                }

                    .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item span.ps-price .old-ps-price {
                        font-size: 1rem;
                        font-weight: 500;
                        text-decoration: line-through;
                        color: #9e9e9e;
                        padding-right: 5px
                    }

                .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .info span {
                    padding: 0px 10px 0px 10px;
                    margin-top: 5px;
                    color: #8c9090;
                    font-size: 0.9rem;
                    font-weight: normal;
                    height: 45px
                }

                .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .read-more {
                    margin: 5px 10px 10px 10px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: end;
                    -ms-flex-pack: end;
                    justify-content: flex-end;
                    background: #1982c3;
                    color: #fff;
                    padding: 0.2rem 0.5rem;
                    border-radius: 5px;
                    -webkit-transition: 0.6s;
                    transition: 0.6s;
                    font-size: 12px
                }

                    .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item .read-more:hover {
                        background-color: #172b3b
                    }

                .reg-check-main .company-profile-info .exh-products-service .main-products-sec .product-ser-area .product-item:hover {
                    border: 1px solid #083f88;
                    overflow: hidden
                }

.reg-check-main .company-profile-card {
    position: relative;
    top: -45px;
    -webkit-box-align: initial !important;
    -ms-flex-align: initial !important;
    align-items: initial !important
}

    .reg-check-main .company-profile-card .company-profile-logo {
        width: 220px;
        height: 220px;
        background: #ffffff 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 3px 6px #00000029;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 12px;
        margin-bottom: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .reg-check-main .company-profile-card .company-profile-logo img {
            height: auto;
            width: 152px
        }

    .reg-check-main .company-profile-card .compro-logo-bottom {
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #d1d2d4;
        border-radius: 12px;
        padding: 0.5rem 1rem
    }

        .reg-check-main .company-profile-card .compro-logo-bottom img {
            width: 49px;
            height: 46px
        }

        .reg-check-main .company-profile-card .compro-logo-bottom .right-text {
            width: calc(100% - 60px);
            padding-left: 5px;
            text-align: left
        }

            .reg-check-main .company-profile-card .compro-logo-bottom .right-text span.text-normal {
                font-weight: 500;
                font-size: 16px;
                line-height: 19px
            }

            .reg-check-main .company-profile-card .compro-logo-bottom .right-text span {
                color: #083f88;
                font-weight: 600;
                font-size: 18px;
                line-height: 19px
            }

.price-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 1rem !important;
    font-weight: 700
}

    .price-box span {
        padding-left: 3px;
        font-size: 1rem !important
    }

        .price-box span.old-ps-price {
            font-size: 1rem;
            font-weight: 400;
            text-decoration: line-through;
            color: #9e9e9e;
            padding-right: 5px
        }

        .price-box span.price-regular {
            font-weight: 400;
            color: #576671
        }

table.table .price-box {
    font-size: 0.9rem !important
}

    table.table .price-box span {
        font-size: 0.9rem !important;
        color: #576671 !important
    }

        table.table .price-box span.old-ps-price {
            font-size: 0.8rem;
            font-weight: normal;
            text-decoration: line-through;
            color: #9e9e9e;
            padding-right: 5px
        }

#info-content p {
    margin-bottom: 2px;
    font-size: 18px
}

    #info-content p.address {
        font-size: 14px
    }

.committees .accordion-button:not(.collapsed)::after {
    background-image: url(../images/w-arrow.svg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.committees .accordion-item {
    border: 0px;
    margin-bottom: 10px
}

.committees .accordion-button {
    background: #1982c3;
    border-left: 8px solid #093f89;
    border-radius: 0px;
    padding: 15px 9px;
    font-size: 16px;
    color: #fff;
    font-weight: 600
}

    .committees .accordion-button:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important
    }

    .committees .accordion-button.collapsed {
        background: #e3e4e6;
        border-left: 8px solid #b8b8b8;
        border-radius: 0px;
        color: #093f89
    }

.committees .accordion-body {
    border: 2px solid #1982c3
}

    .committees .accordion-body .table > :not(:first-child) {
        border-top: 0px !important
    }

    .committees .accordion-body table tr th:first-child {
        text-align: center;
        width: 5%
    }

    .committees .accordion-body table tr th:nth-child(2) {
        width: 35%
    }

    .committees .accordion-body table tr th:nth-child(3) {
        width: 40%
    }

    .committees .accordion-body table tr th:nth-child(4) {
        width: 20%
    }

.min-height-280px {
    min-height: 280px
}

.events-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important
}

.inaug-ceremony-modal-cs {
    border-radius: 12px !important;
    position: relative
}

    .inaug-ceremony-modal-cs .loader-modal {
        width: 100%;
        height: 100%;
        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;
        position: absolute
    }

    .inaug-ceremony-modal-cs .inaug-ceremony-body {
        position: relative
    }

        .inaug-ceremony-modal-cs .inaug-ceremony-body .right-close {
            position: absolute;
            top: 0px;
            right: 0px;
            padding: 0.6rem
        }

            .inaug-ceremony-modal-cs .inaug-ceremony-body .right-close button {
                border: 0px !important;
                background: transparent
            }

                .inaug-ceremony-modal-cs .inaug-ceremony-body .right-close button img {
                    width: 23px;
                    height: 23px
                }

        .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer {
            margin-top: 1rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .info-content {
                margin-left: 1.6rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-top: -2px
            }

@media (max-width: 412px) {
    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .info-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media (max-width: 412px) {
    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .info-content span.sm-mx-2 {
        margin-left: 0.75rem;
        margin-right: 0.75rem
    }
}

.inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn {
    position: relative
}

@media (max-width: 412px) {
    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        width: 100%
    }
}

.inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn button {
    padding: 0.5rem 2rem !important
}

    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn button.disabled {
        opacity: 0.7;
        cursor: not-allowed;
        pointer-events: none
    }

    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn button.default-btn i {
        left: 14px;
        top: 33%
    }

.inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn a {
    padding: 0.5rem 2rem !important
}

    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn a.disabled {
        background-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
        pointer-events: none
    }

.inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn small.reg-alert-mess-text {
    position: absolute;
    left: 22px;
    bottom: -20px
}

@media (max-width: 412px) {
    .inaug-ceremony-modal-cs .inaug-ceremony-body .ceremony-footer-modal-cs .ceremony-footer .regis-btn small.reg-alert-mess-text {
        left: 26%
    }
}

.inaug-ceremony-modal-cs .inaug-ceremony-body .alert {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

    .inaug-ceremony-modal-cs .inaug-ceremony-body .alert button.btn-close {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 12px
    }

.inaug-ceremony-modal-cs .inaug-ceremony-body .divider {
    margin-bottom: 1.5rem !important
}

.event-details-main-cs {
    margin-bottom: 3rem !important
}

    .event-details-main-cs .events-title P {
        color: #172b3b !important;
        font-size: 18px !important;
        line-height: 22px !important;
        font-weight: 400
    }

    .event-details-main-cs .events-title a {
        color: #1982c3
    }

    .event-details-main-cs .events-title button {
        color: #1982c3;
        font-size: 18px !important;
        line-height: 22px !important;
        font-weight: 400;
        border: none !important;
        background-color: transparent !important
    }

    .event-details-main-cs .events-matrix-info ul li {
        margin-bottom: 1.5rem !important
    }

    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer {
        margin-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .info-content {
            margin-left: 1.6rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: -5px
        }

@media (max-width: 412px) {
    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .info-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media (max-width: 412px) {
    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .info-content span.sm-mx-2 {
        margin-left: 0.75rem;
        margin-right: 0.75rem
    }
}

.event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn {
    position: relative
}

@media (max-width: 412px) {
    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1.6rem;
        width: 100%
    }
}

.event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn button {
    padding: 0.5rem 2rem !important
}

    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn button.disabled {
        background-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
        pointer-events: none
    }

    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn button.default-btn i {
        left: 14px;
        top: 33%
    }

.event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn a {
    padding: 0.5rem 2rem !important
}

    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn a.disabled {
        background-color: #cccccc;
        color: #666666;
        cursor: not-allowed;
        pointer-events: none
    }

.event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn small.reg-alert-mess-text {
    position: absolute;
    left: 22px;
    bottom: -15px
}

@media (max-width: 412px) {
    .event-details-main-cs .ceremony-footer-modal-cs .ceremony-footer .regis-btn small.reg-alert-mess-text {
        left: 26%;
        bottom: -18px
    }
}

.event-details-main-cs .alert {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

    .event-details-main-cs .alert button.btn-close {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 12px
    }

.event-details-main-cs .divider {
    margin-bottom: 1.5rem !important
}

.event-details-main-cs .image-two {
    height: 303px !important
}

@media (max-width: 1199px) {
    .event-details-main-cs .image-two {
        height: 100% !important
    }
}

.cus-event-speaker-details {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .cus-event-speaker-details .single-speakers-box {
        border: 1px solid #ebebeb
    }

.cus-bg-reg {
    background: #fff6f2
}

    .cus-bg-reg .cus-visitor-login-form {
        padding: 25px !important
    }

        .cus-bg-reg .cus-visitor-login-form p.create-acc a {
            color: #6b98f0 !important
        }

.cus-exh-bg-login {
    background: #fff6f2
}

.mt-20px {
    margin-top: 20px !important
}

.visitor-profile-main-section .card {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 7px 10px #0000001a !important;
    box-shadow: 0px 7px 10px #0000001a !important;
    border-radius: 12px;
    border: none !important
}

    .visitor-profile-main-section .card .user-profile-header {
        margin-top: -2rem
    }

        .visitor-profile-main-section .card .user-profile-header .edit-pro-main-sec {
            position: absolute;
            bottom: 10px;
            right: 10px;
            width: 42px;
            height: 42px;
            background: rgba(255, 255, 255, 0.5);
            -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 50%;
            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
        }

            .visitor-profile-main-section .card .user-profile-header .edit-pro-main-sec .profile-edit-icon {
                height: 17px;
                width: 20px
            }

        .visitor-profile-main-section .card .user-profile-header .user-profile-img {
            background: transparent;
            -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
            border: 5px solid #ffffff;
            border-radius: 12px !important;
            width: 180px
        }

        .visitor-profile-main-section .card .user-profile-header .user-profile-info h4 {
            font-weight: 800 !important;
            font-size: 24px !important;
            color: #172b3b !important
        }

        .visitor-profile-main-section .card .user-profile-header .user-profile-info ul li.list-inline-item {
            font-weight: 500;
            color: #172b3b !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .visitor-profile-main-section .card .user-profile-header .user-profile-info ul li.list-inline-item i {
                padding-right: 10px
            }

        .visitor-profile-main-section .card .user-profile-header a.logout-cs {
            color: #de0000 !important;
            background-color: transparent !important;
            border: none !important;
            font-weight: 700 !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .visitor-profile-main-section .card .user-profile-header a.logout-cs i {
                padding-right: 10px
            }

.visitor-profile-main-section .menu-item-section .nav-pills .nav-link {
    font-size: 14px !important;
    color: #172b3b;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px !important;
    padding: 10px 20px;
    background: transparent
}

    .visitor-profile-main-section .menu-item-section .nav-pills .nav-link i {
        padding-right: 10px
    }

    .visitor-profile-main-section .menu-item-section .nav-pills .nav-link.active {
        background: transparent;
        color: #1982c3
    }

    .visitor-profile-main-section .menu-item-section .nav-pills .nav-link:hover {
        background: transparent;
        color: #1982c3
    }

.visitor-profile-main-section .menu-item-section .edit-custom-cs .nav-link {
    font-size: 14px !important;
    color: #172b3b;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px !important;
    padding: 10px 20px;
    background: #ffffff 0% 0% no-repeat padding-box !important
}

    .visitor-profile-main-section .menu-item-section .edit-custom-cs .nav-link i {
        padding-right: 10px
    }

    .visitor-profile-main-section .menu-item-section .edit-custom-cs .nav-link.active {
        background: #1982c3 0% 0% no-repeat padding-box !important;
        border-radius: 7px !important;
        color: #fff
    }

    .visitor-profile-main-section .menu-item-section .edit-custom-cs .nav-link:hover {
        background: #1982c3 0% 0% no-repeat padding-box !important;
        border-radius: 7px !important;
        color: #fff
    }

.visitor-profile-main-section .profile-detais-info-section .section-title-cs {
    margin-bottom: 1.3rem
}

    .visitor-profile-main-section .profile-detais-info-section .section-title-cs h4 {
        color: #172b3b;
        font-weight: 800 !important;
        font-size: 24px !important;
        line-height: 28px;
        border-bottom: 1px solid #d1d2d4;
        padding-bottom: 1rem;
        width: 100%
    }

.visitor-profile-main-section .profile-detais-info-section .edit-sec-cs {
    padding-bottom: 2.5rem !important
}

    .visitor-profile-main-section .profile-detais-info-section .edit-sec-cs h4.profile-title {
        margin-bottom: 1rem !important
    }

    .visitor-profile-main-section .profile-detais-info-section .edit-sec-cs label {
        font-weight: 500 !important
    }

        .visitor-profile-main-section .profile-detais-info-section .edit-sec-cs label.error {
            position: absolute;
            color: #ed1c24;
            font-size: 12px
        }

        .visitor-profile-main-section .profile-detais-info-section .edit-sec-cs label#mobile_no-error {
            bottom: -17px
        }

.visitor-profile-main-section .profile-detais-info-section .sponsor-table table tr td {
    font-weight: 500 !important;
    font-size: 16px;
    color: #172b3b !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important
}

    .visitor-profile-main-section .profile-detais-info-section .sponsor-table table tr td.fw-bold {
        font-weight: 800 !important;
        font-size: 16px;
        color: #172b3b !important
    }

.visitor-profile-main-section .profile-detais-info-section .sponsor-table .profile-table-sec {
    background: #eff0f1 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 1.1rem;
    margin-bottom: 1rem;
    padding-bottom: 1px
}

.visitor-profile-main-section .profile-detais-info-section .exh-event-cus-cs {
    padding-left: 0.7rem !important;
    padding-right: 0.9rem !important
}

    .visitor-profile-main-section .profile-detais-info-section .exh-event-cus-cs .product-ser-area h6 {
        color: #172b3b;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 0.5rem
    }

    .visitor-profile-main-section .profile-detais-info-section .exh-event-cus-cs .product-ser-area table thead tr th {
        background: #eff0f1 0% 0% no-repeat padding-box;
        border-right: 2px solid #fff;
        font-size: 14px;
        color: #093f89;
        font-weight: 800
    }

    .visitor-profile-main-section .profile-detais-info-section .exh-event-cus-cs .product-ser-area table tbody tr td {
        color: #172b3b;
        font-weight: 400;
        font-size: 16px;
        vertical-align: middle
    }

        .visitor-profile-main-section .profile-detais-info-section .exh-event-cus-cs .product-ser-area table tbody tr td a.read-more {
            background-color: #1982c3;
            color: #fff;
            border-radius: 7px
        }

        .visitor-profile-main-section .profile-detais-info-section .exh-event-cus-cs .product-ser-area table tbody tr td a.btn-danger {
            background-color: transparent;
            border: 0px !important;
            color: #808285
        }

.visitor-profile-main-section .front-card {
    padding-top: 1rem !important;
    padding-bottom: 1.3rem !important
}

.visitor-profile-main-section .left-sidebar-menu {
    background: #eff0f1 0% 0% no-repeat padding-box;
    border-radius: 12px
}

.pe-3px {
    padding-right: 0.7rem !important
}

.min-height-310px {
    min-height: 310px
}

.min-height-500px {
    min-height: 500px
}

table tbody.table-border-top-color {
    border-top: 2px solid #ddd !important
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.ptb-30 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important
}

.exh-frontend-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d1d2d4;
    border-radius: 12px
}

    .exh-frontend-card .exh-header-card {
        border-bottom: 1px solid #d1d2d4;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem
    }

        .exh-frontend-card .exh-header-card .header-left-exh .img-area {
            width: 48px;
            height: 48px;
            border-radius: 17px;
            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
        }

            .exh-frontend-card .exh-header-card .header-left-exh .img-area img {
                width: 33px;
                height: 33px
            }

            .exh-frontend-card .exh-header-card .header-left-exh .img-area.stall-1 {
                background: #fff0c5
            }

            .exh-frontend-card .exh-header-card .header-left-exh .img-area.stall-2 {
                background: #d5f5ff
            }

            .exh-frontend-card .exh-header-card .header-left-exh .img-area.stall-3 {
                background: #e5ffcb
            }

            .exh-frontend-card .exh-header-card .header-left-exh .img-area.stall-4 {
                background: #ffcfcf
            }

        .exh-frontend-card .exh-header-card .header-left-exh h4 {
            color: #083f88;
            font-size: 24px;
            font-weight: 800 !important
        }

        .exh-frontend-card .exh-header-card a.exh-right-showall {
            color: #fff;
            font-size: 16px !important;
            font-weight: 700 !important;
            border-radius: 7px !important
        }

        .exh-frontend-card .exh-header-card h5 {
            font-size: 16px;
            color: #808285;
            font-weight: 500;
            margin-bottom: 0px
        }

        .exh-frontend-card .exh-header-card .select-option-filter-sec h4 {
            color: #172b3b;
            font-size: 16px;
            font-weight: 700;
            min-width: 70px;
            margin-bottom: 0px
        }

        .exh-frontend-card .exh-header-card .select-option-filter-sec select {
            color: #172b3b;
            border-radius: 5px;
            border: 1px solid #d1d2d4;
            min-width: 152px
        }

    .exh-frontend-card .single-speakers-box {
        background: #ffffff 0% 0% no-repeat padding-box;
        -webkit-box-shadow: 0px 7px 10px #00000029 !important;
        box-shadow: 0px 7px 10px #00000029 !important;
        border: 1px solid #d1d2d4;
        border-radius: 12px;
        margin-bottom: 16px !important
    }

        .exh-frontend-card .single-speakers-box:hover {
            border: 1px solid #1982c3
        }

        .exh-frontend-card .single-speakers-box .logo-image {
            height: 140px;
            width: 140px;
            text-align: center
        }

@media (max-width: 950px) {
    .exh-frontend-card .single-speakers-box .logo-image {
        width: 100%;
        height: 180px;
        max-height: 150px;
        max-width: 180px
    }
}

.exh-frontend-card .single-speakers-box .logo-image .image-wrapper {
    display: inline-block;
    width: 100%;
    height: 100%;
    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
}

.exh-frontend-card .single-speakers-box .logo-image .image {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.exh-frontend-card .single-speakers-box .sponsor-image {
    width: 160px;
    height: 160px;
    min-height: initial !important;
    padding: 10px !important;
    border-radius: 12px;
    background: #fff;
    border-right: 1px solid #d1d1d1
}

@media (max-width: 950px) {
    .exh-frontend-card .single-speakers-box .sponsor-image {
        border-bottom: 1px solid #d1d1d1;
        border-right: 0px;
        border-radius: 0px;
        width: 100%;
        height: 190px
    }
}

.exh-frontend-card .single-speakers-box .sponsor-content h3 {
    margin-bottom: 0rem !important
}

    .exh-frontend-card .single-speakers-box .sponsor-content h3 a {
        color: #083f88 !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 19px;
        margin-bottom: 0.5rem
    }

.exh-frontend-card .single-speakers-box .sponsor-content ul li {
    font-size: 14px;
    font-weight: 500;
    color: #172b3b
}

    .exh-frontend-card .single-speakers-box .sponsor-content ul li a {
        color: #1982c3 !important
    }

    .exh-frontend-card .single-speakers-box .sponsor-content ul li i {
        color: #808285
    }

    .exh-frontend-card .single-speakers-box .sponsor-content ul li img {
        margin-right: 3px
    }

.exh-frontend-card .single-speakers-box .sponsor-card {
    padding-left: 1rem
}

.exh-frontend-card #data_list1 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list1 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list2 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list2 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list3 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list3 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list4 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list4 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list5 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list5 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list6 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list6 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list7 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list7 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list8 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list8 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list9 {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list9 .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card #data_list {
    padding-left: 5px;
    padding-right: 5px
}

    .exh-frontend-card #data_list .info_box {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important
    }

.exh-frontend-card .footer-show-all a {
    border-radius: 7px !important
}

.cus-product-main-sec .top-filter-sec h6 {
    font-weight: 700;
    color: #172b3b;
    font-size: 16px;
    min-width: 70px
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cus-product-main-sec .top-filter-sec h6 {
        font-size: 14px
    }
}

.cus-product-main-sec .top-filter-sec h5 {
    color: #808285;
    font-size: 16px;
    font-weight: 500;
    min-width: 250px;
    padding-left: 0.6rem
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cus-product-main-sec .top-filter-sec h5 {
        font-size: 14px
    }
}

.cus-product-main-sec .top-filter-sec button {
    background-color: #1982c3;
    border-radius: 5px !important;
    color: #fff;
    font-weight: 700
}

    .cus-product-main-sec .top-filter-sec button:hover {
        opacity: 0.8 !important
    }

@media (max-width: 412px) {
    .cus-product-main-sec .top-filter-sec button {
        margin-left: 0px !important
    }
}

.cus-product-main-sec .top-filter-sec a {
    background-color: #808285;
    border-radius: 5px !important;
    color: #fff;
    font-weight: 700
}

.cus-product-main-sec .top-filter-sec .select2-container .select2-selection--single {
    border-radius: 5px !important;
    border: 1px solid #d1d2d4 !important;
    color: #808285 !important;
    min-height: 38px;
    padding-top: 4px
}

@media (max-width: 412px) {
    .cus-product-main-sec .top-filter-sec .select2-container .select2-selection--single {
        width: 100%
    }
}

.cus-product-main-sec .top-filter-sec .select2-container--default .select2-selection--multiple {
    border-radius: 5px !important;
    border: 1px solid #d1d2d4 !important;
    color: #808285 !important;
    margin-right: 0.3rem;
    min-height: 38px
}

@media (max-width: 412px) {
    .cus-product-main-sec .top-filter-sec .select2-container--default .select2-selection--multiple {
        width: 100%
    }
}

.cus-product-main-sec .top-filter-sec .select2-container .select2-search--inline .select2-search__field {
    height: 25px;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 24px
}

@media (max-width: 412px) {
    .cus-product-main-sec .top-filter-sec .select2-container .select2-search--inline .select2-search__field {
        width: 100% !important
    }
}

.cus-product-main-sec .top-filter-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    position: absolute;
    top: 5px
}

.cus-product-main-sec .top-filter-sec .select2-container {
    width: 100% !important
}

.cus-product-main-sec .top-filter-sec .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #808285 !important;
    font-size: 14px;
    font-weight: 500
}

.cus-product-main-sec .breadcrumb-card {
    margin-bottom: 10px !important;
    box-shadow: 2px 2px 8px #ccc;
    display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .breadcrumb-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .breadcrumb-card .top-filter-sec {
        width: 100% !important
    }
}

@media (max-width: 767px) {
    .cus-product-main-sec .breadcrumb-card .top-filter-sec {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem;
        width: 100% !important
    }
}

@media (max-width: 767px) {
    .cus-product-main-sec .breadcrumb-card .top-filter-sec h5 {
        padding-left: 0rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .breadcrumb-card .filter-sort-sec {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin-top: 1rem
    }
}

@media (max-width: 767px) {
    .cus-product-main-sec .breadcrumb-card .filter-sort-sec {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
}

.cus-product-main-sec .event_grid_view .card {
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 7px 10px #00000029 !important;
    box-shadow: 0px 7px 10px #00000029 !important;
    border: 1px solid #d1d2d4 !important;
    border-radius: 12px;
    opacity: 1;
    margin-bottom: 1.95rem;
    overflow: hidden
}

    .cus-product-main-sec .event_grid_view .card a.h5 {
        color: #545556;
        font-weight: 600 !important;
        font-size: 20px !important;
        min-height: 43px;
        line-height: 22px;
        margin-top: 0rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card a.h5 {
        font-size: 14px !important;
        line-height: 18px
    }
}

.cus-product-main-sec .event_grid_view .card p {
    color: #808285;
    font-weight: 500;
    margin-bottom: 2px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .cus-product-main-sec .event_grid_view .card p.by-exh-sec a {
        color: #1982c3 !important;
        font-size: 16px;
        font-weight: 500
    }

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card p.by-exh-sec a {
        font-size: 13px !important;
        line-height: 16px
    }
}

.cus-product-main-sec .event_grid_view .card p.by-exh-sec img {
    width: 20px;
    height: auto
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card p.by-exh-sec img {
        width: 14px
    }
}

.cus-product-main-sec .event_grid_view .card p img {
    margin-right: 7px;
    width: 20px;
    height: auto
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card p img {
        width: 14px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card p {
        font-size: 13px
    }
}

.cus-product-main-sec .event_grid_view .card .price-regular {
    color: #808285;
    font-weight: 500
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card .price-regular {
        font-size: 13px !important
    }
}

.cus-product-main-sec .event_grid_view .card .old-ps-price {
    color: #9ea1a1;
    font-weight: 500
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card .old-ps-price {
        font-size: 13px !important
    }
}

.cus-product-main-sec .event_grid_view .card .icon-amount img {
    margin-right: 7px;
    width: 20px;
    height: auto
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card .icon-amount img {
        width: 14px
    }
}

.cus-product-main-sec .event_grid_view .card .p-img-left {
    width: 22px;
    margin-right: 7px;
    margin-top: -3px
}

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card .p-img-left {
        width: 16px
    }
}

.cus-product-main-sec .event_grid_view .card .price-box {
    margin-top: 0.9rem
}

    .cus-product-main-sec .event_grid_view .card .price-box span {
        padding-left: 0px !important
    }

@media (min-width: 768px) and (max-width: 991px) {
    .cus-product-main-sec .event_grid_view .card .price-box {
        font-size: 13px
    }
}

.cus-product-main-sec .event_grid_view .card .card-body {
    position: relative
}

    .cus-product-main-sec .event_grid_view .card .card-body a.wishlist-love-sec {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 46px;
        height: 46px;
        background: #172b3b 0% 0% no-repeat padding-box;
        opacity: 0.7;
        border-radius: 50%;
        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;
        display:none;
    }

        .cus-product-main-sec .event_grid_view .card .card-body a.wishlist-love-sec i {
            font-size: 22px;
            color: #fff !important
        }

            .cus-product-main-sec .event_grid_view .card .card-body a.wishlist-love-sec i.bxs-heart {
                color: #ed1b24 !important
            }

    .cus-product-main-sec .event_grid_view .card .card-body .product-details-bottom {
        overflow: hidden;
        padding: 1rem;
        min-height: 182px
    }

        .cus-product-main-sec .event_grid_view .card .card-body .product-details-bottom p span.cat-type-sec {
            overflow: hidden;
           /* text-overflow: ellipsis;
            display: -webkit-box;*/
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            -webkit-transition-delay: 1s;
            transition-delay: 1s;
            line-height: 18px;
            width: calc(100% - 22px)
        }

        .cus-product-main-sec .event_grid_view .card .card-body .product-details-bottom .by-exh-sec a.cat-by-cs {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            -webkit-transition-delay: 1s;
            transition-delay: 1s;
            line-height: 18px;
            width: calc(100% - 22px)
        }

    .cus-product-main-sec .event_grid_view .card .card-body .product-img-sec {
        background-color: #e8e8e8;
        height: 173px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #ddd;
    }

        .cus-product-main-sec .event_grid_view .card .card-body .product-img-sec img {
            height: 100%;
            width: 100%;
            transition: transform 1s;
        }
            .cus-product-main-sec .event_grid_view .card .card-body .product-img-sec img:hover {
                transform: scale(1.1);
            }
            .cus-product-main-sec .event_grid_view .footer-show-more-btn {
                margin-top: 0.8rem
            }

    .cus-product-main-sec .event_grid_view .footer-show-more-btn a.exh-product-showmore {
        background: #1982c3 0% 0% no-repeat padding-box;
        border-radius: 5px;
        text-align: center;
        font-weight: 800;
        color: #ffffff;
        font-size: 14px;
        padding: 10px 20px
    }

    .cus-product-main-sec .event_grid_view .footer-show-more-btn a:focus {
        outline: 0px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

@media (min-width: 768px) and (max-width: 1199px) {
    .cus-product-main-sec .filter-sort-sec h6 {
        font-size: 14px
    }
}

.cus-product-main-sec .filter-sort-sec select {
    color: #172b3b !important;
    font-weight: 500 !important;
    font-size: 14px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #1982c3 !important;
    border-color: #1982c3 !important
}

.page-link {
    color: #1982c3 !important
}

.cus-exh-visitor-details .sponsor-table table tr td {
    font-weight: 500 !important;
    font-size: 16px;
    color: #172b3b !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important
}

    .cus-exh-visitor-details .sponsor-table table tr td.fw-bold {
        font-weight: 800 !important;
        font-size: 16px;
        color: #172b3b !important
    }

.cus-exh-visitor-details .sponsor-table .profile-table-sec {
    background: #eff0f1 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 1.1rem;
    margin-bottom: 1rem;
    padding-bottom: 1px
}

.cus-exh-visitor-details .exh-event-cus-cs {
    padding-left: 0.7rem !important;
    padding-right: 0.9rem !important
}

    .cus-exh-visitor-details .exh-event-cus-cs .product-ser-area h6 {
        color: #172b3b;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 0.5rem
    }

    .cus-exh-visitor-details .exh-event-cus-cs .product-ser-area table thead tr th {
        background: #eff0f1 0% 0% no-repeat padding-box;
        border-right: 2px solid #fff;
        font-size: 14px;
        color: #093f89;
        font-weight: 800
    }

    .cus-exh-visitor-details .exh-event-cus-cs .product-ser-area table tbody tr td {
        color: #172b3b;
        font-weight: 400;
        font-size: 16px;
        vertical-align: middle
    }

        .cus-exh-visitor-details .exh-event-cus-cs .product-ser-area table tbody tr td a.read-more {
            background-color: #1982c3;
            color: #fff;
            border-radius: 7px
        }

        .cus-exh-visitor-details .exh-event-cus-cs .product-ser-area table tbody tr td a.btn-danger {
            background-color: transparent;
            border: 0px !important;
            color: #808285
        }

.cus-exh-visitor-details .product-header {
    margin-left: -20px !important;
    margin-right: -20px !important
}

.form-group label {
    font-weight: 500 !important
}

.form-group input::-webkit-input-placeholder {
    color: #c9c9c9 !important
}

.form-group input:-ms-input-placeholder {
    color: #c9c9c9 !important
}

.form-group input::-ms-input-placeholder {
    color: #c9c9c9 !important
}

.form-group input::placeholder {
    color: #c9c9c9 !important
}

.request-time {
    font-weight: normal;
    font-size: 14px
}

label#mobile_no-error {
    margin-bottom: -2px
}

.read-more:focus {
    outline: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.read-more:active:focus {
    outline: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.exhibitor-stall-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .exhibitor-stall-number.stall-1 .stall-badge {
        background: #fff0c5
    }

        .exhibitor-stall-number.stall-1 .stall-badge span {
            color: #c49100
        }

    .exhibitor-stall-number.stall-2 .stall-badge {
        background: #d5f5ff
    }

        .exhibitor-stall-number.stall-2 .stall-badge span {
            color: #1982c3
        }

    .exhibitor-stall-number.stall-3 .stall-badge {
        background: #e5ffcb
    }

        .exhibitor-stall-number.stall-3 .stall-badge span {
            color: #007a0c
        }

    .exhibitor-stall-number.stall-4 .stall-badge {
        background: #ffcfcf
    }

        .exhibitor-stall-number.stall-4 .stall-badge span {
            color: #ff5050
        }

    .exhibitor-stall-number .stall-badge {
        border-radius: 7px;
        opacity: 1;
        padding: 0px 7px;
        display: inline-block
    }

        .exhibitor-stall-number .stall-badge span {
            font-size: 14px
        }

    .exhibitor-stall-number .img-product-cs {
        width: 15px;
        height: 15px;
        margin-right: 4px
    }

.font-weight-bold {
    font-weight: 800
}

.exhibitor-app h3 {
    color: #01a652;
    font-size: 24px;
    margin-bottom: 0px
}

.exhibitor-app h4 {
    color: #083f88;
    font-size: 16px;
    font-weight: normal
}

.exhibitor-app h5 {
    color: #083f88;
    font-size: 20px
}

.exhibitor-app img {
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 60%
}

.dextop-none {
    display: none
}

.sidebar-downloads-sec h3 {
    color: #01a652;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    border-bottom: 1px solid #d1d2d4;
    text-align: left;
    padding-bottom: 10px
}

.sidebar-downloads-sec .main-items-sec a.download-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #d1d2d4;
    padding-bottom: 8px;
    margin-bottom: 8px
}

    .sidebar-downloads-sec .main-items-sec a.download-items:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px
    }

    .sidebar-downloads-sec .main-items-sec a.download-items .icon-left-side {
        width: 84%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #d1d2d4
    }

        .sidebar-downloads-sec .main-items-sec a.download-items .icon-left-side img.left-icon {
            height: 60px;
            width: 60px
        }

        .sidebar-downloads-sec .main-items-sec a.download-items .icon-left-side h4 {
            color: #1982c3;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
            text-align: left;
            padding-left: 0.9rem
        }

    .sidebar-downloads-sec .main-items-sec a.download-items .icon-right-side {
        width: 15%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .sidebar-downloads-sec .main-items-sec a.download-items .icon-right-side img.right-icon {
            width: 24px;
            height: 20px
        }

.w-200 {
    width: 200px !important
}

.product-card {
    width: 100%;
    position: relative
}

.product-overflow {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5rem;
    text-align: center
}

@media (max-width: 768px) {
    .product-overflow {
        padding: 2rem
    }
}

.product-overflow .alert {
    margin-bottom: 0px;
    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
}

@media (max-width: 768px) {
    .product-overflow .alert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-overflow .alert .i-right {
    margin-right: 7px
}

.product-overflow .alert i {
    font-size: 2rem;
    color: #eb3f3f
}

.product-overflow .alert a {
    margin-top: 1rem;
    color: #0d6efd;
    margin-top: 0px
}

    .product-overflow .alert a i {
        font-size: 1rem;
        color: #0d6efd;
        margin-left: 5px
    }

.company-profile-info-login {
    width: 100%
}

    .company-profile-info-login .company-profile-logo {
        padding: 0.6rem
    }

    .company-profile-info-login .product-header h3 {
        font-size: 1.2rem;
        margin-bottom: 0px
    }

.product-header-style-2 {
    border-bottom: 1.8px solid #d4d8dd;
    margin-left: -22px;
    margin-right: -22px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -22px;
    margin-bottom: 1rem
}

    .product-header-style-2 h3 {
        font-size: 1.2rem;
        margin-bottom: 0px
    }

.pl-0 {
    padding-left: 0px !important
}

.truncate-3-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    min-height: 26px;
    margin-top: 3px
}

.truncate-2-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden
}

.events-card-list {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .events-card-list li {
        list-style: none;
        width: 25%;
        padding: 10px
    }

@media (max-width: 1250px) {
    .events-card-list li {
        width: 33.33%
    }
}

@media (max-width: 768px) {
    .events-card-list li {
        width: 100%
    }
}

.events-card-list li .events-card-bg {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden
}

    .events-card-list li .events-card-bg .events-img-sec a {
        width: 100%
    }

    .events-card-list li .events-card-bg .event_title {
        font-size: 14px;
        font-weight: 600;
        height: 48px;
        text-align: left;
        padding: 5px
    }

        .events-card-list li .events-card-bg .event_title a {
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            height: 35px;
            text-align: center
        }

    .events-card-list li .events-card-bg .event_venue {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .events-card-list li .events-card-bg .event_venue span {
            width: 100%;
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            line-height: 1.1
        }

            .events-card-list li .events-card-bg .event_venue span:first-child {
                margin-bottom: 3px
            }

                .events-card-list li .events-card-bg .event_venue span:first-child i {
                    margin-top: 2px
                }

            .events-card-list li .events-card-bg .event_venue span i {
                margin-top: 3px
            }

            .events-card-list li .events-card-bg .event_venue span .span-icon {
                width: 18px;
                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-right: 5px
            }

                .events-card-list li .events-card-bg .event_venue span .span-icon i {
                    padding-right: 0px
                }

.event-main-area .event_grid_view_block {
    margin-bottom: 2rem
}

.text-justify {
    text-align: justify !important
}

.event-details-text {
    line-height: 1.8;
    color: #576671;
    font-weight: 400;
    font-family: 'Karla', sans-serif;
    font-size: 16px
}

.events-matrix-content .events-title.events-title-style-2 h1 {
    color: #083f88;
    font-size: 22px;
    font-weight: 600
}
