body {
    color: #363636;
    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 {
    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
}

.webinar-banner {
    background-image: url(../images/mobile-commerce-optimization.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 500px;*/
    padding: 100px 0;
    text-align: left
}

.webinar-banner h1 {
    font-size: 48px;
    color: #ef533a;
    margin-top: 50px;
    line-height: 50px;
}

.webinar-banner h1 span {
    color: #fff
}

.webinar-banner p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0
}

.webinarForm {
    margin-top: -420px
}

.find {
    padding: 30px 0 20px 0
}

.register-form {
    background-color: #fff;
    padding: 35px 45px;
    margin: 0 35px;
    border-radius: 10px;
    box-shadow: 0 15px 38px 10px rgba(0, 0, 0, .1)
}

.register-form h4 {
    color: #ef533a;
    font-weight: 700
}

.register-form hr {
    background: #ef533a none repeat scroll 0 0;
    border: medium none;
    height: 2px;
    width: 72px;
    margin: 0 auto
}

.register-form p {
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c
}

.register-form #webinarForm input {
    border-radius: 3px;
    padding: 20px 15px
}

.register-form #webinarForm .btn-submit {
    color: #fff;
    background-color: #ef533a;
    border-color: transparent;
    border-radius: 3px;
    padding: 7px 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    outline: 0
}

.register-form #webinarForm .btn-submit:hover {
    color: #fff;
    background-color: #d8472f
}

.aboutWebinar {
    padding-top: 80px
}

.aboutWebinar h1 {
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #f3f3f3
}

.about-webinar {
    margin-top: -58px
}

.about-webinar span {
    width: 180px;
    font-size: 21px;
    border: 2px solid #ef533a;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #ef533a
}

.aboutWebinar h2 {
    font-weight: 400;
    margin: 20px 0;
    font-family: Roboto
}

.aboutWebinar p {
    line-height: 1.9
}

.mobileCommerce {
    padding: 40px 0;
    background-color: #ef533a;
    box-shadow: 0 15px 38px 10px rgba(0, 0, 0, .1)
}

.mobileCommerce h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background-image: url(images/mobile-commerce.png);
    background-repeat: no-repeat;
    padding: 30px 0 0 30px;
    line-height: 1.3
}

.mobileCommerce h3 span {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: Roboto
}

.mobileCommerce .join-our-webinar {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 110px 0
}

.mobileCommerce .btn-join-webinar {
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 50px;
    font-size: 21px;
    color: #ef533a
}

.whatsOn {
    background-color: #f3f3f3;
    padding: 40px 0 50px
}

.whatsOn h1 {
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fff
}

.summit-meeting {
    margin-top: -58px
}

.summit-meeting span {
    width: 180px;
    font-size: 21px;
    border: 2px solid #ef533a;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #ef533a
}

.whatsOn h2 {
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 5px
}

.whatsOn h2 span {
    font-size: 18px;
    font-weight: 900;
    color: #ef533a
}
.about-list li {
    min-height: 42px;
    list-style: none;
    background: url(../images/rbullet.png) 0 0px;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
    background-position: top 5px left
}
.whatsOn ul li {
    min-height: 42px;
    list-style: none;
    background: url(../images/bullet-point-web.png) 0 -13px;
    background-repeat: no-repeat;
    padding-left: 52px;
    padding-bottom: 30px;
    background-position: top -5px left
}
.whatsOn-list li{background: none !important;padding-left: 0 !important;padding-bottom: 30px !important;}
.whatsOn h4 {
    color: #313131;
    font-weight: 500;
    margin: 25px 0
}

.key-shadow {
    background: url(../images/whats-on-shadow.png) right no-repeat
}

.speakersWrapper {
    margin: 60px 0
}

.speakersWrapper h1 {
    font-size: 120px;
    margin: 0;
    padding: 0;
    color: #f3f3f3
}

.speakersWrapper h4 {
    font-weight: 500
}

.speakersWrapper h4 span {
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto
}

.speakersWrapper p {
    font-size: 15px;
    line-height: 28px
}

.our-speakers {
    padding: 25px 0 0
}

.speakersWrapper .speakers-1,
.speakersWrapper .speakers-2 {
    background: url(../images/grey-clouds.png) #f3f3f3 top left no-repeat;
    border-radius: 10px;
    padding: 55px 10px;
    overflow: auto
}

.speakersWrapper .speakers-1:hover,
.speakersWrapper .speakers-2:hover {
    background: url(../images/orange-clouds.png) #fff top left no-repeat;
    -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);
    transition: all .8s ease
}

@media (max-width:1199px) {
    .key-shadow {
        background: 0 0
    }
    .register-form {
        margin: 0 15px
    }
}

@media (max-width:991px) {
    .webinarForm {
        margin-top: 0;
        padding: 60px 0
    }
    .webinarForm .pull-right {
        float: none !important
    }
    .register-form {
        padding: 40px
    }
    .speakersWrapper h4 {
        text-align: center
    }
    .speakersWrapper p {
        text-align: center
    }
    .mobileCommerce .join-our-webinar {
        padding: 20px 0
    }
    .margin-top-30 {
        margin-top: 30px
    }
    .speakersWrapper .speakers-1 {
        margin-bottom: 30px
    }
    .speakersWrapper .speakers-1,
    .speakersWrapper .speakers-2 {
        padding: 75px 30px 40px
    }
}

@media (max-width:767px) {
    .whatsOn h1 {
        font-size: 92px
    }
    .about-webinar {
        margin-top: -42px
    }
    .aboutWebinar h1 {
        font-size: 92px
    }
    .speakersWrapper h1 {
        font-size: 92px
    }
    .about-webinar span {
        font-size: 16px
    }
}

@media (max-width:581px) {
    .whatsOn h1 {
        font-size: 52px
    }
    .about-webinar {
        margin-top: -42px
    }
    .aboutWebinar h1 {
        font-size: 52px
    }
    .speakersWrapper h1 {
        font-size: 52px
    }
}

.webinar-banner.magento1tomagento2Latest h1 {
    font-size: 36px;
    line-height: 1.2
}

@media (max-width:991px) {
    .webinar-banner.magento1tomagento2Latest h1 {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .webinar-banner.magento1tomagento2Latest h1 {
        font-size: 28px
    }
}

.magento1tomagento2 {
    background-image: url(../images/magento-1-to-magento-2-webinar.jpg)
}

.magento1tomagento2Latest {
    background-image: url(../images/is-it-worth-migrating-to-magento-2-banner.jpg)
}

.boosting-your-2019 h1,
.digital-marketing-trends-20 h1,
.magento1tomagento2 h1 {
    margin-top: 15px
}

.boosting-your-2019 .webinarBox,
.digital-marketing-trends-20 .webinarBox,
.magento1tomagento2 .webinarBox {
    display: inline-block;
    /*padding: 5px 25px;
    background-color: #ef533a;*/
    color: #fff
}

.croWebinarBanner4 {
    background-image: url(../images/cro-webinar-banner-4.jpg)
}

.webinarDownWrap {
    margin: 60px 0
}

.webinarDownWrap h2 {
    font-size: 30px;
    line-height: 1.2
}

.webinarDownWrap h2 span {
    color: #f0503f
}

.whatsOn {
    background-color: #f3f3f3;
    padding: 40px 0 50px
}

.whatsOn h1 {
    font-size: 120px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #fff
}

.summit-meeting {
    margin-top: -58px
}

.summit-meeting span {
    width: 180px;
    font-size: 21px;
    border: 2px solid #ef533a;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #ef533a
}

.whatsOn h2 {
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 5px
}

.whatsOn h2 span {
    font-size: 18px;
    font-weight: 900;
    color: #ef533a
}

.whatsOn h4 {
    color: #313131;
    font-weight: 500;
    margin: 25px 0
}

@media (max-width:767px) {
    .whatsOn h1 {
        font-size: 92px
    }
    .about-webinar {
        margin-top: -42px
    }
    .aboutWebinar h1 {
        font-size: 92px
    }
    .speakersWrapper h1 {
        font-size: 92px
    }
    .about-webinar span {
        font-size: 16px
    }
}

@media (max-width:581px) {
    .whatsOn h1 {
        font-size: 52px
    }
    .about-webinar {
        margin-top: -42px
    }
    .aboutWebinar h1 {
        font-size: 52px
    }
    .speakersWrapper h1 {
        font-size: 52px
    }
}

.whatsOn .boxShadow {
    background-color: #fff;
    padding: 30px 60px 20px 60px;
    margin-top: 30px;
    border-radius: 8px;
    min-height: 450px !important;
    box-shadow : -2px 0 24px -8px rgb(0 0 0 / 36%);
}

@media (max-width:1200px) and (min-width:992px) {
    .whatsOn .boxShadow {
        min-height: 415px !important
    }
}

@media (max-width:991px) {
    .whatsOn .boxShadow {
        min-height: auto !important
    }
}

@media (max-width:581px) {
    .whatsOn ul li {
        line-height: 1.6;
        min-height: 42px;
        margin-bottom: 10px
    }
}
@media (max-width:581px) {
.whatsOn .boxShadow {
    padding: 30px 30px 20px;}
}
.newSpeakerWrapper h1 {
    font-size: 80px
}

.newSpeakerWrapper .about-webinar span {
    font-size: 19px
}

.newSpeakerWrapper .about-webinar {
    margin-top: -3px
}

.newSpeaker {
    margin-bottom: 40px
}

.borderBottomSpeaker {
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea
}

.webinarCta+.speakersWrapper img {
    border-radius: 50%;
    width: 186px
}

.webinarCta+.speakersWrapper .speakers-1,
.webinarCta+.speakersWrapper .speakers-2 {
    padding-top: 65px
}

.webinarCta+.speakersWrapper .speakers-1,
.webinarCta+.speakersWrapper .speakers-2 {
    background-image: url(images/speaker-top-wrapper.png);
    background-size: contain;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);
}

@media(max-width:767px) {
    .top-ppc-tips-20 h1:after {
        display: none
    }
    .top-ppc-tips-20 h1 span.second {
        font-size: 60px
    }
    .webinarCta+.speakersWrapper .speakers-1 .col-xs-12,
    .webinarCta+.speakersWrapper .speakers-2 .col-xs-12 {
        padding: 0
    }
}

.webinarVideo {
    height: 150px
}

.webinarVideo+.ourCompany {
    margin: 50px 0
}

.webinar-banner.webinarVideo h1 {
    margin-bottom: 50px
}

.speakersWrapper .croSpeakers .speakers-2 {
    padding-bottom: 28px
}

@media(max-width:1199px) {
    .speakersWrapper .croSpeakers .speakers-1,
    .speakersWrapper .croSpeakers .speakers-2 {
        padding-bottom: 28px
    }
}

.min-height-speakers {
    min-height: 458px !important
}

@media (max-width:1200px) and (min-width:992px) {
    .min-height-speakers {
        min-height: 488px !important
    }
}

@media (max-width:991px) {
    .min-height-speakers {
        min-height: auto !important
    }
}

.webinarDownWrap {
    margin: 60px 0
}

.webinarDownWrap h2 {
    font-size: 30px;
    line-height: 1.2
}

.webinarDownWrap h2 span {
    color: #f0503f
}

.webinarDownloadFormWrap {
    max-width: 350px;
    background-color: #f7f7f7;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    text-align: center
}

.webinarDownloadFormWrap h3 {
    font-size: 18px;
    color: #f0503f;
    margin-bottom: 25px;
    margin-top: 0
}

.webinarDownloadFormWrap h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin-top: 10px;
    background-color: #f0503f;
    margin-right: auto;
    margin-left: auto
}

.webinarDownloadFormWrap .form-control {
    height: auto;
    padding: 12px 15px
}

.webinarDownloadFormWrap .btn-submit {
    color: #fff;
    background-color: #ef533a;
    border-color: transparent;
    padding: 7px 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    outline: 0
}

.webinarDownloadFormWrap .has-error .form-control {
    border-color: red
}

.newWebinarAbt {
    margin-bottom: 80px;
}
.timeTicker1 {
	padding: 40px 0;
	border-bottom: 1px solid rgb(240 80 63 / 10%);
	background-image: url('../images/timer-bg.jpg');
	background-size: cover;
}
.timeTicker1 .tickerWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.timeTicker1 .tickerWrapper .tickContent {
	width: 220px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 767px){
	.timeTicker1 .tickerWrapper .tickContent {
		width: 240px;
		text-align: center;
		margin-bottom: 20px;
	}
}
.timeTicker1 .tickerWrapper .tickContent h2 {
	font-size: 25px;
	color: #f0503f
	margin: 0;
}
}
.timeTicker .tickerWrapper .tickerClock {
	width: 416px;
	padding-left: 15px;
	padding-right: 15px;
}
.timeTicker1 .tickerWrapper .tickerClock .clockWrapper {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #fff;
    border-radius: 15px;
    padding: 20px;
}
}
@media (max-width: 460px) {
	.timeTicker1 .tickerWrapper .tickerClock .clockWrapper {
		justify-content: center;
	}
}
.timeTicker1 .tickerWrapper .tickerClock .clockWrapper .clock {
	width: 88px;
	margin-left: 8px;
	margin-right: 8px;	
	text-align: center;
	color: #fff;
}
@media (max-width: 460px) {
	.timeTicker1 .tickerWrapper .tickerClock .clockWrapper .clock {
		width: 64px;
		margin-left: 4px;
		margin-right: 4px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.timeTicker1 .tickerWrapper .tickerClock .clockWrapper .clock .number {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	color: #f0503f;
	background: #fff;
	border-radius: 15px;
}
@media (max-width: 460px) {
	.timeTicker1 .tickerWrapper .tickerClock .clockWrapper .clock .number {
		font-size: 26px;
	}
}
.timeTicker1 .tickerWrapper .tickerClock .clockWrapper .clock .text {
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 460px) {
	.timeTicker1 .tickerWrapper .tickerClock .clockWrapper .clock .text {
		font-size: 13px;
		font-weight: 400;
	}
}
.timeTicker1 .tickerWrapper .tickCta{
	width: 250px;
	padding-left: 15px;
	padding-right: 15px;
}
.timeTicker1 .tickerWrapper .tickCta .ctaWrap{
	margin-bottom: 0;
	text-align: center;
}
.timeTicker1 .tickerWrapper .tickCta .ctaWrap .cta{
	padding: 12px 25px;
	background-color: #f0503f;
	border-radius: 40px;
	float: none;
	display: inline-block;
	margin-top: 0;
}

@media (max-width: 1199px){.timeTicker1 .tickerWrapper .tickCta .ctaWrap {margin-top: 40px;}}
@media (max-width: 991px){
	.timeTicker1 .tickerWrapper .tickCta{
		margin-top: 10px;
	}
}
.webTimeWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.webinarTime{padding: 40px 0;background: #EE503E;color: #fff;}
.webEvents{width: 20%;padding-left: 15px;padding-right: 15px;}
.webDate{width: 30%;padding-left: 15px;padding-right: 15px;}
.webTime{width: 30%;padding-left: 15px;padding-right: 15px;}
.webCTA{width: 20%;padding-left: 15px;padding-right: 15px;text-align: center;}
@media (max-width:991px) {
.webEvents{width: 100%;margin-bottom: 20px;}
.webDate{width: 50%;}
.webTime{width: 50%;}
.webCTA{width: 100%;margin-top: 40px;}
}
@media (max-width:590px) {
.webDate{width: 100%;margin-bottom: 20px;}
.webTime{width: 100%;margin-bottom: 20px;}
}
.web-cta{margin-right: auto;margin-left: auto;text-align: center;padding: 10px 20px;background: #fff;color: #EE503E;font-weight: bold;font-size: 18px;border-radius: 5px;}
.web-cta:hover{text-decoration:none;color: #EE503E;cursor: pointer;}
.font-italic{font-style: italic;}
.font-weight-bold{font-weight: bold;}
.acumaticaWebinarBanner{background-image: url('../images/magento-migration-webinar-banner.png');}
.fs-26{font-size:26px;}

.solutionsTestimonialWrap{
	background: #F7F7F7;
	padding: 50px 0;
	overflow: hidden;
}
.solutionsTestimonialWrap .sTestimonialInnerWrapper{
	padding: 40px 20px;
	position: relative;
	/*background-color: #fff;
	border-radius: 15px;
	max-width: 895px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	box-shadow: 0 15px 38px 0 rgba(0, 0, 0, .1);*/
}
/*.solutionsTestimonialWrap .sTestimonialInnerWrap{overflow: hidden;}*/
.solutionsTestimonialWrap .sTestimonialInnerWrapper .sTestimonialInnerWrap:before,
.solutionsTestimonialWrap .sTestimonialInnerWrapper:before,
.solutionsTestimonialWrap .sTestimonialInnerWrapper:after{
	content: '';
	display: inline-block;
	position: absolute;
}

.solutionsTestimonialWrap .sTestimonialInnerWrapper .sTestimonialContentWrap{
	position: relative;
	padding-top: 0px;
	box-shadow: 10px 10px 20px #00000029;
border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.solutionsTestimonialWrap .sTestimonialInnerWrapper .sTestimonialContentWrap p.stestCont{
	font-size: 20px;
	color: #4A4A4A;
}
.solutionsTestimonialWrap .sTestimonialInnerWrapper .sTestimonialContentWrap p.testimonialPerson{
	margin-top: 25px;
	margin-bottom: 0;
	color: #333333;
	font-size: 19px;
	line-height: 1.1;
}
.solutionsTestimonialWrap .sTestimonialInnerWrapper .sTestimonialContentWrap p.testimonialCompany{
	margin-bottom: 0;
	color: #646464;
	font-size: 18px;
}
.solutionsTestimonialWrap .sTestimonialInnerWrapper .bx-wrapper .bx-pager,
.solutionsTestimonialWrap .sTestimonialInnerWrapper .bx-wrapper .bx-controls-auto{
	bottom: -30px;
}
.solutionsTestimonialWrap .sTestimonialInnerWrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.solutionsTestimonialWrap .sTestimonialInnerWrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
.solutionsTestimonialWrap .sTestimonialInnerWrapper .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background-color: #F86949;
}
.solutionsTestimonialWrap .sTestimonialInnerWrapper .bx-wrapper .bx-pager.bx-default-pager a{
	background-color: rgba(248, 105, 73, 0.51);
}
.owl-carousel .owl-item {
    float: left;
}
.sTestimonialContentWrap:before{
	background-image:url('../images/speaker-bg-img.png');
	width: 272px;
	height: 165px;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
}
@media (max-width: 991px){
	.solutionsTestimonialWrap .sTestimonialInnerWrapper .sTestimonialInnerWrap:before,
	.solutionsTestimonialWrap .sTestimonialInnerWrapper:before,
	.solutionsTestimonialWrap .sTestimonialInnerWrapper:after{
		display: none;
	}
}
@media (min-width: 831px){
	.owl-prev{position: absolute;left: -70px;top:30%;}
	.owl-next{position: absolute;right: -70px;top:30%;}
}
@media (max-width: 830px){
	.owl-prev{position: absolute;right: 80px;top:-122px;}
	.owl-next{position: absolute;right: -20px;top:-122px;}
	.m-b-md-140{margin-bottom: 140px;}
}
@media (max-width: 991px){.text-md-center{text-align: center;}}
@media (min-width: 992px){.col-lg-block {width: 100%;display: block;}}
.webinar-section{padding:60px 0;}
.acumaticaOnebg{background: url(../images/magentoOnebg.png);
  background-size: cover;
  background-repeat: no-repeat;
    padding: 40px 50px;
color:#fff;
}
.acumaticaTwobg{
background: url(../images/magentoOnebg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 50px;
    color:#fff;
}
.main-tag-content{width:80%; margin-left:auto;margin-right: auto;}
@media(max-width: 1199px) {.main-tag-content{width: auto;}}

.beforeNoBullet{background: var(--unnamed-color-ec6737) 0% 0% no-repeat padding-box;
background: #EC6737 0% 0% no-repeat padding-box;
box-shadow: 3px 3px 10px #00000033;color: #fff;padding: 5px 8px;border-radius: 50px;font-weight: bold;margin-right: 15px;float: left;}
@media(max-width: 455px) {.beforeNoBullet{margin-bottom: 30px;}}