p {
    line-height: 1.8;
}

body {
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.MainImg .col-md-12 .main-content-img {
    border-radius: 0 0 25px 25px;
    margin-top: 20px;
}

.event-bac {
    margin: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.event-bac:before {
    content: '';
   background: #fe8c00;  
background: -webkit-linear-gradient(to right, rgb(248 54 0 / 96%), rgb(254 140 0 / 96%));  
background: linear-gradient(to right, rgb(248 54 0 / 96%), rgb(254 140 0 / 96%)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.team_about_bg{
    position: relative;
}
.team_about_bg:before{
    content: '';
    background: -webkit-linear-gradient(to right, rgb(18 18 18 / 88%), rgb(0 0 0 / 85%));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgb(18 18 18 / 88%), rgb(0 0 0 / 85%));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.schedule_btn {
    background:#fff;
    color: #12100f;
    font-weight: 500;
    transition: 0.5s;
}
.schedule_btn:hover{
    background:#111;
    color: #fff;
    border: 1px solid #fff;
}
.MeetSecImg_slider .owl-theme .owl-dots .owl-dot span{
    background: #ffffff94;
}
.MeetSecImg_slider .owl-theme .owl-dots .owl-dot.active span, .MeetSecImg_slider .owl-theme .owl-dots .owl-dot:hover span{
    background: #fd982e;
}


.badgeImg {
    position: absolute;
    top: 14px;
    right: 30px;
    z-index: 10;
}

.badgeImg img {
    width: 100%;
    max-width: 180px;
}

.logo-img {
    width: 100%;
    max-width: 280px;
    margin-top: -45px;
    padding-bottom: 35px;
}

.logo-img img {
    width: 100%;
    max-width: 280px;
    outline: none;
}
.logo-img img:focus {
    outline: none;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.position-relative {
    position: relative;
    z-index: 5;
}

.display-table {
    display: table;
}

.color-white {
    color: #fff;
}

.position-relative {
    position: relative;
    z-index: 5;
}

.banner-event-date-venue:before {
    left: -72px;
}

.event-date {
    padding-right: 25px;
}

.text-blue {
    color: #00aeef;
}
.event-date sup {
    text-transform: lowercase;
}
.banner-event-date-venue {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: table;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 21px;
}
.new_content_btn h4 {
    margin-bottom: 25px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.new_content_btn {
    text-align: center;
    padding-top: 30px;
}
.schedule_btn_m{
    background:#fa4e07;
    color: #fff;
}
.schedule_btn_m:hover{
    background: #000;
    color: #fff
}
.banner-event-date-venue:before,
.banner-event-date-venue:after {
    content: " ";
    position: absolute;
    width: 61px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.banner-event-date-venue:after {
    right: -72px;
}

.md-banner-content .banner-event-date-venue .fa {
    padding-right: 5px;
}

.md-banner-content .banner-event-date-venue .fa {
    padding-right: 5px;
}

.display-inline-block {
    display: inline-block;
}

.logo.logo-sl img {
    width: auto;
}

.logo img {
    margin: 0 auto 35px auto;
    width: 300px;
}

.event-date i,
.event-venue i {
    margin-right: 8px;
}
.smb_digital_aus {
    text-align: center;
    padding-bottom: 30px;
}
.smb_digital_aus h4 span {
    font-size: 16px;
}
.smb_digital_aus h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.smb_digital_aus h4 {
    color: #fff;
}
.event-bac h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5.3rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    text-shadow: 1px 2px 2px #140a0380;
}

.text-red {
    color: #e30513;
}

.box-design {
    padding: 10px;
    background: #fff;
}

.banner-event-date-venue h3 {
    color: #1c1717;
    font-weight: 600;
}

.main-content {
    padding: 50px 0px;
}

.MainImg .col-md-6:nth-child(1),
.MainImg .col-md-6:nth-child(3) {
    padding-right: 10px;
}

.MainImg .col-md-6:nth-child(2),
.MainImg .col-md-6:nth-child(4) {
    padding-left: 10px;
}

.MainImg .col-md-6:nth-child(1) .main-content-img {
    border-radius: 25px 0 0 0;
}

.MainImg .col-md-6:nth-child(2) .main-content-img {
    border-radius: 0 25px 0 0;
}

.MainImg .col-md-6:nth-child(3) .main-content-img {
    border-radius: 0 0 0 25px;
    margin-top: 20px;
}

.MainImg .col-md-6:nth-child(4) .main-content-img {
    border-radius: 0 0 25px 0;
    margin-top: 20px;
}

.main-content .main-content-img {
    overflow: hidden;
}

.main-content .main-content-img img {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-content .main-content-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main-content h3 {
    font-weight: bold;
    line-height: 38px;
    color: #1c1717;
    margin-bottom: 10px;
    font-size: 32px;
}

.about-mwc {
    padding: 50px 0px;
    background-attachment: fixed;
}

h2 {
    font-weight: bold;
}

.mtb20 {
    margin: 20px 0px;
}

.about-mwc h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 32px;
}

.about-mwc p {
    color: #fff;
    margin-bottom: 15px;
}

ul.ExplOur {
    padding-top: 10px;
}

ul.ExplOur>li {
    float: left;
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin-right: 15px;
}

ul.ExplOur>li:last-child {
    margin-right: 0px;
}

ul.ExplOur>li>img {
    width: 100%;
    background: #fff;
    padding: 9px;
    border-radius: 50pc;
}

.pt-5 {
    padding-top: 3rem;
}
.visit_software h2 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.visit_software h2:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 80px;
    background: #fff;
    bottom: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.MeetSecImg_slider .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 25px;
}
.visit_software h2:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 30px;
    background: #f78106;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-list h4 {
    line-height: 25px;
    color: #fff;
    padding-bottom: 1rem;
}

.about-list a {
    color:#fd982e;
    font-weight: 400;
    transition: 0.3s;
}
.about-list a:hover{
    text-decoration: underline;
}
.MeetSec {
    padding: 20px 0 0;
    /* background: #fff; */
}

.about-list ul li {
    line-height: 24px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;

}

.about-list ul li:before {
    content: "\f0a9";
    font-family: FontAwesome !important;
    
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#fd982e;
    font-size: 18px;
    position: absolute;
    left: 8px;
    top: 0px;
}

.MeetSecImg img {
    width: 100%;
}

/* owl */

.ProjectOwl {
    -moz-box-shadow: 0 0 6px #ececec;
    -webkit-box-shadow: 0 0 6px #ececec;
    -o-box-shadow: 0 0 6px #ececec;
    box-shadow: 0 0 6px #ececec;
    margin-bottom: 40px;
}

.ProjectOwl .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -47px;
}

.ProjectOwl .owl-dots .owl-dot.active span,
.ProjectOwl .owl-dots .owl-dot:hover span {
    background: #f78106 !important;
}

.ProjectOwl .OwlSec {
    width: 100%;
    display: flex;
}

.ProjectOwl .OwlSec .OwlLeft {
    width: 60%;
}

.ProjectOwl .OwlSec .OwlLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ProjectOwl .OwlSec .Owlright {
    width: 40%;
    background: #fff;
    padding: 50px 40px;
}

.OwlrighTxt {
    position: relative;
    height: 100%;
}

.ProjectOwl .OwlSec .Owlright h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #323232;
    text-transform: capitalize;
}

.ProjectOwl .OwlSec .Owlright p {
    color: #636363;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 10px;
}

.ProjectOwl .OwlSec .Owlright a {
    color: #f78106 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    padding: 8px 0px;
    transform: translateY(0);
}

.ProjectOwl .item:hover .Owlright a {
    opacity: 1;
    transform: translateY(-5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-title h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #1c1717;
    font-weight: 700;
}
.pd-sec-80 {
    padding: 50px 0px;
}
.mb-30 {
    margin-bottom: 30px;
}

/*sm*/

.is-box-bg {
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, .15);
    padding: 0px 10px;
}

.text-blue:before,
.text-blue:after {
    background-color: #e30513;
}

.large-text {
    font-size: 30px;
    line-height: 0px;
}

.center_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    background: rgb(243, 246, 216);
}

.side-heading h2 {
    color: #fff;
    text-transform: none;
    font-weight: 300;
    margin: 33px 0px 0px 0px;
    font-size: 22px;
    line-height: 32px;
}

.side-heading h2 span.heading {
    font-size: 48px;
    font-weight: bold;
    line-height: 0;
    margin-right: -6px;
}
.segmentsfrm {
    width: 100%;
    max-width: 800px;
    background: #fff;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(72 73 121 / 9%);
}
.segmentsfrm input {
    /* line-height: 8px !important; */
    padding: 10px 15px;
    height: 45px;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 5px;
    background: #fff;
}
.form_back_bg {
    position: relative;
}

.segmentsfrm select {
    height: 45px;
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: none;
}

.segmentsfrm textarea {
    background: #fff;
    border-radius: 5px;
    height: 120px;
    color: #222f44;
    border: 1px solid #eee;
    box-shadow: none;
}

.segmentsfrm label {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.segmentsfrm .form-group {
    margin-bottom: 25px;
}

.is-segments ul li a {
    background: transparent;
    color: #000;
}

.is-segments .center_tab h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 400;
}

.is-box-bg ul.nav {
    padding-left: 15px;
    margin: 10px 0px;
}

.is-box-bg ul.nav>li>a {
    padding: 20px 15px;
}

.is-segments .center_tab h4 {
    font-weight: bolder;
    margin: 10px 0px;
    color: #e30513;
    text-align: center;
}

.is-box-bg ul.nav>li.active>a {
    color: #e30513;
    background-color: transparent;
    font-weight: bold;
    font-size: 20px;
    border: none;
}

.custom-btn {
    background:#fa4e07;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
}
.custom-btn:hover {
    background: #000;
    color: #fff;
}


.banner-event-date-venue h2 {
    color: #1c1717;
}

.nav-stacked>li>a:focus,
.nav-stacked>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #e30513;
    transition: font .2s ease-in-out;
}

/*sm*/

.segmentsTxt {
    width: 100%;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
}

.segmentsTxt h2 {
    font-weight: bold;
    line-height: 40px;
    color: #1c1717;
    margin-bottom: 40px;
    position: relative;
    font-size: 36px
}

.segmentsTxt h2::before{
    bottom: -15px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
}
.segmentsTxt h2::after {
    bottom: -16px;
    content: "";
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
}

.text-thm {
    color: #1c1717;
}

/* .about-thm{
	background: #68294b;
} */

.about-thm {
    background: url(../img/destination-banner.jpg) #68294b;
    position: relative;
}


.about-thm::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #000000c2, #000000fa);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #000000c2, #000000f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.segmentsTxt h2::before {
    background: #1c1717 none repeat scroll 0 0;
    margin: 0 auto;
    width: 80px;
}
.segmentsTxt h2::after {
    background: #f78106  none repeat scroll 0 0;
    width: 24px;
    margin: 0 auto;
}

.ExpertOwls .row {
    margin-right: 0px;
    margin-left: 0px;
}

.MeetSecImg_slider {
    padding: 1.2em 0 0;
}

.MeetSecImg_slider .itm-img {
    border-radius: 5px;
    overflow: hidden;
}

.ExpertOwls .row .col-md-6 {
    margin-padding: 0px;
    margin-padding: 0px;
}

.ExpertOwls .owl-item {
    padding-top: 10px;
}

.CreateSolution {
    align-items: flex-start;
    padding: 20px;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 0px 15px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0px 0px 15px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 15px rgba(72, 73, 121, 0.15);
    margin-bottom: 15px;
    min-height: 133px;
    border-radius: 15px;
}

.CreateSolution .soluicon {
    margin-right: 12px;
    transition: all 0.3s ease-in;
}

.soluicon .iconxt {
    color: #fff;
    background: -webkit-linear-gradient(to right, rgb(248 54 0 / 98%), rgb(254 140 0 / 98%));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgb(248 54 0 / 98%), rgb(254 140 0 / 98%));
    display: inline-flex;
    width: 38px;
    height:38px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-in;
    text-align: center;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.soluicon .iconxt h2 {
    color: #fff;
    font-size:16px;
    font-weight: 600;
}

.CreateSolution .Solutxt h5 {
    font-size: 22px;
    color: #1c1717;
    line-height: 22px;
    margin-bottom: 5px;
}

.CreateSolution .Solutxt p {
    color: #828282;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.AreasTxt .col-md-4 {
    padding-left: 0px;
}

.AreasTxt .icons {
    min-height: 144px;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px 5px;
    border-radius: 15px;
    background: rgb(0 0 0 / 66%);
    box-shadow: 0px 0px 20px #404040a6;
}
.AreasTxt .icons h4 {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 12px;
    letter-spacing: 1px;
}

.text-purple {
    color: #e30513;
}

.nav-tabs {
    border-bottom: none !important;
}

.thanku a:hover {
    color: #e30513;
}

.footer_bottom {
    background: #f2fafd;
    padding: 15px 12px;
}

.copy_right_footer p {
    font-size: 14px;
    color: #333;
}

.copy_social a {
    color: #333;
    padding-left: 10px;
}


/* footer */

.site-footer {
    background-color: #15161a;
    padding: 25px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0;
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
}

.site-footer a {
    color: #fe8905;
    transition: 0.5s;
}

.site-footer a:hover {
    color:#ffad55;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links a {
    color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block;
}

.site-footer .social-icons {
    text-align: right;
}

.site-footer .social-icons a {
    width: 36px;
    height: 36px;
    line-height: 38px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #fff;
}

.copyright-text {
    margin: 0;
    padding-top: 6px;
    color: #c1c1c1;
    font-size: 14px;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}

.social-icons a {
    background-color: #eceeef;
    color: #000;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.instagram:hover {
    background-color: #a512a6;
}

.social-icons a.skype:hover {
    background-color: #3498db;
}

.social-icons a.youtube:hover {
    background-color: red;
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}
/* end */

/*sm*/

@media(max-width:787px) {
    .event-bac h1 {
        font-size: 5rem;
        line-height: 50px;
    }
    .custom-width {
        width: 50%;
    }
    .panel-default>.panel-heading {
        color: #333;
        background-color: #fa9098;
        border-color: #ddd;
        padding: 20px;
        color: #fff;
    }
    .panel-title h4 {
        margin-top: 0;
        font-size: 16px;
        display: inline-block;
        text-align: left;
    }
    .panel-title a:hover {
        font-size: 20px;
        color: #fff;
    }
    .xs-pd-top-50 {
        padding-top: 50px;
    }
}



@media screen and (max-width:991px) {
    .about-mwc h2 {
        margin: 20px 0px 30px;
    }
    .ExplOur {
        display: flex;
        justify-content: center;
    }
    .mwcRs {
        text-align: center;
    }
    .AreasTxt .col-md-4 {
        padding-left: 15px;
    }
    .MeetSecImg img {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .banner-event-date-venue::before,
    .banner-event-date-venue::after {
        display: none;
    }
    
    
    .segmentsfrm{
        padding: 15px;
    }
    .footer_bottom {
        text-align: center;
    }
    .copy_social {
    float: none !important;
    text-align: center;
    }
    body{
        padding-top: 0 !important;
    }
}
@media screen and (max-width:480px) {
    .logo.logo-sl img {
        max-width: 125px;
        margin: 0 auto 20px;
        
    }
    .badgeImg img {
        max-width: 165px;
        position: relative;
        top: 70px;
        left: 0;
    }
    .event-bac h1 {
        font-size: 28px;
        line-height: 34px;
        text-shadow: none;
        margin-bottom: 15px
    }
     .custom-width {
        width: 100%;
    }
    .banner-event-date-venue{
        letter-spacing: 0;
        font-size: 14px;
        text-align: center;
        margin-bottom: 6px;
    }
    .event-date.display-inline-block {
        padding-right: 12px;
        margin-bottom: 6px;
        padding-left: 12px;
    }
    .schedule_btn{
        font-size: 16px;
        padding: 10px 30px;
        margin-top: 15px;
    }
    .MeetSec {
        padding: 0;
    }
    .segmentsTxt h2{
        font-size: 30px;
        font-weight: 600;
    }
    .visit_software h2{
        font-size: 30px;
        line-height: 38px;
        font-weight: 600;
    }
    .side-heading h2{
        font-size: 18px;
        line-height: 26px;
    }
    .side-heading h2 span.heading{
        font-size: 40px;
    }
    .badgeImg{
        position: absolute;
    }
    .about-mwc h2{
        margin-top: 0;

    }
    .about-mwc h2{
        margin-bottom: 15px;
    }
    .AreasTxt .col-md-4{
        width: 100%;
    }
    .AreasTxt .icons h4{
        font-size: 14px;
    }
    .schedule_btn_m {
        font-size: 14px;
        padding: 10px 20px;
    }
    .MeetSecImg_slider .owl-theme .owl-nav.disabled+.owl-dots{
        margin-bottom: 25px;
    }
    .about-mwc {
        padding: 40px 0px 30px;
    }
}
