/* 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: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    color: rgb(10 114 186);
    margin: 0 0 0 0;
}

.mst__image-logo h5 {
    font-size: 16px;
    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: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.rs-breadcrumbs .breadcrumbs-text ul {
    padding: 0;
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li {
    color: #ee7200;
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li a:hover {
    color: #ee7200;
}

.rs-breadcrumbs .breadcrumbs-text ul li {
    color: #505050;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.rs-breadcrumbs .breadcrumbs-text.text-white ul li a {
    color: #ffffff;
}


.rs-breadcrumbs .breadcrumbs-text ul li a {
    position: relative;
    padding: 0 30px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #505050;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before,
.rs-breadcrumbs .breadcrumbs-text ul li a:after {
    background-color: #505050;
    content: "";
    height: 15px;
    width: 2px;
    position: absolute;
    right: 7px;
    top: 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: #ffffff;
}


.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: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-text ul li a:before {
    right: 13px;
}

/* End Breadcrumbs Start */


/* BLOGS & NEWS */
.mst-blogs-news .card .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mst-blogs-news .card .menu-content::before,
.mst-blogs-news .card .menu-content::after {
    content: "";
    display: table;
}

.mst-blogs-news .card .menu-content::after {
    clear: both;
}

.mst-blogs-news .card .menu-content li {
    display: inline-block;
}

.mst-blogs-news .card .menu-content a {
    color: #fff;
}

.mst-blogs-news .card .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans";
    transform: translate(-50%, 0);
}

.mst-blogs-news .card .wrapper {
    background-color: #fff;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.mst-blogs-news .card .wrapper:hover .data {
    transform: translateY(0);
}

.mst-blogs-news .card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}

.mst-blogs-news .card .data .content {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.mst-blogs-news .card .author {
    font-size: 12px;
    font-weight: 600;
    color: #ee7200;
    letter-spacing: .5px;
    margin: 0 0 0 0;
    height: auto;
}

.mst-blogs-news .card .title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.mst-blogs-news .card .title>a {
    color: #172b43;
}

.mst-blogs-news .card .title>a:hover {
    color: #092ACF;
}

.mst-blogs-news .card .text {
    color: #66676d;
    height: 70px;
    margin: 0;
}

.mst-blogs-news .card input[type=checkbox] {
    display: none;
}

.mst-blogs-news .card input[type=checkbox]:checked+.menu-content {
    transform: translateY(-60px);
}

.mst-blogs-news .post-desc .date {
    font-size: 14px;
    font-weight: 500;
    color: #818181;
    letter-spacing: .5px;
}

.mst-blogs-news .post-desc .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.mst-blogs-news .post-desc.title a {
    color: #051441;
}

/* End BLOGS & NEWS */


/* 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 */