﻿body {
}
/*font*/
@font-face {
    font-family: robo-m;
    src: url(/font/Roboto-Medium.ttf);
}
@font-face {
    font-family: robo-r;
    src: url(/font/Roboto-Regular.ttf);
}
@font-face {
    font-family: robo-b;
    src: url(/font/Roboto-Bold.ttf);
}

.tab-bg-c1 {
    background-color: #fbf8f4;
    min-height: 100px;
    padding:95px 0px 95px 0px;
}
.tab-bg-c2 {
    min-height: 100px;
    padding: 95px 0px 95px 0px;
}
.tab-bg-c3 {
    background-color: #5e7775;
    min-height: 100px;
    padding: 95px 0px 95px 0px;
}
.title-h {
    font-family: robo-m;
    font-size: 16pt;
    color: #b2b2b2;
    text-transform:uppercase;
    margin-bottom:40px;
}
.text-caption {
    font-family: robo-r;
    color: #876c47;
    font-size:20pt; /*26*/
    text-align:justify;
}
.text-desc {
    font-family: robo-r;
    color: #4d4d4d;
    font-size: 13pt;
    margin-top: 40px;
    text-align:justify;
}

.title-h-big {
    font-family: robo-r;
    text-transform: capitalize;
    color: #876c47;
    font-size:21pt;
}

ul {
    list-style-type: none;
    padding:0px;
}
    ul li {
        padding: 10px 0px 0px 0px;
    }

.skill_container {
    padding: 25px !important;
    color: #876c47;
    font-family:robo-b;
}

.skill_divider {
    background: #876c47;
    height: 2px;
    margin: 25px 0 15px;
    width: 18px;
}

.leaders_container {
    display: flex;
    gap: 20px;
   
    max-width: 100%;
    overflow: visible;
    overflow-x: auto;
}

.leader_container {
    align-items: flex-start;
    color: #51331b;
    cursor: default;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    max-width: 420px;
    min-width: 400px;
    padding: 25px 25px 35px;
    transition: all .2s ease;
    width: 100%;
    font-family:robo-r;
    text-align:justify;
}

.leader_image {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 150px;
    object-fit: cover;
    width: 150px;
}
.leader_name {
    font-family: robo-b;
}
.leader_designation
{
    margin-top:-14px;
    font-style:italic;
}

.leaders_container::-webkit-scrollbar {
    background: #fff;
    border-radius: 16px;
    height: 5px;
    max-width: 600px;
}

.leaders_container::-webkit-scrollbar-thumb {
    background: #876c47;
    border-radius: 16px;
}

.banner {
    height: 100vh;
    position: relative;
    width: 100%;
}

.banner .banner_image {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index:13;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 1920px;*/
    margin: 0 auto;
    padding: 7px 17.6666%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 14;
    background: transparent linear-gradient(180deg, #000000cc 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
    height: 130px;
    color: white;
}
    .nav .nav_right {
        align-items: center;
        display: flex;
        gap: 7px;
    }
.nav_lang {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 300;
    line-height: 90%;
    opacity: .7;
    text-transform: uppercase;
}

.nav_line {
    background: #fff;
    height: 16px;
    opacity: .7;
    width: 1px;
}
.nav_logo {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_show {
    background: none;
    background-color: #fff;
    position: fixed;
    z-index: 11;
    color: #ae7129;
    border-bottom: 1px solid whitesmoke;
}
.title_secondary {
    color: #876c47;
    font-size: 26px;
    font-weight: 400;
}

.banner {
    height: 100vh;
    position: relative;
    width: 100%;
}
.banner_title {
    bottom: 12%;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin: auto 15% 0;
    max-height: 250px;
    max-width: 620px;
    position: absolute;
    text-transform: uppercase;
    font-family:robo-b;
    z-index:13;
}
.banner_gradient {
    background: transparent linear-gradient(0deg,#000000cc,#ffffff00) 0 0 no-repeat padding-box;
    bottom: 0;
    height: 35vh;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    z-index:13;
}

/* HD */
@media screen and (max-width: 1500px) {
    #img-footer-logo
    {
        width:100%;
        margin-top:0px !important;
    }
}

/* HD+ */
@media screen and (max-width: 1600px) {
    .text-caption
    {
        font-size:14pt;
    }
    .text-desc
    {
        font-size:12pt;
    }

}

@media screen and (max-width:1000px)
{
    .tab-1-block-img {
        display: none;
    }

    .tab-1-block-img-mobi {
        display: block !important;
    }
}

@media screen and (max-width:1400px) {
    .nav
    {
        padding:7px 9.4666%;
    }
    
}

@media screen and (min-width:1000px)
{
    #ht-1 {
        width:auto !important;
        max-width: 720px !important;
    }
}


/*Mobi*/
@media screen and (max-width: 500px) {
    #slider-mobi
    {
        display:block !important;
    }
    #slider-desktop
    {
        display:none;
    }
    .banner
    {
        height:390px !important;
    }
    .nav {
        padding: 7px 2.6666% !important;
    }
    .tab-bg-c2
    {
        padding:35px 0px 35px 0px
    }
    #block-img-vision
    {
        padding:0px !important;
        margin:20px 0px 0px 0px !important;
    }
    #block-vision{
        padding:45px 0px 0px 0px !important;
    }
    #block-core-value {
        padding: 35px 0px 0px 0px !important;
    }
    #tab-core-value
    {
        padding-top:0px !important;
        padding-right:20px !important;
    }
    #block-img-core-value {
        padding: 0px !important;
        margin: 20px 0px 0px 0px !important;
    }
    #block-team {
        padding: 35px 0px 25px 0px !important;
    }
    #img-footer-logo
    {
        margin:65px 0px 0px 0px !important;
        width:100%;
    }
    #block-service
    {
        padding:0px !important;
    }
    #block-img-service-1 {
        margin: 0px !important;
        padding: 0px !important;
    }
    #block-img-service-2 {
        margin: 0px !important;
        padding: 0px !important;
        display:none;
    }
    #block-img-service-2-mobi {
        margin: 0px !important;
        padding: 0px !important;
        display: block !important;
    }
    .text-desc
    {
        margin-top:20px !important;
        margin-bottom:40px;
    }
    #block-service-2
    {
        margin-top:0px !important;
    }
    .block-text-service
    {
        padding-right:10px !important;
        padding-left:10px !important;
    }
    .leader_container {
        min-width: 320px !important;
    }
    #block-footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .tab-1-block-img
    {
        display:none;
    }
    .tab-1-block-img-mobi
    {
        display:block !important;
    }
    .banner_title
    {
        font-size:18pt;
        line-height:normal;
        margin:auto 8% 0;
    }
    .tab-bg-c1
    {
        padding-top:30px !important;
        padding-bottom:10px !important;
    }
    .text-caption
    {
        padding-right:14px !important;
    }
    #tab-contact {
        padding-right: 14px !important;
        padding-top: 30px !important;
    }
    #text-intro
    {
        margin-bottom:30px;
    }
    #vision-text{
        margin-top:-20px;
        margin-bottom:40px;    

    }
}

.dropdown-toggle::after {
    
}
.dropdown-menu {
    background-color: #024663;
}

.nav_show  .nav_right a {
    color: #ae7129 !important
}
.dropdown-item {
    color: #B2B2B2 !important;
}

.leader_image:hover {
    -webkit-filter: none;
    filter: none;
}