/* HEADER */

/* Contact Business */

.mst__image-logo {
    font-family: 'Montserrat', sans-serif;
}

.mst__image-logo img.mst-img {
    max-width: 100%;
    width: 79px;
}

.mst__image-logo h1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgb(10 114 186);
    margin: 0 0 0 0;
}

.mst__image-logo h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0 0 15px 0;
}

.mst_3081-phone {
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #929ba2;
}

.mst_3081-mail {
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #929ba2;
}

.mst_3081-phone .icon-phone {
    color: #0072bc;
    font-size: 14px;
    margin: 0 4px 0 0;
    padding: 4px;
    transform: rotate(90deg);
}

.mst_3081-mail .icon-mail {
    color: #0072bc;
    font-size: 14px;
    margin: 0 4px 0 0;
    padding: 4px;
}

/* Date & Time */
.mst-date-time #date {
    color: #767676;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 0;
    letter-spacing: 0.5px;
}

.mst-date-time #time {
    font-size: 14px;
    font-weight: 600;
    color: #767676;
    margin: 0 0 0 0;
    letter-spacing: 0.5px;
}

/* End HEADER */


/* Breadcrumbs Start */
.rs-breadcrumbs {
    position: relative;
}

.rs-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.rs-breadcrumbs .breadcrumbs-text .text-white .page-title {
    color: #ffffff;
}


.rs-breadcrumbs .breadcrumbs-text .page-title {
    font-size: 38px;
    font-weight: 900;
    color: rgb(255 255 255);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rs-breadcrumbs .breadcrumbs-text ul {
    padding: 0;
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li {
    color: rgb(238 114 0);
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li a:hover {
    color: rgb(238 114 0);
}

.rs-breadcrumbs .breadcrumbs-text ul li {
    color: rgb(80 80 80);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li a {
    color: rgb(255 255 255);
}


.rs-breadcrumbs .breadcrumbs-text ul li a {
    position: relative;
    color: rgb(80 80 80);
    padding: 0 30px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before,
.rs-breadcrumbs .breadcrumbs-text ul li a:after {
    background-color: rgb(80 80 80);
    content: "";
    position: absolute;
    right: 7px;
    top: 2px;
    height: 15px;
    width: 2px;
    transform: rotate(26deg);
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li a:before,
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
    background-color: rgb(255 255 255);
}


.rs-breadcrumbs .breadcrumbs-text.text-white ul li a:before {
    right: 13px;
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li a:before,
.rs-breadcrumbs .breadcrumbs-text.text-white ul li a:after {
    background-color: rgb(255 255 255);
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before {
    right: 13px;
}

/* End Breadcrumbs Start */


/* Project Detail */
.project__detail-section .inner-column.shadow-lg {
    position: relative;
    height: 100%;
    padding: 32px 38px 32px 38px;
    margin: 0 0 0 0;
    background-color: rgb(255 255 255);
}

.project__detail-section .mst__section-title {
    font-size: 34px;
    font-weight: 700;
    color: rgb(3 16 38);
    line-height: 1.2;
}

.project__detail-section .project__box-color {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.project__detail-section .block-content {
    position: absolute;
    bottom: 0px;
    padding: 25px 45px 25px 45px;
    height: 135px;
    text-align: left;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(30, 37, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1e252c', GradientType=0);

}

.project__detail-section .post-categories a {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255);
    line-height: 15px;
    background-color: rgb(211 47 47);
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.project__detail-section .post-categories a:hover {
    background-color: rgb(0 0 0);
    color: #fff;
}


.project__detail-section .cs-entry__title a {
    font-size: 24px;
    color: rgb(255 255 255);
    line-height: 1.55;
    letter-spacing: 1px;
    margin: 10px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.project__detail-section .cs-entry__title a:hover {
    color: #d32f2f;
}

.project__detail-section .inner-column h4 {
    position: relative;
    color: #141d38;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 21px;
}

.project__detail-section .inner-column .text {
    position: relative;
    color: #555555;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 16px;
}

.project__detail-section .inner-column .info-list {
    position: relative;
}

.project__detail-section .inner-column .info-list li {
    font-size: 14px;
    color: rgb(20 29 56);

}

/* End Project Detail */


/* Latest Project */
.mst-latest-project .mst__section-intro {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .5px;
    color: #EE7200;
    text-transform: uppercase;
}

.mst-latest-project .mst__section-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #031026;
    text-transform: uppercase;
}

/* End Latest Project */


/* All Project */
.mst-project-slide .pj__title a {
    font-size: 24px;
    font-weight: 700;
    color: #172b43;
    line-height: 1.2;
}

.mst-project-slide .pj__title a:hover {
    color: #092ACF;
}


.mst-project-slide .demo-image {
    box-shadow: 0px 40px 60px -40px rgb(0 0 0 / 50%);
}

.mst-project-slide .btn-wrap {
    width: 100%;
    position: absolute;
    text-align: center;
}

.mst-project-slide .btn-web {
    background-color: #092ACF;
    color: #fff;
    font-size: 20px;
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin: 4px;
    letter-spacing: 2px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.mst-project-slide .btn-web:hover {
    background-color: #ee7200;
    color: #fff;
}

.mst-project-slide .btn-view {
    background-color: #fff;
    color: #092acf;
    border: 2px solid #092acf;
    width: 150px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin: 4px;
    letter-spacing: 2px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.btn-view:hover {
    background-color: #ee7200;
    border: 2px solid #ee7200;
    color: #fff;
}

/* End All Project */


/* Image Features */

.view-projects .mst__section-title {
    font-size: 32px;
    font-weight: 700;
    color: #031026;
    line-height: 1.2;
    text-align: center;
}

.block__features-detail .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #031026;
    line-height: 1.2;
    text-align: center;
}

.block__features-detail .sub__section-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-align: left;
}

.block__features-detail .card-container {
    flex: 300px;
    margin: 15px 15px 15px 15px;
}

.block__features-detail .card-container .card {
    font-weight: bold;
    position: relative;
    width: 100%;
}

.block__features-detail .card-container .card a {
    padding: 30px;
    width: 100%;
    height: 269px;
    border: 2px solid #00000000;
    background: #ffffff;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.25s ease;
}

.block__features-detail .card-container .card a:hover {
    transform: translate(-30px, -30px);
    border-color: #53caff;
    background-color: #53caff;
}

.block__features-detail .card-container .card a:hover .card--display {
    display: none;
}

.block__features-detail .card-container .card a:hover .card--hover {
    display: block;
}

.block__features-detail .card-container .card a .card--display i {
    font-size: 60px;
    margin-top: 180px;
}

.block__features-detail .card-container .card a .card--display .section-title {
    margin: 20px 0 0;
}

.block__features-detail .card-container .card a .card--hover {
    display: none;
}

.block__features-detail .card-container .card a .card--hover .sub__section-title {
    margin: 15px 0 15px 0;
}

.block__features-detail .card-container .card a .card--hover p {
    font-weight: normal;
    line-height: 1.5;
}

.block__features-detail .card-container .card .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed black;
    z-index: -1;
}

.block__features-detail .card-container .card.card--dark a {
    color: white;
    background-color: black;
    border-color: black;
}

/* End Image Features */


/* Page Ekyc */
.heading-content {
    font-size: 30px;
    color: #505050;
    font-weight: 700;
    text-transform: uppercase;
}

/* End Page Ekyc */



/* FOOTER */

.mst-footer.bg-dark {
    background: linear-gradient(to right, rgb(0, 4, 40), rgb(0, 78, 146));
}

.mst-footer .mst__ft-contact h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 1.25em;
}

.mst-footer .info-item h4 a {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .5px;
    line-height: 2.17;
    text-decoration: none;
}

.mst-footer .info-item .call-us i {
    color: #ee7200;
}

.mst-footer a.call-us:hover:after {
    opacity: 1;
    transform: scale(1);
}

.mst-footer a.call-us:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0, 1);
}

.mst-footer .info-item h5 a {
    display: inline-block;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    color: #ee7200;
    letter-spacing: .5px;
    line-height: 2.17;
    text-decoration: none;
}

.mst-footer a.email-us:hover:after {
    opacity: 1;
    transform: scale(1);
}

.mst-footer a.email-us:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 24px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0, 1);
}

.mst-footer .about__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .5px;
}

.mst-footer .footer-bg-newsletter {
    position: relative;
    display: block;
    background-color: #252D4B;
    border-radius: 12px;
    padding: 45px 30px 41px 30px;
}

.mst-footer .footer-bg-newsletter .subscribe__title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: .5px;
}

.mst-footer .footer-bg-newsletter p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.5;
}

.mst-footer .mst-navlink .mst_3082-nl {
    font-size: 14px !important;
    font-weight: 500;
    left: .5px;
}

.mst-footer .mst-navlink .mst_3082-nl:hover {
    color: #ffffff !important;
}

/* Menu Social */
.mst-footer .social-links {
    position: relative;
}

.mst-footer .social-links a {
    margin: 0 15px 0 15px;
}

.mst-footer .social-links .icon-sc {
    width: 32px;
    height: 32px;
}

/* End FOOTER */
