@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Exo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Heebo', sans-serif;
    overflow-x: hidden;
}

a {
    list-style: none;
    text-decoration: none;
}
p {
    font-family: 'Lato', sans-serif;font-size: 18px;
    color: #212529;
}

header nav li{
    font-family: 'Heebo', sans-serif;
}

li{
    font-family: 'Lato', sans-serif;
}
section:nth-child(1) {
    margin: 0;
}
section{
    margin: 2rem 0;
}

h1 {
    text-transform: uppercase;
}

/* Header Section */
header {
    z-index: 9999;
    position: relative;
    background-color: #fff;
}

.navbar-collapse {
    position: relative;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.header-fixed .navbar-nav-main {
    padding-top: 23px;
}


.top-menu {
    position: absolute;
    right: 0;
    top: -12px;
}

.top-menu .nav-item .nav-link {
    color: #000000;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0);
}

.navbar-nav-main {
    padding-top: 25px;
    width: 90%;
}

.navbar-nav-main .nav-link {
    font-size: 18px;
    font-weight: 400;
    /* padding-left: 60px !important; */
    color: #000000;
    position: relative;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header .navbar-nav-main .nav-item {
    padding: 0px 6px;
}

header .navbar-nav-main .nav-link:hover {
    color: #000;
    border-bottom: 3px solid #f6ee33;
}

.underline {
    color: #0fa8ba !important;
    text-decoration: none;
    position: relative;
}

.underline:after {
    position: absolute;
    content: '';
    height: 4px;
    bottom: -4px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    width: 26%;
    background: #0fa8ba;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.underline:hover:after,
.navbar-nav-main .nav-link:hover:after {
    position: absolute;
    width: 80%;
    background: #0fa8ba;
    left: 16px;
    bottom: 0;
}

/* End Header Section */
/* Banner Section */

.banner {
    background-image: url(../images/banner.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    position: relative;
}

/*.banner-it{
   background-image: url(../images/banner/cyber-security.png); 
 }
 .banner-swift{
   background-image: url(../images/banner/swift.png); 
 }
 .banner-tpn{
   background-image: url(../images/banner/tpn.png); 
 }
 .banner-consulting{
    background-image: url(../images/banner/consulting.png); 
 }
 .banner-testing{
    background-image: url(../images/banner/testing.png); 
 }*/
.banner .heading {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 0);
    background-color: rgb(250, 250, 250, 0.8);
    padding: 22px 0;
}

.banner .heading h1 {
    color: #1942ce;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 7px 20px;
}

.banner .heading h2 {
    color: #222224;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px 20px;
}



.mvl-banner {

    padding-top: 80px;
    padding-bottom: 80px;
}

.hz-line {
    width: 94px;
    height: 4px;
    background-color: #ff0000;
    position: relative;
}

.banner-heading {
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.banner-heading span {
    font-size: 48px;
    font-weight: 800;
}

.banner-caption {
    padding-top: 150px;
}

.banner-caption:after {
    content: '';
    background: url(../images/lock.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: right top;
    background-size: 53%;
}

/*.banner-caption1:after{
    background: url(../images/banner/banner1.png) no-repeat;
 }
 .banner-caption2:after{
    background: url(../images/banner/banner2.png) no-repeat;
 }
 .banner-caption3:after{
    background: url(../images/banner/banner3.png) no-repeat;
 }
 .carousel-caption:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-position: right top;
    background-size: 53%;
}


.banner-caption1{
    position: relative;
    right: 0;
}*/
.banner-caption::before {
    content: '';
    background: url(../images/triangle-shape.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 13%;
    background-position: left top;
    background-size: 28%;
    z-index: 0;
}

/*.carousel-caption::before{
    content: '';
    background: url(../images/triangle-shape.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 13%;
    background-position: left top;
    background-size: 28%;
    z-index: 0;
}*/
.mvlco-banner .carousel-item img {
    width: 100%;
}

.mvlco-banner .carousel-caption {
    color: #000;
    text-align: left;
    bottom: 25%;
    left: 10%;
}

.mvlco-banner .carousel-caption.slideTwo {
    bottom: 30%;
    left: 10%;
}

.mvlco-banner .carousel-caption.slideThree {
    top: 0%;
    left: 40%;
    width: 100%;
}

.mvlco-banner .carousel-indicators {
    margin-bottom: 0;
}

.mvlco-banner .carousel-indicators li {
    background-color: #e0494a;
}

.get-btn {
    border: 2px solid black;
    background-color: transparent;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-color: #0fa8ba;
    color: #000000;
    z-index: 1;
}

.hvr-shutter-out-horizontal:hover {
    background-color: #0fa8ba;
}

/* Interesting facts */
.interesting-facts {
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center !important;
}

.about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.interesting-facts {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hz-line-white {
    width: 95px;
    height: 4px;
    background-color: #ffffff;
    display: inline-block;
}

.heading {
    font-size: 40px;
    font-weight: 600;
}

.fact-box {
    background-color: rgba(75, 190, 203, 0.7);
    border-radius: 5px;
    box-shadow: 0px 0px 4px #3b4c48;
    padding: 10px;
    text-align: center;
}

.fact-box h5 {
    font-size: 20px;
    padding-top: 16px;
    min-height: 60px;
}

.fact-box:hover {
    background-color: rgba(75, 190, 203, 1);
}

/* About Css */

.about {
    position: relative;
}

.about::after {
    content: '';
    /* background: url(../images/about-mvl-before.png) no-repeat; */
    background: url(../images/about-us.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 19%;
    background-position: right top;
    background-size: 35%;
    z-index: 0;
}

.about-img {
    content: '';
    background: url(../images/about-mvl-before.png) no-repeat;
    /* background: url(../images/about-mvl.jpg) no-repeat; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 7%;
    top: 0;
    background-position: left top;
    background-size: 35%;
    z-index: 0;
}

/* testimonial */
.testimonials {
    margin-top: 75px;
}

.testimonials p {
    font-size: 18px;
    font-weight: 500;
    color: #373636;
    text-align: center;
    padding: 21px;
}

.testimonials h4 {
    /*text-transform: uppercase;*/
    text-align: center;
    padding-bottom: 20px;
    font-size: 1rem;
    font-weight: 700;
}

/* .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {position: relative;}

.owl-prev{right: 50%;}
.owl-next{left: 50%;}
.testimonial-content {
    -webkit-box-shadow: 0px 3px 5px 3px rgba(172,172,172,1);
-moz-box-shadow: 0px 3px 5px 3px rgba(172,172,172,1);
box-shadow: 0px 3px 5px 3px rgba(172,172,172,1);
} */
.testimonials .carousel-item {
    background-color: #ffffff;
}

.testimonials .carousel-control-prev-icon {
    background-image: url(../images/icons/left-icon.png);
}

.testimonials .carousel-control-next-icon {
    background-image: url(../images/icons/right-icon.png);
}

.testimonials .carousel-control-prev {
    left: -110px;
}

.testimonials .carousel-control-next {
    right: -110px;
}

.testimonials .carousel-control-next-icon,
.testimonials .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

/*Our Team*/
.leadership {
    padding: 50px 0;
}

.leadership-col {
    text-align: left;
    border: 1px solid #0fa8ba;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, .2);
    margin-top: 25px;
    height: 96%;
}

.leadership h3 {
    color: #000;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

.leadership h3::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 35px;
    background-color: #0fa8ba;
    left: -30px;
    top: 0;
}

.leadership-col p {
    /*color: #000;*/
    font-weight: 400;
    font-size: 18px;
}

.leadership-col ul li {
    font-size: 18px;
}

/*End Our Team*/



/* Dropdown Css */

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #000;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
        box-shadow: 0px 3px 10px #d7d7d7;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.dropdown-toggle::after {
    display: none;
    /* margin-left: .255em; */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(246, 238, 51, 0.35);
}

.nav-item .dropdown-menu li {
    white-space: normal;
    border-bottom: 1px solid #ccc;

}

/* ============ desktop view .end// ============ */



/* Get started Css */
.get-started {
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center !important;
}

.get-started-box {
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-right: 86px;
    background-color: #ffffff;
}

.get-started-box h3 {
    font-size: 34px;
    font-weight: bold;
}

.get-started-box .num a,
.get-started-btn .num a {
    color: #fff;
    /*text-decoration: underline;*/
    transition: 0.3s;
}

.get-started-box .num a:hover,
.get-started-btn .num a:hover {
    color: #000;
    text-decoration: none;
}

.get-started-btn {
    /*background-color: #0fa8ba;*/
    background-color: #0fa8ba78;
    border: none;
    color: white;
    padding: 15px 32px;
    /*text-align: center;*/
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    /*cursor: pointer;*/
}

footer h5 {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.footer-list {
    list-style: none;
}

/* .footer-list li{position: relative;}
.footer-list li:after {
    content: '>';
    color: #f15a2a;
    font-size: 19px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
} */
.footer-list li a {
    color: #ffffff;
    font-size: 19px;
    transition: 0.6s;
    text-decoration: none;
}

.footer-list li a:hover {
    color: #000000;
}

.copyrightContainer {
    color: #000;
    font-size: 12px;
    padding: 10px;
    /* padding-bottom: 15px; */
    background-color: #FEE600;
}

.copyrightContainer p {
    font-size: 16px;
    margin-bottom: 0;
}

.scroll-top {
    width: 40px;
    height: 40px;
    background: #000;
    color: #f6ee33;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    border: none;
    transition: 0.5s ease;
}

/*Contact css*/
.ts-service-icon-wrapper {
    float: left;
}

.ts-service-icon-wrapper .ts-service-icon {
    background: #003468 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: -5px 20px 0 0;
    width: 30px;
    text-align: center;
}

.ts-service-info {
    display: table-cell;
}

.ts-service-info p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

/*Contact css end*/

/* Clients page */
.clients {
    gap: 40px;
}  
.clients > div {
    box-shadow: 0 0 8px lightgray;
    border-radius: 5px;
    margin: auto;
}

/* RESPONSIVE CSS */
@media only screen and (max-width: 1199px) {
    .banner .heading {
        /*width: 300px!important;*/
        padding: 15px 0;
    }

    .banner .heading h1 {
        margin: 0 0 7px 15px;
        font-size: 25px;
    }

    .banner .heading h2 {
        margin: 0 0 7px 15px;
    }
}

@media only screen and (max-width: 1024px) {
    header .navbar-nav-main .nav-item {
        padding: 0px 8px;
    }

    .testimonials .carousel-control-prev {
        left: -65px;
    }

    .testimonials .carousel-control-next {
        right: -65px;
    }

    .testimonials {
        margin-top: 0px;
    }

    .get-started-box {
        padding-top: 40px;
        padding-left: 40px;
        padding-bottom: 40px;
        padding-right: 40px;
        background-color: #ffffff;
    }

    .footer-list li a {
        font-size: 15px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .banner-caption:after {
        content: '';
        background: url(../images/lock.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 20px;
        background-position: right top;
        background-size: 65%;
    }

    .banner-heading {
        font-size: 30px;
        font-weight: bold;
        position: relative;
    }

    .fact-box h5 {
        min-height: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .header-fixed {
        position: initial;
    }

    .underline:after {
        display: none;
    }

    .top-menu {
        display: none;
    }

    .navbar-brand img {
        width: 72px;
    }

    .banner-heading {
        font-size: 24px;
        font-weight: bold;
        position: relative;
        width: 56%;
    }

    .banner-caption {
        padding-top: 20px;
    }

    .banner-caption:after {
        content: '';
        background: url(../images/lock.png) no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 67px;
        background-position: right top;
        background-size: 55%;
    }

    .fact-box h5 {
        min-height: 110px;
    }

}

@media only screen and (max-width: 812px) {
    .banner {
        /*background-image: url(../images/banner-mob.png);*/
        /*background-position: inherit;*/
    }

    .mvlco-banner .carousel-caption .get-started-btn {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    header .navbar-nav-main .nav-item {
        padding: 0px 0px;
    }

    .about::after {
        display: none;
    }

    .heading {
        font-size: 30px;
        font-weight: bold;
    }

    .interesting-facts {
        height: auto;
    }

    .testimonials .carousel-control-prev {
        left: -38px;
    }

    .testimonials .carousel-control-next {
        right: -38px;
    }

    .get-started {
        height: auto;
    }

    .get-started-box {
        padding-top: 22px;
        padding-left: 22px;
        padding-bottom: 22px;
        padding-right: 22px;
        background-color: #ffffff;
        margin-bottom: 30px;
    }

    .footer-list li a {
        color: #ffffff;
        font-size: 15px;
        transition: 0.6s;
        text-decoration: none;
    }

    .fact-box h5 {
        min-height: 90px;
    }


    .banner .heading {
        width: 100%;
    }


}

@media only screen and (max-width: 600px) {
    .hz-line {
        width: 64px;
    }

    .mvlco-banner .banner-heading {
        font-size: 12px;
    }

    .mvlco-banner .carousel-caption {
        bottom: 0px;
    }
}

@media only screen and (max-width: 580px) {
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem .25rem;
        font-size: 12px;
    }

    .fact-box h5 {
        min-height: 0;
    }
}

@media only screen and (max-width: 480px) {
    .banner-caption:after {
        top: 57px;
    }

    .banner-heading {
        font-size: 29px;
        font-weight: bold;
        position: relative;
        width: 75%;
    }

    .about::after {
        display: none;
    }

    .testimonials .carousel-control-next {
        right: -23px;
    }

    .testimonials .carousel-control-prev {
        left: -23px;
    }

    footer-list li a {
        color: #ffffff;
        font-size: 16px;
        transition: 0.6s;
        text-decoration: none;
    }

}

@media only screen and (max-width: 320px) {
    .banner-heading {
        width: 90%;
    }
}

.about-us-philosophy figure,
.about-us-leadership figure {
    display: flex;
}

.about-us-philosophy .img-div {
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about-us-philosophy .img-div img {
    width: 60%;
}

.about-us-philosophy .core-values .img-div {
    background-color: #FEE600;
}

.about-us-philosophy .core-values figcaption p {
    margin-bottom: 0;
}

.about-us-leadership .img-div img {
    width: 75px;
    height: auto;
}

.process-reengineered .internal-about-img {
    width: 80%;
}

.process-reengineered .internal-about-img::before {
    top: -15px;
    right: 50px;
}

.panel ul {
    margin-left: 16px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 3px solid #f6ee33;
}

.button-back {
    background: url(../images/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 500;
}

footer {
    background: #222;
    color: #fff;
    padding-top: 10px;
}

footer .nav-link {
    color: #aaa;
    padding: 0;
}

footer a:hover {
    color: #ffffff;
}

footer h3 {
    color: #FEE600;
    letter-spacing: 1px;
    margin: 30px 0 20px;
}

footer .three-column {
    overflow: hidden;
}

footer .three-column li {
    width: 50%;
    float: left;
    padding: 5px 0;
}

footer .socila-list {
    overflow: hidden;
    margin: 20px 0 10px -15px;
}

footer .socila-list li {
    float: left;
    margin-right: 3px;
    opacity: 0.7;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

footer .img-thumbnail {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #444;
    margin-bottom: 5px;
}

footer p,footer li,footer a{
    font-family: 'Lato', sans-serif;font-size: 16px;

}
#subscribe-box .emailfield {
    margin: auto;
}

input[placeholder="Email"] {
    background: rgba(255, 255, 255, 0.075);
    padding: 5px 7.5px;
    color: #aaa;
    border: 3px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    text-align: center;
    width: 80%;
}

button.submitbutton.ripplelink {
    background: #FEE600;
    border: 3px solid rgba(0, 0, 0, 0.1);
    color: #000;
    border-color: #FEE600;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    transition-delay: 0s;
    width: 80%;
    font-size: 16px;
    /* font-weight: 700; */
    border: 0px solid;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 5px 7.5px;
    margin-bottom: 16px;
    border-radius: 5px;
}

@media only screen and (max-width: 576px) {
    .banner-heading span {
        font-size: 18px;

    }
}

.carousel-inner {
    background: #fee600;
}

@media (max-width:576px) {
    .carousel-caption .hz-line {
        display: none;
    }

    .mvlco-banner .carousel-caption.slideThree {
        bottom: 0%;
        top: 40%;
        left: 17%;
        width: 100%;
        text-align: center;
    }

    .mt-sm-3 {
        margin-top: 1rem;
    }
}

[alt="ABC"] {
    width: 150px;
}