@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body{font-family: 'Open Sans', sans-serif;font-size: 14px;background-color: #fff;}
a{text-decoration: none !important;}
.topbar{padding: 5px 0;background-color: #00b894;color: #fff;}
.topbar ul{padding: 0;margin: 0;}
.topbar a{color: #fff;}
.topbar .topbar-social{text-align: right;}
.topbar .topbar-social li{margin-right: 2px;}
.topbar .topbar-social .fa-facebook-square:hover{color: #3B5998;background-color: #fff;}
.topbar .topbar-social .fa-twitter-square:hover{color: #00acee;background-color: #fff;}
.topbar .topbar-social .fa-linkedin:hover{color: #0077B5;background-color: #fff;}
.topbar .topbar-social .fa-google-plus-square:hover{color: #dd4b39;background-color: #fff;}
.navbar-section{background: #fff;color: #00b894;border-bottom: 1px solid #ddd;}
.navbar{padding-top: 0;padding-bottom: 0;}
.navbar-section .nav-item{margin-left: 10px;}
.navbar-section .nav-item:last-child a{padding-right: 0;}
.navbar-section .nav-link{color: #181818 !important;text-transform: uppercase;font-size: 12px;font-weight: 600;letter-spacing: 1px;border-radius: 0px;padding-top:20px;padding-bottom:20px;transition: all .5s ease 0s}
.margin-expand{margin: 0 -15px;}
.wrapper{padding: 40px 0;}
.btn-primary{background-color: #00b894;color: #fff;border-color: #00b894}
.btn-primary:hover{background-color: #00b894;opacity: .7;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{background-color: transparent;color: #00b894 !important;transition: all .5s ease 0s}
confirm{background-color: #00b894 !important;color: #fff;}

.search-section{
	/* background: gray url(../img/geometry2.png) repeat 0 0; */
	background: gray url(../img/black.png) repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 100%;
  padding: 210px 0;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}
.search-section h1{
	font-size: 50px;
	text-shadow: 0 3px 7px rgba(0,0,0,0.25);
}
.search-section h1 span{
	color: #00b894;
}
.search-section .search-box .card-body{
	padding: 15px;
}
.search-section .search-box .card{
		background-color: rgba(255,255,255, .4);
		border-color: rgba(0,0,0, .1);
}
.search-section .search-box .card .card-title{
			font-size: 12px;
	    text-align: left;
	    margin-bottom: 4px;
	    font-weight: bold;
}
.search-bttn button{
	height: 86px;
	background-color: rgba(255,255,255, .4);
	border-color: rgba(0,0,0, .1);
	color: #000;
}
.search-section .input-group-text {
    color: #fff;
    background-color: #00b894;
    border: 1px solid #00b894;
	}
.search-section .search-box .form-control, .search-section .search-box .custom-select{
	border-color: #00b894 ;
}
.search-section .search-box input[type="text"].form-control::-webkit-input-placeholder {
  font-size: 12px;
}
.select2-container--default .select2-selection--single{
	border-radius: 0 4px 4px 0;
	border-color: #00b894 ;
	height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
	text-align: left;
}
.trending-keywords {
    padding: 0 0 5px;
    margin-top: 10px;
    margin-right: 25px;
}
.trending-keywords .title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.trending-keywords a{
		color: #999;
    display: inline-block;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-style: italic;
}
.trending-keywords a:hover{
	color: #00b894;
}
.topbar-social .registration{
	text-align: right;
}
.topbar-social .registration li a{
	font-size: 12px;
	font-weight: bold;
}
.topbar-social .social{
	float: right;
	width: 15%;
}
.section-title{
	text-align: center;
	margin-bottom: 30px;
}
.section-title h2{
	font-weight: 600;
}
.section-body .category-box .media {
	transition: all 0.5s ease 0s;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
		margin-bottom: 30px;
}
.section-body .category-box .media .media-body{
	padding-left: 15px;
}
.section-body .category-box .media .media-body h5{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 14px !important;
}
.section-body .category-box .media i{
	color: #00b894;
	transition: all 0.5s ease 0s;
}
.section-body .category-box .media a{
	color: #181818;
	transition: all 0.5s ease 0s;
}
.section-body .category-box .media:hover{
	background-color: #00b894;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.section-body .category-box .media:hover i, .section-body .category-box .media:hover a{
	color: #fff;
	transition: all 0.5s ease 0s;
}
.recent-job{
	background-color: #F6F7F9;
}
.recent-job .job-info li{
	margin-bottom: 5px;
}
.job-box i,
.page-link{
	color: #00b894;
}
.job-box i{
	line-height: 23px;
}
.page-link:hover{
	background-color: #00b894;
	color: #fff;
}
.job-box .card{
	min-height: 180px;
}
.job-box a{
	color: #222;
}
.card{
	transition: all 0.2s ease-out 0s;
}
.modal{
	background: rgba(0,0,0,.5);
}
.card:hover{
	/*cursor: pointer;*/
	-webkit-box-shadow: 0px 0px 9px -3px rgba(84,84,84,0.58);
	-moz-box-shadow: 0px 0px 9px -3px rgba(84,84,84,0.58);
	box-shadow: 0px 0px 9px -3px rgba(84,84,84,0.58);
	transition: all 0.2s ease-in 0s;
}
.opportunities{
	background: url('../img/bg.png') center top no-repeat;
	background-size: cover;
	color: #fff;
}
.opportunities .section-title{
	margin-bottom: 60px;
}
.opportunities .media-body{
	padding-left: 25px;
}
.opportunities .media-body p{
	color: #fff;
	opacity: .5;
}
.opportunities .media-body a{
	color: #fff;
}
.opportunities .media i{
	color: #00b894;
	transition: all 0.3s ease-in 0s;
}
.opportunities .opp-box{
	border: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 30px;
	min-height: 153px;
}
.opportunities .opp-box:hover{
	transition: all 0.3s ease-in 0s;
	background-color: rgba(0,184,148, .5);
}
.opportunities .opp-box:hover i{
	color: #fff;
	transition: all 0.3s ease-in 0s;
}
.recruitment-section{
	margin-top: 90px;
}
.recruitment-section .job-details-view .card{
	cursor: inherit;
}
.job-save{
	margin-top: 15px;
}
.job-save a{
	font-size: 16px;
	margin-right: 5px;
	color: #00b894;
}
.job-save li a:hover{
	text-decoration: underline !important;
	color: #642891;
}
pre {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    white-space: pre-wrap;
}
.nav-tabs{
	margin-bottom: 15px;
}
.job-details-view .card-title{
	margin: 0;
}
.search-box-job, .filter-option{
	margin-bottom: 20px;
}
.job-sidebar{
	height: 880px;
	overflow-y: scroll;
}
.company-logo{
	width: 186px;
	height: 98px;
	padding: 4px;
}
.company-logo img{
	width: 100%;
}
.form-control{
	font-size: 14px;
}
#navbar .dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0px;
  border-radius: 0;
  border-top: 0;
}
#navbar .dropdown-item{
	font-size: 13px;
}
.text-black{
	color: #000 !important;
}
#navbar .dropdown-item:focus, .dropdown-item:hover{
	background-color: #00b894;
	color: #fff !important;
}
.registration .dropdown-menu{
	border-radius: 0 !important;
	top: 5px !important;
}
.registration .nav-link{
	padding: 0;
}

/*tabs*/

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
/*  margin-top: 20px;
  margin-left: 50px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  width: 100%;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .i,
div.bhoechie-tab-menu div.list-group>a{
  color: #00b894;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .i,
div.bhoechie-tab-menu div.list-group>a.active{
  background-color: #00b894;
  /*background-image: #00b894;*/
  color: #ffffff;
  border-color: #00b894;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #00b894;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
/*  padding-left: 20px;*/
  padding-top: 10px;
}
div.bhoechie-tab{
	padding: 10px 20px 20px 0;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.jqte{
	margin-top: 0;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label{
	height: auto;
}
.sw-theme-arrows > ul.step-anchor > li:last-child > a:before{
	border-color: transparent;
}
.footer{
	background-color: #F5F5F5;
}
.footer .footer-box h4{
	color: #00b894;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.footer .footer-box p{
	font-size: 13px;
}
.footer .footer-box i{
	color: slategray;
	transition: all 0.3s ease-out 0s;
}
.footer .footer-box a:hover .fa-facebook-square{
	color: #3B5998;
	transition: all 0.3s ease-in 0s;
}
.footer .footer-box a:hover .fa-twitter-square{
	color: #00acee;
	transition: all 0.3s ease-in 0s;
}
.footer .footer-box a:hover .fa-linkedin{
	color: #0077B5;
	transition: all 0.3s ease-in 0s;
}
.footer-bottom{
	background-color: #EAEAEA;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}
.page-title{
	margin-bottom: 25px;
}
.page-item.active .page-link{
  color: #fff;
  background-color: #00b894;
  border-color: #dee2e6;
}
.mt-100{
	margin-top: 100px;
}
.save_user_job_ex_form input.form-control{
	width: 17.9% !important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00b894;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.default-account div.bhoechie-tab{
	padding: 10px 0px 20px 0;
}
.default_job_appy_btn{
	position: fixed;
	top: 50%;
	right: 0;
}
.default_job_appy_btn .btn{
	border-radius: 0;
}
.existing{
	color: #00b894;
}
.new_pro{
	color: lightgray;
}
.pulse {
    overflow: visible;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(165, 55, 253);
    border-radius: inherit;
     -webkit-transition: opacity .3s, -webkit-transform .3s;
     transition: opacity .3s, -webkit-transform .3s;
     transition: opacity .3s, transform .3s;
     transition: opacity .3s, transform .3s, -webkit-transform .3s;
     -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
     animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
.category .select2-container--default .select2-selection--single .select2-selection__arrow{
	margin-top: -2px;
	height: 33px;
}
.catLink li a{
	color: #00b894;
}
.catLink li.active {
    background-color:#00b894;
}
.catLink li.active a {
    color:#fff;
    font-weight: 600;
}
.catLink li span{
	background-color: #00b894;
}
.catLink li.active span{
	background-color: #fff;
	color: #00b894;
}
.job-box-c .card{
	min-height: auto;
}
.c-box .media-body{padding-left: 15px;}
hr{margin: 0;}
.c-box{margin-bottom: 10px;}
.c-box .fas{color: #00b894}
.c-box .card-body{
	padding: 16.9px 25px;
}
.c-box .media-body h5{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}
@-webkit-keyframes pulse-animation{
    0%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
}
@keyframes pulse-animation{
    0%{
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1.5);
        transform:scale(1.5)
    }
}
@media only screen and (max-width: 1199px) {
	.navbar{padding-top: 15px;padding-bottom: 15px;}
	.topbar-social .social {
	    float: none;
	    width: 100%;
	    margin-top: 14px;
	    margin-bottom: 14px;
	}
	.topbar-social .registration {
	    width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 14px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar{padding-top: 15px;padding-bottom: 15px;}
	.topbar .topbar-social {width: 32%;}
	.topbar-contact{margin-top: 15px;}
	.search-box-top{margin-top: 10px;}
	.topbar-social .social {
	    float: none;
	    width: 100%;
	    margin-top: 14px;
	    margin-bottom: 14px;
	}
	.topbar-social .registration {
	    width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 14px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.search-box-top {width: 100%;margin-bottom: 5px;}
	.topbar-contact{text-align: center;margin-bottom: 0px;}
	.topbar .topbar-social{text-align: center;float: inherit;width: 100%;}
	.navbar{padding-top: 15px;padding-bottom: 15px;}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .5rem;
	    padding-left: .5rem;
	}
	.topbar-social .social {
	    float: none;
	    width: 100%;
	    margin-top: 14px;
	    margin-bottom: 14px;
	}
	.topbar-social .registration {
	    width: 100%;
	    float: none;
	    text-align: center;
	    margin-top: 14px;
	}
}
