@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url("../fonts/myriadpro-boldcond.eot");
    src: url("../fonts/myriadpro-boldcond.eot") format("embedded-opentype"), url("../fonts/myriadpro-boldcond.woff2") format("woff2"), url("../fonts/myriadpro-boldcond.woff") format("woff"), url("../fonts/myriadpro-boldcond.ttf") format("truetype"), url("../fonts/myriadpro-boldcond.svg#MyriadProBoldCondensed") format("svg");
}

@font-face {
    font-family: 'MyriadProCondensed';
    src: url("../fonts/myriadpro-cond.eot");
    src: url("../fonts/myriadpro-cond.eot") format("embedded-opentype"), url("../fonts/myriadpro-cond.woff2") format("woff2"), url("../fonts/myriadpro-cond.woff") format("woff"), url("../fonts/myriadpro-cond.ttf") format("truetype"), url("../fonts/myriadpro-cond.svg#MyriadProCondensed") format("svg");
}

@font-face {
    font-family: 'MyriadProLight';
    src: url("../fonts/myriadpro-light.eot");
    src: url("../fonts/myriadpro-light.eot") format("embedded-opentype"), url("../fonts/myriadpro-light.woff2") format("woff2"), url("../fonts/myriadpro-light.woff") format("woff"), url("../fonts/myriadpro-light.ttf") format("truetype"), url("../fonts/myriadpro-light.svg#MyriadProLight") format("svg");
}

@font-face {
    font-family: 'vip_hakm_boldvip_hakm';
    src: url("../fonts/vip_hakm_bold_2016.ttf") format("truetype"), url("../fonts/vip_hakm_bold_2016-webfont.woff2") format("woff2"), url("../fonts/vip_hakm_bold_2016-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'MyriadProLight';
    background: #ffffff;
    margin: 0px;
    padding: 0px;

    /*color: #B9CFD0;*/
    overflow-x: hidden;
    overflow-y: scroll;
}

.wrapper {
    min-height: 100%;
    position: relative;
    padding-bottom: 270px;
}

.wrapper .mf-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding-bottom: 0;
    }

    .wrapper .mf-footer {
        position: static;
    }
}

@media screen and (max-width: 960px) {
    header {
        border-bottom: 1px solid #dddddd;
    }
}

.light-text {
    color: #ffffff;
}

.dark-primary-text {
    color: #ae9f3d;
}

.dark-secondary-text {
    color: #323232;
}

.mf-button-primary {
    background: #ae9f3d;
    color: #ffffff;
    min-width: 120px;
    font-size: 22px;
}

.mf-button-primary:hover {
    background: #948731;
    color: #ffffff;
}

@media (max-width: 768px) {
    .mf-button-primary {
        font-size: 16px;
    }
}

.mf-button-light {
    background: #ffffff;
    color: #948731;
    min-width: 120px;
    font-size: 22px;
}

.mf-button-light:hover {
    color: #948731;
}

@media (max-width: 768px) {
    .mf-button-light {
        font-size: 16px;
    }
}

.inline-link-ico {
    color: #948731;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.inline-link-ico i {
    font-size: 25px;
    margin: 0 5px;
}

.inline-link-ico:hover {
    color: #323232;
    text-decoration: none;
}

.box-shadow-3 {
    box-shadow: 3px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.box-shadow-2 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.border-r-0 {
    border-radius: 0;
}

.mf-date-time {
    background: url("../images/orange-pattern.png");
    min-height: 45px;
    padding: 9px 0;
}

@media (max-width: 960px) {
    .mf-date-time {
        display: none;
    }
}

.mf-date-time p {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mf-date-time p span {
    line-height: 27px;
    display: flex;
}

.mf-date-time p img {
    vertical-align: middle;
    margin: 0 10px;
    height: 23px
}

.mf-lang {
    text-align: center;
}

.mf-lang .search-toggle {
    display: none;
}

@media (max-width: 960px) {
    .mf-lang .search-toggle {
        display: inline-block;
        text-align: right;
    }
}

@media (max-width: 960px) {
    .mf-lang {
        text-align: right;
    }
}

.mf-lang a {
    display: inline-block;
    border-right: 1px solid #4b77b6;
    color: #666666;
    padding: 0 15px;
    height: 10px;
    line-height: 5px;
}

@media (max-width: 960px) {
    .mf-lang a {
        padding: 0 5px;
        font-size: 12px;
        line-height: 13px;
    }
}

.mf-lang a:last-child {
    border-right: none;
}

.mf-lang a.active {
    color: #ae9f3d;
}

.mf-lang a:hover {
    text-decoration: none;
    color: #ae9f3d;
}

.mf-lang .arabic {
    font-family: 'vip_hakm_boldvip_hakm';
}

.mf-lang .english {
    font-family: 'MyriadProLight';
}

.mf-form-control {
    border-color: #989898;
    text-align: left;
}

.mf-form-control:focus {
    border-color: #ae9f3d;
    box-shadow: none !important;
    outline: none !important;
}

.select-group .mf-form-control {
    height: 38px;
    border-radius: 0;
    border: 1px solid #989898 !important;
    background: #fff;
}

.select-group .field-label {
    font-size: 14px !important;
    color: #5264AE !important;
    padding: 0 5px;
    top: -10px !important;
    background: #ffffff;
}

.select-group .mf-select-form-control {
    color: #323232;
    border-color: #989898;
    border-radius: 0;
    line-height: 30px !important;
    padding: 5px 15px !important;
    height: 40px;
}

.select-group .mf-select-form-control:focus {
    border-color: #ae9f3d;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 960px) {
    .mf-row-header .mf-search-lang {
        padding: 20px 15px !important;
        width: 100% !important;
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .mf-row-header {
        margin: 0 -15px;
        display: inherit !important;
        flex-wrap: inherit !important;
    }
}

@media (max-width: 960px) {
    .mf-row-header .brand-col {
        position: absolute;
        text-align: left;
        z-index: 999;
        margin-top: 0;
        padding-left: 60px
    }
}

.mf-search {
    position: relative;
    margin: 15px 0;
}

@media (max-width: 960px) {
    .mf-search {
        background: #eee;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999999;
        width: 100%;
        margin: 0;
        padding: 14px;
        display: none;
    }
}

.mf-search form {
    position: relative;
}

.mf-search .form-control {
    border-radius: 0;
    padding-right: 50px;
    text-align: left;
}

.mf-search button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    color: #ae9f3d;
    width: 45px;
    height: 100%;
}

.mf-search button:focus {
    background: none;
}

.mf-search button:hover {
    color: #323232;
}

.header-center-img {
    padding: 10px 0;
    text-align: center;
}

.header-center-img img {
    width: auto;
    max-width: 100%;
}

.stellarnav.fixed {
    z-index: 999 !important;
}

.stellarnav .menu-toggle {
    padding: 10px 18px !important;
}

.stellarnav .menu-toggle span.bars {
    margin: 0 !important;
}

.logo {
    padding: 10px 0;
}

.logo img {
    width: auto;
    max-width: 100%;
}

@media (max-width: 960px) {
    .logo img {
        width: 100px;
        max-width: 100px;
    }
}

.mf-stellarnav {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.mf-stellarnav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: row-reverse; */
}

.stellarnav.mobile.light ul {
    box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.3);
}

.stellarnav.mobile .close-menu {
    background: url(../images/orange-pattern.png);
    color: #FFFFFF;
    padding: 11px 15px;
}

.stellarnav.mobile .close-menu .icon-close {
    /*display: none;
    margin: 0px 5px;*/ 
}

.mf-stellarnav.stellarnav.light li a {
    color: #ae9f3d;
}

.mf-stellarnav.stellarnav.light li a:hover {
    color: #323232 !important;
}

.stellarnav ul ul {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.4);
}

@media (max-width: 960px) {
    .stellarnav.mobile.active {
        z-index: 999999999;
    }

    .stellarnav ul ul {
        box-shadow: none !important;
    }
}

.stellarnav.mobile > ul > li > ul > li > a {
    padding: 10px 40px 10px 10px;
    background: #f1f1f1;
}

.stellarnav.mobile > ul > li > ul > li > ul > li > a {
    padding: 10px 40px 10px 10px;
    background: #e2e2e2;
}

.mf-stellarnav.stellarnav .dd-toggle {
    width: 38px;
    height: 38px;
    padding: 0 !important;
}

.stellarnav ul ul:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 6px;
    width: 98%;
    background: #ae9f3d;
}

@media (max-width: 960px) {
    .stellarnav ul ul:before {
        display: none;
    }
}

.stellarnav ul ul:after {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    left: 0;
    height: 100%;
    background: #ae9f3d;
    z-index: 9999;
}

.stellarnav li.has-sub > a:after {
    border-top: 6px solid #ae9f3d !important;
}

.stellarnav li li.has-sub > a:after {
    border-left: 6px solid #ae9f3d !important;
    border-top: 6px solid transparent !important;
}

.stellarnav li ul li a {
    color: #a5a5a5 !important;
}

.stellarnav li ul li a:hover {
    background: #f0f0f0;
    color: #858585;
}

.mf-home-banner .mf-banner-container {
    width: 100%;
    margin: 0 auto;
}

.mf-divider {
    border-bottom: 1px solid #989898;
}

.mf-divider-grey {
    border-bottom: 1px solid #cbcbcb;
}

@media (max-width: 960px) {
    .hide-md {
        display: none !important;
    }
}

.clearfx {
    clear: both;
}

.mf-home-slider {
    color: #ffffff;
    text-align: center;
}

.mf-home-slider .slide-item {
    position: relative;
    /* height: 600px; */
}

@media (max-width: 768px) {
    .mf-home-slider .slide-item {
        height: auto;
    }
}

.mf-home-slider .slide-item:focus {
    outline: none;
}

.mf-home-slider .slide-item .slider-imge {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .mf-home-slider .slide-item .slider-imge {
        height: auto;
    }
}

.mf-home-slider .slide-item .slider-imge img {
    width: 100%;
    opacity: 0.4;
}

.mf-home-slider .slide-item .slide-content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mf-home-slider .slide-item .slide-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .mf-home-slider .slide-item .slide-content h2 {
        font-size: 5vw;
    }
}

.mf-home-slider .slide-item .slide-content img {
    margin: 20px auto;
}

.mf-home-slider .slide-item .slide-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .mf-home-slider .slide-item .slide-content h3 {
        font-size: 3vw;
        line-height: 4vw;
    }
}

@media (max-width: 768px) {
    .mf-home-slider .slide-item .slide-content .btn {
        margin-bottom: 30px;
    }
}

.mf-home-slider .slick-dots {
    bottom: 10%;
}

.mf-home-slider .slick-dots li {
    margin: 0 8px;
    width: auto;
}

.mf-home-slider .slick-dots li button {
    border: 1px solid #ffffff !important;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    padding: 0;
}

.mf-home-slider .slick-dots li button:before {
    font-size: 0 !important;
}

.mf-home-slider .slick-dots li.slick-active button {
    background: #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff;
}

.mf-home-slider .slick-arrow {
    z-index: 999;
}

.mf-home-slider .slick-arrow:hover {
    color: #ae9f3d !important;
}

.mf-home-slider .slick-prev {
    left: 20%;
}

.mf-home-slider .slick-prev:before {
    font-family: 'FontAwesome';
    content: '\f104';
    font-size: 35px;
}

.mf-home-slider .slick-next {
    right: 20%;
}

.mf-home-slider .slick-next:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 35px;
}

.mf-testomonial {
    padding: 190px 0 0 0;
    margin-bottom: -170px;
    z-index: 99;
    position: relative;
}

.mf-testomonial .mf-backworkd-wrap {
    min-height: 410px;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mf-testomonial .mf-backworkd-wrap .mf-front-wrap {
    /* background: url("../images/white-pattern.png"); */
    height: 470px;
    margin-top: -30px;
    margin-bottom: -30px;
    width: 100%;
    padding-bottom: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}

.mf-testomonial-slider {
    color: #ae9f3d;
    text-align: center;
    margin-top: -108px;
    margin-bottom: 0 !important;
}

.mf-testomonial-slider .slick-dots {
    bottom: 30px !important;
}

@media (max-width: 768px) {
    .mf-testomonial-slider .slick-dots {
        display: none;
    }
}

.mf-testomonial-slider .mf-testomonial-item:focus {
    outline: none;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .slider-bg-img {
    /* border: 1px solid #f00; */
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 100px;
    height: 470px;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .slider-bg-img img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .mf-testomonial-slider .mf-testomonial-item .slide-content .slider-bg-img img {
        height: 100%;
        width: auto;
    }
}

.mf-testomonial-slider .mf-testomonial-item .slide-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 570px;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .mf-testm-img {
    width: 208px;
    margin: 0 auto 40px auto;
    padding-bottom: 1px;
    position: relative;
    z-index: 9999;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .mf-testm-img:before {
    background: rgba(174, 159, 61, 0.616);
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .mf-testm-img img {
    margin: 8px;
    z-index: 99;
    position: relative;
    width: 192px;
    height: 192px;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .mf-test-btn-set {
    position: relative;
    z-index: 999;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content h3 {
    font-size: 48px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}

@media (max-width: 768px) {
    .mf-testomonial-slider .mf-testomonial-item .slide-content h3 {
        font-size: 6vw;
    }
}

.mf-testomonial-slider .mf-testomonial-item .slide-content h4 {
    color: #323232;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9999;
}

@media (max-width: 768px) {
    .mf-testomonial-slider .mf-testomonial-item .slide-content h4 {
        font-size: 4vw;
    }
}

.mf-testomonial-slider .mf-testomonial-item .slide-content .btn {
    margin-bottom: 30px;
}

.mf-testomonial-slider .slick-dots li {
    margin: 0;
}

.mf-testomonial-slider .slick-dots li button:before {
    font-size: 11px;
}

.mf-testomonial-slider .slick-arrow {
    z-index: 999;
    color: #323232;
    width: 35px;
    height: 35px;
    top: 60%;
}

.mf-testomonial-slider .slick-arrow:hover {
    color: #ae9f3d !important;
}

.mf-testomonial-slider .slick-prev {
    left: 40px;
}

.mf-testomonial-slider .slick-prev:before {
    font-family: 'icomoon' !important;
    content: '\e91b';
    font-size: 35px;
    color: #323232;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mf-testomonial-slider .slick-next {
    right: 40px;
}

.mf-testomonial-slider .slick-next:before {
    font-family: 'icomoon' !important;
    content: '\e921';
    font-size: 35px;
    color: #323232;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
    .slick-arrow {
        display: none !important;
    }
}

.mf-test-btn-set .btn {
    margin: 15px;
}

.mf-services .mf-services-bg {
    background: url("../images/services-bg.png");
    background-position: center center;
    background-size: cover;
}

.mf-services .mf-services-bg .mf-service-overlay {
    background: rgba(82, 77, 73, 0.767);
    min-height: 400px;
    padding: 240px 0 70px 0;
}

.mf-section-title {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .mf-section-title {
        margin-bottom: 20px;
    }
}

.mf-section-title .mf-title {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 768px) {
    .mf-section-title .mf-title {
        font-size: 4vw;
        position: relative;
        padding-bottom: 20px;
    }
}

.mf-section-title .mf-title:before {
    content: '';
    width: 100px;
    background: url("../images/title-bg-left.png") no-repeat;
    background-position: center center;
    display: inline-block;
    height: 10px;
}

@media (max-width: 768px) {
    .mf-section-title .mf-title:before {
        width: 100%;
        background: url("../images/banner-mark-divider.png") no-repeat center center;
        position: absolute;
        background-size: 170px;
        bottom: 0;
        left: 0;
    }
}

.mf-section-title .mf-title:after {
    content: '';
    width: 100px;
    background: url("../images/title-bg-right.png") no-repeat;
    background-position: center center;
    display: inline-block;
    height: 10px;
}

@media (max-width: 768px) {
    .mf-section-title .mf-title:after {
        display: none;
    }
}

.mf-section-sub-title {
    text-align: center;
    padding: 25px 0 15px 0;
    margin-bottom: 15px;
}

.mf-section-sub-title h3 {
    background: url("../images/banner-mark-divider.png") no-repeat bottom center;
    display: inline-block;
    font-size: 24px;
    min-width: 15px;
    padding-bottom: 20px;
    min-width: 200px;
}

@media (max-width: 768px) {
    .mf-section-sub-title h3 {
        font-size: 5vw;
    }
}

.mf-section-sub-title-plain h3 {
    background: none;
    padding-bottom: 0;
}

.mf-service-item {
    text-align: center;
    background: #ffffff;
    padding: 20px 10px;
    margin: 15px 10px;
}

.mf-service-item:hover .service-icon span:before {
    color: #ae9f3d;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-service-item a:hover {
    text-decoration: none;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-service-item:hover p {
    color: #323232;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-service-item:hover p a {
    color: #323232;
    text-decoration: none;
}

.mf-service-item .service-icon {
    margin-bottom: 10px;
}

.mf-service-item .service-icon img {
    min-height: 60px;
    max-height: 60px;
}

.mf-service-item .service-icon span {
    min-height: 60px;
    max-height: 60px;
    font-size: 55px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-service-item p {
    color: #ae9f3d;
    font-size: 16px;
    margin: 0;
    min-height: 56px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-service-item p a {
    color: #ae9f3d;
}

.mf-footer {
    background: url("../images/footer-orange-pattern.png");
    color: #ffffff;
    padding: 30px 0px 10px 0px;
    direction: rtl;
    clear: both;
}

.footer-item-title {
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .footer-item-title {
        margin-bottom: 0;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.footer-item-title:before {
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 1px solid #ffffff;
    top: 100%;
    left: 0;
}

@media (max-width: 768px) {
    .footer-item-title:before {
        display: none;
    }
}

.mf-app-btn-set .btn {
    font-size: 15px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mf-app-btn-set .btn.mf-button-light:hover {
    background: #948731 !important;
    color: #ffffff !important;
}

.mf-app-btn-set .btn i {
    font-size: 27px;
    margin: 0 7px;
}

.mf-contact-info p {
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .mf-contact-info p {
        text-align: center !important;
        display: inherit !important;
    }
}

.mf-contact-info p i {
    margin-right: 20px;
    font-size: 18px;
    width: 18px;
    text-align: center;
    float: left;
}

@media (max-width: 768px) {
    .mf-contact-info p i {
        display: none;
    }
}

@media (max-width: 768px) {
    .mf-contact-info p i.fa {
        display: none;
    }
}

@media (max-width: 768px) {
    .mf-contact-info p i:before {
        display: none;
    }
}

.mf-contact-number {
    padding-top: 60px;
}

@media (max-width: 768px) {
    .mf-contact-number {
        padding: 15px 0;
        text-align: center;
    }
}

.mf-contact-number p {
    font-family: 'MyriadProLight';
}

@media (max-width: 768px) {
    .mf-contact-address {
        text-align: center;
        padding: 0 40px;
        direction: ltr;
    }
}

.mf-contact-address p {
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    clear: both;
    justify-content: flex-end;
}

.copy-right {
    text-align: right;
    font-size: 14px;
}

@media (max-width: 768px) {
    .copy-right {
        text-align: center;
        /*margin-bottom: 5px !important; */
    }
}

@media (max-width: 768px) {
    .mf-social-set {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        justify-content: center;
    }
}

.mf-social-set span {
    margin-left: 40px;
    font-size: 16px;
}

.mf-social-set span.follow-us-label {
    margin-left: 0;
}

@media (max-width: 768px) {
    .mf-social-set span {
        margin-left: 0;
        display: block;
        text-align: center;
    }
}

.mf-social-set span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #ffffff;
    margin: 0 10px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-social-set span a:hover {
    text-decoration: none;
    color: #323232;
}

.mf-social-set span a.icon-instagram {
    font-size: 16px;
}

.white-divider {
    border-bottom: 1px solid #ffffff;
}

.white-text {
    color: #ffffff;
}

@media (max-width: 960px) {
    .header-container {
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    .stellarnav.mobile {
        background: none !important;
        position: absolute !important;
        left: 5px;
        width: 50px !important;
        top: 13px;
        z-index: 999999999999999999999;
        overflow: inherit !important;
        box-shadow: none
    }
}

.stellarnav.mobile.right > ul {
    z-index: 9999;
}

.social-nav-floating {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99999;
}

@media (max-width: 768px) {
    .social-nav-floating {
        display: none;
    }
}

.social-nav-floating a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
    background: #e5e5e5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e5e5e5 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e5e5e5 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    display: block;
    border-radius: 5px;
    font-size: 20px;
    color: #ae9f3d;
    height: 40px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #b1b1b0;
    border-left: 1px solid #b1b1b0;
    border-top: 1px solid #ffffff;
}

.social-nav-floating a:hover {
    text-decoration: none;
}

.social-nav-floating a .icon-social-facebook {
    font-size: 28px;
}

.field-group {
    position: relative;
    margin-bottom: 30px;
    /* LABEL ======================================= */
    /* active state */
    /* active state */
}

.field-group .mf-form-control {
    font-family: 'MyriadProLight';
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #989898;
}

.field-group .invalid-feedback {
    font-family: 'MyriadProLight';
    font-size: 14px;
}

.field-group .mf-form-control:focus {
    outline: none;
}

.field-group label.field-label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 8px;
    z-index: 99;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.field-group .mf-form-control:focus ~ label {
    top: -10px !important;
    font-size: 14px;
    color: #5264AE;
    background: #ffffff;
    padding: 0 5px;
}

.field-group .mf-form-control:valid ~ label {
    top: -10px !important;
    font-size: 14px !important;
    color: #5264AE !important;
    background: #ffffff !important;
    padding: 0 5px !important;
}

.field-group .field-label.input-has-value {
    top: -10px;
    font-size: 14px;
    color: #5264AE;
    background: #ffffff;
    padding: 0 5px;
}

.field-group .mf-form-control:focus {
    border-color: #ae9f3d;
}

.captcha img {
    width: 100%;
}

.select-group .s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select-group .select {
    cursor: pointer;
    display: block;
    position: relative;
    color: black;
    border: 1px solid #989898;
    width: 100%;
}

.select-group .select .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 10px 15px;
    font-weight: bold;
}

.select-group .select .styledSelect:after {
    right: 15px;
    left: auto;
}

.select-group .styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #ae9f3d transparent transparent transparent;
    position: absolute;
    top: 18px;
    left: 15px;
}

.select-group-indynamic .mf-form-control {
    background: #ffffff;
    font-family: 'MyriadProLight';
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #989898;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-group-indynamic:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #ae9f3d transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 15px;
}

.select-group .styledSelect:active, .select-group .styledSelect.active {
    background-color: #eee;
}

.select-group .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    max-height: 15em;
    overflow: auto;
    padding: 10px 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.select-group .options li {
    padding: 6px;
    margin: 0 0;
}

.select-group .options li:hover {
    background-color: #39f;
    color: white;
}

.icon-field .field-icon {
    position: absolute;
    right: 15px;
    left: auto;
    top: 8px;
    color: #ae9f3d;
    font-size: 24px;
    z-index: 999;
}

.icon-field .field-label {
    font-family: 'MyriadProLight';
}

.modal-dialog-map .modal-content {
    background-color: transparent;
    display: initial;
    border: none;
}

.modal-dialog-map .modal-content .modal-map-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.modal-dialog-map .modal-content .close-map {
    position: absolute;
    font-style: normal;
    right: -32px;
    top: 31px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .modal-dialog-map .modal-content .close-map {
        right: 20px;
        top: 5px;
        color: #323232;
        z-index: 999;
    }
}

@media (max-width: 768px) {
    .modal-dialog-map .modal-content {
        width: 95%;
    }
}

.modal-dialog-map .modal-content .btn {
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    margin-right: -10px;
    width: 190px;
}

.map-body {
    position: relative;
    margin-bottom: 20px;
}

.map-body iframe {
    position: relative;
    z-index: 99;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .map-body iframe {
        width: 100%;
        height: 70vw;
    }
}

.map-body:after {
    content: "";
    position: absolute;
    left: -13px;
    bottom: 0;
    width: 18px;
    background: #ae9f3d;
    height: 100%;
}

.modal-action {
    text-align: left;
}

.map-body:before {
    content: "";
    position: absolute;
    left: -13px;
    bottom: -5px;
    width: 100%;
    background: #ae9f3d;
    height: 15px;
}

@media (min-width: 576px) {
    .modal-dialog-map {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}

.search-toggle {
    font-size: 20px !important;
    margin-left: 20px;
    border: none !important;
    float: right;
    margin-top: 4px;
}

.news-c-container {
    max-width: 100%;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.new_items {
    margin-bottom: 80px;
}

@media (max-width: 768px) {
    .new_items {
        margin-bottom: 20px;
    }
}

.new_items .slick-arrow {
    background: #ffffff !important;
    height: 100%;
    width: 50px;
    z-index: 9;
}

.new_items .slick-arrow:before {
    color: #888;
}

.new_items .slick-arrow.slick-prev {
    left: 0;
}

.new_items .slick-arrow.slick-prev:before {
    font-family: 'FontAwesome';
    content: '\f104';
    font-size: 40px;
}

.new_items .slick-arrow.slick-next {
    right: 0;
}

.new_items .slick-arrow.slick-next:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 40px;
}

.new_items .news-item:focus {
    outline: none !important;
}

.new_items .news-item:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.new_items .news-item:hover h3 {
    color: #948731;
}

.new_items .news-item:hover .news-img img {
    opacity: 0.3;
}

.new_items .news-item .news-content {
    margin: 43px 60px;
    color: #333333;
}

.new_items .news-item .news-content a {
    color: #333333;
    text-decoration: none;
}

.new_items .news-item .news-content .news-img {
    background: #000000;
    text-align: center;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.new_items .news-item .news-content .news-img img {
    max-height: 100%;
    min-height: 100%;
    transform: scale(2);
    opacity: 0.8;
}

.new_items .news-item .news-content .news-img p {
    position: absolute;
    z-index: 99;
    color: #ffffff;
    bottom: 0;
    font-size: 13px;
}

.new_items .news-item .news-content .news-texts {
    padding: 15px;
    text-align: center;
}

.new_items .news-item .news-content .news-texts h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 6px 25px;
    border-bottom: 1px solid #eeeeee;
    height: 65px;
    line-height: 23px;
}

.new_items .news-item .news-content .news-texts h5 {
    font-size: 14px;
    margin: 0;
}

.new_items .news-item .news-content .news-texts p {
    margin: 0;
    font-size: 11px;
    height: 75px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
}

.new_items .news-item .news-content .news-texts .news-action-btn {
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
}

.new_items .news-item .news-content .news-texts .news-action-btn .inline-link-ico {
    color: #948731;
    text-decoration: none;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.new_items .news-item .news-content .news-texts .news-action-btn .inline-link-ico i {
    font-size: 25px;
    margin: 0 5px;
}

.new_items .news-item .news-content .news-texts .news-action-btn .inline-link-ico:hover {
    color: #323232;
    text-decoration: none;
}

.new_items .news-item.slick-center {
    opacity: 1;
}

.new_items .news-item.slick-center .news-content {
    margin: 0;
    margin: 0 30px;
}

.new_items .news-item.slick-center .news-content .news-img {
    height: 190px;
}

.new_items .news-item.slick-center .news-content .news-img p {
    font-size: 16px;
}

.new_items .news-item.slick-center .news-content .news-texts h3 {
    font-size: 18px;
    height: 80px;
    line-height: 30px;
}

.new_items .news-item.slick-center .news-content .news-texts h5 {
    font-size: 16px;
}

.new_items .news-item.slick-center .news-content .news-texts p {
    font-size: 14px;
    height: 92px;
    line-height: 30px;
}

.new_items .news-item.slick-center .news-content .news-texts .inline-link-ico {
    font-size: 16px;
}

.new_items .slick-center {
    pointer-events: inherit;
}

.all-news {
    margin-bottom: 10px;
}

.all-news .news-item {
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .all-news .news-item {
        margin-bottom: 15px;
    }
}

.all-news .news-item:focus {
    outline: none !important;
}

.all-news .news-item:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.all-news .news-item:hover h3 {
    color: #948731;
}

.all-news .news-item:hover .news-img img {
    opacity: 0.3;
}

.all-news .news-item .news-content {
    color: #333333;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.all-news .news-item .news-content:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.all-news .news-item .news-content a {
    color: #333333;
    text-decoration: none;
}

.all-news .news-item .news-content .news-img {
    background: #000000;
    text-align: center;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*.all-news .news-item .news-content .news-img img {*/
/*max-height: 100%;*/
/*min-height: 100%;*/
/*transform: scale(.4); !* for 950 x 650 image full view*!*/
/*opacity: 0.8;*/
/*}*/

.all-news .news-item .news-content .news-img img {
    opacity: 0.6;
    width: 350px;
    /*height: 190px*/
}

.calender-icon {
    height: 50% !important;
    width: 15% !important;
}

.all-news .news-item .news-content .news-img p {
    position: absolute;
    z-index: 99;
    color: #ffffff;
    bottom: 0;
    font-size: 16px;
}

.all-news .news-item .news-content .news-img p img {
    width: 10px;
    margin: 0 8px;
}

.all-news .news-item .news-content .news-texts {
    padding: 15px;
    text-align: center;
}

.all-news .news-item .news-content .news-texts h3 {
    font-size: 18px;
    height: 80px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 6px 25px;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 768px) {
    .all-news .news-item .news-content .news-texts h3 {
        height: auto;
    }
}

.all-news .news-item .news-content .news-texts h5 {
    font-size: 14px;
    margin: 0;
}

.all-news .news-item .news-content .news-texts p {
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    height: 92px;
    line-height: 30px;
}

.all-news .news-item .news-content .news-texts .news-action-btn {
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
}

.all-news .news-item .news-content .news-texts .news-action-btn .inline-link-ico {
    color: #948731;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.all-news .news-item .news-content .news-texts .news-action-btn .inline-link-ico i {
    font-size: 25px;
    margin: 0 5px;
}

.all-news .news-item .news-content .news-texts .news-action-btn .inline-link-ico:hover {
    color: #323232;
    text-decoration: none;
}

.static-content-wrapper {
    padding: 15px 0;
}

.static-type-img {
    margin-bottom: 30px;
}

.static-type-img img {
    width: 100%;
}

.typo-text-1 .typo-title {
    font-size: 28px;
    font-weight: bold;
}

.typo-text-1 p {
    font-size: 18px;
    color: #948731;
}

.typo-text-sm1 .typo-title {
    font-size: 16px;
    font-weight: bold;
}

.typo-text-sm1 p {
    font-size: 14px;
    color: #948731;
    line-height: 28px;
}

.typo-text-sm1 p.gray-dark {
    color: #626262;
}

.gray-dark {
    color: #626262;
    overflow-wrap: break-word;
}

.gray-dark p {
    color: #626262;
}

.typo-text-1 table {
    width: 100% !important;
}

.typo-text-1 table tr td {
    border-bottom: 1px solid #989898 !important;
    vertical-align: middle;
    padding: 5px 15px !important;
}

.typo-text-1 table tr td p {
    margin: 0 !important;
}

.news-row .row {
    padding: 10px 0;
    flex-direction: row-reverse;
}

.news-row .typo-title a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 3s;
    -ms-transition: 3s;
    transition: 3s;
}

.news-row .typo-title a:hover {
    color: #948731;
}

.news-row .new-img {
    background: #eeeeee;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .news-row .new-img {
        margin-bottom: 20px;
    }
}

.news-row .new-img img {
    max-height: 100%;
    min-height: 100%;
}

.spinner-border-primary {
    border-top-color: #948731 !important;
    border-bottom-color: #948731 !important;
    border-left-color: #948731 !important;
    border-right-color: transparent;
}

.news-filter {
    padding: 30px 0;
}

@media (max-width: 768px) {
    .news-filter {
        padding: 0;
    }
}

.news-details-wrap .news-details-img-gallery {
    width: 550px;
    float: right;
    padding-left: 30px;
    margin-bottom: 20px;
}

.news-details-wrap .news-details-img-gallery img {
    width: 100%;
}

.career-list-wrap {
    margin: 0 15px;
}

.career-list-wrap .header-row {
    background: #ffffff;
    padding: 5px 10px;
    border-top: none;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.career-list-wrap .header-row .job-item {
    color: #948731;
}

@media (max-width: 768px) {
    .career-list-wrap .header-row {
        display: none;
    }
}

.career-list-wrap .row {
    border-top: 1px solid #eeeeee;
    padding: 20px 10px;
}

.career-list-wrap .job-row {
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.career-list-wrap .job-row .job-item span {
    display: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .career-list-wrap .job-row .job-item {
        margin-bottom: 10px;
    }

    .career-list-wrap .job-row .job-item span {
        display: inline-block !important;
    }
}

.career-list-wrap .job-row:hover {
    background: #ffffff;
    border-color: transparent;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}

.career-list-wrap .job-row:hover .mf-button-light {
    background: #948731;
    color: #ffffff;
}

.backlink-title {
    padding-top: 30px;
}

.backlink-title .back-link {
    text-align: right;
}

.backlink-title .back-title p {
    font-size: 18px;
    text-align: right;
}

.career-details-header {
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.career-details-header .header-cell span {
    display: block;
    font-size: 12px;
    color: #948731;
}

.career-details-header .header-cell p {
    margin: 0;
    font-size: 16px;
}

.career-details-header .col-sm-4 .header-cell {
    padding-right: 65px;
    border-right: 1px solid #eeeeee;
}

@media (max-width: 768px) {
    .career-details-header .col-sm-4 .header-cell {
        padding: 0 !important;
        border: none !important;
        margin: 5px 0;
    }
}

.career-details-header .col-sm-4:last-child .header-cell {
    padding-right: 0;
    border-right: none;
}

.order-list p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 50px;
}

.order-list p span {
    position: absolute;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    top: 5px;
    left: 0;
    font-size: 16px;
    color: #948731;
    display: block;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #eeeeee;
}

.modal {
    z-index: 9999999 !important;
}

.modal-dialog-form {
    width: 700px;
}

@media (max-width: 768px) {
    .modal-dialog-form {
        max-width: 100% !important;
    }

    .job-apply-pop-from {
        padding: 35px 30px !important;
    }
}

.modal-dialog-form .modal-content {
    max-width: 93%;
}

@media (max-width: 768px) {
    .modal-dialog-form .modal-content {
        width: 93% !important;
    }
}

.modal-dialog-form .modal-content .close-map {
    top: 0;
}

.modal-dialog-form .modal-content .map-body:before {
    bottom: -14px;
}

.modal-dialog-form .modal-content .btn {
    margin: 0;
}

.job-apply-pop-from {
    position: relative;
    background: #ffffff;
    padding: 35px 50px;
    z-index: 99;
}

::-webkit-input-placeholder {
    font-family: 'vip_hakm_boldvip_hakm';
}

.job-apply-pop-from .row {
    justify-content: flex-start;
}

.field-group-file {
    border: 1px solid #626262;
}

.field-group-file .mf-form-control {
    opacity: 0;
    font-size: 12px;
}

.field-group-file .field-icon {
    right: 10px;
    font-size: 27px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.field-group-file .field-label-static {
    font-family: 'MyriadProLight';
    position: absolute;
    left: 10px;
    top: 15px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    max-width: 75%;
}

.news-details-date {
    color: #858585;
    font-size: 16px;
}

.news-details-date-icon-img {
    display: flex;
}

.news-details-date .calendar-icon-img {
    display: inline-block;
    width: 25px;
    height: 23px;
    background: url('../images/calender-icon-time-dark.png') no-repeat center center;
    background-size: 17px;
}

.news-details-date img {
    width: 12px;
    margin: 0 5px;
}

.box-wrap-details {
    padding: 45px 80px;
    margin: 35px 0 20px 0;
}

.box-wrap-details .backlink-title {
    padding-top: 0;
}

@media (max-width: 768px) {
    .box-wrap-details {
        padding: 15px 20px;
    }
}

.news-filter-all-news {
    padding: 0 0 30px 0;
}

.news-filter-all-news .field-group {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .news-filter-all-news .field-group.mf-custom-calender {
        margin-bottom: 10px;
    }
}

.news-filter-all-news .filter-btn {
    font-size: 19px;
    width: 70%;
    float: right;
}

@media (max-width: 768px) {
    .news-filter-all-news .filter-btn {
        width: 100%;
    }
}

.overfollow-hidden {
    overflow: hidden;
}

.landing-wrapper {
    background: url("../images/landing-bg.png") no-repeat;
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.landing-wrapper .landing-logo {
    text-align: center;
}

@media (max-width: 768px) {
    .landing-wrapper .landing-logo img {
        max-width: 85%;
    }
}

.profile-img-wrap {
    padding: 50px 15px;
}

@media (max-width: 768px) {
    .profile-img-wrap {
        padding: 4vw 15px;
    }
}

.profile-img-wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    position: absolute;
    bottom: -7px;
    left: 43%;
    -webkit-transform: translate(0, -43%);
    transform: translate(0, -43%);
}

.profile-img-wrap .profile-img {
    width: 208px;
    margin: 0 auto 40px auto;
    padding-bottom: 1px;
    position: relative;
}

.profile-img-wrap .profile-img:before {
    background: rgba(174, 159, 61, 0.616);
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
}

.profile-img-wrap .profile-img img {
    margin: 8px;
    z-index: 99;
    position: relative;
    width: 192px;
    height: 192px;
}

.work-timeline-list {
    margin-bottom: 30px;
}

.work-timeline-list .row .click-mouse {
    display: none;
}

.work-timeline-list .row:last-child .click-mouse {
    display: inline-block !important;
    float: right;
}

@media (max-width: 768px) {
    .work-timeline-list {
        /* display: none; */
    }

    .work-timeline-list .row:last-child .click-mouse {
        float: none !important;
    }
}

@media (max-width: 768px) {
    .work-timeline-list .row:last-child .time-bar-item {
        display: none;
    }
}

.work-timeline-list .row:last-child .time-bar-item:after {
    content: '';
    display: none;
}

.work-timeline-list .row:last-child .timeline-img {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .work-timeline-list .timeline-img {
        display: none;
    }

    .work-timeline-list .row:last-child .timeline-img {
        text-align: center;
    }

    .work-timeline-list .timeline-content {
        margin-bottom: 0 !important;
    }
}

.work-timeline-list .timeline-content {
    padding: 26px 25px;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    position: relative;
}

.work-timeline-list .timeline-content:after {
    background: url("../images/arrow-png-right.png") no-repeat center center;
    content: '';
    position: absolute;
    top: 25px;
    width: 18px;
    height: 25px;
    background-size: 15px;
    left: -16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .work-timeline-list .timeline-content:after {
        display: none;
    }
}

.work-timeline-list .timeline-content label {
    font-size: 18px;
    color: #948731;
    display: block;
    margin-bottom: 15px;
}

.work-timeline-list .timeline-content p {
    font-size: 16px;
    color: #323232;
    margin: 0;
}

.work-timeline-list .timeline-img {
    padding-bottom: 50px;
    position: relative;
    z-index: 99;
}

@media (max-width: 768px) {
    .work-timeline-list .timeline-img {
        padding-bottom: 0;
    }
}

.work-timeline-list .timeline-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .work-timeline-list .time-bar-point {
        height: 60px;
    }

    .work-timeline-list .row:first-child .time-bar-point {
        display: none;
    }
}

.work-timeline-list .time-bar-point .time-bar-item {
    height: 100%;
    width: 2px;
    background: #cfcfcf;
    position: absolute;
    left: 15px;
}

@media (max-width: 768px) {
    .work-timeline-list .time-bar-point .time-bar-item {
        width: 1px;
        margin-left: 25px;
    }
}

.work-timeline-list .time-bar-point .time-bar-item:after {
    display: block;
    margin-left: -6px;
    content: '';
    margin-top: 30px;
    width: 15px;
    height: 15px;
    background: #948731;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

@media (max-width: 768px) {
    .work-timeline-list .time-bar-point .time-bar-item:after {
        margin-top: 24px;
        margin-left: -7px;
    }
}

.decoration-minister {
    background: url("../images/presentation-decoration.png") no-repeat center center;
    background-size: cover;
}

.decoration-minister .trans-black-bg {
    background: rgba(0, 0, 0, 0.8);
}

.presentation-list {
    padding-bottom: 20px;
}

.presentation-list .present-item {
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .presentation-list .present-item {
        font-size: 16px;
        padding-bottom: 10px;
        position: relative;
    }
}

@media (max-width: 768px) {
    .presentation-list .present-item img {
        width: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.presentation-list .present-item span {
    margin: 0 40px;
    font-size: 24px;
    color: #948731;
}

@media (max-width: 768px) {
    .presentation-list .present-item span {
        position: absolute;
        top: 0;
        left: 50px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .presentation-list .present-item label {
        padding-top: 30px;
    }
}

.rounded-carousel {
    padding: 20px 0 40px 0;
}

.roundabout-holder {
    padding: 0;
    margin: 0 auto;
    height: 580px;
    width: 920px;
}

.roundabout-moveable-item {
    height: 580px;
    width: 808px;
    cursor: pointer;
    display: block;
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
}

.roundabout-in-focus {
    cursor: auto;
}

.roundabout-projects {
    width: 100%;
    height: 450px;
}

.roundabout-projects .project {
    width: 35%;
    height: auto;
    margin: 0;
    border-bottom: 0;
    display: inline-block;
    /*-webkit-backface-visibility: hidden;*/
}

.roundabout-projects .project.roundabout-in-focus {
    cursor: default;
}

.roundabout-projects .project img {
    display: block;
    margin: 0 auto;
}

.projects {
    color: #414141;
    width: 105%;
    font-weight: 400;
    list-style: none;
    padding: 0;
    overflow: visible !important;
    clear: both;
    float: left;
    display: block;
}

.roundabout-projects .project {
    width: 35%;
    height: auto;
    margin: 0;
    border-bottom: 0;
    display: inline-block;
    /* -webkit-backface-visibility: hidden; */
}

.projects .project {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
}

.projects .project p {
    margin: 0;
    padding: 15px 5px 0 5px;
}

.projects .project .project-upper {
    position: relative;
}

.project-thumb {
    display: block;
    overflow: hidden;
}

.roundabout-projects .project img {
    display: block;
    margin: 0 auto;
}

.projects .project img {
    max-width: 100%;
    max-height: 250px;
    float: left;
}

.career-tabs-sections {
    padding-bottom: 80px;
}

.mf-career-navs {
    margin-bottom: 30px;
}

.mf-career-navs .slick-arrow {
    background: #ffffff !important;
    opacity: 1;
    height: 100%;
    width: 49px;
    z-index: 99;
    color: #948731;
}

.mf-career-navs .slick-arrow.slick-prev {
    left: 0;
}

.mf-career-navs .slick-arrow.slick-prev:before {
    font-family: 'FontAwesome';
    content: '\f104';
    font-size: 35px;
    color: #948731;
}

.mf-career-navs .slick-arrow.slick-next {
    right: 0;
}

.mf-career-navs .slick-arrow.slick-next:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 35px;
    color: #948731;
}

.mf-career-navs .c-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #323232;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    margin: 10px 15px;
    cursor: pointer;
}

.mf-career-navs .c-nav:focus {
    outline: none;
}

.mf-career-navs .c-nav:hover {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.mf-career-navs .c-nav.slick-current {
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.mf-career-navs .c-nav.slick-current p {
    color: #948731;
}

.mf-career-navs .c-nav.slick-current .admin-icon {
    background: url("../images/admin-active.png") no-repeat center center;
}

.mf-career-navs .c-nav .job-amount {
    font-size: 12px;
    text-align: center;
}

.mf-career-navs .c-nav .job-amount label {
    display: block;
    font-weight: normal;
    margin: 0;
}

.mf-career-navs .c-nav .job-amount span {
    display: block;
}

.mf-career-navs .c-nav p {
    margin: 0;
    font-size: 16px;
}

.mf-career-navs .c-nav .admin-icon {
    display: inline-block;
    width: 30px;
    height: 35px;
    background: url("../images/admin-normal.png") no-repeat center center;
}

.mf-career-content .c-content:focus {
    outline: none;
}

.mf-career-content .col-2-career {
    padding: 20px 15px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    border: 1px solid #e3e3e3;
}

@media (max-width: 768px) {
    .mf-career-content .col-2-career {
        padding: 0;
        box-shadow: none;
        border: none;
    }
}

.mf-career-content .col-2-career .header-row {
    box-shadow: none !important;
    padding: 0 0 15px 0;
    border-top: none;
}

.mf-career-content .col-2-career .job-row {
    padding: 15px 0;
    border-color: #e3e3e3;
}

@media (max-width: 768px) {
    .mf-career-content .col-2-career .job-row {
        border: 1px solid #eeeeee;
        background: #fefefe;
        margin-bottom: 10px;
        padding: 15px 20px;
    }
}

.mf-career-content .col-2-career .job-row .job-item p {
    margin: 0;
}

.mf-career-content .col-2-career .job-row .job-item p label {
    display: block;
    margin: 0;
    color: #949494;
    font-size: 12px;
}

.mf-career-content .col-2-career .job-row .item-action .btn {
    font-size: 14px;
}

.mf-career-content .col-2-career .job-row:hover {
    box-shadow: none;
}

.mf-footer-link ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .mf-footer-link ul {
        text-align: center;
        margin: 0 0 10px 0;
    }
}

.mf-footer-link ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .mf-footer-link ul li {
        width: auto;
        margin: 0 10px 10px 10px;
    }
}

.mf-footer-link ul li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.mf-footer-link ul li a:hover {
    color: #323232;
}

.inline-number span {
    direction: ltr;
    margin-right: 20px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .inline-number span {
        margin: 0 5px !important;
    }
}

.inner-content-info {
    direction: inherit !important;
    background: url("../images/white-pattern.png");
    /*-webkit-transform: scale(10%);*/
}

.inner-content-info .white-trans {
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 50px;
}

.tree-line-wrap {
    /*background: url("../images/info-tree-line2.png") repeat-y top center;*/
}

.tree-line-wrap .org-row {
    padding-top: 15px !important;
    background: url(../images/info-tree-line4.png) repeat-y center;
    padding-bottom: 15px;
}

.tree-line-wrap .org-row.last{
    background:none;
    padding: 0 !important;
}

.tree-line-wrap .org-row.new-top-btns{
    background: url(../images/info-tree-line5.png) no-repeat center;
}


@media (max-width: 1135px) {
    .tree-line-wrap {
        background-size: 76vw;
    }
}

.tree-line-wrap .org-row {
    margin: 0 3px;
}

.tree-line-wrap .org-row .col-2 {
    max-width: 194px;
    flex: auto;
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row .col-2 {
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
}

.tree-line-wrap .org-row-1 {
   /* padding-top: 198px; */
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row-1 {
        padding-top: 17vw;
    }
}

.tree-line-wrap .org-row-2 {
    padding-top: 90px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row-2 {
        padding-top: 12vw;
    }
}

.tree-line-wrap .org-row-3 {
    padding-top: 110px;
    margin: 0 0px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row-3 {
        padding-top: 12vw;
        margin: 0 0;
    }

    .tree-line-wrap .org-row-3 .col-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.tree-line-wrap .org-row-4 {
    padding-top: 115px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row-4 {
        padding-top: 15vw;
    }
}

.tree-line-wrap .org-row-5 {
    padding-top: 110px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row-5 {
        padding-top: 10vw;
    }
}

.tree-line-wrap .org-row-6 {
    padding-top: 60px;
    justify-content: center !important;
}

@media (max-width: 1135px) {
    .tree-line-wrap .org-row-6 {
        padding-top: 9vw;
    }
}

.tree-line-wrap .infot-content {
    height: 194px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 188px !important;
}

@media (max-width: 1135px) {
    .tree-line-wrap .infot-content {
        height: 15vw;
    }
}

.tree-line-wrap .infot-content img {
    width: 230px;
    position: absolute;
    top: 0;
}

@media (max-width: 1135px) {
    .tree-line-wrap .infot-content img {
        width: 18vw;
    }
}

.tree-line-wrap .infot-content span {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1135px) {
    .tree-line-wrap .infot-content span {
        padding: 0 3vw;
        font-size: 1.5vw;
    }
}

.tree-line-wrap .infot-content span a {
    text-decoration: none;
    color: #1c1c1b;
    font-size: 26px;
    line-height: 26px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .infot-content span a {
        font-size: 2vw;
        line-height: 1.5vw;
    }
}

.tree-line-wrap .infot-content span a:hover {
    color: #948731;
}

.tree-line-wrap .info-left-bg img {
    right: 0;
}

.tree-line-wrap .info-left-bg span {
    padding: 0 40px 0 20px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .info-left-bg span {
        padding: 0 4vw 0 2vw;
    }
}

.tree-line-wrap .info-right-bg img {
    left: 0;
}

.tree-line-wrap .info-right-bg span {
    padding: 0 20px 0 40px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .info-right-bg span {
        padding: 0 2vw 0 4vw;
    }
}

.tree-line-wrap .info-top-right-shadow-bg img {
    left: 0;
}

.tree-line-wrap .info-top-right-shadow-bg span {
    padding: 0 10px 0 20px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .info-top-right-shadow-bg span {
        padding: 0 2vw 0 2vw;
    }
}

.tree-line-wrap .info-left-bg-shadow img {
    right: 2px;
}

.tree-line-wrap .info-left-bg-shadow span {
    padding: 0 10px 0 20px;
}

@media (max-width: 1135px) {
    .tree-line-wrap .info-left-bg-shadow span {
        padding: 0 2vw 0 2vw;
    }
}

.info-container {
    max-width: 100%;
    width: 1140px;
}

.info-gradient-btn {
    text-align: center;
    padding: 40px 0;
    padding-bottom: 0;
}

.button-dot-line {
    display: inline-block;
    margin: 0 40px 70px 40px;
    padding-top: 25px;
    position: relative;
}

@media (max-width: 1135px) {
    .button-dot-line {
        padding-top: 2.5vw;
    }
}

.button-dot-line:before {
    content: '';
    background: url("../images/btn-dotted-line2.png") no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100px;
    width: 108%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.button-dot-line:after {
    content: '';
    background: url("../images/dotted-line-down.png") no-repeat bottom center;
    background-size: auto;
    position: absolute;
    top: 100px;
    height: 50px;
    width: 100%;
    left: 0;
}

@media (max-width: 1135px) {
    .button-dot-line:after {
        top: 100%;
    }
}

.gradient-btn a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,fefefe+100 */
    background: #eaeaea;
    /* Old browsers */
    background: -moz-linear-gradient(left, #eaeaea 0%, #fefefe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eaeaea 0%, #fefefe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eaeaea 0%, #fefefe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#fefefe', GradientType=1);
    /* IE6-9 */
    color: #1c1c1b !important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 30px;
    padding: 10px 30px;
    border: 5px solid #efefef;
    border-radius: 50px;
    position: relative;
    z-index: 99;
}

@media (max-width: 1135px) {
    .gradient-btn a {
        font-size: 3vw;
        padding: 2vw 3vw;
    }
}

.gradient-btn a:focus {
    outline: none;
}

.gradient-btn a:hover {
    cursor: pointer;
    color: #948731;
    text-decoration: none;
}

.inner-content-rtl-fix {
    direction: initial !important;
}

.mf-search-field {
    position: relative;
}

.mf-search-field .mf-form-control {
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    padding: 10px 60px 10px 20px;
    width: 100%;
}

.mf-search-field .field-label {
    left: 20px !important;
    padding: 0 !important;
}

.mf-search-field .mf-form-control:focus ~ label {
    top: -20px !important;
}

.mf-search-field .mf-form-control:valid ~ label {
    top: -20px;
}

.mf-search-field .search-btn {
    color: #948731;
    position: absolute;
    border-left: 1px solid #989898;
    border-right: transparent;
    border-top: transparent;
    border-bottom: transparent;
    background: none;
    height: 30px;
    width: 60px;
    text-align: center;
    bottom: 10px;
    right: 0;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mf-search-field .search-btn {
        width: 40px;
    }
}

.mf-search-field .search-btn:focus {
    outline: none;
}

.mf-search-field .search-btn:hover {
    color: #323232;
}

.search-results ul {
    margin: 0;
    padding: 0;
}

.search-results ul li {
    list-style: none;
    padding: 25px;
    margin: 15px;
}

.search-results ul li:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.search-results ul li h3 a {
    color: #948731;
}

.search-results ul li .search-details-btn {
    color: #948731;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.search-results ul li .search-details-btn:hover {
    color: #323232;
    text-decoration: none;
}

.search-results ul li .search-details-btn i {
    margin: 0 5px;
}

.search-results ul li h3 a:hover {
    text-decoration: none;
    color: #323232;
}

.pagenav {
    text-align: center;
    width: 100%;
    padding-top: 40px;
}

.pagenav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pagenav ul li {
    margin: 5px;
    list-style: none;
}

.pagenav ul li a {
    background: #ffffff;
    display: block;
    padding: 5px 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: #323232;
    min-width: 35px;
    text-align: center;
    line-height: 25px;

    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.pagenav ul li.active span {
    background: #948731;
    color: #ffffff;
    display: block;
    padding: 5px 0;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    min-width: 35px;
    text-align: center;
    line-height: 25px;
}

.pagenav ul li a:hover {
    background: #948731;
    text-decoration: none;
    color: #ffffff;
}

.pagenav ul li.prev a {
    background: none;
    box-shadow: none;
}

.pagenav ul li.next a {
    background: none;
    box-shadow: none;
}

.pagenav ul li.prev a:hover {
    background: none;
    box-shadow: none;
    text-decoration: none;
    color: #948731;
}

.pagenav ul li.next a:hover {
    background: none;
    box-shadow: none;
    text-decoration: none;
    color: #948731;
}

/*# sourceMappingURL=main.css.map */
.map_canvas, #map_canvas {
    height: 800px;
    width: 100%;
}

.map_canvas .gm-style-iw-d p {
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

.map_canvas .gm-style-iw-d h4 {
    font-size: 16px !important;
}

.map-search-input {
    background-color: #fff;
    font-family: MyriadProLight;
    font-size: 15px;
    font-weight: 300;
    margin-top: 12px;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    margin: 0px 0px 13px 0px !important;
    padding: 0 11px 0 13px !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

ul.ministries {
    list-style-type: none;
}

ul.ministries li a h4 {
    display: inline;
    color: #948731;
}

ul.ministries li a:hover {
    text-decoration: none;
}

.minister-item {
    border-top: 1px solid #ddd;
}

.ministers-list .box-sub-title {
    padding: 30px 110px 30px 50px;
    margin-bottom: 0;
}

.minister-item {
    padding: 15px 30px;
    padding: 15px 110px 15px 50px;
}

@media (max-width: 768px) {
    .ministers-list .box-sub-title {
        padding: 20px 30px;
    }

    .minister-item {
        padding: 20px 30px;
    }
}

.minister-item .btn {
    width: 210px;
    max-width: 100%;
}

.minister-item .minster-short-details h4 {
    font-size: 16px;
    color: #948731;
    margin-bottom: 5px;
    padding-top: 5px;
}

.minister-item .minister-logo {
    width: 100px;
    text-align: center;
}

.minister-item .minister-logo img {
    max-height: 85px;
    height: 86px;
}

@media (max-width: 768px) {
    .minister-item .row .col-auto {
        flex: 100%;
        width: 100%;
    }

    .minister-item .minister-logo {
        width: 80px;
        margin: 0 auto 10px auto;
    }

    .minister-item .minister-logo img {
        max-height: 65px;
        height: 66px;
    }

    .minster-short-details {
        text-align: center;
    }

    .minister-action {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }

    .minister-action .btn {
        display: inline-block;
    }
}

section.map-item {
    position: relative;
}

section.map-item .select2-container {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 80px;
}

@media (max-width: 768px) {
    section.map-item .select2-container {
        top: 60px;
        right: 23px;
        max-width: 70% !important;
    }

    .career-details-action .text-right {
        padding-top: 20px;
        text-align: center !important;
    }
}

.select2-container--open .select2-dropdown--below {
    top: -14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

@media only screen and (max-width: 1200px) and (min-width: 960px) {
    .stellarnav > ul > li > a {
        padding: 20px 10px !important;
        font-size: 12px;
    }
}

.invalid-feedback {
    display: block;
}

.uploaded-file-list {
    margin-bottom: 20px;
}

.uploaded-file-list p {
    margin-bottom: 5px;
}

.inner-content a {
    color: #948731;
}

.inner-content a:hover {
    color: #333;
    text-decoration: none;
}

.error {
    color: red;
}

.removeFile {
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 4px 5px;
    text-align: center;
    color: red;
    text-decoration: none;
    border-radius: 7px;
}

.removeFile a:hover {
    color: #0056b3;
    text-decoration: none !important;
}

.country-autocompleter:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #ae9f3d transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 15px;
}

.immybox_results {
    position: absolute;
    overflow: auto;
    max-height: 15em;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 9001
}

.immybox_results p.immybox_moreinfo, .immybox_results p.immybox_noresults {
    color: #888;
    font-style: italic;
    padding: 0 1em;
    margin: 0
}

.immybox_results ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.immybox_results ul li {
    padding: 0.25em 1em;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.immybox_results ul li.immybox_choice {
    cursor: pointer
}

.immybox_results ul li.immybox_choice.active {
    background-color: #948731 !important;
    color: #ffffff
}

.immybox_results ul li.immybox_choice .highlight {
    text-decoration: underline
}

.success-message {
    color: green;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

#file_error {
    color: red;
}

/*safari phone no color */
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

.text-success-msg {
    padding: 20%;
}

.col-md-6.action-content div {
    display: block;
}

/*==========  Sections  ==========*/

.header .scroll-button:active {
    background: #194c53;
}

.main-content {
    margin: 0px auto;
    position: relative;
}

.main-content .section-inner,
.main-content .post-wrapper {
    *zoom: 1;
}

.main-content .section-inner:before,
.main-content .post-wrapper:before,
.main-content .section-inner:after,
.main-content .post-wrapper:after {
    content: "";
    display: table;
}

.main-content .section-inner:after,
.main-content .post-wrapper:after {
    clear: both;
}

.section .section-inner {
    margin: 0px auto;
    width: 1024px;
}

@media only screen {
    .section .section-inner {
        width: auto;
        max-width: 1024px;
    }
}

/*==========  Stem  ==========*/
.stem-wrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 50%;
}

.stem-wrapper.color-yellow .stem-background {
    background: #ae9f3d;
}

.stem-wrapper.color-green .stem-background {
    background: #ae9f3d;
}

.stem-wrapper.color-white .stem-background {
    background: #ae9f3d;
}

.stem-wrapper .stem,
.stem-wrapper .stem-background {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 50px;
}

.stem-wrapper .stem {
    background: #cfcfcf;
    height: 100%;
}

.stem-wrapper .stem-background {
    background: #ae9f3d;
    height: 50%;
    transition-duration: 0.5s;
}

.stem-padding,
.single-stem-icon {
    width: 60px;
    height: 30px;
    margin: 0px auto;
    background: transparent url("../images/stem-mask.png") repeat-y top center;
}

.single-stem-icon.scroll-to-top {
    cursor: pointer;
    /*background-image: url();*/
    display: none;
}

/*==========  Post wrapper ==========*/
.post-wrapper {
    *zoom: 1;
}

.post-wrapper:before,
.post-wrapper:after {
    content: "";
    display: table;
}

.post-wrapper:after {
    clear: both;
}

.post-wrapper .post {
    position: relative;
    width: 432px;
    padding: 0px 0px 60px 0px;
    clear: both;
    opacity: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.post-wrapper .post.hidden .post-content {
    -webkit-transform: translateY(100px) rotateX(30deg);
    transform: translateY(100px) rotateX(30deg);
    opacity: 0.3;
}

.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
    opacity: 1;
}

.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.post-wrapper .post:nth-child(even) {
    text-align: left;
    float: right;
}

.post-wrapper .post:nth-child(odd) {
    float: left;
}

.post-wrapper .post:nth-child(even) .stem-overlay {
    left: -110px;
}

.post-wrapper .post:nth-child(odd) .stem-overlay {
    right: -110px;
}

.post-wrapper .post.music-icon .stem-overlay .icon {
    background-image: url("../images/dot.png");
}

.post-wrapper .post.bitbucket-icon .stem-overlay .icon {
    background-image: url("../images/dot.png");
}

.post-wrapper .post.m-icon .stem-overlay .icon {
    background-image: url("../images/dot.png");
}

.post-wrapper .post.twitter-icon .stem-overlay .icon {
    background-image: url("../images/dot.png");
}

.post-wrapper .post .stem-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 60px;
}

.post-wrapper .post .stem-overlay .icon {
    background: transparent no-repeat center center;
    height: 30px;
    width: 60px;
    cursor: pointer;
}

.post-wrapper .post .stem-overlay .stem-mask {
    position: absolute;
    top: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: transparent url("../images/stem-mask.png") repeat-y top center;
}

.post-wrapper .post .post-content {
    opacity: 0.8;
    transition-duration: 0.4s;
    -webkit-transform: none;
    transform: none;
}

.post-wrapper .post .post-content .meta {
    color: rgba(255, 255, 255, 0.3);
    margin: 0px 0px 15px 0px;
    letter-spacing: 1px;
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 0.2s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.post-wrapper .post .post-content .post-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
    color: #ae9f3d;
}

.entry-content p {
    color: #000;
    font-size: 20px;
}

/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
    .main-content,
    .main-content .section-inner {
        max-width: none;
    }

    .stem-wrapper {
        left: 80px;
    }

    .stem-padding,
    .single-stem-icon {
        margin: 0px;
        float: left;
        margin-left: 35px;
    }

    .post-wrapper .post,
    .post-wrapper .post:nth-child(even),
    .post-wrapper .post:nth-child(odd) {
        width: auto;
        margin-left: 110px;
        float: none;
    }

    .post-wrapper .post .stem-overlay,
    .post-wrapper .post:nth-child(even) .stem-overlay,
    .post-wrapper .post:nth-child(odd) .stem-overlay {
        left: -76px;
        right: auto;
    }

    .post-wrapper .post .post-content {
        padding: 0px 50px;
    }

    .post-wrapper .post:nth-child(odd) {
        text-align: left;
    }
}

@media only screen and (max-width: 700px) {
    .header .page-title {
        font-size: 40px;
    }

    .post-wrapper .post {
        margin-left: 90px !important;
    }

    .post-wrapper .post .post-content {
        padding: 0 25px;
    }

    .stem-wrapper {
        left: 60px;
    }

    .stem-padding,
    .single-stem-icon {
        margin-left: 15px;
    }

}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.mf-section-sub-title h3 {
    color: #000;
}

header, .about-minister, .mf-section-sub-title, .decoration-minister, .rounded-carousel, .mf-footer {
    position: relative;
    z-index: 9;
}

header, .mf-section-sub-title, .rounded-carousel, .rounded-carousel {
    background: white;
}

.about-minister {
    background: url("../images/banner.jpg") no-repeat center center;
    background-size: cover;
}

.minister-personal-details h2 {
    color: #FFF;
    font-size: 48px;
    /*font-family: 'Harmattan', sans-serif;*/
    margin-bottom: 20px;

}

.about-minister .trans-black-bg {
    background: rgba(80, 80, 61, 0.9);
    margin: 30px 0;

}

.minister-personal-details .personal-details-list p {
    color: #FFF;
}

.minister-personal-details .personal-details-list p span {
    color: #FFF;
}

.minister-personal-details {
    text-shadow: 3px 1px #2f2f2f;
    padding-top: 15px;
}

.minister-personal-details h3 {
    color: #FFF;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.minister-personal-details h3:after {
    display: none;
}

.minister-personal-details .personal-details-list p {
    margin-bottom: 5px;
}

.min-img {
    border: 5px solid #ae9f3d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rounded-carousel {
    display: block;
    min-height: 500px;
}

div#google_translate_element {
    margin-top: -35px;
}

.goog-te-gadget .goog-te-combo {
    background: transparent;
    border: 0;
    color: #FFF;
    font-family: 'vip_hakm_boldvip_hakm';
}

.goog-te-combo option {
    color: #ae9f3d
}

.goog-te-gadget .goog-te-combo {
    outline: 0px;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(../images/select-arrow.png) no-repeat right center;
    padding-right: 30px;
    margin-top: 10px !important;
}

.mf-section-sub-title h3 {
    color: #948731 !Important;
}

.typo-text-1 p {
    color: #000 !Important;
}

.typo-text-1 h2 {
    color: #948731 !Important;
}

.social-nav-floating a {
    color: #ae9f3d !important;
}


.ministers-list .box-sub-title {
    color: #948731 !Important;
}

.minister-item .minster-short-details h4, .inner-content-rtl-fix {
    color: #000 !Important;
}

.typo-text-1 h3, .typo-text-1 h4 {
    color: #948731 !Important;
}

.mf-stellarnav.stellarnav.light li a {
    font-size: 18px;
}

.mf-service-item p {
    font-size: 18px;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content h4 {
    font-size: 24px;
}

.mf-testomonial-slider .mf-testomonial-item .slide-content h3 {
    font-size: 40px
}

.mf-lang a {
    font-weight: 700;
    font-size: 18px;
}

.mf-service-item p {
    min-height: 80px;
}

.mf-service-item {
    background: url('../images/large-pattern-2.jpg') #FFF no-repeat center center;
    background-size: cover;
}

@media only screen and (max-width: 1080px) {
    .post-wrapper .post .stem-overlay {
        top: -1px;
        width: 59px;
    }

    .post-wrapper .post .post-content .post-title {
        min-height: 22px;
    }

    .stem-wrapper {
        right: 60px;
    }

    .post-wrapper .post .stem-overlay, .post-wrapper .post:nth-child(even) .stem-overlay, .post-wrapper .post:nth-child(odd) .stem-overlay {
        left: auto;
        right: -76px;
    }

    .post-wrapper .post:nth-child(odd) {
        text-align: right;
    }

    .post-wrapper .post {
        margin-right: 90px !important;
        margin-left: 0px !important;
        margin-top: -1px;
    }

    .stem-padding, .single-stem-icon {
        margin-right: 15px;
        float: right;
        margin-left: 0px;
    }

    .stem-wrapper .stem, .stem-wrapper .stem-background {

        right: -30px;
        left: inherit;
    }

    .stem-wrapper {
        right: 60px;
        left: inherit;
    }

    .post-wrapper .post .post-content .post-title {
        text-align: right !important;
    }

    .stem-padding, .single-stem-icon {
        float: right;
    }

    .entry-content p {
        text-align: right !important;
    }
}

.cms-toolbar-expanded .datepicker.dropdown-menu {
    margin-top: -40px !important;
}

.mf-section-sub-title {
    margin-bottom: 0px;
}


@media (max-width: 768px) {
    .wrapper .mf-footer {
        position: relative;
    }
}

.wrapper .mf-footer {
    position: relative;
}

.wrapper {
    padding-bottom: 0px;
}

.tbl-style {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.typo-text-1 table.tbl-style tr td {
    padding: 5px;
    border: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.tree-line-wrap .infot-content span a {
    font-size: 20px;
    padding: 0px 10px;
}

.img-right {
    float: right;
    margin: 0px 0px 20px 50px
}

.img-right {
    float: right;
    margin: 0px 0px 30px 50px
}

.mf-home-slider .slide-item .slider-imge img {
    opacity: 0.9;
}

.tabbable-panel {
    border: 1px solid #eee;
    padding: 0px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
    background-color: #FFF;
    padding: 0;
}

.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    display: inline-block;
    padding: 20px 30px;
    font-size: 20px;
}

.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
    position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 0px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line > .nav-tabs > li > a.active {
    color: #000;
    text-decoration: none;
    background: url("../images/banner-mark-divider.png") no-repeat bottom center !important;
}

.tabbable-line > .nav-tabs > li > a:hover {
    text-decoration: none;
    background: url("../images/banner-mark-divider.png") no-repeat bottom center !important;
}


@media only screen and (max-width: 768px) {
    .mf-testomonial-slider .mf-testomonial-item .slide-content h3 {
        font-size: 25px !important
    }

    .mf-testomonial-slider .mf-testomonial-item .slide-content h4 {
        font-size: 20px !important;
    }

    .social-nav-floating {
        display: block;
    }


    .img-block-mob {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
    }

}


.news-box {
    margin-bottom: 30px;
    box-shadow: 0 3px 9px rgb(194, 194, 194);
}

.news-box .news-title {
    color: #ae9f3d;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.news-box .news-date {
    font-size: 16px;
    color: #424242;
    margin-bottom: 10px;
}

.news-box .news-date span {
    color: #ae9f3d;
    font-weight: 700;
    margin: 0px 5px;
}

.news-box .news-content {
    font-size: 15px;
    color: #424242;
}

.news-content-box {
    padding: 20px 20px 20px 0;
}

.news-box .news-datestamp {
    background-image: url('../images/datebg.png');
    font-size: 20px;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    left: 12px;
    top: 10px;
    text-align: center;
    width: 78px;
    height: 78px;
    padding-top: 5px;
}

.news-more {
    display: block;
    text-align: right;
    color: #ae9f3d;
    font-size: 16px;
    line-height: 16px;
}

.news-more:hover {
    text-decoration: underline;
    color: #ae9f3d;
}

.news-box .news-title{
    line-height: 26px;
}

.all-news .news-item .news-content .news-img p{
     text-shadow: 2px 2px 8px #000;
}

.search-results{
    width: 100%;
}

.mf-search-field.field-group label.field-label{
    top: -15px;
}

.backlink-title .back-title p{
    text-align: left;
}

.error {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
  }
  
  .error-code {
    bottom: 60%;
    color: #2d353c;
    font-size: 96px;
    line-height: 100px;
  }

  .error .glitch{
      font-size: 24px;
      color: #000;
  }
  
  .error-desc {
    font-size: 18px;
    color: #647788;
  }

  .error-desc a{
    color: #ae9f3d;
  }
  
  .m-b-10 {
    margin-bottom: 10px!important;
  }
  
  .m-b-20 {
    margin-bottom: 20px!important;
  }
  
  .m-t-20 {
    margin-top: 20px!important;
  }
  

@media (min-width: 768px){
    .mf-home-slider .slide-item .slide-content{
        top: 72%;
    }
    .mf-home-slider .slide-item .slide-content h2{
          text-shadow: 2px 2px #000;
    }
   
}

@media (max-width: 768px) {
    .news-content-box {
        padding: 20px;
    }
    
    .tree-line-wrap .infot-content span a{
        font-size: 7px;
        padding: 0;
        font-weight: 700; 
    }

    .tree-line-wrap .new-top-btns .infot-content span a{
        line-height: 12px;
    }
    
    .tree-line-wrap .info-left-bg-shadow span, .tree-line-wrap .info-top-right-shadow-bg span {
    padding: 0 10px;
    }
    
    .mf-testomonial-slider .mf-testomonial-item .slide-content h3 {
    font-size: 18px !important;
    }
    
    .mf-testomonial-slider .mf-testomonial-item .slide-content h4 {
        font-size: 16px !important;
     }
     
     .mf-service-item p {
        font-size: 16px;
    }
    
    .mf-service-item{
        padding: 5px;
    }
    
    .mf-service-item p{
        min-height: auto;
    }
    .news-box .news-title{
        font-size: 15px;
        line-height: 22px;
    }
    
    .minister-personal-details h2 {
    font-size: 20px !important;
    }
    
    .minister-personal-details h3 {
        font-size: 18px !important;
    }
    .mf-home-slider .slide-item .slide-content .btn{
        /*display: none !important*/
        margin-bottom: -115px;
    }
    
    .img-block-mob{
        margin-bottom: 20px !important;
    }
    
    .post-wrapper .post .post-content{
        opacity: 1 !important;
    }
    
    .mf-service-item { 
        min-height: 150px;
    }
    
    .tabbable-line > .nav-tabs > li > a {
    padding: 10px;
    font-size: 14px;
    }
    
    .entry-content p {
        font-size: 14px;
    }

    header{
        position: fixed !important;
        width: 100%;
        height: 65px;
        z-index: 999 !important;
        top: 0;
    }

    body{
        padding-top: 65px;
    }

    .stellarnav.mobile{
        position: fixed !important;
    }

    .mf-home-slider .slick-dots {
        bottom: -17%;
        line-height: 10px;
    }
    
    .slick-dots li{
        height: 10px;
    }

    .mf-home-slider .slick-dots li.slick-active button{
        background: black;
    }

    .mf-home-slider .slick-dots li button {
        border: 1px solid #000 !important;
    }

    .mf-home-slider .slick-dots li.slick-active button {
        background: #000;
        box-shadow: 0px 0px 0px 2px #000;
    }

    .inner-content .typo-text-1 img{
        margin: 0px 0px 20px 0px !important;;
        width: 100% !important; 
        float: none !important;
    }

    .tabbable-line > .nav-tabs > li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .social-nav-floating{
        margin-left: auto;
        margin-right: auto;
        left: 0;
        text-align: center;
        right: 0;
        top: inherit;
        bottom: 0;
    }

    .social-nav-floating a{
        display: inline-block;
        text-align: center;
    }

    .wrapper .mf-footer {
        padding-bottom: 50px;
    }
    /*.mf-testomonial-slider .mf-testomonial-item .slide-content .slider-bg-img{
        height: 330px
    }
    
    .mf-testomonial-slider .mf-testomonial-item .slide-content{
        height: 490px;
    }
    
    .mf-backworkd-wrap .mf-front-wrap { 
        height: 330px
    }*/
}

@media (max-width: 500px) {

 .mf-home-slider .slide-item .slide-content .btn{
       margin-bottom: -90px;
    }
    
       .mf-home-slider .slick-dots {
        line-height: 10px;
        bottom: -23%;
    }
    
    .slick-dots li{
        height: 10px;
    }
    
    

}

div.cms .cms-toolbar-item-logo a:before {
    display: none;
}

div.cms .cms-toolbar-item-logo a:before {
    content: "MOFA";
}

.video-holder{
    text-align: center;
}

.video-holder iframe{
        width: 100% !important;
    }
    
    .stellarnav.light .icon-close:before, .stellarnav.light .icon-close:after{
        border-color:#FFF
    }

@media (max-width: 768px) {
    .video-holder iframe{
        width: 100% !important;
    }
}

.new-top-btns .gradient-btn a{
    width: 100%;
    font-size: 26px !important;
    padding: 10px 30px !important;
}

.new-top-btns .infot-content{
    height: 120px;
}

.button-dot-line2{
    position: relative;
}

.button-dot-line:after{
    content: '';
    background: url(../images/top-line-heirarchy.png) no-repeat bottom center;
    background-size: auto;
    position: absolute;
    top: 60px;
    height: 65px;
    width: 100%;
    left: 0;
}

@media (max-width: 768px){
    

    .tree-line-wrap .org-row{
        background-size: 70% !important;
    }

    .new-top-btns .infot-content {
        height: 30px;
    }

    .button-dot-line2:after { 
        top: -26px; 
        background-size: 70%;
    }

    .new-top-btns .gradient-btn a { 
        font-size: 9px !important;
        padding: 5px !important;
    }

    .tree-line-wrap .org-row {
        padding-top: 10px !important; 
        padding-bottom: 10px;
    }

    .tree-line-wrap .infot-content img{
        width: 21vw;
    }

    .tree-line-wrap .org-row .col-2 {
        flex: 0 0 22.666667%;
        max-width: 22.666667%;
    }
    .tree-line-wrap .info-left-bg-shadow img {
        right: 0px;
    }
}


@media (max-width: 500px){
.button-dot-line2:after{
    background-size: 55%;
}
}

.wrapper .mf-footer{
    position: relative;
    z-index: 9;
}

.stem-wrapper .stem{
    z-index: -1;
}

.tabbable-line > .tab-content { 
    background-color: transparent; 
}

.stem-wrapper { 
    z-index: -1;
}

.publ-grade .field-group label.field-label{
    left: -70px
}


.pdf-img {
    border: 5px solid lightgray;
    transition: transform .2s;
}

.pdf-img:hover {
    transform: scale(1.05);
}

.pdf-flex {
    display: flex;
    align-items: center;
    align-items: stretch;
    justify-content: center;
}

.pdf-flex h3 {
    color: #ae9f3d;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}

.pdf-box {
    background-image: url('../images/large-pattern-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid lightgray;
    position: relative;
}

.pdf-box i {
    font-size: 60px;
    color: #ae9f3d;
}

.pdf-boxes {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pdf-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}

.notice-pdf {
    margin: 50px 0;
    text-align: center;
}

.notice-pdf {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    padding: 30px 10px;
    font-size: 16px;
    line-height: 35px;
}

.mf-service-item .service-icon img.pdf-icon {
    min-height: 160px;
    max-height: 160px;
}

@media (max-width: 768px) {
    .pdf-flex h3 {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    .publ-grade .field-group label.field-label{
        position: relative;
    width: 100%;
    left: 0;
    right: 0;
    text-align: left;
    }
}

.button-dot-line{
    width: 100%;
    margin: 0 0px 70px 0;
}

@media (min-width: 768px){
    .info-tree-wrap{
        margin-top: -105px;
    }
    .new-top-btns .gradient-btn a { 
        font-size: 18px !important;
    }

   .button-dot-line2 .gradient-btn a{
        font-size: 18px;
        padding: 10px 10px;
    }

    
}

@media (max-width: 768px){
    .info-tree-wrap{
        margin-top: -36px;
    }

    .button-dot-line2 .gradient-btn a{
         font-size: 14px;
        padding: 0 
    }
   
}

.tree-line-wrap .org-row.org-row-new{
    background: url(../images/info-tree-line6.png);
    background-position: center;
    background-repeat: no-repeat;
}

.pdf__link-2{color: #FFF !important; margin: 20px 0;}

.id__style-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 768px){
.id__style-1 .mf-service-item{
    margin-bottom: 0px;
}
}

@media (min-width: 1100px){
    .top-left-margin{
        margin-left: -100px;
    }

    .top-right-margin{
        margin-right: -100px;
    }
}

@media (max-width: 1100px){
    .button-dot-line:after { 
        background-size: 600px auto;
    }
}

@media (max-width: 980px){
    .button-dot-line:after { 
        background-size: 500px auto;
    }
}

@media (max-width: 768px){
    .button-dot-line:after { 
        background-size: 300px auto;
        top: 0px;
    }

    .button-dot-line {
        margin: 0 0px 10px 0;
    }

    .button-dot-line2 .gradient-btn a{
        font-size: 8px;
    }
    
}

@media (max-width: 600px){
    .button-dot-line:after { 
        background-image: none;
    }
    .tree-line-wrap .new-top-btns .infot-content span a{
        font-size: 8px !important;
        color: #1c1c1b !important;
        font-weight: 700;
        padding: 0px !important;
    }

    .button-dot-line2 .gradient-btn a{
        font-size: 8px;
    }

    .gradient-btn a { 
        color: #1c1c1b !important;
        font-weight: 700;
    }
}

.points-list{
    list-style: decimal !important;
    margin-bottom: 20px;
}

.points-list li{
    padding-bottom: 5px;
}

@media (max-width: 768px){
    .exams-page .mf-service-item .service-icon{
        margin-top: 20px;
    }
}