﻿@charset "UTF-8";
/*
Theme Name: ITMA
Author: Arshad Arsal
Author URI: @arshadarsal
Theme URI: https://www.constructdigital.com/
Theme Owner: Construct Digital
Description: 
Version: 1
Text Domain: 
Tags: 
*/
@font-face {
    font-family: 'Arial Regular', sans-serif;
    src: url("../fonts/arial-regular.eot");
    src: url("../fonts/arial-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/arial-regular.woff") format("woff"), url("../fonts/arial-regular.ttf") format("truetype"), url("../fonts/arial-regular.svg") format("svg");
}

@font-face {
    font-family: 'Arial Medium', sans-serif;
    src: url(../fonts/arial-meduim.eot);
    src: url("../fonts/arial-meduim.eot?#iefix") format("embedded-opentype"), url("../fonts/arial-meduim.woff") format("woff"), url("../fonts/arial-meduim.ttf") format("truetype"), url("../fonts/arial-meduim.svg") format("svg");
}

@font-face {
    font-family: 'Arial Bold', sans-serif;
    src: url(../fonts/arial-bold.eot);
    src: url("../fonts/arial-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/arial-bold.woff") format("woff"), url("../fonts/arial-bold.ttf") format("truetype"), url("../fonts/arial-bold.svg") format("svg");
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #19C0F2;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

    *::before,
    *::after,
    a,
    span,
    button,
    .btn {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    font-size: 16px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    webkit-text-size-adjust: 100%;
    font-family: 'Arial Regular', sans-serif;
}
/*
.wow {
    visibility: hidden;
}
*/

img,
video {
    max-width: 100%;
    vertical-align: middle;
}

.btn {
    display: inline-block;
    padding: 10px 60px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease;
    box-shadow: none;
    letter-spacing: 0.2px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 400px;
    margin: 5px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .btn::after {
        content: '';
        position: absolute;
        background-color: #29578B;
        z-index: -1;
        padding: 0.25em 0.5em;
        display: block;
        transition: all 0.35s;
        left: -20%;
        right: -20%;
        top: 0;
        bottom: 0;
        transform: skewX(45deg) scale(0, 1);
    }

    .btn.transparent {
        background: transparent;
        color: #ffffff;
    }

    .btn.blue {
        background: #19C0F2;
        border: 2px solid transparent;
    }

        .btn.blue::after {
            background-color: #EF4055;
        }

        .btn.blue:hover {
            border: 2px solid #EF4055 !important;
            color: #ffffff;
        }

            .btn.blue:hover::after {
                background-color: #EF4055;
            }

    .btn.blueblack {
        background: #19C0F2;
        border: 2px solid transparent;
    }

        .btn.blueblack::after {
            background-color: #1B1B1B;
        }

        .btn.blueblack:hover {
            border: 2px solid #1B1B1B !important;
            color: #ffffff;
        }

            .btn.blueblack:hover::after {
                background-color: #1B1B1B;
            }

    .btn.red {
        background: #EF4055;
        border: 2px solid transparent;
    }

        .btn.red:hover {
            border: 2px solid #EF4055;
        }

    .btn.orange {
        background: #F3744B;
        border: 2px solid transparent;
    }

        .btn.orange:hover {
            border: 2px solid #F3744B;
        }

    .btn.grey {
        background: #1B1B1B;
        border: 2px solid transparent;
    }

        .btn.grey::after {
            background-color: #ffffff;
        }

        .btn.grey:hover {
            border: 2px solid #1B1B1B !important;
            color: #1B1B1B;
        }

            .btn.grey:hover::after {
                background-color: #ffffff;
            }

    .btn.black {
        background: #000000;
        border: 2px solid transparent;
    }

        .btn.black:hover {
            border: 2px solid #000000;
        }

    .btn.green {
        background: #A0CD59;
        border: 2px solid transparent;
    }

        .btn.green:hover {
            border: 2px solid #A0CD59;
        }

    .btn.darkblue {
        background: #29578B;
        border: 2px solid transparent;
    }

        .btn.darkblue:hover {
            border: 2px solid #29578B;
        }

    .btn:hover {
        border: 2px solid #29578B !important;
    }

        .btn:hover::after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition: all 0.35s;
            transform: skewX(0deg) scale(1, 1);
        }

    .btn span {
        position: relative;
    }

        .btn span.external::after {
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translate(0px, -52%);
            display: inline-block;
            content: "\f35d";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 14px;
        }

    .btn:hover,
    .btn:focus,
    .btn:active {
        cursor: pointer;
        outline: 0;
        color: #ffffff;
        box-shadow: none;
    }

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background: #ffffff;
}

select {
    border: 1px solid #2D2D2E;
    padding: 10px;
    border-radius: 5px;
    outline: none;
}

.wrapper {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .wrapper.wrap50 {
        width: 50%;
    }

    .wrapper.wrap60 {
        width: 60%;
    }

    .wrapper.wrap70 {
        width: 70%;
    }

.inner-wrapper {
    width: 80%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #19C0F2;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0.5s;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

.link {
    border-bottom: 1px solid #ffffff;
}

    .link:hover {
        border-bottom: 1px solid transparent;
        background: #EF4055;
        color: #ffffff;
    }

.min-link {
    border-bottom: 2px solid;
}

    .min-link.arrow {
        position: relative;
    }

        .min-link.arrow::after {
            position: absolute;
            top: 50%;
            right: -20px;
            transform: translate(0%, -50%);
            display: inline-block;
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 17px;
        }

    .min-link.arrow-dual {
        position: relative;
    }

        .min-link.arrow-dual::before, .min-link.arrow-dual::after {
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 17px;
        }

        .min-link.arrow-dual::before {
            left: -20px;
            content: "\f053";
        }

        .min-link.arrow-dual::after {
            right: -20px;
            content: "\f054";
        }

    .min-link.external {
        position: relative;
    }

        .min-link.external::after {
            position: absolute;
            top: 50%;
            right: -20px;
            transform: translate(0%, -50%);
            display: inline-block;
            content: "\f35d";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 17px;
        }

    .min-link:hover {
        color: #29578B;
    }

ul li {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: 'Arial Regular', sans-serif;
    margin: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0s;
}

h1 {
    font-size: 3.94rem;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h1 span {
        font-weight: 100;
    }

h2 {
    font-size: 3.31rem;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h2 span {
        font-weight: 100;
    }

h3 {
    font-size: 3rem;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h3 span {
        font-weight: 100;
    }

h4 {
    font-size: 2.68rem;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

    h4 span {
        font-weight: 100;
    }

h5 {
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h5 span {
        font-weight: 100;
    }

h6 {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h6 span {
        font-weight: 100;
    }

h7 {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h7 span {
        font-weight: 100;
    }

h8 {
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
}

    h8 span {
        font-weight: 100;
    }

p {
    font-size: 17px;
    margin: 0;
    letter-spacing: 0px;
    line-height: 25px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
}
/*
section {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
}
*/
    section:focus {
        outline: none;
    }

#top-header {
    background: #000000;
    /*
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0s;
    */
}

    #top-header .wrapper {
        display: grid;
        grid-template-columns: 70% 30%;
        padding: 3px 0px;
    }

        #top-header .wrapper .left {
            text-align: left;
            display: flex;
            align-items: center;
        }

            #top-header .wrapper .left .timer {
                display: inline-flex;
                align-items: center;
            }

                #top-header .wrapper .left .timer #headline {
                    color: #ffffff;
                    text-align: left;
                    font-size: 17px;
                    font-weight: bold;
                    display: inline-block;
                    margin: 0;
                }

                #top-header .wrapper .left .timer #countdown {
                    display: inline-block;
                }

                    #top-header .wrapper .left .timer #countdown ul {
                        margin: 0;
                    }

                        #top-header .wrapper .left .timer #countdown ul li {
                            display: inline-flex;
                            align-items: center;
                            font-size: 12px;
                            list-style-type: none;
                            padding: 0 0 0 15px;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                        }

                            #top-header .wrapper .left .timer #countdown ul li span {
                                display: inline-block;
                                font-size: 27px;
                                font-weight: 600;
                                margin-right: 5px;
                                color: #EF4055;
                            }

                #top-header .wrapper .left .timer .message {
                    color: #ffffff;
                    text-align: left;
                    font-size: 17px;
                    font-weight: bold;
                    display: inline-block;
                    margin: 0;
                }

                    #top-header .wrapper .left .timer .message #content {
                        display: none;
                    }

            #top-header .wrapper .left .btn {
                padding: 3px 20px;
                font-size: 14px;
                margin-left: 50px;
            }

                #top-header .wrapper .left .btn i {
                    margin-right: 7px;
                }

        #top-header .wrapper .right {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
        }

            #top-header .wrapper .right .notification {
                cursor: pointer;
                display: flex !important;
                align-items: center;
                justify-content: center;
            }

                #top-header .wrapper .right .notification .notif-icon i {
                    position: relative;
                    color: #ffffff;
                    font-size: 22px;
                }

                    #top-header .wrapper .right .notification .notif-icon i .notif-count {
                        background: #EF4055;
                        color: #ffffff;
                        padding: 8px 4px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 80px;
                        min-width: 20px;
                        height: auto;
                        max-height: 10px;
                        position: absolute;
                        top: -5px;
                        left: 10px;
                        font-size: 10px;
                        font-family: 'Arial Regular', sans-serif;
                        font-weight: 700;
                        letter-spacing: 0.4px;
                    }

                #top-header .wrapper .right .notification .arrow i {
                    transform: rotate(180deg);
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                #top-header .wrapper .right .notification:hover .notif-panel {
                    opacity: 1;
                    pointer-events: all;
                    visibility: visible;
                }

                #top-header .wrapper .right .notification a {
                    margin: 0 10px;
                }

                    #top-header .wrapper .right .notification a.dismiss {
                        color: #ffffff;
                        text-decoration: underline;
                        font-size: 13px;
                    }

                #top-header .wrapper .right .notification .collapsed .arrow i {
                    transform: rotate(0deg);
                }

#notification-panel {
    background: #202020;
}

    #notification-panel .wrapper {
        padding: 30px 0;
    }

        #notification-panel .wrapper .collapse-body .notif-heading {
            font-size: 20px;
            margin-bottom: 15px;
        }

            #notification-panel .wrapper .collapse-body .notif-heading i {
                margin-right: 7px;
            }

        #notification-panel .wrapper .collapse-body .notif-items {
            max-height: 200px;
            overflow: hidden;
            overflow-y: auto;
        }

            #notification-panel .wrapper .collapse-body .notif-items .notif-item {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 5px 15px;
            }

                #notification-panel .wrapper .collapse-body .notif-items .notif-item .item {
                    cursor: pointer;
                    font-size: 13px;
                }

                    #notification-panel .wrapper .collapse-body .notif-items .notif-item .item a {
                        color: #ffffff;
                    }

                        #notification-panel .wrapper .collapse-body .notif-items .notif-item .item a span {
                            text-decoration: underline;
                        }

                    #notification-panel .wrapper .collapse-body .notif-items .notif-item .item::before {
                        content: "\f06a";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 600;
                        margin-right: 10px;
                        font-size: 13px;
                        color: #EF4055;
                    }

                #notification-panel .wrapper .collapse-body .notif-items .notif-item:hover {
                    background: #333;
                }

                #notification-panel .wrapper .collapse-body .notif-items .notif-item.unread {
                    background: #333;
                }

                #notification-panel .wrapper .collapse-body .notif-items .notif-item .notif-dismiss {
                    color: #ffffff;
                    width: 30px;
                    height: 30px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 12px;
                }

                    #notification-panel .wrapper .collapse-body .notif-items .notif-item .notif-dismiss:hover {
                        background: #d6041d;
                        border-radius: 50%;
                    }

#secondbar {
    background: #000000;
    border-top: 1px solid #dedede;
    /*
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
    */
}

    #secondbar .wrapper {
        text-align: right;
        padding: 2px 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        #secondbar .wrapper .search {
            margin-right: 10px;
        }

            #secondbar .wrapper .search .search-btn {
                background: transparent;
                outline: none;
                cursor: pointer;
                outline: none;
            }

                #secondbar .wrapper .search .search-btn i {
                    color: #ffffff;
                }

        #secondbar .wrapper .search-box {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: fixed;
            background: #000000f7;
            margin: 0 auto;
            padding: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #secondbar .wrapper .search-box .search-input {
                width: 70%;
                padding: 7px 15px;
                border-radius: 0px;
                background: transparent;
                border-bottom: 1px solid #ffffff;
                color: #ffffff;
                font-size: 20px;
                outline: none;
            }

                #secondbar .wrapper .search-box .search-input::placeholder {
                    color: #ffffff;
                    opacity: 0.7;
                }

            #secondbar .wrapper .search-box .close-search {
                position: absolute;
                top: 20px;
                right: 20px;
                color: #ffffff;
                text-shadow: none;
                opacity: 1;
                font-size: 30px;
                padding: 10px 20px;
                font-weight: normal;
                line-height: normal;
                float: none;
                cursor: pointer;
            }

                #secondbar .wrapper .search-box .close-search:hover {
                    opacity: 0.7;
                }

            #secondbar .wrapper .search-box.open-search-box {
                opacity: 1;
                z-index: 998;
                pointer-events: auto;
            }

            #secondbar .wrapper .search-box .search-btn-submit {
                background: transparent;
                outline: none;
                cursor: pointer;
                outline: none;
                font-size: 22px;
                margin: 0 10px;
                width: 50px;
                height: 50px;
            }

                #secondbar .wrapper .search-box .search-btn-submit i {
                    color: #ffffff;
                }

                #secondbar .wrapper .search-box .search-btn-submit:hover {
                    background: #ffffff;
                }

                    #secondbar .wrapper .search-box .search-btn-submit:hover i {
                        color: #000000;
                    }

        #secondbar .wrapper .log-link {
            font-size: 12px;
            color: #ffffff;
        }

            #secondbar .wrapper .log-link:hover {
                opacity: 0.8;
            }

#navigation {
    background: #2E2E2E;
    /*
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    animation-duration: 0.6s;
    animation-delay: 0.4s;
    */
}

    #navigation .wrapper {
        padding: 15px 0;
        display: flex;
        align-items: center;
    }

        #navigation .wrapper .logo {
            margin-right: auto;
        }

            #navigation .wrapper .logo img {
                width: 100%;
                max-width: 70px;
                height: 70px;
            }

nav {
    position: relative;
}

#header-menu {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #header-menu ul {
        margin: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #header-menu ul li {
            border: 0;
            list-style: none;
            line-height: 1;
            display: block;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            #header-menu ul li a {
                border: 0;
                list-style: none;
                line-height: 1;
                display: block;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

    #header-menu #head-mobile {
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #header-menu:after,
    #header-menu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #header-menu #head-mobile {
        display: none;
    }

    #header-menu > ul > li {
        float: left;
        margin: 0 15px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #header-menu > ul > li:first-child {
            margin-left: 0;
        }

        #header-menu > ul > li:last-child {
            margin-right: 0;
        }

        #header-menu > ul > li > a {
            padding: 0;
            font-size: 12px;
            letter-spacing: 0.6px;
            text-decoration: none;
            color: #ffffff;
            font-weight: 600;
            text-transform: uppercase;
        }

        #header-menu > ul > li:hover > a {
            color: #19C0F2;
        }

    #header-menu ul li.active a {
        color: #19C0F2;
    }

    #header-menu ul li.has-sub.active:hover {
        border-bottom: 2px solid #19C0F2;
        -webkit-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

    #header-menu ul ul {
        position: absolute;
        left: -9999px;
        z-index: 9999;
    }

        #header-menu ul ul li {
            height: 0;
            -webkit-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            background: #EF4055;
            transition: all 0.25s ease;
            box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.12);
        }

    #header-menu > ul > li.has-sub > a {
        padding-right: 0;
    }

        #header-menu > ul > li.has-sub > a:after {
            position: absolute;
            top: 19px;
            right: -19px;
            display: inline-block;
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

    #header-menu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #header-menu li:hover > ul {
        left: auto;
    }

        #header-menu li:hover > ul > li {
            height: 35px;
        }

    #header-menu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #header-menu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
    }

    #header-menu ul ul li:last-child > a, #header-menu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #header-menu ul ul li:hover > a,
    #header-menu ul ul li a:hover {
        color: #000000;
        background: #ffffff;
    }

    #header-menu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: "";
    }

    #header-menu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: "";
        -webkit-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #header-menu ul ul li.has-sub:hover {
        background: #363636;
    }

    #header-menu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

    #header-menu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #header-menu ul ul ul li.active a {
        border-left: 1px solid #333;
    }

    #header-menu > ul > li.has-sub > ul > li.active > a,
    #header-menu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333;
    }

#hero {
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    min-height: 340px;
    display: flex;
    align-items: center;
}

    #hero .wrapper {
        position: relative;
    }

        #hero .wrapper .default {
            width: 60%;
        }

            #hero .wrapper .default .date {
                display: flex;
            }

                #hero .wrapper .default .date .longdate p {
                    margin: 0;
                    text-transform: uppercase;
                }

                    #hero .wrapper .default .date .longdate p.days {
                        font-weight: 600;
                    }

                        #hero .wrapper .default .date .longdate p.days span {
                            position: relative;
                            margin: 0 3px;
                            width: 40px;
                            display: inline-block;
                        }

                            #hero .wrapper .default .date .longdate p.days span::before {
                                content: '';
                                width: 100%;
                                border-bottom: 2px solid #ffffff;
                                position: absolute;
                                left: 50%;
                                top: 50%;
                                transform: translate(-50%, -50%);
                                z-index: 1;
                            }

                    #hero .wrapper .default .date .longdate p.year {
                        font-weight: 600;
                        letter-spacing: 0.6px;
                    }

                    #hero .wrapper .default .date .longdate p.location {
                        font-size: 11px;
                        margin-top: 10px;
                        letter-spacing: 0.6px;
                        line-height: 15px;
                    }

                        #hero .wrapper .default .date .longdate p.location span {
                            display: block;
                        }

                            #hero .wrapper .default .date .longdate p.location span:nth-child(2) {
                                font-weight: bold;
                            }

                #hero .wrapper .default .date .calendar {
                    margin-left: 20px;
                }

                    #hero .wrapper .default .date .calendar a {
                        font-size: 12px;
                        font-weight: 600;
                        letter-spacing: 0.3px;
                        color: #ffffff;
                    }

                        #hero .wrapper .default .date .calendar a i {
                            margin-right: 6px;
                        }

                        #hero .wrapper .default .date .calendar a span {
                            border-bottom: 1px solid #ffffff;
                        }

                        #hero .wrapper .default .date .calendar a:hover {
                            opacity: 0.8;
                            color: #19C0F2;
                        }

                            #hero .wrapper .default .date .calendar a:hover span {
                                border-bottom: 1px solid #19C0F2;
                            }

            #hero .wrapper .default h1 {
                text-shadow: 5px 5px 30px #00000080;
                margin: 30px 0 20px 0;
            }

            #hero .wrapper .default p {
                margin: 0px 0 20px 0;
            }

        #hero .wrapper .tabshero {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: 20px;
            width: 100%;
            margin-top: 80px;
        }

            #hero .wrapper .tabshero .tab-box {
                position: relative;
            }

                #hero .wrapper .tabshero .tab-box a {
                    color: #ffffff;
                }

                    #hero .wrapper .tabshero .tab-box a .tab {
                        background: #19C0F2;
                        padding: 20px 30px;
                        position: absolute;
                        bottom: -185px;
                        cursor: pointer;
                        min-height: 200px;
                        max-height: 200px;
                        width: 100%;
                        overflow: hidden;
                        overflow-y: auto;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        #hero .wrapper .tabshero .tab-box a .tab .tabheader {
                            display: flex;
                            align-items: center;
                            margin-bottom: 20px;
                            position: relative;
                        }

                            #hero .wrapper .tabshero .tab-box a .tab .tabheader .icon {
                                width: auto;
                                height: 30px;
                            }

                            #hero .wrapper .tabshero .tab-box a .tab .tabheader h6 {
                                margin-left: 20px;
                                font-size: 20px;
                                font-weight: 700;
                            }

                            #hero .wrapper .tabshero .tab-box a .tab .tabheader::after {
                                position: absolute;
                                top: 50%;
                                right: 0;
                                transform: translate(-50%, -50%);
                                display: inline-block;
                                content: "\f054";
                                font-family: "Font Awesome 5 Free";
                                font-weight: 600;
                                font-size: 20px;
                            }

                        #hero .wrapper .tabshero .tab-box a .tab .tabcont p {
                            margin: 0;
                        }

                        #hero .wrapper .tabshero .tab-box a .tab:hover {
                            background: #EF4055;
                            bottom: -50px;
                        }

        #hero .wrapper .tabshero-mobile {
            display: none;
            align-items: center;
            justify-content: flex-start;
        }

            #hero .wrapper .tabshero-mobile .icon-container {
                margin-right: 10px;
                width: 70px;
                height: 70px;
                background: #19C0F2;
                border-radius: 50%;
                padding: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                #hero .wrapper .tabshero-mobile .icon-container .icon {
                    width: auto;
                    height: 35px;
                }

                #hero .wrapper .tabshero-mobile .icon-container:hover {
                    background: #EF4055;
                }

    #hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000003d;
    }

.tab::-webkit-scrollbar-track {
    background-color: #EF4055;
}

.tab::-webkit-scrollbar {
    width: 0px;
    background-color: #EF4055;
}

.tab::-webkit-scrollbar-thumb {
    background-color: #EF4055;
}

.learnmore-collapse .min-link {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    position: relative;
}

    .learnmore-collapse .min-link::after {
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translate(0%, -50%) rotate(180deg);
        display: inline-block;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    .learnmore-collapse .min-link.collapsed::after {
        transform: translate(0%, -50%) rotate(0deg);
    }

.learnmore-collapse .collapse .collapse-body p {
    animation: none !important;
    visibility: visible !important;
}

.learnmore-collapse .collapse .collapse-body a {
    color: #29578B;
    animation: none !important;
    visibility: visible !important;
}

    .learnmore-collapse .collapse .collapse-body a.min-link::after {
        display: none;
    }

    .learnmore-collapse .collapse .collapse-body a:hover {
        color: #19C0F2;
    }

.btn-links {
    display: flex;
    align-items: center;
}

    .btn-links a:first-child {
        margin-right: 10px;
    }

    .btn-links a:nth-child(2) {
        margin-left: 10px;
    }

    .btn-links a i {
        margin-left: 10px;
    }

    .btn-links span {
        margin: 0 10px;
        font-weight: bold;
        font-size: 17px;
    }

#smallheader {
    overflow: hidden;
    position: relative;
}

    #smallheader .wrapper {
        position: relative;
        padding: 30px 0;
        display: flex;
    }

        #smallheader .wrapper .date {
            display: flex;
            margin-right: auto;
        }

            #smallheader .wrapper .date .longdate p {
                margin: 0;
                text-transform: uppercase;
            }

                #smallheader .wrapper .date .longdate p.days {
                    font-weight: 600;
                }

                    #smallheader .wrapper .date .longdate p.days span {
                        position: relative;
                        margin: 0 3px;
                        width: 40px;
                        display: inline-block;
                    }

                        #smallheader .wrapper .date .longdate p.days span::before {
                            content: '';
                            width: 100%;
                            border-bottom: 2px solid #ffffff;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            transform: translate(-50%, -50%);
                            z-index: 1;
                        }

                #smallheader .wrapper .date .longdate p.year {
                    font-weight: 600;
                    letter-spacing: 0.6px;
                }

                #smallheader .wrapper .date .longdate p.location {
                    font-size: 11px;
                    margin-top: 10px;
                    letter-spacing: 0.6px;
                    line-height: 15px;
                }

                    #smallheader .wrapper .date .longdate p.location span {
                        display: block;
                    }

                        #smallheader .wrapper .date .longdate p.location span:nth-child(2) {
                            font-weight: bold;
                        }

            #smallheader .wrapper .date .calendar {
                margin-left: 20px;
            }

                #smallheader .wrapper .date .calendar a {
                    font-size: 12px;
                    font-weight: 600;
                    letter-spacing: 0.3px;
                    color: #ffffff;
                }

                    #smallheader .wrapper .date .calendar a i {
                        margin-right: 6px;
                    }

                    #smallheader .wrapper .date .calendar a span {
                        border-bottom: 1px solid #ffffff;
                    }

                    #smallheader .wrapper .date .calendar a:hover {
                        opacity: 0.8;
                        color: #19C0F2;
                    }

                        #smallheader .wrapper .date .calendar a:hover span {
                            border-bottom: 1px solid #19C0F2;
                        }

    #smallheader::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000003d;
    }

.search-blog {
    display: flex;
    align-items: center;
}

    .search-blog .search-btn {
        font-size: 19px;
        margin-right: 10px;
        outline: none;
    }

    .search-blog .search-input {
        border: 2px solid #ffffff;
        border-radius: 9px;
        background: #000000;
        padding: 2px 10px;
        outline: none;
        color: #ffffff;
        font-size: 14px;
    }

        .search-blog .search-input::placeholder {
            color: #ffffff;
        }

.contentbox .wrapper .default {
    width: 70%;
    margin: 0 auto;
}

.contentboxadd .wrapper .default {
    width: 70%;
    margin: 0 auto;
}

.icon-sets {
    grid-gap: 20px;
}

    .icon-sets .icon-box .icon {
        width: 100px;
    }

    .icon-sets .icon-box .desc-box h6 {
        font-weight: bold;
        font-size: 20px;
        line-height: normal;
    }

    .icon-sets.slider .icon-box .icon {
        margin: 10px auto;
    }

    .icon-sets.slider .slick-dots {
        bottom: -55px;
    }

        .icon-sets.slider .slick-dots li button:before {
            opacity: 0.45;
            color: #8A8A91;
            font-size: 15px;
        }

        .icon-sets.slider .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #8A8A91;
        }

    .icon-sets.left-icons {
        grid-gap: 100px;
    }

        .icon-sets.left-icons .icon-box {
            display: flex;
            align-items: center;
        }

.parallax {
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .parallax .wrapper {
        position: relative;
    }

    .parallax::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.number-sets {
    grid-gap: 20px;
}

    .number-sets .number-box h2 {
        font-size: 50px;
        font-weight: bold;
    }

    .number-sets .number-box p {
        font-weight: 400;
        font-size: 20px;
        margin-top: 25px;
        line-height: normal;
    }

        .number-sets .number-box p span {
            font-weight: bold;
        }

.infosection {
    background-image: url("../images/infobg.png");
    overflow: hidden;
    position: relative;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;
}

    .infosection .wrapper {
        width: 60%;
        position: relative;
    }

        .infosection .wrapper p {
            font-size: 18px;
        }

    .infosection.splitwidth .wrapper {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center;
    }

    .infosection::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #ed1944 20%, rgba(25, 192, 242, 0.6) 55%, rgba(25, 192, 242, 0.75) 100%);
    }

.share {
    display: grid;
    grid-template-columns: 30% 70%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

    .share .social-left {
        background: #ffffff;
        display: flex;
        align-items: center;
    }

        .share .social-left .wrapper {
            display: grid;
            justify-content: flex-end;
            width: 60%;
        }

            .share .social-left .wrapper h5 {
                color: #2D2D2E;
            }

    .share .blog-right {
        background: #E3E4E6;
    }

        .share .blog-right .wrapper .article-share {
            grid-gap: 30px;
        }

            .share .blog-right .wrapper .article-share p {
                color: #323334;
            }

.blog-share .author {
    border-left: 1px solid #c1c1c1;
    margin: 0 20px;
    padding-left: 20px;
}

    .blog-share .author.v-line::before {
        display: none;
    }

.social-icons {
    display: flex;
    align-items: center;
}

    .social-icons a {
        color: #323334;
        background: #DADAE0;
        border: 2px solid;
        border-color: transparent;
        padding: 10px;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        position: relative;
        overflow: hidden;
        z-index: 3;
    }

        .social-icons a i {
            z-index: 3;
        }

        .social-icons a:last-child {
            margin-right: 0;
        }

        .social-icons a::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: #ffffff;
            transition: .5s;
            z-index: 2;
            border-radius: 50%;
        }

        .social-icons a:hover i {
            transform: rotateY(360deg);
            transition: all 0.7s ease;
            color: #ffffff;
        }

        .social-icons a:hover::before {
            top: 0;
        }

        .social-icons a.facebook::before {
            background: #3b5999;
        }

        .social-icons a.linkedin::before {
            background: #0077b5;
        }

        .social-icons a.twitter::before {
            background: #55acee;
        }

        .social-icons a.instagram::before {
            background: #CB3D7A;
        }

        .social-icons a.youtube::before {
            background: #EA3323;
        }

        .social-icons a.gplus::before {
            background: #dd4b39;
        }

        .social-icons a.whatsapp::before {
            background: #4FCE5D;
        }

        .social-icons a.email::before {
            background: #bb001b;
        }

        .social-icons a.wechat::before {
            background: #00ca5f;
        }

/*ITMA QR code CSS START*/

.wechat {
    position: relative;
}

.wechat-QRImage {
    position: absolute;
    height: auto;
    width: 150px;
    display: none;
    right: 0px;
}

.wechat:hover + .wechat-QRImage {
    display: inline;
    margin-top: -26px;
}
/*ITMA QR code CSS END*/
.colorboxes {
    display: flex;
}

    .colorboxes .leftbox {
        flex: 1;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .colorboxes .leftbox::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

    .colorboxes .rightbox {
        flex: 1;
        position: relative;
        overflow: hidden;
    }

        .colorboxes .rightbox::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .colorboxes .leftbox .wrapper, .colorboxes .rightbox .wrapper {
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: self-start;
        }

            .colorboxes .leftbox .wrapper .default, .colorboxes .rightbox .wrapper .default {
                padding-bottom: 70px;
            }

.tags a.tag {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    border: none !important;
}

    .tags a.tag:hover {
        color: #000000;
    }

    .tags a.tag.green:hover {
        background: #88b344 !important;
        color: #ffffff;
    }

    .tags a.tag.green::after {
        background-color: transparent;
    }

    .tags a.tag.darkblue:hover {
        background: #1d4571 !important;
        color: #ffffff;
    }

    .tags a.tag.darkblue::after {
        background-color: transparent;
    }

.tags.search a.tag {
    background: #EBEAEA;
    color: #6d6d6d;
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    animation-name: fadeInUp;
    animation-duration: 0.1s;
    white-space:pre-wrap;
}

    .tags.search a.tag .close {
        margin-left: 5px;
        font-size: 14px;
        text-shadow: none;
    }

    .tags.search a.tag:hover {
        background: #d0d0d0 !important;
        color: #6d6d6d !important;
    }

.articles-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

    .articles-wrapper .article {
        background: #F2F2F2;
        display: flex;
        flex-direction: column;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .articles-wrapper .article.linkicon {
            color: #ffffff;
        }

        .articles-wrapper .article .article-image {
            position: relative;
            border: 1px solid #f2f2f2;
        }

            .articles-wrapper .article .article-image::before {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                content: "";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                font-size: 30px;
                background: #0000005e;
                width: 100%;
                height: 100%;
                opacity: 0;
            }

        .articles-wrapper .article a.unit-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
        }

        .articles-wrapper .article .article-content {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .articles-wrapper .article .article-content .default .tags a {
                z-index: 4;
            }

            .articles-wrapper .article .article-content .default p {
                font-size: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .articles-wrapper .article .article-content .footer-art p {
                font-size: 15px;
            }

                .articles-wrapper .article .article-content .footer-art p.author span {
                    font-weight: 500;
                    margin-right: 4px;
                }

            .articles-wrapper .article .article-content .footer-art a {
                z-index: 4;
            }

        .articles-wrapper .article::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #00000014;
            opacity: 0;
        }

        .articles-wrapper .article:hover {
            transform: scale(1.02);
        }

            .articles-wrapper .article:hover .article-image::before {
                opacity: 1;
            }

            .articles-wrapper .article:hover::before {
                opacity: 1;
            }

    .articles-wrapper .article-feature {
        display: grid !important;
        grid-template-columns: 60% 40%;
        background: #ffffff;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .articles-wrapper .article-feature.linkicon {
            color: #ffffff;
        }

        .articles-wrapper .article-feature .article-image {
            max-height: 500px;
            overflow: hidden;
            position: relative;
            border: 1px solid #f2f2f2;
        }

            .articles-wrapper .article-feature .article-image::before {
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                content: "";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                font-size: 30px;
                background: #0000005e;
                width: 100%;
                height: 100%;
                opacity: 0;
            }

        .articles-wrapper .article-feature a.unit-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
        }

        .articles-wrapper .article-feature .article-content {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .articles-wrapper .article-feature .article-content .default .tags a {
                z-index: 4;
            }

            .articles-wrapper .article-feature .article-content .default p {
                font-size: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .articles-wrapper .article-feature .article-content .footer-art p {
                font-size: 15px;
            }

                .articles-wrapper .article-feature .article-content .footer-art p.author span {
                    font-weight: 500;
                    margin-right: 4px;
                }

            .articles-wrapper .article-feature .article-content .footer-art a {
                z-index: 4;
            }

        .articles-wrapper .article-feature::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #00000014;
            opacity: 0;
        }

        .articles-wrapper .article-feature:hover {
            transform: scale(1.02);
        }

            .articles-wrapper .article-feature:hover .article-image::before {
                opacity: 1;
            }

            .articles-wrapper .article-feature:hover::before {
                opacity: 1;
            }

    .articles-wrapper.lazy-load .article {
        display: none;
    }

.right-bar .article {
    display: block !important;
}

.join {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .join .wrapper {
        width: 50%;
        position: relative;
    }

        .join .wrapper .btn {
            font-size: 20px;
        }

    .join::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.contactusbanner {
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .contactusbanner .wrapper {
        width: 50%;
        position: relative;
    }

        .contactusbanner .wrapper .btn {
            font-size: 20px;
        }

    .contactusbanner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.sponsorsbottom .wrapper .sponsor-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    margin: 40px 0;
}

.footerlogos {
    background: #F2F2F2;
}

    .footerlogos .wrapper {
        display: flex;
        width: 90%;
    }

        .footerlogos .wrapper h6 {
            font-size: 17px;
            margin-bottom: 20px;
            color: #323334;
        }

        .footerlogos .wrapper .logobox .logo-image-box {
            border-right: 1px solid #a7a7a7;
            padding: 0 40px;
        }

            .footerlogos .wrapper .logobox .logo-image-box a img {
                max-width: 90px;
                margin: 0 auto;
                display: block;
            }

            .footerlogos .wrapper .logobox .logo-image-box.images {
                border-right: none;
                display: inline-flex;
                padding-left: 20px;
                margin: 10px auto;
            }

                .footerlogos .wrapper .logobox .logo-image-box.images .col {
                    max-width: 100px;
                }

                .footerlogos .wrapper .logobox .logo-image-box.images a img {
                    max-width: 70px;
                    margin: 0;
                    display: block;
                }

.footerlogos2 {
    background: #F2F2F2;
}

    .footerlogos2 .wrapper h6 {
        font-size: 17px;
        margin-bottom: 20px;
        color: #323334;
    }

    .footerlogos2 .wrapper .logobox .logo-image-box {
        margin-bottom: 0px;
    }

        .footerlogos2 .wrapper .logobox .logo-image-box a img {
            max-width: 110px;
            margin: 0 auto;
            display: block;
        }

        .footerlogos2 .wrapper .logobox .logo-image-box.images {
            border-right: none;
            display: inline-flex;
            margin: 10px auto;
        }

            .footerlogos2 .wrapper .logobox .logo-image-box.images .col.lg-part-logo {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .footerlogos2 .wrapper .logobox .logo-image-box.images .col.lg-part-logo a img {
                    max-width: 170px;
                }

            .footerlogos2 .wrapper .logobox .logo-image-box.images a img {
                max-width: 130px;
                margin: 0 auto;
                display: block;
                padding: 0 10px;
            }

footer .footer-top {
    background: #323334;
}

    footer .footer-top .wrapper .footer-col ul {
        list-style: none;
    }

        footer .footer-top .wrapper .footer-col ul li a {
            font-size: 15px;
            font-weight: bold;
            color: #ffffff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            footer .footer-top .wrapper .footer-col ul li a:hover {
                color: #19C0F2;
                margin-left: 3px;
                border-bottom: 1px solid;
            }

    footer .footer-top .wrapper .footer-col .downtext {
        font-size: 20px;
        text-align: left;
    }

footer .footer-bottom {
    background: #444445;
}

    footer .footer-bottom .wrapper {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        footer .footer-bottom .wrapper .left {
            margin-right: auto;
        }

            footer .footer-bottom .wrapper .left .links a {
                color: #ffffff;
                border-bottom: 1px solid;
                font-size: 15px;
            }

                footer .footer-bottom .wrapper .left .links a:hover {
                    opacity: 0.7;
                    color: #19C0F2;
                }

            footer .footer-bottom .wrapper .left .links span {
                margin: 0 10px;
            }

            footer .footer-bottom .wrapper .left .links p {
                font-size: 15px;
                margin-top: 2px;
            }

        footer .footer-bottom .wrapper .right {
            display: flex;
            align-items: center;
            padding: 20px 0;
        }

            footer .footer-bottom .wrapper .right p {
                font-size: 15px;
            }

            footer .footer-bottom .wrapper .right .social-icons a {
                background: #ffffff;
            }

.stores {
    grid-gap: 10px;
}

    .stores a img {
        width: 180px;
    }

#steps .wrapper {
    padding: 80px;
    display: flex;
    margin: 80px auto;
}

    #steps .wrapper .left-contents .content-box::before {
        display: none;
    }

.step-box {
    display: flex;
    align-items: center;
}

    .step-box .count {
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height: 100px;
        min-width: 100px;
        min-height: 100px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-weight: 600;
        box-shadow: 0 0 8px 0px #0000000a;
        border: 2px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .step-box .rightbox h6 {
        font-size: 20px;
    }

    .step-box:hover .count {
        border: 2px solid #F3744B;
    }

#dualsides {
    background: #EDEBEB;
}

    #dualsides .wrapper {
        align-items: center;
    }

        #dualsides .wrapper .leftside {
            padding-right: 100px;
        }

            #dualsides .wrapper .leftside a:hover {
                color: #000000;
            }

        #dualsides .wrapper .rightside {
            padding-left: 100px;
        }

        #dualsides .wrapper.bordered .leftside {
            border-right: 1px solid #707070;
        }

.bullet-list ul {
    list-style: none;
}

    .bullet-list ul li {
        font-size: 15px;
        margin-bottom: 10px;
        position: relative;
        padding-left: 25px;
    }

        .bullet-list ul li::before {
            position: absolute;
            top: 1px;
            left: 0;
            display: inline-block;
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

.bullet-list.star ul li::before {
    content: "";
}

.app .wrapper .rightside img {
    position: absolute;
    right: 100px;
    bottom: -600px;
    max-width: 450px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .app .wrapper .rightside img:hover {
        bottom: -550px;
    }

#counter {
    background: #F0F0F4;
}

.number-count h4 {
    margin-bottom: 10px;
}

.number-count p {
    font-size: 20px;
    font-weight: bold;
}

.contentimage {
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .contentimage .wrapper {
        position: relative;
    }

        .contentimage .wrapper .inner .rightcont {
            align-items: center;
            justify-content: flex-end;
        }

            .contentimage .wrapper .inner .rightcont img {
                max-width: 400px;
            }

    .contentimage::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.highlightshome .highlight-box {
    max-height: 800px;
    overflow: hidden;
}

    .highlightshome .highlight-box .left-box {
        position: relative;
    }

    .highlightshome .highlight-box .right-box {
        overflow: hidden;
    }

        .highlightshome .highlight-box .right-box .right-elements {
            max-height: 400px;
        }

            .highlightshome .highlight-box .right-box .right-elements .right-slider {
                overflow: hidden;
            }

        .highlightshome .highlight-box .right-box .content-box {
            padding: 40px 50px;
            height: 400px;
            overflow: hidden;
            position: relative;
            background-position: top center;
            background-size: cover;
            background-repeat: no-repeat;
        }

            .highlightshome .highlight-box .right-box .content-box::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .highlightshome .highlight-box .right-box .content-box .content {
                position: relative;
                top: 130px;
                opacity: 0;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .highlightshome .highlight-box .right-box .content-box:hover .content {
                top: 70px;
                opacity: 1;
            }

            .highlightshome .highlight-box .right-box .content-box:hover h5 {
                border-color: #ffffff;
                left: 0px;
                top: 0;
            }

            .highlightshome .highlight-box .right-box .content-box:hover::before {
                background: #00000085;
            }

.highlightshome .slider-box {
    position: relative;
    overflow: hidden;
    z-index: 8;
}

    .highlightshome .slider-box .homeslider {
        height: 800px;
    }

        .highlightshome .slider-box .homeslider .slick-list {
            height: 800px;
        }

        .highlightshome .slider-box .homeslider .slick-track {
            height: 800px;
        }

        .highlightshome .slider-box .homeslider.homeslider-small {
            height: 400px;
        }

            .highlightshome .slider-box .homeslider.homeslider-small .slick-list {
                height: 400px;
            }

            .highlightshome .slider-box .homeslider.homeslider-small .slick-track {
                height: 400px;
            }

        .highlightshome .slider-box .homeslider .video {
            position: relative;
            height: 800px;
        }

            .highlightshome .slider-box .homeslider .video .popup {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                content: "\f04b";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                font-size: 60px;
                color: #ffffff;
                opacity: 0.6;
                text-shadow: 0 0 20px #00000054;
                cursor: pointer;
            }

                .highlightshome .slider-box .homeslider .video .popup:hover {
                    opacity: 1;
                }

            .highlightshome .slider-box .homeslider .video .icon-play {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

                .highlightshome .slider-box .homeslider .video .icon-play i {
                    font-size: 70px;
                    opacity: 0.8;
                }

        .highlightshome .slider-box .homeslider .slides {
            position: relative;
        }

            .highlightshome .slider-box .homeslider .slides a.unit-link {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 3;
            }

    .highlightshome .slider-box .slick-dots {
        bottom: 30px;
    }

        .highlightshome .slider-box .slick-dots li {
            width: 70px;
        }

            .highlightshome .slider-box .slick-dots li button::before {
                color: #f1f1f1;
                opacity: 1;
                width: 70px;
                background: #f1f1f1;
                content: "";
                height: 4px;
            }

            .highlightshome .slider-box .slick-dots li.slick-active button::before {
                background: #19C0F2;
            }

    .highlightshome .slider-box h5 {
        position: absolute;
        z-index: 2;
        left: 50px;
        top: 30px;
        text-shadow: 0 0 16px #0000004f;
        border-bottom: 2px solid;
        border-color: transparent;
        padding-bottom: 5px;
    }

        .highlightshome .slider-box h5.arrow::after {
            position: absolute;
            bottom: -7px;
            right: -30px;
            transform: translate(0%, -50%);
            display: inline-block;
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

    .highlightshome .slider-box:hover h5 {
        border-color: #ffffff;
    }

        .highlightshome .slider-box:hover h5::after {
            right: -130px;
        }

.content-box .content p::-webkit-scrollbar-track {
    background-color: #EF4055;
}

.content-box .content p::-webkit-scrollbar {
    width: 0px;
    background-color: #EF4055;
}

.content-box .content p::-webkit-scrollbar-thumb {
    background-color: #EF4055;
}

.unit-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.content-box {
    padding: 50px;
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

    .content-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .content-box h5 {
        position: relative;
        z-index: 2;
        left: 0;
        top: 0;
        text-shadow: 0 0 16px #0000004f;
        border-color: transparent;
        padding-bottom: 5px;
        font-size: 25px;
        width: 60%;
        display: inline-block;
        word-break: break-word;
    }

        .content-box h5.arrow::after {
            position: absolute;
            bottom: -7px;
            transform: translate(0%, -50%);
            display: inline-block;
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            padding-left: 20px;
        }

    .content-box .content {
        position: relative;
        top: 130px;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .content-box .content p {
            max-height: 200px;
            overflow: auto;
            overflow-y: scroll;
            overflow-x: hidden;
            font-size: 15px;
            line-height: 22px;
        }

        .content-box .content .min-link:hover {
            color: #ffffff;
            opacity: 0.6;
        }

    .content-box:hover h5 {
        text-decoration: underline;
    }

        .content-box:hover h5::after {
            padding-left: 100px;
        }

    .content-box:hover .content {
        top: 70px;
        opacity: 1;
    }

    .content-box:hover::before {
        background: #00000085;
    }

    .content-box.testimonial-high {
        background: #CFCFCF;
    }

        .content-box.testimonial-high .testimonial .testimonial-box {
            background: none;
            padding: 0px 0px;
            border-radius: 0;
            max-height: 180px;
            overflow: hidden;
            overflow-y: auto;
        }

            .content-box.testimonial-high .testimonial .testimonial-box p {
                font-size: 22px;
                line-height: 30px;
                font-style: italic;
            }

            .content-box.testimonial-high .testimonial .testimonial-box::before {
                display: none;
            }

        .content-box.testimonial-high:hover::before {
            background: transparent;
        }

        .content-box.testimonial-high::before {
            display: inline-block;
            content: "\f10d";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 60px;
            color: #8F8F8F;
            transform: rotate(180deg);
            position: absolute;
            bottom: 10px;
            right: 20px;
            top: auto;
            left: auto;
            width: auto;
            height: auto;
        }

    .content-box.video {
        position: relative;
    }

        .content-box.video::before {
            background: #0000004f;
        }

        .content-box.video .icon {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 45px;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .content-box.video:hover .icon {
            opacity: 0.7;
        }

.tabs-section .nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    border-radius: 0;
    color: #2D2D2E;
    border: none;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tabs-section .nav .nav-item .nav-link .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

        .tabs-section .nav .nav-item .nav-link .icon svg, .tabs-section .nav .nav-item .nav-link .icon img {
            max-height: 25px;
            fill: #2D2D2E;
        }

    .tabs-section .nav .nav-item .nav-link.active {
        border-bottom: 2px solid #19C0F2;
        color: #19C0F2;
    }

        .tabs-section .nav .nav-item .nav-link.active .icon svg {
            fill: #19C0F2;
        }

    .tabs-section .nav .nav-item .nav-link:hover {
        border-bottom: 2px solid #19C0F2;
        color: #19C0F2;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .tabs-section .nav .nav-item .nav-link:hover .icon svg {
            fill: #19C0F2;
        }

.tabs-section .nav-tabs {
    border-bottom: 1px solid #d4d4d4;
    justify-content: center;
}

.tabs-section .tab-content .tab-pane .single-image {
    max-width: 600px;
    width: 100%;
}

img.mfp-img {
    padding: 1px;
    background: #e0e0e0;
}

.mfp-close {
    width: 60px;
    height: 60px;
    font-size: 50px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0;
    top: -50px;
    background: #19C0F2;
    opacity: 1;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
        background: #19c0f2e0;
    }

.filter {
    padding: 30px 0;
    color: #333;
}

    .filter .top-side {
        text-align: center;
    }

        .filter .top-side .title {
            font-weight: 500;
            font-size: 15px;
            display: inline-block;
        }

            .filter .top-side .title::after {
                content: "";
                display: block;
                width: 50%;
                border-bottom: 1px solid #494949;
                margin: 8px auto;
            }

        .filter .top-side h2 {
            font-weight: 700;
        }

    .filter.portfolio .filters {
        text-align: center;
        margin-top: 50px;
    }

        .filter.portfolio .filters ul {
            padding: 0;
        }

            .filter.portfolio .filters ul li {
                list-style: none;
                display: inline-block;
                margin: 0px 10px;
                cursor: pointer;
                font-size: 15px;
                position: relative;
            }

                .filter.portfolio .filters ul li.active {
                    color: #29578B;
                    font-weight: bold;
                    border-bottom: 2px solid;
                }

    .filter.portfolio .filters-content {
        margin-top: 50px;
        min-height: 500px;
    }

        .filter.portfolio .filters-content .show {
            opacity: 1;
            visibility: visible;
            transition: all 350ms;
        }

        .filter.portfolio .filters-content .hide {
            opacity: 0;
            visibility: hidden;
            transition: all 350ms;
        }

        .filter.portfolio .filters-content .item {
            overflow: hidden;
            margin-bottom: 30px;
            -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
            animation-duration: 0.3s;
            animation-delay: 0s;
        }

            .filter.portfolio .filters-content .item .item-box {
                text-align: center;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                overflow: hidden;
                position: relative;
                margin-bottom: 10px;
                max-height: 195px;
            }

                .filter.portfolio .filters-content .item .item-box p {
                    position: absolute;
                    z-index: 9;
                    display: none;
                }

                    .filter.portfolio .filters-content .item .item-box p a {
                        color: #ffffff;
                        visibility: visible;
                        animation: none;
                    }

                .filter.portfolio .filters-content .item .item-box img {
                    width: 100%;
                }

                .filter.portfolio .filters-content .item .item-box::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #000;
                    opacity: 0.1;
                }

                .filter.portfolio .filters-content .item .item-box .image-popup {
                    z-index: 10;
                    animation: none !important;
                }

                .filter.portfolio .filters-content .item .item-box .popup {
                    z-index: 10;
                    animation: none !important;
                }

            .filter.portfolio .filters-content .item h5.title {
                font-size: 14px;
                visibility: visible;
                animation: none;
            }

            .filter.portfolio .filters-content .item.locked .overlay-blur {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #2a578be0;
                -o-filter: blur(4px);
                -ms-filter: blur(4px);
                -moz-filter: blur(4px);
                backdrop-filter: blur(5px);
            }

            .filter.portfolio .filters-content .item.locked p {
                display: block;
                z-index: 12;
            }

            .filter.portfolio .filters-content .item.locked:hover p a {
                border-bottom: 1px solid #ffffff;
            }

            .filter.portfolio .filters-content .item.locked .item-box::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #2a578be0;
                -o-filter: blur(4px);
                -ms-filter: blur(4px);
                -moz-filter: blur(4px);
                backdrop-filter: blur(5px);
                opacity: 1;
                z-index: 11;
            }

            .filter.portfolio .filters-content .item.video {
                position: relative;
                margin-bottom: 50px;
            }

                .filter.portfolio .filters-content .item.video .item-box .popup::before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "\f04b";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 600;
                    font-size: 27px;
                    background: #c7c7c79c;
                    width: 100%;
                    height: 100%;
                    color: #000;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .filter.portfolio .filters-content .item.video .item-box .popup:hover::before {
                    background: #c7c7c74c;
                    font-size: 30px;
                }

.modal .modal-content {
    border: none;
    border-radius: 0;
    padding: 20px 20px;
}

    .modal .modal-content .modal-header {
        border: none;
        padding-bottom: 0;
        padding: 0 15px;
    }

        .modal .modal-content .modal-header h4 {
            font-size: 23px;
        }

        .modal .modal-content .modal-header .close {
            background: #19C0F2;
            opacity: 1;
            height: 50px;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            color: #ffffff;
            box-shadow: none;
            text-shadow: none;
            position: absolute;
            right: 16px;
            top: 0;
            outline: none;
        }

            .modal .modal-content .modal-header .close:hover {
                background: #19c0f2e0;
            }

    .modal .modal-content .modal-body .video-body {
        margin-bottom: 30px;
    }

    .modal .modal-content .modal-body .content-modal h5 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .modal .modal-content .modal-body .content-modal .file-modal {
        display: inline-block;
        margin: 10px;
    }

        .modal .modal-content .modal-body .content-modal .file-modal a {
            font-size: 17px;
            display: flex;
            align-items: center;
            color: #29578B;
            border-bottom: 1px solid transparent;
        }

            .modal .modal-content .modal-body .content-modal .file-modal a:hover {
                border-bottom: 1px solid #29578B;
            }

            .modal .modal-content .modal-body .content-modal .file-modal a .icon {
                margin-right: 8px;
                font-size: 23px;
                color: #1B1B1B;
            }

    .modal .modal-content .modal-body .user-profile .user-box {
        align-items: center;
    }

        .modal .modal-content .modal-body .user-profile .user-box img {
            height: 200px;
            width: auto;
            border-radius: 50%;
            max-width: 200px;
        }

    .modal .modal-content .modal-body .user-profile p {
        font-size: 14px;
    }

.pagination {
    color: #1B1B1B;
}

    .pagination .arrows a {
        color: #000000;
    }

        .pagination .arrows a:hover {
            color: #19C0F2;
        }

    .pagination .numbers {
        margin: 0 25px;
    }

        .pagination .numbers .current {
            color: #19C0F2;
            font-weight: bold;
            margin: 0 5px;
        }

        .pagination .numbers .total {
            font-weight: bold;
            margin: 0 5px;
        }

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li:first-child {
        margin-right: 15px;
    }

    .simple-pagination li:last-child {
        margin-left: 15px;
    }

    .simple-pagination li a,
    .simple-pagination li span {
        color: #000000;
        text-decoration: none;
        border: none;
        font-weight: bold;
        margin: 0 5px;
        padding: 0;
    }

.simple-pagination .current {
    color: #19C0F2;
    background-color: transparent;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: transparent;
    position: relative;
}

.simple-pagination .page-link:hover {
    background: transparent;
    color: #19C0F2;
}

.simple-pagination .active .current.prev,
.simple-pagination .active .current.next {
    color: #000000;
}

.accordion .card {
    margin-bottom: 5px;
    border-radius: 5px !important;
    border: 0;
}

    .accordion .card .card-header {
        cursor: pointer;
        position: relative;
        background: #19C0F2;
    }

        .accordion .card .card-header::after {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(-50%, -50%) rotate(180deg);
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

        .accordion .card .card-header.collapsed {
            background: #191919;
        }

            .accordion .card .card-header.collapsed::after {
                transform: translate(-50%, -50%) rotate(360deg);
            }

        .accordion .card .card-header.collapse::after {
            transform: translate(-50%, -50%) rotate(360deg);
        }

        .accordion .card .card-header.collapsed-extra {
            background: #191919;
        }

        .accordion .card .card-header span {
            font-size: 14px;
        }

    .accordion .card .card-body-parent {
        border: 2px solid #19C0F2 !important;
        border-top: 0 !important;
    }

        .accordion .card .card-body-parent .card-body {
            padding: 70px 70px;
        }

.privacy .accordion .card {
    margin-bottom: 0px;
    border-radius: 5px !important;
    border: 0;
}

    .privacy .accordion .card .card-header {
        cursor: pointer;
        position: relative;
        background: #ffffff;
        text-align: left;
        padding: 20px 0;
        border-bottom: 0px solid #e3e3e3 !important;
        margin: 0;
    }

        .privacy .accordion .card .card-header::after {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(-50%, -50%) rotate(45deg);
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            color: #191919;
            font-size: 25px;
        }

        .privacy .accordion .card .card-header.collapsed {
            background: #ffffff;
            border-bottom: 1px solid #e3e3e3 !important;
        }

            .privacy .accordion .card .card-header.collapsed::after {
                transform: translate(-50%, -50%) rotate(0deg);
            }

        .privacy .accordion .card .card-header h5 {
            font-size: 25px;
            max-width: 90%;
        }

        .privacy .accordion .card .card-header span {
            font-size: 14px;
        }

        .privacy .accordion .card .card-header:hover h5 {
            color: #29578B;
        }

        .privacy .accordion .card .card-header:hover::after {
            color: #29578B;
        }

    .privacy .accordion .card .card-body-parent {
        border: 0px solid #19C0F2 !important;
        border-bottom: 1px solid #e3e3e3 !important;
    }

        .privacy .accordion .card .card-body-parent .card-body {
            padding: 20px 0px 50px;
            text-align: left;
        }

.user-profile .grid {
    grid-row-gap: 60px;
    grid-column-gap: 30px;
}

.user-profile .user-box {
    display: flex;
}

    .user-profile .user-box img {
        height: 100px;
        width: auto;
        border-radius: 50%;
        max-width: 100px;
    }

    .user-profile .user-box .desc-box a {
        display: inline-block;
        border-bottom: 1px solid transparent;
    }

    .user-profile .user-box .desc-box .title {
        font-size: 18px;
    }

    .user-profile .user-box .desc-box .subtitle {
        font-size: 14px;
        font-weight: 400;
        color: #313131;
    }

    .user-profile .user-box .desc-box .date-time {
        display: flex;
    }

        .user-profile .user-box .desc-box .date-time .date, .user-profile .user-box .desc-box .date-time .time {
            color: #717171;
            font-size: 13px;
            margin: 10px 0;
        }

            .user-profile .user-box .desc-box .date-time .date i, .user-profile .user-box .desc-box .date-time .time i {
                margin-right: 5px;
            }

    .user-profile .user-box .desc-box .desc {
        color: #323232;
        font-size: 14px;
    }

    .user-profile .user-box .desc-box .min-link {
        font-size: 14px;
    }

    .user-profile .user-box:hover .desc-box a {
        border-bottom: 1px solid #000000;
    }

.breadcrumb li {
    display: inline-block;
    color: #19C0F2;
}

    .breadcrumb li a {
        border-bottom: 1px solid #19C0F2;
    }

    .breadcrumb li.active {
        color: #2D2D2E;
    }

    .breadcrumb li + li::before {
        padding: 0 10px;
        color: #707071;
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 13px;
    }

.image-popup img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .image-popup img:hover {
        opacity: 0.8;
    }

.table-item .table-head {
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-item .table-body {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .table-item .table-body .col {
        color: #000000;
    }

    .table-item .table-body:nth-child(odd) {
        background: #E2E2E2;
    }

    .table-item .table-body:nth-child(even) {
        background: #F0F0F0;
    }

.table-item.search-table .table-head {
    background: #e2e2e2;
    color: #333;
    border-radius: 0;
}

.table-item.search-table .table-body {
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 0;
}

    .table-item.search-table .table-body .col {
        font-size: 14px;
    }

    .table-item.search-table .table-body .search-catagory a {
        font-size: 14px;
        border-bottom: 1px solid;
    }

    .table-item.search-table .table-body:hover {
        background: #fbfbfb;
    }

.form .head {
    font-size: 35px;
    font-weight: 600;
}

.form .subhead {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}

.form .subtitle {
    font-size: 18px;
    font-weight: 600;
}

.form .terms-col p {
    font-size: 14px;
}

.form .terms-col li {
    font-size: 14px;
}

.form .form-row label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
}

.form .form-check-inline {
    margin-bottom: .5rem;
}

    .form .form-check-inline label {
        margin-bottom: 0;
    }

.dropdown {
    position: relative;
}

    .dropdown .dropdown-list {
        padding: 5px 0px;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        max-height: initial;
        overflow-y: auto;
        background: #efefef;
        display: none;
        z-index: 10;
        border-radius: 5px;
        box-shadow: 0px 2px 20px 1px #00000047;
    }

    .dropdown .checkbox {
        opacity: 0;
        transition: opacity 0.2s;
        display: flex;
        align-items: center;
        padding: 2px 15px;
    }

        .dropdown .checkbox:hover {
            background: #3d89f6;
        }

            .dropdown .checkbox:hover .checkbox-custom-label {
                color: #ffffff;
            }

    .dropdown .dropdown-label {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: .375rem 1.75rem .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        position: relative;
    }

        .dropdown .dropdown-label::before, .dropdown .dropdown-label::after {
            position: absolute;
            right: 8px;
            transform: translate(-50%, -50%);
            display: inline-block;
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 13px;
            color: #343a40;
        }

        .dropdown .dropdown-label::before {
            top: 14px;
            content: "\f0d8";
        }

        .dropdown .dropdown-label::after {
            top: 20px;
            content: "\f0d7";
        }

    .dropdown.open .dropdown-list {
        display: block;
    }

    .dropdown.open .checkbox {
        transition: 2s opacity 2s;
        opacity: 1;
    }

.checkbox {
    margin-bottom: 2px;
}

    .checkbox:last-child {
        margin-bottom: 0;
    }

    .checkbox .checkbox-custom {
        display: none;
    }

    .checkbox .checkbox-custom-label {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
    }

    .checkbox .checkbox-custom + .checkbox-custom-label:before {
        content: "";
        background: transparent;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        text-align: center;
        width: 15px;
        height: 15px;
        border: 1px solid rgba(0, 0, 0, 0.53);
        border-radius: 4px;
        margin-top: -2px;
    }

    .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 5px;
        height: 10px;
        padding: 2px;
        transform: rotate(45deg);
        text-align: center;
        border: solid #484848;
        border-width: 0 2px 2px 0;
    }

    .checkbox .checkbox-custom-label {
        line-height: normal;
        font-size: 16px;
        margin-right: 0;
        margin-left: 0;
        color: #000000;
        margin-bottom: 0 !important;
        font-weight: 500;
    }

.v-line::before {
    content: "";
    border-left: 1px solid #c1c1c1;
    margin: 0 20px;
}

.h-line::before {
    content: "";
}

.calendar {
    grid-gap: 20px;
}

    .calendar .cal-date .month {
        background: #e2e2e2;
        font-weight: 700;
        color: #333;
        padding: 5px 1px;
        border-radius: 5px 5px 0 0;
        font-size: 18px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .calendar .cal-date .event {
        padding: 20px 10px;
        background: #ffffff;
        min-height: 150px;
        margin-bottom: 6px;
        border: 1px solid #e2e2e2;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .calendar .cal-date .event img {
            width: auto;
            max-height: 20px;
            margin-bottom: 10px;
        }

        .calendar .cal-date .event .desc p {
            color: #181818;
            /*font-weight: 600;*/
            font-size: 14px;
            line-height: normal;
            margin-bottom: 3px;
        }

        .calendar .cal-date .event:hover {
            background: #f9f9f9;
        }

    .calendar .cal-date:hover .month {
        background: #19C0F2;
        color: #ffffff;
    }

.testimonials .slick-dots {
    bottom: -35px;
}

    .testimonials .slick-dots li button::before {
        font-size: 12px;
    }

.testimonial .testimonial-box {
    background: #ececec;
    text-align: left;
    padding: 40px 50px;
    position: relative;
    border-radius: 15px;
}

    .testimonial .testimonial-box p {
        color: #3C3C3C;
        font-size: 21px;
        line-height: 30px;
    }

    .testimonial .testimonial-box::before {
        transform: translate(0%, -40%);
        display: inline-block;
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 27px;
        color: #8F8F8F;
    }

.testimonial .testimonial-footer img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
}

.testimonial .testimonial-footer .details .name {
    font-size: 20px;
}

.calendarslide .slick-track {
    margin-left: 0;
}

.calendar-slide {
    background: #F7F7F7;
    margin: 0 5px;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .calendar-slide .calendarslide-box {
        padding: 20px;
    }

        .calendar-slide .calendarslide-box .time {
            color: #717171;
            font-size: 13px;
            margin-bottom: 10px;
        }

            .calendar-slide .calendarslide-box .time::before {
                display: inline-block;
                content: "\f017";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                margin-right: 7px;
            }

        .calendar-slide .calendarslide-box .title {
            color: #181818;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
        }

        .calendar-slide .calendarslide-box .calendarslide-footer .location {
            color: #4C4C4C;
            font-weight: 600;
            font-size: 15px;
            margin: 30px 0;
        }

        .calendar-slide .calendarslide-box .calendarslide-footer .speakers img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid #e2e2e2;
            margin-right: 10px;
        }

        .calendar-slide .calendarslide-box .calendarslide-footer .speakers .desc .name {
            color: #313131;
            font-weight: 600;
            font-size: 15px;
        }

        .calendar-slide .calendarslide-box .calendarslide-footer .speakers .desc .desig {
            color: #313131;
            font-size: 12px;
            line-height: normal;
            margin-top: 5px;
        }

        .calendar-slide .calendarslide-box:hover a {
            text-decoration: underline;
            color: #181818;
        }

.calendar-slider .slick-prev, .calendar-slider .slick-next {
    width: 30px;
    height: 30px;
    top: 0;
}

.calendar-slider .slick-prev {
    left: auto;
    right: 25px;
}

    .calendar-slider .slick-prev::before {
        content: "\f053";
    }

.calendar-slider .slick-next {
    right: 0;
}

    .calendar-slider .slick-next::before {
        content: "\f054";
    }

    .calendar-slider .slick-prev:before, .calendar-slider .slick-next:before {
        color: #333;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
    }

.icon-left-slider .slick-slider {
    position: static;
}

.icon-left-slider .slider-nav {
    position: relative;
    display: inline-block;
}

    .icon-left-slider .slider-nav .slick-prev, .icon-left-slider .slider-nav .slick-next {
        top: 15px;
    }

        .icon-left-slider .slider-nav .slick-prev:before, .icon-left-slider .slider-nav .slick-next:before {
            color: #19C0F2;
        }

        .icon-left-slider .slider-nav .slick-prev:before {
            content: "\f053";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

        .icon-left-slider .slider-nav .slick-next:before {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
        }

    .icon-left-slider .slider-nav .slick-next {
        right: -30px;
    }

    .icon-left-slider .slider-nav .slick-prev {
        left: -30px;
    }

h1 .hover-text, h2 .hover-text, h3 .hover-text, h4 .hover-text, h5 .hover-text, h6 .hover-text, h7 .hover-text {
    background: linear-gradient(to left, transparent 50%, #19C0F2 50%);
    background-size: 201% 101%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1:hover .hover-text, h2:hover .hover-text, h3:hover .hover-text, h4:hover .hover-text, h5:hover .hover-text, h6:hover .hover-text, h7:hover .hover-text {
    background-position: left bottom;
    color: #ffffff;
}

.hover-text {
    background: linear-gradient(to left, transparent 50%, #19C0F2 50%);
    background-size: 201% 101%;
    background-position: right bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .hover-text:hover {
        background-position: left bottom;
        color: #ffffff;
    }

.exhibitor {
    color: #F3744B;
}

.visitor {
    color: #A0CD59;
}

.media {
    color: #19C0F2;
}

#backtotop {
    background-color: #19C0F2;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 153px;
    right: 40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0px #0000001c;
}

    #backtotop::after {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
    }

    #backtotop:hover {
        cursor: pointer;
        background-color: #29578B;
        box-shadow: 0 0 20px 0px #00000069;
    }

    #backtotop:active {
        background-color: #29578B;
        box-shadow: 0 0 20px 0px #00000069;
    }

    #backtotop.view {
        opacity: 1;
        visibility: visible;
    }

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.dropdown-search .btn-group {
    border: 1px solid #7F7F7F;
    padding: 8px 20px;
    border-radius: 7px;
    width: 100% !important;
    max-width: 350px;
}

    .dropdown-search .btn-group .btn {
        padding: 0;
        margin: 0;
        font-size: 14px;
        background: transparent;
        line-height: normal;
        color: #000;
        border: none !important;
        transition: all ease 0 !important;
    }

        .dropdown-search .btn-group .btn:hover::after {
            display: none;
        }

        .dropdown-search .btn-group .btn:focus {
            border: none !important;
            outline: none !important;
        }

    .dropdown-search .btn-group .dropdown-menu.show ul.dropdown-menu {
        display: block;
        padding: 10px 10px;
    }

    .dropdown-search .btn-group .dropdown-menu.show ul li {
        padding: 4px 0 !important;
    }

        .dropdown-search .btn-group .dropdown-menu.show ul li a {
            color: #000 !important;
            transition: all ease 0 !important;
        }

            .dropdown-search .btn-group .dropdown-menu.show ul li a:hover {
                color: #19C0F2 !important;
            }

        .dropdown-search .btn-group .dropdown-menu.show ul li.disabled {
            opacity: 0.5;
            color: #333 !important;
        }

            .dropdown-search .btn-group .dropdown-menu.show ul li.disabled:hover a {
                color: #333 !important;
            }

.dropdown-search .dropdown-toggle {
    border: 1px solid #7F7F7F;
    padding: 8px 20px;
    border-radius: 7px;
    width: 100% !important;
    max-width: 500px;
    min-width: 500px;
    font-size: 14px;
    background: transparent;
    color: #000 !important;
}

    .dropdown-search .dropdown-toggle:hover {
        border: 1px solid #7F7F7F !important;
    }

        .dropdown-search .dropdown-toggle:hover::after {
            display: none;
        }

    .dropdown-search .dropdown-toggle:active {
        background: transparent !important;
    }

    .dropdown-search .dropdown-toggle:focus {
        box-shadow: none;
        outline: none !important;
    }

.supportorgs .supportorg-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}

    .supportorgs .supportorg-item a {
        font-size: 12px;
        color: #2D2D2E;
        line-height: normal;
    }

        .supportorgs .supportorg-item a img {
            max-width: 220px;
        }

        .supportorgs .supportorg-item a span {
            font-size: 12px;
            color: #2D2D2E;
            line-height: normal;
        }

.icon-list {
    list-style: circle;
}

.address .main-title {
    font-size: 27px;
    margin-bottom: 25px;
    display: inline-block;
}

.address .second-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.address .a-details {
    font-size: 16px;
    color: #4a4a4a;
}

.search-header {
    margin-bottom: 50px;
}

    .search-header .search-bar input {
        border: 1px solid #d6d6d6;
        border-radius: 3px;
        padding: 5px 14px;
        font-size: 17px;
        line-height: 1.52947;
        font-weight: 400;
        width: 500px;
        margin-bottom: 12px;
        outline: none;
    }

    .search-header .search-found h7 {
        font-size: 15px;
        font-weight: 400;
    }

.search-result {
    padding: 17px 0;
}

    .search-result h7 {
        display: block;
    }

        .search-result h7.title {
            margin-left: -20px;
        }

            .search-result h7.title a {
                font-size: 17px;
                line-height: 1.52947;
                font-weight: 600;
                color: #333;
            }

                .search-result h7.title a:hover {
                    color: #19C0F2;
                    text-decoration: underline;
                }

    .search-result p.search-desc {
        font-size: 17px;
        line-height: 1.52947;
        font-weight: 400;
        margin: 0;
        margin-bottom: 3px;
        padding-top: 3px;
        color: #4c4c4c;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .search-result .link-result {
        font-size: 17px;
        line-height: 1.52947;
        font-weight: 400;
        word-wrap: break-word;
        margin-top: 0;
    }

        .search-result .link-result:hover {
            color: #19C0F2;
            text-decoration: underline;
        }

.terms .icon-list {
    list-style: lower-alpha;
}

    .terms .icon-list ul {
        padding-left: 50px;
        margin: 20px 0px;
        list-style: lower-roman;
    }

    .terms .icon-list li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

.form-row label.error {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-check label.error {
    top: -35px;
    position: absolute;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-check .other label.error {
    top: auto;
    bottom: 0px;
    position: relative;
}

.accept-check label.error {
    top: 20px;
    position: absolute;
}

.file-table {
    max-width: 500px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

    .file-table a {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .file-table .file-download {
        animation: none !important;
        visibility: visible !important;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
    }

        .file-table .file-download::before {
            position: absolute;
            top: 49%;
            left: 0px;
            transform: translate(0px, -52%);
            display: inline-block;
            content: "\f15c";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 14px;
            color: #29578B;
        }

        .file-table .file-download .title {
            color: #29578B;
            margin-left: 0px;
            font-weight: 600;
            font-size: 14px;
            animation: none !important;
            visibility: visible !important;
        }

        .file-table .file-download .size {
            color: #29578B;
            margin-left: 50px;
            font-weight: 600;
            font-size: 14px;
            animation: none !important;
            visibility: visible !important;
        }

    .file-table:hover {
        background: #f1f1f1;
    }

.launch .leftbox {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .launch .leftbox .wrapper {
        position: relative;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .launch .leftbox .wrapper .hashtags a {
            font-size: 26px;
            font-weight: 600;
            margin: 0 10px;
            text-shadow: 0 0 3px #333333;
        }

    .launch .leftbox::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: #000000;
    }

.launch .rightbox .wrapper .livelogo {
    width: 100%;
    max-width: 130px;
}

.launch .rightbox .wrapper .launchtitleright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
}

.launch .rightbox .wrapper .launchtitlemain {
    display: flex;
}

    .launch .rightbox .wrapper .launchtitlemain .launchtitle {
        font-size: 2rem;
        letter-spacing: 0.2px;
        display: inline-flex;
        margin-right: 30px;
    }

    .launch .rightbox .wrapper .launchtitlemain .livebuttons {
        display: inline-flex;
    }

        .launch .rightbox .wrapper .launchtitlemain .livebuttons .livebutton a {
            display: inline-flex;
            align-items: center;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
        }

            .launch .rightbox .wrapper .launchtitlemain .livebuttons .livebutton a img {
                margin-right: 10px;
                width: 30px;
            }

        .launch .rightbox .wrapper .launchtitlemain .livebuttons .livebutton:first-child {
            margin-right: 10px;
        }

.launch .rightbox .wrapper .launchsubtitle {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
}

.launch .rightbox .wrapper p {
    font-weight: 600;
}

.launch .rightbox .wrapper ul li {
    font-weight: 600;
    margin-bottom: 6px;
}

.launch .rightbox .wrapper .panelists .user-profile {
    padding: 0px 20px;
    margin-top: 10px;
}

    .launch .rightbox .wrapper .panelists .user-profile .user-box img {
        height: 80px;
        max-width: 80px;
    }

    .launch .rightbox .wrapper .panelists .user-profile .user-box .desc-box .subtitle {
        color: #b3b3b3;
    }

    .launch .rightbox .wrapper .panelists .user-profile .grid {
        grid-row-gap: 30px;
    }

.align-center {
    justify-content: center;
    display: flex;
}

.spacer {
    display: block;
}

    .spacer.h25 {
        height: 25px;
    }

    .spacer.h50 {
        height: 50px;
    }

    .spacer.h75 {
        height: 75px;
    }

    .spacer.h100 {
        height: 100px;
    }

    .spacer.h100 {
        height: 100px;
    }

    .spacer.h150 {
        height: 150px;
    }

    .spacer.h170 {
        height: 170px;
    }

    .spacer.h200 {
        height: 200px;
    }

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.gridcol-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gridcol-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gridcol-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gridcol-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gridcol-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gridcol-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gridcol-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gridcol-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gridcol-10 {
    grid-template-columns: repeat(10, 1fr);
}

.gridcol-11 {
    grid-template-columns: repeat(11, 1fr);
}

.gridcol-12 {
    grid-template-columns: repeat(12, 1fr);
}

.bgred {
    background-color: #EF4055;
}

.colred {
    color: #EF4055;
}

.bgblue {
    background-color: #19C0F2;
}

.colblue {
    color: #19C0F2;
}

.bgorange {
    background-color: #F3744B;
}

.colorange {
    color: #F3744B;
}

.bggreen {
    background-color: #A0CD59;
}

.colgreen {
    color: #A0CD59;
}

.bgdarkblue {
    background-color: #29578B;
}

.coldarkblue {
    color: #29578B;
}

.bgblack {
    background-color: #000000;
}

.colblack {
    color: #000000;
}

.bgwhite {
    background-color: #ffffff;
}

.colwhite {
    color: #ffffff;
}

.bgtransparent {
    background-color: transparent;
}

.bggrey {
    background-color: #F5F5F5;
}

.bgdarkgrey {
    background-color: #191919;
}

.colgreytext {
    color: #191919;
}

.collightgreytext {
    color: #2D2D2E;
}

.noparallax {
    background-attachment: scroll !important;
}

.bglightblue {
    background: #D6EBFF;
}

.blackover::before {
    background: #000000e0;
}

.darkgreyover::before {
    background: #1B1B1Be0;
}

.darkblueover::before {
    background: #2a578be0;
}

.whiteover::before {
    background: #ffffffe0;
}

.blueover::before {
    background: #19c0f2e0;
}

.lightblueover::before {
    background: #19c0f29e;
}

.greenover::before {
    background: #a0cd59e0;
}

.orangeover::before {
    background: #f3744be0;
}

.redover::before {
    background: #ED1944e0;
}

.whitegradoverlay::before {
    background: white !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.blackgradoverlay::before {
    background: rgba(0, 0, 0, 0.6) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.orangegradoverlay::before {
    background: #f3744b !important;
    background: linear-gradient(90deg, rgba(243, 116, 75, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.bluegradoverlay::before {
    background: #19c0f2 !important;
    background: linear-gradient(90deg, rgba(25, 192, 242, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.darkbluegradoverlay::before {
    background: #29578b !important;
    background: linear-gradient(90deg, rgba(41, 87, 139, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.greengradoverlay::before {
    background: #a0cd59 !important;
    background: linear-gradient(90deg, rgba(160, 205, 89, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.redgradoverlay::before {
    background: #e1251b !important;
    background: linear-gradient(90deg, rgba(225, 37, 27, 0.88) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.h-105 {
    height: 105% !important;
}

.h-110 {
    height: 110% !important;
}

.h-115 {
    height: 115% !important;
}

.h-120 {
    height: 120% !important;
}

.w-10 {
    width: 30% !important;
}

.w-15 {
    width: 30% !important;
}

.w-20 {
    width: 30% !important;
}

.w-25 {
    width: 30% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-105 {
    width: 105% !important;
}

.w-110 {
    width: 110% !important;
}

.w-115 {
    width: 115% !important;
}

.w-120 {
    width: 120% !important;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.fhide {
    display: none;
}

.no-animation {
    visibility: visible !important;
    animation: none !important;
}

    .no-animation a, .no-animation p, .no-animation h1, .no-animation h2, .no-animation h3, .no-animation h4, .no-animation h5, .no-animation h6, .no-animation h7, .no-animation h8 {
        visibility: visible !important;
        animation: none !important;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%;
}

.loadMorebtn {
    display: none;
    text-transform: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url("../images/loader.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}

#btnBrowseCategories.hide {
    display: block !important;
}

/****Rahul Style****/
.EventList-2022 {
}

.EventList-2022 {
}

    .EventList-2022 .inner.grid {
        margin-bottom: 25px;
    }

        .EventList-2022 .inner.grid:after {
            content: "";
            clear: both;
            display: block;
        }

        .EventList-2022 .inner.grid:nth-child(even) {
            display: block;
        }

            .EventList-2022 .inner.grid:nth-child(even) .leftcontent {
                float: right;
                width: 50%;
                padding-right: 0 !important;
            }

            .EventList-2022 .inner.grid:nth-child(even) .rightcontent {
                float: left;
                width: 50%;
                padding-right: 0 !important;
            }

@media (min-width:1200px) {
    #ContentBlock.redover .wrapper .rightcont {
        margin-top: -40px;
    }
}

@media (max-width:600px) {
    #programme-committee .testimonial-footer {
        display: block;
        text-align: center !important;
    }

        #programme-committee .testimonial-footer img {
            margin-bottom: 15px;
        }
}

@media only screen and (max-width: 480px) {
    .EventList-2022 .inner.grid .leftcontent {
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .EventList-2022 .inner.grid .rightcontent {
        padding-right: 0 !important;
    }

    .EventList-2022 .inner.grid:nth-child(even) .leftcontent {
        float: none;
        width: auto;
    }

    .EventList-2022 .inner.grid:nth-child(even) .rightcontent {
        float: none;
        width: auto;
    }

    #ContentBlock.redover .wrapper {
        padding-bottom: 0;
    }

    #ContentBlock.redover .spacer.h25 {
        display: none;
    }
}

/*Added for external link icon*/
/*
a.btn.wow[target=_blank]:after {
    background-image: url(/admin/itma/media/itma/ITMA/External-Icon/External-icon2.svg);
    background-size: 17px 17px;
    display: block;
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    left: auto;
    right: 35px;
    top: 13px;
    z-index: 1;
    transform: none;
    background-color: transparent;
}

a.btn.wow[target=_blank] img {
    display:none;
}
*/
.SortingLink::after {
    position: relative;
    top: 5px;
    /* transform: translate(0%, -50%) rotate(0deg); */
    display: inline-block;
    content: "\f078";
    /* font-family: "Font Awesome 5 Free"; */
    /* font-weight: 600; */
    cursor: pointer;
    content: "";
    background-image: url(/assets/img/black_normal.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}
.SortingLink.arrowup::after {
    background-image: url(/assets/img/black_descending.png);
}
.SortingLink.arrowdown::after {
    background-image: url(/assets/img/black_ascending.png);
}


.SortingLink.blue::after {
    color: #19C0F2;
}

#mobileSorting {
    float:right;
    display: inline-block;
    margin-bottom: 30px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}


/* Added to fix video display overflow */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) 
and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .contentbox .wrapper .default {
         width: auto!important;
     }
   /* your css rules for ipad portrait */
}

@media only screen and (min-width: 1025px) and (max-width: 1440px)
{
    #navigation .wrapper .logoItmaConnect img {
        max-width: 75px!important;
    }
}

@media only screen and (max-width: 480px)
{
    #navigation .wrapper .logoItmaConnect img {
        max-width: 50px!important;
    }
}
