/* BOF Aneeesh Added CSS */

.footer-logo {
    text-align: center;
}

.footer-logo img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}


/* header {
    background: #4b4c4c;
} */

.subtitle-wrapper {
    padding: 50px 0;
    margin: 80px 0 0;
}


/* .subtitle h1 {
    color: #002366;
} */


/* #mainmenu a,
header.transparent.header-light #mainmenu a {
    color: #002366;
} */

.input-ifo {
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0 0;
    display: inline-block;
    width: 100%;
}


/* BOF Home Page CSS */

.banner-text {
    /* color: #002366; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -50px 0 0;
}

.banner-wrapper .slotholder {
    position: relative;
}

.banner-wrapper .slotholder::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(2 2 2 / 56%);
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.banner-head {
    margin: 20px 0 0;
}


/* 
.tp-caption.sfb.start {
    top: 400px !important;
} */


/* EOF Home Page CSS */


/* BOF Contact Page CSS */

address {
    margin: 0;
}


/* EOF Contact Page CSS */


/* BOF Get a Quote CSS */

.get-quote {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 9999;
    background: #fff;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    text-align: center;
}

.get-quote h4 {
    margin: 0;
    font-weight: 600;
    line-height: 19px;
    color: rgb(0 35 102 / 100%);
    text-align: center;
}

.quote-icon {
    text-align: center;
    margin: 0 0 5px;
}

.quote-icon img {
    width: 30px;
}


/* EOF Get a Quote CSS */


/* BOF Services Page CSS */

.service-img {
    margin: 0 0 50px;
}

.service-img img {
    width: 100%;
}

.key-feature-list li {
    list-style: none;
    position: relative;
}

.key-feature-list li::before {
    position: absolute;
    content: "";
    left: -12px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #3090f8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tell-us-wrapper {
    background: #f00 !important;
}


/* EOF Services Page CSS */


/* BOF Projects Page */

.projects-container {}

.projects-container .img-container {
    margin: 20px;
}

.projects-container .img-container img {
    width: 30%;
    height: auto;
    border: 6px solid #C0C0C0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.projects-container .img-container img:hover {
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    opacity: 0.75;
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.image-popup-slider {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.image-popup-slider a {
    width: 31%;
    margin: 0 1% 2%;
    position: relative;
    border: 6px solid #C0C0C0;
    overflow: hidden;
}

.image-popup-slider a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    pointer-events: none;
    z-index: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.popSliderContent {
    position: absolute;
    bottom: 10px;
    margin: 0;
    z-index: 3;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    color: #18191b;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    font-weight: 700;
    text-transform: uppercase;
}

.image-popup-slider a:hover:after {
    background: rgba(0, 0, 0, 0.1);
}

.image-popup-slider a:hover .popSliderContent {
    bottom: -100px;
}

.image-popup-slider a img {
    width: 100%;
}

.simple-lightbox-prev,
.simple-lightbox-next {
    top: calc(40% - 1em) !important;
}

.magnific-img {
    margin: 3px;
}

.magnific-img a {
    border: 6px solid #C0C0C0;
    margin: 3px;
    display: inline-block;
    padding: 0;
}

/* BOF Projects Page */

.projectListsWrapper .image-popup-slider a {
    width: 23%;
}


/* BOF Common CSS */

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    /* color: #3090f8; */
    color: #044790;
}

.bannerHead {
    background: rgb(4 115 205 / 79%);
    color: #fff;
}

. .contactForm {
    padding: 50px 0;
}

.footer-content {
    margin: 0 0 40px;
}

.dark-blue {
    background: #0d65c3 !important;
}

.project-popup-wrapper {
    background: rgb(0 0 0 / 80%);
}

.project-popup {
    max-width: 100%;
    margin: 0;
}

.popupClose {
    text-align: center;
    margin: 20px 0 0;
}

.popupClose button {
    color: #fff;
    font-size: 50px;
    float: none;
}

.picframe {
    border: 6px solid #C0C0C0;
    margin: 3px;
}

.project-name {
    color: #fff !important;
}

.small-textarea {
    background: #fff !important;
    height: 100px !important;
    width: 100%;
    margin: 10px 0 0 !important;
    resize: none;
}


/* EOF Common CSS */


/* BOF Header Section */

header,
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
    background: #0473cd
}

#mainmenu a:hover,
header.transparent.header-light #mainmenu a:hover {
    color: #fff !important;
}

.lighter-bg {
    background: #2d2d2d !important;
}


/* EOF Header Section */


/* BOF Home Page CSS */

.home-about-img {
    width: 100%;
    height: 100%;
    background-size: cover;
}


/* EOF Home Page CSS */


/* BOF Contact Page CSS */

.contactForm {
    padding: 50px 0;
}


/* EOF Contact Page CSS */



/* BOF Responsive CSS */

@media (max-width:1199px) {
    header div#logo a img {
        width: 250px;
    }
}

@media (max-width:991px) {
    .image-popup-slider a {
        width: 48%;
    }

    .subtitle-wrapper {
        margin: 0;
    }

    .inner-padding {
        padding: 50px 0px;
    }

    .about-img {
        display: none;
    }
}

@media (max-width:767px) {
    .image-popup-slider a {
        width: 100%;
    }

    .projectListsWrapper .image-popup-slider {
        padding: 0 20px;
    }

    .projectListsWrapper .image-popup-slider a {
        width: 48%;
    }

    .footer-content {
        display: none;
    }

    .footer-services {
        display: none;
    }

    .footer-contact-head {
        text-align: center;
    }

    .widget-address {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .social-icons {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:767px) {
    .projectListsWrapper .image-popup-slider a {
        width: 100%;
        margin: 0 0 40px;
    }
}


/* EOF Responsive CSS */


/* EOF Aneeesh Added CSS */