
    html {
        scroll-behavior: smooth;
    }
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Comfortaa', cursive;
        font-weight: 400;
        color: #606060;
    }
    
    h1 {
        font-size: 34px;
        font-family: 'Philosopher', sans-serif;
        font-weight: 600;
    }
    
    h2 {
        font-size: 32px;
        color: #4661AE;
        font-family: 'Philosopher', sans-serif;
        margin-bottom: 14px;
    }
    
    h3 {
        font-size: 24px;
        font-family: 'Philosopher', sans-serif;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    h4 {
        font-size: 20px;
        font-family: 'Philosopher', sans-serif;
        margin-bottom: 20px;
        font-weight: 600;
         color: #4661AE;
    }
    
    h5 {
        font-size: 18px;
        margin-bottom: 10px;
         color: #4661AE;
        font-family: 'Philosopher', sans-serif;
        margin-bottom: 20px;
        font-weight: 600;
    }
    
    h6{
        font-size: 15px;
      	 color: #4661AE;
        font-family: 'Philosopher', sans-serif;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    p {
        color: #606060;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    p.large{
        font-size: 18px;
    }
    a {
        font-size: 16px;
        font-family: 'Philosopher', sans-serif;
    }
    .a-initial{
        font-size: inherit;
        font-family: inherit;
        text-decoration: none;
        color: inherit;
    }
    
    li {
        font-size: 15px;
    }
    .bullet-points{
        padding-left: 20px;
    }
    
    section {
        padding: 60px 0px;
    }
    @media(max-width: 480px) {
        section {
            padding: 30px 15px;
        }
        h2 {
            font-size: 28px;
        }
        h3 {
            font-size: 24px;
        }
    }
    
    text-light-black {
        color: #d7d8db;
    }
    
    .text-skilles {
        text-align: justify;
    }
    
    .text-blue {
        color: #4661AE;
    }
    .text-red {
        color: #d1342d;
    }
    .bg-blue {
        background: #5572b3;
    }
    .text-light-blue {
        color: #eff0f2;
    }
    .bg-light-blue {
        background: #eff0f2;
    }
    
    .bg-purple{
        background-color: #822a92 !important;
    }
  
    /*Header CSS BEGINS*/
    header{
        padding: 10px 0px;
    }
    header img{
        width: 150px;
    }
    .navbar-nav .nav-link{
        color: #000;
        font-weight: 600;
    }
    .hamberger-icon{
        width: 50px;
        margin-top: 30px;
    }
    .navbar-toggler{
        box-shadow: none !important;
    }
    .header-text{
        color: #000;
    }
    /*.stickymain {*/
    /*    position: fixed !important;*/
    /*    top: 0;*/
    /*    width: 100% !important;*/
    /*    z-index: 999;*/
    /*    background: #fff;*/
    /*    transition: 0.3s all ease-in-out;*/
    /*}*/
    .active .nav-link{
        color: #822a92 !important;
        border-bottom: 2px solid #822a92 !important;
    }
    @media(max-width: 991px){
        .navbar-nav .nav-link{
            text-align: right;
        }
        .header-text{
            font-size: 26px;
        }
    }
    @media(max-width:480px){
        header img{
            width: 120px;
            margin-bottom: 5px;
        }
        .header-text{
            font-size: 18px;
        }
    }
    /*Header CSS ENDS*/
    
    @media(min-width: 1800px){
        .banner-text{
            width: 72% !important;
            margin: 40px auto !important;
            left: 30px !important;
            font-size: 46px !important;
        }
        .banner-btns a{
            font-size: 30px !important;
            width: 52% !important;
        }
    }
    
    .banner-text{
        text-align: center;
        width: 65%;
        margin: 22px auto;
        position: relative;
        left: -20px;
        font-size: 34px;
        color: #000;
    }
    .banner-btns a{
        background: linear-gradient(45deg, #fff 60%, transparent);
        color: #000;
        padding: 4px 10px;
        text-align: left;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
        width: 44%;
        font-weight: 600;
        font-size: 20px;
        border-radius: 9px;
        /*border: 1px solid transparent;*/
    }
    
    .banner-btns a:hover, .banner-btns .active a{
        background: #000;
        color: #fff;
        /*border: 1px solid #fff;*/
    }
    
    .inner-page .banner-btns a{
        width: 100% !important;
        padding: 5px 10px 2px;
        font-size: 18px;
    }
    
    
    @media(max-width: 1024px){
        .banner-text{
            width: 80%;
        }
    }
    
    @media(max-width: 768px){
        .banner-sec{
            min-height: 75vh !important;
            background-position: 68% !important;
        }
        .banner-btns a{
            width: 75%;
        }
        .banner-text{
            width: 100%;
            font-size: 30px;
        }
    }
    
    @media(max-width: 480px){
        .banner-sec{
            min-height: 65vh !important;
            background: url('../img/mobile-banner.jpg') center center no-repeat !important;
            background-size: cover !important;
            display: flex;
            align-items: center;
        }
        .banner-text{
            width: 100%;
            margin: 0;
            position: initial;
        }
        .banner-btns a{
            width: 100%;
        }
    }
    
    @media(max-width: 420px){
        .banner-text{
            font-size: 28px;
        }
        .banner-sec{
            min-height: 52vh !important;
        }
    }
    
    @media(max-width: 320px){
        .banner-text{
            font-size: 25px;
        }
        .banner-sec{
            min-height: 55vh !important;
        }
    }
    .team-wrapper{
        border: 1px solid #ddd;
        padding: 20px;
        min-height: 300px;
        margin-bottom: 25px;
        border-radius: 9px;
    }
    .team-wrapper .bullet-points li{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .team-wrapper:hover{
        border: 1px solid #6a2e92;
    }
    .deal-card{
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 9px;
        padding-left: 40px;
        position: relative;
        margin-bottom: 25px;
    }
    .deal-no{
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .deal-card:hover{
        border: 1px solid #6a2e92;
    }
    .contact-wrapper{
        padding-left: 35px;
        position: relative;
    }
    .contact-wrapper .font-icon{
        position: absolute;
        left: 0;
        top: 0;
        margin-bottom: 0;
        font-size: 20px;
        color: #6a2e92;
    }
    .contact-wrapper a{
        font-size: 18px;
        color: #606060;
    }
    .page-title{
        padding: 10px 0px;
    }
    @media(min-width: 1600px){
        .content-card{
            min-height: 75vh !important;
        }
    }
    .content-card{
        background: #fff;
        padding: 50px;
        border-radius: 9px;
        height: 100%;
        min-height: 60vh;
    }
    .content-card p{
        /*color: #71baed;*/
        font-weight: 700;
    }
    .content-card li{
        /*color: #71baed;*/
        font-weight: 700;
    }
    .left-sidebar{
        padding-top: 50px;
        padding-left: 0;
    }
    .innerpage-footer{
        padding: 20px 0px 0px;
    }
    
    @media(max-width: 768px){
        .page-title{
            padding: 10px 0px;
        }
        .content-card{
            padding: 20px;
        }
        .left-sidebar{
            padding-top: 20px;
        }
    }
    @media(max-width: 480px){
        .team-wrapper{
            min-height: initial;
        }
        .content-card{
            min-height: initial;
        }
        .left-sidebar{
            padding-top: 0px;
        }
        
        .innerpage-footer{
            padding: 20px 0px 0px;
        }
    }
    