#sec-testim,
#packages_section,
#industries_section {
    transition: all 1200ms ease-out;
    will-change: background;
}

.audit-button {
    margin: 0 0 0 20px;
    line-height: normal;
    box-shadow: inset 0 0 0 0 #e31b23;
    background-color: #002664;
}

.audit-button:hover {
    box-shadow: inset 400px 0 0 0 #c80955;
}

.seo-form-div h3 {
    text-align: center;
    color: #000000;
    font-weight: 900;
}

.seo-heading {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.seo-form-div form {
    padding: 20px;
    margin: 0 auto;
    background: #ffffff59;
}

.seo-form-div form input {
    border: 1px solid #eee;
    border-radius: 0 !important;
    padding: 5px 8px;
    color: #e31b23;
}

.seo-form-div form button {
    color: #fff;
    background: #e31b23;
    box-shadow: 0 0 15px 4px #8e3e524f;
    margin-top: 20px;
    padding: 8px 40px;
    border-radius: 0px Important;
}

.thankyou {
    padding: 13rem 0 9rem;
    text-align: center;
}

.thankyou h3 {
    font-size: 5rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #092563;
}

.thankyou p {
    font-size: 35px;
    color: #453d3d;
    margin: 19px 0;
}

.thankyou a {
    background: #3d3238;
    display: block;
    width: 178px;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 32px;
    color: #fff;
    font-size: 21px;
}

.seo-form-div form label {
    margin: 10px 0;
}

.seo-form-div form button:hover {
    background: #002664 !important;
    color: #fff;
    box-shadow: 0 0 15px 4px #00000052;
}

.seo-form-div .pull-right {
    float: right;
}

@media only screen and (min-width: 1200px) {
    #export {
        width: 160px;
    }
}

#trustpilot-gtm-floating-wrapper {
    display: none !important;
}

.pkg-details-inner ul li img {
    display: none
}

.pkg-details-inner ul li {
    list-style-image: url("images/icon.html");
    display: list-item;
}

.brand_logos img {
    width: 200px !important;
}

.cta2 {
    background: url(https://robustwebdesigns.com/images/banner-short.webp);
    text-align: center;
    padding: 3rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3rem 0 1rem;
}

.cta2 h1 {
    font-size: 59px;
    color: #fff;
    width: 62%;
    margin: 11px auto;
}

.cta2 p {
    color: #fff;
    font-size: 18px;
}

.cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 0 0;
}

.cta_btn li {
    transition: all 0.3s ease-in;
    background: #36383a;
    margin: 0 38px 0 0;
    padding: 9px 47px;
    border-radius: 5px;
    cursor: pointer;
    transform: scale(1.1);
    list-style: none;
}

.cta_btn li:nth-child(2) {
    background: linear-gradient(90deg, rgba(55, 111, 218, 1) 0%, rgba(212, 0, 74, 1) 100%);
}

.cta_btn li:hover {
    background: #002664;
}

.cta_btn li a {
    font-size: 18px;
    color: #fff;
}

.cta-left {
    position: absolute;
    left: 0;
    top: -11%;
    width: 21%;
}

.cta-right {
    position: absolute;
    right: 0;
    top: -6%;
    width: 21%;
}

.main_banner {
    padding: 0;
    background-color: #000;
    /* background: url(../images/book-banner.webp); */
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 749px;
    z-index: 2;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

section.main_banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.main_banner h1 {
    font-size: 38px;
    padding: 0;
    color: #fff;
    font-weight: 900;
    line-height: 49px;
}

.main_banner h1 span {
    display: block;
}

.main_banner h1 b {
    /* display: block; */
    color: #06ffab;
    font-size: 56px;
    font-style: italic;
}

.main_banner img {
    width: 94%;
    position: relative;
    top: 3rem;
    animation: scrollDownAnimation 3s ease infinite alternate;
}

.main_banner p {
    color: #fff;
    font-size: 18px;
    margin: 16px 0;
    line-height: 1.5;
    font-weight: 400;
}

.main_banner ul li {
    line-height: 2.2;
    font-size: 16px;
    list-style: none;
    color: #fff;
    font-weight: 700;
}

.main_banner a {
    padding: 15px 31px;
    margin: 28px 1rem 0 0;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.3s ease-in;
    background: linear-gradient(90deg, rgba(55, 111, 218, 1) 0%, rgba(212, 0, 74, 1) 100%);
    box-shadow: 0 8px 32px 0 rgb(37 32 34 / 39%);
}

.main_banner a:hover {
    /* background: #4566ce; */
}

.brand_logos {
    background: #f9f9f9;
}

.main_banner a i {
    padding: 0 10px 0 0;
    font-size: 18px;
}

.main_banner ul li i {
    padding: 0 10px 0 0;
    color: #06ffab;
}

.main_banner form {
    display: flex;
    background: #ffffff;
    width: 50%;
    padding: 31px 25px;
    border-radius: 8px;
    position: absolute;
    bottom: -6%;
    box-shadow: 1px 1px 13px #4248502e;
    border: 2px solid #00000012;
}

.main_banner form::After {
    content: '';
    position: absolute;
    background: url(../images/ownership-label.webp);
    right: -31px;
    top: -47px;
    width: 67px;
    height: 74px;
    background-size: cover;
    background-repeat: no-repeat;
    animation: scrollDownAnimation 1s ease infinite alternate;
}

.main_banner form input {
    width: 40%;
    margin: 0 15px 0 0;
    padding: 11px 17px;
    border: none;
    background: #e5e7e9;
}

.main_banner form button {
    border: none;
    width: 152px;
    border-radius: 6px;
    background: #1e222b;
    color: #fff;
    padding: 5px 0;
}

.process_wrap {
    text-align: center;
    padding: 50px 0;
    background-image: url(../images/background-03.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.process_wrap h2 {
    font-size: 42px;
    font-weight: 800;
    color: #201d1d;
}

.process_wrap p {
    width: 62%;
    margin: 1rem auto 0;
    font-size: 16px;
}

.process_wrap img {}

.floating-side-icons {
    padding-left: 20px;
    position: fixed;
    bottom: 100px;
    z-index: 4;
    animation: scrollDownAnimation 1s ease infinite alternate;
}

.floating-side-icons img {
    width: 40%;
    filter: hue-rotate(212deg);
}

#go-top-btn {
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#go-top-btn.show {
    opacity: 1;
    visibility: visible;
}

.mega_portfolio {
    background: url(../images/counter-bg.webp);
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.mega_portfolio h3 {
    font-size: 42px;
    width: 80%;
    margin: 0 auto 29px;
    font-weight: 700;
    color: #fff;
}

.mega_portfolio img {
    transition: all 0.3s ease-in;
    width: 100%;
    height: 380px;
    object-fit: cover;
    /* opacity: 0.8; */
    padding: 8px 8px 7px;
    border-radius: 22px;
}

.mega_portfolio img:hover {
    opacity: 0.8;
}

.mega_portfolio .col-lg-4,
.mega_portfolio .col-lg-4,
.mega_portfolio .col-xl-4 {
    padding: 0;
}

.mega_portfolio p {
    width: 76%;
    color: #fff;
    margin: 0 auto 2rem;
}

.cta_red {
    position: relative;
    background: url(../images/cta_bg.webp) !important;
    background-position: top center;
    background-repeat: no-repeat;
    header nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link-size: cover;
    min-height: 290px;
    display: inline-flex;
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta_red img.light {
    position: absolute;
    top: 0;
}

.cta_red h4 {
    font-size: 25px;
    line-height: 25px;
    color: #fff !important;
    margin-top: 2rem;
}

.cta_red h3 {
    font-size: 40px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 600;
    margin: 0 0 20px;
}

.cta_red p {
    font-size: 17px;
    color: #fff;
}

.cta_red .contact {
    padding: 20px;
    border-radius: 8px;
}

.cta_red .contact img {
    float: left;
    margin-right: 10px;
    /* filter: hue-rotate(212deg); */
}

.cta_red .contact span {
    font-size: 13px;
    color: #fff;
}

.cta_red .contact a {
    font-size: 15px;
    color: #fff;
    display: block;
}

.cta_red .contact .btn-cta {
    background: #f4f2dc;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0;
    color: #000;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    transition: .6s;
}

.inner_banner {
    text-align: center;
    padding: 9rem 0;
}

.inner_banner span {
    font-size: 18px;
    color: #fff;
}

.inner_banner h4 {
    font-size: 74px;
    font-weight: 700;
    margin: 13px 0 0 0;
    color: #fff;
}

.inner_banner.contact_bnr {
    background: linear-gradient(rgb(196 11 89 / 45%), rgb(65 104 208 / 44%)), url(../images/contact-us.webp);
    background-position: 100% 31%;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner_banner.privacy_bnr {
    background: linear-gradient(rgb(177 53 105 / 45%), rgb(61 106 212 / 82%)), url(../images/privacy-bn.webp);
    background-position: 100% 31%;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_bnr {
    background: linear-gradient(rgb(177 53 105 / 45%), rgb(61 106 212 / 82%)), url(../images/about-banner.webp);
}

.process_bnr {
    background: linear-gradient(rgb(177 53 105 / 0%), rgb(0 0 0 / 69%)), url(../images/process.webp);
}

.case_bnr {
    background: linear-gradient(rgb(177 53 105 / 0%), rgb(0 0 0 / 69%)), url(../images/case-study.webp);
    background-position: 100% 48%;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-tabs .tab-logo ul {
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 15px 0;
    border-radius: 6px;
    background: #22242a;
}

.portfolio-tabs .tab-logo ul button.nav-link.active {
    background: linear-gradient(90deg, rgba(55, 111, 218, 1) 0%, rgba(212, 0, 74, 1) 100%);
}

.portfolio-tabs .tab-logo ul button.nav-link {
    color: #fff;
    font-size: 18px;
}

.portfolio-tabs .tab-pane {}

.portfolio-tabs .tab-pane a {}

.portfolio-tabs .tab-pane a img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 10px;
    padding: 3px 0;
}

.services_wrap_bnr {
    padding: 8rem 0 5rem;
    background: url(../images/services-banner2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.services_wrap_bnr.arvr {
    background: linear-gradient(rgb(0 38 100 / 79%), rgb(148 40 124 / 74%)), url(../images/arve.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.services_wrap_bnr.game_development_bnr {
    background: linear-gradient(rgb(0 38 100 / 78%), rgb(114 10 91 / 56%)), url(https://meliorgames.com/wp-content/uploads/2019/11/Gameloft.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 59%;
}

.services_wrap_bnr .content_box h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.services_wrap_bnr .content_box p {
    font-size: 18px;
    margin: 20px 0;
    color: #fff;
}

.services_wrap_bnr .content_box ul li {
    list-style: none;
    line-height: 2;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin: 9px 15px 8px;
}

.services_wrap_bnr .content_box ul li i {
    color: #00fda8;
    padding: 0 3px 0 0;
    font-size: 19px;
}

.services_wrap_bnr .content_frm {
    width: 70%;
    background: #fff;
    padding: 2rem 3rem;
    border-radius: 20px;
    margin: 0 auto;
    /* background: rgb(255 255 255 / 50%); */
    box-shadow: 0 8px 32px 0 rgb(255 255 255 / 37%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 2px solid rgb(255 255 255 / 31%);
}

.services_wrap_bnr .content_frm h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #;
    margin: 0 0 15px 0;
}

.services_wrap_bnr .content_frm h3 span {
    display: block;
    color: #4366cf;
}

.services_wrap_bnr .brands {
    display: flex;
    align-items: center;
    margin: 21px 0;
    background: rgb(255 255 255 / 25%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 13px 4px;
}

.services_wrap_bnr .brands li {}

.services_wrap_bnr .brands li img {
    width: 100%;
    object-fit: contain;
    filter: invert(1);
}

.services_wrap_bnr .content_frm form {}

.services_wrap_bnr .content_frm form input,
.services_wrap_bnr .content_frm form textarea {
    width: 100%;
    padding: 16px 20px;
    margin: 7px 0;
    border-radius: 9px;
    border: none;
    background: #ebebeb;
}

.services_wrap_bnr .content_frm form textarea {
    height: 140px;
}

.services_wrap_bnr .content_frm form button {
    width: 100%;
    border: none;
    background: #262121;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in;
}

.services_wrap_bnr .content_frm form input,
.services_wrap_bnr .content_frm form textarea {
    outline: none;
}

.services_wrap_bnr .content_frm form button:hover {
    background: #4068d1;
}

.services_support {
    background: #3f69d263;
    margin: 0 0 4rem 0;
    padding: 3rem 0;
}

.services_support h3 {
    font-size: 35px;
    width: 70%;
    font-weight: 700;
    margin: 0 auto;
    color: #242020;
}

.services_support p {
    width: 72%;
    margin: 31px auto;
}

.services_support ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.services_support ul li {}

.services_support ul li img {
    width: 91px;
    transition: all 0.3s ease-in;
}

.services_support ul li img:hover {
    transform: scale(1.1);
}

.services_support ul li span {
    display: block;
    color: #141212;
    font-weight: 700;
}

.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #fff339
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

.modal_web {}

.modal_web img {
    width: 62%;
    position: absolute;
    left: -12%;
    top: -16%;
}

.modal_web h4 {
    font-size: 31px;
    font-weight: 700;
}

.modal_web p {
    font-size: 16px;
}

.modal_web form {}

.modal_web form input,
.modal_web form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    background: #ada7a747;
    border-radius: 8px;
    margin: 4px 0;
}

.modal_web form textarea {}

.modal_web form button {
    margin: 0;
    width: 100%;
    border: none;
    font-size: 18px;
}

.modal_web .modal-dialog {
    max-width: 652px;
}

.modal_web .modal-header {
    padding: 0;
    border: none;
    position: absolute;
    right: 24px;
    top: -6px;
    z-index: 2;
}

.modal_web .btn-close {
    background: #cb0652;
    opacity: 1;
    border-radius: 50%;
    line-height: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

.modal_web .btn-close i {
    color: #fff;
    font-size: 26px;
}

.index-sec3 {
    padding: 20px 0 50px;
    position: relative;
    z-index: 2;
}

.checkmateSec5-wrap,
.plan-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    height: 270px;
    transition: all 0.3s ease-in;
    position: relative;
}

.checkmateSec5-wrap,
.plan-content:hover {
    transform: scale(1.1);
    background: #cd034e24;
}

.checkmateSec5-wrap,
.plan-content:hover:hover a {
    transform: rotate(360deg);
}

.plan-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.plan-content p {
    font-size: 18px;
    height: 89px;
    overflow-y: scroll;
}

.plan-content a {
    background: linear-gradient(90deg, rgba(55, 111, 218, 1) 0%, rgba(212, 0, 74, 1) 100%);
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    font-size: 15px;
    color: #fff;
    transition: all 0.6s ease-in;
    position: absolute;
    bottom: -14px;
}

.plan-content span {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    display: block;
    background: #1e222b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0 0 16px;
}

.services_banner {
    position: relative;
}

.services_banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/service_banner.webp');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 48%;
    opacity: 0.2;
    z-index: 1;
}

.lang {
    background: #19875436;
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 8px 66px;
    margin: 0 auto;
    right: 0;
    align-items: center;
    left: 0;
}

.lang marquee {
    width: 89%;
    font-size: 16px;
    font-weight: 600;
    color: #1e222b;
}

.lang select {
    background: #198754;
    border: none;
    outline: none;
    color: #fff;
    width: 152px;
    text-align: center;
    padding: 7px 0;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
}

.lang select option {}

header {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 5px 10px -3px #8cc1c4;
    top: 5px;
}

header.sticky {
    position: fixed;
    background: linear-gradient(0deg, rgba(27, 31, 46, 1) 0%, rgba(27, 31, 44, 1) 100%)
}

header nav.navbar {
    padding: 0;
}

header.sticky nav.navbar {
    padding: 10px 0
}

header nav a.navbar-brand {
    font-size: 32px;
    font-weight: 700;
}

header.sticky nav a.navbar-brand {
    width: 120px
}

header nav a.navbar-brand img {
    width: 117px;
}

header nav button.navbar-toggler {
    color: #0f0734;
    font-size: 18px;
    border-radius: 5px;
    padding: 10px 13px;
    background: #130534;
}

header nav button.navbar-toggler i {
    color: #fff;
    font-size: 18px
}

header nav .navbar-collapse {
    justify-content: space-between
}

header nav .navbar-collapse ul.navbar-nav {
    width: 100%;
    justify-content: end;
    align-items: center;
}

header nav .navbar-collapse ul.navbar-nav li.nav-item {
    padding: 10px 13px;
    position: inherit
}

header nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    padding: 0;
    transition: all .3s ease-in-out;
    /* font-weight: 600; */
}

header nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ed045b;
}

nav ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle::after {
    content: '\2b';
    font-family: 'font awesome 6 pro';
    background: 0 0;
    border: none;
    vertical-align: inherit;
    font-weight: 700;
    transition: all .3s ease-in-out;
    transform: rotate(90deg)
}

/* nav ul.navbar-nav li.nav-item.dropdown:hover a.nav-link.dropdown-toggle::after { content: '\f068'; transform: rotate(0deg) } */
nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
    background: #fff;
    left: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    top: 119px;
    padding: 20px 50px;
    display: none;
    z-index: 1000;
}

header.sticky nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
    top: 77px
}

/* nav ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu { display: flex } */
nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu.show {
    display: flex
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li {
    border-right: 2px solid #b2b2b2;
    padding: 0 20px;
    width: 100%
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li:last-child {
    border-right: none
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li span {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b2b2b2;
    margin: 0 0 5px;
    padding: 0 0 10px;
    font-size: 18px
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li span img {
    width: 50px;
    margin: 0 10px 0 0
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
    padding: 10px;
    font-size: 16px;
    color: #1b1f2e;
    transition: all .3s ease-in-out;
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background: #f4f4f4;
    transform: translateX(-5px)
}

nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item i {
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px 0 0;
    color: #002664;
}

header nav .navbar-collapse .navbar-buttons {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
}

header nav .navbar-collapse .navbar-buttons a.call-btn {
    background: #002664;
    padding: 3px 30px;
    border-radius: 50px;
    line-height: 36px;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    animation: crescendo 1.5s alternate infinite ease-in;
    width: 174px;
    justify-content: center;
}

header nav .navbar-collapse .navbar-buttons a.call-btn:hover {
    background: #c60a57;
    color: #fff;
}

header nav .navbar-collapse .navbar-buttons a.call-btn i {
    font-size: 21px;
    margin: 0 5px 0 0;
    color: #ffffff;
}

header nav .navbar-collapse .navbar-buttons button.chat-btn {
    background: white;
    padding: 11px 30px;
    border-radius: 50px;
    color: #1b1f2e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .2s ease-in-out;
    display: flex;
    font-weight: 800;
    align-items: center;
    width: 177px;
    justify-content: center;
}

header nav .navbar-collapse .navbar-buttons button.chat-btn:hover {
    background: #002664;
    color: #fff
}

header nav .navbar-collapse .navbar-buttons button.chat-btn img {
    width: 40px;
    margin: 0 5px 0 0;
    display: none;
}

@keyframes crescendo {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

/*BEGIN RESPONSIVE*/
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main_banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .header-btn {
        padding: 2px 19px;
    }

    .header-btn,
    .homepage-contact-btn {
        font-size: 10px;
        padding: 10px 20px;
    }

    .main_banner form {
        width: 85%;
    }

    .main_banner a {
        padding: 15px 31px;
        margin: 23px 0;
        font-size: 18px;
        display: block;
        text-align: center;
    }

    .main_banner img {
        top: 0;
    }

    .img-cont-sec-content h2,
    .modal-body h5 {
        font-size: 28px;
    }

    .we-serve-bg .gray-box {
        padding: 22px 19px;
        margin: 14px;
    }

    .mega-pkg-bg h4 {
        font-size: 13px;
    }

    .mega-pkg-bg .crd_1 h3 {
        font-size: 2rem;
    }

    .mega-pkg-bg .mega-pkg-head ul li button {
        font-size: 16px;
    }

    .mega-pkg-bg .crd_1 li {
        font-size: 10px;
    }

    .mega-pkg-bg .crd_1 {
        height: 575px;
        padding: 2rem 1rem;
    }

    .mega-pkg-bg .crd_1 p {
        font-size: 11px;
    }

    .abouttext h2,
    .sec-tab h2,
    .tab-cont h3 {
        font-size: 29px;
        line-height: 41px;
    }

    .abouttext p {
        font-size: 12px;
    }

    .abouttext h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .banner-btn-2,
    .tabbox ul li.portfoliobox .cap-box .quotebtnbox a {
        padding: 12px 0;
        width: 208px;
    }

    .mega_portfolio h3 {
        font-size: 29px;
        margin: 0 auto 14px;
    }

    .mega_portfolio img {
        height: 251px;
        padding: 0px 4px 7px;
    }

    .cta_red p {
        font-size: 12px;
    }

    .cta_red img.light {
        width: 5%;
    }

    .cta_red .contact a {
        font-size: 13px;
    }

    .workcard h4 {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 3px;
    }

    .workcard img,
    .workimg img {
        width: 28%;
    }

    .workcard p {
        font-size: 16px;
        line-height: 21px;
        height: 123px;
        overflow-y: scroll;
    }

    .contacttext {
        padding: 0;
    }

    .contacttext h4 {
        font-size: 35px;
        line-height: 0;
    }

    .contactbody {
        padding: 0;
    }

    .contactlist ul li a {
        font-size: 17px;
        line-height: 42px;
    }

    .bg-footer .footer-list h7 {
        font-size: 16px;
    }

    .bg-footer .para {
        font-size: 12px;
        line-height: 23px;
    }

    .bg-footer .news-letter .lets-talk ul li a {
        font-size: 13px;
    }

    .bg-footer .news-letter .lets-talk,
    .portfolio-item {
        padding-top: 0;
    }

    a.header-btn.header-btn-slide {
        display: block;
    }

    .main_banner {
        height: 672px;
    }

    .company-logo {
        margin: 0;
    }

    .we-serve-bg .gray-box h7 {
        font-size: 19px;
    }

    section.contact-bg .map_area ul {
        display: block;
    }

    section.contact-bg .map_area ul li a {
        font-size: 16px;
    }

    .bg-footer .payment-method h10 {
        font-size: 17px;
    }

    .portfolio-tabs .tab-pane a img {
        height: 178px;
    }

    .portfolio-tabs .tab-logo ul button.nav-link {
        font-size: 10px;
    }

    .hero_content h1 {
        font-size: 31px;
    }

    .services_wrap_bnr .content_box h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .services_wrap_bnr .content_frm h3 {
        font-size: 23px;
    }

    .services_wrap_bnr .content_frm {
        width: 90%;
        padding: 2rem 2rem;
    }

    .aboutimg .tab-pane img {
        height: 406px;
        object-fit: cover;
    }

    .resize_images img {
        height: 354px;
    }

    .menu_ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main_banner h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .bg-footer .footer-list h6 {
        font-size: 10px;
    }

    .main_banner h1 b {
        font-size: 31px;
    }

    .header-btn {
        padding: 2px 19px;
    }

    .header-btn,
    .homepage-contact-btn {
        font-size: 10px;
        padding: 10px 20px;
    }

    .main_banner form {
        width: 85%;
    }

    .main_banner a {
        padding: 15px 31px;
        margin: 23px 0;
        font-size: 18px;
        display: block;
        text-align: center;
    }

    .main_banner img {
        top: 0;
    }

    .img-cont-sec-content h2,
    .modal-body h5 {
        font-size: 26px;
    }

    .we-serve-bg .gray-box {
        padding: 22px 19px;
        margin: 14px;
    }

    .mega-pkg-bg h4 {
        font-size: 13px;
    }

    .mega-pkg-bg .crd_1 h3 {
        font-size: 22px;
    }

    .mega-pkg-bg .mega-pkg-head ul li button {
        font-size: 16px;
    }

    .mega-pkg-bg .crd_1 li {
        font-size: 10px;
    }

    .mega-pkg-bg .crd_1 {
        height: 495px !important;
        padding: 1rem 1rem 0;
    }

    .mega-pkg-bg .crd_1 p {
        font-size: 11px;
    }

    .abouttext h2,
    .sec-tab h2,
    .tab-cont h3 {
        font-size: 29px;
        line-height: 41px;
    }

    .abouttext p {
        font-size: 12px;
    }

    .abouttext h4 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .banner-btn-2,
    .tabbox ul li.portfoliobox .cap-box .quotebtnbox a {
        padding: 12px 0;
        width: 208px;
    }

    .mega_portfolio h3 {
        font-size: 29px;
        margin: 0 auto 14px;
    }

    .mega_portfolio img {
        height: 167px;
        padding: 0px 4px 7px;
    }

    .cta_red p {
        font-size: 12px;
    }

    .cta_red img.light {
        width: 5%;
        left: 0;
    }

    .cta_red .contact a {
        font-size: 13px;
    }

    .workcard h4 {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 3px;
    }

    .workcard img,
    .workimg img {
        width: 28%;
    }

    .workcard p {
        font-size: 16px;
        line-height: 21px;
        height: 123px;
        overflow-y: scroll;
    }

    .contacttext {
        padding: 0;
    }

    .contacttext h4 {
        font-size: 35px;
        line-height: 0;
    }

    .contactbody {
        padding: 0;
    }

    .contactlist ul li a {
        font-size: 17px;
        line-height: 42px;
    }

    .bg-footer .footer-list h7 {
        font-size: 16px;
    }

    .bg-footer .para {
        font-size: 12px;
        line-height: 23px;
    }

    .bg-footer .news-letter .lets-talk ul li a {
        font-size: 13px;
    }

    .bg-footer .news-letter .lets-talk,
    .portfolio-item {
        padding-top: 0;
    }

    a.header-btn.header-btn-slide {
        display: block;
    }

    .main_banner {
        height: 753px;
        padding: 1rem 0 0;
    }

    .company-logo {
        margin: 0;
    }

    .we-serve-bg .gray-box h7 {
        font-size: 19px;
    }

    section.contact-bg .map_area ul {
        display: block;
    }

    section.contact-bg .map_area ul li a {
        font-size: 16px;
    }

    .bg-footer .payment-method h10 {
        font-size: 17px;
    }

    .portfolio-tabs .tab-pane a img {
        height: 178px;
    }

    .portfolio-tabs .tab-logo ul button.nav-link {
        font-size: 10px;
    }

    .hero_content h1 {
        font-size: 31px;
    }

    .services_wrap_bnr .content_box h3 {
        font-size: 27px;
        line-height: 38px;
    }

    .services_wrap_bnr .content_frm h3 {
        font-size: 22px;
    }

    .services_wrap_bnr .content_frm {
        width: 90%;
        padding: 2rem 2rem;
    }

    .aboutimg .tab-pane img {
        height: 406px;
        object-fit: cover;
    }

    .resize_images img {
        height: 354px;
    }

    .menu_ul li a {
        font-size: 27px;
    }

    .main_banner ul li {
        font-size: 11px;
    }

    .brand_logos img {
        padding: 3rem 0 0 0;
    }

    .checkmateSec5-wrap,
    .plan-content {
        margin: 2rem 0 0;
    }

    .plan-content h4 {
        font-size: 18px;
    }

    .mega-pkg-bg .crd_1 ul {
        height: 219px;
        margin: 14px 0;
        padding: 12px 28px;
    }

    .mega_portfolio {
        padding: 2rem 0;
    }

    .cta_red {
        min-height: 320px;
        text-align: center;
    }

    #accordionExample .col-md-6 {
        padding: 9px 0;
    }

    section.contactsec {
        display: none;
    }

    .sec-paqs {
        margin: 0;
    }

    .nav-first-half {
        width: 393px;
    }

    .img-cont-sec-content p {
        padding: 0 0 33px;
        margin: 0 !IMPORTANT;
    }

    .services_wrap_bnr .content_box ul li {
        font-size: 11px;
    }

    .services_wrap_bnr {
        padding: 3rem 0 1rem;
    }

    .services_wrap_bnr .content_frm form button {
        font-size: 12px;
    }

    .services_support h3 {
        font-size: 27px;
        width: 100%;
    }

    .services_support p {
        width: 100%;
        margin: 25px auto;
    }

    .your-story-content h4 {
        font-size: 27px;
    }

    .your-story-bg {
        padding: 95px 0;
        margin: 0;
    }

    .services_wrap_bnr .content_frm form textarea {
        height: 88px;
    }

    .services_wrap_bnr .content_box ul li {
        margin: 3px 6px 5px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .payment-method h5 {
        font-size: 12px;
    }

    header nav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        /* font-size: 20px; */
    }

    header nav .navbar-collapse .navbar-buttons {
        width: 100%;
        justify-content: center;
        padding: 0 0 20px;
    }

    nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .main_banner {
        height: 1000px;
    }

    .we-serve-bg .gray-box {
        padding: 16px;
    }

    .contactinput .button-3 {
        color: #fff !IMPORTANT;
        background: #000000;
    }

    nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu.show {
        flex-direction: column;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #7b8bca !important;
    }

    nav ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a.dropdown-item {
        font-size: 12px;
    }

    nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
        padding: 14px 0px;
    }

    .img-cont-sec-content {
        padding: 0;
    }

    .we-serve-bg .gray-box .para {
        font-size: 16px;
    }

    header nav .navbar-collapse .navbar-buttons {
        width: 83%;
    }

    .main_banner h1 {
        font-size: 23px;
        line-height: 39px;
    }

    .main_banner ul li {
        line-height: 2.2;
        font-size: 10px;
    }

    .main_banner h1 b {
        font-size: 42px;
    }

    .main_banner a {
        padding: 13px 31px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .main_banner img {
        display: none;
    }

    a.company-logo img {
        width: 243px;
        max-width: 167px;
    }

    .company-logo {
        margin: auto 0 auto 58px;
    }

    .main_banner form {
        display: block;
        width: 97%;
        position: relative;
        top: 1rem;
    }

    .main_banner form input {
        width: 100%;
        margin: 10px 0;
    }

    .main_banner form button {
        width: 100%;
    }

    .services_banner {
        margin: 2rem 0;
    }

    .checkmateSec5-wrap,
    .plan-content {
        height: 276px;
        margin: 1rem 0;
    }

    .plan-content h4 {
        margin: 10px;
    }

    .plan-content p {
        height: auto;
        overflow-y: inherit;
    }

    .process_wrap p {
        width: 100%;
        font-size: 14px;
    }

    .mega-pkg-bg .crd_1 {
        height: 645px;
        margin: 11px 0;
    }

    .mega-pkg-bg .crd_1 li {
        font-size: 10px;
    }

    .mega_portfolio h3 {
        font-size: 18px;
        width: 93%;
        line-height: 31px;
    }

    .mega_portfolio {
        padding: 2rem 0;
    }

    .mega_portfolio img {
        width: 82%;
        height: 358px;
        padding: 8px 8px 7px;
        margin: 0 auto;
        display: block;
    }

    .cta_red {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        min-height: 266px;
        padding: 4rem 0;
    }

    .cta_red h3 {
        font-size: 33px;
    }

    .cta_red img.light,
    #go-top-btn {
        display: none;
    }

    .contactinput label {
        color: #fff;
    }

    .contactinput input {
        border-bottom: 1px solid #cbc1c1;
        color: #ffffff !important;
        background: #c9c9c963;
        border-radius: 9px;
        padding: 020px;
    }

    .portfolio-tabs .tab-pane a img {
        height: 353px;
    }

    .services_wrap_bnr .content_box h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .services_wrap_bnr .content_box p {
        font-size: 15px;
    }

    .services_wrap_bnr .content_box ul li {
        font-size: 12px;
        margin: 2px 5px 6px;
    }

    .services_wrap_bnr .content_frm {
        width: 98%;
        padding: 1rem 1rem;
    }

    .services_wrap_bnr .content_frm h3 {
        font-size: 21px;
    }

    .services_support h3 {
        width: 100%;
        font-size: 21px;
    }

    .services_support p {
        width: 100%;
        margin: 22px auto;
        font-size: 12px;
    }

    .services_support ul li img {
        width: 65px;
    }

    .services_support ul {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    .services_support ul li span {
        margin: 0 0 29px 0;
    }

    .services_wrap_bnr {
        padding: 4rem 0;
    }

    .img-cont-sec-content h4 {
        margin: 10px 0;
        font-size: 16px !important;
    }

    .img-cont-sec-content ul {
        padding: 0 30px;
    }

    header nav.navbar {
        padding: 0 0 4px 0;
    }

    .modal_web img {
        width: 51%;
        left: -2%;
        top: 0%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .main_banner h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .main_banner ul li {
        line-height: 2.2;
        font-size: 9px;
    }

    .main_banner h1 b {
        font-size: 24px;
    }

    .main_banner a {
        padding: 13px 31px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .main_banner img {
        display: none;
    }

    a.company-logo img {
        width: 243px;
        max-width: 167px;
    }

    .company-logo {
        margin: auto 0 auto 58px;
    }

    .main_banner form {
        display: block;
        width: 97%;
        position: relative;
        top: 1rem;
    }

    .main_banner form input {
        width: 100%;
        margin: 10px 0;
    }

    .main_banner form button {
        width: 100%;
    }

    .services_banner {
        margin: 2rem 0;
    }

    .checkmateSec5-wrap,
    .plan-content {
        height: 236px;
        margin: 1rem 0;
    }

    .plan-content h4 {
        margin: 10px;
    }

    .plan-content p {
        height: auto;
        overflow-y: inherit;
        padding: 0;
    }

    .process_wrap p {
        width: 100%;
        font-size: 14px;
    }

    .mega-pkg-bg .crd_1 {
        height: auto;
        margin: 11px 0;
    }

    .mega-pkg-bg .crd_1 li {
        font-size: 10px;
    }

    .mega_portfolio h3 {
        font-size: 18px;
        width: 93%;
        line-height: 31px;
    }

    .mega_portfolio {
        padding: 2rem 0;
    }

    .mega_portfolio img {
        width: 87%;
        height: 226px;
        padding: 8px 8px 7px;
        margin: 0 auto;
        display: block;
    }

    .cta_red {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        min-height: 266px;
        padding: 4rem 0;
    }

    .cta_red h3 {
        font-size: 33px;
    }

    .cta_red img.light,
    #go-top-btn {
        display: none;
    }

    .contactinput label {
        color: #ffffff;
        font-size: 12px;
    }

    .contactinput input {
        border-bottom: 1px solid #cbc1c1;
        color: #ffffff !important;
        background: #d9d9d94a;
        border-radius: 9px;
        padding: 020px;
    }

    .portfolio-tabs .tab-pane a img {
        height: 207px;
    }

    .services_wrap_bnr .content_box h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .services_wrap_bnr .content_box p {
        font-size: 15px;
    }

    .services_wrap_bnr .content_box ul li {
        font-size: 12px;
        margin: 2px 5px 6px;
    }

    .services_wrap_bnr .content_frm {
        width: 98%;
        padding: 1rem 1rem;
    }

    .services_wrap_bnr .content_frm h3 {
        font-size: 21px;
    }

    .services_support h3 {
        width: 100%;
        font-size: 21px;
    }

    .services_support p {
        width: 100%;
        margin: 22px auto;
        font-size: 12px;
    }

    .services_support ul li img {
        width: 65px;
    }

    .services_support ul {
        flex-direction: column;
    }

    .services_support ul li span {
        margin: 0 0 29px 0;
    }

    .services_wrap_bnr {
        padding: 3rem 0;
    }

    .img-cont-sec-content h4 {
        margin: 10px 0;
        font-size: 16px !important;
    }

    .img-cont-sec-content ul {
        padding: 0 30px;
    }

    .we-serve-bg {
        margin: 3rem 0;
    }

    .mega-pkg-bg .crd_1 ul {
        height: 330px;
    }

    .main_banner {
        height: 996px;
        padding: 2rem 0;
    }

    nav ul.navbar-nav li.nav-item.dropdown .dropdown-menu.show {
        display: block;
        padding: 20px 0;
    }

    .lang {
        padding: 8px 25px;
    }

    header nav .navbar-collapse .navbar-buttons {
        display: none;
    }

    .contactinput .button-3 {
        background-color: rgb(0 0 0);
    }

    .contactform textarea {
        background-color: #322e2e;
        color: #fff;
    }

    .contactform textarea::placeholder {
        color: #fff;
    }

    .contactform textarea:focus,
    .contactform input:focus {
        background-color: #000;
        color: #fff;
    }

    .bg-footer {
        padding: 47px 0 82px;
    }

    .bg-footer .footer-list ul li {
        text-align: center;
    }

    .bg-footer .footer-list h6 {
        font-size: 18px;
        text-align: center;
    }

    .mega-pkg-bg .crd_1 {
        height: 630px !important;
    }
}