.areacss {
    padding: 5px 5px;
}

.offnumber {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.fontfam {
    font-family: var(--mt-ff-p);
}
.ofpad {
    padding: 0px 9px;
}

.offtitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 28px;
    line-height: 67px;
    font-family: var(--mt-ff-heading);
    color: var(--mt-bule);
    font-weight: var(--mt-fw-regular);
    letter-spacing: -0.02em;
}
/* .blog-page-style2 .blog-style2{
background-color: #F6F6F6;
} */

@media only screen and (max-width: 767px) {
}

#mainSlider {
    h1 {
        font-size: 78px;
        line-height: 110%;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 0;
        -webkit-transition: font 200ms ease-out;
        -moz-transition: font 200ms ease-out;
        -o-transition: font 200ms ease-out;
        transition: font 200ms ease-out;
    }
    #owl-main .caption h1 {
        &.light-bg,
        &.medium-bg,
        &.dark-bg,
        &.tint-bg {
            font-size: 73px;
        }
    }
    h4 {
        font-size: 33px;
        line-height: 120%;
    }
    p {
        font-size: 24px;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: 0.015em;
        text-transform: none;
        margin-top: 20px;
        margin-bottom: 0;
        -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
        -moz-transition: font 200ms ease-out, margin 200ms ease-out;
        -o-transition: font 200ms ease-out, margin 200ms ease-out;
        transition: font 200ms ease-out, margin 200ms ease-out;
    }
    .btn {
        background-color: #1abb9c;
        margin-top: 60px;
        color: #fff;
        margin-bottom: 0;
        -webkit-transition: background 200ms ease-out, font 200ms ease-out,
            padding 200ms ease-out, margin 200ms ease-out;
        -moz-transition: background 200ms ease-out, font 200ms ease-out,
            padding 200ms ease-out, margin 200ms ease-out;
        -o-transition: background 200ms ease-out, font 200ms ease-out,
            padding 200ms ease-out, margin 200ms ease-out;
        transition: background 200ms ease-out, font 200ms ease-out,
            padding 200ms ease-out, margin 200ms ease-out;
    }
    .btn-large {
        font-size: 18px;
        padding: 18px 70px 20px;
    }
}

.owl-carousel {
    text-align: center;
    cursor: default;
}

.owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}

.panel-group {
    .panel .owl-controls {
        margin-top: 25px;
    }
    &.blank .panel .owl-controls {
        margin-top: 40px;
    }
}

.owl-pagination {
    position: relative;
    line-height: 30px;
}

.owl-buttons {
    display: none;
}

.owl-prev,
.owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
    background-color: #506a85;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}

.owl-prev {
    left: -35px;
}

.owl-next {
    right: -35px;
}

.owl-carousel:hover {
    .owl-prev {
        left: -40px;
        opacity: 0.25;
    }
    .owl-next {
        right: -40px;
        opacity: 0.25;
    }
    .owl-prev:hover,
    .owl-next:hover {
        color: #1abb9c;
        opacity: 1;
    }
}

.owl-outer-nav {
    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: -15%;
        width: 130%;
        height: 100%;
        z-index: 0;
    }
    .owl-wrapper-outer,
    .owl-pagination,
    .owl-prev,
    .owl-next {
        z-index: 1;
    }
    .owl-controls {
        position: static;
    }
    .owl-prev {
        left: -65px;
    }
    .owl-next {
        right: -65px;
    }
    &:hover {
        .owl-prev {
            left: -80px;
        }
        .owl-next {
            right: -80px;
        }
    }
}

.owl-ui-md {
    .owl-pagination {
        line-height: 45px;
    }
    .owl-prev,
    .owl-next {
        width: 45px;
        height: 45px;
        font-size: 45px;
    }
    .owl-prev {
        left: -55px;
    }
    .owl-next {
        right: -55px;
    }
    &:hover {
        .owl-prev {
            left: -60px;
        }
        .owl-next {
            right: -60px;
        }
    }
}

.owl-outer-nav.owl-ui-md {
    &:after {
        left: -18%;
        width: 136%;
    }
    .owl-prev {
        left: -85px;
    }
    .owl-next {
        right: -85px;
    }
    &:hover {
        .owl-prev {
            left: -100px;
        }
        .owl-next {
            right: -100px;
        }
    }
}

.owl-ui-lg {
    .owl-pagination {
        line-height: 60px;
    }
    .owl-prev,
    .owl-next {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }
    .owl-prev {
        left: -75px;
    }
    .owl-next {
        right: -75px;
    }
    &:hover {
        .owl-prev {
            left: -80px;
        }
        .owl-next {
            right: -80px;
        }
    }
}

.owl-outer-nav.owl-ui-lg {
    &:after {
        left: -22%;
        width: 144%;
    }
    .owl-prev {
        left: -105px;
    }
    .owl-next {
        right: -105px;
    }
    &:hover {
        .owl-prev {
            left: -120px;
        }
        .owl-next {
            right: -120px;
        }
    }
}

.owl-inner-nav {
    .owl-controls {
        position: static;
    }
    .owl-prev {
        left: 45px;
    }
    .owl-next {
        right: 45px;
    }
    &:hover {
        .owl-prev {
            left: 30px;
        }
        .owl-next {
            right: 30px;
        }
    }
}

.owl-outer-nav {
    .owl-prev,
    .owl-next {
        bottom: 70px;
    }
}

.owl-inner-nav {
    .owl-prev,
    .owl-next {
        bottom: 70px;
    }
}

.owl-outer-nav.owl-ui-md {
    .owl-prev,
    .owl-next {
        bottom: 85px;
    }
}

.owl-inner-nav.owl-ui-md {
    .owl-prev,
    .owl-next {
        bottom: 85px;
    }
}

.owl-outer-nav.owl-ui-lg {
    .owl-prev,
    .owl-next {
        bottom: 100px;
    }
}

.owl-inner-nav.owl-ui-lg {
    .owl-prev,
    .owl-next {
        bottom: 100px;
    }
}

.owl-inner-pagination {
    .owl-pagination,
    .owl-prev,
    .owl-next {
        margin-top: -40px;
        top: -60px;
    }
    &.owl-ui-md {
        .owl-pagination,
        .owl-prev,
        .owl-next {
            margin-top: -50px;
            top: -65px;
        }
    }
    &.owl-ui-lg {
        .owl-pagination,
        .owl-prev,
        .owl-next {
            margin-top: -60px;
            top: -75px;
        }
    }
    &.owl-outer-nav {
        .owl-prev,
        .owl-next {
            margin: auto;
            top: 0;
            bottom: 43px;
        }
    }
    &.owl-inner-nav {
        .owl-prev,
        .owl-next {
            margin: auto;
            top: 0;
            bottom: 43px;
        }
    }
    .owl-pagination {
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        opacity: 0;
    }
    &:hover .owl-pagination {
        opacity: 1;
    }
    &.owl-inner-nav .owl-pagination,
    &.owl-outer-nav .owl-pagination {
        top: -45px;
    }
    &.owl-inner-nav.owl-ui-md .owl-pagination,
    &.owl-outer-nav.owl-ui-md .owl-pagination {
        top: -50px;
    }
    &.owl-inner-nav.owl-ui-lg .owl-pagination,
    &.owl-outer-nav.owl-ui-lg .owl-pagination,
    &.owl-inner-nav:hover .owl-pagination,
    &.owl-outer-nav:hover .owl-pagination {
        top: -60px;
    }
    &.owl-inner-nav.owl-ui-md:hover .owl-pagination,
    &.owl-outer-nav.owl-ui-md:hover .owl-pagination {
        top: -65px;
    }
    &.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
    &.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
        top: -75px;
    }
}

#owl-main {
    .item {
        height: 44vh;
        background-color: #fff;
        background-position: center 55%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    &.height-md .item {
        height: 100vh;
        object-fit: cover;
        display: block;
    }
    &.height-lg .item {
        height: 90vh;
    }
    .container {
        display: table;
        height: inherit;
    }
    .caption {
        display: table-cell;
        &.vertical-center {
            vertical-align: middle;
            padding-bottom: 3vh;
        }
        &.vertical-top {
            vertical-align: top;
            // padding-top: 8vh;
        }
        &.vertical-bottom {
            vertical-align: bottom;
            padding-bottom: 14vh;
        }
        &.text-center {
            padding-left: 10%;
            padding-right: 10%;
        }
        &.text-left {
            padding-right: 20%;
        }
        &.text-right {
            padding-left: 20%;
        }
        h1,
        p,
        div {
            position: relative;
        }
        h1 span {
            padding: 0.25em 0;
            line-height: 180%;
        }
        .light-bg,
        .medium-bg,
        .dark-bg,
        .tint-bg {
            background: none;
            padding-left: 0.5em;
            padding-right: 0.5em;
        }
        h1.light-bg span,
        p.light-bg span {
            background: #fff;
            box-shadow: -0.5em 0 0 #fff, 0.5em 0 0 #fff;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }
        h1.medium-bg span,
        p.medium-bg span {
            background: #a3b1bf;
            box-shadow: -0.5em 0 0 #a3b1bf, 0.5em 0 0 #a3b1bf;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }
        h1.dark-bg span,
        p.dark-bg span {
            background: #506a85;
            box-shadow: -0.5em 0 0 #506a85, 0.5em 0 0 #506a85;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }
        h1.tint-bg span,
        p.tint-bg span {
            background: #1abb9c;
            box-shadow: -0.5em 0 0 #1abb9c, 0.5em 0 0 #1abb9c;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }
    }
    .owl-controls {
        display: block;
        position: static;
        margin-top: -47px;
    }
    .owl-pagination {
        background: #fff;
        line-height: inherit;
        position: relative;
        bottom: -40px;
        padding: 10px;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: auto;
        opacity: 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    &:hover .owl-pagination {
        bottom: -25px;
        opacity: 1;
    }
    .owl-prev,
    .owl-next {
        bottom: 0;
    }
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-pagination .owl-page {
    span {
        display: block;
        width: 15px;
        height: 15px;
        background: #506a85;
        border: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin: 0 5px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    &.active span,
    &:hover span {
        background: #1abb9c;
    }
}

.owl-item-gap .item {
    margin: 0 15px;
}

.owl-item-gap-sm .item {
    margin: 0 10px;
}

/* preloading images */

.owl-item.loading {
    min-height: inherit;
    background: none;
}

.tint-bg a:hover {
    color: #506a85;
}

.light-color {
    color: #fff !important;
    .dark-bg {
        color: #fff !important;
    }
}

.medium-color {
    color: #a3b1bf !important;
}

.dark-color {
    color: #506a85 !important;
}

.tint-color,
.green {
    color: #1abb9c !important;
}

.blue {
    color: #3f8dbf !important;
}

.red {
    color: #fa6c65 !important;
}

.pink {
    color: #d487be !important;
}

.purple {
    color: #9b59b6 !important;
}

.orange {
    color: #f27a24 !important;
}

.navy {
    color: #34495e !important;
}

.gray {
    color: #95a5a6 !important;
}

.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
}
.owl-prev,
.owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
    background-color: #506a85;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
.owl-inner-nav .owl-prev {
    left: 45px;
}

.owl-dots {
    display: none;
}
.customtitle {
    font-family: var(--mt-ff-heading);
    /* color: var(--mt-bule); */
    font-weight: var(--mt-fw-regular);
    letter-spacing: -0.02em;
    font-size: var(--mt-fz-h3);
    width: 80%;

    text-align: left;
}
.customexcert p {
    font-family: var(--mt-ff-p);
    font-size: 16px;
    font-weight: var(--mt-fw-regular);
    /* color: var(--mt-text-color); */
    margin-bottom: 15px;
    line-height: 28px;
    width: 50%;
    text-align: left;
}
.custombtn {
    width: 15%;
}

.customlimk {
    font-family: var(--mt-ff-body);
    font-weight: var(--mt-fw-sbold);
    color: var(--mt-text-light-white);
    background: var(--mt-text-color);
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 30px;
    
}
.customlimk:hover {
    font-family: var(--mt-ff-body);
    font-weight: var(--mt-fw-sbold);
    color: var(--mt-text-light-white);
    background: var(--mt-text-color);
}

.mt-btn {
    /* color: var(--mt-text-color); */
    background: #e87006;
    /* padding: 10px 32px; */
}

.form-style-2 {
    background:#F6F6F6;

}
.mt-btn:before {
    background: var(--mt-text-color);
}


.newsletter form button {
    background: var(--mt-text-dark-white);

}

.formborder{
    border-radius: 15px!important;
}
.read-more-btn{
    color: #e87006;
    border-bottom: 2px solid #e87006;
}
.practice-details .practice-list ul li a.active {
    background: var(--mt-text-color);
}
.practice-details .practice-list ul li a:hover {
    background-color:#e87006;
    color: white;
}

.footer-widget .footer-widget-content .footer-social a:hover{
    background-color:#e87006;
    color: white;
}
.newsletter form input{
    background: white;
}
.customlimk:hover{
    background-color:#e87006;
    color: white;
}
.blog-item .blog-content .blog-meta {
    color: inherit;
}

.vertical-center p{
    color: white;
    font-family: var(--mt-ff-p);
    font-size: 16px;
    font-weight: var(--mt-fw-regular);
    margin-bottom: 15px;
    line-height: 28px;
    width: 50%;
    text-align: left;
}

/* .read-more-btn:hover {
    color: var(--mt-text-color);
} */
/* .mt-btn:before  */
.newsbtn:before{
    background-color:#e87006;
}
.bg-sliver{
    color:#F6F6F6;
}
.asdasdsa a{
    color:#F6F6F6;

}
.main-menu ul li .sub-menu li a 
{
    color:#F6F6F6;
}

.main-menu ul li:hover .sub-menu {
    background-color: white;
}
.main-menu ul li .sub-menu li:hover > a{
    color:#F6F6F6;
}

.main-menu ul li:hover .sub-menu {
    background-color: var(--mt-text-color);
}

.blog-page-style2 .blog-style2 {
    background-color:#F6F6F6;
    border-radius: 35px;
}
.sidebarmb a{
    font-size: 15px;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    background: #e87006;
}
.blog-sidebar-widget .blog-sidebar-wrapper-content .blog-sidebar-search form {
    background: white;
}
.newsletter form button {
background: #e87006;
}

.bgc-sliver{
    background-color:#F6F6F6;
}
.bgsliver{
    background: #F6F6F6;
}
.practice-details .practice-list ul li a{
    background: white;
}


.read-more-btn:hover {
    color: var(--mt-text-color);
    border-bottom: 2px solid var(--mt-text-color);
    font-size: 16px;
    font-weight: 700;

}

.read-more-btn {
 
    color: #e87006;
    border-bottom: 1px solid #e87006;
    font-weight: lighter;
    font-size: 14px;
}

.page-title-wrappper {
    margin: 125px 0 100px;
}

.blockhight{
    min-height: 90%;

}
.servicehight{
    min-height: 90%;
}
.cases-brife-info .case-solution ul li {
    /* color: #e87006; */
    color: var(--mt-text-color);


}


.catetabcustom button{
    margin-right: 33px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mt-bule);
}

.catetabcustom button.active::before{
    background:  var(--mt-bule);

}

.blog-item .blog-content .blog-meta .blog-catagory::before{
    background:  var(--mt-bule);
}

/* .pagination{
    left: 50%;
    position: absolute;
    margin-top: 28px;
    } */
    @media only screen and (max-width: 767px) {
        /* .owl-carousel .owl-stage-outer {
            bottom: 28px;
        } */
        #header-sticky {
            padding: 16px 16px;
        }
        .owl-buttons {
            display: block;
        }
    
        .owl-stage .item {
            height: 600px !important;
            object-fit: cover;
            margin-top: 82px !important;
        }
        .mobcont {
            margin-top: -10px;
        }
        .customtitle {
            font-size: 36px;
            line-height: 46px;
            width: 100%;
            text-align: left;
        }
        .customexcertp {
        
            width: 100%;
            text-align: left;
        }
    
        
        .custombtn {
            width: 45%;
        }
    
        .mobcont .vertical-center {
            vertical-align: middle;
            padding-bottom: 0vh;
            /* padding-top: 46vh; */
        }
        .header__sticky .custombar {
            color: #e87006;
        }
    
        
    .mobnav{
        margin-bottom: 0px;
    }
    
    .mobwidhambar{
        padding-right: inherit;
    }

    
    
    }
    

.pagelist nav{
    display: contents;
}
.header-area {
    background: white;
}

.header-area .main-menu ul li a{
color: black;
}

.header__sticky{
    background: white;
    /* background: var(--mt-text-color); */
}

.header__sticky .main-menu ul li a{
    color: black;
}

.main-menu ul li.has-dropdown > a::after{
    color: black;
}
.header__sticky .main-menu ul li.has-dropdown > a::after{
    color: black;
}
.custombar{
    color: #e87006!important;
}

/* .header-area .main-menu ul li a:hover {
    color: #e87006!important;
} */
/* custom header  */
.carerr {
    font-family: var(--mt-ff-body);
    font-size: var(--mt-fz-body);
    font-weight: 400;
    color: var(--mt-text-color);
    line-height: 28px;
}



.mobwidhambar{
    padding-right: 20%;
}

.mobnav{
    margin-bottom: -14px;
}


.dropcolor a:hover{
    color: #1abb9c;
}
.br-35{
    border-radius: 35px;
}

.hov:hover{
    color: #e87006!important;
}