/*------------------------------------------------------------------

[Master Stylesheet]



Project:	Workers Direct

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



*/

.service-column {}


/*--------- Body Strat -------*/

body,
html {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #797979;
    background: #f9f9f9;
    overflow-x: hidden;
}


/*---------- Custom Css Start -------*/


/*-- Preloader css start --*/

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

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#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;
    margin-left: 9%;
}

.gc_logo {
    float: left;
    width: auto;
    margin-left: 20px;
}

.gc_logo img {
    display: inline-block;
}

.header-area {
    float: left;
    width: 100%;
}

.header-area {
    padding-top: 15px;
    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 {
    float: left;
    height: 100%;
    border-top: 3px solid #7CC24D;
    position: relative;
    background-color: hsla(200, 40%, 30%, .4);
    background-image: url('../images/header/header_img.jpg'), url('https://db.tt/vKBcgeOj');
    background-repeat: repeat-x;
    background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
    animation: 90s para infinite linear;
}

.video-elem {
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0;
    }
}

.gc_main_menu_wrapper {
    float: left;
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #ffffff21;
    position: relative;
}

.jp_slide_img_overlay {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: #0e1427d4;
}

.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}

.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 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;
    right: -145px;
    -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;
    font-size: 14px;
    /* letter-spacing: 1px; */
    text-transform: capitalize;
    padding: 10px 20px 10px 10px;
    font-family: 'Montserrat', sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: relative;
}

.gc_main_navigation {
    color: #ffffff !important;
}

.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)";
}

.sub-dropdown {
    display: inline;
}


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

02.1 Submenu & Megamenu

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

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #0e1427;
    top: calc(100% + 30px);
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.mainmenu>ul>li:last-child>ul {
    right: 0;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    background: #0e1427;
    border-top: 2px solid #7CC24D;
}

.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: #7CC24D;
    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%;
}

.mainmenu ul li.has-mega {
    position: static;
}

.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: #7CC24D !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: 50%;
    left: -40px;
}

.mainmenu .gc_main_navigation.parent:hover:before,
.mainmenu ul li.has-mega:hover>a:before {
    width: 10px;
    top: 50%;
}

.mainmenu .gc_main_navigation.parent:after,
.mainmenu ul li.has-mega a:after {
    width: 0px;
    top: 50%;
    left: 5px;
}

.mainmenu .gc_main_navigation.parent:hover:after,
.mainmenu ul li.has-mega:hover>a:after {
    width: 30px;
    top: 50%;
}


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

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: #222;
    color: #fff;
}

.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #ffffff;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega>a:before,
.stick .mainmenu ul li.has-mega>a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}


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

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: right;*/
}

.mainmenu:after {
    content: '';
    border: 1px solid #ffffff21;
    width: 1px;
    height: 116px;
    position: absolute;
    top: -44px;
    right: -16px;
}

.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 {
    float: right;
    width: auto;
    margin-top: -7px;
}

.gc_right_menu>ul {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.gc_right_menu>ul>li {
    float: left;
    width: auto;
    list-style: none;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gc_right_menu ul>li:last-child {
    margin-right: 0px;
}

.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: 28px;
    padding-top: 13px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gc_right_menu>ul>li svg:hover #share,
.gc_right_menu>ul>li>svg:hover #search,
.gc_right_menu>ul>li>svg:hover .menubar {
    fill: #7CC24D;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gc_search_box {
    position: absolute;
    right: 0;
    top: -13px;
    padding: 0px;
    width: 350px;
    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% - 60px);
    padding: 0px 10px;
    height: 60px;
    border: 1px solid #e1e1e1;
    border-right: 0px;
    -webkit-border-top-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.gc_search_box button {
    width: 60px;
    height: 60px;
    color: #ffffff;
    border: 1px solid #8bdaee;
    border-left: none;
    background-color: #8bdaee;
    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: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.gc_search_box button:hover {
    color: #ffffff;
    background-color: #7CC24D;
    border-color: #7CC24D;
    -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: #7CC24D;
}

.gc_main_navigation i:hover {
    color: #ffffff;
}

.gc_main_navigation :hover i {
    color: #ffffff;
}

.gc_main_navigation-1 i {
    float: right;
    font-weight: bolder;
}

.jp_navi_right_btn_wrapper ul {
    float: right;
}

.jp_navi_right_btn_wrapper li {
    float: left;
    margin-left: 20px;
}

.jp_navi_right_btn_wrapper li:first-child {
    margin-left: 0;
}

.jp_navi_right_btn_wrapper li:first-child a {
    float: left;
    width: 130px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border: 1px solid #ffffff40;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_navi_right_btn_wrapper li:first-child a:hover {
    background: #727376;
    border: 1px solid #727376;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_navi_right_btn_wrapper li:last-child a {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    border: 1px solid #7cc24d;
    background: #7cc24d;
    text-align: center;
    padding: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_navi_right_btn_wrapper li:last-child a:hover {
    background: transparent;
    border: 1px solid #7CC24D;
    -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 {
    float: left;
    width: 100%;
    padding-top: 130px;
}

.jp_job_heading h1 {
    font-size: 60px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.jp_job_heading h1 span {
    color: #ffffff;
    font-weight: bold;
}

.jp_job_heading p {
    font-size: 20px;
    color: #ffffffa8;
    padding-top: 10px;
}

.jp_header_form_wrapper {
    float: left;
    width: 100%;
    background: #ffffff24;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.jp_header_form_wrapper input,
.jp_form_exper_wrapper input {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: transparent;
    padding-left: 20px;
    padding-right: 20px;
}

.jp_form_location_wrapper select,
.jp_form_exper_wrapper select {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: transparent;
    padding-left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.jp_form_location_wrapper .second_icon,
.jp_form_exper_wrapper .second_icon {
    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: #7CC24D;
}

.jp_form_btn_wrapper li a {
    float: left;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #7CC24D;
    color: #ffffff;
    line-height: 50px;
    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;
}

.jp_form_btn_wrapper li a: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;
}

.italy {
    font-family: "Alegreya", serif;
    color: #7CC24D;
    font-size: 22px;
    margin-top: 20px;
}

.step-heading {
    font-size: 1.25rem;
    font-family: "Barlow", sans-serif;
}

.step-1 {
    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: #7CC24D;
}

.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: #7CC24D;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_banner_jobs_categories_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    background: #ffffff24;
    position: relative;
}

.jp_banner_jobs_categories_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    position: relative;
}

.jp_top_jobs_category_wrapper {
    float: left;
    width: 16.5%;
    text-align: center;
    background: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    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 {
    box-shadow: 0px 0px 37px #00000091;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}


/* categories-home-page-marquee */

#administrative-bg:hover {
    background: url('../images/header/administrative-workers-direct.jpg');
}

#catering-bg:hover {
    background: url('../images/header/catering-workers-direct.jpg');
}

#hospitality-bg:hover {
    background: url('../images/header/hospitality-workers-direct.jpg');
}

#healthcare-bg:hover {
    background: url('../images/header/healthcare-workers-direct.jpg');
}

#it-bg:hover {
    background: url('../images/header/it-workers-direct.jpg');
}

#all-services-bg:hover {
    background: url('../images/header/all-services-workers-direct.jpg');
}

.videoo {
    border: 10px solid #7CC24D;
    border-radius: 20px;
    margin-top: 30px;
}

.jp_top_jobs_category {
    display: inline-block;
}

.jp_top_jobs_category i {
    color: #7CC24D;
    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: bold;
}

.jp_top_jobs_category h3 a {
    color: #ffffff;
}

.jp_top_jobs_category p {
    font-size: 14px;
    color: #ffffffb8;
    padding-top: 5px;
}


/*---------- header Css End -------*/


/*---------- jp tittle slider Wrapper Start -------*/

.jp_tittle_name_wrapper {
    float: left;
    width: 15%;
    text-align: center;
    background: #7CC24D;
    padding-top: 35px;
    padding-bottom: 30px;
}

.jp_tittle_name {
    display: inline-block;
}

.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: #7CC24D;
}


/*---------- jp tittle slider Wrapper End -------*/


/*---------- jp first sidebar Wrapper Start -------*/

.jp_first_sidebar_main_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.jp_hiring_slider_main_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.jp_hiring_heading_wrapper h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.jp_hiring_heading_wrapper h2:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_hiring_heading_wrapper h2:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.jp_hiring_slider_wrapper {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.jp_hiring_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.jp_hiring_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -74px;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
}

.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-prev {
    font-size: 26px;
    margin: 0;
    padding: 0;
    right: 30px;
    top: 0;
    color: #dedede;
    background: none;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-next {
    font-size: 26px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 0;
    right: 0;
    position: absolute;
    color: #dedede;
    background: none;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_hiring_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
    color: #7CC24D;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_hiring_content_main_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom: 2px solid #7CC24D;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    padding: 3%;
    margin: 3%;
}

.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 {
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #0e1427;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_hiring_content_wrapper img {
    width: auto !important;
    display: inline-block !important;
}

.jp_hiring_content_main_wrapper:hover {
    border-bottom: 2px solid #727376;
    -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: #727376;
    -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%;
    float: left;
    padding-top: 48px;
    text-align: center;
}

.cc_featured_product_main_wrapper .nav-tabs {
    margin-top: -18px;
    margin-bottom: 23px;
    float: right;
    border: 1px solid #00000026;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ss_featured_products_wrapper {
    float: left;
    width: 100%;
    padding: 100px 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 {
    float: left;
    width: 100%;
    padding: 15px 0px;
}

.ss_featured_products .nav-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ss_featured_products .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    margin: 0px auto;
    left: 0;
    right: 0;
    display: block;
}

.ss_featured_products .owl-theme .owl-nav .owl-prev {
    font-size: 14px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 30px;
    position: absolute;
    text-align: center;
    background: transparent;
    color: #000000;
    border: 1px solid #e9e9e9;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ss_featured_products .owl-theme .owl-nav .owl-next {
    font-size: 14px;
    margin: 0;
    padding: 0;
    right: 0;
    top: 30px;
    position: absolute;
    text-align: center;
    background: transparent;
    color: #000000;
    border: 1px solid #e9e9e9;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ss_featured_products .owl-theme .owl-nav .owl-prev:hover,
.ss_featured_products .owl-theme .owl-nav .owl-next:hover {
    background: #7CC24D;
    border: 1px solid #7CC24D;
    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_featured_products .owl-theme .owl-dots {
    display: none;
}

.video_nav_img_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.video_nav_img ul {
    display: inline-block;
    position: relative;
    top: 15px;
    z-index: 1000;
}

.video_nav_img li {
    margin-left: 10px;
    float: left;
}

.video_nav_img li:first-child {
    margin-left: 0;
}

.video_nav_img li a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #e9e9e9;
    background: #ffffff;
    color: #000000;
}

.nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 13px;
    padding-top: 13px;
    border-left: 1px solid #00000026;
    margin-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-tabs>li:first-child>a {
    border-left: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #ffffff;
    border: 1px solid #7CC24D;
    background: #7CC24D;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-tabs>li:first-child.active>a,
.nav-tabs>li:first-child.active>a:hover,
.nav-tabs>li:first-child.active>a:focus {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-top-bottom-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nav-tabs>li:last-child.active>a,
.nav-tabs>li:last-child.active>a:hover,
.nav-tabs>li:last-child.active>a:focus {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-tabs>li>a:hover {
    border-left: 1px solid #00000026;
}

.nav-tabs>li:first-child>a:hover {
    border-left: 0;
}

.nav-tabs {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.cc_featured_second_section {
    margin-top: 40px;
    float: left;
    width: 100%;
}

.jp_job_post_main_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-bottom: 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_side_img {
    float: left;
    width: 105px;
}

.jp_job_post_right_cont {
    float: left;
    width: calc(100% - 105px);
    padding-left: 30px;
    padding-top: 10px;
}

.jp_job_post_right_cont h4 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.jp_job_post_right_cont p {
    font-size: 16px;
    color: #7CC24D;
    padding-top: 5px;
}

.jp_job_post_right_cont li {
    margin-left: 20px;
    float: left;
}

.jp_job_post_right_cont li i {
    color: #727376;
}

.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 ul {
    float: right;
    margin-top: 15px;
}

.jp_job_post_right_btn_wrapper li {
    float: left;
    margin-left: 20px;
}

.jp_job_post_right_btn_wrapper li:first-child {
    margin-left: 0;
}

.jp_job_post_right_btn_wrapper li:first-child a {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #727376;
    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: #727376;
    color: #ffffff;
    border: 1px solid #727376;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_job_post_right_btn_wrapper li:nth-child(2) {
    float: none;
    margin-left: 50px;
}

.jp_job_post_right_btn_wrapper li:nth-child(2) a {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #37d09c;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.jp_job_post_right_btn_wrapper li:last-child {
    margin-left: 50px;
    margin-top: 40px;
    float: none;
}

.jp_job_post_right_btn_wrapper li:last-child a {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #727376;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.jp_job_post_keyword_wrapper {
    float: left;
    width: 100%;
    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: #7CC24D;
    -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 #7CC24D;
    border-bottom: 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_main_wrapper_cont:hover .jp_job_post_keyword_wrapper {
    border: 1px solid #7CC24D;
    border-top: 0;
    background: #7CC24D;
    -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 {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.jp_regis_left_side_box_wrapper {
    float: left;
    width: 50%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #7CC24D;
    border-right: 0;
    padding-top: 85px;
    padding-bottom: 85px;
}

.jp_regis_left_side_box {
    display: inline-block;
}

.jp_regis_left_side_box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding-top: 15px;
    position: relative;
}

.jp_regis_left_side_box h4:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}

.jp_regis_left_side_box h4:after {
    content: '';
    border: 1px solid #7CC24D;
    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 {
    float: left;
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    background: #7CC24D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_regis_left_side_box li a:hover {
    background: #f36964;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_regis_right_side_box_wrapper {
    float: left;
    width: 50%;
    padding-top: 85px;
    padding-bottom: 85px;
    /* background: url('../images/content/candidate-bg.jpg') 50% 0 repeat-y; */
    /* background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    text-align: center;
    float: left;
    width: 50%;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #7CC24D;
    border-right: 0;
}

.jp_regis_right_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.6);
}

.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 #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}

.jp_regis_right_side_box h4:after {
    content: '';
    border: 1px solid #7CC24D;
    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 {
    float: left;
    width: 230px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    background: #727376;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_regis_right_side_box li a:hover {
    background: #7CC24D;
    -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: #7CC24D;
    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 {
    float: left;
    width: 100%;
}

.jp_add_resume_wrapper {
    background: url('../images/content/resume-bg.jpg') 50% 0 repeat-y;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.jp_add_resume_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.9);
}

.jp_add_resume_cont {
    position: relative;
    display: inline-block;
    padding-top: 45px;
    padding-bottom: 45px;
}

.jp_add_resume_cont h4 {
    font-size: 16px;
    color: #ffffff;
    padding-top: 25px;
    line-height: 25px;
    position: relative;
}

.jp_add_resume_cont h4:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}

.jp_add_resume_cont h4:after {
    content: '';
    border: 1px solid #7CC24D;
    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 {
    float: left;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    background: #7CC24D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_add_resume_cont li a:hover {
    background: #727376;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_spotlight_main_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.spotlight_header_wrapper {
    float: left;
    width: 100%;
    background: #7CC24D;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.spotlight_header_wrapper h4 {
    font-size: 16px;
    color: #ffffff;
}

.jp_spotlight_slider_wrapper {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-top: 0;
    border-bottom: 1px solid #7CC24D;
    -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 #727376;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_spotlight_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.jp_spotlight_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -66px;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
}

.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-prev {
    font-size: 26px;
    margin: 0;
    padding: 0;
    right: 20px;
    top: 0;
    color: #ffffffab;
    background: none;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-next {
    font-size: 26px;
    margin: 0;
    padding: 0;
    top: 0;
    right: -10px;
    position: absolute;
    color: #ffffffab;
    background: none;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-prev:hover,
.jp_spotlight_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
    color: #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: bold;
    padding-top: 40px;
}

.jp_spotlight_slider_cont_Wrapper p {
    font-size: 16px;
    color: #7CC24D;
    padding-top: 5px;
}

.jp_spotlight_slider_cont_Wrapper li {
    float: left;
}

.jp_spotlight_slider_cont_Wrapper li i {
    color: #727376;
}

.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: 20px;
}

.jp_spotlight_slider_btn_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.jp_spotlight_slider_btn ul {
    display: inline-block;
    margin-top: 35px;
}

.jp_spotlight_slider_btn li a {
    float: left;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    background: #727376;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_spotlight_slider_btn li a:hover {
    background: #7CC24D;
    -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: #7CC24D;
    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 {
    float: left;
    width: 100%;
    background: #ffffff;
    padding-left: 20px;
    padding-bottom: 40px;
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #7CC24D;
    border-top: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_rightside_job_categories_wrapper:hover .jp_rightside_job_categories_content {
    border-bottom: 1px solid #727376;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_rightside_job_categories_content ul {
    margin-top: 30px;
}

.jp_rightside_job_categories_content li {
    margin-top: 20px;
}

.jp_rightside_job_categories_content li a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_rightside_job_categories_content li a:hover {
    color: #7CC24D;
    -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: #727376;
}

.jp_rightside_job_categories_content li a span {
    color: #7CC24D;
}

.jp_rightside_job_categories_content li:last-child a {
    font-size: 14px;
    font-weight: bold;
    color: #7CC24D;
    text-transform: uppercase;
}

.jp_rightside_job_categories_content li:last-child i {
    color: #7CC24D;
}

.jp_rightside_career_wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.jp_rightside_career_heading {
    float: left;
    width: 100%;
    background: #7CC24D;
    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 #727376;
    -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: #727376;
    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 --*/

.slider_icon_size {
    font-size: 30px !important;
    padding-left: 5px;
    color: #fff;
}

.jp_counter_main_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.gc_counter_cont_wrapper {
    float: left;
    width: 25%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #7CC24D;
}

.gc_counter_cont_wrapper_new {
    float: left;
    /* width: 25%; */
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #7CC24D;
}

.gc_counter_cont_wrapper2 {
    float: left;
    width: 25%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #7CC24D;
    border-left: 0;
    border-right: 0;
}

.gc_counter_cont_wrapper3 {
    float: left;
    width: 25%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #7CC24D;
    border-right: 0;
}

.gc_counter_cont_wrapper4 {
    float: left;
    width: 25%;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #7CC24D;
}

.count-description {
    margin-top: 30px;
}

.count-description span {
    font-size: 50px;
    color: #ffffff;
    margin-top: 50px;
    font-weight: 900;
    position: relative;
}

.count-description-new span {
    font-size: 38px;
    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 #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_best_deal_heading_wrapper h2:before {
    content: '';
    border: 1px solid #7CC24D;
    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: #7CC24D;
    -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 #7CC24D;
    -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 #727376;
    -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: #727376;
    -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: #7CC24D;
    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: #727376;
    -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 #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_client_heading_wrapper h2:before {
    content: '';
    border: 1px solid #7CC24D;
    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: #7CC24D;
    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 #7CC24D;
    -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 #727376;
    -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 #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}

.box1_heading_wrapper h4:after {
    content: '';
    border: 1px solid #7CC24D;
    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 #727376;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}

.box2_heading_wrapper h4:after {
    content: '';
    border: 1px solid #727376;
    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 #7CC24D;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    display: inline-block;
    margin-top: -75px;
    line-height: 55px;
    z-index: 1;
    background: #7CC24D;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -9px;
}

.price_box2 {
    width: 120px;
    height: 120px;
    border: 2px solid #727376;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    display: inline-block;
    margin-top: -75px;
    line-height: 55px;
    z-index: 1;
    background: #727376;
    -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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    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: #7CC24D;
    border: 2px solid #7CC24D;
    -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: #727376;
    border: 2px solid #727376;
    -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: 80px;
}

.jp_downlord_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #000000d6;
}

.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 h2 {
    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 h2 span {
    font-weight: 900;
}

.ss_download_wrapper_details h2:after {
    content: '';
    border: 1px solid #ffffffcf;
    width: 30px;
    position: absolute;
    bottom: -6px;
    left: 17px;
}

.ss_download_wrapper_details h2:before {
    content: '';
    border: 1px solid #ffffffcf;
    width: 8px;
    position: absolute;
    bottom: -6px;
    left: 5px;
}

.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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    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: #000000d6;
}

.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 {
    float: left;
    width: 100%;
}

.jp_newsletter_field input {
    float: left;
    width: calc(95% - 160px);
    border: 2px solid transparent;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    color: #797979;
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    padding-left: 40px;
}

.jp_newsletter_field i {
    position: absolute;
    left: 29px;
    z-index: 1;
    top: 17px;
    color: #7CC24D;
}

.jp_newsletter_field input::-webkit-input-placeholder {
    color: #797979;
}

.jp_newsletter_field input::-moz-placeholder {
    color: #797979;
}

.jp_newsletter_field input:-ms-input-placeholder {
    color: #797979;
}

.jp_newsletter_field input:-moz-placeholder {
    color: #797979;
}

.jp_newsletter_field button {
    float: right;
    width: 160px;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    background-color: #727376;
    color: #ffffff;
    border: 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_newsletter_field button:hover {
    background: #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_top_header_main_wrapper {
    width: 100%;
    background: #0e1427;
    /*height: 44px;*/
    line-height: 0;
}


/* header-icons-menu */
.header-icons-menu li {
    display: inline-block;
    margin: 5px;
    padding: 5px;
}
.header-icons-menu li a {
    color: #fff;
}

/* right */

.jp_top_header_right_cont ul {
    float: right;
}

.jp_top_header_right_cont li {
    float: left;
    margin-left: 30px;
}

.jp_top_header_right_cont li:first-child {
    margin-left: 0;
    position: relative;
}

.jp_top_header_right_cont li a {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.jp_top_header_right_cont li:first-child:after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    right: -17px;
}

.jp_top_header_right_cont li:first-child:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    left: -17px;
}


/* left */

.jp_top_header_left_cont ul {
    float: left;
}

.jp_top_header_left_cont li {
    float: left;
    margin-left: 30px;
}

.jp_top_header_left_cont li:first-child {
    margin-left: 0;
    position: relative;
}

.jp_top_header_left_cont li a {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.jp_top_header_left_cont li:first-child:after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    right: -17px;
}

.jp_top_header_left_cont li:first-child:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    right: -17px;
}


/* left for p tag */

.jp_top_header_left_cont p {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}

.jp_top_header_left_cont p:last-child {
    margin-left: 40px;
}

.jp_top_header_left_cont p a {
    color: #ffffff;
}

.jp_top_header_left_cont p:first-child {
    position: relative;
}

.jp_top_header_left_cont p:first-child:after {
    position: absolute;
    content: '';
    border: 1px solid #ffffff38;
    width: 1px;
    height: 73px;
    top: 0;
    right: -20px;
}


/* right-Social-icons */

.jp_top_header_right__social_cont ul {
    float: right;
    margin-right: 45px;
}

.jp_top_header_right__social_cont li {
    float: left;
    margin-left: 30px;
}

.jp_top_header_right__social_cont li a {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff94;
    font-size: 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_top_header_right__social_cont li a: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_top_header_right__social_cont li:first-child {
    margin-left: 0;
}


/*-- Top Header Wrapper End --*/


/*-- jp best deal Wrapper Start --*/

.jp_best_deal_main_wrapper {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.jp_best_deal_heading_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}

.jp_best_deal_heading {
    display: inline-block;
}

.jp_best_deal_heading h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.jp_best_deal_heading h4:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: -45px;
    right: 0;
    margin: 0px auto;
}

.jp_best_deal_heading h4:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.jp_best_deal_main_cont_wrapper {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 40px;
    border: 1px solid #e9e9e9;
    margin-top: 35px;
    border-bottom: 1px solid #7CC24D;
    -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 #727376;
    -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; */
}

.margin-top-15 {
    margin-top: 13px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-top-165 {
    margin-top: 165px;
}
i {
    font-size: 8px;
}

.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: #7CC24D;
    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_cont_sec h4 a:hover {
    color: #727376;
    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: #727376;
    -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: #727376;
    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: #727376;
    -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 Wrapper End --*/


/*-- jp footer Wrapper Start --*/

.jp_main_footer_img_wrapper {
    background: url('../images/content/footer_bg.jpg') 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #7CC24D;
}

.jp_footer_logo_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff1a;
}

.jp_footer_three_sec_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 80px;
}

.jp_footer_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.jp_footer_logo {
    display: inline-block;
}

.jp_footer_first_cont h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.jp_footer_first_cont h4 {
    font-size: 15px;
    color: #7CC24D;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
}

.jp_footer_first_cont_new {
    font-size: 15px;
    color: #7CC24D;
    /* font-weight: 900; */
    text-transform: uppercase;
    position: relative;
}

.jp_footer_first_cont h2:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_footer_first_cont h4:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_footer_first_cont h2:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.jp_footer_first_cont h4:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.jp_footer_first_cont p {
    padding-top: 60px;
    color: #ffffffd9;
}

.jp_footer_first_cont_new p {
    padding-top: 5px;
    color: #797979;
}

.jp_footer_first_cont_new_1 p {
    /* padding-top: 5px; */
    color: #797979;
}

.jp_footer_first_cont ul {
    margin-top: 20px;
}

.jp_footer_first_cont li a {
    font-size: 14px;
    font-weight: bold;
    color: #7CC24D;
    text-transform: uppercase;
}

.jp_footer_first_cont li i {
    color: #7CC24D;
    padding-right: 5px;
}

.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 #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_footer_candidate h2:before {
    content: '';
    border: 1px solid #7CC24D;
    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: #7CC24D;
}

.jp_footer_candidate ul li a:hover {
    color: #7CC24D;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_bottom_footer_Wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #ffffff1a;
    margin-top: 80px;
    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: #7CC24D;
    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: #7CC24D;
    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 --*/


/***----chat box wrapper css------****/

#chat-circle {
    position: fixed;
    bottom: 25px;
    right: 35px;
    background: #7CC24D;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: white;
    z-index: 100;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 188, 212, 0.3);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 0.7);
}

#chat-circle-new {
    position: fixed;
    bottom: 55px;
    right: 35px;
    background: #7CC24D;
    width: 155px;
    height: 55px;
    border-radius: 10%;
    color: white;
    z-index: 100;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}

.white {
    color: #fff;
}

#chat-circle i {
    font-size: 20px;
    color: white;
}

.btn#my-btn {
    background: white;
    padding-top: 13px;
    padding-bottom: 12px;
    border-radius: 45px;
    padding-right: 40px;
    padding-left: 40px;
    color: #5865C3;
}

.chat-box {
    display: none;
    position: fixed;
    right: 30px;
    z-index: 10000;
    bottom: 34px;
    background: #fff;
    width: 350px;
    max-width: 85vw;
    max-height: 100vh;
    border-radius: 5px;
    -ms-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.1);
}

.chat-box-toggle {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}

.chat-box-header {
    background: #7CC24D;
    height: 60px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 20px;
    padding-top: 17px;
    padding-left: 30px;
}

.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.chat-box-body:after {
    content: "";
    background-image: url(../images/content/chat.png);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
}

#chat-input {
    background: #fff;
    width: 100%;
    position: relative;
    height: 50px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: none;
    resize: none;
    outline: none;
    border: 1px solid #e2e2e2;
    color: #777;
    border-top: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.chat-input>form {
    margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

#chat-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

#chat-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

#chat-input:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

.chat-submit {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #7CC24D;
    width: 35px;
    height: 35px;
    font-size: 18px;
}

.chat-logs {
    padding: 15px;
    height: 370px;
    overflow-y: auto;
}

.chat-logs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #7CC24D;
}

.chat-logs::-webkit-scrollbar {
    width: 5px;
    background-color: #7CC24D;
}

.chat-logs::-webkit-scrollbar-thumb {
    background-color: #7CC24D;
}

@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
    .jp_top_header_img_wrapper .gc_main_menu_wrapper {
        background: #000000df;
    }
}

.chat-msg.user>.msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    width: 15%;
    position: relative;
    z-index: 10;
}

.chat-msg.self>.msg-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: right;
    width: 15%;
    z-index: 10;
}

.cm-msg-text {
    background: #e5fcff;
    padding: 8px 25px 8px 25px;
    color: #666;
    z-index: 10000000;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    border-radius: 20px;
    margin-top: 12px;
}

.chat-msg {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.chat-msg.self>.cm-msg-text {
    float: right;
    margin-right: 10px;
    background: #7CC24D;
    color: #fff;
    position: relative;
    z-index: 10;
}

.user span img {
    float: right;
}

.cm-msg-button>ul>li {
    list-style: none;
    float: left;
    width: 50%;
}

.chat-msg img {
    position: relative;
    z-index: 100;
}

.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(35, 192, 233, 0.08);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(35, 192, 233, 0.08);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(35, 192, 233, 0.08);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 30px rgba(35, 192, 233, 0.08);
    }
}


/************************* ---- About CSS Start ---- *************************/

.aboutus_section {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.about_image_wrapper,
.about_text_wrapper {
    float: left;
    width: 100%;
}

.about_image_wrapper {
    text-align: center;
}

.aboutus_section .section_heading .border {
    margin-bottom: 30px;
}


/* .image-style-border {
    border: 4px solid #7CC24D;
    border-radius: 5px;
} */

.about_image_wrapper img {
    display: inline-block;
    border-radius: 10px;
}

.about_text_wrapper h2,
.aboutus_text_section h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

.about_text_wrapper h2:before,
.aboutus_text_section h2:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.about_text_wrapper h2:after,
.aboutus_text_section h2:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 12px;
}

.about_text_wrapper p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-top: 30px;
}

.abt_txt_page_2 p {
    color: #999999;
    padding-top: 30px;
}

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

.abt_2_para {
    padding-top: 60px;
}

.about_text_wrapper ul li:first-child {
    padding-top: 0px;
}

.about_text_wrapper ul li {
    padding-top: 20px;
    font-size: 16px;
}

.abt_txt_page_2 li {
    margin-top: 10px;
}

.abt_txt_page_2 li i {
    color: #7CC24D;
}

.about_text_wrapper ul li a {
    color: #999999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about_text_wrapper a:hover {
    color: #9a558f;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.about_text_wrapper ul li i {
    padding-right: 10px;
    color: #7CC24D;
}

.abt_page_2_wrapper .panel .panel-heading a.collapsed {
    background: #7CC24D !important;
}

.abt_page_2_wrapper .panel .panel-heading.desktop a.collapsed:before {
    color: #fff;
}

.abt_page_2_wrapper .panel .panel-heading.horn a.collapsed:before {
    color: #fff;
}

.abt_page_2_wrapper .panel .panel-heading.bell a.collapsed:before {
    color: #fff;
}

.abt_page_2_wrapper .panel .panel-heading a {
    background: #bd6495;
}

.abt_page_2_wrapper .panel .panel-heading.desktop a:before {
    color: #fff;
}

.abt_page_2_wrapper .panel .panel-heading.horn a:before {
    color: #fff;
}

.abt_page_2_wrapper .panel .panel-heading.bell a:before {
    color: #fff;
}

.abt_page_2_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
    background: #f7f7f7;
    color: #111111;
}

.accordion_wrapper {
    float: left;
    width: 100%;
}

.accordion_wrapper .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.accordion_wrapper .panel-heading h4 {
    font-size: 18px;
    line-height: 24px;
}

.accordion_wrapper h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.accordion_wrapper .panel-group .panel+.panel {
    margin-top: 0px;
}

.accordion_wrapper .panel-group {
    margin-bottom: 0;
}

.accordion_wrapper .panel-default {
    border: 0;
}

.accordion_wrapper .panel-default>.panel-heading {
    border-radius: 0px;
}

.accordion_wrapper .panel-default .panel-heading {
    background: transparent;
}

.accordion_wrapper .panel {
    background-color: transparent;
    box-shadow: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion_wrapper .panel:last-of-type {
    border-bottom: 1px solid transparent;
}

.accordion_wrapper .panel .panel-heading a {
    display: block;
    background: #7CC24D;
    padding: 12px 20px;
    color: #fff;
}

.accordion_wrapper .panel .panel-heading a.collapsed {
    color: #fff;
    background: rgba(108, 89, 89, 0.3);
    display: block;
    padding: 12px 20px;
    border-top: 1px solid transparent;
}

.accordion_wrapper .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 70px;
    background: #eee;
    color: #797979;
    font-size: 16px;
    line-height: 24px;
}

.accordion_wrapper .panel .panel-heading a:before,
.accordion_wrapper .panel .panel-heading a.collapsed:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    float: left;
    margin-right: 20px;
}

.accordion_wrapper .panel .panel-heading.desktop a:before {
    content: "\f108";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.desktop a.collapsed:before {
    content: "\f108";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.horn a:before {
    content: "\f0a1";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.horn a.collapsed:before {
    content: "\f0a1";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.bell a:before {
    content: "\f0f3";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.bell a.collapsed:before {
    content: "\f0f3";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.search a:before {
    content: "\f002";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading.search a.collapsed:before {
    content: "\f002";
    color: #ffffff;
}

.accordion_wrapper .panel .panel-heading a:after,
.accordion_wrapper .panel .panel-heading a.collapsed:after {
    font-size: 14px;
    float: right;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.accordion_wrapper .panel .panel-heading a:after {
    content: "\2212";
    color: #fff;
    border: 1px solid #fff;
}

.accordion_wrapper .panel .panel-heading a.collapsed:after {
    content: "+";
    color: #fff;
    border: 1px solid #fff;
}

.aboutus_page_2_section {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}

b {
    color: #7CC24D;
}

.padding-top-20 {
    padding-top: 30px;
}


/* -------------------------------- 



Primary style



-------------------------------- */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
}

.cd-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .cd-title {
        line-height: 250px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px;
    }
    .cd-title h1 {
        font-size: 3rem;
    }
}

.cd-intro {
    width: 90%;
    /* max-width: 768px;

	text-align: center; */
}


/* .cd-intro {

	margin: 4em auto;

  } */


/* @media only screen and (min-width: 768px) {

	.cd-intro {

	  margin: 5em auto;

	}

  } */


/* @media only screen and (min-width: 1170px) {

	.cd-intro {

	  margin: 1em auto;

	}

  } */

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* -------------------------------- 

  

  xrotate-1 

  

  -------------------------------- */

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}


/* -------------------------------- 

  

  xtype 

  

  -------------------------------- */

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}


/* -------------------------------- 

  

  xrotate-2 

  

  -------------------------------- */

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}


/* -------------------------------- 

  

  xloading-bar 

  

  -------------------------------- */

.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0096a7;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}


/* -------------------------------- 

  

  xslide 

  

  -------------------------------- */

.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/* -------------------------------- 

  

  xclip 

  

  -------------------------------- */

/*.cd-headline.clip span {*/
/*    display: inline-block;*/
/*    padding: .2em 0;*/
/*}*/

/*.cd-headline.clip .cd-words-wrapper {*/
/*    overflow: hidden;*/
/*    vertical-align: top;*/
/*}*/

/*.cd-headline.clip .cd-words-wrapper::after {*/
    /* line */
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 2px;*/
/*    height: 100%;*/
/*    background-color: #aebcb9;*/
/*}*/

/*.cd-headline.clip b {*/
    /*opacity: 0;*/
/*}*/

/*.cd-headline.clip b.is-visible {*/
/*    opacity: 1;*/
/*}*/


/* -------------------------------- 

  

  xzoom 

  

  -------------------------------- */

.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.zoom b {
    opacity: 0;
}

.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}


/* -------------------------------- 

  

  xrotate-3 

  

  -------------------------------- */

.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}


/* -------------------------------- 

  

  xscale 

  

  -------------------------------- */

.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}


/* -------------------------------- 

  

  xpush 

  

  -------------------------------- */

.cd-headline.push b {
    opacity: 0;
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}


/* li i {

    color: #7CC24D;

    padding-right: 5px;

   } */

#more {
    display: none;
}

#more-1 {
    display: none;
}

#more-2 {
    display: none;
}

#more-3 {
    display: none;
}

#more-4 {
    display: none;
}

#more-5 {
    display: none;
}

#more-6 {
    display: none;
}

#more-7 {
    display: none;
}

#myBtn {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-1 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-2 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-3 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-4 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-5 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-6 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

#myBtn-7 {
    background: transparent;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    color: #7cc24d;
}

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

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

.margin-bottom-40 {
    margin-bottom: 40px;
}

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

.margin-bottom-60 {
    margin-bottom: 60px;
}

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

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

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-100 {
    margin-top: 100px;
}

.grid-box {
    width: 100%;
    max-height: 800px;
    /* border: 2px solid #000000; */
    background-color: #ffffff;
    padding: 20px 30px 20px 30px;
}

.grid-box-custom {
    width: 100%;
    max-height: 100%;
    /* border: 2px solid #000000; */
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
}

.grid-box-1 {
    width: 100%;
    max-height: 800px;
    /* border: 2px solid #000000; */
    background-color: #ffffff;
    /* padding: 20px 30px 20px 30px; */
}

.box {
    width: 100%;
    float: left;
}

.box:hover {
    cursor: pointer;
}

.box:hover>.grid-box-1 .img-section img {
    opacity: 0.3;
    transition: 0.5s;
    transform: scale(1.15);
}

.box:hover>.grid-box-1 .img-section img .middle {
    opacity: 1;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.iconn {
    font-size: 58px;
    padding-left: 10px;
}

.heading {
    padding-left: 10;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.heading h1 a {
    color: #000000;
    font-weight: 700;
}

.content {
    width: 90%;
}

.img-section {
    width: 100%;
    overflow: hidden;
}

.img-section img {
    transition: .5s ease;
    backface-visibility: hidden;
    opacity: 1;
}

.grid-box-1 {
    position: relative;
}

.grid-box-1 .img-section .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.grid-box-1 .img-section .middle i {
    font-size: 25px;
    color: #fff;
}

.cont {
    position: relative;
}

.flow-icon {
    position: absolute;
    top: 30%;
    left: 20%;
    text-align: center;
}


/* sevices mega dropdown   */

.services-mega-box .row .col-lg-4>a {
    border: none;
}

.mainmenu .mega_menu {
    width: 1000px;
    /*position: absolute;*/
    /*left: -40%;*/
    text-align: left;
    background-color: #1b1b1b;
    top: calc(100% + 30px);
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    /* border: 2px solid #7cc24d; */
}


/* Small devices (portrait tablets and large phones, 600px and up)   */


/* @media only screen and (min-width: 600px) {

	.jp_navi_right_btn_wrapper {

	display: none;

	}

  } */


/* Medium devices (landscape tablets, 768px and up) */


/* @media only screen and (min-width: 768px) {

	.jp_navi_right_btn_wrapper {

		display: none;

		}

  } 

   */


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .mainmenu .mega_menu {
        width: 1000px;
        /*position: absolute;*/
        /*left: -20%;*/
        text-align: left;
        background-color: #1b1b1b;
        top: calc(100% + 30px);
        z-index: 9999999;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
}

.list-item-service {
    display: inline-flex;
}

.list-item-service>i {
    margin-top: 10px;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .mainmenu .mega_menu {
        width: 1000px;
        /*position: absolute;*/
        /*left: -40%;*/
        text-align: left;
        background-color: #1b1b1b;
        top: calc(100% + 30px);
        z-index: 9999999;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        padding: 20px;
    }
}

.services-mega-box {
    padding: 20px;
}


/* .has-mega .mega_menu .services-mega-box:hover >  .list-item-service  {

	  background-color: #7cc24d;

} */


/* sevices mega dropdown end */

.green {
    color: #7cc24d;
    cursor: pointer;
}


/*  scroll bar */

html {
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 18px;
    align-items: center;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 26px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 26px rgba(124, 194, 77, 0);
    background: url(../images/header/scrollbar.png);
    background-repeat: no-repeat;
}


/*--jp Contact form Wrapper Start --*/

.jp_contact_form_main_wrapper {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.jp_contact_form_heading_wrapper {
    float: left;
    width: 100%;
}

.jp_contact_form_heading_wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.jp_contact_form_heading_wrapper h2:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_contact_form_heading_wrapper h2:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.jp_contact_form_box {
    float: left;
    width: 100%;
    border-bottom: 7px solid #7CC24D;
    padding: 50px;
    border-radius: 20px 20px 0 0;
    background: #ffffff;
}

.jp_contact_inputs_wrapper input::placeholder {
    color: #7cc24d;
}

.phone_number_custom_style select {
    color: #7CC24D;
}

.jp_contact_inputs_wrapper textarea::placeholder {
    color: #7cc24d;
}

.jp_contact_inputs_wrapper input {
    width: 100%;
    height: 50px;
    border: 1px solid #7CC24D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 45px;
    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;
    background: transparent;
}

.phone_number_custom_style select {
    width: 100%;
    height: 50px;
    border: 1px solid #7CC24D;
    /* -webkit-border-radius: 10px;  */
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 15px;
    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;
    /* background: transparent; */
}

.jp_contact_inputs_wrapper input:hover,
.jp_contact_inputs_wrapper input:focus {
    border: 2px solid #7CC24D;
    /* border-top: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;
}

.phone_number_custom_style select:hover,
.phone_number_custom_style select:focus {
    border: 2px solid #7CC24D;
    /* border-top: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_contact_inputs_wrapper i {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 40px;
    color: #7CC24D;
}

.jp_contact_inputs3_wrapper {
    margin-top: 30px;
}

.jp_contact_inputs3_wrapper i {
    top: 48px;
}

.jp_contact_inputs4_wrapper textarea {
    width: 100%;
    padding-left: 45px;
    margin-top: 30px;
    position: relative;
    padding-top: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    resize: none;
    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_contact_inputs4_wrapper textarea:hover,
.jp_contact_inputs4_wrapper textarea:focus {
    border: 1px solid #7CC24D;
    border-top: 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_contact_inputs4_wrapper i {
    position: absolute;
    color: #7CC24D;
    top: 51px;
    z-index: 1000;
}

.jp_contact_form_btn_wrapper ul {
    margin-top: 30px;
}

.jp_contact_form_btn_wrapper li {
    float: left;
}

.jp_contact_form_btn_wrapper li a {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    border: 1px solid #727376;
    background: #727376;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.submit_button_custom_styling:hover {
    background: #7CC24D;
    border: 1px solid #ffffff40;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.submit_button_custom_styling {
    float: left;
    width: 160px;
    height: 50px;
    line-height: 45px;
    color: #ffffff;
    border: 1px solid #727376;
    background: #727376;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.form_upload_btn_custom input[type="file"] {
    display: none;
}

.form_upload_btn_custom input[type="submit"] {
    display: none;
}

.jp_contact_form_btn_wrapper li a:hover {
    background: #7CC24D;
    border: 1px solid #ffffff40;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jp_contact_right_box_wrapper {
    float: left;
    width: 100%;
    background: #7CC24D;
    padding: 50px;
    z-index: 1;
    border-radius: 20px 20px 0 0;
}

.gc_get_heading_icon {
    float: left;
    width: 30px;
    padding-top: 13px;
}

.gc_get_pera {
    float: left;
    width: 100%;
}

.gc_get_pera p {
    color: rgba(255, 255, 255, 0.78);
    padding-top: 30px;
}

.gc_get_pera p a {
    color: #00468c;
    font-style: italic;
    padding-left: 5px;
}

.jp_form_add_wrapper {
    float: left;
    width: 100%;
}

.gc_map_add_wrapper1 {
    padding-top: 45px;
}

.gc_map_add_wrapper2,
.gc_map_add_wrapper3 {
    padding-top: 25px;
}

.jp_map_location_icon_wrapper {
    width: 20px;
    height: 50px;
    float: left;
    line-height: 50px;
    font-size: 22px;
    color: #ffffff96;
}

.gc_map_location_icon_cont_wrapper {
    float: left;
    width: calc(100% - 20px);
    padding-left: 10px;
}

.gc_map_location_icon_cont_wrapper h3 {
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
}

.gc_map_location_icon_cont_wrapper h3 a {
    color: #ffffff;
}

.gc_map_add_wrapper3 .jp_map_location_icon_wrapper {
    font-size: 15px !important;
    line-height: 45px !important;
}

.jp_contact_form_add_heading_wrapper {
    float: left;
    width: 100%;
}

.jp_contact_form_add_heading_wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.jp_contact_form_add_heading_wrapper h2:after {
    content: '';
    border: 1px solid #ffffff;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}

.jp_contact_form_add_heading_wrapper h2:before {
    content: '';
    border: 1px solid #ffffff;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.jp_contact_form_social_icon {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.jp_contact_form_social_icon li:first-child {
    margin-left: 0;
}

.jp_contact_form_social_icon li {
    float: left;
    margin-left: 10px;
}

.jp_contact_form_social_icon li a {
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: transparent;
    text-align: center;
    line-height: 40px;
    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_contact_form_social_icon li a: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;
}

.gc_map_location_icon_cont_wrapper2 h3,
.gc_map_location_icon_cont_wrapper4 h3 {
    padding-top: 12px;
}

.gc_map_location_icon_cont_wrapper3 h3 {
    padding-top: 16px;
}


/*--jp Contact form Wrapper End --*/

.list-item-service:hover>i {
    color: #ffffff;
    transform: rotate(360deg);
    transition: 1s;
}

.list-item-service:hover {
    background-color: #7CC24D;
    padding-left: 5px;
    border-radius: 4px;
    transition: 1s;
}

.video-dimensions {
    height: 480px;
    width: 860px;
}

.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;
}

.jp_tittle_heading h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
}

.heading h2 a {
    color: #000000;
    font-weight: 700;
}

.heading h3 a {
    color: #000000;
    font-weight: 700;
}

.ss_download_wrapper_details h2 {
    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;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.mr-0 {
    margin-right: 0px;
}
.pt-0 {
    padding-top: 0px !important;
}

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

label.formsLabel {
    color: #7CC24D;
    padding-bottom: 15px;
    font-size: 20px;
}

.error {
    color: red;
    font-weight: bold;
}

.login_wrapper button {
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 8px;
    background: #7CC24D;
    font-size: 16px;
    border: 1px solid #7CC24D;
    text-align: center;
    text-transform: uppercase;
}

.login_wrapper button:hover {
    /* color: #7CC24D;
    background: #fff; */
    color: #fff;
    background: #7CC24D;
    opacity: 0.9;
    border: 1px solid #7CC24D;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.widthFull {
    width: 100% !important;
}

.jp_career_slider_heading_wrapper h2:before {
    content: '';
    border: 1px solid #7CC24D;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.jp_career_slider_heading_wrapper h2:after {
    content: '';
    border: 1px solid #7CC24D;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 12px;
}

.form-control {
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 6px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.header_services_img_size {
    height: 100px;
    width: 100%;
}

@media only screen and (max-width: 400px) {
    .mobile_view_hiden {
        visibility: hidden;
    }
    .wd-intro-para {
        font-size: 15px !important;
    }
    
}

.bookNowBtn,
.bookNowBtn:hover {
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #7CC24D;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* padding-top: 10px; */
    margin-top: 20px;
}

.quoteModalBtn,
.quoteModalBtn:hover {
    float: left;
    width: 230px;
    height: 50px;
    text-align: center;
    /* line-height: 50px; */
    color: #ffffff;
    /* font-weight: bold; */
    background: #7CC24D;
    border-radius: 10px;
    transition: all 0.5s;
}

.jp_footer_first_cont ul.locations li {
    font-size: 20px;
    color: #ffffff;
    padding-top: 20px;
}

.jp_bottom_footer_left_cont p a {
    color: white;
}

.footer2ndSectionPadding {
    padding-bottom: 25px !important;
}

.footer3ndSectionPadding {
    padding-bottom: 16px !important;
}