body {
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.h2-title {
    font-size: 34px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.h3-title {
    font-weight: 500;
    font-size: 32px;
    color: #000;
    line-height: 1.4;
}

.h4-title {
    font-size: 28px;
    color: #333;
}

.h5-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #1F252B;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: bold;
    color: #1494ff;
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    margin: 0 auto;
    text-align: center !important;
    display: block;
    height: 60px;
    padding-top: 11px;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !important;
    height: 48px;
    padding-top: 11px;
}

.main-banner .d-inline-block.website {
    float: right;
}

.main-banner .d-inline-block.website a {
    color: #fff;
    font-family: 'Heebo';
}

.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}

.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.main-banner button:focus {
    outline: none;
}

.main-banner button {
    border-radius: 8px;
    border: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
}

.main-banner button.blue-bg {
    background-color: #465d87;
}

.main-banner button.cp-bg {
    background-color: #450370;
    box-shadow: -1px -1px 4px 0px #180226;
}

.main-banner button.blue-bg:hover,
.main-banner button.cp-bg:hover {
    background-color: #3978bd;
}

.main-banner {
    /* background-color: #00205b; */
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-banner .h2-title {
    color: #fff;
}

.main-banner .btn-primary,
.main-banner .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #3978BD ! important;
    border: 1px solid #3978BD;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #3978BD;
    color: #000;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.main-banner .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}

.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

.main-banner_content .form_section h3 {
    font-size: 25px;
}


.paragraph-text img {
    width: 45%;
}

.main-para {
    font-size: 16px;
    line-height: 1.6;
}

.sub-para {
    font-size: 20px;
    font-weight: 800;
    color: #0d308a;
}

.learn-btn {
    border-radius: 10px;
    color: #fff;
    background-color: #0d308a;
}


/*--------- quote-message ---------*/

.quote-message {
    background: linear-gradient(to right, #57048a, #0e318b);
}

.quote {
    color: #fff;
    font-size: 18px;
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.quote img {
    max-width: 35px;
    margin-top: 8px;
}

.quote img:first-child {
    margin-left: -20px;
}

blockquote {
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}

blockquote cite {
    text-align: right;
}

blockquote cite:before {
    content: "\2013";
}


/*------------ our solution  ------------*/

.our-solution h2 {
    /* font-size: 24px; */
    color: #3978BD;
}

.our-solution img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.our-solution .tax_process {
    padding: 16px;
    height: 100%;
    box-shadow: 2px 2px 30px 0px rgb(214 215 215);
    transition: .5s;
}

.our-solution .tax_process:hover {
    transform: translateY(-10px);
    transition: .5s;
}


/*------ solution-leverage------ */

.solution-leverage {
    background-color: #f1f1f1;
}

.solution-leverage img {
    width: 80%;
}

.solution-leverage h2 {
    color: #3978BD;
}

.solution-lists li {
    padding: 20px 0;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

.dots {
    position: absolute;
    left: 0;
    top: 26px;
    height: 10px;
    width: 10px;
    background-color: #fbc343;
    border-radius: 50%;
    display: inline-block;
}


/*------------ analyst-speak --------------*/

.analyst-speak {
    padding: 50px 0px;
    padding-bottom: 36px;
}

.analyst-speak h2 {
    color: #3978BD;
}

.analyst-speak p {
    font-size: 16px;
}

.analyst-speak .card .card-header {
    position: relative;
    padding: 20px;
    border: none;
    background-color: #f9f9f9;
}

.analyst-speak .card {
    border: none;
    height: 100%;
}

.analyst-speak .card .card-header img {
    width: 38px;
}

.analyst-speak .card .card-header p {
    line-height: 1.6;
    margin: 0px 0 30px 0;
}

.card-header span:last-child {
    position: absolute;
    bottom: 24px;
    left: 20px;
    font-weight: 900;
}

.card-header .card-quotes:first-child {
    margin-left: -6px;
}

img.search {
    width: 90px;
    height: auto;
}


/*-------artificial-intelligence------*/

.artificial-intelligence ul li {
    font-size: 20px;
    padding: 10px 0 10px 50px;
    color: #464b4c;
    position: relative;
}

.artificial-intelligence ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-image: url(../images/1-04.svg);
    background-repeat: no-repeat;
    font-size: 26px;
    transform: translateY(-50%);
}

.artificial-intelligence .img-fluid {
    width: 280px;
}


/*------product------*/

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #3978BD ! important;
    border: 1px solid #3978BD;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.product .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #ff7b4f;
    color: #000;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.product .btn-primary:focus {
    box-shadow: none;
}

section.product {
    background-color: #f1f1f1;
    margin-bottom: -24px;
}

.product h2 {
    color: #3978BD;
    font-size: 36px;
}

@media only screen and (max-width: 991px) {
    .h2-title {
        font-size: 23px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    .main-banner .thanks-border {
        margin: 30px 0;
    }
    ul.solution-lists {
        text-align: left;
    }
    .our-customer .bottom-text p.p-title {
        font-size: 18px;
    }
    .largest-independent .col-lg-3.col-md-6.mb-lg-5 {
        margin-bottom: 30px;
    }
    .quote img {
        display: none;
    }
    .paragraph-text img,
    .section-image,
    .solution-leverage img {
        width: 70%;
    }
    .quote {
        padding: 20px;
    }
    .our-solution .tax_process:hover {
        transform: translateY(0px);
        transition: .5s;
    }
    .our-solution .tax_process {
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    ul.environment-checklist {
        padding: 0;
        display: block;
        width: 100%;
        text-align: left;
    }
    ul {
        padding: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .form-border .btn-primary {
        font-size: 15px;
        padding: 8px 14px;
    }
    .main-banner .btn-primary,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner.btn-primary:not(:disabled):not(.disabled):active:focus,
    .main-banner .btn-primary:hover,
    .main-banner .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .h1-title {
        font-size: 26px;
    }
    .h4-title {
        font-size: 22px;
    }
    .modal {
        overflow-y: hidden;
    }
    .modal-dialog {
        height: 100%;
    }
    .modal-content {
        height: 100%;
        overflow-y: auto;
        max-width: 100%;
    }
    .largest-independent .parameters {
        padding: 30px;
    }
    .largest-independent .round-img {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
    .environment .environment-checklist li {
        font-size: 16px;
    }
    li.policy1 {
        border-bottom-left-radius: 0px;
    }
    ul.social-icons {
        padding-left: 0px;
    }
    .containerization .box-content:hover {
        transform: translatey(-0px);
    }
    .largest-independent .parameters:hover {
        transform: translatey(-0px);
    }
    .solution-leverage h2,
    .our-solution h2,
    .analyst-speak h2,
    .product h2 {
        font-size: 24px;
    }
    .our-solution .tax_process {
        box-shadow: 2px 0px 13px 0px rgb(218 215 215);
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 44px;
        padding-top: 11px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .top-banner {
        top: 55%;
    }
    .main-banner .d-inline-block.website {
        padding-top: 3px;
    }
}

@media screen and (min-width: 992px) {
    .main-banner a.d-inline-block {
        padding-top: 3px;
    }
}

@media screen and (min-width: 768px) {
    .main-banner .bg-light {
        padding-left: 150px;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .largest-independent .round-img {
        width: 100px;
        height: 100px;
    }
    .largest-independent .parameters {
        padding: 26px;
    }
    .benefits .single_service_inner {
        padding: 10px;
    }
}
