.sidebar-area.all-content-ri.well {
    margin: 0px !important;
}
.landing-page {
    position: relative;
}

.service-hero-text h3 {
    /* width: 400px !important; */
}

.bg-video {
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 1;
}

.intro-vid {
    width: 100vw;
    object-fit: fill;
}

.ht-box-images.style-05 .image-box-wrap {
    /* height: 275px; */
    /* margin-bottom: 100px; */
}

.section-space--ptb_120 {
    padding-top: 120px;
}

.feature-icon {
    width: 60px;
    height: 60px;
}

.feature-icon img {
    width: 100%;
    height: auto;
}

.light-bg {
    background-color: #f8f9fa;
}

.circle-border {
    font-size: 40px;
    border: 3px solid #2bcf53;
    text-align: center;
    border-radius: 50%;
    color: #d2a98e;
    width: 70px;
    height: 70px;
}

.h-78px {
    height: 78px;
}

.border-right {
    border-right: #2bcf53 1px solid !important;
}

.hover-gold:hover {
    color: #d2a98e;
}

.testimonial-slider__author .author-info {
    display: block;
}

.testimonial-slider__one {
    height: 230px;
    padding: 20px;
}

.text-gold {
    color: #d2a98e !important;
}

.test {
    border-right: #2bcf53 solid 1px !important;
}

.test:last-of-type {
    border-right: none;
}

.testimonial-nav a {
    padding: 0 15px;
}

.testimonial-nav a:last-child {
    border: none;
}

.slant-l-bg,
.slant-l-bg-2 {
    position: relative;
}

.slant-l-bg::before {
    background: transparent linear-gradient(to right bottom, #33204b0c, #3366990c);
    /* background: #33204bcc; */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a7401b', endColorstr='#fd736c', GradientType=0); */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 50% 0, 80% 100%, 31% 100%);
}

.slant-l-bg-2::before {
    background: #F8F8F8;
    /* background: #33204bcc; */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a7401b', endColorstr='#fd736c', GradientType=0); */
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.85;
    position: absolute;
    right: 0;
    top: 0;
    clip-path: polygon(31% 0%, 80% 0%, 101% 62%, 100% 255%, 66% 100%);
}

.test-grid-item {
    /* height: 300px; */
}

.testimonial-slider__media img {
    height: 80px;
}

.testimonial-slider__one .testimonial-slider--info {
    justify-content: center;
}

.testimonial-slider__text {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
    display: none;
}


/*============== 
BLOG
===============*/


/* .sidebar-widget-title {
    background: #f6f2ed;
} */

.post-list-wrapper .post-feature {
    margin-right: 0px;
}

.light-blog-bg {
    background: #f6f2ed;
}

.header.default-menu-style .header__logo {
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
}

.resolutions-hero-bottom {
    margin-top: -150px;
    position: relative;
    z-index: 4;
}

@media only screen and (max-width: 1499px) and (min-width: 1200px) {
    .service-hero-text h1 {
        font-size: 60px;
    }
    .service-hero-text h3 {
        font-size: 25px;
    }
}

.navigation-menu>ul>li.menu-item-has-children,
.navigation-menu>ul>li.has-children--multilevel-submenu {
    position: relative;
}

.header .navigation-menu .sub-menu,
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #363A68;
    background-color: #ffffff;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
}

.navigation-menu>ul>li.menu-item-has-children:hover>.sub-menu,
.navigation-menu>ul>li.has-children:hover>.submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.sub-menu>li>a>span,
.sub-menu>li {
    position: relative;
}

.sub-menu>li>a {
    display: block;
    padding: 5px 30px;
    color: #696969;
    font-weight: 400;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.sub-menu>li>a>span:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #363A68;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sub-menu>li>a:hover>span:after {
    width: 100%;
    left: 0;
    right: auto;
}

.sub-menu>li>a:hover {
    color: #5c39a4;
}

.inner-pages.header-area {
    position: relative;
    z-index: 9;
}

.ht-btn:not(.btn--white) {
    border-color: #ffffff99;
    background: #2bcf53 !important;
    border-width: 0;
    color: white !important;
}

.single-blog-item.xs-list-blog-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.widget-blog-recent-post ul li:first-child a {
    margin-top: -16px;
}

.widget-blog-recent-post ul li a:hover::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.widget-blog-recent-post ul li a::after,
.widget-blog-recent-post ul li a::before {
    content: '\f30b';
    position: absolute;
    top: 22px;
    left: 0;
}

.footer-widget ul.menu li>a {
    position: relative;
}

.footer-widget ul.menu li>a:hover {
    color: #d2a98e;
}

.footer-widget ul.menu li>a:hover:after {
    left: 0;
    width: 100%;
    right: auto;
}

.footer-widget ul.menu li>a:after {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #d2a98e;
}

.menu li.menu-item-3101 {
    font-weight: 800;
}

.input-group .searchbox {
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 3px 20px;
    padding-right: 20px;
    height: 56px;
    color: #ababab;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    padding-right: 72px;
}

.input-group-btn button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    border-radius: 0 5px 5px 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu li {
    margin: 10px 0;
}

.lg-backdrop.in {
    opacity: 0.8;
}

.ht-btn.ht-btn-xs {
    height: 45px;
    line-height: 45px !important;
    font-size: 13px;
    padding: 0 15px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.contact-inner input,
.contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    border: none;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    padding: 3px 20px;
    /*     height: 46px; */
    width: 100%;
}

.wpcf7-submit,
.ht-btn:not(.btn--white) {
    border-color: #ffffff99;
    background: #363A68;
    border-width: 0;
    color: white !important;
}

.wpcf7-submit,
.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
    border-style: solid;
    border-radius: 5px;
    padding: 0 36px;
}

.wpcf7 .wpcf7-form p label {
    /*     margin: 0 0 20px; */
    padding: 0 0px;
    width: 100%;
}

.box .test:last-child {
    border: none;
}

.p-text {
    height: 110px;
}

.how-item div {
    height: 78px;
}

.testa {
    height: 220px;
}

.banner-space {
    padding-top: 95px;
    padding-bottom: 104px;
}

.check-list li,
.check-list .list-item {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.check-list li:before,
.check-list .list-item::before {
    color: #363A68;
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.business-solution-form-wrap .es-field-wrap input,
.business-solution-form-wrap .es-field-wrap textarea,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.contact-inner input,
.contact-inner textarea {
    width: 100%;
    color: #000;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    border: 2px solid #fbca00;
    width: 100% !important;
    outline: none;
    border: 1px solid #eee;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
    width: 100%;
}

.business-solution-form-wrap h5,
.business-solution-form-wrap p {
    color: #fff !important;
}

.es_textbox_button,
.wpcf7-submit,
.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 54px;
    height: 54px;
    border-style: solid;
    border-radius: 5px;
    padding: 0 36px;
}

.es_textbox_button,
.wpcf7-submit,
.ht-btn:not(.btn--white) {
    border-color: #ffffff99;
    background: #363A68;
    border-width: 0;
    color: white !important;
}

.ht-btn.brown-sticky,
.ht-btn.brown {
    background: #2bcf53;
}

.is-sticky .ht-btn.brown-sticky {
    background: #2bcf53;
}

.es-field-wrap label {
    width: 100%;
}

.es_subscription_message {
    margin-top: 20px;
}

.sidebar-widget .widget-blog-recent-post .wow .move-up .animated .animated.emaillist {
    background-color: #f6f2ed;
    text-align: center;
}

.menu li.menu-item-3355 {
    font-weight: 800;
}

.wpcf7-form-control-wrap textarea {
    height: 200px;
}

.processing-contact-us-bg {
    background-color: #33204b;
}

.heading,
.text-color-primary {
    color: #2bcf53 !important;
}

.ht-box-images.style-05:hover .heading {
    color: #fff !important;
}

.modern-number-01 span.mark-text,
.modern-number-01 .text-color-primary {
    color: #33204b !important;
}

.feature-content h5 {
    color: #33204b !important;
}

.bg-purple {
    background: #33204b !important;
}

.bg-purple .feature-content p {
    color: #fff !important;
}

.how-item p {
    color: #fff !important;
}

.ht-box-icon.style-01 .icon-box-wrap {
    background: #33204b;
}

.icon-box-wrap .heading {
    color: #2bcf53 !important;
}

.icon-box-wrap:hover .heading {
    color: #2bcf53 !important;
}

.feature-btn .button-text {
    color: #2bcf53 !important;
}

.section-title-wrap h2 .text-color-primary, h3.section-title-wrap .text-color-primary {
    color: #33204b !important;
}

.section-title-wrap.ht-box-icon.style-01 .icon-box-wrap .icon svg>* {
    stroke: #2bcf53;
}

.contact-us-area .heading {
    color: #343a40 !important;
}

.service-contact-bg {
    background-color: #f1f1f1;
    background-image: url(../images/bg/mitech-home-services-contact-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contact-info.sytle-one .contact-list-item .content .icon,
.contact-info.style-two .contact-list-item .content .icon {
    color: #2bcf53;
    border-color: #fff;
    font-size: 40px;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 54px;
}

.contact-us-area .main-content .heading {
    color: #2bcf53 !important;
}

.contact-us-area .main-content .text {
    color: #343a40 !important;
}

.textwidget .heading {
    color: #fff !important;
}

.textwidget .text-color-secondary {
    color: #2bcf53 !important;
}

.btn--white {
    background-image: none;
    background-color: #2bcf53 !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

.btn--secondary {
    background-image: none;
    background-color: #fff !important;
    color: #000 !important;
}

body {
    color: #000 !important;
}

.section-sub-title {
    color: #000;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}

.bg-white {
    background: #fff !important;
}

.cta-bg-image_one {
    background-color: #33204b;
    background-image: url(../images/patterns/mitech-call-to-action-image-global.png);
    background-repeat: no-repeat;
    background-position: top 35% right -68px;
}

.bg-overlay .feature-content .text-color-primary {
    color: #33204b !important;
}

.modern-number-01 h2 {
    color: #33204b !important;
}

.ht-social-networks.solid-rounded-icon .social-link {
    background: transparent;
    border: 1px solid #2bcf53
    /* 	color: #2bcf53; */
}

.about-banner-wrap.banner-space.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

h5.heading.text-overlay {
    background-color: #0000009c;
}

.about-banner-content.text-center {
    /*
    position:absolute;
    height:100%;
    left:0;
    bottom: 0;
    width:100%;
    opacity:0.5;
    background-color: #313131;*/
    width: 100%;
    margin: 0;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    background-position-y: -1px;
    bottom: -1px;
}

.testimonial-slider__media img {
    border-radius: 10px !important;
}

.testimonial-slider__media {
    width: fit-content;
}

h4.sidebar-widget-title {
    background-color: #33204b;
    text-align: center;
    color: #2bcf53;
    font-size: 25px;
    padding: 10px;
}

.widget-blog-recent-post ul li a {
    padding: 0px;
    padding-left: 20px;
}

.widget-blog-recent-post ul li a::after,
.widget-blog-recent-post ul li a::before {
    content: '\f30b';
    position: absolute;
    top: 7px;
    left: 0;
}

.testimonial-slider__media {
    margin-right: 0;
}

.testimonial-slider__author {
    text-align: center;
}

.faq-two-wrapper .card-header h5 button,
.faq-two-wrapper .card-header h5 button:hover,
.faq-two-wrapper .card-header h5 button:focus {
    text-decoration: none;
    color: #33204b;
}

.conact-us-wrap-one .heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 94%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #33204b;
}

.sidebar-area .widget,
.sidebar-area .sidebar-widget {
    margin-bottom: 50px;
}

.es-field-wrap input {
    width: 100%;
    border: 1px solid #33204b;
    padding: 5px 10px;
}

.blog-single img {
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.blog-single .entry-content p {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    color: #33204b;
}

.blog-single .col-md-8 {
    text-align: center;
}

li#media_image-3 {
    padding-top: 10px;
    list-style: none;
}

li#media_image-3 img {
    display: block;
}

.header-right .text-dark li a {
    color: black !important;
}

.header-right .text-white li a {
    color: #fff !important;
}

@media only screen and (max-width: 815px) {
    .testimonial-slider__author .author-info h5 {
        font-size: 15px;
    }
    form.search-form-top-active {
        display: none;
    }
}

@media only screen and (max-width: 815px) {
    .service-hero-text h1 {
        font-size: 28px;
    }
    .service-hero-text h3 {
        font-size: 22px;
        line-height: normal;
    }
    .ht-box-images.style-05 .image-box-wrap .box-image {
        position: relative;
        display: none;
        margin-bottom: 41px;
    }
    .header-search-form-two.white-icon {
        display: none;
    }
    .modern-number-01 span.mark-text {
        font-size: 80px;
    }
    .feature-icon {
        display: none;
    }
    .amazing-feature-mockup {
        display: none;
    }
    .m-auto.text-centerx {
        text-align: center;
    }
    .p-image {
        display: none;
    }
    .image {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    .spacing-b {
        margin-bottom: 1rem !important;
    }
    .section-space--ptb_120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.landing-page .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-space--pt_702 {
    padding-top: 73px;
}

@media only screen and (max-width: 991px) {
    .section-space--pt_702 {
        padding-top: 0px;
    }
}