/*
 * Theme Name: Theme
 * Author: Deinna	
 * Version: 1.1.0
 **/

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
/* Classes */
.ff-hind {
    font-family: "Hind", sans-serif;
}

.ff-open-sans {
    font-family: "Open Sans", sans-serif;
}

.ff-poppins {
    font-family: "Poppins", sans-serif;
}

.ff-source-sans {
    font-family: "Source Sans Pro", sans-serif;
}

.ff-source-serif {
    font-family: "Source Serif Pro", serif;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-blue {
    color: #012169;
}

.text-gray {
    color: #555555;
}

.text-gray-light {
    color: #aaaaaa;
}

.text-gray-light-1 {
    color: #777;
}

.text-orange {
    color: #cb7a00;
}

.text-hover-blue:hover {
    color: #012169;
}

.text-hover-orange:hover {
    color: #cb7a00;
}

.bg-blue {
    background-color: #012169;
}
.bg-blue-light {
    background-color: #013b84;
}
.bg-orange {
    background-color: #cb7a00;
}

.bg-position-top {
    background-position: top;
}

.bg-position-center {
    background-position: center;
}

.bg-size-cover {
    background-size: cover;
}

.par-1 {
    font-size: 18px;
}
.par-2 {
    font-size: 20px;
}

.lh-1 {
    line-height: 1.2rem;
}
.lh-2 {
    line-height: 1.5rem;
}
.lh-3 {
    line-height: 1.7rem;
}
.lh-4 {
    line-height: 2rem;
}
.lh-5 {
    line-height: 2.2rem;
}

.btn {
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    padding: 0.5rem 1rem;
}

.btn-primary-custom {
    background-color: #012169;
    color: #fff;
}
.btn-primary-custom:hover {
    background-color: #cb7a00;
    color: #fff;
}

.btn-secondary-custom {
    background-color: #fff;
    color: #cb7a00;
}
.btn-secondary-custom:hover {
    background-color: #012169;
    color: #fff;
}

.btn-tertiary-custom {
    background-color: #cb7a00;
    color: #fff;
}
.btn-tertiary-custom:hover {
    background-color: #012169;
    color: #fff;
}

.image-hover-shrink {
    transition: 0.3s ease-in-out;
}

.image-hover-shrink:hover {
    transform: scale(0.95);
}

.alignleft,
.aligncenter,
.alignright,
.alignnone {
    max-width: 100%;
    height: auto;
    padding-top: 7px;
    margin-bottom: 0;
}

.alignleft {
    float: left;
    margin-right: 2rem;
}

.alignright {
    float: right;
    margin-left: 2rem;
}

/* Body */
body {
    font-family: "Source Sans Pro", sans-serif;
    line-height: normal;
    color: #555;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

a {
    transition: 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
}

.logged-in header {
    top: 32px;
}

.slick-dots li button:before {
    font-size: 9px;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.site-header-top-bar-text {
    margin-bottom: -4px;
}

.logged-in header {
    top: 32px;
}

.logo-1 img {
    max-width: 197px;
    transition: 0.3s ease-in-out;
}
.site-header .menu-item .nav-link {
    position: relative;
    padding-bottom: 4px !important;
    margin-right: 2.5rem;
}

.site-header .parent-nav-link-hover:hover .dropdown-menu {
    display: block;
}

.site-header .menu-item .nav-link,
.site-header .dropdown-menu a {
    color: #555 !important;
    font-weight: 600;
    text-transform: uppercase;
}

.site-header .dropdown-menu {
    border-radius: 0;
    border: none;
    margin-top: initial;
}

.site-header .dropdown-menu a:hover,
.site-header .dropdown-menu .current-menu-item a {
    color: #cb7a00 !important;
    background-color: transparent;
}

/* Hero */
.hero-list-item {
    height: 100vh;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-top: 160px;
}

.hero-list-item-heading h2 strong {
    font-size: 60px;
}

.hero .slick-dots {
    bottom: 20px;
}

.hero .slick-dots li button:before,
.hero .slick-dots li.slick-active button:before {
    color: #fff;
}

/* Page Banner */
.page-banner {
    padding-top: 275px;
    padding-bottom: 145px;
}

.page-banner-heading {
    font-size: 48px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.87);
    margin-bottom: initial;
}

.hero-list-item,
.page-banner {
    position: relative;
}

.hero-list-item-img,
.page-banner-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
}

/* Services */
.services-list-item {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-list-item-img,
.services-list-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.services-list-item-img {
    background-position: center;
    background-size: cover;
}
.services-list-item-overlay {
    background-color: #013b84;
    mix-blend-mode: hard-light;
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}
.services-list-item-title {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.services-list-item:hover .services-list-item-overlay {
    background-color: #454545;
}

/* CTA */
.cta-text h4 strong {
    font-size: 36px;
    font-weight: 600;
}

.cta-text h4 {
    margin-bottom: initial;
    font-weight: 600;
}

/* CTA - 2 */
.cta-2 {
    position: relative;
    padding-top: 82px;
    padding-bottom: 148px;
}
.cta-2-img,
.cta-2-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cta-2-img {
    mix-blend-mode: luminosity;
    z-index: 1;
}
.cta-2-overlay {
    background-color: #494949;
    z-index: 2;
    opacity: 0.65;
}
.cta-2-container {
    z-index: 3;
}
.cta-2-content {
    background-color: rgba(255, 255, 255, 0.8);
}

.cta-2 h2 {
    margin-bottom: 1.5rem;
}

.cta-2-content p {
    margin-bottom: 2rem;
    line-height: 1.7rem;
    font-size: 18px;
}

/* Testimonials */
.testimonials {
    position: relative;
}
.testimonials-img,
.testimonials-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.testimonials-img {
    opacity: 0.7;
}
.testimonials-overlay {
    background-color: #323232;
    mix-blend-mode: multiply;
}

.testimonials-content p {
    margin-bottom: 1.5rem;
    font-size: 20px;
    line-height: 2rem;
    font-style: italic;
}

.testimonials .slick-dots {
    bottom: -35px;
}

.testimonials .slick-dots li button:before,
.testimonials .slick-dots li.slick-active button:before {
    color: #fff;
}

.testimonials .slick-arrow.prev {
    left: -50px;
}

.testimonials .slick-arrow.next {
    right: -50px;
}

.testimonials .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
}

/* Brands */
.brands-link {
    display: block;
}
.brands-link .brands-img {
    -webkit-filter: grayscale(1) opacity(0.8);
    filter: grayscale(1) opacity(0.8);
    transition: 0.3s ease-in-out;
}
.brands-link:hover .brands-img {
    -webkit-filter: none;
    filter: none;
}

/* WYSIWYG */
.wysiwyg hr {
    border-top: 3px solid #012169;
    margin-bottom: 28px;
}

.wysiwyg p,
.wysiwyg li {
    line-height: 1.5rem;
}

.wysiwyg a {
    color: #012169;
}

.wysiwyg a:hover {
    color: #cb7a00;
}

.wysiwyg h1 > a span,
.wysiwyg h2 > a span,
.wysiwyg h3 > a span,
.wysiwyg h4 > a span,
.wysiwyg h5 > a span,
.wysiwyg h6 > a span {
    transition: 0.3s ease-in-out;
}

.wysiwyg h1 > a:hover span,
.wysiwyg h2 > a:hover span,
.wysiwyg h3 > a:hover span,
.wysiwyg h4 > a:hover span,
.wysiwyg h5 > a:hover span,
.wysiwyg h6 > a:hover span {
    color: #cb7a00 !important;
}

.wysiwyg h1 > a,
.wysiwyg h2 > a,
.wysiwyg h3 > a,
.wysiwyg h4 > a,
.wysiwyg h5 > a,
.wysiwyg h6 > a {
    margin-bottom: 12px !important;
    display: inline-block;
    font-weight: 600;
}

.wysiwyg ul {
    list-style: none;
    padding-left: 15px;
}

.wysiwyg ul > li {
    position: relative;
    padding-left: 12px;
}

.wysiwyg ul > li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #012169;
    font-size: 20px;
}

.wysiwyg.two-columns ul {
    padding-left: 0;
}

.wysiwyg.two-columns .col-lg-6:first-child {
    padding-left: 0;
}

.wysiwyg.two-columns .col-lg-6:last-child {
    padding-right: 0;
}

a[data-lity] img {
    transition: 0.3s ease-in-out;
}

a[data-lity]:hover img {
    filter: brightness(0.75);
}

/* Timeline */
.timeline-list-year-col {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Card */
.card-header-icon {
    position: relative;
    min-width: 80px;
}

.card-header-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1rem;
    background-color: #012169;
    z-index: 1;
    transform: skewX(10deg);
}

.card-header-icon-img {
    z-index: 2;
}

/* Site Details */

ul.site-details-list li::before {
    content: "";
}

.site-details-list-item {
    position: relative;
    padding-left: 32px !important;
}

.site-details-list-item > i {
    position: absolute;
    top: 6px;
    left: 0;
}

.wysiwyg .site-details-list-item-link {
    color: #555555;
}

/* Footer */
.site-footer .widget-title {
    margin-bottom: 6px;
}
.footer-label,
.footer-nav a {
    font-size: 14px;
    color: #777;
    line-height: 1.5rem;
}
.footer-nav a:hover {
    color: #cb7a00;
}

.footer-nav-site-info a {
    color: #012169;
    line-height: normal;
}

/* Back top */
#back-to-top {
    background-color: #cb7a00;
    transition: 0.3s ease-in-out;
}

#back-to-top:hover {
    background-color: #012169;
}

#back-to-top:focus {
    outline: none;
}

/* Widget */
.widget .menu {
    list-style: none;
    margin-bottom: inherit;
    padding-left: inherit;
}

.widget .menu-item {
    margin-bottom: 5px;
}

.widget .menu-item a {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    padding: 1rem 2rem;
    display: block;
    background-color: #f3f3f3;
    color: #454545;
}

.widget .menu-item a:hover,
.widget .current-menu-item a {
    background-color: #454545;
    color: #fff;
}

/* Contact Form 7 */

.wpcf7-form input,
.wpcf7-form textarea {
    margin-top: 8px;
    border: 1px solid #ddd !important;
    padding: 8px 16px;
    box-shadow: none !important;
}

.wpcf7-form label,
.wpcf7-form span,
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    font-weight: 600;
    color: #042169;
}
.wpcf7-form span,
.wpcf7-form input,
.wpcf7-form textarea {
    font-weight: 400;
}

.wpcf7-submit {
    max-width: 200px;
    border: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: #042169;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.wpcf7-submit:hover {
    background-color: #cb7a00;
}

.wpcf7-textarea {
    height: 100px !important;
}

.logo-2 {
    width: 197px;
}

.hero-list-item-heading h2 {
    font-size: 55px;
    font-weight: 400;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.87);
}

.mapdetail_sc {
    overflow-y: scroll;
}

.pin_map {
    overflow: hidden;
}

.pin_map.active {
    overflow: unset;
}

/* .pin_map.active .mapdetail {
   
    z-index: 999;
} */

@media (min-width: 577px) {
    .image-and-text-list-item-row.even {
        flex-direction: row-reverse;
    }
}

@media (min-width: 769px) {
    .site-header .menu-item:last-child .nav-link {
        margin-right: initial;
    }
    #menu-header-menu > .menu-item > .nav-link:before,
    #menu-header-menu > .current-menu-parent > .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #012169;
        bottom: 32px;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    .site-header.shrink #menu-header-menu > .menu-item > .nav-link:before {
        bottom: 6px;
    }

    #menu-header-menu > .menu-item > .nav-link:hover:before,
    #menu-header-menu > .current-menu-item > .nav-link:before,
    #menu-header-menu > .current-menu-parent > .nav-link:before {
        opacity: 1;
    }

    .site-header.shrink .logo-1 img {
        max-width: 64px;
        width: auto;
    }

    .site-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: initial;
    }

    .site-header .dropdown-menu {
        top: 100%;
        padding-top: initial;
        padding-bottom: initial;
    }

    .site-header.shrink .dropdown-menu {
        top: 100%;
    }

    .site-header .dropdown-menu a {
        padding-bottom: 12px;
    }

    .site-header .dropdown-menu .menu-item:first-child a {
        padding-top: 12px;
    }

    .site-header .dropdown-menu {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .site-header #header-menu {
        height: auto;
        align-self: normal;
    }

    .site-header #menu-header-menu {
        height: auto;
        align-self: inherit;
    }

    .site-header .nav-item {
        display: flex;
        align-items: center;
    }

    .site-header .nav-item a {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .hero-list-item {
        height: auto;
    }
}

@media (max-width: 991px) {
    .ceo-message img {
        display: block;
        float: none !important;
        margin-bottom: 15px;
    }
}

/* @media (max-width: 768px) { */
@media (max-width: 991px) {
    .logged-in header {
        top: 0;
    }

    .site-header {
        position: relative;
    }

    .site-header .navbar-nav {
        padding-top: 16px;
    }

    .site-header .menu-item .nav-link,
    .site-header .dropdown-item {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .site-header .current-menu-item .nav-link,
    .site-header .current-menu-parent .nav-link {
        color: #cb7a00 !important;
    }

    .logo-1 img {
        max-width: 100px;
    }

    .footer-nav ul li,
    .footer-nav .widget-title,
    .footer-nav-site-info > div {
        text-align: center;
    }

    .footer-nav-site-info > div {
        justify-content: center;
    }

    .footer-nav-row > div {
        width: 100%;
        margin-bottom: 16px;
    }

    .footer-colophon-item {
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }

    .cta-text {
        text-align: center;
    }

    .hero-list-item-heading h2,
    .page-banner-heading {
        font-size: 38px;
    }

    .hero-list-item-heading h2 strong {
        font-size: 42px;
    }

    .hero-list-item {
        height: auto;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .services-list-item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .page-banner {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .services-list-item-title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .image-and-text-list-item-row {
        flex-direction: column-reverse;
    }

    .brands-list-item {
        margin-bottom: 1.5rem;
    }

    .brands-list-item:last-child {
        margin-bottom: 0;
    }

    .page-banner {
        padding-top: 80px;
    }

    .hero-list-item {
        padding-top: 160px;
    }

    .wpcf7-submit {
        max-width: 100%;
    }

    .site-header-top-bar-cert {
        width: 100%;
        justify-content: center;
    }

    .card-header-heading-text {
        font-size: 20px;
    }

    @media (max-width: 991px) {
        .ceo-message img {
            width: 100%;
        }
    }
}

@media (max-height: 414px) {
    .footer-nav-row > div {
        width: 100%;
        margin-bottom: 16px;
        text-align: center;
    }

    .footer-nav-row > div > div {
        width: auto;
    }

    .footer-nav-site-info > div {
        justify-content: center;
    }

    .footer-colophon-item {
        width: 100%;
        display: block;
        margin-bottom: 12px;
    }

    .footer-colophon-item .separator {
        display: none;
    }
}
