body {
	height: 100%;
	/* font-family: 'Rubik', sans-serif Lato, sans-serif; */
	font-family: Lato, sans-serif;
	/* width: 100%; */
  background: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 50vh;
  background: #5F096E;
}

.bg-candidate{
background: #5F096E
}

#hero .container {
  padding-top: 60px;
}
#hero .hero-img img {
  width: 90%;
}
#hero h1, #hero h4 {
  margin-bottom: 20px;
  /* font-weight: 700; */
  /* line-height: 56px; */
  color: #fff;
}
 
#hero h3, #hero h3 p  {
  margin-bottom: 30px;
  /* font-size: 20px; */
  line-height: 45px;
  /* font-weight: 400; */
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #ff0000;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #000000;
  border-radius: 50px;
  background: #ffcc00;
  position: relative;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    /* height: 90vh; */
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {

  #hero h1 {
    font-size: 20px;
    text-align: left;
    line-height: 25px;
  }
  #hero h2, #hero h2 p {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  #hero .hero-img img {
    width: 100%;
    margin-top: 20px;
  }
  #hero .btn-get-started {
    float: left;
    font-size: 14px;
    padding: 5px 10px;
  }

    #hero .btn-watch-video {
      float: left;
      margin: 10px;
      font-size: 14px;
      padding: 5px 15px;
    }
}

@media (max-width: 575px) {
  #hero h1 {
    font-size: 22px;
    text-align: center;
    line-height: 25px;
  }
  #hero h2, #hero h2 p {
    font-size: 16px;line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    float: none;
    padding: 10px 25px;
  }
  #hero .btn-watch-video {
    float: none;
    margin: 10px;
    font-size: 16px;
    padding: 10px 30px;

  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.welcome-menu{
  background:#5F096E;
  padding: 30px 10px;
  border-top: #ffcc00 solid;
}

.menu-item img{
  height: 70px;
  width: 70px;
}

.menu-item h5{
  font-size: 17px;
  /* margin-left: 10px; */
  margin-top: 10px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #fff
}

.menu-item p{
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .welcome-menu{
    background:#f8f8f8;
    padding: 30px 10px;
    border-top: #ffcc00 solid;
  }
  
  .menu-item img{
    height: 60px;
    width: 60px;
  }
  
  .menu-item h5{
    font-size: 16px;
    /* margin-left: 10px; */
    margin-top: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #5F096E
  }
  
  .menu-item p{
    color: #000;
    font-size: 13px;
  }
  
}

#page-hero {
  width: 100%;
  min-height: 8vh;
  background: #5F096E;
}

#page-hero .container {
  padding-top: 72px;
}

#page-hero .directory-title{
    text-align: center;
}

#page-hero h1 {
  margin: 0 0 10px 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#page-hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#page-hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#page-hero .btn-get-started:hover {
  background: #209dd8;
}


#page-hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #page-hero {
    min-height: 20vh;
    text-align: center;
  }
  #page-hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #page-hero .page-hero-img {
    text-align: center;
  }
  #page-hero .page-hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {

  #page-hero h1 {
    font-size: 20px;
    text-align: left;
    line-height: 25px;
  }
  #page-hero h2 {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  #page-hero .page-hero-img img {
    width: 90%;
    margin-top: 20px;
  }
  #page-hero .btn-get-started {
      float: left;
      font-size: 14px;
      padding: 5px 18px 6px 5px;
    }
}

@media (max-width: 575px) {
  #page-hero h1 {
      font-size: 22px;
      text-align: center;
      line-height: 25px;
    }
    #page-hero h2 {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 10px;
    }
  #page-hero .page-hero-img img {
    width: 80%;
  }
  #page-hero .btn-get-started {
    font-size: 16px;
    float: none;
    padding: 10px 24px 11px 24px;
  }
  #page-hero .btn-watch-video {
    font-size: 16px;
    padding: 10px 0 8px 40px;
    margin-left: 20px;
  }
  #page-hero .btn-watch-video i {
    font-size: 32px;
    top: 7px;
  }
}

/*-------------
Directory ------------*/

#directory-hero {
  width: 100%;
  min-height: 34vh;
  background: #6A0A7A;
}

#directory-hero .container {
  padding-top: 72px;
}

#directory-hero .directory-title{
    text-align: center;
}

#directory-hero h1 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#directory-hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  #directory-hero {
    min-height: 60vh;
    text-align: center;
  }

}

@media (max-width: 768px) {

  #directory-hero h1 {
    text-align: left;
    line-height: 25px;
  }
  #directory-hero h2 {
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
  }

}

@media (max-width: 575px) {
  #directory-hero h1 {
      font-size: 22px;
      text-align: center;
      line-height: 25px;
    }
    #directory-hero h2 {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin-bottom: 10px;
    }
}

.inline{
  font-size: 13px;
}
.inline li {
  display: inline-block;
  color: #fff;
  padding-right: 15px;
}

.inline li a {
  color: #fff;
}

.inline li::before{
  content: "\f152";
  font-size: 13px;
  color: #7f9dda;
  /* background: #ccc; */
  padding: 5px;
  font-family: "fontAwesome";
}


/*------------------
------hero-menu---------*/
/* img{
  width: 100%;
} */

.menu-item{
    color: #fff;
    text-align: center
}
.icon-md{
    height: 70px;
}
.section-bg-light{
    background: #F4FAFB;
}

.bg-blue{
  background: #173769;
}
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}


.section-title {
  text-align: center;
}

.section-header h2 {
  text-transform: uppercase;
  font-w
  position: relative;
  color: #003399;
}

.section-title h2 {
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  padding-bottom: 20px;
  position: relative;
  color: #003399;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-title h2{
    font-size: 24px
  }

}

@media (max-width: 575px) {
  .section-title h2{
    font-size: 20px
  }
}

  .btn-white{
    background: #fff;
  }

  .min-h-3{
    min-height: 300px;
  }

  .box-border-bg{
    background: #fff;
    padding: 20px;
    margin: 5px 20px;
    border: #f7f7f7 1px solid;
    border-radius: 20px;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  }

  .item-title{
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

  /*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

  .featured-services .icon-box::before {
    content: '';
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }

  .featured-services .icon-box:hover::before {
    background: #106eea;
    top: 0;
    border-radius: 0px;
  }

  .featured-services .icon {
    margin-bottom: 15px;
  }

  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #106eea;
    transition: all 0.3s ease-in-out;
  }

  .featured-services .icon img {
    height: 70px;
    width: 70px;
    transition: all 0.3s ease-in-out;
  }

  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .featured-services .title a {
    color: #111;
  }

  .featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .featured-services .icon-box:hover .title, .featured-services .icon-box:hover p  {
    color: #fff;
  }

  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }


  @media (max-width: 575px) {
    .featured-services .icon-box {
      padding: 10px;

    }
    .featured-services .title {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 16px;
    }
    .featured-services .icon img {
      height: 40px;
      width: 40px;
      transition: all 0.3s ease-in-out;
    }
  }

  #division-tools{
    margin: 10px 0px;
  }

  #division-tools .item img{
    height: 230px;
    width: 100%;
    border-bottom: 4px solid #ccc;
    margin-bottom: 10px
  }

  #division-tools .item h5{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -2px !important
  }

  #division-tools .item p{
    margin-top: 0px;
    line-height: 25px;
  }

  .division-tools{
    padding: 20px 50px;
  }

  .division-tools p{
    font-size: 16px;
  }

  .division-tools h3{
    color: #003399;
    font-weight: bold;
  }

/*-----------------
-------About-----------*/
.about-content h3 {
    font-weight: 600;
    color: #003399;
}

.about-content p {
    margin-bottom: 0px;
}

  .about img{
      margin-top: 20px;
      /* margin-bottom: -100px; */
  }

  .margin-less{
    /* margin-top: 20px; */
    margin-bottom: -500px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    /* background: #d4d9df; */
    border: 1px dashed #003399;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #003399;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.title {
  color: #003399;
  margin-bottom: 5px;
  font-weight: 700;
}



/*-----------------
-------Module-----------*/


#module .item h3{
  font-weight: 700;
  margin-bottom: 20px;
}

#module .item p{
  font-size: 17px;
  line-height: 30px;
}



.howitworks{
  padding: 30px 40px;
}

.howitworks #item{
  margin-bottom: 10px;
  padding: 10px 15px;
  text-align: center;
}

.howitworks #item img, .benefits .item img{
  height: 70px;
  margin-bottom: 10px;
}

.howitworks #item h5, .benefits .item h5{
  color: #ff6600;
  text-transform: capitalize;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.howitworks #item p, .benefits .item p{
  color: #000;
}



.cta{
  /* background: #303083; */
}

.cta h3{
  font-weight: 600;
  color: #173769;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background: #5F096E;
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 40px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 10px ;
	background: #5F096E !important;
}

.footer-section .copyright p {
	color: #ffcc00;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #ccc;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #f6783a;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #ffcc00;
	font-size: 13px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.footer-section ul li a{
	color: #fff;
	font-size: 13px;
	margin-bottom: 10px;
}

 .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 10px;
}


.footer-widget p,
.footer-widget span {
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
}

.footer-widget ul {
	list-style: none;
  margin-right: 5px;
}

.footer-widget ul li{
	margin-left: -30px;
}

.footer-widget .social a {
	font-size: 1.5em;
	color: #fff;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color: #cccccc;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
}


.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

/* Preloder */


.preloader{background-color:#f7f7f7;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;margin:0 auto}
.preloader .preloader-circle{
	width:100px;
	height:100px;
	position:relative;
	border-style:solid;
	border-width:3px;
	border-top-color:#9900cc;
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	z-index:10;
	border-radius:50%;
	-webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
	box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
	background-color: #fff;
	-webkit-animation:zoom 2000ms infinite ease;
	animation:zoom 2000ms infinite ease;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
.preloader .preloader-circle2{border-top-color:#0078ff}
.preloader .preloader-img{
	position:absolute;
	top:50%;z-index:200;
	left:0;right:0;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	padding-top:6px;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
.preloader .preloader-img img{max-width:55px}
.preloader .pere-text strong{font-weight:800;color:#dca73a;text-transform:uppercase}
@-webkit-keyframes zoom{0%{
	-webkit-transform:rotate(0deg);transform:rotate(0deg);
	-webkit-transition:.6s;-o-transition:.6s;
	transition:.6s}100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
		-webkit-transition:.6s;
		-o-transition:.6s;transition:.6s}
	}
@keyframes zoom{0%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.6s;
	-o-transition:.6s;transition:.6s}100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
		-webkit-transition:.6s;
		-o-transition:.6s;transition:.6s}
	}

/******************* Department *****************/

  .department-tools{
    padding: 20px 50px;
  }

  .department-tools p{
    font-size: 16px;
  }

  .department-tools h3{
    color: #003399;
    font-weight: bold;
  }
  .head-line {
    /* margin:0 0 1em; */
    line-height:1.5em;
    padding:0;
    color:#003399;
    /* text-transform: uppercase; */
    font-size:1.5em;
    font-weight: bold;
    position:relative;
    overflow:hidden;
    text-align:left;
  }
  .head-line:after {
    content:" ";
    position:absolute;
    top:50%;
    margin-left:-999em;
    height:2px;
    width:998em;
    border-top:1px solid #cccccc;
    background:rgba(0,0,0,0.2);
  }
  .head-line:after {
    left:auto;
    width:999em;
    margin:0 0 0 1em;
  }

  #department-tools{
    margin: 10px 0px;
  }

  #department-tools .item img{
    height: 230px;
    width: 100%;
    border-bottom: 4px solid #ccc;
    margin-bottom: 10px
  }

  #department-tools .item h5{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -2px !important
  }

  #department-tools .item p{
    margin-top: 0px;

    line-height: 25px;
  }


.featured{
  border: 1px #ccc solid;
  background: #fff
}

.job-header{
  background: #003399;
  padding: 5px;
}

.job-header h5{
  color: #fff
}

.job-body{
  padding: 5px 10px
}

.featured-job{
  color: #000;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.featured-job:hover{
  color: #003399;
  font-weight: 600;
}

.start-hiring{
	/* background: #ff9902; */
	padding: 50px 20px;
  }

  .start-hiring h4{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
  }

  .start-hiring h6{
	 color: #000;
	font-weight: 600;
  }

  .start-hiring h3{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	/* font-size: 20px; */
  }

  .start-hiring h5{
	 color: #000;
	font-weight: 600;
  }



    /******************* Accordion Demo - 4 *****************/
#accordion4 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
#accordion4 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#accordion4 .panel-heading:before,
#accordion4 .panel-heading:after{
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
#accordion4 .panel-heading:after{
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
h4.panel-title{margin:10px 0px !important;}
#accordion4 .panel-title a{
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #173769;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
#accordion4 .panel-title a:before,
#accordion4 .panel-title a.collapsed:before{
    content: "\f106";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #173769;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion4 .panel-title a.collapsed:before{ content: "\f107"; }
#accordion4 .panel-title a .icon{
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #173769;
    font-size: 20px;
    color: rgba(0,0,0,0.7);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
#accordion4 .panel-body{
    padding: 10px 15px;
    margin: 0 0 20px;
    border-bottom: 3px solid #173769;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}

#social-links ul li{
  display: inline !important;

}

#social-links ul li a{
  font-size: 20px;
  margin-right: 10px;
}

#social-links ul li a{
  font-size: 25px;
  margin-right: 10px;
}

#social-links .fa-facebook-official{
  color: #003399
}

#social-links .fa-twitter{
  color: #069dc1
}

#social-links .fa-linkedin{
  color: #123b7f
}

#social-links .fa-whatsapp{
  color: #009933
}
