@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,700);

.site-navbar {
  margin-bottom: 0;
  z-index: 1999;
  position: absolute;
  width: 100%;
  top: 2rem
}

.site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem
}

@media (max-width:1199.98px) {
  .site-navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
}

.site-navbar .site-logo {
  position: absolute;
  left: 5%
}

@media (max-width:767.98px) {
  .site-navbar .site-logo {
    position: relative;
    left: auto
  }
}

.site-navbar .site-logo a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  text-transform: uppercase
}

.site-navbar .site-logo a:hover {
  text-decoration: none
}

.site-navbar .right-cta-menu {
  position: absolute;
  right: 5%
}

@media (max-width:767.98px) {
  .site-navbar .right-cta-menu {
    position: relative;
    right: auto
  }
}

.site-navbar .site-menu-toggle {
  color: #fff;
  line-height: 0;
  font-size: 2.5rem;
  position: relative
}

@media (max-width:767.98px) {
  .site-navbar .site-menu-toggle {
    margin-left: 5px
  }
}

.site-navbar .site-navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0
}

.site-navbar .site-navigation .site-menu .active {
  color: #fff;
  display: inline-block;
  padding: 5px 20px
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  position: relative
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 20px !important;
  color: rgba(255, 255, 255, .5);
  display: inline-block;
  text-decoration: none !important
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #1644ba;
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, .2);
  padding: 0 0;
  margin-top: 20px;
  margin-left: 0;
  background: #fff;
  -webkit-transition: .2s 0s;
  -o-transition: .2s 0s;
  transition: .2s 0s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown li {
  line-height: 1.4
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  background: #ebeef0;
  color: #1644ba
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a.active {
  background: #ebeef0;
  color: #1644ba
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0;
  visibility: visible;
  opacity: 1
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, .1);
  -webkit-transition: .2s all cubic-bezier(.66, .2, .48, .9);
  -o-transition: .2s all cubic-bezier(.66, .2, .48, .9);
  transition: .2s all cubic-bezier(.66, .2, .48, .9)
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #1644ba;
  text-decoration: none
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #000
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  position: relative
}

body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

body.offcanvas-menu {
  position: relative
}

body.offcanvas-menu:after {
  opacity: 0;
  visibility: hidden
}

h1,
h2,
h3,
h4 {
  color: #000
}

.site-section {
  padding-top: 3rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 2
}

@media (max-width:991.98px) {
  .site-section {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

.text-black {
  color: #000 !important
}

.home-section {
  position: relative
}

.home-section>.container {
  z-index: 2;
  position: relative
}

.home-section h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 200
}

@media (max-width:991.98px) {
  .home-section h1 {
    font-size: 2rem
  }
}

.home-section p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, .6)
}

.home-section .search-jobs-form .form-control,
.home-section .search-jobs-form .btn-lg {
  height: calc(2em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3rem
}

.home-section .search-jobs-form .btn-search>span {
  font-size: 1rem;
  position: relative
}

.home-section .search-jobs-form .dropdown-menu {
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, .4);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, .4)
}

.home-section .search-jobs-form .filter-option:after {
  border: none;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'
}

.home-section .search-jobs-form .filter-option.dropup {
  border: 1px solid red !important
}

.home-section .search-jobs-form .filter-option.dropup:after {
  display: none
}

.home-section .search-jobs-form .dropup .dropdown-toggle:after,
.home-section .search-jobs-form .dropup .filter-option:after {
  border: none;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}

.home-section .search-jobs-form .dropup .filter-option:after {
  display: none !important
}

.home-section .search-jobs-form .form-control {
  background: #fff;
  border: transparent !important;
  color: #343a40
}

.home-section .search-jobs-form .form-control:active,
.home-section .search-jobs-form .form-control:focus {
  color: #343a40
}

.home-section .search-jobs-form .form-control::-webkit-input-placeholder {
  color: rgba(52, 58, 64, .5)
}

.home-section .search-jobs-form .form-control::-moz-placeholder {
  color: rgba(52, 58, 64, .5)
}

.home-section .search-jobs-form .form-control:-ms-input-placeholder {
  color: rgba(52, 58, 64, .5)
}

.home-section .search-jobs-form .form-control:-moz-placeholder {
  color: rgba(52, 58, 64, .5)
}

.home-section .search-jobs-form .bs-searchbox .form-control {
  height: calc(1em + 1rem + 2px);
  padding: .5rem .5rem;
  margin-bottom: .3rem;
  color: #343a40;
  background: #fff;
  border: 1px solid #eee !important
}

.home-section .search-jobs-form .dropdown-item.active {
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .4)
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}

.bg-image.fixed {
  background-attachment: fixed
}

.bg-image.overlay-primary {
  position: relative
}

.bg-image.overlay-primary:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 68, 186, .9);
  z-index: 1
}

.bg-image.overlay-primary>.container {
  position: relative;
  z-index: 2
}

.form-group .filter-option:after {
  border: none !important;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'
}

.form-group .filter-option.dropup {
  border: 1px solid red !important
}

.form-group .filter-option.dropup:after {
  display: none
}

.form-group .dropup .dropdown-toggle:after {
  border: none;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}

.form-group .dropup .filter-option:after {
  display: none
}

.form-group .dropdown-item.active {
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, .4)
}

.form-group label {
  color: #000
}

.editor {
  height: 375px
}

.logo-1 {
  max-width: 200px
}

@media (max-width:767.98px) {
  .logo-1 {
    max-width: 150px
  }
}

.logo-2 {
  max-width: 150px
}

@media (max-width:767.98px) {
  .logo-2 {
    max-width: 100px
  }
}

.logo-3 {
  max-width: 120px
}

@media (max-width:767.98px) {
  .logo-3 {
    max-width: 75px
  }
}

.logo-4 {
  max-width: 100px
}

@media (max-width:767.98px) {
  .logo-4 {
    max-width: 75px
  }
}

.testimony-full {
  text-align: center;
  padding: 8rem 0 !important;
  position: relative
}

.testimony-full img {
  width: 100px !important;
  border-radius: 50%;
  margin-bottom: 30px
}

.testimony-full blockquote {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7
}

.testimony-full blockquote cite {
  font-size: 1.2rem;
  color: #000
}

.testimony-full .owl-dots {
  bottom: -4rem !important
}

.job-listings {
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background: #fff
}

.job-listings .badge {
  color: #fff;
  padding: 4px 10px
}

.custom-breadcrumbs a {
  color: #1644ba
}

.custom-breadcrumbs a:hover {
  color: #fff
}

.custom-breadcrumbs .slash {
  color: rgba(255, 255, 255, .4)
}

.img-shadow {
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .4);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .4)
}

.text-muted {
  color: #d5d5d5 !important
}

.section-title {
  font-size: 2rem;
  font-weight: 700
}

.section-hero,
.section-hero>.container>.row {
  height: 50vh;
}

.section-hero.inner-page,
.section-hero.inner-page>.container>.row {
  height: auto;
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 3em
}

.section-hero.overlay {
  position: relative
}

.section-hero.overlay:before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5)
}

.section-hero>.container {
  z-index: 2;
  position: relative
}

.btn:after,
.btn:before {
  display: none
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.btn.btn-primary {
  color: #fff
}

.btn.btn-primary:hover {
  background: #1747c3;
  border-color: #1747c3
}

.custom-pagination a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  text-align: center;
  margin: 0 5px;
  text-decoration: none
}

.custom-pagination a.prev,
.custom-pagination a.next {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px
}

.custom-pagination a.active,
.custom-pagination a:hover {
  background: #1644ba;
  color: #fff;
  border-color: #1644ba
}

.border-width-2 {
  border-width: 2px !important
}

.btn-md {
  padding: 12px 20px
}

.block__19738 {
  text-align: center
}

.block__19738 [class^="icon-"] {
  font-size: 2.5rem
}

.block__19738 .number {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff
}

.block__19738 .caption {
  font-size: 1rem;
  display: block;
  color: rgba(255, 255, 255, .7)
}

.block__62849 .block__16443 {
  background: #fff;
  padding: 30px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  top: 0;
  position: relative;
  text-decoration: none
}

.block__62849 .block__16443 .custom-icon {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #1644ba;
  background: #1644ba;
  margin-bottom: 1.5rem;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.block__62849 .block__16443 .custom-icon:before {
  display: none;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 90px;
  height: 90px;
  border: 1px solid rgba(22, 68, 186, .2)
}

.block__62849 .block__16443 [class^="icon-"] {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all cubic-bezier(.66, .2, .48, .9);
  -o-transition: .3s all cubic-bezier(.66, .2, .48, .9);
  transition: .3s all cubic-bezier(.66, .2, .48, .9)
}

.block__62849 .block__16443 h3 {
  font-size: 1.2rem;
  margin-bottom: 1.2rem
}

.block__62849 .block__16443 p {
  color: #7f848c
}

.block__62849 .block__16443:hover {
  top: -20px;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .2)
}

@media (max-width:991.98px) {
  .block__62849 .block__16443:hover {
    top: 0
  }
}

.block__62849 .block__16443:hover .custom-icon {
  background: transparent
}

.block__62849 .block__16443:hover .custom-icon [class^="icon-"] {
  color: #1644ba
}

.block__96788 {
  position: relative;
  display: block
}

.block__96788 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.block__96788 .play-icon span {
  font-size: .8rem;
  color: #000;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.block__69944 .text-muted {
  color: #ced4da !important
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px
}

.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px
}

.item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.item:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.site-menu-toggle:hover {
  text-decoration: none
}

.site-footer {
  padding: 2rem 0;
  position: relative;
  background: #242424
}

@media (max-width:991.98px) {
  .site-footer {
    padding: 2rem 0
  }
}

.site-footer h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #fff
}

.site-footer a {
  color: rgba(255, 255, 255, .5)
}

.site-footer a:hover {
  color: #fff
}

.site-footer ul li {
  margin-bottom: .5rem
}

.site-footer ul li a {
  color: rgba(255, 255, 255, .5)
}

.site-footer ul li a:hover {
  color: #fff
}

.copyright {
  color: rgba(255, 255, 255, .5)
}

.copyright a {
  color: #fff
}

.footer-social a,
.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #1644ba;
  border-radius: 50%;
  text-decoration: none !important
}

.footer-social a>span,
.social a>span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.footer-social a:hover,
.social a:hover {
  background: #fff
}

.footer-social a:hover span,
.social a:hover span {
  color: #1644ba
}

.social a:hover {
  background: #343a40
}

.social a:hover span {
  color: #fff
}

.filters .btn {
  border-color: transparent;
  font-size: .8rem;
  margin: 5px;
  background: rgba(52, 58, 64, .05);
  color: #343a40;
  text-transform: uppercase
}

.filters .btn:hover,
.filters .btn:focus,
.filters .btn:active {
  border-color: transparent !important;
  background: rgba(52, 58, 64, .3) !important;
  color: #000
}

.filters .btn.active {
  background: #000 !important;
  color: #fff;
  border-color: #000 !important
}

.isotope,
.isotope .item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.mouse {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 2em
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff
}

.sidebar-box *:last-child {
  margin-bottom: 0
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}

.categories li a {
  display: block
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc
}

.categories li.active a {
  color: #000;
  font-style: italic
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.form-control:active,
.form-control:focus {
  border-color: #1644ba !important
}

.comment-form-wrap {
  clear: both
}

.comment-list {
  padding: 0;
  margin: 0
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none
}

.comment-list li .vcard {
  width: 80px;
  float: left
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
  font-size: 20px
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3
}

.search-form {
  background: #f7f7f7
}

.search-form .form-group {
  position: relative
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.single-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%
}

.single-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
  outline: none !important
}

.single-carousel .owl-dots .owl-dot>span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .2);
  margin: 5px
}

.single-carousel .owl-dots .owl-dot.active>span {
  background: #1644ba
}

.single-carousel img {
  max-width: 400px;
  margin-left: auto
}

@media (max-width:991.98px) {
  .single-carousel img {
    margin-left: auto;
    margin-right: auto
  }
}

.job-item h2,
.job-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0
}

.job-item .meta {
  color: #b5b5b5
}

.job-item .meta strong {
  color: #3c3c3c
}