@media only screen and (max-width: 1400px) {
    html{font-size:90%}

    .container{
        max-width: 1100px;
    }

    div.popupform {transform: scale(0.7);}


.btn {
    padding: 10px 18px;
    font-size: 15px !important;
}


section {
    padding: 80px 0 !important;
}

    
.our-banner {
    padding-block: 140px  80px !important;
}

header ul li {
    padding-inline: 8px;
}

header ul {
    margin-right: 20px;
}

.head-btn {
    margin-left: -20px;
}

.btn > span {
    width: 33px;
    height: 33px;
    margin-left: 8px;
}

.btn img {
    width: 12px;
}

.dropdown-menu {
    top: 94px;
}

.info-banner {
    width: calc(100% + 120px);
    position: relative;
    left: -60px;
}

.box-why {
    padding-inline: 20px;
    padding-block: 25px;
    min-height: 245px;
}

.box-why p {
    font-size: 13px;
    line-height: 22px;
}

.box-why span {
    margin-bottom: 15px;
}

.box-why span::before {
    bottom: -12px;
}

.btn-block.text-center {
    margin-top: 25px;
}

.our-video {
    padding-top: 40px !important;
}

#video_container:first-child {
    margin-bottom: 60px;
}

.our-cta {
    padding-bottom: 0 !important;
}

.info-cta h2 {
    font-size: 2.4rem;
}

.info-cta {
    margin-top: 10px;
}

.info-cta .btn {
    font-size: 12px !important;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.info-bus ul li {
    font-size: 1.125rem;
}

.heading {
    margin-bottom: 40px;
}

footer {
    padding-block: 70px 20px;
}

.copy {
    padding-top: 60px;
}

.row.row-links {margin-top: 30px;}

.row.row-links {margin-top: 30px;margin-left: -30px;}

.row.row-links [class*='col']:last-child {
}

footer p {
    font-size: 13px;
}

.info-foot2 ul li a {
    font-size: 13px;
}

.info-foot2 ul li {
    margin-bottom: 5px;
    padding-left: 12px;
}

.info-foot2 h4 {
    font-size: 1.5rem;
}

.info-foot2 ul li::before {
    width: 5px;
}
header ul li > a {
    font-size: 13px !important;
}

.head-btn {
    width: calc(100% + 12px);
}
    
}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    html{font-size:70%}
        a.menu-bottom {
        display: revert;
    }



    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: none;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 10px;
        top: -35px;
        text-align: right;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: #ffffff;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
        right: 10px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #2A1760;
        background: linear-gradient(0deg, rgba(42, 23, 96, 1) 0%, rgb(25 55 115) 100%);
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 80px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        display: block;
    }
    .menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #ffffff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left !important;
        display: block !important;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
        line-height: 22px !important;
        height: auto;
    }

    .menu li a img {
    filter: brightness(0) invert(1);
    }
    
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    header ul li.btn-head a.btn-green {
    display: inline-block;
    width: auto;
    margin: 10px 20px 20px;
    padding: 10px 40px;
    color: #fff !important;
}

.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
    top: 0;
    left: 0 !important;
}

.dropdown-toggle::after {
    width: 9px;
    height: 9px;
    filter: brightness(0) invert(1);
    top: 2px;
    position: relative;
}

.menu li .dropdown-item {padding: 5px 0 5px 30px;font-size: 15px !important;text-transform: capitalize;border-top: 1px solid #ffffff9c;border-bottom: none;}
    
    
    header .menu {
        opacity: 0;
    }
    
    header {
        padding: 20px 0;
        z-index: 2;
    }
     header ul li:last-child {
        border: 0;
    }

    header .logo img,header.fixed a.logo img {
        max-width: 130px;
        /* margin-left: 30px !important; */
    }

    .menu li a img {
    filter: brightness(0) invert(1);
}

header ul li a:hover {
    color: #fff !important;
}

    h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        text-align: left !important;
        z-index: 9;
        top: 0;
        position: relative;
        background: #fff;
        border-radius: 00;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0 0;
        text-align: center;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px !important;
        letter-spacing: .5px;
        padding: 6px 15px 6px 15px !important;
        text-transform: capitalize;
        display: inline-flex;
        align-items: center;
        margin-right: 0 !important;
    }

    .btn img {
    width: 30px;
}

section {
    padding: 40px 0 !important;
    overflow: hidden;
}

header ul li:last-child {
    border: 0;
}

header ul.btn-ul {
    display: none;
}


header ul.head-ul li:first-child {
margin-right: 0;
}

.btn-block.text-center {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    
.info-banner h1 br {
    display: none;
}

.info-banner h1 {
    font-size: 24px !important;
    margin-bottom: 4px !important;
    letter-spacing: 1px;
    line-height: 34px !important;
    width: 100%;
}

p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.info-banner p {
    width: 100%;
    margin-bottom: 16px;
}

.our-banner {
    padding: 40px 0 !important;
    background-position: 10% !important;
    text-align: center;
}

footer {
    padding: 40px 0 20px 0;
    margin: 0;
    background-position: 0;
    text-align: center;
    background-position: 20%;
}

.our-banner .info-banner p {
    margin: 0 auto 15px;
    width: 100%;
}


footer h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}

footer h4 + ul li {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0;
}


.copy p {
    text-align: center;
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 0;
}

.row {
    margin: 0 -10px;
    justify-content: center;
}

header a.btn-head {
    display: none;
}

header .btn-block.text-right {
    display: none;
}


header .row:first-child [class*='col']:last-child {
    /* display: none; */
}

header .row.row-menu {padding: 0;width: 100%;display: block;}

header::before {
    display: none;
}

header .row {
    padding: 0;
    justify-content: start;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px !important;
    width: 100%;
}

.heading {
    margin-bottom: 30px;
}

.heading.text-center {
    width: 100% !important;
}

h2 br {
    display: none;
}

.copy {
    padding: 10px 0;
    text-align: center;
}

.copy ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.copy ul li:first-child {
    padding-left: 0;
}

.copy ul li {
}

.copy ul li a {
    font-size: 12px;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 90px;
}

footer .foot-col3 h4 + ul li a {
    width: 100%;
}

div#popupform.fancybox-content .custom-pop {
    width: 100%;
    padding: 30px 20px 20px;
    text-align: center;
}

div#popupform.fancybox-content {
    width: 100%;
    transform: scale(1);
    padding: 0;
    background: #2A1760;
    background: linear-gradient(90deg, rgba(42, 23, 96, 1) 0%, rgba(82, 58, 221, 1) 100%);
    height: auto;
    border-radius: 30px;
    border: 5px solid #ffffff;
}

.fancybox-slide--html .fancybox-close-small {
    width: 30px;
    height: 30px;
    top: 0px;
    right: 10px;
}

div#popupform.fancybox-content .custom-pop::before {
    display: none;
}

div#popupform.fancybox-content .img-pop {display: none;}

div#popupform.fancybox-content .custom-pop h4 {
    margin-bottom: 6px;
}

div#popupform.fancybox-content .form-control {
    height: 38px;
    padding: 10px 16px;
    font-size: 13px;
    border: 1px solid #000000;
}

div#popupform.fancybox-content textarea.form-control {
    height: 70px;
}

a.ftr-logo img {
    width: 80% !important;
    max-width: 160px;
}

p br {
    display: none;
}

div.popupform button.fancybox-button.fancybox-close-small {
    top: 10px;
    right: 10px;
}

.custom-pop h3 {
    display: none;
}

.popup-content h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px !important;
    width: 85%;
}

.popup-content {
    padding: 0;
}

.btn > span {width: 30px;height: 30px;}

.btn > span img {
    width: 18px;
}
.top-box {
    display: none;
}

ul.social-links {
    justify-content: center;
}

.head-btn {
    display: none;
}

a.logo img {}

.info-banner {
    width: 100%;
    left: 0;
}

.info-banner h6 {
    left: 0;
    width: 100%;
    margin-bottom: 25px;
}

.info-banner h5 {
    margin-bottom: 20px;
}  

.play-btn {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.play-btn > img {
    width: 40px;
}

section.our-video {
    padding-top: 0 !important;
}

#video_container:first-child {
    margin-bottom: 40px;
}

.info-cta {
    margin-top: 0;
    text-align: center;
}

.info-cta h2 {
    width: 100%;
    font-size: 20px !important;
}

br {
    display: none;
}

.img-cta {
    display: none;
}

.our-cta {
    padding-bottom: 40px !important;
}

.info-cta .btn span {
    display: none;
}

.img-bus::before {
    display: none;
}

.img-bus {
    display: none;
}

.info-bus h2 {
    font-size: 24px !important;
}

.col-md-6 {}

.owl-soft .owl-item {
    padding-block: 0;
}

.heading.text-center p {
    width: 100%;
}

.box-why{
    min-height: auto;
}
header ul li.mob-link {
    display: block;
}

.img-why {
    display: none;
}

.btn > span {
    display: none;
}

.row.row-links {
    margin-left: -10px;
}

.row.row-links .col-md-3 {
    width: 50%;
}

.info-foot2 ul li {
    text-align: left;
}

.info-foot2 h4 {
    text-align: left;
} 
.page-banner h1 {
    font-size: 33px;
}

.breadcrumb {
    padding: 13px 17px;
}

.breadcrumb-item, .breadcrumb-item a {
    font-size: 12px;
}
.abt-sec1 .textbox {
    padding: 0 10px;
}

.abt-sec1 h1 {
    font-size: 24px;
}
.box-supp {
    min-height: inherit;
    padding: 15px;
}

.support-sec .row {
    gap: 20px;
}

.box-supp img {
    margin-bottom: 10px;
}

#faq-sec1 .container >  .row {
    gap: 40px;
}
#faq-sec1 ul.nav.nav-tabs {
    flex-direction: inherit;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    gap: 13px;
}

#faq-sec1 .nav-tabs .nav-item {
    flex-shrink: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#faq-sec1 .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
}
.testi-sec2 .container > .row {
    padding-bottom: 40px;
}

.review-slides .owl-item {
    padding-inline: 30px;
    padding-block: 30px;
}
.testi-sec2 {
    padding-inline: 20px !important;
}

section.pricing-sec .title h1 {
    font-size: 25px;
     line-height: 1.3;
}
section.pricing-sec .title p {
    margin-bottom: 25px;
}

section.pricing-sec ul.nav.nav-tabs button.nav-link.active {
    font-size: 14px;
}

section.pricing-sec ul.nav.nav-tabs button.nav-link {
    font-size: 14px;
}

span.packageinfo {
    margin-bottom: 30px;
    font-size: 14px;
}

section.pricing-sec .tab-content .secinfo {
    padding: 20px;
}

section.pricing-sec .tab-content .secinfo h3 {
    font-size: 1.2rem;
    line-height: 1.5;
}

section.pricing-sec .tab-content .secinfo h3 span {
    font-size: 1.825rem;
}

section.pricing-sec .tab-content .secinfo ul {
    padding-top: 20px;
    height: 250px;
}

section.pricing-sec .tab-content .secinfo ul li {
    font-size: 14px;
}

section .pricing-sec {
}

.col-md-4 {
    margin-bottom: 20px;
}

.info-master {
    margin-bottom: 40px;
}

a.rc_play.white-btn span {
    padding: 5px 10px;
    font-size: 1.2rem;
}

.info-awards {
    margin-top: 40px;
}

section.pricing-sec .tab-content [class*='col']:first-child .secinfo ul , section.pricing-sec .tab-content [class*='col']:last-child .secinfo ul {
    height: auto;
}

.dis-vid {
    margin-top: 20px;
}

.our-discount h2 {
    margin-bottom: 10px;
}

.page-banner h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

a.rc_play.white-btn span {
    padding: 5px 10px;
    font-size: 1.2rem;
}

.info-ope {
    padding: 25px;
    text-align: center;
}

.info-ope img {
    width: 60px;
}

.col-md-4 {
    margin-bottom: 20px;
}

.info-ope.info-ope2 {padding: 20px 30px;background-position: 100% 70% !important;text-align: left;}

section.our-operation {
    padding-bottom: 0 !important;
}

.info-serving ul li button {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.info-serving ul li::before {
    height: 33%;
}

.img-serving {
    margin-top: 10px;
}

.info-build .text-build::before {transform: skewX(-15deg);right: -28px;}

.info-ope.info-ope2 h3 {
    margin-bottom: 90px;
    font-size: 2rem;
}

.info-ope.info-ope2 h3 br {
    display: revert;
}

    .info-serving ul li {
    margin-bottom: 0;
}

.info-tool {
    padding: 30px;
    margin-bottom: 10px !important;
}

.tool-mb {
    margin-bottom: 40px;
}

footer .row.row-links {
    margin-left: 20px;
}

section.video-tabs ul#myTab {
    gap: 10px 5px;
    background: transparent;
    justify-content: center;
    flex-wrap: wrap;
}

section.video-tabs ul#myTab button {
    background: #f2f3f5;
    font-size: 13px;
    padding: 0 18px;
    line-height: 16px;
    width: 100%;
    height: 55px;
}

section.video-tabs ul#myTab li.nav-item {
    width: 49%;
}

.tab-videos {
    padding: 0 40px;
}

section.deliverables {
    padding: 0 20px !important;
}

section.deliverables .block {
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.contact-sec1 .textbox {
    padding: 30px 30px;
    border-radius: 10px;
}

.contact-info li:not(:last-child) {
    margin-bottom: 15px;
}

.contact-info li > a .icon-img {
    width: 45px;
    height: 45px;
    padding: 10px;
}

.contact-info h4 {
    font-size: 12px;
    line-height: 1;
}

.contact-info h3 {
    font-size: 15px;
}

.contact-info li > a {
    gap: 9px;
}

.social-mail .social-wrap {
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 10px;
}

.social-mail {
    justify-content: center;
}

.social-mail .social-wrap::before {
    left: 0;
    display: none;
}

.social-mail .social-wrap ul.social-links {
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}

.social-mail .social-wrap ul.social-links li {
    width: 35px;
    height: 35px;
}

.contact-sec1 .contact-form {
    padding: 40px 30px 20px 30px;
}

.contact-sec1 .contact-form h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.contact-form .form-control {
    margin-bottom: 10px;
}

.contact-form label {
    margin-bottom: 4px;
}

.contact-form p {
    font-size: 12px !important;
    margin-bottom: 20px;
}

.sec-btns .btn-primary {
    font-size: 12px !important;
    padding: 8px 15px !important;
}

.sec-btns .btn-primary img {
    margin-left: 5px;
}

@media only screen and (max-width: 1400px) {
    html{font-size:90%}

    .container{
        max-width: 1100px;
    }

    div.popupform {transform: scale(0.7);}


.btn {
    padding: 10px 18px;
    font-size: 15px !important;
}


section {
    padding: 80px 0 !important;
}

    
.our-banner {
    padding-block: 140px  80px !important;
}

header ul li {
    padding-inline: 8px;
}

header ul {
    margin-right: 20px;
}

.head-btn {
    margin-left: -20px;
}

.btn > span {
    width: 33px;
    height: 33px;
    margin-left: 8px;
}

.btn img {
    width: 12px;
}

.dropdown-menu {
    top: 94px;
}

.info-banner {
    width: calc(100% + 120px);
    position: relative;
    left: -60px;
}

.box-why {
    padding-inline: 20px;
    padding-block: 25px;
    min-height: 245px;
}

.box-why p {
    font-size: 13px;
    line-height: 22px;
}

.box-why span {
    margin-bottom: 15px;
}

.box-why span::before {
    bottom: -12px;
}

.btn-block.text-center {
    margin-top: 25px;
}

.our-video {
    padding-top: 40px !important;
}

#video_container:first-child {
    margin-bottom: 60px;
}

.our-cta {
    padding-bottom: 0 !important;
}

.info-cta h2 {
    font-size: 2.4rem;
}

.info-cta {
    margin-top: 10px;
}

.info-cta .btn {
    font-size: 12px !important;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.info-bus ul li {
    font-size: 1.125rem;
}

.heading {
    margin-bottom: 40px;
}

footer {
    padding-block: 70px 20px;
}

.copy {
    padding-top: 60px;
}

.row.row-links {margin-top: 30px;}

.row.row-links {margin-top: 30px;margin-left: -30px;}

.row.row-links [class*='col']:last-child {
}

footer p {
    font-size: 13px;
}

.info-foot2 ul li a {
    font-size: 13px;
}

.info-foot2 ul li {
    margin-bottom: 5px;
    padding-left: 12px;
}

.info-foot2 h4 {
    font-size: 1.5rem;
}

.info-foot2 ul li::before {
    width: 5px;
}
header ul li > a {
    font-size: 13px !important;
}

.head-btn {
    width: calc(100% + 12px);
}
    
}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    html{font-size:70%}
        a.menu-bottom {
        display: revert;
    }



    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: none;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 10px;
        top: -35px;
        text-align: right;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: #ffffff;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
        right: 10px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #2A1760;
        background: linear-gradient(0deg, rgba(42, 23, 96, 1) 0%, rgb(25 55 115) 100%);
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 80px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        display: block;
    }
    .menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #ffffff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left !important;
        display: block !important;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
        line-height: 22px !important;
        height: auto;
    }

    .menu li a img {
    filter: brightness(0) invert(1);
    }
    
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    header ul li.btn-head a.btn-green {
    display: inline-block;
    width: auto;
    margin: 10px 20px 20px;
    padding: 10px 40px;
    color: #fff !important;
}

.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
    top: 0;
    left: 0 !important;
}

.dropdown-toggle::after {
    width: 9px;
    height: 9px;
    filter: brightness(0) invert(1);
    top: 2px;
    position: relative;
}

.menu li .dropdown-item {padding: 5px 0 5px 30px;font-size: 15px !important;text-transform: capitalize;border-top: 1px solid #ffffff9c;border-bottom: none;}
    
    
    header .menu {
        opacity: 0;
    }
    
    header {
        padding: 20px 0;
        z-index: 2;
    }
     header ul li:last-child {
        border: 0;
    }

    header .logo img,header.fixed a.logo img {
        max-width: 130px;
        /* margin-left: 30px !important; */
    }

    .menu li a img {
    filter: brightness(0) invert(1);
}

header ul li a:hover {
    color: #fff !important;
}

    h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        text-align: left !important;
        z-index: 9;
        top: 0;
        position: relative;
        background: #fff;
        border-radius: 00;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0 0;
        text-align: center;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px !important;
        letter-spacing: .5px;
        padding: 6px 15px 6px 15px !important;
        text-transform: capitalize;
        display: inline-flex;
        align-items: center;
        margin-right: 0 !important;
    }

    .btn img {
    width: 30px;
}

section {
    padding: 40px 0 !important;
    overflow: hidden;
}

header ul li:last-child {
    border: 0;
}

header ul.btn-ul {
    display: none;
}


header ul.head-ul li:first-child {
margin-right: 0;
}

.btn-block.text-center {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

    
.info-banner h1 br {
    display: none;
}

.info-banner h1 {
    font-size: 24px !important;
    margin-bottom: 4px !important;
    letter-spacing: 1px;
    line-height: 34px !important;
    width: 100%;
}

p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.info-banner p {
    width: 100%;
    margin-bottom: 16px;
}

.our-banner {
    padding: 40px 0 !important;
    background-position: 10% !important;
    text-align: center;
}

footer {
    padding: 40px 0 20px 0;
    margin: 0;
    background-position: 0;
    text-align: center;
    background-position: 20%;
}

.our-banner .info-banner p {
    margin: 0 auto 15px;
    width: 100%;
}


footer h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}

footer h4 + ul li {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0;
}


.copy p {
    text-align: center;
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 0;
}

.row {
    margin: 0 -10px;
    justify-content: center;
}

header a.btn-head {
    display: none;
}

header .btn-block.text-right {
    display: none;
}


header .row:first-child [class*='col']:last-child {
    /* display: none; */
}

header .row.row-menu {padding: 0;width: 100%;display: block;}

header::before {
    display: none;
}

header .row {
    padding: 0;
    justify-content: start;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px !important;
    width: 100%;
}

.heading {
    margin-bottom: 30px;
}

.heading.text-center {
    width: 100% !important;
}

h2 br {
    display: none;
}

.copy {
    padding: 10px 0;
    text-align: center;
}

.copy ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.copy ul li:first-child {
    padding-left: 0;
}

.copy ul li {
}

.copy ul li a {
    font-size: 12px;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 90px;
}

footer .foot-col3 h4 + ul li a {
    width: 100%;
}

div#popupform.fancybox-content .custom-pop {
    width: 100%;
    padding: 30px 20px 20px;
    text-align: center;
}

div#popupform.fancybox-content {
    width: 100%;
    transform: scale(1);
    padding: 0;
    background: #2A1760;
    background: linear-gradient(90deg, rgba(42, 23, 96, 1) 0%, rgba(82, 58, 221, 1) 100%);
    height: auto;
    border-radius: 30px;
    border: 5px solid #ffffff;
}

.fancybox-slide--html .fancybox-close-small {
    width: 30px;
    height: 30px;
    top: 0px;
    right: 10px;
}

div#popupform.fancybox-content .custom-pop::before {
    display: none;
}

div#popupform.fancybox-content .img-pop {display: none;}

div#popupform.fancybox-content .custom-pop h4 {
    margin-bottom: 6px;
}

div#popupform.fancybox-content .form-control {
    height: 38px;
    padding: 10px 16px;
    font-size: 13px;
    border: 1px solid #000000;
}

div#popupform.fancybox-content textarea.form-control {
    height: 70px;
}

a.ftr-logo img {
    width: 80% !important;
    max-width: 160px;
}

p br {
    display: none;
}

div.popupform button.fancybox-button.fancybox-close-small {
    top: 10px;
    right: 10px;
}

.custom-pop h3 {
    display: none;
}

.popup-content h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px !important;
    width: 85%;
}

.popup-content {
    padding: 0;
}

.btn > span {width: 30px;height: 30px;}

.btn > span img {
    width: 18px;
}
.top-box {
    display: none;
}

ul.social-links {
    justify-content: center;
}

.head-btn {
    display: none;
}

a.logo img {}

.info-banner {
    width: 100%;
    left: 0;
}

.info-banner h6 {
    left: 0;
    width: 100%;
    margin-bottom: 25px;
}

.info-banner h5 {
    margin-bottom: 20px;
}  

.play-btn {
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.play-btn > img {
    width: 40px;
}

section.our-video {
    padding-top: 0 !important;
}

#video_container:first-child {
    margin-bottom: 40px;
}

.info-cta {
    margin-top: 0;
    text-align: center;
}

.info-cta h2 {
    width: 100%;
    font-size: 20px !important;
}

br {
    display: none;
}

.img-cta {
    /* display: none; */
}

.our-cta {
    padding-bottom: 0px !important;
}

.info-cta .btn span {
    display: none;
}

.img-bus::before {
    display: none;
}

section.our-business .img-bus {
    margin-top: 30px;
    display: block;
}

.info-bus h2 {
    font-size: 24px !important;
}

.col-md-6 {}

.owl-soft .owl-item {
    padding-block: 0;
}

.heading.text-center p {
    width: 100%;
}

.box-why{
    min-height: auto;
}
header ul li.mob-link {
    display: block;
}

.img-why {
    display: none;
}

.btn > span {
    display: none;
}

.row.row-links {
    margin-left: -10px;
}

.row.row-links .col-md-3 {
    width: 50%;
}

.info-foot2 ul li {
    text-align: left;
}

.info-foot2 h4 {
    text-align: left;
} 
.page-banner h1 {
    font-size: 33px;
}

.breadcrumb {
    padding: 13px 17px;
}

.breadcrumb-item, .breadcrumb-item a {
    font-size: 12px;
}
.abt-sec1 .textbox {
    padding: 0 10px;
}

.abt-sec1 h1 {
    font-size: 24px;
}
.box-supp {
    min-height: inherit;
    padding: 15px;
}

.support-sec .row {
    gap: 20px;
}

.box-supp img {
    margin-bottom: 10px;
}

#faq-sec1 .container >  .row {
    gap: 40px;
}
#faq-sec1 ul.nav.nav-tabs {
    flex-direction: inherit;
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    gap: 13px;
}

#faq-sec1 .nav-tabs .nav-item {
    flex-shrink: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#faq-sec1 .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 15px;
}
.testi-sec2 .container > .row {
    padding-bottom: 40px;
}

.review-slides .owl-item {
    padding-inline: 30px;
    padding-block: 30px;
}
.testi-sec2 {
    padding-inline: 20px !important;
}

section.pricing-sec .title h1 {
    font-size: 25px;
     line-height: 1.3;
}
section.pricing-sec .title p {
    margin-bottom: 25px;
}

section.pricing-sec ul.nav.nav-tabs button.nav-link.active {
    font-size: 14px;
}

section.pricing-sec ul.nav.nav-tabs button.nav-link {
    font-size: 14px;
}

span.packageinfo {
    margin-bottom: 30px;
    font-size: 14px;
}

section.pricing-sec .tab-content .secinfo {
    padding: 20px;
}

section.pricing-sec .tab-content .secinfo h3 {
    font-size: 1.2rem;
    line-height: 1.5;
}

section.pricing-sec .tab-content .secinfo h3 span {
    font-size: 1.825rem;
}

section.pricing-sec .tab-content .secinfo ul {
    padding-top: 20px;
    height: 250px;
}

section.pricing-sec .tab-content .secinfo ul li {
    font-size: 14px;
}

section .pricing-sec {
}

.col-md-4 {
    margin-bottom: 20px;
}

.info-master {
    margin-bottom: 40px;
}

a.rc_play.white-btn span {
    padding: 5px 10px;
    font-size: 1.2rem;
}

.info-awards {
    margin-top: 40px;
}

section.pricing-sec .tab-content [class*='col']:first-child .secinfo ul , section.pricing-sec .tab-content [class*='col']:last-child .secinfo ul {
    height: auto;
}

.dis-vid {
    margin-top: 20px;
}

.our-discount h2 {
    margin-bottom: 10px;
}

.page-banner h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

a.rc_play.white-btn span {
    padding: 5px 10px;
    font-size: 1.2rem;
}

.info-ope {
    padding: 25px;
    text-align: center;
}

.info-ope img {
    width: 60px;
}

.col-md-4 {
    margin-bottom: 20px;
}

.info-ope.info-ope2 {padding: 20px 30px;background-position: 100% 70% !important;text-align: left;}

section.our-operation {
    padding-bottom: 0 !important;
}

.info-serving ul li button {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.info-serving ul li::before {
    height: 33%;
}

.img-serving {
    margin-top: 10px;
}

.info-build .text-build::before {transform: skewX(-15deg);right: -28px;}

.info-ope.info-ope2 h3 {
    margin-bottom: 90px;
    font-size: 2rem;
}

.info-ope.info-ope2 h3 br {
    display: revert;
}

    .info-serving ul li {
    margin-bottom: 0;
}

.info-tool {
    padding: 30px;
    margin-bottom: 10px !important;
}

.tool-mb {
    margin-bottom: 40px;
}

footer .row.row-links {
    margin-left: 20px;
}

section.video-tabs ul#myTab {
    gap: 10px 5px;
    background: transparent;
    justify-content: center;
    flex-wrap: wrap;
}

section.video-tabs ul#myTab button {
    background: #f2f3f5;
    font-size: 13px;
    padding: 0 18px;
    line-height: 16px;
    width: 100%;
    height: 55px;
}

section.video-tabs ul#myTab li.nav-item {
    width: 49%;
}

.tab-videos {
    padding: 0 40px;
}

section.deliverables {
    padding: 0 20px !important;
}

section.deliverables .block {
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.contact-sec1 .textbox {
    padding: 30px 30px;
    border-radius: 10px;
}

.contact-info li:not(:last-child) {
    margin-bottom: 15px;
}

.contact-info li > a .icon-img {
    width: 45px;
    height: 45px;
    padding: 10px;
}

.contact-info h4 {
    font-size: 12px;
    line-height: 1;
}

.contact-info h3 {
    font-size: 15px;
}

.contact-info li > a {
    gap: 9px;
}

.social-mail .social-wrap {
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 10px;
}

.social-mail {
    justify-content: center;
}

.social-mail .social-wrap::before {
    left: 0;
    display: none;
}

.social-mail .social-wrap ul.social-links {
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}

.social-mail .social-wrap ul.social-links li {
    width: 35px;
    height: 35px;
}

.contact-sec1 .contact-form {
    padding: 40px 30px 20px 30px;
}

.contact-sec1 .contact-form h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.contact-form .form-control {
    margin-bottom: 10px;
}

.contact-form label {
    margin-bottom: 4px;
}

.contact-form p {
    font-size: 12px !important;
    margin-bottom: 20px;
}

.sec-btns .btn-primary {
    font-size: 12px !important;
    padding: 8px 15px !important;
}

.sec-btns .btn-primary img {
    margin-left: 5px;
}
.our-cta .img-cta {
    left: 0;
    margin-top: 40px;
    display: block;
}

section.our-business .col-md-5 {
    order: 2;
}

}


}