<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width:1080px){
	.headsearch{
	width: 900px;
	}
}

.btn-xs{
	padding:5px 20px;
}
input[type=file] {
    display: block;
    padding-top: 10px !important;
}
.navbar-brand{
	background: #fff;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 10px !important;
    height: 60px;
}
.navbar-default .navbar-brand:hover{
	background: #fff;
}
.navbar-header{
	    background: #0054a5;
	    color: #fff
}

.banner-caption .fa{
	font-size: 30px;
}
.banner-caption .btn{
	padding: 10px 20px;
}
.banner-caption .form-control{
	background: transparent;
    border: 1px solid #fff9;
    color: #fff9;
}
.banner-caption .form-control::placeholder{
	color: #fff9;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #fff9 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff9;
}
.hometopul li{
	list-style: none;
    display: inline-block;
}
.hometab{
	padding: 0px;
}
.hometopul{
	background: #0054a5;
    color: #fff;
    padding: 0px;
}
.hometopul li {
    list-style: none;
    display: inline-block;
    padding: 15px 0px;
    width: 32.7%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.hometopul .active{
	background: #fff;
    color: #0054a5;
    border: 1px solid #0054a5
}
.btn-l-m{
    margin-left: 15px;
}
@media only screen and (max-width: 768px) {
    .navbar-brand{
        height: 50px !important;
    }
    .hometopul li {
    width: 100%;
    }
    .mob-nopadd{
        padding: 0px
    }
    .job-moilebtn{
        margin-bottom: 10px;
        width: 100%;
        margin-left:0px !important;
    }
}
.browse-company,.mt40{
    margin-top: 40px;
}
.wrap-search-filter .select2-container--default .select2-selection--single{
    border: 1px solid #dde6ef !important;
}
.wrap-search-filter .select2-container--default .select2-selection--single:hover{
    border: 1px solid #0054a5 !important;
}
.wrap-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #445461;
}
.btn-sm{
    padding: 5px 20px;
}

a {
    color: #0054a5;
}
.ad-image{
    display:none !important;
    border: 2px solid #0054a5;
        width: 100%;
    visibility: hidden;
}
::-webkit-input-placeholder{
    color: #636d7569 !important;
}
::placeholder {
  color: #636d7569 !important;
}
textarea{
    height: auto !important;
}

.theme-color{
    color: #0054a5
}
.headingline{
   border-bottom: 1px solid #0054a5;
    padding-bottom: 2px;
}
.headingline span{
    border-bottom: 3px solid #0054a5;
}
.theme-btn-default {
    color: #0054a5 !important;
    border-color: #0054a5 !important;
}
.m-l-5{
    margin-left: 5px;
}
b, strong {
    font-weight: 500;
}

 .switch {
     position: relative;
     display: inline-block;
     width: 60px;
     height: 34px;
 }

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
</pre></body></html>