body {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
    font-size: 17px;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

.blue {
    color: #0288D1 !important;
}

@font-face {
    font-family: p-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: p-semibold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

.clr-bg {
    background: #373636;
    background: linear-gradient(135deg, #bdc3ff 0%, #d4d7f8 51%, #ffffff 51%, rgb(234, 229, 229) 71%, rgb(242, 240, 240) 100%);
    color: #111;
    padding: 45px 0px 30px 0px;
    font-weight: 600;
}

/*Header*/
header {
    background: #242628;
}

.navbar {
    background: white !important;
}

.custom-logo {
    width: 40px;
}

.navbar a {
    font-weight: 500 !important;
}

.lead {
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 20px;
}


.btn-border {
    color: #fff;
    background-color: #0288D1 !important;
    border-color: #0288D1 !important;
    padding: 10px 23px;
    font-size: 20px;
    font-weight: 700 !important;
    background: white;
}

    .btn-border:hover {
        color: white !important;
        opacity: 0.9;
    }

.btn-info {
    color: #fff;
    background-color: #0288D1 !important;
    border-color: #0288D1 !important;
    font-size: 19px;
}

    .btn-info:hover {
        opacity: 0.9;
    }

.btn-large {
    margin-top: 15px;
}

/*Home Banner*/
.banner-main {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .banner-main .overlay {
        padding: 230px 0px;
        background: rgba(0,0,0,0.57);
    }

    .banner-main h1 {
        margin: 0px;
        color: white;
        text-shadow: 1px 1px 1px black;
    }

    .banner-main p {
        margin: 0px;
        color: white;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 35px;
        text-shadow: 1px 1px 1px black;
    }

    .banner-main .btn {
        font-size: 19px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

        .banner-main .btn:hover {
            opacity: 0.9;
        }

/**/
.home-about h2 span {
    font-size: 44px;
}

.page-titles {
    font-size: 40px;
}

/*banner-image*/
.banner-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

    .banner-image .overlay {
        padding: 100px 0px;
        background: rgba(0,0,0,0.49);
    }

    .banner-image h1 {
        margin: 0px;
        color: white;
        text-align: center;
    }

/*Services*/

.services-section {
    padding: 70px 0px 90px 0px;
}

    .services-section .card {
        background: rgba(238, 238, 238, 0.18) !important;
        box-shadow: 0 23px 49px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #aea7a7;
        border-style: dashed;
    }


.services {
    background: rgba(238, 238, 238, 0.701);
    padding: 60px 0px;
}

.s-box {
    position: relative;
}

    .s-box i {
        position: absolute;
        font-size: 40px;
        top: -3px;
        left: 0px;
    }


    .s-box h3 {
        margin-left: 60px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .s-box p {
        margin-left: 60px;
    }


/**/
.more-details {
    margin-top: 50px;
    margin-bottom: 90px;
}

    .more-details .bold {
        font-size: 19px;
        font-weight: 600;
        text-decoration: underline;
    }

    .more-details i {
        font-size: 10px;
        position: relative;
        top: -2px;
        padding-right: 5px;
    }


/*Contact*/
.contact-us-form {
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.16);
    padding: 30px 30px;
}

.contact-details a {
    color: #212529;
}

    .contact-details a:hover {
        text-decoration: none;
    }

.contact-details h4 {
    font-size: 19px !important;
    margin-bottom: 9px;
    margin-top: 30px;
}



/*my-services*/

.my-services {
    margin-top: 72px;
    background: rgba(238, 238, 238, 0.46);
    padding: 62px 0px 90px 0px;
}

    .my-services .card {
        box-shadow: 0 23px 49px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #aea7a7;
        border-style: dashed;
    }

.card-title {
    color: gray;
}

/*About*/

.about-us {
    background: rgba(238, 238, 238, 0.701);
    padding: 70px 0px;
}


/*Footer*/
footer {
    background: #333;
    padding: 20px 0px;
    text-align: center;
}


    footer p {
        color: #d5d3d3;
    }

.footer-text {
    color: #b8b6b6;
    font-size: 16px;
    margin-top: 20px;
}

    .footer-text a {
        color: #b8b6b6;
    }

        .footer-text a:hover {
            color: #b8b6b6;
            text-decoration: none;
        }

.social-icons {
    margin-top: 20px;
}

    .social-icons a {
        color: #c0c0c0;
    }


        .social-icons a:hover {
            color: white;
        }

    .social-icons i {
        background: white;
        width: 35px;
        height: 35px;
        border-radius: 25px;
        border: 1px solid white;
        font-size: 18px;
        text-align: center;
        line-height: 32px;
        color: #222;
    }

        .social-icons i:hover {
            background: #eeeeee;
            border: 1px solid #eeeeee;
            color: #222;
        }


@media(min-width:768px) {
    .navbar-nav a {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .navbar-nav .active-menu {
        background: #0288D1;
    }

        .navbar-nav .active-menu a {
            background: #0288D1;
            color: white !important;
            font-weight: 600 !important;
        }

    .navbar {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .banner-main h1 {
        font-size: 56px;
    }

    .banner-main p {
        width: 70%;
        margin: 0 auto;
        display: block;
        margin-bottom: 40px !important;
        margin-top: 20px !important;
    }
}

@media(max-width:767px) {
    .banner-image h1 {
        text-align: center;
        font-size: 28px;
    }

    .navbar a{
        font-size:16px;
        font-weight:600 !important
    }

    .navbar{
        padding-left:0px !important;
        padding-right:0px !important
    }

    .custom-logo
    {
        width:30px
    }

    .f-head {
        margin-top: 25px;
    }

    .home-about h2 span {
        font-size: 26px;
    }

    h2 {
        font-size: 1.4rem;
    }

    .banner-image .overlay {
        padding: 60px 0px;
    }

    .banner-main .overlay {
        padding: 80px 0px;
    }

    footer h3 {
        margin-top: 35px;
    }
}


@media(min-width:992px) {
    .home-about-container {
        max-width: 950px;
        margin: 0 auto;
        display: block;
    }

    .profile-image {
        margin-right: 25px;
    }

    .contact-details {
        margin-left: 30px;
    }

    .c-title {
        margin-left: 30px;
    }
}
