body,
html {
  font-family: "Bw Nista Geometric Regular";
  font-size: 14px;
  line-height: 23px;
  color: #797979;
}
#preloader {
  background-color: #1a87c5;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
a {
  color: #797979;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #707070;
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bw Nista Geometric Regular";
  line-height: 1.1;
  color: #222;
  margin: 0;
  padding: 0;
}
input,
select,
button,
textarea {
  outline: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gc_header_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.gc_logo {
  width: auto;
  padding-top: 13px;
}
.gc_logo img {
  display: inline-block;
}
.header-area {
  width: 100%;
  padding-top: 15px;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.logo a {
  color: #fff;
  display: inline-block;
}
.logo a h2 {
  display: inline-block;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.logo a h2 span {
  background-color: #fff;
  color: #222;
  display: inline-block;
  padding: 5px 10px;
}
.jp_top_header_img_wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid #00a79d;
  position: relative;
  background-color: hsla(200, 40%, 30%, 0.4);
}
@keyframes para {
  100% {
    background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0;
  }
}
.gc_main_menu_wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
}
.jp_slide_img_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0e1427d4;
}
.menu-bar {
  cursor: pointer;
  position: relative;
  right: 15px;
  z-index: 9;
  height: 42px;
  display: block;
  float: right;
  margin-top: 15px;
}
.menu-bar span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  -webkit-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  width: 30px;
}
.mainmenu {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  padding-right: 15px;
  position: absolute;
  right: -145px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  visibility: hidden;
}
.mainmenu.menu-open {
  position: relative;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  right: 15px;
  visibility: visible;
}
.mainmenu ul li {
  display: inline-block;
  position: relative;
}
.mainmenu ul li a {
  color: #000 !important;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 11px 20px 27px 10px;
  font-family: "Montserrat", sans-serif;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  position: relative;
}
.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active > .gc_main_navigation {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  color: #fff !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.menu-bar:after,
.menu-bar:before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  width: 30px;
}
.menu-bar.menu-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar.menu-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-bar.menu-close span {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.mainmenu ul ul,
.mainmenu ul li .mega-menu {
  width: 220px;
  position: absolute;
  text-align: left;
  background-color: #0e1427;
  top: calc(100% + 30px);
  z-index: 9999999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.mainmenu > ul > li:last-child > ul {
  right: 0;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover > .mega-menu {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  top: 100%;
  background: #0e142773;
  border-top: 2px solid #00a79d;
}
.mainmenu ul ul li {
  display: block;
}
.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
  color: #222;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 8px 10px 8px 20px;
  border-bottom: 1px solid #ffffff52;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
  background-color: #00468c;
  color: #fff !important;
}
.mainmenu ul ul li:last-child > a {
  border-bottom: 0;
}
.mainmenu ul ul li:hover > a {
  background-color: #00a79d;
  padding-left: 23px;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mainmenu ul ul li a:after {
  content: "";
}
.mainmenu ul ul li > ul {
  left: -100%;
  top: 50%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}
.mainmenu ul ul li:hover > ul {
  top: 20%;
}
.mainmenu ul li.has-mega {
  position: static;
}
.mainmenu ul li.has-mega .mega-menu {
  width: 100%;
  left: 0;
  padding: 20px 0;
}
.mainmenu ul li.has-mega .mega-menu span {
  width: 25%;
  float: left;
  border-left: 1px solid #eee;
}
.mainmenu ul li.has-mega .mega-menu span a {
  padding-left: 20px;
  padding-right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mainmenu ul li.has-mega .mega-menu span a:last-child {
  border-bottom: 0;
}
.mainmenu ul li.has-mega .mega-menu span a:hover {
  padding-left: 3px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mainmenu ul li span a.active {
  font-weight: 600;
}
.mainmenu ul ul li.active > a {
  background-color: #eee;
  font-weight: 600;
}
.mainmenu .gc_main_navigation.parent:after,
.mainmenu .gc_main_navigation.parent:before,
.mainmenu ul li.has-mega > a:before,
.mainmenu ul li.has-mega > a:after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #00a79d !important;
  top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainmenu .gc_main_navigation.parent:before,
.mainmenu ul li.has-mega a:before {
  width: 0;
  top: 50%;
  left: -40px;
}
.mainmenu .gc_main_navigation.parent:hover:before,
.mainmenu ul li.has-mega:hover > a:before {
  width: 10px;
  top: 50%;
}
.mainmenu .gc_main_navigation.parent:after,
.mainmenu ul li.has-mega a:after {
  width: 0;
  top: 50%;
  left: 5px;
}
.mainmenu .gc_main_navigation.parent:hover:after,
.mainmenu ul li.has-mega:hover > a:after {
  width: 30px;
  top: 50%;
}
.menu_fixed {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 0;
  right: 0;
}
.header-area.stick .logo a {
  color: #222;
  margin-top: 2px;
  position: relative;
  z-index: 9999999;
}
.header-area.stick .logo a h2 span {
  background-color: #222;
  color: #fff;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
  color: #fff;
}
.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega > a:before,
.stick .mainmenu ul li.has-mega > a:after,
.stick .mean-container a.meanmenu-reveal span {
  background-color: #222;
}
.hidden-menu-bar .mainmenu {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
  padding-right: 0;
  position: relative;
  z-index: 10;
  float: right;
}
.float_left {
  float: left;
}
.left-side-wrapper {
  background-color: #222;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 15%;
  z-index: 99;
}
.left-side-wrapper .logo {
  text-align: center;
}
.left-side-wrapper .mainmenu ul li {
  display: block;
}
.left-side-wrapper .mainmenu {
  margin-top: 50px;
  position: relative;
}
.left-side-wrapper .mainmenu ul li > a:after,
.left-side-wrapper .mainmenu ul li.active > a:after {
  bottom: -5px;
  left: 20px;
  right: auto;
}
.right-side-wrapper {
  margin-left: 15%;
  width: 85%;
}
.right-side-wrapper .container-fluid {
  padding: 0 10%;
}
.right-side-wrapper .container-fluid .single-project-item {
  height: 370px;
}
.right-side-wrapper .container-fluid .single-project-item.large {
  height: 460px;
}
.mainmenu.one-page-menu ul li a {
  padding-right: 10px;
  padding-left: 10px;
}
.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  width: 90%;
}
.mainmenu.one-page-menu ul li a:after {
  width: 0;
  height: 1px;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.stick .mainmenu.one-page-menu ul li a:after {
  background-color: #222;
}
.slicknav_menu {
  display: none;
}
.gc_right_menu {
  float: right;
  width: auto;
  margin-top: -7px;
}
.gc_right_menu > ul {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.gc_right_menu > ul > li {
  float: left;
  width: auto;
  list-style: none;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_right_menu ul > li:last-child {
  margin-right: 0;
}
.gc_right_menu ul > li .gc_btn {
  background-color: #00468c;
  border: 2px solid #00468c;
  color: #fff;
}
.gc_right_menu > ul > li .gc_btn:hover {
  background-color: #fff;
  border: 2px solid #00468c;
  color: #00468c;
}
.gc_right_menu > ul > li > svg {
  width: 36px;
  height: 28px;
  padding-top: 13px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_right_menu > ul > li svg:hover #share,
.gc_right_menu > ul > li > svg:hover #search,
.gc_right_menu > ul > li > svg:hover .menubar {
  fill: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_search_box {
  position: absolute;
  right: 0;
  top: -13px;
  padding: 0;
  width: 350px;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 8px -5px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}
.gc_search_box input {
  float: left;
  width: calc(100% - 60px);
  padding: 0 10px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-right: 0;
  -webkit-border-top-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.gc_search_box button {
  width: 60px;
  height: 60px;
  color: #fff;
  border: 1px solid #8bdaee;
  border-left: none;
  background-color: #8bdaee;
  text-align: center;
  padding: 0;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-top-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.gc_search_box button:hover {
  color: #fff;
  background-color: #00a79d;
  border-color: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.menu_fixed {
  position: fixed;
  z-index: 1000;
  padding: 0;
  top: 0;
  padding-top: 25px;
  background-color: #fff;
  -o-box-shadow: 0 0 25px -10px;
  -ms-box-shadow: 0 0 25px -10px;
  -moz-box-shadow: 0 0 25px -10px;
  -webkit-box-shadow: 0 0 25px -10px;
  box-shadow: 0 0 25px -10px;
}
.gc_btn {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 49px;
  font-size: 16px;
  color: #111;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #e1e1e1;
  padding: 0 30px;
  font-family: "Droid Serif", serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_btn:hover {
  color: #fff;
  background-color: #e5ae49;
  border: 2px solid #e5ae49;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_main_navigation i {
  color: #00a79d;
}
.jp_navi_right_btn_wrapper ul {
  float: right;
}
.jp_navi_right_btn_wrapper li {
  float: left;
  margin-left: 20px;
}
.jp_navi_right_btn_wrapper li:first-child {
  margin-left: 0;
}
.jp_navi_right_btn_wrapper li:first-child a {
  float: left;
  width: 130px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid #ffffff40;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_navi_right_btn_wrapper li:first-child a:hover {
  background: #f36969;
  border: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_navi_right_btn_wrapper li:last-child a {
  float: left;
  width: 130px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid #f36969;
  background: #f36969;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_navi_right_btn_wrapper li:last-child a:hover {
  background: transparent;
  border: 1px solid #ffffff40;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gc_heading {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
.gc_heading h1 {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 36px;
  color: #00468c;
  font-family: "Lora", serif;
}
.gc_heading h2 {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 30px;
  color: #e5ae49;
  font-family: "Great Vibes", cursive;
}
.jp_banner_heading_cont_wrapper {
  float: left;
  width: 100%;
}
.test {
  margin-top: 370px;
}
.tests {
  margin-top: 380px;
}
.testcompany {
  margin-top: 204px;
}
.jp_job_heading h1 {
  font-size: 60px;
  color: #fff;
}
.jp_job_heading h1 span {
  color: #00a79d;
  font-weight: 700;
}
.jp_job_heading p {
  font-size: 20px;
  color: #ffffffa8;
  padding-top: 10px;
}
.jp_header_form_wrapper {
  background: #ffffff24;
  margin-top: 14px;
}
.jp_header_form_wrapper input,
.jp_form_exper_wrapper input {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #00a79d;
  padding-left: 18px;
  padding-right: 20px;
}
.jp_form_location_wrapper select,
.jp_form_exper_wrapper select {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: transparent;
  padding-left: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.jp_form_location_wrapper .second_icon,
.jp_form_exper_wrapper .second_icon {
  position: absolute;
  top: 19px;
  margin-left: -20px;
}
select.loc-drop {
  border: 1px solid #00a79d;
}
ul.mn-list.float_left {
  padding-top: 27px;
}
.menu-list ul li {
  display: inline;
  padding-left: 20px;
}
.jp_form_location_wrapper .first_icon,
.jp_form_exper_wrapper .first_icon {
  position: absolute;
  top: 17px;
  font-size: 20px;
  left: 30px;
  z-index: 1;
  color: #00a79d;
}
.jp_form_btn_wrapper li a {
  float: left;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #00a79d;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_form_btn_wrapper li a:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_form_btn_wrapper li a i {
  padding-right: 5px;
}
.jp_banner_main_jobs_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 45px;
}
.jp_banner_main_jobs li {
  float: left;
  margin-left: 20px;
}
.jp_banner_main_jobs li:first-child {
  margin-left: 0;
  color: #fff;
}
.jp_banner_main_jobs li i {
  padding-right: 5px;
  color: #00a79d;
}
.jp_banner_main_jobs li a {
  color: #ffffffcf;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_banner_main_jobs li a:hover {
  color: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_banner_jobs_categories_wrapper {
  float: left;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: relative;
}
.jp_top_jobs_category_wrapper {
  float: left;
  text-align: center;
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #ffffff21;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.jp_job_cate_left_border {
  border-left: 1px solid #ffffff21;
}
.jp_top_jobs_category_wrapper:hover {
  background: #00a79d;
  box-shadow: 0 0 37px #00000091;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
}
.jp_top_jobs_category {
  display: inline-block;
}
.jp_top_jobs_category i {
  color: #00a79d;
  font-size: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_top_jobs_category_wrapper:hover .jp_top_jobs_category i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_top_jobs_category h3 {
  font-size: 16px;
  font-weight: 500;
}
.jp_top_jobs_category h3 a {
  color: #fff;
}
.jp_top_jobs_category p {
  font-size: 14px;
  color: #ffffffb8;
  padding-top: 5px;
}
.jp_tittle_name_wrapper {
  float: left;
  width: 15%;
  text-align: center;
  background: #00a79d;
  padding-top: 35px;
  padding-bottom: 30px;
}
.jp_tittle_name {
  display: inline-block;
}
.jp_tittle_name h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.jp_tittle_name h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
}
.jp_tittle_slider_wrapper {
  float: left;
  width: 85%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-left: 0;
  border-right: 0;
}
.jp_tittle_slider_content_wrapper {
  float: left;
  width: 100%;
}
.jp_tittle_slider_content_wrapper .owl-theme .owl-dots {
  display: none;
}
.jp_tittle_slider_content_wrapper .owl-theme .owl-nav {
  display: none;
}
.jp_tittle_slides_one {
  float: left;
  width: 33.33%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #e9e9e9;
  padding-left: 20px;
}
.jp_tittle_side_img_wrapper {
  float: left;
  width: 65px;
}
.jp_tittle_side_cont_wrapper {
  float: left;
  width: calc(100% - 65px);
  padding-top: 16px;
  padding-left: 11px;
}
.jp_tittle_side_cont_wrapper h4 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.jp_tittle_side_cont_wrapper p {
  font-size: 14px;
  color: #00a79d;
}
.jp_first_sidebar_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.jp_hiring_slider_main_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 10px 35px 40px;
}
.jp_hiring_heading_wrapper h2 {
  font-size: 17px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.jp_hiring_heading_wrapper h2:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 11px;
}
.jp_hiring_heading_wrapper h2:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.jp_hiring_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.jp_hiring_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.jp_hiring_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: -74px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}
.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 30px;
  top: 0;
  color: #dedede;
  background: none;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  right: 0;
  position: absolute;
  color: #dedede;
  background: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_hiring_content_main_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-bottom: 2px solid #00a79d;
  text-align: center;
  padding-top: 0;
  padding-bottom: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_hiring_content_wrapper {
  display: inline-block;
}
@media (max-width: 767px) {
  .jp_hiring_content_wrapper h4 {
    font-size: 11px;
    width: 120px;
  }
}
.content-mobile {
  display: none;
}
.content-middle {
  display: none;
}
.content-desktop {
  display: block;
}
.content-max {
  display: none;
}
.jp_hiring_content_wrapper h4 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jp_hiring_content_wrapper p {
  font-size: 14px;
  padding-top: 5px;
}
.jp_hiring_content_wrapper li a {
  float: left;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #0e1427;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_hiring_content_wrapper img {
  width: auto !important;
  display: inline-block !important;
}
.jp_hiring_content_main_wrapper:hover {
  border-bottom: 2px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_hiring_content_main_wrapper:hover .jp_hiring_content_wrapper li a {
  background: #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cc_featured_product_main_wrapper {
  width: 100%;
  float: left;
  padding-top: 48px;
}
.cc_featured_product_main_wrapper .nav-tabs {
  margin-top: -18px;
  margin-bottom: 23px;
  float: right;
  border: 1px solid #00000026;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ss_featured_products_wrapper {
  float: left;
  width: 100%;
  padding: 100px 0 0;
}
.ss_heading {
  float: left;
  width: auto;
}
.ss_heading h3 {
  float: left;
  width: auto;
  margin: 0;
  margin-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.ss_heading h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  background-color: #0091dc;
  width: 50px;
  height: 1px;
}
.ss_featured_products .item {
  margin-right: 1px;
}
.ss_featured_products {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.ss_featured_products .nav-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ss_featured_products .owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
}
.ss_featured_products .owl-theme .owl-nav .owl-prev {
  font-size: 14px;
  margin: 0;
  padding: 0;
  left: 0;
  top: 30px;
  position: absolute;
  text-align: center;
  background: transparent;
  color: #000;
  border: 1px solid #e9e9e9;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_featured_products .owl-theme .owl-nav .owl-next {
  font-size: 14px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 30px;
  position: absolute;
  text-align: center;
  background: transparent;
  color: #000;
  border: 1px solid #e9e9e9;
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_featured_products .owl-theme .owl-nav .owl-prev:hover,
.ss_featured_products .owl-theme .owl-nav .owl-next:hover {
  background: #00a79d;
  border: 1px solid #00a79d;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_featured_products .owl-theme .owl-dots {
  display: none;
}
.video_nav_img_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.video_nav_img ul {
  display: inline-block;
  position: relative;
  top: 15px;
  z-index: 1000;
}
.video_nav_img li {
  margin-left: 10px;
  float: left;
}
.video_nav_img li:first-child {
  margin-left: 0;
}
.video_nav_img li a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #e9e9e9;
  background: #fff;
  color: #000;
}
.nav-tabs > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  padding-bottom: 13px;
  padding-top: 13px;
  border-left: 1px solid #00000026;
  margin-right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-tabs > li:first-child > a {
  border-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  border: 1px solid #00a79d;
  background: #00a79d;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-tabs > li:first-child.active > a,
.nav-tabs > li:first-child.active > a:hover,
.nav-tabs > li:first-child.active > a:focus {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-top-bottom-radius: 10px;
  border-bottom-left-radius: 10px;
}
.nav-tabs > li:last-child.active > a,
.nav-tabs > li:last-child.active > a:hover,
.nav-tabs > li:last-child.active > a:focus {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav-tabs > li > a:hover {
  border-left: 1px solid #00000026;
}
.nav-tabs > li:first-child > a:hover {
  border-left: 0;
}
.nav-tabs {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cc_featured_second_section {
  margin-top: 40px;
  float: left;
  width: 100%;
}
.jp_job_post_main_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px;
}
.jp_job_post_side_img {
  float: left;
  width: 105px;
}
.jp_job_post_right_cont {
  float: left;
  width: calc(100% - 105px);
  padding-left: 30px;
  padding-top: 10px;
}
.jp_job_post_right_cont h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-bottom: 12px;
  text-align: left;
  text-transform: uppercase;
}
.jp_job_post_right_cont p {
  font-size: 16px;
  color: #00a79d;
  padding-top: 5px;
}
.jp_job_post_right_cont li {
  margin-left: 20px;
}
.jp_job_post_right_cont li i {
  color: #f36969;
}
.jp_job_post_right_cont li {
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.jp_job_post_right_cont li: {
  color: #797979;
  font-size: 16px;
}
.jp_job_post_heading_wrapper {
  float: left;
}
.jp_job_post_right_btn_wrapper ul {
  float: right;
  margin-top: 15px;
}
.jp_job_post_right_btn_wrapper li {
  float: left;
  margin-left: 20px;
}
.jp_job_post_right_btn_wrapper li:first-child {
  margin-left: 0;
}
.jp_job_post_right_btn_wrapper li:first-child a {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #e9e9e9;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #f36969;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_right_btn_wrapper li:first-child a:hover {
  background: #f36969;
  color: #fff;
  border: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_right_btn_wrapper li:nth-child(2) {
  float: none;
  margin-left: 50px;
}
.jp_job_post_right_btn_wrapper li:nth-child(2) a {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #37d09c;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.jp_job_post_right_btn_wrapper li:last-child {
  margin-left: 50px;
  margin-top: 40px;
  float: none;
}
.jp_job_post_right_btn_wrapper li:last-child a {
  float: left;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f36969;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.jp_job_post_keyword_wrapper {
  float: left;
  width: 100%;
  border: 1px solid #e9e9e9;
  background: transparent;
  border-top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px 30px;
}
.jp_job_post_keyword_wrapper li {
  float: left;
  margin-left: 20px;
}
.jp_job_post_keyword_wrapper li:first-child {
  margin-left: 0;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_keyword_wrapper li i {
  padding-right: 5px;
  color: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_keyword_wrapper li a {
  color: #797979;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_main_wrapper_cont {
  float: left;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_main_wrapper_cont:hover .jp_job_post_main_wrapper {
  border: 1px solid #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper {
  border: 1px solid #00a79d;
  border-top: 0;
  background: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li,
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li i,
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li a {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_main_wrapper_cont2 {
  margin-top: 35px;
}
.jp_register_section_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.jp_regis_left_side_box_wrapper {
  float: left;
  width: 50%;
  text-align: center;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #00a79d;
  border-right: 0;
  padding-top: 85px;
  padding-bottom: 85px;
}
.jp_regis_left_side_box {
  display: inline-block;
}
.jp_regis_left_side_box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-top: 15px;
  position: relative;
}
.jp_regis_left_side_box h4:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}
.jp_regis_left_side_box h4:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jp_regis_left_side_box p {
  padding-top: 50px;
}
.jp_regis_left_side_box ul {
  display: inline-block;
  margin-top: 25px;
}
.jp_regis_left_side_box li a {
  float: left;
  width: 230px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  background: #00a79d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_regis_left_side_box li a:hover {
  background: #f36964;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_regis_right_side_box_wrapper {
  float: left;
  width: 50%;
  padding-top: 85px;
  padding-bottom: 85px;
  background: url(../images/content/register_bg.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
.jp_regis_right_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.jp_regis_right_side_box {
  display: inline-block;
  position: relative;
}
.jp_regis_right_side_box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  position: relative;
}
.jp_regis_right_side_box h4:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}
.jp_regis_right_side_box h4:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jp_regis_right_side_box p {
  padding-top: 50px;
  color: #ffffffa3;
}
.jp_regis_right_side_box ul {
  display: inline-block;
  margin-top: 25px;
}
.jp_regis_right_side_box li a {
  float: left;
  width: 230px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  background: #f36969;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_regis_right_side_box li a:hover {
  background: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_regis_center_tag_wrapper {
  width: 70px;
  height: 70px;
  background: #00a79d;
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jp_regis_center_tag_wrapper p {
  color: #fff;
  font-weight: 700;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 23px;
}
.jp_first_right_sidebar_main_wrapper {
  float: left;
  width: 100%;
}
.jp_add_resume_wrapper {
  background: url(../images/content/resume-bg.jpg) 50% 0 repeat-y;
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.jp_add_resume_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
}
.jp_add_resume_cont {
  position: relative;
  display: inline-block;
  padding-top: 45px;
  padding-bottom: 45px;
}
.jp_add_resume_cont h4 {
  font-size: 16px;
  color: #fff;
  padding-top: 25px;
  line-height: 25px;
  position: relative;
}
.jp_add_resume_cont h4:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}
.jp_add_resume_cont h4:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jp_add_resume_cont ul {
  display: inline-block;
  margin-top: 35px;
}
.jp_add_resume_cont li a {
  float: left;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  background: #00a79d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_add_resume_cont li a:hover {
  background: #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_spotlight_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.spotlight_header_wrapper {
  float: left;
  width: 100%;
  background: #00a79d;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.spotlight_header_wrapper h4 {
  font-size: 16px;
  color: #fff;
}
.jp_spotlight_slider_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-top: 0;
  border-bottom: 1px solid #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 30px 30px 40px;
}
.jp_spotlight_slider_wrapper:hover {
  border-bottom: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_spotlight_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.jp_spotlight_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: -66px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}
.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 20px;
  top: 0;
  color: #ffffffab;
  background: none;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  margin: 0;
  padding: 0;
  top: 0;
  right: -10px;
  position: absolute;
  color: #ffffffab;
  background: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_spotlight_slider_cont_Wrapper h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-top: 40px;
}
.jp_spotlight_slider_cont_Wrapper p {
  font-size: 16px;
  color: #00a79d;
  padding-top: 5px;
}
.jp_spotlight_slider_cont_Wrapper li {
  float: left;
}
.jp_spotlight_slider_cont_Wrapper li i {
  color: #f36969;
}
.jp_spotlight_slider_cont_Wrapper li:first-child {
  margin-left: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.jp_spotlight_slider_cont_Wrapper li:last-child {
  color: #797979;
  font-size: 16px;
  margin-top: 20px;
}
.jp_spotlight_slider_btn_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.jp_spotlight_slider_btn ul {
  display: inline-block;
  margin-top: 35px;
}
.jp_spotlight_slider_btn li a {
  float: left;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  background: #f36969;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_spotlight_slider_btn li a:hover {
  background: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_job_categories_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.jp_rightside_job_categories_heading {
  float: left;
  width: 100%;
  background: #00a79d;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.jp_rightside_job_categories_heading h4 {
  font-size: 16px;
  color: #fff;
}
.jp_rightside_job_categories_content {
  float: left;
  width: 100%;
  background: #fff;
  padding-left: 20px;
  padding-bottom: 40px;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #00a79d;
  border-top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_job_categories_wrapper:hover
  .jp_rightside_job_categories_content {
  border-bottom: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_job_categories_content ul {
  margin-top: 30px;
}
.jp_rightside_job_categories_content li {
  margin-top: 20px;
}
.jp_rightside_job_categories_content li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_job_categories_content li a:hover {
  color: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_job_categories_content li:first-child {
  margin-top: 0;
}
.jp_rightside_job_categories_content li i {
  padding-right: 5px;
  color: #f36969;
}
.jp_rightside_job_categories_content li a span {
  color: #00a79d;
}
.jp_rightside_job_categories_content li:last-child a {
  font-size: 14px;
  font-weight: 700;
  color: #00a79d;
  text-transform: uppercase;
}
.jp_rightside_job_categories_content li:last-child i {
  color: #00a79d;
}
.jp_rightside_career_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.jp_rightside_career_heading {
  float: left;
  width: 100%;
  background: #00a79d;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.jp_rightside_career_heading h4 {
  font-size: 16px;
  color: #fff;
}
.jp_rightside_career_main_content {
  float: left;
  width: 100%;
  background: #fff;
  padding-bottom: 40px;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #22c0e9;
  border-top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_career_main_content:hover {
  border-bottom: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_rightside_career_content_wrapper {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-left: 30px;
}
.jp_rightside_career_img {
  float: left;
  width: 80px;
}
.jp_rightside_career_img_cont {
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.jp_rightside_career_img_cont h4 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.jp_rightside_career_img_cont p {
  font-size: 12px;
  padding-top: 3px;
}
.jp_rightside_career_img_cont p i {
  color: #f36969;
  font-size: 14px;
  font-weight: 700;
}
.jp_rightside_career_btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.jp_rightside_career_btn a {
  text-transform: uppercase;
  color: #22c0e9;
  padding-left: 30px;
}
.jp_rightside_career_btn a i {
  color: #22c0e9;
}
.jp_counter_main_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.gc_counter_cont_wrapper {
  float: left;
  width: 25%;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #00a79d;
}
.gc_counter_cont_wrapper2 {
  float: left;
  width: 25%;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #22b5db;
  border-left: 0;
  border-right: 0;
}
.gc_counter_cont_wrapper3 {
  float: left;
  width: 25%;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #00a79d;
  border-right: 0;
}
.gc_counter_cont_wrapper4 {
  float: left;
  width: 25%;
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #22b5db;
}
.count-description {
  margin-top: 30px;
}
.count-description span {
  font-size: 50px;
  color: #fff;
  margin-top: 50px;
  font-weight: 900;
  position: relative;
}
.count-description i {
  font-size: 30px;
  color: #fff;
  padding-left: 10px;
  position: relative;
  top: -5px;
}
.con1,
.con2,
.con3,
.con4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.count-description span:before {
  content: "";
  border: 1px solid #fff;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -3px;
  right: 0;
  margin: 0 auto;
}
.count-description span:after {
  content: "";
  border: 1px solid #fff;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: -40px;
  margin: 0 auto;
}
.jp_best_deals_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.jp_best_deal_slider_main_wrapper {
  float: left;
  width: 100%;
}
.jp_best_deal_heading_wrapper h2 {
  font-size: 20px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.jp_best_deal_heading_wrapper h2:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 11px;
}
.jp_best_deal_heading_wrapper h2:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.jp_best_deal_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.jp_best_deal_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.jp_best_deal_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: -74px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}
.jp_best_deal_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 30px;
  top: 0;
  color: #dedede;
  background: none;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  right: 0;
  position: absolute;
  color: #dedede;
  background: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_best_deal_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_main_cont_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px;
  border: 1px solid #e9e9e9;
  border-bottom: 1px solid #22b5db;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_main_cont_wrapper:hover {
  border-bottom: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_icon_sec {
  float: left;
  width: 40px;
  padding-top: 10px;
}
.jp_best_deal_cont_sec {
  float: left;
  width: calc(100% - 40px);
  padding-left: 20px;
}
.jp_best_deal_cont_sec h4 {
  font-size: 20px;
}
.jp_best_deal_cont_sec h4 a {
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_main_cont_wrapper:hover .jp_best_deal_cont_sec h4 a {
  color: #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_icon_sec i:before {
  font-size: 35px;
  color: #22b5db;
  margin-left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_main_cont_wrapper:hover .jp_best_deal_icon_sec i:before {
  color: #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_best_deal_cont_sec p {
  padding-top: 15px;
}
.jp_best_deal_main_cont_wrapper2 {
  margin-top: 30px;
}
.jp_best_deal_right_sec_wrapper {
  margin-top: 0;
}
.jp_best_deal_right_content {
  padding-top: 27px;
}
.jp_client_slider_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.jp_client_heading_wrapper h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.jp_client_heading_wrapper h2:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 11px;
}
.jp_client_heading_wrapper h2:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.jp_client_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.jp_client_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.jp_client_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: -74px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}
.jp_client_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 30px;
  top: 0;
  color: #ffffff85;
  background: none;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_client_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  right: 0;
  position: absolute;
  color: #ffffff85;
  background: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_client_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_client_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_first_client_slider_wrapper {
  background: url(../images/content/client_bg.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
}
.jp_first_client_slider_img_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #0e1427d9;
}
.jp_client_slide_show_wrapper {
  float: left;
  width: 100%;
}
.jp_client_slider_img_wrapper {
  float: left;
  width: 120px;
}
.jp_client_slider_img_wrapper img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.jp_client_slider_cont_wrapper {
  float: left;
  width: calc(100% - 120px);
  padding-left: 35px;
  padding-top: 18px;
}
.jp_client_slider_cont_wrapper p {
  font-size: 20px;
  font-style: italic;
  color: #ffffffd4;
}
.jp_client_slider_cont_wrapper i {
  color: #f1a835;
}
.jp_client_slider_cont_wrapper span {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  font-weight: 700;
}
.jp_client_slider_cont_wrapper span b {
  color: #00a79d;
  font-family: "Lato", sans-serif;
}
.jp_pricing_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.stars_wrapper {
  float: left;
  width: 100%;
  height: 40px;
  background: #fca900;
  color: #fff;
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  margin-left: -100px;
}
.stars_wrapper i {
  position: relative;
  left: -35px;
  top: 5px;
}
.price_box1 span,
.price_box2 span,
.price_box3 span {
  font-size: 30px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
.price_box1 h1,
.price_box2 h1,
.price_box3 h1 {
  font-size: 30px;
  font-size: 25px;
  padding-top: 11px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  margin-top: 31px;
  font-weight: 700;
  margin-left: -14px;
}
.box1_heading_wrapper {
  width: 100%;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 130px;
}
.pricing_box1_wrapper {
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_border_box1_wrapper:hover {
  border-bottom: 1px solid #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_border_box2_wrapper:hover {
  border-bottom: 1px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_border_box3_wrapper:hover {
  border-bottom: 1px solid #37d09c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.box1_heading_wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 50px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.box1_heading_wrapper h4:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}
.box1_heading_wrapper h4:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box2_heading_wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 50px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.box2_heading_wrapper h4:before {
  content: "";
  border: 1px solid #f36969;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}
.box2_heading_wrapper h4:after {
  content: "";
  border: 1px solid #f36969;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box3_heading_wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 50px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.box3_heading_wrapper h4:before {
  content: "";
  border: 1px solid #37d09c;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: -45px;
  right: 0;
  margin: 0 auto;
}
.box3_heading_wrapper h4:after {
  content: "";
  border: 1px solid #37d09c;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.price_box1_wrapper {
  text-align: center;
}
.price_box1 {
  width: 120px;
  height: 120px;
  border: 2px solid #00a79d;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  display: inline-block;
  margin-top: -75px;
  line-height: 55px;
  z-index: 1;
  background: #00a79d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px;
}
.price_box2 {
  width: 120px;
  height: 120px;
  border: 2px solid #f36969;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  display: inline-block;
  margin-top: -75px;
  line-height: 55px;
  z-index: 1;
  background: #f36969;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px;
}
.price_box3 {
  width: 120px;
  height: 120px;
  border: 2px solid #37d09c;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  display: inline-block;
  margin-top: -75px;
  line-height: 55px;
  z-index: 1;
  background: #37d09c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -9px;
}
.pricing_cont {
  display: inline-block;
}
.pricing_cont ul {
  list-style: none;
  padding: 0;
  margin-top: 60px;
  text-align: left;
}
.pricing_cont li {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #000;
  margin-top: 25px;
}
.pricing_btn_wrapper {
  text-align: center;
}
.pricing_btn1,
.pricing_btn2,
.pricing_btn3 {
  display: inline-block;
  padding-bottom: 50px;
}
.pricing_btn1 ul,
.pricing_btn2 ul,
.pricing_btn3 ul {
  padding: 0;
  list-style: none;
  margin-top: 60px;
}
.pricing_btn1 li a {
  width: 170px;
  height: 50px;
  float: left;
  color: #fff;
  background: #0e1427;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  border: 2px solid #0e1427;
}
.pricing_btn2 li a {
  width: 170px;
  height: 50px;
  float: left;
  color: #fff;
  background: #0e1427;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  border: 2px solid #0e1427;
}
.pricing_btn3 li a {
  width: 170px;
  height: 50px;
  float: left;
  color: #fff;
  background: #0e1427;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  border: 2px solid #0e1427;
}
.pricing_box1_wrapper:hover .pricing_btn1 li a {
  background: #00a79d;
  border: 2px solid #00a79d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover .pricing_btn2 li a {
  background: #f36969;
  border: 2px solid #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pricing_box1_wrapper:hover .pricing_btn3 li a {
  background: #37d09c;
  border: 2px solid #37d09c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_pricing_label_wrapper {
  width: 40px;
  height: 69px;
  background: #f1a835;
  position: absolute;
  top: -100px;
  right: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_pricing_label_wrapper:after {
  content: "";
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing_box1_wrapper:hover .jp_pricing_label_wrapper {
  top: 0;
  padding-top: 12px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_pricing_label_wrapper i {
  color: #fff;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}
.pricing_box1_wrapper:hover .jp_pricing_label_wrapper i {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}
.jp_downlord_main_wrapper {
  background: url(../images/content/down_bg.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 30px;
}
.jp_downlord_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a79de0;
}
.ss_download_wrapper_details {
  float: left;
  width: 100%;
  padding-top: 120px;
}
.ss_download_wrapper_details h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 44px;
  margin: 0 0 30px;
  padding-bottom: 15px;
  position: relative;
  font-weight: 100;
}
.ss_download_wrapper_details h1:before {
  content: "";
  border: 1px solid #ffffffcf;
  width: 8px;
  position: absolute;
  bottom: -6px;
  left: 5px;
}
.ss_download_wrapper_details h1:after {
  content: "";
  border: 1px solid #ffffffcf;
  width: 30px;
  position: absolute;
  bottom: -6px;
  left: 17px;
}
.ss_download_wrapper_details h1 span {
  font-weight: 900;
}
.ss_download_wrapper_details p {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #fff;
  margin: 0 0 50px;
  font-style: italic;
}
/*.ss_download_wrapper_details img {*/
/*  position: absolute;*/
/*  top: -50px;*/
/*  right: 0;*/
/*}*/
.ss_download_wrapper_details a {
  float: left;
  width: auto;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-right: 30px;
}
.ss_download_wrapper_details a span {
  float: left;
  width: 60px;
  border-right: 1px solid #e9e9e9;
  margin-right: 25px;
}
.ss_download_wrapper_details a span i {
  font-size: 22px;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details a.ss_appstore:hover i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details a.ss_appstore {
  margin-right: 20px;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details a.ss_appstore:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details
  a.ss_appstore:hover
  .ss_download_wrapper_details
  a
  span
  i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details a.ss_playstore {
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details a.ss_playstore span {
  border-right: 1px solid #e9e9e9;
}
.ss_download_wrapper_details a.ss_playstore:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ss_download_wrapper_details a.ss_playstore:hover i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_newsletter_wrapper {
  float: left;
  width: 100%;
  background: #ffffff14;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.jp_newsletter_img_overlay_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e1427eb;
}
.jp_newsletter_text {
  float: left;
  width: 100%;
  padding-top: 2px;
}
.jp_newsletter_text h3 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.76);
  margin: 8px 0;
  text-transform: uppercase;
}
.jp_newsletter_text h3 span {
  font-weight: 700;
  color: #fff;
}
.jp_newsletter_text h3 i {
  margin-right: 5px;
  font-size: 30px;
  color: #fff;
}
.jp_newsletter_field {
  float: left;
  width: 100%;
}
.jp_newsletter_field input {
  float: left;
  width: calc(95% - 160px);
  border: 2px solid transparent;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #797979;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  padding-left: 40px;
}
.jp_newsletter_field i {
  position: absolute;
  left: 29px;
  z-index: 1;
  top: 17px;
  color: #00a79d;
}
.jp_newsletter_field input::-webkit-input-placeholder {
  color: #797979;
}
.jp_newsletter_field input::-moz-placeholder {
  color: #797979;
}
.jp_newsletter_field input:-ms-input-placeholder {
  color: #797979;
}
.jp_newsletter_field input:-moz-placeholder {
  color: #797979;
}
.jp_newsletter_field button {
  float: right;
  width: 160px;
  height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #f36969;
  color: #fff;
  border: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_newsletter_field button:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_main_footer_img_wrapper {
  background: url(../images/content/footer_bg.jpg) 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 2px solid #00a79d;
}
.jp_footer_logo_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #ffffff1a;
}
.jp_footer_three_sec_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 80px;
}
.jp_footer_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 50px;
}
.jp_footer_logo {
  display: inline-block;
}
.jp_footer_first_cont h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.jp_footer_first_cont h2:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 11px;
}
.jp_footer_first_cont h2:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.jp_footer_first_cont p {
  padding-top: 60px;
  color: #ffffffd9;
}
.jp_footer_first_cont ul {
  margin-top: 20px;
}
.jp_footer_first_cont li a {
  font-size: 14px;
  font-weight: 700;
  color: #00a79d;
  text-transform: uppercase;
}
.jp_footer_first_cont li i {
  color: #00a79d;
  padding-right: 5px;
}
.jp_footer_candidate h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
}
.jp_footer_candidate h2:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 11px;
}
.jp_footer_candidate h2:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.jp_footer_candidate ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}
.jp_footer_candidate ul li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
.jp_footer_candidate ul li a {
  float: left;
  width: auto;
  text-transform: capitalize;
  font-size: 16px;
  color: #ffffffd9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_footer_candidate ul li a i {
  padding-right: 10px;
  color: #f36969;
}
.jp_footer_candidate ul li a:hover {
  color: #f36969;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_bottom_footer_Wrapper {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.jp_bottom_footer_left_cont p {
  color: #ffffff8c;
  margin-top: 12px;
}
.jp_bottom_footer_right_cont ul {
  float: right;
}
.jp_bottom_footer_right_cont li {
  float: left;
  margin-left: 20px;
}
.jp_bottom_footer_right_cont li a {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: transparent;
  text-align: center;
  line-height: 50px;
  color: #ffffff8c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_bottom_footer_right_cont li a:hover {
  background: #00a79d;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_bottom_footer_left_cont {
  position: relative;
}
#return-to-top {
  position: absolute;
  float: left;
  bottom: 20px;
  right: -17px;
  top: 0;
  background: transparent;
  border: 1px solid #ffffff2e;
  width: 52px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}
#return-to-top i {
  color: #ffffff8c;
  margin: 0;
  position: relative;
  left: 16px;
  top: 8px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover i {
  top: 5px;
  color: #fff;
}
#return-to-top:hover {
  background: #00a79d;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#search-menu {
  position: fixed;
  width: 100%;
  height: 20em;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.8)),
    color-stop(50%, rgba(0, 0, 0, 0.8)),
    color-stop(100%, rgba(0, 0, 0, 0.01))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 50%,
    rgba(0, 0, 0, 0.01) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000',endColorstr='#1a000000',GradientType=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#search-menu .wrapper {
  position: relative;
  margin: 3em auto 0;
  padding: 0 1em;
}
#search-menu .wrapper input {
  width: 90%;
  padding: 0 0 0.125em;
  background: transparent;
  border: none;
  border-bottom: 3px solid #bfbfbf;
  font-size: 2em;
  color: #bfbfbf;
}
#search-menu .wrapper input:focus {
  outline: none;
}
#search-menu .wrapper button {
  position: absolute;
  display: block;
  width: 10%;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #bfbfbf;
  font-size: 2em;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu .wrapper button:hover {
  color: #fff;
}
#search-menu .wrapper button:focus {
  outline: none;
}
#search-icon:hover {
  color: #fff;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.payment_success h1 {
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.payment_success h1:before {
  content: "";
  border: 1px solid #00a79d;
  width: 8%;
  position: absolute;
  bottom: -15px;
  left: 30%;
}
.payment_success h1:after {
  content: "";
  border: 1px solid #00a79d;
  width: 30%;
  position: absolute;
  bottom: -15px;
  left: 40%;
}
.btnbackcolor {
  background: #00a79d !important;
  border-color: #00a79d78 !important;
  color: #fff !important;
}
