
html,
body {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    font-size: 16px;
}

@media (min-width: 576px) {
    .container {
        width: 98%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 98%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}

p {
    font-size: 16px;
}

@media (max-width: 991px) {
    html,
    body {
        font-size: 93.75%;
    }
}

@media (max-width: 767px) {
    html,
    body {
        font-size: 87.5%;
    }
}

@media (max-width: 575px) {
    html,
    body {
        font-size: 85.5%;
    }
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1369B1;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #8F3E97;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #8F3E97 !important;
}

.bg-primary {
    background-color: #1369B1 !important;
}

.bg-secondary {
    background-color: #8F3E97 !important;
}

.bg-lighgray {
    background-color: #f8f8f8 !important;
}

.bg-darkgray {
    background-color: #565a61 !important;
}

.bg-iron {
    background-color: #CBCDD1 !important;
}

.bg-lightgray-1 {
    background-color: #f1f2f2 !important;
}

.bg-footer {
    background-color: #FAFAFA !important;
}

.border-primary {
    border-color: #1369B1 !important;
}

.border-secondary {
    border-color: #8F3E97 !important;
}

.border-top {
    border-top: 1px solid #e4e4e4 !important;
}

.border-bottom {
    border-bottom: 1px solid #e4e4e4 !important;
}

.border-left {
    border-left: 1px solid #e4e4e4 !important;
}

.border-right {
    border-right: 1px solid #e4e4e4 !important;
}

.border-all {
    border: 1px solid #e4e4e4 !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.text-primary {
    color: #1369B1 !important;
}

.text-secondary {
    color: #8F3E97 !important;
}

.text-white {
    color: white !important;
}

.text-oslo-gray {
    color: #848484 !important;
}

.text-solid-blue {
    color: #172E56 !important;
}

.opacity-75 {
    opacity: .75;
}

.font-normal {
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
}

.font-medium {
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
}

.font-medium {
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
}

.font-bold {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
}

.font-light {
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
}

.font-extrabold {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
}

p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
}

.lang {
    font-family: "GE SS bold", Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif !important;
}

.responsive.lang {
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.4px;
    display: block;
    padding: 0em 1em;
}

header {
    padding-top: 18px;
    padding-bottom: 18px;
    direction: ltr;
}

.c-menu--slide-left.is-active {
    left: -17px;
}

.c-menu--slide-right.is-active {
    right: -17px;
}

.list-menu li a {
    text-decoration: none;
    font-size: 2.5em;
    font-family: Gotham-Light;
    padding: .5em .5em .5em 30px;
    color: #006AB7;
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #006AB7;
    text-align: left;
}

.list-menu li a:hover,
.list-menu li a:focus {
    color: #172E56;
}

.list-menu li a:hover {
    text-decoration: none;
}

.menu-header .search-container {
    position: relative;
    top: inherit;
    left: inherit;
    padding: 30px;
}

.menu-button.open {
    position: absolute;
    z-index: 999;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s;
}

.open .bar1,
.open .bar2,
.open .bar3 {
    background-color: #fff;
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-unstyled li {
    padding: 5px 0;
}

.list-unstyled li label {
    margin-left: 15px;
    font-size: 1em;
    font-family: Gotham-Light;
    margin-bottom: 0px;
}

.list-styled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-styled li {
    padding: 10px 0;
    border-bottom: 1px #ebebeb solid;
}

.list-styled li label {
    width: 100%;
}

.list-styled li label div {
    margin: 7px;
}

.list-styled li label input {
    width: auto;
}

.c-buttons {
    float: right;
    margin-left: 20px;
    margin-bottom: 0px;
}

.c-menu {
    background: #fff;
}

.c-menu ul {
    list-style: none;
    padding-inline-start: 0px;
}

.c-menu ul li {
    border-bottom: 1px solid #efefef;
}

.c-menu ul.footer {
    margin-top: 40px;
}

.c-menu ul.footer a {
    color: #666666;
    font-size: 16px;
}

.breadcrumb {
    background-color: transparent;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font: normal normal normal 14px/1 FontAwesome !important;
    content: "\f105" !important;
}

.breadcrumb.light {
    background: transparent;
}

.breadcrumb.light .breadcrumb-item a {
    color: white;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
}

.breadcrumb.light .breadcrumb-item a:visited {
    color: white;
}

.breadcrumb.light .breadcrumb-item a:hover,
.breadcrumb.light .breadcrumb-item a:focus {
    color: #1369B1;
}

.breadcrumb.light .breadcrumb-item.active {
    color: white;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
}

.breadcrumb.light .breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb .breadcrumb-item a {
    color: #5c5c5c;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
}

.header-label {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    color: #8F3E97;
}

.form-check-input {
    margin-left: 0px;
}

.form-check-label {
    padding-left: 2.0rem;
    font-size: 14px;
}

.btn-align-middle {
    margin-top: auto;
    margin-bottom: auto;
}

.btn-primary {
    color: #fff;
    background-color: #1369B1;
    border-color: #1369B1;
    border-width: 2px;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    color: #fff !important;
    min-width: 125px;
    cursor: pointer;
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0e4e83;
    border-color: #0d487a;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(19, 105, 177, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #1369B1;
    border-color: #1369B1;
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e4e83;
    background-image: none;
    border-color: #0d487a;
}

.btn-secondary {
    color: #fff;
    background-color: #8F3E97;
    border-color: #8F3E97;
    border-width: 2px;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    border-radius: 0;
    cursor: pointer;
}

.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #6d2f73;
    border-color: #662c6c;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px rgba(143, 62, 151, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #8F3E97;
    border-color: #8F3E97;
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6d2f73;
    background-image: none;
    border-color: #662c6c;
}

.btn-outline-primary {
    color: #1369B1;
    background-color: #fff;
    border-color: #1369B1;
    border-width: 2px;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
}

.btn-outline-primary:focus,
.btn-outline-primary:hover {
    color: #1369B1;
    background-color: #e6e6e6;
    border-color: #0d487a;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px rgba(19, 105, 177, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: #fff;
    border-color: #1369B1;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #1369B1;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #0d487a;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: #1369B1;
    color: white;
    background: #1369B1;
}

.btn-outline-primary.disabled {
    border-color: #e4e4e4;
}

.btn-outline-secondary {
    color: #8F3E97;
    background-color: #fff;
    border-color: #8F3E97;
    border-width: 2px;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    color: #8F3E97;
    background-color: #e6e6e6;
    border-color: #662c6c;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(143, 62, 151, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: #fff;
    border-color: #8F3E97;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #8F3E97;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #662c6c;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    border-color: #8F3E97;
    color: white;
    background: #8F3E97;
}

.btn-outline-secondary.disabled {
    border-color: #e4e4e4;
}

.btn-prev {
    color: #1369B1;
    background-color: #fff;
    border-color: #1369B1;
    border-width: 2px;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    border-radius: 50px;
    min-width: 130px;
}

.btn-prev:focus,
.btn-prev:hover {
    color: #1369B1;
    background-color: #e6e6e6;
    border-color: #0d487a;
}

.btn-prev:focus,
.btn-prev.focus {
    box-shadow: 0 0 0 2px rgba(19, 105, 177, 0.5);
}

.btn-prev.disabled,
.btn-prev:disabled {
    background-color: #fff;
    border-color: #1369B1;
}

.btn-prev:active,
.btn-prev.active,
.show>.btn-prev.dropdown-toggle {
    color: #1369B1;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #0d487a;
}

.btn-prev:before {
    content: "\f104";
    font: normal normal normal 36px/1 FontAwesome;
    left: 15px;
    top: 50%;
    margin-top: -12px;
    margin-right: 10px;
}

.btn-next {
    color: #1369B1;
    background-color: #fff;
    border-color: #1369B1;
    border-width: 2px;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif !important;
    color: #1369B1 !important;
    border-radius: 50px;
    min-width: 130px;
    position: relative;
    min-width: 100px;
    text-align: start;
    padding-left: 15px;
    padding-right: 55px;
    padding-top: 10px;
    font-size: 1.5rem !important;
}

.btn-next:focus,
.btn-next:hover {
    color: #1369B1;
    background-color: #e6e6e6;
    border-color: #0d487a;
}

.btn-next:focus,
.btn-next.focus {
    box-shadow: 0 0 0 2px rgba(19, 105, 177, 0.5);
}

.btn-next.disabled,
.btn-next:disabled {
    background-color: #fff;
    border-color: #1369B1;
}

.btn-next:active,
.btn-next.active,
.show>.btn-next.dropdown-toggle {
    color: #1369B1;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #0d487a;
}

.btn-next:after {
    position: absolute;
    content: "\f105";
    font: 36px/1 FontAwesome;
    right: 15px;
    top: 50%;
    margin-top: -20px;
}

.btn-back {
    color: #1369B1;
    background-color: #fff;
    border-color: #1369B1;
    border-width: 2px;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif !important;
    color: #1369B1 !important;
    border-radius: 50px;
    position: relative;
    min-width: 100px;
    text-align: start;
    padding-left: 55px;
    padding-top: 10px;
    font-size: 1.5rem !important;
}

.btn-back:focus,
.btn-back:hover {
    color: #1369B1;
    background-color: #e6e6e6;
    border-color: #0d487a;
}

.btn-back:focus,
.btn-back.focus {
    box-shadow: 0 0 0 2px rgba(19, 105, 177, 0.5);
}

.btn-back.disabled,
.btn-back:disabled {
    background-color: #fff;
    border-color: #1369B1;
}

.btn-back:active,
.btn-back.active,
.show>.btn-back.dropdown-toggle {
    color: #1369B1;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #0d487a;
}

.btn-back:before {
    position: absolute;
    content: "\f104";
    font: 36px/1 FontAwesome;
    left: 25px;
    top: 50%;
    margin-top: -20px;
}

.btn-tall {
    font-size: 1.3em;
    width: 100%;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    vertical-align: middle;
}

.btn-down {
    position: relative;
    min-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-indent: -20px;
}

.btn-down:after {
    text-indent: 0;
    position: absolute;
    content: "\e904";
    font-family: 'dubai-careers' !important;
    margin-left: 10px;
    top: 50%;
    margin-top: -20px;
    font-size: 1em;
    line-height: 45px;
}

.btn-employer {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    color: #172E56;
    text-transform: uppercase !important;
    font-size: 36px;
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0px;
}

.owl-carousel .department-item .card {
    padding: 15px;
    height: 175px;
}

.owl-carousel .department-item .card img {
    width: 74px;
    height: 74px;
    margin: auto;
}

.owl-carousel .department-item .card .card-title {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #565656;
    text-align: center;
    margin-top: 15px;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 60px;
    background: #8F3E97;
}

.search-icon {
    height: 37px;
    width: 37px;
}

.btn-white {
    color: #1369B1;
    background-color: #fff;
    border-color: #fff;
    border-width: 2px;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    min-width: 125px;
}

.btn-white:focus,
.btn-white:hover {
    color: #1369B1;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
}

.btn-white:active,
.btn-white.active,
.show>.btn-white.dropdown-toggle {
    color: #1369B1;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0;
}

.btn-primary.inverted-white {
    border-color: white;
    color: white;
    background: transparent;
}

.btn-primary.inverted-white:hover,
.btn-primary.inverted-white:focus {
    border-color: #1369B1;
    color: white;
    background: #1369B1;
}

.btn-primary.inverted-white:visited {
    color: white;
}

.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-50 {
    border-radius: 50px;
}

.min-height-50,
.max-height-50 {
    min-height: 50px;
}

.min-height-100,
.max-height-100 {
    min-height: 100px;
}

.min-height-160,
.max-height-160 {
    min-height: 160px;
}

.min-height-200,
.max-height-200 {
    min-height: 200px;
}

.min-height-250,
.max-height-250 {
    min-height: 250px;
}

.min-height-300,
.max-height-300 {
    min-height: 250px;
}

.min-height-350,
.max-height-350 {
    min-height: 250px;
}

.max-height-50 {
    max-height: 50px;
}

.max-height-100 {
    max-height: 100px;
}

.max-height-160 {
    max-height: 160px;
}

.max-height-200 {
    max-height: 200px;
}

.max-height-250 {
    max-height: 250px;
}

.max-height-350 {
    max-height: 350px;
}

.max-width-50 {
    max-width: 50px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-160 {
    max-width: 160px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-250 {
    max-width: 250px;
}

.max-width-350 {
    max-width: 350px;
}

.parallax {
    height: 520px;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    margin: 100px 0px;
}

.download-app {
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
}

.download-app .vertical-center {
    display: flex;
    align-items: center;
}

.download-app .img-fluid {
    margin: 60px 0px;
}

.download-app .title {
    color: #172E56;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    text-transform: uppercase;
    font-size: 36px;
}

.download-app .sub-title {
    color: #8F3E97;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    font-size: 26px;
    margin-top: 10px;
}

.overlay-mask {
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-img {
    min-height: 300px;
}

.banner-img.thumbnail {
    height: 300px;
}

.top-banner {
    background-size: cover;
    min-height: 350px;
}

.top-banner.others-pages {
    min-height: 200px;
}

.top-banner.others-pages .card-img-overlay h1.card-title {
    font-size: 50px;
}

.subscriptionForm__interestsFormGroup {
    position: relative;
}

.subscriptionForm__footer {
    display: inline-block;
    margin-top: -25px;
}

.subscriptionForm__separateInterestsHelperMessage {
    display: block;
    position: absolute;
    top: 100%;
    display: none;
    background: #f5f5f5 none;
    padding: 3px 7px;
    width: 100%;
    opacity: 0;
    user-select: none;
}

input:focus+.subscriptionForm__separateInterestsHelperMessage {
    display: block;
    opacity: 1;
    animation: subscriptionForm__showHelperMessage .3s ease-out;
}

@keyframes subscriptionForm__showHelperMessage {
    0%,
    15% {
        opacity: 0;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.card-img-overlay {
    min-height: 225px;
}

.card-img-overlay .card-title {
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    font-size: 16px;
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: #ffffff;
}

.card-img-overlay h1.card-title {
    font-size: 40px;
}

.subcription {
    background-color: #fafafa;
    padding: 20px 0px;
}

.subcription .notified-label {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #1F355B;
    float: left;
    margin: 10px 20px 0px 0px;
}

.subcription .form {
    display: none;
}

.subcription .thank-you-message,
.subcription .subcription-form {
    display: none;
}

.subcription.active #subcribe {
    display: none;
}

.subcription.active .subcription-form {
    display: flex;
    padding: 20px 0px;
}

.subcription.active .subcription-form .form-control {
    width: 220px;
    transition: width ease-out .2s;
}

.subcription.active .subcription-form .expandable:focus {
    width: 350px;
}

.subcription.done .welcome-message {
    display: none;
}

.subcription.done .thank-you-message {
    display: flex;
}

.subcription.done .subcription-form {
    display: none;
}

.btn-back-to-top {
    margin-top: 5px;
    font-size: 1.25rem;
    cursor: pointer;
}

.footer {
    color: white;
    direction: ltr;
}

.footer .subcribe-form input,
.footer .subcribe-form input:hover,
.footer .subcribe-form input:focus {
    background: transparent;
    border: transparent;
    color: white;
}

.footer .subcribe-form .input-group-addon {
    background: transparent;
    border: transparent;
}

.footer .subcribe-form .has-input .input-group-addon {
    color: #1369B1;
}

.footer .subcribe-form .btn-link {
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    padding: 0px 5px;
}

.footer .nav {
    width: 50%;
}

.footer .nav .nav {
    width: 100%;
}

.footer .nav .nav-item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .nav .nav-item .nav-link {
    color: white;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    font-size: 1.0rem;
}

.footer .nav .nav-item:hover,
.footer .nav .nav-item:focus {
    background: white;
}

.footer .nav .nav-item:hover>.nav-link,
.footer .nav .nav-item:focus>.nav-link {
    color: #8F3E97;
}

.footer .nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: 50%;
    width: 50%;
    top: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
}

.footer .nav .nav-item.dropdown:hover .dropdown-menu nav {
    width: 100%;
}

.footer .nav .nav-item.dropdown:hover>.nav-link:after {
    float: right;
    content: "\f0d9";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    margin-right: -18px;
    margin-top: -4px;
}

.footer .nav .nav-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-menu {
    width: 50%;
}

.list-unstyled.vertical-menu li {
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    padding-left: 10px;
    border-bottom: 1px #ebebeb solid;
}

.list-unstyled.vertical-menu li:hover {
    color: #1369B1;
    cursor: pointer;
}

.list-unstyled.border li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1.25rem 0rem;
}

.list-unstyled.border li:last-child {
    border-bottom: 0px;
}

.partner-logo {
    background: white;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    position: absolute;
    position: relative;
    min-height: 120px;
    width: 120px;
}

.partner-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.partner-thumbnail {
    min-height: 200px;
}

.partner-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.custom-select {
    min-height: 34px;
}

.custom-select label {
    display: inline-block;
    padding: .75em .5em;
    border-bottom: 1px solid #efefef;
}

.custom-select li:last-child label {
    border-bottom-width: 0;
}

input[type='checkbox'] {
    margin-top: -30px;
}

input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor: pointer;
}

input[type='checkbox']:after {
    content: "";
    font-family: FontAwesome;
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
    position: absolute;
    cursor: pointer;
    height: 13px;
    width: 13px;
    left: 0;
    top: 0;
    font-size: 10px;
    background: #fff;
    border: 1px solid #8F3E97;
    border-radius: 2px;
}

input[type='checkbox']:checked:after,
input[type='checkbox']:checked:hover:after {
    background: #8F3E97;
    content: '';
    color: #fff;
}

input[type='text']:focus,
input[type='email']:focus,
textarea:focus {
    border-color: #8F3E97 !important;
    box-shadow: inset 0 0 0 1px #8F3E97 !important;
}

/* 6.1 STEPS 
    ---------------------- */

.left-steps {
    border-right: 1px solid #e9e9e9 !important;
    padding-right: 0px;
}

.left-steps .list-group {
    -webkit-padding-start: 0px;
}

.left-steps .list-group-item {
    border: 0px;
    cursor: pointer;
}

.left-steps .list-group-item.active {
    background: #fff;
    margin-right: -1px;
    color: inherit;
    border: 1px solid #e9e9e9;
    border-right: 0px;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
}

.question li {
    margin-bottom: 20px;
    display: none;
}

.question li.active {
    display: list-item;
}

.question a {}

.question a:before {
    font: normal normal normal 20px/1 FontAwesome !important;
    content: "\f107" !important;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.question a.collapsed:before {
    font: normal normal normal 20px/1 FontAwesome !important;
    content: "\f105" !important;
    width: 30px;
    display: inline-block;
    text-align: center;
}

.question .card {
    border: 0px;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9 !important;
    margin-left: 25px;
}

[class*='grid-md'],
[class*="grid-sm"],
[class*="grid-xs"],
[class*="grid-lg"] {
    display: inline-block;
    width: 100%;
}

[class*='grid-md'] li p.card-text,
[class*="grid-sm"] li p.card-text,
[class*="grid-xs"] li p.card-text,
[class*="grid-lg"] li p.card-text {
    font-size: 1.25rem;
}

[class*='grid-md'] li a,
[class*="grid-sm"] li a,
[class*="grid-xs"] li a,
[class*="grid-lg"] li a {
    width: 100%;
    display: block;
}

.mask {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.noscroll {
    overflow: hidden;
}

@media (max-width: 767px) {
    .parallax {
        height: 550px;
        margin: 0px 0px;
        margin-bottom: 50px;
    }
    .parallax p.description {
        padding: 20px 0px 20px 0px;
    }
    .parallax .btn {
        min-width: 240px;
    }
    .subscriptionForm__separateInterestsHelperMessage {
        position: absolute;
    }
    .nav-horizontal {
        width: 100%;
    }
    header>.container>.row {
        margin-top: 0px;
    }
    .responsive.lang {
        top: 15px;
    }
    .subcription.active .subcription-form .expandable:focus {
        width: 300px;
    }
    .subcription.active .subcription-form .form-control {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .navbar>.container {
        width: 100%;
    }
    #submit {
        display: inline-block;
    }
    .subscriptionForm__separateInterestsHelperMessage {
        position: static;
    }
    .subscriptionForm__footer {
        text-align: right;
        width: 100%;
    }
    .left-steps {
        border-right: 0px solid #e9e9e9 !important;
        padding-right: 15px;
    }
    .left-steps .list-group-item.active {
        border-right: 1px solid #e9e9e9;
    }
    .question {
        padding-top: 20px;
    }
    .subcription .welcome-message,
    .subcription .thank-you-message {
        text-align: center;
    }
    .subcription .row {
        margin: 0px 15px;
    }
    .subcription .notified-label {
        text-align: center;
        float: none;
        margin: auto;
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 16px;
    }
    .subcription.active .subcription-form {
        display: flex;
        padding: 10px 0px;
    }
    .subcription.active .subcription-form .form-group {
        width: 100%;
    }
    .subcription.active .subcription-form .form-control {
        width: 100%;
    }
    .subcription.active .subcription-form .form-control.expandable:focus {
        width: 100%;
    }
    .subcription.active .subcription-form button {
        margin: auto;
    }
    .subcription.done .thank-you-message {
        display: block;
    }
    .footer-tab {
        margin-top: 20px !important;
    }
    .footer-tab li {
        width: 50%;
        float: left;
    }
    .logoWrapper img {
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    html,
    body {
        font-size: 90.75%;
    }
}

@media (max-width: 767px) {
    html,
    body {
        font-size: 83.5%;
    }
}

@media (max-width: 575px) {
    html,
    body {
        font-size: 80.5%;
    }
}

/* Dubai Career CSS */

.search-control {
    padding: 1rem 1.75rem;
    border-radius: 50px;
    font-size: 2em;
    text-align: center;
    border: 0px;
}

.category-grid [class*='col-'] {
    margin-bottom: 30px;
}

a.category-link .icon {
    float: left;
    width: 74px;
    height: 74px;
    display: flex;
    /*flex-flow: column;*/
    align-items: center;
    justify-content: center;
    border-radius: 12px 0px 0px 12px;
    margin-right: 35px;
}

a.category-link .icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #6FB716;
    position: absolute;
    z-index: 100;
    left: 0;
    margin-left: 88px;
}

a.category-link .icon img {
    height: 50px;
}

a.category-link .icon.uae-national {
    background-color: #6FB716;
}

a.category-link .icon.uae-national:after {
    border-left: 10px solid #6FB716;
}

a.category-link .icon.fresh-graduate {
    background-color: #83398A;
}

a.category-link .icon.fresh-graduate:after {
    border-left: 10px solid #83398A;
}

a.category-link .icon.volunteer {
    background-color: #12B9F3;
}

a.category-link .icon.volunteer:after {
    border-left: 10px solid #12B9F3;
}

a.category-link .icon.experienced {
    background-color: #F98442;
}

a.category-link .icon.experienced:after {
    border-left: 10px solid #F98442;
}

a.category-link .icon.determination {
    background-color: #FAB209;
}

a.category-link .icon.determination:after {
    border-left: 10px solid #FAB209;
}

a.category-link .icon.scholarships {
    background-color: #1B8AD7;
}

a.category-link .icon.scholarships:after {
    border-left: 10px solid #1B8AD7;
}

a.category-link .icon.featured {
    background-color: #42A8A6;
}

a.category-link .icon.featured:after {
    border-left: 10px solid #42A8A6;
}

a.category-link .icon.urgent-need {
    background-color: #EB4104;
}

a.category-link .icon.urgent-need:after {
    border-left: 10px solid #EB4104;
}

a.category-link .icon.all-jobs {
    background-color: #79469C;
}

a.category-link .icon.all-jobs:after {
    border-left: 10px solid #79469C;
}

a.category-link .title {
    display: block;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 12px;
}

a.category-link .title p {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    padding-top: 25px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #1b2954;
}

a.category-link:hover .title,
a.category-link:focus .title {
    color: #1369B1;
}

.powerby-list {
    padding: 20px 0px;
}

.powerby-list li {
    float: left;
}

.powerby-list li img {
    max-height: 25px;
    padding-right: 10px;
}

.powerby-grid {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.powerby-grid img {
    display: inline;
    max-height: 40px;
    padding: 5px;
    margin: 5px 15px;
}

.parallax-container {
    height: 300px;
    width: 100%;
    text-align: center;
    /*padding: 160px 0 0;*/
    text-align: left;
    color: #fff;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
}

.parallax-container p.description {
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
    margin-top: 20px;
}

.parallax-container h1 {
    font-size: 2.3rem;
}

.parallax-container img {
    max-height: 470.0px;
}

.parallax-container .application-link .icon {
    display: inline-block;
    float: left;
    font-size: 3em;
    margin-right: 15px;
}

.parallax-container .application-link .title {
    color: #fff;
    font-size: 2em;
    display: flex;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    margin-left: 15px;
}

.parallax-container .application-link .title a {
    color: #fff;
}

.parallax-container .wrapper {
    height: 100%;
    position: relative;
    /*    background: rgba(0, 0, 0, 0.2);*/
}

.parallax-container .wrapper .container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.footer-tab {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.footer-tab ol {
    margin-bottom: 0rem;
}

.footer-tab ol {
    -webkit-padding-start: 0px;
}

.footer-tab li {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.footer-tab li a {
    color: #000;
    text-decoration: none;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: -0.3px;
}

.footer-tab li a:hover {
    color: #1369B1;
}

.footer-copyright p {
    font-size: 12px;
    line-height: 19px;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    color: #939598;
}

.btn-social-icon,
.btn-social-icon i {
    color: #172E56;
}

.btn-social-icon:hover,
.btn-social-icon:focus,
.btn-social-icon i:hover,
.btn-social-icon i:focus {
    color: #8F3E97;
}

.dropdown-menu.custom {
    padding: 0px;
}

.dropdown-menu.custom li {
    line-height: 34px;
}

.dropdown-menu.custom li a {
    padding: 0px 10px;
    color: #000;
}

.dropdown-menu.custom li a:hover,
.dropdown-menu.custom li a:focus {
    color: rgba(0, 0, 0, 0.7);
}

#morecategories.show>div {
    display: block !important;
}

#morecategories.show>div:last-child {
    display: none !important;
}

#morecategories>div:nth-child(-n+8) {
    display: block;
}

#morecategories>div:nth-child(n+9) {
    display: none;
}

#morecategories>div:last-child {
    display: block !important;
}

#morecategories a.category-link {
    text-align: left;
}

#morecategories a.category-link .title {
    text-align: left;
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    margin-bottom: 10px;
    line-height: inherit;
}

#morecategories .category-link .title {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    font-size: 17px;
    color: #1b2954;
}

#morecategories .category-link .title:hover,
#morecategories .category-link .title:focus {
    color: #1369B1;
}

#morecategories .category-link .description a {
    font-size: 15px;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    color: #1b2954;
}

#morecategories .category-link .description a:hover,
#morecategories .category-link .description a:focus {
    color: #1369B1;
}

@media (max-width: 1200px) {
    #morecategories>div:nth-child(-n+8) {
        display: block;
    }
    #morecategories>div:nth-child(n+9) {
        display: none;
    }
}

@media (max-width: 991px) {
    #morecategories>div:nth-child(-n+9) {
        display: block;
    }
    #morecategories>div:nth-child(n+10) {
        display: none;
    }
    .parallax-container {
        height: 362px;
    }
    .parallax-container h1 {
        font-size: 2.0rem;
    }
    .parallax-container img {
        max-height: 320.0px;
    }
}

@media (max-width: 767px) {
    #morecategories>div:nth-child(-n+6) {
        display: block;
    }
    #morecategories>div:nth-child(n+7) {
        display: none;
    }
    #morecategories a.category-link {
        text-align: left;
    }
    #morecategories a.category-link .title {
        text-align: left;
        font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
        margin-bottom: 10px;
    }
    a.category-link {
        text-align: center;
        max-width: 100px;
    }
    a.category-link .icon {
        margin: auto;
        float: inherit;
        border-radius: 12px;
    }
    a.category-link .icon:after {
        display: none;
    }
    a.category-link .title {
        font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
        margin-bottom: 25px;
        padding-top: 0px;
        border: 0px;
    }
    .parallax-container {
        height: 300px;
    }
    .parallax-container .wrapper {
        margin-left: 25px;
        margin-right: 25px;
    }
    .parallax-container .pt-5 {
        padding-top: 0px;
    }
    .parallax-container h1 {
        font-size: 3.0rem;
        text-align: center;
        margin-bottom: 10px;
    }
    .parallax-container h3 {
        font-size: 2.0rem;
        text-align: center;
        margin-bottom: 10px;
    }
    .parallax-container img {
        max-height: 210.0px;
    }
    .parallax-container p.description {
        font-size: 1.2rem;
    }
    .parallax-container .stores-link {
        position: absolute;
        bottom: 20px;
        width: 50%;
    }
    .parallax-container .stores-link img {
        max-width: 40%;
    }
    .top-banner {
        min-height: 220px;
    }
    .top-banner .card-img-overlay {
        min-height: 220px;
    }
}

@media (max-width: 575px) {
    #subcribe {
        width: 200px;
    }
    a.category-link .title {
        height: auto;
    }
    a.category-link .title p {
        padding-top: 10px;
    }
    #morecategories>div:nth-child(n) {
        display: none;
    }
    a.category-link .title {
        font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
        line-height: 16px;
        font-size: 12px;
    }
    .banner-img {
        min-height: 120px;
    }
    .mobile-parallax {
        height: 230px;
        background-image: linear-gradient(to top, #1369b1, #8f3e97);
    }
    .mobile-parallax .container {
        padding-top: 20px;
        height: 230px;
    }
    .mobile-parallax img {
        max-height: 132px;
        position: absolute;
        bottom: 0px;
        right: 0;
    }
    .mobile-parallax h2,
    .mobile-parallax h3 {
        font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
        color: #fff;
    }
    .btn-tall {
        height: 47px;
        max-width: 206px;
    }
    .partner img {
        max-width: 100% !important;
    }
    .parallax-mirror {}
}

@media (max-width: 380px) {
    .download-app .img-fluid {
        margin: 20px;
    }
    .download-app .img-fluid img {
        width: 100%;
        display: block;
    }
}

.nav-border {
    box-shadow: inset 0 -1px 0 0 rgba(132, 132, 132, 0.2);
}

.nav-horizontal {
    list-style-type: none;
    -webkit-padding-start: 0;
    display: table;
    margin-bottom: 0;
    margin-top: 17px;
}

.nav-horizontal li {
    display: table-cell;
}

.nav-horizontal .nav-item {
    text-align: center;
    line-height: 0.2em;
}

.nav-item:last-child {
    border-right: 0px;
}

.nav-horizontal .nav-item .nav-link {
    white-space: nowrap;
    font-size: 16px;
    color: #000;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    font-family:  Calibri Semibold, Helvetica Neue Semibold, HelveticaNeue-Semibold, Arial, Sans-Serif;
}

.nav-horizontal .nav-item .nav-link:hover,
.nav-horizontal .nav-item .nav-link:focus {
    color: #8F3E97;
}

.nav-horizontal .nav-item .nav-link.top-link {
    color: #848484;
}

.nav-horizontal .nav-item .nav-link.top-link:hover,
.nav-horizontal .nav-item .nav-link.top-link:focus {
    color: #000;
}

.nav-horizontal .nav-item.active .nav-link {
    color: #8F3E97;
}

.img-scroll {
    overflow: auto;
}

.powerby-img {
    height: 35px;
    opacity: .75;
}

.toolbar {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 100 !important;
    background: #f7f7f8;
    width: 100%;
    position: relative;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
}

.toolbar:before {
    content: '';
    position: absolute;
    background-color: #c4c4c4;
    display: block;
    z-index: 15;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.toolbar.tabbar-labels {
    height: 50px;
}

.toolbar .toolbar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 8px;
}

.toolbar .toolbar-inner a.tab-link {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #8e8e93;
}

.toolbar .toolbar-inner a.tab-link.active {
    color: #8f3e97;
}

.toolbar .toolbar-inner a.tab-link i+span {
    margin: 0;
}

.toolbar .toolbar-inner a.tab-link i {
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-style: normal;
    position: relative;
    font-size: 25px;
    height: 30px;
    font-size: 25px;
    margin-top: 2px;
}

.toolbar .toolbar-inner a.tab-link .tabbar-label {
    letter-spacing: .01em;
    font-size: 10px;
    display: block;
    line-height: 1;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-banner.pages .banner-img {
    max-height: 200px;
    min-height: 225px;
}

.contact-info a {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
}

.headerRow {
    display: flex;
    flex-flow: row wrap;
}

.logoWrapper {
    align-self: flex-end;
}

.logoWrapper img {
    width: 100%;
}

.logoWrapper .lang {
    position: absolute;
    font-size: 16px;
    /* margin-top: 15px; */
    right: 70px;
    top: 8px;
}

.partner {
    padding: 15px 0px;
    border-bottom: 1px solid #e4e4e4 !important;
}

.partner img {
    max-width: 80%;
}

.partner .title {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    font-size: 16px;
}

.partner .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partner .link {
    font-family:  Calibri Bold, Helvetica Neue Bold, HelveticaNeue-Bold, Arial, Sans-Serif;
    color: #1369B1;
    font-size: 16px;
}

.partner .link::after {
    font: normal normal normal 14px/1 FontAwesome !important;
    content: "\f054" !important;
    padding-left: 10px;
}

.partner:last-child {
    border-bottom: 0px !important;
    padding-bottom: 40px;
}

.m-scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: none;
    padding-top: 9px;
    z-index: 9999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.m-scroll-top.m-scroll-top--shown {
    display: block;
}

.m-scroll-top {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
}

@keyframes animateSearchLabel {
    from {
        text-indent: calc(50% - 251px/2);
    }
    to {
        text-indent: 0;
    }
}

.search-holder {
    position: relative;
    z-index: 1;
}

.search-holder input {
    padding: 10px 30px;
    border: none;
    color: #000;
    font-size: 1.25em;
    line-height: 1.65em;
    width: 100%;
    font-family:  Calibri, Helvetica Neue, HelveticaNeue, Arial, sans-serif;
    outline: none;
    border-radius: 50px;
}

.search-holder input:focus {
    box-shadow: 0 0 0 2px #8F3E97;
}

.search-holder button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 2em;
    background: none;
    border: none;
    outline: none;
    padding-right: .5em;
    color: #848484;
    cursor: pointer;
}

.form-hints {
    margin-left: 7px;
    color: #565656;
    float: left;
}

.rtl .form-hints {
    margin-right: 7px;
    color: #565656;
    float: right;
}