body {
    color: #223B59;
    overflow-x: hidden !important;
    margin: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 24px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    letter-spacing: .3px;
    font-weight: 400
}

a {
    transition: all .5s ease
}

a:active,
a:focus {
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none !important
}

.orange {
    color: #76b632 !important
}

a:hover {
    text-decoration: none !important;
    color: #0291d2;
    transition: all .5s ease
}

h2 {
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 700
}
h3{font-size: 34px;}
.f-regular {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.f-bold {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.white {
    color: #fff !important
}

.cta {
    background: #76b632;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 8px 25px 8px 25px;
    border-radius: 3px;
    margin-top: 30px;
    margin-left: 0;
    transition: all .5s ease;
    cursor: pointer
}

.cta:hover {
    background: #76b632;
    transition: all .5s ease;
    color: #fff
}

.cta:hover {
    background: #76b632
}

.cta a {
    color: #fff !important;
    text-decoration: none
}

.cta {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    background: #161616
}

.gradientCta {
    background: #dd6326;
    background: -moz-linear-gradient(0deg, #dd6326 0, #ff800d 100%) !important;
    background: -webkit-linear-gradient(0deg, #dd6326 0, #ff800d 100%) !important;
    background: linear-gradient(90deg, #dd6326 0, #ff800d 100%) !important;
    float: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff !important
}

.aligncenter {
    margin: 0 auto;
    display: inherit
}
.m-t-25 {
    margin-top: 25px
}

.foot-cta-title {
    font-size: 44px;
    margin-top: 0;
    letter-spacing: -2px;
    line-height: 44px
}

.magento-integrations-bg
{
    padding:60px 0 80px 0px;
    background:url(../images/magento-integrations-banner.webp) #fff top center no-repeat;
    background-size: cover;
    position: relative;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.125);*/
}
.magento-integrations-bg h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 40px !important;
    line-height: 49px !important;
    color: #223B59;
    text-align: left;
}
.clutch-section{padding:50px 0;background:#FAFAFA;}
/*.clutch-section img{width:215px;}*/
.clutch-section img{margin-bottom:25px;}
@media(min-width:992px) {.clutch-section img{margin-bottom:0px;}}
.listBox{background: #FFFFFF;
box-shadow: 3px 6px 20px #00000029;
border-radius: 20px 20px 0 0px;
padding:50px 20px;}
@media only screen and (min-width: 992px) {.listBox{background: #FFFFFF;box-shadow: 3px 6px 20px #00000029;border-radius: 20px 20px 0 0px;
padding:50px 60px;}}
.business-list{padding-left: 0;padding-top: 60px;}
.business-list li{
    text-align: left;
    padding-left: 50px;
    list-style: none;font-size: 17px;
    position: relative;padding-bottom: 30px;
}
.business-list li span{font-size: 22px;font-weight: 700;display: block;margin-bottom: 8px;}
.business-list li:before{
    content: '';
    display: inline-block;
    background-image: url('../images/shopify-integrations-list.svg');
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 8px;
}
@media only screen and (min-width: 768px) {
.business-list li{width: 49%;display:inline-block;}
} 
.listBox-bottom{background: #223B59;border-radius: 0px 0px 20px 20px;padding:50px 10px;display: inline-block;width:100%;}
@media only screen and (min-width: 992px) {.listBox-bottom{background: #223B59;border-radius: 0px 0px 20px 20px;padding:50px 60px;display: inline-block;}}
.m-b-60{margin-bottom: 60px;}
.case-title{font-weight: bold;padding: 15px 40px;line-height: 36px;}
.case-title h4{font-size: 20px;line-height: 30px;}
.Read-Blog, .Read-Blog:hover{background: #223b59;
    border-radius: 4px;
    padding: 8px 20px;
    display: block;
    text-align: center;margin-top: 30px;
    color: #fff;}
.main-section{padding: 60px 0;}
.testimonialWrapper{padding:0 0 50px 0;background:#fff;position: relative;}
.testimonialWrapper:before{content: "";position: absolute;background: #223B59;width: 100%;height: 60%;}
.testimonialWrap h2{font-size:36px;font-weight:bold;color: #fff;}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(images/grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
}

@media (min-width:1200px) {
    .owl-custom .sTestimonialContentWrap {
        width: 830px
    }
}

.owl-theme .owl-controls .owl-page span {
    background: #76b632 !important
}
.testimonialWrap{background: #FFFFFF;box-shadow: 6px 6px 24px #0000001C;border-radius: 30px;padding: 20px 35px;position: relative;z-index: 9;}
.testiSection {
     padding:50px 0px 50px 0px;
    background: #FFF3EF;
}
.testicontent p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
}

.test-client-name span {
    display: block;
    font-size: 16px;
    color: #707070;
}
.testicontent {
    background: #FFFFFF;
    padding: 30px 35px;
    border-radius: 10px;
}
@media (max-width: 992px){.testilast {margin-bottom: 0px;}}
.icon {
    margin-top: -70px;
}
.m-b-120 {
    margin-bottom: 120px;
}
.m-b-60{margin-bottom: 60px;}
.m-b-80{margin-bottom: 80px;}
.pic{
    width: 100%;
    display: inline-block;
    padding-top: 20px;padding-left: 0px;margin-bottom: 0px;
}
.pic img {
    /*border: 3px solid #fdfdfd;*/
    border-radius: 60%;
    /*box-shadow: 0px 0px 20px 0px #0000000f;*/
    float: left;
    width: 100px;
    padding-right: 15px;
}
.test-client-name{font-size: 16px;padding-top: 20px;text-align: left;}
.tab-form-section{padding: 60px 0;}
.tab-form-section h2{color: #000;font-size: 40px;font-weight:700;line-height:44px;}
.tab-sub-text{color:#636363;font-size: 26px;text-align: center;font-weight: bold;}
.footer-contact-form{margin-bottom: 0;margin-left: 0;margin-right: 0;}
@media (max-width: 767px){.footer-contact-form {max-width: 100%;text-align: center;}}
.tab_wrapper.expert_tab.left_side .content_wrapper{padding-left: 0;}
.tab-name-text{font-weight: bold;font-size: 22px !important;color: #000;}
.tab_wrapper.expert_tab .content_wrapper .tab_content{padding: 50px;}
.m-b-20{margin-bottom: 20px;}

/*.ecomExpertTab{border-right: 4px solid #707070;}*/
    .ecomExpertTab ul
{
    
    border-right: 4px solid #707070;
}

.ecomExpertTab ul li {
    list-style-type: none;
        margin-right: -4px;
        margin-bottom: 15px;
}
.ecomExpertTab ul li:last-child
{
    border-bottom:none;
}

.ecomExpertTab ul li p
{
    
    margin-bottom:0;
}

.ecomExpertTab ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding:18px 25px;
    position: relative;
    font-weight: 600;
}

.ecomExpertTab ul li a.active {
    border-right: 4px solid #707070;
    opacity: 1;
    background-color:#E6E4E4;
    font-weight: 600;
}
.ecomExpertTab ul li a.active:after {
    content:"";
    position:absolute;
    top:20%;
    right:-5px;
    width:7px;
    height:60%;
    background:#76b632;
}
.ecomExpertTabWrapper .row{margin-bottom: 20px;}
@media (min-width: 1200px){.ecomExpertTabWrapper{padding-left: 40px;}}
@media (max-width: 991px){
    
    .ecomExpertTab ul
{
    
    border-left: 4px solid #707070;
    border-right:none;
}

.ecomExpertTab ul li {
    list-style-type: none;
    margin-left:-4px;
        margin-right:0px;
}

.ecomExpertTab ul li a.active {
    border-left: 4px solid #707070;
    border-right:none;
    opacity: 1;
    background-color:#F3F3F3;
}
.ecomExpertTab ul li a.active:after {
    content:"";
    position:absolute;
    top:20%;
    left:-5px;
    right:auto;
    width:7px;
    height:60%;
    background:#EB6720;
}
.ecomExpertTabWrapper .row img{margin-bottom: 25px;}
}

@media (min-width:992px) {
    
.ecomExpertTab ul li a{text-align: right;padding:18px 20px 18px 5px;}
    
}


.list-title-tab{font-size: 22px;
    padding: 15px 0;
    color: #223b59;
    font-weight: bold;}
.tab-list-integration ul li{list-style-type: none;width:49%;display: inline-block;}
@media (min-width:480px) and (max-width:767px) {.tab-list-integration ul li{list-style-type: none;width:49%;display: inline-block;}}
@media (min-width:768px) and (max-width:991px) {.tab-list-integration ul li{list-style-type: none;width:24%;display: inline-block;}}
@media (min-width:992px) {.tab-list-integration ul li{list-style-type: none;width:24%;display: inline-block;}}
.owl-buttons{display: none;}
.test-client-name span{display: block;color:#76b632;font-weight: 700;font-size: 18px;}
.bannerformsection{background: #223B59;padding:40px 0;}
.bannerformsection h2{color: #fff;line-height:44px;}
.main-section h2, .clutch-section h2{line-height: 56px;}
.foot-but, .foot-but:hover{margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 20px;background: #76b632}
.footer-contact-form .help-block.with-errors, .help-block.with-errors{color: #fff;}
/*.bannerformsection .blog-form .form-group{height: 96px;}*/
.bannerformsection .blog-form .form-group input{padding: 15px 20px;height: 45px;}}
@media (min-width:768px) and (max-width:991px) {.bannerformsection .blog-form .form-group{width:50%;display: inline-block;}}
@media (min-width:992px) {.bannerformsection .blog-form .form-group{width:25%;display: inline-block;}}