/*@import url('../../../fonts.googleapis.com/css2ba03.css?family=Poppins:wght@300;400;500;600;700;900&amp;display=swap');*/
@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  src: url(../fonts/NunitoSans/NunitoSans-Light.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  src: url(../fonts/NunitoSans/NunitoSans-Regular.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 500;
  src: url(../fonts/NunitoSans/NunitoSans-Medium.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  src: url(../fonts/NunitoSans/NunitoSans-SemiBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  src: url(../fonts/NunitoSans/NunitoSans-Bold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 900;
  src: url(../fonts/NunitoSans/NunitoSans-Black.ttf);
}

/*Font 2*/

@font-face {
  font-family: "PublicSans";
  font-weight: 300;
  src: url(../fonts/PublicSans/PublicSans-Light.ttf);
}
@font-face {
  font-family: "PublicSans";
  font-weight: 400;
  src: url(../fonts/PublicSans/PublicSans-Regular.ttf);
}
@font-face {
  font-family: "PublicSans";
  font-weight: 500;
  src: url(../fonts/PublicSans/PublicSans-Medium.ttf);
}
@font-face {
  font-family: "PublicSans";
  font-weight: 600;
  src: url(../fonts/PublicSans/PublicSans-SemiBold.ttf);
}
@font-face {
  font-family: "PublicSans";
  font-weight: 700;
  src: url(../fonts/PublicSans/PublicSans-Bold.ttf);
}

/*Font 3*/

@font-face {
  font-family: "InstrumentSans";
  font-weight: 300;
  src: url(../fonts/InstrumentSans/InstrumentSans-Light.ttf);
}
@font-face {
  font-family: "InstrumentSans";
  font-weight: 400;
  src: url(../fonts/InstrumentSans/InstrumentSans-Regular.ttf);
}
@font-face {
  font-family: "InstrumentSans";
  font-weight: 500;
  src: url(../fonts/InstrumentSans/InstrumentSans-Medium.ttf);
}
@font-face {
  font-family: "InstrumentSans";
  font-weight: 600;
  src: url(../fonts/InstrumentSans/InstrumentSans-SemiBold.ttf);
}
@font-face {
  font-family: "InstrumentSans";
  font-weight: 700;
  src: url(../fonts/InstrumentSans/InstrumentSans-Bold.ttf);
}

/*Font 4*/

@font-face {
  font-family: "Sora";
  font-weight: 300;
  src: url(../fonts/Sora/Sora-Light.ttf);
}
@font-face {
  font-family: "Sora";
  font-weight: 400;
  src: url(../fonts/Sora/Sora-Regular.ttf);
}
@font-face {
  font-family: "Sora";
  font-weight: 500;
  src: url(../fonts/Sora/Sora-Medium.ttf);
}
@font-face {
  font-family: "Sora";
  font-weight: 600;
  src: url(../fonts/Sora/Sora-SemiBold.ttf);
}
@font-face {
  font-family: "Sora";
  font-weight: 700;
  src: url(../fonts/Sora/Sora-Bold.ttf);
}

/*Font 5*/

@font-face {
  font-family: "Outfit";
  font-weight: 300;
  src: url(../fonts/Outfit/Outfit-Light.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 400;
  src: url(../fonts/Outfit/Outfit-Regular.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 500;
  src: url(../fonts/Outfit/Outfit-Medium.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 600;
  src: url(../fonts/Outfit/Outfit-SemiBold.ttf);
}
@font-face {
  font-family: "Outfit";
  font-weight: 700;
  src: url(../fonts/Outfit/Outfit-Bold.ttf);
}

/*Font 6*/

@font-face {
  font-family: "BebasNeue";
  src: url(../fonts/BebasNeue/BebasNeue-Regular.ttf);
}

* {
  font-family: NunitoSans !important;
}

body {
    position: relative;
    max-width: 1920px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: var(--bg-color) !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #FF4700;
  --h-color2: #FF6B00;
  --txt-color: #ffffff;
  --btn-color: #FF4700;
  --btn-color1: transparent;
  --bg-color: #29272A;
}

.p0 {
    padding: 0 !important
}

h2, h3, h4, h5, h6, p, a, li, span, button {
    font-family: NunitoSans !important;
}

h1 {
   font-family: NunitoSans !important;
}

p{
    font-size: 16px;
    color:var(--color2);
}
.desktop-show{
    display:block;
}

.mobile-show{
    display:none;
}

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: 12px;
    background: linear-gradient(to bottom, #000000 0%, #000000 20%, #1C1F26 40%, #1C1F26 60%, #000000 80%,#000000 100%);
    border-radius:0px;
}

.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: var(--h-color) !important;
}
.head_top .navbar.navbar-defult ul li a {
    color: var(--color2);
    opacity: 1;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0px 12px;
    font-weight: 400;
    margin: 5px 0px;
    font-family: InstrumentSans !important;
}

.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: 30px;
    background: var(--color2);
    border-radius: 20px;
    margin:auto;
}
.head_top ul.dropdown-menu li:last-child {
    border-bottom: 0 !important;
}
.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/banner-bg.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    padding: 50px 0 0;
    overflow: hidden;
    position: relative;
    height: 650px;
}

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

.mbnr-left-txt p {
    color: var(--color2);
    padding: 15px 0 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'PublicSans' !important;
}

.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;
    padding-top:30px;
    
}

section.main-banner.bubbles .owl-dot {
    background: var(--color2);
}

section.main-banner.bubbles .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

section.main-banner.bubbles .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background:var(--color2);
    border-radius: 50%;
    display: block;
    transition: background 0.3s;
}

section.main-banner.bubbles .owl-dots .owl-dot.active span {
    background: var(--color1);
    width: 15px;
    height: 15px;
}

section.main-banner.bubbles .owl-nav {
    display: none;
}

.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
}



.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: var(--color1);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    background: var(--color2);
    border: 1px solid var(--color2);
    border-bottom: 0 !important;
    border-radius: 10px;
}

.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: transparent;
    padding: 15px 20px 20px;
    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;
    border-radius: 10px;
    padding: 15px;
    background: var(--color2);
    color: var(--color1);
    font-size: 14px;
}


.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;
    color: #ff9903;
    z-index: 2
}

.bubbles h1 span {
    font-weight: 900;
    color: var(--color1);
}

.bubbles h3 {
    color: var(--color2);
    font-weight: 700;
    font-size: 30px;
}

.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
}

.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;
}


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 #000;
    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%;
    border-bottom: 2px solid #F2F2F2;
}

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: var(--color1);
}

.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: var(--color2);
    padding: 0;
    border-radius: 20px;
}

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


.head_top {
    position: relative; /* pehle normal flow me rahe */
    top: 0;
    left: 0;
    width: 100%;
    background: transparent; /* initial background */
    border-bottom: 1px solid transparent;
    z-index: 999;
    transition: all 0.5s ease; /* smooth transition */
}


.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
}

.copyright-sec p {
    text-align: center;
    color: var(--color2);
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-sec {
    padding: 0 0 10px;
    background: #000;
}

.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: 100%;
    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)
}

.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;
}

.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;
}


.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: auto !important;
    padding: 0px;
    font-size: 18px;
    line-height: 0px;
}
div#myNavbar11 {
    padding: 10px 0px 0px;
    text-align: center;
    float:inline-end;
    /*display: flex !important;*/
    /*align-items: center !important;*/
    /*justify-content: end;*/
}
.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;
}

.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;
}

/*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;
    background: var(--h-color);
    border-radius: 20px;
    padding: 30px 20px;
    height: auto;
    position: relative;
    z-index: 1;
}
.service-box-parent:before {
    position: absolute;
    background: linear-gradient(180deg,#010101 0%, #522913 65%, #F06924 100%);
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 0%;
    width: 0%;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.service-box-parent:hover:before {
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}

.service-box {
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0px;
    position: relative;
    z-index: 9;
}
.service-box h4 {
    max-width: 50%;
}
.service-box h4 a {
    font-size: 20px;
    font-weight: 700;
    max-width: 100%;
    color:var(--color2);
}
.service-box img {
    width: 100%;
    height: 6.25vw;
    max-width: 6.25vw;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-box img {
    width: 100%;
    height: 6.25vw;
    max-width: 6.25vw;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: linear-gradient(to bottom, rgb(138 62 2) 0%, /* pehla color top */ rgb(138 62 2 / 38%) 30%, /* center tak */ rgb(36 16 1 / 3%) 50%, /* center se dusra start */ rgb(36 16 1 / 8%) 100% /* bottom tak */);
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service-box-parent .learnmore span a {
    font-size: 16px;
    color: var(--color2);
}

section.section-5.our-services {
    padding: 30px 0px;
    position: relative;
}

section.section-5.our-services:before {
    position: absolute;
    bottom:0;
    top:auto;
    left:0;
    right:0;
    content:'';
    height:80%;
    width:100%;
    background-image:url("/assets/images/service-before.jpg")!important;
    background-repeat:no-repeat!important;
    background-size:100% 100% !important;
    z-index:-1;
}

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

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

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

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: var(--color1)!important;
    font-weight: 600!important;
    font-family: 'PublicSans' !important;
    font-size: 16px !important;
    padding: 5px 10px !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: 8px !important;
    margin: 0;
}

section.section-5.our-services h2 {
    font-size: 20px;
    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;
}


       .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;
    }
}



.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;
}


/*Inner Banner CSS*/

section.inner-banner {
    position: relative;
}

.banner-innercaption .content {
    text-align: center;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 30px 40px;
    display: inline-block;
}

.banner-innercaption .content p:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 90px;
    background: #fff;
    inset: 0;
    margin: auto;
    top: unset;
    bottom: 25px;
}

.banner-innercaption .content span {
    font-size: 18px;
    font-weight: 700;
}

.banner-innercaption .content p {
    font-size: 50px !important;
    font-weight: 900;
    margin: 0;
}

/*Defalt CSS*/

.defalt-heading h2 {
    text-align: center;
    font-family: 'NunitoSans' !important;
    font-size: 40px;
    padding-bottom: 30px;
    color: var(--color2);
    font-weight: 700;
    position: relative;
    margin: 20px 0px;
}

.defalt-heading h2 span {
    color: var(--h-color);
}

.defalt-heading h2:before {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 50px;
    background-color: var(--h-color);
    content:"";
}
.defalt-heading h3 {
    text-align: center;
    font-size: 30px;
    color: var(--h-color);
    font-weight: 700;
    margin: 0;
    position: relative;
}

.defalt-heading p {
    text-align: center;
    font-size: 16px;
}

.pair-buttons a.btn-black {
    padding: 10px 30px;
    border: 1px solid var(--color1);
    color: var(--color2);
    background-color: var(--color1);
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    transition: 0.5s;
}
.pair-buttons a.btn-black:hover {
    background-color: var(--h-color);
    transition: 0.5s;
    border: 1px solid var(--h-color);
    color: var(--color2);
}

.pair-buttons a.btn-orange {
    padding: 10px 30px;
    border: 1px solid var(--h-color);
    color: var(--color2);
    background-color:  var(--h-color);
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    transition: 0.5s;
}
.pair-buttons a.btn-orange:hover {
    background-color: transparent;
    border: 1px solid var(--color2);
    transition: 0.5s;
}

.pair-buttons a.btn-transparent {
    padding: 10px 30px;
    border: 1px solid var(--color2);
    color: var(--color2);
    background-color: transparent;
    border-radius: 100px;
    margin-right: 10px;
    position: relative;
    transition: 0.5s;
}

.pair-buttons a.btn-transparent:hover {
    background-color: var(--color1);
    transition: 0.5s;
    border: 1px solid var(--color1);
}

.pair-buttons {
    margin-top: 30px;
}

/*Top Bar Line CSS*/

.top-bar-line {
    padding: 10px;
    position: relative;
}

.top-bar-line .top-bar-mail {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top-bar-line .top-bar-mail .top-bar-mailimg {
    padding-right: 10px;
}

.top-bar-line .top-bar-mail .top-bar-mailtxt a {
    color: var(--color2);
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.top-bar-line .top-bar-caption p {
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.top-bar-line .top-bar-caption p span {
    color: var(--h-color);
    font-weight: 700;
}

.top-bar-line .top-bar-date p {
    text-align: right;
    margin: 0;
    font-weight: 700;
}

/*Header CSS*/



.header-phonesss .header-phone-txt p {
    font-size: 14px !important;
    margin: 0;
    font-family: 'InstrumentSans' !important;
    font-weight: 400;
}

.header-phonesss .header-phone-txt a {
    font-size: 16px !important;
    font-family: PublicSans !important;
    margin: 0;
    color:var(--h-color);
    font-weight:700;
}
.head_top .row.head-navbarr-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-phonesss .header-phone .header-phone-txt {
    padding-left: 10px;
}

.header-phonesss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-phonesss .header-phone {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*Throne Work Section CSS*/

section.throne-work-section {
    position: relative;
    padding: 30px 0px;
    background-image: url("/assets/images/throne-workbg.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center center !important;
}

section.throne-work-section .throne-work-div {
    text-align: center;
    background-color: #1A1919;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 50px;
    height: 270px;
    transition: 0.5s;
    top: 0;
}
section.throne-work-section .throne-work-div:hover {
    transform: scale(1.07);
    transition: 0.5s;
    top: -20px;
}

section.throne-work-section .throne-work-div .throne-work-count {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: auto;
}

section.throne-work-section .throne-work-div .throne-work-count p {
    display: inline-block;
    background-color: #EEEEEE;
    height: 30px;
    border-radius: 100px;
    color: var(--color1);
    font-weight: 700;
    width: 30px;
    padding: 5px;
}

section.throne-work-section .throne-work-div .throne-work-img {
    text-align: center;
    margin-top: 20px;
}

section.throne-work-section .throne-work-div .throne-work-img img {
    margin: auto;
    width: 80px;
    height: auto;
}

section.throne-work-section .throne-work-div .throne-work-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--color2);
    padding-bottom: 10px;
}

section.throne-work-section .throne-work-div .throne-work-content p {
    font-size: 14px;
    font-weight: 400;
}


/*Section.service-section2 CSS*/

section.service-section2 {
    position: relative;
    padding: 30px 0px 60px 0px;
    text-align: center;
    background-position: center !important;
    background-size: 100% 100%!important;
    background-repeat: no-repeat !important;
}

section.service-section2.counttrrr .countt-heading h3 span {
    display: inline-block;
    position: relative;
    /* border-top: 1px solid #fff; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-color);
    font-family: 'Outfit' !important;
}

section.service-section2.counttrrr .countt-heading  h2 {
    font-family: 'Outfit' !important;
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    margin: 0px 0px 40px;
}
section.service-section2 .service2-div {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 20px;
    background: var(--color2);
    border: 1px solid #ffffff27;
    margin-top: 20px;
    transition: 0.5s;
    position: relative;
}
section.service-section2 .service2-div:hover {
    transform: perspective(800px) rotateX(8deg) rotateY(8deg) scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px;
}

section.service-section2 .service2-div-cont h3 span {
    margin: 0;
    color: var(--color1);
    font-size: 30px;
    font-weight: 700;
    font-family: Outfit !important;
}

section.service-section2 .service2-div-cont p {
    color: var(--color1);
    margin: 0;
    font-weight: 600;
    font-family: 'Outfit' !important;
}

section.service-section2 .service2-div-cont {
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff52;
}
section.service-section2 .service2-div-cont h3{
    margin:0;
}


/*Sucess Story Section CSS*/

    section.sucess-story {
        position: relative;
        padding: 60px 0px;
        background-color: var(--h-color);
    }
    
    section.sucess-story h3 {
        text-align: left;
        color: var(--color2);
        font-size: 30px;
        position: relative;
    }
    
    section.sucess-story h2 {
        text-align: left;
        color: var(--color1);
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
        font-size: 45px;
    }
    
    section.sucess-story .row.sucess-story-row1 {
        display: flex;
        align-items: center;
    }

    .tabs {
      display: flex;
      /* border-bottom: 2px solid #ccc; */
      justify-content: center;
      align-items: center;
    }

    .tabs li {
      list-style: none;
      margin: 0px 10px;
    }

    .tabs a {
      display: block;
      padding: 10px 20px;
      color: var(--color2);
      border: 1px solid var(--color2);
      border-radius: 100px;
      font-weight: 400;
    }

    .tabs a.active {
      border: 1px solid var(--color1);
      background: var(--color1);
      font-weight: 700;
    }
    
    .tabs a img {
        display: inline-block !important;
        padding-right: 10px;
    }
    
    .my-tabs ul {
        padding: 0;
    }

    /* Tab content */
    .tab-content {
      display: none;
      
    }

    .tab-content.active {
      display: block;
    }
    .tab-content .sucess-div-img img {
        position: relative;
        z-index: 1;
        width: auto;
        max-width: 100%;
        height: auto !important;
    }
    
    section.sucess-story .sucess-bgg {
        background: var(--color2);
        padding: 30px;
        border-radius: 30px;
    }
    
    section.sucess-story .defalt-heading h2:before {
        display: none;
    }
    
    .sucess-div-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/assets/images/mob-frame.png') no-repeat center center;
        background-size: cover;
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 2;
    }
    
    .sucess-div-img:hover::before {
        opacity: 1;
    }
    
    section.sucess-story .sucess-div-img {
        position:relative;
        /* height: 480px; */
        padding: 10px;
        z-index: 1;
    }

    /*About Section CSS*/
    
    section.about-section {
        position: relative;
        padding: 30px 0px;
    }
    section.about-section .about-section-content .about-section-heads h3 {
        color: var(--h-color2);
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    section.about-section .about-section-content .about-section-heads h2 {
        font-size: 40px;
        color: var(--color2);
        font-weight: 700;
        padding-bottom: 20px;
        margin: 0;
    }
    
    section.about-section .about-section-content {
        padding-top: 5px;
    }
    
    section.about-section .about-section-content .about-section-txt p {
        padding-bottom: 10px;
        font-weight: 400;
        font-size: 16px;
    }
    section.about-section .about-section-image img {
        border-radius: 30px;
    }
    section.about-section .aboutt-bgg {
        background: linear-gradient(to bottom,#000000 0%,#000000 70%,#1a1c1c 100%);
        padding: 50px;
        border-radius: 30px;
    }
    
    section.about-section:before {
        position:absolute;
        content:"";
        top:0;
        bottom:auto;
        left:0;
        right:auto;
        height: 60%;
        width: 20%;
        background-image:url("/assets/images/about-before.png")!important;
        background-repeat:no-repeat !important;
        background-size:100% 100% !important;
        z-index: -1;
    }

      section.about-section:after {
        position:absolute;
        content:"";
        top:auto;
        bottom:0;
        left:auto;
        right:0;
        height: 60%;
        width: 20%;
        background-image:url("/assets/images/about-after.png")!important;
        background-repeat:no-repeat !important;
        background-size:100% 100% !important;
        z-index: -1;
    }
                            
    /*Testimonial Section CSS*/
    
   section.my-testimonial {
        position: relative;
        padding: 60px 0px;
        text-align: center;
        background-image: url("/assets/images/testimonial-bg.jpg");
        background-repeat: no-repeat !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100%;
    }
    
    section.my-testimonial .testimonial-cont h3 {
        color: var(--h-color);
        font-weight: 700;
        margin: 0;
    }
    
    section.my-testimonial .testimonial-cont h2 {
        font-size: 35px;
        color: var(--color2);
        font-weight: 900;
        margin: 0;
        padding: 15px 0px 30px 0px;
        position: relative;
    }
    
    section.my-testimonial .item {
        padding: 30px;
        /* background: linear-gradient(180deg, black, transparent); */
        border-radius: 50px;
        max-width: 70%;
        margin: auto;
        background: linear-gradient(to bottom, #000000 0%, #111212 40%, #1c1d1d 100%);
    }
    
    section.my-testimonial .testimonial-cont h2:before {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        height: 4px;
        width: 50px;
        background: var(--color2);
        content: "";
    }
    
    section.my-testimonial .brand-icons-sec {
        padding-top: 30px;
    }
    
    section.my-testimonial .brand-icons-sec .row {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px 30px 0px;
    }
    
    section.my-testimonial .item .testimoial-star-img img {
        width: auto;
        margin: auto;
    }
    
    section.my-testimonial .item .testimoial-star-img {
        padding: 20px 0px;
    }
    
    section.my-testimonial .testimonial-cont-para {
        max-width: 75%;
        margin: auto;
    }
    
    section.my-testimonial .item .testimonial-user-img img {
        width: auto;
        margin: auto;
    }
    
    section.my-testimonial .item .testimonial-img-div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0px;
    }
    
    section.my-testimonial .item .testimonial-img-div .testimonial-user-txt {
        text-align: left;
        padding-left: 10px;
    }
    
    section.my-testimonial .item .testimonial-img-div .testimonial-user-txt h4 {
        margin: 0;
        color: var(--color2);
        font-weight: 700;
    }
    
    section.my-testimonial .item .testimonial-img-div .testimonial-user-txt p {
        font-size: 14px !important;
        margin: 0;
    }
    
    /*Video Section CSS*/
    
    section.video-section {
        position: relative;
        padding: 30px 0px;
    }
    
    section.video-section .videoo-bgg {
        padding: 50px;
        border-radius: 30px;
        background: linear-gradient(to bottom,#000000 0%,#000000 70%,#1a1c1c 100%);
    }
    section.video-section .videoo-bgg .defalt-heading h2 {
        font-weight: 900;
    }
    
    section.video-section .videoo-bgg .defalt-heading {
        max-width: 80%;
        margin: auto;
        padding-bottom: 30px;
    }
    
    section.video-section .videoo-bgg .video-content-div h3 {
        text-align: center;
        color: var(--h-color);
        font-weight: 900;
        font-size: 16px;
        padding-bottom: 20px;
    }
    
    section.video-section .videoo-bgg .video-content-div h3 span {
        color: var(--color2);
    }
    
    section.video-section .videoo-bgg .video-content-rightdiv {
        margin-top: 20px;
    }
    
    section.video-section .videoo-bgg .video-content-rightdiv h3 {
        text-align: left;
        color: var(--h-color);
        font-weight: 900;
        font-size: 16px;
        padding-bottom: 20px;
        margin: 0;
        padding-left: 20px;
    }
    section.video-section .videoo-bgg .video-content-rightdiv h3 span {
       color: var(--color2);
    }
    section.video-section .video-btnns.pair-buttons a {
        padding: 10px 20px;
    }
    
    section.video-section .video-btnns.pair-buttons {
        margin-top: 50px !important;
        text-align: end;
    }
    
     section.video-section:before {
        position:absolute;
        content:"";
        top:auto;
        bottom:0;
        left:0;
        right:auto;
        height: 50%;
        width: 20%;
        background-image:url("/assets/images/video-before.png")!important;
        background-repeat:no-repeat !important;
        background-size:100% 100% !important;
        z-index: -1;
    }
    
    section.video-section:after {
        position:absolute;
        content:"";
        top:0;
        bottom:auto;
        left:auto;
        right:0;
        height: 50%;
        width: 20%;
        background-image:url("/assets/images/video-after.png")!important;
        background-repeat:no-repeat !important;
        background-size:100% 100% !important;
        z-index: -1;
    }
        
    
    /*Faq Client Section CSS*/
    
    section.client-result {
        position: relative;
        padding: 30px 0px;
        background-color: #141415;
    }
    
    section.client-result .defalt-heading h2 {
        padding-bottom: 0px;
    }
    
    section.client-result .defalt-heading h2:before {
        display: none;
    }
    section.client-result .defalt-heading {
        padding-bottom: 30px;
    }
    section.client-result .faq-bgg {
        padding: 20px 30px;
        border-radius: 30px;
        background: linear-gradient(to bottom,#000000 0%,#0b0b0b 40%,#1a1a1a 100%);
    }
    
    section.client-result .client-result-txt {
        text-align: center;
    }
    
    section.client-result .client-result-txt h3 {
        font-size: 20px;
        color: var(--color2);
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    section.client-result .client-result-txt h3 span {
        color: var(--h-color);
    }
    section.client-result .client-result-txt a {
        color: var(--color2);
        background: var(--h-color);
        padding: 10px 20px;
        border-radius: 100px;
        font-weight: 400;
    }
    
    
    /*Blog Section CSS*/
    
    section.blog-section {
        position: relative;
        padding: 60px 0px;
    }
    
    section.blog-section .main-blog {
        margin-top: 30px;
        background: #fff;
        border-radius: 30px;
    }
    
    section.blog-section .main-blog .blog-content {
        padding: 20px;
    }
    
    section.blog-section .main-blog .blog-img {
        position: relative;
        height: 300px;
    }
    
    section.blog-section .main-blog .blog-img img {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        border-radius: 20px;
        margin: auto;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    section.blog-section .main-blog .blog-content .blog-url a {
        font-size: 16px;
        font-weight: 900;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition:0.5;
    }
    
    section.blog-section .main-blog .blog-content .blog-url a:hover {
        color: var(--h-color) !important;
        transition: 0.5s;
    }
    
    section.blog-section .main-blog .blog-content .blog-url {
        padding: 10px 0px;
    }
    
    section.blog-section .main-blog .blog-content .blog-details {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    section.blog-section .main-blog .blog-content .blog-details .blog-user {
        display: flex;
        align-items: center;
    }
    
    section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 900;
    }
    
    section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt p {
        margin: 0;
        color: #69757E;
        font-size: 13px !important;
        font-weight: 700;
    }
    
    section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt {
        padding-left: 10px;
    }
        
    section.blog-section .main-blog .blog-content .blog-details .blog-url-main .view-details a {
        font-size: 14px;
        font-weight: 700;
    }
    section.blog-section .blog-bgg {
        background: linear-gradient(180deg, black, #FF7F00);
        padding: 50px;
        border-radius: 30px;
    }
     section.blog-section .all-blog-btn.pair-buttons {
        text-align: center;
    }
        
    
    /*Footer Section CSS*/
    
    section.footer {
        position: relative;
    }
    section.footer .footer-caption {
        text-align: center;
        background: var(--h-color);
        padding: 35px 0px;
    }
    
    section.footer .footer-caption h2 {
        margin: 0;
        font-size: 40px;
        color: var(--color1);
        font-weight: 900;
    }
    
    section.footer .footer-caption h2 span {
        color: var(--color2);
        text-decoration: underline;
    }
     section.footer .footer-caption h2 span a {
        color: var(--color2);
        text-decoration: underline;
    }
    section.footer .footer-bg {
        position: relative;
        background-image: url("/assets/images/footer-bg.jpg");
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        padding: 60px 0px 30px 0px;
    }
    
    section.footer .footer-bg .row.footer-row2 {
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff7d;
    }
    
    section.footer .footer-bg .row.footer-row2 .footer-tagcontent h2 {
        color: var(--color2);
        font-weight: 700;
        font-size: 50px;
        margin: 0;
        font-family: Sora !important;
    }
    
    section.footer .footer-bg .row.footer-row2 .footer-tagcontent h2 span {
        color: var(--h-color);
        font-family: 'Sora' !important;
    }
    
    section.footer .footer-bg .row.footer-row2 .footer-tagcontent p {
        font-size: 16px;
        padding: 10px 0px;
        font-family: 'Sora' !important;
    }
    
    section.footer .footer-bg .footer-price-cont .footer-price-count h3 {
        color: var(--color1);
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Sora' !important;
    }
    
    section.footer .footer-bg .footer-price-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color2);
        border-radius: 20px;
        padding: 50px 30px;
        max-width: 80%;
        margin: auto;
        border: 8px solid #D9D9D9;
    }
    
    section.footer .footer-bg .footer-price-cont .footer-price-count h2 {
        color: var(--h-color);
        font-size: 60px;
        margin: 0;
        font-weight: 900;
        font-family: Sora !important;
    }
    
    section.footer .footer-bg .footer-price-cont .footer-price-contlist ul li {
        color: var(--color1);
        font-weight: 400;
        list-style: none;
        position: relative;
        margin: 5px 0px;
        font-family: 'Sora' !important;
    }
    
    section.footer .footer-bg .footer-price-cont .footer-price-contlist ul li:before {
        position: absolute;
        top: 0;
        left: -25px;
        right: auto;
        bottom: 0;
        margin: auto;
        height: 20px;
        width: 20px;
        content: "";
        background-image: url("/assets/images/foot-listicon.png");
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    
    section.footer .footer-bg .row.footer-row3 {
        padding: 20px 0px;
    }
    
    section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-heading h2 {
        color: var(--h-color);
        font-size: 16px;
        font-weight: 600;
        font-family: Sora;
    }

    section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li a {
        color: var(--color2);
        font-size: 14px;
        font-family: 'Sora' !important;
        font-weight: 300;
        transition: 0.5s;
        position:relative;
    }
    section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li a:hover {
        color: var(--h-color);
        transition: 0.5s;
    }

    section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li {
        color: var(--color2);
        margin: 5px 0px;
        font-weight: 300;
        font-family: 'Sora' !important;
        text-decoration: underline;
    }
    
    section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul {
        margin-top: 30px;
        padding-left: 20px;
    }
    section.footer .footer-bg .row.footer-row3 .col-md-2 {
        padding: 0;
    }
    
    section.footer .footer-widgets.get-touch-div .footer-widgets-links li {
        list-style:none !important;
        text-decoration:none !important;
    }
     section.footer .footer-widgets {
        padding-left: 15px;
    }

/*For Responsive CSS*/

    @media(max-width: 767px){
        
        /*For Menu Bar */
        
        .navbar-nav .open .dropdown-menu{
            background-color:var(--color2) !important;
        }
        
        .navbar-nav .open .dropdown-menu>li>a {
            font-size: 16px !important;
        }
        
        ul.dropdown-menu.innr-menu-st {
            position: relative !important;
            display: block !important;
            top: 0 !important;
        }

        /*Inner Banner CSS*/
        
        .banner-innercaption .content span {
            font-size: 10px;
        }
            
        .banner-innercaption .content p {
            font-size: 12px !important;
        }
        
        .banner-innercaption .content {
            padding: 8px 20px;
            width:65%;
        }
        
        .banner-innercaption .content p:before {
            bottom: 5px;
            width: 40%;
            height: 1px;
        }
        
        /*Defalt CSS*/
        
        .desktop-show{
            display:none;
        }
        
        .mobile-show{
            display:block;
        }
        p{
            font-size: 12px !important;
        }
        .defalt-heading h2 {
            font-size: 20px;
            padding-bottom: 12px;
            margin: 10px 0px;
        }
        
        .defalt-heading h3 {
            font-size: 18px;
        }
        
        .defalt-heading p {
            font-size: 12px;
        }
        
        .pair-buttons a {
            font-size: 12px !important;
            padding: 5px !important;
        }
        
        
        /*Logo Section CSS*/
        
        img.logo {
            max-width: 50%;
        }
        
        .head_top .navbar.navbar-defult {
            padding: 0px;
        }
        
        button.navbar-toggle.collapsed {
            margin: 0;
            margin-top: 8px;
        }
        
        /*Header CSS*/
        
        .head_top .row.head-navbarr-row {
            display: unset !important;
        }
        
        div#myNavbar11 {
            float: unset;
        }
        
        .head_top.fixed {
            position: relative;
        }
        
        /*Banner CSS*/
        
        section.main-banner.bubbles .pair-buttons {
            text-align: center;
            margin-top: 10px;
            padding-bottom: 20px;
        }
        
        section.main-banner.bubbles .owl-dots {
            justify-content: center;
        }
        
        /*Throne Work Section CSS*/
        
        section.throne-work-section .throne-work-div {
            padding: 10px;
            height: 230px;
            margin-top: 20px;
        }
        
        section.throne-work-section .throne-work-div .throne-work-img img {
            width: 50px;
        }
        
        section.throne-work-section .throne-work-div .throne-work-content p {
            font-size: 12px !important;
        }
        
        section.throne-work-section .throne-work-div .throne-work-content h3 {
            font-size: 14px !important;
        }
                
        /*Service Section CSS*/
        
        .service-box-parent {
            height: auto;
            padding: 15px 20px;
        }
        
        .service-box h4 a {
            font-size: 20px;
        }
        
        .service-box-parent .learnmore span a {
            font-size: 12px;
        }
        
        section.section-5.our-services:before {
            background-size: cover !important;
            height: 100%;
        }
        
        /*About Section CSS*/
        
        section.about-section .aboutt-bgg {
            padding: 25px 20px 30px 20px;
        }
        
        section.about-section .about-section-content {
            padding-top: 20px;
        }
        
        section.about-section .about-section-content .about-section-heads h3 {
            font-size: 18px;
        }
        
        section.about-section .about-section-content .about-section-heads h2 {
            font-size: 20px;
        }
        
        section.about-section .about-section-content .about-section-txt p {
            font-size: 12px;
        }
        
        /*Sucess Story CSS*/
        
        section.sucess-story {
            padding: 30px 0px;
        }

        section.sucess-story .row.sucess-story-row1 {
            display: block;
        }
                
        section.sucess-story {
            padding: 30px 0px;
        }
        
        section.sucess-story h3 {
            font-size: 18px;
            text-align: center;
        }
        
        section.sucess-story h2 {
            font-size: 20px;
            text-align: center;
        }
        .tabs {
            flex-wrap: wrap !important;
        }
        .tabs li{
            width:35% !important;
            margin:5px !important;
        }
        
        .tabs a {
            font-size: 12px;
            padding: 10px;
        }
        .tabs a img {
            display: inline-block !important;
            margin: auto;
            padding: 0;
            max-width: 15px;
        }
        
        .tab-content {
            padding: 0px 20px;
            margin:0px;
        }
        
        section.sucess-story .sucess-div-img {
            height: 400px;
        }
        .sucess-div-img::before {
            background-size: contain !important;
            opacity: 1 !important;
        }
        .tab-content .sucess-div-img img {
            height: 100% !important;
            width: 100%;
            object-fit: contain;
        }
        
        section.sucess-story .sucess-bgg {
            padding: 10px 10px;
        }
        
        /*Testimonial Section CSS*/
        
        section.my-testimonial .testimonial-cont h3 {
            font-size: 18px;
        }
        
        section.my-testimonial .testimonial-cont h2 {
            font-size: 20px;
        }
        
        section.my-testimonial .item {
            max-width: 90%;
        }
        
        section.my-testimonial .item .testimonial-img-div .testimonial-user-txt h4 {
            font-size: 16px !important;
        }
        
        section.my-testimonial .item .testimonial-img-div .testimonial-user-txt p {
            font-size: 12px !important;
        }
    
        section.my-testimonial {
            padding: 30px 0px;
            background-size: cover !important;
        }
        
        /*Video Section CSS*/
        
        section.video-section .videoo-bgg {
            padding: 30px 0px;
        }
        
        section.video-section .videoo-bgg .defalt-heading {
            padding-bottom: 0px;
        }
        section.video-section .video-btnns.pair-buttons {
            margin-top: 10px !important;
            text-align: center;
        }
        
        /*Faq Section CSS*/
        
        section.client-result .faq-bgg {
            padding: 15px !important;
        }
        
        section.client-result .faq-bgg {
            font-size: 12px !important;
        }
        
        .panel-title>a, .panel-title>a:active {
            font-size: 12px;
        }
        
        .panel-title>a.collapsed {
            font-size: 12px;
        }
        
        section.client-result .client-result-txt h3 {
            font-size: 16px;
            margin: 10px 0px;
        }
        
        /*Blog Section CSS*/
        
        section.blog-section {
            padding: 30px 0px;
        }
        
        section.blog-section .blog-bgg {
            padding: 20px;
        }
        
        section.blog-section .main-blog .blog-img {
            height: 230px;
        }
        
        section.blog-section .main-blog .blog-content {
            padding: 15px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-url-main .view-details a {
            font-size: 10px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt h3 {
            font-size: 12px !important;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt p {
            font-size: 12px !important;
        }
        
        /*Footer Section CSS*/
        
        section.footer .footer-bg {
            background-size: cover !important;
        }

        section.footer .footer-caption h2 {
            font-size: 20px;
        }
        
        section.footer .footer-bg .row.footer-row2 {
            display: block;
        }
        
        section.footer .footer-bg .row.footer-row2 .footer-tagcontent h2 {
            font-size: 20px;
        }
        
        .footer-tagcontent {
            padding-bottom: 30px;
        }
        
        section.footer .footer-bg .footer-price-cont {
            max-width: 100%;
            padding: 20px;
        }
        
        .footer-price-contlist ul li {
            text-align: left;
            font-size: 12px;
        }
        
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li {
            text-align: left;
        }
        
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-heading h2 {
            text-align: left;
            font-size: 14px;
        }
        
        section.footer .footer-widgets.get-touch-div .footer-widgets-links ul {
            padding: 0 !important;
        }
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li a {
            font-size: 12px;
        }
        
        section.footer .footer-widgets {
            padding-left: 10px;
        }
            
    }
    
    
    /*Tablet CSS*/
    
    @media (min-width: 768px) and (max-width: 992px) {
        
        /*Navbar*/
        
        ul.dropdown-menu.innr-menu-st {
            position: relative !important;
            display: block !important;
            top: 0 !important;
        }
        
        .head_top ul.dropdown-menu {
            box-shadow: unset;
        }
        
        /*Inner Banner CSS*/
        
        .banner-innercaption .content span {
            font-size: 12px;
        }
        
        .banner-innercaption .content p {
            font-size: 18px !important;
        }
        
        .banner-innercaption .content {
            padding: 15px 40px;
        }
        
        .banner-innercaption .content p:before {
            bottom: 10px;
        }
        
        
        /*Defalt CSS*/
        
        .desktop-show{
            display:none;
        }
        
        .mobile-show{
            display:block;
        }
        p {
            font-size: 14px !important;
        }
        .defalt-heading h2 {
            font-size: 30px !important;
            margin: 10px 0px;
            padding-bottom: 10px;
        }
        
        .defalt-heading h3 {
            font-size: 20px !important;
        }
        
        .defalt-heading p {
            font-size: 14px;
        }
        .pair-buttons a {
            font-size: 12px;
            padding: 10px !important;
        }
                
        /*Service Section*/
        
        section.section-5.our-services h2 {
            font-size: 30px;
        }
        
        .service-box-parent {
            height: 180px;
            padding: 30px 20px !important;
        }
        .service-box h4 a{
            font-size:20px;
        }
        section.section-5.our-services:before{
            height:90%;
        }
        .services-parent .row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        /*About Section CSS*/
        
        section.about-section .about-section-content .about-section-heads h2{
            font-size:30px;
        }
        section.about-section .about-section-content .about-section-heads h3{
            font-size:20px;
        }
        
        /*Sucess Section CSS*/
        
        section.sucess-story {
            padding: 30px 0px;
        }
        
        section.sucess-story .sucess-div-img {
            height: 400px;
        }
        
        section.sucess-story .tab-content {
            padding: 0px 20px;
        }
        section.sucess-story .row.sucess-story-row1 {
            flex-direction: column;
            justify-content: center;
        }
        section.sucess-story h3{
            text-align:center;
        }
        section.sucess-story h2{
            text-align:center !important;
        }
        
        /*Testimonial Section CSS*/
        
        section.my-testimonial {
            padding: 30px 0px;
        }
        
        section.my-testimonial .testimonial-cont h2 {
            font-size: 30px;
        }
        
        section.my-testimonial .testimonial-cont h3 {
            font-size: 20px;
        }
        
        /*Video Section CSS*/
        
        section.video-section .videoo-bgg .video-content-rightdiv h3 {
            text-align: center;
        }
        
        section.video-section .video-btnns.pair-buttons {
            text-align: center;
        }
        
        /*Faq Section CSS*/
        
        section.client-result .client-result-txt h3 {
            font-size: 16px;
        }
        
        /*Blog Section CSS*/
        
        section.blog-section .main-blog .blog-img {
            height: 200px;
        }
        
        section.blog-section .main-blog .blog-content {
            padding: 10px;
        }
        
        section.blog-section .main-blog .blog-content .blog-url a {
            font-size: 14px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt h3 {
            font-size: 14px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-url-main .view-details a {
            font-size: 12px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details {
            display: block;
            align-items: center;
        }
        section.blog-section .blog-url-main {
            text-align: center;
        }
        
        section.blog-section{
            padding:30px 0px;
        }
        
        /*Footer Section CSS*/
        
        section.footer .footer-caption h2 {
            font-size: 30px;
        }
        section.footer .footer-caption h2 {
            font-size: 30px;
        }
        
        section.footer .footer-bg .row.footer-row2 .footer-tagcontent h2 {
            font-size: 30px;
        }
        
        section.footer .footer-bg .footer-price-cont {
            max-width: 100%;
            display: block;
            padding: 20px;
            margin-top:20px;
        }
        
        section.footer .footer-bg .footer-price-cont .footer-price-contlist ul li {
            font-size: 14px;
            text-align:left;
        }
        section.footer .footer-bg .row.footer-row2 {
            flex-direction: column;
            text-align:center;
        }
        section.footer .footer-tagcontent {
            margin-bottom: 20px;
        }
        .footer-widgets.get-touch-div .footer-widgets-links ul {
            padding: 0 !important;
        }
        
        section.footer .footer-widgets{
            text-align:center;
        }
        
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li{
            list-style:none;
        }
        
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul{
            padding-left:0px;
        }
        
    }
    
    /*Desktop Screen 125*/
    
    @media (min-width: 1101px) and (max-width: 1350px) {
        
        
    }
    
    
    /*Desktop Screen 150*/
    @media (min-width: 1025px) and (max-width: 1100px) {
        
        /*Defalt CSS*/
        
        p {
            font-size: 12px !important;
        }
        
        .defalt-heading h2 {
            font-size: 30px !important;
            padding-bottom: 12px;
            margin: 10px 0px;
        }
        
        .defalt-heading h3 {
            font-size: 20px;
        }
        
        .defalt-heading p {
            font-size: 12px;
        }
        
        .pair-buttons a {
            font-size: 12px !important;
        }
        
        /*Top Bar CSS*/
        
        .top-bar-line .top-bar-mail .top-bar-mailtxt a {
            font-size: 14px;
        }
    
        .head_top .navbar.navbar-defult ul li a {
            font-size: 12px !important;
            padding: 0px 10px;
        }
        
        
        /*About Section CSS*/
        
        section.about-section .about-section-content .about-section-heads h3 {
            font-size: 20px;
        }
        
        section.about-section .about-section-content .about-section-heads h2 {
            font-size: 30px;
        }
        
        section.about-section .about-section-content .about-section-txt p {
            font-size: 12px;
        }
        
        
        /*Sucess CSS*/
        
        .service-box h4 a {
            font-size: 20px;
        }
        
        .service-box-parent .learnmore span a {
            font-size: 12px;
        }
        
        .service-box-parent {
            height: 180px;
        }
        .tabs a {
            padding: 10px;
        }
        
        section.sucess-story .sucess-div-img {
            height: 400px;
        }
        
        .tab-content {
            padding: 10px 20px;
        }
        
        /*Testimonial CSS*/
        
        section.my-testimonial .testimonial-cont h2 {
            font-size: 30px;
        }
        
        section.my-testimonial .testimonial-cont h3 {
            font-size: 20px;
        }
        
        /*Video Section CSS*/
        
        section.video-section .video-btnns.pair-buttons a {
            padding: 10px 15px;
        }
        
        /*Faq CSS*/
        
        .panel-title>a, .panel-title>a:active {
            font-size: 14px;
        }

        .panel-title>a, .panel-title>a:active {
            font-size: 14px !important;
        }
        
        /*Blog Section CSS*/
        
        section.blog-section .main-blog .blog-content .blog-url a {
            font-size: 14px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt h3 {
            font-size: 14px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-url-main .view-details a {
            font-size: 10px;
        }
        
        section.blog-section .main-blog .blog-content .blog-details .blog-user .blog-user-txt p {
            font-size: 12px !important;
        }
        
        /*Footer Section CSS*/
        section.footer .footer-caption h2 {
            font-size: 30px;
        }
        
        section.footer .footer-bg .row.footer-row2 .footer-tagcontent h2 {
            font-size: 30px;
        }
        
        section.footer .footer-bg .footer-price-cont .footer-price-count h3 {
            font-size: 16px;
        }
        
        section.footer .footer-bg .footer-price-cont .footer-price-contlist ul li {
            font-size: 12px;
        }

        section.footer .footer-bg .footer-price-cont {
            max-width: 90%;
        }
        
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-heading h2 {
            font-size: 13px;
        }
        
        section.footer .footer-bg .row.footer-row3 .footer-widgets .footer-widgets-links ul li a {
            font-size: 12px !important;
        }
                
    }

/* Tablet Toggle (768px – 991px) */

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header .navbar-toggle {
    display: block !important;
    float: right; /* toggle right */
    margin-right: 15px;
    border: none;
    background: transparent;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff !important; /* hamburger white */
  }

  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* menu ko full width show karne ke liye */
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none !important;
    display: block;
  }
  
    .head_top .row.head-navbarr-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    div#myNavbar11 {
        float: unset !important;
    }
    
    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between !important;
        float: unset;
    }
    .head_top .navbar .navbar-header a.navbar-brand{
        width:100% !important;
    }
}


   /*Inqquiry Form CSS*/
   
    button.close { float: right !important; font-size: 37px; line-height: 28px; } body .modal-header { display: unset; padding: 30px 10px 0px 10px; } h2.com-title { max-width: 100%; } h4.modal-title { font-size: 17px; font-weight: 600; } h2.com-title {font-weight: 700;font-size: 22px;text-align: center;color: #000000;} h4.modal-title { text-align: center; text-transform: uppercase; font-size: 18px; font-weight: 600; margin-top: 20px; display: block; color: #201e1e; } .modal-content {position: relative;z-index: 1;overflow: hidden;border: unset;border-radius: 20px;padding: 0 10px 0 10px;background: var(--h-color);} .modal-content:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: var(--btn-color);opacity: 0.2;z-index: -1;} .modal-header { border: unset; } input#inquiry_popup_btn { margin-top: 12px; width: 50%; background: #e22723; border: unset; } #contactSupplierModal .form-group i { width: 13%; float: left; font-size: 20px; background: #fff; height: 43px; padding: 8px; padding-top: 12px; } #contactSupplierModal .form-group input {width: 100%;float: left;height: 50px;overflow: hidden;float: initial;padding-left: 40px;border-radius: 20px;color: var(--color1);} #contactSupplierModal label.agree input { width: unset; } div#inq_cap_img img { max-width: 100%; height: 43px; } .col-md-12.form-group.cent input { width: 102% !important; margin: auto; text-align: center; display: inherit; margin-top: 30px !important; float: unset !important; margin-bottom: 0 !important; text-align: center !important; } label.agree { display: inline-block; position: relative; } label.agree span { position: relative; top: -15px; padding: 0 0 0 10px; font-size: 15px; } #contactSupplierModal .form-control { border: unset !important; border-radius: 0; padding: 10px 10px; box-shadow: none; } input#inquiry_popup_btn { float: left !important; width: unset; text-align: left; } div#inq_cap_img { top: 0; } #form1 .form-group { display: flex; align-items: center; margin: 10px 0px; } .form-group img.img-fluid { position: absolute; margin-left: 10px !important; } .my_contact_us button.btn.btn-primary.vertical-text { border-color: #000000 !important; } #form1 .form-group img.img-fluid { margin-top: 0px !important; } .form-group.txt-msg { position: relative !IMPORTANT; } .form-group.txt-msg img.img-fluid { top: 15px !IMPORTANT; } .form-group.txt-msg textarea#inquiry_message { padding-left: 40px; resize: none; } div#inq_cap_img img { margin-left: 20px !important; } .form-group.cent button#inquiry_popup_btn {width: 100%;margin-top: 10px;border-radius: 100px;background-color: var(--color1);border: 1px solid var(--color2);} @media (max-width: 992px) { h2.com-title { font-size: 14px !important; } h4.modal-title { font-size: 13px !important; margin-top: 15px !important; } #contactSupplierModal .form-control { font-size: 12px !important; } label.agree span { font-size: 10px !important; } div#inq_cap_img img { margin: 0 !important; height: auto !important; } }





/*For Service Pages Section CSS*/
 
    section.service-content-txt {
        position: relative;
        padding: 60px 0px;
        text-align: center;
    }
    
    section.service-content-txt .service-content-para h2 {
        font-size: 40px;
        color: var(--color2);
        font-weight: 700;
        padding-bottom: 10px;
        position: relative;
    }
    
    section.service-content-txt .service-content-para h2 span {
        color: var(--h-color);
    }
    
    section.service-content-txt .service-content-para {
        padding: 50px 70px;
        border-radius: 50px;
        background: var(--color1);
    }
    
    section.service-content-txt .service-content-para h2:before {
        position: absolute;
        top: -25px;
        left: 0;
        bottom: auto;
        right: 0;
        margin: auto;
        height: 4px;
        width: 50px;
        background-color: var(--h-color);
        content:"";
    }
    
    
     /*Benefit Section CSS*/
       
       section.services-benefits {
            position: relative;
            padding: 30px 0px;
        }
        
        section.services-benefits .row {
            display: flex;
            align-items: center;
        }
         section.services-benefits .service-benefits-bgg {
            background: linear-gradient(to bottom,#000000 0%,#000000 70%,#1a1c1c 100%);
            padding: 50px 70px;
            border-radius:100px;
        }
        
        section.services-benefits .row .service-benefits-cont h3 {
            font-size: 26px;
            font-weight: 700;
            color: var(--h-color);
            margin-bottom: 30px;
        }
        
        section.services-benefits .row .service-benefits-cont h3 span {
            color: var(--color2);
        }
        
        section.services-benefits .row .service-benefits-cont ul li {
            font-size: 16px;
            color: var(--color2);
            list-style: disc;
            margin: 10px 0px;
        }
        
        section.services-benefits .row .service-benefits-cont ul {
            padding-left: 20px;
        }
    
     @media(max-width: 767px){
         
        /*Service Content Section CSS*/
        
        section.service-content-txt .service-content-para {
            padding: 20px 10px;
            border-radius: 0px;
        }
        
        section.service-content-txt .service-content-para h2 {
            font-size: 20px;
        }
        
        section.service-content-txt {
            padding: 30px 0px;
        }
            
        /*Benefits section css*/
            
        section.services-benefits .row {
            display: block;
        }
        
        section.services-benefits .service-benefits-bgg {
            padding: 15px;
            border-radius: 0px;
        }
        
        section.services-benefits .row .service-benefits-cont h3 {
            font-size: 20px;
        }
        
        section.services-benefits .row .service-benefits-cont ul li {
            font-size: 12px;
        }

     }
     
     
    @media (min-width: 768px) and (max-width: 992px) {
         
        /*Service content Css*/
        
        section.service-content-txt {
            padding: 30px 0px;
        }

        section.service-content-txt .service-content-para h2{
            font-size:22px;
        }
        
        /*Benefits Section CSS*/
        
        section.services-benefits .row .service-benefits-cont h3{
            font-size:20px !important;
        }
        section.services-benefits .row .service-benefits-cont ul li{
             font-size:14px !important;
        }
        
   }
   