@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

.primary-bg {
    background: #153947 !important;
}

.lightblue-bg {
    background: #1C8DC9 !important;
}

.secondary-bg {
    background: #E47A3D !important;
}

.dark-bg {
    background: #1D1D1D !important;
}

.pad-box {
    padding: 24px 24px !important;
}

.pad-box-sm {
    padding: 16px 16px !important;
}

.pad-box-xs {
    padding: 8px 12px !important;
}

.make-it-theme {
    filter: invert(30%) sepia(50%) saturate(9999%) hue-rotate(360deg) brightness(97%) contrast(100%);
}

.make-it-gray, .list-table tbody td .icon-btn {
    filter: invert(100%) grayscale(1) opacity(0.5);
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

.fixed-hero-spacer {
    margin-top: 650px;
}

.primary-bg {
    background-color: #153947;
}

.primary-light-bg {
    background-color: #215265;
}

.secondary-bg {
    background-color: #E47A3D;
}

.gray-bg {
    background-color: #F6F6F6;
}

.theme-border {
    border-color: #E47A3D;
}

p.primary {
    color: #E47A3D;
}

.btn {
    box-shadow: unset !important;
    outline: none !important;
}

.primary-btn, .blank-btn, .secondary-btn {
    background: #E47A3D;
    border: solid 1px #E47A3D !important;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 18px;
}

    .primary-btn:hover, .blank-btn:hover, .secondary-btn:hover {
        background: #153947;
        color: #fff;
    }

    .primary-btn.shadow, .shadow.blank-btn, .shadow.secondary-btn {
        box-shadow: 0px 16px 30px rgba(228, 122, 61, 0.15) !important;
    }

.secondary-btn {
    background: #1C8DC9;
    border-color: #1C8DC9 !important;
}

.blank-btn {
    background: transparent !important;
    border: none !important;
}

.icon-btn {
    transition: all 0.2s ease;
    padding: 3px 6px;
    font-size: 14px;
}

    .icon-btn:hover {
        background-color: #E47A3D;
        color: #fff;
    }

    .icon-btn img {
        max-width: 16px;
        min-width: 16px;
    }

    .icon-btn.white {
        color: #fff;
    }

    .icon-btn.primary-btn, .icon-btn.secondary-btn, .icon-btn.blank-btn {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 16px;
    }

.border-btn, .themed-input, .themed-select, .form-controls input,
.form-controls textarea {
    border: solid 1px #E5E5E5;
    border-radius: 4px;
}

    .btn.border-btn:hover, .btn.themed-input:hover, .btn.themed-select:hover, .form-controls input.btn:hover,
    .form-controls textarea.btn:hover {
        background: #fff;
    }

    .primary-btn.border-btn, .primary-btn.themed-input, .primary-btn.themed-select, .form-controls input.primary-btn,
    .form-controls textarea.primary-btn, .border-btn.secondary-btn, .secondary-btn.themed-input, .secondary-btn.themed-select, .form-controls input.secondary-btn,
    .form-controls textarea.secondary-btn, .border-btn.blank-btn, .blank-btn.themed-input, .blank-btn.themed-select, .form-controls input.blank-btn,
    .form-controls textarea.blank-btn {
        border-color: #E47A3D;
        background: rgba(228, 122, 61, 0.05);
        color: #E47A3D;
    }

.dropdown-menu {
    padding: 4px 8px;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-item a {
    padding: 0px;
}

.dropdown-item .sub-menu li a {
    color: #1D1D1D;
}

    .dropdown-item .sub-menu li a:hover {
        text-decoration: none;
        color: #E47A3D;
    }

.dropdown-item {
    padding: 10px 12px;
    border-bottom: solid 1px #E5E5E5;
}

    .dropdown-item:last-child {
        border: none;
    }

    .dropdown-item:focus, .dropdown-item:active, .dropdown-item.active {
        background-color: transparent !important;
    }

    .dropdown-item:hover {
        background-color: transparent;
        color: #E47A3D;
    }
    /*.dropdown-item .sub-menu {
    padding: 5px 0px 0px 20px;
}*/
    .dropdown-item .sub-menu li {
        margin: 5px 0px;
    }

.lg-icon {
    max-width: 17px;
    min-width: 17px;
    height: auto;
}

.sm-icon {
    max-width: 14px;
    min-width: 14px;
    height: auto;
    margin-right: 4px;
}

.xs-icon {
    max-width: 10px;
    min-width: 10px;
    height: auto;
}

.card {
    border-radius: 8px 8px;
}

.mt-2 {
    margin-top: 24px !important;
}

.p-top-right {
    position: absolute;
    right: 16px;
    top: 8px;
    z-index: 999;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: start;
}

.themed-input, .themed-select, .form-controls input,
.form-controls textarea {
    padding: 8px 12px !important;
    display: inline-block;
    font-size: 14px;
    outline: none;
    overflow: hidden;
}

    .themed-input:hover, .themed-select:hover, .form-controls input:hover,
    .form-controls textarea:hover, .themed-input:focus, .themed-select:focus, .form-controls input:focus,
    .form-controls textarea:focus {
        border-color: #999999;
    }

.form-controls.align-center {
    align-items: flex-start;
}

.form-controls > div,
.form-controls > input {
    margin: 4px 8px;
}

.form-controls input[type=file] {
    font-size: 12px;
    color: #999999;
}

.form-controls textarea {
    width: 100%;
    height: 90px;
    resize: none;
}

.form-controls label,
.form-controls .control p {
    font-size: 14px !important;
    color: #999999 !important;
    margin: 0px 0px;
}

    .form-controls label span,
    .form-controls .control p span {
        color: #1D1D1D;
    }

.form-controls .range, .form-controls .range .range-con {
    flex: 1;
    text-align: center;
}

    .form-controls .range .current_value {
        font-size: 14px;
        color: #999999;
        width: 100%;
        text-align: center;
    }

    .form-controls .range label {
        min-width: 150px;
    }

.form-controls.three-cols.align-center {
    flex-flow: row wrap;
}

.form-controls.three-cols > div {
    width: calc(33.3333333333% - 16px) !important;
    margin-bottom: 8px;
}

    .form-controls.three-cols > div.w-100 {
        width: 100% !important;
    }

.form-controls.three-cols label,
.form-controls.three-cols .control p {
    margin-bottom: 4px !important;
    font-size: 14px;
}

.form-controls.three-cols input {
    width: 100%;
}

.themed-select {
    width: -moz-max-content;
    width: max-content;
}

    .themed-select select {
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../icons/arrow-down-gray.svg) right center no-repeat;
        padding-right: 30px;
        cursor: pointer;
        color: #1D1D1D;
    }

    .themed-select.w-100 {
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0px 0px;
    }

        .themed-select.w-100 label {
            margin-right: 4px;
        }

        .themed-select.w-100 select {
            flex: 1;
        }

select.multiple {
    background: transparent !important;
}

    select.multiple option {
        color: #999999 !important;
        margin-bottom: 4px !important;
    }

    select.multiple.title-first option:first-child {
        color: #1D1D1D !important;
    }

.themed-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    background: #fff;
    outline: none;
    border-radius: 8px;
    border: solid 1px #E47A3D;
    position: relative;
}

    .themed-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: #fff;
        border: solid 2px #E47A3D;
        cursor: pointer;
        border-radius: 16px;
        z-index: 9999;
        position: sticky;
    }

    .themed-range::-moz-range-thumb {
        -moz-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: #fff;
        border: solid 2px #E47A3D;
        cursor: pointer;
        border-radius: 16px;
        z-index: 9999;
        position: sticky;
    }

.range-con {
    position: relative;
}

    .range-con .current_value {
        position: absolute;
        z-index: 1;
    }

    .range-con .current_value {
        left: 0;
        top: -12px;
        text-align: right;
        margin: 0px 4px;
    }

input[type=range] {
    background: linear-gradient(to right, #E47A3D 0%, #E47A3D 0%, #fff 0%, #fff 100%);
    border: solid 1px #E47A3D;
    border-radius: 8px;
    height: 6px;
    width: 100%;
    outline: none;
    transition: all 450ms ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.closure-courner {
    padding-right: 40px !important;
}

.modal.fade.modal-from-top .modal-dialog {
    transform: translate(0%, -125%);
}

.modal.show.modal-from-top .modal-dialog {
    transform: none;
}

.modal {
    border-radius: 16px;
    padding-top: 75px;
}

    .modal .modal-lg {
        max-width: 550px;
    }

    .modal .modal-header {
        padding-bottom: 0px;
        border: none;
    }

    .modal .body-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .modal .body-content .cards .card .content {
            padding: 0px 32px 32px 32px !important;
        }

            .modal .body-content .cards .card .content h2 {
                font-size: 24px;
            }

                .modal .body-content .cards .card .content h2 b {
                    font-size: 18px;
                    font-weight: 500;
                    margin-top: 8px;
                }

            .modal .body-content .cards .card .content h5 {
                font-size: 16px;
                color: #1D1D1D;
                font-weight: 700;
            }

            .modal .body-content .cards .card .content p {
                font-size: 14px;
            }

                .modal .body-content .cards .card .content p:not(.highlight) {
                    margin-top: 16px;
                    line-height: 24px;
                }

    .modal .modal-footer {
        background: #F6F6F6;
    }

        .modal .modal-footer .btn {
            font-size: 14px;
        }

.btns-group {
    display: flex;
}

    .btns-group.text-right {
        justify-content: flex-end;
    }

    .btns-group.text-center {
        justify-content: center;
        padding: 0 30px;
    }

    .btns-group .btn {
        margin-right: 8px;
    }

        .btns-group .btn:last-child {
            margin-right: 0px;
        }

.list-table th {
    padding: 24px 24px !important;
    border: none !important;
    font-size: 14px;
    font-weight: normal;
    color: #E47A3D;
}

.list-table tbody tr:first-child td {
    border: none;
}

    .list-table tbody tr:first-child td:first-child {
        border-radius: 8px 0px 0px 0px;
    }

    .list-table tbody tr:first-child td:last-child {
        border-radius: 0px 8px 0px 0px;
    }

.list-table tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 8px;
}

.list-table tbody tr:last-child td:last-child {
    border-radius: 0px 0px 8px 0px;
}

.list-table tbody td {
    padding: 24px 24px !important;
    background: #fff;
    font-size: 16px;
    color: #1D1D1D;
    border-color: #E5E5E5;
}

    .list-table tbody td .icon-btn {
        padding: 0px 0px;
    }

        .list-table tbody td .icon-btn:hover {
            background: transparent;
            filter: unset;
        }

.check-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .check-group .checkbox-con {
        flex: 50%;
    }

.form-check {
    margin: 10px 8px !important;
}

.control .form-check {
    margin-left: 0px !important;
}

.form-check-input {
    position: relative;
    width: 20px !important;
    height: 20px !important;
    margin-right: 4px;
    vertical-align: text-bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    background: transparent;
    cursor: pointer;
}

    .form-check-input:before {
        content: "";
        position: absolute;
        width: 20px !important;
        height: 20px !important;
        border-radius: 4px;
        background: #fff;
        border: solid 1px #E5E5E5;
        left: 0;
        top: 0;
    }

    .form-check-input:hover:before {
        border-color: #999999;
    }

    .form-check-input:checked:before {
        background: rgba(228, 122, 61, 0.05) url(../icons/check.svg) center center no-repeat;
        background-size: 9px;
        border: solid 1px #E47A3D;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

img.radius {
    border-radius: 30px 30px;
}

.rounded-img {
    border-radius: 4px 4px;
}

.shadow-img img {
    position: relative;
}

.shadow-img:before {
    content: "";
    width: 90%;
    height: 115%;
    position: absolute;
    right: -5%;
    top: -7.5%;
    background: rgba(228, 122, 61, 0.1);
    border-radius: 30px 30px;
    z-index: 0;
}

.shadow-img.invert:before {
    right: 0%;
    left: -5%;
}

.shadow-img.blue:before {
    background: rgba(28, 141, 201, 0.1);
}

.big-text {
    font-size: 18px !important;
    color: #1D1D1D !important;
}

.white-text {
    color: #fff !important;
}

    .white-text a:hover {
        color: #fff;
    }

.mobile-nav-toggle {
    display: none;
    background-color: #153947;
    position: absolute;
    right: 8px;
    top: 10px;
    padding: 0px;
    width: 100%;
    height: auto;
    max-width: 32px;
    min-height: 32px;
}

    .mobile-nav-toggle img {
        max-width: 24px;
    }

    .mobile-nav-toggle.oppened:after {
        background: url(../../assets/icons/close.svg) center center no-repeat;
        /*background: #153947 url(../../assets/icons/close.svg) center center no-repeat;*/
        background-size: 16px;
        position: absolute;
        right: 6px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        content: "";
    }

.sm-text {
    font-size: 16px;
    font-weight: 400;
}

.xs-text {
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400;
}

.highlight {
    color: #E47A3D !important;
}

.dropdown.show {
    z-index: 123456789;
}

.dropdown-menu.mega-menu {
    max-height: 400px;
    /* overflow-y: auto;*/
}

.dropdown-item:hover ul.sub-menu {
    display: block;
}

ul.sub-menu {
    display: none;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    position: absolute;
    left: 100%;
    top: -3px;
    background: #fff;
    list-style: none;
}

.dropdown-item .sub-menu li a {
    font-size: 14px;
}

li.dropdown-item {
    position: relative;
}

.dropdown-menu.mega-menu::-webkit-scrollbar {
    width: 4px;
}

.dropdown-menu.mega-menu ::-webkit-scrollbar-track {
    background: #fff;
}

.dropdown-menu.mega-menu::-webkit-scrollbar-thumb {
    background: #E5E5E5;
}



li.dropdown-item.has-children {
    position: relative;
}

    li.dropdown-item.has-children:after {
        content: '';
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        top: calc(50% - 1px);
        transform: rotate(270deg);
        right: 6px;
    }


    li.dropdown-item.has-children .sub-menu li {
        padding: 10px 12px;
    }

        li.dropdown-item.has-children .sub-menu li:not(:last-child) {
            border-bottom: solid 1px #E5E5E5;
        }

    li.dropdown-item.has-children ul.sub-menu:hover {
        display: block;
    }

.dropdown-menu {
    padding: 4px 0px;
}

    .dropdown-menu li.dropdown-item {
        padding: 10px 20px;
    }



label.required:after {
    content: "*";
    display: inline-block;
    margin-left: 4px;
    color: red;
    font-size: 13px;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}

.dropdown-item {
    font-size: 14px;
}

.black {
    color: #1D1D1D !important;
}

a {
    color: #E47A3D;
}

    a:hover {
        color: #1D1D1D;
    }

.card ul {
    margin: 16px 16px 0px 0px;
    padding: 0px;
    list-style: none;
}

    .card ul li {
        margin-bottom: 12px;
        font-size: 14px;
    }

        .card ul li:last-child {
            margin-bottom: 0px;
        }

.header-wrapper {
    background: #153947;
}

    .header-wrapper .logo {
        max-width: 240px !important;
    }

    .header-wrapper .menu {
        padding: 0px 0px;
        margin: 0px 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .header-wrapper .menu > li {
            list-style: none;
        }

            .header-wrapper .menu > li > a:not(.btn),
            .header-wrapper .menu > li .dropdown > a {
                transition: all 0.2s ease;
                color: #fff;
                font-size: 14px;
                text-decoration: none;
                display: inline-block;
                padding: 24px 2px;
                margin: 0px 10px;
                border-bottom: solid 3px transparent;
            }

                .header-wrapper .menu > li > a:not(.btn):hover,
                .header-wrapper .menu > li .dropdown > a:hover {
                    color: #E47A3D;
                }

            .header-wrapper .menu > li.active > a, .header-wrapper .menu > li.active > .dropdown > a {
                color: #E47A3D;
                border-bottom-color: #E47A3D;
            }

            .header-wrapper .menu > li:last-child {
                margin-left: 12px;
            }

        .header-wrapper .menu .dropdown-item.active {
            color: #E47A3D !important;
        }

.hero {
    position: relative;
    background: #153947;
}

    .hero .carousel {
        position: relative;
        opacity: 0.15;
    }

        .hero .carousel img {
            max-width: 100%;
            height: 650px;
            -o-object-fit: cover;
            object-fit: cover;
        }

.pro-text a {
    color: #1a836d !important;
    text-decoration: none;
}

.hero .hero-content-con:not(.hero-content-con .hero-content-con) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.hero .hero-content-con .hero-content {
    width: 100%;
    max-width: 720px;
    text-align: center;
    margin-bottom: 150px;
}

    .hero .hero-content-con .hero-content h1 {
        font-size: 46px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0px 0px 12px 0px;
    }

    .hero .hero-content-con .hero-content p {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        margin: 0px auto;
    }

    .hero .hero-content-con .hero-content .btns-group {
        justify-content: center;
        margin-top: 32px;
    }

        .hero .hero-content-con .hero-content .btns-group a {
            font-size: 16px;
        }

            .hero .hero-content-con .hero-content .btns-group a.blank-btn {
                font-weight: 300;
            }

.hero.hero-sm .carousel img {
    height: 350px;
}

.hero.hero-sm .hero-content {
    margin-bottom: 0px;
}

.hero.fixed-hero {
    position: fixed;
    width: 100%;
    z-index: -1;
    min-height: 800px;
    top: 0;
}

.styled-imgs {
    margin: -100px auto 0px auto;
    position: relative;
    background: #fff;
    border-radius: 80px 0px 0px 0px;
}

    .styled-imgs .container {
        max-width: 1366px;
        padding: 0px 0px;
    }

    .styled-imgs .imgs-con {
        display: flex;
        align-items: flex-end;
        position: relative;
        margin-top: -50px;
    }

        .styled-imgs .imgs-con .img-con {
            flex: 1;
        }

            .styled-imgs .imgs-con .img-con img {
                height: 200px;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .styled-imgs .imgs-con .img-con:nth-child(1) img {
                border-radius: 0px 0px 0px 50px;
            }

            .styled-imgs .imgs-con .img-con:nth-child(2) img {
                height: 250px;
                border-radius: 50px 50px 0px 0px;
            }

.section {
    padding: 64px 16px !important;
    background: #fff;
}

    .section.pt-0 {
        padding-top: 0px !important;
    }

    .section h2 {
        font-size: 28px;
        font-weight: 700;
        color: #1D1D1D;
    }

    .section p {
        font-size: 16px;
        line-height: 26px;
        color: #666666;
        margin-top: 16px;
    }

.body-content.modal-body {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .body-content.modal-body .card {
        border: none;
    }

.smedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

    .smedia a {
        padding: 0px 16px 3px 16px;
        border-right: solid 1px #E5E5E5;
    }

        .smedia a img {
            transition: all 0.2s ease;
            filter: invert(100%) grayscale(1) opacity(0.5);
            max-width: 20px;
            opacity: 0.5;
        }

        .smedia a:last-child {
            border-right: none;
        }

        .smedia a:hover img {
            opacity: 1;
            transform: scale(1.2);
        }

footer {
    padding: 32px 32px !important;
    background: #F6F6F6;
    text-align: center;
}

    footer p {
        font-size: 14px;
        color: #666666;
    }

    footer .footer-imgs {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        footer .footer-imgs img {
            max-width: 150px;
            height: 65px;
            -o-object-fit: contain;
            object-fit: contain;
            margin: 8px 8px 0px 8px;
            display: inline-block;
        }

        footer .footer-imgs a:first-child, footer .footer-imgs a:last-child {
            margin: 0px 8px;
        }

            footer .footer-imgs a:first-child img, footer .footer-imgs a:last-child img {
                height: 100px;
            }

.resources-ul,
.themed-list {
    margin: 24px 0px 0px 0px;
}

    .resources-ul li,
    .themed-list li {
        margin-top: 16px;
    }

        .resources-ul li a,
        .themed-list li a {
            font-size: 16px;
            text-decoration: none;
            color: #1D1D1D;
        }

            .resources-ul li a:hover,
            .themed-list li a:hover {
                color: #E47A3D;
            }

.contact-cards .card {
    padding: 24px 24px !important;
    text-align: center;
    margin-top: 32px;
}

    .contact-cards .card:hover {
        border-color: #E47A3D;
    }

.border-box {
    padding: 32px 32px !important;
    border-radius: 8px;
    background: #fff;
    height: 100%;
}

    .border-box.size-sm {
        padding: 16px 16px !important;
    }

    .border-box h3 {
        color: #fff;
        font-size: 21px !important;
    }

    .border-box p {
        color: #fff;
        font-size: 16px;
    }

    .border-box.on-white {
        background: #F6F6F6;
    }

        .border-box.on-white h3 {
            color: #1D1D1D;
        }

        .border-box.on-white p {
            color: #666666;
        }

    .border-box img.max-70 {
        max-width: 70%;
    }

    .border-box.full-img {
        padding: 0px 0px !important;
    }

        .border-box.full-img img,
        .border-box.full-img iframe {
            border-radius: 8px 8px 0px 0px;
        }

        .border-box.full-img .content {
            padding: 24px 24px !important;
        }

.themed-accordion .card {
    border: none;
    margin-bottom: 12px;
}

    .themed-accordion .card .card-header {
        background: transparent;
        margin-bottom: 0px;
        border-color: #E5E5E5;
        padding: 8px 12px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
    }

        .themed-accordion .card .card-header a {
            margin: 0px 0px;
            font-size: 16px;
            font-weight: 700;
            color: #1D1D1D;
            text-decoration: none !important;
            display: inline-block;
            width: 100%;
            position: relative;
        }

            .themed-accordion .card .card-header a:after {
                content: "";
                width: 15px;
                height: 15px;
                background: url(../icons/arrow-down-gray.svg) center center no-repeat;
                background-size: contain;
                position: absolute;
                right: 0;
                top: 5px;
                transform: rotate(180deg);
            }

            .themed-accordion .card .card-header a.collapsed:after {
                transform: rotate(0deg);
            }

    .themed-accordion .card .card-body {
        font-size: 16px;
        color: #1D1D1D;
        padding: 8px 12px;
    }

        .themed-accordion .card .card-body p:first-child {
            margin-top: 0px;
        }

    .themed-accordion .card:last-child .card-header {
        margin-bottom: -1px;
    }

.themed-accordion.flat .card {
    border-radius: 0px;
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 16px;
}

    .themed-accordion.flat .card:last-child {
        border: none;
    }

.themed-accordion .collapse.show {
    margin-top: -1px;
    background: #fff;
}

.logos-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

    .logos-list img {
        flex: 1;
        height: 100px;
        padding: 16px;
        -o-object-fit: contain;
        object-fit: contain;
    }

.overlap-form {
    padding: 32px 32px !important;
    border-radius: 8px;
}

    .overlap-form input {
        margin: 0px 0px 12px 0px;
    }

    .overlap-form label {
        color: #fff !important;
        font-size: 16px !important;
    }

    .overlap-form input[type=checkbox] {
        margin-right: 8px;
    }

.hero-content-con br {
    display: none;
}

.pathwaysWrapper p {
    margin-top: 0;
}

@media screen and (max-width: 991.99px) {
    .dropdown .dropdown-menu.mobile-mr li {
        font-size: 21px !important;
    }
    /* .dropdown .dropdown-menu.mobile-mr .sub-menu li {
        max-width: 50% !important;
    }*/
    .dropdown .dropdown-menu.mobile-mr .sub-menu li a {
        font-size: 14px !important;
    }

    .dropdown .dropdown-menu.mobile-mr .dropdown-item a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .form .col-md-12 {
        width: 80%;
    }

    .align-center:not(.-on-mob) {
        flex-direction: column;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .mobile-menu {
        display: none;
        min-height: 100%;
        max-height: 100vh;
        overflow-y: auto;
    }

        .mobile-menu .menu {
            min-height: 100vh;
            max-height: 100vh;
        }

            .mobile-menu .menu, .mobile-menu .menu .btns-group {
                flex-direction: column;
                justify-content: center !important;
            }

                .mobile-menu .menu li,
                .mobile-menu .menu li a,
                .mobile-menu .menu .btns-group a {
                    margin: 8px auto !important;
                    width: 100% !important;
                    text-align: center;
                }

                    .mobile-menu .menu li a:not(.btn) {
                        padding: 12px 0px !important;
                    }

    .header-wrapper {
        padding: 16px 0px !important;
    }

        .header-wrapper .menu li a {
            font-size: 21px !important;
        }

        .header-wrapper .menu li.active a {
            border: none;
        }

    .shadow-img {
        margin-top: 32px;
    }

        .shadow-img:before {
            display: none;
        }
}

@media screen and (max-width: 767.99px) {
    .res_wid_80 {
        max-width: 800px !important;
        width: 80% !important;
    }

    .pad-box {
        padding: 24px 0px !important;
    }

    .check-group {
        flex-wrap: wrap;
    }

    .align-center.-on-mob {
        flex-direction: column;
    }

    .flip-mob {
        flex-direction: column-reverse !important;
    }

    .hide-mob {
        display: none !important;
    }

    .hero .carousel img {
        height: 100vh !important;
    }
    /* .hero .hero-content-con .hero-content {
    padding: 0px 50px;
  }*/
    .styled-imgs .imgs-con .img-con img {
        height: 125px;
    }

    .styled-imgs .imgs-con .img-con:nth-child(2) img {
        height: 175px;
    }

    .form-controls.align-center .range {
        margin-top: 12px;
    }

    .form-controls.align-center > div, .form-controls.align-center > div .range-con {
        width: 100%;
    }

        .form-controls.align-center > div .range-con {
            margin-top: 18px;
        }

    .form-controls.three-cols > div {
        width: 100% !important;
    }

    .btn,
    .primary-btn,
    .secondary-btn,
    .blank-btn,
    .border-btn,
    .themed-input,
    .form-controls input,
    .form-controls textarea,
    .themed-select {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    ul.sub-menu {
        border: 0;
        top: 40px;
        left: auto;
        bottom: auto;
        right: 0;
        width: 150px;
    }


    .hero .hero-content-con .hero-content h1 {
        font-size: 32px;
    }

    .btns-group {
        flex-direction: column;
    }

        .btns-group .btn {
            margin: 0px 0px 8px 0px;
        }

    .list-table th, .list-table td {
        min-width: 40vw;
    }

    .dropdown-menu.mega-menu, .dropdown-menu.mega-menu li, .dropdown-menu.mega-menu a {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .list-table th, .list-table td {
        min-width: 50vw;
    }

    .styled-imgs {
        margin-top: 0px;
    }

    .hero .hero-content-con .hero-content {
        margin-bottom: 0px;
    }

    .styled-imgs .imgs-con .img-con img {
        height: 75px;
    }

    .styled-imgs .imgs-con .img-con:nth-child(2) img {
        height: 125px;
    }

    ul.sub-menu {
        width: calc(100%);
        /*left: -8px;*/
        top: 65px;
    }


    .dropdown .dropdown-menu.mobile-mr .sub-menu li {
        margin: 8px auto !important;
        padding: 10px 12px;
    }


        .dropdown .dropdown-menu.mobile-mr .sub-menu li:not(:last-child) {
            border-bottom: solid 1px #E5E5E5;
        }

        .dropdown .dropdown-menu.mobile-mr .sub-menu li a {
            font-size: 21px !important;
            color: #212529 !important;
        }

    li.dropdown-item.has-children:after {
        right: 14px;
    }
}
/*# sourceMappingURL=style.css.map */
.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-input[type=radio] {
    border-radius: 0%;
}

.form-check-input:checked {
    background-color: transparent !important;
}

.select2-container .select2-selection--single {
    height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}


/*new css for team - 22 Nov 2023*/
.speakers-wrap {
    padding: 40px 0;
    background: #f9f9f9;
}

    .speakers-wrap h2 {
        font-size: 42px;
        text-align: center;
        color: #E47A3D;
    }

        .speakers-wrap h2 span {
            font-weight: 600;
            display: block;
            font-size: 36px;
            color: #333333;
        }

.sp-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.sp-single {
    padding: 20px 12px;
}

.sp-inner {
    position: relative;
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease;
    width: 250px;
    min-height: 100%;
    cursor: pointer;
}

    .sp-inner img {
        border-radius: 50%;
        width: 100%;
        height: 220px;
        max-width: 220px;
        margin: 0 auto 15px auto;
        display: block;
        border: solid 5px #fff;
        box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
        object-fit: contain;
    }

    .sp-inner .sp-name {
        font-size: 20px;
        color: #E47A3D;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .sp-inner .sp-desg {
        font-size: 16px;
        color: #153947;
        line-height: 24px;
        margin-top: 0;
    }

.desc p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    display: none;
    font-size: 20px;
    line-height: 32px;
}

.sp-bio {
    margin: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    line-height: 22px;
    display: none;
    font-size: 20px;
    line-height: 32px;
}

.sp-inner:after {
    content: '';
    border: solid 1px #153947;
    border-radius: 150px 150px 15px 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
}

.sp-inner:hover::after {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    left: 5px;
    top: 10px;
}

div#spModal .modal-header {
    border: 0;
    padding: 0;
}

div#spModal button.close {
    opacity: 1;
    font-weight: 100;
    padding: 15px 15px 0 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 0 0 auto;
}

div#spModal .spimg {
    width: 100%;
    border-radius: 50%;
    width: 100%;
    height: 170px;
    max-width: 170px;
    margin: 0 auto 15px auto;
    display: block;
    border: solid 5px #fff;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 5%);
    object-fit: cover;
}

div#spModal .spname {
    color: #E47A3D;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

div#spModal .spdesg {
    font-weight: 600;
    color: #153947;
}

div#spModal .spbio {
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

/* custom css */
@media (min-width: 576px) {
    #spModal .modal-dialog {
        max-width: 600px !important;
        width: 600px !important;
    }
}


ul.dropdown-menu.mega-menu.mobile-mr {
    overflow-y: visible;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    ul.dropdown-menu.mega-menu.mobile-mr.show ul.sub-menu {
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
    }

        ul.dropdown-menu.mega-menu.mobile-mr.show ul.sub-menu a {
            text-wrap: wrap;
        }
}

.password-toggle {
    margin-left: auto;
    position: relative;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .password-toggle button .password-text {
        background-position: 0 1px;
        background-repeat: no-repeat;
        background-size: 18px;
        padding-left: 24px;
    }

    .password-toggle button {
        -webkit-tap-highlight-color: transparent;
        display: inline-block;
        opacity: .5;
        z-index: 1;
    }

.show {
    display: block;
}

.hide {
    display: none;
}

.password-toggle button .password-text.show {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23444' d='M16 6C9 6 3 10 0 16c3 6 9 10 16 10s13-4 16-10c-3-6-9-10-16-10zm8 5.3c1.8 1.2 3.4 2.8 4.6 4.7-1.2 2-2.8 3.5-4.7 4.7-3 1.5-6 2.3-8 2.3s-6-.8-8-2.3C6 19.5 4 18 3 16c1.5-2 3-3.5 5-4.7l.6-.2C8 12 8 13 8 14c0 4.5 3.5 8 8 8s8-3.5 8-8c0-1-.3-2-.6-2.6l.4.3zM16 13c0 1.7-1.3 3-3 3s-3-1.3-3-3 1.3-3 3-3 3 1.3 3 3z'/%3E%3C/svg%3E")
}

.password-toggle button .password-text.hide {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23444' d='M29.6.4C29 0 28 0 27.4.4L21 6.8c-1.4-.5-3-.8-5-.8C9 6 3 10 0 16c1.3 2.6 3 4.8 5.4 6.5l-5 5c-.5.5-.5 1.5 0 2 .3.4.7.5 1 .5s1 0 1.2-.4l27-27C30 2 30 1 29.6.4zM13 10c1.3 0 2.4 1 2.8 2L12 15.8c-1-.4-2-1.5-2-2.8 0-1.7 1.3-3 3-3zm-9.6 6c1.2-2 2.8-3.5 4.7-4.7l.7-.2c-.4 1-.6 2-.6 3 0 1.8.6 3.4 1.6 4.7l-2 2c-1.6-1.2-3-2.7-4-4.4zM24 13.8c0-.8 0-1.7-.4-2.4l-10 10c.7.3 1.6.4 2.4.4 4.4 0 8-3.6 8-8z'/%3E%3Cpath fill='%23444' d='M26 9l-2.2 2.2c2 1.3 3.6 3 4.8 4.8-1.2 2-2.8 3.5-4.7 4.7-2.7 1.5-5.4 2.3-8 2.3-1.4 0-2.6 0-3.8-.4L10 25c2 .6 4 1 6 1 7 0 13-4 16-10-1.4-2.8-3.5-5.2-6-7z'/%3E%3C/svg%3E");
}

.btn-reset {
    background: 0 0;
    border: none;
    color: currentColor;
    cursor: pointer;
    font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}



.events-section {
    padding: 50px 16px;
    position: relative;
    background-color: white;
}

    .events-section p {
        font-size: 16px;
        line-height: 26px;
        color: #666666;
        margin-top: 16px;
    }

    .events-section h2 {
        font-size: 36px;
        font-weight: 700;
        color: #1D1D1D;
    }

        .events-section h2 span {
            display: block;
            color: #E47A3D;
            font-size: 42px;
        }

.event-box {
    background-color: #F9F9F9;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

    .event-box .event-description {
        padding: 25px;
    }

        .event-box .event-description h3 {
            font-size: 16px;
            color: #333333;
        }

        .event-box .event-description ul {
            margin: 20px 0 0 0;
            padding: 0;
            list-style-type: none;
        }

            .event-box .event-description ul li {
                display: flex;
                margin-bottom: 12px;
            }

                .event-box .event-description ul li span {
                    color: #2C2C2C;
                    font-weight: 300;
                }

                .event-box .event-description ul li img {
                    width: 24px;
                    margin-right: 12px;
                }

        .event-box .event-description .event-button {
            border: 1px solid #E47A3D;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            border-radius: 80px;
            position: absolute;
            bottom: 25px;
            width: 100%;
            gap: 25px;
            right: 25px;
            max-width: max-content;
        }

            .event-box .event-description .event-button:hover {
                background-color: #E47A3D;
                color: #FFF;
                text-decoration: none;
            }

                .event-box .event-description .event-button:hover svg path {
                    stroke: #FFF;
                }

.event-title-box {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 120px;
}

.events-slider .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #E47A3D;
    font-size: 0;
    bottom: 20px;
}

    .events-slider .slick-arrow:hover {
        background-color: #E47A3D;
    }
.events-slider {
    padding: 0 100px;
}
    .events-slider .slick-arrow.slick-prev {
        left: 30px;
        bottom: calc(50% - 50px);
        z-index: 1;
        background-image: url('data:image/svg+xml,%3Csvg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.62738 16.198L1.4104 8.98102L8.62738 1.76404" stroke="%23E47A3D" stroke-width="1.5725" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: center;
    }

        .events-slider .slick-arrow.slick-prev:hover {
            background-image: url('data:image/svg+xml,%3Csvg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.62738 16.198L1.4104 8.98102L8.62738 1.76404" stroke="%23FFF" stroke-width="1.5725" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
        }

    .events-slider .slick-arrow.slick-next {
        right: 50px;
        bottom: calc(50% - 50px);
        z-index: 1;
        background-image: url('data:image/svg+xml,%3Csvg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.955947 16.198L8.17293 8.98102L0.955947 1.76404" stroke="%23E47A3D" stroke-width="1.5725" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: center;
    }

        .events-slider .slick-arrow.slick-next:hover {
            background-image: url('data:image/svg+xml,%3Csvg width="9" height="17" viewBox="0 0 9 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.955947 16.198L8.17293 8.98102L0.955947 1.76404" stroke="%23FFF" stroke-width="1.5725" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
        }

.matrix {
    background-color: #E8F3F9;
    padding: 50px 0;
}

    .matrix .col-md-4 {
        min-height: 174px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .matrix .col-md-4:nth-child(1) {
            border-top: none;
            border-left: none;
        }

        .matrix .col-md-4:nth-child(2) {
            border-top: none;
            border-right: none;
            border-left: none;
        }

        .matrix .col-md-4:nth-child(3) {
            border-top: none;
            border-right: none;
        }

        .matrix .col-md-4:nth-child(4) {
            border-bottom: none;
            border-left: none;
            border-top: none;
        }

        .matrix .col-md-4:nth-child(5) {
            border-bottom: none;
            border-left: none;
            border-top: none;
        }

        .matrix .col-md-4:nth-child(6) {
            border: none;
        }

.matrix-design1 {
    background-image: url("../images/matrix-bg.jpg");
    background-size: cover;
    padding: 50px 0;
}

.section-title {
    text-align: center;
}

    .section-title h3 {
        font-size: 36px;
        font-weight: 700;
        color: #1D1D1D;
    }

        .section-title h3 span {
            display: block;
            color: #E47A3D;
            font-size: 42px;
        }

.matrix-item {
    text-align: center;
    margin-bottom: 30px;
}

    .matrix-item p {
        color: #FFF;
        font-size: 18px;
        max-width: 200px;
        margin: 20px auto;
        line-height: 24px;
    }

    .matrix-item h2 {
        margin-top: 36px;
        font-size: 50px;
        font-weight: bold;
        -webkit-text-stroke-width: 1px;
        -webkit-text-fill-color: #E8F3F9;
        -webkit-text-stroke-color: #1C8DC9;
    }

@media screen and (max-width: 768px) {
    .events-slider {
        padding: 0 20px;
    }

    .event-title-box {
        position: relative;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .matrix .col-md-4 {
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/*# sourceMappingURL=style.css.map */


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.resources-list {
    border-bottom: 1px solid rgba(202, 200, 200, 0.589);
    padding: 11px 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

    .resources-list:last-child {
        border: none;
    }

    .resources-list img {
        width: 20px;
        position: absolute;
        right: 0;
        top: 11px;
    }

.agency {
    display: flex;
    align-items: center;
}

    .agency h4 {
        margin-left: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 20px;
    }

.agency-border {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(202, 200, 200, 0.589);
    padding-bottom: 14px;
}

    .agency-border img {
        width: 16px;
    }

    .agency-border h4 {
        font-size: 16px;
        margin-left: 6px;
    }

.img {
    width: 16px;
}

.btn-border {
    margin-top: 26px;
}

    .btn-border a {
        border: 1px solid #E47A3D;
        color: #E47A3D;
        font-size: 14px;
        text-decoration: none;
        padding: 8px 14px;
        border-radius: 6px;
    }


.events-slider .event-box .thumb img {
    height: 235px;
    object-fit: cover;
}

.events-slider .event-box .event-description {
    height: 230px;
    position: relative;
}
section#whats_happening {
    padding: 70px 16px 90px 16px !important;
}
@media only screen and (min-width : 280px) and (max-width : 450px) {
    .events-slider .event-box .event-description {
        height: 250px;
    }
}