@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-size: 17px;
    line-height: 26px;
    color: #444444;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5 {
    color: #221e1e;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.bg-light {
    background-color: #ededed !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}


.footer-top {
    background: #434343;
    padding: 15px 0;
}

.custom-navbar {
    margin: 0px;
    padding: 0px;
}

.custom-navbar .navbar-brand{
    padding-left:0px !important;
}

    .custom-navbar .navbar-brand img {
        width: 130px;
    }

    .custom-navbar a {
        padding: 8px 17px !important;
        font-weight: 500;
        color: #222 !important;
        text-transform: uppercase;
        font-size: 17px;
    }

        .custom-navbar a:hover {
            color: #ef4147 !important;
        }

    .custom-navbar .current {
        color: #3498db !important;
        font-weight: 600;
    }

.small-text {
    font-size: 14px;
}

.p-title {
    font-size: 36px;
    font-weight: 800 !important;
    line-height: 49px;
}


.social-icon a:hover {
    text-decoration: none;
}

.social-icon i {
    border: 1px solid white;
    /* padding: 9px; */
    font-size: 16px;
    margin-right: 6px;
    text-align: center;
    color: #333;
}

    .social-icon i:hover {
        color: #3498db;
        text-decoration: none;
    }

.custom-navbar .btn-01 {
    color: white !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .custom-navbar .btn-01:hover {
        color: white !important;
    }


.title-1 {
    font-size: 40px;
}

.features i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}

.features h3 {
    font-weight: 500;
    font-size: 21px;
}

.features {
    background: white;
    border-radius: 13px;
    box-shadow: 0px 0px 25px 2px #b4b4b4;
}

/**/

.bg-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.bg-section-content {
    background: rgba(0,0,0,0.55);
    height: 100%;
    padding: 180px 0px;
}

.bg-section-content-sub {
    padding: 80px 0px;
}


.bg-section-sub {
    padding: 100px 0px;
}

.bg-section-content h1 {
    font-size: 54px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #5f5f5f;
}

.bg-section-content h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
}

.bg-section-content p {
    color: white;
    font-size: 17px;
}


.bg-section-content h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 29px;
    margin-bottom: 37px;
    font-weight: 400;
}



.btn-02 {
    background-color: #ef4147;
    border-color: #ef4147;
    font-size: 17px;
    color: #fff;
    padding: 11px 31px;
    border-radius: 25px;
}

    .btn-02:hover {
        color: white;
        opacity: 0.9;
    }


footer {
    background: #222224;
    padding: 60px 0 40px 0;
}

    footer h4 {
        color: #f0f0f0;
        font-size: 16px;
    }

.social-footer a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    color: #222;
    text-align: center;
    line-height: 30px;
}

    .social-footer a:hover {
        background: #ef4147;
        color: #fff;
    }

.links-footer a:hover {
    color: #b2b6bb;
}

footer ul li {
    margin-bottom: 4px;
}

footer p {
    font-size: 14px;
    color: #eee;
}

footer a {
    color: #eee;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: none;
        color: #dbdbdb;
    }

footer ul {
    font-size: 14px;
    color: #eee;
    list-style: none;
    padding-left: 0;
}

.copyrights {
    background: #1d1d20;
    padding: 20px 0 0px 0px;
}

    .copyrights p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

@media(min-width:1200px){
    .sm-container1{
        max-width:1000px;
    }
}


@media(max-width:767px) {

    .navbar-nav {
        padding-bottom: 20px;
    }

    .bg-section-sub {
        padding: 60px 0px;
    }

    .bg-section-content {
        text-align: center;
    }


        .bg-section-content h1 {
            font-weight: 500;
            font-size: 37px;
        }

    .p-title {
        font-size: 24px;
        margin-bottom: 23px;
        line-height: 29px;
    }


    .bg-section-content {
        padding: 60px 0px;
    }

        .bg-section-content h2 {
            font-size: 21px;
        }

    .title-1 {
        font-size: 34px;
    }
}


