body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}

/* Typography */

h1 {
    font-size: 64px;
    font-weight: 600;
}

h2 {
    font-size: 56px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

p {
    line-height: 150%;
    font-weight: 400;
}

.colorYellow {
    color: #E5AA10;
}

/* Typography */

/* Buttons */

.btn-primary {
    font-size: 16px;
    color: #fff;
    background-color: #556B89;
    border-color: #556B89;
    font-weight: 600;
    --bs-btn-padding-y: .7rem;
    --bs-btn-padding-x: 1.5rem;
}

.btn-primary:hover {
    background-color: #364558;
    border-color: #364558;
}

.btn-light {
    font-size: 16px;
    color: #556B89;
    font-weight: 600;
    --bs-btn-padding-y: .7rem;
    --bs-btn-padding-x: 1.5rem;
}

.btn-light:hover {
    color: #364558;
}

.btn-link {
    color: #E5AA10;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
    position: relative;
    display: inline-block;
}

.btn-link::after {
    content: "";
    background: url("../images/ic_more.svg") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 8px;
    top: 5px;
    position: absolute;
    margin-left: 10px;
    transition: .1s all;
}

.btn-link:hover {
    color: #E5AA10;
}

.btn-link:hover::after {

    margin-left: 15px;
}

/* Buttons */
/* Paddings */
.sec-padding-y {
    padding: 72px 0;
}

.navbar-toggler:focus {
    box-shadow: 0;
}

.bg-yellow {
    background-color: #E5AA10;
}

.navbar .navbar-brand img {
    height: 54px;
}

.navbar-nav .nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    border-top: 1px solid rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, .7)
}



.navbar-nav .nav-item .nav-link {
    font-weight: 600;
}

.navbar-nav .nav-item .dropdown-item {
    font-weight: 600;
    font-size: 14px;

}

.navbar-toggler {
    color: #fff;
}

.main-carousel img,
.carousel-img-xl {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.carousel-caption {
    font-size: 24px;
    font-weight: 600;
}

.aboutPage .colImg img, .services-list img {
    opacity: .9;
    transition: opacity 0.5s ease-in-out;
}
.services-list img {
    opacity: .8;
    transition: opacity 0.5s ease-in-out;
}
.aboutPage .colImg img:hover, .services-list img:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important ;
    opacity: 1;
}



.about-left-sec {

    background: #E5AA10 url(../images/img-logo-trans.svg) 140% 50% no-repeat;
}

.about-left-sec-alpha6 {
    background: rgba(229, 170, 16, .6) url(../images/img-logo-trans.svg) 140% 50% no-repeat;
}

.about-sec .about-left-sec h3 {
    font-weight: 400;
}

.about-sec .about-right-sec {

    background-color: #556B89;
}

.about-sec .about-right-sec p {
    color: #E3E3E3;
    font-size: 20px;
}

.services-sec {
    border-bottom: 2px solid #556B89;
}

.services-sec .services-left-sec {
    background-color: #556B89
}

.services-sec .services-left-sec .img-services-left {
    position: relative;
    left: calc(var(--bs-gutter-x) * -.5);
    max-height: 660px;

}

.services-list {
    margin-bottom: 32px;

}

/* .services-sec .col-lg-6:nth-child(2n) .services-list{
    margin-bottom: 0;
} */

.services-list p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-transform: capitalize;
}

.services-sec .services-right-sec {}


.carrers-sec {}


footer {
    background-color: #535962;
}

.footer-links li {
    font-weight: 600;
    color: #989BA1;
}

.footer-links li a {
    font-weight: 600;
    color: #989BA1;
    text-decoration: none;
}

.footer-links li a:hover {
    color: #DDDEE0;
    /* text-decoration: underline; */
}



/* Inner pages */

.services-bg {
    /* background: #fff url("../images/img-carousel01.jpg") 0 50% no-repeat; */
    background: #fff url("../images/img-banner-services.jpg") 0 30% no-repeat;
}

.about-bg {
    background: #fff url("../images/img-carousel02.jpg") 0 40% no-repeat;
}
.careers-bg {
    background: #fff url("../images/img-careers.jpg") 0 40% no-repeat;
}
.data-bg {
    background: #fff url("../images/img-carousel03.jpg") 0 50% no-repeat;
    /* background: #fff url("../images/img-banner-ai.jpg") 0 30% no-repeat; */
}
.contact-bg {
    background: #fff url("../images/img-banner-contact.jpg") 0 27% no-repeat;
}


.detail-banner {
    background-size: cover;
    height: 250px;
}

.detail-info {
    padding: 1rem;
    display: flex;
    align-items: center;
    height: 250px;
}

.services-info {
    background-color: rgba(32, 162, 140, .75);
}

.about-info {
    /* background-color: rgba(229, 170, 16, .75); */
    background-color: rgba(0, 0, 0, .4);
}
.data-info {
    background-color: rgba(32, 140, 162, .75);
}
.contact-info {
    /* background-color: rgba(217, 32, 120, .75); */
    background-color: rgba(0, 0, 0, .4);
}

.detail-info-text {
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    overflow: hidden;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}

.detail-title {
    padding: 1rem;
}

.services-title {
    background-color: rgba(32, 162, 140, 1);
}

.about-title {
    background-color: rgba(229, 170, 16, 1);
}
.data-title {
    background-color: rgba(32, 140, 162, 1);
}
.contact-title {
    /* background-color: rgba(217, 32, 120, 1); */
    background-color: #E5AA10;
}

/* .services-title-text {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
} */

.vheight {
    min-height: 400px;
}

.services-page {}

.services-tabs {
    padding: 0;
}

.services-tabs .nav {}

.services-tabs .nav-link {
    text-align: left;
    color: #333;
    border-radius: 0;
}

.services-tabs .nav-link.active {
    background-color: #666;
    ;
}

.services-tabs .tab-content {
    margin-left: 2rem;
}

.services-tabs .tab-content h5 {
    margin-bottom: 1rem;
    line-height: 40px;
}

.services-tabs .tab-content>.tab-pane ul {
    /* padding: 0;*/
}

.services-tabs .tab-content>.tab-pane ul li {
    margin-bottom: 1rem;
    /* list-style: none; */
}

.detail-cont ul li {
    margin-bottom: 1rem;
}
.detail-cont h5 {
    margin-bottom: 1rem;
    line-height: 40px;
}

.services-tabs .tab-content>.tab-pane ul li .fa-arrow-right {
    color: #E5AA10;
    font-weight: bold;
}

.footer-links .active {
    color: #fff !important
}

.objFitCenter {
    object-fit: cover; object-position: center;
}





/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* Typography */

    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    h3 {
        font-size: 24px;
        font-weight: 600;
    }

    /* Typography */
    .about-sec .about-right-sec p {
        font-size: 18px;
    }

    .services-list:last-child {}
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .services-tabs .tab-content {
        margin-left: 0rem;
        padding: 1rem;
    }

    .services-tabs {}

    .services-tabs {
        flex-direction: column;
    }

    .services-tabs .nav {

        flex-wrap: nowrap;
        width: 100%;
        overflow: scroll;
        margin-bottom: 20px;
        border-bottom: 1px solid #666;
    }

    .services-tabs .nav-link {
        display: flex;
        text-wrap: nowrap;
    }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {


    /* Paddings */
    .sec-padding-y {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .navbar .navbar-brand img {
        height: 40px;
    }

    .carousel-caption {
        font-size: 14px;
        font-weight: 600;
        left: 5%;
        right: 5%;
    }

    .socialMediaLinks li {
        float: left;
        width: 25%;
        text-align: center;
    }

    .socialMediaLinks li img {
        width: 40px;
    }
}

/* model mask styles */

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, .5);
  }