body {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}
/*Topnav*/
.topnav {
    background-color: black;
    color: white;
    display: flex;
    height: 30px;
}

.topnav.topnav a {
    color: white;
    text-decoration: none;
    font-size: 13px;

}

.topnav a:hover {
    color: #f89c26;
}

.topnav .adress {
    padding-left: 5%;
}

.topnav .icon {
    padding-left: 70%;
}

@media (max-width: 950px) {
    .topnav .icon {
        padding-left: 67%;
    }

}

@media (max-width: 830px) {
    .topnav .icon {
        padding-left: 58%;
    }

}

@media (max-width: 650px) {
    .topnav .icon {
        padding-left: 57%;
    }

}

@media (max-width: 450px) {
    .topnav .icon {
        padding-left: 25%;
    }

}

@media (max-width: 450px) {
    .navbar-brand {
        font-family: Copperplate Gothic Bold;
        font-size: 20px;
        color: white;
        padding-left: 5%;
    }
}



/*Navbar*/
.navbar{
    background-color: #2a3159;
}
.navbar-brand{
    color: white;
    padding-left: 5%;
    font-family: Copperplate Gothic Bold;
    font-size: 30px !important;
}
.navbar-brand:hover{
    color:white;
}
.navbar-nav{
    padding-left: 45% !important;
}
.navbar-nav a{
    color: white;
    font-size: 18px;
}
.navbar-nav a:hover{
    background-color: orange;
    width:max-content;
    color: white;
    border-radius: 5px;}

    @media (max-width:900px) {
        .navbar-nav{
            padding-left: 5% !important;
        }  
    }
 
    #clickhere {
        color: #4660f7 !important;
        text-decoration: none !important;
    }   
    .ccbtn {
        background-color: #f89c26 !important;
        color: white !important;
    }

    .ccbtn:hover {
        border: 1px solid #f89c26 !important;
        background-color: white !important;
        color: #f89c26 !important;
    }

    .btn-success:hover {
        border: 1px solid #056f01 !important;
        background-color: white !important;
        color: #056f01 !important;
    }
    /*form*/
    .formhead
    {
        color: white;
        font-family:Copperplate Gothic Bold; 
        text-align: center;
        margin: 30px !important;
    }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="date"],select
{
    width: 100%;
}

.btnr{
    background-color: rgb(1, 179, 1) !important;
    color: white !important;
}
.btnr:hover{
    background-color: white !important;
    color:  rgb(1, 179, 1) !important; 
    border: 1px solid rgb(1, 179, 1);
}
.btns{
    background-color: rgb(244, 167, 26) !important;
    color: white !important;
}
.btns:hover{
    background-color: white !important;
    color: rgb(244, 167, 26) !important; 
    border: 1px solid rgb(244, 167, 26);
}


     /*Footer*/
.flogo {
    font-family: Copperplate Gothic Bold;
    font-size: 30px !important;
    color:  rgb(222, 222, 222);
    padding-top: 10px;
    padding-left: 60px;
}

.flogo:hover {
    color: white;
    text-decoration: none;
}

.ficon {
    padding-top: 10px;
    padding-left: 75%;
}

.ficon a {
    font-size: 20px;
    padding: 5px;
    color: rgb(222, 222, 222)
}
@media (max-width:600px) {
    .ficon {
        padding-top: 10px;
        padding-left: 20%;
    }
    
}

.ficon a:hover {
    color: white;
}

/*f content*/
.flist {
    color: white;
    cursor: pointer;
    display: block;
    list-style: none;
}

.flist li a{
    padding: 5px;
    text-decoration: none;
    color: rgb(222, 222, 222);
}
.flist li a:hover{
    color: white;
}
.flist li{
    padding: 5px;
    text-decoration: none;
    color: rgb(222, 222, 222);
}
.flist li :hover{
    color: white;
}

.fhead {
    color: #f89c26;
    padding-bottom: 40px !important;
    font-weight: 500;
}