@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
	}
a {color:#024a81;}
a:hover {color: #40a9ff;}

.alert-gray {
    background: #03396C;
    color: #fff;
    border-radius: 7px;
    border: 0;
    padding: 10px;
}
.search-block-home {
    /* background: url(../images/search-box-bg.png); */
    margin: -255px auto 120px auto;
    padding: 10px 0;
	z-index:10;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.theme1-featured-logo {
    width: 100%;
    height: 65px;
    object-fit: contain;
    padding: 10px;
}
.nav-item {
    font-size: 15px;
    font-weight: 600;
}
.dropdown-item {
    padding: .25rem 0.9rem;
}

.profile {
	width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: left;
    border-radius: 3px;
}

.navbar-brand>img {
    height: 40px;
    width: 230px;
    object-fit: contain;
    object-position: left;
    background-color: inherit;

}
.navbar-light .navbar-nav .nav-link {
    color: #6B7280!important;
}

img.featured-logo {
    height: 75px;
    width: 130px;
    object-fit: contain;
    margin: 0 0 10px 0;
}
  
	
.white-bg {
	background-color:#fff;
	/*padding:50px 0;*/
}

img.img-circle {width:150px; height:150px;}
ul.categories {    list-style-type: none;}
ul.categories li a{
    line-height: 45px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
	}

.img-circle-custom {
    border-radius: 50%!important;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.social-circle a.icoRss{background-color: #F56505;}
.social-circle a.icoFacebook{background-color: #3B5998;}
.social-circle a.icoTwitter{background-color: #33ccff;}
.social-circle a.icoGoogle-plus{background-color: #dd4b38;}
.social-circle a.icoMobile-phone{background-color: #373737;}
.social-circle a.icoLinkedin{background-color: #007bb7;}


/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 1px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}

.social-network a.icoMobile-phone:hover {
	background-color:#373737;
}

.social-network a.icoGoogle-plus:hover {
	background-color:#dd4b38;
}



.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoMobile-phone:hover i, .social-network a.icoGoogle-plus:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



.footer-logo {
    width: 175px;
    height: 55px;
    object-fit: contain;
    object-position: left;
}

/* Carousel base class */
.carousel {
  margin-bottom: 5rem;
  z-index:-100000;
  margin-top: -16px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption  h5{
  font-size:32px;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  object-fit: cover;
}
.carousel-caption {
    right: 20%;
    /*left: 20%;*/
    top: 78px;
    /* position: relative; */
    padding-bottom: 30px;
	color:#283a50;
	text-align:left;
}
.carousel-indicators {
    bottom: 150px;
	display:none;
	z-index:11;
}

.no-border {border-color:#fff;}
.border-left {border-left:1px solid #ccc;}

.alrt-btn {
	position: absolute;
    top: 0px;
    right: 0;
}

.input-group-theme1 {width: 140%;}

.heading-theme1 {
    font-size: 32px;
    font-weight: 800!important;
    color: #111827;
}
.para-theme1 {
	color:#6B7280!important;
}

.card-theme1 {
	border:1px solid #E5E7EB;
}
.btn-outline-theme1 {
    color: #fff;
	background:#024A81;
    border-color:#024A81;
    font-weight: 600;
    padding: 7px 25px;
	border-radius:2px;
}
.btn-outline-theme1:hover {
    color: #40a9ff;
    background:#024A81;
    border-color:#024A81;
    font-weight: 600;
    padding: 7px 25px;
	border-radius:2px;
}
.card-title-theme1 {
	color:#111827;
	font-size:28px;
}

.dark-bg-theme1 {
	background:#1F2937;
}

.dark-bg-theme1 p strong {color:#9CA3AF;}
.dark-bg-theme1 div a {color:#D1D5DB;}
.alert-text {width:80%;}
h1.slider-title-theme1 {
	font-size:40px;
	font-weight:800;
	color:#AFD9FB;
}
.slider-bg-theme1 {
	background:#033d69;
	margin: -16px 0 0 0;
	background: url(../images/slider-bg.jpg);
}

.btn-theme1 {
    color: #fff;
    background: #F36706;
    border-color: #F36706;
    border: 2px solid #F36706;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 2px;	
}
.btn-theme1:hover {
	color: #fff;
	background:#df4704;
    border-color: #df4704;
    border: 2px solid #df4704;
    font-weight: 600;
    padding: 10px 30px;
	border-radius:2px;	
}

h5.job-title-theme1 {
	font-size:17px;
	font-weight:600;
	}

.before::before {
    content: '\000B7';
    padding: 0 4px;
}
.no-radius {border-radius:0px;}
.form-control-lg {border-radius: 2px;height: calc(1.75em + 1rem + 2px);}

.mpr-0 {
	padding-right:0!important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media screen and (max-width:900px) {
.white-bg {
    padding: 0px 0;
}
}

@media screen and (max-width:900px) {
.search-block-home {
    /* background: url(../images/search-box-bg.png); */
    margin: 0px auto 20px auto;
    padding: 10px 0;
	z-index:10;
}
}

@media screen and (max-width:900px) {
.mobile-featured-recruiter {
	width:33%;
	margin-bottom:10px;
}
 } 
 
@media screen and (max-width:900px) {
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    width: 100%;
    margin-bottom: 5px;
}
}

@media screen and (max-width:900px) {
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
}

@media screen and (max-width:900px) {
.input-group-append {
    width: 100%;
}
}
@media screen and (max-width:900px) {
.mobile-col-md-3 {
	width:50%!important;
}
}

@media screen and (max-width:900px) {
.footer-logo {
	width:100%;
}
}
@media screen and (max-width:900px) {
.mobile-border {
	border:1px solid #ccc;
	border-width:1px 1px 1px 1px;
}
}

@media screen and (max-width:900px) {
.mobile-text {
	    font-size: 30px!important;
    text-align: center;
}
}

@media screen and (max-width:900px) {
.mpr-0 {
	padding-right:15px!important;
	margin-bottom:10px;
}
}




