/*
Theme Name:       JobX - Bootstrap HTML5 Job Portal Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Categories */c
/* ____Featured Jobs */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Pagination */
/* ____Testimonial */
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Poppins:500,700");
/* ==========================================================================
   GENERAL
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;

-moz-box-sizing: border-box;

box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #00BCD4;
}

a {
  color: #d68700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #191c1e;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-gray {
  background: #f9fcff;
}

.bg-cyan {
  background: #f2f7fb;
}
.container-left {
   max-width:565px;
   position:relative;
   padding-left:15px;
   padding-right:15px;
   margin-right:0;
   margin-left:auto
}
.container-right {
   max-width:565px;
   position:relative;
   padding-left:15px;
   padding-right:15px;
   margin-right:auto;
   margin-left:0
}
/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 30px 0 30px;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #333333;
  position: relative;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff !important;
}

.btn-common {
  background: #23C0F1;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-common::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0, 0);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.btn-common:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  border-color: #00BCD4;
  color: #00BCD4;
}

.btn-border:hover {
  box-shadow: 0px 4px 10px rgba(96, 94, 94, 0.2);
}

.btn-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.btn-border:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0.5, 0.5);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  color: #00BCD4;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 14px;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #00BCD4;
}

.btn-subtitle {
  color: #191c1e;
  background: #dbecff;
  text-align: center;
  border-radius: 4px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}
.section-container {
  padding: 70px 0;
}
.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pb-45 {
  padding-bottom: 45px;
}

.page-header {
  padding: 115px 0px 50px;
  position: relative;
  background: url(../img/banner.jpg);
}

.page-header .inner-header {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 0;
}

.page-header .inner-header h3 {
  color: #333;
  font-weight: 700;
  font-size: 30px;
}

.page-header .page-breacrumbs {
  margin-top: 23px;
  display: inline-block;
  float: right;
}

.page-header .breadcrumbs {
  margin: 0;
}

.page-header .breadcrumbs li {
  position: relative;
  padding-left: 30px;
  margin: 0;
  float: left;
}

.page-header .breadcrumbs li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333;
}

.page-header .breadcrumbs > li:before {
  position: absolute;
  left: 9px;
  top: 11px;
  width: 11px;
  height: 1px;
  background: #888888;
  content: "";
}

.page-header .breadcrumbs li:first-child:before {
  display: none;
}

.page-header .breadcrumb-wrapper .product-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
}

.page-header .breadcrumb-wrapper .img-wrapper {
  float: left;
  position: relative;
  width: 70px;
  text-align: center;
  display: inline-block;
  height: 70px;
  line-height: 70px;
}

.page-header .breadcrumb-wrapper .content {
  padding-left: 110px;
}

.page-header .breadcrumb-wrapper .content .brand {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666666;
}

.page-header .breadcrumb-wrapper .content .tags {
  margin-bottom: 10px;
}

.page-header .breadcrumb-wrapper .content .tags span {
  margin-right: 10px;
}

.page-header .breadcrumb-wrapper .content .tags span i {
  margin-right: 5px;
  color: #00BCD4;
}

.page-header .month-price {
  background: #00BCD4;
  padding: 12px 30px;
  float: right;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

.page-header .month-price span {
  font-size: 20px;
}

.page-header .month-price .price {
  font-size: 26px;
}

.help-block.help-block-error, .has-error .help-block {
  color: #fa2121;
  margin-right: 0px;
}

/* ==========================================================================
   Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #00BCD4;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 12px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #7f5100;
  border: 1px solid #fff;
  z-index: 99;
}

.back-to-top i {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-brand {
  position: relative;
  padding: 10px 0px;
  margin-left: 10px;
}

.navbar-brand img {
  width: auto;
  height: 70px;
}

.navbar-toggler {
  float: right;
  margin: 15px 15px 0 0;
}
.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #00BCD4 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #00BCD4 !important;
}

.theme-header {
  width: 100%;
}

.theme-header .navbar-header {
  float: left;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 12px;
  background: transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #00BCD4;
  outline: none;
}

.navbar {
  padding: 0;
  background:#FFF;
  border-top: 0px solid #1668B2;
}

.navbar li.active a.nav-link {
  color: #00BCD4;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 190px;
  border: none;
  background-color: #fff;
  border-top: 1px solid #7f5100;
  white-space: nowrap;
  border-radius: 0px;
  -webkit-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 14px;
  color: #9a9a9a;
  text-decoration: none;
  display: inline-block;
  float: left;
  letter-spacing: 0.5px;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  background: #7f5100;
  color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.button-group .button {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  position: relative;
  outline: none !important;
  background: #00BCD4;
  color: #fff;
  border: none;
  text-align: center;
  overflow: hidden;
  padding: 9px 21px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  z-index: 1;
  margin-top: 12px;
}

.button-group .button:hover {
  color: #fff !important;
  box-shadow: 0px 7px 9px rgba(96, 94, 94, 0.17);
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

/*.navbar-toggler {
  display: none;
}*/

.slicknav_menu {
  display: none;
  background: #ffffff;
  padding: 0px 20px;
  text-align: left;
}

.slicknav_brand {
  float: left;
  line-height: inherit;
  padding: 7px 0;
  height: auto;
}

.slicknav_btn {
  margin: 14px 0;
  background-color: #00BCD4;
  padding: 8px 9px 7px;
}

.slicknav_nav {
  background-color: #0e0202;
  overflow: auto;
  max-height: 350px;
  padding: 20px 10px;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ffffff;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 0;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slicknav_parent ul {
  padding-left: 15px;
}

.slicknav_parent ul a {
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 0;
  font-weight: 400;
}

.slicknav_nav a:hover a,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_parent-link a:hover {
  background-color: transparent;
  color: #00BCD4;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_nav a h3 {
  font-size: 14px;
  display: inline;
  text-transform: capitalize;
  font-weight: 500;
}

.slicknav_menu li p {
  display: none;
}

.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
  background-color: #fff;
  -webkit-animation: slideInDown;
  animation: slideInDown;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .slicknav_menu {
    display: block;
    width: 100%;
  }
  .theme-header {
    /*display: none;*/
  }
  .mobile-menu {
    width: 100%;
  }
  .dropdown-menu {
    position: relative;
    background: transparent;
  }
  .dropdown:hover .dropdown-menu {
    position: relative;
    background: transparent;
  }
  .dropdown .dropdown-menu .dropdown-item {
    border-radius: 0px;
  }
  .dropdown-menu:before {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    line-height: 22px;
  }
  .top-nav-collapse .navbar-nav .nav-link {
    color: #9a9a9a !important;
  }
}

@media (max-width: 767px) {
  .sticky-menu {
    margin: 0;
  }
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
  background: url(../images/bg-hero.jpg) 50% 0 no-repeat fixed #2e3192;
  background-size: cover;
}
.hero-area:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.hero-area .contents {
  padding: 250px 0 170px;
  text-align: center;
}
.hero-area .contents h2 {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.hero-area .contents p {
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .hero-area .contents h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .hero-area .contents p {
    font-size: 20px;
    line-height: 26px;
  }
}

.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
}

.hero-area .contents .btn-border {
  border: 2px solid #fff;
  color: #fff;
}

.hero-area .intro-img {
  padding: 120px 0 0px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

.job-search-form {
  padding: 0px;
  border-radius: 4px;
  margin-top: 35px;
}
.job-search-form .form-group {
  position: relative;
  margin-bottom: 0;
}
.job-search-form .form-group i {
  color: #FFF;
  font-size: 26px;
}
.job-search-form .form-group .form-control {
  height: 60px;
  font-size: 12px;
  padding: 0 55px 0 10px;;
}

.job-search-form .search-category-container .styled-select > select {
  background: transparent;
  font-size: 14px;
  line-height: 25px;
  border: 0;
  border-radius: 4px;
  height: 60px;
  border: 1px solid #ececec;
  color: #495057;
  padding: 10px 20px;
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.job-search-form .button {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  display: inline-block;
  position: absolute;
  outline: none !important;
  background: #7f5100;
  color: #fff;
  cursor: pointer;
  border: none;
  text-align: center;
  overflow: hidden;
  padding:0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0 4px 4px 0;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (min-width:992px) {
  .job-search-form .button {
    position: absolute;
    top:0;
    right: 0;
  }
}

.job-search-form .button:hover {
  box-shadow: 0px 7px 9px rgba(96, 94, 94, 0.17);
}

.job-search-form .button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0, 0);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.job-search-form .button:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}

.job-featured-search {
  padding: 15px 0;
  border-radius: 4px;
}

/* ==========================================================================
 About Page Style
 ========================================================================== */
.about-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-content .desc {
  font-weight: 500;
  line-height: 26px;
  margin-top: 20px;
}

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

.work-process {
  padding: 0px 30px;
  text-align: center;
}
.work-process .process-icon {
  font-size: 50px;
  color: #7f5100;
  display: inline-block;
  margin-bottom: 40px;
  background: #f4f5fa;
  line-height: 100px;
  width: 100px;
  border-radius: 100%;
}
.work-process h4 {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.work-process p {
  font-size: 14px;
  line-height: 20px;
}

#download .download-wrapper {
  width: 100%;
  display: table;
  height: 100%;
}

#download .download-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

#download .download-wrapper .download-text h4 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

#download .download-wrapper p {
  margin-bottom: 35px;
}

#download .download-wrapper .app-button .btn {
  border-radius: 4px;
  width: 200px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 17px;
  margin-right: 10px;
  text-transform: capitalize;
}

#download .download-wrapper .app-button .btn i {
  display: inline-block;
  font-size: 30px;
  float: left;
  line-height: 36px;
  margin-right: 10px;
}

#download .download-wrapper .app-button .btn span {
  font-size: 13px;
  font-weight: 400;
}

#download .download-wrapper .app-button .btn-common {
  border: 2px solid #00BCD4;
}

.browse-catagories .img-box {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 4px;
}

.browse-catagories .img-box .img-box-content {
  position: absolute;
  z-index: 101;
  bottom: 0;
  padding: 30px;
  width: 100%;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}

.browse-catagories .img-box .img-box-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.browse-catagories .img-box .img-box-content span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.browse-catagories .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 99;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}

.browse-catagories .img-box:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}

#apply .no-padding {
  padding: 0;
}

#apply .recruiter {
  background: #00BCD4;
  position: relative;
}

#apply .recruiter .img-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
}

#apply .recruiter .img-thumb i {
  font-size: 150px;
  color: #35bc70;
}

#apply .jobseeker {
  background: #24324a;
  position: relative;
}

#apply .jobseeker .img-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
}

#apply .jobseeker .img-thumb i {
  color: #324360;
  font-size: 150px;
}

#apply .item-box {
  color: #fff;
  text-align: center;
  padding: 80px;
  position: relative;
}

#apply .item-box h5 {
  font-size: 24px;
  color: #fff;
}

#apply .item-box h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

#apply .item-box p {
  color: #fff;
  margin-bottom: 20px;
}

#apply .item-box .btn {
  text-transform: capitalize;
}

.jobs-services {
  background: #f2f7fb;
  padding: 30px 0;
}

.jobs-services .services-inner .icon {
  width: 55px;
  height: auto;
  float: left;
  position: relative;
}

.jobs-services .services-inner .icon i {
  font-size: 50px;
  color: #00BCD4;
}

.jobs-services .services-inner .detail {
  margin-left: 20px;
  display: inline-block;
  text-align: left;
}

.jobs-services .services-inner .detail h4 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}

.jobs-services .services-inner .detail span {
  color: #9a9a9a;
  font-size: 14px;
  float: left;
}

/* Services Item */
.services-item {
  padding: 15px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  font-size: 42px;
  line-height: 60px;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-item p {
  margin: 0;
}

.feature-content {
  background: #f6fbfd;
}

.single-feature {
  background: #fff;
  margin: 15px 0;
  padding: 60px 50px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
  transition: all 0.3s ease 0s;
}

.single-feature i {
  font-size: 42px;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 30px;
}

.single-feature h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}

.single-feature:hover {
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

/* ==========================================================================
 Features Section Start
 ========================================================================== */
#featured .job-featured {
  background: #fff;
  padding: 20px;
  margin: 15px 0;
  border-radius: 4px;
  border-left: 4px solid transparent;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#featured .job-featured .icon {
  float: left;
  position: relative;
  width: 70px;
  text-align: center;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  box-shadow: 0px 0px 7px rgba(203, 203, 203, 0.23);
}

#featured .job-featured .content {
  padding-left: 90px;
}

#featured .job-featured .content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

#featured .job-featured .content h3 a {
  color: #333;
}

#featured .job-featured .content h3 a:hover {
  color: #00BCD4;
}

#featured .job-featured .content .brand {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666666;
}

#featured .job-featured .content .tags {
  margin-bottom: 15px;
}

#featured .job-featured .content .tags span {
  margin-right: 10px;
}

#featured .job-featured .content .tags span i {
  margin-right: 5px;
  color: #00BCD4;
}

#featured .job-featured:hover {
  border-color: #00BCD4;
}

/* ==========================================================================
 Category Section Start
 ========================================================================== */
.f-category {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  padding: 30px;
  text-align: center;
  overflow: hidden;
  display: block;
  margin-right: -1px;
  border-bottom: 1px solid #e8ecec;
  border-right: 1px solid #e8ecec;
}

.f-category a {
  display: block;
}

.f-category:hover {
  background: #f9fcff;
}

.f-category .icon {
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 4px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.f-category .icon i {
  font-size: 36px;
  color: #333;
  line-height: 50px;
}

.f-category h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  color: #333;
}

.f-category p {
  color: #00BCD4;
}

.f-category:hover {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.f-category:hover h3 {
  color: #00BCD4;
}

.f-category:hover .icon {
  -webkit-transform: rotateY(160deg);
  -moz-transform: rotateY(160deg);
  -ms-transform: rotateY(160deg);
  -o-transform: rotateY(160deg);
  transform: rotateY(160deg);
}

.f-category:hover .icon i {
  color: #00BCD4;
}

#browse-jobs .text-wrapper {
  width: 100%;
  display: table;
  height: 100%;
}

#browse-jobs .text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

#browse-jobs .text-wrapper h3 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

#browse-jobs .text-wrapper p {
  margin-bottom: 35px;
}

#latest-jobs {background: #F4F5FA;}
#latest-jobs .jobs-latest {
  background: #fff;
  margin: 15px 0;
  padding: 15px;
  border-radius: 4px;
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#latest-jobs .jobs-latest .img-thumb {
  width: 100px;
  height: 70px;
  display: table-cell;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 0px solid red;
}
#latest-jobs .jobs-latest .img-thumb img{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 300ms ease-in-out;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);}

#latest-jobs .jobs-latest .content {
  padding: 5px 15px;
  display: table-cell;
  border: 0px solid red;
}
#latest-jobs .jobs-latest .content h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
#latest-jobs .jobs-latest .content h3 a {
  color: #333;
}
#latest-jobs .jobs-latest .content h3 a:hover {
  color: #00BCD4;
}
#latest-jobs .jobs-latest .content .brand {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  margin-bottom: 3px;
  color: #666666;
}
#latest-jobs .jobs-latest .content .brand a {color:#7f5100;}
#latest-jobs .jobs-latest .content .tags span {
  color: #444;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  line-height: 30px;
  margin-right: 10px;
}
#latest-jobs .jobs-latest .content .tags span i {
  margin-right: 5px;
  color: #7f5100;
}

#latest-jobs .jobs-latest .content .tag i {
  color: #00BCD4;
}

#latest-jobs .jobs-latest .content .job-type {
  color: #00BCD4;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  background: #d5ffe7;
  padding: 5px 15px;
  border-radius: 4px;
  text-transform: uppercase;
}

#latest-jobs .jobs-latest .content .part-time {
  background: #ffd8d2;
  color: #ff6046;
}

.job-listings-featured {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.job-listings-featured .job-company-logo {
  float: left;
  text-align: center;
  line-height: 70px;
}

.job-listings-featured .job-details {
  margin-left: 60px;
}

.job-listings-featured .job-details h3 {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.job-listings-featured .job-details h3:hover {
  color: #00BCD4;
}

.job-listings-featured .job-details .company-neme {
  font-size: 14px;
  color: #666666;
}

.job-listings-featured .job-details .tags {
  margin-top: 10px;
}

.job-listings-featured .job-details .tags span {
  color: #9a9a9a;
  font-size: 12px;
  margin-right: 5px;
}

.job-listings-featured .job-details .tags span i {
  margin-right: 5px;
  color: #00BCD4;
}

.job-listings-featured .tag-type {
  margin-top: 28px;
}

.job-listings-featured .tag-type span {
  margin-left: 10px;
}

.job-listings-featured .full-time,
.job-listings-featured .part-time {
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
}

.job-listings-featured .heart-icon {
  color: #fff;
  line-height: 24px;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  margin: 0px 10px;
  background: #00BCD4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.job-listings-featured .location {
  display: inline-block;
  color: #9a9a9a;
  line-height: 22px;
  margin: 15px 0;
}

.job-listings-featured .location i {
  color: #00BCD4;
}

.job-listings-featured .btn-apply {
  color: #fff;
  background: #00BCD4;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.job-listings-featured .btn-apply:hover {
  color: #fff;
  background: #00BCD4;
}

.job-listings-featured:hover {
  background: #f9fcff;
  border-color: #ffffff;
  box-shadow: 11px 0px 20px rgba(102, 102, 102, 0.08);
}
/*==========================================================================
 Dual Banner
===========================================================================*/
#dual-banner h3 {
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
#dual-banner p {color: #eee;}
.bg-recruiter {
   color:#fff;
   position:relative;
   background:url(../images/parallax.jpg) no-repeat fixed;
   background-size:cover
}
.bg-recruiter::before {
   position:absolute;left:0;top:0;width:100%;height:100%;background:#000;content:"";opacity:.8;
}
.bg-jobseeker {
   color:#fff;
   position:relative;
   background:url(../images/parallax.jpg) no-repeat fixed;
   background-size:cover
}
.bg-jobseeker::before {
   position:absolute;left:0;
   top:0;width:100%;height:100%;background:#7f5100;content:"";opacity:.8;
}
.btn-borer {
  font-family: 'Quicksand', sans-serif;
  font-size:14px;
  font-weight: 500;
  line-height: 40px;
  display: table;
  padding: 0 30px;
  margin: 30px 0 0;
  border: 2px solid #FFF;
  transition: all 300ms ease-in-out;
}
.btn-borer:hover {
  color: #000 !important;
  background: #FFF;
}
@media (min-width: 992px) {
  #dual-banner h3 {font-size: 40px;}
  .bg-recruiter {padding: 100px 50px 100px 15px;}
  .bg-jobseeker {padding: 100px 15px 100px 50px;}
  .btn-borer {font-size:16px;line-height: 50px;padding: 0 50px;}
}
/* ==========================================================================
 Stats
 ========================================================================== */
#stats {
  background: #f4f5fa;
}
.success-tab {
  margin:0 auto 40px;
  border: 0px solid red;
}
.success-tab i {
  color:#7f5100;
  width: 70px;
  line-height: 80px;
  font-size: 40px;
  display: block;
  margin:0 auto 0;
  text-align: center;
  border-bottom: 1px solid #FFF;
}
.success-tab .timer {display: inline;}
.success-tab .s-number {
  color: #000;
  font-family: 'Quicksand', sans-serif;
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin: auto;
  text-align: center;
}
.success-tab p {
  color: #777;
  display: block;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width:992px) {
  .success-tab {
    margin: auto;
  }
  .success-tab i {
    width: 80px;
    font-size: 50px;
    float: left;
    margin-right: 25px;
    border-right: 2px solid #7f5100;
    border-bottom: none;
  }
  .success-tab .s-number {
    text-align: left;
  }
  .success-tab p {
    display: block;
    font-size: 16px;
    text-align: left;
  }
}
#hiring {
   color:#fff;
   position:relative;
   background:url(../images/hiring.jpg) repeat;
}
#hiring::before {
   position:absolute;left:0;
   top:0;width:100%;height:100%;background:#7f5100;content:"";opacity:.8;
}
#hiring .section-title, #hiring p {color: #FFF !important;;}
.hiring-logo {
    height: 70px;
    display: block;
    margin: 0 auto 15px;
}
@media (min-width:992px) {
  .hiring-logo {
    height: 100px;
    display: block;
    margin: 0 0 0 auto;
  }
}

/* ==========================================================================
 Featured Listings Styles
 ========================================================================== */
.product-item {
  background: #ffffff;
  margin: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.product-item .icon-thumb {
  display: block;
  position: relative;
}

.product-item .product-content {
  padding: 10px 0px;
  position: relative;
}

.product-item .product-content .tags {
  margin-bottom: 15px;
}

.product-item .product-content .tags span {
  color: #00BCD4;
  font-size: 14px;
  margin-right: 5px;
}

.product-item .product-content .tags span i {
  margin-right: 5px;
}

.product-item .product-title {
  margin: 0;
  font-size: 20px;
  padding: 10px 0;
  position: relative;
}

.product-item .product-title a {
  color: #333;
  font-weight: 500;
  font-size: 18px;
}

.product-item .product-title a:hover {
  color: #00BCD4;
}

.owl-nav {
  position: relative;
  top: -180px;
  left: 0;
}

.owl-nav button.owl-prev {
  float: left;
  margin-left: -18px;
}

.owl-nav button.owl-next {
  float: right !important;
  margin-right: -18px;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  display: block !important;
  background: #00BCD4 !important;
  text-align: center;
  display: inline-block;
  opacity: 1 !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-nav button i {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.owl-nav button:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.job-listings {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.job-listings .job-company-logo {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.job-listings .job-details h3 {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.job-listings .job-details h3:hover {
  color: #00BCD4;
}

.job-listings .job-details .company-neme {
  font-size: 14px;
  color: #666666;
}

.job-listings .btn-open {
  color: #00BCD4;
  padding: 7px 21px;
  line-height: 50px;
  border-radius: 4px;
  margin: 15px 0;
  background: #d5ffe7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.job-listings .location {
  display: inline-block;
  color: #9a9a9a;
  line-height: 22px;
  margin: 15px 0;
}

.job-listings .location i {
  color: #00BCD4;
}

.job-listings .btn-full-time {
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
}

.job-listings .btn-apply {
  color: #00BCD4;
  text-transform: uppercase;
  line-height: 50px;
  border: 2px solid #00BCD4;
  padding: 7px 21px;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.job-listings .btn-apply:hover {
  color: #fff;
  background: #00BCD4;
}

.job-listings:hover {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 11px 0px 20px rgba(102, 102, 102, 0.08);
}

/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  margin: 15px 0;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
  border-radius: 0px;
  overflow: hidden;
}

.single-team .team-thumb {
  position: relative;
}

.single-team:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #263238;
}

.single-team .team-details p {
  font-size: 14px;
  margin-bottom: 0px;
}

.single-team .social-list {
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  border-top-right-radius: 30px;
  bottom: 0;
  left: -40px;
  padding: 20px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.single-team:hover .social-list {
  left: 0;
}

.testimonial-item {
  padding: 30px;
  margin: 15px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.testimonial-item .author {
  display: inline-block;
  margin-bottom: 20px;
}

.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}

.testimonial-item .author .img-thumb img {
  border-radius: 50%;
  width: 75%;
}

.testimonial-item .content-inner {
  overflow: hidden;
}

.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}

.testimonial-item .content-inner span {
  color: #a0a6ad;
}

.testimonial-item .content-inner .author-info {
  padding: 3px 0;
}

.testimonial-item .content-inner .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.testimonial-item .content-inner .author-info h2 a {
  color: #484848;
}

.testimonial-item .content-inner .author-info h2 a:hover {
  color: #00BCD4;
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px rgba(66, 68, 67, 0.55);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-dots span:hover {
  background: #00BCD4;
}

.owl-dots .active span {
  background: #00BCD4 !important;
}

/* ==========================================================================
  Pricing Table
  ========================================================================== */
.pricing-table {
  padding: 30px;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.pricing-table .icon {
  margin-bottom: 10px;
}

.pricing-table .icon i {
  font-size: 42px;
  color: #00BCD4;
}

.pricing-table .pricing-details h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  padding: 15px 0;
  margin-bottom: 0;
}

.pricing-table .pricing-details ul li {
  color: #9a9a9a;
  padding: 7px;
  font-size: 14px;
}

.pricing-table .pricing-details ul li strong {
  color: #333333;
}

.pricing-table .price {
  color: #333333;
  font-size: 42px;
  padding: 20px;
  font-weight: 500;
}

.pricing-table .price span {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.pricing-table:hover .btn-border,
.pricing-active .btn-border {
  background: #00BCD4;
  color: #fff;
}

.pricing-table:hover .btn-border:hover::before,
.pricing-active .btn-border:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.border-color-defult {
  border-top: 4px solid #00BCD4;
}

.border-color-red {
  border-top: 4px solid #ff6046;
}

.border-color-green {
  border-top: 4px solid #426eff;
}

.head-faq {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 24px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.panel-default {
  border-radius: 0px;
  border: none;
}

.panel-default .panel-heading {
  padding: 0px 20px;
  outline: none;
  border-radius: 4px;
  background: #00BCD4 !important;
  border: 1px solid #00BCD4;
  width: 100%;
  box-shadow: none;
}

.panel-default .panel-heading .panel-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: inherit;
}

.panel-default .panel-heading a {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 35px 15px 0px;
  display: inline-block;
  width: 100%;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.panel-default .panel-heading a:after {
  font-family: "LineIcons";
  content: "\e93a";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.panel-default .panel-heading .collapsed:after {
  content: "\e93e";
}

.panel-default .panel-collapse .panel-body {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #fff;
}

/* ==========================================================================
 Policy Page Style
 ========================================================================== */
.policy .post-box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.policy .post-box .text-box {
  width: 100%;
  padding: 30px;
}

.policy .post-box .text-box h2 {
  line-height: 26px;
  font-size: 26px;
  margin: 0 0 18px 0;
}

.policy .post-box .text-box h4 {
  color: #999;
  font-size: 16px;
  margin: 15px 0px 15px;
  font-weight: 500;
}

.policy .post-box ul {
  padding: 0 0 20px 20px;
  margin: 0;
}

.policy .post-box ul li {
  padding: 0;
  display: block;
  overflow: hidden;
  color: #888;
}

.inner-box {
  padding: 30px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.full-time,
.part-time,
.job-time {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.full-time {
  color: #00BCD4;
  background: #d8f8fb;
}

.part-time {
  color: #ff6046;
  background: #ffd8d2;
}

.full-time:hover,
.part-time:hover,
.btn-open:hover,
.job-time:hover {
  box-shadow: 0px 3px 9px rgba(96, 94, 94, 0.17);
}

.job-time {
  color: #FFF;
  background: #7f5100;
  position: absolute;
  float: right;
  top: 40%;
  right: 15px;
  font-size: 12px;
  padding: 5px 12px;
}

/* ==========================================================================
   Browse Jobs Page Style
   ========================================================================== */
.job-browse .wrap-search-filter {
  margin-bottom: 30px;
}

.job-browse .pagination {
  margin-top: 30px;
}

.job-browse .cat-list li {
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
}

.job-browse .cat-list li a {
  text-decoration: none;
  color: #999;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.job-list {
  border: 1px solid #f1f1f1;
  padding: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.job-list .thumb {
  float: left;
}

.job-list .thumb img {
  border-radius: 4px;
}

.job-list .job-list-content {
  display: block;
  margin-left: 125px;
  position: relative;
}

.job-list .job-list-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.job-list .job-list-content p {
  margin-bottom: 20px;
}

.job-list .job-tag {
  border-top: 1px solid #f1f1f1;
  padding: 15px 0;
  line-height: 35px;
}

.job-list .job-tag .meta-tag span {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}

.job-list .job-tag .meta-tag span a {
  color: #999;
}

.job-list .job-tag .meta-tag span a:hover {
  color: #00BCD4;
}

.job-list .job-tag .meta-tag span i {
  margin-right: 5px;
}

.job-list .job-tag .icon {
  float: left;
  border: 1px solid #f1f1f1;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 4px;
  text-align: center;
  margin-right: 18px;
  background: #f1f1f1;
  color: #ff4f57;
  font-size: 16px;
}

/* ==========================================================================
   Job Alerts Pages Style
   ========================================================================== */
.right-sideabr {
  margin-bottom: 30px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.right-sideabr h4 {
  font-size: 18px;
  color: #fefefe;
  padding: 15px 20px;
  font-weight: 500;
  background: #008eff;
  margin-bottom: 0;
}

.right-sideabr .list-item li {
  padding: 15px 20px;
  border-bottom: 1px solid #f7f7f7;
}

.right-sideabr .list-item li a {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
}

.right-sideabr .list-item li a:hover {
  color: #7f5100;
}

.right-sideabr .list-item li a.active {
  color: #7f5100;
}

.right-sideabr .list-item .notinumber {
  float: right;
  width: 20px;
  height: 20px;
  background: #00BCD4;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.job-alerts-item {
  padding: 30px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.job-alerts-item .alerts-list {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
}

.job-alerts-item .alerts-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.job-alerts-item .alerts-content {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}

.job-alerts-item .alerts-content h3 {
  font-size: 16px;
}

.job-alerts-item .alerts-content .location {
  color: #9a9a9a;
}

.job-alerts-item .alerts-content p {
  color: #9a9a9a;
  margin-top: 15px;
  line-height: 20px;
}

.job-alerts-item .alerts-content p i {
  line-height: 26px;
}

.job-alerts-item .job-list {
  border: none;
  padding: 15px 0;
}

/* ==========================================================================
   My Resume Page Style
   ========================================================================== */
.my-resume .item {
  padding: 20px 0;
  border-bottom: 1px solid #f1f1f1;
}

.my-resume .item h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.my-resume .item h3 i {
  margin-right: 5px;
  color: #9a9a9a;
}

.my-resume .item h4 {
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 0;
  font-weight: 500;
}

.my-resume .item h5 {
  font-size: 13px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.my-resume .item .date {
  margin-top: 10px;
  font-size: 14px;
  color: #9a9a9a;
}

.my-resume .item p {
  color: #9a9a9a;
}

.my-resume .item br {
  margin-bottom: 20px;
}

.my-resume .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.my-resume .author-resume {
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 30px;
  width: 100%;
}

.my-resume .author-resume .thumb {
  float: left;
  width: 125px;
  height: 125px;
  overflow: hidden;
}

.my-resume .author-resume .thumb img {
  border-radius: 4px;
  width: 100%;
}

.my-resume .author-resume .author-info {
  margin-left: 150px;
}

.my-resume .author-resume .author-info h3 {
  font-size: 15px;
  text-transform: uppercase;
}

.my-resume .author-resume .author-info p {
  line-height: 30px;
}

.my-resume .author-resume .author-info .social-link {
  margin-top: 5px;
}

.my-resume .skill {
  margin-top: 30px;
}

.my-resume .skill h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.my-resume .skill h3 i {
  margin-right: 5px;
  color: #9a9a9a;
}

/* Add Resume Page */
.add-resume h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.add-resume .control-label {
  margin-bottom: 5px;
}

.post-header {
  padding: 10px 15px;
  background: #f1f1f1;
  margin-bottom: 20px;
}

.post-header a {
  color: #00BCD4;
}

.add-post-btn {
  width: 100%;
  display: inline-block;
  padding: 5px 0px 25px 0px;
}

.add-post-btn .btn-added {
  font-size: 12px;
  border-radius: 4px;
  font-weight: 700;
  background: #ddd;
  padding: 5px 15px;
}

.add-post-btn .btn-delete {
  color: red;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 700;
  background: #ddd;
  padding: 5px 15px;
}

.social-link {
  margin-top: 5px;
}

.social-link a {
  color: #666;
  text-align: center;
  width: 32px;
  border: 1px solid #666;
  line-height: 32px;
  border-radius: 4px;
  display: inline-block;
  height: 32px;
}

/* ==========================================================================
   Manager Resumes Pages Style
   ========================================================================== */
.manager-resumes-item {
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  margin: 15px 0;
}

.manager-resumes-item .item-body .content {
  padding: 15px 30px;
}

.manager-resumes-item .item-body .resume-skills {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 30px;
  border-top: 1px solid #f1f1f1;
}

.manager-resumes-item .item-body .tag-list span {
  background-color: #f1f1f1;
  color: #9a9a9a;
  padding: 4px 8px;
  margin-right: 8px;
  font-size: 12px;
  border-radius: 4px;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
}

.manager-resumes-item .manager-content {
  padding: 20px 30px;
  background: #f2f7fb;
  display: inline-block;
  width: 100%;
}

.manager-resumes-item .manager-content .resume-thumb {
  max-width: 64px;
  width: auto;
  margin-right: 30px;
  border-radius: 4px;
  float: left;
}

.manager-resumes-item .manager-content .manager-info .manager-name {
  float: left;
}

.manager-resumes-item .manager-content .manager-info .manager-name h4 {
  font-size: 18px;
  line-height: 30px;
}

.manager-resumes-item .manager-content .manager-info .manager-name h5 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 400;
  color: #9a9a9a;
}

.manager-resumes-item .manager-content .manager-info .manager-meta {
  float: right;
  text-align: right;
}

.manager-resumes-item .manager-content .manager-info .manager-meta span {
  display: block;
  color: #9a9a9a;
  font-size: 15px;
  line-height: 30px;
}

.manager-resumes-item .update-date {
  padding: 5px 30px;
  display: inline-block;
  width: 100%;
}

.manager-resumes-item .update-date .status {
  float: left;
}

.manager-resumes-item .update-date .action-btn {
  float: right;
}

.manager-resumes-item .btn-xs {
  padding: 4px 17px;
  font-size: 12px;
}

.manager-resumes-item .btn-gray {
  color: #818a91;
}

.manager-resumes-item .btn-gray:hover {
  color: #00BCD4;
}

.manager-resumes-item .btn-danger {
  background-color: #ef4d42 !important;
}

/* ==========================================================================
   Notifications Page Style
   ========================================================================== */
.notification .pagination {
  margin-top: 30px;
}

.notification-item {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.notification-item .thums {
  float: left;
}

.notification-item .thums img {
  border-radius: 4px;
  width: 80px;
}

.notification-item .text-left {
  margin-left: 98px;
  padding: 15px 0;
}

.notification-item .text-left p {
  font-size: 15px;
}

.notification-item .text-left .time {
  color: #999;
}

.notification-item .text-left .time i {
  margin-right: 5px;
  vertical-align: middle;
}

/* ==========================================================================
   Applications Page Style
   ========================================================================== */
.applications-content {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}

.applications-content .thums {
  float: left;
  margin-right: 8px;
}

.applications-content .thums img {
  width: 70px;
}

.applications-content h3 {
  font-size: 14px;
  margin-top: 10px;
}

.applications-content p {
  color: #999;
  margin-top: 15px;
  line-height: 20px;
}

.bookmarked .job-listings .job-details h3 {
  font-size: 16px;
}

.bookmarked .job-details {
  margin-left: 76px;
}

/* ==========================================================================
   Manage Jobs Page Style
   ========================================================================== */
.candidates .can-img img {
  width: 48px;
  margin: 5px 15px;
}

/* ==========================================================================
Categories All Page Style
========================================================================== */
.job-categories {
  height: 230px;
  display: block;
  margin: 15px 0;
  padding: 40px 15px;
  background: #F4F5FA;
}
.job-categories img {
  height: 60px;
  display: block;
  margin:0 auto 15px;
}
.job-categories h6 {
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align:center;
  margin: 0 0 5px;
}
.job-categories p {
  color: #777;
  font-size: 14px;
}



.border-b {
  border-bottom:1px dotted #a8a8a8;
}
@media (min-width:992px) {
  .border-r {
    border-right: 1px dotted #a8a8a8;
  }
  .border-b {
    border-bottom:0px dotted #a8a8a8;
  }
  .border-lg-b {
    border-bottom: 1px dotted #a8a8a8;
  }
}


/* Ye CSS Naukri PK pe phele se hai wahi se copy ki hai */
.section-title {
 font-size:30px;
 margin-bottom:10px;
 font-family:poppins,sans-serif;
 font-weight:700;
 color:#333;
 position:relative
}

.btn-common {
  color: #FFF;
 background:#7f5100;
 position:relative;
 z-index:1
}
.btn-common:hover {
 color:#fff;
 box-shadow:0 5px 11px 0 rgba(0,0,0,.15),0 4px 15px 0 rgba(0,0,0,.15)
}
.btn-common::before {
 content:'';
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1;
 border-radius:4px;
 opacity:0;
 transform:scale(0,0);
 z-index:-1;
 -webkit-transition:all .5s ease-out 0s;
 -moz-transition:all .5s ease-out 0s;
 -ms-transition:all .5s ease-out 0s;
 -o-transition:all .5s ease-out 0s;
 transition:all .5s ease-out 0s
}
.btn-common:hover::before {
 background-color:rgba(255,255,255,.2);
 opacity:1;
 transform:scale(1,1)
}

.all-categories .categories-title {
  font-size: 30px;
  padding: 0px 0px 30px;
  font-weight: 700;
}

.all-categories .cat-title {
  font-size: 14px;
  text-transform: uppercase;
  background: #f4f9fc;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.all-categories .cat-title span {
  color: #9a9a9a;
  font-size: 12px;
}

.all-categories ul {
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  padding: 15px;
  margin-bottom: 20px;
}

.all-categories ul li {
  padding: 4px 0px;
  font-size: 14px;
  line-height: 26px;
}

.all-categories ul li a {
  color: #9a9a9a;
}

.all-categories ul li a:hover {
  color: #00BCD4;
}

.custom-file-label:focus {
  box-shadow: none;
}

.custom-file-label::after {
  padding: 7px 25px;
  color: #fff;
  background-color: #00BCD4;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.job-detail .content-area {
  padding: 15px 20px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.job-detail .content-area h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.job-detail .content-area p {
  margin-bottom: 15px;
}

.job-detail .content-area h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0;
}

.job-detail .content-area ul li {
  margin-bottom: 10px;
}

.small-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.sideber {
  padding: 15px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.sideber .widghet {
  margin-bottom: 30px;
}

.sideber .widghet h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: 500;
}

.sideber .maps .map-full {
  width: 100%;
  height: 250px;
}

.sideber .maps .map-full iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.sideber .share-job #subscribe-form .form-group .form-control {
  border: 1px solid #eaeaea;
}

.sideber .share-job .meta-tag {
  margin-top: 20px;
}

.sideber .share-job .meta-tag .meta-part {
  display: inline-block;
  margin-right: 5px;
}

.sideber .share-job .meta-tag .meta-part a {
  font-size: 16px;
  color: #9a9a9a;
}

.sideber .share-job .meta-tag .meta-part a i {
  margin-right: 5px;
}

.sideber .share-job .meta-tag .meta-part a:hover {
  color: #00BCD4;
}

.sideber .subscribe-form {
  margin-top: 15px;
}

.sideber .subscribe-form .form-group {
  position: relative;
}

.sideber .subscribe-form .form-group .form-control {
  border-radius: 4px;
  background: transparent;
  color: #fff;
  padding: 8px 15px;
}

.sideber .subscribe-form .form-group .form-control:focus {
  border-color: #00BCD4;
}

.sideber .subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: transparent;
  background: #00BCD4;
}

.sideber .subscribe-form .form-group .btn-common:before {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.post-job .job-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.post-job p {
  margin-bottom: 10px;
}

.post-job .control-label {
  margin-bottom: 10px;
}

.post-job .styled-select {
  width: 100%;
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #9a9a9a;
  padding: 0 15px;
  display: block;
}

.upload-button {
  position: relative;
  margin-bottom: 40px;
}

.upload-button input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}

.upload-button .btn-sm {
  padding: 5px 20px;
  font-size: 13px;
}

.input-group-addon {
  padding: 0 !important;
}

.styled-select {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}

.styled-select > select {
  background: transparent;
  font-size: 14px;
  line-height: 18px;
  border: 0;
  border-radius: 0;
  height: 44px;
  width: 100%;
}

.search-category select {
  padding: 12px;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

select:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.btn-default {
  padding: 17px 14px;
  border-radius: 0px;
  color: #2d2d2d !important;
  background: #fff;
  text-transform: none;
}

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
}

label {
  margin: 0;
}

.divider {
  padding: 20px 0px 15px;
}

#editor {
  margin-bottom: 30px;
}

#editor .note-editor.note-frame {
  border-color: #f1f1f1;
  border-radius: 4px;
}

#editor .panel-heading {
  padding: 0px 0px 7px 10px;
}

#editor .btn-default {
  padding: 5px 20px;
}

#editor .panel-default .panel-heading {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#editor .panel-default .panel-heading a {
  color: #333;
}

#editor .panel-default .panel-heading a:hover {
  color: #fff;
}

.popover {
  display: none;
}

.editorOfTest h4 {
  font-size: 17px;
}
/* ==========================================================================
  Slider
   ========================================================================== */
#carousel-area {
  overflow: hidden;
  position: relative;
  background: #f2f7fb;
}

#carousel-area .carousel-item .carousel-caption {
  top: 32%;
  right: 12%;
  left: 12%;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

#carousel-area .carousel-item .carousel-caption h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 25px;
  color: #333;
}

#carousel-area .carousel-item .carousel-caption p {
  color: #333;
  font-size: 14px;
  margin-bottom: 30px;
}

#carousel-area .carousel-item .carousel-caption .btn {
  margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-item .img-wrapper {
  margin-top: -60px;
}

#carousel-area .carousel-control {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#carousel-area:hover .carousel-control {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#carousel-area .carousel-control-next, #carousel-area .carousel-control-prev {
  opacity: 1;
}

#carousel-area .carousel-control-next i, #carousel-area .carousel-control-prev i {
  width: 48px;
  line-height: 48px;
  height: 48px;
  color: #00BCD4;
  border: 2px solid #00BCD4;
  font-size: 24px;
  display: inline-block;
  background: transparent;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-control-next i:hover, #carousel-area .carousel-control-prev i:hover {
  background: #00BCD4;
  color: #fff;
}

#carousel-area .carousel-agency .carousel-caption h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
  color: #fff;
}

#carousel-area .carousel-agency .carousel-caption p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
}

#carousel-area .carousel-agency .carousel-caption .btn {
  margin: 0px 10px 0px 0px;
}

#carousel-area .carousel-agency .carousel-caption .btn-border {
  border-color: #fff;
  color: #fff;
}

#carousel-area .carousel-control-prev {
  left: 5%;
}

#carousel-area .carousel-control-next {
  right: 5%;
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
  background: #00BCD4;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 50%;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  margin-top: -35px;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#carousel-area .carousel-indicators {
  bottom: 35px;
}

#carousel-area .carousel-indicators li {
  width: 26px;
  height: 8px;
  background: #d5d5d5;
  border-radius: 4px;
}

.contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.contents .header-button .btn i {
  margin-left: 10px;
}

.left, .right {
  cursor: pointer;
  font-size: 30px;
  color: #00BCD4;
}

/* ==========================================================================
   Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
}

#blog .blog-item-wrapper .blog-item-img {
  position: relative;
}

#blog .blog-item-wrapper .blog-item-img img {
  width: 100%;
}

#blog .blog-item-wrapper .blog-item-text {
  padding: 15px 0;
}

#blog .blog-item-wrapper .blog-item-text h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

#blog .blog-item-wrapper .blog-item-text h3 a {
  color: #333333;
}

#blog .blog-item-wrapper .blog-item-text h3 a:hover {
  color: #00BCD4;
}

#blog .blog-item-wrapper .readmore {
  margin-top: 15px;
}

#blog .blog-item-wrapper .readmore i {
  vertical-align: middle;
}

#content {
  padding: 60px 0;
}

.post-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.post-title a {
  color: #444;
}

.blog-post {
  margin-bottom: 40px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  overflow: hidden;
}

.blog-post .post-thumb {
  position: relative;
}

.blog-post .post-thumb .hover-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(230, 230, 230, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-post .post-thumb:hover .hover-wrap {
  opacity: 1;
}

.blog-post .post-thumb:hover .link {
  margin-top: 0px;
}

.blog-post .blog-author {
  float: left;
  height: 68px;
  margin-top: 32px;
  text-align: center;
  width: 68px;
}

.blog-post .blog-author img {
  border-radius: 4px;
}

.blog-post .post-content {
  width: 100%;
  padding: 30px;
}

.blog-post .post-content .meta {
  font-size: 13px;
  margin-bottom: 17px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
}

.blog-post .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 25px;
}

.blog-post .post-content .meta .meta-part a {
  color: #999;
}

.blog-post .post-content .meta .meta-part a:hover {
  color: #00BCD4;
}

.blog-post .post-content .meta .meta-part i {
  margin-right: 5px;
}

.blog-post .post-content p {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  padding: 20px 30px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
}

.search {
  width: 100%;
  margin-bottom: 0px !important;
  position: relative;
}

.search-btn {
  position: absolute;
  top: 92px;
  right: 60px;
  border: none;
  background: transparent;
  font-size: 18px;
}

.search-btn i {
  color: #666;
}

#sidebar .widget {
  margin-bottom: 30px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

#sidebar .widget-box {
  padding: 20px 30px;
}

#sidebar .cat-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

#sidebar .cat-list li a {
  text-decoration: none;
  color: #9a9a9a;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#sidebar .cat-list li a:hover {
  color: #00BCD4;
}

#sidebar .cat-list li .num-posts {
  font-size: 12px;
}

#sidebar .cat-list li:last-child {
  border: none;
}

#sidebar .posts-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
}

#sidebar .posts-list li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

#sidebar .posts-list .widget-content a {
  font-weight: 400;
  color: #666;
  font-size: 15px;
}

#sidebar .posts-list .widget-content a:hover {
  color: #00BCD4;
}

#sidebar .posts-list .widget-content span {
  color: #9a9a9a;
  font-size: 12px;
  display: block;
  margin: 3px 0;
}

#sidebar .posts-list .widget-content span i {
  padding-right: 5px;
}

#sidebar .tag a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 7px 14px;
  background: #00BCD4;
  margin: 4px 2px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#sidebar .tag a:hover {
  color: #fff;
}

.single-post p {
  margin-bottom: 20px !important;
}

blockquote {
  border-left: none;
  padding: 30px;
  background: #00BCD4;
}

blockquote .quote-text {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  line-height: 34px;
}

blockquote p {
  margin-top: 10px;
  margin-bottom: 0px !important;
}

blockquote p a {
  color: #fff;
}

blockquote p a:hover {
  color: #fff;
}

#comments h3 {
  font-size: 20px;
  font-weight: 400;
}

#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
}

#comments .comments-list .media {
  padding: 30px 0;
}

#comments .comments-list .media .thumb-left {
  float: left;
}

#comments .comments-list .media .thumb-left img {
  width: 100%;
  border-radius: 4px;
}

#comments .comments-list .media .info-body {
  margin-left: 40px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  padding: 20px;
}

#comments .comments-list .media .info-body .name {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-right: 10px;
}

#comments .comments-list .media .info-body .comment-date {
  font-weight: 600;
  color: #999;
  margin-right: 5px;
  font-size: 12px;
}

#comments .comments-list li ul {
  padding-left: 85px;
}

.reply-link {
  color: #00BCD4;
  border-radius: 0px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.respond-title {
  font-size: 20px;
  font-weight: 400;
  padding: 0px 0px 30px;
}

.share-social span {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #999;
  line-height: 31px;
  font-weight: 700;
}

.social-link a {
  color: #CACACA;
  text-align: center;
  width: 32px;
  border: 1px solid #CACACA;
  line-height: 32px;
  border-radius: 4px;
  display: inline-block;
  height: 32px;
  margin-right: 4px;
}

.social-link .facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
}

.social-link .twitter:hover {
  color: #55acee;
  border-color: #55acee;
}

.social-link .google:hover {
  color: #dd4b39;
  border-color: #dd4b39;
}

.social-link .linkedin:hover {
  color: #007bb5;
  border-color: #007bb5;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */
.form-control {
  width: 100%;
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  border: 1px solid #00BCD4;
  outline: none;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

textarea {
  border-radius: 4px !important;
  text-align: left !important;
}

.contact-form-area {
  background: #fff;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  padding: 30px 15px;
}

.contact-form-area h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

#contactForm {
  margin-top: 30px;
}

#contactForm .form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #f1f1f1;
  margin-top: 30px;
}

.contact-info .single-contact {
  margin: 15px 30px;
  padding: 10px 0px 10px 60px;
  position: relative;
  color: #9a9a9a;
}

.contact-info .single-contact p a {
  color: #9a9a9a;
}

.contact-info .contact-icon {
  background: #00BCD4;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.contact-info .contact-icon i {
  font-size: 20px;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 370px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

#conatiner-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.box {
  padding: 30px;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
}

.page-login-form h3 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  padding: 15px 0 30px;
  text-transform: uppercase;
  text-align: center;
}

.page-login-form .login-form .form-control {
  padding-left: 62px;
  position: relative;
}

.page-login-form .log-btn {
  width: 100%;
  padding: 12px 22px;
  margin: 0px 0px 20px;
  letter-spacing: 1;
  text-transform: capitalize;
  font-size: 16px;
}

.page-login-form .form-links {
  width: 100%;
  height: 25px;
}

.page-login-form .form-links li a {
  color: #9a9a9a;
}

.page-login-form .form-links li a:hover {
  color: #00BCD4;
}

.input-icon {
  position: relative;
}

.input-icon i {
  color: #00BCD4;
  padding-right: 10px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  border-right: 1px solid #ececec;
  border-radius: 4px 0px 0px 4px;
  top: 1px;
  left: 1px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 48px;
  line-height: 45px;
  height: 45px;
  z-index: 99;
}

.box .checkbox label, .box .radio label {
  padding-left: 34px;
}

/* ==========================================================================
  Subscribe Style
  ========================================================================== */
.subscribe-form {
  width: 100%;
  display: table;
  height: 100%;
}

.subscribe-form > div {
  vertical-align: middle;
  display: table-cell;
}

.subscribe-form .sub-title {
  margin-bottom: 30px;
}

.subscribe-form .sub-title h3 {
  color: #333;
  font-size: 36px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}

.subscribe-form .sub-title p {
  font-size: 14px;
}

.subscribe-form .form-wrapper .form-group {
  margin-bottom: 0px;
}

.subscribe-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 21px;
  box-shadow: none;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  background: transparent;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  background-image: none;
  background-clip: padding-box;
}

.subscribe-form .form-wrapper .form-control:focus {
  color: #333;
  border-color: #00BCD4;
  box-shadow: none;
  outline: 0;
}

.subscribe-form .form-wrapper .btn-search {
  top: 6px;
  right: 22px;
  z-index: 2;
  width: 156px;
  font-weight: 400;
  background: #00BCD4;
  color: #fff;
  height: 52px;
  text-align: center;
  position: absolute;
  padding: 0px;
}

.subscribe-form .form-wrapper input::placeholder {
  color: #666;
  font-weight: 400;
}

.subscribe-form .form-submit .btn {
  width: 100%;
  padding: 13px 30px;
}

#subscribe .sub-item-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
}

#subscribe .sub-item-box .icon-box {
  float: left;
}

#subscribe .sub-item-box .icon-box i {
  font-size: 30px;
  color: #00BCD4;
}

#subscribe .sub-item-box .text-box {
  margin-left: 60px;
}

#subscribe .sub-item-box .text-box h4 {
  font-size: 16px;
  font-weight: 500;
}

#subscribe .sub-item-box .text-box p {
  margin-bottom: 0;
}

#subscribe .sub-item-box:last-child {
  margin-bottom: 0;
}

.contact-social li {
  display: inline-block;
  margin-right: 12px;
  line-height: 40px;
}

.contact-social li a {
  color: #191c1e;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.contact-social li .facebook:hover {
  color: #3b5998;
}

.contact-social li .twitter:hover {
  color: #55acee;
}

.contact-social li .linkedin:hover {
  color: #007bb5;
}

.contact-social li .google-plus:hover {
  color: #dd4b39;
}

input[type="checkbox"] {
  background: #3d404e;
  border: #7f83a2 1px solid;
}

.form-check input[type=checkbox].form-check-input {
  background: #00BCD4;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
.block-title {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #71ddff;
  margin-bottom: 20px;
  position: relative;
}

footer .footer-Content {
  background-color: #202020;
  padding: 60px 0;
  color: #8a99b3;
}

footer .footer-Content p {
  color: #929393;
}

.footer-logo {
  margin-bottom: 0;
}
.footer-logo img {
  height: 70px;
  margin: 0 0 20px;
}
.app-logo {
  width: 45%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .app-logo {width: 80%;}
}
.textwidget {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.textwidget p {
  color: #8a99b3;
  font-size: 14px;
  line-height:20px;
}
.f-link {color:#FFF; text-decoration:none; margin-top: 15px;}

footer .menu {
  padding-left: 0;
  float: left;
  width: 100%;
}

footer .menu li {
  list-style: none;
  /*padding-bottom: 15px;*/
}

footer .menu li a {
  color: #929393;
  font-size: 14px;
}

footer .menu li a:hover {
  color: #FFF;
}


footer .menu li .small-title {
  color: #fff;
  font-weight: 500;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding-bottom: 20px;
}

.contact-footer li strong {
  float: left;
}

.contact-footer li strong i {
  font-size: 15px;
}

.contact-footer li span {
  margin-left: 40px;
  display: block;
}

.contact-footer li span a {
  color: #BFBFBF;
}

.contact-footer li span a:hover {
  color: #00BCD4;
}

.contact-list li {
  padding: 5px 0;
  margin-bottom: 12px;
  color: #8a99b3;
}

.contact-list li i {
  width: 34px;
  height: 34px;
  line-height: 30px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 22px;
  top: 4px;
  margin-right: 10px;
}

#subscribe-form {
  margin-top: 15px;
}

#subscribe-form .form-group {
  position: relative;
}

#subscribe-form .form-group .form-control {
  border-radius: 4px;
  background: transparent;
  color: #fff;
  border: 1px solid #536688;
  padding: 8px 15px;
}

#subscribe-form .form-group .form-control:focus {
  border-color: #00BCD4;
}

#subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: transparent;
  background: #00BCD4;
}

#subscribe-form .form-group .btn-common:before {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-social {
  margin-top: 20px;
}

.footer-social li {
  display: inline-block;
  margin-right: 12px;
}

.footer-social li a {
  background-color: #00BCD4;
  border-radius: 4px;
  color: #fff;
  height: 32px;
  line-height: 35px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook {
  background-color: #3b5998;
}

.footer-social li .twitter {
  background-color: #55acee;
}

.footer-social li .linkedin {
  background-color: #007bb5;
}

.footer-social li .google-plus {
  background-color: #dd4b39;
}

#copyright {
  background-color: #101010;
  padding: 20px 0 10px;
  color: #fff;
}

#copyright p {
  font-size: 13px;
  line-height: 20px;
  color: #777;
  padding: 0 15px;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  text-decoration: underline;
}

.social-icon .facebook:hover {
  background-color: #3b5998;
}

.social-icon .twitter:hover {
  background-color: #55acee;
}

.social-icon .dribble:hover {
  background-color: #D34836;
}

.social-icon .flickr:hover {
  background-color: #ff0084;
}

.social-icon .youtube:hover {
  background-color: #CC181E;
}

.social-icon .google-plus:hover {
  background-color: #dd4b39;
}

.social-icon .linkedin:hover {
  background-color: #007bb5;
}

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
#counter .counter-box {
  padding: 30px 0;
}

#counter .counter-box .icon {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
}

#counter .counter-box .icon i {
  font-size: 48px;
  color: #00BCD4;
}

#counter .counter-box h3 {
  color: #333;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
}

#counter .counter-box p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.logo{
  width: 80px;
}
.nav-link img{
  width: 50px;
}

@media (min-width:992px) {
  .logo{
    width: 120px;
  }
}

#employerList .col {
  padding: 10px;
}
#employerList a img {
  width: 75px;
}
.titleTop h3 {
  font-size: 18px;
}

.searchPanelContainer{
  background-color:#fff;
  background-position:0 100%;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:280px;
  overflow:hidden 
}
.counter-icon,.search-form,.sliderSidebar{
  background-color:#1668B2 
}
.searchPanelContainer.nababarsho{
  background-position:center;
  background-size:inherit 
}
.searchPanelContainer h1{
  font-size:24px;
  color:#424242;
  font-weight:700;
  margin:0 0 20px 
}
.search-panel{
  padding:50px 10px 0 0 
}
.search-form{
  padding:15px;
  border-radius:4px 
}
.search-form .form-control{
  display:inline-block;
  margin-right:10px;
  border:none;
  box-shadow:none 
}
.sliderSidebar{
  padding:15px;
  color:#fff;
  height:290px;
  overflow:hidden 
}
.sliderSidebar h4{
  font-size:14px;
  margin:0 0 10px;
  font-weight:600;
  color: #fff
}
.division .btn{
  background-color: transparent;
  font-weight: 400;
  font-size: 12px;
  color: #fff !important;
  border-radius: 4px;
  padding: 4px 6px;
  margin: 0 5px 5px 0;
  opacity: .8;
  border: 1px solid #ddd;
}
.division .btn:hover{
  background-color:#fff;
  color:#2f64a3 !important;
  border:1px solid #fff;
  opacity:1;
}
.all-division{
  margin:15px 0 0 
}
.quick-links{
  margin-top:15px 
}
.ql-list{
  float:left;
  margin:0 5px 0 0 
}
.ql-list:last-child{
  margin-right:0 
}
.quick-links ul li{
  list-style:none;
  width:50%;
  float:left 
}
.quick-links ul li a{
  text-decoration:none;
  color:#fff;
  font-size:11px;
  opacity:.8 
}
.quick-links ul li a:hover{
  color:#fff;
  opacity:1 
}
.quick-links ul li a i{
  font-size:8px 
}
.btn-default {
  color: #fff;
  background-color: #43a047;
  border-color: #ccc;
}

/************************************************

           == Job Detail css==

*************************************************/

.job-header {
  background: #f8f8f8;
  margin-bottom: 30px;
  margin-top: 60px;
  border-top: 0px;
  box-shadow: 0px 1px 6px 0px #dadada;
}
.job-header .jobinfo {
  padding: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.job-header .jobinfo h2 {
  font-size: 24px;
  color: #444;
}
.job-header .jobinfo .ptext {
  color: #999;
  margin: 12px 0;
}
.job-header .jobinfo .salary {
  font-size: 16px;
  font-weight: 700;
  color: #888;
}
.job-header .jobinfo .salary strong {
  color: #000;
}
.job-header .jobinfo .companyinfo {
  text-align: right;
}
.job-header .jobinfo .companyinfo .companylogo {
  float: right;
  width: 75px;
  background: #fff;
  margin-left: 20px;
  border: 5px solid #eee;
}
.job-header .jobinfo .companyinfo .companylogo img {
  display: block;
}
.job-header .jobinfo .companyinfo .title a {
  font-size: 18px;
  font-weight: 600;
  color: #18a7ff;
}
.job-header .jobinfo .companyinfo .opening a {
  color: #333;
}
.job-header .jobinfo .companylogo  a{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.job-header .jobinfo .companylogo  a img{
    width: auto;
    height: 100%;
    margin: 0;
}
/*Candidate Info*/

.job-header .jobinfo .candidateinfo .userPic {
  float: left;
  width: 140px;
  height: 140px;
  background: #cbcbcb;
  margin-right: 20px;
  box-shadow: 0px 2px 3px 1px #798a95;
  -webkit-box-shadow: 0px 2px 3px 1px #798a95;
  -moz-box-shadow: 0px 2px 3px 1px #798a95;
}
.job-header .jobinfo .candidateinfo .title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 15px 0;
}
.job-header .jobinfo .candidateinfo .desi {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.job-header .jobinfo .candidateinfo .loctext {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-bottom: 5px;
}
.job-header .jobinfo .candidateinfo .loctext i {
  width: 20px;
  color: #7f5100;
}
.job-header .jobinfo .candidateinfo, .educationList li {
    text-align: center;
    width: 100%;
    padding: 0 30px;
}
@media (min-width: 992px) {
  .job-header .jobinfo .candidateinfo .title {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .job-header .jobinfo .candidateinfo, .educationList li {
      text-align: left;
      width:auto;
      padding: 0 30px;
  }  
}
.cadsocial {
  margin-top: 10px;
}
.cadsocial a {
  color: #666;
  font-size: 24px;
  display: inline-block;
  margin-right: 7px;
}
.cadsocial a:hover {
  color: #18a7ff;
}
.relatedJobs {
  margin-bottom: 30px;
}
.relatedJobs h3 {
  font-size: 24px;
  font-weight: 700;
  color: #555;
  margin-bottom: 15px;
}
/*Buttons*/

.jobButtons {
  padding: 20px 25px;
}
.jobButtons a {
  background: #f0f0f0;
  margin-right: 10px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
.jobButtons a.report {
  background: #e01010;
  color: #fff;
}
.jobButtons a.apply {
  background: #a8d815;
  color: #fff
}
.jobButtons a:hover {
  background: #222;
  color: #fff;
}
.job-header .contentbox {
  padding: 35px;
}
.job-header .contentbox h3 {
  font-size: 18px;
  font-weight: 700;
  color: #7f5100;
  margin-bottom: 10px;
}
.job-header .contentbox p {
  line-height: 24px;
  color: #555;
  margin-bottom: 20px;
}
.job-header .contentbox ul {
  margin-bottom: 30px;
}
.job-header .contentbox ul li {
  padding: 10px 0 10px 25px;
  position: relative;
  line-height: 24px;
}
.job-header .contentbox ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #a8d815;
  position: absolute;
  left: 0;
}

ul.skillslist{margin-bottom: 0 !important;}
ul.skillslist li:before{display: none;}
ul.skillslist li{display: inline-block; padding: 0 !important;}
ul.skillslist li a{display: inline-block; background: #eee; color: #555; padding: 10px 20px; margin: 5px 10px 5px 0; border-radius: 5px; font-weight: 600;}
ul.skillslist li a:hover{text-decoration: none; background:#a8d815; color: #fff;}



/*Job Info*/
.jobdetail .table-bordered {
  border: none;
  margin-bottom: 0;
}
.jobdetail .table-bordered td {
  border: none;
  border-top: 1px solid #ddd;
}
.jobdetail {
  padding: 20px;
}
.jobdetail iframe {
  width: 100%;
  height: 250px;
  border: none
}
.jobdetail h3 {
  font-size: 18px;
  color: #7f5100;
  font-weight: 700;
}
.jbdetail {
  margin-top: 20px;
}
.jbdetail li {
  margin-bottom: 20px;
  color: #908f8f;
}
.jbdetail li a {
  display: block;
  text-align: right;
  color: #18a7ff;
  font-weight: 600;
}
.jbdetail li span {
  display: block;
  text-align: right;
  color: #000;
  font-weight: 600;
}
.jbdetail li span.permanent {
  color: #a8d815;
}
.jbdetail li span.contract {
  color: #18a7ff;
}
.jbdetail li span.freelance {
  color: #F07200;
  background: none;
  padding: 0;
}
/*Skills*/

.skillswrap {
  margin-top: 20px;
}
.skillswrap h5 {
  color: #7b7b7b;
  font-weight: 400;
  margin-bottom: 5px;
}
/*Education*/

.educationList {
  margin-bottom: 0 !important;
}
.educationList li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-top: 30px;
}
.educationList li:hover {
  border-bottom-color: #18a7ff;
}
.educationList li:before {
  display: none;
}
.educationList li:last-child {
  border-bottom: 0;
}
.educationList li .date {
  width: 90px;
  height: 90px;
  background: #888;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  padding-top: 17px;
  line-height: 18px;
  float: left;
  color: #fff;
  margin-right: 20px;
}
.educationList li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #58c0ff;
  margin-bottom: 5px;
}
.educationList li p {
  margin-bottom: 0 !important;
}
/*Experience*/

.experienceList {
  margin-bottom: 0 !important;
}
.experienceList li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-top: 30px;
}
.experienceList li:hover {
  border-bottom-color: #18a7ff;
}
.experienceList li:before {
  display: none;
}
.experienceList li:last-child {
  border-bottom: 0;
}
.experienceList li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #58c0ff;
  margin-bottom: 10px;
}
.experienceList li p {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
/*Portfolio*/

.userPortfolio li {
  padding: 0 15px !important;
  margin-top: 30px;
}
.userPortfolio li:before {
  display: none;
}
.userPortfolio li .imgbox {
  overflow: hidden;
  position: relative
}
.userPortfolio li .itemHover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22,34,46,.9);
  transform: scale(0);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease
}
.userPortfolio li:hover .itemHover {
  transform: scale(1)
}
.userPortfolio li .zoombox {
  display: table;
  width: 100%;
  height: 20%;
  text-align: right
}
.userPortfolio li .item-zoom {
  display: inline-block;
  border: 2px solid #fff;
  padding: 6px 12px;
  margin: 15px 15px 0 0;
  color: #fff
}
.userPortfolio li .item-zoom:hover {
  background: #2079f2
}
.userPortfolio li .infoItem {
  display: table;
  width: 100%;
  height: 70%;
  text-align: center
}
.userPortfolio li .itemtitle {
  vertical-align: bottom;
  padding: 0 15px 15px;
  position: relative;
  display: table-cell;
}
.userPortfolio li .itemtitle h5 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 5px
}
.userPortfolio li .itemtitle p {
  color: #ccc;
  line-height: 18px
}
.userPortfolio li .itemtitle a {
  color: #2079f2
}
.userPortfolio li.shown, .no-cssanimations .userPortfolio li, .no-js .grid li {
  opacity: 1
}
.userPortfolio li a, .userPortfolio li img {
  outline: 0;
  border: none;
  display: block;
  max-width: 100%
}
.companylogo {
  width: 100px;
  height: 100px;
  display: block;
  margin:-230px auto 0;
    background-size: cover;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 100%;
    border: 3px solid #fff;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0px 6px 5px 2px #78b2c4;
}
@media (min-width:992px) {
  .companylogo {
    margin: auto;
    position: absolute;
    top: -80px;
  }
}


/************************************************

           == User Account css==

*************************************************/

.userccount {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px 30px;
}
.userccount p {
  text-align: center;
  line-height: 24px;
  color: #999;
}
.userccount h5 {
  font-size: 20px;
  color: #555;
  font-weight: 700;
  margin-bottom: 15px;
}
.socialLogin {
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.socialLogin a {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  margin: 0 5px;
  line-height: 36px;
}
.socialLogin a.fb {
  background: #3b5998;
}
.socialLogin a.gp {
  background: #dd4b39;
}
.socialLogin a.tw {
  background: #00aced;
}
.newuser {
  margin-top: 30px;
  text-align: center;
  color: #666;
  font-size: 18px;
}
.newuser a {
  font-weight: 600;
}
.userbtns .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
.userbtns .nav-tabs>li {
  width: 50%;
  margin-bottom: 0;
}
.userbtns .nav-tabs>li a {
  border: none;
  background: #eee;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.userbtns .nav-tabs>li a:hover, .userbtns .nav-tabs>li.active a {
  background: #18a7ff;
  border: none;
  color: #fff;
}
.userbtns .nav-tabs>li.active a:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #18a7ff;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

.strippckinfo{background: #fff; padding-top: 20px; padding-right: 30px; margin-bottom: 30px;}
.pkginfo{padding: 8px 0; border-bottom: 1px solid #eee; color: #777;}
.pkginfo strong{color: #18a7ff; font-weight: 700;}


/************************************************

           == Dashboard Page css==

*************************************************/

.usernavdash {
  margin-bottom: 30px;
}
.usernavdash li a {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px;
  color: #444;
  display: block;
  background: #fff
}
.usernavdash li:last-child a {
  border-bottom: 1px solid #eee;
}
.usernavdash li a:hover {
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
.usernavdash li i {
  margin-right: 2px;
  font-size: 18px;
  width: 25px;
  color: #999;
}
.usernavdash li.active a {
  background: #18a7ff;
  color: #fff;
}
.usernavdash li.active a i, .usernavdash li a:hover i {
  color: #fff;
}
.profilestat li .inbox {
  border: 1px solid #eee;
  text-align: center;
  background: #fff;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.profilestat li i {
  font-size: 36px;
  color: #999;
  margin-bottom: 15px;
  display: block;
}
.profilestat li h6 {
  font-size: 30px;
  font-weight: 600;
  color: #18a7ff;
  margin-bottom: 10px;
}
.profilestat li h6 span {
  font-size: 18px;
  color: #999;
}
.profilestat li strong {
  display: block;
  font-size: 13px;
  color: #333;
}
.instoretxt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  margin: 30px 0;
}
.instoretxt .credit {
  font-size: 16px;
  margin-bottom: 10px;
}

.instoretxt .currency {
  font-size: 16px;
  font-weight: 700;
}
.instoretxt .currency strong {
  color: #18a7ff;
}
.instoretxt strong {
  font-weight: 700;
  color: #18a7ff;
}
.instoretxt a {
  font-size: 18px;
  display: inline-block;
  padding: 9px 20px;
  background: #18a7ff;
  color: #fff;
  margin: 0 5px;
}
.instoretxt a:hover {
  background: #333;
  text-decoration: none;
}
.instoretxt a.history {
  background: #444;
}
.myads h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
/* The switch - the box around the slider */



.switchbox {
  margin-bottom: 20px;
}
.switchbox .txtlbl {
  float: left;
  font-size: 16px;
  font-weight: 700;
}
.switchbox .txtlbl i {
  font-size: 14px;
  font-weight: 400;
  color: #666
}
.switchbox strong {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px !important;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 10px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 10px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 33px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/************************************************

           == Cms Pages css==

*************************************************/

.inner-page {
  padding: 50px 0;
}
.inner-page .title {
  text-align: center;
  margin-bottom: 40px;
}
.inner-page .title > span {
  color: #292929;
  font-size: 14px;
  margin-bottom: 10px;
}
.inner-page .title h2 {
  color: #292929;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}
.inner-page .title > p {
  line-height: 24px;
}
@media (min-width:992px) {
  .inner-page .title h2 {
   font-size: 34px;
  }
  .inner-page .title > span {
     font-size: 17px;
  }
}

.contact {
  min-height: 110px;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.contact > span {
  color: #7f5100;
  float: left;
  font-size: 50px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.inner-page .fa-home:before {
  content: "\f015";
}
.information {
  overflow: hidden;
  padding-right: 20px;
  margin-top: 5px;
}
.information > strong {
  color: #000;
  display: table;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information > p {
  line-height: 22px;
  margin: 0;
}
.contact-form input, .contact-form textarea {
  color: #8c8c8c;
  float: left;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
}
.contact-form {
  text-align: right;
}
.contact-form .g-recaptcha {
  transform: scale(0.70);
-webkit-transform: scale(0.70);
transform-origin: 0 0;
-webkit-transform-origin: 190px 0;
}
.contact-form button {
  background-color: #7f5100;
  border: 0 none;
  color: #fff;
  display: block;
  margin: auto;
  font-size: 16px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 40px;
  margin-top: 0px;
}
@media (min-width:992px) {
  .contact-form .g-recaptcha {
    transform: scale(0.70);
    -webkit-transform: scale(0.70);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .contact-form button {margin-right: 0;}
}
/************************************************

           == FAQs css==

*************************************************/

.faqs {
  margin-bottom: 30px;
}
.faqs .panel-default>.panel-heading {
  background: none;
  border: none;
  padding: 0;
}
.faqs h4 a {
  padding: 15px 55px 15px 15px;
  display: block;
  background: #18a7ff;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
}
.panel-group .panel-body {
  line-height: 24px;
  color: #555;
}
.faqs h4 .collapsed:hover, .faqs h4 a:hover, .faqs h4 a:active {
  text-decoration: none;
  background: #18a7ff;
  color: #fff;
}
.faqs h4 a:before {
  content: "\f068";
  background: #fff;
  font-family: 'FontAwesome';
  width: 30px;
  padding: 6px 0;
  color: #18a7ff;
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}
.faqs h4 .collapsed:before {
  content: "\f067";
  font-family: 'FontAwesome';
  background: #666;
  width: 30px;
  padding: 6px 0;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  text-decoration: none;
}
.faqs h4 a.collapsed {
  background: #fff;
  color: #666;
  text-decoration: none;
}
/*Form Panel*/

.formpanel {
  margin-top: 20px;
}
.formpanel .formrow {
  margin-bottom: 15px;
}
.formpanel .form-control {
  height: auto;
  border-radius: 0;
  padding: 10px 13px;
  border-color: #ddd;
}
.formpanel select.form-control {
  padding: 13px 12px;
  border-radius: 0;
  line-height: 45px;
}
.formpanel textarea.form-control {
  height: 150px;
}
.formpanel .btn {
  width: 100%;
  background: #7f5100;
  color: #fff !important;
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.formpanel .btn:hover {
  background: #222;
}
.featchoose li {
  margin-bottom: 10px;
}
/*Google Map*/

.gmap {
  margin-top: 20px;
}
.gmap iframe {
  height: 250px;
  width: 100%;
  border: none;
}
.googlemap iframe {
  height: 400px;
  width: 100%;
  border: none;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

/************************************************

           == Search List css==

*************************************************/

.listpgWraper {
  background: #f0f0f0;
  padding: 50px 0 0;
  min-height: 400px;
}
@media (min-width: 992px) {
  .listpgWraper {
    padding:100px 0; 
  }
}
.pageSearch {
  margin-bottom: 30px;
}
.pageSearch a.btn {
  background: #18a7ff;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  display: block;
}
.pageSearch a.btn i {
  font-weight: 400;
  font-size: 24px;
  margin-right: 5px;
}
.pageSearch a.btn:hover {
  background: #666;
}
.searchform .row {
  margin: 0 -5px;
}
.searchform .col-md-3, .searchform .col-md-2, .searchform .col-sm-3, .searchform .col-sm-2 {
  padding: 0 5px;
}
.searchform .form-control {
  border-radius: 0;
  height: auto;
  padding: 13px 12px;
  font-size: 16px;
}
.searchform select.form-control {
  padding: 13px 12px;
  background: #fff;
  line-height: 45px;
}
.searchform .btn {
  border-radius: 0;
  background: #18a7ff;
  font-size: 24px;
  color: #fff;
  padding: 7px 18px;
}
.searchform .btn:hover {
  background: #444;
}
#searchForm .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 7px 15px;
  height: 39px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: transparent;
  background: #00BCD4;
}
/************************************************

           == Sidebar css==

*************************************************/

.sidebar {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px;
  margin-bottom: 30px;
}
.sidebar .widget {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.sidebar .widget-title {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  margin-bottom: 20px;
  padding: 10px 0px;
}
.optionlist {
  list-style: none;
}
.optionlist li {
  margin-bottom: 10px;
  padding: 5px 0;
  position: relative;
  padding-left: 30px;
}
.optionlist li span {
  position: absolute;
  right: 0;
  top: 6px;
}
.optionlist li input[type=checkbox] {
  display: none;
}
.optionlist li input[type=checkbox] + label {
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.optionlist li input[type=checkbox]:checked + label:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #4ece00;
  padding-left: 2px;
  position: relative;
  top: 2px;
}
.sidebar a {
  color: #18a7ff;
  display: inline-block;
  margin-top: 10px;
}
.searchnt .btn {
  background: #18a7ff;
  display: block;
  border-radius: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
}
.sidebar .gad {
  margin-top: 15px;
  text-align: center;
}
footer .block-title {
  color: #FFF;
}
footer .widget a {color: #f1f1f1;}
.social {
  margin: 15px 0 0;
}
.social a {
  color: #FFF;
  font-size: 26px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
}
.social a:hover {
  color: #23c0f1;
}
  
/*Listing*/

.searchList {
  list-style: none;
}
.searchList li {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 20px;
  margin-bottom: 30px;
}
.searchList li:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 1px solid #18a7ff;
}
.searchList li .jobimg {
  float: left;
  width: 70px;
  margin-right: 15px;
}
.searchList li h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #00a8ff;
}
.searchList li .companyName {
  margin: 10px 0;
  color: #969595;
}
.searchList li .companyName a {
  color: #969595;
}
.searchList li a:hover {
  color: #333;
}
.searchList li .location {
  color: #000;
}
.searchList li .location span {
  color: #333;
}
.searchList li .listbtn {
  margin-top: 20px;
}
.searchList li .listbtn a {
  background: #fff;
  display: block;
  border-radius: 0;
  width: 100%;
  color: #18a7ff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #18a7ff;
}
.searchList li .listbtn a:hover {
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
.searchList li p {
  line-height: 22px;
  color: #333;
  margin: 10px 0 0 0;
}
.searchList li .cateinfo {
  color: #18a7ff;
  margin: 10px 0;
}
.searchList li .minsalary {
  font-size: 22px;
  font-weight: 700;
  margin-top: 5px;
  float: left;
  color: #a8d815;
}
.searchList li .minsalary span {
  color: #999;
  font-weight: 400;
}
/*Pagination*/

.pagiWrap .showreslt {
  font-weight: 600;
  margin-top: 10px;
  font-size: 12px;
}
.pagiWrap .pagination {
  text-align: right;
  margin: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 0;
}

/***************************

    404 Page

***************************/

.error-page-wrap {
  padding: 100px 0;
}
.error-page-wrap .errormain {
  text-align: center;
}
.error-page-wrap .errormain h2 {
  font-size: 350px;
  color: #999;
  font-weight: 900;
  line-height: 350px;
}
.error-page-wrap .errormain h3 {
  font-size: 40px;
  color: #888;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 5px;
  display: inline-block;
  border: 5px solid #ddd;
  padding: 20px 40px;
  margin-top: -20px;
}
.error-msg {
  margin-top: 50px;
}
.error-msg p {
  max-width: 500px;
  margin: auto;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.error-msg .btn {
  background: #18a7ff;
  color: #fff;
  margin-top: 30px;
  border-radius: 0;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
}
/***************************

  About Us

****************************/

.about-wraper {
  padding: 100px 0;
}
.about-wraper h2 {
  font-size: 36px;
  color: #7f5100;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-wraper p {
  line-height: 24px;
  font-size: 16px;
}
.what_we_do {
  padding: 50px 0;
  background: #f8f8f8;
  margin-top: 100px;
}
.what_we_do .main-heading {
  color: #18a7ff;
  text-align: center;
  line-height: 48px;
  font-size: 36px;
  font-weight: 700;
}
.whatText {
  font-size: 24px;
  text-align: center;
  color: #444;
  line-height: 42px;
}
.whatList {
  list-style: none;
  margin-top: 50px;
}
.whatList li {
  text-align: center;
}
.whatList li .iconWrap {
  display: inline-block;
  border: 4px solid #ddd;
  border-radius: 100%;
  padding: 10px;
}
.whatList li .icon {
  font-size: 103px;
  color: #fff;
  background: #18a7ff;
  width: 180px;
  height: 180px;
  text-align: center;
  line-height: 180px;
  border-radius: 100%;
}
.whatList li h3 {
  font-size: 30px;
  color: #333;
  padding-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.whatList li p {
}
.textrow {
  padding-top: 100px;
}
ul.orderlist {
  list-style: none;
  margin-top: 30px;
}
ul.orderlist li {
  float: left;
  width: 48%;
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
}
ul.orderlist li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: #82B440;
}
/**************************

  Pay Packages

**************************/







/*************************

  Three colum Packages

*************************/

.four-plan h3 {
  padding: 0px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 50px 0 10px;
}
@media (min-width:992px) {
  .four-plan h3 {font-size: 40px;}
}
.four-plan .boxes {
  list-style: none;
  border-radius: 5px;
  background: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-top: 30px;
}
.four-plan .boxes:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.four-plan .boxes li {
  display: block;
}
.four-plan .icon {
  font-size: 52px;
  color: #565656;
  padding: 30px 0
}
.four-plan .plan-name {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0 0 10px;
}
.four-plan .plan-date {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.plan-pages {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #868686
}
.plan-pages1 {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #e2e2e2
}
.order {
  font-size: 16px;
  padding: 10px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.order a {
  background: #18a7ff;
  border-radius: 5px;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.order.paypal a{background:#003087 ;}
.order a:hover {
  background: #333;
}

.main-plan {
  margin-bottom: 15px;
}
.main-plan .plan-price1-1 {
  font-size: 24px;
  float: left;
  color: #565656;
  margin-left: 30px;
  padding-top: 22px;
  font-weight: 300;
}
.main-plan .plan-price1-2 {
  display: block;
  margin:20px 0;
  font-size: 48px;
  font-weight: bold;
  color: #222;
  border: 0px solid red;
}
.main-plan .plan-price1-2 small {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: top
}
.main-plan .plan-price1-3 {
  font-size: 18px;
  float: left;
  line-height: 20px;
  margin-right: 30px;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 32px;
}
.main-plan .plan-price1-4 {
  display: block;
}
/*************************

  Three colum Packages

*************************/

.three-plan {
  padding: 100px 0;
}
.three-plan h3 {
  padding: 0px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.three-plan ul {
  list-style: none;
  background: #fff;
}
.three-plan li {
  padding: 0px;
}
.three-plan .boxes {
  background: #fff;
  margin-top: 30px;
}
.pricing-table1 {
  background: #ffc600;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
}
.pricing-table1 strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.pricing-detail {
  list-style: none;
}
.pricing-detail li {
  display: block;
  text-align: center;
}
.pricing-unit1 {
  font-size: 57px;
  float: left;
  color: #ffc600;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit1-1 {
  font-size: 132px;
  font-weight: bold;
  color: #ffc600;
  float: left;
}
.pricing-unit1-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  float: left;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit1-3 {
  display: block;
}
.pricing-unit2 {
  font-size: 57px;
  float: left;
  color: #00aeff;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit2-1 {
  font-size: 132px;
  font-weight: bold;
  color: #00aeff;
  float: left;
}
.pricing-unit2-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit2-3 {
  display: block;
}
.pricing-unit3 {
  font-size: 57px;
  float: left;
  color: #56d700;
  margin-left: 20px;
  padding-top: 80px;
  font-weight: 300;
}
.pricing-unit3-1 {
  font-size: 132px;
  font-weight: bold;
  color: #56d700;
  float: left;
}
.pricing-unit3-2 {
  font-size: 18px;
  line-height: 20px !important;
  color: #cdcdcd;
  font-weight: 300;
  padding-top: 100px;
}
.pricing-unit3-3 {
  display: block;
}
.three-plan .plan-name-dt {
  font-size: 36px;
  font-weight: bold;
  color: #5c5c5c;
  padding: 0px 82px;
  padding-top: 75px;
  line-height: 44px;
  padding-bottom: 39px;
}
.three-plan .plan-good i {
  font-size: 18px;
  color: #a8a8a8;
  margin-right: 12px;
}
.three-plan .plan-pages {
  font-size: 16px;
  line-height: 43px;
  padding-left: 70px;
  font-weight: 300;
  color: #a8a8a8;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  color: #868686;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail1 {
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
  color: #868686;
  border-top: 1px solid #f5f5f5;
  padding-top: 3px;
}
.three-plan .plan-detail1 i {
  color: green !important;
}
.three-plan .plan-detail i {
  color: red !important;
}
.pricing-table1-2 {
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
}
.pricing-table1-2 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.pricing-table1-3 {
  background: #56d700;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
}
.pricing-table1-3 strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.three-plan .plan-pages i {
  font-size: 18px;
  color: #a8a8a8;
  margin-right: 12px;
}
.three-plan .plan-pages1 {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  color: #e2e2e2
}
.three-plan .order-1 {
  background: #ffc600;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-1 a {
  background: #000;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.three-plan .order-2 {
  background: #000;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-2 a {
  background: #00aeff;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.three-plan .order-3 {
  background: #56d700;
  font-size: 16px;
  padding: 25px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-plan .order-3 a {
  background: #000;
  border-radius: 5px;
  padding: 12px 32px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
/* =======================

    Blog Listing

======================= */

.blogWraper {
  margin-bottom: 40px;
}
.blogList {
  list-style: none;
}
.blogList li {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
.blogList li:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-color: #18a7ff;
}
.postimg {
  position: relative;
  display: inline-block;
}
.postimg:before {
  border: 1px solid #fff;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  position: absolute;
  z-index: 10;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.blogList li:hover .postimg:before {
  background: rgba(255,255,255,0.4);
}
.postimg .date {
  width: 60px;
  height: 60px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  padding: 7px 10px 0 10px;
  text-align: center;
  line-height: 20px;
  background: #18a7ff;
  letter-spacing: 0.4px;
  outline: 3px solid #18a7ff;
  border: 1px solid #fff;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 12;
}
.post-header {
  margin-bottom: 20px;
}
.post-header h4 a {
  font-size: 24px;
  color: #18a7ff;
  font-weight: 600;
}
.post-header h4 a:hover {
  color: #333;
}
.postmeta {
  margin: 15px 0 20px 0;
  line-height: 24px;
}
.postmeta span, .postmeta a {
  color: #18a7ff;
}
.blogList p, .blogGrid li p {
  line-height: 24px;
  color: #333;
}
.blogList .readmore, .blogGrid .readmore {
  border-bottom: 1px dotted #00b1f1;
  display: inline-block;
  margin-top: 15px;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}
.blogList .readmore:hover, .blogGrid .readmore:hover {
  text-decoration: none;
  color: #00b1f1;
}
/* =======================

    Blog Grid

======================= */

.blogGrid {
  list-style: none;
}
.blogGrid li {
  margin-bottom: 30px;
}
.blogGrid li .int {
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e4e4;
}
.blogGrid li .int:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-color: #18a7ff;
}
.blogGrid li .post-header {
  margin-top: 10px;
}
/* =======================

    Blog Detail

======================= */

.blogdetailbox {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
}
blockquote {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  padding: 20px 20px 20px 60px;
  position: relative;
  border: 3px solid #00b1f1;
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
blockquote p {
  font-style: italic;
  display: inline-block;
  color: #000;
}
blockquote:before {
  color: #ddd;
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 22px;
  font-style: normal;
  left: 24px;
  position: absolute;
  top: 20px;
  transform: scale(-1);
}
blockquote:after {
  color: #ddd;
  content: "\f10e";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 22px;
  font-style: normal;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}
.comments h4 {
  color: #222222;
  font-size: 24px;
  font-weight: 600;
}
.comments .media-body h4 span {
  font-size: 12px;
  color: #777777;
  margin-left: 20px;
  display: inline-block;
  width: 100%;
}
.comments {
  margin-top: 30px;
}
.comments .media-list {
  margin-bottom: 30px;
}
.comments .media-list li {
  padding: 20px;
  border: 1px solid #e9e9e9;
  position: relative;
  background: #fff;
}
.comments .media-left {
  margin-right: 20px;
}
.comments .media-left a {
  width: 100px;
  display: inline-block;
}
.comments .media p {
  margin-top: 5px;
  color: #333;
  line-height: 20px;
}
.comments .media h6 span {
  font-size: 13px;
  color: #999;
  margin: 0;
  margin-top: 10px;
  text-transform: none;
  display: inline-block;
  width: 100%;
}
.comments .media {
  margin-top: 30px;
}
.comments .media h6 {
  font-weight: 600;
  color: #00b1f1;
  font-size: 16px;
  text-transform: none;
}
.comments .btn.raply {
  padding: 10px 12px;
  font-size: 12px;
  color: #333;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 15px;
  right: 0;
}
.comments .btn.raply:hover {
  background: #00b1f1;
  color: #fff;
}
.comments .media a img {
  margin-bottom: 10px;
}
.commnetsfrm {
  background: #fff;
  padding: 25px;
}
.comments form label {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.comments form .form-control {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border-radius: 0px;
  box-shadow: none;
  background: none;
  border: 1px solid #e8e8e8;
}
.comments form textarea.form-control {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.commnetsfrm .btn {
  background: #00b1f1;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 18px;
}
/************************************************

           ==Blog sidebar css==

*************************************************/

.search {
  position: relative;
  margin-bottom: 15px;
}
.search .form-control {
  border-radius: 0;
  height: auto;
  padding: 10px 12px;
  border-color: #ddd;
}
.search .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  background: none;
  font-size: 20px;
}
/*categories*/

.categories li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.categories li a {
  margin-top: 0;
  color: #888;
  font-weight: 600;
}
.categories li:before {
  content: "\f0da ";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  color: #00b1f1;
  font-size: 12px;
}
.categories li a:hover {
  color: #00b1f1;
}
/*Archives*/

.archive li {
  line-height: 45px;
}
.archive li a {
  margin-top: 0;
  color: #888;
  font-weight: 600;
}
.archive li span {
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #fff;
  outline: 3px solid #f5f5f5;
  margin-right: 20px;
  line-height: 26px;
  font-size: 12px;
  color: #777777;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.archive li a:hover span {
  background: #18a7ff;
  color: #fff;
}
/*Popular Posts*/

.papu-post {
}
.papu-post .media-left {
  margin-right: 0px;
}
.papu-post .media-left img {
  width: 100%;
}
.papu-post .media-left a {
  width: 80px;
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
}
.papu-post span {
  color: #333;
  letter-spacing: 0px;
  font-size: 11px;
}
.papu-post li {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  margin: 0px;
}
.papu-post .media-heading {
  display: inline-block;
  width: 100%;
  color: #00b1f1;
  margin-top: 0px;
  line-height: 20px;
}
.papu-post li:last-child {
  border-bottom: 0;
}
/*Tags*/

.tags:after {
  display: table;
  clear: both;
  content: '';
}
.tags li {
  display: inline-block;
  float: left;
}
.tags a {
  color: #969595;
  border: 1px solid #dadada;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.tags a:hover {
  border: 1px solid #18a7ff;
  background: #18a7ff;
  color: #fff;
  text-decoration: none;
}
.tags a i{
  color: #fff;
}
/*Photo Streen*/

.photo-steam {
  margin: 0 -5px;
}
.photo-steam:after {
  display: table;
  clear: both;
  content: '';
}
.photo-steam li {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
  .navbar-collapse {
    padding: 0 15px;
    margin-top: 25px;
  }


/*******************

  Large Screen

*******************/

@media screen and (max-width: 1199px) {
  .main-plan .plan-price2 {
    margin-left: 0px;
    font-size: 44px;
  }
  .main-plan .plan-price2-1 {
    font-size: 70px;
  }
  .main-plan .plan-price2-2 {
    margin-right: 0px;
  }
  .main-plan .plan-price {
    margin-left: 0px;
    font-size: 44px;
  }
  .main-plan .plan-price-1 {
    font-size: 70px;
  }
  .main-plan .plan-price-2 {
    margin-right: 0px;
  }
  .main-plan .plan-price1-1 {
    margin-left: 0px;
    font-size: 44px;
  }
  .main-plan .plan-price1-2 {
    /*font-size: 70px;*/
  }
  .main-plan .plan-price1-3 {
    margin-right: 0px;
  }
  .pricing-unit1 {
    margin-left: 5px;
  }
  .pricing-unit2 {
    margin-left: 5px;
  }
  .pricing-unit3 {
    margin-left: 5px;
  }
  }
  
  /*******************
  
    Monitor Screen
  
  *******************/
  
  @media screen and (max-width: 1024px) {
  .usernav li a {
    padding: 19px 14px
  }
  .jobslist li .applybtn {
    margin-top: 15px;
  }
  .pageSearch a.btn {
    margin-bottom: 15px
  }
  }
  
  /*******************
  
    Tablet Screen
  
  *******************/
  
  @media screen and (max-width: 990px) {
  body {
    font-size: 16px;
  }
  .navbar-default {
    float: none;
  }
  .three-plan li {
    padding: 0 15px;
    margin-top: 15px;
  }
  .three-plan ul {
    background: none;
  }
  .main-plan {
    max-width: 150px;
    margin: 0 auto;
  }
  .main-unit {
    max-width: 240px;
    height: 200px;
    margin: 0 auto;
  }
  /*Search*/
  
  .searchwrap {
    padding: 40px 0;
  }
  .searchbar {
    padding: 20px 5px 5px 5px;
  }
  .searchbar .form-control {
    margin-bottom: 15px;
  }
  .searchbar .btn {
    width: 100%;
  }
  ul.orderlist li {
    float: none;
    width: auto;
  }
  .optionlist li {
    font-size: 14px;
  }
  .searchList li p {
    font-size: 16px;
  }
  .sidebar a {
    font-size: 16px;
  }
  .sidebar .social a {
    font-size: 30px;
  }
  .pageTitle h1, .breadCrumb {
    text-align: center;
  }
  /*job detail*/
  
  .job-header .jobinfo .companyinfo {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
  }
  .whatList li {
    margin-bottom: 30px;
  }
  .about-wraper h2 {
    margin-top: 20px;
  }
  .postimg {
    margin-top: 15px;
  }
  .about-wraper, .textrow {
    padding: 50px 0;
  }
  .appwraper .appbtn {
    margin-top: 30px;
  }
  .appwraper .titleTop h3 {
    font-size: 40px;
  }
  .appwraper .subtitle2 {
    font-size: 24px;
  }
  /*Footer*/
  
  .footerWrap h5 {
    margin-top: 25px;
    font-size: 24px;
  }
  .searchbar div {
    padding: 0 15px;
  }
  .searchbar div.row {
    padding: 0;
  }
  
    .employerList {
      column-count: 6;
      -webkit-column-count: 6;
      -moz-column-count: 6;
  }
    
  }
  
  /*******************
  
  Large Mobile Screen
  
  *******************/
  
  @media screen and (max-width: 768px) {
  .topsearchwrap h5 {
    margin-top: 30px;
  }
  .navbar-nav>li {
    padding: 0 10px;
  }
  .searchbar div {
    padding: 0 15px;
  }
  .pagiWrap {
    margin-bottom: 30px;
  }
  .jobButtons a {
    font-size: 15px;
    margin-right: 0px;
    padding: 6px 10px;
  }
  .post-header h4 {
    margin-top: 10px;
  }
  }
  
  @media screen and (max-width: 767px) {
  .header .logo {
    text-align: center;
    float: left;
  }
  .navbar-header {
    float: right;
  }
  .navbar-toggle {
    background: #ccc;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-nav li.postjob, .navbar-nav li.jobseeker {
    margin-bottom: 10px;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
  }
  .usernav li a {
    padding: 12px 15px;
  }
  .titleTop h3 {
    font-size: 36px;
  }
  .catelist {
    margin-bottom: 30px;
  }
  .jobslist li {
    text-align: center;
  }
  .jobslist li h4 {
    margin-top: 5px;
  }
  .jobslist li .col-md-7, .jobslist li .col-md-9 {
    padding-left: 15px;
  }
  .main-plan .plan-price2 {
    margin-left: 0px;
    font-size: 44px;
  }
  .pagiWrap .showreslt {
    margin-bottom: 10px;
  }
  .searchform .form-control {
    margin-bottom: 15px;
  }
  .job-header .jobinfo {
    padding: 70px 0 15px;
  }
  .job-header .contentbox {
    padding: 20px;
  }
  .employerList {
      column-count: 5;
      -webkit-column-count: 5;
      -moz-column-count: 5;
  }
    
  /*sidebar*/
  
  .sidebar {
    margin-top: 30px;
  }
  .text-right {
    text-align: left;
  }
  /*Photo Streem*/
  
  .photo-steam li {
    width: 50%;
  }
  .appimg {
    display: none;
  }
  .appwraper .appbtn a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .searchbar div {
    padding: 0 15px;
  }
  .searchbar {
    padding-bottom: 20px;
  }
  .pull-right {
    float: none !important;
  }
  .navbar-collapse {
    padding: 0 15px;
  }
  .comments .media-list li.margin-left80 {
    margin-left: 0;
  }
  }
  
  /*******************
  
    Mobiles Screen
  
  *******************/
  
  @media screen and (max-width: 560px) {
  .jobButtons a {
    display: block;
    margin-right: 0;
    margin-top: 10px;
  }
  .searchwrap h3 {
    font-size: 24px;
  }
  .usernav li a {
    padding: 10px 10px;
    text-transform: none;
  }
  .error-page-wrap .errormain h2 {
    font-size: 150px;
    line-height: 160px;
  }
  .error-page-wrap .errormain h3 {
    font-size: 28px;
  }
  .searchList li {
    text-align: center;
  }
  .searchList li .jobimg {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .job-header .jobinfo .companyinfo, .job-header .jobinfo .candidateinfo, .educationList li {
    text-align: center;
  }
  .job-header .jobinfo .companyinfo .companylogo, .job-header .jobinfo .candidateinfo .userPic, .educationList li .date {
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .job-header .jobinfo .candidateinfo .userPic {
    height: auto;
  }
  .employerList {
      margin: 15px 0;
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2;
  }
  .copyright ul li a {
    background: #ddd;
    color: #000;
    padding: 8px 15px;
    margin: 5px;
    display: block;
  }
  .copyright ul li a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
  }
  .appwraper .titleTop h3 {
    font-size: 36px;
  }
  .appwraper {
    padding-top: 50px;
  }
  .appimg {
    display: none;
  }
  }
  
  @media screen and (max-width: 400px) {
  .header .col-md-5 {
    padding-right: 15px
  }
  .usernav li {
    width: 50%;
    text-align: center;
  }
  }

.testscore span {
    color: #dc3545;
    font-size: 24px;
    font-weight: 600;
    margin-left: 25px;
}
.testscore {
    float: left;
    font-size: 14px;
    font-weight: 800;
    
}

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-item,.with-arrow .nav-item, .rounded .nav-item  {
  width: 50%;
  margin-bottom: 0;
}
.lined .nav-link,.with-arrow .nav-link, .rounded .nav-link  {
  color: #000;
}
.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

.pageTitle{
  background: url(../images/page-title-bg.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  margin: 65px 0 0;
}

.pageTitle h1 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.breadCrumb {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 0px;
}
.breadCrumb a {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
@media (min-width:992px) {
  .pageTitle {
    padding: 50px 0;
    margin: 85px 0 0;
  }
  .pageTitle h1 {
    font-size: 30px;
  }
  .breadCrumb {
    text-align: right;
  }
}

.statusapp{
  float: left;
  font-size: 14px;
  font-weight: 800;
}
.statusapp span{
  font-size: 16px;
  margin-left: 25px;
  color: #18a7ff;
}

/* ==========================================================================
   Manager Resumes Pages Style
   ========================================================================== */
   .manager-resumes-item {
    box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
    margin: 15px 0;
  }
  
  .manager-resumes-item .item-body {
    background: #fff;
  }
  .manager-resumes-item .item-body .content {
    padding: 15px 30px;
  }
  
  .manager-resumes-item .item-body .resume-skills {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    border-top: 1px solid #f1f1f1;
  }
  
  .manager-resumes-item .item-body .tag-list span {
    background-color: #f1f1f1;
    color: #9a9a9a;
    padding: 4px 8px;
    margin-right: 8px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 5px;
  }
  
  .manager-resumes-item .manager-content {
    padding: 10px;
    background: #f2f7fb;
    display: inline-block;
    width: 100%;
  }
  
  .manager-resumes-item .manager-content .resume-thumb {
    max-width: 64px;
    width: auto;
    margin-right: 30px;
    border-radius: 4px;
    float: left;
  }
  
  .manager-resumes-item .manager-content .manager-info .manager-name {
    float: left;
  }
  
  .manager-resumes-item .manager-content .manager-info .manager-name h4 {
    font-size: 18px;
    line-height: 30px;
  }
  
  .manager-resumes-item .manager-content .manager-info .manager-name h5 {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
    color: #9a9a9a;
  }
  
  .manager-resumes-item .manager-content .manager-info .manager-meta {
    float: right;
    text-align: right;
  }
  
  .manager-resumes-item .manager-content .manager-info .manager-meta span {
    display: block;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 30px;
  }
  
  .manager-resumes-item .update-date {
    padding: 5px 30px;
    display: inline-block;
    width: 100%;
  }
  
  .manager-resumes-item .update-date .status {
    float: left;
  }
  
  .manager-resumes-item .update-date .action-btn {
    float: right;
  }
  
  .manager-resumes-item .btn-xs {
    padding: 4px 17px;
    font-size: 12px;
  }
  
  .manager-resumes-item .btn-gray {
    color: #818a91;
  }
  
  .manager-resumes-item .btn-gray:hover {
    color: #00BCD4;
  }
  
  .manager-resumes-item .btn-danger {
    background-color: #ef4d42 !important;
  }

  .register{
    background: -webkit-linear-gradient(left, #7f5100, #e39000);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
    margin-bottom: 50px;
}
.register-left h3, .register-left p{
  color: #fff;
}
.register-left a{
    border: none;
    border-radius: 1.5rem;
    padding: 7px 40px;
    width: 50px;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    padding: 30px 0px;
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.register-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}
.register .register-form{
    padding: 10%;
    margin-top: 10%;
}
.btnRegister {
  display: block;
    margin: 10% auto 0;
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    background: #7f5100;
    color: #fff;
    font-weight: 600;
    width: 50%;
    cursor: pointer;
}
@media(min-width:992px) {
  .btnRegister {
    margin-left: 0;
  }
}
.register .nav-tabs{
    border: none;
    background: #7f5100;
    border-radius: 1.5rem;
    width: 28%;
    display:block;
    margin: auto;
}
@media(min-width: 992px) {
  .register .nav-tabs{
    float: right; 
    display:inline-flex;    
    margin: 0 30px 0 0
  }
}
.register .nav-tabs .nav-link{
    padding: 2%;
    height: 34px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.register .nav-tabs .nav-link.active{
    width: 100px;
    color: #7f5100;
    border: 2px solid #7f5100;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.register-heading{
  font-size: 28px;
    text-align: center;
  display: block;
    margin-top: 15%;
    margin-bottom: -15%;
    color: #495057;
}
@media (min-width:992px) {
  .register-heading{
    font-size: 40px;
    text-align: left;
    margin-top: 5%;
    padding: 0 0 0 12%;
  }
}

img.profile {
  width: 50px;
  height: 50px;
  float: left;
  animation-name: none !important;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(189, 184, 184);
  border-image: initial;
  border-radius: 60px;
  margin: 0px 14px 0px 0px !important;
}

.card-counter{
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: .3s linear all;
}

.card-counter:hover{
  box-shadow: 4px 4px 20px #DADADA;
  transition: .3s linear all;
}

.card-counter.primary{
  background-color: #007bff;
  color: #FFF;
}

.card-counter.danger{
  background-color: #ef5350;
  color: #FFF;
}  

.card-counter.success{
  background-color: #66bb6a;
  color: #FFF;
}  

.card-counter.info{
  background-color: #26c6da;
  color: #FFF;
}  

.card-counter i{
  font-size: 5em;
  opacity: 0.2;
}

.card-counter .count-numbers{
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}
.card-counter .count-numbers a{
  color: #fff;
}

.card-counter .count-name{
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}

/* Nav Get a Job Button */
.getajob {
  color: #7f5100 !important;
  line-height: 30px !important;;
  background: transparent;
  border-radius:2px;
  border: 1px solid #7f5100;
}
.getajob a {
  color: #7f5100 !important;
}
.getajob:hover {
  background: #7f5100;
}
.getajob:hover a {color: #FFF !important;;}
