body {
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    overflow-x: hidden;
    font-weight: normal;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 0px;
}

.h2-title {
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.h3-title {
    font-weight: 500;
    font-size: 28px;
    color: #051937;
    line-height: 1;
}

.h4-title {
    font-size: 28px;
    color: #333;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: bold;
    color: #051937;
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
    margin: 0 auto;
    text-align: center !important;
    display: block;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !important;
    height: 46px;
    padding-top: 8px;
}

.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: #48155e;
    box-shadow: 0px 0px 3px 0 #2a0232;
}

.main-banner button.cp-bg:hover,
.main-banner button.blue-bg:hover {
    background-color: #11b7e5;
}

.main-banner .top-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.main-banner {
    background-image: url(../images/banner.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;
}

.main-banner img.sm-icon {
    height: 40px;
}

.main-banner SUP {
    font-size: 10px;
    color: #fff;
    top: -11px;
}

.main-banner .h2-title {
    color: #00fdfd;
    font-size: 24px;
    font-weight: 500;
}

.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: transparent ! important;
    border: 1px solid #fff! important;
    border-radius: 30px! important;
    padding: 8px 30px! important;
    font-size: 20px! important;
    box-shadow: none;
    color: #00fdfd;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #1ccdb9 ! important;
    border: 1px solid #1a7dc6 ! important;
    color: #fff !important;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

ul.service li i {
    padding-right: 20px;
    color: #051937;
    font-size: 26px;
}


/*------refactoring------*/

.refactoring {
    background-image: url(../images/solution-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.refactoring .image-right {
    margin: 0 auto;
    text-align: center;
}



.owl-carousel .owl-item .item {
    position: relative;
}

.owl-carousel .owl-item .item-1 a:hover::before,
.owl-carousel .owl-item .item-3 a:hover::before {
    background: rgb(50 1 49 / 78%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-radius: 15px;
}

.owl-carousel .owl-item .item-2 a:hover::before {
    background: rgb(0 32 91 / 78%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-radius: 15px;
}


/*------application------*/

.application img {
    display: flex;
    margin: 0 auto;
}

.application .h3-title {
    margin-bottom: 0;
}

.application .application-title {
    background-color: #dfebfd;
    padding: 15px;
    border-radius: 8px;
}

.application .application-title .h3-title {
    font-size: 22px;
}


/*------product------*/

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #fff ! important;
    border: 1px solid #051937;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
    color: #051937;
}

.btn-block {
    display: block;
    width: 100%;
}

.product .btn-primary:hover {
    background-color: #051937 ! important;
    border: 1px solid #051937! important;
    color: #051937;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.product .btn-primary:focus {
    box-shadow: none;
}

section.product {
    margin-bottom: -24px;
    background-color: #f1f1f1;
}

.product .h2-title {
    color: #000;
    font-size: 28px;
}

.owl-nav {
    display: none;
}


@media only screen and (max-width: 991px) {
    .h2-title,
    .product .h2-title {
        font-size: 20px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    .main-banner .thanks-border {
        margin: 30px 0;
    }
    button.news-carousel-button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    ul.service {
        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 !important;
        font-size: 16px !important;
    }
    .main-banner .btn-primary,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active:focus {
        padding: 7px 20px !important;
        font-size: 16px !important;
    }
    .product .btn-primary,
    .product .btn-primary:not(:disabled):not(.disabled):active,
    .product .btn-primary:not(:disabled):not(.disabled):active:focus,
    .product .btn-primary:hover,
    .product .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
    }
    .p-title {
        font-size: 16px;
    }
    .h1-title {
        font-size: 25px;
    }
    .h4-title {
        font-size: 22px;
    }
    .modal {
        overflow-y: hidden;
    }
    .modal-dialog {
        height: 100%;
    }
    .modal-content {
        height: 100%;
        overflow-y: auto;
        max-width: 100%;
    }
    .main-banner .right-vector.text-center img {
        width: 330px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 41px;
        padding-top: 8px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .d-inline-block.website {
        padding-top: 2px;
    }
    .main-banner .h2-title {
        font-size: 19px;
    }
    .main-banner .top-banner {
        top: 55%;
    }
    .application span.li-left {
        font-size: 16px;
    }
    .application .application-title .h3-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 463px) {
    button.news-carousel-button {
        font-size: 14px;
    }
    .h1-title {
        font-size: 23px;
    }
}

@media screen and (max-width: 381px) {
    button.news-carousel-button {
        font-size: 11px;
    }
}

@media screen and (min-width: 993px) and (max-width:1199px) {
    .benefits .single_service_inner {
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .challenges .p-title {
        margin-left: -25px;
    }
    button.news-carousel-button {
        padding: 5px 20px;
    }
}

@media screen and (min-width: 1200px) {
    .challenges .p-title {
        margin-left: -25px;
    }
}

@media screen and (min-width: 768px) {
    .main-banner .bg-light {
        padding-left: 150px;
    }
}

@media screen and (max-width: 992px) {
    #myBtn {
        padding: 2px 10px;
        font-size: 20px;
        right: 10px;
    }
}
