@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-size: 16px;
    line-height: 25px;
    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;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.custom-navbar {
    margin: 0px;
    padding: 0px;
}

    .custom-navbar .navbar-brand img {
        width: 200px;
    }

    .custom-navbar a {
        padding: 8px 17px !important;
        font-weight: 500;
        color: #222 !important;
        text-transform: uppercase;
        font-size: 15px;
    }

        .custom-navbar a:hover {
              color: #3498db !important;
        }

  

.small-text {
    font-size: 14px;
}

.p-title {
    font-size: 36px;
    font-weight: 800 !important;
    line-height: 49px;
}


/**/
.title-1 {
    font-size: 40px;
}

/**/

.bg-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.header-sub {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.bg-section-content {
    background: rgba(0,0,0,0.56);
    height: 100%;
    padding: 200px 0px;
}

.bg-section-content-sub {
    padding: 80px 0px;
}

.btn-width {
    width: 150px;
}


.bg-section-sub {
    padding: 100px 0px;
}

.bg-section-content h1 {
    font-size: 63px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #333;
}

.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-01 {
    background-color: rgb(27, 221, 155);
    border-color: rgb(27, 221, 155);
    font-size: 16px;
    color: #fff;
    padding: 11px 21px;
    border-radius: 25px;
}

    .btn-01:hover {
        color: white;
        opacity: 0.9;
        background: rgb(22 201 140);
    }

.btn-02 {
background-color: #5278af;
    border-color: #435f87;
    font-size: 20px;
    color: #fff;
    padding: 14px 31px;
    border-radius: 29px;
    text-shadow: 1px 1px 1px #2d2d2d;
}

    .btn-02:hover {
        color: white;
        opacity: 0.9;
    }


.copyrights {
    background: #1d1d20;
    padding: 10px 0;
}

    .copyrights p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }


@media(min-width:768px) {
    .bg-fixed {
        background-attachment: fixed !important;
    }
}


@media(max-width:991px) {
    .navbar-nav {
        padding-bottom: 20px;
    }
}

@media(max-width:767px) {

    .custom-navbar .navbar-brand img {
    width:170px
    }

    .btn-02{
        font-size:16px;
        padding:10px 27px
    }

    .small-title{
        font-size:22px
    }



    .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;
    }
}


@media(min-width:992px) {
    .small-container {
        max-width: 800px;
    }
}
