

.blog-carousel .owl-nav {
    margin: 0;
}
.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #2280fc;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}
.blog-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}
.blog-carousel.owl-theme:not(.fullwidth) .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #2280fc;
    text-decoration: none;
}
.blog-carousel.fullwidth .owl-nav {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-carousel.owl-theme.fullwidth .owl-nav .owl-prev,
.blog-carousel.owl-theme.fullwidth .owl-nav .owl-next{
    left: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-carousel.owl-theme.fullwidth .owl-nav [class*=owl-] {
    background: rgba(34, 128, 252, 0.8) none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.blog-carousel.owl-theme.fullwidth .owl-nav [class*=owl-]:hover {
    background: #2280fc;
}
@media only screen and (max-width: 576px){
.blog-carousel:not(.fullwidth) .owl-nav .owl-prev,
.blog-carousel:not(.fullwidth) .owl-nav .owl-next {
    position: relative;
    right: 0;
    left: 0;
}
.blog-carousel.fullwidth .owl-nav .owl-prev,
.blog-carousel.fullwidth .owl-nav .owl-next {
    top: 25%;
    margin: 0;
}
}
.nt-single-post-related .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.nt-single-post-related-item {
    margin-bottom: 30px;
}
a.box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.services-items .item {
    position: relative;
}
.services-items a.item-link {
    position: absolute;
    width: 100%;
    height: 100%;
}
.nt-hero-title,
.nt-hero-subtitle {
    color: #fff;
}
.vc_editor .nt-column {
    width: 100%;
}
.vc_editor .banner-area .vc_controls div {
    height: auto;
}
.vc_editor .clients-area .clients-items a {
    display: inline-block;
}
.wpcf7-spinner {
    position: absolute;
    margin: 0;
    z-index: 5;
}
.subscribe-area .info form .wpcf7-spinner {
    right: 15px;
    top: 18px;
}
.seo-form-area.info form .wpcf7-spinner {
    left: 50%;
    top: 100%;
}
.nt-breadcrumbs .nt-breadcrumbs-list {
    display: inline-flex;
    padding: 5px 15px;
    gap: 10px;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
p.comment-form-cookies-consent label {
    line-height: 1;
    margin: 0;
}
p.comment-form-cookies-consent input {
    min-height: auto;
    margin: 0;
}
