body {
    margin: 0;
    padding: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif
}

.container {
    max-width: 80% !important;
    width: 100%
}

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Segoe UI Regular'),url('Segoe UI.woff') format('woff')
}

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Segoe UI Italic'),url('Segoe UI Italic.woff') format('woff')
}

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Segoe UI Bold'),url('Segoe UI Bold.woff') format('woff')
}

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: 400;
    src: local('../fonts/Segoe UI Bold Italic'),url('Segoe UI Bold Italic.woff') format('woff')
}

.top {
    background: #2C18DF;
    padding: 8px;
    font-size: 12px;
    color: #fff
}

    .top p {
        margin-bottom: 0;
        font-size: 12px !important
    }

.navbarsection a.navbar-brand img {
    width: 180px
}

.navbarsection a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.navbarsection li {
    padding: 0 6px
}

    .navbarsection li:last-child {
        padding-right: 0
    }

.navbarsection .buttonstyle a {
    font-size: 12px
}

.buttonstyle a {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 12PX 18PX;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: .05rem;
    font-weight: 700;
    font-size: 15px;
    border-radius: 500px;
    overflow: hidden;
    background: #2C18DF;
    color: ghostwhite;
    text-decoration: none
}

    .buttonstyle a span {
        position: relative;
        z-index: 10;
        transition: color 0.4s
    }

    .buttonstyle a:hover span {
        color: #FFF
    }

    .buttonstyle a::before, .buttonstyle a::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .buttonstyle a::before {
        content: "";
        background: #FA7532;
        width: 120%;
        left: -10%;
        transform: skew(30deg);
        transition: transform 0.4s cubic-bezier(.3,1,.8,1)
    }

    .buttonstyle a:hover::before {
        transform: translate3d(100%,0,0)
    }

.buttonstyletwo a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: #fff0;
    padding: 0;
    font-size: inherit;
    font-family: inherit
}

    .buttonstyletwo a.learn-more {
        width: 224px;
        height: auto
    }

        .buttonstyletwo a.learn-more .circle {
            transition: all 0.45s cubic-bezier(.65,0,.076,1);
            position: relative;
            display: block;
            margin: 0;
            width: 2.6rem;
            height: 2.6rem;
            background: #2c18df;
            border-radius: 1.625rem
        }

            .buttonstyletwo a.learn-more .circle .icon {
                transition: all 0.45s cubic-bezier(.65,0,.076,1);
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                background: #fff
            }

                .buttonstyletwo a.learn-more .circle .icon.arrow {
                    transition: all 0.45scubic-bezier(.65,0,.076,1);
                    left: .45rem;
                    width: 1.125rem;
                    height: .125rem;
                    background: none;
                    TOP: 0PX
                }

                    .buttonstyletwo a.learn-more .circle .icon.arrow::before {
                        position: absolute;
                        content: "";
                        top: -.29rem;
                        right: .0625rem;
                        width: .625rem;
                        height: .625rem;
                        border-top: .125rem solid #fff;
                        border-right: .125rem solid #fff;
                        transform: rotate(45deg)
                    }

        .buttonstyletwo a.learn-more .button-text {
            transition: all 0.45scubic-bezier(.65,0,.076,1);
            position: absolute;
            top: -3px;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 12PX 18PX 12px 39px;
            margin: 0 0 0 0;
            color: #282936;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
            font-size: 15px
        }

    .buttonstyletwo a:hover .circle {
        width: 100%
    }

        .buttonstyletwo a:hover .circle .icon.arrow {
            background: #fff;
            transform: translate(1rem,0)
        }

    .buttonstyletwo a:hover .button-text {
        color: #fff
    }

.navbarsection ul.navbar-nav.ms-auto {
    align-items: center
}

.buttonstylegroup {
    display: flex;
    gap: 20px
}

.top-section {
    background-color: #2e1adf;
    padding: 2px 0
}

.navbar {
    transition: all 0.3s ease
}

.top-section p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0
}

.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1)
}

span.phone img {
    width: 18px;
    margin-right: 7px
}

.phoneicon a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700
}

.phoneicon {
    display: flex;
    align-items: center
}

.d-flex.customflxs {
    justify-content: end;
    gap: 20px
}

span.phone.chats {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-decoration: none
}

.phoneicon a:hover {
    color: #fff
}

.chatwithus a {
    text-decoration: none;
    font-weight: 700
}

.navbarsection {
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
    height: 91px;
    width: 100%
}

.content-style h1 {
    font-size: 47px !important;
    font-weight: 700;
    line-height: 50px
}

p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 10px;
    margin-top: .5em
}

section.banner-style {
    padding: 30px 0
}

.videobanner video {
    border-radius: 30px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover
}

p.margintop-bottom {
    margin: 30px 0 35px 0
}

.sectionbggray {
    padding-top: 20px
}

.navbarsection nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0 6px 0;
    background: #fff;
    z-index: 999
}


section.tabs-section {
    background: #F3F2F8;
    padding: 100px 0 0 0;
    margin-top: 60px;
    overflow: hidden
}

.content-style span {
    font-size: 20px;
    color: #FA7532;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase
}

.content-style.text-center h2 {
    margin-bottom: 20px
}

.content-style.text-center h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700
}

.tab-content > .tab-pane {
    position: relative !important
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease
}

    .image-container:hover {
        transform: scale(1.05);
        z-index: 9
    }

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 10px
}

.popup-content {
    position: relative;
    background-color: #fff0;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    max-width: 650px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 100%
}

.popup-video {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 0
}

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: tomato;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 999
}

button.close-btn span {
    font-size: 28px;
    line-height: 28px;
    position: relative;
    top: -2px
}

.tabs-section li button {
    background: #fff0
}

.tabs-section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent !important;
    border: 0 !important;
    color: #dd5009 !important
}

.tabs-styles {
    margin: 50px 0;
    text-align: center
}

    .tabs-styles ul {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: center;
        border: 0
    }

    .tabs-styles li button {
        color: #000 !important
    }

    .tabs-styles .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
        color: #fa7532 !important
    }

    .tabs-styles .nav-tabs .nav-link:focus, .nav-tabs .nav-link {
        cursor: pointer !important
    }

.paddinghundred {
    padding: 100px 0
}

.imageicontick img {
    position: relative;
    top: 5px
}

.boxcontents {
    margin-bottom: 50px
}

.whychoose-us h2 {
    margin-bottom: 70px !important
}

.ourimage-rights img {
    width: 70% !important
}

.contentinners h3 {
    margin-bottom: 20px
}

.ourimage-rights {
    text-align: right
}

.iconwithtext {
    text-align: center
}

.customwidths .col-sm-2.col-xs-12 {
    width: 20%
}

.iconwithtext h3 {
    margin-top: 30px;
    font-size: 18px
}

.pt-100 {
    padding-top: 100px
}

.background-darkblue {
    background: #2C18DF
}

.content-style.mycustomscss h2 {
    font-size: 75px;
    color: #fff;
    font-weight: 700
}

.content-style.mycustomscss span {
    margin-bottom: 0;
    color: #fff
}

.content-style.mycustomscss {
    margin-bottom: 50px
}

    .content-style.mycustomscss + .buttonstylegroup .buttonstyle a {
        padding: 18px 30px;
        font-size: 18px
    }

    .content-style.mycustomscss + .buttonstylegroup .buttonstyle a {
        background: #fff
    }

        .content-style.mycustomscss + .buttonstylegroup .buttonstyle a:hover span {
            color: #000 !important
        }

.contentservice h3 {
    color: #FA7532;
    font-size: 25px;
    text-transform: uppercase
}

.contentservice {
    text-align: center
}

    .contentservice p {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px
    }

.boxstyleservice {
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 0
}

    .boxstyleservice img {
        padding-bottom: 20px
    }

.border-lf {
    border-left: 1px solid #C9C9C9 !important;
    border-right: 1px solid #C9C9C9 !important
}

.custompadding-topheading h3 {
    padding-top: 50px
}

.row.g-0.custompadding-topheading.bottomborder0 .boxstyleservice {
    border-bottom: 0
}

.buttonstylegroup.custombig {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 90px 0 0 0
}

    .buttonstylegroup.custombig .buttonstyle a {
        padding: 18px 25px;
        font-size: 20px !important;
        text-transform: uppercase
    }

.pricingbox {
    position: relative;
    transition: 3s all;
    border-radius: 20px
}

    .pricingbox:hover {
        -webkit-box-shadow: 0 0 20px 0 rgb(44 24 223 / .9);
        -moz-box-shadow: 0 0 20px 0 rgb(44 24 223 / .9);
        box-shadow: 0 0 20px 0 rgb(44 24 223 / .9);
        transition: 2s all;
        transform: scale(1.02)
    }

.pricingbox {
    padding: 30px;
    border: 2px solid #2C18DF
}

    .pricingbox:hover ul li {
        color: #000;
        transition: 2s all
    }

    .pricingbox:hover h3 {
        color: #2C18DF;
        transition: 2s all
    }

    .pricingbox:hover span {
        font-size: 25px;
        line-height: normal;
        transition: 2s all
    }

    .pricingbox:hover .upcss span {
        color: #2C18DF !important
    }

    .pricingbox .buttonstyle a:hover span {
        color: #FFF !important
    }

    .pricingbox:hover .buttonstyle span {
        color: #fff !important
    }

    .pricingbox:hover .btnstyles .btnphone a .box {
        background: red;
        color: #fff;
        border-color: red
    }

p.ournewtextgenrated {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    transition: 2s all
}

.pricingbox:hover p.ournewtextgenrated {
    color: #000;
    transition: 2s all
}

.pricingbox .btndflex {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.pricingbox .custombullit li:after {
    width: 11px;
    height: 10px;
    content: "";
    display: block;
    left: -25px;
    top: 9px;
    background: url(../images/tick-black.png);
    position: absolute
}

.pricingbox .custombullit.ptpbnew {
    margin-top: 10px
}

.pricingbox ul li:last-child {
    height: auto
}

.flexpricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
    padding: 0 !important
}

    .flexpricing h3 {
        display: flex;
        align-items: anchor-center
    }

    .flexpricing sup {
        font-size: 15px;
        margin-left: 10px
    }

.flexpricing {
    margin-top: 15px
}

p.ournewtextgenrated {
    margin-top: 5px
}

.content-header .custombullit.ptpbnew {
    padding-top: 10px
}

h3.pricefont {
    color: #ff002a
}

    h3.pricefont sup {
        color: #000
    }

.divsonemobile span {
    color: #000 !important
}

h4.pricetag.m-font {
    font-weight: 900;
    font-size: 40px;
    color: #ff002a;
    margin: 10px 0 20px 0;
    display: block
}

.pricingbox h3 {
    font-weight: 900;
    font-size: 50px;
    color: #FA7532;
    margin: 0 0 0 0;
    display: block
}

.pricingbox span {
    font-size: 25px;
    line-height: normal;
    color: #FA7532 !important
}

.pricingbox .buttonstyle a span {
    color: #fff !important;
    font-size: 18px
}

.pricingbox .buttonstylegroup {
    justify-content: center
}

.pricingbox ul {
    margin: 25px 0 25px 0
}

    .pricingbox ul li {
        padding-bottom: 15px;
        list-style: none;
        position: relative
    }

.boxprocess.iconwithtext p {
    margin-top: 15px
}

.boxprocess.iconwithtext {
    position: relative
}

    .boxprocess.iconwithtext:after {
        position: absolute;
        height: 100%;
        width: 1px;
        background: #2C18DF;
        content: "";
        display: block;
        top: 0;
        left: -10px
    }

    .boxprocess.iconwithtext.fchildnone:after {
        display: none
    }

    .boxprocess.iconwithtext p {
        padding: 0 35px !important
    }

.orangecolorbg {
    background: #FA7532
}

.ourplanenew {
    position: relative;
    width: 160px
}

    .ourplanenew img {
        position: absolute;
        left: 0 !important;
        width: 100%;
        animation: float 6s ease-in-out infinite
    }

.ourcountsnew li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    border: 4px solid #fff;
    width: 140px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 900
}

    .ourcountsnew li span {
        display: block;
        font-size: 4.5rem
    }

    .ourcountsnew li span {
        font-size: 45px !important;
        font-weight: 900 !important
    }

.ourcountsnew ul {
    margin-left: 0;
    padding-left: 0;
    gap: 20px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 30px
}

.orangecolorbg .ctaimage img {
    width: 100%
}

.orangecolorbg .buttonstyle a::before {
    content: "";
    background: #2C18DF
}

.orangecolorbg .buttonstyle a {
    background: #fff !important
}

    .orangecolorbg .buttonstyle a:hover span {
        color: #FA7532
    }

.content-style.mycustomscss .content {
    padding-left: 40px
}

    .content-style.mycustomscss .content h2 {
        font-size: 55px
    }

    .content-style.mycustomscss .content p.m-font {
        color: #fff;
        font-size: 25px;
        margin: 10px 0 20px 0
    }

.ourcountsnew {
    margin: 40px 0;
    display: block
}

.customclients .contentservice img {
    width: 250px
}

.customclients .boxstyleservice {
    border-color: #2C18DF
}

.customclients .border-lf {
    border-left: 1px solid #2C18DF !important;
    border-right: 1px solid #2C18DF !important
}

.bggrays {
    background: #F5F5F5
}

.testimonails .content-style h2 {
    color: #2c18df;
    font-size: 55px;
    margin-bottom: 25px
}

.testimonails .content-style span {
    color: #fa7532;
    margin-bottom: 10px
}

.testi-image {
    text-align: right
}

    .testi-image img {
        width: 60%
    }

.testi-image {
    position: relative
}

    .testi-image::after {
        background: url(../images/testimonailsico.webp);
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        left: 100px;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat
    }

footer .content-style.mycustomscss h2 {
    color: #3640fe !important
}

.address-box span {
    color: #fa7532 !important
}

.forms h2 {
    color: #fa7532;
    font-size: 28px;
    margin-bottom: 20px;
    /*font-weight: 700;*/
    padding-top: 23px
}

.forms label {
    color: #000 !important
}

.forms input {
    height: 49px;
    border-radius: 0
}

.forms button {
    background: #fa7532;
    border: 0;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500
}

section.bottomlines {
    background: #3640fe
}

    section.bottomlines p {
        margin-bottom: 0;
        padding: 20px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
  
    }

.boxtest {
    background: #fff;
    padding: 30px
}

    .boxtest img.topline {
        width: 50px !important;
        margin-bottom: 18px
    }

.client-details img {
    width: 50px !important
}

.client-details {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .client-details p {
        margin-bottom: 0;
        font-weight: 500
    }

        .client-details p span {
            color: #fa7d4b;
            font-size: 14px
        }

    .client-details p {
        font-size: 18px;
        margin-bottom: 0 !important
    }

.boxtest p {
    margin-bottom: 20px
}

.navbarsection a:hover {
    color: #fa7532
}

nav.navbar .buttonstyle a {
    padding: 8PX 18PX
}

.awardimage {
    text-align: center;
    display: flex;
    align-items: center
}

    .awardimage img {
        width: 45px;
        margin-right: 5px
    }

    .awardimage span {
        font-size: 12px;
        text-align: left
    }

.awardimage {
    width: 170px
}

.top-section .chatwithus a {
    color: #fff
}

    .top-section .chatwithus a:hover {
        color: #fa7532
    }

.promotion-cont-row {
    display: flex
}

.promo-cont-left-box {
    width: 35%
}

.promo-cont-right-box {
    width: 65%
}

.promotion-cont-row {
    display: flex;
    background: #fff
}

.promo-cont-right-box .service-banner-form {
    background: #fff0
}

div#loadspopup .modal-content {
    border-radius: 0
}

div#loadspopup h5 {
    text-align: left;
    color: #7367DB;
    font-size: 42px !important;
    margin: 0 0 0 0;
    font-weight: 900
}

div#loadspopup input.form-control {
    background: #fff;
    height: 55px;
    border-radius: 0;
    background: #fff
}

div#loadspopup .col-md-12 {
    margin-bottom: 15px !important
}

div#loadspopup textarea {
    background: #fff;
    height: 150px;
    border-radius: 0;
    background: #fff
}

div#loadspopup button.btn-close {
    position: absolute;
    background: #7367DB;
    border-radius: 0;
    right: 8px;
    top: 8px;
    opacity: 1;
    width: 35px;
    height: 35px
}

.custompopupleads .promo-cont-right-box .modal-body {
    padding: 0 50px
}

span.font-textleadpopup {
    font-size: 29px;
    font-weight: 700;
    color: #7367DB;
    line-height: 40px;
    margin-bottom: 20px !important;
    line-height: 35px
}

.custompopupleads .modal-header button.btn-close {
    filter: inherit !important;
    background: #7367DB
}

.custompopupleads input[type="submit"] {
    background: #7367DB;
    border-radius: 0;
    border: 0;
    padding: 10px 35px !important;
    font-weight: 500;
    text-transform: uppercase
}

.custompopupleads .promotion-cont-row {
    align-items: center
}

.custompopupleads .modal-header {
    top: 0;
    position: absolute;
    right: 0
}

span.font-textleadpopup {
    margin-bottom: 5px;
    display: block
}

.custompopupleads p.mynewtextforms {
    text-align: left;
    margin-bottom: 20px
}

.spacetbs {
    padding: 0 0
}

.modal-dialog.modal-dialog-centered.modal-xl {
    width: 800px
}

.promo-cont-left-box img {
    width: 100% !important
}

.modal-header img {
    width: 100%;
    top: 0;
    position: relative;
    top: -5px
}

.modal-body label {
    display: none
}

.ourlist ul {
    list-style: none;
    margin: 20px 0
}

    .ourlist ul li {
        font-size: 18px;
        padding-bottom: 8px;
        position: relative
    }

        .ourlist ul li:after {
            position: absolute;
            content: "";
            display: block;
            left: -30px;
            top: 5px;
            content: "";
            width: 18px;
            height: 18px;
            background: url(../images/ticks.webp);
            background-size: contain
        }

.boxprocess h3 {
    font-weight: 700;
    font-size: 20px
}

footer .content-style.mycustomscss h2 {
    font-size: 50px
}

.modal-body input {
    height: 45px;
    border-radius: 0
}

.modal-body .submit button {
    background: #fa7532;
    border-radius: 50px;
    border: 0;
    padding: 10px 20px 10px 20px;
    font-weight: 700
}

.buttonstyletwo a.learn-more:hover .button-text {
    color: #fff
}

section.defaultpages h1 {
    text-align: center;
    padding: 50px 0;
    font-size: 60px
}

.main-policy-content-section.contentinners {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 10px
}

section.bottomlines ul {
    display: flex;
    justify-content: center;
    list-style: none;
    color: #fff;
    gap: 18px;
    margin: 0;
    padding: 5px 0 19px 0
}

    section.bottomlines ul li a {
        color: #fff
    }

.whychoose-us .iconwithtext img {
    display: none
}

.whychoose-us .iconwithtext h3 span {
    font-size: 60px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2c17e0
}

.client-details img {
    display: none !important
}

span.colortext {
    color: #fa7532
}

.modal-body .mb-2 {
    margin-bottom: 15px !important
}

.modal-body .d-flex.justify-content-between.needhelps .submit button {
    font-size: 15px;
    padding: 10px 25px 10px 25px
}

.custompopupleads .promo-cont-right-box .modal-body {
    padding: 0 30px 0 20px
}

.modal-body .d-flex.justify-content-between.needhelps {
    justify-content: center !important
}

.modal-body h5 {
    color: #000 !important
}

.top-section strong a {
    color: #fff;
    font-weight: 900;
    text-decoration: none
}

.top-section strong {
    font-weight: 900
}

footer span.firstclass {
    color: #000 !important;
    font-size: 35px !important;
    margin-bottom: 5px !important;
    display: block
}

footer span.secondclass {
    color: #fa7532 !important;
    font-size: 35px;
    margin-bottom: 10px !important;
    display: block
}




/*




.blog-card {
    background: #fa7532;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

    .blog-card img {
        transition: 0.5s ease;
        width:100%;
    }
    .blog-card img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

        .blog-card img:hover {
            transform: scale(1.1);
            transition: 0.5s ease;
        }

    .blog-card a.learn-more-btn {
     
        bottom: 20px;
        right: 20px;
        padding: 5px 15px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        background-color: #fa7532;
    }

    .blog-card a.blog-title {
    
        top: 10px;
        right: 20px;
        left: 20px;
        padding: 5px 25px;
        color: #7b23e3;
        background-color: #fa7532;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
        text-align: center;
    }*/


.blogbox a {
    border: 1px solid #3421e0;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
}
.imageboxblog img {
    width: 100%;
    transition: transform 0.3s ease;
}
.imageboxblog  {
   overflow:hidden;
    border-radius: 20px;
}
.textboxblog {
    padding: 30px 30px 30px 30px;
}

    .textboxblog h3 {
        margin-bottom: 0;
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

.blogbox a:hover .imageboxblog img {
    transform: scale(1.1);
}
@media (max-width:768px) {
    .popup-video {
        width: 100%;
        height: auto;
        max-height: 60vh
    }
}

@media (max-width:1822px) {
    .content-style h1 {
        font-size: 40px !important
    }
}

@media (max-width:1700px) {
    .banner-style .col-sm-10.padding0 {
        width: 95%
    }

    .banner-style .row {
        display: flex;
        align-items: center
    }

    .ctaimage img {
        width: 100% !important
    }
}
.navbarsection li .buttonstyle {
    MARGIN-LEFT: 10PX;
}
@media (max-width:1605px) {
    .container {
        width: 95% !important;
        max-width: 95% !important
    }

    .ourimage-rights img {
        width: 100% !important
    }
}

@media (max-width:1500px) {
    .iconwithtext h3 {
        font-size: 20px
    }

    a.nav-link {
        padding: 0 4px !important
    }

    .navbarsection li {
        padding: 0 0
    }

    .content-style.mycustomscss h2 {
        font-size: 65px
    }

    section.testimonails .content-style.mycustomscss h2 {
        font-size: 50px !important
    }
}

@media (max-width:1465px) {
    .content-style h1 {
        font-size: 33px !important;
        line-height: 40px
    }
    .new-banner-form:after {
        width: 75px !important;
        height: 81px !important;
    }
}

.forms h2 {
    font-size: 24px
}

.pricing .col-lg-10 {
    width: 100%
}

.boxtest p {
    margin-bottom: 20px;
    font-size: 16px
}


@media (max-width:1400px) {
    .content-style h1 {
        font-size: 30px !important
    }

    .new-banner-form {
        padding: 15px 25px !important;
    }

        .new-banner-form input {
            height: 40px;
        }

    .forms button {
        padding: 12px 40px;
        font-size: 15px;
    }

    .new-banner-form h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    section.banner-style .col-sm-3.col-xs-12.d-flex.align-items-end {
        height: 430px !important;
    }
}
@media (max-width:1300px) {


    .buttonstyle a {
        font-size: 13px
    }

    .content-style.mycustomscss h2 {
        font-size: 55px
    }

    .boxstyleservice img {
        width: 100%
    }

    .buttonstyletwo a.learn-more .button-text {
        font-size: 13px
    }

    p {
        font-size: 18px
    }
    .navbarsection a {
   
        font-size: 11px;
    }
    }

@media (max-width:1270px) {
    .content-style h1 {
        font-size: 27px !important;
        line-height: 35px
    }

    .navbarsection a {
        font-size: 10px
    }
}

@media (max-width:1200px) {
    .container {
        width: 95% !important;
        max-width: 95% !important
    }

    .contentinners h3 {
        margin-bottom: 20px;
        font-size: 22px
    }
}

@media (max-width:1150px) {
    .ourlist ul li {
        font-size: 17px
    }

    .buttonstyletwo a.learn-more {
        width: 200px
    }

    .pricingbox span {
        font-size: 15px
    }

    .pricingbox h3 {
        font-weight: 900;
        font-size: 40px
    }

    .contentservice p {
        width: 90%
    }

    .boxprocess.iconwithtext p {
        padding: 0 10px !important
    }

    .iconwithtext h3 {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .new-banner-form{
        margin: 20px 0 20px 0;
    }
    .blog-card {
        margin-bottom: 15px;
    }
    .modal-content {
        margin: 0 10px
    }

    .top-section {
        padding: 12px 0
    }

    footer .content-style.mycustomscss h2 {
        font-size: 28px
    }

    section.orangecolorbg.paddinghundred {
        padding: 0
    }

    br {
        display: none
    }

    .content-style.mycustomscss + .buttonstylegroup .buttonstyle a {
        font-size: 15px
    }

    .background-darkblue .content-style.mycustomscss h2 {
        font-size: 32px
    }

    .orangecolorbg .content-style span {
        font-size: 15px
    }

    .ourcountsnew li {
        font-size: 12px
    }

    .modal-dialog.modal-dialog-centered.modal-xl {
        width: 100%;
        margin: 0;
        margin: 0 auto
    }

    .promo-cont-left-box {
        display: none
    }

    .promo-cont-right-box {
        width: 100%;
        padding: 40px 0
    }

    .awards.d-flex.justify-content-between {
        flex-wrap: wrap;
        gap: 10px
    }

    .awardimage br {
        display: none
    }

    .d-flex.customflxs {
        justify-content: center;
        margin-top: 10px
    }

    .banner-style .row {
        display: block
    }

    .awardimage {
        width: 32%
    }

    .col-xs-12 {
        width: 100% !important
    }

    section.banner-style {
        padding: 70px 0
    }

    .videobanner {
        margin-top: 50px
    }

    .whychoose-us .iconwithtext h3 span {
        font-size: 32px
    }

    section.whychoose-us .iconwithtext h3 {
        font-size: 12px
    }

    .section-portfolio .tab-pane .col-xs-12 {
        width: 33% !important
    }

    .boxcontents {
        margin-bottom: 20px
    }

    .ourimage-rights {
        text-align: right;
        text-align: center;
        width: 60%;
        margin: 0 auto;
        margin-top: 50px
    }

    .ctaimage {
        margin-top: 60px
    }

    .border-lf {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .services-box .boxstyleservice .contentservice {
        padding: 50px 0 0 0
    }

    .custompadding-topheading h3 {
        padding-top: 0
    }

    .services-box .content-style.text-center.mb-5.pb-3 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important
    }

    .row.g-0.custompadding-topheading.bottomborder0 .boxstyleservice {
        border-bottom: 1px solid #C9C9C9
    }

    .pricingbox {
        margin-bottom: 50px
    }

    .buttonstylegroup.custombig {
        margin-top: 40px;
        margin-bottom: 0 !important
    }

    .background-darkblue .content-style.mycustomscss {
        text-align: center
    }

    .background-darkblue .buttonstylegroup {
        display: flex;
        gap: 20px;
        justify-content: center
    }

    section.services-box.paddinghundred {
        padding-bottom: 50px
    }

    .boxprocess.iconwithtext:after {
        display: none
    }

    section.orangecolorbg.paddinghundred .content {
        margin-top: 50px
    }

    section.customclass.services-box.paddinghundred .col-xs-12 {
        width: 33% !important
    }

    section.services-box.paddinghundred .row.g-0.custompadding-topheading.bottomborder0 {
        border-bottom: 0 !important
    }

    section.customclass .row.g-0.custompadding-topheading.bottomborder0 .boxstyleservice {
        border-bottom: 0 !important
    }

    .customclients .contentservice img {
        width: 100px
    }

    .container.customclients {
        margin-top: 50px
    }

    .content-style.mycustomscss .content {
        padding-left: 0
    }

    .container {
        width: 100% !important;
        max-width: 100% !important
    }
}

@media (max-width:576px) {
    .forms button {
        padding: 12px 40px;
        font-size: 14px;
    }
    section.banner-style .col-sm-3.col-xs-12.d-flex.align-items-end {
        height: auto !important;
    }
    .new-banner-form:after {
       display: none;
    }
    .awardimage {
        width: 47%
    }

    .content-style h1 {
        line-height: 35px !important
    }

    .content-style.text-center h2 {
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 700
    }

    .whychoose-us h2 {
        margin-bottom: 40px !important
    }

    section.whychoose-us.paddinghundred .row.customwidths.pt-100 .col-xs-12 {
        width: 33% !important
    }

        section.whychoose-us.paddinghundred .row.customwidths.pt-100 .col-xs-12 img {
            width: 50px !important
        }

        section.whychoose-us.paddinghundred .row.customwidths.pt-100 .col-xs-12 p {
            font-size: 12px !important
        }

    section.whychoose-us.paddinghundred .row.customwidths.pt-100 {
        justify-content: center
    }

    section.whychoose-us .iconwithtext h3 {
        margin-top: 10px;
        font-size: 25px;
        margin-bottom: 50px
    }

    section.whychoose-us .iconwithtext h3 {
        font-size: 14px
    }

    .content-style.mycustomscss .content h2 {
        font-size: 35px
    }

    section.testimonails .content-style.mycustomscss h2 {
        font-size: 35px !important
    }

    .ourcountsnew li span {
        font-size: 22px !important
    }

    .ourcountsnew ul {
        flex-wrap: wrap
    }

    .ourcountsnew li {
        width: 46%;
        padding: 5px
    }

    .buttonstyletwo a.learn-more .button-text {
        top: 0 !important;
        margin: 0 0 0 0 !important;
        padding: 12PX 2PX
    }

    .buttonstyletwo a.learn-more {
        width: 170px
    }

    .banner-style .col-sm-10.padding0 {
        width: 100%
    }

    .buttonstylegroup.custombig .buttonstyle a {
        font-size: 16px !important
    }

    span.font-textleadpopup {
        font-size: 25px;
        line-height: 30px
    }

    .custompopupleads .promo-cont-right-box .modal-body {
        padding: 0 20px
    }
}

@media (max-width:500px) {
    .buttonstyle a {
        font-size: 11px
    }

    .buttonstyletwo a.learn-more .button-text {
        font-size: 11px
    }

    .buttonstyletwo a.learn-more .circle {
        width: 35px;
        height: 35px
    }

    .buttonstyletwo a.learn-more .button-text {
        top: 0
    }

    .buttonstyletwo a.learn-more .circle .icon.arrow {
        left: .3rem
    }

    .buttonstyletwo a.learn-more .button-text {
        margin: 0 0 0 0 !important
    }
}

@media (max-width:480px) {
    .buttonstylegroup {
        gap: 10px
    }

    .buttonstyletwo a.learn-more .button-text {
        font-size: 10px
    }

    .buttonstyle a {
        font-size: 10px;
        padding: 12PX 10PX
    }

    .pricingbox .buttonstyle a span {
        color: #fff !important;
        font-size: 12px;
        padding: 0 10px
    }
}





.main-footer-inner-section {
    position: relative
}

.column-rows {
    display: flex;
 
    padding-bottom: 40px;
    gap: 30px
}

.copright-row {
    padding: 20px;
    text-align: center
}

.footer-left-col {
    width: 25%
}

.footer-column-row {
    display: flex
}

.footer-mid-col {
    width: 50%
}

.footer-right-col {
    width: 25%
}

.footer-column-row .footer-column:first-child {
    width: 35%
}

.footer-column-row .footer-column:last-child {
    width: 65%
}

.main-footer-inner-section ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .main-footer-inner-section ul li a {
        text-decoration: none;
        color: #212529
    }

ul.services-list li {
    width: 50%
}

ul.services-list {
    display: flex;
    flex-wrap: wrap
}

.footer-left-col a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 600
}

.footer-column span, .footer-right-col span {
    font-size: 20px;
    margin: 0 0 8px 0;
    display: block;
    font-weight: 600;
    color: #fa7530
}

.footer-column ul li {
    margin-bottom: 10px
}

.footer-right-col li {
    margin-bottom: 10px
}

footer#footer-section {
    padding: 50px 0 0 0;
    background: #f5f5f5;
}

.main-footer-inner-section .footer-left-col p {
    font-size: 15px;
    margin-top: 15px;
}

.footer-right-col a.phonebtns {
    background: #fa815c;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 50px;
}

.address-box {
    display: flex;
    gap: 10px;
    margin-bottom:10px;
}

    .address-box p {
        margin-bottom: 0;
    }

    .address-box span {
        font-size: 16px !important;
    }

    .address-box p {
        font-size: 16px;
    }


    .address-box a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }

        .address-box a:hover {
            color: #3640fe;
        }

    .address-box span {
        width: 80px;
    }
@media screen and (max-width: 991px) {
    .footer-column-row .footer-column {
        width: 100% !important;
    }
    .column-rows {
        display: block;
    }

    .footer-left-col {
        width: 100%;
    }
    .footer-mid-col {
        width: 100%;
    }

    .footer-right-col {
        width: 100%;
    }
    .footer-column-row {
        display: block;
    }

    ul.services-list {
        display: block;
      
    }
    }


/*Us CSS*/
.new-banner-form {
    padding: 25px;
    background: #FA7532;
    border-radius: 20px;
    position: relative;
}
    .new-banner-form h2 {
        color: #fff;
        font-size: 25px;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 10px 0;
        line-height: 35px;
        /*font-weight: 800;*/
    }
        .new-banner-form h2 span {
            color: #2e1adf;
        }
    .new-banner-form input {
        border-radius: 10px;
        border: none;
    }
    .new-banner-form label {
        color: #fff !important;
        font-weight: 600;
    }
    .new-banner-form .submit button {
        background: #2e1adf;
    }
        .new-banner-form .submit button:hover {
            background: #fff !important;
            color: #2e1adf;
        }
    .new-banner-form p {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        margin: 0 0 10px 0;
    }
        .new-banner-form p span {
            color: #2e1adf;
        }
    .new-banner-form:after {
        content: "";
        position: absolute;
        width: 130px;
        height: 130px;
        background-image: url(../images/rocketimage.webp);
        background-size: contain;
        background-repeat: no-repeat;
        top: -30px;
        right: -30px;
        animation: float 6s ease-in-out infinite;
    }
span.form-badge {
    background: #fff;
    padding: 3px 10px;
    margin: 0 0 10px 0;
    display: block;
    width: max-content;
    border-radius: 5px;
    color: red;
    font-size: 14px;
    font-weight: 600;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-7px);
    }

    100% {
        transform: translatey(0px);
    }
}

/*US CSS*/

/*Banner form style*/

.lp-banner-form {
    background-color: #FA7532;
    padding: 20px 40px;
    mix-blend-mode: normal;
    border-radius: 29px;
    position: relative;
}
.lp-banner-form .inner-img {
    position: absolute;
    top: -10px;
    right: -10px;
}

.lp-banner-form .head {
    margin: 0 0 15px 0;
}

.lp-banner-form span.top-line {
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #FF0000;
    border-radius: 7px;
    padding: 5px 15px;
    margin: 0 0 10px 0;
    display: inline-block;
}
    .lp-banner-form h2 {
        font-size: 28px;
        color: #fff;
        font-weight: 400;
        margin: 0 0 10px 0;
    }
    .lp-banner-form h2 span {
        color: #2E1ADF;
    }
    .lp-banner-form span {
        color: #fff;
    }
        .lp-banner-form span strong {
            color: #2E1ADF;
        }

.lp-banner-form label {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
.lp-form-submit-btn {
    background-color: #2c18df;
    width: auto;
    transition: transform 0.4s cubic-bezier(.3,1,.8,1);
    border-radius: 26px;
    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
    border: none;
    padding: 12PX 35PX;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    letter-spacing: .05rem;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    color: ghostwhite;
    text-decoration: none;
}
    .lp-form-submit-btn:hover {
        background-color: #FA7532;
    }

    /*ignored above*/
.new-banner-form.lp-2d:after {
    display: none;
}

.lp-2d .banner-style {
    position: relative;
    overflow: hidden;
}

.lp-2d-img {
    max-width: 100%;
    position: absolute;
    top: 20px;
    right: 5px;
    z-index: -1;
}
.lp-3d-img {
    position: absolute;
    bottom: 30px;
    right: -70px;
    max-width: 800px !important;
    z-index: -1;
}
.lp-2d-img.wb-lp {
    bottom: 30px;
    top: revert !important;
    right: 5px;
}
@media (max-width: 991.98px) {
    .lp-2d-img, .lp-3d-img {
        position: relative;
        top: revert !important;
        right: revert !important;
    }
    .lp-3d-img {
        max-width: 710px !important;
        width: -webkit-fill-available !important;
    }
    section.banner-style .col-sm-3.col-xs-12.d-flex.align-items-end {
        height: auto !important;
        margin-top: 35px;
    }
}



@media (max-width: 1365.98px) {
    .lp-3d-img {
        bottom: 30px;
        right: -30px;
        max-width: 530px !important;
    }
}