@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

.page-template-tpl-webinar{font-family: 'Inter', sans-serif; font-size: 16px; color: #202025;}
.page-template-tpl-webinar{font-family: 'Inter', sans-serif; font-size: 16px; color: #202025;}


/*dmt floating button */
/* FLOATING SIDEBAR */
.floatContainer ul {
    clear: both;
      position: fixed;
      display: block;
      list-style-type: none;
      right: -125px;
      top: 40%;
      -webkit-animation: slideright 1s forwards;
      -webkit-animation-delay: 1.5s;
      animation: slideright 1s forwards;
      animation-delay: 1.5s; 
  }
  
  .floatContainer li {
    padding: 15px;
    -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
       background-color: rgba(30, 45, 127, 0.75);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    
      -webkit-transition: width .5s, background-color .1s;
      transition: width .5s, background-color .1s;
  
  }
  
  .floatContainer li a {
      font-size: 19px;
      text-transform: none;
      text-align: center;
    text-decoration: none;
      color: #ebebeb;
  }
  
  .floatContainer li:hover {
      background-color: rgba(30, 45, 127, 1);
      color: #fff;
  }

/*dmt floating button end */


@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
	.case-study-banner{
		min-height: 400px;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
li {
    font-size: 16px;
    line-height: 24px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

a:focus{
    outline: 0 !important;
}

.border-radius-8{
    border-radius : 8px;
}

.pboth-eighty{padding: 80px 0;}
.pboth-sixty{padding: 60px 0;}
.pboth-fifty{padding: 50px 0;}
.pboth-thirty{padding: 30px 0;}
.pboth-onetwenty{padding: 120px 0;}
.pboth-onefifty{padding: 150px 0;}

.font-weight-400{font-weight: 400;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}
.font-weight-800{font-weight: 800;}
.font-weight-900{font-weight: 900;}

.bg-white{background: #ffffff;}
.bg-dark{background: #202025;}
.bg-blue{background: #007BB6;}
.bg-blue-2{background: #0B4EA2;}
.bg-blue-3{background: #093E82;}
.bg-safa-blue{background: #034EA2;}
.bg-blue:hover, .bg-blue:active, .bg-blue:focus{background: #036594 !important;}


.color-white{color: #FFFFFF;}
.color-orange{color: #F15A22;}
.color-grey{color: #888891;}
.color-grey-2{color: #D7D7DA;}

.font-16{font-size: 16px;}

.border-top-orange{border-top: 1px solid #F15A22;}

.cursor-pointer{cursor: pointer;}

.box-shadow-down{
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.08);
}

.border-right-E6E6E8{
    border-right: 1px solid #E6E6E8;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

header {
    z-index: 9;
    position: fixed;
    background: white;
    width: 100%;
}

#main {
    position: relative;
    padding-top: 90px;
}

header .menu ul.global{
    padding: 5px 0;
}

.webinar-banner{
    position: relative;
    overflow-y: hidden;
    z-index: 0;
}
.gradient {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(0 0 0 / 82%) 36%, rgba(238,238,238,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.webinar-details-section{
    position: relative;
}

.upcoming-webinar{
    font-size: 14px;
    font-weight:600;
}
.webinar-title{
    /*max-width: 75%;*/
    letter-spacing: -0.01em;
    font-size: 36px;
}

.past-webiners-header{
    font-size: 32px;
}

.past-webinar-title{
    font-weight: 600;
    font-size: 24px;
}

.past-webinar-thumb{
    cursor: pointer;
    border-radius: 8px;
}

.play-webiner-button-section{
    min-height: 285px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #202025;
    opacity: 0;
}

.play-icon{
    background-image: url('../images/play_arrow.svg');
    padding: 30px;
    background-color: #007bb6;
    border-radius: 68px;
    background-repeat: no-repeat;
    background-position: 57%;
    background-size: 17px;
}

.past-webinar-thumb:hover .play-webiner-button-section{
    opacity: 0.9;
}

.subscribe-section{
    background-color: #303035;
    background-image: url('../images/subscribe-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 50px;
    margin: 0 auto;
}

.subscribe-section .subscribe-heading{
    font-weight: 700;
    font-size: 32px;
}

.subscribe-section input[type=email], .subscribe-section input[type=text]{
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
}

button[type=submit]{
    background: #034EA2 !important;
    font-weight: 500;
    font-size: 14px;
    height: 64px; 
    border-radius: 8px;
    position: relative;
}

.assessment-cta-section{
    background-color: #303035;
    background-image: url('../images/subscribe-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 50px;
    
}

.assessment-cta-section .assessment-heading{
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
}

.take-assessment-btn .arrow-icon{
    max-width: 100%;
    height: auto;
    margin-left: 10px;
    position: relative;
}

.webinar-recorded-video{
    height: 400px;
    width: 100%;
}

.btn-close{
    background: #007BB6;
    position: absolute;
    right: -20px;
    top: -16px;
    border-radius: 39px;
    color: #fff;
    opacity: 1;
    padding: 12px;
    z-index: 1;
    font-size: 17px;
    line-height: 1px;
}

.team-member-designation{
    position: absolute;
    bottom: -75px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    transition: 0.2s !important;
}

.team-columns{
    overflow: hidden;
}

.team-columns :hover .team-member-designation{
    bottom: 0px;
}

.team-section .elementor-widget:not(:last-child){
    margin-bottom: 0;
}

.member-modal .member-name {
    font-weight: 700;
    font-size: 24px;
}

.member-modal .designation {
    font-weight: 500;
    font-size: 14px;
}

.member-modal .linkedin-link {
    border: 1px solid #fff;
    padding: 6px;
    border-radius: 3px;
}

.btn-close:hover{color: #fff;}

.about-banner-menus{
    transition: 0.5s;
}

.about-sticky-menu{
    position: fixed;
    z-index: 10;
    background: #000;
    top: 0;
}

.about-sticky-menu .border-top-orange{
    border-top: 3px solid #F15A22;
    font-weight: 700;
}

#meet-our-leaders{
    scroll-margin-block-start: 110px;
  /*Adds margin to the top of the viewport*/
  
  scroll-margin-block-end: 110px;
  /*Adds margin to the bottom of the viewport*/
}


/* Journey Carousel CSS code */

.journey-carousel .journey-item-block{
    background: #FFFFFF;
    box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}
.journey-item-block{
    min-height: 350px;
}
.carouselitem-border-tickmark{
    top: -4px;
    width: 98%;
    margin: 0 auto;
}
.carousel-headpoints{
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 800;
}
.journey-carousel .owl-item{
    min-height: 560px;
}
.carouselitem-colored-dot{
    width: 100%;
    display: flex;
    justify-content: center;
    top: 6px;
}
.carouselitem-colored-dot .dot{
    width: 25px;
    height: 25px;
    border: 4px solid #FFFFFF;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
}
.carouselitem-colored-dot .dot.teal{background: #00AAAD;}
.carouselitem-colored-dot .dot.orange{background: #F15A22;}
.carouselitem-colored-dot .dot.blue{background: #007BB6;}
.carouselitem-colored-dot .dot.yellow{background: #FDB913;}
.carouselitem-colored-dot .dot.safa{background: #034EA2;}

.carouselitem-year{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 800;
    top: 30px;
}

.roadmap{
    max-width: 100%;
    background: linear-gradient(90deg, rgba(51, 51, 51, 0) 0%, #333333 23.44%, #333333 74.48%, rgba(51, 51, 51, 0) 100%);
    min-height: 60px;
    position: relative;
    bottom: 16%;
}

.journey-carousel .owl-item:not(.active) .item .carousel-headpoints{
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 4px 4px 34px rgb(0 0 0 / 10%);
    border-radius: 14px;
}

.journey-carousel .owl-item:not(.active) .item .journey-item-block{
    display: none !important;
}

.journey-carousel .owl-item:not(.active) .item .carouselitem-border-tickmark{
    width: 47%;
    margin: 0 auto;
    top: -2px;
}

.journey-carousel.owl-carousel .owl-nav button.owl-next, .journey-carousel.owl-carousel .owl-nav button.owl-prev {
    background: #034EA2;
    padding: 15px !important;
    border-radius: 50px;
    position: absolute;
    top: 50%;
}

.journey-carousel.owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}

.journey-carousel.owl-carousel .owl-nav button.owl-next{
    right: 20px;
}

.journey-carousel.owl-carousel{
    position: initial;
}

/* Industries Page Insights Carousel Code */
.industry-insights.owl-carousel .owl-nav button.owl-next, .industry-insights.owl-carousel .owl-nav button.owl-prev {
    background: #034EA2;
    padding: 15px !important;
    border-radius: 50px;
    position: absolute;
    top: 35%;
}

.industry-insights.owl-carousel .owl-nav button.owl-prev{
    left: -25px;
}

.industry-insights.owl-carousel .owl-nav button.owl-next{
    right: 50px;
}

.industry-insights .item img{
    max-height: 400px;
    object-fit: cover;
}

.industry-insights .item .title{
    line-height: 31px;
}
/* Achivements carousel */

.achivement.owl-carousel .owl-nav button.owl-next, .achivement.owl-carousel .owl-nav button.owl-prev {
    background: #034EA2;
    /*padding: 15px !important;*/
    border-radius: 50px;
    position: absolute;
    top: 30%;
}

.achivement.owl-carousel .owl-nav button.owl-prev{
    left: -50px;
}

.achivement.owl-carousel .owl-nav button.owl-next{
    right: -50px;
}

.achivement.owl-carousel{
    position: initial;
}




button span{
  
    z-index:10;
    
}

button[type=submit]:hover:after{
    position: absolute;
    content: '';
    border-radius: 8px 8px 8px 8px;
    background-color: rgb(255 255 255 / 24%);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    opacity: 1;
  
}

button[type=submit]:after{
    position:absolute;
    content:'';
    border-radius: 30% 33% 90% 13%;
    background-color: rgb(255 255 255 / 24%);
    height: 47px;
    width: 44px;
    top:0px;
    left:-0px;
    transition:all 0.3s;
    opacity: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 45px;
    height: 45px;
}

.owl-theme .owl-dots .owl-dot{
    max-width: fit-content;
}

.ind-case-studies-thumb{
    bottom: 15px;
    left: 15px;
    border-radius: 8px !important;
    padding: 20px;
    background: #FFF;
}
.related-case-studies .thumb-wrapper .attachment-post-thumbnail {
    max-height: 270px;
    object-fit: cover;
    border-radius: 8px;
}
.our-expertise-accordian .accordion-item{
    background: transparent;
    border: none;
}
.our-expertise-accordian .accordion-item .accordion-button {
    position: relative;
    padding: 14px 10px;
    border-radius: 8px;
    background: #DEE1E8;
    color: #202025;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
}

.our-expertise-accordian .accordion-item .accordion-button span {
    padding-right: 10px;
}

.our-expertise-accordian .accordion-item .accordion-button:not(.collapsed){
    background: #034EA2;
    color: #fff;
}

.our-expertise-accordian .accordion-item .accordion-button:not(.collapsed)::after{
    content: '▼';
    position: absolute;
    left: 45%;
    bottom: -3px;
    color: #034EA2;
    height: 10px;
    transform: scale(1.5,1);
    width: 10px;
}

.our-expertise-accordian .accordion-item .accordion-body{
    padding: 20px 0;
}

.our-expertise-accordian .accordion-item .description .title{
    font-weight: 700;
    font-size: 28px;
}

.our-expertise-accordian .accordion-item .description p{
    letter-spacing: -0.01em;
    color: #747579;
    font-weight: 400;
    line-height: 28px;
}

.our-expertise-accordian .benefits-list li {
    width: 100%;
    display: flex;
    gap: 10px;
}

.our-expertise-accordian .benefits-list li span {
    width: fit-content;
}

.more-text-btn{
    cursor: pointer;
}

.article-brand-logo{
    max-height: 25px;
}

.second-box-ceo .article-thumb{
    min-height: 185px;
    max-height: 185px;
    object-fit: cover;
}

.second-box-ceo .article-boxes:last-child{
    border-bottom: none !important;
}


.third-box-ceo .article-thumb{
    min-height: 110px;
    max-height: 110px;
    object-fit: cover;
}

.third-box-ceo .article-boxes:last-child{
    border-bottom: none !important;
}


.latest-article-boxes {
    border-top: 5px solid #404045;
    position: relative;
    cursor: pointer;
}

.latest-article-boxes.col-lg-3.active:before {
    content: "";
    color: #fff;
    position: absolute;
    top: -5px;
    width: 260px;
    height: 5px;
    background: #FDB913;
    transition: 0.2s;
}

.latest-article-banner-content .latest-article-thumb img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.latest-article-title-content .latest-article-boxes:last-child .past-webinar-title{
    border-right: none !important;
}

.latest-articles-mobile.owl-carousel .owl-nav button.owl-next, .latest-articles-mobile.owl-carousel .owl-nav button.owl-prev {
    background: #034EA2;
    padding: 15px;
    border-radius: 50px;
}

.latest-articles-mobile.owl-carousel .owl-nav button.owl-next img, .latest-articles-mobile.owl-carousel .owl-nav button.owl-prev img{
    width: auto;
}

.latest-articles-mobile.owl-carousel .owl-nav button.owl-next.disabled, .latest-articles-mobile.owl-carousel .owl-nav button.owl-prev.disabled{
    background: #A2A2A9;
}

.article-featured-logo {
    width: 100%;
    object-fit: cover;
}

.load-more {
    border: 1px solid #888891;
    padding: 14px;
    border-radius: 50px;
    color: #888891;
}

.load-more:hover {
    border: 1px solid #303035;
    color: #303035;
}

.back-to-partners {
    position: absolute;
    top: -35%;
}

.partner-name{
	font-size: 16px;
	padding: 0;
}

.partner-banner-heading{
    font-size: 48px;
}

.partner-banner-logo {
    background: #fff;
    width: 270px;
    height: 90%;
    position: absolute;
    top: 0;
    border-radius: 0px 0px 150px 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
    right: 4%;
}

.partner-latest-articles .article-featured-logo{
    min-height: 280px;
    max-height: 280px;
}


.partner-related-case-studies .image-on-image{
    width: 148px;
    height: 78px;
    background: #fff;
    border-radius: 8px;
}

.partner-client-logos .owl-item:last-child .item .brand-campaigns-logo-container{
    border-right: none;
}

.search-container input[type=text]{
    padding: 24px 16px;
    border: 1px solid #A2A2A9;
    border-radius: 8px;
    min-width: 300px;
    position: relative;
    background: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.partner-logo-container:hover{
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

.solution-inner-box-img {
    min-height: 44px;
    min-width: 44px;
    object-fit: cover;
}

.dubai-ourpartners {
    position: absolute;
    transform: translate(0%, 15%);
    box-shadow: 1px 5px 10px 1px rgb(0 0 0 / 10%);
}

/* Flip box in dubai page*/
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin: 0 auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 98%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 10%);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-front img{
    max-width: fit-content;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
/* Flip box in dubai page*/


header.ldtv-header .menu ul li:hover .submenu-cols a {
    color: #000;
}

footer .top-footer .foot-col .widgettitle {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    margin: 35px 0;
}


@media screen and (max-width: 575px) {
	.old-home .banner-heading{font-size: 28px !important;}
    .webinar-title{font-size: 32px; line-height: 45px;}
    .gradient {background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 36%, rgba(238,238,238,0) 100%); }
    .webinar-timings .date, .webinar-timings .time{color: #D7D7DA;}
    .speaker-list .speaker-name{color: #D7D7DA;}
    .past-webinar-boxes { padding-bottom: 30px;}
    .mobile-width-100{flex: 0 0 auto; width: 100%;}
    .assessment-cta-section .assessment-heading{text-align: center;}
    .about-banner-menus .tab-item{width: max-content;}
    .about-banner-menus{overflow-x: scroll;}
    .journey-carousel .owl-item{min-height: 600px;}
    .journey-item-block {min-height: 300px;}
    .journey-carousel.owl-carousel .owl-nav button.owl-next, .journey-carousel.owl-carousel .owl-nav button.owl-prev{top: auto; bottom: 0%;}
    .journey-carousel.owl-carousel .owl-nav button.owl-prev{left: 35%;}
    .journey-carousel.owl-carousel .owl-nav button.owl-next{right: 35%;}
    .journey-carousel .journey-item-block{background: transparent; margin: 0 2px;}
    .carouselitem-colored-dot{top:0px;}
    .carouselitem-year{top: -40px;}
    .webinar-details{padding-top: 50px;}
    .sbu-col-logos:after{
        content: '--';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width:60px;
        height: 1px;
        background: #fff;
        opacity: 0.2;
        margin: 0 auto;
    }
    .awards-carousel-section #achivement .owl-dots{
        display: inherit;
    }
    
    .btn-close{
        background: transparent;
        right: 0px;
        top: 0px;
    }
    .industry-insights .item img{
        max-height:300px;
    }
    .industry-insights.owl-carousel .owl-nav button.owl-next, .industry-insights.owl-carousel .owl-nav button.owl-prev{
        position: relative;
        top: -30px;
    }
    .industry-insights.owl-carousel .owl-nav button.owl-prev{
        left: auto;
    }
    .industry-insights.owl-carousel .owl-nav button.owl-next{
        right: auto;
    }
    .media-page .owl-dots {
        display: block !important;
    }
    .media-page .min-height-160{
        width: 100%;
    }
    .subscribe-section{
        padding-left: 15px;
        padding-right: 15px;
    }
    .certificate-box{
        max-width: 100% !important;
    }
    .certificate-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }
    .latest-article-banner-content .latest-article-thumb img{
        width: 100%;
        min-height: 220px;
        max-height: 220px;
        object-fit: cover;
    }
    .partner-banner-tabs{
        overflow-x: scroll;
    }
    .partner-banner {
        padding-top: 300px;
    }
    .partner-banner-heading{
        font-size: 28px;
    }
    .back-to-partners{
        top: -55%;
    }
    .partner-banner-logo{
        width: 100px;
        height: 33%;
        top: 0;
        right: 20px;
        padding-bottom: 20px;
    }
    .partner-banner-logo img {
        width: 60px;
    }
    .partner-banner-tabs .tab-item {
        width: max-content;
    }
    .pboth-sixty {
        padding: 30px 0;
    }
    .partner-category-tab{
        overflow-x: scroll;
        max-width: 100%;
    }
    .page-template-tpl-partners .nav-pills .nav-link.active{
        border-bottom: thick solid #007BB6;
        border-left: none !important;
    }
    .page-template-tpl-partners .nav-pills .nav-link{
        width: max-content;
    }
    .partner-stats .portfolio-points-section .point-counter{
        font-size: 60px;
    }
    .partner-stats .portfolio-points-section .point-title{
        font-size: 20px !important;
        line-height: 30px;
    }
    .achivement-description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .partner-logo {
        min-width: 100px;
        max-width: 100px;
        height: auto;
        object-fit: cover;
    }
    .dubai-page .achivement.owl-carousel .owl-nav button.owl-next, 
	.dubai-page .achivement.owl-carousel .owl-nav button.owl-prev,
	.achivement.owl-carousel .owl-nav button.owl-next,
	.achivement.owl-carousel .owl-nav button.owl-prev{
       top: 25%;
		position: relative;
    }
    
    .dubai-page .achivement.owl-carousel .owl-nav button.owl-prev,
	.achivement.owl-carousel .owl-nav button.owl-prev{
        left: 0px;
    }
    
    .dubai-page .achivement.owl-carousel .owl-nav button.owl-next,
	.achivement.owl-carousel .owl-nav button.owl-next{
        right: 0px;
    }
}



@media only screen and (max-width: 991px) and (min-width: 768px)  {
    .past-webinar-title{font-size: 20px;}
}

@media screen and (min-width: 1192px) {
    .journey-carousel .owl-stage-outer{
        overflow: visible;
    }
    .subscribe-section{
/*         border-radius: 8px; */
    }
	.home .subscribe-section{
        border-radius: 0px;
    }
    .awards-carousel-section #achivement .owl-nav{
        display: inherit;
        position: absolute;
        top: 35%;
        width: 100%;
    }
    .awards-carousel-section #achivement .owl-nav .owl-prev{
        position: absolute;
        left: -60px;
        background: #D9D9D9;
        border-radius: 50px;
    }
    .awards-carousel-section #achivement .owl-nav .owl-next{
        position: absolute;
        right: -60px;
        background: #D9D9D9;
        border-radius: 50px;
    }
    .awards-carousel-section #achivement .owl-nav .owl-prev:hover, .awards-carousel-section #achivement .owl-nav .owl-next:hover{
        background: #034EA2;    
    }
    .awards-carousel-section #achivement .owl-nav .owl-prev:focus, .awards-carousel-section #achivement .owl-nav .owl-next:focus{
        background: #034EA2;    
    }
    .awards-carousel-section #achivement .owl-nav .owl-prev .prev-class{
        padding: 14px 12px;
    }
    .awards-carousel-section #achivement .owl-nav .owl-next .next-class{
        padding: 14px 12px;
    }
    .sbu-hz-after:after{
        content: '--';
        position: absolute;
        top: 50px;
        right: 0;
        width: 1px;
        height: 60px;
        background: #fff;
        opacity: 0.2;
        margin: 0 auto;
    }
	.sbu-hz-after-dark:after{
        content: '';
        position: absolute;
        top: 50px;
        right: 0;
        width: 1px;
        height: 60px;
        background: #D7D7DA;
        opacity: 1;
        margin: 0 auto;
    }
    .partner-stats .portfolio-points-section .price{
        min-height: 252px;
    }
    .article-featured-logo{
        min-height: 280px;
        max-height: 280px;
    }
    
}

.case-study-title{
	color: #333;
	padding: 0;
}
.page-template-tpl-news #main{padding-top: 0;}







