@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    font-size: .95rem;
    line-height: 1.25rem;
    color: #222;
    letter-spacing: .45px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: "Archivo", sans-serif;
    font-weight: 400
}

a,
a:active,
a:link,
a:hover {
    text-decoration: none !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h6 {
    font-family: "Archivo", sans-serif;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    outline: none;
    font-weight: 600;
    color: inherit
}

h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    color: fff;
}

h3 {
    font-size: 40px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    color: #5a5a5a;
    margin-bottom: 15px;
}

h4 {
    font-size: 35px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
    margin: 10px auto;
    color: #5a5a5a
}

p {
    text-align: inherit;
    margin-bottom: 16px;
    margin-top: 0px;
    line-height: 1.5;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
    font-weight: 400;
    color: #6c6c6c;
}

.list li {
    padding-left: 1.75em;
    margin-bottom: .35em;
    position: relative;
    line-height: 30px;
    font-size: 18px;
}

.list li:before {
    content: "";
    font-family: 'boxicons';
    left: 1px;
    top: 0;
    position: absolute;
    color: #0058AF;
}

.fw-500 {
    font-weight: 500;
}

.white-text {
    color: #fff;
}

spacer:before {
    content: "\2044";
    display: inline;
    margin: 0px 5px
}

spacer {
    display: inline;
    margin: 0px 5px
}

.npm {
    padding: 0;
    margin: 0
}

.pad-20 {
    padding-top: 20px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0 !important;
    outline: 0 !important
}

.black-text {
    color: #010101
}

.p70 {
    padding: 70px 100px;
}

.p120 {
    padding: 100px 0
}

.pb-70 {
    padding-bottom: 70px;
}

.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.container-fluid1 {
    padding-left: 40px;
    padding-right: 40px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.bg-grey {
    background-color: #f0f0f0;
}

.pt-20 {
    padding-top: 20px;
}

.blue-text {
    color: #0058AF !important;
    font-weight: 500;
}

.blue-bg {
    background-color: #0058AF;
}

.bt {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bg_btn {
    background-color: #0d5ff9;
    border: 1px solid #0D5FF9;
    color: #fff;
    transition: .5s;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg_btn:hover {
    background-color: #fff;
    color: #5a5a5a;
}

.wborder_btn {
    border: 2px solid #fff;
    color: #fff
}

.white-btn {
    background: #0058AF;
    color: #fff;
    border: 1px solid transparent;
}

/* .white-btn:before,
.wborder_btn:before,
.bg_btn:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 15%;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.7, 0, .9, 1);
    transition-timing-function: cubic-bezier(.7, 0, .9, 1)
} */

.bg_btn:before {
    background: #fff
}

.wborder_btn:before {
    background-color: #0d5ff9
}

.white-btn:before {
    background: #fff;
    border: 1px solid #0d5ff9;
}

.bg_btn:hover:before,
.wborder_btn:hover:before,
.white-btn:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
    border: 1px solid #0d5ff9;
}

.bg_btn:hover,
.bg_btn:focus {
    color: #222;
    border-color: #0d5ff9;
}

.white-btn:hover,
.white-btn:focus {
    color: #0d5ff9;
    border: 1px solid #0d5ff9;
    background-color: #fff;
}

.wborder_btn:hover,
.wborder_btn:focus {
    color: #fff;
    border-color: #fff
}

/* navbar starts */
/* header css starts */

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-light {
    position: relative;
    z-index: 99;
    height: 90px;
    padding-left: 100px;
    padding-right: 100px;
}


.navbar-light .navbar-nav .nav-link.active {
    color: #616161;
}

.navbar-light .navbar-nav .nav-link {
    color: #616161;
    font-weight: 600;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

/* navbar ends */



/* carosel css starts */
.carousel-caption {
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: left;
    padding-left: 0px;
    width: 60%;
}


.carousel-caption p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px black;
    width: 75%;
}

.carousel-caption h2 {
    font-size: 55px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 2px black;
}

.banner-btn {
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    line-height: 1.5em;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
    background-color: #0058AF;

    @media (max-width: 991px) {
        padding: 8px 20px;
    }

    &::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

    >* {
        position: relative;
        z-index: 1;
    }

    i {
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        font-size: 18px;
        padding-left: 5px;
        padding-top: 5px;
    }

    &:hover {

        i {
            transform: rotate(-405deg) scale(1.4);
        }

        &::before {
            opacity: 0.2;
        }

        color:#fff
    }
}

/* carosel css ends */
/* why us */
.why-us h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30.46px;
    color: #545454;
    padding-bottom: 15px;
}

.h4-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    border-bottom: 1px solid #545454;
}

.h4-title {
    margin: 0;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}


.btn-4 i {
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    font-size: 30px;
    font-weight: 400;
}

.btn-4 i:hover {
    transform: rotate(-405deg) scale(1.4);
}


.black-box {
    background-color: #000;
    padding: 116.5px 20px 10px 20px;
}

.black-box h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #fff
}

.blue-box-1 {
    background-color: #0058AF;
    padding: 50px 25px;
}

.blue-box-1 h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #fff
}

.mpl-0 {
    margin-left: 0px;
    padding-left: 0px;
}

.mpr-0 {
    margin-right: 0px;
    padding-right: 0px;
}

.btn-5 i {
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.black-box:hover .btn-5 i {
    transform: rotate(-405deg) scale(1.4);
}


/* why us */


/* About Starts */
.our-service-blue-box {
    background-color: #0058AF;
    padding: 40px 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
    min-height: 300px;
}

.our-service-blue-box:hover {
    transform: scale(1.02);
}

.our-service-blue-box h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 30.46px;
    color: #fff
}

.our-service-blue-box p {
    color: #fff;
    font-size: 16px;
}

.grey-box {
    background-color: #f0f0f0;
    padding: 40px 20px;
    min-height: 300px;
    position: relative;
    transition: all 0.3s ease;
}

.grey-box h4 {
    font-size: 25.5px;
    font-weight: 400;
    line-height: 1.2;
    color: #5a5a5a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.btn-3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.btn-3 i {
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    font-size: 30px;
}

/* Hover Effect on grey-box */
.grey-box:hover i {
    transform: rotate(-405deg) scale(1.4);
    color: #0058AF;
}

.darkblue-box {
    background-color: #034383;
    padding: 75px 245px;
    margin-bottom: 20px;
}

.darkblue-box h4 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}

.darkblue-box p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 21.76px;

}


/* About Starts */

/* our projects starts */
.btn-1 {
    font-weight: 500;
    color: #0058AF;
    border: 1px solid #0058AF;
    padding: 10px 15px;
    line-height: 1.5em;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;

    &::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

    >* {
        position: relative;
        z-index: 1;
    }

    i {
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        font-size: 20px;
    }

    &:hover {

        i {
            transform: rotate(-405deg) scale(1.4);
        }

        &::before {
            opacity: 0.2;
        }
    }
}

.btn-1 {
    gap: 8px;
}

.btn-2 {
    font-weight: 500;
    color: #0058AF;
    border-bottom: 1px solid #0058AF;
    line-height: 1.5em;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;

    &::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

    >* {
        position: relative;
        z-index: 1;
    }

    i {
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        font-size: 20px;
    }

    &:hover {

        i {
            transform: rotate(-405deg) scale(1.4);
        }

        &::before {
            opacity: 0.2;
        }
    }
}

.btn-2 {
    gap: 8px;
}

.pro-pad {
    padding: 20px 60px 20px 50px;
}

.project p {
    font-size: 16px;
}


/* our projects ends */


/* Testimonials css starts */

.white-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 25px;
}

.white-box p {
    font-size: 16px;
}

.stars {
    color: #FFD700;
    font-size: 20px;
    margin-bottom: 10px;
}

/* #testimonials .owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
} */

.testi-content img {
    border-radius: 50%;
    border: 1px solid #5a5a5a;
}

.testi-content h6 {
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
}


/* Testimonials css ends */

/* footer css starts */
.footer {
    padding: 70px 100px 40px 100px;
}

/* .about-footer p {
    font-size: 16px;
} */

.contact-info p {
    display: flex;
    font-size: 16px;
    gap: 15px;
    margin: 10px 0;
}

.contact-info i {
    font-size: 20px;
    color: #0058AF;
    flex-shrink: 0;
    padding-top: 4px;
}

footer,
ul.flinks li a {
    font-size: 16px;
    color: #616161
}

footer h5 {
    font-size: 18px
}

ul.flinks li a {
    border-bottom: 1px solid #ffffff1f;
    display: block;
    padding: 12px 0;
    line-height: .75rem;
    position: relative;
    border-bottom: 1px solid #ffffff1f
}

footer a {
    color: #616161 !important
}

footer a:hover {
    color: #000 !important
}

ul.flinks li {
    width: 100%;
    position: relative
}

ul.flinks li a:after {
    content: "";
    height: 1px;
    width: 80%;
    background: #0058AF;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1)
}

ul.flinks li a:hover:after {
    transform: scaleX(1)
}

.b-top {
    border-top: 1px solid #d0cfcf;
    padding: 20px 0px;
}

.b-top p {
    font-size: 16px;
}

.social a {
    color: #0058AF;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;
    margin: 3px;
    border: 1px solid #fff;
    transition: all ease-in-out;
}

.social a:hover {
    background-color: #f0f0f0;
}

.footer-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #616161;
    padding-top: 15px;
}

/* footer css ends */



/***************************************** About us page css starts here **********************************/

.btn-white {
    font-weight: 500;
    color: #0058AF;
    border: 1px solid #0058AF;
    padding: 10px 15px;
    line-height: 1.5em;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 10px;
    background-color: #fff;

    @media (max-width: 991px) {
        padding: 8px 20px;
    }

    &::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

    >* {
        position: relative;
        z-index: 1;
    }

    i {
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        font-size: 20px;
    }

    &:hover {

        i {
            transform: rotate(-405deg) scale(1.4);
        }

        &::before {
            opacity: 0.2;
        }
    }
}

.btn-1 {
    gap: 8px;
}

.breadcrumb-bg {
    background-image: url('../images/blue-water-proofing.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.breadcrumb-title h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 40px;
    color: #fff;
}

.breadcrumb-container {
    padding-left: 40px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    justify-content: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
}

.breadcrumb-container .breadcrumb li {
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.breadcrumb-container .breadcrumb li.active {
    color: #0058AF;
    font-weight: 500px;
    padding-right: 10px;
}

.breadcrumb-container .breadcrumb li {
    list-style-type: none;
    text-transform: capitalize;
}

.breadcrumb li {
    color: #192f59;
}

a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb-item:hover,
.breadcrumb-item a:hover {
    color: #0058AF;
}

.grey-bg {
    background-color: #e1e3e4;
    padding: 20px;
    margin-bottom: 20px;
}

.grey-bg-zoom {
    background-color: #e1e3e4;
    padding: 20px 30px 35px 30px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    min-height: 300px;
}

.grey-bg-zoom:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease-in-out;
}

.blue-bg-zoom {
    background-color: #0058AF;
    padding: 32px 30px 34px 30px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    min-height: 300px;
}

.blue-bg-zoom h4 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30.46px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #fff;
}

.blue-bg-zoom:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease-in-out;
}

.our-story p {
    font-size: 16px;
}

.story-img {
    position: relative;
}

/* .story-img img {
    height: 300px;
} */

.story-content {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-35%, -50%);
    background: #f0f0f0;
    padding: 65px 20px 40px 155px;
    width: 60%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.story-content h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #5a5a5a;
}

.story-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6c6c6c;

}

.choose-text {
    font-weight: 700;
    font-size: 40px;
    line-height: 43.52px;
    color: #0058AF;
}

.mission-box {
    background-color: #245D96;
    padding: 50px 150px;
}

.mission-box h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}

.mission-box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}


@media (max-width:767px) {
    .story-content {
        position: static;
        transform: none;
        width: 100%;
        padding: 20px;
        z-index: 1;
        box-shadow: none;
    }

    .story-img img {
        height: auto;
        margin-bottom: 20px;
    }

    .p120 {
        padding: 40px 0
    }

    .p70 {
        padding: 40px 0
    }

    .pb-70 {
        padding-bottom: 40px;
    }


}


/***************************************** About us page css ends here **********************************/

/***************************************** service css starts here *************************************/
.services-content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 550px;
}

.services-content .text-c {
    padding: 35px 25px 25px;
}

.services-img {
    position: relative;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 1;
}

.services-img::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(22, 36, 61, .30);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    /* Initially off-screen */
    z-index: 2;
    /* Higher than the image */
}

.services-content:hover .services-img::before {
    transform: translate3d(0px, 0, 0px);
    /* Moves into view */
}

.services-content .services-img img {
    transition: all 500ms ease
}

.services-content:hover .services-img img {
    transform: scale(1.05);
}

.services-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #0058AF;
    margin-bottom: 5px;
    position: relative;
}

.services-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: -16px;
    height: 4px;
    width: 40px;
    background-image: linear-gradient(90deg, #0058AF 0%, #6EC1E4 100%);

}

.section-para {
    margin-bottom: 20px;
}

.section-para p {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px
}

.services-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #212c65;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.services-icon img.icon-img {
    width: 28px;
    /* You can adjust the size as per your image */
    height: 28px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

/* Optional: Hover effect on the image */
.services-content:hover .services-icon img.icon-img {
    transform: scale(1.1);
}

.services-icon span {
    font-size: 33px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-content:hover .services-title {
    color: #212c65;
}

.services-content:hover .services-icon {
    background-color: #0058AF;
}

.mb-50 {
    margin-bottom: 50px;
}

/****************************************** service css ends here *************************************/
/* case study css starts here */
.bg-white-1 {
    background-color: #f0f0f0;
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.bg-white-2 {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.case-study-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

/* case study css starts here */
/***************************************** contact page css starts ****************************************/

.contact-form {
    position: relative;
    display: block;
    padding-right: 40px;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 50px;
    color: #444444;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    transition: all 500ms ease;
}

.contact-form form input[type="text"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form textarea:focus {
    border: 1px solid #0058AF;
    outline: none;
}

.contact-form form textarea {
    height: 100px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #444444;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #444444;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #444444;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #444444;
}


.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #444444;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #444444;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #444444;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #444444;
}


.contact-form form textarea::-webkit-input-placeholder {
    color: #444444;
}

.contact-form form textarea:-moz-placeholder {
    color: #444444;
}

.contact-form form textarea::-moz-placeholder {
    color: #444444;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #444444;
}

.contact-form form .button-box {
    position: relative;
    display: block;
    padding-top: 6px;
}

.contact-form form .button-box button {
    color: #ffffff;
}

.contact-form form .button-box button:after {
    background-color: #0058AF
}

.contact-form form .button-box button:before {
    background-color: #000;
}

.sec-title .sub-title h5 {
    color: #0058AF;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


.contact-info-1 li .text h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #5a5a5a;
}

.main-contact-form-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}


.contact-info-box-style1 {
    position: relative;
    display: block;
}

.contact-info-box-style1 .title {
    position: relative;
    display: block;
    margin-top: -6px;
    margin-bottom: 20px;
}

.contact-info-box-style1 .title h2 {
    font-size: 35px;
    line-height: 40px;
}

.contact-info-box-style1 .title p {
    line-height: 26px;
    margin: 24px 0 0;
}

.contact-info-1 {
    position: relative;
    display: block;
}

.contact-info-1 li {
    position: relative;
    display: block;
    padding-left: 55px;
}

.contact-info-1 li+li {
    margin-top: 25px;
}

.contact-info-1 li .icon {
    position: absolute;
    top: 1px;
    left: 0;
    width: 55px;
    color: #0058AF;
    font-size: 35px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-info-1 li:hover .icon {
    color: #000;
}

.contact-info-1 li .text {
    position: relative;
    display: block;
}

.contact-info-1 li .text h3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.contact-info-1 li .text p {
    color: #444444;
    font-size: 18px;
    line-height: 26px;
    margin: 9px 0 0px;
}

.contact-info-1 li .text p a {
    color: #444444;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-info-1 li .text p a:hover {
    color: #000;
}

.submit-btn {
    font-weight: 500;
    color: #fff;
    line-height: 1.5em;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    margin-top: 10px;
    background-color: #0058AF;
    padding: 10px;
    border-radius: 4px;

    @media (max-width: 991px) {
        padding: 8px 20px;
    }

    &::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }

    >* {
        position: relative;
        z-index: 1;
    }

    i {
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        font-size: 18px;
        margin-left: 5px;
    }

    &:hover {

        i {
            transform: rotate(-405deg) scale(1.4);
        }

        &::before {
            opacity: 0.2;
        }
    }
}

.error-msg {
    color: #ef0f3a;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#back-to-top .top {
    position: fixed;
    bottom: 33px;
    right: 30px;
    margin: 0px;
    color: #fff !important;
    background: #0058AF;
    z-index: 999;
    border: 1px solid #0058AF;
    font-size: 26px;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        width: 240px
    }

    .bg-light {
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }

    .our-service-blue-box {
        min-height: auto;
        padding: 20px;
    }

    .grey-box {
        padding: 20px;
        min-height: 250px;
    }

    #testimonials .owl-item img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }

    .white-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }


    .breadcrumb-title h1 {
        padding-left: 0px;
    }

    .breadcrumb-container {
        padding-left: 0px;
    }

    h3 {
        font-size: 30px;
    }

    .contact-form form .form-group {
        padding-bottom: 10px;
    }

    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form textarea {
        font-size: 16px;
    }

    .contact-form {
        padding-right: 0px;
    }

    h4 {
        font-size: 25px;
    }

    .contact-info-box-style1 .title {
        margin-top: 20px;
    }

    .contact-info-box-style1 .title p {
        margin: 0px;
    }

    .p70 {
        padding: 40px 0;
    }

    .text-right {
        text-align: left;
    }

    .blue-box {
        padding: 20px;
        margin-bottom: 20px;
    }

    .mpr-0 {
        margin-right: 10px;
        padding-right: 12px;
    }

    .mpl-0 {
        margin-left: 0px;
        padding-left: 12px;
    }

    .blue-box-1 {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .black-box {
        padding: 30px 20px;
    }

    .pro-pad {
        padding: 30px 10px;
    }

    .mission-box {
        padding: 50px 10px;
    }

    .text-center {
        text-align: left !important;
    }

    .darkblue-box {
        padding: 50px 10px;
    }

    .footer {
        padding: 40px 0px;
    }

    .bg-white-1 {
        padding: 20px;
    }

    .mb-50 {
        margin-bottom: 10px;
    }

    .bg-white-2 {
        padding: 20px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .bg-light {
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }

    .blue-box-1 {
        padding: 50px 25px;
        min-height: 200px;
    }

    .our-service-blue-box {
        min-height: 350px;
    }

    .contact-form {
        padding-right: 0px;
    }

    .contact-form form .form-group {
        padding-bottom: 10px;
    }

    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form textarea {
        font-size: 16px;
    }

    .contact-info-box-style1 .title {
        margin-top: 20px;
    }

    .contact-info-box-style1 .title p {
        margin: 0px;
    }

    .p70 {
        padding: 40px 0;
    }

    .p120 {
        padding: 40px 0;
    }

    .story-img img {
        height: 330px;
        margin-bottom: 20px;
        width: 100%;
    }

    .story-content {
        position: static;
        transform: none;
        width: 100%;
        padding: 20px;
        z-index: 1;
        box-shadow: none;
    }

    .carousel-caption {
        top: 10px;
        left: 15%;
        width: 75%;
    }

    .carousel-caption h2 {
        font-size: 35px;
    }

    .black-box {
        padding: 50px 20px;
        min-height: 200px;
    }

    .blue-box {
        padding: 20px 15px;
    }

    .grey-box {
        padding: 20px 15px;
        min-height: 350px;
    }

    .mission-box {
        padding: 50px 10px;
    }

    .darkblue-box {
        padding: 50px 10px;
    }

    .footer {
        padding: 40px 0px;
    }

    .btn-5 i {
        position: absolute;
    }

    .grey-bg-zoom {
        min-height: 320px;
    }

    .blue-bg-zoom {
        min-height: 320px;
    }

}

/* contact page css ends */