body {
    color: #707070;
    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: #f76f45 !important
}

a:hover {
    text-decoration: none !important;
    color: #0291d2;
    transition: all .5s ease
}
h2,h3,h4,h5,h6{color: #1F1F1F;}

h2 {
    font-size: 44px;
    letter-spacing: -1px;
    font-weight: 700
}

.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: #f76f45;
    float: left;
    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: #d94409;
    transition: all .5s ease;
    color: #fff
}

.cta:hover {
    background: #f76f45
}

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

@media (max-width:480px) {
    .home-bottom h2,
    .titleblock h2,
    h2,
    h2.heading-title {
        font-size: 36px
    }
}

@media (max-width:360px) {
    .home-bottom h2,
    .titleblock h2,
    h2,
    h2.heading-title {
        line-height: 30px;
        font-size: 30px;
        letter-spacing: 0
    }
}

.m-t-25 {
    margin-top: 25px
}

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

.portfolioContWraper {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%
}

.portfolioContWraper .portFlexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.portfolioContWraper .portFlexWrap .portWrapper {
    position: relative;
    overflow: hidden
}

.portfolioContWraper .portFlexWrap .portWrapper .bread {
    align-self: flex-start;
    color: #fff;
    font: 400 14px/1 Helvetica Neue, Helvetica, Arial, sans-serif;
    left: 28px;
    position: absolute;
    top: 30px;
    transform: translateX(-180%) translateY(0) translateZ(0);
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.portfolioContWraper .portFlexWrap .portWrapper .title {
    color: #fff;
    margin: 0;
    padding: 0 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.2;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-100%) translateY(0) translateZ(0);
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.portfolioContWraper .portFlexWrap .portWrapper img {
    transition: opacity .3s ease 0s, transform 3s ease 0s, -webkit-transform 3s ease 0s
}

.portfolioContWraper .portFlexWrap .portWrapper .anchor:hover img {
    opacity: .1 !important;
    transform: scale(1.3);
    transition: opacity .3s ease 0s, transform 10s ease 0s, -webkit-transform 10s ease 0s
}

.portfolioContWraper .portFlexWrap .portWrapper .anchor {
    background: #f76f45 none repeat scroll 0 0;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-decoration: none;
    width: 100%
}

.portfolioContWraper .portFlexWrap .portWrapper .anchor:hover .title {
    color: #fff;
    transform: translateX(0) translateY(-50%) translateZ(0)
}

.portfolioContWraper .portFlexWrap .portWrapper .anchor:hover .bread {
    transform: translateX(0) translateY(0) translateZ(0)
}

@media (max-width:1279px) {
    .portfolioContWraper .portFlexWrap {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
}

.portfolioContWraper .portFlexWrap .portWrapper .bread .pre-tag {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700 !important;
    text-transform: none;
    letter-spacing: -.5px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px
}

.titleblock p {
    margin-top: 20px;
    margin-bottom: 48px
}

.other-port {
    font-size: 40px;
    text-align: center;
    font-weight: 700
}

.main-tag-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:1199px) {
    .main-tag-content {
        width: auto
    }
}

.titleblock h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -2px
}

.titleblock p {
    margin-top: 20px;
    margin-bottom: 48px
}

@media(max-width:480px) {
    .home-bottom h2,
    .titleblock h2,
    h2,
    h2.heading-title {
        font-size: 36px
    }
}

@media(max-width:360px) {
    .home-bottom h2,
    .titleblock h2,
    h2,
    h2.heading-title {
        line-height: 30px;
        font-size: 30px;
        letter-spacing: 0
    }
}

.case-line-3-h {
    min-height: 340px
}

@media(max-width:1199px) {
    .case-line-3-h {
        min-height: 340px
    }
}

@media(max-width:991px) {
    .case-line-3-h {
        min-height: 320px
    }
}

@media(max-width:767px) {
    .case-line-3-h {
        min-height: auto
    }
}

.latestCaseStudy {
    background: #fafafa
}
.latestCaseStudy h2{font-size: 36px;padding-bottom: 25px;}
.latestCaseStudy {
    padding-bottom: 30px
}

@media(max-width :767px) {
    .latestCaseStudy .case-line-3-h.xs-text-left {
        text-align: center
    }
    .latestCaseStudy .case-line-3-h img {
        display: inline-block;
        text-align: center
    }
    .latestCaseStudy .case-land-title {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto
    }
}

.sprite-after::after {
    background: url(../images/sprites.png);
    content: ''
}

.sprite-before::before {
    background: url(../images/sprites.png);
    content: ''
}

.case-date {
    font-size: 12px;
    opacity: .5;
    margin-top: 20px
}

.case-space {
    padding-left: 60px;
    padding-right: 60px
}

.case-land-title {
    font-size: 23px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px
}

.case-land-title a {
    color: #363636;
    font-weight: 700
}

.case-land-title a:hover {
    color: #f76f45
}

.m-t-20 {
    margin-top: 20px
}

.m-t-40 {
    margin-top: 40px
}

.m-b-40 {
    margin-bottom: 40px
}

a.arrow::after {
    width: 16px;
    height: 9px;
    display: inline-block;
    margin-left: 3px;
    background-position: 163px -16px
}

.gshop-mang-bg {
    background: url(../images/google-shopping-management-new.jpg) no-repeat 50% 50%;
    background-size: cover;
	padding: 120px 0 60px 0;
}
@media (max-width: 767px){h1, .section-one h1 {line-height: 45px!important;font-size: 38px!important;margin-top: 60px;}}
.wcdfy-cont {
    padding: 50px 0 60px;
    background: #f9f9f9;
    margin-bottom: 60px
}

.wcdfy-cont h3 {
    font-size: 35px;
    font-weight: 700
}

.wcdfy-cont p {
    font-size: 18px;
    line-height: 33px
}

.ourCompany {
    padding: 60px 0 60px 0;background:#1F1F1F;color:#fff;
}
.ourCompany h2{color: #1F1F1F;padding-bottom: 25px;font-size: 36px;}
.ourCompany p{color: #fff;}
.minContainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}
.ourCompany h3{color:#00FFFF}
.ourCompany .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.ourCompany .videoWrapper iframe,
.ourCompany .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 88% !important
}

#m-b-t-50-i {
    margin-top: 50 !important;
    margin-bottom: 50px !important
}

#m-b-t-50-i h2 {
    margin-top: 0
}

.m-b-10 {
    margin-bottom: 10px
}

.hwdt {
    padding-bottom: 40px
}

.timeline-heading {
    margin-bottom: 40px
}

.timeline-heading h3 {
    font-size: 35px;
    font-weight: 700
}

@media only screen and (max-width:991px) {
    .timeline-heading {
        text-align: center
    }
}

.timeline-cont {
    padding-left: 0;
    position: relative
}

.timeline-cont p {
    font-size: 16px;
    line-height: 29px
}

.inner h3,
.timeline-cont h4 {
    font-size: 20px
}

@media only screen and (max-width:991px) {
    .timeline-cont {
        padding-left: 15px
    }
    .timeline-cont {
        background: #fff;
        text-align: center
    }
    .timeline-cont:before {
        top: 0;
        left: calc(50% - 4px)
    }
    .timeline-cont img {
        padding-top: 30px;
        padding-bottom: 0
    }
}

.hwdt-wrap {
    background: #fafafa;
    display: inline-block;
    padding: 20px 30px 20px
}

.hwdt-wrap img {
    margin-bottom: 15px
}

.what-do-you-get {
    background: url(../images/what-do-you-get.jpg) no-repeat;
    padding: 70px 0 0;
    margin-top: 60px;
    background-size: cover
}

.what-do-you-get {
    width: 100%
}

.what-do-you-get .wrapper {
    display: flex;
    flex-wrap: wrap
}

.what-do-you-get .wrapper1Left {
    padding-left: 8.33%
}

@media only screen and (max-width:991px) {
    .what-do-you-get .wrapper {
        display: initial
    }
    .what-do-you-get {
        padding-top: 0
    }
    .what-do-you-get .wrapper1Left {
        padding-left: 0
    }
}

.wug-width-adjust-big {
    width: 38%
}

@media only screen and (max-width:991px) {
    .wug-width-adjust-big {
        width: 100%;
        padding: 0
    }
}

.bg-orange {
    background: #f76f45
}

.heading-what-get h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 700
}

.heading-what-get p {
    color: #fff
}

.heading-what-get {
    padding: 40px 40px;
    max-width: 400px;
    margin: 0 auto
}

@media only screen and (max-width:991px) {
    .heading-what-get {
        max-width: 100%
    }
}

.pl-pr-0 {
    padding-right: 0;
    padding-left: 0
}

.wug-width-adjust {
    width: 31%
}

@media only screen and (max-width:991px) {
    .wug-width-adjust {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .wug-width-adjust {
        width: 100%
    }
}

.clr-1 {
    background: #f9f9f9
}

.inner {
    padding: 30px 30px 30px 40px
}

.inner h3,
.timeline-cont h4 {
    font-size: 20px;
    font-weight: 700
}

@media only screen and (max-width:1214px) and (min-width:992px) {
    .inner {
        padding: 40px 10px 40px 30px
    }
}

.clr-2 {
    background: #fbfdff
}

.clr-3 {
    background: #fbfbfb
}

.clr-4 {
    background: #f8f4f4
}

.clr-5 {
    background: #ebf1f6
}

.clr-6 {
    background: #fcfdf9
}

.clr-7 {
    background-color: #f7f7f7
}

@media only screen and (max-width:991px) {
    .mob-hide {
        display: none
    }
}

.m-t-20 {
    margin-top: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-20 {
    margin-bottom: 20px
}

.p-b-50 {
    padding-bottom: 50px
}

.grey-space {
    margin-top: 60px;
    margin-bottom: 60px
}

.clients ul {
    list-style: none
}

.clients ul li {
    display: inline-block;
    width: 15.6%
}

@media(max-width:991px) {
    .clients ul li {
        float: none;
        width: auto;
        display: inline-block;
        padding: 20px 8px
    }
}

.gshopList{padding-top: 40px;padding-left: 0;}
.gshopList li{list-style: none;position: relative;padding-left: 30px;padding-bottom: 20px;font-size: 18px;}
.gshopList li img{padding-right: 15px;width:auto;}
@media(min-width:1200px) {.gshopList li{padding-left: 85px;}}
@media(min-width:540px) {.gshopList li{display: inline-flex;align-items: center;}}
@media(max-width:539px) {.gshopList li{width: 100%;display: inline-flex;align-items: center;}}
.sub-page-title{margin-top: 60px;}
.service-bg {height: 560px;}
@media(max-width:539px) {.service-bg {height: 680px;}}
.gshopForm{padding: 100px 0 60px 0;}
.form-space{background: #090909 0% 0% no-repeat padding-box;
border: 1px solid #EB6720;
border-radius: 10px;}
.form{display: flow-root;}
.form h4{color: #fff;margin-bottom: 25px;font-size: 24px;}
.form-space {
    /* float: left; */
    position: relative;
    margin-top: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 420px) {.form {padding: 20px 20px;}.form-space{padding-left: 0px;padding-right: 0;}}
@media (max-width: 1199px) {
    .form-space {
        min-width: 250px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        /*margin-top: 50px;*/
        text-align: center;
        /*float: left;*/
    }
}
/*@media (min-width: 768px) and (max-width: 1199px) {.form-space {float: right;max-width: 370px;}}*/
.form-space .blog-form .form-control {
    height: auto;
    padding: 12px 15px;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.form-wrap .blog-form.has-error .form-control {
    border-color: red;
}
.form-wrap .blog-form .help-block {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: white !important;
    font-style: italic;
    font-weight: bold;
}
.form .help-block.with-errors{color: white;}
.form .form-foot,.form .form-foot-2,.form .form-foot-3{border: none;}
.form-wrap .blog-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .form-wrap .blog-form .form-group {
        width: 100%;
    }
}
.form-wrap .blog-form .form-button {
    width: 100%;
}
.form-button .foot-but{width:100%;}
.form-foot, .form-foot-2, .form-foot-3{
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #c0bcbc;;
}
.form-foot-4 {text-align: center;margin: 0 auto;}
@media (min-width: 768px) {.nolist{padding-right: 135px;}}
.nolist li {
    padding-bottom: 50px;
    font-weight: 400;
    display: block;
    padding: .8rem 1.6rem;
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
    font-size: 16px;
    cursor: pointer;}
.nolist li:before {
    background: #4B8DEC;
    content: "";
    display: block;
    height: 70%;
    -webkit-margin-start: 15px;
    -moz-margin-start: 15px;
    margin-inline-start: 15px;
    border-left: 2px solid #4B8DEC;
    margin-top: 2px;
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 15px;
    -webkit-transition: height .2s cubic-bezier(.4,0,1,1),opacity .2s cubic-bezier(.4,0,1,1);
    transition: height .2s cubic-bezier(.4,0,1,1),opacity .2s cubic-bezier(.4,0,1,1);
    width: 1px;
    z-index: -1;
}
.sNo{width: 30px;
    height: 30px;
    color: #fff;
    background: #4B8DEC;
    box-shadow: 6px 11px 28px #4D578830;
    margin-right: 35px;
    border-radius: 50px;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
    z-index: 9;
    margin-bottom: 10px;}
@media (max-width: 598px) {.sNo{margin-right: 15px;font-size: 14px;margin-bottom: 38px;}.nolist li:before {height: 75%}}
@media (max-width: 360px) {.sNo{margin-right: 15px;font-size: 14px;margin-bottom:80px;}}
.resize{min-height: 100px;margin-bottom: 25px;}
@media only screen and (min-width:768px) and (max-width:991px){.resize{width:33.3%;float:left;}}
@media only screen and (min-width:660px) and (max-width:767px){.resize{width:33.3%;float:left;}}
@media only screen and (min-width:480px) and (max-width:659px){.resize{width:33.3%;float:left;}}
@media only screen and (min-width:320px) and (max-width:479px){.resize{width:50%;float:left;}}
.Logos{padding: 40px 0 60px 0;background: #E9F3FF;}
.clientlogo{background: #fff;border-radius: 5px;padding: 25px 25px 0px 25px;}
.resize img{-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);cursor: pointer;}
.resize img:hover{-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);}
.Logos h2{color:#1F1F1F;font-size: 37px;}
@media only screen and (min-width:768px){.display-flex-center {
    display:flex;
    align-items:center;
}}
.videoWrapper {margin: 0 15px;}
.ourCompany h3{font-weight: 900;}
.faq{background: #F2F7FF;}
.faq h2{color: #1F1F1F;padding-bottom: 15px;font-size: 36px;}
.faq p{color: #1F1F1F;padding-bottom: 25px;}
.accordian-ebook{background: #fff;color: #102349;padding:30px 60px 30px 30px;box-shadow:10px 10px 20px #00000026;cursor:pointer;font-size:20px}
.accordian-ebook span{background: #EB6720;color: #fff;width: 30px;height: 30px;border-radius: 50px;line-height: 32px;float: left;text-align: center;font-size: 16px;margin-right: 10px;margin-top: -5px;}
.number-ques:after{content:'▼';color:#97A7B8;position:absolute;right:40px;top:50px;font-size:24px;}
.open .number-ques:after{content:'▲';position:absolute;right:40px;top:50px;font-size:24px;color:#EB6720;}
.hidElement{padding:30px 15px 10px 15px}
.hidElement li{list-style:none;padding-bottom:20px}
.hidElement li:last-child{padding-bottom:0}
.c-red{color:red;font-weight:700}
.p-l-40{padding-left:40px}
@media(min-width:768px){.p-l-md-40{padding-left:40px}}
.latestCaseStudy{padding: 30px 0 60px 0px;}
.GosAds {
    padding: 30px 0 50px 0;background: #4B8DEC;color:#fff;
}
.GosAds .timeline-heading {
    padding-bottom: 40px;
}
.GosAds h2{font-size: 34px;font-weight: bold;color:#fff;}
@media (max-width: 991px) {
    .GosAds .timeline-heading {
        text-align: center;
    }
}
.GosAds .timeline-cont {
    padding-left: 0;
    position: relative;
}
@media (max-width: 991px) {
    .GosAds .timeline-cont {
        padding-left: 15px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .GosAds .timeline-cont img {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
.GosAds .timeline-cont .hwdt-wrap {
    background: #fafafa;
    display: inline-block;
    padding: 20px 30px 20px;
}
@media (max-width: 991px) {
    .GosAds .timeline-cont .hwdt-wrap {
        max-width: 420px;
        margin-bottom: 30px;
    }
}
.GosAds .timeline-cont .hwdt-wrap h4 {
    font-size: 20px;
}
.GosAds .timeline-cont .hwdt-wrap p {
    font-size: 16px;
    line-height: 29px;
}
.step-cta-box{background: #14C7FF;box-shadow: 0px 0px 0px 11px #00419E29;border-radius: 10px;padding: 15px 25px;color: #fff;/*float: left;*/margin-top:35px;max-width: 993px;margin: 0 auto;}
.step-cta-box h4{font-size: 22px;color: #fff;font-family: 'Open Sans', sans-serif;font-weight: 500;}
.step-cta-box .cta{padding: 10px 22px;border-radius: 10px;}
.Ads-list{list-style: none;}
.Ads-list li:before{content: '';
    display: inline-block;
    background: #00FFFF;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
border-radius: 50px;}
.Ads-list li{
    /*font-size: 20px;*/
    padding-bottom: 5px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.sliderOneWrap .Ads-list, .GSAD-guaranty .Ads-list{list-style: none;}
.sliderOneWrap .Ads-list li:before, .GSAD-guaranty .Ads-list li:before{content: '';
    display: inline-block;
    background: #EB6720;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
border-radius: 50px;}
.sliderOneWrap .Ads-list li, .GSAD-guaranty .Ads-list li{
    /*font-size: 20px;*/
    padding-bottom: 5px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.font-weight-bold{font-weight: bold;}
.get-cta, .get-cta:hover{background: #EB6720;
border-radius: 5px;float: left;margin-bottom: 20px;margin-top: 20px;}
.m-b-60{margin-bottom: 60px;}
.sliderOneWrap{padding: 40px 0 60px 0;}
.sliderOneWrap h2{font-size: 34px;font-weight: bold;}
.white-bg{box-shadow: 6px 6px 12px #00000014;
border-radius: 10px;padding: 40px 50px;min-height: 532px;}
@media (max-width: 1199px) {.white-bg{min-height: 559px;}}
@media (max-width: 992px) {.white-bg{min-height: 699px;}}
@media (max-width: 767px) {.white-bg{min-height: auto;}}
@media (max-width: 575px) {.white-bg{padding: 50px 30px;}}
#reviewTestimonial{position: relative;}
.owl-wrapper-outer{overflow: hidden;}
.owl-carousel .owl-item {
    float: left;
    overflow: hidden;
}
@media (min-width: 768px){
    .nav-button.owl-prev{position: absolute;top: 35%;left: -5px}
    .nav-button.owl-next{position: absolute;top: 35%;right: -5px;}
}
@media (max-width: 767px){
    .nav-button.owl-prev{position: absolute;right: 80px;top:0px;}
    .nav-button.owl-next{position: absolute;right: 23px;top:0px;}
    .m-b-md-140{margin-bottom: 140px;}
}
.owl-item{width: 240px;margin-right: 0px;margin-left: 0px;padding-bottom: 10px;}
.owl-prev{top: 50%;left: 0;position: absolute;color: #000 !important;border-radius: 50px !important;font-size: 25px !important;width: 45px;}
.owl-next{top: 50%;right: 0;position: absolute;color: #000 !important;border-radius: 50px !important;font-size: 25px !important;width: 45px;}
/*.owl-item{overflow: hidden;}*/

.nav-button.owl-prev{-webkit-box-shadow: -2px 0px 8px 1px #00000029;
    -moz-box-shadow: -2px 0px 8px 1px #00000029;
    box-shadow: -2px 0px 8px 1px #00000029;cursor: pointer;position: inherit;padding: 10px 17px 10px 17px !important;background: #fff;}
.nav-button.owl-next{-webkit-box-shadow: -2px 0px 8px 1px #00000029;
    -moz-box-shadow: -2px 0px 8px 1px #00000029;
    box-shadow: -2px 0px 8px 1px #00000029;cursor: pointer;position: inherit;padding: 10px 17px 10px 17px !important;background: #fff;}

@media (min-width: 768px){
.nav-button.owl-prev {
    position: absolute;
    top: 50%;
    left: 5px;
}}
.nav-button.owl-prev {
    -webkit-box-shadow: -2px 0px 8px 1px #00000029;
    -moz-box-shadow: -2px 0px 8px 1px #00000029;
    box-shadow: -2px 0px 8px 1px #00000029;
    cursor: pointer;
    position: inherit;
    padding: 10px 17px !important;
    background: #fff;}
@media (min-width: 768px){
.nav-button.owl-next {
    position: absolute;
    top: 50%;
    right: 5px;
}}
.nav-button.owl-next {
    -webkit-box-shadow: -2px 0px 8px 1px #00000029;
    -moz-box-shadow: -2px 0px 8px 1px #00000029;
    box-shadow: -2px 0px 8px 1px #00000029;
    cursor: pointer;
    position: inherit;
    padding: 10px 17px !important;
    background: #fff;
}
.tech-sections {
    /*margin: 60px 0;*/
    padding: 30px 0 50px 0;
    background: #F2F7FF;
}
.tech-sections h2{font-size: 34px;font-weight: bold;}
.tech-sections p{font-size: 20px;}
@media (max-width: 991px) {
    .tech-sections {
        text-align: center;
    }
}
@media (max-width: 560px) {
    .tech-sections h2 {
        font-size: 32px;
    }
}
.tech-sections h2 span.sub-tag {
    display: block;
    font-size: 16px;
    color: #746d6d;
    margin-bottom: 15px;
    font-weight: 700;
}
.tech-sections .col-5 {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 20%;
}
@media (max-width: 991px) {
    .tech-sections .col-5 {
        float: none;
        display: inline-block;
        width: 32.33%;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .tech-sections .col-5 {
        width: 39.77%;
    }
}
@media (max-width: 620px) {
    .tech-sections  {
        width: 100%;
        /*max-width: 320px;*/
    }
}
@media (max-width: 420px) {
    .tech-sections .col-5 {
        width: 100%;
    }
}
.tech-sections .tech-img-wrap {
    height: 90px;
}
.font-weight-bold{font-weight: bold;}
.tech-sections p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .tech-sections p {
        margin-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.tech-sections .cta {
    margin-top: 50px;
}
.tech-sections .cta:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .tech-sections .cta {
        margin-top: 20px;
    }
}

.GSAD-guaranty{
    position: relative;
    padding: 40px 0 60px 0;
    color: #fff;
    background-image: url(../images/guarantees-bg.jpg);
    opacity:1.5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: top center;
    overflow: hidden;
    height: auto;
}
.GSAD-guaranty h2{margin-bottom: 60px;font-size: 34px;font-weight: bold;color: #fff;}
.Gbx-combo{background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 12px #00000014;padding: 40px 40px;
border-radius: 10px;color: #707070;margin: 80px 0 0 0;}
.AdsGuarantyFlow{position: absolute;top: -76px;left: 30px;}
.AdsGuarantyFlow h4{padding-top: 30px;}
.position-relative{position: relative;}
#sliderTestimonial{position: relative;}
.tab_content{padding: 40px 30px !important;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 3px 8px 18px #00000017;}
.GSAD-bg{
    position: relative;
    padding: 40px 0 60px 0;
    color: #fff;
    background-image: url(../images/google-shopping-ads-result.jpg);
    opacity:1.5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: top center;
    overflow: hidden;
    height: auto;
}
.number-box{background: #fff;border-radius: 5px;padding: 30px 20px 30px 20px;}
.response-num{margin-bottom: 20px;}
.numbers{font-size:58px;line-height: 1;color: #ED6456;font-weight: 900;}
.number-bot{font-size:16px;line-height: 1.2;color: #707070;padding-top: 10px;}
.text-white{color: white;}
.h-100 {height: 100%!important;}
.aligned-row {
  display: flex;
  flex-flow: row wrap;
}

.testimonials {
    padding: 40px 0 55px;
    background-color: #F5F5F5;
}

#clientSlider .item {
    box-shadow:7px 13px 14px #00000017;
    border-radius: 10px;
    padding: 20px;
    padding-top: 50px;
    background: white;
    padding-bottom: 20px;
    margin-top: 45px;
    margin-bottom: 40px;
    position: relative;
    min-height: 540px;
}
@media (max-width: 979px){#clientSlider .item {min-height: auto;}}
@media (min-width: 980px) and (max-width: 1199px) {#clientSlider .item{min-height: 710px;}}
#clientSlider .item p{font-size: 16px;color: #7B7B7B;font-style: italic;line-height: 30px;}
#clientSlider.owl-carousel .owl-wrapper{
    padding-top: 50px;
}
#clientSlider p.test-client-name {
    font-size: 20px;
    margin-top: 8px;
    float: left;
    text-align: left;
    padding-left: 10px;
    max-width: 75%;
    color: #1F1F1F;
    font-weight: 700;

}
/*#testimonialSlider.owl-carousel .owl-controls .owl-page span{background: #fff !important;}*/
#clientSlider.owl-carousel .owl-item{
    padding: 0 15px;
}
#clientSlider .pic{
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}
#clientSlider .pic img {
        border: 3px solid #fdfdfd;
    border-radius: 60%;
    box-shadow: 0px 0px 20px 0px #0000000f;
    float: left;
}
#clientSlider p.test-client-name span {
    display: block;
    font-size: 12px;
    color: #9A9A9A;
}
#clientSlider  .owl-controls.clickable {
    display: none;
}
#clientSlider .owl-item .item:before{content: '';position: absolute;background: url(../images/google-shopping-ads-testimonial-quote.png);background-repeat: no-repeat;left: 25px;top: -35px; width: 79px;height: 60px;}

.Googlesection{padding: 80px 0 60px 0;}
.Googlesection ul{list-style: none;padding-left: 0;margin-top: 40px;}
.Googlesection ul li{display: inline-block;font-size: 18px;padding-bottom: 20px;}
@media (max-width: 1200px) {.Googlesection ul li{width: 100%;}}
@media (min-width: 1199px) {.Googlesection ul li{width: 49%;}}
.pr-3, .px-3 {padding-right: 20px!important;}
.footerSec{background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 30px #00000017;border: none;padding-top: 15px;padding-bottom:40px;padding-left: 15px;
    padding-right: 15px;min-width: 200px;
    max-width: 400px;
    /* float: none; */
    margin: 0 auto;}
.footerSec .form-space{background: #FFFFFF;border: none;padding-top: 0px;padding-bottom:0px;}
.footerSec .form-space .blog-form .form-control {
    height: auto;
    padding: 12px 15px;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.footerSec .form-wrap .blog-form.has-error .form-control {
    border-color: red;
}
.footerSec .form-wrap .blog-form .help-block {
    position: absolute;
    margin: 0;
    font-size: 12px;
    color: red !important;
    font-style: italic;
    font-weight: bold;
}
.footerSec .form .help-block.with-errors{color: red;}
.footerSec .form .form-foot,.form .form-foot-2,.form .form-foot-3{border: 1px solid #CECECE;}
.footerSec .footer-contact-form {margin: 0 auto 0px;}
@media (max-width: 1199px){
.footerSec .form-space {
    min-width: 250px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
    float: none;
}}
.tab_wrapper.left_side>ul li.active{background: #FFFFFF;box-shadow: 3px 8px 18px #00000017;border-left: 3px solid #EB6720 !important;border-top: none !important;border-bottom: none !important;}
.tab_wrapper>ul li{/*margin-bottom: 8px !important;border: 1px solid #929292 !important;color: #707070 !important;*/}
.tit-h3{color: #1F1F1F;font-size: 34px;font-weight: bold;margin-top: 0px;}
.tab_wrapper .content_wrapper .accordian_header .arrow{background: #fff !important;}
.bannerBTN{width: 100%;float: left;margin: 0 auto;text-align: center;margin-top: -111px;}
.bannerBTN .cta{float: none;
    padding: 15px 30px;
    font-size: 16px;
}
.link{color: #006FAA;text-decoration: underline;}
.link:hover{color: #006FAA;text-decoration: none;}



.tab-slider-section{padding: 30px 0 70px 0;background: #F2F7FF;}

@media (min-width: 992px){.owl-dots{text-align: center;}}
.owl-dots .owl-dot{
    border-bottom: 1px solid #ccc !important;
    background: transparent;
    border: none;
    margin-left: -5px;
    margin-right: 0px;
    padding: 12px 18px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #4D4D4D;
}
.owl-dots .active{ text-align: center;
    background: #FFFFFF;
    border-bottom: 1px solid #EB6720 !important;
    box-shadow: 0px 3px 6px #00000012;
    /*border-radius: 30px 30px 0px 0px;*/
    color: #EB6720;
    font-size: 16px;
    text-align: center;outline: none;}


.fa-chevron-left, .fa-chevron-left:hover{box-shadow: 0px 3px 30px #0000001C;background: #fff;padding: 11px 15px 11px 12px;border-radius: 40px;}
.fa-chevron-right, .fa-chevron-right:hover{box-shadow: 0px 3px 30px #0000001C;background: #fff;padding: 11px 12px 11px 15px;border-radius: 40px;}
.owl-prev{position: absolute;left: -20px;top: 45%;background: #fff !important;box-shadow: 3px 6px 12px #4D57881C;width: 40px;
    height: 40px;}
.owl-next{position: absolute;right: -20px;top: 45%;background: #fff !important;box-shadow: 3px 6px 12px #4D57881C;width: 40px;
    height: 40px;}
.owl-carousel .owl-item img{width: auto !important;}
.owl-theme .owl-nav [class*=owl-]:hover{background: transparent;}
.tab_wrapper .content_wrapper .accordian_header.active .arrow{border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;}
#tabSlider ul li{list-style: none;position: relative;padding-left: 35px;margin-bottom: 25px;}
#tabSlider ul li:before {
    background: url(../images/google-shopping-tab-list-before.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    -webkit-margin-start: 15px;
    -moz-margin-start: 15px;
    margin-inline-start: 15px;
    margin-top: 2px;
    position: absolute;
    top: 0px;
    bottom: auto;
    left: -20px;
    width: 30px;
    height: 30px;
    z-index: -1;
}
.center{text-align:center;display:block;margin:0 auto;}
.tab-slider-section .get-cta, .tab-slider-section .get-cta:hover{background: #006FAA;border-radius: 5px;float:none;padding:15px;}
.tabSlideSec{padding: 40px 30px 0 30px;display: flex;
    justify-content: space-evenly; 
    align-items: center;}
@media (max-width: 991px){.tabSlideSec{display: block;}}
@media (min-width: 659px) and (max-width: 991px) {.tab-slider-section .owl-dots .owl-dot{width: 50%;}}
@media (max-width: 658px) {.tab-slider-section .owl-dots .owl-dot{width: 100%;}}
#reviewSlider .owl-dots .owl-dot span{width:30px;height:3px;}
#reviewSlider .owl-dots .owl-dot{border-bottom:none !important;box-shadow:none !important;margin-top:30px;}
#reviewSlider .owl-dots .owl-dot.active{border-bottom:none !important;box-shadow:none !important;}
#reviewSlider .owl-dots .owl-dot.active span, #reviewSlider .owl-dots .owl-dot:hover span{width:30px;height:3px;background:#eb6720;}
#sliderTestimonial .owl-nav .disabled{display:none;}
.faqWrapperSection {
    padding: 50px 0 60px 0;
}
/*.faqWrapperSection .faqWrap{background: #fff;margin: 0 auto;text-align: center;padding: 30px 30px 40px 30px;margin-top: -190px;box-shadow: 6px 6px 30px #00000017;}*/
@media (min-width: 1200px) {.faqWrapperSec .faqWrap{width: 930px;}}
.fs-32{font-size: 32px;}
.faqWrapperSection .faqWrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.faqWrapperSection .faqWrapper .faqWrap {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}
.faqWrapperSection .faqWrapper .faqWrap:not(:last-child) {
    margin-bottom: 20px;
}
.faqWrapperSection .faqWrapper .faqWrap .numberWrapper {
    width: 75px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.faqWrapperSection .faqWrapper .faqWrap .numberWrapper h6 {
    font-family: 'Roboto', sans-serif;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #EB6720;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    align-items: baseline;
}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper {
    width: calc(100% - 75px);
    padding-left: 15px;
    padding-right: 15px;
}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper h4 {
    font-size: 24px;
}
.faqWrapperSection .faqWrapper .faqWrap .questionAnswerWrapper p {
    font-size: 16px;
}
.headerInner{    background-color: transparent !important;}
.inner-banner-title{padding-bottom:30px;}
.banner h1{padding-bottom:30px;}
#menu-header .headerInner.scrolled{background: #223B59 !important;padding-top: 15px;}
#menu-header .headerInner.scrolled #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{color:#fff !important;font-weight:bold !important;}
#menu-header #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{color:#fff !important;font-weight:bold !important;}
#menu-header {height: 0px !important;}
@media screen and (max-width: 480px){
.banner h1 {
    font-size: 43px !important;
    line-height: 46px !important;
    line-height: 1;
	}}
.wpmm_mobile_menu_btn i{color:#fff;}
@media (min-width: 0px){.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu{background: #223B59 !important;}}
@media (min-width: 992px){.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.company ul.wp-megamenu-sub-menu>li>ul ul, .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.resources ul.wp-megamenu-sub-menu>li>ul ul{background: #223B59 !important;border:1px solid #fff;}}
.wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.company ul.wp-megamenu-sub-menu>li>ul ul, .wp-megamenu-wrap .wpmm-nav-wrap>ul.wp-megamenu li.wpmm_mega_menu.resources ul.wp-megamenu-sub-menu>li>ul ul{background: #223B59 !important;}
.headerInner{box-shadow: none;}
@media screen and (max-width: 736px){
.banner h1 {
    font-size: 52px !important;
    line-height: 1;
    line-height: 54px !important;
}
}

@media (max-width:1200px){
    .sNo {
        width: 30px;
        height: 30px;
        color: #fff;
        background: #4B8DEC;
        box-shadow: 6px 11px 28px #4D578830;
        margin-right: 35px;
        border-radius: 50px;
        float: left;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        font-weight: bolder;
        z-index: 9;
        margin-bottom: 18px;
    }
}

@media (max-width:581px){

    .sNo {
        margin-right: 15px;
        font-size: 14px;
        margin-bottom: 38px;
    }

}

@media (max-width:480px){

    .gshopList li img {
        padding-right: 15px;
        width: 30%;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .gshopList li {
        width: 100%;
        display: inline-block;
        align-items: center;
    }

}

@media (max-width:380px){

    .sNo {
        margin-right: 15px;
        font-size: 14px;
        margin-bottom: 84px;
    }
}    

