:root{
    --bg-primary: #06283d;
    --bg-secondary: #52575d;
    --bg-ground: #efefef;
    --bg-active: #fddb3a;
    --cl-text: #f6f4e6;
    --bg-top: #ffffff;
    --bg-btn: #418fe2;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto','sans-serif';
}
body{
    background: #fff;
}

header{
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    height: 70px;
    color: var(--cl-text);
    background: #fff;
    border-bottom: 2px solid var(--bg-btn);
}
header .toggle{
    width: 100%;
    /* padding: 0px 40px; */
    background: var(--bg-top);
    display: flex;
    margin: 0px 40px;
    align-items: center;
    justify-content: space-between;
}
header .toggle a{
    color: var(--cl-text);
    font-weight: 600;
    font-size: 2.5em;
    text-transform: uppercase;
    color: var(--bg-btn);
    text-decoration: none;
}
header .toggle a span{
    color: #3CCF4E;
}
header .toggle  ul{
    display: flex;
    margin: 0px 10px;
}
header .toggle  ul li{
    list-style: none;
    margin: 0px 10px;
}
header .toggle  ul li a{
    /* background: var(--bg-btn); */
    color: var(--bg-btn);
    padding: 7px;
    font-size: 13px;
    border-radius: 8px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
}
header .toggle  ul li a:hover{
    background: none;
    border: 1px solid #3CCF4E;
    color: var(--bg-btn);
    transition: all 0.8s ease;
}

/* Home Contents */
.home-section{
    position: relative;
    margin: 0 auto;
    padding: 10px;
    /* height: 100%; */
    transition: 0.5s;
    background: var(--bg-top);
    z-index: 100;
}
label{
    font-weight: 400;
    font-size: 18px;
}
.home-section .home-content{
    margin: 10px 130px;
    text-align: center;
    z-index: 100;
    margin-bottom: 90px;
}
.home-section .home-content .posts{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.home-section .home-content .ads{
    text-align: center;
    margin: 30px;
}
.home-section .home-content .ads h2{
    font-size: 35px;
    color: var(--bg-btn);
    font-weight: 600;
}
.home-section .home-content .ads .intro{
    border: 1px solid #efefef;
    margin: 10px;
    padding: 0px;
    border-radius: 5px;
}
.home-section .home-content .ads .intro p{
    /* line-height: 2.0em; */
    letter-spacing: 0px;
    font-size: 20px;
}
.home-section .home-content .ads form h3{
    font-size: 25px;
    color: var(--bg-btn);
    font-weight: 600;
}
.home-section .home-content .ads p{
    font-size: 18px;
    padding: 10px;
}
.home-section .home-content .ads form .enter{
    margin: 15px 0px;
    text-align: left;
}
.home-section .home-content .ads form .enter button{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-section .home-content .ads table tr td button{
    font-size: 12px;
    padding: 2px;
}
.home-section .home-content .ads table tr th,td{
    font-size: 13px;
}
.home-section .home-content .posts a{
    width: 47%;
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--bg-ground);
    padding: 0px;
    margin: 15px;
    text-decoration: none;
    display: flex;
    box-shadow: 1px 1px 1px 1px rgba(0.1,0.1,0.1,0.1);
    text-align: left;
}
.home-section .home-content .posts a:hover{
    box-shadow: 0 5px 12px 9px rgba(0,0,0,0.1);
	transition: box-shadow 0.3s ease-in-out;
}
.home-section .home-content .posts a .image{
    width: 20%;
    padding: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section .home-content .posts a .image img{
    max-width: 100%;
}
.home-section .home-content .posts a .details{
    width: 80%;
    padding: 5px;
}
.home-section .home-content .posts a .details h3{
    color: #0078AA;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0px;
}
.home-section .home-content .posts a .details p{
    color: #000;
    font-weight: 540;
}
.home-section .home-content .posts a .details .employer{
    font-weight: 600;
    font-size: 13px;
}
.banner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .search{
    position: relative;
    width: 45%;
    padding: 10px;
    margin: 15px;
    /* height: 190px; */
    background-color: #0078AA;
    opacity: 0.9;
    text-align: center;
}
.banner .search h2{
    font-size: 30px;
    padding: 20px;
    color: var(--cl-text);
    font-weight: 600;
}
.banner .search p{
    color: var(--cl-text);
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
}
.banner .search label{
    display: none;
    font-size: 13px;
}
.banner .search input{
    font-size: 13px;
}
.banner .search select{
    font-size: 13px;
}
.banner .search button.btn-info{
    padding: 4px;
    font-size: 15px;
    width: 100%;
    color: var(--cl-text);
}
.banner .search form .enter{
    margin: 10px;
}


/* Footer */
footer{
    position: relative;
    bottom: 0;
    width: 100%;
}
footer .top{
    position: relative;
    bottom: 0;
    width: 100%;
    /* height: 240px; */
    margin: 0 auto;
    background: #0078AA;
    padding: 10px 40px;
    display: flex;
    flex-wrap: wrap;
}
footer .top .box{
    width: 30%;
    margin: 20px;
    color: var(--cl-text);
}
footer .top .box h1{
    text-transform: capitalize;
    font-size: 30px;
}
footer .top .box h1 span{
    color: #3CCF4E;
}
footer .top .box h2{
    padding: 0px;
    font-size: 25px;
}
footer .top .box p{
    line-height: 25px;
    font-size: 15px;
    font-weight: 520;
    text-align: justify;
}
footer .top .box p span{
    font-weight: 600;
    font-size: 18px;
}
footer .top .box ul{
    list-style: none;
}
footer .top .box ul li{
    line-height: 25px;
    font-size: 15px;
}
footer .top .box .social{
    display: flex;
}
footer .top .box .social li{
    line-height: 30px;
    margin: 10px;
    padding: 2px 5px;
}
footer .top .box .social li a{
    color: var(--cl-text);
    text-decoration: none;
}
footer .top .box .social li a i{
   font-size: 30px;
   border: 1px solid #efefef;
   padding: 5px;
   border-radius: 5px;
}
footer .top .box .social li a:hover i{
    color: #3CCF4E;
    border: none;
    transition: 0.9s;
}
footer .bottom{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--bg-btn);
}
footer .bottom p{
    font-size: 15px;
    text-transform: capitalize;
    color: #2268b4;
}


/* Login form */
.w-info{
    position: relative;
    top: 50px;
    display: flex;
    margin: 20px;
    align-items: center;
    justify-content: center;
}
.w-info .login{
    position: relative;
    margin: 0 auto;
    width: 350px;
    text-align: center;
}
.w-info .login h2{
    font-weight: 500;
    padding: 10px;
    font-size: 35px;
    color: var(--bg-btn);
    text-transform: uppercase;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.w-info .login h2 span{
    color: #3CCF4E;
}
.w-info .login form{
    background: #ffffff;
    padding: 20px;
}
.w-info .login form p{
    font-size: 18px;
}
.w-info .login form .group{
    margin: 20px 0px;
    text-align: left;
    /* width: 100%; */
}
.w-info .login form .group input{
    width: 100%;
    padding: 5px;
    font-size: 15px;
    outline: #0078AA;
    border-radius: 4px;
}
.w-info .login form .block{
    width: 100%;
    background: var(--bg-btn);
    color: #fff;
    border: none;
    font-size: 18px;
}
.w-info .login form .block:hover{
    background: #0078AA;
}


@media(max-width: 650px){
    header{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 40px;
    }
    header .toggle a{
        font-size: 1.2em;
    }
    header .toggle{
        margin: 0px 10px;
    }
    header .toggle  ul li{
        font-size: 8px;
        margin: 0px;
    }
    header .toggle  ul li a{
        font-size: 8px;
        padding: 3px;
    }
    .banner .search{
        width: 70%;
        padding: 0px;
        margin: 10px;
    }
    .banner .search h2{
        font-size: 15px;
        padding: 10px;
    }
    .banner .search p{
        font-size: 12px;
        padding: 0px;
    }
    .banner .search label{
        display: none;
        font-size: 10px;
    }
    .banner .search input{
        font-size: 11px;
    }
    .banner .search select{
        font-size: 11px;
    }
    .banner .search button.btn-info{
        position: relative;
        padding: 4px;
        font-size: 12px;
        width: 100%;
    }
    .banner .search form .enter{
        margin: 10px;
    }
    .banner .search form .col-md-1{
        margin: 0px;
    }
    .home-section .home-content .posts a{
        width: 100%;
        padding: 0px;
        margin: 10px;
    }
    .home-section{
        /* top: 30px; */
        margin: 0px;
    }
    .home-section .home-content{
        margin: 0px 5px;
    }
    .home-section .home-content .posts a .details h3{
        font-size: 12px;
    }
    .home-section .home-content .posts a .details p{
        font-size: 10px;
    }
    .home-section .home-content .posts a .details .employer{
        font-size: 10px;
    }
    footer .top .box{
        width: 100%;
        margin: 10px;
    }
    footer .top{
        padding: 10px;
    }
    footer .top .box p{
        line-height: 24px;
        font-size: 12px;
        font-weight: 520;
        text-align: justify;
    }
    footer .top .box p span{
        font-weight: 600;
    }
    footer .top .box ul li{
        padding-left: 0px;
        line-height: 24px;
        font-size: 12px;
        display: flex;
    }
    footer .top .box h2{
        padding: 0px;
        font-size: 20px;
    }
    footer .bottom{
        height: 40px;
    }
    footer .bottom p{
        font-size: 10px;
    }
    .home-section .home-content .ads{
        padding: 0px;
        margin: 0px;
    }
    .home-section .home-content .ads h2{
        font-size: 20px;
    }
    .home-section .home-content .ads .intro{
        padding: 0px;
    }
    .home-section .home-content .ads .intro p{
        font-size: 14px;
    }
    .home-section .home-content .ads form h3{
        font-size: 16px;
    }
    .home-section .home-content .ads p{
        font-size: 14px;
        padding: 15px;
    }
    label{
        font-weight: 400;
        font-size: 14px;
    }

}
