/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Topbar
# Main Menu
# Footer
# Search Popup
# Sidemenu
# Banner
# Blog
	## Blog Details
	## Comments
# Page Header
# Contact
	## Contact Info
# Sidebar
# Mailchimp
# Brand
# Team
# Call To Action
# Gallery
# Error 404
# Video
# Testimonials
# FAQ
# Tour
	## Tour Sidebar
# Destinations
# Features
# Funfact
# Tour Search
--------------------------------------------------------------*/

/*** 

====================================================================
	Common
====================================================================

***/

:root {
  --thm-font: 'Jost', 'Sarabun', sans-serif;
  --thm-base: #ffffff;
  --thm-base-rgb: 255, 255, 255;
  --thm-primary: #ed695a;
  --thm-primary-rgb: 252, 60, 60;
  --thm-black: #161c26;
  --thm-black-rgb: 22, 28, 38;
  --thm-gray: #828892;
  --thm-navy-blue: #2d3a58;
  --thm-primary-light: #f8e8e9;
}

body {
  font-family: var(--thm-font);
  color: var(--thm-gray);
  font-size: 18px;
  line-height: 34px;
}
button:focus {
  outline: none;
}
::placeholder {
  opacity: 1;
}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  margin: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.block-title {
  margin-bottom: 55px;
  margin-top: -6px;
}
.block-title h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-primary);
  text-transform: uppercase;
  line-height: 24px;
}
.block-title h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 66px;
}
.block-title p {
  margin: 0;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--thm-black);
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  padding: 15.5px 50px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.thm-btn:hover {
  background-color: var(--thm-primary);
  color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 1px solid rgb(240 243 246);
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    color: #7f8890;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--thm-primary);
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 4px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--thm-primary);
  color: #fff;
  cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
  min-width: 17rem;
}

.datepicker table {
  width: 100%;
}

.post-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.post-pagination a {
  border-radius: 50%;
  background-color: var(--thm-gray);
  color: #9ca3a9;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-pagination a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.post-pagination a.active {
  background-color: var(--thm-base);
  color: #fff;
  cursor: auto;
}

.post-pagination a + a {
  margin-left: 15px;
}

/* owl dots style */

.details-area-slide-carousel .owl-dots {
  margin-top: 20px;
}

.details-area-slide-carousel .owl-dots .owl-dot {
  outline: none;
}

.details-area-slide-carousel .owl-dots .owl-dot span {
  margin: 0 2.5px;
  padding: 0;
  width: 14px;
  height: 14px;
  background-color: var(--thm-gray);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.details-area-slide-carousel .owl-dots .owl-dot:hover span,
.details-area-slide-carousel .owl-dots .owl-dot.active span {
  background-color: var(--thm-primary);
}

.details-area-slide-carousel.light-dots .owl-dots .owl-dot span {
  background-color: #fff;
}

.details-area-slide-carousel.light-dots .owl-dots .owl-dot:hover span,
.details-area-slide-carousel.light-dots .owl-dots .owl-dot.active span {
  background-color: var(--thm-primary);
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader-image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-primary);
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*** 

====================================================================
	Site Header
====================================================================

***/

.site-header-one-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 2;
  transition: all 500ms ease;
}
.header-top-one {
  position: relative;
  display: block;
  overflow: hidden;
  background: #11161f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 3px 0 5px;
}
.header-top-one-container {
  position: relative;
  display: block;
  padding: 0 60px;
  overflow: hidden;
}
.header-top-one-inner {
  position: relative;
  display: block;
}
.header-top-one-inner-left {
  position: relative;
}
.header-social-1 {
  position: relative;
  display: block;
}
.header-social-1 ul {
  overflow: hidden;
}
.header-social-1 ul li {
  position: relative;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 25px;
}
.header-social-1 ul li:last-child {
  margin-right: 0;
}
.header-social-1 ul li a {
  color: #a8acb1;
  font-size: 13px;
  font-weight: 600;
  transition: all 500ms ease;
}
.header-social-1 ul li a i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-weight: 400;
}
.header-social-1 ul li a:hover {
  color: var(--thm-primary);
}

.header-top-one-inner-right {
  position: relative;
}
.header-topmenu-1 {
  position: relative;
}
.header-topmenu-1 ul {
  overflow: hidden;
}
.header-topmenu-1 ul li {
  position: relative;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 25px;
}
.header-topmenu-1 ul li:last-child {
  margin-right: 0;
}
.header-topmenu-1 ul li a {
  color: #a8acb1;
  font-size: 13px;
  font-weight: 600;
  transition: all 500ms ease;
}
.header-topmenu-1 ul li a:hover {
  color: var(--thm-primary);
}
.header-topmenu-1 ul li a i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.main-nav-header-one {
  position: relative;
  display: block;
}
.header-navigation.one.original {
  position: relative;
}
.header-navigation.one.original:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #ffffff;
  opacity: 0.1;
  content: "";
}

.main-nav-header-one .container-box {
  position: relative;
  display: block;
  padding-left: 60px;
  padding-right: 60px;
}

.main-nav-left {
  position: relative;
  display: block;
}
.main-nav-search {
  position: relative;
  color: var(--thm-black);
  font-size: 25px;
  transition: all 500ms ease;
}
.main-nav-search:hover {
  color: var(--thm-base);
}
.main-nav-left .side-menu-toggler {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  font-size: 20px;
  color: var(--thm-base);
}

.main-nav-left-one {
  position: relative;
  display: block;
  width: 15%;
}

.logo_one {
  position: relative;
  display: block;
  padding: 31px 0;
}
.logo_one a {
  display: inline-block;
}

.main-nav-main-navigation.one {
  position: relative;
  width: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main-nav-main-navigation .main-nav-navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.main-nav-main-navigation .main-nav-navigation-box,
.main-nav-main-navigation .main-nav-navigation-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav-main-navigation .main-nav-navigation-box > li + li {
  margin-left: 60px;
}
.main-nav-main-navigation .main-nav-navigation-box > li {
  position: relative;
  padding: 31px 0px 31px;
}
.main-nav-main-navigation .main-nav-navigation-box > li > a {
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  color: #da7b7b;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-nav-main-navigation .main-nav-navigation-box > li > a:before {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fc3c3c;
  content: "";
  transform: scaleX(0.5);
  opacity: 0;
  transition: all 500ms ease;
  z-index: -1;
}
.main-nav-main-navigation .main-nav-navigation-box > li:hover > a:before,
.main-nav-main-navigation .main-nav-navigation-box > li.current > a:before,
.main-nav-main-navigation
  .main-nav-navigation-box
  > li.current-menu-item
  > a:before {
  opacity: 1;
  transform: scaleX(1);
}

.main-nav-main-navigation .main-nav-navigation-box > li.dropdown > a {
  padding-right: 15px;
}
.main-nav-main-navigation .main-nav-navigation-box > li.dropdown > a:after {
  position: absolute;
  top: 2px;
  right: 0px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  line-height: 30px;
  font-size: 16px;
  font-weight: 900;
  transform: rotate(90deg);
}

/* Dropdown menu */
.main-nav-main-navigation .dropdown-btn {
  display: none;
}
.main-nav-main-navigation .main-nav-navigation-box > li ul {
  position: absolute;
  width: 230px;
  background-color: #fff;
  border-top: 0px solid #f7f6f6;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  z-index: 991;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
}
.main-nav-main-navigation .main-nav-navigation-box > li ul > li {
  position: relative;
}
.main-nav-main-navigation .main-nav-navigation-box > li ul > li + li {
  border-top: 1px solid #f7f6f6;
}
.main-nav-main-navigation .main-nav-navigation-box > li ul > li > a {
  display: block;
  color: var(--thm-black);
  font-size: 15px;
  font-weight: 600;
  word-break: break-all;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-nav-main-navigation .main-nav-navigation-box > li ul > li > a i {
    font-size: 13px;
    float: right;
    vertical-align: middle;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}
.main-nav-main-navigation .main-nav-navigation-box > li ul > li:hover > a {
  color: var(--thm-primary);
}

/* Second level menu */
.main-nav-main-navigation .main-nav-navigation-box > li > ul {
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);

  visibility: hidden;
  opacity: 0;
}
.main-nav-main-navigation .main-nav-navigation-box > li:hover > ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/* Third level menu */
.main-nav-main-navigation .main-nav-navigation-box > li > ul > li > ul {
  top: 0;
  left: 100%;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}
.main-nav-main-navigation .main-nav-navigation-box > li > ul > li:hover > ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

/* After Third level menu */
.main-nav-main-navigation
  .main-nav-navigation-box
  > li
  > ul
  > li
  > ul
  > li
  ul {
  display: none;
}

.main-nav-right-one {
  position: relative;
  display: block;
  width: 20%;
}

.main-nav-right {
  position: relative;
  display: block;
}
.main-nav-right .icon-search-box {
  position: relative;
  display: block;
  float: right;
  margin-right: 30px;
  padding: 35px 0;
}
.main-nav-right .icon-search-box a {
  color: var(--thm-navy-blue);
  font-size: 25px;
  transition: all 500ms ease;
}
.main-nav-right .icon-search-box a:hover {
  color: var(--thm-primary);
}

.main-nav-right .icon-register-box {
  position: relative;
  display: block;
  float: right;
  margin-right: 30px;
  padding: 29px 0;
}
.main-nav-right .icon-register-box a {
  color: var(--thm-navy-blue);
  font-size: 25px;
  transition: all 500ms ease;
}
.main-nav-right .icon-register-box a:hover {
  color: var(--thm-primary);
}

.header-btn-1 {
  position: relative;
  display: block;
  float: right;
  padding: 20px 0;
}
.header-btn-1 a, .default-btn {
  position: relative;
  display: inline-block;
  background: var(--thm-primary);
  padding: 0 30px;
  color: #ffffff;
  font-size: 12px;
  line-height: 55px;
  font-weight: 600;
  letter-spacing: 0.2em;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.header-btn-1 a:hover {
  background-color: #fff;
  color: var(--thm-black);
}
.header-btn-1 a span:before {
  position: relative;
  display: inline-block;
  padding-right: 7px;
}

.header-three-wrap .header-btn-1 a:hover {
  background-color: var(--thm-black);
  color: #fff;
}

/* stricky Menu Css */
.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999999;
  background-color: #fff;
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stricked-menu.stricky-fixed {
  opacity: 1;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.stricked-menu.stricky-fixed .logo_one {
  padding: 23px 0;
}
.stricked-menu.stricky-fixed
  .main-nav-main-navigation
  .main-nav-navigation-box
  > li {
  position: relative;
  padding: 23px 0px 23px;
}
.stricked-menu.stricky-fixed .header-btn-1 {
  padding: 12px 0 13px;
}
.stricked-menu.stricky-fixed .main-nav-right .icon-register-box {
  padding: 21px 0 22px;
}
.stricked-menu.stricky-fixed .main-nav-right .icon-search-box {
  padding: 27px 0 28px;
}

/*** 

====================================================================
	Site Header Two
====================================================================

***/

.site_header__header_two_wrap {
  position: relative;
  display: block;
  background: #ffffff;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header_top_two {
  position: relative;
  display: block;
  overflow: hidden;
}
.header_top_two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #dee2e8;
  content: "";
}
.header_top_two-inner {
  position: relative;
  display: block;
}
.header_top_two-inner-left {
  position: relative;
}

.header-contact-1 {
  position: relative;
  display: block;
}
.header-contact-1 ul {
  overflow: hidden;
}
.header-contact-1 ul li {
  position: relative;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 21px;
  padding: 4px 0;
}
.header-contact-1 ul li:last-child {
  margin-right: 0;
}
.header-contact-1 ul li a {
  color: #828892;
  font-size: 13px;
  font-weight: 500;
  transition: all 500ms ease;
}
.header-contact-1 ul li a i {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  font-weight: 900;
}
.header-contact-1 ul li a:hover {
  color: var(--thm-primary);
}

.header_top_two-inner-right {
  position: relative;
}

.header-social-2 {
  position: relative;
  display: block;
  float: left;
}
.header-social-2 ul {
  overflow: hidden;
}
.header-social-2 ul li {
  position: relative;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 25px;
  padding: 4px 0;
}
.header-social-2 ul li:last-child {
  margin-right: 0;
}
.header-social-2 ul li a {
  color: #959ca7;
  font-size: 13px;
  font-weight: 600;
  transition: all 500ms ease;
}
.header-social-2 ul li a i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-weight: 400;
}
.header-social-2 ul li a:hover {
  color: var(--thm-primary);
}

.header-btn-1.btn-2 {
  float: right;
  padding: 0;
  margin-left: 25px;
}
.header-btn-1.btn-2 a {
  line-height: 40px;
  border-radius: 0;
}
.header-btn-1.btn-2 a:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.main-nav-header-two {
  position: relative;
  display: block;
}
.main-nav-header-two-content {
  position: relative;
  display: block;
}
.main-nav-main-navigation.two {
  margin-left: 160px;
}
.main-nav-main-navigation.two .main-nav-navigation-box > li + li {
  margin-left: 50px;
}
.main-nav-main-navigation.two .main-nav-navigation-box > li {
}
.main-nav-main-navigation.two .main-nav-navigation-box > li > a {
  color: #828892;
}
.main-nav-main-navigation.two .main-nav-navigation-box > li:hover > a,
.main-nav-main-navigation.two .main-nav-navigation-box > li.current > a,
.main-nav-main-navigation.two
  .main-nav-navigation-box
  > li.current-menu-item
  > a {
  color: #161c26;
}

.main-nav-right-two {
  position: relative;
  display: block;
}
.main-nav-right-two .icon-search-box {
  position: relative;
  display: block;
  float: right;
  margin-right: 30px;
  padding: 35.5px 0;
}
.main-nav-right-two .icon-search-box a {
  color: #161c26;
  font-size: 25px;
  transition: all 500ms ease;
}
.main-nav-right-two .icon-search-box a:hover {
  color: var(--thm-primary);
}

.main-nav-right-two .icon-register-box {
  position: relative;
  display: block;
  float: right;
  margin-right: 30px;
  padding: 29.5px 0;
}
.main-nav-right-two .icon-register-box a {
  color: #161c26;
  font-size: 25px;
  transition: all 500ms ease;
}
.main-nav-right-two .icon-register-box a:hover {
  color: var(--thm-primary);
}
.main-nav-right-two .icon_heart_box {
  position: relative;
  display: block;
  float: right;
  margin-right: 30px;
  padding: 29.5px 0;
}
.main-nav-right-two .icon_heart_box a {
  color: #161c26;
  font-size: 25px;
  transition: all 500ms ease;
}
.main-nav-right-two .icon_heart_box a:hover {
  color: var(--thm-primary);
}
.main-nav-header-two .stricked-menu.stricky-fixed {
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.stricked-menu.stricky-fixed .main-nav-right-two .icon-register-box {
  padding: 21px 0 22px;
}
.stricked-menu.stricky-fixed .main-nav-right-two .icon-search-box {
  padding: 27px 0 28px;
}
.stricked-menu.stricky-fixed .main-nav-right-two .icon_heart_box {
  padding: 24px 0 19px;
}

/*** 

====================================================================
	Site Header Three
====================================================================

***/

.header-navigation.three.original {
  position: relative;
}
.main-nav-main-navigation.three {
  position: relative;
  width: 65%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main-nav-main-navigation.three .main-nav-navigation-box > li + li {
  margin-left: 50px;
}
.main-nav-main-navigation.three .main-nav-navigation-box > li {
}
.main-nav-main-navigation.three .main-nav-navigation-box > li > a {
  color: #828892;
}
.main-nav-main-navigation.three .main-nav-navigation-box > li:hover > a,
.main-nav-main-navigation.three .main-nav-navigation-box > li.current > a,
.main-nav-main-navigation.three
  .main-nav-navigation-box
  > li.current-menu-item
  > a {
  color: #161c26;
}
.main-nav-right.three .icon-search-box a {
  color: #161c26;
  transition: all 500ms ease;
}
.main-nav-right.three .icon-search-box a:hover {
  color: var(--thm-primary);
}
.main-nav-right.three .icon-register-box a {
  color: #161c26;
  transition: all 500ms ease;
}
.main-nav-right.three .icon-register-box a:hover {
  color: var(--thm-primary);
}

/* stricky Menu Css */
.header-three-wrap .stricked-menu {
  background-color: #ffffff;
}

.banner-three .banner-carousel .slide-item:before {
  display: none;
}

@media (min-width: 1200px) {
  .main-nav-left .side-menu-toggler {
    display: none;
  }
  .main-nav-main-navigation {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .mobile-menu-icon-two .side-menu-toggler {
    display: none;
  }

  .mobile-menu-icon-three .side-menu-toggler {
    display: none;
  }
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.search-popup-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: none;
}

.search-popup-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.search-popup-form {
  position: relative;
  z-index: 9991;
  width: 100%;
  padding: 15px;
  max-width: 600px;
  position: relative;
}

.search-popup-form input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 60px;
  color: var(--thm-black);
  font-size: 18px;
  background-color: white;
  padding-left: 30px;
}

.search-popup-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--thm-black);
}

.search-popup-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--thm-black);
}

.search-popup-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--thm-black);
}

.search-popup-form input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--thm-black);
}

.search-popup-form button[type="submit"] {
  border: none;
  outline: none;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: var(--thm-black);
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-popup-form button[type="submit"]:hover {
  background-color: var(--thm-black);
  color: var(--thm-base);
}

/*** 

====================================================================
	Sidemenu
====================================================================

***/

.side-menu-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999999;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.side-menu-block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.side-menu-block-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 999;
}
.side-menu-block-overlay .cursor-follower {
  background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu-block-inner {
  position: relative;
  max-width: 532px;
  width: 100%;
  margin-right: auto;
  height: 100vh;
  background: #161c26;
  z-index: 999999;
  overflow-y: auto;
  padding: 40px 0;
  padding-top: 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-content: space-between;
}

@media (max-width: 575px) {
  .side-menu-block-inner {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .side-menu-block-inner {
    max-width: 400px;
  }
}

@media (max-width: 375px) {
  .side-menu-block-inner {
    max-width: 300px;
  }
}

.side-menu-block-inner .mCustomScrollBox {
  width: 100%;
}

.side-menu-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}

.mobile-nav-container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}
.mobile-nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav-container li.dropdown ul {
  display: none;
  padding-left: 0.5em;
}

.mobile-nav-container li.dropdown {
  position: relative;
}

.mobile-nav-container li.dropdown .dropdown-btn {
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transfrom 500ms ease;
  transition: transfrom 500ms ease;
}
.mobile-nav-container li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mobile-nav-container li + li {
  margin-top: 10px;
}
.mobile-nav-container li a {
  text-transform: uppercase;
  color: #959ca7;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 600;
  display: block;
  font-family: var(--thm-font);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}
.mobile-nav-container li a:hover {
  color: #ffffff;
}
.mobile-nav-container li.current-menu-item > a,
.mobile-nav-container li.current > a {
  color: #ffffff;
}

.side-menu-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.side-menu-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: var(--thm-black);
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.side-menu-social a + a {
  margin-left: 10px;
}
.side-menu-social a:hover {
  background-color: var(--thm-primary);
  color: #ffffff;
}

.side-menu-content {
  padding-left: 100px;
  padding-right: 100px;
}
.side-menu-content p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #9ca3a9;
  letter-spacing: 0.2em;
}
.side-menu-content p + p {
  margin-top: 30px;
}
.side-menu-content p a {
  color: #959ca7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.side-menu-content p a:hover {
  color: var(--thm-primary);
}

.side-menu-sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
  opacity: 0.3;
}
.side-menu-text p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #9ca3a9;
  margin: 0;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.side-menu-text a {
  font-size: 20px;
  color: var(--thm-secondary);
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.side-menu-text a:hover {
  color: var(--thm-primary);
}
.side-menu-block-copy {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width: 575px) {
  .side-menu-top,
  .side-menu-content,
  .mobile-nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .side-menu-sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {
  .side-menu-top,
  .side-menu-content,
  .mobile-nav-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .side-menu-sep {
    width: calc(100% - 50px);
  }

  .side-menu-social {
    margin-top: 40px;
  }

  .side-menu-social a {
    width: 45px;
    height: 45px;
  }
}

/***
====================================================================
	Banner Section
====================================================================
***/
.banner-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left center;
  padding-top: 364px;
  padding-bottom: 84px;
  z-index: 1;
  overflow: hidden;
  background-color: var(--thm-primary-light);
}
.banner-section-vector-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-primary-light);
}
.banner-section .banner-bg-slide {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-section .container {
  position: relative;
}

.content-box {
  position: relative;
  display: block;
  text-align: center;
}
.content-box .top-title {
}
.content-box .top-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 30px;
  color: var(--thm-navy-blue);
  font-weight: 400;
  margin: 0;
  z-index: 1;
  font-family: 'Indie Flower', cursive;
}
.content-box .top-title h1 {
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: var(--thm-primary);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.content-box .top-title p {
  color: #868697;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  display: block;
  margin: 0;
}

.banner-section-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.banner-section-form .input-box-inner {
  position: relative;
  display: block;
  padding-right: 208px;
}
.banner-section-form .input-box-inner .input-box {
  position: relative;
  display: block;
  max-width: 320.5px;
  width: 100%;
  float: left;
  border-right: 1px solid #dee2e8;
}
.banner-section-form .input-box-inner .input-box:last-child {
  border-right: none;
}
.banner-section-form .input-box-inner .input-box input[type="text"] {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
  width: 100%;
  height: 65px;
  color: #828892;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 40px;
  outline: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 500ms ease;
}

.select-one
  .input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 65px;
}
.select-one .input-box .bootstrap-select > .dropdown-toggle {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #ffffff;
  color: var(--thm-gray);
  font-size: 16px;
  font-weight: 500;
}
.input-box.banner-section-select-one .bootstrap-select > .dropdown-toggle {
  border-radius: 0;
}
.input-box.banner-section-select-two .bootstrap-select > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.banner-section-form .banner-section-form-btn {
  position: absolute;
  top: 0;
  right: 8px;
}
.banner-section-form .banner-section-form-btn button {
  background-color: var(--thm-primary);
  transition: all 500ms ease;
}
.banner-section-form .banner-section-form-btn button:hover {
  background-color: #fff;
  color: var(--thm-black);
}
.banner-section-form .banner-section-form-btn button span {
  padding-right: 7px;
}

.banner-section-bottom {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 171px;
}
.banner-section-bottom_bg {
  position: absolute;
  top: 70px;
  left: 300px;
  height: 107px;
  width: 64px;
}
.banner-section-bottom p {
  font-size: 40px;
  color: var(--thm-base);
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  font-family: 'Indie Flower', cursive;
}

/*** 

====================================================================
	Banner Two
====================================================================

***/

.banner-two {
  position: relative;
  display: block;
  padding: 257px 0 230px;
  background-color: #11161f;
}
.banner-section.banner-two .sub-title,
.banner-section.banner-two p {
    color: #fff;
}
.job-search-box {
  position: relative;
  display: block;
  margin: 0 auto;
}
.job-search-box .tab-btns {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0;
}
.job-search-box .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.job-search-box .tab-btns .tab-btn:last-child {
  margin-right: 0;
}
.job-search-box .tab-btns .tab-btn span {
  position: relative;
  display: block;
  margin: 0;
  color: var(--thm-base);
  font-size: 18px;
  font-weight: 800;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
}
.job-search-box .tab-btns .tab-btn span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background: var(--thm-primary);
  opacity: 0;
  transition: all 500ms ease;
}
.job-search-box .tab-btns .tab-btn.active-btn span:before,
.job-search-box .tab-btns .tab-btn:hover span {
  color: var(--thm-primary);
  opacity: 1;
}

.job-search-box .tabs-content {
  position: relative;
  display: block;
  padding: 0;
}
.job-search-box .tabs-content .tab {
  position: relative;
  padding: 0px;
  display: none;
}
.job-search-box .tabs-content .tab.active-tab {
  display: block;
}

.banner-two .content-box .top-title {
  margin-bottom: 42px;
}
.banner-two .banner-section-form {
  margin-top: 20px;
}

/*** 

====================================================================
	Banner Three
====================================================================

***/

.banner-three {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 250px 0 170px;
  background: #f9e3e0;
  z-index: 1;
}
.banner-three-vector-img {
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-animation: ImgBounce2 5s linear 0s infinite alternate;
  animation: ImgBounce2 5s linear 0s infinite alternate;
  z-index: 2;
}

@keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

.banner-three-cloud-img {
  position: absolute;
  left: 90px;
  top: 150px;
  z-index: 10;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner-three-line-img {
  position: absolute;
  bottom: 180px;
  left: 165px;
}
.banner-three_shape_1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner-three-top-title {
  margin-bottom: 40px;
}

.banner-three-top-title h1 {
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: var(--thm-black);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.banner-three-top-title span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  text-transform: capitalize;
  color: var(--thm-primary);
  font-weight: 400;
  margin: 0;
  font-family: 'Indie Flower', cursive;
}
.banner-three-top-title p {
  color: var(--thm-gray);
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin: 0;
}
.banner-three-input-box input[type="text"] {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #fff;
  width: 100%;
  height: 65px;
  color: #828892;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 40px;
  outline: none;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: all 500ms ease;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.banner-three-input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 65px;
}
.banner-three-input-box .bootstrap-select > .dropdown-toggle {
  width: 100%;
  height: 65px;
  line-height: 65px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05) !important;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #ffffff;
  color: var(--thm-gray);
  font-size: 16px;
  font-weight: 500;
}

.banner-three-form-btn {
  margin-top: 10px;
}
.banner-three-form-btn .thm-btn {
  background: var(--thm-primary);
}
.banner-three-form-btn button span {
  padding-right: 5px;
}
.banner-three-form-btn .thm-btn:hover {
  background: var(--thm-black);
}
.banner-three-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.banner-three-form .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}


/*** 

====================================================================
	Categories
====================================================================

***/

.categories-section {
  position: relative;
  display: block;
  background: #ffffff;
  margin-top: -30px;
}
.categories-section-shape {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  width: 605px;
  height: 520px;
  opacity: 0.05;
}

.categories-carousel {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.categories-section-single {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 0 33px;
  border-right: 1px solid #f0f3f6;
  background: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.categories-section-single:before {
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px;
  width: 0;
  content: "";
  background: var(--thm-primary);
  height: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.categories-section-single:hover {
  background: #f0f3f6;
  border-right: 0 solid #f0f3f6;
}
.categories-section-single:hover:before {
  width: 100%;
}
.categories-section-icon {
  padding-bottom: 14px;
}
.categories-section-icon span {
  font-size: 65px;
  color: var(--thm-primary);
}
.categories-section-icon [class^="flaticon-"]:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.categories-section-single h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.categories-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 2px;
}

.categories-section .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
}
.categories-section .owl-theme .owl-prev span,
.categories-section .owl-theme .owl-next span {
  display: block;
}

.categories-section .owl-theme .owl-prev span.icon-right-arrow.left {
  position: relative;
  transform: rotate(180deg);
}
.categories-section .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #dee2e8;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  font-weight: 700;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.categories-section .owl-theme .owl-nav .owl-prev:hover {
  background: var(--thm-primary);
}
.categories-section .owl-theme .owl-nav .owl-prev:focus {
  outline: none;
}
.categories-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: #dee2e8;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  font-weight: 700;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.categories-section .owl-theme .owl-nav .owl-next:hover {
  background: var(--thm-primary);
}
.categories-section .owl-theme .owl-nav .owl-next:focus {
  outline: none;
}

/*** 

====================================================================
	Popular Job Locations
====================================================================

***/

.locations {
  position: relative;
  display: block;
  padding: 120px 0 110px;
  background: #f5f5f5;
}
.locations .container-fullwidth {
  position: static;
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0 auto;
}

.locations .block-title {
  margin-bottom: 52px;
}
.locations-single {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.locations-image {
  position: relative;
  display: block;
  width: 100%;
}
.locations-image img {
  border-radius: 4px;
}

.job-list {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 9px 20px;
    background: var(--thm-primary);
    border-radius: 3px;
    left: 37%;
}
.job-list h5 {
  color: var(--thm-base);
  font-weight: 600;
  font-size: 12px;
}
.locations-text {
  position: absolute;
  bottom: 45px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.locations-text p {
  font-size: 34px;
  color: var(--thm-primary);
  margin: 0;
  font-family: 'Indie Flower', cursive;
}
.locations-text h3 {
  font-size: 44px;
  color: var(--thm-base);
  font-weight: 800;
  line-height: 44px;
}
.locations-hover {
  background: #ffffff;
  text-align: center;
  padding: 51px 0 45px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.locations-hover p {
  font-size: 34px;
  color: var(--thm-primary);
  margin: 0;
  font-family: 'Indie Flower', cursive;
}
.locations-hover h3 {
  font-size: 44px;
  color: var(--thm-black);
  font-weight: 800;
  line-height: 44px;
}
.locations-single:hover .locations-hover {
  transform: scaleX(1);
}

.locations-hover-circle {
  position: absolute;
  right: 50px;
  height: 45px;
  width: 45px;
  background: var(--thm-primary);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.locations-hover-circle a {
  color: var(--thm-base);
}
.locations-hover-circle:hover {
  background: var(--thm-black);
}

.locations-carousel.owl-carousel .owl-stage-outer {
  padding-top: 17px;
}
.locations-carousel.owl-carousel .owl-dots {
  margin-top: 51px !important;
}
.locations-carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #d0d2d4;
  border: none;
  margin: 0px 4px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.locations-carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  right: -2.5px;
  bottom: -2.5px;
  background: var(--thm-primary);
  content: "";
  border-radius: 50%;
  opacity: 0;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.locations-carousel.owl-carousel .owl-dot.active:before {
  opacity: 1;
}
.locations-carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*** 

====================================================================
	CTA Three
====================================================================

***/
.cta-three {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0;
}
.cta-three:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 1px;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(17, 22, 31, 0.5);
}
.cta-three-inner_shape-1 {
  position: absolute;
  top: 0;
  left: calc(45% - 262.5px);
  background-repeat: no-repeat;
  width: 827px;
  animation: ImgBounce2 5s linear 0s infinite alternate;
  height: 382px;
  background-position: center center;
}
.cta-three-inner {
  position: relative;
  display: block;
  text-align: center;
}
.cta-three-inner p {
  font-size: 60px;
  color: var(--thm-base);
  margin: 0;
  line-height: 60px;
  font-weight: 400;
  font-family: 'Indie Flower', cursive;
}
.cta-three-inner h2 {
  font-size: 60px;
  color: var(--thm-base);
  line-height: 85px;
  font-weight: 600;
}

/*** 

====================================================================
	Latest Jobs
====================================================================

***/

.latest-job-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 110px;
  width: 100%;
}
.latest-job-list_single {
  position: relative;
  display: block;
}
.latest-job-list-image {
  position: relative;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.latest-job-list-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.latest-job-list-image .open {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  border-radius: 4px;
  letter-spacing: 0.2em;
  transition: all 500ms ease;
}

.latest-job-list-image:hover .open {
  background-color: var(--thm-primary);
}
.latest-job-list-image .open p {
  color: var(--thm-base);
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.latest-job-list-image .heart-icon {
  position: absolute;
  top: 13px;
  right: 20px;
}
.latest-job-list-image .heart-icon i {
  color: var(--thm-base);
  font-size: 20px;
  cursor: pointer;
  transition: all 500ms ease;
}
.latest-job-list-image .heart-icon i:hover {
  color: var(--thm-primary);
}
.latest-job-list-image .author-img {
  position: absolute;
  left: 40px;
  bottom: -16px;
  z-index: 1;
}
.latest-job-list-image .author-img img {
  width: 37px;
  height: 37px;
    padding: 2px;
    background: #fff;
    border-radius: 24px;
}
.latest-job-list-image .job-circle {
  height: 37px;
  width: 37px;
  background: var(--thm-base);
  border-radius: 50%;
  color: var(--thm-base);
  text-align: center;
  line-height: 37px;
  position: absolute;
  bottom: -16px;
  left: 87px;
  z-index: 1;
}
.latest-job-list-image .job-circle img {
  height: 37px;
  width: 37px;
  padding: 5px;
}

.latest-job-list-content {
  position: relative;
  display: block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
  padding: 30px 40px 18px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}
.latest-job-list-content .title {
}
.latest-job-list-content .title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.latest-job-list-content .title h3 a {
  color: inherit;
  transition: all 500ms ease;
}
.latest-job-list-content .title h3 a:hover {
  color: var(--thm-primary);
}
.latest-job-list-content .title h3 span {
  height: 12px;
  width: 12px;
  background: var(--thm-primary);
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 12px;
  color: var(--thm-base);
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.latest-job-list-content .title p {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}
.latest-job-list-contact-info {
  padding-top: 12px;
  padding-bottom: 33px;
  border-bottom: 1px solid #dee2e8;
  margin-bottom: 20px;
}
.latest-job-list-contact-info li {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.latest-job-list-contact-info li i {
  color: var(--thm-primary);
  font-size: 15px;
  padding-right: 12px;
}
.latest-job-list-contact-info li a {
  font-size: 16px;
  color: var(--thm-gray);
}
.latest-job-list-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-job-list-content-bottom a {
    color: var(--thm-gray);
    font-size: 16px;
}
.latest-job-list-content-bottom .left h6 {
  font-size: 14px;
  color: var(--thm-primary);
  font-weight: 400;
}
.latest-job-list-content-bottom .rating a {
  font-size: 14px;
  color: var(--thm-primary);
}
.latest-job-list-content-bottom .rating a.clr-black {
  color: var(--thm-black);
  margin-right: 3px;
}
.latest-job-list-content-bottom .rating a.clr-gray {
  color: #dee2e8;
}

.latest-job-list-carousel.owl-carousel .owl-stage-outer {
  position: relative;
  padding-bottom: 30px;
}

.latest-job-list-carousel.owl-carousel .owl-dots {
  margin-top: 19px !important;
}
.latest-job-list-carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #d0d2d4;
  border: none;
  margin: 0px 4px;
  padding: 0px;
  border-radius: 50%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.latest-job-list-carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  right: -2.5px;
  bottom: -2.5px;
  background: var(--thm-primary);
  content: "";
  border-radius: 50%;
  opacity: 0;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.latest-job-list-carousel.owl-carousel .owl-dots .owl-dot.active:before {
  opacity: 1;
}

.latest-job-list-carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one {
  position: relative;
  display: block;
  margin-bottom: -120px;
  z-index: 10;
}
.cta-one-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.cta-one-inner_bg {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  right: -100000px;
  bottom: 0px;
  z-index: -1;
  background-color: var(--thm-primary);
  animation: bgSlide 20s linear infinite;
}

@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -40px 0;
  }
  40% {
    background-position: -80px 0;
  }
  60% {
    background-position: -120px 0;
  }
  80% {
    background-position: -40px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
.cta-one_img {
}
.cta-one_img img {
}
.cta-one_content {
  margin-left: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.cta-one-text {
}
.cta-one-text p {
  font-size: 34px;
  color: var(--thm-base);
  margin: 0;
  font-weight: 400;
  font-family: 'Indie Flower', cursive;
}
.cta-one-text h2 {
  font-size: 44px;
  color: var(--thm-base);
  font-weight: 800;
  line-height: 50px;
}
.cta-one-btn {
}
.cta-one-btn .thm-btn {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 10.5px 39px;
  font-size: 12px;
}
.cta-one-btn .thm-btn:hover {
  background: var(--thm-base);
  color: var(--thm-black);
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:90px 0px;
}

.testimonial-section.style-two{
	padding-bottom:120px;
}

.testimonial-section .icon-one{
	position:absolute;
	left:10%;
	top:8%;
	width:71px;
	height:72px;
	background-repeat:no-repeat;
}

.testimonial-section .layer-one{
	position:absolute;
	left:0px;
	top:450px;
	width:100%;
	height:1153px;
	background-repeat:no-repeat;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-box{
	margin:0px 15px;
}

.testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	text-align:center;
	margin-top:30px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	margin:0px 10px;
	width:30px;
	height:1px;
	display:inline-block;
	background-color:#086faa;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active{
	background-color:#d81e27;
}

.testimonial-box{
	position:relative;
	margin-bottom:30px;
}

.testimonial-box .inner-box{
	position:relative;
}

.testimonial-box .inner-box .image-author{
	position:relative;
	width:80px;
	height:80px;
	border-radius:50px;
	overflow:hidden;
	margin-bottom:60px;
}

.testimonial-box .inner-box .lower-content{
	position:relative;
	padding:40px 40px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.testimonial-box .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:-47px;
	width:135px;
	height:47px;
	background:url(../images/testimonials/icon-3.jpg) no-repeat;
}

.testimonial-box .inner-box .lower-content h6{
	position:relative;
	color:#222222;
	font-weight:600;
}

.testimonial-box .inner-box .lower-content .rating{
	position:relative;
	margin-top:5px;
	line-height: 0;
    font-size: 14px;
}

.testimonial-box .inner-box .lower-content .rating li{
	position:relative;
	color:var(--thm-primary);
}

.testimonial-box .inner-box .lower-content .text{
	position:relative;
	color:#222222;
	font-size:16px;
    font-weight: 400;
	line-height:1.8em;
	margin-top:15px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}




.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 49px 30px 50px 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.testimonial-block-two .inner-box .text{
  margin-bottom: 21px;
}

.testimonial-block-two .inner-box .text p{
  font-size: 20px;
  line-height: 30px;
}

.testimonial-block-two .inner-box .author-info{
  position: relative;
  padding: 7px 0px 1px 80px;
}

.testimonial-block-two .inner-box .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-block-two .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}


/*** 

====================================================================
	Testimonials Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  display: block;
  padding: 120px 0;
  background: #f0f3f6;
}
.testimonial-section-two.pt-220 {
    padding-top: 220px;
}
.testimonial-section-map {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1183px;
  height: 574px;
  right: 0;
  transform: translateX(-50%);
  opacity: 0.05;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-section-two .container-box {
  position: static;
  max-width: 1330px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-section-two-single {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 165px;
  padding-right: 50px;
  z-index: 10;
}
.testimonial-section-two-single:before {
  position: absolute;
  bottom: -40px;
  left: 130px;
  width: 91px;
  height: 40px;
  background-image: url(../images/testimonials/testimonials-shape.png);
  background-repeat: no-repeat;
  content: "";
}
.testimonial-section-two-single:after {
  position: absolute;
  top: 0;
  left: 65px;
  bottom: 0;
  right: 0;
  background-color: var(--thm-base);
  content: "";
  z-index: -1;
  border-radius: 4px;
}
.testimonial-section-two-single .shadow-box {
  position: absolute;
  top: 0;
  border-radius: 4px;
  left: 65px;
  bottom: 0;
  right: 0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.testimonial-section-two-image {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 92px;
  height: 92px;
}
.testimonial-section-two-image:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 10px solid var(--thm-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-section-two-single:hover .testimonial-section-two-image:before {
  border: 10px solid var(--thm-primary);
}
.testimonial-section-two-image img {
  border-radius: 50%;
  width: 100%;
}

.testimonial-section-two_text {
  position: relative;
  display: block;
}
.testimonial-section-two_rating_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.testimonial-section-two_rating_box a {
  color: var(--thm-primary);
  font-size: 15px;
}
.testimonial-section-two_rating_box a + a {
  margin-left: 9px;
}
.testimonial-section-two-text-box {
  padding-top: 20px;
  padding-bottom: 22px;
}
.testimonial-section-two-text-box p {
  font-size: 20px;
  margin: 0;
  line-height: 36px;
}
.testimonials-quote-icon {
  position: absolute;
  bottom: -4px;
  right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonials-quote-icon span {
  font-size: 62px;
  color: #f0f3f6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-section-two-single:hover .testimonials-quote-icon span {
  color: var(--thm-primary);
}
.testimonial-section-two-single .customer_info {
}
.testimonial-section-two-single .customer_info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.testimonial-section-two-single .customer_info span {
  font-size: 14px;
  color: var(--thm-gray);
  margin-left: 5px;
}

.testimonial-section-two-carousel.owl-carousel .owl-stage-outer {
  padding-bottom: 80px;
}


/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  background-color: rgb(240 243 246 / 47%);
}

.video-section-image {
  position: relative;
  display: block;
  z-index: 1;
}

.video-section-image img {
  width: 100%;
  border-radius: 4px;
}
.video-section-btn {
  position: absolute;
  height: 85px;
  width: 85px;
  background: var(--thm-base);
  color: var(--thm-primary);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
}
.video-section-btn:hover {
  color: var(--thm-base);
  background: var(--thm-primary);
}
.video-section-btn:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  -webkit-animation: videoBtnAnim 3s ease-in infinite;
  animation: videoBtnAnim 3s ease-in infinite;
}
.video-section-btn:after {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  -webkit-animation: videoBtnAnim 5s ease-in-out infinite;
  animation: videoBtnAnim 5s ease-in-out infinite;
}
.video-section-top-text {
    position: absolute;
    top: 25%;
    text-align: center;
    width: 100%;
}
.video-section-bottom-text {
    position: absolute;
    bottom: 25%;
    text-align: center;
    width: 100%;
}
.video-section-left-text {
  position: absolute;
  top: 50%;
  left: 310px;
  right: 0;
  transform: translateY(-50%);
}
.video-section-right-text {
  position: absolute;
  top: 50%;
  right: 310px;
  transform: translateY(-50%);
}
.video-section-left-text p, 
.video-section-right-text p,
.video-section-top-text p,
.video-section-bottom-text p {
  font-size: 40px;
  color: #222;
  margin: 0;
  line-height: 50px;
  font-family: 'Indie Flower', cursive;
}

.video-section-bottom-text p {
    color: #fff;
    font-weight: 300;
}

/*** 

====================================================================
	Content Boxes
====================================================================

***/

.content-boxes {
  position: relative;
  display: block;
  padding: 60px 0 116px;
}

.content-boxes-single {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--thm-base);
  padding: 48px 60px 39px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 4px;
}
.content-boxes-icon span {
  font-size: 48px;
    color: #fa8185;
    margin-bottom: 20px;
    background-color: #fee5e6;
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 78px;
    border-radius: 50%;
    transition: .5s;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content-boxes-single h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 28px;
  margin-top: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content-boxes-single p {
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content-boxes_shape {
  position: absolute;
  height: 250px;
  width: 250px;
  background: rgba(22, 28, 38, 0);
  border-radius: 50%;
  bottom: -60px;
  right: -78px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.content-boxes-single:hover {
  background: var(--thm-primary);
}
.content-boxes-single:hover .content-boxes-icon span {
  color: var(--thm-navy-blue);
}
.content-boxes-single:hover h3 {
  color: var(--thm-base);
}
.content-boxes-single:hover p {
  color: var(--thm-base);
}
.content-boxes-single:hover .content-boxes_shape {
  background: rgba(22, 28, 38, 0.1);
}
.content-boxes_bottom {
  text-align: center;
  border-top: 1px solid #dee2e8;
  margin-top: 60px;
  padding-top: 40px;
}
.content-boxes_bottom p {
  font-size: 20px;
  margin: 0;
}
.content-boxes_bottom a {
  color: var(--thm-primary);
  transition: all 500ms ease;
}
.content-boxes_bottom a:hover {
  color: var(--thm-black);
}

.content-boxes .details-btn:hover {
    background-color: #fff;
    color: #fa8185 !important;
}

.details-btn:hover {
    background-color: #fa8185;
    color: #eee;
    left: 0;
}

.content-boxes .details-btn {
    margin-top: 18px;
    display: inline-flex;
}

.content-boxes .details-btn i {
    font-size: 22px;
}

.content-boxes-single:hover .details-btn:before {
    border: none;
}


.details-btn {
    display: inline-block;
    position: relative;
    color: #c2c2c2;
    z-index: 1;
    width: 35px;
    height: 35px;
    line-height: 36px;
    left: -9px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.details-btn:before {
    width: 100%;
    height: 100%;
    border: 2px solid #c2c2c2;
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

/*** 

====================================================================
	Blog
====================================================================

***/

.blog-section {
  position: relative;
  display: block;
  padding-bottom: 120px;
  padding-top: 120px;
}
.blog-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1894px;
  height: 663px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.news-block .inner-box .image a img {
    width: 100%;
}
.blog-section-single {
  position: relative;
  display: block;
}
.blog-image {
  position: relative;
  display: block;
}
.blog-image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  content: "";
  background: var(--thm-black);
  opacity: 0;
  transition: all 700ms ease;
}
.blog-section-single:hover .blog-image:before {
  opacity: 0.5;
}
.blog-image img {
  width: 100%;
  border-radius: 4px;
}

.blog-section-content {
  padding: 18px 30px 20px;
  background: #ffffff;
  margin-top: -70px;
  position: relative;
  transition: all 700ms ease;
}
.blog-section-single:hover .blog-section-content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.blog-section-meta {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.blog-section-meta li + li {
  margin-left: 15px;
}
.blog-section-meta li a {
  font-size: 14px;
  color: var(--thm-gray);
  transition: all 500ms ease;
}
.blog-section-meta li a:hover {
  color: var(--thm-black);
}
.blog-section-meta li i {
  color: var(--thm-primary);
  padding-right: 3px;
}
.blog-section-title {
  padding: 10px 0;
}
.blog-section-title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.blog-section-title h3 a {
  color: var(--thm-black);
  transition: all 500ms ease;
}
.blog-section-title h3 a:hover {
  color: var(--thm-primary);
}
.blog-section_text {
  width: 83%;
}
.blog-section_text p {
  margin: 0;
}
.blog-section_date {
  height: 70px;
  width: 70px;
  background: var(--thm-primary);
  padding-top: 15px;
  position: absolute;
  top: -70px;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog-section_date p {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  color: var(--thm-base);
  line-height: 20px;
  text-align: center;
}

/*** 

====================================================================
	Partner Section
====================================================================

***/

.partner-section {
  position: relative;
  display: block;
  padding-top: 118px;
  padding-bottom: 119px;
  border-top: 1px solid #dee2e8;
}

.partner-section-carousel img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.partner-section-carousel img:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/*** 

====================================================================
	Site Footer
====================================================================

***/

.site-footer {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 90px 0;
  overflow: hidden;
}
.site-footer-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 432px;
  height: 385px;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.site-footer-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 551px;
  height: 458px;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.04;
}
.footer-widget-about {
  margin-right: 70px;
}
.footer-widget-logo {
}
.footer-widget-logo img {
}
.footer-widget-about-text {
  padding-top: 28px;
  border-bottom: 1px solid rgba(239, 240, 241, 0.1);
  padding-bottom: 29px;
  margin-bottom: 40px;
}
.footer-widget-about-text p {
  font-size: 16px;
  color: #959ca7;
  margin: 0;
}
.footer-contact-info {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(46,56,77,1);
    background-color: rgba(34,44,64,1);
    margin: 22px 0 0px;
    position: relative;
}
.footer-contact-icon span {
    font-size: 36px;
    color: #fff;
    position: relative;
}
.footer-contact-number {
  margin-left: 20px;
}
.footer-contact-number p {
  font-size: 14px;
  color: #959ca7;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  line-height: 25px;
}
.footer-contact-number h4 {
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
}
.footer-contact-number h4 a {
  color: var(--thm-base);
  transition: all 500ms ease;
}
.footer-contact-number h4 a:hover {
  color: var(--thm-primary);
}
.footer-widget-title {
  padding-bottom: 20px;
}
.footer-widget-title h3 {
  font-size: 20px;
  color: var(--thm-base);
  font-weight: 800;
  line-height: 30px;
}

.footer-widget-explore {
}
.footer-widget-explore-list {
}
.footer-widget-explore-list li + li {
  margin-top: 4px;
}
.footer-widget-explore-list li a {
  position: relative;
  color: #959ca7;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget-explore-list li a:hover {
  padding-left: 11px;
  color: var(--thm-base);
}
.footer-widget-explore-list li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-41%);
  transform: translateY(-41%);
  font-size: 12px;
  color: var(--thm-primary);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget-explore-list li a:hover::before {
  opacity: 1;
}

.footer-widget-categories {
  margin-left: 20px;
}
.footer-widget-categories-list li + li {
  margin-top: 4px;
}
.footer-widget-categories-list li a {
  position: relative;
  color: #959ca7;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget-categories-list li :hover {
  padding-left: 11px;
  color: var(--thm-base);
}
.footer-widget-categories-list li ::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-41%);
  transform: translateY(-41%);
  font-size: 12px;
  color: var(--thm-primary);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-widget-categories-list li :hover::before {
  opacity: 1;
}

.footer-widget-newsletter-address {
  padding-bottom: 24px;
}
.footer-widget-newsletter-address li {
  font-size: 16px;
  color: #959ca7;
}
.footer-widget-newsletter-address li a {
  color: #959ca7;
}
.footer-input-box input[type="Email"] {
  font-size: 16px;
  color: #828892;
  height: 65px;
  width: 100%;
  background: var(--thm-base);
  border: none;
  padding: 0 30px;
  border-radius: 4px;
  text-align: center;
}
.footer-input-box .button {
  height: 65px;
  width: 100%;
  border: none;
  background: var(--thm-primary);
  border-radius: 4px;
  margin-top: 10px;
  color: var(--thm-base);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-input-box .button i {
  padding-right: 10px;
}
.footer-input-box .button:hover {
  background: #fff;
  color: var(--thm-black);
}
.footer-input-box input[type="email"]:focus {
  outline: none;
}
.footer-input-box input[type="email"]::-webkit-input-placeholder {
  color: #828892;
}
.footer-input-box input[type="email"]:-moz-placeholder {
  color: #828892;
}
.footer-input-box input[type="email"]::-moz-placeholder {
  color: #828892;
}
.footer-input-box input[type="email"]:-ms-input-placeholder {
  color: #828892;
}
footer .contact-widget .contact-lists .contact-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(46,56,77,1);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    font-size: 14px;
}

footer .contact-widget .contact-lists .contact-box:last-child {
    border-bottom: none;
}

footer .contact-widget .contact-lists .contact-box .icon {
    font-size: 40px;
    color: #4c6275;
}

footer .contact-widget .contact-lists .contact-box h6 {
    position: relative;
    color: #b1b8c1;
    font-size: 16px;
    font-weight: 400;
}

footer .contact-widget .contact-lists .contact-box a {
    color: var(--thm-primary);
}

.footer-contact-icon {
    font-size: 45px;
    background: var(--thm-primary);
    position: relative;
    top: 4px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}


/*** 

====================================================================
	Site Footer Bottom
====================================================================

***/

.site-footer-bottom {
  position: relative;
  display: block;
  background: #11161f;
  border-top: 1px solid rgba(239, 240, 241, 0.1);
  padding: 27.5px 0;
}
.site-footer-bottom .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.site-footer-bottom-copyright p {
  font-size: 16px;
  color: #959ca7;
  margin: 0;
}
.site-footer-bottom-copyright a {
  color: #b4b8c3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer-bottom-copyright a:hover {
  color: var(--thm-primary);
}
.site-footer-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.site-footer-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: var(--thm-base);
  color: var(--thm-black);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer-social a + a {
  margin-left: 10px;
}
.site-footer-social a:hover {
  background: var(--thm-primary);
  color: var(--thm-base);
}


/*** 

====================================================================
	Latest Jobs Two
====================================================================

***/

.latest-job-list.two {
  position: relative;
  display: block;
  padding-top: 102px;
}
.latest-job-list.two:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 515px;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

/*** 

====================================================================
	CTA Two
====================================================================

***/

.cta-two {
  position: relative;
  display: block;
  animation: bgSlide 20s linear infinite;
  background-color: var(--thm-primary);
  background-size: cover;
  padding: 83.5px 0;
  border-top: 1px solid #fff2f2;
}
.cta-two-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-two-content {
}
.cta-two-content p {
  font-size: 34px;
  color: var(--thm-base);
  font-family: 'Indie Flower', cursive;
  margin: 0;
}
.cta-two-content h2 {
  font-size: 44px;
  font-weight: 800;
  color: var(--thm-base);
  line-height: 44px;
}
.cta-two-btn {
}
.cta-two-btn .thm-btn {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 10.5px 39px;
  font-size: 12px;
}
.cta-two-btn .thm-btn:hover {
  background: var(--thm-base);
  color: var(--thm-black);
}

/*** 

====================================================================
	Discover Section
====================================================================

***/

.discover-section {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
}
.discover-section:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(17, 22, 31, 0.7);
  z-index: -1;
}
.discover-section-text {
  position: relative;
  display: block;
  padding: 129px 0 130px;
}
.discover-section-text p {
  font-size: 70px;
  color: var(--thm-primary);
  margin: 0;
  font-family: 'Indie Flower', cursive;
  line-height: 70px;
}
.discover-section-text h2 {
  font-size: 70px;
  color: var(--thm-base);
  line-height: 85px;
  font-weight: 800;
}


/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.pricing-section-shape-1 {
  position: absolute;
  bottom: -245px;
  right: 0;
  width: 445px;
  height: 584px;
}
.pricing-section-single {
  position: relative;
  display: block;
  border: 1px solid #dee2e8;
  border-radius: 4px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: var(--thm-base);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.pricing-section-top {
    position: relative;
    display: block;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 48px 0 40px;
    border-bottom: 1px solid #dee2e8;
    margin-left: 50px;
    margin-right: 50px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-section-top span {
  color: var(--thm-primary);
  font-size: 16px;
}
.pricing-section-top p {
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pricing-section-single:hover .pricing-section-top p {
  color: var(--thm-primary);
}
.pricing-section-top h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-section-single:hover .pricing-section-top h2 {
  color: var(--thm-primary);
}
.pricing-section-top h2 span {
  font-size: 18px;
  font-weight: 400;
}
.pricing-section-list {
  padding: 48px 0 40px;
  border-bottom: 1px solid #dee2e8;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}
.pricing-section-list li + li {
  margin-top: 6px;
}
.pricing-section-list li i {
  font-size: 15px;
  color: var(--thm-primary);
  padding-right: 6px;
}
.pricing-section-btn {
    text-align: center;
}
.pricing-section-btn .thm-btn {
  font-size: 14px;
  letter-spacing: 0.2em;
}
.pricing-bottom-text {
  margin-top: 7px;
}
.pricing-bottom-text p {
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}
.recomended-pricing {
    margin-top: -40px;
}
.recomended-pricing:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 0px;
    width: 99%;
    height: 5px;
    background: var(--thm-primary);
    border-radius: 0px 0px 10px 10px;
}

/*** 

====================================================================
	Grow Business
====================================================================

***/
.grow-business-section {
    position: relative;
    display: block;
    z-index: 2;
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    background-image: url(../images/about/about-shape-bg.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.grow-business-section-image img {
  max-width: none;
}

.jobfocus-directory p {
  font-size: 24px;
  color: var(--thm-base);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.grow-business-section-content {
  position: relative;
  display: block;
  margin-top: 90px;
}

.grow-business-section-title h4 {
  font-size: 14px;
  color: var(--thm-primary);
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.grow-business-section-title h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}
.grow-business-section-text {
  margin-top: 38px;
  margin-bottom: 43px;
}
.grow-business-section-text p {
  margin: 0;
}
.grow-business-section-features {
}
.grow-business-section-single {
  display: flex;
  align-items: center;
}
.grow-business-section-single + .grow-business-section-single {
  margin-top: 31px;
}
.features-icon span {
  font-size: 63px;
  color: var(--thm-primary);
}
.features-text {
  margin-left: 30px;
}
.features-text h3 {
  font-size: 20px;
  color: var(--thm-black);
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}
.grow-business-section-btn {
  margin-top: 42px;
}
.grow-business-section-btn .thm-btn {
  background: var(--thm-primary);
  letter-spacing: 0.2em;
  padding-left: 48.5px;
  padding-right: 48.5px;
  font-size: 14px;
}
.grow-business-section-btn .thm-btn:hover {
  background: var(--thm-black);
}

/*** 

====================================================================
	Partner Section Two
====================================================================

***/

.partner-section.two {
    border-top: none;
    margin-top: -60px;
    z-index: 1;
    padding-bottom: 0;
}


/*** 

====================================================================
	Download
====================================================================

***/

.download-text {
  position: relative;
  display: block;
  padding-top: 105px;
  padding-bottom: 120px;
}
.download-text h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 9px;
}
.download-text h6 {
  font-size: 22px;
  color: var(--thm-gray);
  margin: 0;
}
.download-2-btn {
  display: flex;
  align-items: center;
  margin-top: 66px;
}
.download-btn-1 {
}
.download-btn-1 a {
  font-size: 14px;
  color: var(--thm-base);
  font-weight: 600;
  text-transform: uppercase;
  background: var(--thm-primary);
  padding: 18px 46.5px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.download-btn-1.two {
  margin-left: 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.download-btn-1.two a {
  background: var(--thm-base);
  color: var(--thm-gray);
}
.download-btn-1 i {
  font-size: 22px;
  padding-right: 10px;
}
.download-btn-1 p {
  line-height: 17px;
  margin: 0;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.download-btn-1 a:hover {
  background: var(--thm-black);
  color: var(--thm-base);
}
.download_screen {
  position: relative;
  display: block;
  margin-left: -38px;
  padding-top: 120px;
}
.download_screen_image {
}
.download_screen_image img {
  width: 100%;
}

/*** 

====================================================================
	Location Boxes Two
====================================================================

***/

.location-boxes-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
    background: #f0f3f6;
}
.content-boxes-map-bg {
  position: absolute;
  top: -38px;
  left: 0;
  width: 644px;
  height: 520px;
  opacity: 0.05;
}
.location-boxes-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.location-boxes-two-image {
  position: relative;
  display: block;
}
.location-boxes-two-image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(22, 28, 38, 0.3);
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location-boxes-single:hover .location-boxes-two-image:before {
  background: rgba(22, 28, 38, 0.7);
}
.location-boxes-two-image img {
  width: 100%;
  border-radius: 4px;
}
.location-boxes-two-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location-boxes-single:hover .location-boxes-two-content {
  transform: scale(0);
}
.location-boxes-two-content h3 {
  font-size: 34px;
  color: var(--thm-base);
  line-height: 44px;
  font-weight: 800;
}
.content-boxes_two_hover_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location-boxes-single:hover .content-boxes_two_hover_content {
  transform: scaleX(1);
}
.content-boxes_two_hover_content p {
  color: var(--thm-base);
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 29px;
}
.content-boxes_two-hover-content-btn {
  margin-top: 9px;
}
.content-boxes_two-hover-content-btn a {
  font-size: 12px;
  color: var(--thm-base);
  font-weight: 600;
  background: var(--thm-primary);
  display: inline-block;
  padding: 0 20px;
  line-height: 32px;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.content-boxes_two-hover-content-btn a:hover {
  background-color: #fff;
  color: var(--thm-black);
}



/*** 

====================================================================
	CTA Area
====================================================================

***/

.cta-four, .cta-five {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 118px 0 120px;
  background-attachment: fixed;
  background-color: var(--thm-primary);
  padding: 60px 0;

}
.cta-four:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(17, 22, 31, 0.7);
}
.cta-four-inner {
  position: relative;
  display: block;
  text-align: center;
}
.cta-four-inner p {
  font-size: 70px;
  color: var(--thm-primary);
  margin: 0;
  line-height: 70px;
  font-family: 'Indie Flower', cursive;
}
.cta-four-inner h2 {
  font-size: 70px;
  color: var(--thm-base);
  font-weight: 800;
  line-height: 85px;
}
.cta-four-btn {
  margin-top: 46px;
}
.cta-four-btn .thm-btn {
  background: var(--thm-primary);
}
.cta-four-btn .thm-btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}
.cta-four-btn .thm-btn span {
  padding-right: 8px;
}
.cta-icon-box-wraper {
    position: relative;
}

.cta-icon-box-wraper.left .cta-icon-md {
    float: left;
    margin-right: 10px;
}

.cta-icon-md i {
    font-size: 36px;
    padding-right: 10px;
}

.cta-icon-lg i, .cta-icon-md i, .cta-icon-sm i, .cta-icon-xl i, .cta-icon-xs i {
    vertical-align: middle;
}

.cta-icon-content {
    overflow: hidden;
}

.cta-icon-box-wraper .cta-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    font-family: 'Indie Flower', cursive;
}

.cta-icon-box-wraper p:last-child {
    margin: 0;
    color: rgb(255 255 255 / 89%);
    font-size: 16px;
}

.cta-service-info p {
    font-size: 14px;
    line-height: 24px;
}


/*--------------------------------------------------------------
# Latest Jobs Three
--------------------------------------------------------------*/
.latest-job-list_three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.latest-job-list-three-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.latest-job-list-three-image {
  position: relative;
  display: block;
}
.latest-job-list-three-image img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.latest-job-list-three-image .job-circle img {
    padding: 5px;
    background: #fff;
    border-radius: 24px;
}
.latest-job-list-three-image .open {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  border-radius: 4px;
  transition: all 500ms ease;
}
.latest-job-list-three-single:hover .latest-job-list-three-image .open {
  background-color: var(--thm-primary);
}
.latest-job-list-three-image .open p {
  color: var(--thm-base);
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 500ms ease;
}
.latest-job-list-three-single:hover .latest-job-list-three-image .open p {
  color: #fff;
}
.latest-job-list-three-image .heart-icon {
  position: absolute;
  top: 13px;
  right: 20px;
}
.latest-job-list-three-image .heart-icon i {
  color: var(--thm-base);
  font-size: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.latest-job-list-three-image .heart-icon i:hover {
  color: var(--thm-primary);
}
.latest-job-list-three-image .author-img {
  position: absolute;
  left: 30px;
  bottom: -16px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  z-index: 1;
}
.latest-job-list-three-image .author-img img {
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
}
.latest-job-list-three-image .job-circle {
  height: 37px;
  width: 37px;
  /*background: var(--thm-primary);*/
  border-radius: 50%;
  color: var(--thm-base);
  text-align: center;
  line-height: 37px;
  position: absolute;
  bottom: -16px;
  left: 77px;
  z-index: 1;
}
.latest-job-list-three-image .job-circle span {
}
.latest-job-list-three-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 30px 18px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.latest-job-list-three-content .title {
}
.latest-job-list-three-content .title h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.latest-job-list-three-content .title h3 a {
  color: inherit;
  transition: all 500ms ease;
}
.latest-job-list-three-content .title h3 a:hover {
  color: var(--thm-primary);
}
.latest-job-list-three-content .title span {
  height: 12px;
  width: 12px;
  background: var(--thm-primary);
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 12px;
  color: var(--thm-base);
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.latest-job-list-three-contact-info {
  border-bottom: 1px solid #dee2e8;
  padding-top: 13px;
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.latest-job-list-three-contact-info li {
  font-size: 16px;
  line-height: 30px;
}
.latest-job-list-three-contact-info li i {
  color: var(--thm-primary);
  font-size: 15px;
  padding-right: 12px;
}
.latest-job-list-three-contact-info li a {
  font-size: 16px;
  color: var(--thm-gray);
}
.latest-job-list-three-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-job-list-three-content-bottom a {
font-size: 16px;
    color: var(--thm-gray);
}
.latest-job-list-three-content-bottom .left h6 {
  font-size: 14px;
  color: var(--thm-primary);
  position: relative;
  top: 2px;
}
.latest-job-list-three-content-bottom .rating {
}
.latest-job-list-three-content-bottom .rating a {
  font-size: 14px;
  color: var(--thm-primary);
}
.latest-job-list-three-content-bottom .rating a.clr-black {
  color: var(--thm-black);
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.latest-job-list-three-content-bottom .rating a.clr-gray {
  color: #dee2e8;
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose {
  position: relative;
  display: block;
  background: #f0f3f6;
  padding: 120px 0 120px;
}
.why-choose-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: top right;
  width: 579px;
  height: 650px;
}
.why-choose-left {
  position: relative;
  display: block;
}
.why-choose-left-one-img {
  position: relative;
  display: block;
}

.why-choose-left-one img {
  width: 100%;
  border-radius: 4px;
}
.why-choose-left-two-img {
  width: 320px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.why-choose-left-two-img img {
  width: 100%;
  border-radius: 4px;
}

.why-choose-search:hover {
  background: var(--thm-black);
}
.why-choose-search i {
  position: relative;
  transform: rotate(90deg);
}
.why-choose-right-content {
}
.why-choose-right-content .block-title {
  margin-bottom: 35px;
}
.why-choose-right-text {
  margin-bottom: 42px;
}
.why-choose-right-text p {
  color: var(--thm-primary);
  font-weight: 600;
  margin: 0;
}
.why-choose-right-bottom-text {
}
.why-choose-right-bottom-text-single {
}
.why-choose-right-bottom-text-single + .why-choose-right-bottom-text-single {
  margin-top: 42px;
}
.why-choose-right-bottom-text-single .title {
}
.why-choose-right-bottom-text-single .title h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.why-choose-right-bottom-text-single .title h4 i {
  font-size: 15px;
  color: var(--thm-primary);
  padding-right: 10px;
}
.why-choose-right-bottom-text-single .title p {
  margin: 0;
}
.why-choose_btn .thm-btn {
  margin-top: 50px;
}
.why-choose_btn .thm-btn {
  background: var(--thm-primary);
}
.why-choose_btn .thm-btn:hover {
  background: var(--thm-black);
}


/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  overflow: hidden;
  padding: 160px 0 140px; 
  background-size: cover;
}
.page-header .container {
  position: relative;
  text-align: center;
}
.page-header h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.thm-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thm-breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.thm-breadcrumb li:not(:last-of-type):after {
  height: 2px;
  width: 9px;
  content: "";
  background: #fff;
  opacity: 0.7;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.thm-breadcrumb li:last-child:before {
  display: none;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.blog-section.two.blog-page {
  padding-top: 120px;
  padding-bottom: 90px;
}
.blog-section.two.blog-page .blog-section-single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.blog-detail {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.blog-detail_left {
}
.blog-detail-image-box {
  position: relative;
  display: block;
}
.blog-detail-image-box img {
  width: 100%;
  border-radius: 4px;
}
.blog-detail-content {
  position: relative;
  display: block;
  padding: 18px 30px;
  background: var(--thm-base);
}
.blog-detail-meta {
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.blog-detail-meta li {
}
.blog-detail-meta li + li {
  margin-left: 15px;
}
.blog-detail-meta li a {
  font-size: 14px;
  color: var(--thm-gray);
}
.blog-detail-meta li a i {
  color: var(--thm-primary);
  padding-right: 3px;
}
.blog-detail_title {
}
.blog-detail_title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-detail_title h3 a {
  color: var(--thm-black);
}
.blog-detail-text_1 {
}
.blog-detail-text_2 {
  padding: 22px 0 22px;
}
.blog-detail-text-3 {
  margin: 0;
}
.blog-detail-date {
  height: 70px;
  width: 70px;
  background: var(--thm-primary);
  padding-top: 15px;
  position: absolute;
  top: -70px;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.blog-detail-date p {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
  color: var(--thm-base);
  line-height: 20px;
  text-align: center;
}

.blog-detail-bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #dee2e8;
  padding: 30px 0 30px;
}
.blog-detail-bottom p {
  margin: 0;
  padding-bottom: 6px;
}

.blog-detail-tags span {
  color: var(--thm-black);
  font-size: 20px;
  margin: 0;
}
.blog-detail-tags a {
  font-size: 16px;
  color: var(--thm-gray);
}
.blog-detail-social-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.blog-detail-social-list a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #f0f3f6;
  color: var(--thm-black);
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-detail-social-list a + a {
  margin-left: 10px;
}

.blog-detail-social-list a:hover {
  color: #ffffff;
  background-color: var(--thm-primary);
}

/* author */

.author-one {
  background-color: #f0f3f6;
  padding-right: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
  border-radius: 4px;
  margin-top: 0;
}

.author-one-content {
  margin-left: 40px;
}

.author-one-content h3 {
  margin: 0;
  color: var(--thm-black);
  font-size: 24px;
  font-weight: 600;
}

.author-one-content p {
  margin: 0;
  margin-top: 23px;
}

.author-one-content .blog-detail-social-list a {
  background-color: #fff;
}

.author-one-content .blog-detail-social-list a:hover {
    color: #ffffff;
    background-color: var(--thm-primary);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one-title,
.comment-form-title {
  margin: 0;
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 52px;
  margin-top: -12px;
}

.comment-one-single {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #dee2e8;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-one-content {
  position: relative;
  margin-left: 32px;
}

.comment-one-content h3 {
  margin: 0;
  font-size: 20px;
  color: var(--thm-black);
  font-weight: 600;
}

.comment-one-content p {
  margin: 0;
}

.comment-one-btn {
  font-size: 12px;
  color: var(--thm-base);
  line-height: 40px;
  padding: 0 20px;
  margin-top: 24px;
  background: var(--thm-primary);
  font-weight: 600;
  font-size: 12px;
}
.comment-one-btn:hover {
  background: var(--thm-black);
}
.comment-one-image img {
  border-radius: 50%;
  max-height: 90px;
  max-width: 90px;
}
.comment-input-box input[type="text"],
.comment-input-box input[type="email"] {
  height: 65px;
  width: 100%;
  border: none;
  background: #f0f3f6;
  padding: 0 40px;
  margin-bottom: 30px;
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  color: #828892;
}
.comment-input-box textarea {
  font-size: 16px;
  color: #828892;
  height: 205px;
  width: 100%;
  background: #f0f3f6;
  padding: 30px 40px 30px;
  border: none;
  border-radius: 10px;
  outline: none;
  margin-bottom: 10px;
}
.comment-form-btn {
  background: var(--thm-primary);
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.comment-form-btn:hover {
  background: var(--thm-black);
}

.comment-one-content .comment-time {
    font-size: 13px;
    color: var(--thm-primary);
    margin-top: 4px;
    display: block;
    font-weight: 500;
}

.bg-black {
    background: var(--thm-black);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar-single {
  border-radius: 4px;
}

.sidebar-single + .sidebar-single {
  margin-top: 30px;
}

.sidebar-title {
  margin: 0;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 23px;
}
.sidebar-title.clr-white {
  color: var(--thm-base);
  padding-bottom: 13px;
}
.sidebar-search {
  background-color: var(--thm-primary);
  border-radius: 4px;
  padding: 45px 50px 50px;
}

.sidebar-search-form {
  position: relative;
}

.sidebar-search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--thm-base);
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  height: 74px;
  border-radius: 4px;
  width: 100%;
  padding-right: 60px;
}

.sidebar-search-form ::-webkit-input-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar-search-form ::-moz-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar-search-form :-ms-input-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar-search-form ::-ms-input-placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar-search-form ::placeholder {
  color: var(--thm-black);
  opacity: 1;
}

.sidebar-search-form :-ms-input-placeholder {
  color: var(--thm-black);
}

.sidebar-search-form ::-ms-input-placeholder {
  color: var(--thm-black);
}

.sidebar-search-form button[type="submit"] {
  background-color: transparent;
  color: var(--thm-primary);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 60px;
  outline: none;
  border: none;
  height: 74px;
}
.sidebar-post {
  position: relative;
  display: block;
  padding: 50px 20px 20px;
  background: #f0f3f6;
}
.sidebar-post-list {
  margin: 0;
}
.sidebar-post-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 30px 30px;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-post-list li:last-child {
  margin-bottom: 0;
}
.sidebar-post-list li:hover {
  background-color: var(--thm-base);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.sidebar-post-image {
  margin-right: 20px;
}

.sidebar-post .sidebar-title {
  padding-left: 30px;
  margin-bottom: 0;
}
.sidebar-post-image > img {
  width: 80px;
}

.sidebar-post-content h3 {
  color: var(--thm-black);
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  line-height: 26px;
}
.sidebar-post-content .sidebar-post-content-meta {
  color: var(--thm-gray);
  font-size: 14px;
  display: block;
}
.sidebar-post-content .sidebar-post-content-meta i {
  margin-right: 2px;
  color: var(--thm-primary);
}
.sidebar-post-content h3 {
  text-transform: unset;
}
.sidebar-post-content h3 a {
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-post-content h3 a:hover {
  color: var(--thm-primary);
}

.sidebar-category {
  position: relative;
  display: block;
  background: #f0f3f6;
  padding: 44px 50px 40px;
}
.sidebar-category-list {
  margin: 0;
}

.sidebar-category-list li + li {
  margin-top: 15px;
}

.sidebar-category-list li a {
  color: #818791;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-category-list li a:hover {
  padding-left: 15px;
  color: var(--thm-black);
}

.sidebar-category-list li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: var(--thm-primary);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-category-list li a:hover::before {
  opacity: 1;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 120px;
}
.faq-one-image {
  position: relative;
  display: block;
}
.faq-one-image img {
  width: 100%;
  border-radius: 4px;
}

.faq-one_right {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: rgb(253, 253, 253);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 30px 20px;
  border-top: 1px solid #dee2e8;
}
.faq-one-accrodion .accrodion:first-child .accrodion-title {
  border-top: 0;
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--thm-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 0px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  background: none;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--thm-primary);
}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--thm-gray);
  position: absolute;
  top: 50%;
  right: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f068";
  color: var(--thm-primary);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 30px 30px;
  padding-right: 30px;
}
.faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 18px;
  color: var(--thm-gray);
}

/*--------------------------------------------------------------
# Story
--------------------------------------------------------------*/
.story {
  position: relative;
  display: block;
  padding: 90px 0;
}
.story-shape-one {
  position: absolute;
  top: 170px;
  left: 0;
  height: 573px;
  width: 346px;
  background-repeat: no-repeat;
  background-position: left center;
}
.story-left-image {
  margin-right: -30px;
}
.story-left-image img {
  width: 100%;
}
.story-middle-image {
  margin-left: 30px;
}
.story-middle-image img {
  width: 100%;
}
.story-right-image {
}
.story-right-image img {
  width: 100%;
}
.story-bottom {
  position: relative;
  display: block;
  text-align: center;
  max-width: 955px;
  margin: 0 auto;
}
.story-bottom h4 {
  font-size: 14px;
  color: var(--thm-primary);
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.story-bottom h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 35px;
}
.story-bottom p {
  margin: 0;
}

/*--------------------------------------------------------------
# Discover Local Two
--------------------------------------------------------------*/
.discover-section.two {
  position: relative;
  display: block;
}
.discover-section.two .discover-section-text {
  position: relative;
  display: block;
  text-align: center;
  padding: 125px 0 120px;
}
.discover-section_two-btn {
  margin-top: 46px;
}
.discover-section_two-btn .thm-btn {
  background: var(--thm-primary);
}
.discover-section_two-btn .thm-btn:hover {
  background: var(--thm-black);
}
.discover-section_two-btn .thm-btn span {
  padding-right: 8px;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-section {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.about-section-bg {
  position: absolute;
  top: -41px;
  right: 0;
  height: 520px;
  width: 616px;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.05;
}
.about-section-image {
  position: relative;
  display: block;
}
.about-section-image img, .about-section img {
  width: 100%;
}
.about-section-content {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  padding: 55px 90px 60px 120px;
  margin-left: -200px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-section-content h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 38px;
}
.about-section-content p {
  margin: 0;
}
/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-section {
  position: relative;
  display: block;
  margin-bottom: -120px;
  z-index: 1;
}
.counter-section-content {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  padding-bottom: 60px;
}
.counter-section-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: var(--thm-primary);
  content: "";
  z-index: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.counter-single {
  position: relative;
  display: inline-block;
  float: left;
  max-width: 290px;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  background: var(--thm-base);
}
.counter-single:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #dee2e8;
  content: "";
}

.counter-single:first-child {
  text-align: center;
}
.counter-single:last-child:before {
  display: none;
}
.counter-single h3 {
  font-size: 60px;
  line-height: 70px;
  margin: 11px 0;
}
.counter-single p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.counter-single i {
    font-size: 60px;
    color: var(--thm-primary);
    text-align: center;
}
/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-section {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.team-section-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.team-section-image {
  position: relative;
  display: block;
}
.team-section-image img {
  width: 100%;
  border-radius: 4px;
}
.team-one-content {
    position: relative;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0);
    display: block;
    text-align: center;
    padding: 22px 0 30px;
    margin-top: -45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 20px 30px rgba(0, 24, 73, 0.1);
}
.team-one-content * {
  position: relative;
  z-index: 10;
}
.team-section-single:hover .team-one-content {
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
}

.team-one-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 2px);
  content: "";
  background: #fff;
  border-radius: 24px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-section-single:hover .team-one-content:before {
  width: 100%;
}

.team-member-info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.team-member-info p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 22px;
}
.team-one-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-section-single:hover .team-one-social {
  transform: scaleX(1);
}
.team-one-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #f0f3f6;
  color: var(--thm-black);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one-social a + a {
  margin-left: 10px;
}
.team-one-social a:hover {
  background: var(--thm-primary);
  color: var(--thm-base);
}

/*--------------------------------------------------------------
# Four Boxes Three
--------------------------------------------------------------*/
.content-boxes.three {
  padding-top: 120px;
  background: #f0f3f6;
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-section.tow {
  background-attachment: fixed;
}
.video-section.tow .block-title h2 {
  color: var(--thm-black);
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.partner-section.three {
  border-bottom: 1px solid #dee2e8;
}

/*--------------------------------------------------------------
# Top Authors
--------------------------------------------------------------*/
.top-authors {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.top-authors_single {
  position: relative;
  display: block;
}
.top-authors-single-inner {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  z-index: -1;
}
.top-authors-single-inner:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 5px;
  content: "";
  background: var(--thm-primary);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-authors-single-inner:hover:before {
  width: 100%;
}
.top-authors_image {
  position: relative;
  z-index: 10;
}

.top-authors_content {
  padding: 37px 40px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  position: relative;
  z-index: 10;
}
.top-authors_content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.top-authors_content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-primary);
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.top-authors_content ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.top-authors_content ul li:first-child {
    padding-left: 0;
}

.top-authors_content ul li:last-child {
    border-right: none;
}

.top-authors_content ul li {
    display: inline-block;
    font-size: 14px;
    list-style: none;
    padding-right: 1rem;
    display: inline-block;
    list-style: none;
    padding-right: 1rem;
    border-right: 1px solid #dbe6ef;
    padding-left: 5px;
}

.top-authors_content i {
    margin-right: 5px;
    color: var(--thm-primary);
}

.top-authors_text {
  padding-top: 10px;
}
.top-authors_text p {
  font-size: 16px;
  margin: 0;
}

/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact-details {
  position: relative;
  display: block;
  padding: 120px 0 40px;
  padding-top: 170px;
}
.contact-details-single {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  margin-bottom: 80px;
  z-index: -1;
}
.contact-details-single::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.contact-details-single:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 9;
  content: "";
  background: var(--thm-primary);
  width: 0%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}
.contact-details-single:hover:before {
  width: 100%;
}
.contact-details-icon {
  height: 100px;
  width: 100px;
  color: var(--thm-base);
  font-size: 58px;
  background: var(--thm-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 11;
}
.contact-details-single:hover .contact-details-icon {
  background: var(--thm-black);
}

.contact-details-inner {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 82px 0 55px;
}
.contact-details-content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 13;
}
.contact-details-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  z-index: 11;
}
.contact-details-content p {
  margin: 0;
  position: relative;
  z-index: 11;
}
.contact-details-content p a {
  color: var(--thm-gray);
}
.contact-details-hover-icon {
  position: absolute;
  bottom: -51px;
  right: -47px;
  z-index: 11;
  font-size: 180px;
  color: #f0f3f6;
  transform: rotate(-33deg);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details-single:hover .contact-details-hover-icon {
  opacity: 1;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.google-map-section{
  position: relative;
  width: 100%;
}

.google-map-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 750px;
}

.contact-section{
  position: relative;
}

.contact-section .contact-info-area{
  position: relative;
  background: #f0f3f6; /*#f2eae6*/
  padding: 50px 0px;
  /*margin-top: -135px;*/
  margin: 80px 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}

.contact-section .contact-info-area .single-item{
  position: relative;
  display: block;
  padding: 17px 30px 5px 30px;
  text-align: center;
}

.contact-section .contact-info-area .single-item:before{
  position: absolute;
  content: '';
  background: #eaeaea; /*#cacaca*/
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}

.contact-section .contact-info-area .single-column:last-child .single-item:before{
  display: none;
}

.contact-section .contact-info-area .single-item .icon-box{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 75px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: -7px -7px 0px 0px #ffdbd7;
    background: var(--thm-primary);
    border-radius: 50%;
}

.contact-section .contact-info-area .single-item h5{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-section .contact-info-area .single-item p{
  line-height: 22px;
}

.contact-section .contact-info-area .single-item p a{
  color: var(--thm-gray);
}

.contact-section .contact-info-area .single-item p a:hover{

}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-section-two {
  position: relative;
  display: block;
  padding-bottom: 120px;
}
.contact-section-two-left .block-title {
}
.contact-section-two-left .block-title h2 {
  line-height: 60px;
  margin-bottom: 35px;
}
.contact-section-two-left-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.contact-section-two-left-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #f0f3f6;
  color: var(--thm-black);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-section-two-left-social a + a {
  margin-left: 10px;
}
.contact-section-two-left-social a:hover {
  background: var(--thm-primary);
  color: var(--thm-base);
}

.contact-section-two-form .input-group input[type="text"],
.contact-section-two-form .input-group input[type="Email"] {
  height: 65px;
  width: 100%;
  background: #f0f3f6;
  border: none;
  outline: none;
  padding: 0 30px;
  font-size: 16px;
  color: var(--thm-gray);
  margin-bottom: 30px;
  border-radius: 4px;
}
.contact-section-two-form .input-group textarea {
  font-size: 16px;
  color: var(--thm-gray);
  height: 205px;
  background: #f0f3f6;
  width: 100%;
  border: none;
  outline: none;
  padding: 18px 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.contact-section-two-form .contact-btn {
  position: relative;
  display: block;
}
.contact-section-two-form .contact-btn .contact-section-two-btn {
  background: var(--thm-primary);
  color: #fff;
  cursor: pointer;
}
.contact-section-two-form .contact-btn .contact-section-two-btn:hover {
  background: var(--thm-black);
}

.contact-section-two-form ul {
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
}

.contact-section-two-form li {
    list-style-type: none;
    color: var(--thm-primary);
    margin-bottom: 5px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    border-left: 5px solid #f0f3f6;
}

.success-sent, .not-sent {
    display: none;
    padding-left: 20px;
    padding-bottom: 30px;
    color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Filter
--------------------------------------------------------------*/
.filter-inner-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #dee2e8;
    padding-bottom: 30px;
    padding-top: 30px;
}
.filter-inner-content.pt-0 {
    border-top: none;
    padding-top: 0;
}
.filter-inner-content .left {
  display: flex;
  align-items: center;
}
.filter-inner-content .left .left_icon {
  display: flex;
  align-items: center;
}
.filter-inner-content .left .left_icon a {
  font-size: 21px;
  color: #dee2e8;
  line-height: 30px;
}
.filter-inner-content .left .left_icon a.active {
  color: var(--thm-primary);
}
.filter-inner-content .left .left_icon a.list-icon {
  font-size: 25px;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.filter-inner-content .left .left_text {
  margin-left: 30px;
}
.filter-inner-content .left .left_text h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.filter-inner-content
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 265px !important;
  height: 65px;
}
.filter-inner-content .bootstrap-select > .dropdown-toggle {
  max-width: 265px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #f0f3f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Listings Three Page
--------------------------------------------------------------*/
.job-list-three-content {
  position: relative;
  display: block;
  padding-top: 60px;
}
.job-list-three-page-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.job-list-three-page-image {
  position: relative;
  display: block;
}
.job-list-three-page img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.job-list-three-page-image .open {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  transition: all 500ms ease;
  border-radius: 4px;
}
.job-list-three-page-image .open p {
  color: var(--thm-base);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.job-list-three-page-single:hover .job-list-three-page-image .open {
  background-color: var(--thm-primary);
}
.job-list-three-page-single:hover .job-list-three-page-image .open p {
  color: #fff;
}
.job-list-three-page-image .heart-icon {
  position: absolute;
  top: 13px;
  right: 20px;
}
.job-list-three-page-image .heart-icon i {
  color: var(--thm-base);
  font-size: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.job-list-three-page-image .heart-icon i:hover {
  color: var(--thm-primary);
}
.job-list-three-page-image .author-img {
  position: absolute;
  left: 30px;
  bottom: -16px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  z-index: 1;
}
.job-list-three-page-image .author-img img {
  width: 100%;
  border-radius: 50%;
  padding: 3px;
  background: #fff;
}
.job-list-three-page-image .job-circle {
  height: 37px;
  width: 37px;
  background: var(--thm-base);
  border-radius: 50%;
  color: var(--thm-base);
  text-align: center;
  line-height: 37px;
  position: absolute;
  bottom: -16px;
  left: 77px;
  z-index: 1;
}
.job-list-three-page-image .job-circle img {
  height: 37px;
  width: 37px;
  padding: 5px;
}
.job-list-three-page-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 40px 18px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.job-list-three-page-content .title p {
    margin-bottom: 0;
}
.job-list-three-page-content .title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.job-list-three-page-content .title h3 a {
  color: inherit;
  transition: all 500ms ease;
}
.job-list-three-page-content .title h3 a:hover {
  color: var(--thm-primary);
}
.job-list-three-page-content .title span {
  height: 12px;
  width: 12px;
  background: var(--thm-primary);
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 12px;
  color: var(--thm-base);
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.job-list-three-page-contact-info {
  border-bottom: 1px solid #dee2e8;
  padding-top: 13px;
  padding-bottom: 31px;
  margin-bottom: 20px;
}
.job-list-three-page-contact-info li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.job-list-three-page-contact-info li i {
  color: var(--thm-primary);
  font-size: 15px;
  padding-right: 12px;
}
.job-list-three-page-contact-info li a {
  font-size: 16px;
  color: var(--thm-gray);
}
.job-list-three-page-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-list-three-page-content-bottom a {
    color: var(--thm-gray);
    font-size: 16px;
}
.job-list-three-page-content-bottom .left h6 {
  font-size: 14px;
  color: var(--thm-primary);
  font-weight: 600;
  position: relative;
  top: 2px;
}
.job-list-three-page-content-bottom .rating a {
  font-size: 14px;
  color: var(--thm-primary);
}
.job-list-three-page-content-bottom .rating a.clr-black {
  color: var(--thm-black);
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.job-list-three-page-content-bottom .rating a.clr-gray {
  color: #dee2e8;
}

.job-list-three-content .btn-secondary {
    margin-bottom: 30px;
    background: var(--thm-primary-light);
    border-color: var(--thm-primary-light);
    color: #ad8a8a;
    font-weight: 500;
}

.job-list-three-content .card-body {
    margin-bottom: 30px;
    border: 1px solid rgb(240 243 246);
}

/*--------------------------------------------------------------
# Listings One Wrap
--------------------------------------------------------------*/
.job-list-one-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.job-list-one-wrap .container-full-width {
  position: relative;
  width: 100%;
}
.header-three-wrap.job-list-page {
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 30px 0px rgb(0, 0, 0, 0.07);
}

.job-list-one-content {
  position: relative;
  display: block;
  width: 45%;
  padding: 60px 60px 0;
  float: left;
  background-color: #fff;
}
.job-list-one-content-left-form .input-box {
  margin-bottom: 30px;
}
.job-list-one-content-left-form .input-box input[type="text"] {
  height: 65px;
  width: 100%;
  border: none;
  color: #828892;
  background: #f0f3f6;
  border-radius: 4px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

.job-list-one-content-left-form
  .input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  height: 65px;
}
.job-list-one-content-left-form
  .input-box
  .bootstrap-select
  > .dropdown-toggle {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border: 0px solid #f5f0e9;
  padding: 0 30px;
  outline: none;
  border-radius: 4px;
  background: #f0f3f6;
  color: var(--thm-gray);
  font-size: 16px;
  font-weight: 500;
}

.filter-by {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-bottom: 30px;
}
.filter-by h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.single-tags-check-box + .single-tags-check-box {
  margin-top: 10px;
}
.single-tags-check-box label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #828892;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}
.single-tags-check-box input[type="checkbox"] {
  display: none;
}
.single-tags-check-box input[type="checkbox"] + label span {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-color: #f0f3f6;
  cursor: pointer;
  border-radius: 4px;
  transition: all 300ms ease;
}
.single-tags-check-box label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #ffffff;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  font-weight: 900;
  background-color: transparent;
  transition: all 300ms ease;
}
.single-tags-check-box input[type="checkbox"]:checked + label span {
  border-color: #16232a;
  background: var(--thm-primary);
}
.single-tags-check-box input[type="checkbox"]:checked + label span:before {
  opacity: 1;
}

.job-list-three-page.one
  .job-list-three-page-single
  .job-list-three-page-content
  .title
  p {
  font-size: 16px;
  line-height: 25px;
}

.job-list-one-map {
  position: relative;
  display: block;
  width: 55%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  float: right;
}
.job-list-one-map .google-map {
  width: 100%;
  height: 100%;
  border: none;
}

/*** 

====================================================================
	 Listings Two Page
====================================================================

***/

.job-list-two-page-content {
}
.job-list-two-page-single {
  position: relative;
  display: block;
  padding-left: 240px;
  margin-bottom: 30px;
}
.job-list-two-page_img {
  position: absolute;
  max-width: 240px;
  width: 100%;
  top: 0;
  left: 0;
}
.job-list-two-page_img img {
  width: 100%;
}
.job-list-two-page_img .open {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 30px;
  border-radius: 4px;
  transition: all 500ms ease;
}
.job-list-two-page-single:hover .job-list-two-page_img .open {
  background-color: var(--thm-primary);
}
.job-list-two-page_img .open p {
  color: var(--thm-base);
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  transition: all 500ms ease;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.job-list-two-page-single:hover .job-list-two-page_img .open p {
  color: #fff;
}
.job-list-two-page_img .heart-icon {
  position: absolute;
  top: 13px;
  right: 20px;
}
.job-list-two-page_img .heart-icon i {
  color: var(--thm-base);
  transition: all 500ms ease;
  font-size: 20px;
  cursor: pointer;
}
.job-list-two-page_img .heart-icon i:hover {
  color: var(--thm-primary);
}

.job-list-two-page-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 29px;
  width: 530px;
  position: relative;
}

.job-list-two-page-content .title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 7px;
}
.job-list-two-page-content .title h3 a {
  color: inherit;
  transition: all 500ms ease;
}
.job-list-two-page-content .title h3 a:hover {
  color: var(--thm-primary);
}
.job-list-two-page-content .title h3 span {
  height: 12px;
  width: 12px;
  background: var(--thm-primary);
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 12px;
  color: var(--thm-base);
  margin-left: 10px;
  position: relative;
  top: -5px;
}
.job-list-two-page-content .title p {
  font-size: 16px;
  line-height: 25px;
}
.job-list-two-page-contact-info {
  border-bottom: 1px solid #dee2e8;
  padding-top: 13px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.job-list-two-page-contact-info li {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}
.job-list-two-page-contact-info li i {
  color: var(--thm-primary);
  font-size: 15px;
  padding-right: 12px;
}
.job-list-two-page-contact-info li a {
  font-size: 16px;
  color: var(--thm-gray);
}

.job-list-two-page-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-list-two-page-content-bottom a {
    color: var(--thm-gray);
}
.job-list-two-page-content-bottom .left h6 {
  font-size: 14px;
  color: var(--thm-primary);
  font-weight: 600;
  position: relative;
}

.job-list-two-page-content-bottom .rating a {
  font-size: 14px;
  color: var(--thm-primary);
}
.job-list-two-page-content-bottom .rating a.clr-black {
  color: var(--thm-black);
  margin-right: 3px;
}
.job-list-two-page-content-bottom .rating a.clr-gray {
  color: #dee2e8;
}

.job-list-two-page-content .author-img {
  position: absolute;
  right: 97px;
  top: 50px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  z-index: 1;
}

.job-list-two-page-content .job-circle {
  height: 37px;
  width: 37px;
  background: #eee;
  border-radius: 50%;
  color: var(--thm-base);
  text-align: center;
  line-height: 37px;
  position: absolute;
  top: 50px;
  right: 45px;
  z-index: 1;
}
.job-list-two-page-content .job-circle img {
  height: 37px;
  width: 37px;
  padding: 5px;
}

.job-list_btn {
  padding-bottom: 60px;
}
.job-list_btn .thm-btn {
  background-color: var(--thm-primary);
}
.job-list_btn .thm-btn span {
  padding-right: 7px;
}

/*** 

====================================================================
	 Listings Details Main Image Box
====================================================================

***/

.job-details-area-slide {
  position: relative;
  display: block;
}
.job-details-area-slide .container-full-width .col-xl-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.job-details-area-slide-img img {
  width: 100%;
}

/*** 

====================================================================
	Listings Details Main Bottom
====================================================================

***/

.main-bottom {
  position: relative;
  display: block;
  border-bottom: 1px solid #dee2e8;
}
.main-bottom-left {
  position: relative;
  margin-top: -38px;
  float: left;
}
.main-bottom-content {
  display: flex;
  align-items: center;
}
.main-bottom-content .icon {
  height: 75px;
  width: 75px;
  background: var(--thm-base);
  border-radius: 50%;
  color: var(--thm-base);
  text-align: center;
  line-height: 75px;
  font-size: 40px;
  z-index: 1;
  margin-left: 7px;
}
.main-bottom-content .icon img {
  max-height: 75px;
  max-width: 75px;
}
.main-bottom-content .icon span {
}
.main-bottom-left-title {
  padding: 20px 0 15px;
}
.main-bottom-left-title h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}
.main-bottom-left-title i {
  height: 15px;
  width: 15px;
  background: var(--thm-primary);
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  color: var(--thm-base);
  margin-left: 10px;
  position: relative;
  top: -10px;
}
.main-bottom-rating-time {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.main-bottom-rating {
  display: flex;
  align-items: center;
}
.main-bottom-rating a + a {
  margin-left: 3px;
}
.main-bottom-rating a {
  font-size: 14px;
  color: var(--thm-primary);
}
.main-bottom-rating a.clr-black {
  color: var(--thm-black);
  margin-right: 5px;
}
.main-bottom-rating a.clr-gray {
  color: #dee2e8;
}
.main-bottom-time {
  margin-left: 20px;
}
.main-bottom-time p, .main-bottom-experience p {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.main-bottom-time span, .main-bottom-experience span {
  font-size: 16px;
  color: var(--thm-primary);
  padding-right: 6px;
}

.main-bottom_right {
  display: block;
  position: relative;
  float: right;
  margin-top: 60px;
}
.main-bottom_right:before {
  position: absolute;
  top: -20px;
  bottom: 3px;
  left: 110px;
  width: 1px;
  content: "";
  background: #dee2e8;
}
.main-bottom-right-buttons {
  display: block;
  float: right;
  overflow: hidden;
  width: 100%;
  text-align: right;
}
.main-bottom-right-buttons a {
  font-size: 12px;
  color: var(--thm-gray);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  background: #f0f3f6;
  display: inline-block;
  padding: 3px 30px;
  border-radius: 4px;
  transition: all 500ms ease;
}
.main-bottom-right-buttons a:hover {
  background-color: var(--thm-primary);
  color: #fff;
}
.main-bottom-right-buttons i {
  padding-right: 3px;
}
.main-bottom-right-buttons a + a {
  margin-left: 8px;
}
.main-bottom_right ul {
  margin-top: 18px;
  float: right;
  text-align: right;
  display: block;
}
.main-bottom_right ul li {
  float: left;
  margin-right: 30px;
  font-size: 16px;
}
.main-bottom_right ul li:last-child {
  margin-right: 0;
}
.main-bottom_right ul li span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 12px;
  color: var(--thm-primary);
}
.main-bottom_right ul li a {
  color: var(--thm-gray);
}
.main-bottom_right ul li i {
  color: var(--thm-primary);
  font-size: 14px;
  padding-left: 8px;
}

/*** 

====================================================================
	Listings Details Features List
====================================================================

***/

.job-details-area {
  position: relative;
  display: block;
  padding: 48px 0 120px;
}
.job-details-area_left {
}
.job-details-area h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 30px;
}
.job-details-area_text {
  position: relative;
  display: block;
  border-bottom: 1px solid #dee2e8;
  padding-bottom: 34px;
  margin-bottom: 53px;
}
.job-details-area_text .first_text {
  padding-bottom: 22px;
}

.job-details-area_features {
  position: relative;
  display: block;
  border-bottom: 1px solid #dee2e8;
  padding-bottom: 58px;
  margin-bottom: 53px;
}
.job-details-area-features-list li {
  position: relative;
  display: block;
  padding-left: 50px;
}
.job-details-area-features-list li + li {
  margin-top: 15px;
}
.job-details-area-features-list li .job-details-area_icon {
  position: absolute;
  top: 0;
  left: 0;
}
.job-details-area-features-list li .job-details-area_icon span {
  font-size: 32px;
  color: var(--thm-primary);
}
.job-details-area-features-list li .job-details-area_content {
}
.job-details-area-features-list li .job-details-area_content p {
  margin: 0;
  font-weight: 500;
}

.job-details-area_tag {
    position: relative;
    display: block;
    border-bottom: 1px solid #dee2e8;
    padding-bottom: 58px;
    margin-bottom: 53px;
}
.job-details-area-tags-list a {
  font-size: 12px;
  color: var(--thm-gray);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #f0f3f6;
  display: inline-block;
  padding: 3px 20px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.job-details-area-tags-list a + a {
  margin-left: 6px;
}
.job-details-area-tags-list a:hover {
  background: var(--thm-primary);
  color: var(--thm-base);
}

.review-and-progress-bar {
  position: relative;
  display: block;
  background: #f0f3f6;
  padding-left: 309px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-radius: 4px;
}
.review-and-progress-bar .review-box {
  background: var(--thm-base);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  text-align: center;
  padding: 0px 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.review-box .review-box-details h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
.review-box .review-box-details .review-count {
  margin-bottom: 6px;
}
.review-box .review-box-details .review-count a {
  font-size: 18px;
  color: var(--thm-primary);
}
.review-box .review-box-details .review-count a.clr-gray {
  color: #dee2e8;
}
.review-box .review-box-details p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 26px;
}

.progress-bar {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-right: 105px;
  padding-bottom: 60px;
}
.progress-levels {
  position: relative;
  display: block;
}
.progress-levels .progress-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-left: 86px;
}
.progress-box.marb {
  margin-bottom: 0;
}
.progress-levels .progress-box .text {
  position: absolute;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  top: -16px;
  left: 0;
  width: 90px;
}
.progress-levels .progress-box.last-child {
  margin-bottom: 0;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ffffff;
  border-radius: 10px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 5px;
  border-radius: 10px;
  background: var(--thm-primary);
  transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -16px;
  right: -48px;
  width: 40px;
  height: 25px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: #878986;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  float: none;
}
.progress-levels .progress-box .inner .percent {
  position: relative;
  color: #878986;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

/*** 

====================================================================
	Comments Area
====================================================================

***/

.review-two-box {
  margin-top: 47px;
}
.review-two-box-title {
  margin: 0;
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 51px;
}

.review-two-box-single {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #dee2e8;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.review-two-box-image img {
  width: 166px;
  height: 166px;
  border-radius: 50%;
}
.review-two-box-content {
  position: relative;
  margin-left: 45px;
}

.review-two-box-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}

.review-two-box-content p {
  margin: 0;
}

.review-two-box-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  margin-right: 79px;
}
.review-two-box-rating li {
  display: inline-block;
  font-size: 16px;
}
.review-two-box-rating li i {
  font-size: 15px;
  color: var(--thm-primary);
}
.review-two-box-services {
}
.review-two-box-services li {
  display: inline-block;
  font-size: 16px;
}

.review-two-box-services li i {
  font-size: 15px;
  color: var(--thm-primary);
}
.review-two-box-services li i.clr-gray {
  color: #dee2e8;
}
.review-two-box-hospitality {
}
.review-two-box-hospitality li {
  display: inline-block;
  font-size: 16px;
}
.review-two-box-hospitality li i {
  font-size: 15px;
  color: var(--thm-primary);
}
.review-two-box-hospitality li i.clr-gray {
  color: #dee2e8;
}
.review-two-box-pricing {
}
.review-two-box-pricing li {
  display: inline-block;
  font-size: 16px;
}
.review-two-box-pricing li i {
  font-size: 15px;
  color: var(--thm-primary);
}
.review-two-box-pricing li i.clr-gray {
  color: #dee2e8;
}

.review-two-box_form-title {
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: -13px;
}
.review-two-box-details.review-two-box-form-details {
  margin-right: 290px;
  margin-bottom: 29px;
}
.review-two-form input[type="text"],
.review-two-form input[type="email"] {
  height: 65px;
  width: 100%;
  border: none;
  background: #f0f3f6;
  padding: 0 30px;
  margin-bottom: 30px;
  outline: none;
  font-size: 16px;
  color: var(--thm-gray);
  border-radius: 4px;
}
.review-two-form textarea {
  font-size: 16px;
  color: #878986;
  height: 205px;
  width: 100%;
  background: #f0f3f6;
  padding: 20px 30px 20px;
  border: none;
  outline: none;
  margin-bottom: 20px;
  border-radius: 4px;
}

.review-two-form input[type="text"]::-webkit-input-placeholder {
  color: #828892;
}

.review-two-form input[type="text"]:-moz-placeholder {
  color: #828892;
}

.review-two-form input[type="text"]::-moz-placeholder {
  color: #828892;
}

.review-two-form input[type="text"]:-ms-input-placeholder {
  color: #828892;
}
.review-two-form input[type="email"]::-webkit-input-placeholder {
  color: #828892;
}

.review-two-form input[type="email"]:-moz-placeholder {
  color: #828892;
}

.review-two-form input[type="email"]::-moz-placeholder {
  color: #828892;
}

.review-two-form input[type="email"]:-ms-input-placeholder {
  color: #828892;
}
.review-two-form textarea::-webkit-input-placeholder {
  color: #828892;
}
.review-two-form textarea:-moz-placeholder {
  color: #828892;
}
.review-two-form textarea::-moz-placeholder {
  color: #828892;
}
.review-two-form textarea:-ms-input-placeholder {
  color: #828892;
}
.review_from__btn {
  background: var(--thm-primary);
  color: var(--thm-base);
}
.review_from__btn:hover {
  background: var(--thm-black);
}

.job-details-area-sidebar {
  margin-top: 12px;
}
.job-details-area-sidebar-single + .job-details-area-sidebar-single {
  margin-top: 30px;
}
.sidebar-map-contact-info {
  position: relative;
  display: block;
  background: #f0f3f6;
  border-radius: 4px;
}
.sidebar-map-contact-info .contact-info {
  position: relative;
}
.sidebar-map-contact-info .direction-btn {
  background-color: var(--thm-primary);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  transition: all 500ms ease;
  position: absolute;
  top: -32px;
  right: 20px;
  padding: 10px 20px;
  line-height: 1;
}
.sidebar-map-contact-info .direction-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}
.sidebar-map .google-map-contact {
  width: 100%;
  height: 335px;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contact-info {
  position: relative;
  display: block;
  padding: 30px 50px 50px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact-info-list li {
  font-size: 16px;
  font-weight: 500;
}
.contact-info-list li i {
  font-size: 15px;
  color: var(--thm-primary);
  padding-right: 12px;
}
.contact-info-list a {
  color: var(--thm-gray);
}

.contact-info-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-info-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: var(--thm-base);
  color: var(--thm-black);
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-info-social a + a {
  margin-left: 10px;
}
.contact-info-social a:hover {
  background: var(--thm-primary);
  color: var(--thm-base);
}

.job-details-area-sidebar-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 21px;
}

.sidebar-working-hours {
  position: relative;
  display: block;
  background: #f0f3f6;
  padding: 40px 50px 50px;
  border-radius: 4px;
}
.sidebar-working-hours-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-working-hours-single + .sidebar-working-hours-single {
  margin-top: 8px;
}
.sidebar-working-hours-single .day {
}
.sidebar-working-hours-single .day p {
  margin: 0;
}
.sidebar-working-hours-single .open p {
  color: var(--thm-black);
  margin: 0;
}
.sidebar-working-hours-single .open p.clr-primary {
  color: var(--thm-primary);
}
.sidebar-working-hours-single .open p.clr-gray {
  color: var(--thm-gray);
}

.additional-info {
  position: relative;
  display: block;
  background: #f0f3f6;
  padding: 42px 50px 40px;
  border-radius: 4px;
}
.additional-info-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.additional-info-single + .additional-info-single {
  margin-top: 8px;
}
.additional-info-single .left {
}
.additional-info-single .left p {
  margin: 0;
}
.additional-info-single .right {
}
.additional-info-single .right p {
  color: var(--thm-primary);
  margin: 0;
}

.additional-info-single .right i {
    height: 20px;
    width: 20px;
    background: var(--thm-primary);
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: var(--thm-base);
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.contact-business {
  position: relative;
  display: block;
  padding: 45px 50px 50px;
  background: #f0f3f6;
  border-radius: 4px;
}
.contact-business-details input[type="text"],
.contact-business-details input[type="email"] {
  height: 65px;
  width: 100%;
  border: none;
  background: #ffffff;
  padding: 0 20px;
  margin-bottom: 10px;
  outline: none;
  font-size: 16px;
  color: var(--thm-gray);
  border-radius: 4px;
  text-align: left;
}
.contact-business-details textarea {
  font-size: 16px;
  color: var(--thm-gray);
  height: 195px;
  width: 100%;
  background: #ffffff;
  padding: 13px 20px 13px;
  border: none;
  text-align: left;
  outline: none;
  border-radius: 4px;
}
.contact-business_btn {
  background: var(--thm-primary);
  padding-left: 40px;
  padding-right: 40px;
}
.contact-business_btn:hover {
  background: var(--thm-black);
}

/*Animation*/

@-webkit-keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes videoBtnAnim {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes ImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@-webkit-keyframes animate-left-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}

@keyframes animate-left-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
}
.animate-left-right {
  animation-name: animate-left-right;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: animate-left-right;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: animate-left-right;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: animate-left-right;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: animate-left-right;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


.vegas-slide, .vegas-slide-inner {
    background: #f8e8e9;
}

.hero-catagory-menu {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
    transform: translateY(35px);
}


.hero-catagory-menu p {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.hero-catagory-menu ul li {
    display: inline-block;
    margin-left: 5px;
}

.hero-catagory-menu ul li:first-child {
    margin-left: 0;
}

.hero-catagory-menu ul li {
    font-size: 18px;
}

.hero-catagory-menu ul li a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.5s;
    text-transform: uppercase;
    background: transparent;
    display: block;
    color: #555;
    background-color: #ead2d4;
    padding: 1px 12px;
    border-radius: 5px;
}

.hero-catagory-menu ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-catagory-menu ul li a i {
    font-size: 16px;
}

.hero-catagory-content.v2 i {
    color: #fff;
    font-size: 40px;
}

.hero-catagory-content.v2:hover i,
.hero-catagory-content.v2:hover .name {
    color: #0cbcb7;
}

.hero-category-content.v2 i,
.hero-category-content.v2 .name {
    color: #fff;
}

.hero-category-content.v2 {
    border: 1px solid transparent;
}

.hero-category-content.v2:hover {
    background: transparent;
    border: 1px solid #fff;
}

.hero-catagory-wrapper.v2 ul li {
    display: inline-block;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.service-section{
	position:relative;
	padding:90px 0px;
}

.service-section .layer-one{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:no-repeat;
}

.service-section .owl-dots{
	display:none;
}

.service-section .owl-nav{
	position:relative;
	text-align:center;
	margin-top:30px;
}

.service-section .owl-nav .owl-prev,
.service-section .owl-nav .owl-next{
	position:relative;
	width:45px;
	height:55px;
	color:#444444;
	margin:0px 7px;
	line-height:55px;
	border-radius:3px;
	text-align:center;
	font-size:24px;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-section .owl-nav .owl-prev:hover,
.service-section .owl-nav .owl-next:hover{
	background-color:#444444;
	color:#ffffff;
}

.service-box{
	position:relative;
	margin-bottom:30px;
    padding: 10px 0;
}

.service-box .inner-box{
	position:relative;
	padding:50px 40px 45px;
	background-color:#ffffff;
	border-bottom:3px solid var(--thm-primary);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-box .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	background-color:#f8e8e9;
	transform:scale(0.2,1);
}

.service-box .inner-box:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.service-box .inner-box .icon-outer{
	position:relative;
	margin-bottom:20px;
	padding-left:40px;
	padding-top:10px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-box .inner-box .icon-outer .icon{
	position:relative;
	color:var(--thm-primary);
	font-size:80px;
	line-height:1em;
	font-weight:400;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-box .inner-box:hover .icon-outer .icon{
	color:#ffffff;
}

.service-box .inner-box:hover .icon-outer{
	padding-left:0px;
}

.service-box .inner-box .icon-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	border-radius:50%;
	background-color:#f8e8e9;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-box .inner-box:hover .icon-outer:before{
	background-color:rgba(255,255,255,0.10);
	transform:translateX(30px);
}

.service-box .inner-box h4{
	position:relative;
	font-weight:500;
	line-height:1.3em;
	margin-top:40px;
}

.service-box .inner-box h4 a{
	position:relative;
	color:#222222;
    font-size: 22px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-box .inner-box:hover .text,
.service-box .inner-box:hover h4 a{
	color:#555;
}

.service-box .inner-box .text{
	position:relative;
	font-weight:400;
	line-height:1.7em;
	margin-top:10px;
	font-size:16px;
	color:#333333;
	margin-bottom:30px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-box .inner-box .read-box{
	position:relative;
	text-align:right;
}

.service-box .inner-box .read-box .read-more{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	margin-right:-40px;
	padding:13px 30px;
	display:inline-block;
	background-color:var(--thm-primary);
	text-transform:uppercase;
	border-radius:3px 0px 0px 3px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-box .inner-box:hover .read-box .read-more{
	background-color:#ffffff;
	color:#222222;
}

.service-box .inner-box:hover .icon-outer .icon{
    font-size: 65px;
    color: var(--thm-primary);
}

/*** 

====================================================================
	CTA Area
====================================================================

***/

.cta-section {
    padding: 80px 0px 155px 0px;
    position: relative;
    background: #585b62;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-section .cta-content {
	text-align: center;
}
.cta-section .cta-content h3 {
	font-size: 40px;
	color: #fff;
    color: var(--thm-base);
    margin: 0;
    line-height: 60px;
    font-weight: 400;
    font-family: 'Indie Flower', cursive;
}
.cta-section .cta-content p {
    font-weight: 300;
	margin-top: 20px;
	padding: 0px 50px;
	color: rgb(255 255 255 / 92%);
	line-height: 22px;
}
.cta-section .cta-button {
    margin-top: 30px;
}


/*** 

====================================================================
	Fun Fact Area
====================================================================

***/

.fun-fact {
	transform: translateY(-75px);
	margin-bottom: -75px;
	position: relative;
}
.fun-fact .count-box {
    background: #f9f9f9;
    padding: 40px 30px;
    box-shadow: 0px 5px 10px #00000021;
    border-radius: 4px;
    border-top: 10px solid var(--thm-primary);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
}
.fun-fact .single-count {
	display: flex;
	align-items: center;
	padding: 20px;
	border-right: 1px solid #ddd;
}
.fun-fact .single-count.last{
	border:none;
}
.fun-fact .single-count i {
	font-size: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-primary);
	color: #f9f9f9;
	text-align: center;
	line-height: 50px;
	padding: 0;
	border-radius: 5px;
	min-width: 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.fun-fact .single-count:hover i{
	transform:translateY(-3px);
	-webkit-transform:translateY(-3px);
	-moz-transform:translateY(-3px);
	box-shadow: 0px 5px 8px #0000003b;
}
.single-count .main-count {
	margin-left: 20px;
}
.single-count .main-count h3 {
    font-size: 18px;
    color: var(--thm-gray);
}
.single-count .main-count h6 {
    font-size: 25px;
    margin-top: 5px;
    font-weight: 800;
}
.single-count .main-count h6 span {
	font-size: 30px;
}

/*** 

====================================================================
	Theme Buttton
====================================================================

***/

.theme-btn {
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    border-radius: 0;
    background: var(--thm-primary);
    position: relative;
    z-index: 111;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
}
.theme-btn:hover {
    border-color: #28B463;
    color: #28B463;
    background: transparent;
}




/*** 

====================================================================
	Company Item
====================================================================

***/


.company-job-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 110px;
    width: 100%;
    background: #fafafa;
}

.company-item {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 25px 20px;
    transition: all .5s ease;
    position: relative;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}

.feature-top-right {
    position: absolute;
    top: -1px;
    right: -1px;
}

.feature-top-right span {
    display: inline-block;
    color: #fff;
    background-color: var(--thm-primary);
    padding: 4px 12px;
    font-size: 12px;
}

.company-item .top {
    margin-bottom: 18px;
}

.company-item .top a {
    display: block;
}

.company-item .top a img {
    margin-bottom: 25px;
    transition: all .5s ease;
    height: 65px;
}

.company-item .top h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.company-item .top h3 a {
    color: #985757;
    font-size: 18px;
    display: inline-block;
}

.company-item .top span {
    display: inline-block;
    color: #fe4a55;
    background-color: #ffe4e6;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.company-item .top p {
    color: #666;
    font-size: 14px;
}

.company-item .top p i {
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    color: #999;
}

.company-item .bottom {
    position: relative;
}

.company-item .bottom ul {
    padding: 0;
}

.company-item .bottom ul li {
    list-style-type: none;
    display: inline-block;
    color: #985757;
    font-size: 14px;
    font-weight: 400;
    background-color: #f3f0f0;
    border-radius: 5px;
    padding: 0 12px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.company-item .bottom span {
    display: block;
    color: #857cb5;
    font-size: 12px;
    margin-bottom: 5px;
}

.company-item h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #fe4a55;
    display: inline-block;
    float: right;
}

.company-item .bottom a {
    display: inline-block;
    color: #857cb5;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.company-item .top .company-type {
    background: #e8f8f4;
    color: var(--thm-navy-blue);
    font-weight: 400;
}

.company-item .top .full-time {
    background: #f8f5e8;
}



.card-tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 12px;
}

.card-tag-list li {
    min-width: calc(33.3333% - 12px);
}

.card-tag-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin-left: 6px;
    margin-right: 6px;
    height: 32px;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.26px;
    border-radius: 3px;
    background-color: rgb(253 240 239);
    color: #ed695a;
}


.bg-regent-opacity-15 {
    background-color: rgba(176, 213, 232, 0.15);
}

/*** 

====================================================================
	Job Area
====================================================================

***/


.job-area {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: #fafafa;
}

.job-area .job-browse a {
    color: var(--thm-primary);
}

.job-item {
    padding: 25px 35px 30px;
    border-left: 4px solid var(--thm-primary);
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.job-item:hover {
    border-left: 4px solid #fe4a55;
    background-color: #fff6f7;
}

.feature-top-right {
    position: absolute;
    top: -1px;
    right: -1px;
}

.feature-top-right span {
    display: inline-block;
    color: #fff;
    background-color: var(--thm-primary);
    padding: 4px 12px;
    font-size: 12px;
}

.job-item .job-left {
    position: relative;
    padding-left: 100px;
}

.job-item .job-left img {
    position: absolute;
    top: 8px;
    left: 0;
    max-width: 80px;
}

.job-item .job-left h3 {
    font-size: 22px;
    margin-bottom: 3px;
}

.job-item .job-left p {
    margin-bottom: 12px;
    font-weight: 400;
    color: #5f5656;
}

.job-item .job-left ul {
    margin: 0;
    padding: 0;
    display: inline-grid;
    font-size: 16px;
}

.job-item .job-left ul li {
    list-style-type: none;
    display: inline-block;
    color: #fe4a55;
    margin-right: 5px;
    font-weight: 400;
}

.job-item .job-left ul li i {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
}

.job-item .job-left ul li:nth-child(3) {
    color: #7068a3;
}

.job-item .job-left ul li:nth-child(4) i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.job-item .job-right ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.job-item .job-right ul li {
    list-style-type: none;
    display: block;
    color: #7068a3;
    margin-bottom: 5px;
}

.job-item .job-right ul li i {
    font-size: 18px;
    margin-right: 3px;
    position: relative;
}

.job-item .job-right ul li span {
    display: inline-block;
    color: #ab5656;
    background-color: #f7eae9;
    padding: 3px 12px;
    margin-top: 4px;
    border-radius: 8px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.job-item:hover .job-right ul li span {
    color: #fff;
    background-color: var(--thm-primary);
}

/*** 

====================================================================
	News/Blog Area
====================================================================

***/


.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
    background-color: #d81e27;
}

.news-block .inner-box .image .post-date {
    position: absolute;
    right: 20px;
    bottom: -30px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 3px;
    display: inline-block;
    background-color: var(--thm-primary);
    border: 4px solid #ffffff;
    z-index: 1;
    text-transform: uppercase;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 35px 35px;
}

.news-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 70px;
    border-radius: 4px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.news-block .inner-box .lower-content .post-info {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: #222222;
    line-height: 1.1em;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #222222;
}

.news-block .inner-box .lower-content .post-info li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
}

.news-block .inner-box .lower-content .post-info li span {
    color: #d81e27;
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: #222222;
    line-height: 1.1em;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #222222;
}

.news-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 12px;
    padding-bottom: 20px;
}

.news-block .inner-box .lower-content h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 40px;
    background-color: var(--thm-primary);
}

.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 18px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: visible;
    padding: 12px 26px;
    border-radius: 3px;
    background-color: var(--thm-primary);
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 35px 35px;
}

.news-block .inner-box:hover .lower-content:before {
    bottom: 0px;
}

.news-block .inner-box:hover .lower-content .read-more {
    opacity: 1;
    visibility: visible;
}




/*** 

====================================================================
	Company Card
====================================================================

***/


.company-section {
  padding: 120px 0;
}

.company-card {
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: var(--thm-base);
    border-top: 4px solid var(--thm-primary);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.company-card .company-logo {
  margin-bottom: 25px;
}

.company-card .company-text h3 {
  margin-bottom: 10px;
}

.company-card .company-text h5 {
  font-size: 22px;
}

.company-card .company-text p {
  font-size: 16px;
  margin-bottom: 25px;
}

.company-card .company-logo a img {
  max-width: 100px;
}

.company-card .company-text .company-btn {
    background: var(--thm-primary-light);
    color: var(--thm-primary);
    padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
    border-radius: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.company-card:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.company-card:hover .company-btn {
  background: var(--thm-primary);
  color: var(--thm-base);
}



.job-info {
    background-image: url(../images/backgrounds/job_interview_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
    padding: 120px 0 90px;
}

.job-info::before {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.looking-job {
  background: var(--thm-primary);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.looking-job .media i {
  background: #fbd3d3;
  color: #fd1616;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
}

.looking-job .media .media-body h5 {
  font-size: 43px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.looking-job .media .media-body p {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 400;
}

.looking-job .media .media-body a {
  color: #ffffff;
  font-size: 15px;
}

.looking-job .media .media-body a:hover, .looking-job .media .media-body a:hover i {
  color: #001935;
  letter-spacing: 1px;
}

.looking-job .media .media-body a i {
  background: none;
  width: unset;
  height: unset;
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
  top: 4px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.looking-job .bottom-icon {
  position: absolute;
  color: #ff886a;
  font-size: 75px;
  bottom: 0;
  right: 10px;
  line-height: 1;
}

.recruiting-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}

.recruiting-card .media i {
  background: #ed695a;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
}

.recruiting-card .media .media-body h5 {
  font-size: 40px;
  font-weight: 600;
  color: #010c29;
  margin-bottom: 10px;
}

.recruiting-card .media .media-body p {
    color: #010c29;
    margin-bottom: 5px;
    font-weight: 400;
}

.recruiting-card .media .media-body a {
    color: #010c29;
    font-size: 15px;
}

.recruiting-card .media .media-body a:hover, .recruiting-card .media .media-body a:hover i {
  color: #fd1616;
  letter-spacing: 1px;
}

.recruiting-card .media .media-body a i {
  background: none;
  width: unset;
  height: unset;
  color: #010c29;
  line-height: 1;
  font-size: 18px;
  top: 4px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.recruiting-card .bottom-icon {
  position: absolute;
  color: #5f667b;
  font-size: 75px;
  bottom: 10px;
  right: 10px;
  line-height: 1;
}


/*** 

====================================================================
	Post A Job Area
====================================================================

***/



.post-job-area  {
    padding: 90px 0;
}

.post-job-area .post-item {
    text-align: center;
    background-color: #f0f3f6;
    padding: 40px 50px 50px;
    border-radius: 5px;
}

.post-job-area .post-item label {
    font-weight: 500;
}

.post-job-area .post-item .section-title {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}

.post-job-area .post-item .section-title p {
    margin-bottom: 20px 0 40px;
}

.post-job-area .post-item .input-group {
    text-align: left;
}

.post-job-area .post-item .btn {
    color: #fff;
    background-color: #fe4a55;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 12px 100px;
    font-weight: 500;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.post-job-area .input-group input[type="text"],
.post-job-area .input-group input[type="Email"],
.post-job-area .input-group .bootstrap-select > .dropdown-toggle {
    height: 65px;
    line-height: 65px;
    width: 100%;
    background: #f0f3f6;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
    color: var(--thm-gray);
    margin-bottom: 30px;
    border-radius: 4px;
}

.post-job-area .post-item .input-group input[type="text"],
.post-job-area .post-item .input-group input[type="Email"],
.post-job-area .post-item .input-group .bootstrap-select > .dropdown-toggle {
    background: #fff;
}


.post-job-area .input-group .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: inherit;
    display: inline;
}

.post-job-area .input-group textarea {
    font-size: 16px;
    color: var(--thm-gray);
    height: 205px;
    background: #f0f3f6;
    width: 100%;
    border: none;
    outline: none;
    padding: 18px 30px;
    border-radius: 4px;
}

.post-job-area .post-job-btn {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    background: var(--thm-primary);
    text-align: center;
}

.post-job-area .post-job-btn:hover {
  background: var(--thm-black);
}


.post-job-area .post-item .dropdown-toggle::after {
    float: right;
    margin-top: 30px;
}

.post-job-area label {
    font-weight: 500;
}

/*** 

====================================================================
	Dashboard Sidebar
====================================================================

***/


.dashboard-wrap {
    border: 1px solid #eceef3;
    width: 100%;
    position: relative;
    display: block;
    background: #f0f3f6;
    border-radius: 4px;
    margin-bottom: 30px;
}

.dashboard-thumb {
    text-align: center;
    margin-bottom: 2rem;
}

.dashboard-th-pic {
    width: 120px;
    margin: 2em auto .4em;
}

.dashboard-thumb h4 {
    font-size: 20px;
}

.dashboard-thumb span {
    color: var(--thm-primary);
}

.dashboard-verticle-nav li {
    width: 100%;
    display: block;
    border-top: 1px dashed #d9dce4;
    padding: 6px 12px;
    transition: all 500ms ease;
}

.dashboard-verticle-nav li:hover {
    color: var(--thm-base);
    background: var(--thm-primary);
}

.dashboard-verticle-nav li:hover a,
.dashboard-verticle-nav li:hover a i{
    color: var(--thm-base);
}

.dashboard-verticle-nav li a {
    color: var(--thm-gray);
    font-weight: 500;
}

.dashboard-verticle-nav li a i {
    padding-right: 5px;
    font-weight: 600;
    color: #c5c8cc;
}

/*** 

====================================================================
	Information Sidebar
====================================================================

***/


.information {
    position: relative;
    display: block;
    background: #f0f3f6;
    padding: 40px 50px 50px;
    border-radius: 4px;
}

.information ul {
    margin: 0;
    padding: 0;
}

.information ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.information ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.information ul li img,
.information ul li i{
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 30px;
    color: var(--thm-primary);
}

.information ul li h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.information ul li span {
    display: block;
    color: #7d789b;
    font-size: 16px;
}

/*** 

====================================================================
	Page Title Area
====================================================================

***/


.page-title-area {
    background-image: url(../images/backgrounds/page-title-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
}

.page-title-area:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.4);
}

.d-table {
    width: 100%;
    height: 100%;
}

.page-title-area.two .d-table-cell {
    vertical-align: bottom;
}

.page-title-area.two .left {
    margin-bottom: 30px;
}

.page-title-area.two .left img {
    margin-bottom: 15px;
    max-width: 100px;
}

.page-title-area.two .left img.circle {
    border-radius: 50%;
}

.page-title-area.two .left h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 41px;
}

.page-title-area.two .left ul {
    margin: 0;
    padding: 0;
}

.page-title-area.two .left ul li {
    list-style-type: none;
    display: inline-block;
    color: #e4e4e4;
    margin-right: 20px;
    font-weight: 400;
}

.page-title-area.two .left ul li i {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}

.page-title-area.two .right {
    text-align: center;
    margin-bottom: 30px;
}

.page-title-area.two .right .cmn-btn {
    padding-left: 35px;
    padding-right: 85px;
    margin-bottom: 15px;
    font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-area.two .right .cmn-btn:hover {
    background: #cc5a4d;
    color: #fff;
}

.page-title-area.two .right ul {
    margin: 0;
    padding: 0;
}

.page-title-area.two .right ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.page-title-area.two .right ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.page-title-area.two .right ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.cmn-btn {
    background-color: var(--thm-primary);
    color: #fff;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 65px;
    border-radius: 5px;
    line-height: 50px;
    display: inline-block;
    position: relative;
}

.cmn-btn i {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 20px;
    color: #fff;
    background-color: #cc5a4d;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
}


/*** 

====================================================================
	Responsibilities Area
====================================================================

***/


.job-details-area-responsibilities ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.job-details-area-responsibilities ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.job-details-area-responsibilities ul li i {
    display: inline-block;
    color: #fe4a55;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.job-details-area-responsibilities {
    position: relative;
    display: block;
    border-bottom: 1px solid #dee2e8;
    padding-bottom: 58px;
    margin-bottom: 53px;
}


.job-details-area_location {
    position: relative;
    display: block;
    border-bottom: 1px solid #dee2e8;
    padding-bottom: 58px;
    margin-bottom: 53px;
}

.job-details.page-header {
    padding: 160px 0 140px;
}


/*** 

====================================================================
	Main Item Area
====================================================================

***/
.main-item {
    width: 100%;
    display: inline-block;
    position: relative;
    display: block;
    border-bottom: 1px solid #dee2e8;
    padding-bottom: 34px;
    margin-bottom: 34px;
}

.main-item{
    width: 100%;
    display: inline-block;
    position: relative;
}

.main-item .description {
    margin: 0 0 0 100px;
}

.main-item .company-logo {
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    left: 0;
    top: 0;
}

.main-item .company-logo img {
    width: 100%;
    border-radius: 5px;
}

.main-item .description ul {
    display: inline-block;
    list-style: none;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.main-item .description ul li {
    float: left;
    margin-right: 20px;
    font-size: 15px;
}

.main-item .description ul li i{
    margin-right: 2px;
}

.main-item .description h5 {
    font-size: 25px;
    margin: 10px 0 10px;
    font-weight: 600;
}

.main-item .description h5 a {
    color: #444;
}



.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}


/*** 

====================================================================
	Candidate Area
====================================================================

***/


.candidate-area {
    padding: 120px 0 90px;
}

.candidate-item {
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
    padding: 25px 25px 25px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.candidate-item.two {
    overflow: hidden;
}

.candidate-item .left {
    max-width: 240px;
}

.candidate-item .left h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.candidate-item .left h3 a {
    color: var(--thm-black);
}

.candidate-item .left span {
    display: block;
    color: #7d789b;
    margin-bottom: 8px;
}

.candidate-item.two .experience {
    margin: 0;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 18px;
}

.candidate-item .left ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
    color: #7f7f7f;
    background-color: #ececec;
    border-radius: 5px;
    padding: 4px 8px;
    margin-right: 3px;
    margin-bottom: 6px;
}

.candidate-item.two .experience li {
    list-style-type: none;
    display: block;
    color: #888;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    line-height: 24px;
}

.candidate-item .left span {
    display: block;
    color: #7d789b;
    margin-bottom: 8px;
}

.candidate-item.two .experience li span {
    display: inline-block;
    margin-bottom: 0;
    color: #fe4a55;
}

.candidate-item .left .cmn-link {
    text-align: left;
    margin-top: 22px;
}

.candidate-item .left .cmn-link a {
    background: #ed695a;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 400;
}

.cmn-link a {
    display: inline-block;
    color: #fe4a55;
    font-size: 17px;
    position: relative;
}

.candidate-item img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 5px;
    max-width: 250px;
}

.candidate-item.two img {
    border-radius: 5px;
    width: 100%;
}



/*** 

====================================================================
	Pagination Area
====================================================================

***/

.pagination-area {
    text-align: center;
}

.pagination-area ul {
    margin: 0;
    padding: 0;
}

.pagination-area ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

.pagination-area ul li a {
    text-align: center;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    color: var(--thm-primary);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
}

.pagination-area ul li a:hover {
    color: #fff;
    background-color: var(--thm-primary);
}


/*** 

====================================================================
	Top Employers Area
====================================================================

***/

.top-employers {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.top-employers_single {
  position: relative;
  display: block;
}
.top-employers-single-inner {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #fff;
  z-index: -1;
}
.top-employers-single-inner:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 5px;
  content: "";
  background: var(--thm-primary);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-employers-single-inner:hover:before {
  width: 100%;
}
.top-employers-image {
  position: relative;
  z-index: 10;
}

.top-employers-content {
  padding: 37px 40px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  position: relative;
  z-index: 10;
}
.top-employers-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.top-employers-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-primary);
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.top-employers-content ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}


.top-employers-content ul li:last-child {
    border-right: none;
}

.top-employers-content ul li {
    display: inline-block;
    list-style: none;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 400;
}

.top-employers-content i {
    margin-right: 5px;
    color: var(--thm-primary);
}

.top-employers_text {
  padding-top: 10px;
}
.top-employers_text p {
  font-size: 16px;
  margin: 0;
}



.employer-list-layout {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 20px 25px;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}

.cll-wrap {
    flex: 1;
}

.cll-thumb {
    max-width: 80px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
    float: left;
}

.cll-thumb img {
    max-width: 60px;
}

.employer-item {
    display: inline-block;
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.employer-item h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
}

.employer-item h4 a {
    color: var(--thm-black);
}

.employer-item h4 span {
    margin-left: 10px;
    border-left: 1px solid #dbe6ef;
    font-size: 16px;
    font-weight: 400;
    color: #8596b3;
    background-color: #efeeee;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 13px;
    display: inline-block;
}

.employer-item i {
    margin-right: 5px;
}

.employer-item ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.employer-item ul li {
    display: inline-block;
    list-style: none;
    padding-right: 1rem;
    border-right: 1px solid #dbe6ef;
    padding-left: 5px;
    font-weight: 400;
    font-size: 16px;
}

.employer-item ul li:first-child {
    padding-left: 0;
}

.employer-item ul li:last-child {
    border-right: none;
}

.btn.btn-open-position {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    color: #fff;
    border-radius: 4px;
    padding: 6px 15px;
}

.lbl-featured {
    background-color: #f7f1f0;
    float: right;
    position: absolute;
    transform: rotate(45deg);
    left: -77px;
    bottom: 11px;
    text-align: center;
    width: 200px;
    font-size: 14px;
    margin: 0;
    z-index: 1;
    color: #ed695a;
    font-weight: 400;
    line-height: 28px;
}


/*** 

====================================================================
	Candidate Details Area
====================================================================

***/


.candidate-details-area {
    position: relative;
    display: block;
    padding: 48px 0 120px;
}

.candidate-details-area h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 30px;
}

.candidate-details-area .skills {
    margin-bottom: 50px;
}

.candidate-details-area .skills .skill-wrap {
    overflow: hidden;
    padding-right: 15px;
}

.candidate-details-area .skills .skill-wrap .skill {
    margin-bottom: 25px;
    position: relative;
}

.candidate-details-area .skills .skill-wrap .skill:before {
    width: 100%;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #eaeaea;
    bottom: 0;
}

.candidate-details-area .skills .skill-wrap .skill h3 {
    font-size: 16px;
    color: #0d1820;
    margin-bottom: 15px;
}

.candidate-details-area .skill-bar {
    width: 100%;
    height: 5px;
    background: var(--thm-primary);
    display: block;
    position: relative;
}

.candidate-details-area .skill-bar:before {
    position: absolute;
    content: '';
    top: -4px;
    right: -2px;
    width: 3px;
    height: 13px;
    background-color: var(--thm-primary);
}

.candidate-details-area .skill-bar span {
    position: absolute;
    top: -35px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #0d1820;
    margin-bottom: 0;
    display: inline-block;
}

.candidate-details-area .skill-bar .skill-count {
    right: 7px;
}

.candidate-details-area .skill1 {
    width: 56%;
}



.candidate-details-area .bottom-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.candidate-details-area h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.candidate-details-area .work ul {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    margin-bottom: 10px;
}

.candidate-details-area .work ul li {
    list-style-type: none;
    display: inline-block;
    color: var(--thm-primary);
    font-weight: 500;
    font-size: 20px;
}

.candidate-details-area .work ul li img {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
    max-width: 60px;
}

.candidate-details-area .work p {
    margin-bottom: 0;
}


/*** 

====================================================================
	Job Filter Area
====================================================================

***/

.job-filter {
    position: relative;
    display: block;
    background: #f0f3f6;
    padding: 42px 50px 40px;
    border-radius: 4px;
    margin-top: 30px;
}

.job-filter .single-tags-check-box input[type="checkbox"]:not(:checked) + label span {
    background-color: #fff;
}

.job-filter h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 23px;
}

/*** 

====================================================================
	Feedback Area
====================================================================

***/


.feedback-area {
    position: relative;
    padding: 120px 0;
}

.feedback-area .feedback-item {
    position: relative;
    padding: 40px 65px 40px 30px;
    border-radius: 5px;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd24;
    box-shadow: 0px 0px 20px 0px #dddddd24;
}

.feedback-area.two .feedback-item {
    margin-bottom: 45px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.feedback-area .feedback-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.feedback-area .feedback-item span {
    display: block;
    color: var(--thm-primary);
    margin-bottom: 15px;
    font-weight: 500;
}

.feedback-area .feedback-item p {
    margin-bottom: 20px;
}

.feedback-area .feedback-item h4 {
    font-size: 26px;
    margin-bottom: 0;
    font-family: 'Indie Flower', cursive;
}

.feedback-area .feedback-item img {
    position: absolute;
    border-radius: 50%;
    right: -20px;
    bottom: -20px;
    content: "";
    border: 10px solid var(--thm-base);
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 130px !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.feedback-area .feedback-item h4 i {
    font-size: 22px;
    bottom: 10px;
    position: relative;
    color: var(--thm-primary);
}

.feedback-area .feedback-item h4 i:last-child {
    bottom: -10px;
}

/*** 

====================================================================
	Coming Soon Area
====================================================================

***/



.coming-soon-area {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-area .soon-item h1 {
    font-weight: 900;
    font-size: 100px;
    margin-bottom: 15px;
    color: #fe4a55;
}

.coming-soon-area .soon-item span {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
    color: #221668;
    position: relative;
}

.coming-soon-area .soon-item span:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    left: -45px;
    top: 14px;
    background-color: #221668;
}

.coming-soon-area .soon-item span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    right: -45px;
    top: 14px;
    background-color: #221668;
}

.coming-soon-area .soon-item .coming-inner {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: #fff;
    color: var(--thm-navy-blue);
    box-shadow: 0 8px 16px rgb(35 21 21 / 10%);
}

.coming-soon-area .soon-item .coming-inner h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
    color: var(--thm-navy-blue);
}

.coming-soon-area .soon-item .coming-inner p {
    margin-bottom: 0;
    color: var(--thm-navy-blue);
}

.coming-soon-area .d-table-cell {
    vertical-align: middle;
}

.bg-light-orange {
    background-color: #f8e8e9;
    background-image: url(../images/backgrounds/white-waves-2.png);
}


/*** 

====================================================================
	User Form Area
====================================================================

***/


.user-form-area {
    position: relative;
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
    border: 2px solid #eee;
    margin: 60px auto;
}

.user-form-area .user-img {
    background-image: url(../images/backgrounds/resgister-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
}

.user-form-area .user-content {
    padding: 0 60px;
    max-width: 800px;
    margin-left: 0;
    margin-right: auto;
    text-align: center;
}

.user-form-area .user-content .top {
    margin-bottom: 30px;
}

.user-form-area .user-content .top h2 {
    color: var(--thm-primary);
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.user-form-area .user-content .top .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.user-form-area .user-content .top .form-group .form-control {
    height: 65px;
    width: 100%;
    background: #f0f3f6;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
    color: var(--thm-gray);
    margin-bottom: 30px;
    border-radius: 4px;
}

.user-form-area .user-content .top .btn:hover {
    background-color: var(--thm-navy-blue);
}
.user-form-area .user-content .top .btn {
    color: #fff;
    background-color: var(--thm-primary);
    border-radius: 5px;
    border: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    padding: 13px 35px;
    width: 100%;
    display: block;
    font-weight: 500;
}

.user-form-area .user-content .end ul {
    margin: 0;
    padding: 0;
}

.user-form-area .user-content .end ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.user-form-area .user-content .end ul li a:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.user-form-area .user-content .end ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #3b5998;
    font-size: 20px;
}

.user-form-area .user-content .end ul li a i {
    line-height: 40px;
}

.user-form-area .user-content .end ul li:nth-child(2) a {
    background-color: #55acee;
}

.user-form-area .user-content .end ul li:nth-child(3) a {
    background-color: #3f729b;
}

.user-form-area .user-content .end ul li:nth-child(4) a {
    background-color: #ff0000;
}



/*** 

====================================================================
	Login/Register Popup
====================================================================

***/


/* Account Popup Area */
.account-popup-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.62);
    opacity: 1;
    z-index: 99;
    overflow-Y: scroll;
    display: none;
}
.account-popup-area.static {
    position: static;
    float: left;
    width: 100%;
    display: block !important;
    overflow: auto;
    background: no-repeat;
    z-index: 1;
}
.account-popup {
    position: relative;
    float: left;
    width: 460px;
    background: #ffffff;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    left: 50%;
    margin-left: -230px;
    margin-top: 140px;
    margin-bottom: 60px;
    text-align: center;
    padding: 40px 60px;
    box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.1);
}
.account-popup-area.static .account-popup {
    margin-top: 90px;
}
.account-popup > h3 {
    float: left;
    width: 100%;
    color: #222222;
    font-weight: bold;
    margin: 0;
    margin-bottom: 12px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 23px;
    color: var(--thm-primary);
    letter-spacing: 1px;
}
.account-popup > span {
    float: left;
    width: 100%;
    color: #888888;
    margin-top: 20px;
}
.select-user {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.select-user > span {
    float: none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: var(--thm-primary);
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    padding: 9px 29px;
    margin: 0 5px;
    margin-top: 5px;
    cursor: pointer;
}

.select-user .select-candidate {
    background: var(--thm-black);
}
.account-popup > form {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.account-popup > form .cfield {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 19px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

}
.account-popup > form .cfield input {
    height: 65px;
    width: 100%;
    background: #f0f3f6;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
    color: var(--thm-gray);
}
.account-popup > form .single-tags-check-box {
    float: left;
}
.account-popup > form .cfield i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 19px;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    color: var(--thm-primary);
}
.remember-label {
    float: left;
    margin: 0;
    font-size: 13px;
    color: #202020;
}
.account-popup > form > a {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: var(--thm-navy-blue);
}
.account-popup > form button {
    float: left;
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 20px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    position: relative;
    display: inline-block;
    background: var(--thm-primary);
    padding: 0 30px;
    color: #ffffff;
    font-size: 12px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 0.2em;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 500ms ease;
    border: none;

}
.extra-login {
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}
.extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #ffffff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 13px;
    color: #afafaf;
    text-transform: capitalize;
}
.login-social {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.login-social a {
    float: none;
    display: inline-block;
    width: 50px;
    height: 40px;
    border: 2px solid;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    line-height: 36px;
    font-size: 21px;
    margin: 0 5px;
        margin-top: 0px;
    margin-top: 6px;
}
.login-social a.fb-login {
    color: #3b5998;
    border-color: #3b5998;
}
.login-social a.tw-login {
    color: #1da1f2;
    border-color: #1da1f2;
}

.login-social a {
    font-size: 15px;
}

.account-popup .close-popup {
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    float: none;
    margin: 0;
    right: -20px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.no-scroll {
    overflow: hidden;
}

.account-popup .close-popup {
    background-color: var(--thm-primary);
}


/*** 

====================================================================
	404 Area
====================================================================

***/


.error-sec {
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    margin: 120px auto;
}
.error-sec > img {
    float: none;
    display: inline-block;
}
.error-sec > span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: var(--thm-primary);
    margin-top: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.error-sec > p {
    float: left;
    width: 100%;
    font-size: 13px;
    color: var(--thm-navy-blue);;
    line-height: 24px;
    margin-top: 20px;
}
.error-sec form {
    float: left;
    width: 100%;
    padding: 0;
}
.error-sec form > input {
    float: none;
    width: 510px;
    height: 60px;
    background: #ffffff;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;

    display: inline-block;
    margin: 0;
    padding-left: 20px;
    border: none;
}
.error-sec form button {
    float: none;
    display: inline-block;
    width: 70px;
    height: 60px;
    text-align: center;
    padding: 0;
    font-size: 32px;
    background: var(--thm-primary);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: none;

    margin-left: 15px;
    position: relative;
    top: 7px;
}
.error-sec h6 a {
    position: relative;
    display: inline-block;
    background: var(--thm-primary);
    padding: 0 30px;
    color: #ffffff;
    font-size: 12px;
    line-height: 55px;
    font-weight: 600;
    letter-spacing: 0.2em;
    border-radius: 4px;
    margin: 30px 0;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.error-sec > h6 {
    float: left;
    width: 100%;
    margin: 0;
}




/*** 

====================================================================
	About Area
====================================================================

***/

#about {
    position: relative;
}

.about-list ul {
    padding-top: 30px;
}

.about-list ul li {
    margin: 10px 0;
    list-style-type: none;
    font-size: 16px;
    font-weight: 300;
    display: flex;
}

.about-list ul li i {
    margin-right: 15px;
    color: var(--thm-primary);
    font-size: 28px;
}

/*** About Left ***/
#about-left {
    position: relative;
}

#about-left-img {
    position: relative;
    margin-bottom: 0;
    right: 0;
}

#about-left-img2 {
    position: absolute;
    right: 30px;
    bottom: 80px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

#about-left-img img, 
#about-left-img2 img {
    border-radius: 24px;
}

#about-left-img2 .video-icon {
    position: absolute;
    top: 35%;
    right: 42%;
    font-size: 42px;
    color: #fff;
    z-index: 1;
}

.img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    top: 0;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.video-icon a {
    color: #fff;
}


/*** 

====================================================================
	About Video Area
====================================================================

***/

.player {
    position: fixed;
    z-index: 1;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.player-video {
    position: relative;
    top: 50%;
    left: 50%;
    height: 70%;
    width: auto;
    max-width: 75%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js-show-video {
    opacity: 1;
}

.video-filler {
    display: block;
    width: 100%;
}

.video-close {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -30px;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 0 50% 50% 0;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}

/***** About Button *****/
.btn-about {
    background: #882ff6;
    color: #fff;
    border: #882ff6;
    margin-top: 20px;
}

/*** Hover State ***/
.btn-about:hover {
    box-shadow: inset -5.5em -2em 0 0 #e6387a, inset 5.5em 2em 0 0 #e6387a;
    transition: all 300ms linear;
    color: #fff;
    border: #e6387a;
}

/*** About BG Image (Animation) ***/
.about-bg-img1 {
    position: absolute;
    top: 14%;
    left: 7%;
    z-index: -1;
    animation: tilt 4s linear infinite;
    -webkit-animation: tilt 4s linear infinite;
}

@-webkit-keyframes tilt {
    0% {
        transform: skew(-10deg, 10deg);
        -webkit-transform: skew(-10deg, 10deg);
        -moz-transform: skew(-10deg, 10deg);
        -ms-transform: skew(-10deg, 10deg);
        -o-transform: skew(-10deg, 10deg);
    }

    50% {
        transform: skew(10deg, -10deg);
        -webkit-transform: skew(10deg, -10deg);
        -moz-transform: skew(10deg, -10deg);
        -ms-transform: skew(10deg, -10deg);
        -o-transform: skew(10deg, -10deg);
    }

    100% {
        transform: skew(-10deg, 10deg);
        -webkit-transform: skew(-10deg, 10deg);
        -moz-transform: skew(-10deg, 10deg);
        -ms-transform: skew(-10deg, 10deg);
        -o-transform: skew(-10deg, 10deg);
    }

}

.about-bg-img2 {
    position: absolute;
    top: 25%;
    right: 7%;
    animation: Updown 4s linear infinite;
    -webkit-animation: Updown 4s linear infinite;
}

@-webkit-keyframes Updown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    75% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

}

.about-bg-img3 {
    position: absolute;
    top: 48%;
    left: 4%;
    animation: Updown 4s linear infinite;
    -webkit-animation: Updown 4s linear infinite;
}

.about-bg-img4 {
    position: absolute;
    top: 52%;
    right: 5%;
    animation: rotate 15s linear infinite;
    -webkit-animation: rotate 15s linear infinite;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}

.about-bg-img5 {
    position: absolute;
    top: 73%;
    left: 12%;
    animation: bounc 3s ease-in-out infinite;
    -webkit-animation: bounc 3s ease-in-out infinite;
}

@-webkit-keyframes bounc {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    20% {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
    }

    40% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    60% {
        transform: translateY(-40px);
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
    }

    80% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }
}

.about {
    padding: 90px 0;
}


.btn-outline-black-1 {
    border-width: 2px;
    border-radius: 24px;
    color: #ed695a;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}


.about-section h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}


/*** 

====================================================================
	Choose Us Area
====================================================================

***/


.choose-section {
    background-color: var(--thm-primary-light);
    padding: 90px 0;
}

.choose-section .choose-text span {
    font-size: 18px;
    color: #f47514;
    display: inline-block;
    margin-bottom: 10px;
}

.choose-section .choose-text h2 {
    font-size: 46px;
    margin-bottom: 25px;
}

.choose-section .choose-text p {
    margin-top: 25px;
    margin-bottom: 40px;
    color: #444;
}

.choose-section .choose-text ul {
    padding: 0;
    margin: 0;
}

.choose-section .choose-text ul li {
    list-style-type: none;
    padding-left: 70px;
    position: relative;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #864e48;
}

.choose-section.choose-three .choose-text ul li i {
    background-color: #ffffff;
}
.choose-section .choose-text ul li i {
    position: absolute;
    background-color: #f6f4ff;
    color: var(--thm-primary);
    border-radius: 5px;
    font-size: 30px;
    left: 0;
    top: -9px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}


/*** 

====================================================================
	Feature Area
====================================================================

***/

.feature-one {
  background-color: #eff2f6;
  padding-bottom: 90px;
  padding-top: 358px;
  position: relative;
}

@media (max-width: 991px) {
  .feature-one {
    padding-top: 120px;
  }
}

@media (max-width: 425px) {
  .feature-one {
    padding-top: 80px;
  }
}

.feature-one-shape-1 {
  position: absolute;
  bottom: 80px;
  left: 232px;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.feature-one-shape-2 {
  position: absolute;
  top: 330px;
  right: 225px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.feature-one-shape-3 {
  position: absolute;
  top: 170px;
  left: 240px;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.feature-one .block-text {
  margin-top: 30px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .feature-one .block-text {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .feature-one .block-text {
    margin-bottom: 50px;
  }
}

.feature-one-box {
  background-color: #fff;
  position: relative;
  align-items: center;
  display: flex;
  padding: 50px;
  border-radius: 4px;
  transition: all 500ms ease;
}

@media (max-width: 1199px) {
  .feature-one-box {
    padding: 40px 30px;
  }
}

.feature-one-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4px);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.feature-one-box i {
  position: relative;
  font-size: 60px;
  color: var(--thm-primary);
  margin-right: 20px;
}

.feature-one-box i::after {
  content: "";
  width: 63px;
  height: 63px;
  background-color: #eff2f6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.feature-one-box i::before {
  position: relative;
  z-index: 11;
}

.feature-one-box p {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  color: var(--thm-black);
  margin: 0;
}

@media (max-width: 1199px) {
  .feature-one-box p {
    font-size: 18px;
  }
}

.feature-one-box:hover {
  background-color: var(--thm-primary);
}



/*** 

====================================================================
	How We Works Area
====================================================================

***/

.how-works-section {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 120px;
}

.how-works-box {
    text-align: center;
    position: relative;
    border-radius: 50%;
    height: 250px;
    padding: 75px 30px;
    margin: 70px auto 0;
    width: 250px;
    z-index: 1;
    background: #fee5e6 none repeat scroll 0 0;
}

.box-1 img {
	position: absolute;
	top: -30px;
	right: -63%;
}

.box-2 img {
	position: absolute;
	right: -63%;
	bottom: -30px;
}

.works-box-icon i {
    color: var(--thm-primary);
    font-size: 45px;
    line-height: 40px;
}

.works-box-text p {
    color: #ed695a;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    line-height: 80px;
}

.works-box-icon {
    position: absolute;
    bottom: 0px;
    left: -10px;
    background: #fff;
    padding: 15px;
    border-radius: 50px;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}

.how-works-box.box-1,
.how-works-box.box-2,
.how-works-box.box-3 {
    position: relative
}

.how-works-box:before {
    position: absolute;
    content: "1";
    font-size: 13rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0;
    line-height: 224px;
    line-height: 14rem;
    z-index: -1;
    color: #fff;
}

.how-works-box.two:before {
    color: #ece2e2;
}

.how-works-box.two {
    background: #fff;
    border-radius: 70px;
    text-align: center;
    box-shadow: 0px 20px 40px rgba(0, 24, 73, 0.10);
}

.how-works-box.box-2:before {
    content: "2";
}
.how-works-box.box-3:before {
    content: "3";
}


/*** 

====================================================================
	Category Area
====================================================================

***/

.category-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.category-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 70px;
  padding: 30px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover{
  box-shadow: 0 20px 30px rgb(237 105 90 / 9%);
}

.category-block-one .inner-box .pattern .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 229px;
  height: 103px;
  opacity: 0;
  left: -30px;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover .pattern .pattern-1{
  left: 0px;
  opacity: 1;
}

.category-block-one .inner-box .pattern .pattern-2{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 149px;
  height: 87px;
  opacity: 0;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover .pattern .pattern-2{
  opacity: 1;
}

.category-block-one .inner-box .icon-box{
  position: relative;
  min-height: 70px;
  margin-bottom: 15px;
}

.category-block-one .inner-box .icon-box img{
  transition: all 500ms ease;
  display: inline-block;
}

.category-block-one .inner-box:hover .icon-box img{
  transform: scale(1.1);
}

.category-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-top: 15px;
}

.category-block-one .inner-box p{
  font-size: 16px;
}

.category-block-one .inner-box .icon{
    font-size: 40px;
    color: #ed695a;
}

.category-block-one .inner-box h3 a{
  display: inline-block;
  color: #383838;
}

.category-block-one .inner-box .link a {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  background: var(--thm-primary-light);
  border-radius: 50%;
  transform: scale(1,1);
  transition: all 500ms ease;
}

.category-block-one .inner-box .link a i{
    font-size: 19px;
    color: var(--thm-primary);
}

.category-block-one .inner-box:hover .link a{
  transform: scale(0,0);
}

.category-block-one .inner-box .btn-box{
    position: absolute;
    left: 0px;
    bottom: 26px;
    width: 100%;
    text-align: center;
}

.category-block-one .inner-box .btn-box a{
  padding: 12px 30px;
  transform: scale(0,0);
}

.category-block-one .inner-box:hover .btn-box a{
  transform: scale(1,1);
}

.category-section .more-btn{
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.category-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.bg-color-3 {
    background: #f0f3f6;
}

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    background: #ed695a;
    line-height: 26px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 17px 40px;
    border-radius: 30px;
    z-index: 1;
    transition: all 500ms ease;
}

.brand-two-carousel .item {
    background: #c6d0da;
    padding: 20px;
    opacity: 0.3;
    margin: 10px;
    transition: all 500ms ease;
}

.brand-two-carousel .item:hover {
    background: #ffffff;
}



/*** 

====================================================================
	FAQ Area
====================================================================

***/

.rs-faq {
    padding: 90px 0;
}

.rs-faq.inner .accordion {
  border-width: 12px;
}
.rs-faq.inner .accordion .card {
  margin-bottom: 25px;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}
.rs-faq.inner .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq.inner .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background-color: transparent;
}
.rs-faq.inner .accordion .card .card-header .card-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #1c1b1b;
  display: block;
  padding: 20px 25px;
  background: transparent;
  border: none;
}
.rs-faq.inner .accordion .card .card-body {
  background: transparent;
  font-weight: 400;
  color: #363636;
  padding: 15px 40px 41px 20px !important;
  border: none;
}
.rs-faq.inner .accordion .card .card-header .card-link {
  position: relative;
  padding-left: 65px !important;
}
.rs-faq.inner .accordion .card .card-header .card-link:after {
  content: '-';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 20px;
  color: var(--thm-primary);
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-faq.inner .accordion .card .card-header .card-link.collapsed:after {
  content: '+';
}

/*** 

====================================================================
	Sidebar Form
====================================================================

***/


.sidebar-form {
  padding: 40px 30px;
  background: url(../images/backgrounds/sidebar-form.jpg);
  background-repeat: no-repeat;
}
.sidebar-form .title {
    color: var(--thm-base);
    font-weight: 600;
}
.sidebar-form input,
.sidebar-form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: var(--thm-gray);
  background: var(--thm-primary-light);
  font-size: 16px;
  font-weight: 500;
  padding: 10.5px 20px;
}
.sidebar-form textarea {
  display: inherit;
  height: 120px;
}
.sidebar-form button.readon {
  font-size: 14px;
  font-weight: 400;
  color: #106eea;
  background: #ffffff;
}
.sidebar-form button.readon:hover {
  background: #e6e6e6;
}
.sidebar-form ::-webkit-input-placeholder {
  color: var(--thm-gray);
}
.sidebar-form :-ms-input-placeholder {
  color: var(--thm-gray);
}
.sidebar-form ::placeholder {
  color: var(--thm-gray);
}



/*** 

====================================================================
	File Upload
====================================================================

***/


.btn-primary.btn-file {
    background: var(--thm-primary);
    border-color: var(--thm-primary);
    line-height: 63px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.file-drop-zone-title {
    color: #b7c2ce;
    font-weight: 600;
}

.file-caption.form-control {
    height: 65px;
    background: #f0f3f6;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
    color: var(--thm-gray);
    border-radius: 4px;
    line-height: 65px;
}

.file-preview {
    background: #f0f3f6;
}

.file-drop-zone {
    background: #fff;
}