.my-logo{
    width:150px;
    margin:35px;
}
.header, .bg-dark, .header .is-sticky, .bg-overlay-black-20::before {
    background: #ffffff !important;
}
.text-primary, .job-list-option a {
    color: inherit !important;
}
.section-title{
    display: block;
    margin-bottom: 40px;
}
::selection, .section-title .title span::before{
    background: #00d1b2 !important;
}
.back-to-top{
    background: #00d1b2;
}
.btn i {
    padding-right: 0;
}
.btn-teal, .btn-teal:hover{
    background: #00d1b2 !important;
    border-color: #00d1b2 !important;
    color: #fff;
}
.btn-teal:hover{
    opacity: 0.8;
}
.form-control:focus, .job-list::before {
    border-color: #00d1b2 !important;
}
.section-title .title span::after {
    border-bottom: 2px solid #00d1b2 !important;
}
.page-item.active .page-link, .pagination .page-item .page-link:hover {
    background: #00d1b2 !important;
    border-color: #00d1b2 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    background: #00d1b2;
    border-color: #00d1b2;
}
.job-filter-tag ul li a {
    background: transparent;
    color: #00d1b2;
}
.job-filter-tag ul li a:hover{
    background: #00d1b2;
    color: #fff;
}

.header.header-transparent {
    background: #ffffff !important;
}
.header.header-transparent .navbar.is-sticky {
    background: #ffffff !important;
}
.text-white {
    color: #000066 !important;
}
.footer.bg-dark {
    color: #000066 !important;
}
.space-ptb {
    padding: 40px 50px 50px 50px;
}
.space-ptb .title {
    color: #212529;
}
.sidebar .widget {
    background-color: #fff;
    box-shadow: 0 3px 10px 4px rgb(0 0 0 / 4%);
}
.header.header-transparent .add-listing .login a,
.header .add-listing .login a i {
    color: #666;
    font-size: 13px;
}
.header.header-transparent .add-listing .login a:hover,
.header .add-listing .login a i:hover {
    color: grey;
}
.navbar .navbar-brand img {
    height: auto;
    max-height: 75px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0;
    }
}
.banner-2 {
    padding-bottom: 10px;
}