.counter-section h2 {
    color: #282350;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.528;
    max-width: 920px;
    margin: 0 auto 20px;
}
.counter-section .content .fun-fact-tag {
    color: #09d32f;
    font-weight: 700;
    font-family: "Poppins";
    margin-top: 10px;
    margin-bottom: 20px;
}
.counter-section .content .fun-fact-tag.team {
    color: #ff4c1c;
}
.counter-section .content .fun-fact-tag.work {
    color: #390ed2;
}
.fact-counter .column .inner .count-outer {
    color: #282350;
    font-size: 90px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Poppins";
}
.fact-counter .column .inner .count-outer i {
    position: relative;
    right: -4px;
    top: 0;
    font-style: normal;
    color: #282350;
    font-size: 90px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Poppins";
}
.ei-faq-section .ei-faq-queans .ei-faq-header button {
    text-align: left;
}

.owl-carousel.owl-loaded {
    display: block;
}
.sec-title .circles-box {
    position: relative;
    top: 2px;
    margin-right: 10px;
    display: inline-block;
}
.sec-title .circles-box .circle {
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    display: inline-block;
    border: 4px solid #ffffff;
    background-color: #ff4c1c;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.sec-title .circles-box .circle:nth-child(2) {
    background-color: #000000;
}
.sec-title h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 10px;
}
.sec-title .text {
    position: relative;
    color: #383838;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 20px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-nav {
    display: none;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 10px;
    max-width: 215px;
}
.main-footer {
    padding: 80px 0px 0px;
}
.dia-footer-widget .dia-footer-logo {
    max-width: 215px;
}
.dia-main-header .dia-logo a img {
    max-width: 200px;
}
.dia-banner-section .cd-headline.clip .cd-words-wrapper {
    display: block;
}
.dia-testimonial-section .dia-testimonial_slider-area {
    max-width: 980px;
}
.dia-footer-widget p {
    max-width: 250px;
    line-height: 1.5;
}
.feature-block .inner-box .icon {
    color: #ff4c1c;
    background-image: linear-gradient(to left, #ff9000 0%, #ff2103 100%);
}

.dia-testimonial_content {
    min-height: 390px;
}

#clients .owl-carousel {
	margin-bottom:100px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
