/*This CSS will load on all pages except homepage*/
.btn-outline-white:hover {
background:rgba(255, 255, 255, 0.2);
border: 2px solid #fff;
color: #fff;
}
.page-template-contact #intro{
padding: 2% 0 2%;
}
.copyright a{
color:#fff;
}
.popmake-content{
text-align:center
}
.panel-borderless{
border:none;
}
#secondary-navigation ul li {
    padding-top: 0;
    font-weight: bold;
    padding: 10px 25px 0 0;
}
/*content box start*/
.content-box {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row;
    flex-flow:row;
    max-width:1240px;
    padding:0 40px 0 50px;
    margin:auto
}

.content-box.col2 .content-text {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    order:2
}

.content-img {
    position:relative;
    margin:70px auto 40px auto;
    width:58%;
    text-align:center;
}
.content-img img {
    position:relative;
    z-index:1;
    /* width:100%*/
}
.content-text {
    position:relative;
    max-width:480px;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    text-align:left;
}
.content-text h3{
    font-size: 3.2rem;
    line-height: 1.35;
    color:#252525;
    font-weight: 500;
    text-transform: none;
    margin: 25px 0 20px 0;
}
.content-text h2{
    font-size: 3.2rem;
    line-height: 1.35;
    color:#252525;
    font-weight: 400;
    text-transform: none;
    margin: 25px 0 20px 0;
}

.content-text p {
    font-size: 1.8rem;
    color:#404040;
    -webkit-hyphens:none;
    -ms-hyphens:none;
    hyphens:none
}
.content-text ul{
    padding-left:0px;
}
.content-text ul li {
    padding-left:15px;
    list-style-type:none;
    color:#404040;
    font-size: 1.8rem;
    background: url(assets/img-new/dot-orange.png) left 14px no-repeat;
}
.vFair-logo{
    position:absolute;
    background:no-repeat 50%/contain
}
.link-white{
    color:#fff !important;
    text-decoration:underline;
}
.link-white:hover{
    color:#fff !important;
    text-decoration: none;
}
/*Slider CSS*/
.testimonials-list{
    width:100%;
    display:block;
    overflow:hidden;
}
.testimonials-box{
    text-align:center;
    color:#fff;
    padding:40px 0;
    height:auto !important;
}
.testimonials-box h3{
    position:relative;
    font-size:20px;
    margin:30px 10% 20px 10%;
    text-align:center;
    font-weight:normal;
    text-transform:lowercase;
}
.testimonials-box h3::before {
    content: "";
    position:absolute;
    height:43px;
    width:43px;
    left: -45px;
    top: -20px;
    background:url(assets/img-new/quote-up.png) left top no-repeat;
}
.testimonials-box h3::after {
    content: "";
    position:absolute;
    height:43px;
    width:43px;
    right: -45px;
    bottom: -20px;
    background:url(assets/img-new/quote-down.png) left top no-repeat;
}
.testimonials-list .author-box{
    width:600px;
    text-align:center;
    margin:0px auto;
}
.author-pic img{
    border-radius:50px;
}
.author-list{
    display:inline-block;
    text-align:center;
    margin:10px;
}
.slider-nav .slick-current{
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(0%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(0%);
    -o-transition: .5s ease-in-out;
    filter: grayscale(0%);
    transform: scale(1.1);
}
.slider-nav .slick-current::before {
    content:"";
    background:url(assets/img-new/arrow-slide.jpg) left top no-repeat;
    height:15px;
    width:26px;
    display:block;
    position:absolute;
    left: 30px;
    top: -32px;
}
button.slick-arrow {
    display: none !important;
}
.mainNoMargin{
    margin-bottom:0 !important;
}
/*New CSS*/
.gray-bg{
    background-color:#f5f5f5 !important;
}
#introMain {
    max-width:600px;
    margin: auto;
    padding: 6% auto 7% auto ;
    clear: both;
    text-align:center;
    position: relative;
}
#introMain h1{
    text-transform:none;
}
#introMain p.skinny {
    max-width:none;
    color:#000;
    margin-bottom:30px;
}
#introMain p.features_skinny {
    max-width:none;
    color:#000;
    margin-bottom:30px;
}
.features-sec{
    text-align:center;
    margin-bottom:50px;
}
.features-sec h4{
    font-size: 4rem;
    line-height: 1.35;
    color: #252525;
    font-weight: 400;
    text-transform: none;
    margin: 25px 0 20px 0;
}
.features-sec p{
    font-size: 1.8rem;
    color: #404040;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.container-slider {
    position: relative;
    margin: 0 auto  50px auto;
    width: 96%;
}
.center .blue {
    opacity: 0.8;
    transition: all 300ms ease;
}
.center .static-img {
    line-height: 100px;
    margin:0;
    padding: 0%;
    position: relative;
    text-align: center;
    overflow:hidden;
}
.center .static-img img{
    position:relative;
    max-width:100%;
    padding:50px 85px;
    opacity: 0.8;
    transition: all 300ms ease;
}
.center .static-img.slick-center {
    opacity: 1;
    text-align:center;
    position:relative;
}
.center .static-img.slick-center img{
    position:relative;
    left: 1px;
    top: -28px;
}
.container-slider button.slick-arrow{
    display:block !important;
    z-index: 3 !important;
}
.container-slider .slick-next,
.container-slider .slick-prev {
    position: absolute;
    bottom: 0;
    top: 45%;
    width: 25%;
    height:100%;
    z-index: 3 !important;
}
.container-slider .slick-prev:before,
.container-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color:transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-slider .slick-next.slick-arrow{
    right: 0;
}
.container-slider .slick-prev:before {
    background:url(assets/img-v3/right-arow.png) right top no-repeat;
    height:64px;
    width:64px;
    display:block;
    left: 90%;
    position: relative;
}
.container-slider .slick-next:before  {
    background:url(assets/img-v3/left-arow.png) right top no-repeat;
    height:64px;
    width:64px;
    display:block;
}
.container-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.container-slider .slick-dots li button,
.container-slider .slick-dots li button:before{
    width: 35px;
    height: 8px;
    background:#999999;
    list-style:none;
    border-radius: 0px;
    content:normal;
    padding:0px;
}
.container-slider .slick-dots li.slick-active button{
    background:#f35063 !important;
}
/*FAQ Scroll Button*/
.sidebar-box {
    max-height: 120px;
    position: relative;
    overflow: hidden;
}
.sidebar-box .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 40px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    z-index:1001;
}
.sidebar-box .read-more a{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: inline;
    font-weight: 500;
    position: relative;
    top: 20px;
}
.sidebar-box .read-more:hover{
    background-image: linear-gradient(to bottom, transparent, gray);
}
.sidebar-box .read-more a:hover,
.sidebar-box .read-more:hover a{
    text-decoration:none;
    color:#fff;
}
.slick-arrow::before {
    content: "" !important;
}
#contact-solution .col-6{
    margin-right: 2%;
}
#contact-solution textarea{
    width:97%;
}
#contact-solution .form-select, #contact-solution .event-type, #contact-solution .event-time, .country {
    background: transparent;
    display: block;
    position: relative;
    color: white !important;
}
#contact-solution .form-select select, #contact-solution .event-type select, #contact-solution .event-time select, .country select{
    color: white;
    border: 1px solid #ffffff;
}
.white-text{color:#fff !important;}
#introMain{
    max-width: 800px;
    margin: 0;
    padding: 6% 0 7% 0;
    text-align: left;
    clear: both;
    position: relative;
}
#introMain p.skinny {
    max-width: 545px;
    margin-left: 0;
    margin-right: auto;
}
#introMain h1{margin-bottom:15px}
#introMain h2{margin-bottom:12px}
#introMain p{font-size:1.8rem}
.reviewer-rating {
    background-color: #e6edf2;
    border: 1px solid #c1dee0;
    border-radius: 6px;
    padding: 14px 15px 25px;
    margin-top: 20px;
}
.reviewer-sect { margin: 15px 0; margin-bottom: 25px;min-height: 80px;}
.reviewer-infor .r_name {     display: block;
    font-size: 22px;font-weight: 500;
    color: #2d3561;}
.reviewer-infor .r_designation {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #9a9a9c;}
.reviewer-infor .r_comp {
    display: block;
    font-size: 17px;font-weight: 500;
    color: #6f6f6f;}
.reviewer-comment h4 { text-transform: capitalize; letter-spacing: -1px;    margin: 5px 0px;}
.r_rightcol .fa-star, .r_rightcol fa fa-star-o {color: #F9BF3B;}
.reviewer-comment p{
    font-size: 16px;
    line-height: 1.7em;
    margin: 10px 0;
}
.reviewer-infor {
    float: left; margin-left: 15px;width: 75%;line-height: 1.8em;
    margin-top: 3px;}
.reviewer-img {
    float: left; padding: 5px;    width: 80px;}
.reviewer-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.darkblue { color: #1172b7;}
.orange { color: #eb4710}
.reviewer-comment {margin: 20px 0 10px;clear: both;}
.faqSec{
    padding-bottom:35px;
}
.faqSec h2 {
    font-size: 3.2rem;
    line-height: 1.35;
    color: #252525;
    font-weight: 400;
    text-transform: none;
    margin: 25px 0 20px 0;
    text-align:center;
}
.faqSec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 -1%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}
.faqSec ul li {
    width: 48%;
    margin: 12px 1%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.faqSec ul li span{
    display:block;
    padding:20px 20px 5px 20px;
    color: #7e7e7e;
    border-bottom: 8px solid;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
}
.faqSec ul li span:hover{
    width: calc(100% + 20px);
    margin: -10px;
    padding: 30px 30px 15px 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.faqSec ul li h3 {
    font-size: 1.9rem;
    line-height: 1.35;
    font-weight: 500;
    margin-bottom:10px;
    text-transform:none;
}
.faqSec ul li:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.faqSec ul.underline-red li span{
    border-bottom-color: #ef4e72;
}
.faqSec ul.underline-orange li span{
    border-bottom-color: #e96437;
}
#lobby-vdo{
    position: relative;
    z-index: 0;
    width: 426px;
    left: -1px;
    top: 4px;
}
.category-47 div#contact-solution {
    padding-bottom: 100px;
}
#post-previews{margin:0 -1.5%}
#post-previews .post{width:22%;margin:0 1.5% 60px 1.5%;box-sizing:border-box}
#post-previews .post a,#post-previews .post a:visited{width:100%;padding:30px 10px 20px 10px;text-align:center;display:block;border-radius:3px;box-sizing:border-box;overflow:hidden;background-image:-webkit-linear-gradient(left, #f0f0f0 0%, #fafafa 100%);background-image:linear-gradient(to right, #f0f0f0 0%, #fafafa 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFAFAFA', GradientType=1)}
#post-previews .post a figure,#post-previews .post a:visited figure{margin:-30px -10px 15px -10px;display:block}
#post-previews .post a figure img,#post-previews .post a:visited figure img{width:100%;height:auto}
#post-previews .post a h4,#post-previews .post a h6,#post-previews .post a .reply a,.reply #post-previews .post a a,#post-previews .post a:visited h4,#post-previews .post a:visited h6,#post-previews .post a:visited .reply a,.reply #post-previews .post a:visited a{margin:5px 0}
#post-previews .post a h6,#post-previews .post a .reply a,.reply #post-previews .post a a,#post-previews .post a:visited h6,#post-previews .post a:visited .reply a,.reply #post-previews .post a:visited a{font-size:1.3rem;font-weight:400;letter-spacing:2px}
#post-previews .post a:hover figure img,#post-previews .post a:visited:hover figure img{opacity:0.85}
#post-previews .post a:hover h4,#post-previews .post a:visited:hover h4{color:#f96634}
#post-single{padding-top:30px}
#post-single .post .entry-content{color:#212121}
#post-single .post blockquote{color:#f96634;font-size:5rem;line-height:1.1;text-align:center}
#post-single .author-bio{margin:60px 0 50px 0;padding:50px 0 0 100px;border-top:1px solid #f5f5f5;position:relative}
#post-single .author-bio .avatar{border:1px solid #f5f5f5;position:absolute;top:30px;left:0;border-radius:100%}
#post-single .author-bio h3{margin:0 0 30px 0;text-transform:uppercase}
#post-single .meta{margin-bottom:50px;padding:50px 0 30px 0;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}
.resources-home-block #post-previews .post {
    width: 30%;
}
.resources-home-block #post-previews .post a h6 {
    display: none;
}
.resources-home-block #post-previews .post a, .resources-home-block #post-previews .post a:visited {
    background:none !important;
}
.resources-home-block #post-previews .post a:hover,
.resources-home-block #post-previews .post a:visited{
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
#post-previews .post a, #post-previews .post a:visited {
    box-shadow: 0 4px 16px 0 rgb(32 32 32 / 14%);
    background-image: inherit;
}
#post-previews h4 {
    text-transform: capitalize;
    padding: 10px 10px;
}
.small-cta {
    padding: 19px 16px 7px;
    border: 4px #f96634 solid;
    margin-bottom: 20px;
    border: 4px #f96634 solid;
}
.small-cta .cta-flex::after {
    content: "";
    display: table;
    clear: both;
}
.small-cta .cta-flex h4 {
    float: left;
}
.small-cta .cta-flex p {
    float: right;
}
.small-cta .cta-flex {
    display: inherit;
}
.small-cta .container-cta a {
    margin-left: 12px;
    padding: 8px 22px;
    line-height: 27px;
    font-size: 18px !important;
}
.small-cta p {
    margin-bottom: 0px;
}
/*Case Studies-------------------*/
#introCaseStudy{
    max-width: 1240px;
    margin: 0px auto;
}
#introCaseStudy h2{font-size:40px;
    font-weight: 500;
    background: url(assets/img/featured-label.png)no-repeat left top; padding-top:25px; margin-top: 30px;
    margin-bottom: 0px;

}
.small-desc{font-size:18px;
    color:#f75f47;
    text-transform:uppercase;
    font-weight: bold;
    line-height:1.2em; margin-bottom:15px;}

#introCaseStudy .introText{color:#474747; line-height:1.2em;}
.view .vfairCategory{position: absolute; right: -1px; border-radius: 65px 0px 0px 65px; border:1px solid #fff; background-color: rgba(255,255,255,0.3); font-size: 12px; padding: 10px 15px; z-index: 1; top: 30px; color: #fff;}
.view .boxColor{
    position: absolute;
    width:100%;
    height: 404px;
    opacity: 0.9;
    z-index: 1;
}
.sticky-header.fixed{z-index: 5;}
.company-logo {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 1; z-index: 4}
.view {
    height: 404px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
    width: 100%;
    height: 404px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    margin: 20px 0 0 0
}
.view p {
    font-size: 15px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
}
.mask .user-company { font-style: italic; color: #dfdfdf;    font-size: 92%;}
.view-first img {
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(33,33,33, 0.9);
    transition: all 0.4s ease-in-out;
    padding-top: 12%;}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.2s linear;
    line-height:1.2em;
}
.view-first a.info{
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first:hover img {
    transform: scale(1.1);
}
.view-first:hover .mask {
    opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
.appliedFilter{color:#f8643b;}
.filterCaseStudy{float: right; width: 200px; margin-bottom: 20px; margin-right: 6px; position: relative;}
.filterCaseStudy .filter-select {
    padding: 10px 40px 10px 15px;
    color: #7e7e7e;
    font-size: 1.4rem;
    border-radius: 3px;
    border: 1px solid #a9a8a8;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}
.filterCaseStudy:after {
    content: "";
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #a9a8a8;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 15px;
    z-index: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.profile-img {margin-left: auto;
    margin-right: auto;
    width:20%;
    margin-bottom: 10px;
    margin-top: 15px;}
.profile-img .user-name{float: left; margin-left: 17px; color: #fff; font-weight: bold;    margin-top: 6px;}
.profile-img .user-desig{margin-left: 17px; color: #fff; float: left;}
.profile-img img{border-radius: 60px; width: 65px; height: 65px; border:2px solid #fff; float: left;}
.video-testimonial{
    padding-top: 0px; padding-bottom: 0px;}
.qoute{background: url(assets/img-v4/qoute-symbol.png)no-repeat left top;
    padding-left: 50px; font-style: italic;}
.video-testimonial h3{text-align:center;}
.video-thumb img{border: 10px solid #fff; box-shadow: 2px 0px 16px 0px rgba(0, 0, 0, 0.11);}
.video-testimonial-credit{padding-top: 10px;
    border-top: 2px solid #f96437;display: inline-block;
    min-width: 40%;
}
.video-testimonial-credit img{float: left; margin-right: 15px;}
.video-testi-owner{font-weight: bold;}
.video-testi-desig {line-height: 1.2em;}
.video-testi-desig span{display: block;}
.capterra-section{padding: 50px 0px;}
.capterra-reviews{position: relative; padding-left: 90px;}
.capterra-reviews img{position: absolute; left: 1px;
    top: 0px;border-radius: 8px; width: 75px; height: 75px;}
.review-title{font-size: 19px; font-style: italic; font-weight: bold;}
.review-owner{margin-bottom: 0px; line-height: 1.2em; font-weight: bold; color: #aeaeae; }
.review-company{ font-weight: normal; }
.rating{background-color:#dbe9ea; border:1px solid #c1dee0; border-radius: 8px; padding: 8px 12px; margin-top: 30px;}
.rating h3{color: #36667f; font-size: 16px; text-transform: none;}
.rating h3 span{font-size: 14px;}
.rating i{color:#ffd715; text-shadow: 1px 1px 0px rgba(0,0,0,0.3);}
.rating h5{text-transform: none; font-size: 14px; color: #36667f; margin-top: 0px;}
.rating p{margin-bottom: 0px;}
.overall-rating{font-size:40px; color: #36667f; }
.overall-rating i, .overall-rating p{font-size: 16px;}
.overall-comment{line-height: 1.2em;}
.customer-logos ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.customer-logos ul li img{display: block; margin: auto;}
.slick-dots button:hover{background:none;}
.capterra-section h2{font-weight: normal;}
.capterra-badge {text-align: right;}
@media (min-width: 768px){
    .wp-side-menu-item {width: 230px !important;}
}
.form-select select, .event-type select, .event-time select, .country select, .what_kind_of_event_are_you_planning select, .what_is_your_timeframe select{
    width: 100%;
    padding: 11px 40px 11px 15px;
    color: #7e7e7e;
    font-size: 1.4rem;
    border-radius: 3px;
    border: 1px solid #a9a8a8;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (min-width: 768px) {
    .col-4-alt {
        width: 29%;
    }
}
/*Homepage updates by Hassan 17-Sep-2018-----*/
.hero-section{min-height: 800px;
    background: #063241 url("assets/img/new-hero.jpg")no-repeat bottom center;
    background-size: cover; position: relative; padding-top: 50px;}
.hero-section #intro{padding: 0% 0 5% 0; color: #fff;}
.hero-section #intro h1{color: #fff;}
#main{margin-top: 0px !important;}
.icon-bg{width: 66px; height: 66px; border-radius: 100px; margin-left: auto; margin-right: auto;}
.icon-bg img{margin-top: 9px;}
.circle-red .icon-bg, .line-red:after{background-color: #ef4e72 !important;}
.circle-orange .icon-bg, .line-orange:after{background-color: #e96437 !important;}
.circle-yellow .icon-bg, .line-yellow:after{background-color: #f9c937 !important;}
.line-red:after, .line-orange:after, .line-yellow:after{height: 3px !important;}
.marBot0{margin-bottom: 0px;}
.heading-divide:after, .highlight-blocks header h4:after{width: 50px !important; margin-bottom: 20px !important;}
.testimonial-box{margin: 40px 20px; position: relative;background-color: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); min-height: 200px; padding: 120px 40px 20px; }
.testimonial-box .author{position: absolute; width: 85%; top:-31px; text-align: center;}
.testimonial-box .author img{border-radius: 100%; width:60px; height: 62px; display: block; margin-left: auto; margin-right: auto;}
.testimonial-box .author .author-info{display: block; font-size: 16px; font-weight: bold;}
.testimonial-box .author .author-info span{display: block; font-weight: normal; font-size: 14px;}
.slider-testimonial button.slick-arrow, .mob_customers_logos button.slick-arrow{display: block !important; border-radius: 100%; width: 58px; height:58px; background-color: #dcdcdc;}
.slider-testimonial .slick-prev,  .mob_customers_logos .slick-prev{
    left: -60px;
    background: #dcdcdc url("assets/img/prev-arrow.png")no-repeat center !important;
}
.slider-testimonial .slick-next, .mob_customers_logos .slick-next {
    right: -60px;
    background: #dcdcdc url("assets/img/next-arrow.png")no-repeat center !important;
}
.case-study-link{border-radius: 25px; display: inline-block;  padding: 5px 15px; font-size: 14px; color: #f8633f; border:1px solid #f8633f; background-color: transparent; float: right;}
@media (min-width:479px){.hero-section .ipad-video{position:absolute;bottom:0;transform:translateX(-50%);left:50%;width:460px;height:241px}.vdo-container{position:absolute;top:31px;left:105px;height:170px}.vdo-container video{width:272px;height:100%;object-fit:cover}.ipad-video img{position:relative;z-index:1;pointer-events:none}}
@media (min-width:767px){.wp-side-menu-item{width:230px!important}.hero-section .ipad-video{width:650px;height:340px}.ipad-video img{width:100%}.vdo-container{top:40px;left:150px;height:248px}.vdo-container video{width:363px}}
@media (min-width:1100px){.hero-section .ipad-video{width:760px;height:398px}.vdo-container{top:47px;left:178px;height:291px}.vdo-container video{width:421px}}
@media (min-width:768px){.wp-side-menu-item{width:230px!important}}
@media (min-width: 768px) {.col-4-alt {width: 29%;}}
.form-select select, .event-type select, .event-time select, .country select, .what_kind_of_event_are_you_planning select, .what_is_your_timeframe select{
    width: 100%;
    padding: 11px 40px 11px 15px;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px;
    border: 1px solid #fff;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.resources-home-block h2 {
    margin: 40px 0 45px 0;
}
.left-line.heading-divide:after, .left-line.highlight-blocks header h4:after {
    margin-left: 0;
}
#featured-post {
    margin-bottom: 0 !important;
}
.mt_40 { margin-top: 40px; }
.pt_40 { padding-top: 40px; }
.category-articles {
    margin-top: 30px;
}
.mask .user-name {
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 6px;
}
.mask .user-desig {
    color: #fff;
}
/* for borders in contact page */
.contactPage .what_kind_of_event_are_you_planning select, .contactPage .what_is_your_timeframe select  {
    border: 1px solid #a9a8a8;    color: #333;
}
.category-case-studies,.category-news, .event_type-career-fair, .type-vfairs_events, .category-infographics, .category-guides-2 {
    margin-top: 30px;
}
.formSect {
    background: #eaeaea;
    padding: 5px 30px 35px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 1px #d5d0d0;
    -moz-box-shadow: 0px 1px 0px 1px #d5d0d0;
    box-shadow: 0px 1px 0px 1px #d5d0d0;
    height: fit-content;
}
.video-responsive {
    z-index: 9999;
}
.ClientsSlider {
    width:100%;
    margin: 10px auto;
    display: none;
}
.ClientsSlider .slick-dots {
    bottom: -50px;
}
/**solutions page CTA section*/
#contact-solution .form-group {
    margin-bottom: 20px;
}
.background-gradient-grey h2 { color: #fff;}
/** down arrow for select box **/
.contactPage .what_kind_of_event_are_you_planning select, .contactPage .what_is_your_timeframe select{
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc) !important;
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
}
.contactPage .what_kind_of_event_are_you_planning select:focus, .contactPage .what_is_your_timeframe select:focus{
    background-image:
            linear-gradient(45deg, green 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, green 50%),
            linear-gradient(to right, #ccc, #ccc)!important;
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: gray;
    outline: 0;
}
#contact-solution .what_kind_of_event_are_you_planning select, #contact-solution .what_is_your_timeframe select{
    background-image: linear-gradient(45deg,transparent 50%,white 50%),linear-gradient(135deg,white 50%,transparent 50%),linear-gradient(to right,#fff,#fff) !important;
    background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) -2em;
    background-size: 5px 5px,5px 5px,1px 1.5em;
    background-repeat: no-repeat;
}
#contact-solution .what_kind_of_event_are_you_planning select:focus, #contact-solution .what_is_your_timeframe select:focus {
    background-image:
            linear-gradient(45deg, green 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, gray 50%),
            linear-gradient(to right, #fff, #fff)!important;
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) -2em;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
    background-repeat: no-repeat;
    border-color: white;
    outline: 0;
}
.sticky-header.fixed #main-navigation ul.main-nav .sub-menu li.item:last-child a {
    background: none;
    color: #333;
    padding: 5px 20px;
    margin-top: 0;
}
#event-previews { margin-top: 30px}
/*capterra new section **/

.row_rating { width:100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 17px;
    font-weight: 500;}
.r_leftcol  { width:60%;    float: left;}
.r_rightcol { width:40%;    float: left;}
.r_leftcol {     color: #1172b7;    }
.r_leftcol {     color: #474747;    }

.soluton-minihead {
    border: #f55950 solid 1px;
    padding: 4px 20px;
    font-size: 0.9em;
    border-radius: 15px;
    color: #f55950;
    margin-bottom: 0;
    display: inline-block;
}
.content-text h2 {
    margin: 10px 0 20px 0 !important;
}
.mb-2 { margin-bottom: 5px;}
.content-text {
    margin-right: 40px;
}
.content-box.col2 .content-text {
    margin-right: 0;
    margin-left: 40px;
}
/**comented css are for slider */
.center .static-img img {
    padding: 0;
    opacity: 1;
    margin: 0 25px;
}
.container-slider .slick-prev:before {
    left: 48%; display: none;
}
.container-slider .slick-next:before{
    position: relative;
    left:40%; display: none;
}
.center .static-img.slick-center img {
    left: 0;
    top: 0;margin: 0 20px;
}
.container-slider .slick-prev:focus, .container-slider .slick-prev,
.container-slider .slick-next:focus, .container-slider .slick-next
{
    background: rgba(0, 0, 0, 0.01);
}
.container-slider .slick-prev {
    top: 49.5%;
    width: 21%;
}
.container-slider .slick-next{
    top: 49.5%;
    width: 21%;
}
.container-slider {
    padding: 0;
    width: 100%;
    overflow: hidden;
}
.container-slider .slick-prev {
    left: -1%;
    font-size: 0;
}
.container-slider .slick-next {
    right: -1%;
    font-size: 0;
}
.mask .user-desig + p {
    line-height: 1.7em;
}
/**video testimonial - customer page*/
.full-width {
    padding: 0;
    margin: auto;
    max-width: 100%;
    position: relative;
}
.ptb40 {
    padding:30px 0;    padding-right: 5%;}
.video-thumb img {
    border: none;}
.vid-logo {
    width: auto;   margin: 15px 0px; margin-top:0;
}
.video-thumb #sec-vid { margin-left: -8px;}
video.border {
    border: 1px solid #e9e6e6;
    border-radius: 7px;
    margin: 20px;
    box-shadow: 1px 2px 5px #dbdbdb;
}
.ptb20{
padding: 20px 0;
padding-right: 4%;
}
.video-testimonial .mr-fx{
margin-right:3%;
}
/*CTA Stye start*/
.main-cta {
    max-width: 600px;
    margin: auto;
    text-align: center;
}
.main-cta {
    max-width: 100%;
    padding: 45px 30px 45px;
    margin: auto;
    text-align: center;
    border:4px #f96634 solid;
}
.container-cta h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
}
.container-cta p {
    font-size: 21px;
    margin-bottom: 26px;
}
.container-cta a {
    border-radius: 61px;
    max-width: 600px;
    background-image: linear-gradient(to right,#f96634 0%,#ef4678 100%);
    padding: 12px 30px 15px;
    color: #fff;
    font-weight: 700;
    line-height: 29px;
    font-size: 20px;
    display: inline-block;
    margin-top: 0;
}
.container-cta a:hover {
    color: white;
}
.form-right-section {
    padding: 28px 30px 0px;
    background: white;
    -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.62);
    -moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.62);
    box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
#hbspt-form-1605012292474-6009337930 fieldset.form-columns-2,
#hbspt-form-1605080508113-973071878 fieldset.form-columns-2 {
    display: flex;
}
.contact-main-form {
    margin-top: 70px;
    margin-bottom: 50px;
}
.contact-main-form h4 {
    text-transform: capitalize;
    line-height: 33px;
}
iframe#hs-form-iframe-1 {
    width: 100% !important;
}
.contactPage .bottom-10 {
    max-width: 65%;
    margin: auto !important;
}
.contact-main-form h2 {
    text-transform: capitalize;
    font-size: 33px;
}
.logos-section p img {
    margin-right: 31px;
    margin-top: 0px !important;
}
img.alignnone.size-full.wp-image-8126.lazyloaded {
    height: 45px !important;
    margin-top: 17px !important;
}
.logos-section-second img {
    margin-top: 0px !important;
}
img.alignnone.wp-image-8124.size-full.lazyloaded {
    height: 39px !important;
    margin-top: 10px !important;
}
img.alignnone.wp-image-8123.size-full.lazyloaded {
    height: 50px;
    margin-top: 1px !important;
}
body .skinny {
    max-width: 571px;
}
body #intro h2 {
    text-transform: capitalize;
}
.image-contact {
    max-width: 665px;
    margin-bottom: 27px;
}
#quick-contact strong {
    text-transform: capitalize;
}
.content-block {
    padding-bottom: 50px;
}
.image-contact span {
    font-weight: 700;
}
.right-email-section dd {
    text-align: left;
}
.right-email-section dd a {
    font-weight: bold;
}
.page-template-contact section#main {
    margin-bottom: 0px;
}
.page-template-contact .background-gray {
    display: none;
}
.contact-main-form h5 {
    text-transform: inherit;
}
#footer #secondary-navigation ul li a {
    font-size: 1.3rem;
    text-transform: capitalize !important;
}
.container-cta .cta-flex {
    display: flex;
}
.container-cta h4 {
    font-size: 17px;
    margin-top: 10px;
    font-weight: bold;
}
/*solutions page style*/
.main-header div#introMain {
    text-align: left;
}
.main-header .right-videos iframe {
    margin-left: 93px;
    margin-top: 54px;
}
.home section#main {
    top: 0px;
}
body .background-solution-contact {
    background: transparent linear-gradient(184deg, #F96634 0%, #EF4678 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0px;
}
body .background-solution-contact h2 {
    color: #fff;
    text-transform: capitalize;
    padding: 20px 0;
    text-align: center;
    font-size: 40px;
}
.new-design-test .author {
    position: inherit;
}
.content-test i {
    font-size: 30px;
    padding: 1px 7px 0px 2px;
    color: #dcdcdcd6;
}
.email-main input[type="email"] {
    display: none;
}
.hubspot-form a {
    margin: 0px !important;
}
h6.first-tab img {
    width: 30px;
    margin: auto;
}
.hero-section-new-home .col-12.col-center {
    padding-top: 0px !important;
}
.home section#main {
    height: auto;
    margin: 0px;
}
#secondary-navigation ul li{padding-top:0}
#secondary-navigation ul li a,#secondary-navigation ul li a:visited{padding:8px 0;color:#fff;text-transform:uppercase;font-size:1.2rem;letter-spacing:2px;display:block}
#secondary-navigation ul li a:hover,#secondary-navigation ul li a:visited:hover{color:#f58cab}
