/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

.clear-translucent-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: #000;
}

.clear-translucent-bg>div {
    z-index: 3;
    position: relative;
}

.clear-translucent-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    background-color: rgba(0, 0, 0, 0);
}

.transparent-header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #f9f9f9;
    border-top: 4px solid #004fa1;
}

.transparent-header header.header.transparent-header-on {
    border-top-color: #a0a0a047;
}

.header-container {
    z-index: 21;
}

.header-first {
    padding: 7px 0 0 0;
}

.logo img {
    width: 245px;
    height: auto;
}

.header-top-first .fa {
    color: #004fa1;
}

.header .navbar-nav li .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 28px 10px 27px 7px;
    color: #636363;
}

.dark .footer {
    background-color: #222126;
}

.dark .subfooter {
    background-color: #151515;
    border-color: #151515;
}

.footer-content h2.title {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.footer-content p {
    color: #cacaca;
}

.footer-content {
    color: #cacaca;
}

.footer-content a {
    color: #cacaca;
}

.footer-content a i.fa {
    color: #004fa1;
}

.title {
    font-weight: 600;
}

.title hr {
    height: 6px;
    background: #004fa1;
    border: none;
    margin: 20px auto;
    width: 40px;
}

.title.text-left hr {
    margin: 12px 0;
}

.title.text-right hr {
    margin: 20px 0;
    margin-left: auto;
}

ul.stack-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.stack-link li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 4px;
    padding-left: 4px;
}

ul.stack-link li:last-child {
    border-right: 0;
}

.home_icon {
    background-color: #004fa1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.home_icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #004fa1;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.banner.page-banner {
    max-height: 400px;
    padding-top: 126px;
}

.transparent-header .sticky-wrapper {
    z-index: 2;
}

.list-icons ul {
    list-style: none;
}

ol ul.list-icon {
    list-style: none;
    padding: 0;
}

ol ul.list-icon .fa {
    padding-right: 10px;
}

.footer-content .nav.flex-column:not(.list-style-icons)>li .nav-link:after {
    content: "";
}

.header .navbar-nav .dropdown-toggle::after {
    content: "";
}

.header .navbar-nav li.dropdown .nav-link {
    padding-right: 10px;
}

.pv-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}



.contact-page-info {
    display: table;
    width: 100%;
}

.contact__info,
.contact__info a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    /* font-size: 12px; */
}

.contact_icon {
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #004fb0;
    height: 70px;
    width: 70px;
    min-width: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 20px;
    position: relative;
}

.contact_icon::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid #004fb0;
    border-bottom: 10px solid transparent;
}

.contact__info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 14px;
    font-family: "Roboto", sans-serif;
    /* letter-spacing: 0.5px; */
}

.contact__info strong {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    color: #004fb0;
}

.contact-page-info:hover .contact_icon {
    background-color: #004fb0;
}

.contact_icon img {
    filter: brightness(1.5);
}

.list-icons img {
    display: inline-block;
}

.list-inline-item img {
    display: inline-block;
    height: 15px;
}

.image-box.style-3-b .body {
    padding: 15px;
}

.btn-md-link {
    font-size: 15px;
}

.fixed.header .main-navigation.animated .navbar-nav > li > a {
   
    text-align: center;
}

@media(min-width: 1200px) {
    .header .navbar-nav>li {
        margin: 0px 0px 0px 0px;
    }
}

@media(max-width: 1200px) {
    .logo img {
        width: 200px;
        height: auto;
    }

    .header .navbar-nav li .nav-link {
        font-size: 12px;
        padding: 28px 8px 27px 7px;
    }
}

@media(max-width: 991px) {
    .header-top:not(.banner) {
        padding: 0;
    }

    .transparent-header .header-top {
        background-color: transparent;
        border-bottom: 0px solid #f9f9f9;
    }

    .header .navbar-nav li .nav-link {
        font-size: 12px;
        padding: 10px 8px 10px 0px;
    }

    .image-box.style-3-b.text-first .text-right {
        text-align: left !important;
    }

    .image-box.style-3-b.text-first .title.text-right hr {
        margin-right: auto;
        margin-left: unset;
    }

    #logo-footer {
        max-width: 300px;
    }

    .footer-content img {
        max-width: 300px;
    }

    .subfooter-inner .text-right,
    .subfooter-inner .text-left {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .fixed-header-on .header-first {
        padding: 4px 0 4px 0;
    }
}

@media(max-width: 767px) {
    .image-box.style-3-b.text-first .text-right {
        text-align: left !important;
    }

    .image-box.style-3-b.text-first .title.text-right hr {
        margin-right: auto;
        margin-left: unset;
    }
}


@media(max-width: 420px) {
    .image-box.style-3-b .body p a {
        overflow-wrap: break-word;
    }

    #logo-footer {
        max-width: 100%;
    }

    .footer-content img {
        max-width: 100%;
    }
}