.my-h6{
    font-size: 0.67em;     
    /* font-weight: bold; */
    margin-top: 2.33em;
    margin-bottom: 2.33em;
  }





@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
button,
input,
textarea,
.my-h2,
select {
    font-family: 'Lato', sans-serif !important;
}

p {
    font-size: 18px;
}

ul,
li {
    list-style-type: none;
}

span.color-span {
    color: #ff9900 !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color:#ff9900;
}
.logowrp img {
    filter: brightness(0) invert(1);
}
img.with-stick {
    filter: brightness(0) invert(1);
}
header {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #232f3e;
}

.sticky {
    background: #ffff;
    box-shadow: 0px 15px 10px -15px #111;
}

.sticky a.nav-link {
    color: #000;
}

button.btn.global-btn {
    background: #ff9900;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border-radius: 9px;
}

/* Dropdown container styling */
.nav-item {
    position: relative;
    display: inline-block;
}

/* Add an arrow next to "More Services" */
.menu-arrow::after {
    content: " ▼";
    /* Unicode for a down arrow */
    font-size: 12px;
    margin-left: 5px;
}

/* Hide the dropdown by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.dropdown-content a:hover {
    color: #ff9900;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown when hovering over nav-item */
.nav-item:hover .dropdown-content {
    display: block;
}

a.nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 10px;
}

.active-link {
    color: #fba834 !important;
    
}

a.nav-link:focus {
    color: #fff;
}

a.nav-link:hover {
    color: #f90;
}

.logo .without-stick {
    display: none;
}

.sticky .logo img.with-stick {
    display: none;
}

.sticky .logo img.without-stick {
    display: block;
}

.logo img {
    width: 60%;
}

.top-menu {
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

.get-a-quote{
    padding: 0 !important;
    border: none !important;
}

.group-link a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    padding: 6.5px 10px 6.5px 10px;
    border-radius: 9px;
    border: 2px solid #f90;
}

.group-link-two a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 600;
    padding: 6.5px 10px 6.5px 10px;
    border-radius: 9px;
    border: 2px solid #f90;
}

.group-link-thre a {
    text-decoration: none;
    color: #f90;
    font-size: 15px;
    font-weight: 600;
    padding: 6.5px 10px 6.5px 10px;
    border-radius: 9px;
    border: 2px solid #f90;
}

.group-link-thre a:hover {
    color: #f90;
}

.group-link a:hover {
    color: #f90;
}

.group-link-two a:hover {
    color: #f90;
}

.top-menu h5 {
    background: whitesmoke;
    padding: 5px 30px;
    color: #000;
    font-size: 11px;
    border-radius: 9px;
}

.top-menu span {
    position: absolute;
    z-index: 9;
    background: #f00;
    color: #f00;
    height: 8px;
    border-radius: 100%;
    font-size: 6px;
    width: 7px;
    top: 10px;
    left: 10px;
}

.banner-img.amazon-automation-banner-image {
    position: relative;
    z-index: 99;
}

.home-bannerwrp {
    background-image: url(../images/img-2.png);
    padding: 250px 0 300px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    background-position: bottom;
    background: #232f3e;
}

.home-bannerwrp .ovrwrp {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.home-bannerwrp .txtwrp {
    display: block;
    text-align: center;
    position: relative;
    z-index: 11;
}

.home-bannerwrp .txtwrp h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.home-bannerwrp .txtwrptwo h1 {
    color: #ff9900;
    font-size: 42px;
    font-weight: 600;
}




.home-bannerwrp .txtwrp p:not(.my-h4) {
    font-size: 18px;
    color: #fff;
}

.home-bannerwrp .formwrp {
    margin: 30px 0 0px;
    background: #fff;
    width: 100%;
    margin: 0px auto 10px;
    border-radius: 9px;
    position: relative;
    z-index: 5;
}

.home-bannerwrp .formwrp form {
    display: block;
    text-align: center;
}

.home-bannerwrp .formwrp form .lable {
    display: inline-block;
    width: 25%;
    margin: 0px -3px -10px;
    vertical-align: top;
}

.home-bannerwrp .formwrp form .lable input.fxtwrp {
    border-radius: 9px 0 0px 9px;
}

.home-bannerwrp .formwrp form .lable input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 13px 15px;
    color: gray;
    font-size: 13px;
    height: 55px;
    font-weight: 400;
    outline: none !important;
    margin-bottom: 10px;
}

.home-bannerwrp .formwrp form .lable input.btn {
    background: #ff9900;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    height: 45px;
    margin: 0px 0 0 1px;
    border-radius: 9px;
    width: 95%;
    margin: 5px 0 0 2px;
    padding: 0;
}

.home-bannerwrp .txtwrp img {
    margin: 0 0px 20px;
    vertical-align: text-top;
    width: 18%;
}

.home-bannerwrp .imgmain {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    z-index: 1;
}

.home-bannerwrp .main-bnr-hm {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.home-bannerwrp .imgmain img {
    width: 60%;
    padding: 0 0 0;
}

.txtwrp a:hover {
    color: #fff;
}

.txtwrp a {
    color: #f90;
}

.future-logos {
    padding: 40px 0;
    background: #f0f1f6b5;
}

.future-logos h4 {
    display: block;
    text-align: center;
    padding: 0 0 10px;
    color: #8c9aaf;
    font-size: 20px;
    font-weight: 700;
}

.future-logos .mainwrp ul {
    margin: 0;
}

.future-logos .mainwrp ul li {
    display: inline-block;
}

.future-logos .mainwrp ul li img {
    width: 120px;
    height: 50px;
}

.ecom-video {
    padding: 40px 0;
}

.main-video video {
    border-radius: 9px;
    width: 100%;
}

.what-we-do {
    padding: 40px 0;


}


.what-we-do .my-h4,
.what-we-do h4,
.portfolio-meta h4,
.portfolio-meta .my-h4,
.services-sec-meta .my-h4,
.services-sec-meta h4,
.services-meta .my-h4,
.services-meta h4,
.inner-service-banner .my-h4{
    color: #ff9f1c;
    font-size: 18px;
    text-transform: capitalize;
    background: #ff9f1c26;
    display: inline-block;
    padding: 7px 11px;
    border-radius: 9px;
    margin: 0 0 15px;
}

.what-we-do h2,
.services-sec-meta h2,
.services-meta h2,
.faqs .my-h2 {
    font-size: 34px;
    font-weight: 600;
    color: #223235;
}

.flex-horizontal {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}

.marquee {
    width: 100%;
    height: 600px;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
    overflow: hidden;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.marquee-cover {
    z-index: 10;
    opacity: 1;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 75%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.track-vertical-alt {
    width: 100%;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.flex-vertical {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-product-image-carousel {
    border-radius: 9px;
    padding: 8px;
}

.home-product-image-carousel {
    padding: 8px;
}

.image-43 {
    border-radius: 9px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.spacer-30._15-xsvp {
    width: 12px;
    height: 12px;
}

.track-vertical {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-vertical 20s linear infinite;
}

@keyframes marquee-vertical {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-50%);
    }
}

.track-vertical-alt {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-vertical-alt 20s linear infinite;
}

@keyframes marquee-vertical-alt {
    from {
        transform: translateY(-50%);
    }

    to {
        transform: translateY(0%);
    }
}

.spacer-30._15-xsvp {
    width: 12px;
    height: 12px;
    flex: none;
}

.portfolio {
    padding: 40px 0;
    background: #232f3e;
    text-align: center;
}

.portfolio-meta .h2,
.portfolio-meta .my-h2

{
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.portfolio-meta p {
    color: #fff;
}

.portfolio .port-box {
    display: block;
    text-align: center;
}

.portfolio .port-box ul {
    margin: 40px 0 0;
    padding: 0;
}

.portfolio .port-box ul li {
    display: inline-block;
    width: 16%;
    margin: 0 10px;
}

.portfolio .port-box ul li img {
    width: 100%;
    border-radius: 9px;
}

.services-sec {
    padding: 40px 0 130px 0;
    text-align: center;
}

.main-services {
    padding: 40px 0;
    /* background: #232f3e; */
}

.servicesec .boxwrap {
    display: inline-block;
    width: 100%;
    margin-top: -110px;
    text-align: center;
}

.servicesec .boxwrap button {
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0 10px 20px;
    position: relative;
    border-radius: 9px;
    min-height: 215px;
    padding: 60px;
    float: left;
    background: #fff;
    width: 98.1%;
    -moz-box-shadow: 3px -8px 43px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px -8px 43px 0px rgb(0 0 0 / 16%);
}

.servicesec .boxwrap button.active {
    background: #ff9f1c;
}

.servicesec .boxwrap button i.two {
    background-position: -70px 10px;
}

.servicesec .boxwrap button i {
    background-image: url(../images/services-icons.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    /* background-position: top center; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap button h6{
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #2c2c2c;
    font-size: 14px;
}

.servicesec .boxwrap button i.three {
    background-position: -150px 10px;
}

.servicesec .boxwrap button i {
    background-image: url(../images/services-icons.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    /* background-position: top center; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap button i.five {
    background-position: -320px 10px;
}

.servicesec .boxwrap button i {
    background-image: url(../images/services-icons.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    /* background-position: top center; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap button i.five {
    background-position: -320px 10px;
}

.servicesec .boxwrap button i {
    background-image: url(../images/services-icons.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    /* background-position: top center; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap button i.four {
    background-position: -230px 10px;
}

.servicesec .boxwrap button i {
    background-image: url(../images/services-icons.png);
    background-repeat: no-repeat;
    width: 75px;
    display: inline-block;
    height: 80px;
    margin: 0 auto 10px;
    /* background-position: top center; */
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.servicesec .boxwrap button:hover {
    box-shadow: 0px 0px 45px #20CB9817;
    transform: translateY(-0.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #ff9f1c;
    background: -moz-linear-gradient(-45deg, #2a3db6 0%, #1169cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3db6', endColorstr='#1169cd', GradientType=1);
}

.servicesec .boxwrap button:hover i.two {
    background-position: -70px -70px;
}

.servicesec .boxwrap button:hover i.three {
    background-position: -150px -70px;
}

.servicesec .boxwrap button:hover i.five {
    background-position: -320px -70px;
}

.servicesec .boxwrap button:hover i.one {
    background-position: 2px -70px;
}

.servicesec .boxwrap button:hover i.four {
    background-position: -230px -70px;
}

.services-navwrp .imgdiv {
    height: auto;
}

.services-navwrp .imgdiv img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 9px;
}

.services-navwrp .mainwrp-second .txtwrp h2 {
    color: #223235;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0 10px;
}

.main-heading {
    font-size: 38px;
    font-weight: 600;
    color: #223235;
}

.services-navwrp .mainwrp-second .txtwrp p {
    color: #223235;
    text-align: left;
}

.main-pera {
    line-height: 1.7;
    font-weight: 500;
}

.services-navwrp .mainwrp-second .imgtabs ul {
    display: block;
    padding: 0;
    margin: 30px 0 0;
}

.services-navwrp .mainwrp-second .imgtabs ul li {
    display: inline-block;
    width: 20%;
}

.services-navwrp .mainwrp-second .imgtabs ul li img {
    width: 70px;
}

.services-navwrp .mainwrp-second .imgtabs ul li p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
}

.nav-tabs {
    border: none !important;
}

.main-cta {
    padding: 40px 0;
}

.cta-sec {
    padding: 40px;
    position: relative;
    border-radius: 9px;
    background: linear-gradient(344.91deg, #ff990091 3.74%, rgb(35 47 62) 53.6%);
}

.main-cta .cta-box h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-meta {
    display: flex;
}

.cta-meta p {
    color: #ffffff;
}

.cta-img {
    width: 7%;
    top: -34px;
    left: -38px;
}

/* .cta-bg img {
    border-radius: 25px;
}

.cta-bg .centered {
    top: 35%;
    left: 29%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.cta-bg .centered h2{
    color:#fff;
} */

.testi {
    padding: 40px 0;
    /* background-color: #000; */
    position: relative;
}

.testi .cus .my-h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.testi .cus .my-h2 span {
    color: #ff9900;
}

.testi .cus p {
    color: #fff;
}

.testi:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(344.91deg, #ff990091 3.74%, rgb(35 47 62) 53.6%);
    z-index: -1;
}

.testi:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/dots.html);
    background-repeat: no-repeat;
    background-size: 25vw;
    background-position: 0 calc(100% - 4.427vw);
    mix-blend-mode: overlay;
    z-index: -1;
}

/* ul.testi-slider li img{
    width: 100px !important;
} */
.testimonial-box {
    border-radius: 9px;
    overflow: hidden;
    cursor: pointer;
}

.inner-testimonial-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background: #000; */
    padding: 100px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-right: 190px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner-testimonial-box:before,
.inner-testimonial-box:after {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.inner-testimonial-box:before {
    background: -webkit-linear-gradient(134.02deg, #6F6F6F -1.14%, rgba(47, 47, 47, 0) 65.71%);
    background: linear-gradient(315.98deg, #6F6F6F -1.14%, rgba(47, 47, 47, 0) 65.71%);
    left: 0;
}

.inner-testimonial-box:before,
.inner-testimonial-box:after {
    content: '';
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(118deg, #F8CF36 -12.14%, rgba(47, 47, 47, 0) 53.71%);
    background: linear-gradient(332deg, #F8CF36 -12.14%, rgba(47, 47, 47, 0) 53.71%);
    z-index: -1;
}

.inner-testimonial-box>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.right-image {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
}

.bottom-text-abs {
    position: absolute;
    bottom: 10px;
    font-size: 25px;
    mix-blend-mode: overlay;
    color: #fff;
    font-weight: 700;
    transform: translate3d(0, 0, 0);
}

.btn-testimonial {
    border: none;
    position: absolute;
    right: 100%;
    height: 70px;
    width: 70px;
    background: #ff9900;
    border-radius: 50%;
    font-size: 35px;
    color: #000;
    bottom: 1.042vw;
    z-index: 4;
    -webkit-filter: drop-shadow(0vw 0.677vw 1.771vw #231F20);
    filter: drop-shadow(0vw 0.677vw 1.771vw #231F20);
    opacity: 0;
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.btn-testimonial i.fas.fa-play:before {
    position: absolute;
    top: 50%;
    left: calc(50% + 0.208vw);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fa-60 {
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
}

.main-testi-slider ul li {
    margin: 20px;
}

.active-testimonial-box .inner-testimonial-box .btn-testimonial,
.testimonial-box.slick-slide.slick-current.slick-active+.testimonial-box.slick-slide .inner-testimonial-box .btn-testimonial,
.inner-testimonial-box:hover .btn-testimonial {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    right: 1.042vw;
}

.main-modal.modal.video-modal .modal-dialog {
    max-width: 50vw;
}

.main-modal.modal.show .modal-dialog {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.main-modal.modal .modal-dialog {
    border-radius: .938vw;
    overflow: visible;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    max-width: 26.042vw;
}

.main-modal.modal.video-modal .modal-dialog .modal-body,
.main-modal.modal.video-modal .modal-dialog .modal-content {
    padding: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
}

.main-modal.modal.video-modal .modal-dialog .modal-body,
.main-modal.modal.video-modal .modal-dialog .modal-content {
    padding: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
}

.main-modal .modal-body {
    padding: 1.458vw 2.344vw;
}

.modal-video video {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    justify-content: center;
    object-fit: cover;
    display: flex;
    margin: 0 auto;
}

button.btn-close.testi-closer {
    right: 8px !important;
}

.main-modal.modal .btn-close {
    font-size: .938vw;
    width: 1.302vw;
    height: 1.302vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border: none;
    border-radius: 50%;
    color: #fff;
    background: #000;
    position: absolute;
    top: .521vw;
    right: 15.521vw;
}

.reasonwrp {
    background-color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 1;
    left: 0;
}

.reasonwrp .mainwrp {
    width: 80%;
    float: right;
}

.reasonwrp .txtwrp .my-h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.reasonwrp .txtwrp h4 {
    color: #fff;
    font-size: 22px;
    position: relative;
    padding: 0 0 10px 25px;
}

.reasonwrp .txtwrp h4:after {
    content: "";
    position: absolute;
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    border-radius: 50%;
    top: 0;
    color: #ff9f1c;
}

.reasonwrp .txtwrp p {
    color: #fff;
    padding: 0 0 30px 25px;
    margin: 0;
}

.reasonwrp .imgwrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.reasonwrp:after {
    content: "";
    background-color: #232f3e;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.our-easy-process {
    padding: 40px 0;
}

.our-easy-process .my-h2 {
    font-size: 38px;
    font-weight: 600;
    color: #223235;
}

.our-easy-process span {
    color: #ff9900;
}

.our-process-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    max-width: calc(100% - 1vw);
    margin-right: auto;
}

.circle-columns {
    width: calc(25% - 1.042vw);
}

.image-right>img {
    width: 100%;
    height: 18vw;
    object-fit: contain;
}

.text-inner-process {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 72%;
    text-align: center;
}

.text-inner-process .my-h2 {
    font-size: 1.25vw;
    margin-bottom: 1.563vw;
    font-weight: 600;
}

.text-inner-process p {
    font-size: 13px;
}

.circle-columns .image-right>span {
    border-radius: 50%;
    position: absolute;
    width: 3.125vw;
    height: 3.125vw;
    background: #ff9f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    line-height: 2.604vw;
    font-size: 1.042vw;
    font-weight: 600;
    font-family: montserrat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.563vw;
    font-weight: 700;
}

.our-process-flex .circle-columns:nth-child(odd) .image-right:after {
    top: calc(50% + 0.521vw);
}

.last-one:after {
    display: none !important;
}

.image-right:after {
    content: '';
    position: absolute;
    right: -2.604vw;
    top: calc(50% - 0.521vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: hue-rotate(319deg);
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 3.125vw;
    width: 4.167vw;
    background-position: right center;
}

footer {
    background-color: #232f3e;
    padding: 40px 0 0px;
    z-index: 0;
    overflow: hidden;
}

footer .row.bodr-top {
    border-bottom: 1px solid #d0d7fc24;
    padding: 0 0 30px;
    margin: 0 -10px 70px;
}

footer .txtdiv h4 {
    color: #fff;
    font-size: 22px;
}

footer .formwrp {
    display: block;
    text-align: right;
}

footer .formwrp form .lablewrp {
    display: inline-block;
    width: 83%;
}

footer .formwrp form .lablewrp input {
    width: 100%;
    height: 46px;
    border-radius: 9px;
    padding: 0 0 0 10px;
    border: none;
}

footer .formwrp form .lablewrp input.btnwpr {
    width: 16%;
    padding: 0;
    background: #ff9f1c;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    font-size: 16px;
    top: 3px;
    right: 3px;
    height: 40px;
    z-index: 5;
}

footer .navwrp h4 {
    color: #fff;
    font-size: 20px;
    padding: 0;
}

footer .navwrp ul {
    margin: 20px 0 0;
    list-style: none;
    padding: 0;
}

footer .logowrp ul li {
    padding: 0;
    display: block;
    margin: 0 20px 0 0;
    padding: 0 0 9px;
}

footer .navwrp ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
}

footer .navwrp ul li a i {
    color: #20cb98;
    margin: 0 13px 0 0;
    display: none;
}

footer .logowrp img {
    width: 100px;
}

footer .logowrp p {
    color: #fff;
    margin-top: 10px;
}

footer .logowrp ul li i {
    color: #fff;
    font-size: 23px;
    margin: 18px 0 0;
}

footer .navwrp ul li a.nmbrwrpr {
    font-size: 18px;
    font-weight: 600;
}

footer .navwrp ul li a img {
    margin: 10px 0 0;
    filter: none;
    border: 1px solid #fff;
    width: 130px;
}

footer .navwrp ul li {
    padding: 0 0 12px;
}

.dis h4 {
    color: #fff;
}

.dis h4 {
    font-size: 20px;
}

.dis p {
    font-size: 14px;
}

.ftr-btm {
    background: #2a2a2a;
    box-shadow: rgb(255 251 251 / 5%) 0px -9px 23px 4px;
    padding: 5px 0 5px;
}

.ftr-btm .txtdiv p {
    padding: 0;
    color: #fff;
    margin: 0;
}

.ftr-btm .txtdiv ul {
    margin-top: 11px;
    text-align: center;
    display: block;
}

.ftr-btm .txtdiv ul li {
    display: inline-block;
    margin: 0 11px;
}

.ftr-btm .txtdiv ul li a {
    font-size: 19px;
    color: #fff;
}

.ftr-btm .txtwrp ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.ftr-btm .txtwrp ul {
    margin: 0;
    display: block;
    text-align: right;
}

.ftr-btm .txtwrp ul li {
    display: inline-block;
    margin: 0 0px 0 20px;
}

.amazon-automation img {
    width: 100%;
    padding: 10px 10px;
    border: 2px solid #ff9f1c;
    border-radius: 9px;
}

.amazon-automation-services {
    padding: 40px 0;
}

.main-service {
    background: #232f3ed9;
    margin: 30px 0 0;
    border: 1px solid #ff9f1c;
    padding: 30px 20px 0;
    height: 350px;
    border-radius: 9px;
}

.main-service.special {
    background-image: url(../images/ecom-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.main-service.special a {
    text-decoration: none;
}

.main-service.special .ser-meta h5 {
    text-align: center;
    position: relative;
    top: 100px;
}

.ser-meta h5 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.ser-meta p {
    color: #fff;
    height: 170px;
    overflow: auto;
}

.ser-img img {
    width: 20%;
    margin-bottom: 10px;
}

.ser-meta {
    margin-top: 10px;
}

.faqs {
    padding: 40px 0;
}

.faq-img img {
    width: 100%;
    margin-top: 10px;
    border-radius: 9px;
}

.accordion-item {
    border-bottom: 1px solid #e5e5e5 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #fba834;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    padding-right: 30px;
    font-size: 1.15rem;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #fba834;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #fba834;
    border: 1px solid #fba834;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #fba834;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    max-height: 100%;
    opacity: 1;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 18px;
    font-weight: 500;
}

.amazon-automation-banner {
    padding: 150px 0 0px;
}

.banner-img img {
    width: 100%;
}

.amazon-automation-banner .txtwrp img {
    margin: 0 30px 0px 0px;
    vertical-align: text-top;
    padding: 0 0 20px;
}

.condition-img {
    width: 30% !important;
}

.inner-service-banner {
    padding: 220px 0 70px;
}

.inner-service-banner .txtwrp img {
    margin: 0 30px 0px 0px;
    vertical-align: text-top;
    padding: 0 0 20px;
}

.inner-service-banner ul {
    list-style: none;
    padding: 0;
}

.inner-service-banner ul li {
    color: #fff;
    font-size: 18px;
}

.inner-service-banner .group-link {
    z-index: 9999999;
}

.form-wrap {
    color: #fff;
    background: #232f3e;
    padding: 10px 20px 40px;
    border-radius: 9px;
    width: 70%;
    position: relative;
    z-index: 9;
    float: right;
    border: 1px solid #ff9900;
    /* padding: 40px; */
}

.uper-head {
    display: flex;
    width: 100%;
}

.form-2 {
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.4;
    padding: 20px 7px 10px;
    display: inline-block;
    font-size: 19px;
}

.form-wrap .uper-head img {
    width: 128px;
    margin: 10px 10px 10px 0;
}

.form-wrap .name-frm {
    padding: 0px;
}

.bnr-inpfild input,
.bnr-inpfild textarea,
.bnr-inpfild select {
    width: 100%;
    padding: 10px;
    margin: 0 0 12px;
    border-radius: 9px;
    border: 1px solid #dad4d4;
    color: #333;
    height: 47px;
    font-size: 16px !important;
    border-color: #ffffff5e;
    appearance: auto;
    color: #000;
    outline: none;
}

.form-wrap .email-frm {
    padding: 0px;
}

.submit-banner {
    background: #ff9900;
    color: #fff;
    border: none;
}

.about {
    padding: 180px 0 0 0;
    background-image: url(../images/about-banner.html);
    background-repeat: no-repeat, repeat-x;
    background-size: initial;
}

.about h2,
.about-sec-3-meta h2 {
    font-size: 36px;
    font-weight: 600;
    color: #223235;
}

.about-sec-2 {
    padding: 0 0 40px 0;
}

.about-sec-2 .about-sec-meta h3 {
    font-weight: 600;
    color: #223235;
}

.about-sec-3 {
    padding: 40px 0;
}

/* .advantage {
    border-radius: 9px;
    background-color: #ffffffdb;
    width: 308px;
    padding: 30px 34px;
    border: 1px solid #e8d7d7;
    position: absolute;
    top: 310px;
    left: 235px;
}

.advantage img {
    width: 50%;
}

.advantage p {
    font-size: 14px;
} */

.about-sec-3-meta .counterwrp ul li {
    display: inline-block;
    text-align: center;
    padding: 0 21px 0 0px;
}

.about-sec-3-meta .counterwrp ul li span {
    font-weight: 700;
    font-size: 36px;
    color: #223235;
}

.about-sec-3-meta .counterwrp ul li h6 {
    font-size: 13px;
}

.pricing-wrap {
    padding: 180px 0 40px 0;
    position: relative;
    background-color: #08142b;
    background-image: radial-gradient(circle at top center, #102958 0, #08142b 50%);
}

.pricing-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg-dashed-lines.svg) center top / 1000px repeat-x;
    width: 100%;
    height: 50%;
    z-index: 0;
    opacity: .5;
}

.pricing-intro {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    z-index: 10;
}

.light-copy h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff !important;
}

.light-copy p {
    color: #fff;
}

.pricing-table.main-table {
    margin-bottom: 105px;
}

.pricing-table {
    position: relative;
    z-index: 10;
}

.pricing-table {
    background-color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 9px;
}

.pricing-nav {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #1c2e53;
    z-index: 100;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    transition: .6s cubic-bezier(.23, 1, .32, 1);
    transform: translateY(-100%);
}

.pricing-nav-column.nav-description {
    padding-left: 33px;
    justify-self: flex-start;
    align-self: center;
}

.pricing-nav-column.wide {
    flex-basis: 255px;
}

.pricing-nav-column {
    flex: 0 1 220px;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .52px;
}

.pricing-nav-column.pricing-nav-program {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-nav-program {
    text-align: center;
}

.pricing-nav-column {
    flex: 0 1 220px;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .52px;
}

.pricing-nav-column img {
    display: block;
    height: 25px;
    margin-right: 10px;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
}

.intro-pricing-row.pricing-row .pricing-column {
    display: flex;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    color: #08142b;
}

.pricing-column:not(:last-child) {
    border-right: 1px solid #ebeff2;
}

.pricing-column.wide {
    flex-basis: 255px;
}

.pricing-column {
    flex: 0 1 220px;
    padding: 40px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.intro-pricing-row.pricing-row .pricing-column.intro-column img {
    display: block;
    width: 166px;
    height: auto;
    margin: 0 auto 10px;
}

.intro-pricing-row.pricing-row .pricing-column img {
    height: 30px;
    width: auto;
}

.intro-pricing-row.pricing-row .pricing-column {
    display: flex;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    color: #08142b;
}

.pricing-column:not(:last-child) {
    border-right: 1px solid #ebeff2;
}

.pricing-column {
    flex: 0 1 220px;
    padding: 40px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.intro-pricing-row.pricing-row .pricing-column {
    display: flex;
    text-align: left;
    padding-top: 30px;
    padding-left: 30px;
    color: #08142b;
}

.pricing-column:not(:last-child) {
    border-right: 1px solid #ebeff2;
}

.pricing-column.small {
    flex-basis: 210px;
}

.pricing-column {
    flex: 0 1 220px;
    padding: 40px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.intro-pricing-row.pricing-row .pricing-column .program-icon {
    margin-bottom: 18px;
}

.intro-pricing-row.pricing-row .pricing-column img {
    height: 30px;
    width: auto;
}

.intro-pricing-row.pricing-row .pricing-column .program-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 22px;
}

.intro-pricing-row.pricing-row .pricing-column .program-price {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    margin-top: auto;
}

.intro-pricing-row.pricing-row .pricing-column .program-price span {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.intro-pricing-row.pricing-row .pricing-column .price-description,
.intro-pricing-row.pricing-row .pricing-column .program-price {
    color: #ff9900;
}

.intro-pricing-row.pricing-row .pricing-column .price-description {
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 20px;
}

.intro-pricing-row.pricing-row .pricing-column .price-description,
.intro-pricing-row.pricing-row .pricing-column .program-price {
    color: #ff9900;
}

.intro-pricing-row.pricing-row .pricing-column a {
    border: 1px solid #08142b;
    color: #08142b;
    padding: 10px 30px;

}

.tagged .tag-title {
    position: absolute;
    bottom: 100%;
    left: 670px;
    right: 0;
    max-width: 216px;
    background-color: #ff9900;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.04px;
    border-radius: 17px 17px 0 0;
}

.title-row {
    padding: 23px 20px 23px 30px;
    color: #ff9900;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px solid #ebeff2;
    border-bottom: 1px solid #ebeff2;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
}

.pricing-column.deliverable {
    font-size: 13px;
    font-weight: 400;
    align-items: flex-start;
    text-align: left;
    padding-left: 25px;
}

.tooltip-wrap {
    position: relative;
    transition: .6s cubic-bezier(.23, 1, .32, 1);
    cursor: help;
}

.tooltip-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -50px;
    top: 150%;
    min-width: 200px;
    background-color: #1c2e53;
    transition: .6s cubic-bezier(.23, 1, .32, 1);
    padding: 15px 20px;
    border-radius: 35px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.13px;
    z-index: 1;
}

.tooltip-info:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #1c2e53;
    border-width: 0 20px 10px;
}

.pricing-column {
    flex: 0 1 220px;
    padding: 40px 20px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.pricing-column.icon-entry img {
    width: 30px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tooltip-wrap:hover .tooltip-info {
    opacity: 1;
    visibility: visible;
}

.contact-banner {
    background-image: url(../images/contact-us-banner.png) !important;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.contact-sec,
.testimonial-sec {
    padding: 40px 0;
}

.sec-form h2 {
    font-size: 38px;
    font-weight: 600;
    color: #223235;
    margin-bottom: 20px;
}

.contact-img img {
    width: 100%;
}

.sec-form form input[type=text],
.sec-form form input[type=email],
.sec-form form input[type=number],
.sec-form form input[type=tel],
.sec-form form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 9px;
}

.sec-form form .col-md-6,
.sec-form form .col-md-12 {
    padding-bottom: 30px;
}

.sec-form form textarea {
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    height: 140px;
}

.sec-form form input[type=submit] {
    background: #ff9900;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    padding: 5px 25px;
    border-radius: 9px;
    margin-top: 30px;
}

.testimonial-sec {
    background-color: #f0f0f0;
}

.testimonial-sec h2 {
    font-size: 38px;
    font-weight: 600;
    color: #223235;
    margin-bottom: 40px;
}

.testi-main {
    background: #fff;
    border-radius: 9px;
    padding: 30px 40px 30px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    margin: 0 0 40px;
}

.testi-main p {
    height: 100px;
    padding-right: 10px;
    overflow: auto;
}

.testi-main .test-meta h5 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.testi-main .test-meta h6 {
    color: #6c7b86;
    font-size: 14px;
    font-weight: 700;
}

.testi-main .test-meta span {
    color: #f90;
    font-size: 16px;
}

.testi-main .imawrp {
    display: block;
    float: right;
    background: linear-gradient(43deg, rgb(255 153 0) 0%, rgb(255, 220, 115) 99%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    top: -60px;
}

.test-meta img {
    width: 20%;
    margin-top: 20px;
}

.test-meta {
    display: inline-block;
}

.testi-main .imawrp span {
    color: #fff;
    font-size: 26px;
    /* font-weight: 500; */
    margin: 9px 0 0 10px;
    display: block;
}

.testi-form {
    background: #232f3e;
    padding: 100px 0px 40px;
}

.testi-form-meta h2 {
    font-size: 38px;
    /* font-weight: 600; */
    color: #fff;
    margin-bottom: 20px;
}

.testi-form-meta p {
    color: #fff;
    font-size: 20px;
}


.my-h2{
    font-size: 1.5em;
      /* font-weight: bold; */
      margin-top: 0.1em;
      margin-bottom: 0.1em;
    }


    .my-h4 {
        font-size: 1em;        
        /* font-weight: bold; */
        margin-top: 1.33em;
        margin-bottom: 1.33em;
      }
    
    
    

@media (max-width: 1028px){


 .text-inner-process p{

    font-size: 9px;
 } 


}

@media (max-width: 768px){


 .text-inner-process p{

    font-size: 3.7vw;
 } 

  .text-inner-process .my-h2 {
    font-size: 4.25vw;
    
}

}


@media (max-width: 480px) {

    .text-inner-process .my-h2 {
    font-size: 4.25vw;

}

 .text-inner-process p{

    font-size: 4vw;
 } 
 

 .main-services {
    padding: 5px 0;
   
}

.faqs {
    padding: 5px 0;
}

.amazon-automation-services {
    padding: 5px 0;
}

.main-cta {
    padding: 30px 0;
}



}


