/**
 * Group Meeran
 * Copyright 2022 vineesh kottayil 
 
 */

:root {
    --blue-dark: #0068AA;
    --gold: #E3C19F;
    --light-gold: #F7F5EF;
    --white: #fff;
    --black: #000;
    --gold-low: #E6CB99;
}

body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #021535;
}

body::-webkit-scrollbar-thumb {
    background-color: #021535;
    ;
    outline: 1px solid slategrey;
}

html {
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
    margin: 0;
    color: #001628;
}

p {
    font-weight: 400;
    font-size: 15px;
}

li {
    list-style: none;
}

h1 {
    font-size: calc(14px + 1.2vw);
}

h2 {
    font-size: calc(13px + 1.1vw);
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


/*color*/

.blue-color {
    color: var(--blue-dark);
}

.gold-color {
    color: var(--gold) !important;
}


/*color*/


/*top nav*/

.top-nav-main-had {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0 0px 0px 20px;
    border-bottom: solid 1px #0073bd;
    border-left: solid 1px var(--blue-dark);
}

.top-nav-main-had a {
    font-size: 13px !important;
    padding: 0px 0 16px !important;
}


/*top nav*/


/*mouse*/

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    z-index: 3;
}

.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

h2.career-title{
	font-size: 18px;
    margin-bottom: 20px;
    border-left: 5px solid #0069ab;
    padding-left: 10px;
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 35px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin: 0 -2px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.scroll-btn p {
    font-size: 12px;
}


/*mouse*/

.modal {
    z-index: 999999;
}

.container-fluid {
    width: 90%;
}

.top-main {
    float: left;
    width: 100%;
    height: auto;
    padding: 1.5em 0;
}

.navbar {
    padding: 0px 0px;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.logo {
    width: 190px;
    padding: 20px 30px 20px 0px;
    margin-right: 14px;
    float: left;
}

.logo img {
    width: 100%;
}

.top-nav-right a {
    color: var(--white);
    font-size: 16px;
    padding: 0 10px;
    font-weight: 600;
}

.free-tool-menu {
    color: var(--gold) !important;
}

.main-banner {
    float: left;
    width: 100%;
}

.line {
    width: 1px;
    background: #C0AD8B;
    height: 100%;
    margin: 0 auto;
}

.top-nav-right a {
    ;
    font-size: 16px;
    font-weight: 400;
    border-right: solid 1px #ccc;
}

.top-nav-right a:hover {
    color: var(--gold) !important;
}

.mx-auto-top {
    margin-right: auto !important;
    padding-left: 20px;
}

.lin-color {
    width: 1px;
    height: 65px;
    background-color: var(--gold);
    margin: 0 auto;
}

.fixed-top {
    background: var(--blue-dark);
    top: 0;
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.shrink {
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgb(138 138 138 / 13%);
    -webkit-box-shadow: 0px 5px 5px 0px rgb(138 138 138 / 13%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(138 138 138 / 13%);
    transition-delay: 250ms;
}

#myVideo {
    position: relative;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-banner {
    width: 100%;
    position: relative;
    height: 100%;
}

.bg-lt-video {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000001c;
    z-index: 1;
}

.slider-text {
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
}

.slider-text h2 {
    font-size: calc(16px + 2.8vw);
    color: #fff;
    margin-bottom: 10px;
}

.slider-text p {
    font-size: 16px;
    color: #fff;
    width: 55%;
}

.lt-line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 11%;
}

.lt-line1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 11%;
}

.lt-line1 img {
    width: 100%;
}

.lt-line-bt {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 11%;
}

.lt-line-bt img {
    width: 100%;
}

.lt-line img {
    width: 100%;
    opacity: 0.5;
}

.ml3 {
    font-weight: 900;
    font-size: 3.5em;
}

.banner-services-cnt {
    position: absolute;
    width: 35vw;
    right: 0%;
    z-index: 1;
    bottom: 0;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    z-index: 2;
}

.logo1 {
    float: left;
    padding: 15%;
    display: flex;
    width: 100%;
    min-height: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.logo2 {
    float: left;
    padding: 15%;
    width: 100%;
    min-height: 130px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.logo3 {
    position: absolute;
    display: flex;
    bottom: 0;
    padding: 15%;
    width: 100%;
    min-height: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.banner-services-cnt span {
    width: 100%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    float: left;
}

.bgcolororg-lyt {
    background: #e3c19fdb;
}

.bgcolordrk-lyt {
    background: #0078d8c2;
}

.padding-0 {
    padding: 0px !important;
}

.patr-logo img {
    width: 45px;
    margin: 0 auto;
}

a .logo3:hover {
    background-color: #101010;
}

.mouse-scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    z-index: 5;
}

.banner-services-cnt label {
    display: block;
    width: 100%;
    text-align: center;
}

.banner-services-cnt label:hover {
    cursor: pointer;
}

.banner-inner-wrapper p {
    font-size: 18px;
    margin-top: 15px;
}

.bg-bannr-lyt {
    /*    background: #00000021;*/
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.home-heritage {
    float: left;
    width: 100%;
    background-color: #edf6fb;
}

.c-scrolldown {
    width: 1px;
    height: 60px;
    bottom: 20px;
    margin-left: 189px;
    right: 0;
    overflow: hidden;
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #000 50%, #0068aa 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
    0% {
        background-position: 0 -60px;
    }

    75% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 60px;
    }
}

.main-header-text {
    float: left;
    width: 100%;
    color: var(--black);
    padding-left: 18%;
    margin: 2em 0px 3em 0px;
}

.main-header-text h2 {
    margin-bottom: 15px;
}

.heritage-main-cnt {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.card-bg {
    width: 100%;
    float: left;
    height: 100%;
    padding: 18px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #d1d1d117;
}

.card-bg1 {
    width: 100%;
    float: left;
    height: 100%;
    padding: 2em 1.5em;
    background-color: var(--gold);
    box-shadow: 0px 3px 6px #F5F5F529;
    color: #001628;
}

.card-bg4 {
    width: 100%;
    float: left;
    height: 100%;
    padding: 1.5em 1.5em;
    background-color: var(--gold);
    box-shadow: 0px 3px 6px #F5F5F529;
    color: #fff;
}

.card-bg4 .title-subject {
    border-bottom: solid 1px #e9cbad;
}

.carouel_1 {
    text-align: center;
}

.line-1 {
    width: 20%;
    height: 1px;
    background-color: var(--blue-dark);
    margin: 0 auto;
}

.line-2 {
    width: 20%;
    height: 1px;
    background-color: var(--blue-dark);
    float: left;
}

.line-3 {
    width: 20%;
    height: 1px;
    background-color: #fff;
    float: left;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    width: 12rem;
    height: auto;
    margin-top: 3%;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--blue-dark);
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    font-size: 16px;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

.cnt-text {
    float: left;
    width: 100%;
}

.readmore-icon {
    font-size: 20px;
    color: var(--blue-dark);
}

.readmore-icon:hover {
    color: var(--gold);
}

.box-al {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-content: stretch;
}

.flx {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.ryt-vct {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ryt-vct img {
    width: 100%;
}

.logo-badge {
    position: absolute;
    padding: 15px 10px;
    background-color: #fff;
    right: 10%;
    top: 0;
}

.logo-badge img {
    width: 50px;
}

.readmore-full {
    width: 100%;
    text-align: center;
    float: left;
    margin: 2em 0;
}

.home-Brands {
    float: left;
    width: 100%;
    background-color: #fff;
}

.home-newsroom {
    float: left;
    width: 100%;
    background-color: #F8F6F4;
}

.home-newsroom-main-cnt {
    float: left;
    width: 100%;
}

.quotes0-text h3 {
    font-weight: 500;
    font-size: calc(14px + 0.8vw);
}

.icon-title {
    float: left;
    width: 100%;
}

.home-news-sld {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.flex-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fafafa;
    padding: 10px;
}

.flex-3 {
    display: flex;
    align-items: center;
    align-content: center;
}

.subscribe-home {
    float: left;
    width: 100%;
    background-color: var(--blue-dark);
    color: #fff;
    padding: 15px;
}

.subscribe-home .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.subscribe-home .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}

.subscribe-home p {
    margin-bottom: 0;
}

.icon-subscribe {
    width: 100%;
    float: left;
    text-align: center;
    border-right: solid 1px #f0ece926;
}

.subscribe-home h3 {
    font-weight: 700;
}

.icon-subscribe img {
    width: 90px;
}

.subscribe-home input {
    border: none;
    border-radius: 0;
    padding: 10px;
    height: 44px;
}

.subscribe-home .btn {
    background-color: var(--gold);
    border: none;
    border-radius: 0;
    padding: 10px 10px;
}

.ryt-vct1 {
    width: 50px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.home-successful-story {
    width: 100%;
    float: left;
}

.brandslider {
    width: 100%;
    float: left;
}

.logo-slider-company {
    float: left;
    background-color: #fff;
    width: 80px;
    padding: 12px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.logo-slider-company img {
    width: 100% !important;
    height: auto !important;
}

.slider-name-company {
    float: left;
    width: 100%;
    margin-top: 20%;
    text-align: left;
}

.titil-textcompnay h2 {
    font-size: calc(14px + 1.5vw);
    font-weight: 600;
    text-align: left;
}

.company-talk {
    float: left;
    width: 100%;
    background: #fff;
}

.company-talk-slider-qt {
    width: 100%;
    float: left;
    background-color: var(--blue-dark);
    height: 100%;
    padding: 10%;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
}

.home-career {
    width: 100%;
    float: left;
    padding-bottom: 2em;
    background: #F8F6F4;
}

.company-talk-slider-qt h6 {
    margin-bottom: 0;
}

.company-talk-slider-qt .blockquote-footer {
    color: #fff;
}

.home-career-main-cnt {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.card-bg2 {
    width: 100%;
    float: left;
    height: 100%;
    padding: 18px;
    background-color: #F8F6F4;
    box-shadow: 0px 3px 6px #F5F5F529;
}

.card-bg3 {
    width: 100%;
    float: left;
    height: 100%;
    padding: 18px;
    background-color: var(--blue-dark);
    color: #fff;
}

.logo-badge1 {
    position: absolute;
    right: 10%;
    top: 0;
    width: 50px;
}

.logo-badge1 img {
    width: 100%;
}

.career-Openings-home {
    float: left;
    width: 100%;
}

.career-Openings-home li {
    border-bottom: solid 1px #fff;
    padding-top: 10px;
}

.career-Openings-home li:before {
    float: left;
    margin-left: -1.5em;
}

.career-Openings-home span {
    position: absolute;
    left: 47px;
    color: var(--blue-dark);
    font-size: 16px;
    font-weight: 500;
}

.card-sec1 {
    border-right: solid 1px #fff;
    text-align: left;
}

.story-img-tell {
    width: 60px !important;
    margin: 0 auto;
    padding-top: 30px;
}

.bg-lyt {
    background: #fafafa;
    padding: 15px;
    box-shadow: 0px 3px 6px #d1d1d117;
}

.footer-main {
    float: left;
    width: 100%;
    background-color: var(--blue-dark);
    /*    margin-top: 30px;*/
    padding: 3em 0 0 0;
    color: #fff;
    position: relative;
}

.footer-about {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

.logofooer {
    width: 160px;
    margin-bottom: 46px;
}

.footer-link {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 0;
}

.footer-link a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.footer-link a:hover {
    color: var(--gold);
}

.footer-adrs {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.footer-adrs h6 {
    font-size: 15px;
}

.footer-adrs a {
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
}

.footer-social {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.footer-social a {
    color: #fff;
    padding: 0 5px 0 0;
    font-size: 16px;
}

.footer-social a:hover {
    color: var(--gold);
}

.brdr-ryt {
    border-right: solid 1px var(--blue-dark);
}

.brdr-btm {
    border-bottom: solid 1px var(--blue-dark);
}

#intro-reservation h3,
#intro-reservation h4 {
    float: left;
    width: 100%;
}


/*svg*/

.india-map {
    fill: #86cdeb;
    width: 80%;
}

ellipse:nth-child(1n) {
    /*   fill: blue; */
    animation: dots-zoom1 4s ease-in-out infinite;
}

ellipse:nth-child(2n) {
    /*   fill: red; */
    animation: dots-zoom2 3s ease-in-out infinite;
}

ellipse:nth-child(3n) {
    /*   fill: brown; */
    animation: dots-zoom3 4s ease-in-out infinite;
}

ellipse:nth-child(4n) {
    /*   fill: blue; */
    animation: dots-zoom1 3s ease-in-out infinite;
}

ellipse:nth-child(5n) {
    /*   fill: red; */
    animation: dots-zoom2 4s ease-in-out infinite;
}

ellipse:nth-child(6n) {
    /*   fill: brown; */
    animation: dots-zoom3 3s ease-in-out infinite;
}

@keyframes dots-zoom1 {

    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

@keyframes dots-zoom2 {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

@keyframes dots-zoom3 {

    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

.home-news-sld .owl-dots {
    display: none !important;
}


/*svg*/

.bor0ryt-o {
    border-right: 0px !important;
    padding: 0 0px 0px 10px !important;
}

.mob-m {
    display: none !important;
}

.banner-services-cnt-mob {
    display: none;
}


/*inner page css*/

.inner-page-banner {
    float: left;
    width: 100%;
}

.inner-banner-cnt {
    position: absolute;
    width: 100%;
}

.sub-menu-newsroom {
    float: left;
    width: 100%;
    background-color: #fff;
}

.sub-menu-newsroom a {
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 25px 15px 25px 0px;
}

.sub-menu-newsroom a:hover {
    color: var(--blue-dark);
}

#news-popular {
    float: left;
    width: 100%;
    margin: 3em 0 0 0;
}

.tag-but {
    position: absolute;
    background: #ffcb08;
    padding: 0 5px;
    font-size: 12px;
    z-index: 9;
    color: #fff;
    right: 32px;
    margin: 10px;
    text-transform: uppercase;
}

#most-recent {
    float: left;
    width: 100%;
    margin-top: 2em;
}

.inner-page-banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 6%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    height: 70%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
}

.carousel-caption h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 400;
}

.inner-page-banner .carousel-caption h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    background: #0068aa8f;
    padding: 5px 10px;
    font-weight: 400;
}

#press-news {
    float: left;
    width: 100%;
    padding: 2em 0;
}

#press-news .title-subject {
    color: #fff;
}

#press-news .cnt-text {
    color: #fff;
}

#career-main .title-subject {
    color: #fff;
}

#career-main .cnt-text {
    color: #fff;
}

.bg-card {
     width: 100%;
    background-size: cover;
    height: 28em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
     
    background-position: center;
}

.news-room-main-page {
    width: 100%;
    float: left;
    background-color: #F8F6F4;
}

#heritage {
    width: 100%;
    float: left;
}

.left-stiky-nav {
    width: 100%;
    float: left;
    border: solid 1px #dee2e64a;
    background-color: #fff;
    position: sticky;
    top: 70px;
    margin-top: -54px;
}

.left-stiky-nav a {
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 1em;
    color: #000;
}

.left-stiky-nav td {
    padding: 0;
}

.left-stiky-nav a:hover {
    background-color: #fafafa;
    color: var(--blue-dark);
}

.heritage-fst-img {
    width: 100%;
    float: left;
    margin-top: 1em;
}

.heritage-fst-img img {
    width: 100%;
}

.start-her {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    padding: 1.5em 1em;
    align-items: center;
    align-content: center;
    margin-bottom: 2em;
}

.br-ryt {
    border-right: solid 1px #ccc;
    padding-right: 15px;
}

.flex-fil {
    display: flex;
    justify-content: space-between;
}

.time-line-start {
    width: 100%;
    float: left;
    background-color: #fff;
}

.timeline-cnt {
    width: 100%;
    float: left;
}



.disply-flx01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lft-stky-new {
    width: 100%;
    float: left;
    border: solid 1px #dee2e64a;
    background-color: #fff;
    position: sticky;
    top: 70px;
}


/*inner page css*/

.inner-main {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 2em;
    margin-top: 3em;
}

.about_chairman {
    float: left;
    width: 100%;
    margin-bottom: 3em;
}

hr {
    float: left;
    width: 100%;
    height: 1px;
    background: #fafafa;
    border: none;
}

.mission {
    float: left;
    padding: 2em 1em;
    width: 100%;
    text-align: center;
    background: var(--gold);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.vision {
    float: left;
    padding: 2em 1em;
    width: 100%;
    text-align: center;
    background: var(--gold);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.values {
    float: left;
    padding: 2em 1em;
    width: 100%;
    text-align: center;
    background: var(--gold);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
}

.icon-inner {
    width: 60px;
    margin: 1em 0;
}

.icon-inner img {
    width: 100%;
}

.br-lft-pd {
    border-left: solid 3px var(--blue-dark);
    padding-left: 14px;
}

#heritage h2 {
    font-size: calc(16px + 2.3vw);
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 25px;
}

.inner-mian-titl {
    font-size: calc(16px + 2.3vw);
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 1em;
}

.management-team {
    float: left;
    width: 100%;
    background-color: #fafafa;
}

.leader-img {
    float: left;
    width: 100%;
}

.leader-img img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#management-team-start {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.leader-text {
    float: left;
    width: 100%;
}

.leader-text {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 3px 6px #f5f5f529;
    padding: 1em;
}

.chairmain-img {
    position: relative
}

.about_chairman img {
    width: 100%;
    max-width: 100%
        /*
        -webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
  filter: grayscale(100%);
*/
}

.chairmain-img:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: rgba(84, 84, 84, 0);
    background: -moz-linear-gradient(top, rgba(84, 84, 84, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(84, 84, 84, 0)), color-stop(100%, rgba(0, 0, 0, .4)));
    background: -webkit-linear-gradient(top, rgba(84, 84, 84, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: -o-linear-gradient(top, rgba(84, 84, 84, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: -ms-linear-gradient(top, rgba(84, 84, 84, 0) 0, rgba(0, 0, 0, .4) 100%);
    background: linear-gradient(to bottom, rgba(84, 84, 84, 0) 0, rgba(0, 0, 0, .4) 100%)
}

.about_chairman_content {
    width: 85%;
    margin-left: 8%;
    margin-top: -21%;
    position: relative
}

.about_chairman_content > div {
    background: #fff;
    padding: 6%;
}

.about_chairman_content span {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: var(--blue-dark);
}

.about_chairman_content h2 {
    color: #fff;
    margin-bottom: 20px;
}

.managementteam {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.titel-bg {
    background: var(--blue-dark);
    float: left;
    width: 100%;
    padding: 15px;
    margin: 1em 0;
    color: #fff;
}

.management-card {
    display: flex;
    flex-direction: column;
    padding: 2%;
    flex: 0 1 25%;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.management-card-sub {
    display: flex;
    flex-direction: column;
    padding: 2%;
    flex: 0 1 25%;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.management-card1 {
    display: flex;
    flex-direction: column;
    padding: 2%;
    flex: 0 1 33%;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.management-info {
    margin-top: auto;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.management-image img {
    width: 100%;
     filter: grayscale(100%);
}

.management-image img:hover {
    filter:none;
}

.awards-about {
    float: left;
    width: 100%;
}

.awrds-slider {
    float: left;
    width: 100%;
    margin: 0;
}

.awrds-slider-section {}

figure.snip1174 {
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    color: #ffffff;
    text-align: left;
}

figure.snip1174 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.snip1174 img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: top;
}

figure.snip1174 figcaption {
    position: absolute;
    padding: 40px 25px;
    bottom: 0;
    left: 0;
}

figure.snip1174 h2,
figure.snip1174 p {
    margin: 0;
    padding: 0;
}

figure.snip1174 h2 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
}

figure.snip1174 p {
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4em;
}

figure.snip1174 a {
    display: inline-block;
    padding: 10px;
    border: 0px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.6em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    background: #0068aa;
}

figure.snip1174 a:hover {
    background-color: #e3c19f;
}

figure.snip1174:hover img,
figure.snip1174.hover img {
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.snip1174:hover a,
figure.snip1174.hover a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.awrds-cnt {
    margin-top: auto;
    text-align: center;
}

.title-number h6 {
    text-transform: uppercase;
}

.sub-cnt {
    float: left;
    width: 100%;
    margin: 1em 0;
    padding: 15px;
}

.slider-sub-page {
    float: left;
    width: 100%;
}

.carouel_8 .card-bg {
    padding: 2em 18px;
}

.carouel_8 .item {
    height: 15em;
}

.logo-company-inner {
    float: left;
    width: 100px;
    padding: 0 0 1em 0;
}

.logo-company-inner img {
    width: 100%;
}

.innovation-main-page {
    width: 100%;
    float: left;
    background-color: #fafafa;
    padding: 3em 0;
}

#innovation-main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px;
}

.bor-dh {
    border: dashed 1px #ccc;
    border: dashed 1px #ccc;
    padding: 2em 2em;
}

.gold-bg-inner {
    float: left;
    width: 100%;
    height: 100%;
    background: #E3C19F;
    padding: 1em;
    color: #fff;
}

.wth-h {
    width: 100% !important;
    height: auto;
    object-fit: cover;
}

.career-room-main-page {
    width: 100%;
    float: left;
    background-color: #F8F6F4;
}

#career-main {
    float: left;
    width: 100%;
    margin: 3em 0;
}

.career-Openings-page span {
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    width: 80px;
}

.career-Openings-page ul {
    padding: 0;
    color: #000;
}

.color-white {
    color: #fff;
}

.career-search {
    float: left;
    width: 400px;
    margin-top: 15px;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 0;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    background: none;
    color: #fff;
}

#custom-search-input button {
    margin: 3px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #ffff;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
    border-radius: 0;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
    color: #E3C19F;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.career-Openings-page-filter {
    float: left;
    width: 100%;
}

.filter {
    width: 25%;
    float: left;
    padding: 15px 15px;
}

.dropdown {
    position: relative;
    display: block;
    font-size: 14px;
}

.dropdown-text {
    cursor: pointer;
    display: inline-block;
    outline: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--blue-dark);
    border-radius: 0px;
    color: #000;
    height: 36px;
    padding: 0 38px 0 10px;
}

.dropdown-caret {
    box-sizing: border-box;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
}

.dropdown:focus-within .dropdown-caret {
    /*  background-color: #d3ded7;*/
}

.dropdown-caret:before {
    content: "á¨†";
    font-weight: bold;
    font-size: 13px;
    left: 10px;
    margin: -0.75em 0 0;
    position: absolute;
    top: 50%;
}

.dropdown-menu {
    color: #000000;
    box-sizing: border-box;
    position: absolute;
    margin: 0;
    background-color: #fff;
    max-height: 200px;
    overflow: auto;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
    border: 1px solid var(--blue-dark);
    border-top: 0;
    display: block;
    display: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-menu-active {
    display: block;
}

.dropdown-menu li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    padding: 0 10px;
    margin-bottom: 5px;
}

.dropdown-menu li.dropdown-select-all {
    border-bottom: 1px solid #dde4dd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.dropdown-menu li label {
    display: block;
    height: 100%;
    cursor: pointer;
    padding: 3px 20px 3px 40px;
    font: 12px/14px;
    position: relative;
    padding-left: 25px;
}

.dropdown-menu li > label > input[type="checkbox"] {
    display: none;
}

.checkbox input[type="checkbox"] ~ span:before {
    background-color: #E3C19F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: transparent;
    left: 0;
    height: 15px;
    line-height: 18px;
    position: absolute;
    top: 6px;
    width: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    content: "\22C5";
    border-radius: 50px
}

.checkbox input[type="checkbox"]:checked ~ span:before {
    border-color: var(--blue-dark);
    background-color: var(--blue-dark);
    color: #fff;
    font-size: 37px;
    line-height: 9px;
    font-weight: bolder;
    border-radius: 50px;
}

.career-resalt-sec {
    width: 100%;
    height: auto;
    float: left;
    padding: 2em 1em;
}

.company-location-career {
    color: #000;
    width: 100%;
}

.career-Openings-page p {
    color: #585858;
}

.career-company-logo {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #f6fbff;
}

.career-company-logo img {
    width: 100%;
}

.jobTitle {
    float: left;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    color: #4b97db;
}

.details {
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
    color: #454545;
    font-weight: 500;
    float: left;
}

.jobDate {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    color: var(--blue-dark);
}

.jobDesc {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.border-right-1 {
    border-right: solid 1px #f5f5f5;
}

.redmore-career-job {
    float: left;
    width: auto;
    margin-top: 5px;
    background: #e3c19f;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
}

.redmore-career-job a {
    font-size: 14px;
    color: #fff;
}

.redmore-career-job a:hover {
    color: var(--blue-dark);
}

.social-cont-shr {
    width: 100%;
    float: right;
    padding: 15px;
    text-align: right;
    background: #fff;
    margin-top: 15px;
}

.social-cont-shr i {
    opacity: 0;
    font-size: 14px;
    color: #fff;
    will-change: transform;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-cont-shr .btn_wrap {
    position: relative;
    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;
    overflow: hidden;
    cursor: pointer;
    width: 180px;
    height: 40px;
    background-color: var(--blue-dark);
    float: right;
    padding: 0 18px;
    will-change: transform;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-cont-shr .btn_wrap:hover {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
    transform: scale(1);
}

.social-cont-shr span {
    position: absolute;
    z-index: 99;
    width: 180px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    color: #eeeeed;
    background-color: var(--blue-dark);
    padding: 0 18px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.social-cont-shr .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 40px;
}

.container i:nth-of-type(1) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.container i:nth-of-type(2) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.container i:nth-of-type(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.container i:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.social-cont-shr .btn_wrap:hover span {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
}

.social-cont-shr .btn_wrap:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dr {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 100px;
}


/*job-form */

.job-form {
    font-size: 14px;
}

.submit-job-form {
    float: left;
    width: 120px;
    font-size: 14px;
    background: #0068aa;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin-top: 1em;
    margin-left: 0;
}

.submit-job-form:hover {
    background-color: #d7bb9e;
    color: #fff;
}


/*job-form */

.contact-main-page {
    float: left;
    width: 100%;
    background-color: #F8F6F4;
}

#contact-main {
    float: left;
    width: 100%;
    margin: 3em 0;
}

#contact-main .form-control {
    background: none;
    border-bottom: solid 1px #ccc !important;
    border: none;
    border-radius: 0;
    padding: 0;
}

#contact-main .form-group label {
    font-size: 16px;
    color: #000;
}

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

.btn-send {
    color: #fff;
    background-color: var(--blue-dark);
    border-color: var(--blue-dark);
    border-radius: 0;
    padding: 6px 30px;
    margin-top: 15px;
}

.bro-ryt {}

.bg-line {
    height: 100%;
    width: 1px;
    background: #ccc;
    margin: 0 auto;
}

.contact-addr {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}

.contact-addr a {
    float: left;
    width: 100%;
    color: #000;
    margin-top: 5px;
    font-size: 1.3em;
}

.inner-main-page {
    width: 100%;
    float: left;
    background-color: #fafafa;
    padding: 3em 0;
}

.flx1 {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lft {
    order: 1;
    margin-bottom: 1em;
}

.lft img {
    object-fit: cover;
}

.rgt {
    order: 2;
    margin-bottom: 1em;
}

.rgt img {
    object-fit: cover;
}

.mob-home-brandslider {
    display: none;
}

.titel-bg h5 {
    margin-bottom: 0;
}

.menu > ul > li a:hover {
    color: #e3c19f;
}

.home-newsroom-main-cnt .tag-but {
    right: 0;
    top: 4em;
}

.redmore-timeline {
    color: #000;
    font-size: 14px;
    float: left;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 120px;
    text-align: center;
}

.redmore-timeline:hover {
    color: #fff;
    background: #0068aa;
}

.bgcolororg-lyt:hover {
    background: #0078d8c2;
}

.bgcolordrk-lyt:hover {
    background: #e3c19fdb;
}

.bgcolororg-lyt1 {
    background: #e3c19fdb;
}

.qu-icon {
    position: absolute;
    right: 27%;
    bottom: 76px;
    width: 60px;
    top: 30%;
    z-index: 1;
}

.speakbg-ledr {
    background: #f7f1ea;
    color: #001628;
    float: left;
    width: 100%;
    padding: 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.speakbg-ledr h3 {
    font-weight: 400;
    font-size: calc(14px + 1.1vw);
}

.bg-ptrn {
    width: 100%;
    float: left;
    background: #fff;
}

.qt-icon {
    width: 15%;
}

.carousel-wrap {
    float: left;
    width: 100%;
    height: 100%;
}

.mob-but-rd {
    display: none;
}

.icon-mob-career {
    display: none
}


/*
.alljob-but{
        float: left;
        width: auto;
        font-size: 14px;
        background: #0068aa;
        padding:10px 15px;
        color: #fff;
        text-align: center;
        margin-top: 1em;
    margin-left: 1em;
}
*/

.alljob-but {
    float: left;
    width: 120px;
    font-size: 14px;
    background: #0068aa;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin-top: 1em;
    margin-left: 0;
}

.alljob-but:hover {
    color: #fff;
    background: #e3c19f;
}

.logo-badge01 {
    display: none;
}

.the-group-main-page {
    width: 100%;
    float: left;
    background-color: #F8F6F4;
}

.footer-brnds-menu {
    width: 170px;
    margin: 0 auto;
}

.meeran-lige-gm {
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.waf {
    position: absolute;
    width: 85%;
    padding: 1em;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}


/*mobile*/

.mob-h-5 {
    height: auto;
}

.scroll-btn button {
    overflow: visible;
    background: 0 0;
    border-radius: 0;
    line-height: 1;
    background-size: cover;
    position: relative;
    margin-bottom: 15px;
    border: 0;
    width: 3.75rem;
    height: 2.34375rem;
    background-image: url(https://res.cloudinary.com/shaarik/image/upload/v1564037028/img/icon-scroll-down-1_gplxkt.svg);
    transition: opacity .8s;
    -webkit-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite;
}

.scroll-btn button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    height: 80%;
    width: 80%;
    background-image: url(https://res.cloudinary.com/shaarik/image/upload/v1564037354/img/icon-scroll-down-2_sobwbc.svg);
    -webkit-animation: bounce2 1.5s infinite;
    animation: bounce2 1.5s infinite;
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes bounce2 {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce2 {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.ml3 {
    font-weight: 900;
    font-size: 3.5em;
}

.popup-play {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    color: #fff !important;
    justify-content: flex-end;
    padding: 15px;
    background: #00000045;
}

.popup-play a {
    color: #fff;
    margin-bottom: 10px;
    background: #0068aa;
    border-radius: 0;
    padding: 6px 10px;
    font-size: 13px;
}

.popup-play:hover {
    cursor: pointer;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.carouel_01 {
    text-align: center;
}

.carouel_01 .owl-nav {
    width: 35px;
    float: right;
    position: absolute;
    top: -14px;
    right: 0;
}

.carouel_01 .owl-prev {
    left: -15px;
    position: absolute;
    bottom: 50%;
    color: #0068aa;
    font-size: 18px;
}

.carouel_01 .owl-next {
    right: 0;
    position: absolute;
    bottom: 50%;
    color: #0068aa;
    font-size: 18px;
}

.home-heritage .lft {
    margin-bottom: 0px;
}

.home-heritage .rgt {
    margin-bottom: 0px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 30px solid #fff;
    right: 20px;
    margin-top: -20px;
    position: absolute;
}

.carouel_01 .owl-dots {
    display: none !important;
}

#home-about {
    width: 100%;
    float: left;
    padding: 0em 0;
    background: #F8F6F4;
    color: #fff;
}

#home-about h1 {
    font-size: calc(1em + 1.5vw);
    font-weight: 600;
    color: #D3B393;
    float: left;
    text-align: center;
}

.bgmap {
    background-image: url(../img/world-map.svg);
    background-size: cover;
    width: 100%;
    background-position: center;
}

.color-org {
    color: #005B95;
}

.lf-p {
    float: left;
    width: 100%;
    padding-left: 14px;
    margin-top: 5%;
    border-left: solid 2px #d3b393;
    margin-left: 8%;
}

.lf-p h3 {
    font-size: 1.5em;
    margin-bottom: 3%;
}

.leaders-words {
    float: left;
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    padding: 5em 1em;
}

#home-about .main-header-text {
    padding-left: 18%;
    margin: 4em 0;
}

.story-img-telll {
    width: 80% !important;
    margin: 0 auto;
    clip-path: inset(0 0 0 0 round 0px 35px 0 0);
}

.leaders-words .main-owl-text {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.leaders-words h5 {
    font-size: 1em;
}

.carouel_11 {
    text-align: center;
}

.carouel_11 .owl-dots {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    bottom: 50%;
    margin-bottom: 10px;
}

.carouel_11 .owl-dot {
    margin-bottom: 10px;
    width: 15px;
    height: 15px;
}

.title-number h3 {
    color: #fff;
}

.inner-page-company-logo {
    width: 100%;
    height: 100%;
}

.heading h2 {
    font-size: calc(14px + 1.4vw);
    line-height: 1.3;
    font-weight: 500;
    border-left: 5px solid #0069ab;
    padding-left: 25px;
    margin-bottom: 1em;
}

.heading h4 {
    font-size: calc(14px + 0.6vw);
    line-height: 1.3;
    font-weight: 500;
    border-left: 5px solid #0069ab;
    padding-left: 25px;
    margin-bottom: 1em;
}

.heading h3 {
    font-size: calc(14px + 0.7vw);
    line-height: 1.3;
    font-weight: 500;
    border-left: 5px solid #0069ab;
    padding-left: 25px;
    margin-bottom: 1em;
}

.text-sub {
    text-align: justify;
}

.values-about {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.ht-li {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background: #e3c19f;
}

.management-card1 .management-info {
    background: #e3c19f;
    color: #fff;
    padding-top: 10px;
}

#more {
    display: none;
}

#toggleMessage {
    width: 15%;
    height: auto;
    font-size: 14px;
    background: #0068aa;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin-top: 20px;
}

#box {
    display: none;
}

#toggleMessage1 {
    width: 15%;
    height: auto;
    font-size: 14px;
    background: #0068aa;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    margin-top: 20px;
}

#box1 {
    display: none;
}

.timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 2em;
    width: 2px;
    height: calc(100% + 2em);
    background: #e3c19f;
}

.timeline__entry {
    position: relative;
    margin-bottom: 4em;
    color: #fff;
}

.timeline__entry:after {
    content: "";
    display: table;
    clear: both;
}

.timeline__id {
    position: absolute;
    top: 1em;
    left: 2em;
    padding: 14px 9px;
    background: #e3c19f;
    transform: translateX(-50%);
    font-size: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.timeline__content {
    position: relative;
    display: block;
    margin-left: 6em;
    padding: 1em;
    background: #f8f6f4;
}

.timeline__content:before {
    content: "";
    position: absolute;
    display: block;
    top: 1em;
    left: -1em;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #f8f6f4;
}

.timeline__heading {
    margin-bottom: 0.25em;
    font-size: 1.2rem;
    color: #0068aa;
    padding: 10px 0 0 0;
}

.timeline__text {
    color: #000;
}

.timeline__text:last-child {
    margin-bottom: 0;
}

.section-title {
    padding-bottom: 2em;
    text-align: center;
    color: #f8f6f4;
}

.timeline__content h5 {
    color: #0068aa;
}

.timeline__content p {
    color: #000;
}

.management-info h5 {
    font-size: 18px;
    color: #0068aa;
}

.carouel_008 .owl-item img {
    border: solid 1px #ccc;
}

.nav-item {
    border: none;
}


.nav-item .active {
    background: #0068aa !important;
    color: #fff !important;
    border: none;
    border-radius: 0px;
}

.nav-tabs .nav-link:hover {
    border: none;
    border-radius: 0;
}

.inner-main-1 {
    width: 100%;
    float: left;
    margin-top: 2em;
}

.inner-main-1 .card-body {
    width: 100%;
    float: left;
    background: #fff;
}

.br-all {
    border: solid 1px #f1f0f0;
}

.bg-grdt {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 4%;
    text-align: left;
}

.title-subject h5 {
    font-size: 0.8em;
    margin-bottom: 0;
}

.cnt-text h5 {
    font-size: 0.8em;
}

.mob-none {
    display: block;
}

.management-info p {
    margin-bottom: 0;
}

.inner-ryt-img {
    margin-top: 3em;
    padding: 15px;
    background: #fff;
    float: left;
    top: 4em;
    width: 100%;
}

.carouel_13 .title-subject {
    padding: 10px;
    color: #fff;
    text-align: center;
}

.inner-main1 {
    width: 100%;
    float: left;
    padding-bottom: 2em;
}


/*brand-portfolio*/

#brand-portfolio {
    float: left;
    width: 100%;
}

.brand-logo-slider {
    float: left;
    background: #fff;
    width: 100%;
}

.brand-logo-slider .logo-slider {
    float: left;
    padding: 0em 1em 1em 1em;
    width: 100%;
    background: #fff;
}

.carouel_14 li {
    border: solid 1px #f3f3f3;
}

.carouel_14 li .active {
    border: solid 1px #000;
}

.logo-slider .carousel-indicators li {
    width: auto;
    height: auto;
    opacity: 1;
}

.logo-slider .carousel-indicators {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}


/*brand-portfolio*/

.qa-bg {
    background: #f8f6f4;
    padding: 15px;
    margin-bottom: 5px;
}

.qa-bg h5 {
    border-bottom: solid 1px #efeeec;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.round-bg-qa {
    background: #0068aa;
    padding: 3px 7px;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
    width: 20px;
    height: 20px;
    float: left;
}

#career-main .learn-more {
    background: #0068aa;
    color: #fff !important;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    float: left;
    text-align: center;
}

.filter-wrapper {
    background: #0068aa;
    float: left;
    width: 100%;
}

.filter .form-control {
    background-color: #0068aa;
    color: #fff;
    border: solid #1c7ebc 1px;
    border-radius: 1px;
}

.filter .form-group {
    margin-bottom: 0px;
}

.slogan {
    font-size: 16px;
    position: relative;
    padding-left: 0em;
    font-weight: 500;
}

.management-info a {
    color: #0068aa;
}

.business-desktop-banner {
    display: block;
}

.business-mobile-banner {
    display: none;
}

.desktop-video-view {
    display: block;
}

.mobile-video-view {
    display: none;
}

.mobile-image-view {
    display: none;
}
.desktop-image-view {
    display: block;
}


.lf-p p {
    display: block;
}

.inner-page-banner .scroll-btn {
    display: none;
}

.inner-page-banner .lt-line1 {
    display: none;
}


.logo-badge1 {
    display: none;
}
   #press-news .bg-card{
            height:230px;
                padding: 0px;
    }
    
    #press-news .line-2{
        display: none;
    }
    #press-news .cnt-text {
        display: none;
    }
    #press-news .title-subject{
            color: #fff;
    background: #0f0e0e73;
    padding: 8px;
    }
    
/*mobile*/

@media (max-width: 700px) {
    
    
    .business-desktop-banner {
    
        display: none;
}

.business-mobile-banner {
    display: block;
}
    
    
    .news-room-main-page .mb-5 {
        margin-bottom: 0rem!important;
    }
    
 .news-room-main-page .bg-card{
         height: 186px;
 }
    
    
    
    
    
    .inner-page-banner{
        margin-top: 52px;
    }
    
    
    
    
    
    
    .footer-adrs {
        margin-top: 13px;
    }

    #banner2 .sec-1-input {
        display: none;
    }

    #innovation-main .blockquote {
        display: none;
    }

    .wth-h {
        width: 100% !important;
        height: auto;
        object-fit: cover;
    }

    .waf {
        width: 92%;
        background: #0000003d;
    }

    .lf-p p {
        display: none;
    }

    .business-desktop-banner {
        display: none;
    }

    .business-mobile-banner {
        display: block;
    }

    .home-newsroom .owl-carousel .owl-item img {
        height: 200px;
        object-fit: cover;
    }

    .filter-wrapper {
        padding: 10px;
    }

    #home-about h1 {
        font-size: 2em;
    }

    .menu > ul > li > ul > li > ul > li {
        float: left;
        width: 100% !important;
        padding: 3px 0;
        margin: 0;
        font-size: .8em;
    }

    #home-about .container-fluid1 {
        padding: 0px 15px;
    }

    #brand-portfolio .img-fluid {
        height: auto;
    }

    #brand-portfolio .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding: 0 015px;
        background: #f8f4ee;
    }

    .inner-main1 {
        background: #f8f4ee;
    }

    .inner-main1 .slider-sub-page {
        padding: 0px 10px 10px 10px;
        background: #fff;
    }

    .inner-slider1 .first-image {
        height: 40vh;
        object-fit: cover;
    }

    .story-img-telll {
        width: 100% !important;
        margin: 0 auto;
        clip-path: inset(0 0 0 0 round 0px 0 0 0);
    }

    .ml3 {
        padding: 0 11%;
    }

    .mob-man-bg-hm {
        background: #f8f4ee;
        float: left;
    }

    .mob-but-rd {
        background: #fff;
        padding: 10px 20px;
        border-radius: 50px;
        color: #0068aa;
        margin: auto;
        float: left;
        margin-bottom: 1em;
    }

    p {
        font-size: 14px;
    }

    .container-fluid {
        width: 100%;
    }

    .logo {
        width: 120px;
        padding: 15px 0px;
        border: none;
    }

    .main-header-text h6 {
        font-size: 17px;
        font-weight: 500;
    }

    .main-header-text {
        margin: 0em 0px 0em 0px;
        background: #ffffff;
        padding: 2em;
        color: #000000;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #banner-main .content-slider .slider .banner .banner-inner-wrapper {
        width: 100% !important;
    }

    .banner-services-cnt .row {
        margin: 0;
    }

    .top-nav-mob {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;
        background: #0068aa;
    }

    .banner-services-cnt {
        display: none;
    }

    .banner-inner-wrapper p {
        font-size: 14px;
    }

    .readmore-full {
        margin: 2em 0 2em 0;
        background: #0068aa;
    }

    .home-career .gold-color {
        color: #fff !important;
    }

    .home-successful-story .row {
        margin: 0;
    }

    .c-scrolldown {
        width: 1px;
        height: 20px;
        bottom: 20px;
        right: 0;
        overflow: hidden;
        margin-left: 50%;
    }

    button.learn-more .circle {
        background: none;
    }

    .readmore-icon {
        font-size: 20px;
    }

    .subscribe-home {
        padding: 15px 15px 30px 15px;
        text-align: center;
    }

    .subscribe-home h3 {
        font-size: 1.5em;
    }

    .subscribe-home p {
        margin-bottom: 15px;
    }

    .footer-main {
        margin-top: 0;
    }

    .main-header-text h2 {
        margin-bottom: 15px;
        font-size: 26px;
        color: #0068aa;
    }

    .flex-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fafafa;
        padding: 10px;
    }

    .heritage-main-cnt {
        margin: -40px 0 0 0;
    }

    .nav-container {
        display: none !important;
    }

    .icon-subscribe {
        border-right: 0;
        margin-bottom: 20px;
    }

    .card-bg {
        margin-bottom: 12px;
    }

    .logo-slider-company img {
        object-fit: contain !important;
    }

    .mob-m {
        display: block !important;
    }

    .banner-services-cnt-mob {
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 9;
        background: linear-gradient(#ffffff00, #000304);
    }

    .banner-services-cnt-mob .carousel-wrap {
        width: 100%;
        margin: 0 auto;
    }

    .banner-services-cnt-mob .owl-carousel {
        width: 80%;
        margin: 0 auto;
    }

    .logo1 {
        float: left;
        padding: 15%;
        display: flex;
        width: 100%;
        min-height: 70px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .banner-services-cnt-mob .banner1 {
        margin-bottom: 0px;
    }

    .banner-services-cnt-mob label {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .banner-services-cnt-mob label img {
        width: 23px !important;
        height: 23px;
    }

    .banner-services-cnt-mob label span {
        font-size: 12px;
    }

    .scroll-btn {}

    .navbar {
        /*        background: #1953BC;*/
    }

    .bgcolordrk-blk-lyt {
        /*        background-color: #0506062e;*/
    }

    .banner-services-cnt-mob .owl-prev {
        left: -25px;
        top: 30px;
    }

    .banner-services-cnt-mob .owl-next {
        right: -25px;
        top: 30px;
    }

    .img-fluid {
        max-width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .left-stiky-nav {
        display: none;
    }

    .career-search {
        width: 100%;
    }

    .filter {
        width: 100%;
        float: left;
        padding: 3px 0px;
    }

    .career-resalt-sec {
        padding: 2em 0em;
    }

    .jobTitle {
        margin-top: 10px;
    }

    .career-company-logo {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        background: #ffffff;
    }

    .top-nav-main-had h4 {
        font-size: 18px;
    }

    .top-nav-br {
        border: none;
    }

    .management-card {
        flex: 0 1 100%;
    }

    .management-info h5 {
        font-size: 16px;
    }

    .item {
        margin: 0vh 0 0vh !important;
        padding: 0px;
    }

    .bor-dh {
        padding: 0;
        border: none;
    }

    #innovation-main {
        padding: 10px;
    }

    .logofooer {
        width: 120px;
        margin-bottom: 20px;
    }

    .contact-addr {
        margin-top: 15px;
    }

    #press-news .card-bg {
        margin-bottom: 15px;
    }

    .footer-main .circle {
        background: #e3c19f;
    }

    .home-heritage {
        background-color: #efefef;
        padding-bottom: 1em;
    }

    .home-newsroom {
        background-color: #f8f4ee;
    }

    .home-heritage .readmore-full {
        display: none !important;
    }

    .company-talk-slider-qt {
        display: none;
    }

    .card-bg2 {
        background-color: #fff;
    }

    .bg-lyt {
        background-color: #efefef;
    }

    .home-newsroom-main-cnt .mt-5 {
        margin-top: 0px !important;
    }

    .home-news-sld .flex-2 {
        background: #fff;
        padding: 0;
    }

    .carouel_4 {
        padding: 0 0 1em 0 !important;
    }

    .top-nav-right {
        float: left !important;
        margin-top: 24px;
        margin-bottom: 2em;
        padding-left: 0px;
    }

    .heritage-main-cnt .mt-3 {
        margin-top: 0px !important;
    }

    .home-career-main-cnt .mt-3 {}

    .home-career-main-cnt .card-bg2 {
        border-bottom: solid 1px #ffffffad;
    }

    .mob-2box {
        width: 50%;
        margin: 15px 0;
        display: none;
    }

    .mob-2box .card-bg {
        display: flex;
        justify-content: flex-start;
    }

    .mob-2box .title-number h4 {
        font-size: 13px;
    }

    .mob-2box .title-subject h5 {
        font-size: 16px;
    }

    .mob-2box .cnt-text p {
        font-size: 13px;
    }

    .mob-pr {
        padding-right: 0;
    }

    .mob-pl {
        padding-left: 0;
        border-left: solid 1px #efefef;
    }

    .mob-home-brandslider {
        display: block;
        float: left;
        width: 100%;
        padding: 0 15px;
        margin-top: -30px;
    }

    .mob-home-brandslider .slider-company-dtl {
        top: 0;
        left: 4%;
    }

    .brandslider {
        display: none;
    }

    .mob-home-brandslider .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        -webkit-transform-style: preserve-3d;
        height: 50vh;
        object-fit: cover;
    }

    .mob-home-brandslider .logo-slider-company {
        float: left;
        background-color: #fff;
        width: 70px;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .mob-home-brandslider .owl-controls {
        padding: 10px 0;
    }

    .titel-bg h5 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .titel-bg {
        padding: 10px;
    }

    .button.learn-more .button-text {
        color: #fff !important;
    }

    .carousel-caption h6 {
        font-size: 13px;
    }

    .pd-all-0 {
        padding: 0 !important;
    }

    .items {
        padding: 15px;
    }

    .owl-dots {
        margin: 0.5em 0 !important;
    }

    .apply-mob button {
        background: #005b95;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
    }

    .career-room-main-page button.learn-more .button-text {
        color: #fff !important;
    }

    .social-cont-shr .btn_wrap {
        float: left;
    }

    button.learn-more .button-text {
        font-size: 14px;
    }

    .top-nav-right a {
        color: var(--white);
        font-size: 16px;
        padding: 0 10px 0px 0;
        font-weight: 600;
    }

    .top-nav-br {
        border-left: none !important;
    }

    .top-nav-main-had {
        padding: 0 0px 11px 0px;
        color: #E3C19F;
    }

    .top-nav-main-had h5 {
        font-size: 15px;
    }

    .redmore-timeline {
        margin: 0 auto;
    }

    .heritage-main-cnt .rgt {
        order: 1;
        margin-bottom: 0;
    }

    .qu-icon {
        display: none;
    }

    .heritage-main-cnt .lft {
        order: 2;
    }

    .bg-ptrn {
        width: 100%;
        float: left;
        background: #ffffff;
        color: #062232;
    }

    .mob-but-rd {
        display: block;
    }

    .bul-bg-mob {
        background: #ffffff;
        color: #062232;
    }

    .speakbg-ledr {
        padding: 2em 0;
        background: #fff;
    }

    .mob-mt- {
        margin-top: 0px;
    }

    .mob-mb- {
        margin-top: 0px;
    }

    .home-career-main-cnt {
        margin: auto;
    }

    .home-career {
        background: #f8f6f4;
    }

    .card-bg6 {
        background: #0068aa;
        color: #fff;
    }

    .career-Openings-home span {
        color: #e3c19f;
    }

    .career-Openings-home li {
        border-bottom: solid 1px #137bbd;
    }

    .card-bg6 .title-subject {
        text-align: center;
    }

    .icon-mob-career {
        display: block;
        font-size: 2em;
    }

    .card-bg6 .line-2 {
        width: 20%;
        height: 1px;
        background-color: #efefef;
        float: left;
        margin: 0 auto;
    }

    .alljob-but {
        float: left;
        width: 100%;
        background: #e3c19f;
        padding: 10px;
        color: #fff;
        text-align: center;
        margin-top: 1em;
        margin-left: 0em;
    }

    .home-career-main-cnt .bg-lyt {
        background: #fff;
        margin-bottom: 1em;
    }

    .bul-bg-mob .blue-color {
        color: #072333;
    }

    .logo-badge1 {
        width: 40px;
    }

    .logo-badge1 img {
        width: 100%;
    }

    .home-career-main-cnt .card-bg2 {
        margin-bottom: 15px;
    }

    .logo-badge01 {
        position: absolute;
        right: 10%;
        top: 0px;
        width: 40px;
        display: block;
    }

    .logo-badge01 img {
        width: 100%;
    }

    .footer-brnds-menu {
        width: 100%;
        margin: 0 auto;
    }

    #banner-main .content-slider .slider .banner .banner-inner-wrapper h1 {
        text-align: center;
        line-height: 1.3em !important;
    }

    .home-career .owl-dots {
        display: none !important;
    }

    .mob-color-bk {
        background: #fff;
        color: #001628;
    }

    .mob-h-5 {
        height: 26vh;
    }

    .mob-none {
        display: none;
    }

    .heritage-main-cnt .meeran-lige-gm {
        height: 50vh;
    }

    .carouel_01 .owl-nav {
        display: none;
    }

    .carouel_01 .owl-dots {
        display: block !important;
    }

    #home-about {
        padding: 2em 0;
    }

    .lf-p {
        border-left: 0;
        margin-left: 0;
    }

    .leaders-words {
        background: #fff;
        border-top: solid 1px #f5eee7;
        padding: 1em;
    }

    .carouel_11 .owl-dots {
        position: relative;
        right: 0;
        display: block;
        flex-direction: column;
        bottom: 0;
        margin-bottom: 10px;
    }

    .ryt-vct {
        display: none;
    }

    .lf-p h3 {
        font-size: 1.3em;
        margin-bottom: 7%;
    }

    .carouel_11 .owl-dot {
        margin-bottom: 10px;
        width: 10px;
        height: 10px;
    }

    .title-number h3 {
        color: #000;
        font-size: 1.5em;
    }

    .cnt-text h5 {
        font-size: 1.2em;
    }

    .title-subject h5 {
        font-size: 1.2em;
    }

    .leaders-words .main-owl-text {
        width: 90%;
    }

    .slide-content-wrapper h1 {
        font-size: 1.2em;
    }

    .slide-content-wrapper p {
        font-size: 14px;
    }

    .mob-w {
        float: left;
        width: 100%;
        display: none;
        padding: 15px;
    }

    .company-talk {
        background: #f8f4ee;
    }

    .company-talk .carouel_4 {
        background: #fff;
    }

    .values-about {
        margin-top: 15px;
    }

    #toggleMessage {
        width: 100%;
    }

    #toggleMessage1 {
        width: 100%;
    }

    #home-about .main-header-text {
        padding: 15px;
        margin: 0em 0;
    }

    #home-about .lf-p {
        padding-left: 0;
    }

    .mob-none {
        display: none;
    }
}

@media(min-width:768px) {
	
    .nav-tabs {
        display: flex;
        background: #e3c19f;
        font-size: 16px;
        border: none;
    }

    .nav-tabs a {
        color: #fff;
        border: none !important;
        padding: 15px 20px;
    }

    .card {
        border: none;
    }

    .card .card-header {
        display: none;
    }

    .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
	
	.mobile-video-view {
    display: block;
}

.desktop-video-view {
    display: none;
}

.mobile-image-view {
    display: block;
}
.desktop-image-view {
    display: none;
}
	
	
	
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        position: inherit;
        border: none;
    }

    .card-header {
        padding: 10px;
        background: #0068aa;
        border-radius: 0px !important;
    }

    .card-header h5 a {
        font-size: 14px;
        color: #fff;
    }

    .management-card-sub {
        flex: 0 1 100%;
    }
}

@media screen and (min-width: 45em) {
    .timeline__content:before {
        left: auto;
        right: -1em;
        border-left: 1em solid #f8f6f4;
        border-right: none;
    }
}

@media screen and (min-width: 45em) {
    .timeline__content--flipped {
        float: right;
    }

    .timeline__content--flipped:before {
        left: -1em;
        right: auto;
        border-left: none;
        border-right: 1em solid #f8f6f4;
    }
}

@media screen and (min-width: 45em) {
    .timeline:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 45em) {
    .timeline__id {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 45em) {
    .timeline__content {
        margin-left: 0;
        width: calc(50% - 4em);
    }
}
