@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato);

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Cairo:wght@200..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Kufi+Arabic:wght@100..900&family=Noto+Sans+Arabic:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.flag-dropdown {
    position: relative;

}

.flag-dropdown select {
    padding: 5px;
    font-size: 16px;
    background: #FFF url('../../assets/images/lebanon-flag.png') no-repeat right center;
    background-size: 20px;
    border: 2px solid #ced4da;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 15px;
    padding: 0px 40px 0 20px;
    background-position-x: right 11px;
    height: 45px;
    text-transform: uppercase;
    background-position: 95% 50%;
    color: #b1b1b1 !important;
    font-weight: 600;
}

.flag-dropdown option {
    background: #fff;
    padding: 10px;
}

.flag-dropdown select:focus {
    outline: none;
}

.custom-select__input,
.custom-select__option {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    box-sizing: border-box
}

.btn,
.service-item h5 {
    text-transform: uppercase
}

.btn,
.service-item,
.service-item h5,
.service-item i,
.service-item p,
.sysList .sysImageWrapper img,
.team-item,
.team-item .bg-primary,
.team-item .bg-primary i {
    transition: .5s
}

#spinner,
#videoModal {
    z-index: 99999
}

@font-face {
    font-family: "HelveticaNeueLT Arabic 75 Bold";
    src: url("https://db.onlinewebfonts.com/t/5e72186f2671cdfad7e0ca56b85262ef.eot");
    src: url("https://db.onlinewebfonts.com/t/5e72186f2671cdfad7e0ca56b85262ef.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/5e72186f2671cdfad7e0ca56b85262ef.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/5e72186f2671cdfad7e0ca56b85262ef.woff") format("woff"), url("https://db.onlinewebfonts.com/t/5e72186f2671cdfad7e0ca56b85262ef.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/5e72186f2671cdfad7e0ca56b85262ef.svg#HelveticaNeueLT Arabic 75 Bold") format("svg")
}

:root {
    --primary: #fea116;
    --secondary: #0057b8;
    --light: #f1f8ff;
    --dark: #0f172b;
    --gray: #b1b1b1
}

.form_label {
    position: relative;
    min-height: 88px
}

.field_multiselect,
.form_label input {
    position: relative;
    width: 100%;
    display: block;
    min-height: 46px;
    border: 1px solid #cdd6f3;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 40px 10px 16px;
    font-size: 14px;
    color: #a8acc9;
    outline-color: #cdd6f3
}

.field_multiselect::-moz-placeholder,
.form_label input::-moz-placeholder {
    color: #666565;
}

.field_multiselect::placeholder,
.form_label input::placeholder {
    color: #666565;
}

.field_multiselect:focus,
.field_multiselect:hover,
.form_label input:focus,
.form_label input:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, .16)
}

.field_multiselect_help {
    position: absolute;
    max-width: 100%;
    top: -24px;
    right: 0;
    opacity: 0;
    font-size: 14px
}

.form_label input.error {
    border-color: #eb5757
}

.error_text {
    color: #eb5757
}

.field_multiselect {
    padding-right: 60px
}

.field_multiselect:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 15px;
    width: 6px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='6' height='16' viewBox='0 0 6 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0L6 5H0L3 0Z' fill='%23A8ACC9'/%3E%3Cpath d='M3 16L6 11H0L3 16Z' fill='%23A8ACC9'/%3E%3C/svg%3E") 50% 50% no-repeat
}

.field_select {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    border: 2px solid #cdd6f3;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-sizing: border-box;
    outline-color: #cdd6f3;
    z-index: 6;
    display: none
}

.field_select[multiple] {
    overflow-y: auto
}

.field_select option {
    display: block;
    padding: 8px 16px;
    width: 338px;
    cursor: pointer
}

.field_select option:checked {
    background-color: #eceff3
}

.field_select option:hover {
    background-color: #d5e8fb
}

.field_multiselect button {
    position: relative;
    padding: 7px 34px 7px 8px;
    background: #ebe4fb;
    border-radius: 4px;
    margin-right: 9px;
    margin-bottom: 10px
}

.field_multiselect button:focus,
.field_multiselect button:hover {
    background-color: #dbd1ee
}

.field_multiselect button:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50%/contain no-repeat
}

.multiselect_label {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 100%;
    height: 44px;
    cursor: pointer;
    z-index: 3
}

input.multiselect_checkbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    opacity: 0
}

.megaMenu:hover+.dropdown-menu .dropdown-submenu .dropdown-menu,
.multiselect_checkbox:checked~.field_select,
.wpcf7-form-control-wrap {
    display: block
}

.multiselect_checkbox:checked~.multiselect_label {
    width: 40px;
    left: initial;
    right: 4px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat #fff
}

.multiselect_checkbox:checked~.field_multiselect_help {
    opacity: 1
}




@media (max-width:400px) {
    .field_multiselect_help {
        display: none
    }
}

.eventTitle {
    font-size: 50px
}

a {
    color: var(--primary);
    text-decoration: none
}

.custom-select,
.eventAdditionalInfo .container,
.item,
.megaMenu>ul,
.navbar-nav,
.productItem,
.productSlider,
.products,
.rounded,
.selectTopic,
.timelineWrapper .timeline,
header.container.bg-dark.px-0 {
    position: relative
}

.custom-select__option {
    overflow: hidden;
    display: block;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    appearance: none
}

.custom-select__option-wrap {
    position: relative;
    overflow-y: auto;
    max-height: 11.25rem
}

.custom-select__input {
    display: block;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    appearance: none
}

#header-carousel .section-title::before,
#header-carousel .section-title:after,
.back-to-top,
/* .breadcrumbs a:last-child:before, */
.contactForm .formActions br,
.eventAdditionalInfo .row .col-sm-3 i,
.footer .section-title::after,
.mb-4:empty,
.searchListing .listingLink,
.section-title.text-end::after,
.section-title.text-start::before,
.selectTopic .apply-selection .ajax-link,
.subTitle:after {
    display: none
}

.custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0
}

.custom-select__input,
.custom-select__option {
    position: relative;
    font-size: 1rem;
    color: #212121
}

.custom-select--dropup .custom-select__dropdown {
    top: auto;
    bottom: 100%
}

.custom-select__option {
    padding: .375rem .75rem;
    line-height: 1.5
}

.custom-select__option:focus {
    outline: 0
}

.custom-select__option:focus,
.custom-select__option:hover {
    background-color: #f9f9f9
}

.custom-select__option--value {
    padding-right: 1.875rem;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .25rem
}

.custom-select__option--value::after {
    position: absolute;
    box-sizing: border-box;
    width: 0;
    height: 0;
    top: 50%;
    right: .75rem;
    border-width: .3rem .3rem 0;
    border-style: solid;
    border-color: currentColor transparent;
    transform: translateY(-50%);
    content: ""
}

.custom-select--active .custom-select__option--value::after {
    transform: translateY(-50%) rotate(-180deg)
}

.custom-select--active .custom-select__option--value {
    border-bottom-color: transparent;
    border-radius: .25rem .25rem 0 0
}

.custom-select--active .custom-select__option--value:focus,
.custom-select--active .custom-select__option--value:hover,
.partnerSection .owl-dots .owl-dot.active,
.pastEvents .p-3,
body.bgWhite {
    background-color: #fff
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
    border-top-color: transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem
}

.custom-select__option--selected {
    background-color: #fcfcfc
}

.custom-select__option[disabled] {
    color: #a1a1a1;
    cursor: default
}

.custom-select__option[disabled]:focus,
.custom-select__option[disabled]:hover {
    background-color: transparent
}

.custom-select__option-wrap::-webkit-scrollbar {
    width: 16px
}

.section-title::after,
.section-title::before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-width: 0 4px;
    border-style: solid;
    border-color: transparent
}

.custom-select__input {
    z-index: 1;
    height: 2.25rem;
    margin-top: -1px;
    padding: 0 .75rem;
    border-color: #e6e6e6;
    transform: translateY(1px)
}

.custom-select__input:focus {
    outline: 0
}

.custom-select--dropup .custom-select__input {
    border-top-width: 0;
    margin-top: 0;
    transform: translateY(0)
}

.custom-select__dropdown {
    overflow: hidden;
    z-index: 1;
    top: calc(100% - 1px);
    background-color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem
}

.custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: .25rem .25rem 0 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
    font-family: Montserrat, "HelveticaNeueLT Arabic 75 Bold", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fw-medium {
    font-weight: 500 !important
}

.text-underline {
    text-decoration: underline
}

.container {
    max-width: 1400px
}

.logo {
    font-size: 0;
    max-width: 200px;
    text-align: left
}

.logo img {
    max-width: 100%
}

.fw-semi-bold {
    font-weight: 600 !important
}



.btn-primary:hover {
    background-color: #fff !important;
    border-color: var(--secondary) !important;
    color: var(--secondary) !important
}

.section-title::after,
.section-title::before,
.service-item:hover {
    background: var(--primary)
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s
}

#spinner.show {
    transition: opacity .5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1
}

.btn {
    font-weight: 500
}

.btn.btn-primary,
.btn.btn-secondary,
.contactInfo .icon i,
.downloadCatalog *,
.newFooter .newsletterHolder .position-relative .btn,
.rounded .absLink:hover+.position-relative+.text-center.p-4.mt-3 *,
.timelineWrapper h3 {
    color: #fff
}

.btn-square {
    width: 38px;
    height: 38px
}

.btn-sm-square {
    width: 32px;
    height: 32px
}

.btn-lg-square {
    width: 48px;
    height: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 15px
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 10px;
    color: #b1b1b1 !important;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0
}

.checkBox .radioButtonWrapper .radioButton:last-child,
.filter.biggerFilter .activity .custom-select__option--value,
.navbar-dark .navbar-nav .nav-link:last-child,
.productItem .productInfo .listOfLogos img:last-child,
.wpcf7-radio .wpcf7-list-item.last {
    margin-right: 0
}

.aboutSection h1 span,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #0057b8 !important
}

.eventDetails .item .time,
.filter a.active,
.multiselect-container>li>a.multiselect-all label,
.navbar-dark .navbar-nav .nav-link.active {
    font-weight: 700
}

@media (max-width:991.98px) {
    .joinTeam .col-10 {
        width: 100%;
    }

    .navbar-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0
    }
}

.eventDetails,
header {
    padding: 20px 0 0
}

.upcomingEvents .item,
header .logo {
    padding-bottom: 20px;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 43, .4);
    z-index: 1
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.flag-dropdown option {
    font-size: 14px;
}

#header-carousel .carousel-item {
    position: relative;
    min-height: 450px
}

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}


.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-header-inner {
    background: rgba(15, 23, 43, .6)
}

.breadcrumb-item+.breadcrumb-item::before,
.footer .copyright a {
    color: var(--light)
}

.booking,
.newsletter {
    position: relative;
    z-index: 1
}

.section-title {
    position: relative;
    display: inline-block
}

.section-title::before {
    left: -110px
}

.section-title::after {
    right: -110px
}

.service-item {
    height: 220px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08)
}

.footer,
.language a {
    padding-left: 0;
    padding-right: 0
}

.service-item .service-icon {
    margin: 0 auto 15px;
    width: 65px;
    height: 65px;
    transition: .5s
}

.service-item h5 {
    margin-bottom: 10px !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.megaMenu:hover+.dropdown-menu .dropdown-submenuHolder li a span,
.service-item .text-body {
    font-size: 14px;
    text-transform: lowercase
}

.checkBox .radioButtonWrapper .radioButton label,
.downloadCatalog a,
.footer .btn.btn-link,
.megaMenu:hover+.dropdown-menu .dropdown-submenuHolder li a span::first-letter,
.navbar-nav .dropdown-menu.megaMenu ul li ul li a::first-letter,
.productItem .productInfo .summary::first-letter,
.productsListing .position-relative .text-body,
.referencesSlider .location,
.referencesSlider .owl-item h5,
.service-item .text-body::first-letter {
    text-transform: capitalize
}

.filter .searchInput,
.searchHolder a {
    background-image: url(../img/searchIcon.svg)
}

.academySection *,
.pastEvents .section-title,
.productsListing .position-relative a:hover .p-4 *,
.productsListing .position-relative a:hover .p-4 .text-body,
.relatedDocuments .productItem:hover *,
.service-item:hover h5,
.service-item:hover i,
.service-item:hover p,
footer .text-primary {
    color: #fff !important
}

.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)) center center/cover no-repeat, url(../img/video.jpg) center center/cover no-repeat
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: 0;
    padding: 18px 20px 18px 28px
}

.video .btn-play:after,
.video .btn-play:before {
    content: "";
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%
}

.video .btn-play:before {
    z-index: 0;
    animation: 1.5s ease-out infinite pulse-border
}

.video .btn-play:after {
    z-index: 1;
    transition: .2s
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--secondary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0
}

#videoModal .modal-body {
    position: relative;
    padding: 0
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    background: #000;
    opacity: 1
}

.team-item:hover {
    border-color: var(--secondary) !important
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important
}

.navbar-nav .dropdown-menu.megaMenu ul li ul li a:hover,
.pastEvents .p-3 *,
.productDetails .relatedDocuments h6,
.team-item:hover .bg-primary i {
    color: var(--secondary) !important
}

.footer {
    position: relative;
    padding-top: 0
}

.carousel-item h2,
.footer .downloadText {
    font-size: 20px
}

.aboutSection .row.g-4.pb-4 .col-sm-3,
.footer .row .col-md-6 {
    margin-top: 0
}

.footer .newsletterHolder {
    padding: 30px;
    margin-left: -50px
}

.footer .newsletterHolder h4 {
    text-align: left;
    font-size: 20px
}

.footer .newsletterHolder .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--secondary);
    padding-left: 0 !important
}

.footer .newsletterHolder .form-control::-moz-placeholder {
    color: #666565;
}

.footer .newsletterHolder .form-control::placeholder {
    color: #666565;
}

.footer .newsletterHolder .btn {
    padding-right: 0 !important;
    color: var(--secondary);
    position: absolute;
    width: auto !important;
    background: 0 0;
    border: transparent;
    right: 0;
    top: 10px
}

.footer .newsletterHolder .btn:focus {
    box-shadow: none
}

.footer #date2 {
    margin-top: 30px
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #fff;
    border-radius: 35px;
    transition: .3s
}

.btn-dark,
.btn-primary {
    border-radius: 15px !important
}

.contactDetails a,
.footer .btn.btn-social:hover,
.searchListing .searchWord {
    color: var(--primary)
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    transition: .3s
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.btn-dark,
.btn.btn-primary,
.btn.btn-secondary {
    padding: 10px 20px !important
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.bg-dark {
    background-color: transparent !important
}

.bg-darker,
.btn-dark,
.contactForm .fileUpload.uploadCv,
.productSlider .owl-dots .owl-dot.active,
.productsListing .btn:hover {
    background-color: var(--secondary)
}

.bg-dark .navbar-nav a {
    color: #fff !important;
    font-weight: 700
}

.bg-dark .navbar-nav a.active,
footer .newsletterHolder h4 .text-primary {
    color: var(--primary) !important
}

.products .owl-nav,
.upcomingEvents .owl-nav {
    position: absolute;
    content: "";
    right: 0;
    top: -50px
}

.products .owl-nav>div,
.upcomingEvents .owl-nav>div {
    display: inline-block
}

.checkBox .radioButtonWrapper .radioButton,
.contactForm .stackedInput .wpcf7-list-item,
.products .owl-nav>div.owl-prev,
.upcomingEvents .owl-nav>div.owl-prev,
.wpcf7-radio .wpcf7-list-item {
    margin-right: 20px
}

.btn-dark {
    border-color: var(--secondary);
    font-weight: 600
}

.btn-primary,
.countryDropDwn,
.rounded .absLink:hover+.position-relative+.text-center.p-4.mt-3 {
    background-color: #0057b8
}

.btn-dark:hover {
    opacity: .6
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-start !important
}

.btn-primary {
    color: #fff;
    border-color: #0057b8;
    padding: 10px
}

.countryDropDwn {
    border: 1px solid #0057b8;
    font-weight: 700;
    color: #fff;
    padding: 13px !important;
    font-size: 12px
}

.countryDropDwn:hover {
    background-color: #fff;
    color: #0057b8
}

.contactForm .stackedInput li input,
.countryDropDwn i,
.u-container-layout-1 .u-align-center .fa-envelope {
    margin-right: 5px
}

.carousel-item {
    min-height: 500px;
    height: 500px
}

.carousel-item .section-title {
    display: inline-block;
    font-size: 40px
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 600
}

.aboutSection {
    padding: 60px 0 100px;
    margin-bottom: 0 !important
}

.aboutSection h1 {
    color: #b1b1b1
}

.aboutSection p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 36px !important
}

.aboutSection .col-sm-3 p.mb-0 {
    margin-left: -10px;
    margin-bottom: 26px !important
}

.aboutSection .row.g-4.pb-4 {
    padding-bottom: 0 !important;
    --bs-gutter-y: 0
}

.speakers .profileImage img,
.videoIntro video {
    width: 100%;
    height: 100%
}

.academySection,
.partnerSection {
    background-color: #0057b8;
    padding: 100px 0 !important
}

.partnerSection .row.partners-listing {
    margin-top: 20px !important
}

.breadcrumbs,
.contactForm .inputEntity,
.partnerListing .item,
.partnerSection .item,
.productsListing .item,
.systemDetail .breadcrumbs {
    margin-bottom: 30px
}

.partnerSection .mt-3 {
    border-top: 3px solid #b1b1b1;
    padding-top: 30px;
    margin-top: 0 !important
}

.partnerSection h5 {
    text-transform: uppercase
}

.partnerSection h5 span {
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: uppercase
}

.academySection .section-title,
.partnerSection .section-title {
    margin-bottom: 50px;
    font-size: 30px;
    color: #fff !important
}

.partnerSection .position-relative {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden
}

.partnerSection .position-relative img {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%
}

.partnerSection small,
.referencesSliderPartner .logoListing .col-lg-3 .small,
.referencesSliderPartner .logoListing .col-lg-3 small {
    font-size: 12px
}

.partnerSection .text-center.p-4.mt-3 {
    border-top: 3px solid #ededed;
    background-color: #fff;
    margin-top: 0 !important;
    padding: 30px 5px !important;
    transition: .3s
}

.eventAdditionalInfo .posAbsolute .btn-dark,
.partnerSection .btn-dark {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    color: #0057b8;
    font-weight: 600
}

.eventAdditionalInfo .posAbsolute .btn-dark:hover,
.partnerSection .btn-dark:hover {
    background-color: transparent;
    color: #fff;
    opacity: 1
}

.galleryImage,
.introAcademy,
.mrgb50,
.partnerSection .row.g-4 .col-lg-3,
.pastEvents .logoListing,
.searchListing,
.upcomingEvents {
    margin-bottom: 50px
}

.referencesSlider {
    padding: 100px 0 80px !important
}

.referencesSlider .owl-stage-outer {
    padding-bottom: 20px;
    margin-bottom: 40px
}

.otherReferences .section-title,
.referencesSlider .section-title,
.upcomingEvents .section-title,
.whiteBg .section-title {
    margin-bottom: 50px;
    font-size: 30px;
    color: var(--secondary) !important
}

.referencesSlider .btn-dark {
    border-radius: 15px !important;
    padding: 10px 20px !important
}

.lightGray,
.whiteBg {
    background-color: #f1f1f1;
    padding: 100px 0 !important
}

.partnerSection .logoListing .col-lg-3 {
    width: 20%;
    margin-bottom: 60px;
    margin-top: 0
}

.academySection .d-flex,
.booking,
.partnerSection .logoListing .col-lg-12,
.pdfListing .col-lg-4 {
    margin-top: 0 !important
}

.language a {
    color: #b1b1b1 !important;
    margin-right: 10px
}

header .navbar-nav {
    line-height: 36px
}

header .col-lg-2 .rightBtn {
    padding: 18px 0 !important;
    justify-content: space-around !important
}

.academySection small {
    display: block;
    min-height: 65px
}

.academySection i,
.grayRelatedProduct .productInfo .listingLink,
.productDetails .productSlider .item img,
.productItem>img,
.systemDetail .listingImage img,
.timelineWrapper .item-img,
footer .wpcf7-form div {
    width: 100%
}

.academySection h5 {
    margin-bottom: 20px !important;
    min-height: 50px
}

.academySection .d-flex .btn-dark {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    color: #0057b8 !important;
    font-weight: 600;
    width: 160px
}

.academySection .d-flex .btn-dark.text-center {
    margin: 0 auto
}

.academySection .d-flex .btn-dark:hover {
    background-color: transparent;
    color: #fff !important;
    opacity: 1
}

.referencesSliderPartner .logoListing .col-lg-3 {
    width: 20%
}

.grayBg {
    background-color: var(--secondary);
    padding: 20px 0
}

.grayBg .container {
    display: flex;
    align-items: center;
    justify-content: center
}

.grayBg a {
    color: #b1b1b1;
    font-size: 20px
}

.grayBg a.selected {
    color: #fff;
    font-weight: 700;
    font-size: 22px
}

/* .dropdown .main-activity, */
.grayBg a:not(:last-child) {
    margin-right: 40px
}

.section-title {
    margin-bottom: 50px;
    font-size: 30px
}

.timelineWrapper {
    padding: 2em 0;
    margin-bottom: 50px
}

.timelineWrapper p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em
}

.megaMenu:hover+.dropdown-menu .dropdown-submenuHolder,
.timelineWrapper ul {
    margin: 0;
    padding: 0
}

.timelineWrapper .center {
    margin: 0 auto;
    text-align: center
}

.timelineWrapper .timeline:before {
    background: #d3d3d3;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 4px
}

.timelineWrapper .timeline .timeline-item {
    clear: both;
    list-style-type: none;
    padding: 0;
    position: relative
}

.timelineWrapper .timeline .timeline-item:before {
    background: var(--secondary);
    border-radius: 50%;
    content: "";
    height: 25px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 25px
}

.timelineWrapper .timeline .timeline-item .timeline-content {
    background: var(--secondary);
    padding: 1em;
    width: 46%
}

.timelineWrapper .timeline .timeline-item:nth-child(2n) .timelineWrapper {
    text-align: right;
    direction: rtl
}

.timelineWrapper .timeline button {
    background: var(--secondary);
    border: 2px solid #fff;
    color: #fff !important;
    font-weight: 500;
    padding: 10px;
    transition: .3s
}

.timelineWrapper .timeline button:hover {
    background: #fff;
    border: 2px solid #656565
}

.contactForm,
.partnerSection,
.positionListing {
    padding-bottom: 100px
}

.partnerSection .owl-dots {
    margin: 30px auto 0;
    text-align: center;
    display: flex;
    justify-content: center
}

.partnerSection .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 15px
}

.referencesListing {
    padding: 100px 0 !important
}

.grayRelatedProduct .productInfo .productTile,
.referencesListing h5,
.results .productItem .productInfo h3,
.speakers .whiteItem H3 {
    font-size: 18px
}

.infoText,
.joinTeam .positionTitle,
.referencesListing .item {
    margin-bottom: 20px
}

.btn-green {
    background-color: #57aa33;
    border-color: #57aa33
}

.btn-green:hover {
    background-color: #b1b1b1;
    border-color: #b1b1b1
}

.downloadCatalog {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.contactInfo .icon,
.filter a {
    display: flex;
    align-items: center
}

.downloadCatalog i {
    display: block;
    text-align: center
}

#map {
    height: 550px
}

.googleMap {
    margin-top: -50px
}

.contactInfo {
    background-color: #fff;
    margin-top: -90px;
    z-index: 10;
    position: relative;
    max-width: 1000px
}

.contactInfo .icon {
    background-color: #9bc704;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    justify-content: center
}

.filter {
    justify-content: space-between
}

.info {
    font-weight: 100;
    box-shadow: 1px 0 1px #f1f1f1;
    min-height: 150px;
    padding: 30px 20px 30px 30px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .1) !important
}

.info .section-title {
    margin-bottom: 20px;
    font-weight: 500
}

.contactForm .inputEntity p,
.info .address,
.productDetails .gray .additionalInfo {
    margin-bottom: 10px
}

.info .fa-mobile-alt,
.info .fa-phone-alt {
    color: var(--primary) !important;
    width: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center
}

.info a {
    color: rgba(0, 0, 0, .6)
}

.filter a,
.introAcademy .description,
.newFooter .bg-white.downloadCatalog * {
    color: var(--secondary)
}

.subTitle {
    font-size: 22px
}

.lightBlue {
    background: #121212;
    border-top: none
}

footer .downloadCatalog.p-3 {
    padding-right: 80px !important
}

footer .col-lg-4.col-md-12 {
    padding-left: 80px !important
}

.newFooter .downloadCatalog.p-3 {
    padding-right: 0 !important
}

.newFooter .col-lg-4.col-md-12 {
    padding-left: 0 !important
}

.newFooter .newsletterHolder h4 {
    text-align: center;
    color: #fff
}

.newFooter .newsletterHolder .position-relative {
    border-bottom: 1px solid #fff;
    padding: 10px 0
}

.newFooter .newsletterHolder .position-relative .form-control,
.searchListing .listingHolder.row .col-md-12 {
    padding: 0 !important
}

.location .me-3 {
    margin-right: 5px !important
}

.partnerListing {
    margin-bottom: 100px;
    background-color: transparent
}

.partnerListing small {
    font-size: 11px
}

.partnerListing .mt-3 {
    border-top: 1px solid #b1b1b1;
    padding-top: 30px;
    margin-top: 0 !important
}

.partnerListing h5 span {
    font-size: 15px;
    font-weight: 400;
    display: block
}

.filter {
    display: flex;
    margin-bottom: 50px;
    width: 100%
}

.page-header-inner>.pb-5 h1,
.pastEvents,
.pdfListing {
    margin-bottom: 0 !important
}

.filter a {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    justify-content: center;
    text-transform: capitalize
}

.blueBanner,
.page-header-inner {
    display: flex;
    align-items: center
}

.filter a.active,
.filter a:hover {
    opacity: .5;
    transition: .5s
}

.footer a.mb-2,
.footer p,
.pastEvents .location,
.pastEvents .time {
    font-size: 14px
}

.page-header-inner {
    height: 280px;
    justify-content: center
}

.page-header-inner>.pb-5 {
    padding-bottom: 0 !important
}

#History .col-lg-6,
.contracting_entry p {
    text-align: justify
}

.blueBanner {
    background-image: url(../img/trainingBanner3.jpg);
    background-size: cover;
    height: 300px;
    justify-content: center;
    color: #fff;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #fff;
    border-top: 2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary)
}

.blueBanner h2 span {
    color: #9bc704
}

.blueBanner .description {
    color: var(--secondary);
    max-width: 500px
}

.upcomingEvents .col-lg-3 .btn {
    color: #fea116;
    padding-left: 0 !important;
    position: relative;
    padding-right: 30px !important;
    transition: .5s ease-in-out
}

.upcomingEvents .col-lg-3 .btn:hover {
    padding-right: 45px !important
}

.upcomingEvents .col-lg-3 .btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/rightArrow.svg);
    width: 21px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    top: 14px;
    filter: brightness(0) saturate(100%) invert(69%) sepia(54%) saturate(2013%) hue-rotate(347deg) brightness(101%) contrast(99%)
}

.upcomingEvents .position-relative {
    max-height: 180px;
    overflow: hidden
}

.upcomingEvents .description {
    font-size: 14px;
    position: relative
}

.upcomingEvents .description i {
    position: absolute;
    left: 0
}

.upcomingEvents .typeEvent {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.upcomingEvents .eventDate {
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-size: 18px;
    display: block
}

.otherReferences .location,
.upcomingEvents .location {
    margin-bottom: 20px !important
}

.upcomingEvents .audience,
.upcomingEvents .location,
.upcomingEvents .time {
    font-size: 14px;
    padding-left: 20px;
    position: relative
}

.upcomingEvents .audience i,
.upcomingEvents .location i,
.upcomingEvents .time i {
    position: absolute;
    content: "";
    left: 0;
    top: 3px
}

.upcomingEvents .location.audience {
    margin-bottom: 10px !important
}

.pastEvents .position-relative {
    height: 250px
}

.pastEvents .description {
    padding-left: 0
}

.pastEvents .typeEvent {
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    text-transform: uppercase;
    margin-bottom: 10px
}

.pastEvents .location i,
.pastEvents .time i {
    display: inline-block;
    width: auto
}

.pdfListing {
    padding: 100px 0
}

.pdfListing .section-title {
    margin-bottom: 100px
}

.pdfListing .col-lg-4 a {
    margin-bottom: 30px;
    color: var(--secondary) !important;
    font-weight: 700;
    background-color: #fff;
    padding: 30px;
    display: block;
    font-size: 20px
}

.pdfListing .col-lg-4 a i {
    font-size: 25px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative
}

.pdfListing .col-lg-4 a i.fa-video:before {
    position: absolute;
    content: "";
    background-image: url(../img/videoIcon.svg);
    width: 62px;
    height: 62px;
    top: 50%;
    margin-top: -31px
}

.pdfListing .col-lg-4 a i:before {
    position: absolute;
    content: "";
    background-image: url(../img/document.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 62px;
    height: 62px;
    top: 50%;
    margin-top: -31px
}

.pdfListing .col-lg-4 a small {
    display: block;
    font-weight: 300;
    line-height: 20px;
    font-size: 16px
}

.breadcrumbs a,
.otherReferences .grayBg h5,
.productItem .productInfo h3,
.productItem .productInfo h3 span {
    font-style: normal;
    line-height: normal
}

.rounded .absLink {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10
}

.filter {
    display: flex
}

.filter.biggerFilter .dropdown .custom-select__option--value {
    width: auto;
    min-width: 250px;
    margin-left: 30px
}

.answerOptions,
.filter.biggerFilter .searchFilter,
.navbar-expand-lg .navbar-nav .dropdown-menu>ul {
    display: flex
}

.filter .searchInput {
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    width: 420px;
    padding: 0 20px;
    color: #adadad;
    position: relative;
    background-repeat: no-repeat;
    background-position: 95% center;
    height: 50px
}

.filter .searchInput:-ms-input-placeholder,
.filter .searchInput::-webkit-input-placeholder,
.filter .searchInput::placeholder {
    color: #666565;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 500; */
    line-height: normal
}

.filter .searchInput:focus,
.filter .searchInput:focus-visible {
    border: 2px solid var(--secondary) !important;
    outline: 0
}

.filter .reset {
    border: none;
    width: auto;
    color: #fff;
    margin-left: 20px;
    border-radius: 15px !important;
    min-width: 100px;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid var(--secondary)
}

.filter .reset:active,
.filter .reset:hover {
    background-color: transparent;
    border-color: var(--secondary);
    color: var(--secondary)
}

#search input[type=search],
.contactForm .formActions .btn-primary:hover,
.dropdown .custom-select__dropdown .custom-select__option:focus,
.dropdown .custom-select__dropdown .custom-select__option:hover,
.productsListing .page-link.page-link--current,
.productsListing .page-link:active,
.productsListing .page-link:hover,
.productsListing .position-relative a:hover .p-4 {
    background-color: var(--secondary);
    color: #fff
}

.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dropdown .custom-select__option--value {
    border: 1px solid #e0e0e0;
    padding: 0 40px 0 20px;
    color: #666565;
    height: 50px;
    width: 270px;
    margin-right: 15px;
    text-transform: capitalize
}

.dropdown .custom-select__option--value:after {
    background-image: url(../img/arrowDown.svg);
    border: none;
    width: 19px;
    height: 10px
}

.dropdown .custom-select__dropdown {
    overflow: hidden;
    z-index: 10;
    top: 40px;
    background-color: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 0 0 20px 20px;
    width: 87%;
    left: 10px;
    max-height: 300px;
    overflow-y: auto
}

.dropdown .custom-select__dropdown .custom-select__option {
    color: #adadad;
    text-transform: capitalize;
    padding: 15px 10px
}

.productsListing {
    margin-bottom: 150px
}

.productsListing .item h5.mb-0,
.referencesSlider .owl-item h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px !important
}

.productsListing .location,
.referencesSlider .location {
    color: var(--secondary);
    text-transform: capitalize;
    margin-bottom: 15px !important
}

.productsListing .position-relative {
    height: 100%
}

.productsListing .position-relative a {
    transition: .5s;
    height: 100%;
    display: block
}

.productsListing .position-relative a .p-4 {
    margin-top: 0 !important;
    height: 100%
}

.productsListing .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 60px
}

.productsListing .btn {
    border: 1px solid var(--secondary);
    height: 48px;
    width: 48px;
    border-radius: 80px;
    background: 0 0;
    cursor: pointer
}

.productsListing .btn-icon {
    width: 24px;
    height: 24px;
    stroke: var(--secondary)
}

.productsListing .btn:hover .btn-icon {
    stroke: #fff
}

.productsListing .page-link:link,
.productsListing .page-link:visited {
    text-decoration: none;
    color: #343a40;
    font-size: 18px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.productsListing .dots {
    color: #868e96
}

.otherReferences {
    padding-bottom: 90px
}

.otherReferences .grayBg {
    border-radius: 7px;
    background: #f2f7ff;
    padding: 25px;
    margin-bottom: 20px
}

.otherReferences .grayBg h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px !important
}

.location span {
    text-transform: lowercase !important;
    display: inline-block
}

.location span::first-letter,
.location span::first-line {
    text-transform: capitalize !important;
    display: inline-block
}

.TechnicalDocument.pdfListing .col-lg-4 a span,
.breadcrumbs a,
.contactForm .downloadFile,
.productDetails .relatedDocuments h5,
.systemDetail .categoryTitle,
.systemDetail .pageTitle,
.wpcf7-radio .wpcf7-list-item label {
    text-transform: capitalize;
    text-transform: capitalize
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: .5s ease-in-out;
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10
}

#search input[type=search] {
    position: absolute;
    top: 100px;
    border-bottom: 2px solid var(--secondary);
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    border: 0;
    margin: 0 auto;
    outline: 0;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    height: 60px;
    padding-left: 20px
}

#search input[type=search]::-moz-placeholder {
    color: #fff
}

#search input[type=search]::placeholder {
    color: #fff
}

#search .search-submit {
    position: absolute;
    top: 77px;
    right: 83px;
    background-color: #32cd32;
    border: #000;
    outline: 0;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s
}

#search .close,
.joinTeam {
    background-color: var(--secondary);
    color: #fff
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    border: none;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px
}

#search.open {
    transform: translate(0, 0) scale(1, 1);
    opacity: 1
}

.searchHolder a {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    background-position: top center;
    margin-right: 50px;
    vertical-align: bottom
}

.navbar-nav .dropdown-menu {
    top: 60px
}

.booking .form-control {
    height: 45px;
    margin-bottom: 10px
}

.booking .btn-primary.text-right,
.contactForm .formActions {
    float: right
}

.positionListing .borderBox {
    border-bottom: 2px solid var(--secondary);
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}

.positionListing .borderBox ul {
    margin-left: 0;
    padding-left: 0;
    margin-right: 241px;
}

.positionListing .borderBox .positionTitle {
    font-size: 24px;
    margin-bottom: 20px
}

.positionListing .borderBox .description {
    font-size: 16px;
    line-height: 22px;
    padding-right: 30px;
    text-align: justify
}

.positionListing .borderBox .btn-primary {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 150px
}

.joinTeam {
    position: relative;
    padding: 30px;
    margin: 0 auto 100px
}

.contactForm .fileUpload.uploadCv *,
.joinTeam *,
.sysList .productItem:hover .sysImageWrapper+.productInfo *,
.upcomingEventsDetails .blueBox * {
    color: #fff
}

.joinTeam .description {
    width: 100%;
    margin-bottom: 20px
}

.joinTeam .btn-primary {
    background-color: #fff;
    color: var(--secondary);
    width: 150px;
    position: absolute;
    right: 30px;
    bottom: 30px
}

.productItem .absoluteLink {
    position: absolute;
    width: 100%;
    height: 100%
}

.productItem .absoluteLink:hover+img+.productInfo {
    background: #b1b1b1;
    padding: 20px
}

.productItem .productInfo {
    background: #f5f7ff;
    padding: 20px;
    min-height: 200px
}

.productItem .productInfo h3 {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.productItem .productInfo h3 span {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.productItem .productInfo .summary {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-transform: lowercase;
    margin-bottom: 15px;
    max-height: 100px;
    overflow: hidden
}

.productItem .productInfo .listOfLogos {
    align-items: center
}

.productItem .productInfo .listOfLogos img {
    margin-right: 16px;
    min-height: auto;
    width: auto
}

.productItem .productInfo .listingLink a {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
    transition: .5s ease-in-out;
    position: absolute;
    bottom: 20px
}

.productItem .productInfo .listingLink a:hover {
    padding-right: 40px
}

.productItem .productInfo .listingLink a::before {
    position: absolute;
    content: "";
    background-image: url(../img/rightArrow.svg);
    width: 21px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    top: 7px
}

.otherReferences .location,
.otherReferences .location i {
    color: #4b4d4f
}

.otherReferences .text-body {
    color: #000 !important
}

@media all and (max-width:1550px) {

    .aboutSection,
    .partnerSection,
    .referencesSlider {
        padding: 50px 0 !important
    }

    .aboutSection img,
    .partnerSection img,
    .referencesSlider img {
        padding: 0 !important
    }
}

.checkBox,
.productSlider .item {
    align-items: center;
    display: flex
}

.checkBox {
    margin-top: 20px
}

.checkBox .radioButtonWrapper {
    display: flex;
    justify-content: space-between;
    margin-left: 30px
}

.checkBox .radioButtonWrapper .radioButton p,
.contactDetails,
.contactForm .fileUpload.uploadCv p,
.contactForm .inputEntity .infoText p,
.contactForm .stackedInput li label,
.grayRelatedProduct .relatedProduct,
.navbar-nav .dropdown-menu.megaMenu ul li ul li:last-child a,
.relatedDocuments .productItem h5,
.studentSection .col-sm-12:last-child .inputEntity {
    margin-bottom: 0
}

.breadcrumbs a {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-right: 10px
}

.breadcrumbs a::before {
    content: "›";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 14px
}

.productDetails .gray h2,
.productDetails .gray h2 span,
.systemDetail .categoryTitle,
.systemDetail .pageTitle {
    line-height: normal;
    font-style: normal
}

.breadcrumbs a:last-child {
    color: #a2a6b0
}

.productDetails {
    padding-bottom: 110px;
    overflow-x: hidden
}

.productDetails .gray {
    background-color: #f5f7ff;
    padding: 55px 0;
    color: #000
}

.productDetails .gray .container {
    margin: 0 auto;
    max-width: 90%
}

.productDetails .gray h2 {
    color: var(--secondary);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px
}

.productDetails .gray h2 span {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-left: 5px
}

.productDetails .gray .description {
    color: #000;
    /*font-family: Montserrat;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px
}

.productDetails .gray .description * {
    font-weight: 400;
}

.productDetails .gray .description strong {
    font-weight: 700;
}

.productDetails .gray .additionalInfo .item {
    display: flex;
    gap: 5px
}

.productDetails .gray .additionalInfo span {
    font-weight: 700;
    color: var(--secondary)
}

.eventDetails .agenda,
.productDetails .gray .icons {
    margin-top: 20px
}

.productDetails .gray .icons img {
    margin-right: 16px
}

.productDetails .relatedDocuments h5 {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px
}

.productDetails .relatedDocuments .summary {
    color: #000 !important;
    font-family: Montserrat, "HelveticaNeueLT Arabic 75 Bold", sans-serif;
    font-weight: 400
}

.productSlider .item {
    padding: 40px;
    justify-content: center
}

.productSlider .item img {
    max-width: 80%;
    width: auto;
    margin: 0 auto
}

.productSlider .owl-dots {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgba(255, 255, 255, .5);
    padding: 20px
}

.productSlider .owl-dots .owl-dot {
    border-radius: 100%;
    background-color: #cacdd8;
    width: 8px;
    height: 8px;
    margin-right: 10px
}

.relatedDocuments .productItem.videoDoc:before,
.relatedDocuments .productItem:before {
    position: absolute;
    content: "";
    width: 62px;
    height: 62px;
    top: 50%;
    margin-top: -31px;
    left: 30px
}

.relatedDocuments .productItem {
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    padding: 30px 30px 30px 110px;
    position: relative;
    margin-bottom: 20px
}

.relatedDocuments .productItem:hover:before {
    filter: brightness(0) invert(1)
}

.relatedDocuments .productItem:before {
    background-image: url(../img/document.png);
    background-repeat: no-repeat;
    background-size: contain
}

.pdfListing .col-lg-4 a i.customSafety:before,
.relatedDocuments .productItem.customSafety::before {
    background-image: url(../img/safety.png)
}

.relatedDocuments .productItem.videoDoc:before {
    background-image: url(../img/videoIcon.svg)
}

.relatedDocuments .productItem.videoDoc:hover:before {
    filter: invert(1) brightness(3.5)
}

.sysList .sysImageWrapper {
    /* height: 380px; */
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d2e4ee;
    overflow: hidden;
    transition: .5s
}

.sysList .productInfo {
    min-height: 100px
}

.sysList .productItem .absoluteLink {
    z-index: 2
}

.listOfLogos img,
.sysList .productItem img {
    min-height: auto !important
}

.sysList .productItem .productInfo h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px
}

.multiselect-container>li.multiselect-group-clickable label,
.sysList .productItem:hover {
    cursor: pointer
}

.sysList .productItem:hover .sysImageWrapper img {
    transform: scale(1.1)
}

.sysList .productItem:hover .sysImageWrapper+.productInfo {
    background: #215aa9 !important;
    color: #fff
}

.systemDetail {
    padding: 50px 0
}

.systemDetail .categoryTitle {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px
}

.systemDetail .pageTitle {
    color: #0355ba;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px
}

.grayRelatedProduct {
    background: #f2f7ff;
    padding: 70px 0;
    margin-bottom: 20px;
    margin-top: 50px
}

.grayRelatedProduct .productItem {
    padding: 0;
    background: #fff
}

.grayRelatedProduct h2 {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px
}

.grayRelatedProduct .productInfo {
    background: #fff;
    padding: 20px;
    position: relative
}

.grayRelatedProduct .productInfo .listingLink {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.grayRelatedProduct .productInfo .listOfLogos img {
    max-width: 50px;
    margin-left: 0;
    max-height: 50px !important;
    width: auto !important
}

.grayRelatedProduct .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.grayRelatedProduct .owl-nav .owl-next,
.grayRelatedProduct .owl-nav .owl-prev {
    transition: .3s;
    font-size: 0;
    background-position: center;
    position: relative
}

.grayRelatedProduct .owl-nav .owl-next:before,
.grayRelatedProduct .owl-nav .owl-prev:before {
    content: "\f12f";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px
}

.grayRelatedProduct .owl-nav .owl-next::before {
    content: "\f138"
}

.grayRelatedProduct .owl-nav .owl-next:hover,
.grayRelatedProduct .owl-nav .owl-prev:hover {
    opacity: .5
}

.grayRelatedProduct .productsListing .productItem img {
    max-height: 225px;
    overflow: hidden;
    min-height: 230px;
    width: 100%
}

.productsListing .productItem {
    position: relative;
    display: block;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    min-height: 500px
}

.productsListing .productItem img {
    max-height: 400px;
    width: 100%;
    text-align: center
}

.relatedDocuments .productItem .absoluteLink {
    top: 0;
    left: 0
}

.relatedDocuments .productItem:hover {
    background: #0057b8;
    color: #fff
}

.back-to-top {
    border-radius: 80px !important
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef
}

.contactForm .formActions .wpcf7-spinner {
    position: absolute
}

.contactForm .inputEntity label {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px
}

.contactForm .inputEntity input,
.contactForm .inputEntity textarea {
    border-radius: 10px;
    height: 50px;
    line-height: 50px
}

.contactForm .inputEntity textarea {
    min-height: 200px
}

.contactForm .dk-selected {
    color: #666565;
    background-color: #fff;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.contactForm .dk-option {
    padding: 10px
}

.contactForm .stackedInput {
    display: flex;
    align-items: center;
    padding-left: 0
}

.contactForm .stackedInput li {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.contactForm .stackedInput ::marker {
    display: none;
    opacity: 0;
    background-color: transparent
}

.contactForm .formActions .btn-primary {
    border: 1px solid var(--secondary);
    background-color: transparent;
    color: var(--secondary);
    margin-right: 30px
}

.contactForm .info {
    border: none
}

.contactForm .fileUpload {
    border: 1px dashed #ccc;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.contactForm .fileUpload .uploadValue i {
    font-size: 22px;
    margin-right: 10px
}

.contactForm .fileUpload .uploadFile {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.contactForm textarea {
    height: 200px !important
}

@media all and (max-width:1100px) {
    .positionListing .borderBox ul {
        margin-right: 0;
    }

    .contactForm .formActions .btn-dark,
    .contactForm .formActions .btn-primary {
        width: 100px;
        font-weight: 600;
        font-size: 14px
    }

    .referenceListing .img-fluid {
        height: 300px;
        width: 100%
    }

    .partnerSection .position-relative {
        height: 200px
    }

    .aboutSection .row.g-4.pb-4 .col-sm-3 {
        margin-top: 0;
        width: 50%;
        margin-bottom: 30px
    }

    .partnerSection {
        padding: 50px 0 !important
    }

    .partnerSection .logoListing .col-lg-3 {
        width: 33.3333333333%
    }

    .partnerSection h5,
    .productsListing .item h5.mb-0 {
        font-size: 16px
    }

    .partnerSection small {
        font-size: 12px
    }

    header .navbar-dark .navbar-nav .nav-link.show {
        background-color: transparent !important;
        color: #0057b8 !important
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
        top: 50px
    }

    header .col-lg-8 {
        width: 100% !important
    }

    .navbar-dark .navbar-toggler-icon {
        right: 0 !important
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu,
    .navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul>li {
        width: 100%
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul {
        flex-direction: column
    }

    .container,
    .productDetails .gray .container {
        max-width: 100%
    }

    .container {
        margin: 0 auto !important
    }

    .footer .newsletterHolder {
        margin-left: 0
    }

    .location span {
        font-size: 13px
    }

    .referenceListing .col-sm-3 {
        flex: 0 0 auto;
        width: 33%
    }

    .main-filter-conatiner .dropdown {
        margin-left: 20px
    }

    .dropdown .custom-select__option--value {
        width: 170px
    }

    .productDetails .col-sm-6 {
        flex: 0 0 auto;
        width: 100%
    }

    .productSlider .item {
        padding: 0
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
        margin-right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #b1b1b1
    }

    .dropdown-toggle::after {
        float: right
    }

    .searchHolder {
        position: absolute;
        right: 20px;
        top: 30px
    }
}

.logoListing.mb-5 {
    margin-bottom: 150px !important
}

.upcomingEventsDetails .blueBox {
    background-color: var(--secondary);
    color: #fff;
    padding: 50px;
    font-size: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.upcomingEventsDetails .blueBox .date {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    width: 50%;
    display: block
}

.upcomingEventsDetails .blueBox span {
    font-size: 30px;
    font-weight: 700
}

.upcomingEventsDetails .detailImage {
    max-height: 300px;
    overflow: hidden
}

.upcomingEventsDetails .title {
    margin-top: 50px
}

.upcomingEvents {
    padding-bottom: 50px;
    position: relative
}

.TechnicalDocument {
    margin-bottom: 100px;
    background-color: #f1f8ff
}

.TechnicalDocument.pdfListing .col-lg-4 a {
    display: flex;
    gap: 20px
}

.TechnicalDocument.pdfListing .col-lg-4 a i {
    margin-bottom: 0;
    margin-right: 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px
}

.TechnicalDocument .section-title {
    margin-bottom: 100px;
    font-size: 30px;
    color: var(--secondary) !important
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wpcf7-form .col-sm-6 {
    flex: 0 0 48%
}

.wpcf7-form .inputEntity .customSelect input {
    width: 100%;
    padding: 20px;
    border: 1px solid #ced4da;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666565
}

.contactForm .inputEntity .wpcf7-list-item label {
    display: flex;
    align-items: center;
    flex-direction: row-reverse
}

.contactForm .inputEntity .wpcf7-list-item label .wpcf7-list-item-label {
    margin-left: 5px;
    font-size: 14px;
    text-transform: capitalize
}

.listingPostType,
.megaMenu:hover+.dropdown-menu .dropdown-submenu>a,
.navbar-expand-lg .navbar-nav .dropdown-menu .mainCat,
.upcomingEvents .item .btn.rounded {
    text-transform: uppercase;
    text-transform: uppercase
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio,
.wpcf7-list-item {
    margin: 0
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: 400;
    display: block;
    position: absolute;
    right: 0
}

.codedropz-upload-handler {
    border: none !important
}

.megaMenu:hover+.dropdown-menu {
    position: fixed !important;
    display: flex;
    justify-content: space-between;
    max-height: 900px;
    opacity: 1;
    transition: 1.5s cubic-bezier(.47, .16, 0, 1.07);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 100vw;
    left: 0
}

.contactForm .fileUpload,
.megaMenu:hover+.dropdown-menu .dropdown-submenu {
    padding: 20px
}

.megaMenu:hover+.dropdown-menu .dropdown-submenu>a {
    font-weight: 700
}

.megaMenu:hover+.dropdown-menu .dropdown-submenuHolder ::marker {
    display: none;
    font-size: 0;
    opacity: 0
}

.megaMenu:hover+.dropdown-menu .dropdown-submenuHolder li {
    line-height: 20px
}

.results {
    max-width: 75%;
    margin: 160px auto 0;
    max-height: 60vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.results .productItem {
    flex: 0 0 45%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex
}

.results .productItem .productInfo {
    max-height: 100px;
    overflow: hidden;
    min-height: auto;
    padding: 10px;
    background-color: transparent
}

.results .productItem img {
    width: auto;
    max-height: 140px;
    margin-right: 15px
}

.results .productItem .absoluteLink,
.results .productItem .listingLink a {
    background-image: none
}

.productItem .productInfo .listOfLogos,
.searchListing .blockHead {
    margin-bottom: 40px
}

.searchListing .blockBody .listingItem .listingTitle a {
    text-transform: uppercase;
    text-transform: uppercase;
    color: #0057b8
}

.searchListing .listingInfos {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.searchListing .listingHolder.row {
    margin: 0 !important;
    padding-left: 0
}

.container.m-5 {
    margin: 0 auto !important
}

.g-2 .g-2 .form-control {
    height: 50px
}

.g-2 .g-2 .checkBox+.checkBox {
    justify-content: end
}

.eventAdditionalInfo {
    background-color: var(--secondary);
    padding: 50px 0;
    color: #fff
}

.eventAdditionalInfo .col-sm-3 {
    text-align: center
}

.eventAdditionalInfo .section-title {
    color: #fff;
    margin: 0 auto 20px
}

.eventAdditionalInfo .posAbsolute {
    position: absolute;
    right: 0
}

.eventAdditionalInfo .row {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.eventAdditionalInfo .row .col-sm-3 {
    max-width: 20%;
    margin-right: 30px;
    width: auto;
    flex: 0 0 20%
}

.eventAdditionalInfo .row .col-sm-3 h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px
}

.eventDetails .item {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.bgWhite,
.speakers {
    background-color: #fff;
    padding: 100px 0
}

.speakers .whiteItem {
    text-align: center;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 5px
}

.speakers .profileImage {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 20px
}

.downloadFile a i {
    margin-right: 10px
}

.contactForm .downloadFile {
    margin: 0 0 20px
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    justify-content: space-between;
    padding: 0
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu {
    width: 365px
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul {
    flex-wrap: wrap
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul>li {
    line-height: 20px;
    font-size: 12px;
    width: 300px;
    position: relative
}

.navbar-expand-lg .navbar-nav .dropdown-menu .mainCat {
    font-weight: 700;
    min-width: 200px;
    padding-bottom: 10px
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul,
.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

::marker {
    display: none;
    font-size: 0;
    opacity: 0
}

.dropdown .custom-select__option--value {
    border-radius: 15px
}

.sysList .productItem {
    min-height: 300px
}

.grayRelatedProduct .productsListing .productItem {
    min-height: 430px
}

.grayRelatedProduct .productInfo {
    min-height: 260px
}

.grayRelatedProduct .productInfo .listOfLogos {
    height: 50px;
    display: flex
}

.contactForm .formActions .btn-dark,
.contactForm .formActions .btn-primary {
    width: 150px;
    text-align: center;
}

.fancybox-caption__body {
    font-size: 18px;
    max-width: 950px;
    margin: 0 auto 70px
}

@media all and (max-width:1099px) {
    .filter .searchInput {
        width: 300px;
        padding-right: 50px;
        font-size: 12px
    }

    .dropdown .activity {
        font-size: 12px
    }

    .filter.biggerFilter .dropdown .custom-select__option--value {
        width: auto;
        min-width: 100px;
        font-size: 12px
    }

    .productsListing .productItem img {
        max-height: initial;
        width: auto;
        text-align: center;
        max-width: 100%
    }

    .dropdown .main-activity {
        margin-right: 20px
    }

    .wpcf7-form .col-sm-6 {
        flex: 0 0 100%
    }

    .codedropz-upload-inner h3 {
        font-size: 14px !important
    }

    .carousel-item h2 {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px
    }

    .filter.biggerFilter .activity .custom-select__option--value {
        margin-right: 0;
        width: 100%
    }

    header .col-lg-2 {
        width: 18%
    }

    header .col-lg-8 {
        width: 63%
    }

    header .col-lg-8 .justify-content-center {
        justify-content: flex-start !important
    }

    .navbar-dark .navbar-toggler {
        position: absolute;
        right: -10px;
        top: 27px;
        z-index: 10
    }

    .navbar-dark .navbar-toggler-icon {
        filter: invert(82%) sepia(98%) saturate(1954%) hue-rotate(199deg) brightness(98%) contrast(104%)
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        background-image: url(/wp-content/themes/cmctheme/assets/images/logo.png);
        width: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 0 !important;
        height: 50px
    }

    .navbar-dark .navbar-brand h1 {
        font-size: 0 !important
    }

    .carousel-item .section-title {
        font-size: 30px
    }

    /* .btn-primary,
    .partnerSection .btn-dark {
        width: 100%;
        font-size: 12px
    } */

    .back-to-top {
        border-radius: 80px !important;
        width: 40px;
        height: 40px
    }

    .section-title {
        font-size: 20px !important
    }

    .section-title::before {
        width: 40px;
        left: -50px
    }

    .section-title::after {
        width: 40px;
        right: -50px
    }

    .academySection .rounded {
        margin-bottom: 30px
    }

    .academySection h5 {
        min-height: auto
    }

    .timelineWrapper .timeline .timeline-item:nth-child(2n) .timelineWrapper {
        text-align: left;
        direction: ltr
    }

    .footer .newsletterHolder .btn {
        top: 16px;
    }
}

@media all and (max-width: 990px) {

    .btn-primary,
    .partnerSection .btn-dark {
        width: 100%;
        font-size: 12px
    }
}

.contactForm .form-control {
    border-radius: 15px;
    margin-bottom: 10px
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #0057b8;
    background-color: transparent;
    border-color: #0057b8
}

.productItem .productInfo .listOfLogos img {
    max-height: 30px
}

.productDetails.bg-white {
    background-color: #f5f7ff !important
}

.productDetails.bg-white .col-sm-6:last-child {
    min-height: 600px;
    display: flex;
    align-items: center
}

.productDetails.bg-white .col-sm-6:last-child .container,
.productDetails.bg-white .col-sm-6:last-child .container .productSlider {
    height: 100%;
    display: flex;
    align-items: center
}

.productDetails.bg-white .col-sm-6:last-child .container .productSlider .owl-dots {
    background: 0 0 !important
}

.productDetails.bg-white .col-sm-6:last-child .container .productSlider .owl-dots .owl-dot {
    width: 10px;
    height: 10px
}

.marqueeWrapper .marquee-container {
    height: 30px;
    overflow: hidden;
    line-height: 30px
}

.marqueeWrapper .marquee-container .marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: 30s linear infinite marquee
}

.marqueeWrapper .marquee-container .marquee span {
    padding-left: 100px;
    font-size: 18px
}

.marqueeWrapper .marquee-container .marquee2 {
    animation-delay: 15s
}

.marqueeWrapper .marquee-container b {
    padding-left: 10px
}

@keyframes marquee {
    0% {
        left: 100%
    }

    100% {
        left: -100%
    }
}

.galleryListing {
    padding: 100px 0
}

.galleryListing .galleryImage {
    margin-bottom: 0;
    padding-bottom: 0 !important
}

.registerBtn .justify-content-around,
header .col-lg-2 .rightBtn {
    justify-content: flex-end !important
}

.referenceListing .img-fluid {
    height: 180px;
    width: 100%
}

.searchInput.disabled {
    border-color: red;
    position: relative
}

.searchInput.disabled::before {
    position: absolute;
    content: "Minimum 4-characters words required for better results.";
    right: 0;
    top: 0
}

.service-item .text-primary {
    color: #57aa33 !important
}

.service-item:hover {
    background: #57aa33 !important
}

.formTitle {
    padding: 30px 0 0;
    margin-bottom: 0
}

.otherOptions .formTitle {
    padding-top: 0
}

.studentSection {
    border: 1px solid var(--secondary);
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: -16px
}

.studentSection .formTitle {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
    background-color: var(--secondary);
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 9px
}

.btn-default,
.btn-default:hover {
    color: #f9f9f9
}

.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    flex-direction: row-reverse
}

.wpcf7-radio .wpcf7-list-item label span {
    margin-left: 5px
}

.megaMenu {
    position: absolute;
    left: -120px;
    padding: 30px !important
}

.row.gy-4.infoWrapper {
    justify-content: center
}

.introAcademy h2 span {
    color: #57aa33
}

.selectTopic label {
    color: var(--primary) !important;
    cursor: pointer
}


.seminarAction {
    margin-top: 41px
}

.multiselect_block {
    position: relative;
    width: 100%;
    background-color: #fff
}

.multiselect_block label {
    color: var(--secondary) !important;
    font-size: 16px !important;
    font-weight: 400 !important
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.multiselect-container .input-group {
    margin: 5px
}

.multiselect-container>li,
.multiselect-container>li>a {
    padding: 0
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px;
    height: 100%;
    font-weight: 700
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}

.filter .btn {
    padding: 6px 3px
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

body {
    font-family: Lato, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-default {
    background: #0074d9;
    background: linear-gradient(to bottom, #0074d9 1%, #0074d9 18%, #0049bf 100%)
}

.open>.dropdown-toggle.btn-default {
    color: #f9f9f9;
    background-color: #0074d9;
    border-color: #0049bf
}

.selectTopic .toggle-next {
    border-radius: 0
}

.selectTopic .ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px;
    height: 50px;
    line-height: 40px;
    background: #fff;
    margin-bottom: 0;
    position: relative;
    padding-right: 80px;
}

.selectTopic .ellipsis:after {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    right: .75rem;
    border-width: .3rem .3rem 0;
    transform: translateY(-50%);
    content: "";
    background-image: url(../img/arrowDown.svg);
    border: none;
    width: 19px;
    height: 10px
}

.selectTopic .apply-selection {
    display: none;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc
}

.selectTopic .checkboxes {
    margin: 0;
    display: none;
    /* border: 1px solid #ccc; */
    border-top: 0
}

.selectTopic .checkboxes .wpcf7-checkbox {
    padding: 5px 10px;
    max-height: 140px;
    overflow: auto;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.selectTopic .checkboxes .wpcf7-list-item span {
    color: var(--secondary) !important;
    font-size: 16px !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    margin-bottom: 5px
}

.selectTopic fieldset {
    border: none;
    padding-left: 0;
    margin-left: 0
}

.selectTopic input {
    line-height: 30px !important;
    height: 30px !important
}

.selectTopic #choicelist {
    border: 1px solid #d6d6d6;
    width: 100%;
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: none;
    z-index: 10;
    padding: 0 10px 10px
}

.selectTopic #choicelist label {
    color: #0074d9 !important;
    font-weight: 400;
    font-size: 16px
}

.selectTopic #choicelist>div {
    padding: 10px 0 0 5px;
    display: flex;
    align-items: center;
    gap: 5px
}

.selectTopic #selectedDBXP {
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 10px;
    height: 50px;
    position: relative;
    text-align: left
}

.selectTopic input[type=text] {
    margin: 0 0 20px 10px
}

.selectTopic .fa-chevron-down {
    position: absolute;
    right: 12px;
    top: 18px;
    color: #a8a8a8;
    transition: transform .2s ease-out, color .2s ease-out;
    background-image: url(../img/arrowDown.svg);
    border: none;
    width: 19px;
    height: 10px;
    font-size: 0
}

.selectTopic .fa-chevron-down--open {
    transform: rotate(-180deg) translate(0, 2px);
    color: #404040
}

@media screen and (max-width:968px) {
    .timelineWrapper .timeline {
        margin: 0 0 0 10px
    }

    .timelineWrapper .timeline .timeline-item:before,
    .timelineWrapper .timeline:before {
        left: 0
    }

    .timelineWrapper .timeline .timeline-item .timeline-content {
        margin: 2em 0;
        width: 100%
    }

    .timelineWrapper .timeline .timeline-item:nth-child(2n) .timeline-content {
        float: initial
    }

    footer .col-lg-4.col-md-12 {
        padding-left: 20px !important
    }

    .grayBg a {
        font-size: 16px
    }

    .marqueeWrapper .marquee-container .marquee {
        display: block !important
    }

    footer>.container>.row.g-5 {
        padding: 20px
    }

    body,
    html {
        overflow-x: hidden
    }
}

.TechnicalDocument.pdfListing .col-lg-4 a {
    background-color: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    color: #000 !important
}

.TechnicalDocument.pdfListing .col-lg-4 a span {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px
}

.relatedDocuments .productItem {
    display: flex;
    align-items: center
}

.contactDetails strong {
    width: 20px;
    display: inline-block;
    font-weight: 700
}

.upcomingEvents .item .btn.rounded {
    padding-left: 0 !important;
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 30px !important;
    transition: .5s ease-in-out
}

.upcomingEvents .item .btn.rounded:hover {
    padding-right: 40px !important
}

.upcomingEvents .item .btn.rounded::before {
    position: absolute;
    content: "";
    background-image: url(../img/rightArrow.svg);
    width: 21px;
    height: 12px;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    margin-top: -6px
}

.navbar-nav .dropdown-menu.megaMenu {
    top: 85px
}

.navbar-nav .dropdown-menu.megaMenu ul li ul li a {
    color: #7d7d7d !important;
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

.navbar-expand-lg .navbar-nav .dropdown-menu .mainCat {
    width: 100%;
    transition: .3s ease-in-out;
    display: block;
    position: relative;
    font-size: 16px
}

.documentInfoWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.megaMenu ul ul {
    background: #f4f4f4;
    position: absolute;
    width: 350px;
    top: 0;
    left: 112%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out 0.5s;
    padding: 30px !important
}

.navbar-expand-lg .navbar-nav .dropdown-menu .mainCat:hover {
    opacity: .8
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul>li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .mainCat:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 20px;
    top: 0;
    left: 100%;
    z-index: 0
}

.listingPostType {
    background-color: #a7a7a7;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    min-width: 150px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
    width: auto;
    margin-top: 40px
}


.navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul>li:not(:last-child) {
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 10px
}

.megaMenu ul ul li {
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 10px !important
}

.megaMenu ul ul li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important
}

.navbar-dark .navbar-nav .nav-link.show {
    background-color: var(--secondary);
    color: #fff !important
}

.dropdown-menu {
    background-color: var(--secondary);
    border: none !important
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul>li:last-child a {
    padding-bottom: 0
}

.search-form .posRelative {
    position: relative;
    background: red;
    height: 100%;
    width: 1500px;
    margin: 0 auto
}

.upcomingEvents .img-fluid {
    max-height: 180px
}

.upcomingEvents .location {
    min-height: 22px
}

@media (max-width:1440px) {
    .container {
        max-width: 95%
    }

    .logo {
        max-width: 150px
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
        margin-right: 5px;
    }

    .search-form .posRelative {
        width: 90%
    }

    #search .search-submit {
        right: 68px
    }
}

@media (max-width:1250px) {
    .wpcf7-form-control.wpcf7-submit.btn.btn-primary {
        padding: 10px 13px !important;
    }

    #search input[type=search] {
        font-size: 20px
    }

    header {
        padding: 0
    }

    .countryDropDwn {
        font-size: 10px
    }
}

.megaMenu ul li:nth-last-child(-n+4) ul {
    top: auto;
    bottom: -20px
}

@media all and (max-width:1180px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
        margin-right: 12px
    }
}

@-moz-document url-prefix() {

    .navbar-dark .navbar-nav .nav-link {
        margin-right: 15px;
    }
}

.productsListing .productItem .productInfo .summary {
    text-transform: none
}

.item .posAbs {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}




.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* position: absolute;  */
    bottom: 0;
    color: #000
}

.selectTopic .active+.checkboxes {
    display: block;
}

.selectTopic .wpcf7-checkbox.ellipsis {
    display: flex;
    flex-direction: column;
    height: auto;
    text-align: left;
    align-items: baseline;
}

.selectTopic .wpcf7-list-item label {
    flex-direction: row !important;
}

.selectTopic .wpcf7-checkbox:after {
    display: none;
}

.selectTopic button.form-control.toggle-next.ellipsis {
    padding-right: 40px;
}

.selectTopic .wpcf7-list-item {
    width: 100%;
}

.upcomingEvents.pastEvents h6.section-title {
    color: #fff !important;
}

.positionListing ul li {
    position: relative;
    padding-left: 15px;
}

.description ul {
    padding-left: 0;
}

.description ul li {
    padding-left: 10px;
    position: relative;
}

.positionListing ul li:before {
    background-color: var(--secondary);
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    margin-top: -3px;
}

footer .mb-2 {
    padding-left: 20px;
    position: relative;
}

footer .mb-2 i {
    position: absolute;
    left: 0;
    top: 3px;
}

.description ul li:before {
    position: absolute;
    content: '';
    background-color: #000;
    border-radius: 20px;
    width: 6px;
    height: 6px;
    top: 17px;
    left: 0;
    margin-top: -3px;
}

.productsListing {
    min-height: 600px;
}

.productsListing .page-link.page-link--current,
.productsListing .page-link:active,
.productsListing .page-link:hover,
.productsListing .position-relative a:hover .p-4 {
    color: #fff !important;
    font-weight: bold;
}

.searchHolder a {
    background-color: #f1f1f1;
    padding: 20px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin-right: 40px;
}

.flag-dropdown select {
    cursor: pointer;
}

.flag-dropdown select:hover {
    color: #0057b8 !important;
    border-color: #0057b8 !important;
}

.searchHolder a:hover {
    background-color: #0057b8 !important;
}

@media (max-width:1200px) {

    .searchHolder a {
        margin-right: 20px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
        margin-right: 7px;
    }
}

@media (max-width: 1099px) {
    header .col-lg-8 {
        /* width: 63% !important; */
        width: 100% !important;
    }

    .navbar-dark .navbar-toggler {

        top: 21px;
    }
}

@media (max-width: 990px) {
    header .col-lg-8 {
        /* width: 84% !important; */
        width: 100% !important;
    }

    .navbar-dark .navbar-toggler {
        top: 28px;
    }
}

@media all and (max-width: 1099px) and (min-width: 1000px) {
    header .col-lg-8 {
        width: 58% !important;
    }

}

@media all and (max-width:1200px) and (orientation:landscape) {
    .relatedDocuments .col-sm-4 {
        flex: 0 0 auto;
        width: 50%
    }

    .productItem .productInfo h3 {
        height: 60px;
    }
}

@media all and (max-width:990px) {
    .partnerSection .position-relative img {
        min-width: auto;
        min-height: auto;
        text-align: center;
        margin: 0 auto
    }

    .referenceListing .row {
        justify-content: space-between
    }

    .referenceListing .col-sm-3 {
        flex: 0 0 100%;
        width: 100%
    }

    .eventAdditionalInfo .row {
        gap: 30px
    }

    .eventAdditionalInfo .row .col-sm-3 {
        max-width: 100% !important;
        margin-right: 0 !important;
        width: auto;
        flex: 0 0 100% !important
    }

    .eventAdditionalInfo .row .col-sm-3 .description {
        padding: 0 20px
    }

    .footer .copyright {
        padding: 25px 20px
    }

    .marqueeWrapper .marquee-container {
        display: block !important
    }

    .bgWhite {
        padding: 50px 0
    }

    .marqueeWrapper .marquee-container .marquee span {
        padding-left: 50px
    }

    .marqueeWrapper .marquee-container .marquee {
        white-space: inherit;
        animation: 15s linear infinite marquee
    }

    header {
        padding: 0
    }

    header .row.gx-0 {
        justify-content: center
    }

    header .col-lg-2 .rightBtn {
        padding: 26px 0 !important
    }

    .dropdown .main-activity {
        margin-right: 0
    }

    .dropdown .activity {
        width: 100px
    }

    .back-to-top {
        width: 20px !important;
        height: 40px;
        display: flex;
        align-items: center;
    }

    /* .breadcrumbs, */
    .references-pagination .page-link:nth-child(4),
    .references-pagination .page-link:nth-child(5),
    .references-pagination .page-link:nth-child(6) {
        display: none
    }

    .breadcrumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .breadcrumbs a::before {
        right: -1px;
    }

    .breadcrumbs a.active::before {
        display: none;
    }

    .grayRelatedProduct h2,
    .productDetails .gray h2,
    .systemDetail .pageTitle {
        font-size: 22px !important
    }

    .contactForm .inputEntity label,
    .productDetails .gray h2 span {
        font-size: 16px !important
    }

    .productDetails .gray .description {
        font-size: 15px !important;
        line-height: 25px !important
    }

    .positionListing .borderBox .btn-primary {
        position: static;
        width: 100%
    }

    .otherReferences .grayBg h5,
    .productsListing .item h5.mb-0 {
        font-size: 17px;
        margin-bottom: 15px !important
    }

    .productsListing .item {
        width: 100%;
        margin: 0 auto 30px
    }

    .filter .dropdown .custom-select__option--value,
    .filter .searchInput {
        margin-bottom: 20px;
        width: 100%
    }

    .checkBox,
    .grayRelatedProduct,
    footer .col-lg-5 {
        margin-top: 20px
    }

    .filter,
    .filter .dropdown,
    .joinTeam .row {
        flex-direction: column
    }

    .filter .searchInput {
        padding-right: 50px
    }

    .academySection .d-flex .btn-dark,
    .btn-dark,
    .col-8,
    .filter .dropdown .activity,
    .filter .dropdown .year,
    .joinTeam .col-2,
    .joinTeam .col-9,
    .joinTeam .description,
    .productsListing .productItem img {
        width: 100%
    }

    footer .downloadCatalog.p-3 {
        padding-right: 0 !important
    }

    .grayBg a.selected,
    .sysList .productItem .productInfo h3,
    .timelineWrapper h3 {
        font-size: 18px
    }

    .grayBg a:not(:last-child) {
        margin-right: 20px;
        font-size: 16px
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 350px;
        height: 300px
    }

    .checkBox .radioButtonWrapper,
    .main-filter-conatiner .dropdown {
        margin-left: 0
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu {
        height: 250px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .navbar-nav .dropdown-menu.megaMenu {
        top: 57px
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu .mainCat {
        font-size: 12px;
        border-bottom: none;
        margin-bottom: 0;
        position: relative;
        z-index: 10
    }

    header .row.gx-0 {
        justify-content: flex-start
    }

    header .col-lg-8 {
        width: 90%
    }

    header .col-lg-2 {
        position: absolute;
        right: 0
    }

    #search input[type=search] {
        font-size: 12px
    }

    #search .search-submit {
        right: 30px;
        padding: 10px !important;
        font-size: 12px;
        top: 82px
    }

    .searchHolder a {
        background-size: 21px;
        background-position: center;
        background-repeat: no-repeat
    }

    #search .close {
        width: 30px;
        height: 30px;
        font-size: 27px;
        line-height: 0;
        text-align: center;
        display: block;
        padding: 0
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu,
    .navbar-expand-lg .navbar-nav .dropdown-menu.megaMenu>ul>li {
        width: 100% !important
    }

    .filter .reset {
        width: 100%;
        margin-left: 0
    }

    .additionalInfo p,
    .timelineWrapper {
        margin-bottom: 0
    }

    .page-header {
        background-position: 60% center
    }

    .positionListing .borderBox .positionTitle {
        font-size: 22px
    }

    .joinTeam .btn-primary {
        width: 100%;
        position: static
    }

    .positionListing {
        padding-bottom: 50px
    }

    footer>.container>.row.g-5 {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    .academySection {
        padding: 50px 0 !important
    }

    .eventTitle {
        font-size: 35px
    }

    .eventDetails,
    .partnerSection .section-title {
        margin-bottom: 20px
    }

    .productDetails.bg-white .col-sm-6:last-child {
        min-height: 400px;
        display: flex;
        align-items: center
    }

    .productItem .productInfo {
        padding-bottom: 60px;
        position: relative
    }

    .productsListing .productItem {
        background: #f5f7ff
    }

    .productDetails .relatedDocuments .pb-5 {
        padding-bottom: 0
    }

    .py-5.bg-white.mb-sm-5 .container.m-5 {
        margin-bottom: 30px !important
    }

    .grayRelatedProduct {
        background: #f2f7ff;
        margin-bottom: 20px;
        padding: 40px 0
    }

    .sysList .sysImageWrapper {
        height: 200px
    }

    .navbar-nav .dropdown-menu {
        padding: 20px !important
    }

    .bg-dark .navbar-nav a {
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #b1b1b1;
        padding: 0 0 10px;
        margin-bottom: 10px
    }

    .partnerSection .logoListing .col-lg-3 {
        width: 48%;
        margin: 0 auto;
        height: 100%;
    }

    .partnerSection .logoListing .col-lg-3 .rounded {
        height: 100%;
        background: #FFF;
        margin-bottom: 30px;
    }

    .partnerSection h5 {
        margin-bottom: 10px !important;
    }

    .dropdown .custom-select__dropdown {
        min-height: 100px
    }

    .academySection .rounded,
    .productsListing {
        margin-bottom: 50px
    }

    .footer .newsletterHolder {
        margin-bottom: 20px !important
    }

    footer .col-lg-4.col-md-12 {
        margin-top: 20px !important
    }

    .listingPostType~li {
        margin-left: 20px
    }

    .searchListing .listingInfos {
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .searchListing .blockBody .listingItem .listingTitle a {
        font-size: 16px
    }

    .academySection small {
        display: block;
        height: auto
    }

    .aboutSection,
    .partnerSection,
    .referencesSlider {
        padding: 30px 0 !important
    }

    .aboutSection .col-lg-6 {
        margin-top: 20px;
        padding-right: 20px !important
    }

    .contactInfo {
        PADDING: 20px 0 !important
    }

    .contactInfo .col-lg-4 {
        margin-bottom: 40px
    }

    .checkBox {
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }

    .wpcf7-form .inputEntity .customSelect input {
        width: 100%;
        padding: 20px;
        border: 1px solid #ced4da;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #666565;
        background: #fff
    }

    .megaMenu ul ul {
        opacity: 1;
        visibility: visible;
        position: static;
        width: calc(100% - 5px)
    }

    .navbar-nav .dropdown-menu.megaMenu ul li ul li a {
        color: #7d7d7d !important;
        font-size: 12px !important;
        margin-bottom: 10px;
        display: block;
        padding-bottom: 0 !important
    }

    .megaMenu a {
        font-size: 12px !important;
        border-bottom: none !important
    }
}

@media (max-width: 1099px) {
    .flag-dropdown {
        /*  margin-right: 0;
        position: absolute;
        bottom: -66px;
        background: white;
        z-index: 2;
        width: 97vw;
        right: 2px;
        border-top: 1px solid;*/
    }

    .flag-dropdown select {
        border: none;
        font-size: 0;
        cursor: pointer;
        border-radius: 0;
        height: 35px;
        font-size: 0;
        background-position: 5% 50%;
        padding-left: 20px;
        background-size: 33px;
    }

    .navbar-dark .navbar-toggler {
        right: 0px !important;
    }

    header .col-lg-2 {
        right: 55px !important;
        /* width: 22% !important; */

    }

    header .col-lg-8 {
        /* width: 100% !important; */
    }

    .searchHolder {
        right: 60px !important;
        top: 23px !important;
    }

    .flag-dropdown::after {
        display: inline-block;
        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;
        right: 10px;
        top: 17px;
    }
}

@media all and (max-width:767px) {
    .referenceListing .img-fluid {
        height: 200px;
        width: 100%
    }

    .contactForm .formActions .btn-dark,
    .contactForm .formActions .btn-primary {
        width: 145px
    }

    .partnerSection .text-center.p-4.mt-3 {
        line-height: 12px;
    }

    header .col-lg-8 {
        width: 100% !important;
    }

    .navbar-dark .navbar-toggler {
        top: 24px;
    }
}

#History p {
    margin-bottom: 26px;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: none;
}

.wpcf7-form input,
.wpcf7-form textarea {
    text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.wpcf7-form .inputEntity .customSelect input[type="date"] {
    background: url('../../assets/img/calendar.png') no-repeat right center;
    background-size: 25px !important;
    background: url(../../assets/img/calendar.png) no-repeat 97% center;
    opacity: 0.7;
}

footer .mb-2+.mb-2 {
    margin-bottom: 0 !important;
}

.form-control {
    padding: 0 0.75rem 0.375rem;
    line-height: 20px;
}

textarea {
    resize: none;
    padding-top: 10px !important;
}


.nav-item.dropdown a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

.nav-item.dropdown a.nav-link.dropdown-toggle span.wpml-ls-native {
    width: 26px;
    overflow: hidden;
    display: inline-block;
    padding-inline-start: 10px;
}

div.nav-item.dropdown:last-child {
    display: none;
}

.btn-dark,
.btn.btn-primary,
.btn.btn-secondary {
    padding: 10px !important;
    text-align: center;
}

.custom-select--active .custom-select__dropdown {
    min-height: 100px;
}

#header-carousel {
    background-repeat: no-repeat;
    background-size: cover;
}

.productDetails .gray .additionalInfo .item {
    font-size: 18px !important;
}

@media (max-width: 1200px) and (orientation: landscape) {
    .productsListing .productItem .productInfo h3 {
        height: auto;
        min-height: 70px;
    }
}

.dropdown .custom-select__dropdown {
    width: 250px;
    right: 0;
    left: auto;
    top: 38px;
}

.referenceFilter .custom-select__dropdown {
    width: 270px;
    right: auto;
    left: 0;

}

.description ul li {
    line-height: 32px;
}

.navbar-dark .navbar-nav .nav-link:last-child {
    display: none;
}

.productsListing.referenceListing {
    min-height: auto;
    margin-bottom: 80px;
}

.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    width: 40px!important;
    display: inline-block!important;
}