/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Job Pro
Version:	1.0.0
Author:     Webstrot
Website: 
Purchase: 
-------------------------------------------------------------------
[Table of contents]
 
1. Body
2. Custom css / a
3. Preloader/ #preloader
4. Navigation
5. Slider
6. Tranding Slider
7. Hiring Slider
8. Recent Jobs
9. Caunter
10. Offering Slider
11. Testimonial Slider
12. Pricing Section
13. Mobail Apps Downlord Section
14. Notification Section
15. Footer

*/

/*--------- Body Strat -------*/
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #797979;
	background:#ffffff;
	overflow-x:hidden;
}
/*---------- Custom Css Start -------*/
/*-- Preloader css start --*/



#preloader {
	background-color: #171717;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}

p{
    margin: 0 0 20px 0;
    font-size: 1.30rem;
    font-weight: 500;
    line-height: 1.6;
    color: #020202;
    text-align: left;
}

#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%);
}
#status img {
}
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: 'Montserrat', sans-serif;
	line-height: 1.1;
	color: #222222;
	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;
}
/*-- Header Css Start --*/	
.gc_header_wrapper{
    float: left;
    width: 100%;
	text-align:center;
}
.gc_logo a{
    padding: 0;
    display: block;
    height: 127px;
    line-height: 127px;
}
.gc_logo img{
	display:inline-block;
}
.header-area{
	width:100%;
}

.header-area {
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.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{
	width:100%;
	height:100%;
	position:relative;
}

@keyframes para {
	100% {
		background-position: 
			-5000px 20%,
			-800px 95%,
			500px 0,
			1000px 100%,
			400px 0;
		}
}
.gc_main_menu_wrapper{
	border-bottom: 1px solid #ffffff21;
    width: 100%;
    position: relative;
    background-color: #000;
}		
.jp_slide_img_overlay{
	position:absolute;
	top:0%;
	right:0%;
	left:0%;
	bottom:0%;
	background:rgba(14, 20, 39, 0.65);
}
.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 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.mainmenu {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding-right: 15px;
    position: absolute;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    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: #000000;
    display: block;
    padding: 52px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: relative;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 300;
}
.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:#ffffff !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 0s;
    transition: all 0.3s ease 0s;
    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)";
}
/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #0e1427;
    top: 100%;
    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 #171717;
}
.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:#ffffff !important;
}
.mainmenu ul ul li:last-child > a {
    border-bottom: 0px;
}
.mainmenu ul ul li:hover > a {
    background-color: #171717;
    padding-left: 23px;
	color:#ffffff !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: 0;
    border-top: 0 !important;
}

.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}
.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: 0px;
	-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: 0px;
}
.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: #fff !important;
    top: 20px;
    position: absolute;
	left:0;
    right: 0;
	margin:0px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu .gc_main_navigation.parent:before,
.mainmenu ul li.has-mega a:before {
    width: 0px;
    top: auto;
	bottom:15px;
	left:-40px;
}
.mainmenu .gc_main_navigation.parent:hover:before,
.mainmenu ul li.has-mega:hover > a:before {
    width: 10px;
    top: auto;
	bottom:15px;
}
.mainmenu .gc_main_navigation.parent:after,
.mainmenu ul li.has-mega a:after {
    width: 0px;
    top: auto;
	bottom:15px;
	left:5px;
}
.mainmenu .gc_main_navigation.parent:hover:after,
.mainmenu ul li.has-mega:hover > a:after {
    width: 30px;
    top: auto;
	bottom:15px;
}*/
/*************************
02.2 Sticky menu
*************************/

.menu_fixed{
	position:fixed;
	background:#ffffff;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -o-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -ms-box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow:  0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	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: #fff;
    color: #fff;
}
.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: rgba(255, 255, 255, 0.85);
}

.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: #fff;
}
/*************************
02.3 Hidden menu bar
*************************/

.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_left{
	float:left;
}
/*************************
02.4 Onepage side menu
*************************/

.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 ul li a {} .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;
}
/*************************
02.5 Onepage Menu
*************************/

.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;
}
/*************************
02.6 Mobile Menu
*************************/

.slicknav_menu {
    display: none;
}
.gc_right_menu > ul{
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
}
.gc_right_menu > ul > li{
	float:left;
	width:auto;
	list-style:none;
	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;
    line-height: 13px;
}
.gc_right_menu ul > li:last-child{
	margin-right:0px;
	position:static;
}
.gc_right_menu ul > li .gc_btn{
	background-color:#00468c;
    border: 2px solid #00468c;
	color:#ffffff;
}
.gc_right_menu > ul > li .gc_btn:hover{
	background-color:#ffffff;
    border: 2px solid #00468c;
	color:#00468c;
}
.gc_right_menu > ul > li > svg{
    width: 36px;
    height: 18px;
    padding-top: 0;
    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 path{
    fill: rgb(255, 255, 255);
    font-weight: bold;
}
.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:#ccc;
	-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: 11px;
    padding: 0px;
    left: 0;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}
.gc_search_box input{
    float: left;
    width: calc(100% - 40px);
    padding: 0px 10px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.gc_search_box button{
    width: 40px;
    height: 40px;
    color: #ffffff;
    border: 1px solid #008000;
    border-left: none;
    background-color: #008000;
    text-align: center;
    padding: 0px;
    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: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.gc_search_box button:hover{
	color:#ffffff;
	background-color: #171717;
	border-color:#171717;
	-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:0px 0px;
    top: 0;
	padding-top: 25px;
	background-color:#ffffff;
	-o-box-shadow:0px 0px 25px -10px;
	-ms-box-shadow:0px 0px 25px -10px;
	-moz-box-shadow:0px 0px 25px -10px;
	-webkit-box-shadow:0px 0px 25px -10px;
	box-shadow:0px 0px 25px -10px;
}
/*-- Button Css Start --*/
.gc_btn{
    display: inline-block;
	width:auto;
	height:50px;
	line-height:49px;
	font-size:16px;
	color:#111111;
	text-transform:uppercase;
    font-weight: normal;
	background-color: #ffffff;
	text-align:center;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	border:2px solid #e1e1e1;
    padding: 0px 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:#ffffff;
	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:#fff;
}
.jp_navi_right_btn_wrapper ul{
    display: flex;
    align-items: center;
    height: 63px;
    text-align: right;
}
.jp_navi_right_btn_wrapper li{
	width:100%;
	text-align:right;
}
.jp_navi_right_btn_wrapper li a{
    display: table;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0 auto;
	color:#ffffff;
	border:1px solid #ffffff40;
	text-align:center;
	background:transparent;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-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{
    margin: 0 0 0 auto;
}
.jp_navi_right_btn_wrapper li:first-child a:hover{
	background:#171717;
	border:1px solid #171717;
	-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:#171717;
	border:1px solid #171717;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- Heading Css Start --*/
.gc_heading{
	float:left;
	width:100%;
	margin-bottom:60px;
	text-align:center;
	text-transform:uppercase;
}
.gc_heading h1{
	float:left;
	width:100%;
	margin:10px 0px;
	font-size:36px;
	color:#00468c;
	font-family: 'Lora', serif;
}
.gc_heading h2{
	float:left;
	width:100%;
	margin:0px;
	font-size:30px;
	color:#e5ae49;
	font-family: 'Great Vibes', cursive;
}
.jp_banner_heading_cont_wrapper{
	width:100%;
}
.jp_job_heading h1{
	font-size:60px;
	color:#ffffff;
}
.jp_job_heading h1 span{
	color:#fff;
	font-weight:bold;
}
.jp_job_heading h1 small{
	color:#fff;
    font-size: 60px;
    font-weight: 100 !important;
    font-family: sans-serif;
}
.jp_job_heading p{
	font-size:20px;
	color:#ffffffa8;
	padding-top:10px;
}
.jp_header_form_wrapper{
	display:table;
	margin:40px 0;
	width:100%;
	background:#ffffff24;
	padding:20px 15px
}
.jp_form_location_wrapper .second_icon, .jp_form_exper_wrapper .second_icon{
	margin-left:-30px;
	position: absolute;
    top: 19px;
}
.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:#171717;
}
.jp_form_btn_wrapper li button{
    width: 100%;
    height: 40px;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #171717;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    outline: none;
    box-shadow: none;
}
.jp_form_btn_wrapper li button:hover{
	background:#ffffff;
	color:#000000;
	-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%;
	margin-top:40px;
	padding-bottom:150px;
}
.jp_banner_main_jobs li{
	float:left;
	margin-left:20px;
}
.jp_banner_main_jobs li:first-child{
	margin-left:0;
	color:#ffffff;
}
.jp_banner_main_jobs li i{
	padding-right:5px;
	color:#171717;
}
.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:#171717;
	-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{
    width: 100%;
    height: 100%;
    background: #ffffff24;
    position: relative;
    overflow: hidden;
    margin: 50px 0 0 0;
}
.jp_top_jobs_category_wrapper{
	float:left;
	width:16.5%;
	text-align:center;
	background:transparent;
	padding:15px 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:#171717;
}
.jp_top_jobs_category{
	display:inline-block;
}
.jp_top_jobs_category i{
	color:#fff;
	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:#ffffff;
	-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{
	padding-top:15px;
	font-size:16px;
	font-weight:500;
}
.jp_top_jobs_category h3 a{
	color:#ffffff;
}
.jp_top_jobs_category p{
	font-size:14px;
	color:#ffffffb8;
	padding-top:5px;
	margin:0;
}
/*---------- header Css End -------*/
/*---------- jp tittle slider Wrapper Start -------*/
.jp_tittle_name_wrapper{
	float:left;
	width:15%;
	text-align:center;
    background: #171717;
    padding: 15px 20px;
}
.jp_tittle_name{
	display:inline-block;
}
.jp_tittle_name i{
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 11px 0;
    position: relative;
}
.jp_tittle_name h3{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
}
.jp_tittle_name h4{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	padding-top:5px;
}
.jp_tittle_slider_wrapper{
	float:left;
	width:85%;
	background:#ffffff;
	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:#000000;
	font-weight:bold;
}
.jp_tittle_side_cont_wrapper p{
	font-size:14px;
	color:#171717;
}
/*---------- jp tittle slider Wrapper End -------*/
/*---------- jp first sidebar Wrapper Start -------*/
.jp_first_sidebar_main_wrapper{
	width:100%;
	margin-top:20px;
}
.jp_hiring_slider_main_wrapper{
	width:100%;
	background:#ffffff;
	border:1px solid #e9e9e9;
	padding:15px;
}
.jp_hiring_heading_wrapper h2{
	font-size:20px;
	color:#000000;
	font-weight:500;
	text-transform:uppercase;
	position:relative;
}
.jp_hiring_heading_wrapper h2:after{
	content:'';
	border:1px solid #171717;
	width:30px;
	position:absolute;
	bottom: -15px;
    left: 11px;
}
.jp_hiring_heading_wrapper h2:before{
	content:'';
	border:1px solid #171717;
	width:8px;
	position:absolute;
	bottom: -15px;
    left: 0;
}
.jp_hiring_slider_wrapper{
	width:100%;
	margin-top:30px;
}
.homeNews .jp_hiring_slider_wrapper{
	margin-top:0;
}
.jp_hiring_slider_wrapper  .owl-theme .owl-dots{
	display:none;
}
.jp_hiring_slider_wrapper .owl-theme .owl-nav,
.ss_featured_products .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    margin: 0;
    left: 0;
    right: 0;
	z-index:1000;
	display:block;
}
.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-prev,
.ss_featured_products  .owl-theme .owl-nav .owl-prev{
	font-size: 26px;
    margin: 0;
    padding: 0;
    right: 30px;
    width: 26px;
    background-color: transparent;
    border: 1px solid #dedede;
    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,
.ss_featured_products  .owl-theme .owl-nav .owl-next{
    font-size: 26px;
    margin: 0;
    padding: 0;
    right: 0;
	top:0;
	right:0;
    width: 26px;
    background-color: transparent;
    border: 1px solid #dedede;
    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,
.ss_featured_products .owl-theme .owl-nav .owl-prev:hover,
.ss_featured_products  .owl-theme .owl-nav .owl-next:hover{
	color:#171717;border-color:#171717;
	-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{
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #171717;
    text-align: center;
    padding: 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_hiring_content_wrapper{
	display:inline-block;
}
.jp_hiring_content_wrapper h4{
	font-size:14px;
	color:#000000;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:30px;
}
.jp_hiring_content_wrapper p{
	font-size:14px;
	padding-top:5px;
}
.jp_hiring_content_wrapper li a{
    height: 40px;
    display: table;
	width:100%;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    background: #171717;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
}
/*---------- jp first sidebar Wrapper End -------*/
/*-- CC Featured product Wrapper Start --*/
.cc_featured_product_main_wrapper{
	width:100%;
	padding-top:20px;
	display:table;
	min-height:57px;
}
.cc_featured_product_main_wrapper .nav-tabs{
	margin-top: 0;
	float:right;
	border: 1px solid #00000026;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.ss_featured_products_wrapper{
	width:100%;
	padding:100px 0px 0px 0px;
}
.ss_heading{
	float:left;
	width:auto;
}
.ss_heading h3{
    float: left;
    width: auto;
    margin: 0px;
    margin-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
	position:relative;
}
.ss_heading h3:after{
	content:"";
	position:absolute;
	left:0px;
	bottom:-17px;
	background-color:#0091dc;
	width:50px;
	height:1px;
}
.ss_featured_products .item{
	margin-right:1px;
}
.ss_featured_products{
    width: 100%;
    padding: 20px 0px 0 0;
	position:relative;
}
.ss_featured_products .row{
	margin:0 -5px;
}
.ss_featured_products .row .col-md-6, 
.ss_featured_products .row .col-md-3, 
.ss_featured_products .row .col-md-9{
	padding:0 5px;
}
.ss_featured_products .nav-tabs{
	margin-top:40px;
	margin-bottom:40px;
}
.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:5px;
	float:left;
}
.video_nav_img li a{
	opacity:0.5;
}
.video_nav_img li a.active{
	opacity:1;
}
.video_nav_img li:first-child{
	margin-left:0;
}
.video_nav_img li a{
    font-size: 0;
    width: 20px;
    height: 5px;
    display: block;
    line-height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #171717;
    background: #ffffff;
    background-color: #171717;
}
.nav-tabs > li > a{
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	font-size:14px;
	font-family: 'Lato', sans-serif;
    padding: 8px 12px;
	border:0;
	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:#ffffff;
	border: 0;
    background: #171717;
	-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:3px;
	-moz-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-top-bottom-radius:3px;
	border-bottom-left-radius:3px;
}
.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:3px;
	-moz-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

.nav-tabs{
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
.cc_featured_second_section{
	margin-top:40px;
	float:left;
	width:100%;
}
.jp_job_post_main_wrapper{
	width:100%;
	background:#ffffff;
    padding: 10px;
	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;
}
.jp_job_post_side_img{
	float:left;
	width:105px;
}
.jp_job_post_right_cont{
	float:left;
	padding-left:10px;
}
.jp_job_post_main_wrapper .col-lg-9{
	display:flex;
}
.jp_job_post_right_cont h4{
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.jp_job_post_right_cont p{
	font-size:16px;
	color:#171717;
	padding-top:5px;
	max-width:90%;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
.jp_job_post_right_cont li i{
	color:#f36969;
}
.jp_job_post_right_cont li:first-child{
	margin-left:0;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.jp_job_post_right_cont li:last-child{
	color:#797979;
	font-size:16px;
}
.jp_job_post_heading_wrapper{
	float:left;
}
.jp_job_post_right_btn_wrapper li:first-child{
	margin-left:0;
} 
.jp_job_post_right_btn_wrapper li:first-child a{
	display:block;
	width:100%;
	height:30px;
	border:1px solid #e9e9e9;
	text-align:center;
	line-height:30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	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:#ffffff;
	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-top:5px;
}
.jp_job_post_right_btn_wrapper li:nth-child(2) a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#37d09c;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.jp_job_post_right_btn_wrapper li:last-child{
	margin-top:5px;
	float:none;
}
.jp_job_post_right_btn_wrapper li:last-child a{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#f36969;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.jp_job_post_keyword_wrapper{
	float:left;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 30px;
    padding-right: 30px;
	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;
}
.jp_job_post_keyword_wrapper li{
	float:left;
	margin-left:20px;
}
.jp_job_post_keyword_wrapper li:first-child{
	margin-left:0;
	color:#000000;
	-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:#171717;
	-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 #171717;
	-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 #171717;
	border-top:0;
	background:#171717;
	-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:#ffffff;
	-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{
    width: 100%;
    display: table;
    margin: 20px 0 0 0;
}
.jp_regis_left_side_box_wrapper{
    float: left;
    width: 50%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #171717;
    border-right: 0;
    padding: 85px 55px 83px 55px;
    text-align: center;
}
.jp_regis_left_side_box{
	display:inline-block;
}
.jp_regis_left_side_box h4{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	padding-top:15px;
	position:relative;
}
.jp_regis_left_side_box h4:before {
    content: '';
    border: 1px solid #171717;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
	right:0;
	margin:0px auto;
}
.jp_regis_left_side_box h4:after {
    content: '';
    border: 1px solid #171717;
    width: 30px;
    position: absolute;
	 bottom: -15px;
    left: 0;
	right:0;
	margin:0px 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{
    height: 40px;
    display: table;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    background: #171717;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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:85px 55px;
	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:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding-top:15px;
	position:relative;
}
.jp_regis_right_side_box h4:before {
    content: '';
    border: 1px solid #171717;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
	right:0;
	margin:0px auto;
}
.jp_regis_right_side_box h4:after {
    content: '';
    border: 1px solid #171717;
    width: 30px;
    position: absolute;
	 bottom: -15px;
    left: 0;
	right:0;
	margin:0px 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{
    height: 40px;
    display: table;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    background: #171717;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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:#171717;
	-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:#171717;
	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:#ffffff;
	font-weight:bold;
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
	margin-top: 23px;
}
.jp_first_right_sidebar_main_wrapper{
	width:100%;
}
.jp_add_resume_wrapper{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	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_tittle_slider_main_wrapper_wrap{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.jp_add_resume_img_overlay{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	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: 35px 0;
}
.jp_add_resume_cont h4{
	font-size:16px;
	color:#ffffff;
	padding-top:25px;
	line-height: 25px;
	position:relative;
}
.jp_add_resume_cont h4:before {
    content: '';
    border: 1px solid #171717;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}
.jp_add_resume_cont h4:after {
    content: '';
    border: 1px solid #171717;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
	margin: 0px auto;
}
.jp_add_resume_cont ul{
	display:inline-block;
	margin-top:35px;
}
.jp_add_resume_cont li a{
    height: 40px;
    display: table;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    background: #171717;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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{
	width:100%;
	margin-top:20px;
}
.spotlight_header_wrapper{
	width:100%;
	background:#171717;
	padding:12px 10px;
	-webkit-border-top-left-radius: 3px; 
  -moz-border-top-left-radius: 3px; 
   border-top-left-radius: 3px; 
   -webkit-border-top-right-radius: 3px; 
  -moz-border-top-right-radius: 3px; 
   border-top-right-radius: 3px; 
}
.spotlight_header_wrapper h4{
	font-size:16px;
	color:#ffffff;
}
.jp_spotlight_slider_wrapper{
	width:100%;
	padding:10px;
	background:#ffffff;
	border:1px solid #e9e9e9;
	border-top:0;
	border-bottom:1px solid #171717;
	-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: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: -44px;
    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:0;
    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:#ffffff;
	-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: #000000;
    font-weight: 500;
    padding-top: 10px;
}
.jp_spotlight_slider_cont_Wrapper p{
	font-size:16px;
	color:#171717;
	padding-top:5px;
}
.jp_spotlight_slider_cont_Wrapper li i{
	color:#f36969;
}
.jp_spotlight_slider_cont_Wrapper li:first-child{
	margin-left:0;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
.jp_spotlight_slider_cont_Wrapper li:last-child{
	color:#797979;
	font-size:16px;
	margin-top:5px;
}
.jp_spotlight_slider_btn_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.jp_spotlight_slider_btn li a{
    height: 40px;
    display: block;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    background: #171717;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    -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:#171717;
	-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:#171717;
	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:#ffffff;
}
.jp_rightside_job_categories_content{
    display: block;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 30px 0 0 0;
}
.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 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:#171717;
	-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:#171717;
}
.jp_rightside_job_categories_content li.all a{
	font-size:14px;
	font-weight:bold;
	color:#171717;
	text-transform:uppercase;
}
.jp_rightside_job_categories_content li.all i{
	color:#171717;
}
.jp_rightside_career_wrapper{
	float:left;
	width:100%;
	margin-top:20px;
}
.jp_rightside_career_heading{
	float:left;
	width:100%;
	background:#171717;
	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:#ffffff;
}
.jp_rightside_career_main_content{
	float:left;
	width:100%;
	background:#ffffff;
	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:#000000;
	font-weight:bold;
}
.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:bold;
}
.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 Featured product Wrapper End --*/
/*-- jp counter Wrapper Start --*/
.jp_counter_main_wrapper{
	width:100%;
	text-align:center;
	margin-top:20px;
}
.gc_counter_cont_wrapper{
	float:left;
	width:25%;
	display:inline-block;
	padding-top:50px;
	padding-bottom:50px;
	background:#171717;
}
.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:#171717;
	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:#ffffff;
	margin-top:50px;
	font-weight:900;
	position:relative;
}
.count-description i{
	font-size:30px;
	color:#ffffff;
	padding-left:10px;
	position:relative;
	top:-5px;
}
.con1, .con2, .con3, .con4{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#ffffff;
	margin-top:40px;
}
.count-description span:before {
    content: '';
    border: 1px solid #ffffff;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -3px;
    right: 0;
    margin: 0px auto;
}
.count-description span:after {
    content: '';
    border: 1px solid #ffffff;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: -40px;
    margin: 0px auto;
}
/*-- jp counter Wrapper End --*/
/*-- jp Best deals Wrapper Start --*/
.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:#000000;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
}
.jp_best_deal_heading_wrapper h2:after{
	content:'';
	border:1px solid #171717;
	width:30px;
	position:absolute;
	bottom: -15px;
    left: 11px;
}
.jp_best_deal_heading_wrapper h2:before{
	content:'';
	border:1px solid #171717;
	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:#171717;
	-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:#ffffff;
	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:#000000;
	font-weight:bold;
	-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 Best deals Wrapper End --*/
/*-- jp Client Wrapper Start --*/
.jp_client_slider_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
}
.jp_client_heading_wrapper h2{
	font-size:20px;
	color:#ffffff;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
}
.jp_client_heading_wrapper h2:after{
	content:'';
	border:1px solid #171717;
	width:30px;
	position:absolute;
	bottom: -15px;
    left: 11px;
}
.jp_client_heading_wrapper h2:before{
	content:'';
	border:1px solid #171717;
	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:#ffffff;
	-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;
}
.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:#ffffff;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	margin-left:10px;
	font-weight:bold;
}
.jp_client_slider_cont_wrapper span b{
	color:#171717;
	font-family: 'Lato', sans-serif;
}
/*-- jp Client Wrapper End --*/
/*-- jp pricing Wrapper Start --*/
.jp_pricing_main_wrapper{
	float:left;
	width:100%;
	margin-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.stars_wrapper{
	float:left;
}
.stars_wrapper{
	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:#ffffff;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
}
.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:#ffffff;
    margin-top: 31px;
    font-weight: bold;
    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 #171717;
	-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:bold;
	padding-top:50px;
	color:#000000;
	text-transform:uppercase;
	position:relative;
}
.box1_heading_wrapper h4:before {
    content: '';
    border: 1px solid #171717;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}
.box1_heading_wrapper h4:after {
    content: '';
    border: 1px solid #171717;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.box2_heading_wrapper h4{
	font-size:20px;
	font-weight:bold;
	padding-top:50px;
	color:#000000;
	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: 0px auto;
}
.box2_heading_wrapper h4:after {
    content: '';
    border: 1px solid #f36969;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.box3_heading_wrapper h4{
	font-size:20px;
	font-weight:bold;
	padding-top:50px;
	color:#000000;
	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: 0px auto;
}
.box3_heading_wrapper h4:after {
    content: '';
    border: 1px solid #37d09c;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.price_box1_wrapper{
	text-align:center;
}
.price_box1{
	width:120px;
	height:120px;
	border:2px solid #171717;
	-webkit-border-radius:38px;
	-moz-border-radius:38px;
	border-radius:38px;
	display:inline-block;
	margin-top:-75px;
	line-height: 55px;
	z-index:1;
	background:#171717;
	    -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:#000000;
	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:#ffffff;
	background:#0e1427;
	text-align:center;
	line-height:45px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	-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:#ffffff;
	background:#0e1427;
	text-align:center;
	line-height:45px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	-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:#ffffff;
	background:#0e1427;
	text-align:center;
	line-height:45px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	-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:#171717;
	border:2px solid #171717;
	-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 #ffffff;
    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:#ffffff;
	-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); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    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 pricing Wrapper Start --*/
/*-- jp downlord Wrapper Start --*/
.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:20px;
	margin: 20px 0 0 0;
}
.jp_downlord_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:#000;
}
.ss_download_wrapper_details{
	float:left;
	width:100%;
	padding-top:120px;
}
.ss_download_wrapper_details h1{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 44px;
    margin: 0px 0px 30px 0px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 100;
	text-transform:uppercase;
}
.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:#ffffff;
	margin:0px 0px 50px 0px;
	font-style:italic;
}
.ss_download_wrapper_details img{
	position:absolute;
	top:-50px;
	right:0px;
}
.ss_download_wrapper_details a{
    float: left;
    width: auto;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    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:#000000;
	-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:#ffffff;
	-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:#ffffff;
	-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:#000000;
	color:#ffffff;
	-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:#ffffff;
	-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:#ffffff;
	-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:#000000;
	color:#ffffff;
	-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:#ffffff;
	-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 downlord Wrapper End --*/
/*-- Newsletter css Start --*/
.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:#000;
}
.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 0px;
    text-transform: uppercase;
}
.jp_newsletter_text h3 span{
	font-weight:bold;
	color:#ffffff;
}
.jp_newsletter_text h3 i{
    margin-right: 5px;
    font-size: 30px;
    color: #ffffff;
}
.jp_newsletter_field .jp_footer_candidate_wrapper{
	margin:0 0 50px 0
}
.jp_newsletter_field .jp_footer_candidate_wrapper h2{
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 40px;
}
.jp_newsletter_field .jp_footer_candidate_wrapper h4{
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.jp_newsletter_field{
	max-width:700px;
	margin:0 auto;
}
.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: left;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #171717;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    outline: none;
    box-shadow: none;
}
.jp_newsletter_field button:hover{
	background:#ffffff;
	color:#000000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-- Newsletter css End --*/
/*-- jp footer Wrapper Start --*/
.jp_main_footer_img_wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.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{
	width:100%;
}
.jp_footer_three_sec_main_wrapper .jp_footer_first_cont_wrapper{
	padding-top:40px;
}
.jp_footer_main_wrapper{
	width:100%;
}
.jp_footer_logo{
	display:inline-block;
}
.jp_footer_first_cont h2{
    font-size: 1.45rem;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}
.jp_footer_first_cont div.textFooter {
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.7);;
}
.jp_footer_first_cont div.textFooter p{
    font-size: 1.30em;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
}

.jp_footer_first_cont li{
    line-height: 1;
}
.jp_footer_first_cont li a{
    font-size: 1.30em;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 100;
    line-height: 1.5;
}
.textFooter i,
.jp_footer_first_cont li i{
	color:#cccccc;
	padding-right:5px;
    font-size: 16px;
}
.jp_main_footer_img_wrapper p{
    font-weight: 100;
    color: rgba(255, 255, 255, 0.7);
}
.jp_footer_candidate h2{
	font-size:20px;
	color:#ffffff;
	font-weight:900;
	text-transform:uppercase;
	position:relative;
}
.jp_footer_candidate h2:after{
	content:'';
	border:1px solid #171717;
	width:30px;
	position:absolute;
	bottom: -15px;
    left: 11px;
}
.jp_footer_candidate h2:before{
	content:'';
	border:1px solid #171717;
	width:8px;
	position:absolute;
	bottom: -15px;
    left: 0;
}
.jp_footer_candidate ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	margin-top:60px;
}
.jp_footer_candidate ul li{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px 0px 15px 0px;
}
.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{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.10196078431372549);
    margin-top: 40px;
    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:#171717; 
	color:#ffffff;
	-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:#ffffff;
}
#return-to-top:hover{
	background:#171717;
	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;
}
/*-- jp footer Wrapper End --*/


/* ------------------------------------------------------------------------------
*
*  # Select2 selects
*
*  Styles for select2.js - custom select plugin
*
*  Version: 1.2
*  Latest update: Nov 20, 2015
*
* ---------------------------------------------------------------------------- */
.select2-container {
	outline: 0;
	position: relative;
	vertical-align: middle;
	text-align: left;
    display: table;
    width: 100% !important;
}
.select2-selection--single {
  cursor: pointer;
  outline: 0;
  display: block;
  padding: 7px 0;
  line-height: 1.5384616;
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
    border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--single:hover,
.select2-selection--single:focus,
.select2-container--open .select2-selection--single {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.select2-selection--single:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--single[class*=bg-]:hover,
.select2-selection--single[class*=bg-]:focus,
.select2-container--open .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.025) inset;
}
.select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: #fff;
}
.select2-container--disabled .select2-selection--single[class*=bg-] .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 12px;
  padding-right: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-selection--single .select2-selection__rendered > i {
  margin-right: 10px;
}
.select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--single .select2-selection__clear:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-selection--single .select2-selection__clear:after {
  content: '\ed6b';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-selection--single .select2-selection__arrow:after {
    content: "\f107";
    font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\f106";
    font-family: FontAwesome;
}
.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--disabled .select2-selection--single:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--single[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: text;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-selection--multiple:not([class*=bg-]) {
  background-color: #fff;
}
.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
  border-color: #ddd;
}
.select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 3px 3px 3px;
  width: 100%;
}
.select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple:not([class*=bg-]) {
  background-color: #fafafa;
  color: #999999;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] {
  -webkit-box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.25) inset;
}
.select2-container--disabled .select2-selection--multiple[class*=bg-] .select2-selection__choice {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice,
.select2-container--disabled .select2-selection--multiple .select2-search__field {
  cursor: not-allowed;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #455A64;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  padding: 7px 12px;
}
.select2-selection--multiple .select2-selection__choice > i {
  margin-right: 10px;
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1;
  margin-left: 7px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-selection--multiple .select2-search--inline {
  float: left;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  margin-top: 3px;
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin-left: 5px;
  -webkit-appearance: textfield;
}
.select2-selection--multiple .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  color: #333333;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 9999;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results > .select2-results__options {
  padding-bottom: 5px;
  max-height: 250px;
  overflow-y: auto;
}
.select2-search--hide + .select2-results > .select2-results__options {
  padding-top: 5px;
}
.select2-results:first-child > .select2-results__options {
  padding-top: 5px;
}
.select2-results__option {
  padding: 7px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results__option + .select2-results__option {
  margin-top: 1px;
}
.select2-results__option i {
  margin-right: 10px;
}
.select2-results__option i.icon-undefined {
  display: none;
}
.select2-results__option[role=group] {
  padding: 0;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #f5f5f5;
}
.select2-results__option[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.6);
}
.select2-results__option[aria-selected=true] {
  background-color: #2196F3;
  color: #fff;
}
.select2-results__options--nested > .select2-results__option {
  padding-left: 24px;
  padding-right: 24px;
}
.select2-results__group {
  display: block;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1.82;
  text-transform: uppercase;
  cursor: default;
  margin-top: 5px;
  margin-bottom: 5px;
}
.select2-results__option:first-child > .select2-results__group {
  margin-top: 0;
}
.select2-results__message {
  color: #999999;
  cursor: default;
}
.select2-dropdown[class*=bg-] .select2-results__message {
  color: rgba(255, 255, 255, 0.75);
}
.select2-results__option.loading-results {
  padding-top: 0;
}
.select2-results__option.loading-results + .select2-results__option {
  margin-top: 5px;
}
.select2-results__option--load-more {
  text-align: center;
  margin-top: 5px;
  cursor: default;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above[class*=bg-] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below[class*=bg-] {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-search--dropdown {
  display: block;
  position: relative;
  padding: 12px;
}
.select2-search--dropdown:after {
  content: "\f002";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 24px;
  color: inherit;
  display: block;
  font-size: 12px;
  margin-top: -6px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.select2-search--dropdown + .select2-results .select2-results__message:first-child {
  padding-top: 0;
}
.select2-search--dropdown .select2-search__field {
  height: 36px;
  padding: 7px 12px;
  padding-left: 36px;
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: 0;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select-lg.select2-selection--single {
  height: 40px;
  padding: 9px 0;
  font-size: 14px;
}
.select-lg.select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px;
}
.select-lg.select2-selection--single .select2-selection__arrow:after {
  right: 15px;
}
.select-lg.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px;
  font-size: 14px;
}
.select-lg.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 9px 0;
  font-size: 14px;
}
.select-sm.select2-selection--single {
  height: 34px;
  padding: 6px 0;
}
.select-sm.select2-selection--single .select2-selection__rendered {
  padding-left: 11px;
  padding-right: 26px;
}
.select-sm.select2-selection--single .select2-selection__arrow:after {
  right: 11px;
}
.select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 6px 11px;
}
.select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 6px 0;
}
.select-xs.select2-selection--single {
  height: 32px; 
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.6666667;
}
.select-xs.select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select-xs.select2-selection--single .select2-selection__arrow:after {
  right: 10px;
}
.select-xs.select2-selection--multiple .select2-selection__choice {
  padding: 5px 10px;
  font-size: 12px;
}
.select-xs.select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 5px 0;
  font-size: 12px;
}
.select2-selection--multiple[class*=bg-] .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.25);
}
.select2-dropdown[class*=bg-] .select2-search--dropdown .select2-search__field {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
  color: #fff;
}
.select2-dropdown[class*=bg-] .select2-results__option[aria-selected=true] {
  background-color: rgba(0, 0, 0, 0.2);
}
.select2-dropdown[class*=bg-] .select2-results__option--highlighted {
  background-color: rgba(0, 0, 0, 0.1);
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: fixed !important;
  width: 1px !important;
}
.select2-result-repository {
  padding-top: 7px;
  padding-bottom: 7px;
}
.select2-result-repository__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}
.select2-result-repository__avatar img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.select2-result-repository__meta {
  margin-left: 70px;
}
.select2-result-repository__title {
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 2px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
  display: inline-block;
  font-size: 12px;
}
.select2-result-repository__description {
  font-size: 12px;
}
.select2-result-repository__forks,
.select2-result-repository__stargazers {
  margin-right: 15px;
}


.mapSearch{
    padding: 20px;
	margin:0;
    background-color: #f7b101;
	width:100%;
}
.mapsMarker{
    background-color: #f1f1f1;
	padding:20px 0;
}

.jp_form_location_wrapper .input-group-addon{
    background-color: #fff;
    font-size: 25px;
    color: #171717;
}

.formControl{
    border: 1px solid #ddd;
    outline: 0;
    display: block;
    padding: 7px 15px;
    line-height: 1.5384616;
    position: relative;
    white-space: nowrap;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    width: 100%;
}

.jp_form_location_wrapper{
	width:100%;
}


@media(min-width:992px){
	.mainmenu{
		display:flex;
		align-items:center;
	}
	.mainmenu .mmenus{
		width: 100%;
		text-align: right;
	}
}

.p0{
	padding:0 !important
}

.maxHeight65{
    max-height: 65px;
    width: auto;
    max-width: 100%;
}

.categoriesHome .jp_rightside_job_categories_content ul:before,
.categoriesHome .jp_rightside_job_categories_content ul:after{
	display: table;
    content: " ";
}
.categoriesHome .jp_rightside_job_categories_content ul{
	margin:0 -5px;
	display:table;
}
@media(min-width:1200px){
	.categoriesHome .jp_rightside_job_categories_content ul li{
		padding:0 5px;
		width:25%;
		float:left;
		margin-bottom:10px;
	}
}
@media(max-width:1200px) and (min-width:992px){
	.categoriesHome .jp_rightside_job_categories_content ul li{
		padding:0 5px;
		width:25%;
		float:left;
		margin-bottom:10px;
	}
}
@media(max-width:992px) and (min-width:768px){
	.categoriesHome .jp_rightside_job_categories_content ul li{
		padding:0 5px;
		width:33.3%;
		float:left;
		margin-bottom:10px;
	}
}
@media(max-width:768px) and (min-width:350px){
	.categoriesHome .jp_rightside_job_categories_content ul li{
		padding:0 5px;
		width:50%;
		float:left;
		margin-bottom:10px;
	}
}
@media(max-width:350px){
	.categoriesHome .jp_rightside_job_categories_content ul li{
		padding:0 5px;
		width:100%;
		float:none;
		margin-bottom:10px;
	}
}
.categoriesHome .jp_rightside_job_categories_content ul li a{
    display: block;
    padding: 0;
    background-color: #f1f1f1;
	border:1px solid transparent;
}
.categoriesHome .jp_rightside_job_categories_content ul li a:hover{
	border-color:rgba(0, 128, 0, 0.21);
}
.categoriesHome .jp_rightside_job_categories_content ul li a .icons{
    padding: 10px;
    position: relative;
}
.categoriesHome .jp_rightside_job_categories_content ul li a .icons:before{
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -8px 0 0 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;
}
.categoriesHome .jp_rightside_job_categories_content ul li a .icons .icon{
    width: 40px;
    height: 40px;
    border: 2px solid #171717;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 10px;
    display: inline-block;
    line-height: 35px;
    z-index: 1;
    background: #171717;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0;
    display: table;
    margin: 0 auto 10px auto;
}
.categoriesHome .jp_rightside_job_categories_content ul li a .icons .icon i{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    position: relative;
    bottom: 1px;
    left: 1px;
}
.categoriesHome .jp_rightside_job_categories_content ul li a .title{
	text-align:center;
	padding: 0 10px 10px 0
}
.categoriesHome .jp_rightside_job_categories_content ul li a .title h4{
    font-size: 13px;
    font-weight: 500;
}



.flip-clock-wrapper{
	margin-bottom:10px;
}

@media screen and (max-width: 1224px){
	.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper{
		padding-top:10px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul{
		width:50%;
		height:auto;
		font-size:22px;
		line-height:36px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li{
		line-height:36px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li a div{
		font-size:22px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-wrapper ul li a div div.inn{
		font-size:22px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-divider{
		height:38px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-divider .flip-clock-label{
		font-size:9px;
		right:-35px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-divider.minutes .flip-clock-label,.ty-product-block .ab__deal_of_the_day .flip-clock-divider.seconds .flip-clock-label{
		right:-40px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-divider .flip-clock-dot.top{
		top:20px;
	}
	.ty-product-block .ab__deal_of_the_day .flip-clock-divider .flip-clock-dot.bottom{
		bottom:20px;
	}
}


.flip-clock-wrapper *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	backface-visibility:hidden;
}
.flip-clock-wrapper{
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    overflow: hidden;
    -webkit-user-select: none;
    text-align: center;
    position: relative;
    width: auto;
	padding:0;
	margin:0;
}
.ab-flip-clock-item{
	display:flex;
	flex:1;
	position:relative;
	margin:0 3px;
	border:1px solid #e1e1e1;
	border-bottom-color:#d5d5d5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#fff;
}
.ab-flip-clock-item .flip{
	overflow:hidden;
	margin-bottom:24px;
}
.ab-flip-clock-item .flip:nth-child(2){
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
}
.ab-flip-clock-item .flip:last-child{
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
}
.ab-flip-clock-item .flip:not(:nth-child(2)):before{
	content:"";
	width:1px;
	height:60%;
	position:absolute;
	background:#e1e1e1;
	left:0;
	top:50%;
	z-index:10;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.flip-clock-wrapper.clearfix{
	*zoom:1;
}
.flip-clock-wrapper.clearfix:before,.flip-clock-wrapper.clearfix:after{
	display:table;
	content:"";
	line-height:0;
	width:100%;
}
.flip-clock-wrapper.clearfix:after{
	clear:both;
}
.flip-clock-wrapper ul{
	position:relative;
	list-style-type:none;
	height:30px;
	width:50%;
	font-weight:bold;
	line-height:50px;
	padding:0
}
.flip-clock-wrapper ul li{
	z-index:1;
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	line-height:30px;
	padding:0;
	overflow:hidden;
	text-decoration:none !important;
}
.flip-clock-wrapper ul li:first-child{
	z-index:2;
}
.flip-clock-wrapper ul li a{
	display:block;
	height:100%;
	-webkit-perspective:200px;
	-moz-perspective:200px;
	perspective:200px;
	margin:0 !important;
	overflow:hidden !important;
	position:relative;
	cursor:default !important;
}
.flip-clock-wrapper ul li a div{
	z-index:1;
	position:absolute;
	left:0;
	width:100%;
	height:50%;
	overflow:hidden;
	outline:1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow{
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}
.flip-clock-wrapper ul li a div.up{
	-webkit-transform-origin:50% 100%;
	-moz-transform-origin:50% 100%;
	-ms-transform-origin:50% 100%;
	-o-transform-origin:50% 100%;
	transform-origin:50% 100%;
	top:0;
}
.flip-clock-wrapper ul li a div.up:after{
	content:"";
	position:absolute;
	top:44px;
	left:0;
	z-index:5;
	width:100%;
	height:3px;
	background-color:#000;
	background-color:rgba(0,0,0,0.4);
}
.flip-clock-wrapper ul li a div.down{
	-webkit-transform-origin:50% 0;
	-moz-transform-origin:50% 0;
	-ms-transform-origin:50% 0;
	-o-transform-origin:50% 0;
	transform-origin:50% 0;
	bottom:0;
}
.flip-clock-wrapper ul li a div div.inn{
	position:absolute;
	left:0;
	z-index:1;
	width:100%;
	height:200%;
	color:#232323;
	text-align:center;
	background-color:white;
	font-size:22px;
	font-weight:bold;
}
.flip-clock-before .down{
	width:99%;
	margin:0 auto;
}
.flip-clock-wrapper ul li a div.up div.inn{
	top:0;
}
.flip-clock-wrapper ul li a div.down div.inn{
	bottom:0;
}
.flip-clock-wrapper ul.play li.flip-clock-before{
	z-index:3;
}
.flip-clock-wrapper ul.play li.flip-clock-active{
	-webkit-animation:asd 0.5s 0.5s linear both;
	-moz-animation:asd 0.5s 0.5s linear both;
	animation:asd 0.5s 0.5s linear both;
	z-index:5;
}
.flip-clock-divider:first-child{
	width:0;
}
.flip-clock-dot{
	display:block;
	background:#232323;
	width:4px;
	height:4px;
	position:absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	left:-6px;
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: 0px;
    left: 50%;
    /* transform: translateX(-50%); */
    font-size: 86%;
    color: #898989;
    text-shadow: none;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 1px solid rgba(225, 225, 225, 0.5803921568627451);
}
.flip-clock-dot.top{
	top:23px;
}
.flip-clock-dot.bottom{
    top: 31px;
}
@-webkit-keyframes asd{
	0%{
		z-index:2;
	}
	20%{
		z-index:4;
	}
	100%{
		z-index:4;
	}
}
@-moz-keyframes asd{
	0%{
		z-index:2;
	}
	20%{
		z-index:4;
	}
	100%{
		z-index:4;
	}
}
@-o-keyframes asd{
	0%{
		z-index:2;
	}
	20%{
		z-index:4;
	}
	100%{
		z-index:4;
	}
}
@keyframes asd{
	0%{
		z-index:2;
	}
	20%{
		z-index:4;
	}
	100%{
		z-index:4;
	}
}
.flip-clock-wrapper ul.play li.flip-clock-active .down{
	z-index:2;
	-webkit-animation:turn 0.5s 0.5s linear both;
	-moz-animation:turn 0.5s 0.5s linear both;
	animation:turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn{
	0%{
		-webkit-transform:rotateX(90deg);
	}
	100%{
		-webkit-transform:rotateX(0deg);
	}
}
@-moz-keyframes turn{
	0%{
		-moz-transform:rotateX(90deg);
	}
	100%{
		-moz-transform:rotateX(0deg);
	}
}
@-o-keyframes turn{
	0%{
		-o-transform:rotateX(90deg);
	}
	100%{
		-o-transform:rotateX(0deg);
	}
}
@keyframes turn{
	0%{
		transform:rotateX(90deg);
	}
	100%{
		transform:rotateX(0deg);
	}
}
.flip-clock-wrapper ul.play li.flip-clock-before .up{
	z-index:2;
	-webkit-animation:turn2 0.5s linear both;
	-moz-animation:turn2 0.5s linear both;
	animation:turn2 0.5s linear both;
}
@-webkit-keyframes turn2{
	0%{
		-webkit-transform:rotateX(0deg);
	}
	100%{
		-webkit-transform:rotateX(-90deg);
	}
}
@-moz-keyframes turn2{
	0%{
		-moz-transform:rotateX(0deg);
	}
	100%{
		-moz-transform:rotateX(-90deg);
	}
}
@-o-keyframes turn2{
	0%{
		-o-transform:rotateX(0deg);
	}
	100%{
		-o-transform:rotateX(-90deg);
	}
}
@keyframes turn2{
	0%{
		transform:rotateX(0deg);
	}
	100%{
		transform:rotateX(-90deg);
	}
}
.flip-clock-wrapper ul li.flip-clock-active{
	z-index:3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow{
	background:-moz-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,0.3)));
	background:linear, top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%;
	background:-o-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 100%);
	background:linear, to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%;
	-webkit-animation:show 0.5s linear both;
	-moz-animation:show 0.5s linear both;
	animation:show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow{
	background:-moz-linear-gradient(top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.3)),color-stop(100%,rgba(0,0,0,0.1)));
	background:linear, top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%;
	background:-o-linear-gradient(top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.1) 100%);
	background:linear, to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%;
	-webkit-animation:show 0.5s linear both;
	-moz-animation:show 0.5s linear both;
	animation:show 0.5s linear both;
}
@-webkit-keyframes show{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@-moz-keyframes show{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@-o-keyframes show{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@keyframes show{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
@-webkit-keyframes hide{
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@-moz-keyframes hide{
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@-o-keyframes hide{
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
@keyframes hide{
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}

.contDownWrapper{
	margin:10px 0 0 0;
    background-color: #f1f1f1;
    padding: 5px 5px;
    border: 2px solid #008000;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.contDown{
    width: auto;
}

.ilan_slider_wrapper{
    padding: 20px 0px 0 0;
}
.ilanFlex{
    min-height: 102px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ilanFlex .img{
	width:100%;
}
.ilanFlex .text{
    width: 100%;
    background-color: #f1f1f1;
    padding: 10px;
}
.ilanFlex .text h4{
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
}
.ilanFlex .text p{
    line-height: 1;
    margin: 0;
    font-size: 13px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mt10{
	margin-top:10px !important
}
.ilanlarHome .jp_hiring_slider_main_wrapper{
    border-bottom: 0;
}
.ilanlarHome .ss_featured_products{
    padding: 15px 15px 5px 15px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: 0;
}
.ilanlarHome .jp_job_post_main_wrapper {
    background: #f1f1f1;
    padding: 5px;
    margin-bottom: 10px;
}

.ilanPrice{
    display: block;
    background-color: #171717;
    color: #fff;
    line-height: 1;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ilanPrice i{
    font-size: 17px;
    position: relative;
    top: -1px;
}
.contDownWrapper .ilanPrice{
	margin:0 0 10px 0
}
.contDownWrapper .ilanPrice .oPrice{
    display: inline-block;
	position:relative;
	color:#ccc;
	font-size:15px;
}
.contDownWrapper .ilanPrice .nPrice{
	font-size:25px;
}
.contDownWrapper .ilanPrice .nPrice i{
	font-size:23px;
}
.contDownWrapper .ilanPrice .oPrice:after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: red;
    display: block;
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.newsItem{
	position:relative;
}
.newsItem span{
	height:340px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:100%;
	display:block;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.newsItem h4{
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: rgba(255, 255, 255, 0.7607843137254902);
    padding: 10px;
}

.mb20{
	margin-bottom:20px !important;
}

.house_toggle{
    display: table;
    padding: 15px 0 10px 0;
}

.searchMobil{
    padding: 5px 10px;
}
.cd-search input[type="text"]{
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
    color: #000;
}
.cd-search button{
    padding: 9px 15px;
    background-color: #fff !important;
    color: #000 !important;
	box-shadow:none !important;
	outline:none !important;
    outline: none !important;
    border-color: #dedede !important;
}
.statuRk img{
	max-width:100%;
	height:auto;
}

@media(max-width:768px){
    .textdetail table tr td, .textdetail table tr th{
        display: block !important;
        width: 100% !important;
    }
    
    .solutionsPage h1,
    .why .why_blockTitle,
    .contactPage h1,
    .solutionsPage .textdetail h2{
        font-size: 2.5rem !important;
    }
    
	.jp_banner_heading_cont_wrapper {
		width: 100%;
	}
	.jp_job_heading h1 small {
		font-size: 20px;
	}
	.mobail_menu div.row>div{
		padding:0;
	}
	.gc_logo {
		float: none;
		display: table !important;
		padding: 0;
		margin: 0;
	}
	.gc_logo a {
		padding: 5px 0;
		margin: 0;
		display: table;
		height:auto;
	}
	.gc_logo img {
		display: table;
		max-height: 46px;
	}
	header{
		height:auto;
	}
	.jp_job_post_heading_wrapper {
		float: none;
	}
	.cc_featured_product_main_wrapper .nav-tabs {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		float: none;
		display: table;
		width: 100%;
		display: flex;
		margin: 30px 0 0 0;
	}
}

.homeNews .jp_hiring_slider_wrapper .owl-theme .owl-nav, .homeNews .ss_featured_products .owl-theme .owl-nav{
	top:10px;
	right:10px
}

.registerMobil{
    color: #fff !important;
    position: absolute;
    top: 0;
    right: 35px;
    padding: 0;
    height: 55px;
    width: 40px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
}
.loginMobil{
    color: #fff !important;
    position: absolute;
    top: 0;
    right: 75px;
    padding: 0;
    height: 55px;
    width: 40px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
}

.loaderTag{
	position:relative;
	width:50px;
	height:50px;
	display:table;
}
.loaderTag:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 5px solid #008000;
    border-top: 5px solid #008000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100%;
}
.loaderTag:after{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 5px solid white;
    border-bottom: 0;
    border-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.video-responsive{
	position:relative;
	overflow:hidden;
}



.downButton{
    cursor: pointer;
    border: 2px solid #ffffff;
    padding: 0;
    border-radius: 25px;
    width: 31px;
    height: 53px;
    font-size: 10px;
    line-height: 66px;
    color: #ffffff;
    text-align: center;
    margin: 20px auto 0 auto;
}
.vodeoBlock{
	position:relative;
}
.vodeoBlock .textBlock{
    padding:146.5px 0 146.5px 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}
.vodeoBlock .textBlock h1{
    font-family: Oswald,sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    font-size: 100px;
    font-weight: 900;
    line-height: 130px;
	margin:0 0 40px 0
}
.vodeoBlock .textBlock h3{
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 1.9rem;
	margin:0 0 100px 0;
}
.vodeoBlock .textBlock p{
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.5;
	margin:0;
}

.solutions{
	padding:60px 0;
	background-color:#fff;
}
.solutions .solutions_blockTitle{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 53px;
    text-transform: uppercase;
    color: #000;
}
.solutions .solutions_itemTitle{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    font-size: 1.9rem;
    text-transform: uppercase;
    color: rgba(0,0,0,.7);
}
.solutions .solutions_itemText{
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff;
	min-height:90px;
}
.solutions .solutions_itemMore{
	display: block;
    text-align: right;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-transform: uppercase;
    background-color: black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 4px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    padding: 0.5rem 1.5rem;
}
.solutions .solutions_itemMore span{
    margin-right: 0.5rem;
    display: inline-block;
    font-size: 0.9rem;
}

.solutionsPage h1{
    font-size: 6.9rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
	line-height:1.2;
}

.danisma{
	background-color:#000;
	padding:80px 0;
}
.danisma .danisma_blockTitle{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 3.45rem;
    text-transform: uppercase;
    color: #000;
    color: rgb(255, 255, 255);
}
.danisma .danisma_blockText{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: left;
}
.danisma .danisma_blockBtn{
    cursor: pointer;
    padding: .5rem 1rem;
    font-size: 1.5625rem;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    background-color: #b7943e;
    border-color: #b7943e;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    line-height: 1.6;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.danisma .row:nth-child(2){
    margin-top: 3rem;
}
.danisma .row:nth-child(3){
    padding-top: 4rem;
}
.danisma .danisma_itemLink{
    border: 1px solid rgba(255,255,255,0.5);
    cursor: pointer;
    color: #fff!important;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    line-height: 1.6;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.danisma .danisma_itemText{
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    margin: 10px 0 0 0;
}


.why{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.why .why_blockTitle{
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 6.9rem;
    text-transform: uppercase;
    color: #fff;
}
.why .why_item .why_itemText{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}


.references{
    padding:40px 0 60px 0;
	background-color:#fff;
}
.references .references_blockTitle{
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 6.9rem;
    text-transform: uppercase;
    color: #000;
}
.references .references_whyAlt{
    padding-top: 15px;
}
.references .references_whyAlt .item{
    margin-top: 30px;
    display: block;
    position: relative;
    padding: 30px 0;
}
.references .references_whyAlt .item img{
    max-width: 100%;
    height: auto;
    max-height: 130px;
    margin: 0 auto;
    display: table;
}
.references .references_whyAlt .item span{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
}
.references .references_whyAlt .item span:nth-child(1){
    left: 0;
    top: 0;
    border-top: 2px solid #d3d2d2;
    border-left: 2px solid #d3d2d2;
}
.references .references_whyAlt .item span:nth-child(2){
    right: 0;
    top: 0;
    border-top: 2px solid #d3d2d2;
    border-right: 2px solid #d3d2d2;
}
.references .references_whyAlt .item span:nth-child(3){
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #d3d2d2;
    border-left: 2px solid #d3d2d2;
}
.references .references_whyAlt .item span:nth-child(4){
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #d3d2d2;
    border-right: 2px solid #d3d2d2;
}



.process{
	padding:80px 0;
}
.process .process_blockTitle{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 53px;
    text-transform: uppercase;
    color: #000;
}
.process .process_itemTitle{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    font-size: 1.9rem;
    text-transform: uppercase;
    color: rgba(0,0,0,.7);
}
.process .process_itemTitle span{
    display: block;
    font-size: 24px;
}
.process .process_itemText{
    margin-top: 0;
    margin-bottom: 1rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.process .row:last-child{
	padding-top: 3rem;
}

.socialLinks{
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 0px;
	max-width:150px;
    margin-bottom: 1.50rem;
}
.socialLinks li{
	flex-basis: 2rem;
    padding-left: 0px;
    font-size: 0.8rem;
    list-style: none;
}
.socialLinks li a{
	display: block;
    text-align: center;
    width: 2rem;
    line-height: 1rem;
    height: 2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-image: initial;
    padding: 0.5rem;
}

.copyright{
    margin: 30px auto 30px auto;
    display: table;
}
.copyright p{
	margin:0;
}

.textdetail table{
	bordeR:0;
	margin:30px 0
}
.textdetail table tr td,
.textdetail table tr th{
    vertical-align: top;
    border-width: 1px;
    border-color: #ffffff;
    border-style: solid;
    padding: 30px;
    background-color: #e8e8e8;
    border-radius: 0px;
	width:50%;
}
.textdetail ul,
.textdetail table ol{
	margin: 0 0 15px 0;
    padding: 20px 0 0 20px;
    text-align: left;
}

.textdetail ul{
    padding: 0 0 0 30px;
    list-style-type: disc;
    margin: 0 0 20px 0;
    font-size: 1.30rem;
    font-weight: 500;
    line-height: 1.6;
    color: #020202;
}
.textdetail table ol>li{
    font-family: Montserrat,sans-serif;
    /* text-transform: uppercase; */
    color: rgba(0,0,0,1);
    font-size: 1.5rem;
	font-weight:300;
}
.textdetail table ol>li>ul{
	margin:30px 0 0 -30px
}
.textdetail table ul>li{
	font-size: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 23px;
    color: #000;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: initial;
    list-style-type: disc;
}
.textdetail h3{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 300;
    font-size: 1.9rem;
    color: rgba(0,0,0,.7);
}
.textdetail h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

.mt30{
	margin-top:30px;
}

.checkbox .form-control{
    height: auto;
    display: flex;
    align-items: center;
    border: 0 !important;
    box-shadow: none !important;
    padding: 10px 0;
}
.checkbox input{
    min-width: 20px;
    min-height: 20px;
    margin: 0 10px 0 0 !important;
    position: relative !important;
}
.checkbox span{
    line-height: 1.2;
}

.contactPage h2{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 3.45rem;
    text-transform: uppercase;
    color: #000;
}
.contactPage h1 {
    font-size: 6.9rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 1.20rem;
}
.solutionsPage h1 {
    margin-bottom: 1.20rem;
}

.solutionsPage .textdetail h2{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: Oswald,sans-serif;
    font-weight: 700;
    font-size: 3.45rem;
    text-transform: uppercase;
    color: #000;
}

.contactPage .MenuOpen h2{
    margin-top: 0;
}
.contactPage button{
    color: #fff !important;
    background-color: #000;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
}
.contactPage input[type="text"],
.contactPage input[type="email"],
.contactPage textarea,
.contactPage select{
    display: block;
    width: 100%;
	height:auto;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 450px;
}
.contactPage>label{
    max-width: 450px;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #212529;
    text-align: left;
}
.contactPage input[type="text"]:focus,
.contactPage input[type="email"]:focus,
.contactPage textarea:focus,
.contactPage select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.contactPage{
    padding: 40px 0 60px 0;
}
.contactList{
	margin-bottom:40px;
}
.contactList:last-child{
	margin-bottom:0;
}
.contactList a{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5px 0;
}
.contactList a i{
    color: #000;
    width: 50px;
    border: 2px solid #000;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    height: 50px;
    line-height: 48px;
    margin: 0 15px 0 0;
}
.contactList a span{
	width:80%;
}


.errorShowOnay{
	border-color:red !important;
}

.errorShow .errorAlert{
	color:red !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.why {
	background-color:#000;
}
.whyAlt{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.whyAlt .textdetail ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.whyAlt .textdetail ul li{
	margin-bottom:15px;
    font-size: 1.25rem;
}
.whyAlt .textdetail ul li:last-child{
	margin-bottom:0;
}

.inlineBlocksText ul li{
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.socialLinksPage{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.socialLinksPage li{
	width:100%;
}
.socialLinksPage li a{
	display:table;
	margin:0 auto;
}
.socialLinksPage li a i{
    border-radius: 100%;
    border-width: 3px;
    border-style: solid;
    display: table;
    margin: 0 auto 10px auto;
    height: 89px;
    line-height: 83px;
    width: 89px;
    color: inherit;
    position: relative;
    border-color: #000;
    text-align: center;
	color:#000;
}
.socialLinksPage li a span{
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.3em;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}


.textdetail table ol>li h4{
    font-size: 2.2rem;
    margin: 0;
	display:inline-block;
}

.footerDropdown .addCap{
	display:none;
    padding: 15px;
}
.footerDropdown a{
	cursor:pointer;
}

.backBlack{
	background-color:#000;
    position: relative;
    padding: 50px 0 0 0;
}
.backBlack .row{
    position: relative;
	z-index:5;
}
.backBlack .row .col-md-4{
	margin-bottom:50px;
}
.backBlack:before{
	content:"";
    background-color: #000;
    position: absolute;
    left: -50%;
    width: 800px;
    top: 0;
    bottom: 0;
}
.backBlack:after{
	content:"";
    background-color: #000;
    position: absolute;
    right: -50%;
    width: 800px;
    top: 0;
    bottom: 0;
}
.backBlack h4,
.backBlack p,
.backBlack a,
.backBlack i{
	color:#fff !important;
	border-color:#fff !important;
}
.backWhite h4,
.backWhite p,
.backWhite a,
.backWhite i{
	color:#000 !important;
	border-color:#000 !important;
}

#general-popup .modal-body{
    padding: 30px 30px;
    overflow: hidden;
    height: 100%;
}
#general-popup .modal-body img{
    max-width:100%;
}
#general-popup.modal, .modal-open{
    padding-right: 0 !important
}
#general-popup .modal-dialog{
    width: auto;
    height: 100%;
    margin: 0;
}
#general-popup .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 !important;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 100%;
}
.overflow-y-hidden{
    overflow-y:hidden !important;
}