@import url('https://fonts.googleapis.com/css?family=Exo+2:200,400,500,700|Rufina:400,700|Work+Sans:400,500,700');
/*
font-family: 'Exo 2', sans-serif;
font-family: 'Rufina', serif;
font-family: 'Work Sans', sans-serif;
*/
html {height: 100%;}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: none;
    outline-width: 0px;
}
body, button, input, select, optgroup, textarea {font-size: 17px;}
input::-ms-clear {
   display: none;
}
body {font-family: 'Exo 2', sans-serif;}
h1,h2,h3,h4,h5,h6 {font-family: Rufina;}
h1 {font-size: 64px;}
h2 {font-size: 61px;}
h3 {font-size: 37px;}
h4 {font-size: 32px;}
h5 {font-size: 27px;}
h6 {font-size: 21px;}
.gold-bg {background: #c1aa81 !important;}
.gold-color {color: #c1aa81 !important;}
.gold-color:hover {color: #c1aa81 !important;}
.gold-border {border-color: #c1aa81;}
.white-bg {background: #fff !important;}
.white-color {color: #fff !important;}
.white-color:hover {color: #fff !important;}
.white-border {border-color: #fff;}
.blue-bg {background: #41464e !important;}
.blue-color {color: #41464e !important;}
.blue-color:hover {color: #41464e !important;}
.blue-border {border-color: #41464e;}

.blue-bg p, .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6 {color: #fff;}
.gold-bg p, .gold-bg h1, .gold-bg h2, .gold-bg h3, .gold-bg h4, .gold-bg h5, .gold-bg h6 {color: #fff;}

.crossed-title{display: table;width: 100%;}
.crossed-title-row{display: table-row;}
.crossed-bar-container {display: table-cell;position: relative;width: 50%;}
.crossed-bar {position: absolute;width: 100%;top: 55%;border-bottom: 1px solid #fff;}
.crossed-text-inner {display: table-cell;padding-left: 5px;padding-right: 5px;white-space: nowrap;}

section {padding: 50px 0;}

.entry-title {display: none;}
.search-results .entry-title {display: block;}
.entry-footer{display: none;}
.hentry {margin-bottom: 0;}


.heading-with-image  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.heading-with-image .vc_column_container {
    width: auto !important;
}

.heading-with-image .vc_column_container img {

    margin: 20px 0 0 0 !important;

} 

.heading-with-image .vc_col-sm-8 {
    flex-grow: 1;
}

@media screen and (max-width: 767px) {
    #planet-initiative .vc_col-sm-6 .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {

    #planet-initiative h2 {
        padding-top: 20px;
    }

    .heading-with-image {
        display: block;
    }

    .heading-with-image .vc_column_container img {
        display: block;
        margin: 0 0 0 0 !important;
    } 
}

/* Buttons */
.vc_general.vc_btn3, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0;
    padding: 0 !important;
    min-width: 180px;
    text-align:center;
    background: #fff !important;
    border: 1px solid #c1aa81 !important;
    color: #c1aa81 !important;
    /* Old browsers */
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #c1aa81)) !important;
    background: -o-linear-gradient(right, transparent 50%, #c1aa81 50%) !important;
    background: linear-gradient(to left, transparent 50%, #c1aa81 50%) !important;
    background-size: 200% 100% !important;
    background-position:right bottom !important;
    -webkit-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;font-family: Rufina !important;
    font-size: 15px !important;
    line-height: 3.5em !important;
}
.vc_general.vc_btn3:hover ,div:not(.mce-toolbar) .button:hover ,div:not(.mce-toolbar) button:hover , input[type="button"]:hover , input[type="reset"], input[type="submit"]:hover  {background-position:left bottom !important;color: #fff !important;}

.gold-bg .vc_general.vc_btn3 {
    /*padding: .8em 4em !important;*/
    text-align:center;
    background: #c1aa81 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    /* Old browsers */
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #fff)) !important;
    background: -o-linear-gradient(right, transparent 50%, #fff 50%) !important;
    background: linear-gradient(to left, transparent 50%, #fff 50%) !important;
    background-size: 200% 100% !important;
    background-position:right bottom !important;
    -webkit-transition:all 1s ease;
    -o-transition:all 1s ease;
    transition:all 1s ease;}
.gold-bg .vc_general.vc_btn3:hover {background-position:left bottom !important;color: #c1aa81 !important;}
.latest-news-boxes .news-item a {color: #fff;display: block;}
/*.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title {padding-left: }*/



.main-menu ul li a {
    padding: 0 5px !important;
    font-size: 15px !important;
}
.container.posr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
i.fa.fa-home {
    display: none;
}
.breadcrumb {
    margin: 0 !important;
    background-color: transparent !important;
    
}
.breadcrumb  a, .breadcrumb>li+li:before {
    color: #fff !important;
}
header#header {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 110px;
    left: 0;
    right: 0;
    -webkit-transition: height ease-in-out 1s;
    -o-transition: height ease-in-out 1s;
    transition: height ease-in-out 1s;
}
div#global-header {
    z-index: 1001;

}
.sticky {
    position: fixed !important;
    top:0;
    height: 80px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.sticky .logo{
    height: 60px;
    width: 100%;
}

body.rtl .pum-close {
    left: 0 !important;
}


header#header.backgrounded {background: #3e311c;}
body.home,body.home #global-header,body.home #mainslider {height: 100%;}
#mainslider {color: #ffffff;padding: 137px 0 100px;font-family: 'Rufina';}
#mainslider .container {}
#mainslider .bg img {width: 100%;}
/*#mainslider .bg::after {width: 100%;height: 100%;background: rgba(0,0,0,.5);position: absolute;z-index: 3;content: '';display: block;}*/
#mainslider .heading {color: #c1aa81;}
.main-menu ul {margin: 0;padding: 0;list-style: none;font-family: 'Exo 2';}
.main-menu ul#primary-menu {display: -moz-flex;display: -ms-flex;display: -o-flex;display: -webkit-box;display: -ms-flexbox;display: flex;}
.main-menu ul li {position: relative;}
.main-menu ul li a{padding: 0 10px;color: #fff;display: block;text-transform: uppercase;font-size: .9em;}
.search-overlay {padding-top: 500px;}
.search-keyword {
    color: #fff !important;
    height: 57px;
}

#footer ul {margin: 0;padding: 0;list-style: none;}
#footer h5 {margin: 0 0 10px;}
.footer-menu ul {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;}
.footer-menu li {width: 50%;}
.footer-menu a {color: #fff;}
#footer-menu .sub-menu {display: none;}

.follow-links ul li a {color: #fff;}

.carsoul-list-wrapper {display:-ms-grid;display: grid; -ms-grid-columns:15% 85%; grid-template-columns: 15% auto; }
.carsoul-list-wrapper .bx-wrapper {max-width: 100% !important;}
.carsoul-list-first {position: relative;background: #c1aa81;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-size: 32px;-ms-grid-column:1;grid-column-start:1;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2;vertical-align: middle;text-align: center;}
.carsoul-list-first::before {margin-top: 100%;content: '';display: block;}
.carsoul-list-first a {color: #fff;text-decoration: none;font-family: Cairo;position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.carsoul-list-first::after {content: "";
    position: absolute;
    top: 50% /* (150 - (15*2)) / 2 */;
    margin-top: -15px;
    right:-30px;
    z-index: 1;
    /*border: solid 15px transpasub-menurent;*/
    border-left-color: #c1aa81;}
.carsoul-list-inner-wrapper {margin-left: 15px;-ms-grid-column-align:stretch;justify-self:stretch;-ms-grid-row-align:stretch;align-self:stretch;-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:1;grid-column-end:3;-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:1;grid-row-end:2;}
.carsoul-list-with-one-link {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.carsoul-list-with-one-link > div {width: 24%;overflow: hidden;position: relative;}
.carsoul-list-with-one-link > div:before {margin-top: 100%;content: '';display: block;}
.carsoul-list-with-one-link > div a {font-family: Rufina;position: absolute;top: 0;left: 0;bottom: 0;right: 0;text-decoration: none;font-size: 22px;text-align: center;}
.carsoul-list-with-one-link > div img {position: relative;min-height: 100%;width: auto;z-index: 1;filter: grayscale(100%);-webkit-filter: grayscale(100%);}
.carsoul-list-with-one-link > div span.overlay {-webkit-transition: background 2s; /* Safari */
    -o-transition: background 2s;
    transition: background 2s;
    position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;display: block;background: rgba(65,70,78,0.5)}
.carsoul-list-with-one-link > div span.title {font-family: Cairo; position: absolute;top: 0;left: 0;z-index: 3;width: 100%;padding-top: 40%;/*display: flex;justify-content: center;align-items: center;*/color: #fff;line-height: 1.5;height: 100%;overflow: hidden;}
.carsoul-list-with-one-link > div a:hover span.overlay {background: rgba(193,170,129,0.85);width: 100%;height: 100%;top: 0%;left: 0%;/*width: 80%;height: 80%;top: 10%;left: 10%;*/}
.carsoul-list-with-one-link > div a:hover {}
/*.carsoul-list-with-one-link > div a:hover span.title {overflow: hidden;left: 10%;top: 10%;width: 80%;height: 80%;}*/
.carsoul-list-with-one-link > div a:hover img {filter: grayscale(0%);-webkit-filter: grayscale(0%);}

/* Latest News */

.latest-press-news-boxes .col-md-6 {
    padding-bottom: 40px;
}

.latest-news-boxes .news-item {overflow: hidden;-webkit-perspective: 600px;-moz-perspective: 600px;position: relative;background-size: cover;min-height: 230px;margin-bottom: 2em;}
.latest-news-boxes .news-item .side1 {z-index: 900;position: absolute;top: 0;left: 0;width: 100%;height: 100%;
-webkit-transform: translate(0px,0px);
-moz-transform: translate(0px,0px);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
.latest-news-boxes .news-item .side2 {z-index: 1000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;
-webkit-transform: translate(0,-300px);
-moz-transform: translate(0,-300px);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
.latest-news-boxes .news-item.flip .side1 {
    z-index: 900;
    -webkit-transform: translate(0,300px);
    -moz-transform: translate(0,300px);
}
.latest-news-boxes .news-item.flip .side2 {
    z-index: 1000;
    -webkit-transform: translate(0px,0px);
    -moz-transform: translate(0px,0px);
}
.latest-news-boxes .news-item .cat-name {position: absolute;top: 1em;left: 0;min-width: 40%;background: #c1aa81;color: #fff;text-indent: 2em;line-height: 2em;font-size: .8em;}
.latest-news-boxes .news-item .title {position: absolute;bottom: 1em;left: 0;width: 100%;text-align: center;color: #fff;font-size: 1em;text-shadow: 1px 1px 0 rgba(0,0,0,.8);}
.latest-news-boxes .news-item .side2 {background: rgba(65,70,78,0.5);}
.latest-news-boxes .news-item .expert {margin: 2em 1em;color: #fff;font-size: 1em;line-height: 1.5em;height: 6em;overflow: hidden;}
/*.latest-news-boxes .news-item a {color: #fff;border: 1px solid #fff;float: left;text-decoration: none;padding-top: 0;padding-bottom: 0;font-size: .7em;margin: 0 1em;}*/


.vc_toggle_square .vc_toggle_title h4 {background: #c1aa81;color: #fff;line-height: initial;padding: 0 1em;}
.vc_toggle_size_lg .vc_toggle_icon {width: 40px;height: 42px;}
.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {background: #c1aa81;color: #fff;border-color: #c1aa81;}
.gold-bg .vc_toggle_square .vc_toggle_title h4 {background: #fff;color: #c1aa81;}
.gold-bg .vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon {background: #fff;color: #c1aa81;border-color: #fff;}

/* Tab list and it's pagination*/
.wpb-js-composer .hide-tabs .vc_tta-tabs-list {display: none !important;}
.wpb-js-composer .hide-tabs .vc_tta-panel-heading {display: none !important;}
.vc_general.vc_pagination {text-align: left !important;text-indent: 3em;}
.vc_general.vc_pagination .vc_pagination-trigger {height: 5px;width: 25px;}
.vc_tta-panel-body {padding: 0 !important;border: none;}
.vc_tta-panels .wpb_text_column.wpb_content_element .wpb_wrapper p {text-align: justify;}

.wpb_wrapper .person br {
    display: none;
}

.grey-tabs .vc_tta-panels-container {border: 1px solid #595855 !important;margin-top: -1px;}
.grey-tabs .vc_tta-tab>a {background: #595855 !important;color: #fff !important;border: 1px solid #595855 !important;border-bottom: none !important;}
.grey-tabs .vc_tta-tab>a:focus,.grey-tabs .vc_tta-tab>a:hover,.grey-tabs .vc_tta-tab.vc_active>a {background: #b7b4ae !important;}

.blue-tabs .vc_tta-panels-container {border: 2px solid transparent !important;margin-top: 0px;}
.blue-tabs .vc_tta-tab>a {background: #c1aa81 !important;color: #4b5d7b !important;border: 1px solid #c1aa81 !important;border-bottom: none !important;}
.blue-tabs .vc_tta-tab>a:focus,.blue-tabs .vc_tta-tab>a:hover,.blue-tabs .vc_tta-tab.vc_active>a {background: #4b5d7b !important;color: #c1aa81 !important;}

.blue-tabs .vc_tta-panels,.grey-tabs .vc_tta-panels {border: none !important;}

/* Fix main carsoul */
.bx-wrapper {border: none;-webkit-box-shadow: none;box-shadow: none;}

/* Counters */
.ts-icon-counter {padding: 30px 0;}
.ts-counter-icon-top {display: none !important;}

/* Breadcrumb */
.breadcrumb-holder {font-size: 1em;line-height: 2em;color: #fff;}
.breadcrumbs img.emoji {display: none !important;}
.breadcrumbs a {color: #fff;}
/*.breadcrumbs > div > .ybrs.ys:nth-child(2) {display: none;}*/
span.ybrs.ys {font-size: 0px;}
span.ybrs.ys:after {content: '/';font-size: 32px;}

/* Board of directors */
.person {position: relative;font-size: .8em;}
.person * {font-family: Rufina !important;}
.person .main {position: relative;display: block;}
.person a {text-decoration: none;color: #333;}
.person img {border-bottom: 2px solid #c1aa81;-webkit-filter: grayscale(100%);filter: grayscale(100%);-webkit-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.person a:hover img {-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.person .overlay {color: #fff;background: #c1aa81;display: none;width: 100%;padding: .5em -0px;text-align: center;position: absolute;bottom: 3px;left: 0;}
.person .name,.person .position {display: block;text-align: center;}
.person .position {font-size: .8em;}

/* Counter */
.ts-icon-counter .ts-counter-value {font-weight: 300 !important;}
.ts-icon-counter .ts-counter-note {font-weight: 800 !important;}

/* Accordions */
.vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title {font-size: 20px;}
.vc_tta-panel.vc_active .vc_tta-panel-heading h4.vc_tta-panel-title {font-size:26px;}
.wpb-js-composer .vc_tta.vc_general.white-accordion .vc_tta-panel-title>a {padding-top: 0;padding-bottom: 0;line-height: 48px;}
.wpb-js-composer .vc_tta.vc_tta-accordion.right-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {padding-left: 20px;padding-right: 46px;}
.wpb-js-composer .vc_tta.vc_tta-accordion.right-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {left: auto;right: 20px;}
.wpb-js-composer .vc_tta.vc_general.white-accordion .vc_tta-panel {margin-bottom: 10px;}
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel .vc_tta-panel-heading {background-color: transparent;border: 1px solid #c1a980;}
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel .vc_tta-panel-title>a {color: #c1a980;}
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-controls-icon::before {border-color: #c1a980;}
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {}
.wpb-js-composer .vc_tta-color-chino.vc_tta-o-no-fill.vc_tta-style-flat.white-accordion .vc_tta-panels .vc_tta-panel-body {background-color: #fafafa;border: 1px solid #f1f1f1;padding: 5px !important;}
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel .vc_tta-panel-heading:focus .vc_tta-panel-title>a, .wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title>a {color: #fff !important;}
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel-heading:focus .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel-heading:hover .vc_tta-controls-icon::after,
.wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel-heading:focus .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-chino.vc_tta-style-flat.white-accordion .vc_tta-panel-heading:hover .vc_tta-controls-icon::after {border-color: #fff !important;}

/*Header fix transperant*/
#mainslider{
    padding: 0;
    margin-top: -110px;
    min-height: 110px;
}
#mainslider .container {
    padding-top: 340px;
}
/*New Slidemenu*/
.slideout-menu {background: #c1aa81;color: #fff;}
.slideout-menu ul {list-style: none;padding: 0 0 0 15px;margin: 0;}
.rtl .slideout-menu ul {padding: 0 15px 0 ;}
.slideout-menu li a {border-bottom: 1px solid #c1aa81;color: #fff;border-top: 1px solid #c7b18a;line-height: 2em;display: block;}
.slideout-menu > div {padding-top: 2em;}
body.admin-bar .slideout-menu > div {padding-top: 60px !important;}
main#panel {height: 100%;}

/* Fix inner padding team */
.vc_custom_1530832840946 > .wpb_column > .vc_column-inner {padding: 0;}

@media screen and (min-width: 1025px) {
    .main-menu li {min-height: 27px}
    .main-menu li.menu-item-has-children {position: relative;}
    #primary-menu > li.menu-item-has-children > a:hover, #primary-menu > li.menu-item-has-children.active > a {text-decoration: none;border-bottom: 1px solid #c1aa81;}
    .main-menu ul.sub-menu {display: none;position: absolute;top: 25px;left: 0;background: #c1aa81;color: #fff;min-width: 200px;text-align: left;}
    .main-menu ul.sub-menu li {float: none;}
    .main-menu ul.sub-menu li a {/*border-bottom: 1px solid #a79069;border-top: 1px solid #dcc69e;*/line-height: 2em; text-transform:capitalize; font-size:.75em;font-weight: 300;}
    .main-menu ul.sub-menu li a:hover {/*border-bottom: 1px solid #292d33;border-top: 1px solid #52575f; */background: #41464e;text-decoration: none;}
    body.rtl .main-menu > div > ul > li > ul {left: auto;right: 0;} 
    #content.site-content {margin: 0 auto;}
    .rtl .main-menu ul.sub-menu {
        text-align: right;
    }
}
@media screen and (max-width: 1023px) {
    body, button, input, select, optgroup, textarea {
        font-size: 13px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 15px;
    }

    #footer .container > * {
        padding: 30px 0;
    }

    #mainslider {
        font-size: 8px;
    }

    #mainslider .bg img {
        height: 100%;
        width: auto;
    }
}
    @media screen and (max-width: 1024px) {
    .main-menu {background: #c1aa81; float:left; position: fixed;top: 130px;right: 0;width: 100%;text-align: left;}
    .main-menu ul {display: block;}
    .main-menu li a {border-bottom: 1px solid #c1aa81;border-top: 1px solid #c7b18a;line-height: 2em;}
    .search-overlay {padding-top: 250px;}
}
@media (max-width: 768px) {
    
    .carsoul-list-first {font-size: 11px;}
    .carsoul-list-first::after {right: -20px;margin-top: -10px;border: solid 10px transparent;border-left-color: #c1aa81;}
    .carsoul-list-inner-wrapper {margin-left: 11px;}
    .carsoul-list-with-one-link > div a {font-size: 12px;}
    .wpb-js-composer .vc_tta-container .vc_tta:not([class*=vc_tta-pageable]).hide-tabs .vc_pagination {display: block;}
    .vc_row-fluid.vc_custom_1532474345688 {margin-top: -55px !important;padding-top: 70px !important;}
    h1 {font-size: 60px !important;}
}
/*.bx-wrapper {margin-bottom: 35px;}*/

.rtl {text-align: right;}
.rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12 {float: right;}
.rtl .text-right {text-align: left;}
.rtl .text-left {text-align: right;}
.rtl .pull-right {float: left;}
.rtl .pull-right {float: right;}



/**************************  Panels *****************************/
/************ Panel **************/

.vc_tta-panel .vc_tta-panel-title>a:focus,  .vc_tta-panel .vc_tta-panel-title>a:hover, .vc_tta-panel.vc_active.vc_tta-panel-title>a {
    background: transparent !important;
    color: #595855!important;
    border-color: #595855 !important;
    font-weight: bold;
    border-bottom: 2px solid #b7b4ae !important;
}

/************ Panel ***********/
.vc_tta-panels .vc_tta-panel .vc_tta-panel-title>a {
    background: #595855!important;
    color: #fff!important;
    border: 1px solid #595855 !important;
    border-bottom: none !important;
}

 .vc_tta-panel .vc_tta-panel-title>a{text-transform:uppercase;}
 
 /******** Panel Border colors******/
  .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading{
      border-color:#595855 !important;
  }
    .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body{
      border-color:#595855  !important;
  }
  
  
  .vc_tta-color-mulled-wine.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading{
        border-color:#595855 !important;
  }
  
  
  
  /************** conatiner width ****************/
  .breadcrumb-holder .container{width:100% !important}
  
  @media (min-width: 768px) {
  .iscwp-image-fit img.iscwp-img{ width:auto; height:auto !important}
  
  }
  
  .iscwp-img-wrp .iscwp-meta{background:transparent !important}
  
  h4{font-size:25px !important}
  
  #values .vc_toggle_title{background:#fff !important}
  
  #values .vc_toggle_title {
    background: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
  
  
 a time{color:#c1aa81!important}
 
 /***************************/
 
 #mbnew-mob{display:none}
 #mnew-mob2{display:none}

@media (max-width: 560px) {
     #mainslider .container{padding-top:240px !important}
     
     h1{font-size:35px !important}
     h1.training-header{font-size:35px !important}
     h2{font-size:30px !important}
     h3{font-size:23px !important}
     h4{font-size:20px !important}
     
     .col-image{display:None!important}
     .scroll-text{overflow-y:visible!important; height:100%!important;}
     
     #mb-new .vc_column-inner{
         padding-right:0px!Important; padding-left:0px!Important;
     }
     
     #mbnew-mob{display:block !important}
     #mbnew-mob p{color:#fff !important}
     #mbnew-mob h4{color:#fff !important}
     
     
     #mnew-mob2{display:block !important}
     #mnew-mob2 p{color:#fff !important}
     #mnew-mob2 h4{color:#fff !important}    
     
     
     #mb-new{display:none !important}
     #values{margin-top:0px!important;}
     
    .values-faq{padding-left:0px!important; padding-right:0px!important;}
    .values-faq .vc_column-inner {padding-left:0px!important; padding-right:0px!important;} 
    .vc_toggle_content{ margin-bottom:0px !important}
    .vc_toggle_content p{ margin-bottom:0px !important}
     .vc_toggle:last-of-type{ margin-bottom:22px !important}
    .empty-mob{display:none}
        
    .col1-img-mb{margin-bottom:-20px !important}
    .h1, .h2, .h3, h1, h2, h3{margin-top:5px; margin-bottom:0px;}
    h2{margin-bottom:5px}
    
    #mainslider .heading {line-height: 1.6;}
    
    h4{margin-top:5px !important}
    
    .vc_custom_1538488115212{padding-top:10px !important}
     h4.vc_tta-panel-title{
        margin-top:0px !important
    }

    .blue-tabs .vc_tta-panels-container {
    border: 1px solid transparent !important;
    margin-top: 0px;
    }
    
    h1.training-header{margin-top:40px;}
    
    #jobopmb h1.training-header{margin-top:40px; padding-top:90px}
    #mba-scholar{margin-top:-80px}
    #jobopmb ol{margin-left:0px !important; padding-left:15px !important}
    ol{margin-left:0px!important; padding-left:15px !important;padding-right: 15px;}
    ul{margin-left:0px!important; padding-left:15px !important; padding-right: 15px;}
    .vc_tta-panel-body u{color:#595855 !important }

    .vc_tta-color-chino.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
    border-color: #595855 !important;
    border-width: 1px !important;
}   

.mb-as{margin-top:20px!important;}

 #col-bg-mb{background:none!important;}
#col-mb-emp{display:none;}
 #col-bg-mb-img{display:block !important;}  
 
}
    
    /*****************************/

/*****Career Image  *****/  
.m1as1h{padding-top:100px;}
    
/******* Size of Tab ********/  
@media only screen and (max-width: 900px){
.vc_tta-panel-body strong {
    color: #595558!important;
    text-align: left;
}


#mb-img{padding-top:0px !important}
#mb-img .wpb_single_image{margin-bottom:0px!important}


.m1as1h{padding-top:10px!important;}

/******************************************************/
 
}

/******************/

@media (min-width:561px) and (max-width:900px) {
    
.grey-tabs .vc_active>a {
  border-bottom: 2px solid #b7b4ae !important;
}

.mba-investment .vc_tta-panel-body{margin-top:-3px!important}
    
/*****************/
#mobile-career .vc_col-sm-6{width:100%; margin-top:-20px;}
#mobile-career .vc_col-sm-6 h2{margin-top:8px !important;}
#mobile-career .vc_col-sm-6 .vc_column-inner {padding-left:0px!important;padding-right:0px!important;}
    
/*****************/

    
#col1-mnvideo{display:none;}
#mnvideo{min-width:58%}
.ts-icon-counter .ts-counter-value{font-size:38px !important}
.ts-icon-counter .ts-counter-note{font-size:14px!important}
.ts-icon-counter{    
    min-width: 138px !important;
    max-height: 113px;
    height: 115px !important;
    padding-top: 10px;

}

.count-01-mn{margin-top:-23px}

.latest-news-boxes .col-md-3{width:50%!important; float:left;}

#governance{margin-top:-60px;}

.empty-mob{height:65px !important}
.grey-tabs .vc_tta-tab .vc_active>a{border-bottom:none !important}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab .vc_active>a{display:inline!important}
}
















/**********************************************************************/
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 100%;
    display:none !important
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: left;
    text-align: center;
    width: 100% !important;
    display:none !important
}

nav-previous{display:none !important}


/********************/
h1,h5,h2,h3,h4{font-weight:bold !important; letter-spacing:-1px !important}
/***********/
.latest-news-boxes .news-item .side1{background: rgba(65,70,78,0.5)!important;}
.latest-news-boxes .news-item .date{color:#fff !important}



/*************************/
@media (max-width:768px) and (orientation: landscape){
    #mbtac{margin-top:-20px!important}
    #mainslider .container{padding-top:130px !important}
}

.additional-links{
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: #C1AA81;
    transform: translateY(-18px);
}
.additional-links__list{
    overflow-x: auto;
    display: flex;
    flex-flow: row nowrap;
    padding: 10px 15px;
    margin: 0 -20px;
    max-width: 750px;
    width: 100%;
}
.additional-links .additional-links__item{
    margin: 0 20px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}
@media (min-width: 992px) {
    .additional-links__list{
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .additional-links__list{
        max-width: unset;
    }
}