.mth-color-blue{
    color: #3cb4b4!important;
}
.mth-color-yellow{
    color: #ffd700!important;
}


.mth-bg-color-blue{
    background-color: #3cb4b4!important;
}
.mth-bg-color-yellow{
    background-color: #ffd700!important;
}

.cursor-pointer{
    cursor: pointer!important;
}

.mth-border-none{
    border: none!important;
}


.technology-video-2{
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    margin: auto;
}


.main-nav{
    box-shadow: 0 1px 10px rgba(221, 221, 221, 0.2);
    background: #fff !important;
}



.mth-main-search .mth-btn-search{
    background: none;
}

.mth-main-search .mth-btn-search button{
    background: none;
    color: #FFFFFF;
}

.mth-main-search{
    margin-top: -25px;
}
.mth-main-search input{
    border-radius: 50px!important;
    height: initial;
    color: #FFFFFF;
}

.mth-main-search input ::placeholder{
    color: #FFFFFF!important;
}

.mth-capitalize{
    text-transform: capitalize;
}

.mth-active-lang{
    background: white;
    color: #606060!important;
}

.mth-lang-item span{
    padding-bottom: 2px;
}

.dir-ltr{
    direction: ltr!important;
}
.dir-rtl{
    direction: rtl!important;
}

.mth-main-search .form-control::-webkit-input-placeholder{
    color: #fff;
}
.mth-main-search .form-control:-ms-input-placeholder{
    color: #fff;
}
.mth-main-search .form-control::-ms-input-placeholder{
    color: #fff;
}
.mth-main-search .form-control:focus {
    color: #fff;
}

.section-title span{
    font-size: 35px;
    font-weight: bolder;
}
.section-title h2{
    font-size: 20px;
}

.mth-underline{
    text-decoration: underline!important;
}













