* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    height: auto;
    background-color: #fff;
}

ul {
    padding-left: 0px;
}

hr {
    margin-top: 3rem;
}

.sub_heading {
    font-family: 'Merriweather', serif;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.columns:first-child {
    padding-left: 0px !important;
}

.columns:last-child {
    padding-right: 0px !important;
}

#def_padding {
    padding-left: 6% !important;
    padding-right: 6% !important;
}

.no_margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.btn-primary {
    background-color: #416D90 !important;
    border: 1px solid #416D90;
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff !important;
    border: 1px solid #416D90;
    color: #416D90 !important
}

#logo {
    max-width: 100px;
    height: auto;
}

nav {
    background-color: #fff;
    padding: 0px !important;
}

nav.navbar .container-fluid {
    padding-left: 6%;
    padding-right: 6%;
}

.navbar-light .navbar-toggler {
    border-color: #122d42;
}

.nav-link {
    padding: 1rem 0px 1rem 3rem !important;
    color: #416D90 !important;
}

.nav-link:hover {
    color: #C94A55 !important;
}

.nav-link.active {
    color: #C94A55 !important;
}

.card {
    padding: 0px;
    min-width: 100%;
    margin-right: 20px !important;
    min-height: 350px;
}

.def_padding {
    margin-left: 6%;
    margin-right: 6%;
}

.banner_section {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../images/banners/home_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 1
}

.banner_section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #122d42;
    opacity: 0.5;
    z-index: 2;
}

.banner_content {
    text-align: center;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
}

.home_banner.banner_content {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.lines {
    display: block;
}

.banner_content h1 {
    font-size: 3rem;
}

.header_section {
    text-align: center;
}

.header_section h2 {
    position: relative;
    font-weight: bold;
    text-align: center;
}

.header_section h2::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 48%;
    margin-top: 10px !important;
    background-color: #224967;
    margin-bottom: -10px
}

.who_are_we_sec {
    padding-left: 50px;
    padding-right: 50px;
}

.custom_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.custom_lists ul {
    list-style-type: none;
}


.ph_no {
    margin-bottom: 0px;
    font-family: 'Merriweather', serif;
}

.email {
    color: #122d42;
    font-family: 'Merriweather', serif;
    font-size: 0.8rem;
}

.email:hover {
    color: #C94A55;
}

.right_footer_column p {
    font-size: 0.8rem;
}

.right_footer_column ul {
    list-style-type: none;
}

.right_footer_column ul li,
.footer_links ul li {
    list-style-type: none;
}

.right_footer_column ul li a,
.footer_links ul li a {
    color: #000;
    font-size: 1rem;
}

.contact_section .col-12 {
    margin-bottom: 1rem;
}

.custom_lists ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.custom_lists ul li::before {
    content: '';
    position: absolute;
    top: 42%;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #416D90;
}

.custom_lists ul li a {
    font-size: 14px;
}

.custom_lists ul:first-child {
    margin-right: 50px;
}

.custom_lists.list_two ul,
.footer_links ul {
    padding-left: 0px !important;
    margin-bottom: 0px;
}

.custom_lists.list_two ul li::before {
    top: 20%;
}

#who_are_we_img,
#why_us_img {
    width: 100%;
    height: auto;
}

.who_are_we_content,
.why_us_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 0px;
}

.who_are_we_content h4,
.why_us_content h4,
.why_us_content h6,
.who_are_we_content h6 {
    padding-right: 50px;
    font-weight: 500;
    margin-bottom: 1rem !important;
    font-size: 1rem;
}

.footer_header h4 {
    padding-right: 50px;
    font-weight: 500;
    margin-bottom: 0.5rem !important;
    font-size: 1rem;
}

.who_are_we_content h6 {
    font-size: 1rem !important;
}

.card:hover {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.card-body {
    padding: 30px 20px;
    text-align: center;
}

.card-body h4 {
    font-size: 1rem;
    font-weight: 400;
}

.card-img-top {
    min-height: 300px;
}

.center_card {
    margin: auto;
}

.services {
    padding: 0px 50px;

}

.know_more_btn {
    text-align: end;
}

.know_more_btn {
    margin-top: 20px;
}

.service_cta {
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #416D90;
    background-color: #416D90;
}

.service_cta:hover {
    color: #416D90;
    border: 1px solid #416D90;
    background-color: transparent;
}

.why_us {
    padding-left: 50px;
    padding-right: 50px;
}

.header_section {
    padding: 50px !important;
}

footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer ul li a:hover {
    text-decoration: none;
}

.footer_left_column p,
.footer_right_column p {
    margin-bottom: 0px;
}

.contact_details h6 {
    padding-right: 50px;
    font-weight: 500;
    margin-bottom: 0px !important;
    font-size: 1.1rem;
}

.mail {
    font-weight: 500;
}

.footer_links ul li a {
    font-size: 0.8rem;
}

.footer_links ul li a:hover {
    color: #C94A55;
}

.social_media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    list-style-type: none;
}

.social_media ul li {
    margin-right: 0.5rem;
}

.social_media ul li a img {
    width: 1.3rem;
    height: auto;
}

.about_banner {
    background-image: url("../images/banners/about_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

.about_banner,
.service_banner {
    height: 50vh;
}

.about_page_icons {
    padding: 30px 0px;
}

.about_banner .banner_content,
.service_banner .banner_content {
    text-align: left;
    top: 50%;
    left: 10%;
}

.about_page_content {
    width: 100%;
    padding: 70px 0px 50px 0px;
    margin-left: 0px;
    margin-right: 0px !important;
}

.about_page_icon {
    width: 100px;
    height: 100px;
}

.about_page_icons_container {
    text-align: center;
}

.about_page_icons_container h2 {
    margin-bottom: 30px !important;
}

.about_page_icons_container img {
    margin-bottom: 10px;
}

.icon_desc {
    font-size: 1.2rem;
}

.our_service {
    margin-bottom: 50px;
}

.services_content {
    text-align: center;
}

.banner_section.service_banner {
    background-image: url("../images/banners/service_banner.jpg");
}

.custom_list_one,
.custom_list_two {
    width: 50%;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.google_map_container {
    padding-top: 50px;
    padding-bottom: 20px;
}


iframe {
    width: 100%;
    height: 70vh;
}

.location p {
    margin-bottom: 0px;
    font-family: 'Merriweather', serif;
}

.contact_column {
    padding-top: 50px;
    padding-left: 50px;
}



/* Responsive design */

@media (max-width: 992px) {

    .home_banner.banner_content {
        width: 100% !important;
    }

    .about_banner {
        background-image: url("../images/banners/about_banner_medium.jpg");
    }

    .banner_section.service_banner {
        background-image: url("../images/banners/service_banner_medium.jpg");
    }

    .banner_section.service_banner {
        background-image: url("../images/banners/service_banner_medium.jpg");
    }

    .about_banner .banner_content,
    .service_banner .banner_content {
        width: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .custom_lists ul:first-child {
        margin-right: 10px;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .banner_section {
        background-image: url("../images/banners/home_banner_medium.jpg");
    }

    .banner_content {
        width: 100%;
    }

    .about_banner {
        background-image: url("../images/banners/about_banner_medium.jpg");
    }

    .card {
        margin: 0px !important;
    }

    .col-md-4.col-sm-12.columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .know_more_btn {
        text-align: center;
    }

    .services {
        margin-bottom: 20px;
    }

    .service_banner {
        background-image: url("../images/banners/service_banner_medium.jpg");
    }

    .why_us_sec .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .contact_column {
        padding-left: 0px;
    }

    .contact_column .col-12 {
        padding-left: 0px;
    }

    #footer_bottom p {
        font-size: 0.8rem
    }

    .footer_left,
    .footer_center {
        margin-bottom: 1.1rem;
    }
}

@media (max-width: 680px) {
    .banner_section {
        background-image: url("../images/banners/mobile_home.jpg");
        height: 70vh;
    }

    .banner_content h1 {
        font-size: 2rem;
    }

    .about_banner,
    .service_banner {
        height: 60vh;
    }

    .about_banner {
        background-image: url("../images/banners/about_banner_mobile.jpg");
    }

    .about_page_content {
        padding: 30px 0px 0px 0px;
    }

    .about_page_icons_container {
        padding: 0px !important;
    }

    .about_page_icon {
        width: 70px;
        height: 70px;
    }

    .banner_content {
        width: 100%;
    }

    .who_are_we_sec {
        padding: 0px;
    }

    .who_are_we_content {
        padding-right: 0px;
    }

    .custom_lists ul:first-child {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .services {
        padding: 0px !important;
    }

    .service_banner {
        background-image: url("../images/banners/service_banner_mobile.jpg");
    }

    .custom_lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .custom_list_one {
        margin-bottom: 0px;
    }

    .custom_list_one,
    .custom_list_two {
        width: 100%;
    }

    .about_banner .banner_content,
    .service_banner .banner_content {
        width: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .services .header_section {
        padding: 30px 0px 50px !important;
    }

    .why_us {
        padding: 0px;
    }

    .why_us .header_section {
        padding: 50px 0px !important;
    }

    .custom_lists.list_two ul {
        width: 100%;
    }

    .who_are_we_content,
    .why_us_content {
        padding: 10px;
    }

    footer {
        padding: 20px;
    }

    .footer_header h4 {
        margin-bottom: 0.5rem !important;
    }

    .footer_links ul {
        margin-bottom: 0px;
    }

    .footer_left,
    .footer_center,
    .footer_right {
        margin-bottom: 1.1rem;
    }

    .contact_details h6,
    .footer_header h4 {
        padding-right: 0px;
    }

    .social_media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}