/* Raleway font loaded via Google Fonts CSS (variable font, weights 100-900) */

.thumbnail-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumbnail-overlay img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  object-fit: cover;
}
  
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('path-to-play-button-image.png') no-repeat center;
    background-size: contain;
    z-index: 2; /* Customize the z-index value */
  } 
  
 ul.landmark-main-banner{
    list-style-type:none ;
 }

 .bannerSlider.slick-slider {
    line-height: 0;
}
  
.bannerSlider{
	/* height: 450px; */
    height: auto;
}
.bannerSlider .slide__image::before{
	content: "";
	position: absolute;
	 max-width: 100%;
     height: auto;
     
	/* height: 450px; */
	/* background: rgba(33,33,33,.7);  */
}

ul.bannerSlider.slick-initialized.slick-slider {
    padding: 0%;
    margin: 0%;
    line-height: 0;
}

.bannerSlider .slick-slide {
	position: relative;
}

.bannerSlider .slide__image img {
	max-width: 100%;
     height: auto;
	/* height: 450px; */
	/* object-fit:cover;  */
}



.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.brief-info {
    min-height: 120px !important
}

html, body {
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

#block-homesustainability .hero-block .link:after {
    right: -20px !important
}

#block-homesustainability h2 {
    color: #fff
}

.navbar.navbar-default {
    display: flex;
    align-items: center;
    align-items: center
}

#logo-box {
    padding: 0
}

#header .right-head {
    padding: 0;
    text-align: left
}

.socials {
    margin-bottom: 12px
}

.social-parent {
    /* padding: 0px !important; */
    padding: 0.75em 0.75em;
    position: relative;
    right: 0;
    left: 30px;
}

.social-beat-diabets .desktop-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.social-beat-diabets .desktop-video .video-wrapper .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


@-webkit-keyframes slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slide-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-webkit-keyframes slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes slide-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/NotoKufiArabic/NotoKufiArabic.eot');
    src: url('../fonts/NotoKufiArabic/NotoKufiArabic.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoKufiArabic/NotoKufiArabic.woff') format('woff'), url('../fonts/NotoKufiArabic/NotoKufiArabic.ttf') format('truetype'), url('../fonts/NotoKufiArabic/NotoKufiArabic.svg#NotoKufiArabic') format('svg')
}

@font-face {
    font-family: 'NotoKufiArabic-Bold';
    src: url('../fonts/NotoKufiArabic-Bold/NotoKufiArabic-Bold.eot');
    src: url('../fonts/NotoKufiArabic-Bold/NotoKufiArabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoKufiArabic-Bold/NotoKufiArabic-Bold.woff') format('woff'), url('../fonts/NotoKufiArabic-Bold/NotoKufiArabic-Bold.ttf') format('truetype'), url('../fonts/NotoKufiArabic-Bold/NotoKufiArabic-Bold.svg#NotoKufiArabic-Bold') format('svg')
}
/* Raleway font loaded via Google Fonts CSS (variable font, weights 100-900) */

html[lang="ar"] .btn-list span:before, .btn-list span:after {
    right: -22px
}

html[lang="ar"] .location-content .btn-list:before {
    right: 23px
}

html[lang="ar"] .btn-list {
    padding: 10px 45px 10px 11px
}

html[lang="ar"] .btn-list span:after {
    top: 17px
}

html[lang="ar"] .btn-list span:before, .btn-list span:after {
    top: 8px
}

html[lang="ar"] .select-parent .opener {
    padding: 9px 16px 8px 45px
}

html[lang="ar"] .select-parent .opener:before {
    right: unset;
    left: 19px
}

html[lang="ar"] .btn-list {
    left: 15px;
    right: unset
}

html[lang="ar"] .side-panel {
    left: 0;
    right: unset;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-430px);
    -ms-transform: translateX(-430px);
    transform: translateX(-430px);
    display: none
}

html[lang="ar"] .aside-active .side-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: slide-right .3s ease-out;
    -moz-animation: slide-right .3s ease-out;
    display: block
}

html[lang="ar"] .aside-active .side-panel .btn-list.close {
    opacity: 1;
    visibility: visible
}

html[lang="ar"] .side-panel .btn-list.close {
    right: -18px
}

html[lang="ar"] .side-panel .btn-list.close:before {
    right: 29%;
    content: '';
    margin: -2px 0 0 -6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.IN #block-languageswitcher, .IN #block-languageswitcher-2 {
    display: none
}

html[lang="ar"] .links .ar {
    display: none
}

html[lang="en"] .links .en {
    display: none
}

html[lang="ar"] .links {
    position: absolute;
    left: 0;
    top: 7px;
    padding: 0;
    padding-right: 15px;
    border-right: 1px solid #373737
}

html[lang="ar"] #block-languageswitcher .links {
    position: absolute;
    left: 0;
    top: 7px;
    padding: 0;
    padding-right: 15px;
    border-right: 1px solid #fff;
    height: 19px
}

html[lang="en"] .links {
    position: absolute;
    right: -25px;
    left: unset;
    top: 7px;
    border-left: 1px solid #fff
}

html[lang="en"] #block-languageswitcher-2 .links {
    position: absolute;
    right: -25px;
    left: unset;
    top: 7px;
    border-right: 1px solid #373737;
    border-left: unset
}

html[lang="en"] ul.links {
    padding-left: 20px
}

.links a {
    padding: 3px 5px;
    font-weight: 400;
    color: #fff;
    line-height: 20px
}

html[lang="en"] .links {
    list-style: none;
    font-family: NotoKufiArabic;
    font-size: 13px;
    display: none;
    
}

html[lang="ar"] .links {
    list-style: none;
    font-family: "tondo", Helvetica, Arial, sans-serif;
    font-size: 14px
}

#block-languageswitcher {
    height: 0
}

html[lang="ar"] body {
    font-family: NotoKufiArabic
}

html[lang="ar"] .direction, html[lang="ar"] .location {
    font-family: NotoKufiArabic
}

html[lang="ar"] #result_box strong {
    padding-right: 12px
}

html[lang="ar"] .map-content .textbox .direction a {
    padding: 0 0 0 15px
}

html[lang="ar"] .map-content .textbox .direction a:before {
    left: 0;
    right: unset
}

html[lang="ar"] #multi-boxs header {
    padding-right: 4px
}

html[lang="ar"] .main-addition .video-holder iframe {
    top: 50%;
    left: 50%
}

html[lang="ar"] .video-holder iframe {
    right: unset
}

html[lang="ar"] .search-form {
    right: unset;
    left: 88px
}

html[lang="ar"] #block-lmg-main-menu {
    margin-left: 88px
}

#block-lmg-main-menu {
    margin-right: 70px
}

html[lang="ar"] .navbar-nav > li {
    float: right
}

html[lang="ar"] .right-head {
    text-align: left
}

html[lang="ar"] .country-select .slide ul li .icon {
    margin: 7px 0px 0 13px
}

html[lang="ar"] .col-lg-1, html[lang="ar"] .col-lg-2, html[lang="ar"] .col-lg-3, html[lang="ar"] .col-lg-4, html[lang="ar"] .col-lg-5, html[lang="ar"] .col-lg-6, html[lang="ar"] .col-lg-7, html[lang="ar"] .col-lg-8, html[lang="ar"] .col-lg-9, html[lang="ar"] .col-lg-10, html[lang="ar"] .col-lg-11, html[lang="ar"] .col-lg-12 {
    float: right
}

html[lang="ar"] .page-node-type-brands .col-md-1, html[lang="ar"] .page-node-type-brands .col-md-2, html[lang="ar"] .page-node-type-brands .col-md-3, html[lang="ar"] .page-node-type-brands .col-md-4, html[lang="ar"] .page-node-type-brands .col-md-5, html[lang="ar"] .page-node-type-brands .col-md-6, html[lang="ar"] .page-node-type-brands .col-md-7, html[lang="ar"] .page-node-type-brands .col-md-8, html[lang="ar"] .page-node-type-brands .col-md-9, html[lang="ar"] .page-node-type-brands .col-md-10, html[lang="ar"] .page-node-type-brands .col-md-11, html[lang="ar"] .page-node-type-brands .col-md-12 {
    float: right
}

html[lang="ar"] .col-sm-1, html[lang="ar"] .col-sm-2, html[lang="ar"] .col-sm-3, html[lang="ar"] .col-sm-4, html[lang="ar"] .col-sm-5, html[lang="ar"] .col-sm-6, html[lang="ar"] .col-sm-7, html[lang="ar"] .col-sm-8, html[lang="ar"] .col-sm-9, html[lang="ar"] .col-sm-10, html[lang="ar"] .col-sm-11, html[lang="ar"] .col-sm-12 {
    float: right
}

html[lang="ar"] #logo-box {
}

html[lang="ar"] .country-select .slide {
    right: -80px
}

html[lang="ar"] #online_block_download, html[lang="ar"] #online_block_banner {
    float: none !important;
}

html[lang="ar"] .footer-nav ul {
    line-height: 19px;
    float: right;
    width: 50%
}

html[lang="ar"] .footer-nav ul:only-child {
    padding-right: 0
}

html[lang="ar"] .footer-nav ul {
    line-height: 19px;
    float: right;
    width: 50%;
    padding-right: 0
}

html[lang="ar"] .country-select {
    float: left;
    position: relative;
    min-width: 135px
}

html[lang="ar"] #block-languageswitcher-2 .links a {
    padding: 3px 20px
}

html[lang="ar"] .country-select .icon {
    margin: 3px 14px 1px 5px
}

html[lang="ar"] .js-slide-hidden {
    position: absolute !important;
    right: -9999px !important;
    top: -9999px !important;
    display: block !important
}

html[lang="ar"] #map_counts {
    float: left !important
}

html[lang="en"] #map_counts {
    float: right !important
}

html[lang="ar"] .online-block .btn-store {
    margin: 0 36px 0 0
}

html[lang="ar"] .presence-block .stats-row .box {
    width: 49%
}

html[lang="ar"] .presence-block .link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -19px;
    right: unset
}

html[lang="ar"] .hero-block .link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: -19px;
    right: unset
}

html[lang="ar"] .articles-block .text-post .link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -19px;
    right: unset
}

html[lang="ar"] .timeline-gallery {
    float: left;
    width: 100%
}

html[lang="ar"] .timeline-gallery .paging li {
    float: right
}

html[lang="ar"] .director-box .img-holder img {
    float: left
}

html[lang="ar"] .leadership {
    float: right
}

html[lang="ar"] .director-block .director-box.add {
    margin: 0 0 96px;
    text-align: right
}

html[lang="ar"] .num_txt {
    font-family: "tondo", Helvetica, Arial, sans-serif
}

html[lang="ar"] .num_txt_spl {
    font-family: "tondo", Helvetica, Arial, sans-serif
}

html[lang="ar"] .apps-block .max-container {
    max-width: 677px
}

html[lang="ar"] .logo-box img {
    max-width: 150px
}

html[lang="ar"] .team-block .stats-row {
    text-align: right
}

html[lang="ar"] .timeline-gallery .paging li:after, .timeline-gallery .paging li:before {
    right: 15px
}

html[lang="ar"] .strength-block .stats-row .box:first-child {
    margin: unset
}

html[lang="ar"] .addr-info dl dt {
    float: right;
    clear: right;
    font-weight: 400;
    margin-left: 4px
}

html[lang="ar"] .main-addition .slide-wrap {
    float: right
}

html[lang="ar"] .hero-block.sub-visual .img-logo .logo-splash {
    width: 180px
}

html[lang="ar"] .hero-block.sub-visual .img-logo .logo-oasis {
    width: 220px
}

html[lang="ar"] .brands-block p {
    font-size: 11px
}

html[lang="ar"] .director-block .head {
    font-size: 16px
}

html[lang="ar"] .great-brands .head {
    font-size: 18px
}

html[lang="ar"] .director-block .director-box blockquote {
    font-size: 18px
}

html[lang="ar"] .director-block .director-box.add .info-box {
    font-size: 16px;
    min-height: 316px
}

html[lang="ar"] .director-block .director-box .desigation, .director-block .director-box .time {
    font-size: 15px
}

html[lang="ar"] .director-block .director-box.add .desigation {
    margin: 18px 0 17px;
    color: #555
}

html[lang="ar"] .our-values .box {
    font-size: 13px
}

html[lang="ar"] .timeline-section .head {
    font-size: 18px
}

html[lang="ar"] .timeline-gallery .slide .caption {
    font-size: 16px
}

html[lang="ar"] .addr-info .btn-dir:before, .addr-info .btn-dir:after {
    right: 1px;
    left: unset
}

html[lang="ar"] .addr-info .btn-dir:after {
    left: 0;
    right: unset
}

html[lang="ar"] .addr-info .dir a:before {
    left: -19px;
    right: unset
}

html[lang="ar"] .addr-info .dir a {
    padding: 0 0 0 0
}

html[lang="ar"] .select-parent .slide {
    left: unset;
    right: -90px
}

html[lang="ar"] .btn-list:before {
    right: 23px;
    left: unset
}

html[lang="ar"] .addr-list li {
    padding: 14px 17px 15px 0
}

html[lang="ar"] .location-content .btn-list:before {
    right: 23px;
    top: 22px
}

html[lang="ar"] .num-list li:before {
    float: right;
    margin: 0 0 0 13px
}

html[lang="ar"] .info-post, html[lang="ar"] .hero-block .textbox {
    font-size: 18px
}

html[lang="ar"] .addr-info .btn-dir:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(91deg);
    transform: rotate(90deg)
}

html[lang="ar"] .numbers-list a {
    float: left
}

html[lang="ar"] .numbers-list .title {
    float: right
}

html[lang="ar"] .side-nav li {
    padding: 8px 31px 8px 0
}

html[lang="ar"] .side-nav li:before, .side-nav li:after {
    right: 0;
    left: unset
}

html[lang="ar"] .download-list li .btn-download {
    left: 25px;
    right: unset
}

html[lang="ar"] .download-list li:before {
    left: unset;
    right: 23px
}

html[lang="ar"] .jcf-select .jcf-select-text {
    margin: 0 15px 0 50px
}

html[lang="ar"] .addr-info .dir a:before {
    transform: rotate(-90deg)
}

html[lang="ar"] .content-block .text-post ul li:before {
    right: 1px
}

html[lang="ar"] .content-block .text-post ul li {
    padding: 0 27px 0 0
}

html[lang="ar"] .map-content .textbox .direction a:before {
    transform: rotate(-90deg)
}

html[lang="ar"] .search-drop .title {
    text-align: right
}

html[lang="ar"] .search-drop ul {
    text-align: right;
    padding-left: 40px;
    padding-right: 0
}

html[lang="ar"] .modal-body .img-holder {
    float: right;
    width: 50%;
    padding: 0 0 0 11px
}

html[lang="ar"] .modal-body .textbox {
    font-size: 14px
}

html[lang="ar"] .modal-content .close {
    left: 18px;
    right: unset
}

html[lang="ar"] .modal-body .textbox h2 {
    font-size: 26px
}

html[lang="ar"] .modal-body .textbox .link {
    padding: 0
}

@media (min-width: 768px) {
    html[lang="ar"] .path-webform .affix-top .logo, html[lang="ar"] .page-node-33 .affix-top .logo, html[lang="ar"] .page-node-150 .affix-top .logo, html[lang="ar"] .page-node-210 .affix-top .logo, html[lang="ar"] .page-node-212 .affix-top .logo, html[lang="ar"] .page-node-214 .affix-top .logo, html[lang="ar"] .page-node-35 .affix-top .logo, html[lang="ar"] .page-node-34 .affix-top .logo, html[lang="ar"] .path-search .affix-top .logo, html[lang="ar"] .path-stores .affix-top .logo {
        width: 170px;
        height: 40px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        float: right;
        background: url("../images/LMG_Arabic_Colored.svg") no-repeat;
        background-size: 100% 100%
    }

    html[lang="ar"] .path-webform .affix-top .logo, html[lang="ar"] .page-node-33 .affix-top .logo, html[lang="ar"] .page-node-150 .affix-top .logo, html[lang="ar"] .page-node-210 .affix-top .logo, html[lang="ar"] .page-node-212 .affix-top .logo, html[lang="ar"] .page-node-214 .affix-top .logo, html[lang="ar"] .page-node-35 .affix-top .logo, html[lang="ar"] .page-node-34 .affix-top .logo, html[lang="ar"] .path-search .affix-top .logo, html[lang="ar"] .path-stores .affix-top .logo {
        width: 140px;
        height: 40px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        float: right;
        background: url("../images/LMG_Arabic_Colored.svg") no-repeat;
        background-size: 100% 100%
    }

    html[lang="ar"] .logo {
        width: 170px;
        height: 40px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        float: right;
        background: url("../images/logo_ar.svg") no-repeat;
        background-size: 100% 100%
    }

    html[lang="ar"] .footer-nav {
        font-size: 12px
    }

    html[lang="ar"] .footer-nav .title {
        font-size: 12px
    }

    html[lang="ar"] .country-select .opener .text {
        font-size: 12px
    }

    html[lang="ar"] .sec-footer a {
        font-size: 12px
    }

    html[lang="ar"] #block-lmg-main-menu {
        font-size: 13px
    }

    html[lang="ar"] h1.md {
        font-size: 28px
    }

    html[lang="ar"] h2 {
        font-size: 32px
    }

    html[lang="ar"] .sub-block .textbox {
        font-size: 16px
    }

    html[lang="ar"] .strength-block .stats-row .box .title {
        font-size: 16px
    }

    html[lang="ar"] .strength-block .stats-row .box .value {
        font-size: 60px
    }

    html[lang="ar"] .online-block p {
        font-size: 16px
    }

    html[lang="ar"] .presence-block .stats-row .title {
        font-size: 16px
    }

    html[lang="ar"] .presence-block .link {
        font-size: 16px
    }

    html[lang="ar"] .country-select .slide ul a {
        font-size: 12px
    }

    html[lang="ar"] .page-node-type-brands .caption-holder .viewport-section {
        float: right
    }

    html[lang="ar"] .page-node-type-brands .template5 .caption-holder .viewport-section {
        float: left
    }

    html[lang="ar"] .sub-block .stats-row .box {
        float: right
    }

    html[lang="ar"] .main-addition .head {
        font-size: 16px
    }

    html[lang="ar"] .sub-block .txt h2 {
        margin: 0
    }

    html[lang="ar"] .sub-block {
        padding: 74px 0 93px
    }

    html[lang="en"] section#block-languageswitcher-2 ul.links {
        top: 0;
        z-index: 2;
        left: 228px;
        right: unset
    }

    html[lang="ar"] section#block-languageswitcher-2 ul.links {
        top: 0;
        right: unset;
        left: 179px;
        z-index: 2;
        border-right: none;
        border-left: 1px solid #373737
    }

    html[lang="en"] .block-home-footer-blocks .link:after {
        right: -22px
    }

    html[lang="en"] .search-form {
        left: unset;
        right: 66px
    }

    html[lang="ar"] #block-languageswitcher-2 .links .en a {
        font-family: "tondo", Helvetica, Arial, sans-serif;
        font-size: 14px
    }

    html[lang="en"] #block-languageswitcher-2 .links a {
        padding: 8px 24px
    }

    html[lang="ar"] .page-node-36 .strength-block .stats-row .box:first-child {
        margin: 0 0 0 7%
    }

    html[lang="ar"] .page-node-type-career .strength-block .stats-row .box:first-child {
        margin: 0
    }

    html[lang="ar"] .page-node-type-career blockquote .img-holder {
        float: right;
        margin: 0 0 0 50px
    }

    html[lang="ar"] .page-node-type-career blockquote .quote-wrap {
        text-align: right
    }

    html[lang="ar"] .page-node-type-inner-page h3 {
        font-size: 26px
    }

    html[lang="ar"] .affix-top .links {
        border-right: 1px solid #ccc
    }

    html[lang="ar"] .filter-nav .form-search .form-field .btn-search {
        right: unset;
        left: 1px
    }

    html[lang="ar"] .filter-nav .form-search {
        right: 40px;
        left: unset
    }

    html[lang="ar"] .filter-nav {
        padding: 0 83px 0 0
    }

    html[lang="ar"] .path-webform .affix-top .links a, html[lang="ar"] .page-node-33 .affix-top .links a, html[lang="ar"] .page-node-150 .affix-top .links a, html[lang="ar"] .page-node-210 .affix-top .links a, html[lang="ar"] .page-node-212 .affix-top .links a, html[lang="ar"] .page-node-214 .affix-top .links a, html[lang="ar"] .page-node-35 .affix-top .links a, html[lang="ar"] .page-node-34 .affix-top .links a, html[lang="ar"] .path-search .affix-top .links a, html[lang="ar"] .path-stores .affix-top .links a,html[lang="ar"] .page-node-212 .affix-top .links a , html[lang="ar"] .page-node-213 .affix-top .links a {
        color: #181818
    }

    html[lang="en"] .path-webform .affix-top .links a, html[lang="en"] .page-node-33 .affix-top .links a, html[lang="en"] .page-node-150 .affix-top .links a, html[lang="en"] .page-node-210 .affix-top .links a, html[lang="en"] .page-node-212 .affix-top .links a, html[lang="en"] .page-node-214 .affix-top .links a, html[lang="en"] .page-node-35 .affix-top .links a, html[lang="en"] .page-node-34 .affix-top .links a, html[lang="en"] .path-search .affix-top .links a, html[lang="en"] .path-stores .affix-top .links a ,html[lang="en"] .page-node-212 .affix-top .links a , html[lang="en"] .page-node-213 .affix-top .links a{
        color: #181818
    }

    html[lang="en"] .path-webform .affix-top .links {
        border-left: 1px solid #181818
    }

    html[lang="ar"] .path-webform .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-33 .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-150 .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-210 .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-212 .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-214 .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-35 .affix-top #block-languageswitcher .links, html[lang="ar"] .page-node-34 .affix-top #block-languageswitcher .links, html[lang="ar"] .path-search .affix-top #block-languageswitcher .links, html[lang="ar"] .path-stores .affix-top #block-languageswitcher .links , html[lang="ar"] .page-node-212 .affix-top #block-languageswitcher .links,html[lang="ar"] .page-node-213 .affix-top #block-languageswitcher .links{
        border-right: 1px solid #181818
    }

    html[lang="ar"] .select-wrapper {
        right: 17px;
        left: unset
    }

    html[lang="ar"] .page-node-40 .logo1 {
        width: 132px !important
    }

    html[lang="ar"] .page-node-40 .logo2 {
        width: 132px !important
    }

    html[lang="ar"] .page-node-40 .logo3 {
        width: 132px !important
    }

    html[lang="ar"] .page-node-40 .logo4 {
        width: 132px !important
    }

    html[lang="ar"] .page-node-40 .hero-block.sub-visual .logos-wrap .img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 55px !important
    }

    html[lang="ar"] .location-content .iw-holder .img-logo img {
        width: 150px !important;
        height: 60px !important
    }

    html[lang="ar"] .map-content .textbox {
        margin: 0 19px 0 0
    }

    html[lang="ar"] .map-content .img-logo {
        margin: 0 19px 0 0
    }

    html[lang=ar] h2.error_description {
        font-size: 20px
    }

    html[lang=ar] h1.error_title {
    }
}

@media (max-width: 767px) {
    body {
        color: #202020
    }

    body.stop_scroll {
        overflow: hidden;
        visibility: hidden
    }

    body.put_scroll {
        overflow: auto;
        visibility: visible
    }

    body.country-active {
        overflow: hidden;
        height: 100vh
    }

    html[lang="ar"] .gm-style .img-logo img {
        height: 48px
    }

    html[lang="ar"] .search-form .form-group .form-control {
        padding: 6px 6px
    }

    html[lang="ar"] .map-content .img-logo {
        margin: 0
    }

    html[lang="ar"] .map-content .textbox {
        margin: 0
    }

    html[lang="ar"] .fake-select:before {
        left: 1px;
        right: unset
    }

    html[lang="ar"] .fake-select:after {
        left: 17px;
        right: unset
    }

    html[lang="ar"] .fake-select select {
        padding: 9px 14px 9px 45px
    }

    html[lang="ar"] .select-wrapper .btn-find span:before {
        right: 0;
        left: unset
    }

    html[lang="ar"] .select-wrapper .btn-find span {
        left: 5px;
        padding: 0 23px 0 0;
        right: unset
    }

    html[lang="ar"] .path-stores .btn-top {
        left: 100px;
        right: unset
    }

    html[lang="en"] .path-stores .btn-top {
        right: 100px;
        left: unset
    }

    html[lang="ar"] .filters-content .box {
        padding: 24px 0px 24px
    }

    html[lang="ar"] .page-node-40 .logo1 {
        width: 62px !important
    }

    html[lang="ar"] .page-node-40 .logo2 {
        width: 62px !important
    }

    html[lang="ar"] .page-node-40 .logo3 {
        width: 62px !important
    }

    html[lang="ar"] .page-node-40 .logo4 {
        width: 62px !important
    }

    html[lang="ar"] .page-node-40 .hero-block.sub-visual .logos-wrap .img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 15px !important
    }

    html[lang="ar"] .page-node-40 .hero-block.sub-visual .logos-wrap {
        margin: 0 -30px 15px
    }

    html[lang="ar"] .page-node-60 .brand-box .img-logo img {
        height: 60px
    }

    html[lang="ar"] .page-node-47 .brand-box .img-logo img {
        height: 30px
    }

    html[lang="ar"] .page-node-41 .brand-box .img-logo img {
        height: 80px
    }

    html[lang="ar"] .logo, html[lang="ar"] body.SA .logo, html[lang="ar"] .path-webform .affix-top .logo, html[lang="ar"] .page-node-33 .affix-top .logo, html[lang="ar"] .page-node-150 .affix-top .logo, html[lang="ar"] .page-node-210 .affix-top .logo, html[lang="ar"] .page-node-212 .affix-top .logo, html[lang="ar"] .page-node-214 .affix-top .logo, html[lang="ar"] .page-node-35 .affix-top .logo, html[lang="ar"] .page-node-34 .affix-top .logo, html[lang="ar"] .path-search .affix-top .logo, html[lang="ar"] .path-stores .affix-top .logo {
        width: 170px;
        height: 40px;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        float: left;
        background: url(../images/logo.svg) no-repeat;
        background-size: 100% 100%
    }

    html[lang="ar"] .hero-block.sub-visual .img-logo .logo-oasis {
        width: 100px
    }

    html[lang="ar"] .page-node-49 .presence-block .stats-row .box {
        width: 120px
    }

    html[lang="ar"] .hero-block.sub-visual h1.md {
        font-size: 18px
    }

    html[lang="ar"] h2 {
        font-size: 18px
    }

    html[lang="ar"] .sub-block .textbox {
        font-size: 14px
    }

    html[lang="ar"] .strength-block .stats-row .box .title {
        font-size: 14px
    }

    html[lang="ar"] .strength-block .stats-row .box .value {
        font-size: 30px
    }

    html[lang="ar"] #result_box strong {
        padding-right: 0
    }

    html[lang="ar"] .main-addition .head {
        text-align: right;
        font-size: 15px
    }

    html[lang="ar"] .online-block .img-holder img {
        width: 100%
    }

    html[lang="ar"] .online-block p {
        font-size: 15px
    }

    html[lang="ar"] .country-select .slide {
        right: 0
    }

    html[lang="ar"] .navbar-nav > li {
        float: none
    }

    html[lang="ar"] .online-block .btn-web .txt {
        font-size: 14px;
        line-height: 15px
    }

    html[lang="ar"] .sub-block .txt h2 {
        line-height: 29px !important;
        margin-bottom: 30px !important
    }

    html[lang="ar"] .our-values .box .icon {
        min-width: 60px;
        margin-left: 10px
    }

    html[lang="ar"] .main-section.text-center {
        text-align: right
    }

    html[lang="ar"] .mobile-galleries h3, .mobile-galleries .phone-timeline .slick-slide .title {
        font-family: "tondo"
    }

    html[lang="ar"] .filter-nav .form-search .form-field .btn-search {
        left: 1px;
        right: unset
    }

    html[lang="ar"] .addr-info .btn-dir:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    html[lang="ar"] .jcf-select .jcf-select-opener {
        left: 0;
        right: unset
    }

    html[lang="ar"] .navbar-default .navbar-nav > li > a {
        padding: 14px 17px 0 0;
        text-align: right
    }

    html[lang="ar"] .navbar-header {
        position: absolute;
        right: 25px;
        top: -42px;
        left: unset
    }

    html[lang="ar"] .btn-top {
        left: 10px;
        right: unset
    }

    html[lang="ar"] .articles-block .lg-text {
        font-size: 18px;
        line-height: 31px
    }

    html[lang="ar"] body, html[lang="ar"] .main-section .sub-section .subhead p, html[lang="ar"] .content-block, html[lang="ar"] .addr-info dl dt, .addr-info dl dd, html[lang="ar"] label, html[lang="ar"] .addr-info .dir a, html[lang="ar"] .addr-info .btn-dir, html[lang="ar"] .info-post, html[lang="ar"] .hero-block .textbox, html[lang="ar"] .reasons-block .head, html[lang="ar"] .team-block .textbox, html[lang="ar"] .blockquote, html[lang="ar"] .director-block .director-box.add .info-box, html[lang="ar"] .our-values .box, html[lang="ar"] .timeline-section .head, html[lang="ar"] .mobile-galleries .phone-timeline .slick-slide .caption, html[lang="ar"] .awards-block .head, html[lang="ar"] .our-values .head {
        font-size: 15px
    }

    html[lang="ar"] .content-block h1 {
        font-size: 30px;
        margin: 0;
        margin-bottom: -25px
    }

    html[lang="ar"] .page-node-33 .content-block h1, html[lang="ar"] .path-webform .content-block h1 {
        font-size: 30px;
        margin: 0;
        margin-bottom: 35px
    }

    html[lang="ar"] .btn-filter {
        left: 23px;
        right: unset
    }

    html[lang="ar"] .hero-block.sub-visual h1 {
        font-size: 32px
    }

    html[lang="ar"] .info-post.text-center {
        text-align: right
    }

    html[lang="ar"] .info-post, html[lang="ar"] .hero-block .textbox {
        font-size: 15px
    }

    html[lang="ar"] .btn.btn-primary {
        font-size: 18px
    }

    html[lang="ar"] .director-block .director-box.add .info-box {
        min-height: 227px
    }

    html[lang="ar"] .director-block .director-box.add .head-wrap {
        text-align: right;
        padding-right: 11px
    }

    html[lang="ar"] #block-lmg-main-menu {
        margin-left: unset
    }

    #block-lmg-main-menu {
        margin-right: unset
    }

    html[lang="ar"] .search-form .form-group {
        padding: 0;
        left: 45px
    }

    html[lang="ar"] .search-form .btn {
        left: 27px;
        right: unset
    }

    html[lang="ar"] .search-form {
        right: unset;
        left: unset
    }

    html[lang="en"] section#block-languageswitcher-2 ul.links {
        right: 55%;
        left: 5px;
        top: -5px;
        z-index: 2;
        border-right: 1px solid #373737;
        border-left: none
    }

    html[lang="en"] section#block-languageswitcher-2 ul.links li a, html[lang="ar"] section#block-languageswitcher-2 ul.links li a {
        color: #555
    }

    html[lang="ar"] section#block-languageswitcher-2 ul.links {
        top: 0;
        left: 30%;
        right: 65%;
        z-index: 2;
        border-right: none;
        border-left: 1px solid #373737
    }

    #block-languageswitcher-2, #block-languageswitcher {
        display: none
    }

    .region-mobile-lang-switcher #block-languageswitcher-3 {
        min-height: 56px
    }

    .region-mobile-lang-switcher #block-languageswitcher-3 .links a {
        font-family: NotoKufiArabic;
        font-size: 20px;
        color: #000;
        line-height: 30px
    }

    html[lang="en"] .region-mobile-lang-switcher #block-languageswitcher-3 .links {
        text-align: left;
        width: 100%;
        position: unset;
        right: unset;
        left: 0;
        top: 7px;
        border-left: none;
        padding: 0;
        margin-top: 10px
    }

    html[lang="ar"] .region-mobile-lang-switcher #block-languageswitcher-3 {
        min-height: 41px
    }

    html[lang="ar"] .region-mobile-lang-switcher #block-languageswitcher-3 .links {
        text-align: right;
        border: none;
        width: 100%
    }

    html[lang="ar"] .region-mobile-lang-switcher #block-languageswitcher-3 .links a {
        font-family: "tondo", Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #000
    }

    html[lang="ar"] .navbar-toggle.collapsed:after {
        left: 10px;
        right: unset
    }

    html[lang="ar"] .navbar-toggle.collapsed {
        padding: 9px 10px 9px 25px
    }

    html[lang="ar"] .apps-block .brand-list li {
        float: right
    }

    html[lang="ar"] .main-section .sub-section .subhead {
        text-align: right
    }

    html[lang="ar"] .main-section .sub-section .mobile-head .title {
        text-align: right
    }

    html[lang="ar"] .main-section .sub-section .mobile-head .acc-opener:after {
        left: 30px;
        right: unset
    }

    html[lang="ar"] .navbar-default .navbar-nav > li > a, html[lang="ar"] .navbar-default .navbar-nav.add-nav > li > a {
        font-size: 18px
    }

    html[lang="ar"] .great-brands .sub-section .mobile-head .acc-opener:after, html[lang="ar"] .great-brands .brands-links:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    html[lang="ar"] .great-brands .modal-lg h2 {
        margin: 0 0 40px 30px
    }

    html[lang="ar"] #brands-modal .brands-list {
        text-align: left
    }

    html[lang="ar"] .page-node-48 #brands-modal .brands-list {
        text-align: right
    }

    html[lang="ar"] .great-brands .head {
        text-align: right
    }

    html[lang="ar"] .modal-body .img-holder {
        float: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0 0 15px
    }

    html[lang="ar"] .director-block .director-box.add.sub .img-holder img {
        width: 190px !important
    }

    html[lang="ar"] .director-block .director-box.add .img-holder img {
        width: 290px !important
    }

    html[lang="ar"] .page-node-type-career .filter-parent {
        margin: 0
    }

    html[lang="ar"] .jcf-select .jcf-select-opener {
        width: 33px
    }

    html[lang="ar"] .filter-nav ul.drop-list li .jcf-select-filter .jcf-select-text {
        padding: 13px 15px 13px 30px
    }

    html[lang="ar"] .select-wrapper .btn-find span:before {
        top: 11px
    }

    html[lang="ar"] .addr-list .direction {
        left: 0;
        right: unset
    }

    html[lang="ar"] .search-head .txt {
        margin-top: 32px
    }

    html[lang="ar"] .logo-box img {
        max-width: 115px
    }

    html[lang="en"] .path-webform .affix-top .logo, html[lang="en"] .page-node-210 .affix-top .logo, html[lang="en"] .page-node-212 .affix-top .logo, html[lang="en"] .page-node-214 .affix-top .logo, html[lang="en"] .page-node-35 .affix-top .logo, html[lang="en"] .page-node-34 .affix-top .logo, html[lang="en"] .path-search .affix-top .logo, html[lang="en"] .path-stores .affix-top .logo {
        width: 229px;
        height: 54px;
        background: url(../images/logo.svg) no-repeat !important;
        background-size: 100% 100%
    }
    /* html[lang="en"] .path-webform .affix-top .logo, html[lang="en"] .page-node-33 .affix-top .logo, html[lang="en"] .page-node-150 .affix-top .logo, html[lang="en"] .page-node-210 .affix-top .logo, html[lang="en"] .page-node-212 .affix-top .logo, html[lang="en"] .page-node-214 .affix-top .logo, html[lang="en"] .page-node-35 .affix-top .logo, html[lang="en"] .page-node-34 .affix-top .logo, html[lang="en"] .path-search .affix-top .logo, html[lang="en"] .path-stores .affix-top .logo {
        width: 229px;
        height: 54px;
        background: url(../images/logo.svg) no-repeat !important;
        background-size: 100% 100%
    } */

    .brand-box .img-logo img {
        height: 75px
    }
}

@media (max-width: 991px) {
    html[lang="ar"] .sub-block .txt h2 {
        line-height: 50px;
        margin-bottom: 48px
    }

    html[lang="ar"] .strength-block .stats-row .box .value {
        font-size: 44px
    }

    html[lang="ar"] #result_box strong {
        padding-right: 0
    }

    html[lang="ar"] #online_block_download, html[lang="ar"] #online_block_banner {
        float: right !important
    }

    html[lang="ar"] .online-block .btn-store {
        width: 130px
    }

    html[lang="ar"] .online-block .btn-web {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        padding: 5px 10px
    }

    html[lang="ar"] .online-block .btn-store {
        margin: 0 8px 0 0
    }
}

body {
    min-width: 320px;
    font-weight: 300
}

body:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.8)
}

a {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    outline: none
}

a:before, a:after {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

p a {
    font-weight: 400
}

.btn {
    font-size: 18px;
    line-height: 26px;
    border-radius: 2px;
    font-weight: 700;
    padding: 10px 27px
}

.btn.btn-primary {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 24px
}

h1, h2, h3, h4, h5, h6 {
    color: #202020
}

h1 {
    margin: 0 0 26px
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px
    }
}

h1.md {
    font-size: 36px
}

@media (max-width: 767px) {
    h1.md {
        font-size: 26px
    }
}

h2 {
    margin: 0 0 20px
}

@media (max-width: 991px) {
    h2 {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 20px
    }
}

label {
    font-size: 24px;
    line-height: 28px;
    color: #202020;
    font-weight: 300;
    margin: 0 0 14px
}

@media (max-width: 991px) {
    label {
        font-size: 16px;
        line-height: 20px
    }
}

.form-control {
    box-shadow: none;
    height: 48px;
    padding: 11px 15px;
    outline: none;
    -webkit-appearance: none
}

.form-control::-webkit-input-placeholder {
    opacity: 0.4
}

.form-control::-moz-placeholder {
    opacity: 1;
    opacity: 0.4
}

.form-control:-moz-placeholder {
    opacity: 0.4
}

.form-control:-ms-input-placeholder {
    opacity: 0.4
}

.form-control.placeholder {
    opacity: 0.4
}

.form-control:focus {
    box-shadow: none
}

.has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus {
    box-shadow: none
}

#wrapper {
    width: 100%;
    position: relative;
    height: 100%;
    display: table;
    table-layout: fixed
}

@media (max-width: 767px) {
    #wrapper {
        display: block;
        /* padding-top: 60px; */
        overflow: hidden;
        height: auto
    }

    .nav-active #wrapper {
        overflow: hidden;
        height: 100%
    }
}

#wrapper .w1 {
    width: 100%;
    display: table-row
}

@media (max-width: 767px) {
    #wrapper .w1 {
        display: block
    }
}

/* #wrapper.static {
    padding-top: 111px
} */

@media (max-width: 767px) {
    /* #wrapper.static {
        padding-top: 60px
    } */
}

#header {
    /* -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; */
    width: 100%;
    /* padding: 16px 0; */
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    /* -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%) */
}

@media (max-width: 767px) {
    #header {
        padding: 15px 0;
        /* height: 70px; */
        background: #fff
    }
}

.static #header {
    /* padding: 31px 0 26px; */
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2)
}

@media (max-width: 767px) {
    .static #header {
        padding: 15px 0;
        height: 70px;
        background: #002F87;
    }
}

#header.affix {
    /* padding: 16px 0 10px; */
    position: fixed;
    background-color: #002F87;
    /* background-color: rgba(32, 32, 32, 0.9); */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    /* -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); */
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    #header.affix {
        background: #002F87;
        /* padding: 15px 0; */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
    }
}

#header.affix-top {
    /* -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); */
    opacity: 1;
    visibility: visible
}

.search-active #header {
    /* background: #fff; */
    padding: 31px 0 26px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.search-active #header.affix {
    background: #2b2b2b;
    padding: 16px 0
}

.search-active #header.affix .logo {
    width: 30px;
    height: 30px;
    margin: 0;
    background: url("../images/logo-sm.svg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 3px
}

.search-active #header.affix .search-form {
    top: -2px
}

.search-active #header.affix .search-form .form-opener:before {
    background: transparent;
    color: #d0d0d0;
    top: -7px;
    font-size: 22px
}

.search-active #header.affix .search-form form:before {
    background: url("../images/ico-search-white.svg") no-repeat;
    background-size: 100% 100%
}

.search-active #header.affix .search-form .form-group:before {
    background: #fff
}

.search-active #header.affix .search-form .form-group .form-control {
    color: #d0d0d0
}

.search-active #header.affix .search-form .form-group .form-control::-webkit-input-placeholder {
    color: #d0d0d0
}

.search-active #header.affix .search-form .form-group .form-control::-moz-placeholder {
    opacity: 1;
    color: #d0d0d0
}

.search-active #header.affix .search-form .form-group .form-control:-moz-placeholder {
    color: #d0d0d0
}

.search-active #header.affix .search-form .form-group .form-control:-ms-input-placeholder {
    color: #d0d0d0
}

.search-active #header.affix .search-form .form-group .form-control.placeholder {
    color: #d0d0d0
}

.search-active #header.affix .search-drop {
    -webkit-transition: none;
    transition: none;
    top: 54px
}

html[lang="en"] .path-webform .affix-top .logo, html[lang="en"] .page-node-33 .affix-top .logo, html[lang="en"] .page-node-150 .affix-top .logo,html[lang="en"] .page-node-210 .affix-top .logo, html[lang="en"] .page-node-212 .affix-top .logo, html[lang="en"] .page-node-214 .affix-top .logo, html[lang="en"] .page-node-35 .affix-top .logo, html[lang="en"] .page-node-34 .affix-top .logo, html[lang="en"] .path-search .affix-top .logo, html[lang="en"] .path-stores .affix-top .logo ,html[lang="en"] .page-node-212 .affix-top .logo ,html[lang="en"] .page-node-213 .affix-top .logo {
    /* width: 229px;
    height: 54px;
    background: url("../images/logo-blue.svg") no-repeat;
    background-size: 100% 100% */
}

@media (max-width: 1199px) {
    .search-active .logo {
        width: 190px;
        height: 46px;
        margin: 4px 0
    }
}

@media (max-width: 991px) {
    .search-active .logo {
        width: 150px;
        height: 36px;
        margin: 9px 0
    }
}

.search-active .search-form {
    overflow: visible
}

.search-active .static #header .search-form {
    top: -2px
}

.search-active .static #header .search-form .form-opener:before {
    background: none
}

html[lang="en"] .page-node-230 .logo {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    float: left;
    background: url("../images/Landmark_Retail_EN.svg") no-repeat;
    background-size: 100% 100%
}

html[lang="en"] .page-node-231 .logo {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    float: left;
    background: url("../images/Landmark_Hospitality_EN.svg") no-repeat;
    background-size: 100% 100%
}

html[lang="en"] .page-node-232 .logo {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    float: left;
    background: url("../images/Landmark_India.svg") no-repeat;
    background-size: 100% 100%
}

html[lang="en"] .logo {
    width: 170px;
    height: 40px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    float: left;
    background: url("../images/logo-landmark-home.png") no-repeat;
    /* background: url("../images/logo-50.png") no-repeat; */
    background-size: 100% 100%

}

img.fifty-years {
    width: 127px;
    height: 40px;
    position: relative;
    left: 860px;
    /* bottom: 20px; */
}


.homepage-gallery img{
    width :400px;
    height :400px;
    border-radius: 50px;
}
.homepage-gallery {
    width: 80%;
    margin: 0px auto;
}
.gallery-one.row {
    height: 415px;
}
.gallery-two.row{
    height: 433px;
}

#img-one{position:relative;}
#img-one img{position:absolute;z-index:1; left:0}
#img-one img.active{z-index:3}
#img-two{position:relative;}
#img-two img{position:absolute;z-index:1; width:500px; right: 0;}
#img-two img.active{z-index:3}
#img-three{position:relative;}
#img-three img{position:absolute;z-index:1;width:500px; left: 0;}
#img-three img.active{z-index:3}
#img-four{position:relative;}
#img-four img{position:absolute;z-index:1; right: 0;}
#img-four img.active{z-index:3;}
#gallery-main-img{position:relative; height:590px; top:20px}
#gallery-main-img img{position:absolute;z-index:1; right: 0;}
#gallery-main-img img.active{z-index:3;}

.career-spacing-bottom{
    margin-bottom: 30px;
    width: 100%;
}
.row.career-spacing-bottom.best-advance img {
    height: 307px;
}
.row.career-spacing-bottom.best-workplace img {
    /* height: 367px; */
}
.row.career-spacing-bottom.by-autor img {
    height: 375px;
    width: 375px;

}
section.our-purpose-video.container {
    margin: 2% auto;
}
.our-purpose-desc.container.lmg-desc.last-content-padding p {
    margin-bottom: 20px;
}
.about-us-main section.our-piller-video.container {
    margin: 3% auto 6%;
}
@media (max-width: 991px) {
    .logo {
        width: 150px;
        height: 36px;
        margin: 3px 0
    }
}

@media (max-width: 767px) {

    

    .about-us-main section.our-piller-video.container {
        margin: 3% auto 10%;
    }
    section.our-purpose-video.container {
        margin: 2% auto 6%;
    }
    .row.career-spacing-bottom.by-autor img {
        height: 109px;
        width: 109px;
    }
    .row.career-spacing-bottom.best-advance img {
        height: 93px;
    }
    .row.career-spacing-bottom.best-workplace img {
        height: 112px;
    }
    .career-spacing-bottom {
        margin-bottom: 15px;
    }

    .gallery-one.row,
    .gallery-two.row{
        height: 140px;
    }

    .our-business-section {
        display: unset;
    }

    #img-one img{
        width: 150px;
    }
    #img-two img{
        width: 200px;
        
    }
    #img-three img{
        width: 200px;
    }
    #img-four img {
        width: 150px;
    }
    .homepage-gallery {
        width: 100%;
    }
    .homepage-gallery img{
        width :200px;
        height: 130px;
        border-radius: 20px;
    }

    .logo {
        /* width: 30px;
        height: 30px; */
        position: absolute;
        left: 38%;/*ninad*/ 
        top: 0;
        margin: 0 0 0 -15px;
        background: url("../images/logo-sm.svg") no-repeat;
        background-size: 100% 100%
    }
}

.static .logo {
    width: 229px;
    height: 54px;
    background: url("../images/logo-blue.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 1199px) {
    .static .logo {
        width: 200px;
        height: 48px;
        margin: 3px 0
    }
}

@media (max-width: 991px) {
    .static .logo {
        width: 160px;
        height: 38px;
        margin: 4px 0
    }
}

@media (max-width: 767px) {
    .static .logo {
        width: 30px;
        height: 30px;
        margin: 0 0 0 -15px;
        background: url("../images/logo-sm.svg") no-repeat;
        background-size: 100% 100%
    }
}

.affix .logo {
    width: 30px;
    height: 30px;
    /* margin: 3px 0 0; */
    background: url("../images/logo-sm.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .affix .logo {
        margin: 0 0 0 -15px
    }
}

.logo a {
    display: block;
    height: 100%
}

.right-head {
    text-align: right
}

.search-form {
    width: 34px;
    height: 40px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .search-form {
        width: auto;
        left: 0;
        height: 66px;
        background: #f8f8f8;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc
    }
}

.search-active .search-form {
    width: 860px;
    top: 6px
}

@media (max-width: 1199px) {
    .search-active .search-form {
        width: 700px
    }
}

@media (max-width: 991px) {
    .search-active .search-form {
        width: 530px
    }
}

.search-active .search-form .form-opener {
    text-align: center
}

.search-active .search-form .form-opener:before {
    font-size: 24px;
    color: #555;
    content: 'x';
    margin: 0;
    left: 6px;
    top: -8px;
    background: none
}

.search-active .search-form .form-opener:hover:before {
    background: none
}

.search-active .search-form form {
    opacity: 1
}

.search-form .form-opener {
    width: 22px;
    height: 22px;
    -webkit-transition: none;
    transition: none;
    position: absolute;
    right: 6px;
    top: 9px;
    text-decoration: none
}

@media (max-width: 767px) {
    .search-form .form-opener {
        display: none
    }
}

.search-form .form-opener:before {
    width: 16px;
    height: 18px;
    -webkit-transition: none;
    transition: none;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    margin: -9px 0 0 -8px;
    background: url("../images/ico-search-white.svg") no-repeat;
    background-size: 100% 100%
}

.static .search-form .form-opener:before {
    background: url("../images/ico-search.svg") no-repeat;
    background-size: 100% 100%
}

.affix .search-form .form-opener:before {
    /* top: 8px; */
    background: url("../images/ico-search-white.svg") no-repeat;
    background-size: 100% 100%
}

.search-form form {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    width: 100%;
    opacity: 0;
    position: relative;
    padding: 0 50px 0 40px;
    background: #fff
}

@media (max-width: 767px) {
    .search-form form {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s;
        opacity: 1;
        padding: 12px 75px 12px 25px
    }
}

.affix .search-form form {
    background: #2b2b2b
}

@media (max-width: 767px) {
    .affix .search-form form {
        background: none
    }
}

.search-form form.js-slide-hidden {
    position: static !important;
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px)
}

@media (max-width: 767px) {
    .search-form form.js-slide-hidden {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.search-form form:before {
    width: 16px;
    height: 18px;
    position: absolute;
    left: 13px;
    top: 11px;
    content: '';
    background: url("../images/ico-search.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .search-form form:before {
        display: none
    }
}

.search-form .form-group {
    margin: 0;
    padding: 0;
    position: relative
}

@media (max-width: 767px) {
    .search-form .form-group {
        padding: 0
    }
}

.search-form .form-group:before {
    width: 1px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    background: #202020;
    display: none
}

@media (max-width: 767px) {
    .search-form .form-group:before {
        display: none
    }
}

.search-form .form-group .form-control {
    font-size: 20px;
    line-height: 28px;
    height: 40px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #aaa;
    background: transparent;
    padding: 6px 12px
}

@media (max-width: 767px) {
    .search-form .form-group .form-control {
        font-size: 18px
    }
}

.search-form .form-group .form-control::-webkit-input-placeholder {
    color: #aaa
}

.search-form .form-group .form-control::-moz-placeholder {
    opacity: 1;
    color: #aaa
}

.search-form .form-group .form-control:-moz-placeholder {
    color: #aaa
}

.search-form .form-group .form-control:-ms-input-placeholder {
    color: #aaa
}

.search-form .form-group .form-control.placeholder {
    color: #aaa
}

.search-form .form-group .form-control:focus {
    box-shadow: none
}

.search-form .btn {
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 27px;
    top: 12px;
    border: 0;
    padding: 0;
    background: none
}

.search-form .btn:before {
    width: 16px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -8px;
    content: '';
    background: url("../images/ico-search.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .search-form .btn {
        opacity: 1;
        visibility: visible
    }
}

.search-drop {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    min-width: 300px;
    position: absolute;
    left: 0;
    top: 74px;
    right: 0;
    padding: 26px 38px 10px;
    text-align: left;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden
}

.search-drop .title {
    display: block;
    color: #434343;
    font-weight: 400;
    margin: 0 0 7px
}

.search-drop ul {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.39px;
    margin: 0
}

.search-drop ul a {
    color: #202020;
    display: inline-block
}

.search-drop ul a:hover {
    color: #dfbb24
}

.child-input-focused .search-drop {
    opacity: 1;
    visibility: visible
}

.btn-top {
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: -6px;
    opacity: 0;
    visibility: hidden
}

.btn-top:after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("../images/ico-arrow04.svg") no-repeat;
    background-size: 100% 100%
}

.btn-top:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .scroll-top .btn-top {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 767px) {
    .nav-active .btn-top {
        opacity: 0;
        visibility: hidden
    }
}

.navbar {
    display: inline-block;
    vertical-align: top;
    margin: 0 -6px 0 0;
    border: 0;
    opacity: 1
}

@media (max-width: 767px) {
    .navbar {
        width: 5%;
    }
}

@media (max-width: 767px) {
    .navbar {
        position: absolute;
        left: 0;
        top: 36px;
        right: 0;
        text-align: left;
        margin: 0
    }
}

/* .static .navbar {
    margin-top: 8px
} */

@media (max-width: 991px) {
    .static .navbar {
        margin-top: 5px
    }
}

@media (max-width: 767px) {
    .static .navbar {
        margin-top: 0
    }
}

.navbar-header {
    position: absolute;
    left: 25px;
    top: -42px
}

.navbar-toggle {
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0
}

.navbar-toggle.collapsed {
    font-size: 18px;
    line-height: 22px;
    padding: 9px 25px 9px 10px;
    color: #202020;
    text-transform: uppercase;
    width: auto
}

.navbar-toggle.collapsed:before {
    display: none
}

.navbar-toggle.collapsed:after {
    width: 10px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -3px 0 0;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

.navbar-toggle.collapsed .menu {
    font-weight: 400;
    display: block
}

/*.nav-active .navbar-toggle.collapsed {*/
/*    width: 40px;*/
/*    height: 40px*/
/*}*/

.nav-active .navbar-toggle.collapsed:before {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 11px;
    top: 50%;
    margin: -9px 0 0;
    content: '';
    background: url("../images/ico-close.svg") no-repeat;
    background-size: 100% 100%;
    display: block
}

.nav-active .navbar-toggle.collapsed .menu, .nav-active .navbar-toggle.collapsed:after {
    display: none
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        padding: 0 30px 0 15px !important;
        position: relative;
        top: 0
    }
}

.navbar-default .navbar-nav > li {
    padding: 4px 11px
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li {
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        border-bottom: 2px solid #ededed;
        padding: 4px 0;
        opacity: 0;
        position: relative;
        top: -5px
    }
}

.affix .navbar-default .navbar-nav > li {
    padding: 3px 11px
}

@media (max-width: 767px) {
    .affix .navbar-default .navbar-nav > li {
        padding: 4px 0
    }
}

.navbar-default .navbar-nav > li > a {
    padding: 3px 5px;
    font-weight: 400
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 24px;
        line-height: 30px;
        display: block;
        color: #202020;
        padding: 14px 0;
        font-weight: 400;
        letter-spacing: -0.5px
    }
}

.static .navbar-default .navbar-nav > li > a {
    color: #181818
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #202020
    }
}

.navbar-default .navbar-nav > li.active > a {
    font-weight: 700
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li.active > a {
        color: #202020
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li.active > a:hover {
        color: #202020
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav.add-nav > li > a {
        font-size: 20px;
        line-height: 30px;
        color: #424242;
        font-weight: 300;
        letter-spacing: -0.4px
    }
}

.navbar-default .navbar-nav.add-nav > li > a:hover {
    color: #424242
}

.search-active .navbar-default .navbar-nav {
    opacity: 0
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        height: calc(100vh - 60px) !important;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        padding-top: 68px;
        display: block;
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%)
    }

    .nav-active .navbar-default .navbar-collapse {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse.in, .nav-active .navbar-default .navbar-collapse {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        /*width: 140% !important;*/
    }
}

@media only screen
and (device-width : 390px)
and (device-height : 844px)
and (-webkit-device-pixel-ratio : 3) {
    .navbar-default .navbar-collapse.in .navbar-nav, .nav-active .navbar-default .navbar-collapse .navbar-nav {
        top: 8% !important
    }
}

@media only screen
and (device-width : 412px)
and (device-height : 915px) {
    .navbar-default .navbar-collapse.in .navbar-nav, .nav-active .navbar-default .navbar-collapse .navbar-nav {
        top: 8% !important
    }
}

@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .navbar-default .navbar-collapse.in .navbar-nav, .nav-active .navbar-default .navbar-collapse .navbar-nav {
        top: 60px !important
    }
    .navbar-default .navbar-collapse.in, .nav-active .navbar-default .navbar-collapse {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        /*width:  0 !important;*/
    }
    .navbar-default .navbar-nav {
        padding: 0px 0px 0 10px !important;
    }
    .caret {
        left: 90% !important ;
    }

}




.navbar-default .navbar-collapse.in .navbar-nav > li, .nav-active .navbar-default .navbar-collapse .navbar-nav > li {
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    opacity: 1;
    top: 0
}

.navbar-default .navbar-collapse.in .navbar-nav > li:nth-child(2), .nav-active .navbar-default .navbar-collapse .navbar-nav > li:nth-child(2) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.navbar-default .navbar-collapse.in .navbar-nav > li:nth-child(3), .nav-active .navbar-default .navbar-collapse .navbar-nav > li:nth-child(3) {
    -webkit-transition-delay: 0.60s;
    transition-delay: 0.60s
}

.navbar-default .navbar-collapse.in .navbar-nav > li:nth-child(4), .nav-active .navbar-default .navbar-collapse .navbar-nav > li:nth-child(4) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.navbar-default .navbar-collapse.in .navbar-nav > li:nth-child(5), .nav-active .navbar-default .navbar-collapse .navbar-nav > li:nth-child(5) {
    -webkit-transition-delay: 0.70s;
    transition-delay: 0.70s
}

.navbar-default .navbar-collapse.in .navbar-nav.add-nav > li, .nav-active .navbar-default .navbar-collapse .navbar-nav.add-nav > li {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.navbar-default .navbar-collapse.in .navbar-nav.add-nav > li:nth-child(2), .nav-active .navbar-default .navbar-collapse .navbar-nav.add-nav > li:nth-child(2) {
    -webkit-transition-delay: 0.80s;
    transition-delay: 0.80s
}

.navbar-default .navbar-collapse.in .navbar-nav.add-nav > li:nth-child(3), .nav-active .navbar-default .navbar-collapse .navbar-nav.add-nav > li:nth-child(3) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.navbar-default .navbar-collapse.in .navbar-nav.add-nav > li:nth-child(4), .nav-active .navbar-default .navbar-collapse .navbar-nav.add-nav > li:nth-child(4) {
    -webkit-transition-delay: 0.90s;
    transition-delay: 0.90s
}

.navbar-default .navbar-collapse.in .navbar-nav.add-nav > li:nth-child(5), .nav-active .navbar-default .navbar-collapse .navbar-nav.add-nav > li:nth-child(5) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s
}

/* .static #header.affix .navbar {
    margin-top: 0
} */

.static #header.affix .navbar-default .navbar-nav > li > a {
    color: #fff
}

@media (max-width: 767px) {
    .static #header.affix .navbar-default .navbar-nav > li > a {
        color: #202020
    }
}

.static.search-active .navbar {
    margin-top: 0
}

.hero-block {
    overflow: hidden;
    position: relative;
    color: #fff;
    min-height: 700px
}

@media (max-width: 767px) {
    .hero-block {
        min-height: 530px
    }
}

.hero-block .caption-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 54px;
    z-index: 2
}

@media (max-width: 767px) {
    .hero-block .caption-block {
        padding-bottom: 40px
    }
}

.hero-block .caption-holder {
    width: 100%
}


.hero-block .textbox {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    top: 0;
    opacity: 1
}

@media (max-width: 767px) {
    .hero-block .textbox {
        font-size: 16px;
        line-height: 20px
    }
}

.hero-block .textbox.in-viewport h1, .hero-block .textbox.in-viewport p, .hero-block .textbox.in-viewport .img-logo, .hero-block .textbox.in-viewport .logos-wrap, .hero-block .textbox.in-viewport .link, .hero-block .textbox.in-viewport .btn, .hero-block .textbox.in-viewport .btn-next {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.hero-block h1, .hero-block p, .hero-block .img-logo, .hero-block .logos-wrap, .hero-block .link, .hero-block .btn, .hero-block .btn-next {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.hero-block h1 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    font-weight: 300;
    margin: 0 0 20px;
    color: #fff
}

.hero-block p {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.hero-block .btn {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.hero-block .link {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 0 0 0
}

.hero-block .link:after {
    width: 16px;
    height: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 13px;
    content: '';
    background: url("../images/ico-arrow.svg") no-repeat;
    background-size: 100% 100%
}

.hero-block .btn-next {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 20px;
    height: 12px;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    background: url("../images/ico-arrow.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -10px;
    text-decoration: none
}

@media (max-width: 767px) {
    .hero-block .btn-next {
        display: none
    }
}

.hero-block .btn-next:hover {
    background: url("../images/ico-arrow.svg") no-repeat;
    background-size: 100% 100%
}

.hero-block.main-visual {
    height: unset;
}

@media (max-width: 767px) {
    .hero-block.main-visual {
        height: auto
    }
}

@media (max-width: 767px) {
    .hero-block.main-visual .bg-holder {
        /* position: relative; */
        top: 60px
    }
}

.hero-block.main-visual .bg-holder:before {
    width: 100%;
    height: 259px;
    background: -webkit-linear-gradient(bottom, transparent 0%, #000 100%);
    background: linear-gradient(to top, transparent 0%, #000 100%);
    opacity: 0.3
}

@media (max-width: 767px) {
    .hero-block.main-visual .bg-holder:before {
        top: auto;
        bottom: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 991px) {
    .hero-block.main-visual .bg-holder img {
        width: 1800px;
        margin: 0 0 0 -1000px
    }
}

@media (max-width: 767px) {
    .hero-block.main-visual .bg-holder img {
        width: 1440px;
        margin: -95px 0 0 -1000px
    }
}

@media (max-width: 549px) {
    .hero-block.main-visual .bg-holder img {
        margin: -95px 0 0 -950px
    }
}

.hero-block.main-visual .textbox {
    font-size: 24px;
    line-height: 44px;
    padding-bottom: 64px;
    text-shadow: 0 2px 4px rgba(148, 148, 148, 0.5)
}

@media (max-width: 991px) {
    .hero-block.main-visual .textbox {
        font-size: 20px;
        line-height: 40px
    }
}

@media (max-width: 767px) {
    .hero-block.main-visual .textbox {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 0
    }
}

.hero-block.main-visual h1 {
    font-size: 36px;
    line-height: 49px;
    padding: 0 60px;
    margin: 0 0 15px;
    font-weight: 400
}

@media (max-width: 1199px) {
    .hero-block.main-visual h1 {
        padding: 0 30px
    }
}

@media (max-width: 991px) {
    .hero-block.main-visual h1 {
        font-size: 30px;
        line-height: 42px;
        padding: 0
    }
}

@media (max-width: 767px) {
    .hero-block.main-visual h1 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 22px
    }
}

.hero-block.main-visual p {
    letter-spacing: -0.21px
}

@media (min-width: 993px) {
    .hero-block.main-visual p {
        margin: 0 0 22px
    }
}

@media (max-width: 991px) {
    .hero-block.main-visual p {
        letter-spacing: normal
    }
}

@media (max-width: 767px) {
    .hero-block.main-visual p {
        padding: 0 60px;
        font-weight: 400
    }
}

.hero-block.video-visual {
    height: 1032px;
    background: #343434;
    margin-bottom: 173px;
    overflow: visible
}

@media (max-width: 767px) {
    .hero-block.video-visual {
        height: auto;
        min-height: inherit;
        margin-bottom: 0;
        background: #fff
    }
}

.hero-block.video-visual .bg-holder {
    max-height: 1032px;
    overflow: hidden
}

@media (max-width: 767px) {
    .hero-block.video-visual .bg-holder {
        display: none
    }
}

.hero-block.video-visual .bg-holder:before {
    width: 100%;
    height: 300px;
    background: -webkit-linear-gradient(bottom, transparent 0%, #000 100%);
    background: linear-gradient(to top, transparent 0%, #000 100%);
    opacity: 0.3
}

.hero-block.video-visual .bg-holder:after {
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: '';
    background: -webkit-linear-gradient(bottom, transparent 0%, #343434 100%);
    background: linear-gradient(to top, transparent 0%, #343434 100%);
    opacity: 0.8;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .hero-block.video-visual .caption-block {
        position: static;
        padding: 0 15px
    }
}

@media (max-width: 374px) {
    .hero-block.video-visual .caption-block {
        padding: 0
    }
}

.hero-block.video-visual .textbox {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 370px
}

@media (max-width: 767px) {
    .hero-block.video-visual .textbox {
        font-size: 18px;
        line-height: 1.33;
        padding-bottom: 0
    }
}

.hero-block.video-visual h1 {
    letter-spacing: -0.3px;
    margin: 0 0 28px
}

@media (max-width: 767px) {
    .hero-block.video-visual h1 {
        color: #202020;
        letter-spacing: normal;
        margin: 0 0 15px
    }
}

.hero-block.video-visual p {
    margin: 0 0 48px;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .hero-block.video-visual p {
        color: #555;
        margin: 0 0 40px
    }
}

@media (max-width: 767px) {
    .hero-block.video-visual .btn-primary {
        background: #202020;
        color: #fff;
        border-color: #202020;
        display: block
    }
}

.hero-block.video-visual .single-video {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: auto;
    bottom: -193px
}

@media (max-width: 767px) {
    .hero-block.video-visual .single-video {
        position: static;
        margin: 0 0 31px
    }
}

@media (max-width: 767px) {
    .hero-block.video-visual .single-video .video-holder {
        padding-top: 60.55%;
        margin: 0 -6%
    }
}

@media (max-width: 499px) {
    .hero-block.video-visual .single-video .video-holder {
        padding-top: 61.25%
    }
}

@media (max-width: 374px) {
    .hero-block.video-visual .single-video .video-holder {
        padding-top: 62.25%
    }
}

.hero-block.video-visual .single-video.viewport-section {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

@media (max-width: 767px) {
    .hero-block.video-visual .single-video.viewport-section {
        -webkit-transition-delay: 0.01s;
        transition-delay: 0.01s;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.hero-block.video-visual .single-video.viewport-section.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hero-block.sub-visual {
    min-height: 636px
}

@media (max-width: 991px) {
    .hero-block.sub-visual {
        min-height: 530px
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual {
        min-height: 265px
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .hero-block.sub-visual .bg-holder img {
        width: 768px;
        margin: 0 0 0 -384px
    }

    .page-node-type-brands .hero-block.sub-visual .bg-holder img {
        width: 100% !important;
        margin: unset !important;
        left: unset
    }
}

.hero-block.sub-visual .bg-holder:before {
    width: 100%;
    height: 636px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .hero-block.sub-visual .bg-holder:before {
        height: 265px
    }
}

.hero-block.sub-visual .caption-block {
    padding: 47px
}

@media (max-width: 767px) {
    .hero-block.sub-visual .caption-block {
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 32px 0 10px
    }
}

.hero-block.sub-visual h1 {
    margin: 0 0 28px;
    letter-spacing: -0.3px
}

@media (max-width: 767px) {
    .hero-block.sub-visual h1 {
        font-size: 36px;
        line-height: 1.2;
        margin: 0
    }
}

.hero-block.sub-visual h1.md {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    margin: 0 0 52px;
    letter-spacing: normal
}

@media (max-width: 991px) {
    .hero-block.sub-visual h1.md {
        margin: 0 0 20px
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual h1.md {
        font-size: 26px;
        line-height: 35px;
        margin: 0 -13px 0 0
    }
}

@media (max-width: 374px) {
    .hero-block.sub-visual h1.md {
        margin: 0
    }
}

.hero-block.sub-visual .img-logo {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    overflow: hidden;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .hero-block.sub-visual .img-logo {
        margin: 0 0 8px
    }
}

.hero-block.sub-visual .img-logo .logo-landmark {
    width: 318px
}

@media (max-width: 767px) {
    .hero-block.sub-visual .img-logo .logo-landmark {
        width: 243px
    }
}

.hero-block.sub-visual .img-logo .logo-splash {
    width: 180px
}

@media (max-width: 767px) {
    .hero-block.sub-visual .img-logo .logo-splash {
        width: 123px
    }

    html[lang="ar"] .hero-block.sub-visual .img-logo .logo-splash {
        width: 123px
    }
}

.hero-block.sub-visual .img-logo .logo-centrepoint {
    width: 359px
}

@media (max-width: 767px) {
    .hero-block.sub-visual .img-logo .logo-centrepoint {
        width: 290px;
        display: block;
        margin: 0 auto
    }
}

.hero-block.sub-visual .img-logo .logo-oasis {
    width: 96px
}

.hero-block.sub-visual .img-logo .logo-shukran {
    width: 267px
}

@media (max-width: 767px) {
    .hero-block.sub-visual .img-logo .logo-shukran {
        width: 188px
    }
}

.hero-block.sub-visual .logos-wrap {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
    overflow: hidden;
    padding: 18px 0 0;
    margin: -31px 0 33px
}

@media (max-width: 991px) {
    .hero-block.sub-visual .logos-wrap {
        margin: 0
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual .logos-wrap {
        text-align: center;
        margin: 0 -30px 15px;
        padding: 6px 0 0
    }
}

@media (max-width: 374px) {
    .hero-block.sub-visual .logos-wrap {
        margin: 0 0 15px
    }
}

.hero-block.sub-visual .logos-wrap .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 52px 15px 0
}

@media (max-width: 1199px) {
    .hero-block.sub-visual .logos-wrap .img {
        margin: 0 30px 15px 0
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual .logos-wrap .img {
        margin: 0 6px 15px
    }
}

.hero-block.sub-visual .logos-wrap .img img {
    display: block
}

.hero-block.sub-visual .logos-wrap .logo1 {
    width: 161px
}

@media (max-width: 1199px) {
    .hero-block.sub-visual .logos-wrap .logo1 {
        width: 140px
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual .logos-wrap .logo1 {
        width: 78px
    }
}

.hero-block.sub-visual .logos-wrap .logo2 {
    width: 131px
}

@media (max-width: 1199px) {
    .hero-block.sub-visual .logos-wrap .logo2 {
        width: 120px
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual .logos-wrap .logo2 {
        width: 61px
    }
}

.hero-block.sub-visual .logos-wrap .logo3 {
    width: 108px
}

@media (max-width: 1199px) {
    .hero-block.sub-visual .logos-wrap .logo3 {
        width: 98px
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual .logos-wrap .logo3 {
        width: 53px
    }
}

.hero-block.sub-visual .logos-wrap .logo4 {
    width: 190px
}

@media (max-width: 1199px) {
    .hero-block.sub-visual .logos-wrap .logo4 {
        width: 165px
    }
}

@media (max-width: 767px) {
    .hero-block.sub-visual .logos-wrap .logo4 {
        width: 96px
    }
}

.hero-block.sub-visual.lt-shadow .bg-holder:before {
    opacity: 0.7
}

@media (max-width: 767px) {
    .hero-block.bottom-align .caption-block {
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 10px 15px 30px
    }
}

@media (max-width: 374px) {
    .hero-block.bottom-align .caption-block {
        padding: 10px 0 30px
    }
}

.hero-block.middle-align .caption-block {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

@media (max-width: 374px) {
    .hero-block.middle-align .caption-block {
        padding: 10px 0
    }
}

.hero-block.medium {
    min-height: 360px
}

@media (max-width: 767px) {
    .hero-block.medium {
        min-height: 180px
    }
}

.hero-block.medium h1, .hero-block.medium p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hero-block.medium h1 {
    margin: 0 0 32px
}

@media (max-width: 767px) {
    .hero-block.medium h1 {
        font-size: 36px;
        line-height: 36px;
        margin: 0 0 10px
    }
}

.hero-block.medium p {
    margin: 0
}

.visual-text {
    font-size: 18px;
    line-height: 1.67;
    color: #202020;
    overflow: hidden;
    padding: 0 15px 20px;
    border-bottom: 2px solid #efefef
}

@media (max-width: 374px) {
    .visual-text {
        padding: 0 0 20px
    }
}

.visual-text p {
    margin: 0 0 20px
}

#main-sustain {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 0;
}

#main {
    width: 100%;
    overflow: hidden;
    /* background: #fff; */
    position: relative;
    /* padding: 97px 0 0 */
}

@media (max-width: 767px) {
    #main {
        padding: 40px 0 0
    }
}

.static #main {
    -webkit-transition: top 0.5s ease-out, opacity 0.5s ease-out;
    transition: top 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    padding: 0;
    visibility: hidden
}

.static .affix-top + #main, .static .affix + #main {
    opacity: 1;
    visibility: visible
}

.main-section {
    overflow: hidden;
    /* padding: 0 0 33px */
}

@media (max-width: 767px) {
    /* .main-section {
        padding: 0 15px 20px
    } */
}

@media (max-width: 374px) {
    .main-section {
        /* padding: 0 0 20px */
    }
}

@media (max-width: 767px) {
    .main-section:only-child {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .main-section.text-center {
        text-align: left
    }
}

.main-section h1 {
    margin: 0 0 28px;
    font-weight: 300
}

@media (max-width: 767px) {
    .main-section h1 {
        margin: 0 0 21px
    }
}

.main-section .head {
    font-size: 22px;
    line-height: 1.77;
    overflow: hidden;
    color: #424242;
    max-width: 754px;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .main-section .head {
        font-size: 20px;
        line-height: 1.6
    }
}

@media (max-width: 767px) {
    .main-section .head {
        font-size: 18px;
        line-height: 1.33;
        margin: 0 -5px 0 0;
        text-align: center
    }
}

@media (max-width: 374px) {
    .main-section .head {
        margin: 0
    }
}

.main-section .head h1 {
    color: #202020
}

.main-section .head p {
    margin: 0 0 20px
}

.main-section .head.add {
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.main-section .head.add.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 767px) {
    .main-section .head.add {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-section .sub-section {
    margin: 0 0 42px
}

.main-section .sub-section:after {
    content: '';
    display: block;
    clear: both
}

@media (max-width: 767px) {
    .main-section .sub-section {
        margin: 0
    }
}

.main-section .sub-section + .sub-section .mobile-head {
    border-top: 2px solid #efefef
}

.main-section .sub-section.acc-active .mobile-head {
    padding-top: 60px;
    border-top: 0
}

.main-section .sub-section.acc-active .mobile-head .acc-opener {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 1px 0 0 rgba(0, 0, 0, 0.07)
}

@media (max-width: 374px) {
    .main-section .sub-section.acc-active .mobile-head .acc-opener {
        padding: 13px 15px 11px
    }
}

.main-section .sub-section.acc-active .mobile-head .acc-opener:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -2px 0 0
}

.main-section .sub-section.acc-active .mobile-head .title {
    font-weight: 400
}

@media (max-width: 479px) {
    .main-section .sub-section.acc-active + .sub-section .mobile-head {
        border-top: 0
    }
}

.main-section .sub-section.fixed-position .mobile-head {
    padding-top: 60px
}

.main-section .sub-section.fixed-position .mobile-head .acc-opener {
    margin: 0
}

@media (max-width: 767px) {
    .main-section .sub-section.viewport-section, .main-section .sub-section .viewport-section {
        opacity: 1;
        top: 0
    }
}

.main-section .sub-section .mobile-head {
    display: none;
    position: relative;
    padding-top: 60px
}

@media (max-width: 767px) {
    .main-section .sub-section .mobile-head {
        display: block
    }
}

.main-section .sub-section .mobile-head .acc-opener {
    display: block;
    padding: 13px 30px 11px;
    margin: 0 -30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: none;
    transition: none;
    background: #fff
}

@media (max-width: 374px) {
    .main-section .sub-section .mobile-head .acc-opener {
        padding: 17px 15px;
        margin: 0 -15px
    }
}

.main-section .sub-section .mobile-head .acc-opener:after {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 14px;
    height: 8px;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -4px 0 0;
    content: ''
}

@media (max-width: 374px) {
    .main-section .sub-section .mobile-head .acc-opener:after {
        right: 15px
    }
}

.main-section .sub-section .mobile-head .title {
    font-size: 20px;
    line-height: 28px;
    color: #202020;
    padding: 0;
    text-align: left;
    display: block
}

.main-section .sub-section .acc-slide, .main-section .sub-section .sub-content {
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

@media (max-width: 767px) {
    .main-section .sub-section .acc-slide, .main-section .sub-section .sub-content {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-section .sub-section .acc-slide.in-viewport, .main-section .sub-section .sub-content.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-section .sub-section .subhead {
    max-width: 754px;
    overflow: hidden;
    margin-bottom: 14px;
    color: #424242
}

@media (max-width: 767px) {
    .main-section .sub-section .subhead {
        text-align: left;
        color: #555;
        margin-bottom: 0;
        position: relative;
        overflow: visible;
        padding-bottom: 5px;
        padding-top: 10px
    }

    .main-section .sub-section .subhead:after {
        position: absolute;
        left: -30px;
        right: -30px;
        height: 1px;
        content: '';
        bottom: 0;
        background: #efefef;
        display: none
    }
}

@media (max-width: 767px) and (max-width: 374px) {
    .main-section .sub-section .subhead:after {
        display: block
    }
}

.main-section .sub-section .subhead p {
    font-size: 18px;
    line-height: 39px;
    margin: 0 0 14px
}

@media (max-width: 991px) {
    .main-section .sub-section .subhead p {
        font-size: 18px;
        line-height: 22px
    }
}

.main-section .sub-section h2 {
    margin: 0 0 1px;
    font-weight: 300
}

@media (max-width: 767px) {
    .main-section .sub-section h2 {
        display: none
    }
}

.main-section .sub-section .title {
    display: block;
    font-weight: 300;
    padding: 20px 0 30px;
    color: #797979
}

@media (max-width: 767px) {
    .main-section .sub-section .title {
        display: none
    }
}

.logo-box {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    border: 1px solid #efefef;
    margin: 0 auto 21px;
    background: #fff;
    max-width: 263px
}

@media (max-width: 767px) {
    .logo-box {
        max-width: inherit;
        width: auto;
        margin: 0 -30px;
        height: 85px;
        border: 0;
        border-bottom: 1px solid #efefef
    }
}

.logo-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06)
}

@media (max-width: 767px) {
    .logo-box:hover {
        box-shadow: none
    }
}

.strength-block {
    background: #202020;
    min-height: 705px
}

@media (max-width: 767px) {
    .strength-block {
        min-height: 530px
    }
}

.strength-block .bg-holder:before {
    display: none
}

@media (max-width: 767px) {
    .strength-block .bg-holder img {
        margin: 0 0 0 -400px
    }
}

@media (max-width: 549px) {
    .strength-block .bg-holder img {
        margin: 0 0 0 -330px
    }
}

.strength-block .caption-block {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0
}

@media (max-width: 767px) {
    .strength-block .caption-block {
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 15px
    }
}




@media (max-width: 374px) {
    .strength-block .caption-block {
        padding: 40px 0
    }
}

.strength-block .textbox {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400
}

@media (max-width: 767px) {
    .strength-block .textbox {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300
    }
}

.strength-block h1, .strength-block p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.strength-block .txt {
    overflow: hidden;
    max-width: 680px;
    margin: 0 0 44px
}

@media (max-width: 767px) {
    .strength-block .txt {
        margin: 0 0 14px
    }
}

@media (max-width: 767px) {
    .strength-block .txt h1 {
        margin: 0 0 11px
    }
}

.strength-block .stats-row {
    overflow: hidden
}

.strength-block .stats-row .box {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 7%
}

@media (max-width: 767px) {
    .strength-block .stats-row .box {
        margin: 0 0 40px;
        width: 56%;
        float: left;
        padding-right: 10px
    }

    html[lang="ar"] .strength-block .stats-row .box {
        float: right
    }
}

.strength-block .stats-row .box:first-child {
    margin: 0
}

@media (max-width: 767px) {
    .strength-block .stats-row .box:first-child {
        margin: 0 0 40px
    }
}

@media (max-width: 767px) {
    .strength-block .stats-row .box:nth-child(even) {
        width: 44%
    }
}

.strength-block .stats-row .box .title {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 300;
    margin: 0 0 11px
}

@media (max-width: 991px) {
    .strength-block .stats-row .box .title {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .strength-block .stats-row .box .title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 4px
    }
}

.strength-block .stats-row .box .value {
    font-size: 72px;
    line-height: 86px;
    display: block;
    font-weight: 300
}

@media (max-width: 1199px) {
    .strength-block .stats-row .box .value {
        font-size: 60px;
        line-height: 75px
    }
}

@media (max-width: 991px) {
    .strength-block .stats-row .box .value {
        font-size: 48px;
        line-height: 62px
    }
}

@media (max-width: 767px) {
    .strength-block .stats-row .box .value {
        font-size: 42px;
        line-height: 50px
    }
}

@media (max-width: 374px) {
    .strength-block .stats-row .box .value {
        font-size: 36px;
        line-height: 44px
    }
}

.strength-block .stats-row .box .value sub {
    font-size: 24px;
    line-height: 40px;
    position: relative;
    bottom: 5px;
    margin: 0 0 0 5px
}

@media (max-width: 1199px) {
    .strength-block .stats-row .box .value sub {
        font-size: 20px;
        line-height: 35px
    }
}

@media (max-width: 767px) {
    .strength-block .stats-row .box .value sub {
        font-size: 16px;
        line-height: 30px;
        bottom: 0;
        margin: 0
    }
}

@media (max-width: 767px) {
    .strength-block .stats-row .box .value sub span {
        font-size: 42px;
        line-height: 50px
    }
}

@media (max-width: 374px) {
    .strength-block .stats-row .box .value sub span {
        font-size: 36px;
        line-height: 44px
    }
}

.strength-block .stats-row .box .value sub em {
    font-style: normal
}

@media (max-width: 767px) {
    .strength-block .stats-row .box .value sub em {
        display: none
    }
}

.presence-block {
    overflow: hidden;
    padding: 114px 0
}

@media (max-width: 767px) {
    .presence-block {
        padding: 40px 15px 20px
    }
}

@media (max-width: 374px) {
    .presence-block {
        padding: 40px 0 20px
    }
}

.presence-block .space {
    padding-top: 0
}

@media (max-width: 1199px) {
    .presence-block .space {
        padding-top: 0
    }
}

@media (max-width: 991px) {
    .presence-block .space {
        padding-top: 0
    }
}

.presence-block .textbox {
    font-size: 20px;
    line-height: 32px;
    color: #202020
}

@media (max-width: 767px) {
    .presence-block .textbox {
        display: table;
        line-height: 30px;
        color: #555
    }
}

.presence-block h1 {
    margin: 0 0 30px;
    color: #202020
}

.presence-block p {
    margin: 0 0 20px
}

.presence-block .stats-row {
    overflow: hidden;
    padding: 23px 0 0
}

@media (max-width: 767px) {
    .presence-block .stats-row {
        display: table-header-group;
        padding: 0
    }
}

.presence-block .stats-row .box {
    display: inline-block;
    vertical-align: top;
    color: #202020;
    width: 49.5%;
    padding: 0 10px 0 0
}

@media (max-width: 1199px) {
    .presence-block .stats-row .box {
        width: 49%
    }
}

@media (max-width: 767px) {
    .presence-block .stats-row .box {
        float: left;
        width: 56%;
        margin: 0 0 35px
    }
}

@media (max-width: 767px) {
    .presence-block .stats-row .box:nth-child(even) {
        width: 44%
    }
}

.presence-block .stats-row .title {
    font-size: 20px;
    line-height: 30px;
    display: block;
    font-weight: 300;
    margin: 0 0 11px
}

@media (max-width: 991px) {
    .presence-block .stats-row .title {
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .presence-block .stats-row .title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 4px
    }
}

.presence-block .stats-row .value {
    font-size: 72px;
    line-height: 86px;
    display: block
}

@media (max-width: 1199px) {
    .presence-block .stats-row .value {
        font-size: 60px;
        line-height: 75px
    }
}

@media (max-width: 991px) {
    .presence-block .stats-row .value {
        font-size: 50px;
        line-height: 65px
    }
}

@media (max-width: 767px) {
    .presence-block .stats-row .value {
        font-size: 42px;
        line-height: 50px;
        font-weight: 400
    }
}

.presence-block .stats-row + p {
    line-height: 1.5;
    margin: 48px 0 0
}

@media (max-width: 767px) {
    .presence-block .stats-row + p {
        margin: 20px 0 19px
    }
}

.presence-block .stats-row + p span {
    font-weight: 400
}

.presence-block .stats-row.in-viewport .box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.presence-block .map-holder {
    overflow: hidden;
    margin: 0 -57px 0 0;
    position: relative
}

@media (max-width: 1199px) {
    .presence-block .map-holder {
        margin: 0
    }
}

@media (max-width: 767px) {
    .presence-block .map-holder {
        max-width: 294px;
        margin: 0 auto 24px
    }
}

.presence-block .map-holder img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    opacity: 0.6
}

@media (max-width: 767px) {
    .presence-block .map-holder img {
        opacity: 0.7
    }
}

.presence-block .map-holder.map01 {
    margin: 0 7px 0 0;
    float: right;
    width: 470px
}

@media (max-width: 1199px) {
    .presence-block .map-holder.map01 {
        width: 450px
    }
}

@media (max-width: 991px) {
    .presence-block .map-holder.map01 {
        width: 340px
    }
}

@media (max-width: 767px) {
    .presence-block .map-holder.map01 {
        width: auto;
        max-width: 315px;
        float: none;
        margin: 0 auto 41px
    }
}

.presence-block .map-holder.map01 img {
    opacity: 1
}

.presence-block .map-holder.map01 .map-dot {
    top: 31.9%;
    left: 49.2%
}

.presence-block .map-holder.map01 .map-dot:before {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.presence-block .map-holder.map01 .map-dot:nth-child(2) {
    left: 60.8%;
    top: 45.5%
}

.presence-block .map-holder.map01 .map-dot:nth-child(2):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.presence-block .map-holder.map01 .map-dot:nth-child(3) {
    left: 36.2%;
    top: 54.4%
}

.presence-block .map-holder.map01 .map-dot:nth-child(3):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.presence-block .map-holder.map01 .map-dot:nth-child(4) {
    left: 64.4%;
    top: 48.9%
}

.presence-block .map-holder.map01 .map-dot:nth-child(4):before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.presence-block .map-holder.map01 .map-dot:nth-child(5) {
    left: 77.6%;
    top: 55%
}

.presence-block .map-holder.map01 .map-dot:nth-child(5):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.presence-block .map-holder.map01 .map-dot:nth-child(6) {
    left: 91.3%;
    top: 60.6%
}

.presence-block .map-holder.map01 .map-dot:nth-child(6):before {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.presence-block .map-holder.map02 {
    margin: 0 -76px 0 0;
    float: right;
    width: 630px
}

@media (max-width: 1199px) {
    .presence-block .map-holder.map02 {
        width: 520px;
        margin: 0 -50px 0 0
    }
}

@media (max-width: 991px) {
    .presence-block .map-holder.map02 {
        width: 400px
    }
}

@media (max-width: 767px) {
    .presence-block .map-holder.map02 {
        width: auto;
        max-width: 315px;
        float: none;
        margin: 0 auto 41px
    }
}

.presence-block .map-holder.map02 img {
    opacity: 1
}

.presence-block .map-holder.map02 .map-dot {
    top: 44.9%;
    left: 20.4%
}

.presence-block .map-holder.map02 .map-dot:before {
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.presence-block .map-holder.map02 .map-dot:nth-child(2) {
    left: 39.5%;
    top: 18.3%
}

.presence-block .map-holder.map02 .map-dot:nth-child(2):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(3) {
    left: 45.2%;
    top: 12.1%
}

.presence-block .map-holder.map02 .map-dot:nth-child(3):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.presence-block .map-holder.map02 .map-dot:nth-child(4) {
    left: 48.1%;
    top: 43.6%
}

.presence-block .map-holder.map02 .map-dot:nth-child(4):before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(5) {
    left: 53.4%;
    top: 11.6%
}

.presence-block .map-holder.map02 .map-dot:nth-child(5):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.presence-block .map-holder.map02 .map-dot:nth-child(6) {
    left: 55.1%;
    top: 17%
}

.presence-block .map-holder.map02 .map-dot:nth-child(6):before {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(7) {
    left: 57.5%;
    top: 20.5%
}

.presence-block .map-holder.map02 .map-dot:nth-child(7):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.presence-block .map-holder.map02 .map-dot:nth-child(8) {
    left: 59.2%;
    top: 23.2%
}

.presence-block .map-holder.map02 .map-dot:nth-child(8):before {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(9) {
    left: 54.3%;
    top: 26.2%
}

.presence-block .map-holder.map02 .map-dot:nth-child(9):before {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.presence-block .map-holder.map02 .map-dot:nth-child(10) {
    left: 62.3%;
    top: 23.5%
}

.presence-block .map-holder.map02 .map-dot:nth-child(10):before {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(11) {
    left: 65.2%;
    top: 26.2%
}

.presence-block .map-holder.map02 .map-dot:nth-child(11):before {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(12) {
    left: 76.1%;
    top: 22.3%
}

.presence-block .map-holder.map02 .map-dot:nth-child(12):before {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.presence-block .map-holder.map02 .map-dot:nth-child(13) {
    left: 82.8%;
    top: 32.2%
}

.presence-block .map-holder.map02 .map-dot:nth-child(13):before {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.presence-block .map-holder.map02 .map-dot:nth-child(14) {
    left: 85.6%;
    top: 44.9%
}

.presence-block .map-holder.map02 .map-dot:nth-child(14):before {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.presence-block .map-holder.map03 {
    margin: 0 -76px 0 0;
    float: right;
    width: 631px
}

@media (max-width: 1349px) {
    .presence-block .map-holder.map03 {
        width: 550px;
        margin: 0 -25px 0 0
    }
}

@media (max-width: 1199px) {
    .presence-block .map-holder.map03 {
        width: 450px;
        margin: 0
    }
}

@media (max-width: 991px) {
    .presence-block .map-holder.map03 {
        width: 340px
    }
}

@media (max-width: 767px) {
    .presence-block .map-holder.map03 {
        width: auto;
        max-width: 315px;
        float: none;
        margin: 0 auto 32px
    }
}

.presence-block .map-holder.map03 img {
    opacity: 1
}

.presence-block .map-holder.map03 .map-dot {
    top: 39.1%;
    left: 16.4%
}

.presence-block .map-holder.map03 .map-dot:before {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.presence-block .map-holder.map03 .map-dot:nth-child(2) {
    left: 29.5%;
    top: 13.7%
}

.presence-block .map-holder.map03 .map-dot:nth-child(2):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.presence-block .map-holder.map03 .map-dot:nth-child(3) {
    left: 50.1%;
    top: 19.9%
}

.presence-block .map-holder.map03 .map-dot:nth-child(3):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.presence-block .map-holder.map03 .map-dot:nth-child(4) {
    left: 62%;
    top: 31.4%
}

.presence-block .map-holder.map03 .map-dot:nth-child(4):before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.presence-block .map-holder.map03 .map-dot:nth-child(5) {
    left: 53.9%;
    top: 56.5%
}

.presence-block .map-holder.map03 .map-dot:nth-child(5):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.presence-block .map-holder.map03 .map-dot:nth-child(6) {
    left: 74%;
    top: 50.1%
}

.presence-block .map-holder.map03 .map-dot:nth-child(6):before {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.presence-block .map-holder.map03 .map-dot:nth-child(7) {
    left: 83.7%;
    top: 54.9%
}

.presence-block .map-holder.map03 .map-dot:nth-child(7):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.presence-block .map-holder.map03 .map-dot:nth-child(8) {
    left: 94.2%;
    top: 59.1%
}

.presence-block .map-holder.map03 .map-dot:nth-child(8):before {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.presence-block .map-holder.map03.add .map-dot:before {
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s
}

.presence-block .map-holder.map03.add .map-dot:nth-child(3) {
    left: 32.6%;
    top: 28.3%
}

.presence-block .map-holder.map03.add .map-dot:nth-child(3):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.presence-block .map-holder.map03.add .map-dot:nth-child(6) {
    left: 71%;
    top: 46.6%
}

.presence-block .map-holder.map03.add .map-dot:nth-child(7) {
    left: 74.1%;
    top: 50.2%
}

.presence-block .map-holder.map03.add .map-dot:nth-child(8) {
    left: 83.7%;
    top: 54.9%
}

.presence-block .map-holder.map03.add .map-dot:nth-child(9) {
    left: 94.2%;
    top: 59.1%
}

.presence-block .map-holder.map03.add .map-dot:nth-child(9):before {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.presence-block .link {
    font-size: 20px;
    line-height: 30px;
    color: #202020;
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
    margin: 50px 0 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .presence-block .link {
        font-size: 16px;
        line-height: 26px;
        margin: 6px 0 0;
        padding: 0 20px 0 0
    }
}

.presence-block .link:after {
    width: 16px;
    height: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .presence-block .link:after {
        width: 12px;
        height: 6px;
        top: 10px
    }
}

.presence-block.sub {
    padding: 91px 0
}

@media (max-width: 767px) {
    .presence-block.sub {
        padding: 40px 15px
    }
}

@media (max-width: 374px) {
    .presence-block.sub {
        padding: 40px 0
    }
}

@media (min-width: 1201px) {
    .presence-block.sub .space {
        padding-top: 41px
    }
}

@media (max-width: 767px) {
    .presence-block.sub .textbox {
        color: #424242
    }
}

.presence-block.sub .stats-row .title {
    margin: 0
}

.apps-block {
    overflow: hidden;
    background: #ffffff;
    position: relative
}

.apps-block .container {
    position: relative
}

.apps-block .img1, .apps-block .img2, .apps-block .img3, .apps-block .img4, .apps-block .img5 {
    -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

@media (max-width: 767px) {
    .apps-block .img1, .apps-block .img2, .apps-block .img3, .apps-block .img4, .apps-block .img5 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.apps-block .img1 img, .apps-block .img2 img, .apps-block .img3 img, .apps-block .img4 img, .apps-block .img5 img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.apps-block .img1 {
    width: 328px;
    left: -88px;
    top: 17px
}

@media (max-width: 1399px) {
    .apps-block .img1 {
        width: 250px;
        left: 0
    }
}

@media (max-width: 1199px) {
    .apps-block .img1 {
        width: 180px
    }
}

@media (max-width: 991px) {
    .apps-block .img1 {
        width: 120px;
        top: 0
    }
}

@media (max-width: 767px) {
    .apps-block .img1 {
        width: 135px;
        top: -2px;
        left: -81px
    }
}

.apps-block .img2 {
    width: 720px;
    top: auto;
    left: -510px;
    bottom: 0
}

@media (max-width: 1399px) {
    .apps-block .img2 {
        width: 520px;
        left: -295px
    }
}

@media (max-width: 1199px) {
    .apps-block .img2 {
        width: 450px;
        left: -289px
    }
}

@media (max-width: 991px) {
    .apps-block .img2 {
        width: 300px;
        left: -190px
    }
}

@media (max-width: 767px) {
    .apps-block .img2 {
        width: 250px;
        left: auto;
        right: -130px;
        bottom: -32px
    }
}

@media (max-width: 767px) {
    .apps-block .img2 img {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

.apps-block .img3 {
    width: 327px;
    left: auto;
    right: -87px;
    top: 0
}

@media (max-width: 1399px) {
    .apps-block .img3 {
        width: 250px;
        right: 0
    }
}

@media (max-width: 1199px) {
    .apps-block .img3 {
        width: 180px
    }
}

@media (max-width: 991px) {
    .apps-block .img3 {
        width: 120px
    }
}

@media (max-width: 767px) {
    .apps-block .img3 {
        width: 144px;
        right: -92px
    }
}

.apps-block .img4 {
    width: 328px;
    left: auto;
    right: -88px;
    top: auto;
    bottom: 0
}

@media (max-width: 1399px) {
    .apps-block .img4 {
        width: 250px;
        right: 0
    }
}

@media (max-width: 1199px) {
    .apps-block .img4 {
        width: 180px
    }
}

@media (max-width: 991px) {
    .apps-block .img4 {
        width: 120px
    }
}

@media (max-width: 767px) {
    .apps-block .img4 {
        width: 125px;
        right: auto;
        left: -60px;
        bottom: -85px
    }
}

.apps-block .img5 {
    width: 328px;
    left: auto;
    right: -388px;
    top: 50%;
    margin: -295px 0 0
}

@media (max-width: 1399px) {
    .apps-block .img5 {
        width: 250px;
        right: -215px;
        margin: -260px 0 0
    }
}

@media (max-width: 1199px) {
    .apps-block .img5 {
        width: 180px;
        margin: -200px 0 0;
        right: -155px
    }
}

@media (max-width: 991px) {
    .apps-block .img5 {
        width: 120px;
        display: none
    }
}

.apps-block .max-container {
    -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    max-width: 650px;
    overflow: hidden;
    position: relative;
    padding: 196px 0 158px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

@media (max-width: 1199px) {
    .apps-block .max-container {
        padding: 150px 0
    }
}

@media (max-width: 991px) {
    .apps-block .max-container {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .apps-block .max-container {
        padding: 57px 0 93px;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.apps-block .head {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    color: #424242;
    max-width: 500px;
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .apps-block .head {
        font-size: 18px;
        line-height: 24px;
        padding: 0 45px;
        margin-bottom: 29px;
        color: #555
    }
}

@media (max-width: 374px) {
    .apps-block .head {
        padding: 0 30px
    }
}

.apps-block .head h1 {
    line-height: 72px;
    color: #202020;
    margin: 0 0 24px
}

@media (max-width: 991px) {
    .apps-block .head h1 {
        line-height: 42px
    }
}

@media (max-width: 767px) {
    .apps-block .head h1 {
        line-height: 32px;
        margin: 0 0 19px
    }
}

.apps-block .brand-list {
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .apps-block .brand-list {
        padding: 0 15px
    }
}

@media (max-width: 374px) {
    .apps-block .brand-list {
        padding: 0
    }
}

.apps-block .brand-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px
}

@media (max-width: 767px) {
    .apps-block .brand-list li {
        float: left;
        padding: 0 5px;
        width: 50%
    }
}

.apps-block .brand-list li img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.apps-block .logo-box {
    border: 0;
    border-radius: 2px;
    min-width: 190px;
    height: 96px;
    margin: 0 auto 24px
}

@media (max-width: 767px) {
    .apps-block .logo-box {
        min-width: inherit;
        height: 72px;
        margin: 0 auto 11px
    }
}

.apps-block.in-viewport .img1, .apps-block.in-viewport .img2, .apps-block.in-viewport .img3, .apps-block.in-viewport .img4, .apps-block.in-viewport .img5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.apps-block.in-viewport .max-container {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.committed-visual {
    min-height: 636px
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
}

.committed-visual .bg-holder:before {
    display: none
}

.committed-visual .caption-block {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0
}

@media (max-width: 767px) {
    .committed-visual .caption-block {
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 15px
    }
}

@media (max-width: 374px) {
    .committed-visual .caption-block {
        padding: 40px 0
    }
}

.committed-visual .textbox {
    font-weight: 400
}

@media (max-width: 767px) {
    .committed-visual .textbox {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300
    }
}

.committed-visual h1, .committed-visual p, .committed-visual .link {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.committed-visual h1 {
    margin: 0 0 22px;
    line-height: 63px
}

@media (max-width: 767px) {
    .committed-visual h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px
    }
}

.committed-visual p {
    margin: 0 0 27px;
    line-height: 35px
}

@media (max-width: 767px) {
    .committed-visual p {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 5px
    }
}

@media (max-width: 767px) {
    .committed-visual .link {
        padding: 0 0 0 0;
        font-weight: 400
    }
}

@media (max-width: 767px) {
    .committed-visual .link:after {
        width: 14px;
        height: 6px;
        top: 12px
    }

    html[lang="en"] .committed-visual .link:after {
        left: 100px
    }

    html[lang="ar"] .leadership .director-box .info-box p {
        text-align: right
    }

    html[lang="ar"] .leadership .director-box .fade .info-box p {
        text-align: center
    }

    html[lang="ar"] .leadership .director-box .info-box .more-link {
        float: right;
        padding: 0
    }

    html[lang="ar"] .leadership .director-box .info-box .more-link:after {
        right: 60px;
        transform: rotate(90deg)
    }

    html[lang="en"] .leadership .director-box .info-box .more-link:after {
        transform: rotate(270deg)
    }

    html[lang="ar"] .director-block .director-box.add .quote p {
        text-align: center
    }
}

.content-block {
    padding-top: 105px;
    padding-bottom: 79px
}

@media (max-width: 991px) {
    .content-block {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .content-block {
        font-size: 18px;
        line-height: 30px;
        padding-top: 40px;
        padding-bottom: 0
    }
}

.content-block h1 {
    /* font-size: 96px; */
    font-size: 44px;
    color: #202020;
    margin: 0 0 -20px;
    font-weight: 400
}



.lmg-desc-policy hr {
    margin-top: -10px !important;
    margin-bottom: 10px !important;
}



@media (max-width: 1199px) {
    .content-block h1 {
        font-size: 70px
    }
}

@media (max-width: 991px) {
    .content-block h1 {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .content-block h1 {
        font-size: 32px;
        /* text-align: center; */
        padding-left: 10%;
        margin: 0 0 8px;

    }
}

@media (max-width: 767px) {
    html[lang="ar"] .content-block h1 {
        font-size: 32px;
        /* text-align: center; */
        padding-right: 10%;
        margin: 0 0 8px;
    }
}

.content-block h2 {
    font-size: 24px;
    line-height: 36px;
    color: #202020;
    margin: 0 0 15px;
    font-weight: 400
}

.lmg-desc-policy h4 {
    line-height: 36px;
    color: #202020;
    margin: 0 0 15px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .content-block h2 {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 9px
    }
}

.content-block h2 span, .content-block h2 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 0
}

.content-block h2 img {
    width: 23px;
    position: relative;
    top: 1px
}

.content-block .text-post {
    max-width: 745px;
    padding-top: 116px;
    margin-top: -84px
}

@media (max-width: 767px) {
    .content-block .text-post {
        max-width: inherit;
        margin: 0 0 32px;
        padding: 0 15px
    }
}

@media (max-width: 374px) {
    .content-block .text-post {
        padding: 0
    }
}

.content-block .text-post ul {
    overflow: hidden;
    padding: 8px 0 0;
    margin: 0 0 -23px
}

@media (max-width: 767px) {
    .content-block .text-post ul {
        margin: 0 0 -20px
    }
}

.content-block .text-post ul li {
    margin: 0 0 24px;
    padding: 0 0 0 27px;
    position: relative
}

@media (max-width: 767px) {
    .content-block .text-post ul li {
        padding: 0 0 0 17px;
        margin: 0 0 20px
    }
}

.content-block .text-post ul li:before {
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 100%;
    position: absolute;
    left: 1px;
    top: 9px;
    content: ''
}

@media (max-width: 767px) {
    .content-block .text-post ul li:before {
        width: 7px;
        height: 7px;
        left: 0;
        top: 12px
    }
}

.content-block p {
    margin: 0 0 16px
}

@media (max-width: 767px) {
    .content-block p {
        margin: 0 0 20px
    }
}

.content-block .add-info {
    max-width: 745px;
    overflow: hidden;
    border-top: 1px solid #d5dee8;
    margin: 47px 0 0;
    padding: 49px 0 0
}

@media (max-width: 767px) {
    .content-block .add-info {
        padding: 40px 0 24px;
        margin: 40px 0 0
    }
}

.content-block .add-info address {
    overflow: hidden;
    margin: 0 0 16px;
    padding: 8px 0 0
}

.content-block .info-box {
    overflow: hidden;
    max-width: 555px;
    padding: 55px 0 0;
    margin: 0 0 50px
}

@media (max-width: 767px) {
    .content-block .info-box {
        padding: 0 15px;
        margin: 0
    }
}

@media (max-width: 374px) {
    .content-block .info-box {
        padding: 0
    }
}

@media (max-width: 767px) {
    .content-block .info-box h2 {
        margin: 0 0 16px;
        font-weight: 400
    }
}

.content-block .info-box p {
    color: #202020
}

.content-block .info-box p span {
    font-weight: 400
}

@media (max-width: 767px) {
    .content-block .addr-box h2 {
        font-weight: 400
    }
}

.content-block .search-head {
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px
}

.content-block .search-head h1 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 2px
}

.content-block .search-head .txt {
    font-size: 16px;
    line-height: 30px;
    display: block;
    color: #9c9c9c
}

.content-block .search-post {
    font-size: 16px;
    line-height: 32px;
    color: #202020;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 31px;
    margin: 0 0 37px
}

html[lang="ar"] .content-block.contact-us .jcf-select-opener {
    left: 0;
    right: unset
}

@media (max-width: 767px) {
    .content-block .search-post {
        padding: 10px 0 0;
        line-height: 24px;
        margin: 0 15px 10px;
        border-bottom: 1px solid #dfdfdf
    }
}

@media (max-width: 374px) {
    .content-block .search-post {
        margin: 0 0 10px
    }
}

@media (max-width: 767px) {
    .content-block .search-post:last-child {
        margin: 0 15px 40px
    }
}

@media (max-width: 374px) {
    .content-block .search-post:last-child {
        margin: 0 0 40px
    }
}

.content-block .search-post h2 {
    margin: 0 0 10px
}

@media (max-width: 767px) {
    .content-block .search-post h2 {
        font-size: 16px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 400
    }
}

.content-block .search-post .link {
    color: #202020;
    position: relative;
    padding: 0 25px 0 0;
    display: inline-block;
    font-weight: 400
}

.content-block .search-post .link:after {
    width: 16px;
    height: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

.download-list {
    overflow: hidden;
    max-width: 555px;
    padding: 7px 0 0
}

@media (max-width: 767px) {
    .download-list {
        line-height: 28px;
        padding: 0
    }
}

.download-list li {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 24px 115px 23px 58px;
    margin: 0 0 20px;
    color: #202020
}

@media (max-width: 767px) {
    .download-list li {
        padding: 10px 60px 22px 78px;
        border: 0;
        margin: 0 0 11px;
        border-bottom: 1px solid #e9e9e9
    }
}

.download-list li:before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 23px;
    top: 23px;
    content: '';
    background: url("../images/ico-pdf.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .download-list li:before {
        left: 0;
        top: 17px
    }
}

.download-list li .btn-download {
    position: absolute;
    right: 25px;
    top: 50%;
    margin: -11px 0 0;
    color: #202020;
    font-weight: 400
}

@media (max-width: 767px) {
    .download-list li .btn-download {
        width: 47px;
        height: 42px;
        border: 1px solid #e9e9e9;
        margin: -27px 0 0;
        right: 0
    }
}

.download-list li .btn-download:after {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    margin: -9px 0 0 -9px;
    background: url("../images/ico-arrow04.svg") no-repeat;
    background-size: 100% 100%;
    display: none
}

@media (max-width: 767px) {
    .download-list li .btn-download:after {
        display: block
    }
}

.addr-box {
    padding: 55px 0 0
}

@media (max-width: 767px) {
    .addr-box {
        font-size: 16px;
        padding: 0 15px;
        margin: 0 0 40px
    }
}

@media (max-width: 374px) {
    .addr-box {
        padding: 0
    }
}

.addr-box .title {
    display: block;
    color: #202020;
    font-weight: 400;
    margin: 0 0 8px;
    padding: 4px 0 0
}

@media (max-width: 767px) {
    .addr-box .title {
        margin: 0;
        padding: 2px 0 0
    }
}

.addr-box .tel, .addr-box .email {
    display: block;
    margin: 0 0 8px;
    color: #202020
}

@media (max-width: 991px) {
    .addr-box .tel, .addr-box .email {
        word-break: break-all
    }
}

@media (max-width: 767px) {
    .addr-box .tel, .addr-box .email {
        margin: 0
    }
}

.addr-box .tel a, .addr-box .email a {
    color: #202020
}

@media (max-width: 767px) {
    .addr-box .tel a, .addr-box .email a {
        color: #202020
    }
}

.side-nav {
    padding: 24px 0 0
}

.side-nav li {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 8px 0 8px 31px;
    position: relative
}

@media (max-width: 991px) {
    .side-nav li {
        padding: 8px 0 8px 20px
    }
}

.side-nav li:before, .side-nav li:after {
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #d5dee8
}

.side-nav li:after {
    background: #202020;
    bottom: auto;
    height: 0;
    opacity: 0
}

.side-nav li a {
    color: #202020
}

.side-nav li.anchor-active:after {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 100%;
    opacity: 1
}

.side-nav li.anchor-active a {
    font-weight: 700
}

.map-dot {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 26.3%;
    left: 49.2%;
    z-index: 1;
    background: #fce68a;
    border-radius: 100%
}

@media (max-width: 767px) {
    .map-dot {
        width: 8px;
        height: 8px
    }
}

.map-dot:before {
    -webkit-animation: flash 1s ease-out infinite;
    animation: flash 1s ease-out infinite;
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -10px 0 0 -10px;
    background: #fce68a;
    border-radius: 100%;
    -webkit-animation-duration: 10.5s;
    animation-duration: 10.5s
}

@media (max-width: 767px) {
    .map-dot:before {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 -8px
    }
}

.map-dot:nth-child(2) {
    left: 52.5%;
    top: 29.6%
}

.map-dot:nth-child(2):before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.map-dot:nth-child(3) {
    left: 45.5%;
    top: 32.9%
}

.map-dot:nth-child(3):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.map-dot:nth-child(4) {
    left: 50.2%;
    top: 35.1%
}

.map-dot:nth-child(4):before {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.map-dot:nth-child(5) {
    left: 47.4%;
    top: 38.7%
}

.map-dot:nth-child(5):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.map-dot:nth-child(6) {
    left: 59.7%;
    top: 33.5%
}

.map-dot:nth-child(6):before {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.map-dot:nth-child(7) {
    left: 57%;
    top: 36.7%
}

.map-dot:nth-child(7):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.map-dot:nth-child(8) {
    left: 61.6%;
    top: 38.7%
}

.map-dot:nth-child(8):before {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.map-dot:nth-child(9) {
    left: 58.9%;
    top: 41.9%
}

.map-dot:nth-child(9):before {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.map-dot:nth-child(10) {
    left: 63.7%;
    top: 41.6%
}

.map-dot:nth-child(10):before {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.map-dot:nth-child(11) {
    left: 66%;
    top: 42.4%
}

.map-dot:nth-child(11):before {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.map-dot:nth-child(12) {
    left: 67.2%;
    top: 46%
}

.map-dot:nth-child(12):before {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.map-dot:nth-child(13) {
    left: 72.6%;
    top: 40.3%
}

.map-dot:nth-child(13):before {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.map-dot:nth-child(14) {
    left: 62.7%;
    top: 48.5%
}

.map-dot:nth-child(14):before {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s
}

.map-dot:nth-child(15) {
    left: 55.1%;
    top: 50.4%
}

.map-dot:nth-child(15):before {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.map-dot:nth-child(16) {
    left: 53.1%;
    top: 56.2%
}

.map-dot:nth-child(16):before {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s
}

.map-dot:nth-child(17) {
    left: 38.1%;
    top: 37.2%
}

.map-dot:nth-child(17):before {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.map-dot:nth-child(18) {
    left: 38.1%;
    top: 49.5%
}

.map-dot:nth-child(18):before {
    -webkit-animation-delay: 8.5s;
    animation-delay: 8.5s
}

.map-dot:nth-child(19) {
    left: 78.7%;
    top: 47.7%
}

.map-dot:nth-child(19):before {
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

.map-dot:nth-child(20) {
    left: 89%;
    top: 50.7%
}

.map-dot:nth-child(20):before {
    -webkit-animation-delay: 9.5s;
    animation-delay: 9.5s
}

.map-dot:nth-child(21) {
    left: 81.7%;
    top: 57.7%
}

.map-dot:nth-child(21):before {
    -webkit-animation-delay: 10s;
    animation-delay: 10s
}

.map-dot:nth-child(22) {
    left: 88.7%;
    top: 62.7%
}

.map-dot:nth-child(22):before {
    -webkit-animation-delay: 10.5s;
    animation-delay: 10.5s
}

@-webkit-keyframes flash {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 1
    }
    15% {
        -webkit-transform: scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes flash {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1
    }
    15% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.brands-block {
    overflow: hidden;
    margin: 0 0 70px
}

@media (max-width: 767px) {
    .brands-block {
        padding: 0 15px;
        margin: 0 0 10px
    }
}

@media (max-width: 374px) {
    .brands-block {
        padding: 0
    }
}

@media (max-width: 639px) {
    .brands-block .col-xs-6 {
        width: 100%
    }
}

.brands-block .brand-box {
    position: relative;
    margin: 0 0 30px
}

@media (max-width: 639px) {
    .brands-block .brand-box {
        margin: 0 0 20px
    }
}

.brands-block .img-holder {
    overflow: hidden
}

.brands-block .img-holder img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.brands-block .textbox {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 24px 20px 15px;
    font-weight: 400
}

@media (max-width: 1199px) {
    .brands-block .textbox {
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px
    }
}

.brands-block .img-logo {
    overflow: hidden;
    margin: 0 0 30px
}

@media (min-width: 641px) {
    .brands-block .img-logo {
        min-height: 75px;
        position: relative
    }

    .page-node-60 .brands-block .img-logo {
        min-height: 116px
    }

    .brands-block .img-logo > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        max-width: 150px
    }
}


@media (max-width: 639px) {
    .brands-block .img-logo {
        margin: 0 0 10px
    }
}

.brands-block p {
    margin: 0
}

.sub-block {
    min-height: inherit;
    padding: 97px 0 93px;
    background: #fff;
    margin-top: -97px
}

@media (max-width: 767px) {
    .sub-block {
        padding: 40px 15px 0;
        margin-top: -40px
    }
}

@media (max-width: 374px) {
    .sub-block {
        padding: 40px 0 0
    }
}

.sub-block .textbox {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300
}

@media (max-width: 767px) {
    .sub-block .textbox {
        font-size: 18px
    }
}

.sub-block .txt {
    max-width: 840px;
    color: #202020;
    margin: 0 0 34px
}

.sub-block .txt h1 {
    line-height: 72px;
    margin: 0 0 48px;
    color: #202020
}

@media (max-width: 991px) {
    .sub-block .txt h1 {
        line-height: 50px
    }
}

@media (max-width: 767px) {
    .sub-block .txt h1 {
        line-height: 37px;
        margin: 0 0 20px
    }
}

.sub-block .stats-row {
    color: #202020
}

.sub-block .stats-row .box {
    width: 22%;
    float: left;
    margin: 0;
    padding: 0 0 0 10px
}

@media (max-width: 767px) {
    .sub-block .stats-row .box {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        float: none;
        padding: 0;
        margin: 0 0 40px
    }
}

.sub-block .stats-row .box:first-child {
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    .sub-block .stats-row .box:first-child {
        margin: 0 0 40px
    }
}

@media (max-width: 767px) {
    .sub-block .stats-row .box:nth-child(even) {
        width: 50%
    }
}

.sub-block .stats-row .box .title {
    margin: 0
}

@media (max-width: 767px) {
    .sub-block .stats-row .box .title {
        margin: 0 0 7px
    }
}

@media (max-width: 767px) {
    .sub-block .stats-row .box .value sub {
        font-size: 24px;
        line-height: 30px
    }
}

.sub-block .stats-row .box .value sub span {
    font-size: 72px;
    line-height: 86px;
    margin: 0 10px 0 0;
    position: relative;
    bottom: -5px
}

@media (max-width: 1199px) {
    .sub-block .stats-row .box .value sub span {
        font-size: 60px;
        line-height: 75px;
        margin: 0
    }
}

@media (max-width: 991px) {
    .sub-block .stats-row .box .value sub span {
        font-size: 48px;
        line-height: 62px
    }
}

@media (max-width: 767px) {
    .sub-block .stats-row .box .value sub span {
        font-size: 42px;
        line-height: 50px;
        bottom: 0;
        margin: 0
    }
}

@media (max-width: 374px) {
    .sub-block .stats-row .box .value sub span {
        font-size: 34px;
        line-height: 42px
    }
}

.bg-gray {
    background: #f2f4f6
}

.main-addition {
    padding: 98px 0 66px
}

@media (max-width: 767px) {
    .main-addition {
        padding: 40px 15px 56px
    }
}

@media (max-width: 374px) {
    .main-addition {
        padding: 40px 0 56px
    }
}

.main-addition .head {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 28px
}

@media (max-width: 767px) {
    .main-addition .head {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 9px;
        text-align: left
    }
}

.main-addition h1 {
    margin: 0 0 24px
}

@media (max-width: 767px) {
    .main-addition h1 {
        margin: 0 0 13px
    }
}

.main-addition .slide-wrap {
    float: left;
    width: 33.333%
}

.main-addition .slide-wrap.lg {
    width: 66.666%
}

.main-addition .slide-wrap.lg .img-holder {
    width: 46%;
    margin: 0 1.98% 30px
}

@media (max-width: 767px) {
    .main-addition .slide-wrap.lg .img-holder {
        margin: 0 2% 14px
    }
}

.main-addition .video-holder, .main-addition .img-holder {
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #f2f4f6
}

.main-addition .video-holder img, .main-addition .img-holder img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
    border-radius: 3px
}

.main-addition .video-holder a, .main-addition .img-holder a {
    border-radius: 3px;
    display: block
}

.main-addition .img-holder {
    width: 92%;
    float: left;
    margin: 0 3.96% 30px
}

@media (max-width: 1199px) {
    .main-addition .img-holder {
        height: 293px
    }
}

@media (max-width: 991px) {
    .main-addition .img-holder {
        height: 220px
    }
}

@media (max-width: 767px) {
    .main-addition .img-holder {
        height: 151px;
        margin: 0 2% 14px
    }
}

@media (max-width: 559px) {
    .main-addition .img-holder {
        height: 94px
    }
}

@media (max-width: 1199px) {
    .main-addition .img-holder.single {
        height: 616px
    }
}

@media (max-width: 991px) {
    .main-addition .img-holder.single {
        height: 470px
    }
}

@media (max-width: 767px) {
    .main-addition .img-holder.single {
        height: 316px
    }
}

@media (max-width: 559px) {
    .main-addition .img-holder.single {
        height: 202px
    }
}

.main-addition .img-holder.single img {
    height: 100%
}

@media (max-width: 767px) {
    .main-addition .img-holder.single img {
        height: auto
    }
}

.main-addition .video-holder {
    width: 96.15%;
    height: 360px;
    margin: 0 1.98% 30px;
    border-radius: 5px !important;
    padding-top: 0
}

@media (max-width: 1199px) {
    .main-addition .video-holder {
        height: 294px
    }
}

@media (max-width: 991px) {
    .main-addition .video-holder {
        height: 220px
    }
}

@media (max-width: 767px) {
    .main-addition .video-holder {
        height: 150px;
        margin: 0 1% 14px
    }
}

@media (max-width: 559px) {
    .main-addition .video-holder {
        height: 94px
    }
}

.main-addition .video-holder iframe {
    border-radius: 3px !important;
    width: auto;
    height: 161%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-node-43 .main-addition .video-holder iframe {
    height: auto
}

.page-node-36 .hero-block1 .video-holder {
    position: relative;
    padding-top: 56.25%;
    height: 501px;
}

.video-holder {
    position: relative;
    padding-top: 56.25%
}

.video-holder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: transparent
}

.video-holder iframe {
    cursor: pointer;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden
}

.video-holder .btn-play {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: url("../images/ico-audio.svg") no-repeat;
    background-size: 100% 100%;
    z-index: 3
}

.video-holder .btn-pause {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: url("../images/audio-on.svg") no-repeat;
    background-size: 100% 100%;
    z-index: 3
}

@media (max-width: 559px) {
    .video-holder .btn-play {
        width: 30px;
        height: 30px;
        left: 12px;
        bottom: 12px
    }
}

.video-holder .btn-play:hover {
    opacity: 0.7
}

.video-holder.unmuted:after {
    display: none
}

.video-holder.unmuted .btn-play {
}

.online-block {
    padding: 96px 0
}

@media (max-width: 767px) {
    .online-block {
        padding: 40px 15px;
        border-bottom: solid 2px #ededed
    }
}

@media (max-width: 374px) {
    .online-block {
        padding: 40px 0
    }
}

@media (min-width: 769px) {
    .online-block .col {
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 0 -3px 0 -1px
    }
}

.online-block .main-info {
    overflow: hidden;
    color: #202020
}

.online-block .main-info .img-holder {
    max-width: 303px;
    margin: 0 auto 29px
}

@media (max-width: 767px) {
    .online-block .main-info .img-holder + h1 {
        margin: 0 0 11px
    }
}

.online-block h1 {
    margin: 0 0 24px;
    line-height: 1.5
}

@media (max-width: 767px) {
    .online-block h1 {
        margin: 0 0 32px
    }
}

.online-block p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 47px
}

@media (max-width: 767px) {
    .online-block p {
        font-size: 18px;
        margin: 0 0 40px
    }
}

.online-block p a {
    font-weight: 400
}

.online-block .btns-wrap {
    overflow: hidden
}

.online-block .btn-store {
    width: 193px;
    margin: 0 20px 0 0;
    float: left
}

@media (max-width: 1199px) {
    .online-block .btn-store {
        width: 160px
    }
}

@media (max-width: 991px) {
    .online-block .btn-store {
        margin: 0 20px 20px 0
    }
}

@media (max-width: 767px) {
    .online-block .btn-store {
        width: 200px;
        float: none;
        display: block;
        margin: 0 auto 20px
    }

    html[lang="ar"] .online-block .btn-store {
        margin: 0 auto 20px
    }

    html[lang="ar"] .presence-block .link:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        left: -14px;
        right: unset
    }
}

.online-block .btn-store img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.online-block .btn-store:hover {
    opacity: 0.9
}

.online-block .btn-web {
    width: 193px;
    height: 56px;
    background: #000;
    border-radius: 6px;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px
}

@media (max-width: 1199px) {
    .online-block .btn-web {
        width: 160px;
        height: 46px;
        border-radius: 5px;
        padding: 7px 10px
    }
}

@media (max-width: 767px) {
    .online-block .btn-web {
        width: 200px;
        height: 58px;
        border-radius: 6px;
        float: none;
        display: block;
        margin: 0 auto;
        padding: 10px
    }
}

.online-block .btn-web img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin: 0 6px 0 0
}

@media (max-width: 1199px) {
    .online-block .btn-web img {
        width: 32px
    }
}

@media (max-width: 767px) {
    .online-block .btn-web img {
        width: 40px;
        margin: 0 3px 0 0
    }
}

.online-block .btn-web .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px
}

@media (max-width: 1199px) {
    .online-block .btn-web .txt {
        font-size: 18px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .online-block .btn-web .txt {
        font-size: 24px;
        line-height: 24px
    }
}

.online-block .btn-web .txt em {
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    display: block
}

@media (max-width: 1199px) {
    .online-block .btn-web .txt em {
        font-size: 11px;
        line-height: 13px
    }
}

@media (max-width: 767px) {
    .online-block .btn-web .txt em {
        font-size: 12px;
        line-height: 15px
    }
}

.online-block .btn-web:hover {
    opacity: 0.9
}

.online-block .img-holder {
    -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1.25s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.25s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

@media (max-width: 767px) {
    .online-block .img-holder {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.online-block .img-holder.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.online-block.addition {
    padding: 0;
    height: 807px;
    overflow: hidden;
    position: relative
}

@media (max-width: 767px) {
    .online-block.addition {
        height: 757px
    }
}

@media (max-width: 1599px) {
    .online-block.addition .bg-holder {
        width: 1600px;
        left: auto;
        margin: 0;
        right: 0
    }
}

.online-block.addition .caption-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

@media (max-width: 767px) {
    .online-block.addition .caption-block {
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.online-block.addition .caption-holder {
    width: 100%
}

@media (max-width: 767px) {
    .online-block.addition .caption-holder {
        padding: 0 15px
    }
}

.online-block.addition .bg-holder:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75));
    height: 807px
}

.online-block.addition h1 {
    color: #fff
}

@media (max-width: 767px) {
    .online-block.addition h1 {
        font-size: 36px;
        line-height: 1.11;
        margin: 0 0 19px
    }
}

.online-block.addition p {
    margin: 0 0 35px
}

@media (max-width: 767px) {
    .online-block.addition p {
        margin: 0 0 20px
    }
}

.online-block.addition .main-info {
    color: #fff;
    padding: 27px 0 0
}

@media (max-width: 767px) {
    .online-block.addition .main-info .img-holder {
        max-width: 320px;
        margin-bottom: 52px
    }
}

@media (max-width: 767px) {
    .online-block.addition .main-info .img-holder + h1 {
        margin: 0 0 19px
    }
}

.online-block.addition .img-holder {
    padding: 0 60px 0 0
}

@media (max-width: 767px) {
    .online-block.addition .img-holder {
        overflow: hidden;
        padding: 0
    }
}

.online-block.addition .img-holder img {
    float: right
}

@media (max-width: 767px) {
    .online-block.addition .img-holder img {
        float: none;
        width: 100%
    }
}

.online-block.addition .brand-list {
    margin: 0 -12px;
    overflow: hidden
}

@media (max-width: 767px) {
    .online-block.addition .brand-list {
        margin: 0 -30px;
        border-top: 1px solid #efefef
    }
}

@media (max-width: 767px) and (max-width: 374px) {
    .online-block.addition .brand-list {
        margin: 0 -15px
    }
}

.online-block.addition .brand-list li {
    padding: 0 12px;
    width: 33.333%;
    float: left
}

@media (max-width: 767px) {
    .online-block.addition .brand-list li {
        width: 100%;
        padding: 0
    }
}

.online-block.addition .brand-list li .logo-box {
    height: 96px;
    margin: 0 0 24px
}

@media (max-width: 767px) {
    .online-block.addition .brand-list li .logo-box {
        height: 85px;
        margin: 0;
        padding: 0 30px
    }
}

@media (max-width: 374px) {
    .online-block.addition .brand-list li .logo-box {
        padding: 0 15px
    }
}

.online-block.addition .brand-list li img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
}

.online-block.addition .modal-dialog {
    width: 714px
}

@media (max-width: 767px) {
    .online-block.addition .modal-dialog {
        width: 100%
    }
}

.online-block.addition .modal-dialog .modal-content {
    padding: 72px 48px 48px
}

@media (max-width: 767px) {
    .online-block.addition .modal-dialog .modal-content {
        padding: 30px 30px
    }
}

@media (max-width: 374px) {
    .online-block.addition .modal-dialog .modal-content {
        padding: 30px 15px
    }
}

.online-block.addition .modal-dialog h2 {
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 36px
}

@media (max-width: 767px) {
    .online-block.addition .modal-dialog h2 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 38px
    }
}

.num-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    line-height: 1.5;
    overflow: hidden;
    counter-reset: item;
    width: 100%;
    margin: -10px 0 0
}

@media (max-width: 767px) {
    .num-list {
        font-size: 18px;
        line-height: 1.67;
        margin: -11px 0 0
    }
}

.num-list li {
    padding: 0 0 0 45px;
    margin: 0 0 32px
}

@media (max-width: 767px) {
    .num-list li {
        padding: 0 0 0 40px;
        margin: 0 0 27px
    }
}

.num-list li:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
    color: #fff;
    float: left;
    width: 30px;
    margin: 0 0 0 -45px;
    content: counters(item, ".") " ";
    counter-increment: item
}

@media (max-width: 767px) {
    .num-list li:before {
        margin: 5px 0 0 -40px
    }
}

.num-list li a {
    color: #fff;
    font-weight: 400
}

.search-wrap {
    overflow: hidden;
    margin: 0 0 24px
}

@media (max-width: 767px) {
    .search-wrap {
        margin: 0 -15px 20px
    }
}

.search-wrap .filed {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 0 0 28px 85px;
    margin: 0 0 25px
}

@media (max-width: 767px) {
    .search-wrap .filed {
        padding: 3px 0 4px 43px;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        margin: 0
    }
}

.search-wrap .filed:before {
    width: 63px;
    height: 66px;
    position: absolute;
    left: 0;
    top: 23px;
    content: '';
    background: url("../images/ico-search-lg.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .search-wrap .filed:before {
        width: 15px;
        height: 15px;
        left: 22px;
        top: 16px
    }
}

.search-wrap .filed .form-control {
    font-size: 96px;
    line-height: 100px;
    width: 100%;
    height: 110px;
    font-weight: 300;
    color: #202020;
    padding: 5px 10px;
    border: 0;
    box-shadow: none
}

@media (max-width: 767px) {
    .search-wrap .filed .form-control {
        font-size: 17px;
        line-height: 24px;
        width: 100%;
        height: 40px;
        padding: 8px 10px
    }
}

.search-wrap .filed .form-control::-webkit-input-placeholder {
    opacity: 1
}

.search-wrap .filed .form-control::-moz-placeholder {
    opacity: 1;
    opacity: 1
}

.search-wrap .filed .form-control:-moz-placeholder {
    opacity: 1
}

.search-wrap .filed .form-control:-ms-input-placeholder {
    opacity: 1
}

.search-wrap .filed .form-control.placeholder {
    opacity: 1
}

.search-wrap .filed .form-control:focus {
    box-shadow: none
}

.info-post {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    font-weight: 300;
    color: #202020;
    margin: 0 0 66px
}

@media (max-width: 767px) {
    .info-post {
        font-size: 18px;
        line-height: 1.67;
        padding: 0 15px;
        margin: 0 0 40px
    }
}

@media (max-width: 374px) {
    .info-post {
        padding: 0
    }
}

.info-post h1 {
    margin: 0 0 57px;
    color: #202020
}

.info-post p {
    margin: 0 0 20px
}

@media (max-width: 767px) {
    .info-post p {
        margin: 0 0 17px
    }
}

.info-post .video-holder {
    margin: 27px 0 30px;
    overflow: hidden
}

@media (max-width: 767px) {
    .info-post .video-holder {
        margin: 10px 0 0
    }
}

@media (max-width: 767px) {
    .info-post.text-center {
        text-align: left
    }
}

.articles-block {
    overflow: hidden;
    padding: 96px 0 66px
}

@media (max-width: 767px) {
    .articles-block {
        background: #f2f4f6;
        padding: 40px 15px 18px
    }
}

@media (max-width: 374px) {
    .articles-block {
        padding: 40px 0 18px
    }
}

.articles-block .lg-text {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 25px
}

.articles-block .text-post {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .articles-block .text-post {
        border: 0;
        margin: 0 0 22px
    }
}

.articles-block .text-post .img-holder {
    overflow: hidden;
    border-radius: 2px 2px 0 0
}

.articles-block .text-post .img-holder img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.articles-block .text-post .textbox {
    overflow: hidden;
    padding: 26px 23px 22px;
    font-weight: 300;
    background: #fff
}

@media (max-width: 767px) {
    .articles-block .text-post .textbox {
        line-height: 21px
    }
}

.articles-block .text-post h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 21px
}

@media (max-width: 767px) {
    .articles-block .text-post h2 {
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 10px
    }
}

.articles-block .text-post p {
    margin: 0 0 24px
}

.articles-block .text-post .link {
    color: #202020;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    font-weight: 400
}

html[lang="ar"] .articles-block .text-post .link {
    padding: 0 0 0 0
}

.articles-block .text-post .link:after {
    width: 12px;
    height: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

.modal-content {
    box-shadow: 1px 2px 24px rgba(194, 194, 194, 0.5);
    border-radius: 2px;
    border: 0
}

.modal-content .close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
    opacity: 1;
    z-index: 2;
    text-decoration: none;
    background: url("../images/ico-close02.svg") no-repeat;
    background-size: 100% 100%
}

.modal-content .close:hover {
    opacity: 0.7
}

@media (max-width: 1199px) {
    .modal-lg {
        width: 970px
    }
}

@media (max-width: 991px) {
    .modal-lg {
        width: 750px
    }
}

@media (max-width: 767px) {
    .modal-lg {
        width: auto
    }
}

.modal-body {
    overflow: hidden
}

.modal-body .img-holder {
    float: left;
    width: 50%;
    padding: 0 11px 0 0
}

.modal-body .img-holder img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

@media (max-width: 767px) {
    .modal-body .img-holder {
        float: none;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0 0 15px
    }
}

.modal-body .textbox {
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    padding: 76px 15px 15px 18px;
    color: #202020;
    font-weight: 300
}

@media (max-width: 1199px) {
    .modal-body .textbox {
        font-size: 16px;
        line-height: 25px;
        padding: 50px 15px 15px 18px
    }
}

@media (max-width: 991px) {
    .modal-body .textbox {
        font-size: 14px;
        line-height: 22px;
        padding: 15px 15px 15px 18px
    }
}

.modal-body .textbox h2 {
    font-size: 36px;
    margin: 0 0 26px
}

@media (max-width: 1199px) {
    .modal-body .textbox h2 {
        font-size: 30px;
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .modal-body .textbox h2 {
        font-size: 22px;
        max-width: 305px;
        margin: 0 0 10px
    }
}

.modal-body .textbox p {
    margin: 0 0 30px
}

@media (max-width: 1199px) {
    .modal-body .textbox p {
        margin: 0 0 20px
    }
}

@media (max-width: 991px) {
    .modal-body .textbox p {
        margin: 0 0 10px
    }
}

.modal-body .textbox .link {
    color: #202020;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    font-weight: 400
}

.modal-body .textbox .link:after {
    width: 16px;
    height: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin: -4px 0 0;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

html[lang="ar"] .modal-body .textbox .link:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    left: -20px;
    top: 55%;
    right: unset
}

@media (max-width: 1199px) {
    .modal-body .textbox .link:after {
        width: 12px;
        height: 6px;
        margin: -3px 0 0
    }
}

.location-content {
    overflow: hidden;
    padding: 26px 0 0
}

@media (max-width: 767px) {
    .location-content {
        padding: 0;
        overflow: visible
    }
}

.location-content h1 {
    font-size: 26px;
    margin: 0 0 25px;
    font-weight: 400
}

@media (max-width: 767px) {
    .location-content h1 {
        text-align: center;
        margin: 0 0 33px
    }
}

.map-content {
    overflow: hidden;
    height: 577px;
    position: relative
}

@media (max-width: 767px) {
    .map-content {
        height: calc(100vh - 180px)
    }
}

.map-content > img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

@media (max-width: 1439px) {
    .map-content > img {
        width: 1440px;
        margin: 0 0 0 -720px;
        position: relative;
        left: 50%
    }
}

.map-content .container {
    position: absolute;
    left: 50%;
    top: 24px;
    margin: 0 0 0 -585px
}

@media (max-width: 1199px) {
    .map-content .container {
        width: 970px;
        margin: 0 0 0 -485px
    }
}

@media (max-width: 991px) {
    .map-content .container {
        width: 750px;
        margin: 0 0 0 -375px
    }
}

@media (max-width: 767px) {
    .map-content .container {
        width: 100%;
        margin: 0;
        position: static
    }
}

.btn-filter {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    position: absolute;
    top: 2px;
    right: 23px;
    padding: 0 0 0 28px
}

.btn-filter:before {
    width: 22px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    background: url("../images/ico-filter.svg") no-repeat;
    background-size: 100% 100%
}

.btn-filter:hover {
    text-decoration: none
}

.select-wrapper {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 2;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(83, 83, 83, 0.2)
}

@media (max-width: 767px) {
    .select-wrapper {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
        width: 100%;
        padding: 38px 30px;
        border-radius: 0;
        overflow: auto;
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width: 374px) {
    .select-wrapper {
        padding: 38px 15px
    }
}

@media (max-width: 767px) {
    .filter-search-active .select-wrapper {
        opacity: 1;
        visibility: visible
    }
}

.select-wrapper .btn-find {
    font-size: 18px;
    line-height: 24px;
    display: block;
    background: #202020;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 13px 15px 11px;
    position: relative;
    top: 15px;
    margin: 0 0 20px;
    border: 0;
    width: 100%
}

.select-wrapper .btn-find span {
    position: relative;
    right: 5px;
    padding: 0 0 0 23px
}

.select-wrapper .btn-find span:before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    background: url("../images/ico-search-white.svg") no-repeat;
    background-size: 100% 100%
}

.select-wrapper .btn-find:hover {
    text-decoration: none;
    background: #070707
}

.select-wrapper .fake-select {
    display: none;
    width: 100%
}

@media (max-width: 767px) {
    .select-wrapper .fake-select {
        display: block
    }
}

.fake-select {
    position: relative;
    display: inline-block;
    height: 48px;
    margin: 0 0 15px
}

.fake-select select::-ms-expand {
    display: none
}

.fake-select select {
    font-size: 16px;
    line-height: 28px;
    width: 100% !important;
    height: 48px !important;
    padding: 9px 45px 9px 14px;
    opacity: 1;
    border-radius: 2px;
    border: 1px solid #ededed !important;
    position: static !important;
    background: #fff
}

.fake-select:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 35px;
    background: #fff;
    pointer-events: none;
    z-index: 1
}

.fake-select:after {
    width: 13px;
    height: 7px;
    position: absolute;
    right: 19px;
    top: 20px;
    content: '';
    z-index: 1;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .fake-select:after {
        width: 12px;
        height: 6px;
        right: 17px;
        top: 22px
    }
}

.select-parent {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 155px
}

@media (max-width: 767px) {
    .select-parent {
        width: 100%;
        display: block;
        margin: 0 0 15px
    }
}

.select-parent + .select-parent {
    border-left: 1px solid #e9e9e9
}

@media (max-width: 767px) {
    .select-parent + .select-parent {
        border: 0
    }
}

.select-parent.active .opener, .select-parent.selected .opener {
    opacity: 1;
    border: 0
}

@media (max-width: 767px) {
    .select-parent.active .opener, .select-parent.selected .opener {
        border: 1px solid #ededed
    }
}

.select-parent .opener {
    -webkit-transition: none 0.3s ease-in-out;
    transition: none 0.3s ease-in-out;
    color: #181818;
    opacity: 0.4;
    display: block;
    padding: 9px 45px 8px 16px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

@media (max-width: 767px) {
    .select-parent .opener {
        font-size: 16px;
        line-height: 28px;
        padding: 9px 45px 9px 14px;
        opacity: 1;
        border-radius: 2px;
        border: 1px solid #ededed
    }
}

.select-parent .opener:before {
    width: 13px;
    height: 7px;
    position: absolute;
    right: 19px;
    top: 20px;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .select-parent .opener:before {
        width: 12px;
        height: 6px;
        right: 17px;
        top: 22px
    }
}

.select-parent .slide {
    background: #fff;
    box-shadow: 0 4px 5px rgba(83, 83, 83, 0.2);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 2px;
    padding: 24px
}

@media (max-width: 767px) {
    .select-parent .slide {
        border: 1px solid #ededed;
        box-shadow: none;
        z-index: 2;
        height: 150px;
        overflow: auto;
        padding: 10px 0 0
    }
}

.select-parent .slide .title {
    font-size: 16px;
    display: block;
    color: #424242;
    font-weight: 400;
    margin: 0 0 9px
}

@media (max-width: 767px) {
    .select-parent .slide .title {
        margin: 0;
        padding: 0 14px
    }
}

.select-parent .slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

@media (max-width: 767px) {
    .select-parent .slide ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0 14px 15px
    }
}

.select-parent .slide ul li {
    padding: 0 15px 0 0
}

.select-parent .slide ul a {
    color: #202020;
    display: block;
    text-decoration: none
}

.select-parent.country .slide {
    width: 543px;
    border-top-left-radius: 0
}

@media (max-width: 767px) {
    .select-parent.country .slide {
        width: 100%;
        border-radius: 2px
    }
}

.select-parent.city .slide {
    width: 208px;
    border-top-left-radius: 0
}

@media (max-width: 767px) {
    .select-parent.city .slide {
        width: 100%;
        border-radius: 2px
    }
}

.select-parent.city ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.select-parent.brand {
    position: static
}

@media (max-width: 767px) {
    .select-parent.brand {
        position: relative
    }
}

.select-parent.brand .opener {
    border-top-right-radius: 0
}

.select-parent.brand .slide {
    width: 725px;
    border-top-left-radius: 0
}

@media (max-width: 991px) {
    .select-parent.brand .slide {
        width: 720px
    }
}

@media (max-width: 767px) {
    .select-parent.brand .slide {
        width: 100%;
        border-radius: 2px
    }
}

.select-parent.brand .col {
    width: 76.2%;
    float: left;
    margin: -4px 0 0;
    padding: 0 35px 0 0
}

@media (max-width: 767px) {
    .select-parent.brand .col {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0
    }
}

.select-parent.brand .col + .col {
    width: 23.8%;
    padding: 0
}

@media (max-width: 767px) {
    .select-parent.brand .col + .col {
        width: 100%
    }
}

.select-parent.brand .col + .col ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.select-parent.brand .col + .col ul + .title {
    margin-top: 47px
}

@media (max-width: 767px) {
    .select-parent.brand .col + .col ul + .title {
        margin: 0
    }
}

.btn-list {
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    right: 15px;
    top: 0;
    font-weight: 400;
    color: #202020;
    background: #fff;
    border-radius: 2px;
    padding: 10px 11px 10px 45px;
    box-shadow: 0 0 5px rgba(83, 83, 83, 0.2)
}

@media (max-width: 767px) {
    .btn-list {
        font-size: 18px;
        line-height: 26px;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        z-index: 2;
        text-align: center;
        box-shadow: none;
        padding: 18px 15px 2px
    }
}

.aside-active .btn-list {
    opacity: 0;
    visibility: hidden
}

.btn-list:before {
    width: 13px;
    height: 1px;
    background: #202020;
    position: absolute;
    left: 23px;
    top: 23px;
    content: ''
}

@media (max-width: 767px) {
    .btn-list:before {
        display: none
    }
}

.btn-list:hover {
    text-decoration: none
}

.btn-list span {
    position: relative
}

@media (max-width: 767px) {
    .btn-list span {
        padding: 0 30px 0 0
    }
}

.btn-list span:before, .btn-list span:after {
    width: 9px;
    height: 1px;
    background: #202020;
    position: absolute;
    left: -22px;
    top: 5px;
    content: ''
}

@media (max-width: 767px) {
    .btn-list span:before, .btn-list span:after {
        width: 13px;
        height: 7px;
        left: auto;
        right: 0;
        top: 10px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background: url("../images/ico-arrow02.svg") no-repeat;
        background-size: 100% 100%
    }
}

.btn-list span:after {
    top: 13px
}

@media (max-width: 767px) {
    .btn-list span:after {
        display: none
    }
}

.side-panel {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(430px);
    -ms-transform: translateX(430px);
    transform: translateX(430px);
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 412px;
    padding: 15px 25px;
    border-top: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 0 5px 5px rgba(83, 83, 83, 0.2)
}

@media (max-width: 767px) {
    .side-panel {
        width: 100%;
        padding: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.aside-active .side-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    display: block;
    -webkit-animation: slide-left .3s ease-out;
    -moz-animation: slide-left .3s ease-out
}

@media (max-width: 767px) {
    .aside-active .side-panel {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.side-panel .btn-list.close {
    width: 18px;
    height: 46px;
    right: auto;
    left: -18px;
    top: 23px;
    padding: 0;
    background: #fff;
    opacity: 1;
    box-shadow: none;
    border-radius: 2px 0 0 2px
}

.side-panel .btn-list.close:before {
    width: 14px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    margin: -2px 0 0 -6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

.aside-active .side-panel .btn-list.close {
    opacity: 1;
    visibility: visible
}

.side-panel form {
    position: relative;
    padding: 0 0 15px 29px;
    border-bottom: 1px solid #e9e9e9
}

@media (max-width: 767px) {
    .side-panel form {
        padding: 8px 40px
    }
}

.side-panel form:before {
    width: 16px;
    height: 18px;
    position: absolute;
    left: 3px;
    top: 7px;
    content: '';
    background: url("../images/ico-search02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .side-panel form:before {
        left: 21px;
        top: 15px
    }
}

.side-panel form .form-control {
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    height: 30px;
    color: #202020;
    border: 0;
    padding: 5px 10px;
    font-weight: 400
}

@media (max-width: 767px) {
    .side-panel form .form-control {
        font-size: 16px;
        line-height: 20px
    }
}

.side-panel form .form-control::-webkit-input-placeholder {
    opacity: 0.6
}

@media (max-width: 767px) {
    .side-panel form .form-control::-webkit-input-placeholder {
        opacity: 1
    }
}

.side-panel form .form-control::-moz-placeholder {
    opacity: 1;
    opacity: 0.6
}

@media (max-width: 767px) {
    .side-panel form .form-control::-moz-placeholder {
        opacity: 1
    }
}

.side-panel form .form-control:-moz-placeholder {
    opacity: 0.6
}

@media (max-width: 767px) {
    .side-panel form .form-control:-moz-placeholder {
        opacity: 1
    }
}

.side-panel form .form-control:-ms-input-placeholder {
    opacity: 0.6
}

@media (max-width: 767px) {
    .side-panel form .form-control:-ms-input-placeholder {
        opacity: 1
    }
}

.side-panel form .form-control.placeholder {
    opacity: 0.6
}

@media (max-width: 767px) {
    .side-panel form .form-control.placeholder {
        opacity: 1
    }
}

.side-panel form .form-control:focus {
    box-shadow: none
}

.listing-holder {
    height: 500px;
    overflow: auto
}

@media (max-width: 767px) {
    .listing-holder {
        height: calc(100vh - 227px)
    }
}

.listing-holder.all-brands .addr-list {
    display: none
}

.listing-holder .brands-accordion .slide-warp {
    border-bottom: 1px solid #fff
}

.listing-holder .brands-accordion .slide-warp.acc-active .acc-opener:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.listing-holder .brands-accordion .acc-opener {
    font-size: 14px;
    line-height: 24px;
    display: block;
    background: #ededed;
    color: #202020;
    padding: 7px 60px 7px 30px;
    position: relative
}

@media (max-width: 374px) {
    .listing-holder .brands-accordion .acc-opener {
        padding: 7px 45px 7px 15px
    }
}

.listing-holder .brands-accordion .acc-opener:after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    content: '';
    margin: -5px 0 0;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 374px) {
    .listing-holder .brands-accordion .acc-opener:after {
        right: 15px
    }
}

.listing-holder .brands-accordion .addr-list {
    display: block
}

.listing-holder .brands-accordion .addr-list li:last-child {
    border-bottom: 0
}

.addr-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    color: #202020
}

@media (max-width: 767px) {
    .addr-list {
        padding: 0 30px
    }
}

@media (max-width: 374px) {
    .addr-list {
        padding: 0 15px
    }
}

.addr-list li {
    overflow: hidden;
    padding: 14px 0 15px;
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

@media (max-width: 767px) {
    .addr-list li {
        padding: 19px 0 18px
    }
}

.addr-list .title {
    display: block;
    font-weight: 300;
    color: #202020
}

@media (max-width: 767px) {
    .addr-list .title {
        font-size: 16px;
        line-height: 23px
    }
}

.addr-list a {
    color: #555
}

.addr-list a:hover {
    text-decoration: none
}

.addr-list .direction {
    position: absolute;
    right: 0;
    bottom: 17px;
    padding: 0 15px 0 0;
    color: #202020;
    display: none
}

.addr-list .direction:before {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 7px;
    content: '';
    background: url("../images/ico-dir.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .addr-list .direction {
        display: block
    }
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.map-content .popup {
    width: 280px;
    height: 148px;
    margin: 0 0 0 -140px;
    position: absolute;
    display: none;
    bottom: 62px;
    left: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.map-content .popup:after {
    content: '';
    position: absolute;
    border-style: solid dashed;
    border-color: transparent;
    border-width: 14px 12px 0;
    border-top-color: #fff;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -12px
}

.map-content .gm-style-iw {
    overflow: visible !important
}

.map-content .gm-style-iw > div {
    overflow: visible !important
}

.map-content .gm-style-iw > div > div {
    overflow: visible !important
}

.map-content .iw-holder {
    width: 210px !important;
    font-family: "tondo", Helvetica, Arial, sans-serif
}

.map-content .img-logo {
    text-align: center;
    padding: 8px 0 13px;
    position: relative;
    margin: 0 -22px 0 0
}

.map-content .img-logo:after {
    position: absolute;
    left: -15px;
    right: -37px;
    bottom: 0;
    height: 1px;
    content: '';
    background: #ddd;
    display: none
}

.map-content .textbox {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    padding: 0 0 4px;
    text-align: center;
    margin: 0 -22px 0 0
}

.map-content .textbox .title {
    display: block;
    color: #181818;
    font-weight: 400
}

.map-content .textbox .location {
    display: block;
    color: #555
}

.map-content .textbox a {
    color: #555;
    display: inline-block;
    margin: 0 0 15px
}

.map-content .textbox a:hover {
    text-decoration: none
}

.map-content .textbox .direction {
    overflow: hidden;
    padding: 18px 0 0;
    border-top: 1px solid #f2f4f6
}

.map-content .textbox .direction a {
    font-size: 14px;
    line-height: 1.5;
    color: #202020;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0;
    font-weight: 400
}

.map-content .textbox .direction a:before {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
    background: url("../images/ico-dir.svg") no-repeat;
    background-size: 100% 100%
}

.map-pin {
    width: 26px;
    height: 38px;
    position: absolute;
    left: 50.5%;
    top: 14.9%;
    z-index: 1
}

.map-pin .opener {
    width: 26px;
    height: 38px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    background: url("../images/ico-pin.svg") no-repeat;
    background-size: 100% 100%
}

.map-pin.popup-active .popup {
    display: block
}

.map-pin.pos2 {
    left: 48.8%;
    top: 22.9%
}

.map-pin.pos3 {
    left: 53.6%;
    top: 27.8%
}

.map-pin.pos4 {
    left: 60.2%;
    top: 29.3%
}

.map-pin.pos5 {
    left: 34.8%;
    top: 62.1%
}

.map-pin.pos6 {
    left: 34.7%;
    top: 87.1%
}

.contact-form {
    overflow: hidden;
    max-width: 555px;
    padding: 30px 0 0
}

@media (max-width: 767px) {
    .contact-form {
        max-width: inherit;
        padding: 11px 15px 0;
        margin: 0 0 40px
    }
}

@media (max-width: 374px) {
    .contact-form {
        padding: 11px 0 0
    }
}

.contact-form.form-error .alert-danger {
    display: block
}

.contact-form.form-success .alert-success {
    display: block
}

.contact-form .alert {
    margin-top: -5px;
    position: relative;
    font-weight: 400;
    display: none
}

.contact-form .alert .close {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    top: 19px;
    opacity: 1;
    text-decoration: none;
    background: url("../images/ico-close-red.svg") no-repeat;
    background-size: 100% 100%
}

.contact-form .alert .close:hover {
    opacity: 0.7
}

.contact-form .alert-dismissible {
    padding: 15px 15px 15px 55px
}

.contact-form .alert-success {
    padding: 15px 15px 15px 55px
}

.contact-form .alert-success:before {
    width: 20px;
    height: 14px;
    position: absolute;
    left: 17px;
    top: 20px;
    content: '';
    background: url("../images/ico-success.png") no-repeat;
    background-size: 100% 100%
}

.contact-form label {
    display: block;
    font-weight: 400
}

.contact-form .msg {
    font-size: 16px;
    line-height: 24px;
    display: none;
    color: #f44336;
    margin: -4px 0 8px
}

.contact-form .has-error .msg {
    display: block
}

.contact-form .jcf-select {
    width: 100%
}

.contact-form textarea.form-control {
    height: 200px;
    resize: none
}

@media (max-width: 767px) {
    .contact-form textarea.form-control {
        height: 120px
    }
}

.contact-form .sm {
    width: 186px;
    float: left;
    margin: 0 24px 0 0
}

@media (max-width: 767px) {
    .contact-form .sm {
        width: 100%;
        margin: 0 0 20px;
        float: none;
        overflow: hidden
    }
}

.contact-form .md {
    overflow: hidden
}

.contact-form .btn {
    margin: 3px 0 0
}

@media (max-width: 767px) {
    .contact-form .btn {
        font-size: 20px;
        line-height: 33px;
        margin: 6px 0 0;
        width: 100%;
        text-align: center;
        font-weight: 400
    }
}

.addr-info {
    overflow: hidden;
    padding: 23px 0 0
}

@media (max-width: 767px) {
    .addr-info {
        border-top: 2px solid #efefef;
        margin: 0 -15px;
        padding: 30px 30px
    }
}

@media (max-width: 374px) {
    .addr-info {
        padding: 30px 15px
    }
}

@media (max-width: 767px) {
    .addr-info h2 {
        font-size: 18px;
        line-height: 36px;
        margin: 0 0 20px
    }
}

.addr-info dl {
    margin: -9px 0 10px;
    overflow: hidden
}

@media (max-width: 767px) {
    .addr-info dl {
        margin: -9px 0 0
    }
}

.addr-info dl dt, .addr-info dl dd {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    margin-bottom: 16px
}

.addr-info dl dt {
    float: left;
    clear: left;
    font-weight: 400;
    margin-right: 4px
}

@media (max-width: 991px) {
    .addr-info dl dt {
        float: none;
        clear: both;
        display: block;
        margin: 0 0 1px
    }
}

.addr-info dl dd {
    overflow: hidden
}

@media (max-width: 991px) {
    .addr-info dl dd {
        margin: 0 0 10px
    }
}

.addr-info dl dd a {
    color: #202020;
    font-weight: 400
}

.addr-info dl dd a:hover {
    text-decoration: none
}

.addr-info .dir {
    display: block;
    padding: 0 0 25px;
    margin: 0 0 23px;
    border-bottom: 1px solid #efefef
}

@media (max-width: 767px) {
    .addr-info .dir {
        margin: -5px 0 29px
    }
}

.addr-info .dir a {
    display: inline-block;
    padding: 0 19px 0 0;
    font-weight: 700;
    position: relative
}

.addr-info .dir a:before {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
    background: url("../images/ico-dir.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .addr-info .dir a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400
    }
}

.addr-info .dir a:hover {
    text-decoration: none
}

.addr-info .btn-dir {
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    color: #202020;
    font-weight: 700;
    position: relative;
    padding: 0 22px 0 35px
}

@media (max-width: 767px) {
    .addr-info .btn-dir {
        padding: 0 22px 0 29px;
        font-weight: 400
    }
}

.addr-info .btn-dir:before, .addr-info .btn-dir:after {
    width: 16px;
    height: 28px;
    position: absolute;
    left: 1px;
    top: 0;
    content: '';
    background: url("../images/ico-phone.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .addr-info .btn-dir:before, .addr-info .btn-dir:after {
        left: 0
    }
}

.addr-info .btn-dir:after {
    width: 16px;
    height: 8px;
    left: auto;
    right: 0;
    top: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .addr-info .btn-dir:after {
        width: 13px;
        height: 7px;
        top: 12px;
        left: auto
    }
}

.addr-info .btn-dir:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .modal-md {
        margin: 0
    }
}

.directory-block {
    overflow: hidden;
    padding: 39px 47px 35px
}

@media (max-width: 767px) {
    .directory-block {
        padding: 29px 15px
    }
}

@media (max-width: 374px) {
    .directory-block {
        padding: 29px 0
    }
}

.directory-block .close {
    top: 27px;
    right: 28px
}

.directory-block h2 {
    font-size: 36px;
    line-height: 47px
}

@media (max-width: 767px) {
    .directory-block h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 15px
    }
}

.directory-block form {
    position: relative;
    margin: 0 0 37px
}

@media (max-width: 767px) {
    .directory-block form {
        margin: -2px 0 10px;
        padding: 0 15px
    }
}

.directory-block form:before {
    width: 16px;
    height: 18px;
    position: absolute;
    left: 19px;
    top: 16px;
    content: '';
    background: url("../images/ico-search.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .directory-block form:before {
        left: 25px;
        top: 10px
    }
}

.directory-block form .form-control {
    padding-left: 58px
}

@media (max-width: 767px) {
    .directory-block form .form-control {
        height: 39px;
        padding: 6px 12px 6px 40px
    }
}

.directory-block .jcf-scrollable {
    height: 530px
}

@media (max-width: 767px) {
    .directory-block .jcf-scrollable {
        height: calc(100vh - 155px)
    }
}

.numbers-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    padding: 0 52px
}

@media (max-width: 767px) {
    .numbers-list {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px
    }
}

.numbers-list li {
    border-bottom: 1px solid #f3f3f3;
    padding: 9px 4px 10px;
    overflow: hidden
}

@media (max-width: 767px) {
    .numbers-list li {
        padding: 6px 0 7px
    }
}

.numbers-list .title {
    font-weight: 300;
    float: left;
    color: #202020
}

.numbers-list a {
    float: right
}

.numbers-list a:hover {
    text-decoration: none
}

.reasons-block {
    padding: 50px 0
}

@media (max-width: 767px) {
    .reasons-block {
        padding: 0 15px
    }
}

@media (max-width: 374px) {
    .reasons-block {
        padding: 0
    }
}

.reasons-block .head {
    font-size: 20px;
    line-height: 1.6;
    max-width: 770px;
    margin-bottom: 55px;
    overflow: hidden;
    color: #555
}

@media (max-width: 767px) {
    .reasons-block .head {
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 26px;
        color: #555
    }
}

.reasons-block h1 {
    margin: 0 0 18px
}

@media (max-width: 767px) {
    .reasons-block h1 {
        line-height: 1.42;
        margin: 0 0 15px
    }
}

.reasons-block p {
    margin: 0 0 20px
}

.reasons-block .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 75px;
    margin: 0 0 24px
}

.reasons-block .icon img {
    vertical-align: top
}

@media (max-width: 767px) {
    .reasons-block .icon img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.reasons-block .textbox {
    overflow: hidden;
    max-width: 335px;
    margin: 0 auto 23px
}

@media (max-width: 767px) {
    .reasons-block .textbox {
        font-size: 14px;
        line-height: 1.29;
        color: #555;
        text-align: center
    }
}

.reasons-block .textbox .title {
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    display: block;
    font-weight: 300;
    margin: 0 0 13px
}

@media (max-width: 767px) {
    .reasons-block .textbox .title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400
    }
}

.reasons-block [class^="col-"], .reasons-block [class*="col-"] {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 -1px;
    float: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.reasons-block [class^="col-"]:first-child, .reasons-block [class*="col-"]:first-child {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.reasons-block [class^="col-"]:nth-child(2), .reasons-block [class*="col-"]:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.reasons-block [class^="col-"]:nth-child(3), .reasons-block [class*="col-"]:nth-child(3) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.reasons-block [class^="col-"]:nth-child(4), .reasons-block [class*="col-"]:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.reasons-block [class^="col-"]:nth-child(5), .reasons-block [class*="col-"]:nth-child(5) {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.reasons-block [class^="col-"]:nth-child(6), .reasons-block [class*="col-"]:nth-child(6) {
    -webkit-transition-delay: 1.50s;
    transition-delay: 1.50s
}

.reasons-block [class^="col-"]:nth-child(7), .reasons-block [class*="col-"]:nth-child(7) {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

.reasons-block [class^="col-"]:nth-child(8), .reasons-block [class*="col-"]:nth-child(8) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.reasons-block [class^="col-"]:nth-child(9), .reasons-block [class*="col-"]:nth-child(9) {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s
}

.reasons-block [class^="col-"]:nth-child(10), .reasons-block [class*="col-"]:nth-child(10) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s
}

.reasons-block [class^="col-"]:nth-child(11), .reasons-block [class*="col-"]:nth-child(11) {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s
}

.reasons-block [class^="col-"]:nth-child(12), .reasons-block [class*="col-"]:nth-child(12) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

.reasons-block [class^="col-"]:nth-child(13), .reasons-block [class*="col-"]:nth-child(13) {
    -webkit-transition-delay: 3.25s;
    transition-delay: 3.25s
}

.reasons-block [class^="col-"]:nth-child(14), .reasons-block [class*="col-"]:nth-child(14) {
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s
}

.reasons-block [class^="col-"]:nth-child(15), .reasons-block [class*="col-"]:nth-child(15) {
    -webkit-transition-delay: 3.75s;
    transition-delay: 3.75s
}

.reasons-block [class^="col-"]:nth-child(16), .reasons-block [class*="col-"]:nth-child(16) {
    -webkit-transition-delay: 4s;
    transition-delay: 4s
}

.reasons-block [class^="col-"]:nth-child(17), .reasons-block [class*="col-"]:nth-child(17) {
    -webkit-transition-delay: 4.25s;
    transition-delay: 4.25s
}

.reasons-block [class^="col-"]:nth-child(18), .reasons-block [class*="col-"]:nth-child(18) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s
}

.reasons-block [class^="col-"]:nth-child(19), .reasons-block [class*="col-"]:nth-child(19) {
    -webkit-transition-delay: 4.75s;
    transition-delay: 4.75s
}

.reasons-block [class^="col-"]:nth-child(20), .reasons-block [class*="col-"]:nth-child(20) {
    -webkit-transition-delay: 5s;
    transition-delay: 5s
}

.reasons-block .in-viewport [class^="col-"], .reasons-block .in-viewport [class*="col-"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.reasons-block + .sub-block {
    margin-top: 0
}

.team-block {
    padding: 100px 0 94px
}

@media (max-width: 767px) {
    .team-block {
        padding: 40px 15px
    }
}

@media (max-width: 374px) {
    .team-block {
        padding: 40px 0
    }
}

.team-block h1 {
    margin: 0 0 15px
}

@media (max-width: 767px) {
    .team-block h1 {
        line-height: 1.42;
        margin: 0 0 20px
    }
}

.team-block p {
    margin: 0 0 22px
}

@media (max-width: 767px) {
    .team-block p br {
        display: none
    }
}

.team-block .textbox {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300
}

@media (max-width: 767px) {
    .team-block .textbox {
        font-size: 18px;
        line-height: 1.33;
        color: #555
    }
}

.team-block .stats-row {
    color: #202020;
    text-align: left;
    margin: 0 0 40px;
    padding: 22px 0 0 16px
}

@media (max-width: 767px) {
    .team-block .stats-row {
        margin: 0 0 10px
    }
}

.team-block .stats-row .box {
    margin: 0
}

@media (max-width: 767px) {
    .team-block .stats-row .box {
        margin: 0 0 19px;
        width: auto
    }
}

.team-block .stats-row .box:first-child {
    width: 44.7%
}

@media (max-width: 767px) {
    .team-block .stats-row .box:first-child {
        width: 100%;
        margin: 0 0 19px
    }
}

.team-block .stats-row .box:nth-child(2) {
    width: 33%
}

@media (max-width: 767px) {
    .team-block .stats-row .box:nth-child(2) {
        width: 53%
    }
}

.team-block .stats-row .box .title {
    margin: 0 0 8px
}

@media (max-width: 767px) {
    .team-block .stats-row .box .title {
        margin: 0 0 6px
    }
}

.team-block .stats-row .box .value em {
    font-size: 48px;
    font-style: normal
}

@media (max-width: 767px) {
    .team-block .stats-row .box .value em {
        font-size: 42px
    }
}

.team-block blockquote {
    margin: 0
}

blockquote {
    font-size: 16px;
    line-height: 1.5;
    background: #fff;
    border: 0;
    text-align: left;
    min-height: 280px;
    padding: 72px 50px;
    box-shadow: 0 0 24px 0 rgba(221, 221, 221, 0.5)
}

@media (max-width: 767px) {
    blockquote {
        padding: 43px 20px 63px;
        text-align: center
    }

    html[lang="ar"] blockquote {
        min-height: 574px
    }
}

blockquote .img-holder {
    width: 101px;
    height: 101px;
    float: left;
    overflow: hidden;
    margin: 0 50px 0 0;
    border-radius: 100%
}

@media (max-width: 767px) {
    blockquote .img-holder {
        float: none;
        margin: 0 auto 22px
    }
}

blockquote .img-holder img {
    border-radius: 100%
}

blockquote .quote-wrap {
    overflow: hidden
}

blockquote .author {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    font-style: normal
}

@media (max-width: 767px) {
    blockquote .author {
        margin: 0 0 25px
    }
}

blockquote .title {
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    display: block;
    margin: 0 0 5px;
    font-weight: 300
}

blockquote .desigation {
    display: block;
    margin: 0 0 12px
}

blockquote q {
    display: block;
    quotes: none
}

blockquote q:before, blockquote q:after {
    font-size: 31px;
    line-height: 21px;
    content: '“';
    display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0
}

@media (max-width: 767px) {
    blockquote q:before, blockquote q:after {
        display: none
    }
}

blockquote q:after {
    content: '”';
    margin: 0 0 0 10px
}

.quotes-slider {
    position: relative;
    overflow: hidden;
    margin: 0 -24px
}

@media (max-width: 767px) {
    .quotes-slider {
        margin: 0;
        padding: 0 5px;
        overflow: visible
    }
}

.quotes-slider .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 24px
}

@media (max-width: 767px) {
    .quotes-slider .mask {
        overflow: visible;
        margin: 0 0 27px
    }
}

.quotes-slider .slideset {
    width: 100%;
    float: left
}

.quotes-slider .slide {
    width: 100%;
    float: left;
    padding: 24px
}

@media (max-width: 767px) {
    .quotes-slider .slide {
        padding: 12px
    }
}

@media (max-width: 374px) {
    .quotes-slider .slide {
        padding: 12px 6px
    }
}

.quotes-slider .slide.active {
    z-index: 1
}

.quotes-slider .slider-paging {
    overflow: hidden;
    text-align: center
}

.quotes-slider .slider-paging ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0
}

.quotes-slider .slider-paging ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px
}

@media (max-width: 767px) {
    .quotes-slider .slider-paging ul li {
        margin: 0 5px
    }
}

.quotes-slider .slider-paging ul li a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #b8c7d6;
    display: block
}

@media (max-width: 767px) {
    .quotes-slider .slider-paging ul li a {
        background: #d8d8d8
    }
}

.quotes-slider .slider-paging ul li:hover a, .quotes-slider .slider-paging ul li.active a {
    background: #202020
}

@media (max-width: 767px) {
    .quotes-slider .slider-paging ul li:hover a, .quotes-slider .slider-paging ul li.active a {
        background: #939393
    }
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.filters-content {
    overflow: hidden;
    padding: 101px 0;
    position: relative
}

@media (max-width: 767px) {
    .filters-content {
        padding: 40px 15px
    }
}

@media (max-width: 374px) {
    .filters-content {
        padding: 40px 0
    }
}

.filters-content:before {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    content: '';
    background: #ededed;
    height: 2px;
    display: none
}

@media (max-width: 767px) {
    .filters-content:before {
        display: block
    }
}

@media (max-width: 374px) {
    .filters-content:before {
        left: 15px;
        right: 15px
    }
}

@media (max-width: 767px) {
    .filters-content.bg-gray {
        background: #fff
    }
}

.filters-content .head {
    font-size: 20px;
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto 28px;
    overflow: hidden;
    color: #555
}

@media (max-width: 767px) {
    .filters-content .head {
        font-size: 18px;
        line-height: 1.33;
        color: #555;
        margin: 0 auto 6px
    }
}

.filters-content h1 {
    margin: 0 0 17px
}

@media (max-width: 767px) {
    .filters-content h1 {
        margin: 0 0 24px
    }
}

.filters-content .box {
    overflow: hidden;
    background: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 2px;
    padding: 23px 24px 20px;
    margin: 0 0 32px
}

html[lang="ar"] .page-node-type-career .filters-content .box {
    font-family: "tondo", Helvetica, Arial, sans-serif;
    direction: ltr
}

@media (max-width: 767px) {
    .filters-content .box {
        border: 0;
        padding: 0 0 24px;
        margin: 0 0 31px;
        border-bottom: 2px solid #dfdfdf
    }
}

.filters-content .subtitle {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 300;
    margin: 0 0 13px;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .filters-content .subtitle {
        font-size: 12px;
        line-height: 1.17;
        color: #555;
        font-weight: 400;
        margin: 0 0 15px
    }
}

.filters-content h2 {
    font-size: 24px;
    line-height: 1.46;
    margin: 0 0 21px;
    min-height: 71px
}

@media (max-width: 1199px) {
    .filters-content h2 {
        font-size: 22px;
        min-height: 64px
    }
}

@media (max-width: 767px) {
    .filters-content h2 {
        font-size: 20px;
        line-height: 1.25;
        min-height: inherit;
        margin: 0 0 12px
    }
}

.filters-content p {
    margin: 0 0 20px
}

@media (max-width: 767px) {
    .filters-content p {
        display: none
    }
}

.filters-content .bar {
    overflow: hidden
}

.filters-content .country {
    float: left;
    width: 58.1%
}

@media (max-width: 1199px) {
    .filters-content .country {
        width: 68%
    }
}

@media (max-width: 767px) {
    .filters-content .country {
        color: #555
    }
}

.filters-content .status {
    float: left
}

@media (max-width: 767px) {
    .filters-content .status {
        display: none
    }
}

.filters-content .link {
    display: none;
    float: right;
    font-weight: 400;
    position: relative;
    padding: 0 17px 0 0
}

@media (max-width: 767px) {
    .filters-content .link {
        display: block
    }
}

.filters-content .link:before {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 7px;
    content: '';
    background: url("../images/ico-dir.svg") no-repeat;
    background-size: 100% 100%
}

.filter-nav {
    max-width: 35%;
    margin: 0 auto 29px;
    padding: 0 0 0 91px;
    position: relative
}

.filter-nav:after {
    content: '';
    display: block;
    clear: both
}

@media (max-width: 991px) {
    .filter-nav {
        padding: 0 0 0 60px
    }
}

@media (max-width: 767px) {
    .filter-nav {
        padding: 0;
        max-width: inherit
    }
}

.filter-nav ul {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media (max-width: 767px) {
    .filter-nav ul {
        padding: 0 30px;
        margin: 0 -30px 31px;
        display: block;
        text-align: center
    }
}

@media (max-width: 374px) {
    .filter-nav ul {
        padding: 0 15px;
        margin: 0 -15px 31px
    }
}

.filter-nav ul:before {
    width: 100%;
    height: 2px;
    background: #d5dee8;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: none
}

@media (max-width: 767px) {
    .filter-nav ul:before {
        display: block
    }
}

.filter-nav ul li {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media (max-width: 767px) {
    .filter-nav ul li {
        font-size: 18px;
        line-height: 22px;
        margin: 0 40px 0 0
    }

    html[lang="ar"] .filter-nav ul li {
        margin: 0 9px 0 0
    }
}

.filter-nav ul li:last-child {
    margin-right: 0
}

.filter-nav ul li:before, .filter-nav ul li:after {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%;
    height: 2px;
    background: #d5dee8;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ''
}

@media (max-width: 767px) {
    .filter-nav ul li:before {
        display: none
    }
}

.filter-nav ul li:after {
    background: #202020;
    width: 0
}

.filter-nav ul li [type="radio"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1
}

.filter-nav ul li .fake-input, .filter-nav ul li label {
    display: inline-block;
    vertical-align: middle
}

.filter-nav ul li label {
    padding: 0;
    margin: 0
}

.filter-nav ul li .fake-label {
    font-size: 16px;
    line-height: 20px;
    display: block;
    position: relative;
    color: #555;
    padding: 0 21px 9px;
    cursor: pointer
}

@media (max-width: 767px) {
    .filter-nav ul li .fake-label {
        font-size: 18px;
        line-height: 22px;
        padding: 0 12px 22px
    }
}

.filter-nav ul li .fake-label:after {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #202020
}

.filter-nav ul li .fake-input {
    width: 16px;
    height: 16px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    display: none
}

.filter-nav ul li [type=radio] + .fake-input {
    border-radius: 100%
}

.filter-nav ul li [type="radio"] + .fake-input:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #777;
    border-radius: 100%;
    opacity: 0
}

.filter-nav ul li [type="radio"]:checked + .fake-input:before {
    opacity: 1
}

.filter-nav ul li [type="radio"]:checked ~ .fake-label {
    color: #202020;
    font-weight: 700
}

.filter-nav ul li [type="radio"]:checked ~ .fake-label:after {
    width: 100%
}

.filter-nav ul li input:disabled + .fake-input, .filter-nav ul li input:disabled ~ .fake-label {
    opacity: .5
}

.filter-nav ul.drop-list {
    padding: 0 0 0 5px
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list {
        margin: 0;
        padding: 0;
        text-align: left
    }
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list:before {
        display: none
    }
}

.filter-nav ul.drop-list li {
    width: 132px;
    margin: 0 24px
}

@media (max-width: 991px) {
    .filter-nav ul.drop-list li {
        margin: 0 15px
    }
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list li {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        float: right;
        width: 100%
    }
}

.filter-nav ul.drop-list li:last-child {
    margin-right: 0
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list li:last-child {
        float: left
    }
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list li:after {
        display: none
    }
}

.filter-nav ul.drop-list li .jcf-select-filter {
    background: transparent;
    border: 0;
    height: auto;
    width: 100%;
    min-width: inherit
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list li .jcf-select-filter {
        border: 1px solid #ededed;
        height: 48px
    }
}

.filter-nav ul.drop-list li .jcf-select-filter .jcf-select-text {
    font-size: 16px;
    line-height: 20px;
    padding: 0 30px 9px 5px;
    margin: 0;
    color: #555
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list li .jcf-select-filter .jcf-select-text {
        padding: 13px 30px 13px 15px
    }
}

.filter-nav ul.drop-list li .jcf-select-filter .jcf-select-opener {
    background: transparent
}

.filter-nav ul.drop-list li .jcf-select-filter .jcf-select-opener:before {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 13px;
    height: 7px;
    position: absolute;
    left: auto;
    right: 8px;
    top: 8px;
    content: '';
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

@media (max-width: 767px) {
    .filter-nav ul.drop-list li .jcf-select-filter .jcf-select-opener:before {
        width: 10px;
        height: 6px;
        top: 23px;
        right: 12px
    }
}

.filter-nav .form-search {
    position: absolute;
    left: 40px;
    top: 0
}

@media (max-width: 991px) {
    .filter-nav .form-search {
        left: 10px
    }
}

@media (max-width: 767px) {
    .filter-nav .form-search {
        position: relative;
        left: 0;
        margin: 0 0 13px
    }
}

.form-active .filter-nav .form-search {
    width: 100%;
    left: 0;
    top: -10px;
    overflow: hidden
}

.filter-nav .form-search .btn-opener {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 1px
}

@media (max-width: 767px) {
    .filter-nav .form-search .btn-opener {
        display: none
    }
}

.filter-nav .form-search .btn-opener:before {
    width: 18px;
    height: 20px;
    background: url("../images/ico-search-lg.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -9px;
    content: ''
}

.filter-nav .form-search .form-field {
    position: relative;
    z-index: 1;
    width: 0;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .filter-nav .form-search .form-field {
        opacity: 1;
        visibility: visible;
        width: 100%
    }
}

.form-active .filter-nav .form-search .form-field {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.filter-nav .form-search .form-field .btn-search {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 0;
    background: none;
    padding: 0
}

.filter-nav .form-search .form-field .btn-search:before {
    width: 18px;
    height: 20px;
    background: url("../images/ico-search.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -9px;
    content: ''
}

html[lang="ar"] .page-node-type-career .pagination a {
    font-family: "tondo", Helvetica, Arial, sans-serif
}

html[lang="ar"] .page-node-type-career .pagination a.prev, html[lang="ar"] .page-node-type-career .pagination a.next {
    font-family: NotoKufiArabic
}

.jcf-select-filter .jcf-list {
    font-size: 14px;
    line-height: 20px
}

.pagination {
    position: relative;
    z-index: 111;
    display: block;
    overflow: hidden;
    margin: 0 0 9px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #f2f4f6
}

@media (max-width: 767px) {
    .pagination {
        margin: -8px 0 0;
        text-align: left;
        background: #fff;
        overflow: visible
    }
}

.pagination a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    margin: 0 6px;
    border-radius: 2px;
    min-width: 38px;
    padding: 8px 12px;
    color: #555;
    background: #e9edf0;
    border: 1px solid #e9edf0;
    text-align: center
}

@media (max-width: 767px) {
    .pagination a {
        min-width: 30px;
        padding: 5px 8px;
        margin: 0;
        display: none
    }
}

.pagination a:hover, .pagination a.active {
    color: #202020;
    background: #fff;
    border-color: #fff
}

@media (max-width: 767px) {
    .pagination a:hover, .pagination a.active {
        background: rgba(233, 237, 240, 0.3);
        border-color: rgba(233, 237, 240, 0.3)
    }
}

.pagination a.prev, .pagination a.next {
    min-width: 74px;
    position: relative
}

@media (max-width: 767px) {
    .pagination a.prev, .pagination a.next {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
        color: #202020;
        min-width: inherit;
        background: none;
        border: 0;
        font-weight: 400;
        display: block;
        position: absolute;
        left: 0;
        top: 0
    }
}

.pagination a.prev:after, .pagination a.next:after {
    width: 14px;
    height: 8px;
    position: absolute;
    left: auto;
    left: -2px;
    top: 10px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%;
    display: none
}

@media (max-width: 767px) {
    .pagination a.prev:after, .pagination a.next:after {
        display: block
    }
}

@media (max-width: 767px) {
    .pagination a.next {
        padding-right: 20px;
        left: auto;
        right: 0
    }
}

.pagination a.next:after {
    left: auto;
    right: -2px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.pagination a.disable {
    color: rgba(85, 85, 85, 0.3);
    pointer-events: none
}

@media (max-width: 767px) {
    .pagination a.disable {
        color: #202020;
        opacity: 0.5
    }
}

.pagination a.counter {
    font-size: 24px;
    line-height: 28px;
    color: #a0a0a0;
    display: none
}

@media (max-width: 767px) {
    .pagination a.counter {
        display: inline-block;
        vertical-align: top
    }
}

.pagination a.counter em {
    font-style: normal;
    color: #202020
}

.mobile-pager {
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #a0a0a0;
    display: none
}

@media (max-width: 767px) {
    .mobile-pager {
        display: block
    }
}

.mobile-pager .current-page {
    display: inline-block;
    vertical-align: top;
    color: #202020
}

.director-block {
    padding: 0
}

@media (max-width: 767px) {
    /* .director-block {
        padding: 40px 15px 0
    } */
}

@media (max-width: 374px) {
    .director-block {
        padding: 40px 0 0
    }
}

.director-block .head {
    font-size: 24px;
    line-height: 1.42;
    color: #555;
    margin-bottom: 44px
}

@media (max-width: 767px) {
    .director-block .head {
        font-size: 18px;
        line-height: 1.33;
        color: #555;
        margin-bottom: 20px
    }
}

.director-block h1 {
    line-height: 1.29;
    margin: 0 0 7px
}

@media (max-width: 767px) {
    .director-block h1 {
        margin: 0 0 20px
    }
}

.director-block .row {
    text-align: left
}

.director-block [class^="col-"], .director-block [class*="col-"] {
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center;
    margin: 0 -3px 0 -1px
}

.director-block .director-box {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin: 0 0 59px;
    position: relative
}

@media (max-width: 991px) {
    .director-block .director-box {
        margin: 0 0 40px
    }
}

.director-block .director-box a {
    display: block
}

.director-block .director-box .img-holder {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 24px
}

@media (max-width: 767px) {
    .director-block .director-box .img-holder {
        width: 115px;
        height: 115px;
        margin: 0 auto 20px
    }
}

.director-block .director-box .img-holder img {
    width: 138px;
    height: 138px;
    border-radius: 100%
}

@media (max-width: 767px) {
    .director-block .director-box .img-holder img {
        width: 115px;
        height: 115px
    }
}

.director-block .director-box .info-box {
    max-width: 336px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 767px) {
    .director-block .director-box .info-box {
        text-align: center
    }
}

@media (max-width: 767px) {
    .director-block .director-box .info-box p {
        display: none
    }
}

.director-block .director-box h2 {
    line-height: 39px;
    margin: 0 0 8px
}

@media (max-width: 991px) {
    .director-block .director-box h2 {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 767px) {
    .director-block .director-box h2 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        margin: 0 0 10px
    }
}

.sub .director-box .desigation {
    font-size: 14px;
    line-height: 19px;
    display: block;
    color: #202020;
    margin: 10px 0 12px
}


.director-block .director-box .desigation {
    font-size: 14px;
    line-height: 19px;
    display: block;
    color: #202020;
    margin: 10px 0 12px
}



.director-block .director-box .time {
    display: none;
}

@media (max-width: 991px) {
    .director-block .director-box .desigation, .director-block .director-box .time {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 767px) {
    .director-block .director-box .desigation, .director-block .director-box .time {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #555;
        margin: 0 0 14px
    }
}

.director-block .director-box .time {
    opacity: 0.3;
    margin: 0 0 23px
}

@media (max-width: 767px) {
    .director-block .director-box .time {
        margin: 0
    }
}

.director-block .director-box .quote {
    position: absolute;
    left: 275px;
    top: 22px;
    width: 365px
}

@media (max-width: 1199px) {
    .director-block .director-box .quote {
        left: 195px;
        width: 260px
    }
}

@media (max-width: 991px) {
    .director-block .director-box .quote {
        left: 140px;
        width: 205px
    }
}

@media (max-width: 767px) {
    .director-block .director-box .quote {
        position: static;
        width: auto;
        margin: 0 0 30px
    }
}

.director-block .director-box blockquote {
    font-size: 24px;
    line-height: 1.33;
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    color: #202020;
    min-height: inherit
}

@media (max-width: 1199px) {
    .director-block .director-box blockquote {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .director-block .director-box blockquote {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .director-block .director-box blockquote {
        font-size: 20px;
        line-height: 1.45;
        text-align: left
    }
}

@media (max-width: 374px) {
    .director-block .director-box blockquote {
        font-size: 18px;
        line-height: 1.45
    }
}

.director-block .director-box blockquote q {
    display: block;
    margin: 0 0 11px
}

@media (max-width: 991px) {
    .director-block .director-box blockquote q {
        margin: 0 0 6px
    }
}

@media (max-width: 767px) {
    .director-block .director-box blockquote q {
        quotes: none;
        padding: 0 26px 0 41px;
        position: relative
    }
}

.director-block .director-box blockquote q:after, .director-block .director-box blockquote q:before {
    font-size: 24px;
    line-height: 1;
    margin: 0 2px 0 0
}

@media (max-width: 767px) {
    .director-block .director-box blockquote q:after, .director-block .director-box blockquote q:before {
        font-size: 72px;
        line-height: 1;
        display: block;
        position: absolute;
        left: 0;
        top: 8px;
        color: #d0d0d0
    }
}

.director-block .director-box blockquote q:after {
    margin: 0 0 0 2px
}

@media (max-width: 767px) {
    .director-block .director-box blockquote q:after {
        left: auto;
        right: 0;
        bottom: auto
    }
}

.director-block .director-box blockquote cite {
    display: block;
    font-style: normal
}

@media (max-width: 767px) {
    .director-block .director-box blockquote cite {
        display: none
    }
}

.director-block .director-box.add {
    margin: 0 0 96px;
    text-align: left
}

@media (max-width: 991px) {
    .director-block .director-box.add {
        margin: 0 0 50px
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add {
        /* border-bottom: 2px solid #efefef; */
        padding: 0 10px 40px;
        margin: 0 0 60px;
        box-shadow: 0px 0px 21px 0px #cac1c1;
    }
    article.director-box.add.\31 {
        /* margin: 0 0 100px; */
        margin: 0 0 66px;
    }
}

.director-block .director-box.add > a {
    display: block
}

@media (max-width: 767px) {
    .director-block .director-box.add h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px
    }
}

@media (max-width: 374px) {
    .director-block .director-box.add h2 {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add p {
        margin: 0 0 7px
    }
}

.director-block .director-box.add .more-link {
    position: relative;
    padding: 0 21px 0 0;
    display: none
}

@media (max-width: 767px) {
    .director-block .director-box.add .more-link {
        display: inline-block
    }
}

.director-block .director-box.add .more-link:after {
    width: 12px;
    height: 6px;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 14px;
    content: ''
}

@media (max-width: 374px) {
    .director-block .director-box.add .more-link:after {
        top: 10px
    }
}

.director-block .director-box.add .img-holder {
    width: 100%;
    height: 100%;
    border-radius: 0;
    text-align: left;
    padding: 0 0 0 14px;
    margin: 0
}

@media (max-width: 1199px) {
    .director-block .director-box.add .img-holder {
        height: 260px
    }
}

@media (max-width: 991px) {
    .director-block .director-box.add .img-holder {
        padding: 0;
        height: 195px
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add .img-holder {
        height: auto;
        border-bottom: 2px solid #d0d0d0;
        margin: 0 0 31px
    }
}

.director-block .director-box.add .img-holder img {
    width: auto;
    height: auto;
    border-radius: 0
}

@media (max-width: 1199px) {
    .director-block .director-box.add .img-holder img {
        width: 350px;
        height: auto
    }
}

@media (max-width: 991px) {
    .director-block .director-box.add .img-holder img {
        width: 250px;
        height: auto
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add .img-holder img {
        -ms-transform: scaleX(-1);
        width: 290px;
        height: auto;
        float: right;
        margin: 0 0 0 0
    }
}

.director-block .director-box.add .info-box {
    /* font-size: 18px; */
    font-size: 17.8px;
    line-height: 1.78;
    /* padding: 48px 28px 36px; */
    padding: 25px;
    max-width: inherit;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 24px 0 rgba(194, 194, 194, 0.5);
    /* height: 580px; */
    height: 300px;
}

@media (max-width: 991px) {
    .director-block .director-box.add .info-box {
        font-size: 14px;
        line-height: 1.5;
        padding: 25px 20px 15px
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add .info-box {
        /* font-size: 18px; */
        font-size: 16px;
        line-height: 1.67;
        position: static;
        box-shadow: none;
        padding: 3px;
        text-align: left;
        /* height: 550px; */
        height: 308px;
    }
}

@media (max-width: 374px) {
    .director-block .director-box.add .info-box {
        font-size: 16px;
        line-height: 1.67
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add .info-box p {
        display: block
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add .head-wrap {
        left: 0;
        top: 32px;
        /* width: 50% */
   
    }
}

.director-block .director-box.add .desigation {
    margin: 10px 0 17px;
    color: #555;
    font-weight: 400;
}
.info-box p {
    font-weight: 400;
    font-size:15px;
}

@media (max-width: 991px) {
    .director-block .director-box.add .desigation {
        font-size: 14px;
        line-height: 18px
    }
}

.director-block .director-box.add.sub .quote {
    left: auto;
    top: 135px;
    right: 300px;
    width: 290px
}

@media (max-width: 1199px) {
    .director-block .director-box.add.sub .quote {
        left: auto;
        right: 230px;
        width: 245px;
        top: 105px
    }
}

@media (max-width: 991px) {
    .director-block .director-box.add.sub .quote {
        left: auto;
        right: 140px;
        width: 195px;
        top: 50px
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add.sub .quote {
        width: auto
    }
}

.director-block .director-box.add.sub blockquote cite {
    text-align: right
}

.director-block .director-box.add.sub .img-holder {
    padding: 6px 27px 0 0
}

@media (max-width: 991px) {
    .director-block .director-box.add.sub .img-holder {
        padding: 0
    }
}

.director-block .director-box.add.sub .img-holder img {
    float: right
}

@media (max-width: 1199px) {
    .director-block .director-box.add.sub .img-holder img {
        width: 200px;
        height: auto
    }
}

@media (max-width: 991px) {
    .director-block .director-box.add.sub .img-holder img {
        width: 150px;
        height: auto
    }
}

@media (max-width: 767px) {
    .director-block .director-box.add.sub .img-holder img {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        width: 190px;
        height: auto
    }
}

.director-block .director-box.add .modal-content .img-holder {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 24px;
    padding: 0
}

.director-block .director-box.add .modal-content .img-holder img {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    float: none
}

.director-block .director-box.add .modal-content .desigation {
    font-size: 16px;
    line-height: 19px;
    color: #555;
    margin: 0 0 7px
}

.director-block .director-box.add .modal-content .info-box {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    background: transparent;
    box-shadow: none;
    padding: 0;
    padding-left:12px
}

.director-block .director-box .modal-md {
    margin: 30px auto
}

@media (max-width: 374px) {
    .director-block .director-box .modal-md {
        margin: 15px auto
    }
}

.director-block .director-box .modal-content {
    padding: 42px 30px
}

@media (max-width: 374px) {
    .director-block .director-box .modal-content {
        padding: 20px 15px
    }
}

.director-block .director-box .modal-content .close {
    opacity: 0.5
}

.director-block .director-box .modal-content .close:hover {
    opacity: 1
}

.director-block .director-box .modal-content h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 7px
}

.director-block .director-box .modal-content .desigation {
    font-size: 16px;
    line-height: 19px;
    color: #555;
    margin: 0 0 7px
}

.director-block .director-box .modal-content .time {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 21px
}

.director-block .director-box .modal-content .info-box {
    font-size: 18px;
    line-height: 1.67;
    max-width: inherit;
    color: #202020
}

.director-block .director-box .modal-content .info-box p {
    margin: 0 0 16px
}

@media (max-width: 767px) {
    .director-block .director-box .modal-content .info-box p {
        display: block
    }
}

.director-block .director-box .modal-content .img-holder {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 24px
}

.director-block .director-box .modal-content .img-holder img {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    float: none
}

.leader .department {
    top: 0px!important;
}

.director-block .viewport-section {
    -webkit-transition: top 0.5s ease, opacity 0.5s ease;
    transition: top 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    position: relative;
    top: 50px
}
@media (max-width: 767px) {
    
    .director-block .viewport-section {
    top: 14px;
}
}


.director-block .viewport-section.in-viewport {
    opacity: 1;
    top: 1
}

.our-values {
    padding: 38px 0 30px
}

@media (max-width: 767px) {
    .our-values {
        background: #f9f8f8;
        padding: 40px 15px 25px
    }
}

@media (max-width: 374px) {
    .our-values {
        padding: 40px 0 25px
    }
}

.our-values .head {
    font-size: 22px;
    line-height: 1.42;
    color: #555;
    margin-bottom: 28px
}

@media (max-width: 767px) {
    .our-values .head {
        font-size: 18px;
        line-height: 1.33;
        color: #555;
        margin-bottom: 18px
    }
}

.our-values h1 {
    line-height: 1.29;
    margin: 0 0 -1px
}

@media (max-width: 767px) {
    .our-values h1 {
        margin: 0 0 19px
    }
}

.our-values .box {
    width: 100%;
    height: 337px;
    font-size: 20px;
    line-height: 24px;
    background: #EF836E;
    border-radius: 10px;
    color: #202020;
    padding: 25px;
    position: relative;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .our-values .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 99px;
        margin: 0 0 15px
    }
}

@media (max-width: 767px) {
    .our-values .box.color1 .icon img {
        -webkit-transform: scale(0.67);
        -ms-transform: scale(0.67);
        transform: scale(0.67)
    }
}

.our-values .box.color2 {
    background: #F8B542
}

.our-values .box.color3 {
    background: #5460A7
}

.our-values .box.color4 {
    background: #83BD4C
}

.our-values .box .icon {
    width: 100%;
    height: 208px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media (max-width: 767px) {
    .our-values .box .icon {
        width: 60px;
        height: 60px;
        float: left
    }

    .our-values .color1 img {
        width: 121px
    }

    .our-values .color2 img {
        width: 81px
    }

    .our-values .color3 img {
        width: 74px
    }

    .our-values .color4 img {
        width: 67px
    }
}

@media (max-width: 767px) {
    .our-values .box .icon img {
        display: block;
        height: auto
    }
}

.our-values .box .text {
    position: absolute;
    left: 25px;
    right: 25px
}

@media (max-width: 767px) {
    .our-values .box .text {
        position: static;
        overflow: hidden;
        padding: 0 0 0 15px
    }

    html[lang="ar"] .our-values .box .text {
        position: static;
        overflow: hidden;
        padding: 0 13px 0 0
    }
}

.our-values .box .text p {
    margin: 0
}

.our-values .viewport-section {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.our-values .viewport-section.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.timeline-section {
    padding: 40px 0 100px
}

@media (max-width: 767px) {
    .timeline-section {
        padding: 40px 15px 0
    }
}

@media (max-width: 374px) {
    .timeline-section {
        padding: 40px 0
    }
}

.timeline-section .head {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 27px
}

@media (max-width: 767px) {
    .timeline-section .head {
        font-size: 18px;
        line-height: 1.33;
        margin: 0 -5px 21px
    }
}

.timeline-section h1 {
    margin: 0 0 16px
}

@media (max-width: 767px) {
    .timeline-section h1 {
        margin: 0 0 23px
    }
}

.timeline-section.viewport-section {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.timeline-section.viewport-section.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.timeline-gallery {
    position: relative
}

.timeline-gallery .mask {
    width: 100%;
    position: relative;
    height: 554px;
    padding: 256px 82px
}

.timeline-gallery .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -4px
}

.timeline-gallery .slide {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    height: 25px;
    position: relative;
    outline: none;
    white-space: normal;
    letter-spacing: normal
}

.timeline-gallery .slide.up .img-holder {
    top: -256px
}

.timeline-gallery .slide.up.sm-down .img-holder {
    top: -210px
}

.timeline-gallery .slide.down .img-holder {
    top: auto;
    bottom: -243px
}

.timeline-gallery .slide.down.sm-up .img-holder {
    bottom: -261px
}

.timeline-gallery .slide.down .year:before {
    bottom: auto;
    top: 100%
}

.timeline-gallery .slide .img-holder {
    overflow: hidden;
    position: absolute;
    left: -82px;
    border-radius: 4px;
    z-index: 1
}

.timeline-gallery .slide .img-holder img {
    border-radius: 4px
}

.timeline-gallery .slide .caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #fff;
    padding: 17px 22px
}

.timeline-gallery .slide .caption .title {
    display: block;
    font-weight: 700
}

.timeline-gallery .slide .caption p {
    margin: 0
}

.timeline-gallery .slide .caption.color1 {
    background-image: -webkit-linear-gradient(top, transparent, #5f670f);
    background-image: linear-gradient(to bottom, transparent, #5f670f)
}

.timeline-gallery .slide .caption.color2 {
    background-image: -webkit-linear-gradient(top, transparent, #0f2c67);
    background-image: linear-gradient(to bottom, transparent, #0f2c67)
}

.timeline-gallery .slide .caption.color3 {
    background-image: -webkit-linear-gradient(top, transparent, #0f3167);
    background-image: linear-gradient(to bottom, transparent, #0f3167)
}

.timeline-gallery .slide .caption.color4 {
    background-image: -webkit-linear-gradient(top, transparent, #333e52);
    background-image: linear-gradient(to bottom, transparent, #333e52)
}

.timeline-gallery .slide .caption.color5 {
    background-image: -webkit-linear-gradient(top, transparent, #981856);
    background-image: linear-gradient(to bottom, transparent, #981856)
}

.timeline-gallery .slide .year {
    width: 62px;
    height: 25px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #424242;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 3px;
    position: relative;
    background: #fff;
    margin: 0 auto
}

.timeline-gallery .slide .year:before, .timeline-gallery .slide .year:after {
    width: 1px;
    height: 85px;
    background: #f0f0f0;
    position: absolute;
    left: 50%;
    bottom: 100%;
    content: ''
}

.timeline-gallery .slide .year:after {
    width: 145px;
    height: 1px;
    left: 66px;
    bottom: auto;
    top: 12px
}

.timeline-gallery .slide:last-child .year:after {
    display: none
}

.timeline-gallery .paging {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -76px;
    font-size: 0;
    line-height: 0
}

.timeline-gallery .paging ul {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -4px
}

.timeline-gallery .paging li {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px;
    position: relative
}

.timeline-gallery .paging li:after, .timeline-gallery .paging li:before {
    width: 48px;
    height: 2px;
    background: #e5e5e5;
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -1px 0 0;
    content: ''
}

.timeline-gallery .paging li:last-child:before, .timeline-gallery .paging li:last-child:after {
    display: none
}

.timeline-gallery .paging li a {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    display: block;
    border: 0;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    position: relative
}

.timeline-gallery .paging li a:before {
    -webkit-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    margin: -5px 0 0 -5px;
    border-radius: 100%;
    background: #e8e8e8
}

.timeline-gallery .paging li.active a:before {
    background: #aaa
}

.timeline-gallery .paging li.slide-passed:after {
    background: #aaa
}

.timeline-gallery .paging li.slide-passed a:before {
    background: #aaa
}

.timeline-gallery.in-viewport .paging li.active:after {
    background: #aaa;
    -webkit-animation-name: filled;
    animation-name: filled;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes filled {
    from {
        width: 0
    }
    to {
        width: 48px
    }
}

@keyframes filled {
    from {
        width: 0
    }
    to {
        width: 48px
    }
}

.mobile-galleries h2 {
    font-size: 36px;
    line-height: 45px
}

.mobile-galleries .gallery-block {
    padding: 0 0 30px;
    margin: 0 0 40px;
    border-bottom: 2px solid #efefef
}

.mobile-galleries .gallery-block:last-child {
    margin: 0
}

.mobile-galleries .phone-timeline .slick-slide {
    outline: none;
    margin: 0 6px
}

.mobile-galleries .phone-timeline .slick-slide .img-holder {
    width: 150px;
    height: 145px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 19px
}

.mobile-galleries .phone-timeline .slick-slide .img-holder img {
    width: 150px;
    height: 145px;
    border-radius: 4px
}

.mobile-galleries .phone-timeline .slick-slide .caption {
    font-size: 16px;
    line-height: 1.31;
    width: 150px;
    color: #202020
}

.mobile-galleries .phone-timeline .slick-slide .title {
    font-size: 18px;
    line-height: 22px;
    color: #555;
    font-weight: 400;
    display: block;
    margin: 0 0 5px
}

.mobile-galleries .phone-timeline .slick-slide p {
    margin: 0 0 10px
}

.mobile-galleries .phone-timeline .slick-slide p strong {
    font-weight: 400
}

.awards-block {
    padding: 50px 0 78px
}

@media (max-width: 767px) {
    .awards-block {
        padding: 40px 15px 0
    }
}

@media (max-width: 374px) {
    .awards-block {
        padding: 40px 0 0
    }
}

.awards-block .head {
    font-size: 24px;
    line-height: 1.42;
    color: #555;
    margin-bottom: 28px
}

@media (max-width: 767px) {
    .awards-block .head {
        font-size: 18px;
        line-height: 1.33;
        margin: 0 0 24px
    }
}

.awards-block h1 {
    line-height: 1.29;
    margin: 0
}

@media (max-width: 767px) {
    .awards-block h1 {
        margin: 0 0 21px
    }
}

.awards-block .img-holder {
    width: 90%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin: 0 0 30px
}

@media (max-width: 767px) {
    .awards-block .img-holder {
        border-radius: 0;
        border: 0;
        height: auto;
        border-top: 2px solid #efefef;
        padding: 30px 0 40px;
        margin: 0
    }
}

.awards-block .img-holder.blk {
    background: #000;
    border: 1px solid #000;
    border-radius: 10px
}

@media (max-width: 767px) {
    .awards-block .img-holder.blk {
        background: none;
        border-radius: 0;
        border: 0;
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .awards-block .img-holder.blk img {
        max-width: 220px
    }
}

.awards-block .img-holder.img-height img {
    width: 100%;
    height: 200px;
    border-radius: 4px
}

.awards-block .viewport-section {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.awards-block .viewport-section.in-viewport {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.great-brands {
    position: relative
}

@media (max-width: 767px) {
    .great-brands {
        padding-top: 40px
    }
}

@media (max-width: 374px) {
    .great-brands {
        padding-top: 40px
    }
}

.great-brands:before {
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    content: '';
    height: 1px;
    background: #ededed;
    display: none
}

@media (max-width: 767px) {
    .great-brands:before {
        display: block
    }
}

.great-brands .head {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .great-brands .head {
        font-size: 18px;
        line-height: 1.67;
        text-align: left;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .great-brands .head p {
        margin: 0
    }
}

@media (max-width: 767px) {
    .great-brands .head p a {
        display: none
    }
}

@media (max-width: 767px) {
    .great-brands h1 {
        margin: 0 0 14px
    }
}

.great-brands .sub-section .mobile-head .acc-opener:after {
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%;
    position: static;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 2px 0 0;
    content: ''
}

.great-brands .sub-section .mobile-head .acc-opener .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0
}

.great-brands .sub-section.acc-active .mobile-head .acc-opener:after {
    margin: 2px 0 0
}

.great-brands .brands-links {
    font-size: 20px;
    line-height: 28px;
    color: #202020;
    border-top: 2px solid #efefef;
    padding: 17px 0;
    position: relative;
    display: none
}

@media (max-width: 767px) {
    .great-brands .brands-links {
        display: block
    }
}

.great-brands .brands-links .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    margin: 0 5px 0 0
}

.great-brands .brands-links:after {
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%;
    position: static;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 2px 0 0;
    content: ''
}

.great-brands .brands-list {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px
}

@media (max-width: 991px) {
    .great-brands .brands-list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (max-width: 767px) {
    .great-brands .brands-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.great-brands .modal-lg {
    width: 948px
}

@media (max-width: 1199px) {
    .great-brands .modal-lg {
        width: 740px
    }
}

@media (max-width: 767px) {
    .great-brands .modal-lg {
        width: auto;
        margin: 0
    }
}

.great-brands .modal-lg .modal-content {
    padding: 72px 48px
}

@media (max-width: 991px) {
    .great-brands .modal-lg .modal-content {
        padding: 50px 30px
    }
}

@media (max-width: 767px) {
    .great-brands .modal-lg .modal-content {
        padding: 30px 30px
    }
}

@media (max-width: 374px) {
    .great-brands .modal-lg .modal-content {
        padding: 30px 15px
    }
}

.great-brands .modal-lg h2 {
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 36px
}

@media (max-width: 991px) {
    .great-brands .modal-lg h2 {
        font-size: 28px;
        line-height: 37px
    }
}

@media (max-width: 767px) {
    .great-brands .modal-lg h2 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 30px 40px 0
    }
}

.bg-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.bg-holder:before {
    width: 100%;
    height: 360px;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1
}

@media (max-width: 767px) {
    .bg-holder:before {
        height: 265px
    }
}

.bg-holder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

@media (max-width: 1599px) {
    .bg-holder img {
        width: 1600px;
        left: 50%;
        margin: 0 0 0 -800px
    }
}

.isotope-pager {
    position: relative;
    z-index: 111
}

.filter-grid {
    overflow: hidden
}

.stats-row .box {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.stats-row .box:first-child {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.stats-row .box:nth-child(2) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.stats-row .box:nth-child(3) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.stats-row .box:nth-child(4) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.stats-row .box:nth-child(5) {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1s
}

.stats-row.in-viewport .box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#footer {
    background: #EDEDED;
    overflow: hidden;
    position: relative;
    font-weight: 400
}

@media (max-width: 767px) {
    #footer {
        display: block;
        background: #fff
    }
}

#footer .footer-holder {
}

@media (max-width: 767px) {
    #footer .footer-holder {
        display: block
    }
}

/* #footer .footer-frame {
    padding: 96px 0 25px
} */

@media (max-width: 991px) {
    #footer .footer-frame {
        padding: 50px 0 30px
    }
}

@media (max-width: 767px) {
    #footer .footer-frame {
        display: block;
        padding: 18px 0 10px
    }
}

#footer .logo {
    width: 229px;
    height: 54px;
    margin: 70px auto 0;
    float: none;
    display: block;
    position: relative;
    left: -15px
}

@media (max-width: 1199px) {
    #footer .logo {
        width: 200px;
        height: 48px;
        left: 0
    }
}

@media (max-width: 991px) {
    #footer .logo {
        margin: 0 auto 50px
    }
}

.static #footer .logo {
    background: url("../images/logo.svg") no-repeat;
    background-size: 100% 100%
}

html[lang="ar"] .static #footer .logo {
    background: url("../images/logo_ar.svg") no-repeat;
    background-size: 100% 100%
}

#footer .title {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin: 0 0 17px
}

.footer-nav {
    overflow: hidden;
    margin: 0 0 39px
}

.footer-nav ul {
    line-height: 19px;
    float: left;
    width: 50%
}

.footer-nav ul:only-child {
    width: 100%;
    float: none;
    overflow: hidden
}

.footer-nav ul li {
    margin: 0 0 20px
}

.footer-nav ul a {
    color: #d4d4d4;
    position: relative;
    display: inline-block
}

.sec-footer {
    position: relative;
    padding: 20px 0 0
}

@media (max-width: 767px) {
    .sec-footer {
        font-size: 14px;
        line-height: 18px;
        padding: 33px 0 0
    }
}

.sec-footer:before {
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    background: #373737
}

@media (max-width: 767px) {
    .sec-footer:before {
        background: #efefef;
        height: 2px
    }
}

.sec-footer .logo-sm {
    width: 70px;
    position: absolute;
    left: 50%;
    top: -17px;
    margin: 0 0 0 -35px;
    background: #fff
}

.sec-footer .logo-sm a {
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background: url("../images/logo-sm.svg") no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto
}

.sec-footer p {
    font-size: 14px;
    margin: 0
}

@media (max-width: 767px) {
    .sec-footer p {
        font-size: 13px;
        font-weight: 300
    }
}

@media (max-width: 374px) {
    .sec-footer p {
        font-size: 11px
    }
}

.sec-footer p a {
    color: #fff
}

@media (max-width: 767px) {
    .sec-footer p a {
        color: #424242
    }
}

.country-select {
    float: right;
    position: relative;
    min-width: 112px
}

@media (max-width: 767px) {
    .country-select {
        min-width: inherit
    }
}

.country-select .opener {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    display: block;
    padding: 3px 0 0;
    position: relative;
    text-decoration: none
}

@media (max-width: 767px) {
    .country-select .opener {
        color: #a0a0a0;
        min-width: 70px;
        padding: 0 18px 0 0;
        font-weight: 700;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (max-width: 374px) {
    .country-select .opener {
        font-size: 11px;
        line-height: 18px;
        max-width: 130px
    }
}

.country-select .opener:hover {
    color: #fff
}

@media (max-width: 767px) {
    .country-select .opener:hover {
        color: #a0a0a0
    }
}

.country-select .opener:after {
    width: 11px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 6px;
    content: '';
    color: #202020;
    background: url("../images/ico-arrow03.svg") no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: none
}

@media (max-width: 767px) {
    .country-select .opener:after {
        display: block
    }
}

.country-select.active .opener:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.country-select.active .slide {
    display: block
}

.country-select .icon {
    display: inline-block;
    vertical-align: top;
    width: 21px;
    margin: 3px 15px 0 0
}

@media (max-width: 767px) {
    .country-select .icon {
        width: 17px;
        margin: 3px 7px 0 0
    }
}

@media (max-width: 374px) {
    .country-select .icon {
        margin: 3px 5px 0 0;
        width: 15px
    }
}

.country-select .icon img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto
}

.country-select .txt-lg {
    display: inline-block;
    vertical-align: middle
}

.active .country-select {
    display: block
}

.country-select .slide {
    position: absolute;
    left: -80px;
    bottom: 29px;
    width: 253px;
    border-radius: 4px;
    background: #fff;
    padding: 24px;
    display: none
}

@media (max-width: 767px) {
    #footer {
        overflow: visible !important
    }

    .country-select .slide {
        position: fixed;
        bottom: 0;
        left: 0;
        bottom: 100px;
        width: 100%;
        z-index: 5;
        padding: 40px 40px;
        overflow: auto;
        border-radius: 0
    }
}

@media (max-width: 374px) {
    .country-select .slide {
        padding: 80px 25px 60px
    }
}

.country-select .slide:after {
    content: '';
    position: absolute;
    border-style: solid dashed;
    border-color: transparent;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    top: 100%;
    left: 85px
}

@media (max-width: 767px) {
    .country-select .slide:after {
        display: none
    }
}

.country-select .slide .subtitle {
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #202020;
    font-weight: 700;
    margin: 0 0 8px
}

@media (max-width: 767px) {
    .country-select .slide .subtitle {
        font-size: 24px;
        line-height: 29px;
        font-weight: 400;
        margin: 0 0 33px
    }
}

@media (max-width: 374px) {
    .country-select .slide .subtitle {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 25px
    }
}

.country-select .slide ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.country-select .slide ul li {
    overflow: hidden
}

@media (max-width: 767px) {
    .country-select .slide ul li {
        padding: 8px 0 9px
    }
}

.country-select .slide ul li .icon {
    margin: 7px 13px 0 0
}

@media (max-width: 767px) {
    .country-select .slide ul li .icon {
        width: 21px;
        margin: 10px 33px 0 0
    }
}

@media (max-width: 374px) {
    .country-select .slide ul li .icon {
        margin: 8px 20px 0 0
    }
}

.country-select .slide ul li.subactive a {
    opacity: 0.5
}

.country-select .slide ul a {
    font-size: 16px;
    line-height: 1.88;
    font-weight: 300;
    display: block;
    color: #202020
}

@media (max-width: 767px) {
    .country-select .slide ul a {
        font-size: 20px;
        line-height: 1.5
    }
}

@media (max-width: 374px) {
    .country-select .slide ul a {
        font-size: 16px;
        line-height: 1.88
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: visible;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.slick-slide:focus {
    outline: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow {
    display: none !important
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: -13px
}

@media (max-width: 767px) {
    .slick-dots {
        text-align: center;
        bottom: -35px;
        padding: 0 17px 0 0
    }
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0
}

@media (max-width: 767px) {
    .slick-dots li {
        margin: 0
    }
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    display: block;
    border: 0;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    position: relative
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    margin: -5px 0 0 -5px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.15)
}

.slick-dots li.slick-active button:before {
    background: rgba(0, 0, 0, 0.5)
}

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-checkbox.jcf-checked span {
    display: block
}

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0
}

.jcf-radio.jcf-checked span {
    display: block
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #ededed;
    background: #fff;
    min-width: 150px;
    height: 48px;
    border-radius: 2px
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    margin: 0 50px 0 15px;
    color: #202020;
    padding: 10px 0
}

@media (max-width: 767px) {
    .jcf-select .jcf-select-text {
        margin: 0 43px 0 15px
    }
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #fff;
    width: 50px;
    bottom: 0;
    right: 0;
    top: 0
}

@media (max-width: 767px) {
    .jcf-select .jcf-select-opener {
        width: 43px
    }
}

.jcf-select .jcf-select-opener:before {
    width: 12px;
    height: 6px;
    position: absolute;
    left: 14px;
    top: 50%;
    content: '';
    margin: -2px 0 0;
    background: url("../images/ico-arrow02.svg") no-repeat;
    background-size: 100% 100%
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #ededed
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px
}

.jcf-list {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    width: 100%
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%
}

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

.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 15px;
    color: #202020;
    height: 1%
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    background: #ededed;
    color: #000
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
    width: 100% !important
}

.jcf-scrollable {
    width: 100% !important;
    overflow: auto
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #ededed;
    width: 2px;
    bottom: 0;
    right: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #ececec;
    height: 1px;
    width: 1px;
    left: 0;
    top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #acacac;
    height: 1px;
    width: 2px
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3
}

.jcf-disabled {
    background: #ddd !important
}

select[data-id*="select-"] + .jcf-unselectable, .select-open-close + .jcf-unselectable {
    display: none !important
}

/*! jQuery UI - v1.11.4 - 2015-11-30 * http://jqueryui.com * Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px * Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.ui-widget-content {
    font-size: 14px;
    line-height: 22px;
    border: 0;
    width: 100% !important;
    color: #202020;
    display: block !important
}

.ui-widget {
    font-family: "tondo", Helvetica, Arial, sans-serif
}

.ui-menu {
    font-family: "tondo", Helvetica, Arial, sans-serif
}

.ui-menu .ui-menu-item {
    background: none;
    padding: 14px 0 15px;
    font-weight: 300;
    border: 0;
    border-bottom: 1px solid #e9e9e9
}

.ui-menu .ui-menu-item.ui-state-focus, .ui-menu .ui-menu-item.ui-state-active {
    margin: 0
}

.ui-autocomplete {
    position: static !important
}

.numbers-warp .ui-menu {
    font-size: 16px;
    line-height: 32px;
    padding: 0 52px
}

@media (max-width: 767px) {
    .numbers-warp .ui-menu {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px
    }
}

.numbers-warp .ui-menu .ui-menu-item {
    border-bottom: 1px solid #f3f3f3;
    padding: 9px 4px 10px;
    overflow: hidden
}

@media (max-width: 767px) {
    .numbers-warp .ui-menu .ui-menu-item {
        padding: 6px 0 7px
    }

    .brand-box .img-logo img {
        height: 75px
    }
}

@media (min-width: 1440px) {
    .hero-block.main-visual {
        height: unset;
        min-height: 700px
    }
}

@media (min-width: 2560px) {
    .hero-block.main-visual {
        height: unset;
        min-height: 700px
    }
}

.covid-block .bg-holder:before {
    position: relative
}


/* New css start 17 Oct 2023 Ninad*/
.brand-main .sub-title,
.market-main .sub-title,
.tech-innovation-main .sub-title,
.supply-chain-main .sub-title,
.entrepreneur-main .sub-title
 {
    /* margin-bottom: 5%; */
    margin-bottom: 63px;
}
.who-we-are-description.lmg-desc.container p {
    margin-bottom: 30px;
    
}
.col-6.col-sm-12.news {
    padding-right: 50px;
}
.news-description.lmg-desc .views-row {
    margin-bottom: 50px;
}
.col-6.col-sm-12.media-contact {
    padding-left: 50px;
}
.media-hub-description a {
    color: #034E97;
    /* text-decoration: underline;
    text-underline-position: under; */
    font-weight: 500;
    display: flex;
    align-items: center;
}
.word-files-content p.word-text {
    margin-left: 12px;
}
.word-files {
    display: flex;
}
.media-hub-description.press-description {
    margin-bottom: 70px;
}
.media-hub-description.press-description .lmg-desc {
    font-size: 20px;
    font-weight: 700;
}
.community img{
    width: 684px;
    height: auto;
}

/* .word-files-content.col-md-6.col-sm-6.col-xs-6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
a.wordfile-img img {
    width: 60px;
    height: auto;
}
.news-description.lmg-desc a {
    color: #002F87;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}
.head-wrap h3 {
    font-weight: 400;
}
.resaon-to-work img {
    width: 100%;
}
.col-md-6.col-xs-12.col-sm-12.resaon-to-work {
    padding: 1px;
}
.our-purpose-values-section .row.container.our-purpose {
    margin: 2% auto;
    padding: 0;
}
.culture-inner {
    display: flex;
    align-items: center;
    /* background: #EDEDED; */
    /* margin: 3% auto 3%; */
}
.culture-inner img {
    width: 50%;
    padding: 8%;
}

.culture-inner video {
    width: 50%;
    padding: 2%;
}

.awards-desc {
    margin: 3% auto 3%;
}
.awards-images img {
    width: 100%;
}
.never-about-success .count-sec{
    padding-bottom: 4%;
    width: 50%;
}


@media (max-width: 767px) {
.never-about-success .count-sec{
    width: 100%;
}
.media-hub-description.press-description .lmg-desc{
    font-size: 13px;
}

}

.awards-images {
    display: flex;
    align-items: center;
    /* margin-bottom: 5%; */
    flex-direction: column;
}
.reason-inner {
    margin: 2% auto 4%;
    display: flex;
    flex-wrap: wrap;
}
.culture-description.lmg-desc {
    width: 50%;
    padding: 2% 1%;
    background: #EDEDED;

}
.our-purpose .value-desc {
    font-size: 16px;
    font-weight: 500;
    padding: 0% 2%;
}
.who-we-are .count-sec {
    padding-bottom: 6%;
}
.who-we-are h2.lm-heading {
    margin: 4% auto 0%;
}
.who-we-are-description.lmg-desc.container {
    padding: 2% 0% 0%;
    text-align: justify;
}
.social-main .sub-title{
    margin-top: 3%;
}
.social-description.container {
    margin-bottom: 4%;
}
.entrepreneur-main .lm-heading {
    position: relative;
}
.entrepreneurial-spirit .lmg-desc p {
    margin: 0% auto 2%;
}
h2.lm-heading.viva-spirit span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: unset;
    top: -70px;
}
h2.lm-heading.styli-spirit span {
    background: unset;
    top: -30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
h2.lm-heading.omega-spirit span {
    background: unset;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
h2.lm-heading.logistiq-spirit span {
    background: unset;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.constant-listning .col-md-5.col-sm-6.col-xs-6 {
    padding: 0;
}
.constant-listning .col-md-5.col-sm-6.col-xs-6 .lmg-desc {
    padding: 0;
}
.viva-section.constant-listning.row.container img {
    width: 95%;
}
h2.lm-heading.styli-spirit {
    margin: 6% auto;
}
.styli-description p.lmg-desc {
    padding: 0% 5%;
}
h2.lm-heading.omega-spirit {
    margin: 6% auto 4%;
}
h2.lm-heading.viva-spirit {
    /* margin: 7% auto 10%; */
    margin: 90px auto 125px;
}
h2.lm-heading.logistiq-spirit {
    margin: 8% auto 4%;
}
.omega-description .lmg-desc {
    margin-bottom: 2%;
}
h2.lm-heading.logistiq-spirit img {
    width: 184px;
}
h2.lm-heading.viva-spirit img {
    width: 140px;
}
h2.lm-heading.styli-spirit img {
    width: 152px;
}
h2.lm-heading.omega-spirit img {
    width: 178px;
}
/* .supply-chain-main .lmg-desc {
    padding: 0% 0% 5%;
} */
.supply-chain-description p {
    margin-bottom: 30px;
}
span.bold {
    font-weight: bold;
}
.constant-listning {
    margin: 0 auto;
    padding: 0;
}

.viva-section.constant-listning.row.container {
    display: flex;
    align-items: center;
}
.viva-section.constant-listning .col-md-5.col-sm-6.col-xs-6 {
    padding: 0% 3%;}
    
.tech-innovation-images-1 {
    display: flex;
    justify-content: center;
}

.tech-innovation-images-1 img {
    width: 50%;
}
    
.tech-innovation-images {
    margin: 2% auto;
}
.constant-listning img {
    width: 100%;
}
.tech-innovation-images img {
    width: 33%;
    padding: 12px;
}

.tech-innovation-images {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.market-section img {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .market-section .row .col-md-4.col-sm-6.col-xs-6 {
    padding: 0;
} */
.market-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 3% auto;
}
.market-section .row .col-md-4.col-sm-6.col-xs-6 {
    width: 27%;
}
.market-section .row .col-md-8.col-sm-6.col-xs-6 {
    width: 60%;
}
.market-section.container {
    padding: 0;
}
.market-section .lmg-desc p {
    margin-bottom: 3%;
}

.market-description .lmg-desc{
    padding: 1% 4%;
}

.india-section img, .gcc-section img{
    width: 80%
}
.map-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.map-title .market-map-sub-title {
    margin: 0;
    color: #002F87;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7.8px;
    text-transform: uppercase;
    margin-top: 25px;
}
.gcc-section .col-md-2.col-sm-12.col-xs-12.row {
    align-items: unset;
}
.tech-digital-logo {
    text-align: center;
}
.tech-digital-logo img {
    width: 78%;
    height: auto;
}
.digital.row.container {
    display: flex;
    align-items: center;
    margin: 0px auto;
}

.life-foundation-logo img {
    width: 171px;
    height: auto;
    margin-bottom: 30px;
}
h2.lm-heading.our-founders-sec {
    margin: 3% auto 0%;
}
.life-foundation-logo {
    text-align: center;
}
.director-block .director-box.add .img-holder img{
    width: 370px !important;
    margin: 0px auto;
}
.info-box .head-wrap {
    text-align: center;
}
/* Ninad end */

/* new css start Oct 2023 Shruti*/
#main {
    padding: 0px;
    /* background-image: url(http://uat.landmarkgroup.com/ae/themes/lmg/images/bg-pattern.jpg); */
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6)), url(http://uat.landmarkgroup.com/ae/themes/lmg/images/bg-pattern.jpg);
    position: relative;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
}

.read-more-content.hide {
    display: none;
  }
  
.read-more-toggle {
    cursor: pointer;
    color: #002F87;
    font-weight: 600;
    /* display: inline;
    margin-left: 5px;  */
}

.lmg-desc-policy {
    font-size: 17px;
    font-weight: 500;
    color: #6F6F6E;
    /* padding: 1% 0%; */
    padding: 1% 1%;
    letter-spacing: 1px;
  }

.truncated-content {
    display: inline;
  }

  

.great-reason-section .row {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    padding: 2% 0% 0% 0;
    
}

.great-inner
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    padding: 2%;
}

.great-img img {
    width: 50%;
}

.great-img.growth {
    width: 92%;
}

.great-img.diversity {
    width: 78%;
}

.great-img.training {
    width: 86%;
}


.col-md-3.great-col {
    width: 20%;
}

.brands .slick-list{
    overflow: hidden;
}
.latest img {
    width: 100%;
}
.inspired-strip {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DAA900;
    padding: 42px 0px 42px
}
.inspired-strip p {
    
    color: #002F87;
    letter-spacing: 10px;
    font-size: 25px;
    font-weight: 500;
}

p.strip-desc.lmg-desc {
    padding: 3% 10% 0% 10%;
}
.latest-news-section {
    padding: 2% 0% 5%;
}
/* .values-sec.grey-background {
    padding: 5% 0% 6%;
} */

.values-sec.grey-background {
    padding: 1% 0% 6%;
}
.values-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}
.value-title, .great-title  {
    font-size: 20px;
    /* font-size: 26px; */
    font-weight: 700;
    color: #002F87;
    letter-spacing: 3px;
    margin: 4% auto 2%;
}
.value-desc {
    font-size: 16px;
    /* font-size: 20px; */
    font-weight: 600;
    padding: 0% 7%;
    color: #6F6F6E;
    letter-spacing: 1px;
}
.value-img {
    display: flex;
    height: 140px;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.value-img img {
    width: 60%;
}
.values-sec .row {
    margin: 0px auto;
    padding: 0;
}
.count-inner:last-child {
    border: none;
}

.grey-background {
    background: #EDEDED;
    position: relative;
}

.values-sec h2.lm-heading span {
    background: #EDEDED;
}

h2.lm-heading span {
    background: #fff;
    padding: 0 2%;
}

.latest-news-section.container img {
    width: 100%;
}

h2.lm-heading {
    color: #8E8D8D;
    font-size: 17px;
    width: 90%;
    text-align: center;
    border-bottom: 1px solid #CBCBCB;
    line-height: 0.1em;
    font-weight: 700;
    letter-spacing: 8px;
    margin: 3% auto 2%;
    text-transform: uppercase;
}

.count-number p {
    color: #002F87;
    font-size: 54px;
}

.count-text p {
    color: #BBBBBB;
    font-size: 16px;
    letter-spacing: 2px;
}

/* .homepage .count-mobile .count-text p {
    color: #BBBBBB;
    font-size: 23px;
    letter-spacing: 2px;

} */

.homepage .count-mobile .count-text p {
    color: #BBBBBB;
    font-size: 12px;
    /* font-size: 18px; */
    letter-spacing: 2px;

}


.homepage .count-text p {
    color: #BBBBBB;
    /* font-size: 23px; */
    font-size: 18px;
    letter-spacing: 4px;
}





.count-inner {
    border-right: 1px solid #CBCBCB;
    padding: 0px 5px; 
    font-weight: 700;
    text-align: center;
    width: 100%
}

.count-sec {
    display: flex;
    margin: 2% auto;
    justify-content: center;
    width: 100%;
    /* padding-bottom: 2.8%; */
}

.lmg-desc {
    text-align: center;
    font-size: 17px;
    /* font-size: 18px; */
    font-weight: 500;
    color: #6F6F6E;
    padding: 1% 0%;
    letter-spacing: 1px;
}

.text-with-lines::before,
.text-with-lines::after {
    content: "";
    display: inline-block;
    width: 430px;
    height: 1px;
    background-color: #dbcdcd;
    margin: 0 30px;
}

.text-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #8E8D8D;
    font-weight: 700;
    letter-spacing: 8px;
    width: 100%;
    margin: 0% auto;
}

.element.splash img {
    width: 250px;
}

.element.lifestyle img {
    width: 250px;
}

.element.max-new img {
    width: 250px;
}

.element.home-centre img {
    width: 360px;
}

.latest .element {
    padding: 0% 1.5%;
}

.latest p.new-title {
    color: #000;
    font-size: 22px;
    height: 100px;
    font-weight: 600;
    margin-bottom: 5%;
}
.date {
    font-weight: 400;
}

.join-now.join-one {
    margin-top: 5%;
}

.join-now.join-two {
    margin: 3%auto 5%;
}

.join-now {
    display: flex;
    justify-content: center;
}

.join-now img {
    width: 220px;
    height: auto;
}

.sf-menu li ul li a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.loyalty {
    display: flex;
    width: 550px;
    margin: 0px auto;
    justify-content: space-between;
    align-items: center;
}
.hospitality-section .loyalty.last-content-padding {
    padding-top: 2%;
}
.hospitality-description .lmg-desc {
    padding: 1% 0% 0%;
}
.loyalty-section .loyalty {
    padding-top: 2%;
}
.loyalty img {
    width: 230px;
}

.loyalty-description p {
    padding-bottom: 12px;
}

.loyalty-section p.sub-title {
    padding: 0% 12%;
}

.grey-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.grey-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.grey-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #8abb2a;
}

section#block-mainnavigation a,
section#block-mainnavigation span {
    text-transform: uppercase;
    letter-spacing: 2px;
    
}


section.hero-block.top-banner,
.page-node-13 .hero-block.sub-visual {
    min-height: unset !important;
    height: unset;
}

.inspired-strip {
    margin-top: 0%;
}

.search-form {
    display: none;
}

.image-alignment {
    width: 90%;
    margin: 0 auto;
}

.content-padding {
    padding-top: 4%;
}

.last-content-padding {
    padding-bottom: 4%;
}

.join-now-one a {
    /* background-color: #0080002e; */
    width: 16%;
    height: 2%;
    position: absolute;
    top: 16.5%;
    right: 42%;
    color: #ff000000;
}

.join-now-two a {
    /* background-color: #0080002e; */
    width: 17%;
    height: 2%;
    position: absolute;
    bottom: 2.5%;
    right: 42%;
    color: #ff000000;
}

/* .page-node-36 section.hero-block.top-banner,
.page-node-13 section.hero-block.top-banner {
    display: none;
} */
.latest-section {
    width: 90%;
    margin: 5% auto 7%;
}

.latest-section img {
    width: 100%;
}

.latest-news-title {
    padding-bottom: 3%;
}

.foodmark img,
.viva img,
.styli img,
.oasis img,
.homebox img {
    width: 150px !important;
}

.video-sec video {
    width: 100%;
}

#header {
    background-color: #002F87;
    padding: 15px;
}

.brands img {
    padding: 0% 15%;
    width: 330px
}

.brands .slick-track {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) 
{
    p.pdf-text{
        font-size: 12px;
    }
    .life-foundation-logo img {
        margin-bottom: 15px;
        margin-top: 30px ;
    }
}



.pdf-media-row .pdf-section{
    display: grid;
    justify-content: flex-start;
}

.pdf-section.social-pdf {
    padding: 0%;
}

.social-pdf p.pdf-text {
    width: 180px;
    height: 100px;
}


.pdf-section {
    display: grid;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 16px;
    padding: 4% 0% 4% 0%;
  }

  a.pdf-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pdf-media-row a.pdf-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

a.pdf-img img {
    width: 65px;
    margin: 0px auto;
    padding-bottom: 13px
}

p.pdf-text{
    text-align: center;
    color: #000000;
    padding: 2%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 18.78px;
}
.market-section .col-md-6.col-xs-3.col-sm-3 {
    padding: 3%;
    margin-top: 15px;
}
.market-section .col-md-2.col-sm-12.col-xs-12.row {
    padding: 0;
}
.row.brand-sec {
    margin: 2% auto 4%;
}

.sub-title {
    color: #002F87;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    /* font-size: 28px; */
    /* margin-top: 4%; */
    margin-top: 51px;
    letter-spacing: 2.04px;
    font-weight: 700;
    text-transform: uppercase;
}

.inspired {
    width: 100%;
    height: 100%;
}

.committed-visual-new {
    min-height: 120px !important;
    padding-top: 10px;
}

/* .bg-holder-new {
    display: flex;
    justify-content: center;

} */

.our-business {
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
    margin-top: 2%;
}

div#gallery-main-img img{
    width: 100%;
}
.our-business-section {
    display: flex;
    flex-direction: column;
}



.our-business-gallery {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    }
/* .img-col-one img {
    width: 86%;
}
.img-col-two img {
    width: 87%;
} */
/* .multiple-img-col img {
    width: 85%;
    margin: 20px auto;
} */

/* .img-col-one{
    width: 86%;
}
.img-col-two{
    width: 86%;
} */


.img-col-one, .img-col-two {
    display: flex;
    justify-content: center;
}
.multiple-img-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    .multiple-one, .multiple-two {
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-mobile{
    display: none;
}
.market-section .row.row-reverse {
    flex-direction: row-reverse;
}
.date {
    font-size: 20px;
}
.omega-section img {
    width: 100%;
}
.logo-space {
    height: 5px;
    position: absolute;
    background: white;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
}
.community {
    display: flex;
    margin: 3% auto 7%;
    align-items: center;
}
.key-pillers .sub-title {
    /* font-size: 22px; */
    font-size: 25px;
}
.pillers-sec, .loyalty-piller, .supply-piller, .sus-pillers-sec, .susop-pillers-sec, .suscust-pillers-sec, .susfound-pillers-sec{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 4% auto 4%;
}

.susfound-inner-pillers .read-more-content {
    color: #fff;
}
.supply-piller{
    margin: 1% auto 4%;
}

.sus-pillers-sec, .suscust-pillers-sec, .susfound-pillers-sec{
    margin: 0% auto 4%; 
}

.sus-inner-pillers p.piller-title {
    padding: 0% 9% 0% 9%;
}
.inner-pillers, .loyalty-inner-piller, .supply-inner-pillers, .sus-inner-pillers, .susop-inner-pillers, .suscust-inner-pillers, .susfound-inner-pillers {
    width: 330px;
    height: 653px;
    margin: 0% 2%;
    padding: 1.5% 1%;
}
.susop-inner-pillers {
    width: 335px;
    height: 440px
}

.suscust-inner-pillers{
    height: 200px;
}

.sus-inner-pillers, .susfound-inner-pillers{
    width: 505px;
    height: 365px;
}
.susfound-inner-pillers{
    height: 430px;
}
.supply-inner-pillers{
    height: 574px;
    margin: 0% 1.5%;
}
.loyalty-inner-piller{
    width: 40%;
    height: 440px;
}
/* .susfound-inner-pillers{
    width: 50%;
    height: 390px;
} */

p.piller-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
p.piller-desc.lmg-desc {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 9% 1%;
}
.loyalty-inner-piller p.lmg-desc{
    padding: 5% 1%;
}
.susop-inner-pillers p.lmg-desc, .sus-inner-pillers p.lmg-desc, .supply-inner-pillers p.lmg-desc, .suscust-inner-pillers p.lmg-desc, .susfound-inner-pillers p.lmg-desc {
    font-size: 16px;
    padding: 2% 1%;
}


.yellow {
    background-color: #D7A825;
}
.inner-pillers.yellow p {
    margin: 0;
}

.element.shukran-new, .element.loyalty-new {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 4% 0% 0% 0%
}

.element.shukran-new img{
    width: 55%;
}

.element.loyalty-new img{
    padding: 12px;
    width: 55%;
}

.community-desc p.lmg-desc {
    padding-left: 10%;
}
.community-img img {
    width: 100%;
}
.community-img {
    width: 50%;
}
.social-section img {
    width: 100%;
}
.socialSlider img{
    width: 100%;
}
.row.social-section {
    display: flex;
    align-items: center;
}
.empowering-section{
    display: flex;
    align-items: center;
    margin: 30px auto 40px;
}
/* .community-desc {
    width: 50%;
} */
.sustainable-lmg-image {
    margin: 2% auto 6%;
}

.sustainable-customer-image {
    margin: 0% auto 4%;
}
.sustain-product-images {
    margin: 2% 0% 6% 0%;
}
.sustain-product-images img {
    width: 50%;
}

.sustain-product-images {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.foundation-partnership {
    margin-top: 30px;
}

.foundation-partnership p{

    padding-bottom: 12px;
}

.values-sec .row{
    display: flex;
    justify-content: center;
}


.our-purpose-values-section .value-desc {
    font-size: 16px;
    font-weight: 500;
    padding: 3% 2%;
}

.our-process-value {
    background: #F1F2F2;
    border-radius: 60px;
    margin: 50px auto;
}
.process-desc {
    color: #012F87;
    font-size: 26px;
    font-weight: 700;
}
.process-title {
    color: #012F87;
    font-size: 34px;
    font-weight: 700;
}
.process-info {
    color: #231F20;
    /* font-size: 23px; */
    font-size: 20px;
    font-weight: 400;
}

.our-process-value-inner.row {
    margin: 0;
    padding: 60px 45px;
}

.col-md-2.col-xs-12.col-sm-12.purpose-img img {
    width: 90px;
    height: auto;
}

.process-sub-sections .col-md-3.col-xs-12.col-sm-12 {
    padding: 0;
}
.process-sub-sections .col-md-7.col-xs-12.col-sm-12 {
    padding-left: 30px;
}
.process-sub-sections {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.career-description.lmg-desc.container {
    padding: 2.1% 0%;
}
.career-description.lmg-desc.container p {
    margin-bottom: 2%;
}
.page-node-3 div#leadership,
.page-node-3 header.head.center-block.viewport-section.in-viewport,
.page-node-3 .sub-content.viewport-section.department.in-viewport
 {
    display: none;
}
.sustainability-main .lmg-desc {
    padding: 15px 12px 40px;
}
p.pdf-text {
    text-align: center;
    color: #000000;
    padding: 2%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
}
.labs-logo {
    text-align: center;
}
.labs.row.container {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lab-images img {
    width: 49.7%;
}
.labs-logo img {
    width: 108px;
    height: auto;
}
h2.data-labs.lm-heading {
    margin: 6% auto 3%;
}
.lab-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 54px auto;
}
.row.south-east {
    margin-top: 5%;
}
.row.growth {
    margin-top: 5%;
}
.viva-spirit .logo-space{width: 200px;}
.styli-spirit .logo-space{width: 200px;}
.omega-spirit .logo-space{width: 230px;}
.logistiq-spirit .logo-space{width: 230px;}

@media (max-width: 768px) {

    .process-sub-sections .col-md-3.col-xs-12.col-sm-12 {
        padding: unset;
    }
    .process-sub-sections .col-md-7.col-xs-12.col-sm-12 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .process-sub-sections {
        display: unset;
    }
    .process-info{
        font-size: 14px;
    }
    .process-desc{
        font-size: 16px;
    }
    .process-title{
        font-size: 18px;
    }
    .col-md-2.col-xs-12.col-sm-12.purpose-img img{
        height: auto;
        width: 50px;
    }

    .element.shukran-new img, .element.loyalty-new img{
        width: 120px;
    }

    .our-process-value {
        border-radius: 0px;
        margin: 50px 15px;
    }

    .our-process-value-inner.row {
    margin: 0;
    padding: 30px 10px;
    text-align: center;
}
    .sustainable-customer .lm-heading span {
        padding: 0;
    }
    .sustain-product-images {
        margin: 0% 0% 10% 0%;
    }
    .socialSlider img {
        width: 100%;
    }
    .empowering-section{
        flex-direction: column;
    }
    .lab-mobile-img.visible-xs img {
        width: 100%;
    }
    h2.data-labs.lm-heading {
        margin: 8% auto;
    }
    .map-title .market-map-sub-title {
        font-size: 16px;
        letter-spacing: 4.8px;
        margin: 25px 0px 25px;
    }
    .about-us-main .sub-title,
    .brand-main .sub-title,
    .market-main .sub-title,
    .supply-chain-main .sub-title,
    .tech-innovation-main .sub-title,
    .entrepreneur-main .sub-title,
    .social-main .sub-title,
    .sustainability-main .sub-title,
    .career-main .sub-title {
        font-size: 18px;
    }
    .brand-main .sub-title,
    .market-main .sub-title,
    .tech-innovation-main .sub-title,
    .supply-chain-main .sub-title,
    .entrepreneur-main .sub-title {
        margin-bottom: 5%;
    }
    .media-main .addr-box {
        word-break: break-all;
    }
    div#landmark-happiness {
        padding: 0;
    }
    .about-us-main .sub-title {
        padding: 0% 5%;
    }
    .col-6.col-sm-12.news {
        padding-right: 15px;
    }
    .col-6.col-sm-12.media-contact {
        padding-left: 15px;
    }
    .news-description.lmg-desc .views-row {
        margin-bottom: 30px;
    }
    .never-about-success .sub-title {
        padding: 0% 3%;
    }
    .career-main .count-inner {
        border-right: unset;
    }
    .career-main .count-sec {
        padding: 4% 0%;
    }
    .culture-inner {
        flex-direction: column;
    }
    .culture-inner img {
        width: 80%;
        padding: 2%;
    }

    .culture-inner video {
        width: 80%;
        padding: 2%;
    }

    p.strip-desc.lmg-desc {
        padding: 6% 7% 5%;
    }
    
    .culture-description.lmg-desc {
        width: 100%;
        padding: 6% 4%;
        background: #EDEDED;
    }
    .col-md-6.col-xs-12.col-sm-12.resaon-to-work {
        padding: 0px 0px 2% 0px;
    }
    .awards-images {
        flex-wrap: wrap;
    }
    .join-now.join-two {
        margin: 3% auto 7%;
    }
    .career-main .count-inner {
        padding: 2% 1%;
    }


    .who-we-are-description.lmg-desc.container {
        padding: 0% 5%;
    }
    .join-now img {
        width: 150px;
        height: auto;
    }
    .who-we-are h2.lm-heading {
        margin: 9% auto 6%;
    }
    .who-we-are-description.lmg-desc.container p {
        margin-bottom: 5%;
    }
    .about-us-main .count-inner {
        border-right: unset;
    }
    .our-purpose-values-section h2.lm-heading {
        margin: 12% auto 8%;
    }
    .inner-pillers, .loyalty-inner-piller, .supply-inner-pillers, .sus-inner-pillers, .susop-inner-pillers, .suscust-inner-pillers, .susfound-inner-pillers{
        width: 100%;
        margin-bottom: 5%;
        height: 610px;
        padding-top: 5%;
    }
    .sus-inner-pillers, .susop-inner-pillers, .susfound-inner-pillers, .supply-inner-pillers{
        height: 445px
    }

    .suscust-inner-pillers{
        height: 228px;
    }

    /* .susfound-inner-pillers{
        height: 460px
    } */
   
    .loyalty-inner-piller{
        height: 400px;
    }
    .our-purpose .value-title {
        /* font-size: 26px; */
        font-size: 20px;
    }
    .our-purpose .col-md-3.col-xs-6.col-sm-6 {
        width: 100%;
    }
    .pillers-sec, .loyalty-piller, .supply-piller, .sus-pillers-sec, .susop-pillers-sec, .suscust-pillers-sec, .susfound-pillers-sec{
        flex-direction: column;
    }
    .sub-title {
        padding: 0% 2%;
    }
    .social-description.container {
        padding: 0;
    }
    .empower-community.container {
        padding: 0;
    }
    .social-main .lmg-desc {
        padding: 0% 4% 5%;
    }
    .social-main .sub-title {
        padding: 5% 1%;
        margin-bottom: 0%;
        font-size: 18px;
    }
    .community-desc p.lmg-desc {
        padding: 8% 4% 0%;
    }
    .social-main .lm-heading {
        margin: 5% auto 8%;
    }
    .social-main .sub-title {
        margin-top: 0%;
        padding: 5% 1% 0;
    }
    .community-img {
        width: 100%;
    }
    .community-desc {
        width: 100%;
    }
    .community {
        flex-direction: column;
    }
    h2.lm-heading.logistiq-spirit {
        margin: 15% auto 5%;
    }
    h2.lm-heading.logistiq-spirit {
        margin: 15% auto 12%;
    }
    .omega-description .lmg-desc {
        padding: 10% 4% 5%;
    }
    .log-description .lmg-desc {
        padding: 0% 3% 5%;
    }
    h2.lm-heading.omega-spirit {
        margin: 17% auto 8%;
    }
    .omega-description {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
    .omega-section.container {
        padding: 0;
    }
    .entrepreneurial-spirit .lmg-desc {
        padding: 0% 5% 5%;
    }
    .viva-section.constant-listning.row.container img {
        width: 100%;
    }
    h2.lm-heading.viva-spirit {
        margin: 12% auto 20%;
    }
    .constant-listning .col-md-5.col-sm-6.col-xs-6 .lmg-desc {
        padding: 10% 5% 5%;
    }
    h2.lm-heading.styli-spirit {
        margin: 11% auto 13%;
    }
    .styli-section .col-md-7.col-sm-6.col-xs-6 {
        margin-top: 12%;
    }
    .styli-section.constant-listning {
        flex-direction: column-reverse;
    }
    h2.lm-heading.viva-spirit,
    h2.lm-heading.styli-spirit,
    h2.lm-heading.omega-spirit,
    h2.lm-heading.logistiq-spirit{
        border-bottom: 1px solid #cbcbcb00;
    }
    h2.lm-heading.viva-spirit img {
        width: 80px;
        border-bottom: 1px solid #cbcbcb00;
    }
    h2.lm-heading.viva-spirit span {
        top: -40px;
    }
    h2.lm-heading.styli-spirit img {
        width: 95px;
    }
    h2.lm-heading.styli-spirit span {
        top: -18px;
    }
    h2.lm-heading.omega-spirit img {
        width: 123px;
    }
    h2.lm-heading.omega-spirit span {
        top: -20px;
    }
    .tech-innovation-main .lmg-desc {
        padding: 0% 2% 5%;
    }
    .tech-mobile-img img {
        width: 100%;
        margin: 6% auto 6%;
    }
    

    .great-reason-section .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-xs-6.col-sm-6.great-col{
        width: 50%;
    }
    .great-img img {
        width: 40%;
    }
    .great-img.training {
        width: 113%;
    }

    .values-sec .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sustainability-main .sub-title{
        padding: 0% 1%;
        font-size: 16px;
    }
    .sustain-product-mobile-img img {
        width: 100%;
        margin: 6% auto 6%;
    }
    .entrepreneurial-spirit .lmg-desc p {
        margin: 0% auto 5%;
    }
    .enter-description p {
        margin-bottom: 5%;
    }
    .market-section .lmg-desc {
        padding: 0% 2% 5%;
    }
    .market-section.container img {
        margin: 2% auto 4%;
    }
    .row.gcc-section img {
        /* width: 191px; */
        height: auto;
    }
    .row.india-section img {
        width: 205px;
        height: auto;
    }
    .row.south-east img {
        width: 282px;
        height: auto;
    }
    .row.growth img {
        width: 197px;
        height: auto;
    }
    .market-section .col-md-6.col-xs-3.col-sm-3 {
        margin-top: unset;
    }
    .market-section.container a.pdf-img img{
        width: 44px;
    }
    .homepage-gallery-desktop {
        width: 333px;
        height: 200px;
    }
    .constant-listning {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .market-section .row .col-md-8.col-sm-6.col-xs-6 {
        width: 100%;
    }
    .market-section .row .col-md-4.col-sm-6.col-xs-6 {
        width: 100%;
    }
    .constant-listning .col-md-7.col-sm-6.col-xs-6 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .constant-listning .col-md-5.col-sm-6.col-xs-6 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .market-section .row.row-reverse {
        flex-direction: column;
    }
    .supply-chain-main .lmg-desc {
        padding: 0% 3% 5%;
    }
    .market-section .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
        margin: 3% auto;
    }
    .brand-main .brands .slick-track {
        margin: 0% auto 10%;
    }
    .brand-main .sub-title {
        padding: 0% 5%;
    }
    .brand-main .lmg-desc {
        padding: 0% 3% 5%;
    }
    .retail-section h2.lm-heading {
        margin: 8% auto 4%;
    }
    .loyalty img {
        width: 120px;
    }
    .home-page-brands .row.brand-sec {
        margin: 2% auto 10%;
    }
    .brands .element {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .loyalty-section p.sub-title {
        padding: 0% 5%;
    }
    .foodmark img,
        .viva img,
        .styli img,
        .oasis img,
        .homebox img {
            width: 80px !important;
        }
    .brands img {
        width: 120px;
    }
    .element.lifestyle img {
        width: 110px;
    }
    .element.splash img {
    width: 110px;
    }
    .element.max-new img {
        width: 110px;
    }
    .element.home-centre img {
        width: 160px;
    }
    .values-sec p.sub-title {
        padding: 0% 8%;
    }
    .date {
        font-size: 16px;
    }
    h2.lm-heading {
        margin: 8% auto;
        letter-spacing: 4px;
        font-size: 12px;
    }
    .count-mobile {
        display: flex;
    }
    .h2.lm-heading {
        font-size: 12px;
    }
    .loyalty {
        width: 280px;
    }
    .inspired-strip {
        /* margin-top: -2%; */
        margin-top: 0%;
    }
    .inspired-strip p {
        letter-spacing: 5px;
        font-size: 11px;
    }
    .inspired-strip {
        padding: 30px 0px 30px;
    }
    .latest p.new-title {
        color: #000;
        font-size: 13px;
        height: 70px;
        font-weight: 600;
        margin-bottom: 0%;
    }
    .count-inner:nth-child(2) {
        border: none;
    }
    .value-img {
        height: 100px;
    }
    .value-title, .great-title {
        font-size: 16px;
    }
    .value-desc {
        font-size: 12px;
    }
    .value-img img {
        width: 40%;
    }
    .lmg-desc {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        color: #6F6F6E;
        padding: 0% 7% 5%;
        margin: 0;
    }

    .lmg-desc-policy {
        font-size: 13px;
        padding: 0% 7% 5%;
        margin: 0;
      }
    .values-sec .lmg-desc {
        padding: 0% 10%;
    }

    .text-with-lines {
        justify-content: space-around;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 7px;
        width: 100%;
        margin: 0% auto;
    }

    .text-with-lines::before,
    .text-with-lines::after {
        content: "";
        display: inline-block;
        width: 90px;
        height: 1px;
        background-color: #dbcdcd;
        margin: unset;
    }

    .count-sec {
        display: flex;
        flex-wrap: wrap;
        padding: 8% 0%;
    }

    .count-inner {
        flex-basis: 50%;
        text-align: center;
        padding: 2% 1%;
    }
    .homepage .count-text p {
        font-size: 18px;
    }

    .count-text p {
        font-size: 18px;
    }

    .count-number p {
        font-size: 40px;
    }

    .sub-title {
        font-size: 14px;
        padding: 0% 12%;
        margin: 5% auto;
    }

    /* Adjust the image's styles for smaller screens (e.g., smartphones). */
    .our_value_people {
        max-width: 100%;
        max-height: 100%;
    }

    
}
@media (max-width: 374px) {

    .director-block,
    .inspired-strip {
        padding: 0px 0 0 !important;
    }

    .lmg-desc {
        padding: 0% 0% 5%;
    }
}






.row.container.media-news {
    display: flex;  
    justify-content: space-between;
    padding: 0;
    margin: 0px auto;
}

.media-hub-pdfs{
    margin: 5px;
    
}



.pdf-media-row{
    padding: 4% 0% 4% 0%
}
.media-main .lmg-desc {
    text-align: start;
}

.media-main .sub-title {
    
    display: flex;
    justify-content: flex-start;
    /* margin-top: 4%; */
}

@media (max-width: 768px) {
    .media-main .container {
        flex-direction: column;
        width: 100%
    }

    .career-description.lmg-desc.container {
    padding: 0% 7% 5%;
    }}

@media (max-width: 768px){

.media-main .sub-title{
    padding: 0%;
}
.media-main .lmg-desc{
    padding: 0% 0% 8%;
}
.media-main .addr-box h2{
font-size: 13px;
}
}
.media-main .addr-box{
    padding: 0px;
}

.media-main h2 {
    font-size: 23px;
    font-weight: 500;
    color:#6F6F6E
}

.col-6.col-sm-12.media-contach {
    width: 100%;
    padding: 0% 0% 0% 10%;
}

.media-icon li {
    display: inline;
    margin-right: 10px;
}

.media-icon ul {
    list-style: none;
    padding: 0;
}

img.icon-img {
    height: 26px;
}

/* .hero_block_class-strip{
    width: 100%;
} */

/* new css end*/