:root {
  --bs-text:#262626;
  --bs-hover:#68ddff;
  --bs-dark:#193866;
  --bs-light:#254a81;
  --bs-gray:#edf0f5;
  --bs-orange:#ffa200;
  --bs-primary:#1EB4E6;
  --bs-light-bg:#E0F0FF;
  --bs-border:#dee2e6;
}
body,html {
  color: var(--bs-text);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 2200px) {
    .page-container { max-width: 2200px;margin:0 auto; }
}
section#mvp1 {
    text-align: center;
    background-position-y: 100% !important;
    background-position-x: 50% !important;
    padding-bottom: 120px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#mvp1 .container {
    position: relative;
}
#mvp1 h1 {
    width: 65%;
    margin: auto;
    display: block;
    padding-top: 118px;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 102.14%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}
#mvp1 p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 65%;
    margin: auto;
    margin-bottom: 46px;
}
.btn.btn-theme {
    color: #fff;
    margin: auto;
    background: var(--bs-dark);
    border-radius: 20px;
    text-align: center;
    padding: 14px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: bold;
    min-width: 200px;
}
section#mvp2 {
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
}
.title {
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    color: #333333;
    margin: 0;
    margin-bottom: 40px;
}
section p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
}
#mvp2 ul {
    padding-left: 0;
    display: inline-block;
    margin: 0;
}
#mvp2 li {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    padding-left: 30px;
    width: 50%;
    float: left;
}
#mvp2 li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    color: var(--bs-orange);
    position: absolute;
    left: 0px;
    font-size: 23px;
}
.logos-list-item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.section {
    padding: 35px 0;
}
.section-gray {
    background-color: #f5f5f6;
}
.heading-title h1 {
    margin-top: 50px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
.heading-title p {
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 55px;
    font-size: 25px;
}
.cards--page-main-1 .cards-item {
    display: block;
    background: #fcfcfc;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 15px;
    text-decoration: none !important;
    color: var(--bs-text);
}
.cards--page-main-1 .cards-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #fcfcfc;
    outline: #fcfcfc solid 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    z-index: 2;
}
.cards--page-main-1 .cards-wrapper {
    padding: 76px 20px 80px;
}
.cards--page-main-1 .cards-icon, .cards--page-main-1 .cards-name, .cards--page-main-1 .cards-text {
    position: relative;
    z-index: 5;
}
.cards--page-main-1 .cards-icon {
    line-height: 60px;
    margin-bottom: 12px;
}
.cards--page-main-1 .cards-icon .icon, .cards--page-main-1 .cards-icon svg {
    height: 60px;
    max-height: 60px;
    vertical-align: middle;
}
.cards--page-main-1 .cards-name h4 {
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    color: inherit;
}
.cards--page-main-1 .cards-item:hover:before {
    opacity: .9;
    background: #0cf;
    outline: #0cf solid 1px;
    background: var(--bs-hover)!important;
}
.cards-text p {
    line-height: 30px;
}
.bg-main-color {
    background: var(--bs-dark);
}
.no-decoration { text-decoration: none !important; }
.border-light-color { border-color: var(--bs-light); }
.w-10 { width: 10%; }
.w-5 { width: 5%; }
.color-orange { color: var(--bs-orange);border-color: var(--bs-orange); }
.border-2 { border-width: 0.25rem; }
.form-control-lg,.btn-lg { padding: 1rem; }
.custom-select-lg { height: 64.50px; }
.btn-primary { background: var(--bs-primary);border-color: var(--bs-primary); }
.btn-dark { background: var(--bs-dark);border-color: var(--bs-light); }
.btn-dark:hover { background: var(--bs-light);border-color: var(--bs-dark); }
.rounded-left-0 { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }
.rounded-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.group-wrapper select {
    width: 45% !important;
    font-size: 11px;
    font-weight: bold;
    padding-right: 0;
}
.invalid-feedback {
    color: red;
    font-weight: bold;
    text-align: left;
}
.bg-contactus { 
    background: url(../images/background_contact_us.jpg) no-repeat left top var(--bs-light-bg);
    background-size: 50%;
    min-height: 400px;
}
.contact-us-overlay { background: rgb(146 131 131 / 10%); }
.w-20 { width: 20%; }
.light-bg { background-color: var(--bs-light-bg); }
@media (min-width: 992px) {
    .border-lg-right { border-right: 1px solid var(--bs-border) !important; }
    .footer { padding-top: 75px; }
}
@media (max-width: 991px) {
    .bg-contactus { background: var(--bs-light-bg) !important; }
    .feature-sections-wrapper .feature-sections-tabs .nav-tabs li { width: 100% !important; }
    .feature-sections-wrapper .feature-sections-tabs {
        margin-bottom: 30px;
        position: relative !important;
        top: 0 !important;
    }
    .feature-sections-wrapper section { margin-top: 40px !important; }
    .feature-sections-wrapper section .container { padding: 0 24px !important;display: block !important; }
    .feature-sections-wrapper .side-featured-wrapper, .feature-sections-wrapper .side-content-wrapper {
        width: 100% !important;
        text-align: left;
        margin-bottom: 30px;
        float: none !important;
    }
    .feature-sections-wrapper .side-content-wrapper .side-content-text ul { margin: 0 !important; }
    .slider-content .svgImage .slider-content-container .imageUpper { width: 45%; top: 0; }
    .slider-content .slider-content-container div.slider-big-text { width: 100%;line-height: 1.4;font-size: 26px; }
    .slider-content .slider-content-container div.slider-paragraph { display: none; }
    .s-tb.slider-content { padding: 25px 0;overflow: hidden; }
    .padding-lg { padding: 6rem 1.5rem !important; }
    .text-md-center { text-align: center; }
    /*.feature-boxes-module .card-title { font-size: 22px; }*/
    .service-wrap-layout3 h2 { font-size: 25px;line-height: 32px; }
    section.service-wrap-layout3 .item-img img { margin-top: 0;width:100% !important;height: auto !important;min-height: auto !important; }
    .counter-boxes .counter-repeat .counter5 img { float: none; margin-right: 0; }
    .counter-boxes .counter-repeat .counter5 { height: 180px; padding: 0; }
    .counter-boxes .counter-repeat {border: none;padding: 0 15px;}
    #mvp1 h1 {font-size: 36px!important;line-height: 1.3!important; }
    #mvp1 p,.description, .boxes-module .card .card-text { font-size: 16px !important; }
    .h3, h3 { font-size: 1.25rem !important; }
    .h2, h2 { font-size: 1.5rem; }
    #mvp1 p,#mvp1 h1 { width: 100%; }
    .btn.btn-theme { font-size: 14px;min-width: auto; }
    .hire-bullets.technologies-tabs ul { padding-left: 0; }
    .hire-bullets.technologies-tabs ul li { float: none; width: 100%; }
}
@media (max-width: 1199px) {
    .feature-cards .card .flaticon-content { left: 0; }
}
@media (min-width: 1200px) {
    .card-deck-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .card-deck-lg .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
@media (max-width: 576px) {
    body { overflow-x: hidden; }
    .contact-captcha-wrapper { justify-content: flex-start !important; }
    .svgImage img { opacity: 0.35; }
    .h3, h3 { font-size: 1.25rem !important; }
}
.form-check-input { margin-top: 0.1rem; }
.form-check-lg .form-check-input { width: 20px;height: 20px; }
.form-check-lg .form-check-label { font-size: 16px;line-height: 22px;margin-left: .5rem; }
.contact-us-form .attachments { position: relative; }
.contact-us-form .attachments .file-input { 
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: var(--bs-light)
}
.error {
    color: var(--bs-dark);
    font-size: 7rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}
.description,.boxes-module .card .card-text { font-weight: 400;font-size: 18px;line-height: 30px; }
.boxes-module .card i.fas,.boxes-module .card svg { color: var(--bs-light); }
.boxes-module .card { box-sizing: border-box;border-bottom: 5px solid transparent !important; }
.boxes-module .card .card-body { padding: 40px 24px; }
.boxes-module .card:hover {
    box-shadow: 0 44px 98px 0 rgb(0 0 0 / 12%);
    border-bottom-color: var(--bs-light) !important;
    background: rgba(255, 255, 255, 0.05);
    z-index: 99;
}
.feature-sections-wrapper .feature-sections-tabs {
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    z-index: 100;
    padding: 0;
    margin-bottom: 20px;
    transition: 0.5s;
    margin-top: 0;
    top: 106px;
}
.feature-sections-wrapper .feature-sections-tabs .nav-tabs { 
    border: none;
    text-align: center;
    align-items: stretch;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.feature-sections-wrapper .feature-sections-tabs .nav-tabs a {
    border: none;
    font-weight: 600;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    background: none!important;
    margin: 0;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
    transition: 0.2s ease;
    border-bottom: 2px solid transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 50px;
    color: var(--bs-text);
    font-size: 18px;
}
.feature-sections-wrapper .feature-sections-tabs .nav-tabs a.nav-link:hover,.feature-sections-wrapper .feature-sections-tabs .nav-tabs a.nav-link.active { color: var(--bs-hover);border-color: var(--bs-hover); }
.feature-sections-wrapper section { padding: 10px 0 0 0;margin-top: 80px; }
.feature-sections-wrapper .side-content-wrapper { width: 50%;display: inline-block; }
.feature-sections-wrapper .side-content-wrapper .side-content-text ul { margin-top: 25px;padding-left: 0;list-style: none; }
.feature-sections-wrapper .side-content-wrapper .side-content-text ul > li {  
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    margin: 0;
    font-size: 16px;
}
.feature-sections-wrapper .side-content-wrapper .side-content-text ul > li:before {
    padding-right: 10px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    content: "\f00c";
    color: var(--bs-light);
}
.feature-sections-wrapper .side-featured-wrapper {
    width: 45%;
    float: right;
    margin-left: auto;
    text-align: center;
}
.feature-sections-wrapper section .container { 
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0 60px; 
}
.feature-sections-wrapper .featured-left .container {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.feature-sections-wrapper .side-featured-wrapper .featured-image img { width: 100%;max-width: 650px; }
.feature-sections-wrapper .featured-left .side-featured-wrapper {
    margin-left: 0;
    margin-right: auto;
}
.s-tb {
    background: url('../images/bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.svgImage .slider-content-container {
    position: relative;
    padding: 0;
}
.svgImage .slider-content-container .imageUpper {
    position: absolute;
    right: 0;
    width: 40%;
    top: -15%;
}
.slider-content div.slider-big-text {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 26px;
    line-height: 48px;
    width: 45%;
    animation: fadeInLeft 2000ms ease-in-out;
}
.slider-content div.slider-paragraph {
    color: #4d4d4f;
    margin-bottom: 20px;
    width: 40%;
    line-height: 30px;
    animation: fadeInUp 1500ms ease-in-out;
}
.slider-content .slider-btn-area { margin-top: 36px;animation: fadeInUp 2000ms ease-in-out; }
.svgImage .slider-content-container .imageUpper img {
    position: static;
    max-width: 700px;
    width: 100%;
    max-height: 500px;
    transform: scale(1);
    top: 0;
    left: 0;
    object-fit: contain;
}
.padding-lg { padding: 6rem; }
.item-icon img { max-width: 75px;max-height: 57px; }
.feature-boxes-module .card:hover .item-icon img { animation: shakeX 1500ms; }
section.service-wrap-layout3 { padding-top: 6rem;overflow: hidden; }
.dash-shape-2,.dash-shape-1 { position: relative; }
.dash-shape-2::after {
    content: "";
    height: 13.5rem;
    width: 13.5rem;
    border-radius: 50%;
    border: 1px dashed rgb(99, 99, 99);
    position: absolute;
    top: -9.75rem;
    left: -9.5rem;
    z-index: -1;
}
.dash-shape-2::before {
    content: "";
    height: 11rem;
    width: 11rem;
    border-radius: 50%;
    border: 1px dashed rgb(99, 99, 99);
    position: absolute;
    top: -9rem;
    left: -8rem;
    z-index: -1;
}
.fs-6 * { font-size: 16px; }
.media .item-icon.gradient-accent-tickMark {
    height: 20px;
    width: 20px;
    transition: none;
    border-radius: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.media .item-icon.gradient-accent-tickMark i:before {
    font-size: 18px;
    color: #43a047;
}
section.service-wrap-layout3 .item-img img {
    margin-top: -30px;
    width:550px;
    min-height: 420px;
    object-fit: cover;
}
.item-icon { position: relative; }
.icon-bg img { max-width: 115px; max-height: 115px; }
.flaticon-content {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
}
.flaticon-content.center { left: 0; }
.feature-cards .card:hover .item-icon .flaticon-content img { animation: flipOutY 400ms; }
.dash-shape-1::before {
    content: "";
    height: 10.5rem;
    width: 10.5rem;
    border-radius: 50%;
    border: 1px dashed rgb(99, 99, 99);
    position: absolute;
    bottom: -5rem;
    right: -7.5rem;
    z-index: -1;
}
.dash-shape-1::after {
    content: "";
    height: 15.5rem;
    width: 15.5rem;
    border-radius: 50%;
    border: 1px dashed rgb(99, 99, 99);
    position: absolute;
    bottom: -9rem;
    right: -10rem;
    z-index: -1;
}
.counter-repeat {
    padding: 0px;
    border-left: 1px solid rgb(236, 236, 236);
    border-right: 1px solid rgb(236, 236, 236);
}
.counter-repeat .counter5 {
    height: 125px;
    padding: 0px 20px;
    border-radius: 0px;
    display: table;
    width: 100%;
}
.counter-repeat .first-counter {
    border-bottom: 1px solid rgb(236, 236, 236);
}
.counter-repeat .counter5 div {
    display: table-cell;
    vertical-align: middle;
}
.counter-repeat .counter5 img {
    float: left;
    margin-right: 20px;
}
.counter-repeat .counter5 h2 {
    margin: 0px;
    color: var(--bs-light);
    font-size: 22px;
}
.counter-repeat .counter5 p {
    font-size: 16px;
    padding-top: 7px;
    margin: 0px;
    line-height: 21px;
    color: rgb(109, 109, 109);
}
.card.shadow { box-shadow: rgb(207 224 234) 0px 2px 10px 0px; }
.card.shadow-hover:hover { box-shadow: rgb(207 224 234) 0px 2px 10px 0px; }
section.service-wrap-layout3 .item-img { text-align: center; }
.hover-cards .card-deck-lg .card { border-bottom: 5px solid var(--bs-dark); }
.hover-cards .card-deck-lg .card:hover { background-color: var(--bs-dark);transition: background-color 0.5s ease-in-out;overflow: hidden; }
.hover-cards .card-deck-lg .card:hover .card-body * { color: white; }
.hover-cards .card-deck-lg .card:hover .card-img-top { transform: scale(1.01) translateZ(0);max-width: 100%; }
.technologies-tabs ul { list-style: none; }
.technologies-tabs ul li {
    float: left;
    width: 25%;
    padding: 10px;
}
.technologies-tabs ul li span {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
    transition: all .5s ease 0s;
    display: block;
    padding: 15px 10px;
    height: 70px;
}
.technologies-tabs ul li span:hover {
    box-shadow: 5px 10px 10px rgb(0 0 0 / 30%);
    border: 1px solid #356d9d;
}
.technologies-tabs ul li a { color: var(--bs-text);text-decoration: none; }
.technologies-tabs ul li span img {
    margin: 0 10px 0 0;
    display: block;
    float: left;
}
.technologies-tabs ul li span h5 {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 30px;
}
.page-wrapper ul li { line-height: 30px; }
.hero-section {
    position: relative;
    height: calc(100vh - 150px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
}
.highlight {
    color: var(--bs-dark);
}
.cta-section {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div[data-tf-live] button[data-tf-popup] {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    padding: 1rem !important;
    display: block !important;
    width: 50% !important;
    height: auto !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: uppercase !important;
    margin: 0 auto !important;
}
.slider-content div.slider-big-text { font-size: 72px; line-height: 80px; width: 55%; }
.slider-content div.slider-paragraph { font-size: 24px; width: 55%; line-height: 48px; }
@media (max-width: 1024px) {
    .slider-content div.slider-big-text { font-size: 30px;line-height: 48px;width: 100%; }
    .slider-content .slider-content-container div.slider-paragraph { display: block; width: 100%;font-size: 16px;line-height: 30px; }
    .slider-content.hero-section { background-position: center center; }
}
.tf-form [data-tf-widget] { min-height: 750px; }
.btn.btn-theme.btn-theme-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}