@import url('../../../fonts.googleapis.com/css2ba03.css?family=Poppins:wght@300;400;500;600;700;900&amp;display=swap');
.p0 {
    padding: 0 !important
}

h2, h3, h4, h5, h6, p, a, li, span, button {
    font-family: poppins, sans-serif;
}

h1 {
    font-family: poppins, sans-serif;
}

body {
    font-family: d-din;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 15px;
    border-radius: 0;
    background: #222222ab;
    padding: 0 10px;
    border: 0 solid #ddd
}

body::-webkit-scrollbar-track {
    border-radius: 50px;
    width: 0;
    background: #222222ab
}

body::-webkit-scrollbar-thumb {
    background: #ff9903;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 20px !important;
    padding: 0 0;
    height: 150px
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none
}

section {
    float: left;
    width: 100%;
    position: relative
}

.bdr-btm-sec:before {
    content: '';
    background: #d4d6d9;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    display: table;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-animation: increase 3s;
    -moz-animation: increase 3s;
    -o-animation: increase 3s;
    animation: increase 25s infinite;
    animation-fill-mode: forwards
}

@keyframes increase {
    100% {
        width: 58%
    }

}

.header-top {
    display: block;
    background: #00273f;
    text-align: right
}

.head_top .navbar-right li {
    padding: 0 2px
}

.header-top ul {
    padding: 0;
    margin: 0
}

.header-top ul li {
    display: inline-block;
    padding: 10px 15px
}

.header-top ul li a {
    font-size: 15px;
    color: #fff
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.html);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px
}

.head_top {
    padding: 15px 0;
    z-index: 9;
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
    background: #ffffff;
}

.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: 700;
    color: #00273f;
    font-size: 26px
}

.head_top .navbar-right {
    padding-top: 10px
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
    padding-bottom: 10px
}

.head_top .navbar.navbar-defult ul li a:hover, .head_top .navbar.navbar-defult ul li a:focus, .head_top .navbar.navbar-defult ul li.active a {
    background: 0 0;
    color: #F7931E;
}

.head_top .navbar.navbar-defult ul li a {
    color: #000;
    opacity: 1;
    font-size: 13px;
    font-family: poppins, sans-serif;
    text-transform: uppercase;
    padding: 10px 8px;
    font-weight: 700;
    margin: 0 0 -10px
}

.head_top .navbar.navbar-defult ul li a.btn-org {
    border-radius: 6px;
    padding: 12px 25px;
    color: #fff;
    background: #222;
    font-size: 13px;
    font-weight: 500
}

.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #fff;
}

.head_top ul.dropdown-menu {
    padding: 10px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
    top: 40px;
    background: #666666;
}

.logo {
    width: 100%;
    margin: -10px 0 0
}

.head_top .dropdown-menu>.active>a, .head_top .dropdown-menu>.active>a:focus, .head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216
}

.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216
}

.head_top .open>a, .head_top .open>a:focus, .head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #F7931E !important;
}

.get-started {
    background: #222;
    border-radius: 60px;
    font-weight: 600
}

.call-st {
    color: #fff;
    margin-left: 20px;
    padding: 10px 25px;
    text-transform: capitalize;
    position: relative;
    border: 1px solid;
    transition-duration: 1s;
    border-radius: 6px;
    /* background: #000; */
}

.call-st:hover {
    color: #222
}

.client-logo {
    padding: 20px 0 50px
}

/* section.main-banner.bubbles img {
    display: none;
}
section.main-banner.bubbles h1.wow.fadeInUp {
    display: none;
}
section.main-banner.bubbles h3.wow.fadeInUp {
    display: none;
}
section.main-banner.bubbles p.wow.fadeInUp {
    display: none;
}
section.main-banner.bubbles .banner-btn.btn-st.wow.fadeInUp {
    display: none;
}
section.main-banner.bubbles ul.wow.fadeInUp {
    display: none;
}
section.main-banner.bubbles {
    background-position-x: -50px;
} */
.main-banner {
    /* background: url(../images/black-friday-banner.jpeg); */
    background: url(../images/amazon-ser-banner-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
    height: 691px
}

.mbnr-left-txt h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #000;
    line-height: 40px;
    margin: 0;
    letter-spacing: 0
}

.mbnr-left-txt p {
    color: #fff;
    padding: 15px 0 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 300
}

.banner-side-img img {
    width: auto;
    margin: 0 auto;
    display: table;
    position: relative;
    filter: drop-shadow(2px 55px 20px #a6a6a67a)
}

.main-banner .row {
    display: flex;
    align-items: center
}

.banner-btn.btn-st a {
    font-size: 12px;
    font-weight: 600;
    margin: 0px 10px 0 0;
}

.get-started {
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin-right: 0;
    text-align: center
}

.get-started-header {
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    position: relative;
    /*z-index: 9;*/
    margin-right: 0;
    text-align: center;
    background: #ff9903;
    border-radius: 6px;
}

.get-started-header:hover {
    color: #000;
    background-color: #ffe6c3
}

.banner-btn.btn-st {
    padding-top: 30px;
    position: relative
}

.live-cht {
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 18px
}

a.get-started i {
    margin-left: 15px
}

.btn-hvr-bnr {
    position: absolute;
    top: 16px;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    width: 215px;
    height: 55px;
    z-index: 0;
    transition-duration: 1s;
    background: #222;
    border-radius: 60px
}

a.live-cht:hover+.btn-hvr-bnr {
    transform: translateX(220px);
    width: 140px
}

.banner-side-img {
    position: relative;
    padding-top: 20px
}

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

.banner-ul ul li {
    color: #fff;
    line-height: 30px;
    font-size: 13px
}

.banner-ul ul i {
    margin-right: 6px;
    color: #ff9903
}

.get-started:before {
    content: ''
}

.live-cht:before {
    content: '';
    content: '';
    width: 72px;
    position: absolute;
    bottom: 2px
}

.live-cht:hover {
    color: #fff
}

.get-started:hover {
    color: #fff
}

.selling-amazong {
    padding: 50px 0
}

.hd-txt {
    padding-bottom: 40px;
    text-align: center
}

.hd-txt h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase
}

.sel-ama-box h3 {
}

.sel-ama-box .seling-btn-div {
    margin: 20px
}

.sel-ama-box img {
    width: 80%;
    position: relative;
    z-index: 1;
    margin: 20px auto 0
}

.sel-ama-box h3 {
    font-size: 24px;
    font-weight: 600
}

.seling-btn-div {
    text-align: center;
    background: #ff9903;
    border: 1px solid #ff9903;
    border-radius: 60px;
    padding: 8px 0;
    margin-top: 20px;
    transition-duration: 1s;
    position: relative;
    z-index: 1
}

.seling-btn-div a {
    color: #000;
    font-weight: 600
}

.sel-ama-box:hover {
    transition-duration: .5s
}

.sel-ama-col {
    position: relative;
    overflow: hidden
}

.sel-btn-hvr {
    position: absolute;
    width: 348px;
    background: #6633995e;
    height: 38px;
    display: table;
    bottom: -100px;
    border-radius: 60px;
    left: 16px;
    transition-duration: 1s
}

.seling-btn-div:hover>.sel-btn-hvr {
    transform: translateX(10px)
}

.sel-ama-box:hover .seling-btn-div {
    border-color: #ff9a04;
    background: #ff9a06
}

.sel-ama-box {
    overflow: hidden;
    text-align: center
}

.sel-ama-box {
    border: 2px solid #eee;
    border-radius: 13px;
    box-shadow: 0 4px 6.96px 1.04px rgba(39, 51, 67, .08);
    margin-bottom: 15px;
    background: #d02432
}

.sel-ama-box h3, .sel-ama-box p {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    color: #fff
}

.amazone_store_parrent {
    float: left;
    width: 100%;
    position: relative
}

.amazone_store_parrent:before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 280px;
    background: url(../images/amazon_store_setup_bg_transparent.html);
    background-size: cover;
    background-repeat: no-repeat;
    top: -82px;
/*    z-index: 99*/
}

.amazone_store_parrent h3, .amazone_store_parrent p, .amazone_store_parrent .seling-btn-div {
    position: relative;
   /* z-index: 9999*/
}

.sel-ama-box:hover .seling-btn-div+.sel-btn-hvr {
    bottom: 0
}

.mentr-per-dtl {
    display: flex;
    align-items: flex-start
}

.mentr-per-dtl .mntr-img {
    margin-right: 15px
}

.mntr-dtl-img {
    display: flex;
    align-items: center
}

.mntr-dtl-img img {
    margin-right: 10px
}

.mentor-inner-m-div {
    background: url(../images/mentor-bg.html);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40px 0 0;
    height: 520px
}

.mentor-sec {
    padding: 100px 0 50px
}

.mentor-inner-bx h4 {
    color: #222;
    font-size: 22px;
    font-weight: 600
}

.mntr-dtl-img h4 {
    font-size: 15px
}

.mentr-dtl p {
    padding-top: 20px
}

.mentr-bnt-div {
    margin-top: 40px;
    position: relative
}

.mentr-bnt-div .mntr-btn-1 {
    color: red;
    font-weight: 500;
    font-size: 15px
}

.mentr-bnt-div .mntr-btn-2:before {
    display: none
}

.mentr-bnt-div .mntr-btn-2 {
    background: #ff9901;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    margin-left: 0;
    border: 1px solid transparent
}

.mentor-for {
    padding-top: 40px
}

.mentr-bnt-div .mntr-btn-2:hover {
    background: 0 0;
    color: #222;
    border-color: #222
}

.inner-logo-mntr {
    text-align: center;
    margin: 0 auto
}

.mntr-btn-2-hvr {
    position: absolute;
    right: -150px;
    top: -7px;
    bottom: 0;
    background: rebeccapurple;
    width: 43%;
    z-index: 1;
    border-radius: 40px;
    padding: 10px 20px;
    height: 39px;
    display: none
}

.inner-big-img-mntr {
    width: 100%
}

.men-nav-box {
    text-align: center;
    margin: auto;
    border: 1px solid;
    margin: 0 30px;
    padding: 20px;
    border-color: rgb(0 0 0);
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 4px 6.96px 1.04px rgba(255, 157, 29, .08);
    transition-duration: .5s;
    cursor: pointer
}

.men-nav-box img {
    text-align: center;
    margin: 0 auto
}

.mentor-nav .slick-slide.slick-current {
}

.mentor-nav .slick-slide.slick-current .men-nav-box {
    border-color: #ff9d1d
}

.men-nav-box:hover {
    border-color: #ff9d1d
}

.mentor-nav {
}

.mentor-nav .slick-prev {
    background: #000;
    border-radius: 60%;
    padding: 20px;
    z-index: 5
}

.mentor-nav .slick-prev:before, .mentor-nav .slick-next:before {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    margin: auto;
    line-height: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 17px;
    position: relative;
    top: -8px;
    left: -2px
}

.mentor-nav .slick-next:before {
    content: "\f054";
    right: -2px;
    left: inherit
}

.mentor-nav .slick-prev:before {
    content: "\f053"
}

.mentor-nav .slick-next:before {
}

.mentor-nav .slick-next {
    background: #000;
    border-radius: 60%;
    padding: 20px
}

.why-col-lft-heading h3 {
    color: #fff
}

.why-col-lft h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 49px;
    color: #fff;
    font-weight: 500;
    font-weight: 600
}

.why-col-lft h2 {
    margin: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600
}

.why-col-lft p {
    margin: 0;
    padding: 20px 0;
}

ul {
}

.why-col-lft ul {
    list-style: none;
    padding: 0;
}

.why-col-lft ul li {
    width: 50%;
    float: left;
    margin-top: 25px;
    height: 120px;
    align-items: self-start;
    display: grid;
}

.why-li-div {
    display: flex;
    padding-bottom: 25px;
    align-items: flex-start;
}

.why-li-div img {
    margin-right: 10px
}

.why-txt p {
    padding: 0;
    color: #fff
}

.why-txt h5 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600
}

.why-col-rgt ul {
    list-style: none;
    padding: 0
}

.why-col-rgt ul li {
    margin-top: 25px;
    width: 50%;
    float: left;
    height: 120px;
    align-items: self-start;
    display: grid;
}

.why-rgt-inner-div {
    float: left;
    clear: both;
    width: 100%;
    border-radius: 5px;
    background-image: -moz-linear-gradient(120deg, rgb(39, 51, 67) 0%, rgb(18, 25, 33) 100%);
    background-image: -webkit-linear-gradient(120deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    background-image: -ms-linear-gradient(120deg, rgb(39, 51, 67) 0%, rgb(18, 25, 33) 100%);
    box-shadow: 0 14px 28.13px .87px rgba(10, 9, 13, .14);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.why-choose {
    background-image: none;
    padding: 100px 0 0;
    background-size: cover;
    margin: 0 0 140px;
    background-color: #ff9d1d;
}

.why-in-txt {
    color: #fff
}

.why-rgt-inner-div {
    padding: 20px
}

.why-in-txt {
    width: 40%
}

.call-why-div {
    width: 30%;
    text-align: center
}

.why-img i {
    font-size: 45px;
    color: #fff
}

.why-img {
    border: 1px solid;
    border-radius: 60%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: rebeccapurple
}

.call-why-div p {
    color: #fff
}

.call-why-div a {
    color: #fff
}

.why-in-txt {
    color: #fff
}

.why-rgt-inner-div {
    padding: 35px 20px;
    position: relative;
    top: 60px;
    margin: -20px 0
}

.why-in-txt {
    width: auto;
    width: 60%
}

.call-why-div {
    width: 39%;
    text-align: center
}

.why-img i {
    font-size: 21px;
    color: #fff
}

.why-img {
    border: 1px solid;
    border-radius: 60%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: rebeccapurple;
    margin-bottom: 10px;
    right: 0;
    margin-right: 0;
}

.call-why-div p {
    color: #fff;
    margin: 0
}

.call-why-div a {
    color: #fff;
    text-align: right;
}

.why-in-txt h4 span {
    color: #ff9901;
    line-height: 35px
}

.why-in-txt h4 {
    font-size: 41px;
    text-transform: uppercase
}

.why-img.why-1 {
    background: #ff9d1d;
}

.why-img.why-2 {
    background: #ff9d1d;
}

.faq-sec {
    padding: 80px 0 0
}

.faq-sec .hd-txt {
    color: #222
}

.panel-heading {
    padding: 0;
    border: 0
}

.panel-title>a, .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    background: #ff9903;
    border: 1px solid #e4e9ee;
    border-bottom: 0 !important
}

.panel-heading a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    float: right;
    transition: all .5s;
    padding: 7px;
    font-size: 12px;
    margin-top: -5px;
    transform: rotate(0deg)
}

.panel-title>a.collapsed:before {
    transform: rotate(180deg)
}

.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(0deg)
}

a.faq-btn {
    display: block;
    padding-top: 20px;
    color: #ff9901;
    font-size: 15px
}

.panel-title {
    border: 0
}

.panel.panel-default {
    background: 0 0;
    border: 0
}

div#headingOne {
    background: 0 0;
    border: 0 !important
}

.panel-body {
    background: #ffffff4d;
    padding: 5px 20px 30px;
    color: #000;
    border: 1px solid #e4e9ee;
    border-top: 0 !important;
    box-shadow: -1px 9px 6px 0 #e4e9ee
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #00000000;
    border-color: #ddd
}

.panel-title>a.collapsed {
    border: 1px solid #e4e9ee
}

.testi-sec {
    padding: 50px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin: 30px 0 0 0;
}

.testi-box {
    text-align: center;
    background: #fff;
    margin: 0 20px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #ff9901;
    height: 430px;
    position: relative;
    box-shadow: 0px 4px 13px 2px #ebebeb;
}

.testi-box img {
    margin: 0 auto
}

.testi-box h4 {
    padding: 10px 0
}

.testi-box h3 {
    font-size: 18px
}

.testi-box p {
}

.footer {
    padding: 0 0;
    /* background: url(../images/footer-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    background-color: black;
    background-position: top center;
    padding: 70px 0px 0px;
}

footer.footer .ftr-col.ftr-1 .icon ul li{
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 10px
}
footer.footer .ftr-col.ftr-1 .icon ul li img{
    border: 1px solid;
    font-size: 15px;
    border-radius: 30px;
    background-color: #fff;
    filter: unset !important;
    width: 40px;
    margin-bottom: 0px;
}

.ftr-col ul {
    padding-left: 0;
    list-style: none
}

.ftr-col ul li a {
    color: #fff;
    transition-duration: .5s
}

.ftr-col h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding: 0 0 20px;
}

.ecom-bnr {
    background: url(../images/ecom-marketing-banner-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative
}

.ecom-bnr .banner-ul ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.serv-banner {
    height: 700px
}

.ecom-services {
    position: relative;
    padding: 50px 0 0;
}

.ecom-srv-box {
    text-align: center;
    background: #fff;
    padding: 60px 20px 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 14px 28.13px .87px rgba(10, 9, 13, .14);
    margin-top: 25px;
    border: 1px solid transparent;
    transition-duration: .6s;
    margin: 0 0 100px 0;
    min-height: 330px;
    text-align: center;
}

.ecom-services:before {
    content: '';
    /* background: url(../images/ecom-serv-btm-img.png); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 525px;
    width: 100%;
    overflow: hidden;
}

.ecom-srv-box h3 {
    font-size: 22px;
    font-weight: 600
}

.ecom-digit-mrk {
    padding: 50px 0
}

.ecom-digit-box {
    padding: 20px;
    background: 0 0;
    border: 1px solid #caccda;
    border-radius: 8px;
    margin-top: 20px
}

.ecom-digit-txt {
    display: flex;
    align-items: center
}

.ecom-txt-st h5 {
    margin: 0;
    color: #ff9d1d;
    font-weight: 600;
    padding-bottom: 5px
}

.ecom-txt-st h4 {
    margin: 0;
    font-weight: 600
}

.ecom-digit-box p {
    margin-bottom: 0;
    padding-top: 15px
}

.ecom-digit-box:hover {
    background: #121921
}

.ecom-digit-box:hover .ecom-txt-st h4 {
    color: #fff
}

.ecom-digit-box:hover p {
    color: #fff
}

.ecom-digit-txt img {
    margin-right: 12px
}

.ecom-tab {
}

.ecom-tab .dev-tab-link-st h2 {
    font-size: 16px;
    font-weight: 600;
    color: #222
}

.ecom-tab .dev-tab-link-st p {
    color: #666
}

.ecom-tab ul#nav-tabs-wrapper {
    border: 0
}

.ecom-tab ul#nav-tabs-wrapper li.active, .ecom-tab ul#nav-tabs-wrapper li.active a, .ecom-tab ul#nav-tabs-wrapper li.active:focus, .ecom-tab ul#nav-tabs-wrapper li.active a:focus, .ecom-tab ul#nav-tabs-wrapper li a:hover {
    background: #ffeed9;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 8px
}

.ecom-tab ul#nav-tabs-wrapper li a {
    border: 0 !important
}

..ecom-tab-img img {
    width: 100%
}

.ecom-platform {
    padding: 50px 0;
    position: relative
}

.ecom-platform:after {
    content: '';
    background: url(../images/ecom-plat-bg.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 784px;
    height: 605px;
    z-index: -1
}

.ecom-tab-img img {
    width: 95%;
    margin: 0 auto;
    display: table
}

.ecom-plt-col {
    display: flex;
    align-items: center
}

.multi-sec {
    padding-top: 50px
}

.multi-inner-div {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #ff9d1d */
}

.multi-inner-div ul.multi-ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.multi-inner-div ul.multi-ul li {
    padding: 5px;
    background: #222;
    border-radius: 60%;
    margin-right: 2px
}

.multi-inner-div h4 {
    width: 100%;
    text-align: center
}

.multi-main-div ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    padding: 20px 0
}

.multi-logo-div {
    padding: 0 20px;
    border-right: 1px solid #e5e5e5;
}

.multi-logo-div.bdr-rem {
    border: 0
}

.multi-logo-div i {
    color: #ff9d1d
}

p.multi-p-txt {
    text-align: center
}

.multi-main-div {
    /* border-top: 1px solid #ff9d1d; */
    /* border-right: 1px solid #ff9d1d; */
    /* border-left: 1px solid #ff9d1d; */
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
    margin: 0 20px;
}

.multi-inner-div {
}

.multi-logo-div img {
    width: 100%
}

.ecom-srv-box:hover {
    border-color: #ff9c17
}

.magento-bnr .banner-side-img img {
    filter: none
}

.benf-magnto {
    padding: 50px 0
}

.magento-inner-txt-hd {
    position: relative;
    text-align: center
}

.magento-inner-txt-hd h2 span {
    color: #ff9d1b
}

.magento-inner-txt-hd h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px
}

.magento-inner-txt-hd:before {
    content: '';
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #d4d6d9
}

.magento-inner-txt-hd:after {
    content: '';
    position: absolute;
    right: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #d4d6d9
}

.benf-magnto {
    padding: 50px 0
}

.magento-inner-txt-hd {
    position: relative;
    text-align: center
}

.magento-inner-txt-hd h2 span {
    color: #ff9d1b
}

.magento-inner-txt-hd h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0
}

.magento-inner-txt-hd:before {
    content: '';
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #d4d6d9
}

.magento-inner-txt-hd:after {
    content: '';
    position: absolute;
    right: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 2px;
    background: #d4d6d9
}

.benf-box-mag {
    padding: 20px 35px;
    background: #222;
    border-radius: 5px;
    margin-top: 40px;
    transition-duration: .6s;
    position: relative;
    filter: drop-shadow(0 7px 10px transparent)
}

.benf-box-mag h3 {
    color: #ff9d1b;
    font-size: 16px;
    font-weight: 600
}

.benf-box-mag p {
    color: #fff
}

.benf-magnto .hd-txt {
    margin-bottom: 0;
    padding-bottom: 30px
}

.benf-box-mag:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 10px 8px #22222261)
}

.magento-shop-sesc:after {
    content: '';
    background: url(../images/ecom-plat-bg.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 784px;
    height: 605px;
    z-index: -1
}

.magento-shop-sesc {
    padding: 50px 0;
    position: relative
}

.mag-shop h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase
}

.mag-shop h4 {
    font-size: 17px;
    font-weight: 600
}

.mag-shop ul li {
    color: #222
}

.mag-shop {
}

.mag-shop .banner-ul {
    display: flex;
    align-items: flex-start;
    padding: 20px 0
}

.mag-shop .banner-ul ul:nth-child(1) {
    padding-right: 50px
}

.mag-shop .btn-hvr-bnr {
    background: #ff9b0e
}

.mag-shop .btn-st a:before {
    display: none
}

.mag-shop .btn-st {
}

.mag-shop .btn-st .live-cht {
    color: #222;
    font-weight: 600;
    text-decoration: underline
}

.mag-shop .btn-st .live-cht:hover {
    text-decoration: none
}

.mag-shop .btn-st .get-started {
    color: #222;
    font-weight: 600
}

.magento-shop-simg img {
    width: 100%
}

section.ecom-services.mg-web-serv:before {
    height: 420px
}

.mag-limit-sec {
    padding: 50px 0
}

.mag-limit-bx {
    border: 1px solid #caccda;
    margin-top: 20px;
    border-radius: 8px;
    padding: 22px 30px
}

.mag-limit-bx p {
    min-height: 50px;
    margin-bottom: 0
}

img.mag-limit-img-hvr {
}

img.mag-limit-img-1 {
    display: block
}

.mag-img-limit-st {
    overflow: hidden;
    transition-duration: 1s;
    position: relative;
    height: 50px
}

.mag-limit-img-hvr {
    transform: translateY(50px);
    margin-bottom: 10px
}

.mag-limit-bx:hover {
    background: #121921
}

.mag-limit-bx:hover h4 {
    color: #fff
}

.mag-limit-bx:hover p {
    color: #999
}

.mag-limit-bx:hover .mag-limit-img-1 {
    transform: translateY(-50px);
    display: none;
    transition-duration: 1s
}

.mag-limit-bx:hover .mag-limit-img-hvr {
    display: block;
    transform: translateY(0px);
    transition-duration: 1s
}

.mag-limit-bx:hover.mag-limit-img-1 {
    transform: translateX(-50px);
    transition-duration: 1s
}

.mag-web-platfm li {
    width: 100%
}

.mag-ul-div ul {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0
}

.mag-ul-div li {
    padding-right: 10px
}

.mag-li-plt-box p {
    font-size: 14px
}

.mag-ul-div {
    padding-top: 30px
}

.magento-web-plt:after {
    display: none
}

.magento-web-plt:after {
    display: none
}

.mag-web-platfm {
}

.mag-web-platfm .ecom-tab-img img {
    width: 100%;
    margin: 0
}

.mag-web-platfm .dev-tab-link-st h2 {
    margin: 0
}

.mag-web-platfm {
}

.mag-web-platfm li.color-ch-port-m1 a {
    padding: 20px
}

.about-bnr {
    background: url(../images/about-us.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center !important;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about-bnr .mbnr-left-txt {
    padding-top: 55px
}

.about-brn-sec:before {
    display: none
}

.about-brn-ico-dv {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    justify-content: center;
}

.about-brn-ico-dv h3 {
    margin: 0;
    padding-top: 25px;
    text-align: center;
    padding-left: 15px;
}

.about-brn-sec .ecom-srv-box p {
    text-align: center;
    color: #999;
    font-size: 16px;
    min-height: 140px;
}

.about-who-sec {
    padding: 50px 0
}

.about-who-txt h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.about-who-txt p {
    font-size: 19px;
    font-weight: 400;
    line-height: 28px
}

.about-who-ul ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

.about-who-ul ul li {
    text-align: center;
    width: 33%
}

.about-who-ul ul li p {
    font-weight: 600
}

.about-who-ul {
    padding-top: 30px
}

.about-who-img img {
    width: 95%;
    margin: 0 auto;
    display: table
}

.about-who-ul ul li i {
    font-size: 25px;
    margin-bottom: 10px
}

.about-who-sec .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-sales {
    padding: 50px 0;
    position: relative
}

.about-sales:after {
    content: '';
    background: url(../images/ecom-serv-btm-img.html);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 225px;
    width: 100%;
    z-index: -1;
    width: 100%
}

.about-sales-div {
    display: flex;
    align-items: center;
    justify-content: center
}

.about-sal-num {
    border-left: 1px solid #caccda;
    padding-left: 30px;
    margin-left: 30px
}

.about-sal-num h2 {
    font-size: 60px
}

.about-sal-num span {
    letter-spacing: 10px
}

.about-his-dte {
    background: #222;
    padding: 8px 15px;
    color: #fff;
    position: relative
}

.about-his-dte1 {
    padding: 8px 15px;
    background: #ff7800;
    color: #fff;
    /* width: 50%; */
}

.about-his-dte {
}

.about-his-txt {
    padding: 28px 10px 0;
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 29px 0px rgba(0, 0, 0, 0.09);
    min-height: 160px;
    /* width: 50%; */
}

.about-his-slide {
    padding-left: 3%
}

.about-history {
    padding: 50px 0
}

.about-his-txt:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    z-index: -1;
    height: 50px;
    width: 1px;
    /* background: #222 */
}

.about-his-txt:after {
    content: '';
    /* background: #fff; */
    position: absolute;
    left: 0;
    top: 48px;
    height: 10px;
    width: 10px;
    /* border: 1px solid; */
    border-radius: 60%;
}

.about-clint-ul ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0
}

.about-clint-ul ul li {
    width: 22%
}

.about-clint-ul ul:nth-child(1) {
    margin-bottom: 25px
}

.about-sucess-client {
    padding: 50px 0
}

.about-teach-exprt {
    position: relative;
    padding: 50px 0
}

.about-exprt-bx img {
    width: 100%
}

.about-teach-exprt:after {
    content: '';
    background: url(../images/ecom-serv-btm-img.html);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 225px;
    width: 100%;
    z-index: -1;
    width: 100%
}

.mang-srv-ul ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.mang-srv-ul ul li {
    width: 20%;
    text-align: center
}

.abt-mng-srv-box span {
    color: #ffff;
}

.abt-mng-srv-box h2 {
}

.abt-mng-srv-box h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ff9903;
}

.abt-mng-srv-box p {
    font-size: 16px;
    color: #273343;
    font-weight: 600;
    color: #fff;
}

.about-mang-srv {
    padding: 50px 0;
    background: #232f3e;
    margin: 0 0 100px 0;
}

.services-bnr {
    background: url(../images/amazon-services.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative
}

.services-bnr .row {
    display: flex;
    align-items: center
}

.services-bnr .banner-side-img img {
    filter: none
}

.services-about-ul ul {
    padding: 0;
    list-style: none
}

.services-about-ul {
    display: flex;
    align-items: center
}

.services-about-ul li {
    line-height: 30px
}

.services-about-ul ul:nth-child(1) {
    padding-right: 55px
}

.services-about-ul li i {
    margin-right: 5px;
    color: #f7c645
}

.services-pro-img img {
    width: 100%
}

.services-pro-img {
    position: relative;
    overflow: hidden;
    transition-duration: 1s
}

.hover-serv-side {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    transform: translateY(496px);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1s
}

.ply-ico-div {
    text-align: center;
    clear: both;
    margin: 0 auto;
    display: table;
    width: 80px;
    height: 80px;
    background: #222;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.ply-ico-div i {
    font-size: 50px;
    color: #ff9d1d;
    position: relative;
    left: 5px
}

.services-pro-img .banner-btn.btn-st {
    margin: 0 auto;
    display: table
}

.services-pro-img:hover {
}

.services-pro-img:hover .hover-serv-side {
    transform: translateY(0px)
}

.hover-serv-side .banner-btn.btn-st {
    margin: 0;
    color: #fff;
    border-radius: 40px;
    padding: 10px 20px;
    border: 0;
    text-align: center
}

.hover-serv-side .banner-btn.btn-st a {
    margin: 0;
    text-align: center
}

.hover-serv-side .banner-btn.btn-st a:before {
    display: none
}

c {
}

.business-sol-slider img {
}

.business-sol-slider .busines-sol-img img {
    width: auto
}

.business-sol-txt img {
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
}

.buss-slider-nav {
    top: 0;
    background: #fff;
    padding: 20px 30px;
    width: 70%;
    /* left: -30px; */
    margin-top: -380px;
    margin: auto;
    border-radius: 20px 20px 150px 150px;
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.09);
}

.buss-slider-nav .slick-list.draggable {
    min-height: 300px
}

.business-sol-txt {
    padding-top: 20px;
    text-align: center;
}

.busines-sol-img {
    position: relative;
    left: 68px
}

.serv-buss-sol:after {
    content: '';
    /* background: url(../images/ecom-serv-btm-img.png); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 425px;
    width: 100%;
    z-index: -1;
    width: 100%;
}

.serv-buss-sol {
    padding: 50px 0;
    position: relative
}

.serv-buss-sol .slick-prev {
    background: #232f3e;
    width: 50px;
    height: 50px;
    border-radius: 60%;
    top: 420px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.serv-buss-sol .slick-next {
    background: #232f3e;
    width: 50px;
    height: 50px;
    border-radius: 60%;
    left: 121px;
    top: 420px;
    right: 0;
    margin: auto;
    z-index: 1;
}

.serv-pro-sec:after {
    content: '';
    /*background: url(../images/ecom-plat-bg.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 784px;
    height: 605px;
    z-index: -1
}

.thnik-srv-sec:after {
    content: '';
    /*background: url(../images/ecom-plat-bg1.png);*/
    background-size: 100% 85%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 767px;
    height: 605px;
    z-index: -1;
    right: inherit
}

.serv-pro-sec {
    position: relative
}

.serv-storefrnt {
    padding: 50px 0
}

.srv-strfnt-img {
    /* display: flex; */
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
}

.serv-strfrnt-box {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #caccda;
    border-radius: 8px;
    transition-duration: 1s;
    min-height: 240px;
    margin: 0 0 100px 0;
    position: relative;
}

.srv-strfnt-img h4 {
    padding-left: 15px;
    font-weight: 600;
    margin: 60px 0 0;
}

.serv-strfrnt-box:hover {
    border-color: #ff9c17
}

.serv-strfrnt-box p {
    min-height: 70px;
    text-align: center;
}

.ecom-digit-mrk .ecom-digit-box p {
    min-height: 100px
}

.banner-btn.btn-st.ecom-btn-st {
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden
}

.ecom-btn-st a:before {
    display: none
}

.ecom-btn-st .get-started {
    background: #222
}

.ecom-btn-st .live-cht {
    background: #ff9b11;
    border-radius: 30px
}

body .ecom-btn-st .call-ecom {
    color: #222;
    font-size: 18px;
    display: none;
}

.ecom-btn-st .btn-hvr-bnr {
    background: #ff9b11;
    top: 150px
}

.banner-btn.btn-st.ecom-btn-st .get-started:hover+.btn-hvr-bnr {
    top: 0 !important
}

.ecom-btn-st .get-started:hover~.btn-hvr-bnr {
    top: 15px;
    z-index: 0
}

.ecom-btn-st .live-cht:hover {
}

.btn-hvr-bnr1 {
    position: absolute;
    top: 120px;
    left: 234px;
    bottom: 0;
    border-radius: 3px;
    width: 124px;
    height: 55px;
    z-index: 0;
    transition-duration: 1s;
    background: #222;
    border-radius: 60px
}

.banner-btn.btn-st.ecom-btn-st .live-cht:hover {
}

.banner-btn.btn-st.ecom-btn-st .live-cht:hover~.btn-hvr-bnr1 {
    top: 15px
}

.banner-btn.btn-st.ecom-btn-st .live-cht:hover {
    background: 0 0
}

body .ecom-btn-st .call-ecom:hover {
    color: #ff9b11
}

.serv-pro-btn .btn-hvr-bnr {
    background: #ff9c15
}

.serv-pro-btn a:before {
    display: none
}

body .serv-pro-btn .live-cht {
    color: #222
}

body .serv-pro-btn .get-started {
    color: #222
}

.btn {
    position: relative;
    color: #fff;
    width: auto;
    padding: 15px 20px;
    height: auto;
    line-height: normal;
    transition: all .3s;
    padding: 1;

    span {
        transition: all 0.3s;
        tranform: scale(1, 1);
    }

}

.btn::before, .btn::after {
    content: '';
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.btn-one::before {
    left: 4px;
    z-index: 1;
    opacity: 0;
    background: rgb(34 34 34);
    transform: scale(.1, 1);
    border-radius: 35px
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.btn-one::after {
    transition: all .3s;
    border: 1px solid rgb(34 34 34);
    border-radius: 35px
}

.btn-one:hover::after {
    transform: scale(1, .1);
    opacity: 0
}

.btn-two {
    color: #000;
    transition: all .3s;
    position: relative;
    margin-right: 15px
}

.btn-two span {
    transition: all .3s
}

.btn-two::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(34 34 34);
    border-bottom-color: rgb(34 34 34);
    transform: scale(.1, 1)
}

.btn-two:hover span {
    letter-spacing: 2px
}

.btn-two:hover::before {
    opacity: 1;
    transform: scale(1, 1)
}

.btn-two::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 35px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s;
    background-color: rgb(34 34 34)
}

.btn-two:hover::after {
    opacity: 0;
    transform: scale(.1, 1)
}

.banner-btn.btn-st.ecm-btn-st {
    text-align: center
}

.ecm-btn-st .btn-two::after {
    background: #ff9b11
}

.ecm-btn-st .btn-two::before {
    border-color: #ff9b11
}

.banner-btn.btn-st.ecm-btn-st a.live-cht {
    color: #222
}

.ecm-btn-st .btn-one::after {
    border-color: #ff9b11
}

.ecm-btn-st .btn-one::before {
    background-color: #ff9b11
}

.ecom-store-tab-list {
}

.ecom-store-tab-list li {
    width: 16%
}

.ecm-tb-nv-txt h4 {
    font-size: 13px;
    font-weight: 600;
    color: #222
}

.ecm-tb-nv-txt p {
    color: #434343;
    font-size: 12px;
    font-weight: 500
}

li.color-ch-port-m1 {
}

.ecom-store-tab-list li a:hover, .ecom-store-tab-list li.active a {
    background: 0 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom-color: #ff9c15 !important
}

.ecom-store-tab-list li a {
    border-bottom: 2px solid transparent !important;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

.ecom-store-tab-list #nav-tabs-wrapper {
    border: 0
}

.ecom-stab-details-st {
    padding-top: 50px
}

section.ecom-store-tab-sec.serv-pro-sec {
    padding: 50px 0
}

section.ecom-store-tab-sec.serv-pro-sec:after {
    top: inherit
}

.ecom-stor-bnr .banner-ul {
    align-items: center;
    justify-content: space-between
}

.effect-bubba figcaption::before, .effect-bubba figcaption::after {
    position: absolute;
    top: -16px;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    border-radius: 13px;
    z-index: 0
}

.effect-bubba figcaption::before {
    border-top: 1px solid #ff9903;
    border-bottom: 2px solid #ff9903;
    -webkit-transform: scale(0, 1);
    transform: scale(0, .919)
}

.effect-bubba figcaption::after {
    border-right: 2px solid #ff9903;
    border-left: 2px solid #ff9903;
    -webkit-transform: scale(1, 0);
    transform: scale(.919, 0)
}

.effect-bubba:hover figcaption::before, .effect-bubba:hover figcaption::after {
    -webkit-transform: scale(1);
    transform: scale(.919)
}

.btn-clr-chng-st .get-started {
    background: #ff9903;
    color: #222
}

.bubbles {
    display: inline-block;
    position: relative
}

.bubbles h1 {
    position: relative;
    margin: 1em 0 0;
    color: #ff9903;
    z-index: 2
}

.bubbles h3 {
    color: #ff9903
}

.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #fff;
    z-index: 1
}

.get-started:hover {
    background: 0 0;
    border: 1px solid #222
}

.call-st:hover {
    background: #ff9903;
    border-radius: 60px;
    border-color: transparent
}

.business-sol-txt .get-started:hover {
    background: #ff9903;
    border: 0;
    color: #222
}

.banner-btn .get-started:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.banner-btn .call-st:hover {
    border: 1px solid;
    background: #ff9903;
    border-radius: 0
}

.navbar-brand>img {
    width: 120px;
    margin: 0 0 0
}

.ftr-1 img {
    width: 240px;
    margin: 0px 0 20px;
    filter: brightness(0) invert(1);
}

.mentor-nav div:focus {
    outline: 0
}
    
.contact-bnr {
     background: url(../images/contact-bnr.html); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
}

.cntct-r-col {
    background: #f0efef;
    min-height: 590px;
    padding-top: 50px;
    border-radius: 0 10px 10px 0
}

section.contact-form-sec {
    padding: 50px 0
}

.cntct-r-side {
    padding: 0 25px
}

.cntct-r-side #contactForm input, .cntct-r-side #contactForm textarea {
    border-bottom: 2px solid #cacaca;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    width: 100%;
    background: 0 0
}

.cntct-r-side #contactForm input:focus, .cntct-r-side #contactForm textarea:focus {
    outline: 0
}

.cntct-l-col {
    background: url(../images/contact-side-img-inner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 590px;
    padding-top: 50px;
    border-radius: 10px 0 0 10px
}

.cntct-r-side #contactForm::placeholder {
    color: #cacaca
}

.selling-amazong a.sel-btn-st.get-started {
    background: 0 0;
    border: 0
}

.cntct-r-side #contactForm input {
    padding: 20px;
    width: 100%;
    background: 0 0
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.cntct-r-side #contactForm .ftr-form-btn {
    display: table;
    width: auto;
    float: right;
    background: #2a338e;
    color: #fff;
    border-radius: 8px;
    border: 0;
    padding: 15px 30px
}

.cntct-l-side {
    color: #fff
}

.cntct-l-side h4 {
    font-size: 24px;
    font-weight: 600
}

.cntct-l-side a {
    color: #fff;
    display: block
}

.check-box-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px
}

.check-box-grp label {
    font-size: 14px
}

.cntct-r-side #contactForm .check-box-grp input {
    padding: 10px;
    width: 15%;
    margin-top: -6px;
    margin-right: 10px;
    background: #2a338e
}

.cntct-r-side #contactForm .check-box-grp label {
    width: 100%;
    font-size: 12px;
    color: #2a338e
}

.chk-bx-txt p {
    color: #494949;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0
}

.cntct-r-side h2 {
    text-align: left
}

#contactForm textarea {
    height: 150px;
    padding: 20px
}

.terms-bnr {
    background: url(../images/terms-bnr.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative
}

.terms-txt-st {
    padding: 50px 0
}

.trm-txt h3 {
    font-size: 22px
}

.trm-txt a {
    color: #222
}

.mentr-per-dtl .mntr-img {
    display: none
}

.mntr-dtl-img {
    display: none
}

.mentr-dtl p {
    display: none
}

.mentr-bnt-div .mntr-btn-1 {
    display: none
}

.testi-bnr-main {
    background: url(../images/testimonia-bnr.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative
}

.serv-inner-bner p {
    width: 90%
}

.serv-inner-bner {
    background: url(../images/ama-creator/main-bnr-img2.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    height: 730px
}

.price-box {
    border: 1px solid #273343;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 4px 6.96px 1.04px rgb(39 51 67/8%);
    padding: 20px 0 30px;
    text-align: center
}

.price-list ul {
    text-align: left
}

.price-hd h2 {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.price-hd h4 {
    margin: 0;
    font-size: 23px;
    padding: 10px 0
}

.price-hd {
    border-bottom: 2px solid #d4d6d9;
    margin: 0 25px
}

.price-amount h2 {
    margin: 0;
    font-size: 54px;
    color: #ff9d1f
}

.price-amount {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 0
}

.price-amount span {
    color: #b2b2b2;
    font-size: 21px
}

.price-list {
    background: #fff5e9;
    padding: 25px 0
}

.price-list ul {
    height: 64px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 10px
}

.pricing-col-div2 {
    margin-top: 40px
}

.pricing-sec {
    padding: 50px 0;
    position: relative
}

.pricing-sec:before {
    content: '';
    background: url(../images/ecom-serv-btm-img.html);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 425px;
    width: 100%;
    z-index: -1;
    width: 100%
}

.price-list ul::-webkit-scrollbar {
    width: 8px
}

.price-list ul::-webkit-scrollbar-track {
    background: #222;
    border-radius: 10px
}

.price-list ul::-webkit-scrollbar-thumb {
    background: #ff9d1d;
    border-radius: 10px
}

.price-list ul::-webkit-scrollbar-thumb:hover {
    background: #222
}

.serv-inner-seoex-bner {
    background: url(../images/ama-sexprt/main-bnr-img.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    height: 730px
}

.serv-inner-tec-exp-bner {
    background: url(../images/ama-tec-exp/main-bnr-img.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    height: 730px
}

.serv-inner-vir-ass-bner {
    background: url(../images/ama-vir-ass/main-bnr-img.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    height: 730px
}

.serv-inner-prnke-bner {
    background: url(../images/pro-rnk-exp/main-bnr-img.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    height: 730px
}

.serv-inner-pro-serv-pro-bner {
    background: url(../images/pro-serv-pro/main-bnr-img.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 150px 0 0;
    overflow: hidden;
    position: relative;
    height: 730px
}

.serv-inner-prnke-bner p {
    width: 95%
}

.custom-banner {
    background: url(../images/enhance-brand-content.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-2{
    background: url(../images/product-image-optimization.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-3{
    background: url(../images/product-listing-optimization.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-4{
    background: url(../images/Social-media-marketing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-5{
    background: url(../images/Deep-keyword.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-6{
    background: url(../images/amazon-author.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-7{
    background: url(../images/amazon-book-publishing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-8{
    background: url(../images/amazon-plus-marketing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-9{
    background: url(../images/amazon-ad-campaign.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.custom-banner-10{
    background: url(../images/ecom-marketing-banner-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.ecom-stor-bnr{
    background: url(../images/ecommerce-store-setup.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}



.my-custom-banner img {
}

.serv-pro-sec.custom-serv-pro:after {
    display: none
}

.custom-form form {
    border-radius: 8px;
    padding: 25px 20px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    background: #ff9903;
    border-color: #dcddde;
    border-radius: 10px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .04)
}

.custom-form input.form-control {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e7e8;
    background-color: #fff;
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .04);
    border-radius: 30px;
    height: 48px;
    padding: 0 0 0 20px
}

.custom-form textarea.form-control {
    border-style: solid;
    border-width: 1px;
    border-color: #e6e7e8;
    background-color: #fff;
    box-shadow: 0 10px 14px 0 rgb(0 0 0/4%);
    border-radius: 25px;
    height: 115px;
    padding: 10px 0 0 20px
}

button.btn.custom-btn1 {
    background-color: #000000;
    border-radius: 50px;
    width: 400px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    outline: 0 !important;
    padding: 10px 25px
}

button.btn.custom-btn1:before {
    display: none
}

button.btn.custom-btn1:after {
    display: none
}

.custom-form button.btn.custom-btn1 {
    text-align: center;
    margin: auto
}

.form-group.agre-buton {
    text-align: center
}

.cus-form-main {
    position: relative
}

.marketing-head {
    text-align: center;
    margin: 0 0 35px
}

.marketing-head h2 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    color: #000
}

.marketing-head p {
    font-size: 16px;
    margin: 0;
    color: #000;
    padding: 0 0 40px
}

.marketing-services-sec {
    padding: 50px 0
}

.custom-serv-pro .about-who-txt p {
    font-size: 16px;
    color: #000
}

.ams-head {
    display: flex;
    align-items: center;
    position: relative
}

.ams-head h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 0;
    border-width: 2px;
    border-color: #ff9d1d;
    border-style: dashed;
    border-radius: 50%;
    background-color: #fff;
    width: 101px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px
}

.ams-head h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 0 15px;
    font-weight: 600
}

.marketing-box p {
    font-size: 15px;
    color: #999;
    margin: 19px 0 0;
    min-height: 0
}

.marketing-box {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 14px 28.13px .87px rgba(10, 9, 13, .14);
    border: 2px solid #fff;
    padding: 100px 30px 30px;
    position: relative
}

.marketing-box:hover {
    border: 2px solid #ff9e20
}

.marketing-box img {
    position: absolute;
    left: 26px;
    display: none
}

.custom-cta-img img {
    margin: 0 16px 30px 0
}

.custom-cta-text h2 {
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    color: #000
}

.custom-cta-text h3 {
    font-size: 20px;
    margin: 15px 0 0;
    font-weight: 700;
    color: #000
}

.custom-cta-text h4 {
    font-size: 18px;
    color: #000;
    margin: 10px 0 0
}

.cta-main-btn {
    margin: 15px 0 0
}

.cta-main-btn .get-started-cta {
    background-color: #000;
    color: #fff;
    font-weight: 700;
}

.cta-main-btn a {
    border-radius: 50px;
    padding: 10px 25px
}

.cta-main-btn .call-st-cta {
    background-color: #000;
    color: #fff;
    margin: 0 0 0 15px
}

.custom-cta {
    background-image: url(../images/strategy-banner-new.png);
    background-size: cover;
    height: 752px;
    display: flex;
    align-items: center;
    padding: 120px 0 0;
}

.holistic-head {
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 20px
}

.about-who-txt-two p {
    font-size: 16px !important;
    color: #616975;
    margin: 0
}

.para-box {
    border: 1px solid #f1f2f2;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .04);
    margin: 30px 0 0;
    padding: 15px 20px
}

.para-box p {
    margin: 0
}

.about-who-txt-two h2 {
    font-size: 30px
}

.holistic-sec img {
    width: auto !important
}

.holistic-sec::before {
    display: none
}

.holistic-sec-two:before {
    display: block;
    top: 27px
}

.holistic-sec {
    padding: 50px 0 80px !important
}

.holistic-sec-two {
    padding: 50px 0 !important
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 245px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 8px 0 15px;
    margin: 9px 0 0
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

a.dropbtn {
    color: #000 !important
}

a.dropbtn:hover {
    color: #fa690c !important
}

.dropdown-content a:hover {
    color: #fa690c !important
}

.dropdown-content a {
    color: #000 !important
}

.dropdown:hover .dropdown-content {
    display: block
}

.para-box ul li {
    font-size: 16px;
    margin: 0 0 6px
}

.para-box ul {
    margin: 0
}

.para-box ul li::marker {
    color: #ff9903
}

.dropdown-content a {
    font-size: 12px !important;
    margin: 0 0 -4px !important
}

.get-started.get-started-cta:hover {
    border: 0 !important
}

.form-heading h3 {
    font-size: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700
}

.form-heading {
    text-align: center
}

.form-heading p {
    font-size: 14px;
    margin: 0 0 20px
}

.form-heading h3 span {
    color: #fffaf5;
}

section.footer i {
    font-family: fontawesome
}

a {
    color: #000
}

.ftr-col.ftr-2 li {
    list-style: none;
    margin: 0 0 8px
}

ul.trust-box li img {
    margin-left: 5px;
    margin-bottom: 10px;
    height: 30px
}

ul.trust-box li i {
    font-size: 25px;
    margin-top: 5px
}

.news-banner {
    background: url(../images/services-banner-img.html);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center
}

.news-banner h3 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 60px
}

.news-banner .row {
    display: flex;
    align-items: center
}

.news-banner h3 br {
}

.news-banner h3 span {
    font-size: 42px;
    color: #000
}

.media-box {
    border-radius: 15px;
    background-color: #fff;
    padding: 33px 100px;
    box-shadow: 0 9px 79px 0 rgba(0, 0, 0, .07);
    text-align: center;
    margin: 0 0 65px;
    height: 420px;
    transition: all 1s
}

.media-box a {
    border-radius: 15px;
    background-color: #00c3ff;
    box-shadow: 0 9px 79px 0 rgba(0, 0, 0, .07);
    color: #fff;
    padding: 14px 32px;
    font-size: 20px;
    transition: .5s
}

.media-box img {
    width: 100%
}

.media-box p {
    padding: 20px 0 25px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.news-sec-new {
    padding: 70px 0
}

.news-sec-new .row {
    display: flex;
    justify-content: center
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
    position: relative;
    left: -20px;
    top: -1px
}

.head_top ul.dropdown-menu li {
    width: 100%
}

li.dropdown.dropdown-submenu.active a {
    color: #000 !important
}

li.dropdown.dropdown-submenu.active a:hover {
    color: #fa690c !important
}

.dropdown-submenu:hover>a:after {
    border-left-color: #f7931e;
}

.dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover {
    text-decoration: underline
}

li.dropdown.dropdown-submenu:hover .dropdown-menu.innr-menu-st {
    display: block;
    background: #fff;
    left: 248px;
    top: 15px;
    background: #656565;
    padding-top: 0
}

@media (min-width: 1200px){
    li.dropdown:hover .dropdown-menu.main-drop-nav {
    display: block;
}
}


.head_top.fixed {
    position: fixed;
    transition: .7s;
    top: 0;
    background: #ffffff;
    border-bottom: 1px solid #c0c0c0;
    z-index: 999;
}

.popupform-main form input[type=text]::placeholder {
    font-weight: 400 !important;
    color: #ffffffa6
}

.popupform-main form input[type=email]::placeholder {
    font-weight: 400 !important;
    color: #ffffffa6
}

.popupform-main form input[type=number]::placeholder {
    font-weight: 400 !important;
    color: #ffffffa6
}

.pop-form form .control-group textarea::placeholder {
    font-weight: 400 !important;
    color: #ffffffa6
}

.head_top .navbar.navbar-defult ul li a.btn-org:hover {
    background-color: #ff9901
}

.call-why-div p:hover {
    color: #ffa736
}

.call-why-div a:hover {
    color: #ffa736
}

.ftr-col ul li a:hover {
    color: #fff
}

.copyright-sec p {
    text-align: left;
    color: #000;
    margin: 15px 0 0;
    display: grid;
    align-items: center
}

.copyright-sec {
    padding: 0 0 10px;
    margin: 50px 0 0;
    background: #F7931E;
}

.about-who-sec .custom-form button.btn.custom-btn1:hover {
    background-color: #222;
    color: #fff
}

.custom-cta .cta-main-btn .get-started-cta:hover {
    background-color: #000;
    color: #fff
}

.custom-cta .call-st-cta.callphone:hover {
    color: #000;
    background-color: #fff5e8;
}

.marketing-services-sec .marketing-box p {
    overflow-y: scroll;
    height: 160px;
    padding: 0 10px
}

.ecom-stor-bnr {
    padding: 32px 0 0
}

.ecom-stor-bnr .banner-ul ul {
    margin-bottom: 0
}

.cntct-r-side #contactForm .ftr-form-btn:hover {
    background-color: #ffa344
}

.cntct-l-side a:hover {
    color: #222
}

.cntct-r-side #contactForm input::placeholder {
    color: #0000009e
}

.cntct-r-side #contactForm input, .cntct-r-side #contactForm textarea::placeholder {
    color: #5b5b5b
}

.marketing-services-sec .marketing-box p::-webkit-scrollbar {
    width: 8px;
    border-radius: 50px
}

.marketing-services-sec .marketing-box p::-webkit-scrollbar-track {
    background: #db2e00;
    border-radius: 50px
}

.marketing-services-sec .marketing-box p::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px
}

.marketing-services-sec .marketing-box p::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.why-col-lft-heading {
    text-align: center
}

.why-col-lft-heading h3, .why-col-lft-heading h2, .why-col-lft-heading p {
    text-align: center
}

.why-call-div-st {
    display: flex;
    align-items: flex-start;
    width: 32%;
    justify-content: right;
}

.why-col-lft {
    float: left;
    width: 100%
}

.why-col-rgt {
    float: left;
    width: 100%;
    margin-top: 0 !important;
}

.amazon_consultancy-sec {
    padding: 90px 0 60px
}

.consultancy_slid_box h3 {
    color: #121921;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px
}

.consultancy_slid_box p {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.consultancy_slider_img img {
    margin: auto
}

.consultancy_slid_box {
    border: 1px solid #ff9d1d;
    width: 95%;
    margin: auto;
    padding: 0 40px;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
    min-height: 200px;
    align-content: center;
    display: grid
}

.consultancy_slider {
    /* width: 150%; */
    margin: 0 0 0 0 !important;
}

.consultancy_slider_img {
    height: 180px
}

.consultancy_slid_1 .consultancy_slider_img, .consultancy_slid_3 .consultancy_slider_img {
    margin: 0 0 -10px
}

.consultancy_slider .slick-dots {
    position: absolute;
    bottom: -80px;
    width: 100%;
    padding: 0;
    margin: auto;
    list-style: none;
    text-align: center;
    /* left: -35%; */
    right: 0;
    z-index: 9999;
}

.consultancy_slider .slick-dots li.slick-active button {
    background-color: #121f33
}

.consultancy_slider .slick-dots li button:before {
    font-size: 0;
    line-height: 0
}

.consultancy_slider .slick-dots li button {
    background-color: #b7bbc1;
    border-radius: 0;
    width: 40px;
    height: 5px;
    padding: 0
}

.amazon_market_sec {
    background-color: #232f3f;
    padding: 30px 0;
    margin: 75px 0 0
}

.amazon_market_sec p, .amazon_market_sec h2 {
    color: #fff
}

section.cat_2mm {
    margin: 0 0 170px
}

div#accordion2 {
    width: 90%;
    margin: auto
}

.copyright-sec ul.trust-box {
    padding: 0;
    text-align: center;
    margin: 0 !important;
    margin-top: 8px !important;
}

.copyright-sec ul.trust-box li {
    list-style: none
}

.copyright-sec ul.trust-box li a:hover {
    color: #fff
}

.copyright-sec ul.trust-box li a:hover img {
    filter: brightness(100)
}

.testi-sec .hd-txt {
    margin: -110px 0 0;
}

.testi-slider-st {
    margin: 20px 0 0
}

.testi-box .c-testimonial-item__position {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    text-align: center
}

.testi-box .c-testimonial-item__company-link {
    color: #007cff;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out
}

.testi-box .c-testimonial-item__city, .testi-box .c-testimonial-item__country {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2e2e2e;
    margin-bottom: 18px
}

.testi-box .c-testimonial-item__country-text {
    color: #2e2e2e;
    border-bottom-color: transparent
}

.testi-box .c-testimonial-item__short-feedback {
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: 67px;
    margin-left: 20px;
    line-height: 1.56;
    color: #757575;
    font-size: 16px;
    text-align: left
}

.testi-box .c-testimonial-item__short-feedback:before {
    font-size: 25px;
    -webkit-transform: translate(-16px, -4px);
    transform: translate(-16px, -4px)
}

.testi-box .c-testimonial-item__short-feedback::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #007cff;
    transform: translate(-30px, -12px);
    display: block;
    width: 18px;
    height: 18px;
    background: url(data:image/svg+xml;charset=utf-8,%3C?xml version=!string!encoding=!string!?%3E %3Csvg width=!string!height=!string!viewBox=!string!version=!string!xmlns=!string!xmlns:xlink=!string!fill=!string!%3E %3Cpath d=!string!id=!string!/%3E %3C/svg%3E) center center/100% 100% no-repeat;
    background-repeat: no-repeat;
    background-position: center center
}

.testi-box .c-testimonial-item__short-feedback .rich-text p {
    margin-bottom: 30px;
    font-size: 13px;
    min-height: 150px;
    color: #000;
}

.testi-box .c-testimonial-item__clutch {
    -webkit-transition: opacity 300ms ease-in 300ms;
    transition: opacity 300ms ease-in 300ms;
    max-width: 100%;
    background-position-y: top;
    background-position-x: center;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.testi-box .c-testimonial-item__clutch-logo {
    width: 85px;
    height: 25px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/clutch-logo.png)
}

.testi-box .c-testimonial-item__clutch-rate {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin: 0 16px
}

.testi-box .c-testimonial-item__clutch-stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0
}

.testi-box .c-testimonial-item__clutch-star {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(../images/star-raiting.png) no-repeat center top;
    background-size: cover;
    list-style: none;
    filter: hue-rotate(33deg);
}

.testi-box .c-testimonial-item__clutch-star.active {
    background-position-y: bottom
}

.testi-box .c-testimonial-item__read-more {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.read_more {
    font-size: 13px;
    letter-spacing: .4px;
    color: #007cff;
    text-align: right;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 700;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out
}

.testi-box .c-testimonial-item__read-more .icon-bt-next {
    background: url(../images/arrow-testi.svg) center center no-repeat;
    background-size: contain;
    width: 18px;
    height: 8px;
    display: block
}

.testi-box .c-testimonial-item__company-link:hover {
    color: #039;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out
}

.testi-box .c-testimonial-item__company-link {
    color: #007cff;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out
}

.serv-banner .get-started-header {
    background: #000 !important
}

.serv-banner .get-started-header:hover {
    color: #fff !important
}

section.about-who-sec .call-st {
    border-color: #000;
    color: #000;
}

section.serv-banner.services-bnr.custom-banner h1 {
    color: #ff9d1d;
}
.services-bnr h1 {
    color: #ff9d1d;
}

section.about-who-sec .call-st {
    border-color: #000;
    color: #000;
}
section.about-mang-srv .hd-txt h2 {
    color: #fff;
}

.about-mang-srv p {
    color: #fff;
}
.ecom-bnr .mbnr-left-txt h1 {
    color: #ff9d0e;
}

.ecom-bnr .banner-ul li {
    width: 50%;
}

.services-about-ul ul {
    display: flex;
    flex-wrap: wrap;
}

.services-about-ul ul li {
    width: 50%;
}
section.ecom-sec-two .call-st {
    border-color: #000;
    color: #000;
}
section.ecom-services .call-st {
    border-color: #000;
    color: #000;
}
.ecom-cta-new {
    margin: 0 0 160px 0;
}
.ecom-cir {
    border-width: 2px;
    border-color: rgb(255, 157, 29);
    border-style: dashed;
    border-radius: 50%;
    width: 101px;
    height: 101px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: -40px;
    right: 0;
    margin: auto;
    left: 0;
    background: #fff;
}

.ecom-cir img {height: 60px;}

section.ecom-services p {
    padding: 10px 0 60px 0;
}


.ecom-srv-box{
    position: relative;
}

.ecom-srv-box::before{position: absolute;content: "";background: url('../images/ecom-box-bf-img.html');width: 131px;height: 75px;left: 0;right: 0;top: -3px;margin: auto;}
.ecom-srv-box-3 {
    margin: 60px 0 0 0;
}

.ecom-srv-box-5 {
    margin: 60px 0 0 0;
}
section.about-who-sec .services-about-ul ul li {
    width: 100%;
}
.ecom-srv-box-22 {
    margin: 40px 0 0 0;
}
section.serv-storefrnt .hd-txt p {
    padding: 0 0 50px 0;
}
.business-sol-txt .call-st {
    border-color: #000;
    color: #000;
}
.banner-ul ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.banner-ul ul li {
    width: 50%;
}
section.ecom-sec-two {
    padding: 60px 0px;
}

.serv-strfrnt-box::before{
position: absolute;
    content: "";
    background: url(../images/ecom-box-bf-img.html);
    width: 131px;
    height: 75px;
    left: 0;
    right: 0;
    top: -3px;
    margin: auto;
    }
    section.about-who-sec .banner-btn .get-started:hover {
    color: #000;
    border-color: #000;
}
section.about-who-sec .btn-clr-chng-st .get-started {
    border: 1px solid #ff9903;
}
section.ecom-sec-two .btn-clr-chng-st .get-started:hover {
    color: #000;
    border-color: #000;
}

section.ecom-sec-two .btn-clr-chng-st .get-started {
    border: 1px solid #ff9903;
}
section.ecom-tab-new .call-st {
    border-color: #000;
    color: #000;
}
ul.ecom-tabs {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #d3d5d8;
}

ul.ecom-tabs li {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-radius: 6px;
    background-color: rgba(18, 25, 33, 0);
    padding: 10px 24px;
}

.ecom-tabhead-new h5 {
    color: #121921;
    font-size: 20px;
    font-weight: bold;
}

.ecom-tabhead-new p {
    font-size: 16px;
    line-height: 24px;
    color: #273343;
    padding: 10px 0 0 0;
}

.ecom-tab-new [class^=box-] {
    display: none
}

.ecom-tab-new [class^=box-].showfirst {
    display: block
}
ul.ecom-tabs li.active {
    background: #ff9903;
    color: #fff;
    border-color: #ff9903;
}
.marketing-box::before{
position: absolute;
    content: "";
    background: url(../images/ecom-box-bf-img.html);
    width: 131px;
    height: 75px;
    left: 0;
    right: 0;
    top: -3px;
    margin: auto;

}

.marketing-box-2 {
    margin: 50px 0 0 0;
}

section.ecom-services .banner-btn .get-started:hover {
    background: #000;
}

section.ecom-services .banner-btn.btn-st.ecom-btn-st .live-cht:hover {
    background: #000;
}

section.ecom-services .ecom-btn-st .btn-hvr-bnr {
    display: none;
}

.marketing-services-sec .col-md-4:nth-child(3) {
    margin: 40px 0 0 0;
}

section.testi-sec .slick-slide {
    height: auto;
}
.banner-ul-two {
    flex-wrap: inherit !important;
}

.banner-ul-two li {
    width: 100% !important;
}
.main-box-about {
    padding: 0px 20px;
}
.about-brn-sec .ecom-srv-box p {
    min-height: 0;
    margin: 0;
    padding-bottom: 0;
}

.ecom-services .col-sm-4:nth-child(2) {/* margin: 50px 0 0 0; */}

.amazon_market_slid img {
    margin: auto;
    display: table;
    width: 100%;
    object-fit: scale-down;
    transform: scale(1.2);
}


section.shopify-automation-wrap a.call-st.callphone {
    color: #000;
}

section.shopify-automation-wrap a.get-started {
    border-radius: 6px;
        color: #fff;
}

.service-box-parent:hover .innerserrivedesign {
    background: #ff9903;
    box-shadow: 1px 2px 7px 4px #c0bfbf;
}

.why-rgt-inner-div a {
    background: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    color: #ffa126;
    font-weight: bold;
}

.why-rgt-inner-div a:hover {
    background: #ff9d1d;
    color: #fff;
}
.why-rgt-inner-div.wow.zoomIn a.call-st.callphone {
    background: #fff0;
    border-color: #fff;
    color: #ffff;
}





.team-bnr-st .mbnr-left-txt {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    display: table;
    padding: 0;
}

.team-bnr-st .mbnr-left-txt h1 {
    color: #fff;
}

.team-bnr-st {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.profile-section {
    padding: 50px 0;
}


.profile-box {
    border-width: 1px;
    border-color: rgb(255 158 32);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255 230 195);
    padding: 20px 20px;
    margin: 0 0 30px;
}






.profile-head {display: flex;align-items: center;justify-content: space-between;flex-direction: column;}
.profile-main ul {
list-style: none;
padding: 0;
}
.pro-name h3 {margin: 0;font-size: 16px;color: #2d305a;font-weight: bold;margin: 10px 0 0px;}
.pro-name a {
font-size: 16px;
color: #000;
font-weight: bold;
}
.pro-name span {
display: block;
margin: 5px 0 0;
}
.profile-main {
margin: 30px 0 0;
}
.profile-main li img {
padding: 0 13px 0 0;
}
.profile-main li {
margin: 0 0 13px;
}
.profile-btn {
text-align: center;
margin: 30px 0 0;
}
.profile-btn a {
padding: 13px 20px;
background-color: #2f2f2f;
color: #fff;
border-radius: 4px;
}
.pro-name img {
padding: 0 6px 0 0;
}
/*.pro-bagde{
position: relative;
}*/
.pro-bagde:hover{/* position: absolute; *//* background-image: url(../images/pro-bagde-hover.png); *//* background-repeat: no-repeat; *//* width: 210px; *//* height: 136px; */}
img.pro-hvr-img {
display: none;
}
img.pro-bagde:hover + img.pro-hvr-img {
display: block;
position: absolute;
top: 88px;
right: 27px;
}
.top-rating-sec .row {
display: flex;
align-items: center;
}
/*top rating css*/
/* writer detail  */




ul.team-ul-st {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
ul.team-ul-st li {
    margin: 0 20px;
    width: 28%;
}

ul.team-ul-st li img {
    width: 100%;
}


.pro-name {
    text-align: center;
}



/*-------Additional CSS----------*/

.serv-banner .get-started-header:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.custom-cta .cta-main-btn .get-started-cta:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.hd-txt h2 {
    padding-top: 20px;
}

.about-his-txt p {
    overflow-y: scroll;
    height: 150px;
}


.about-his-txt p::-webkit-scrollbar{width:8px;border-radius:50px}
.about-his-txt p::-webkit-scrollbar-track{background:#db2e00;border-radius:50px}
.about-his-txt p::-webkit-scrollbar-thumb{background:#fff;border-radius:50px}
.about-his-txt p::-webkit-scrollbar-thumb:hover{background:#fff}


.mbnr-left-txt h1{
    color: #fff;
}

.terms-txt-st b:hover {
    color: #ff9d1d;
}










.bnr-form-st-kindle .cus-form-main {
    margin: 0 auto;
    display: table;
    text-align: right;
    float: right;
    width: auto;
}


.kindl-about-sec .col-sm-12 {
    display: flex;
    align-items: center;
}


section.serv-storefrnt.bdr-btm-sec.kindle-serv-sec {}

.kindle-serv-sec .serv-strfrnt-box:before {
    display: none;
}

.kindle-serv-sec .serv-strfrnt-box h4 {
    margin: 0;
}

.kindle-serv-sec .serv-strfrnt-box {
    min-height: 150px;
}





.kindle-page-bnr{
    background: url(../images/kinle-pg-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}




li.kindle_vella_nav small{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: #ff9d1d; }
        50% { color: #000; }
        100% { color: #ff9d1d; }
    }
    @-moz-keyframes color-change {
        0% { color: #ff9d1d; }
        50% { color: #000; }
        100% { color: #ff9d1d; }
    }
    @-ms-keyframes color-change {
        0% { color: #ff9d1d; }
        50% { color: #000; }
        100% { color: #ff9d1d; }
    }
    @-o-keyframes color-change {
        0% { color: #ff9d1d; }
        50% { color: #000; }
        100% { color: #ff9d1d; }
    }
    @keyframes  color-change {
        0% { color: #ff9d1d; }
        50% { color: #000; }
        100% { color: #ff9d1d; }
    }



li.kindle_vella_nav small {
    position: absolute;
    top: 0;
    right: 10px;
    top: -3px;
    font-size: 10px;
}


.bnr-form-st-kindle h3 span, .bnr-form-st-kindle h3 {
    color: #000;
}

.bnr-form-st-kindle button.btn.custom-btn1 {
    display: table;
    width: auto;
}

.bnr-form-st-kindle button.btn.custom-btn1 {
    width: auto;
    border-radius: 5px;
}


.kindle-page-bnr .get-started-header {
    background: #FF9904 !important;
    color: #000 !important;
}

.kindle-page-bnr .call-st.callphone {
    background: #fff !important;
    color: #000;
    border-radius: 20px !important;
}

.kindle-page-bnr .call-st.callphone:hover {
    background: #ff9904 !important;
}




.kindle-ama-arrow {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    width: 200px;
}


.bnr-form-st-kindle .custom-form textarea.form-control {height: 80px;border-radius: 5px;resize: none;}

.bnr-form-st-kindle .custom-form input {
    border-radius: 5px;
}


.kindle-page-bnr .mbnr-left-txt h1 span {
    color: #ff9903;
}





                            .overlay-bg {
                                background: rgba(0, 0, 0, 0.8);
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                width: 100%;
                                height: 100%;
                                z-index: 10;
                                display: none;
                            }
                            .pop-amz-new-side-1 h2 span {
                                color: #fff;
                            }
                            .pop-form-amz-new strong {
                                color: #f3993e;
                            }

                            .pop-form-amz-new input::placeholder {
                                color: #adadae !important;
                            }

                            .pop-form-amz-new textarea::placeholder {
                                color: #adadae !important;
                            }

                            input#phone {}

                            .popup-l-side.pop-amz-new-side-1 h3 {
                                color: #ffff;
                                font-size: 30px;
                                padding: 20px 0 0 0;
                            }

                            .pop-amz-new-side-1 {
                                position: relative;
                                left: 90px;
                                top: -40px;
                            }

                            .pop-form-amz-new {
                                background-color: #fff;
                                width: 402px;
                                height: 460px;
                                padding: 30px 20px;
                                position: relative;
                                left: -20px;
                                top: 30px;
                            }

                            .pop-form-amz-new h3 {
                                color: #000;
                            }

                            .popup-l-side.pop-amz-new-side-1 h2 {
                                color: #f3993e;
                                font-size: 36px;
                            }

                            .pop-form-amz-new input {
                                border-width: 1px;
                                border-color: rgb(183, 183, 183);
                                border-style: solid;
                                border-radius: 3px;
                                background-color: rgb(235, 235, 235) !important;
                                width: 100%;
                                color: #000;
                            }

                            .pop-form-amz-new textarea {
                                resize: none;
                                background: #ebebeb;
                                height: 60px;
                            }

                            .pop-form-amz-new::placeholder {
                                color: yellow !important;
                            }
                            .pop-form .submit-btn {
                            }
                            .pop-form .submit-btn {

                                :;
                            }
                            .popupform-main.active {
                                display: block;
                            }
                            .popupform-main {
                                position: fixed;
                                background-color: rgba(0, 0, 0, 0.62);
                                top: 0;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                width: 100%;
                                height: 100%;
                                z-index: 9999;
                                display: none;
                            }
                            .pop-form {
                                position: absolute;
                                width: 1076px;
                                height: 533px;
                                top: 0px;
                                left: 0;
                                bottom: 0;
                                right: 0;
                                margin: auto;
                                background: url(../images/popup-main-img.png);
                                padding: 0px 0 0px 0;
                                z-index: 99;
                                -webkit-transition: 0.5s;
                                -moz-transition: 0.5s;
                                -o-transition: 0.5s;
                                transition: 0.5s;
                                background-size: cover;
                            }

                            .popupform-main .main-pop .col-md-12 {
                                padding: 0;
                            }

                            .popupform-main h3 {
                                font-size: 18px;
                                margin: 0 0 0 0;
                                color: #000;
                                font-weight: 400;
                            }

                            .popupform-main h2 {
                                font-size: 27px;
                                margin: 10px 0 0 0;
                                font-weight: 700;
                                color: #232f3e;
                            }

                            .popupform-main h4 {
                                font-size: 26px;
                                margin: 8px 0 0 0;
                                color: #000000;
                                font-weight: 700;
                            }

                            .fspx-23 {
                                font-size: 23px;
                            }
                            .fw-exbold {
                                font-weight: 800 !important;
                            }

                            .ls-xsmall {
                                letter-spacing: -2px;
                            }
                            .fc-red {
                                color: #fb2224;
                            }
                            .tt-uppercase {
                                text-transform: uppercase !important;
                            }   
                            .popupform-main h6 {
                                letter-spacing: 0;
                                font-size: 45px;
                                background: #4274fa;
                                color: #fff;
                                border-radius: 10px;
                                padding: 10px 15px 5px 15px;
                                text-align: left;
                                position: relative;
                                right: 0px;
                                margin: 0px;
                                float: right;
                            }
                            .fspx-20 {
                                font-size: 20px;
                                display: block;
                            }
                            .fspx-23 {
                                font-size: 23px;
                                margin-bottom: 10px;
                            }
                            .fw-normal {
                                font-weight: 400 !important;
                            }
                            .popupform-main .main-pop {
                                padding: 25px 0px 0 0;
                            }
                            .pop-form .no-thanks {
                                text-decoration: underline;
                                color: #666666;
                            }
                            .pop-form form .control-group {
                                margin-bottom: 10px;
                            }
                            form .control-group {
                                margin-bottom: 24px;
                                position: relative;
                            }
                            .pop-form form .control-group input[type=text],.pop-form form .control-group input[type=text], .pop-form form .control-group input[type=number], .pop-form form .control-group input[type=email], .pop-form form .control-group select, .pop-form form .control-group textarea {}
                            .popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
                                padding-left: 10px;
                                min-height: 50px;
                            }
                            .popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {



                                :;
                            }

                            form .numberarea {
                                width: auto;
                                position: relative;
                            }
                            .pop-form .submit-btn {border-style: solid;border-width: 1px;border-color: rgb(139, 108, 27);border-radius: 4px;background-image: -moz-linear-gradient( 90deg, rgb(226,179,58) 0%, rgb(248,223,161) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(226,179,58) 0%, rgb(248,223,161) 100%);background-image: -ms-linear-gradient( 90deg, rgb(226,179,58) 0%, rgb(248,223,161) 100%);width: 122px;height: 35px;font-size: 14px;color: #000;line-height: 35px;padding: 0;font-weight: bold;display: table;margin: 10px auto 0;}
                            .pop-form .no-thanks {
                                text-decoration: underline;
                                color: #666666;
                            }
                            .popupform-main h6:before {
                                position: absolute;
                                content: "";
                                left: -35px;
                                top: 0px;
                                width: 0;
                                height: 0;
                                border-top: 0px solid transparent;
                                border-right: 45px solid #4274fa;
                                border-bottom: 28px solid transparent;
                            }
                            .float-left {
                                float: left;
                            }
                            .lh-medium {
                                line-height: 1.2;
                            }
                            .lh-medium {
                                line-height: 1.2;
                            }
                            .ta-left {
                                text-align: left;
                            }
                            .fw-exbold {
                                font-weight: 800 !important;
                            }
                            .mtpx-60{
                                margin-top: 60px;
                            }
                            .pop-form .close-btn {
                                width: 45px;
                                height: 45px;
                                display: block;
                                position: absolute;
                                top: -48px;
                                right: -30px;
                                font-size: 18px;
                                font-weight: 900;
                                color: #fff;
                                padding-top: 3px;
                                background-color: #232f3e;
                                text-align: center;
                                border-radius: 50px;
                                align-items: center;
                                display: grid;
                                /* border: inset 3px #7f6303; */
                                border: 2px solid #232f3e;
                            }



                        


.navbar-brand {
    float: left;
    height: 60px;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
}
div#myNavbar11 {
    padding: 5px 0px 0px;
}
.right-wrap-shopy img {
    width: 100%;
}
.right-wrap-shopy img {
    width: 100%;
}

.left-wrapper-shopy h2 {
    margin: 0 0 10px 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
}

.left-wrapper-shopy p {
    padding: 20px 0px;
}

.left-wrapper-shopy ul {
    padding: 0 0 0 15px;
}

section.amazon_market_sec.wrapp img{
    width: 100%;
}


section.amazon_market_sec.wrapp .slick-slide {
    margin: 0 10px 0 10px;
}
section.amazon_market_sec.wrapp {
    background: #f3f3f3;
}

section.amazon_market_sec.wrapp h2,section.amazon_market_sec.wrapp h2{
    color: #000;
    font-size: 42px;
}
.ftr-col.ftr-1 p {
    color: #fff;
}

.ftr-col.ftr-1 p {
    color: #fff;
}

.copyright-sec p {
    color: #000;
}

.ftr-col h3:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 2px;
    background: #f7931e;
    bottom: 9px;
}
section.amazon_market_sec.wrapp p {
    color: #000;
}


.services-about-uls {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.services-about-uls ul {
    padding: 0;
    list-style: none;
    width: 50%;
}

.services-about-uls ul li {
    color: #fff;
}

.services-about-uls ul li i {
    padding:  0 0px;
    margin: 0 9px 0 0px;
}

section.serv-banner.services-bnr h6 {
    color: #fff;
    font-size: 18px;
}


section.selling-amazong.bdr-btm-sec.innerpages img {
    width: 20%;
}

section.selling-amazong.bdr-btm-sec.innerpages .sel-ama-box {
    background: #fff;
    color: #000 !important;
    padding: 0 0 30px;
}

section.selling-amazong.bdr-btm-sec.innerpages .sel-ama-box h3,section.selling-amazong.bdr-btm-sec.innerpages .sel-ama-box p {
    color: #000;
}

section.amazon_market_sec.logog {
    margin: 0;
}
section.custom-cta.inner {
    padding: 0 !important;
}
.inner-pricing-wrap {
    box-shadow: 2px 7px 10px 2px #8c8b8b6b;
    border-radius: 8px;
    padding: 30px 30px;
}

.inner-pricing-wrap h4 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.inner-pricing-wrap img {
    margin: auto;
    width: 25%;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inner-pricing-wrap ul {
    padding: 39px 0px;
    list-style: none;
    min-height: 257px;
    max-height: 191px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 40px;
}

.inner-pricing-wrap ul li {
    line-height: 2;
    font-size: 15px;
}

.inner-pricing-wrap a {
    background: #f7931e;
    text-align: center;
    display: block;
    width: 45%;
    margin: auto;
    padding: 10px;
    border-radius: 30px;
}

.heading-wrp-pricing h2 {
    text-align: center;
    font-weight: bold;
    padding: 70px 0px;
}





.inner-pricing-wrap ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.inner-pricing-wrap ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.inner-pricing-wrap ul::-webkit-scrollbar-thumb {
  background: #f7931e; 
}

/* Handle on hover */
.inner-pricing-wrap ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.inner-pricing-wrap ul li i {
    color: #f7931e;
}

section.pricing-wrapper {
    padding: 0 0 80px;
}

.navbar-brand>img {
    width: 150px;
    margin: -5px 0 0;
}




/*new-box*/
.text-width {
    max-width: 59.896vw;
    margin: 0 auto;
}

.services-parent {
    margin: 5.208vw 0.313vw;
}
.services-parent>.row>div {
    margin-bottom: 1.563vw;
}
service-box-parent {
    width: calc(100% + 0vw);
    height: calc(100% + 0vw);
}
.service-box-parent {
    position: relative;
}
.service-box-parent:before, .service-box-parent:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 0.313vw);
    height: calc(100% + 0.313vw);
    background: -webkit-linear-gradient(315deg, #f8cf36, #363636);
    background: linear-gradient(135deg, #f8cf36, #363636);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.service-box-parent:before, .service-box-parent:after, .innerserrivedesign {
    border-radius: 0.781vw;
}

.absacnchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.service-box-parent:before, .service-box-parent:after, .innerserrivedesign {
    border-radius: 0.781vw;
}

.innerserrivedesign {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(312.95deg, #C7C7C7 -25.55%, #1C1C1C 62.44%);
    background: linear-gradient(137.05deg, #C7C7C7 -25.55%, #1C1C1C 62.44%);
    z-index: 1;
}
.service-box {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.042vw 2.604vw;
    position: relative;
    z-index: 9;
    height: 100%;
}
.service-box h4 {
    font-size: 1.302vw;
    font-weight: 700;
    max-width: 10.417vw;
    /* font-family: montserrat; */
}
.service-box img {
    width: 100%;
    height: 6.25vw;
    max-width: 6.25vw;
    -o-object-fit: contain;
    object-fit: contain;
}
.learnmore {
    position: absolute;
    bottom: 0.729vw;
    color: #fff;
    font-size: .781vw;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 80%;
}
.learnmore span img {
    max-width: 0.729vw;
    height: auto;
    margin-left: 0.313vw;
}

.service-box img {
    width: 100%;
    height: 6.25vw;
    max-width: 6.25vw;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-box-parent:after {
    background: -webkit-linear-gradient(344.77deg, #363636 3.83%, #F8A401 68.42%);
    background: linear-gradient(105.23deg, #363636 3.83%, #F8A401 68.42%);
    z-index: 5;
    width: 0;
}

.service-box-parent:before, .service-box-parent:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% + 0.313vw);
    height: calc(100% + 0.313vw);
    background: -webkit-linear-gradient(315deg, #f8cf36, #363636);
    background: linear-gradient(135deg, #ff9903, #ff9903);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.service-box-parent:before, .service-box-parent:after, .innerserrivedesign {
    border-radius: 0.781vw;
}
section.section-5.our-services {
    padding: 30px 0px 0px;
}

section.section-5.our-services h2 span {
    color: #ff9903;
}

section.section-5.our-services h2 {
    font-size: 42px;
    font-weight: bold;
}

.why-img.why-2 img {
    width: 24px;
}

section.testi-sec h2 {
    width: 80%;
    margin: auto;
}



section.testi-sec h2 span {
    color: #ff9901;
}


section.shopify-automation-wrap .row {
    display: flex;
    align-items: center;
}
.right-wrap-shopy img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

li.dropdown ul li a {
    color: #fff !important;
}
li.dropdown ul li a:hover{
    color: #ff9901;
}
.account-suspension {
    padding: 3.125vw 0;
    position: relative;
    max-width: 104.167vw;
    margin: 4.167vw auto;
}
.account-suspension:before, .account-suspension:after {
    content: '';
    position: absolute;
    left: -100vw;
    top: 0;
    width: 100vw;
    max-width: 100%;
    height: 100%;
    z-index: 2;
    background: #ef9e0a;
}
.leftareasuspension-parent {
    -webkit-filter: drop-shadow(-0.521vw 2.292vw 1.875vw rgb(0 0 0/50%));
    filter: drop-shadow(-0.521vw 2.292vw 1.875vw rgb(0 0 0/50%));
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.leftareasuspension, .rightareasuspension {
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    top: 50%;
    width: 52%;
    -webkit-clip-path: polygon(0 0, 100% 1%, 80% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 1%, 80% 100%, 0% 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    background: -webkit-linear-gradient(189.48deg, #F99C35 4.64%, #ED9E04 97.52%);
    background: linear-gradient(260.52deg, #F99C35 4.64%, #ED9E04 97.52%);
    z-index: -1;
}
.leftareasuspension:before, .rightareasuspension:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrowsmall.png);
    background-repeat: no-repeat;
    background-size: 9.8vw;
    background-position: bottom left;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
}
.container-1560 {
    max-width: 73.438vw;
    margin: 0 auto;
}
.row-suspension {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.col-6-suspension {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-6-suspension h4 {
    line-height: 3.281vw;
    max-width: 25vw;
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 38px;
}
.suspensionlisting {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    max-width: 31.25vw;
    margin-left: auto;
}
.suspensionlisting li {
    font-size: .833vw;
    color: #fff;
    margin-bottom: 1.042vw;
    position: relative;
}
.suspensionlisting li:before {
    content: '';
    position: absolute;
    left: -1.042vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.26vw;
    height: 0.26vw;
    background: #fff;
    border-radius: 50%;
}
.rightareasuspension {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(19% 0, 100% 1%, 100% 100%, 0 100%);
    clip-path: polygon(19% 0, 100% 1%, 100% 100%, 0 100%);
    width: 64%;
    height: calc(100% + 3.385vw);
    background: -webkit-linear-gradient(351.15deg, #231f20d4 0.63%, #3D3D3D 89.54%);
    background: linear-gradient(98.85deg, #231f20d4 0.63%, #3D3D3D 89.54%);
    z-index: -2;
}

.account-suspension:after {
    left: auto;
    right: -100vw;
    background: -webkit-linear-gradient(right, #231F20 0.63%, #3D3D3D 89.54%);
    background: linear-gradient(270deg, #231F20 0.63%, #3D3D3D 89.54%);
    height: calc(100% + 3.125vw);
    top: -1.458vw;
}


.leftareasuspension:before, .rightareasuspension:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrowsmall.png);
    background-repeat: no-repeat;
    background-size: 9.8vw;
    background-position: bottom left;
    mix-blend-mode: overlay;
    transform: translate3d(0, 0, 0);
}
.rightareasuspension:before {
    background-image: url(../images/overlayimage.png);
    background-size: cover;
}
.margin-service-container {
    position: relative;
}
.container-1560 {
    max-width: 73.438vw;
    margin: 0 auto;
}

.heading-before:before {
    content: "Journey";
    position: absolute;
    left: 17vw;
    font-size: 10vw;
    top: 0;
    background: linear-gradient(180deg, #231F20 0%, rgba(35, 31, 32, 0) 85.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    opacity: 0.07;
    z-index: -1;
}
.shopify-road {
    position: relative;
}
.shopify-road:before {
    background-image: url(../images/road-map.png);
    background-size: contain;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3.4vw;
    background-repeat: no-repeat;
    z-index: -1;
}
.shopify-road .row .shopify-road-inner {
    flex: 0 0 25%;
}
.shopify-road-map {
    width: 6.9vw;
    margin: 0 auto;
}
.shopify-road-map img {
    width: 100%;
    -webkit-filter: drop-shadow(0vw 0.781vw 0.5vw rgb(0 0 0/70%));
    filter: drop-shadow(0vw 0.781vw 0.5vw rgb(0 0 0/70%));
}
.shopify-road-inner h4 {
    font-size: 1.15vw;
    padding: 0.9vw 0 0.5vw 0;
    font-weight: 600;
}
.shopify-road-inner p {
    font-size: 0.939vw;
}
.shopify-road .row .shopify-road-inner {
    flex: 0 0 25%;
}
.shopify-road-inner {
    flex: 0 0 33.33%;
    text-align: center;
    padding-bottom: 3vw;
}

.shopify-road .row-2 {
    margin: 0 auto;
    max-width: 80%;
}
.shopify-road .row-3 {
    margin-left: auto;
    max-width: 80%;
}

.line-height-85 {
    line-height: 3.646vw;
}

.fa-90 {
    font-size: 3.646vw;
}
.font-weight-bold {
    font-weight: 700!important;
}
.text-center {
    text-align: center!important;
}

.py-100 {
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
}
.shopify-road-inner h4 {
    font-size: 16px;
    padding: 5px 0 0 0;
    font-weight: 600;
}
.shopify-road-inner p {
    font-size: 14px;
    margin: 0;
}
.about-who-txt ul li {
    font-size: 18px;
}

.about-who-txt ul {
    padding: 0;
}

.testi-slider div {
    width: 95%;
}

.testi-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.amazon_market_slider1 img {
    transform: unset;
}

section.shopify-automation-wrap a.get-started:hover {
    background: #ff9903;
    border: navajowhite;
}
section.shopify-automation-wrap a.call-st.callphone:hover {
    color: #fff;
    border-radius: 6px;
}
.why-rgt-inner-div.wow.zoomIn a.call-st.callphone:hover {
    background: #ff9d1d;
    border-radius: 6px;
}
ul.nav.navbar-nav.navbar-right a.call-st.callphone:hover {
    background: #F7931E;
    color: #fff;
    border-radius: 6px;
}






    @media(max-width: 1366px){
                                .popupform-main .popup-l-side:after {
                                    right: 60px;
                                    top: 116px;
                                    background-size: 89%;
                                }
                            }
                            @media(max-width: 991px){
                                .pop-form {
                                    position: absolute;
                                    width: 510px;
                                    height: 500px;
                                    top: 0px;
                                    left: 0;
                                    bottom: 0;
                                    right: 0;
                                    margin: auto;
                                    /* background-image: url(../images/popup-bg2.png); */
                                    padding: 0px 0 0px 0;
                                    z-index: 99;
                                    -webkit-transition: 0.5s;
                                    -moz-transition: 0.5s;
                                    -o-transition: 0.5s;
                                    transition: 0.5s;
                                    /* background: #260868; */
                                }
                                .popupform-main .col-sm-offset-4.col-sm-8 {
                                    max-width: 100%;
                                    width: 100%;
                                    margin: 0;
                                }
                                .popupform-main h3{
                                    font-size: 30px !important;
                                }
                                .popupform-main h6 {
                                    font-size: 30px;
                                }
                                #flform input[type="text"], input[type="email"]{
                                    margin-bottom: 0px;
                                }
                                .pop-form .close-btn {
                                    width: 35px;
                                    height: 30px;
                                    display: block;
                                    position: absolute;
                                    top: 2px;
                                    right: 0;
                                    font-size: 18px;
                                    font-weight: 900;
                                    color: #080808;
                                    padding-top: 3px;
                                }
                            }
                            @media(max-width: 767px){

                       

                                .text-width {
    max-width: 100%;
    margin: 0 auto;
}

.testi-slider {
    display: block;
    align-items: center;
    justify-content: center;
}

.testi-slider div {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
}

.testi-box .c-testimonial-item__clutch {
    bottom: -12px;
}
.navbar-toggle {
    margin-top: 17px;
}

section.section-5.our-services h2 {
    font-size: 27px;
    font-weight: bold;
}
.services-parent>.row>div {
    margin-bottom: 1.563vw;
    width: 100%;
}
.service-box h4 {
    font-size: 16px;
    font-weight: 700;
    max-width: 60.417vw;
    /* font-family: montserrat; */
}
.service-box img {
    width: 100%;
    height: auto;
    max-width: 17.25vw;
    -o-object-fit: contain;
    object-fit: contain;
}
                         
                         .call-why-div a {
    color: #fff;
    text-align: center;
}
.call-why-div a {
    color: #fff;
    text-align: center;
}

.why-img {
    margin-right: auto;
}
section.shopify-automation-wrap .row {
    display: inline-block;
    align-items: center;
    /* padding: 20px 0px; */
}
section.shopify-automation-wrap {
    padding: 20px 0 20px 0;
}
section.shopify-automation-wrap .col-sm-12 {
    margin: 0 0 40px 0;
}
section.cat_2mm a.btn-org.fill.various.popup-btn {
    margin: 0 0 30px 0;
}


.right-wrap-shopy img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
}
section.amazon_market_sec.wrapp h2, section.amazon_market_sec.wrapp h2 {
    color: #000;
    font-size: 26px;
}
.hd-txt h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.testi-sec {
    padding: 100px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin: 60px 0 0 0;
}

.ftr-col.ftr-1 {
    margin: 20px 0 0 0 !important;
}

.footer {
    padding: 30px 0;
    background-color: #000000 !important;
}
section.testi-sec {
    height: auto !important;
}

.testi-slider .slick-dots li.slick-active button {
    background-color: #ff9901 !important;
}
.navbar-brand>img {
    width: 120px;
    margin: -5px 0px 0;
}




       .popupform-main h6:before {
                                    position: absolute;
                                    content: "";
                                    left: -20px;
                                    top: 0px;
                                    width: 0;
                                    height: 0;
                                    border-top: 0px solid transparent;
                                    border-right: 28px solid #4274fa;
                                    border-bottom: 28px solid transparent;
                                }
                                .pop-form-amz-new h3 {
                                    color: #000 !important;
                                }

                                .pop-form-amz-new h2 {
                                    color: #000 !important;
                                }

                                .pop-form-amz-new {
                                    width: 100%;
                                    height: auto;
                                }
                                .pop-form {
                                    position: absolute;
                                    width: 100% !important;
                                    height: 70% !important;
                                    border-radius: 35px;
                                    background: none;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                }
                                .popup-l-side {
                                    display: none;
                                }
                                .popupform-main .pop-form h3 {
                                    font-size: 21px !important;
                                    margin-top: 4px;
                                }
                                .pop-form .close-btn {
                                    top: -13px;
                                    right: -6px;
                                    height: 35px;
                                    color: #fff;
                                }
                                .popupform-main h6 {
                                    letter-spacing: 0;
                                    font-size: 21px;
                                    background: #4274fa;
                                    color: #fff;
                                    border-radius: 10px;
                                    padding: 3px 8px 5px 8px;
                                    text-align: left;
                                    position: relative;
                                    right: 0px;
                                    margin: 0px;
                                    float: right;
                                }
                                .pop-form .submit-btn {
                                    font-size: 22px;
                                    width: 100%;
                                    /* padding: 8px 0px; */
                                }
                                div#pop-form {
                                    max-width: 100%;
                                    width: 100%;
                                    margin: 0;
                                    text-align: center;
                                    padding-top: 10px;
                                }
                                .popupform-main h3 {
                                    font-size: 26px;
                                    margin: 31px 0 0 0;
                                    color: #ffffff;
                                    font-weight: 500;
                                }
                                .popupform-main h2 {
                                    font-size: 30px;
                                    margin: 10px 0 0 0;
                                    color: #ffffff;
                                    font-weight: 700;
                                }
                                .popupform-main h4 {
                                    font-size: 24px;
                                    margin: 8px 0 0 0;
                                    color: #fff;
                                    font-weight: 700;
                                }
                                .chk-st-1 {display: inline-flex;}
                            }


                            .popup-l-side{
                                position: relative;
                                background-color: rgb(35, 47, 62);
                                width: 303px;
                                height: 311px;
                                padding: 40px 20px;
                            }
/*.popup-l-side:after {
position: absolute;
content: '';
right: 15px;
top: 100px;
width: 428px;
height: 429px;
background: url(images/popup-main-s-img.png);
background-position: center;
background-repeat: no-repeat;
background-size: 89%;
}*/
.pop-form form .control-group ::placeholder{
    color: #fff;
}

@media (min-width:768px) and (max-width:1199px){
    .pop-form {
        left: -140px;
    }
}



.navbar-brand>img {
    width: 120px;
    margin: -5px 0 0;
}
.ftr-1 img {
    width: 190px;
    margin: 0px 0 20px;
    filter: brightness(0) invert(1);
}

.form-content {
    margin-top: 13px;
    display: flex;
    align-items: flex-start;
}
.form-content input#agree {
    width: 20px;
    margin-right: 10px;
}


.privsy-bnr {
  height: unset !important;
  background-image: url('../images/privacy-bnr.jpg') !important;
  /* background-color: #1e2936 !important; */
  padding-top: 50px;
  padding-bottom: 50px;
}
.privsy-bnr .banner-btn.btn-st.wow.fadeInUp {
  display: none;
}
.privsy-bnr .mbnr-left-txt {
  padding-top: 0px !important;
}

.terms-bnr {
  height: unset !important;
  background-image: url('../images/privacy-bnr.jpg') !important;
  /* background-color: #1e2936 !important; */
  padding-top: 50px;
  padding-bottom: 50px;
}
.terms-bnr .banner-btn.btn-st.wow.fadeInUp {
  display: none;
}
.terms-bnr .mbnr-left-txt {
  padding-top: 0px !important;
}
.contact-form-sec .form-content .cnt-frm-clr-1 {
  color: #ff9d0e !important;
  font-weight: 700 !important;
}

.terms-txt-st.privacy-content p {
 
  font-family: poppins !important;
  font-weight: normal;
  font-size: 15px;
}

label.check-box {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Poppins' !important;
}


