/*-----------------------------------General Codes Start--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
}
p{
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #6c757d;
}
@media only screen and (max-width: 600px) {
    p{
        font-size: 16px;
    }
    h1,h2,h3,h4,h5,h6{
        font-size: 20px !important;
    }
}
body{
    background-image: url("../img/theme.jpg");
    background-size: cover;
}
.container{
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.05);
}
/*-----------------------------------General Codes Finish--------------------------------------*/

/*--------------------------------------Navbar Start------------------------------------------ */
nav .navbar-nav .nav-link:hover{
    background-color: #dcdcdc;
}
nav .navbar-nav li a{
    color: #000;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
.dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
}
.dropdown .dropdown-menu{
    display: none;
    background-color: transparent;
}
nav .navbar-nav .dropdown-item {
    background-color: #fff;
}
nav .navbar-nav .dropdown-item:hover{
    background-color: #1E3A8A;
    color: #fff;
}
nav .hamburger{
    color: #000;
}
.navbar img{
    padding: 0;
    margin: 0;
    width: 100px;
    height: 100px;
}
nav.r-nav.stickyadd{
    background: #fff !important;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.05);
    transition: 0.5s all ease-in-out;
}
nav.stickyadd .navbar-nav .nav-link {
    color: #000 !important;
}
nav.stickyadd .hamburger{
    color: #000;
}
nav .navbar-nav li img{
    height: 30px;
    width: 30px;
    margin-top: 5px;
}
.navbar-nav li{
    padding: 5px;
}
.navbar-nav {
    margin-left: 20px;
}
/*--------------------------------------Navbar Finish------------------------------------------ */

/*----------------------------------------Header Start---------------------------------------- */
#header{
    padding-bottom: 10px;
    margin-top: 125px;
}
@media only screen and (max-width: 600px) {
    #header{
        margin-top: 120px;
        padding-bottom: 10px;
    }
}
#header .container{
    border-radius: 20px;;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding: 0;
}
@media only screen and (max-width: 600px){
    #header .container{
        border-radius: 1px;
    }
}
#header img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
@media only screen and (max-width: 600px){
    #header img{
        border-radius: 1px;
    }
}
    /*----------------------------------------Header Finish---------------------------------------- */

/*----------------------------------------Welcome Letter Start---------------------------------------- */
#welcomeLetter{
    scroll-margin-top: 80px;
}
#welcomeLetter .container{
    margin-top: 10px;
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
}
@media only screen and (max-width: 600px){
    #welcomeLetter .container{
        margin-top: 5px;
        border-radius: 0;
    }
}
#welcomeLetterTitle{
    font-weight: bold;
    color: #1E3A8A;
    padding-top: 40px;
    padding-left: 10px;
    text-align: center;
}
#welcomeLetter p{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
}
#welcomeLetter ul{
    padding: 10px;
}
#welcomeLetter h4{
    padding: 10px;
}
#welcomeLetter li a{
    color: #000;
    display: inline-block;
    height: 50px;
    width: 50px;
    font-size: 29px;
    border: 3px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
}
#welcomeLetter li:nth-child(1) a:hover{
    color: #3b5998;
}
#welcomeLetter li:nth-child(2) a:hover{
    color: #00acee;
}
#welcomeLetter li:nth-child(3) a:hover{
    color: #E1306C;
}
/*----------------------------------------Welcome Letter Finish---------------------------------------- */

/*----------------------------------------Panels Start---------------------------------------- */
#panels{
    margin-bottom: 20px;
    scroll-margin-top: 100px;
}
#panels .container{
    border-radius: 20px;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.15);
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px){
    #panels .container{
        border-radius: 0;
    }
}
#panelsTitle{
    justify-content: center;
    font-weight: bold;
    color: #1E3A8A;
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
.panelsOut{
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
}
@media only screen and (max-width: 600px){
    .panelsIn{
        font-size: 16px !important;
        height: 50px !important;
        padding: 0 !important;
    }
}
@media only screen and (max-width: 600px){
    .panelsIcon{
        font-size: 30px !important;
    }
}
.panelsOut a{
    color: #000;
    text-decoration: none;
}
.panelsOut:hover a{
    text-decoration: none;
    color: #000;
}
.panelsOut:hover i{
    transform: rotate(360deg);
    transition: 1s all ease-in-out;
}
.panelsOut:hover{
    transition: 0.5s;
    box-shadow: 0 1px 8px 3px rgba(0,0,0,0.55);
}
.panelsIn{
    font-size: 26px;
    height: 150px;
    background-color: #dcdcdc;
    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.panelsIcon{
    background-color: #dcdcdc;
    text-align: center;
    font-size: 60px;
    color: #2563EB;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/*----------------------------------------Panels Finish---------------------------------------- */

/*----------------------------------------Footer Start---------------------------------------- */
footer li a {
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 22px;
    border: 3px solid #d4d4d4;
    border-radius: 50%;
    text-align: center;
}
footer li:nth-child(1) a:hover{
    color: #3b5998;
}
footer li:nth-child(2) a:hover{
    color: #00acee;
}
footer li:nth-child(3) a:hover{
    color: #E1306C;
}
/*----------------------------------------Footer Finish---------------------------------------- */