/*------------------------------------------
Project Name : Jobs Portal
Desgined By  : eCreative solutions
Developed By : sharjeel;
Date        :  09/Jan/17;

Table Of Index
------------------
1. Base css
2. Typography css
3. Header css
4. Top Search css
5. Map search css
6. Revolution slider css
7. How it works css
8. Top Employers css
9. Home Jobs css
10. Video css
11. Testimonials css
12. App Box css
13. Search List css
14. Job Detail css
15. Cms Pages css
16. FAQs css css
17. User Account css
18. 404 Page css
19. About Us css
20. Pay Packages css
21. Blog Listing css
22. Blog Grid css
23. Blog Detail css
24. Blog sidebar css
25. Footer css
26. Media Queries css
------------------------------------------*/


/************************************************
           ==Start Base css==
*************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700|Roboto:300,300i,400,400i,500,700');

/* CSS Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}

a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    color: #79ca0c;
}

a:hover {
    color: #0a8f3c;
}

a:focus {
    text-decoration: none;
}

a:focus {
    outline: 0 solid
}

input:focus,
textarea:focus {
    outline: none;
}

p {
    line-height: 22px;
}

img {
    max-width: 100%;
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

.margin-left80 {
    margin-left: 80px;
}


/*Common*/

.section {
    padding: 50px 0;
    overflow: hidden;
}

.mysection {
    padding: 20px 0;
    overflow: hidden;
}

.greybg {
    background: #f6f6f6;
}


/*Section Title*/

.titleTop {
    text-align: center;
    margin-bottom: 30px;
}

.titleTop .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #888;
}

.titleTop h3 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
}

.titleTop h3 span {
    color: #da0000;
    font-weight: 200;
}

.mytitleTop {
    text-align: center;
    margin-bottom: -10px;
}

.mytitleTop .subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #888;
}

.mytitleTop h3 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
}

.mytitleTop h3 span {
    color: #da0000;
    font-weight: 200;
}


/************************************************
           ==Tyography css==
*************************************************/

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

h1,
.h1 {
    font-size: 45px;
}

h2,
.h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.button-orng {
    background: #ffb72f;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb72f), to(#ff9000));
    background: -webkit-linear-gradient(#ffb72f, #ff9000);
    background: -moz-linear-gradient(#ffb72f, #ff9000);
    background: -ms-linear-gradient(#ffb72f, #ff9000);
    background: -o-linear-gradient(#ffb72f, #ff9000);
    background: linear-gradient(#ffb72f, #ff9000);
    padding: 7px 20px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.button-orng:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#ffb72f));
    background: -webkit-linear-gradient(#ff9000, #ffb72f);
    background: -moz-linear-gradient(#ff9000, #ffb72f);
    background: -ms-linear-gradient(#ff9000, #ffb72f);
    background: -o-linear-gradient(#ff9000, #ffb72f);
    background: linear-gradient(#ff9000, #ffb72f);
    color: #fff;
}

.sitebtn {
    -webkit-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
    -moz-box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
    box-shadow: 3px 4px rgba(255, 209, 95, 0.3);
    background: #ff9000;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
}

.sitebtn:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.sitebtn i,
.button-orng i {
    padding-right: 7px;
    font-size: 16px;
    display: inline-block;
}

.grey_sitebtn {
    -webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
    -moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
    box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
    background: #444;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
}

.grey_sitebtn:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.grey_sitebtn i {
    padding-right: 7px;
    font-size: 16px;
    display: inline-block;
}

.gree_sitebtn {
    -webkit-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
    -moz-box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
    box-shadow: 3px 4px rgba(202, 255, 127, 0.3);
    background: #77c30a;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
}

.gree_sitebtn:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.gree_sitebtn i {
    padding-right: 7px;
    font-size: 16px;
    display: inline-block;
}


/*Shortcode*/

.mt-shortcodes-d-styles {
    padding-bottom: 30px;
}

.mt-shortcodes-default-custom-styles .row1 {
    padding-bottom: 55px;
}

.mt-list-style h4 {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

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

.mt-list-style ul li {
    line-height: 36px;
}

.mt-list-style ul li a {
    color: #737373;
    line-height: 36px;
}

.mt-list-style ul li span {
    font-size: 16px;
    margin-right: 10px;
}

.mt-list-style-blue {
    color: #263bd6;
}


/*Buttons*/

.mt-style-button {
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
}

.mt-style-button1 .mt-style-button {
    background: #263bd6;
    color: #fff;
    border-radius: 3px;
}

.mt-style-button2 .mt-style-button {
    background: #ddd;
    color: #000000;
    border-radius: 3px;
}

.mt-style-button3 .mt-style-button {
    background: #fff;
    color: #252525;
    border: 1px solid #42454a;
    border-radius: 3px;
    padding-right: 5px;
}

.mt-style-button41 .mt-style-button {
    background: #55adff;
    color: #fff;
    border-radius: 30px;
}

.mt-style-button42 .mt-style-button {
    background: #ffb72f;
    color: #fff;
    border-radius: 0px;
}

.mt-style-button43 .mt-style-button {
    background: #5fd33f;
    color: #fff;
    border-radius: 3px;
}

.mt-style-button.large {
    line-height: 51px;
    font-size: 16px;
    letter-spacing: 1px;
}

.mt-style-button.normal {
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 1px;
}

.mt-style-button.small {
    line-height: 30px;
    font-size: 9px;
    letter-spacing: 1px;
}

.mt-style-button1 .mt-style-button:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.mt-style-button2 .mt-style-button:hover {
    background: #263bd6;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.mt-style-button3 .mt-style-button:hover {
    background: #55adff;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #263bd6;
    text-decoration: none;
}

.mt-style-button41 .mt-style-button:hover {
    background: #333;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.mt-style-button42 .mt-style-button:hover {
    background: #000;
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
}

.mt-style-button43 .mt-style-button:hover {
    background: #000;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}


/************************************************
           ==Header css==
*************************************************/

.header {
    padding: 0;
}

.header .row {
    margin: 0;
}

.header .col-md-5 {
    padding-right: 0;
}

.header .logo {
    display: inline-block;
    margin: 5px 0 5px 0;
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    min-height: auto;
    float: right;
}

.navbar {
    background: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav>li {
    padding: 0 15px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
    border-bottom-color: #02b44a;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.navbar-nav>li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu>li>a {
    font-weight: 600;
    color: #555;
    padding: 8px 15px;
}

.dropdown-menu>li>a:hover {
    background: #02b44a;
    color: #fff;
}

.navbar-collapse.in {
    overflow: inherit;
    height: auto;
    padding: 0 15px;
}

.navbar-nav li.postjob,
.navbar-nav li.jobseeker {
    padding: 0;
}

.navbar-nav li.postjob a {
    background: #3abd45;
    color: #fff;
    padding: 8px 15px;
    /* border-bottom-color: #9e9e9e; */
    border-radius: 5px;
}

.navbar-nav li.jobseeker a {
    background: #60ceec;
    color: #fff;
    padding: 8px 15px;
    /* border-bottom-color: #666; */
    border-radius: 5px;

}

.navbar-nav li a.postjob:hover,
.navbar-nav li a.jobseeker:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.navbar-nav>li.userbtn>a {
    padding: 0;
    border: none;
    padding-top: 8px;
}

.navbar-nav>li.userbtn img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 3px;
}

.navbar-nav>li.userbtn .dropdown-menu {
    left: auto;
    right: 0;
}


/************************************************
           ==Top Search css==
*************************************************/

.searchwrap {
    background: url(../images/search-bg.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 350px;
}

.searchwrap h3 {
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.searchwrap h3 span {
    display: block;
}

.searchbar {
    margin-top: 40px;
}

.searchbar div {
    padding: 0 1px;
}

.searchbar .form-control {
    height: 50px;
    border-radius: 0;
    padding: 13px 15px;
    border: none;
    font-size: 18px;
}

.searchbar .btn {
    background: #02b44a;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 20px;
}

.getstarted {
    text-align: center;
    margin-top: 50px;
}

.getstarted a {
    display: inline-block;
    border: 3px solid #fff;
    padding: 12px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.getstarted a i {
    margin-right: 10px;
}

.getstarted a:hover {
    background: #02b44a;
    text-decoration: none;
}


/************************************************
           ==map search css==
*************************************************/

#map_canvas {
    height: 450px;
    width: 100%;
}

.infobox-wrap {
    width: 340px;
    padding: 10px 5px;
}

.infobox-wrap .infobox-figure {
    width: 150px;
    float: left;
}

.infobox-wrap .infobox-content {
    width: 180px;
    float: left;
    padding-left: 15px;
    text-align: left;
}

.infobox-wrap .infobox-content h5 {
    text-align: left;
    margin: 0;
    font-size: 20px;
}

.infobox-wrap .infobox-content .address p {
    text-align: left;
    color: #999;
    font-weight: 600;
}

.infobox-wrap .infobox-rattings {
    margin: 10px 0 15px;
}

.infobox-wrap .infobox-rattings i {
    margin-right: 2px;
}

.infobox-wrap .infobox-figure img {
    max-width: 100% !important;
}

.infobox-rattings i {
    color: #ff9600;
    font-size: 18px;
}

#map-section .form-control {
    height: auto;
    border-radius: 0;
    padding: 13px 15px;
    border: none;
    font-size: 18px;
}

#map-section .btn {
    background: #263bd6;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 20px;
}

.searchblack {
    background: #333;
    padding: 40px 0;
    margin-top: 0;
}

.searchbar select.form-control,
.searchblack select.form-control {
    padding: 12px 15px 13px 15px;
    line-height: 46px;
}


/*********************************************
		Revolution slider
**********************************************/

.tp-banner-container {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
}

.tp-banner {
    position: relative;
    width: 100%;
}

.tp-caption {
    line-height: normal !important
}

.tp-caption a {
    color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
    border: 3px #fff solid;
    border-radius: 50%;
    background-image: none !important;
}

.tparrows {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}

.tp-arr-allwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff;
}

.tp-leftarrow .tp-arr-allwrapper {}

.tp-rightarrow .tp-arr-allwrapper {}

.tp-arr-iwrapper {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto';
    line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {}

.tp-leftarrow .tp-arr-iwrapper:before {
    content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
    content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {}

.slide-h1 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 57px;
}

.slide-h2 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #555;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
}

.big-font {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
}

.large-desc {
    font-size: 16px;
}

.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%;
}

.slide-h3 span {
    text-transform: uppercase;
    font-weight: bold;
}

.slide-head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.slide-desc {
    font-size: 22px;
    line-height: 150%;
}

.main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 70px;
}

.icon-cont {
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center;
}

.icon-cont:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    z-index: 5;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    content: "";
}

.icon-cont i {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
}

.icon-cont span {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

a.wit-btn {
    background: #fff;
    color: #333 !important;
    text-transform: uppercase;
}

.wit-line {
    width: 5%;
    height: 1px;
    background: #fff;
}

.vert-line {
    min-height: 270px;
    width: 1px;
    background: #fff;
}

.subTxt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #333;
}

.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase !important;
}

.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px
}

.large-text {
    font-size: 20px;
    color: #000;
    font-weight: lighter;
}

.larger-text {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

.witTxt {
    color: #fff !important;
}

.light-font {
    font-weight: lighter !important;
    font-size: 50px;
}

.black-bg {
    background: rgba(0, 0, 0, .63);
    color: #a8a8a8;
    text-transform: none;
}

.lft-list {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.wit-border {
    border: 1px #fff solid;
    padding: 15px 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.rounded-bord {
    margin-right: 15px;
    border: 1px #fff solid;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

#vertical-ticker {
    height: 120px;
    overflow: hidden;
}

#vertical-ticker li {
    padding: 15px 20px;
    display: block;
    text-align: center;
}

.to-bottom i.fa {
    font-size: 30px;
    border: 2px #a8a8a8 solid;
    padding: 20px 22px;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
}

.slidertext1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.sliderpara {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    text-transform: none !important;
}

.slidertext5 {
    padding: 0 15px;
}

.slidertext5 a {
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 50px;
    text-transform: capitalize !important;
    text-align: left;
    background: #263bd6;
    font-family: 'Roboto', sans-serif;
}


/************************************************
           == How it works css==
*************************************************/

.howlist {
    list-style: none;
}

.howlist li {
    margin-top: 30px;
    text-align: center;
}

.howlist li .iconcircle {
    width: 100px;
    height: 100px;
    border: 3px solid #78ceff;
    border-radius: 50%;
    text-align: center;
    line-height: 115px;
    margin-bottom: 15px;
    display: inline-block;
    background: #263bd6;
}

.howlist li:nth-child(2) .iconcircle {
    background: #6ACA00;
    border-color: #83ec0f;
}

.howlist li:last-child .iconcircle {
    background: #f8a60c;
    border-color: #ffc456;
}

.howlist li .iconcircle i {
    font-size: 48px;
    color: #fff;
}

.howlist li h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.howlist li p {
    font-size: 16px;
    line-height: 24px;
    color: #555;
}


/************************************************
           == Top Employers css==
*************************************************/

.employerList {
    margin: 0 -15px;
}

.employerList:after {
    display: table;
    clear: both;
    content: '';
}

.employerList li {
    float: left;
    width: 145px;
    padding: 15px;
}

.employerList li img {
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
}

.employerList li img:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}


/*Top Search*/

.topsearchwrap {}

.topsearchwrap h4 {
    background: #02b44a;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 12px 20px;
    text-transform: uppercase;
}

.topsearchwrap h5 {
    background: #333;
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 12px 20px;
    text-transform: uppercase;
}

.catelist li a {
    display: block;
    margin: 10px 0;
    position: relative;
    padding-left: 15px;
    color: #000;
    font-weight: 600
}

.catelist li a:hover {
    color: #1999bc;
}

.catelist li a:before {
    position: absolute;
    left: 0;
    content: '\f0da';
    font-family: 'FontAwesome';
    font-weight: 400;
}

.catelist li span {
    color: #6aca00;
}


/************************************************
           == Home Jobs css==
*************************************************/

.jobslist {
    list-style: none
}

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

.jobslist li .jobint {
    background: #fff;
    padding: 15px;
    border: 1px solid #e3e3e3;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
}

.jobslist li .jobint:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /*border-color: red;*/
}

.jobslist li .col-md-7,
.jobslist li .col-md-9 {
    padding-left: 0;
}

.jobslist li h4 {
    margin-bottom: 5px;
}

.jobslist li h4 a {
    font-size: 18px;
    color: #3e3737;
    font-weight: 700;
}

.jobslist li h4 a:hover {
    color: #000;
}

.jobslist li .company {
    color: #999;
    padding: 7px 0
}

.jobslist li .company a {
    color: #263bd6;
}

.jobslist li .jobloc {
    color: #000;
}

.jobslist li .jobloc span {
    color: #999;
}

.jobslist li .applybtn {
    background: #fff;
    display: inline-block;
    color: #263bd6;
    font-weight: 600;
    padding: 9px 15px;
    margin-top: 20px;
    border: 1px solid #263bd6;
}

.jobslist li .applybtn:hover {
    background: #263bd6;
    color: #fff;
    text-decoration: none;
}

.viewallbtn {
    text-align: center;
    margin-top: 40px;
}

.viewallbtn a {
    display: inline-block;
    background: #02b44a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
}

.viewallbtn a:hover {
    background: #333;
    text-decoration: none;
}

.partTime {
    background: #f8a60c;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 4px 6px;
}

.fulltime {
    background: #6ACA00;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 4px 6px;
}

.freelance {
    background: #ff0000;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 4px 6px;
}


/************************************************
           == Video css==
*************************************************/

.videowraper {
    background: url(../images/videobg.jpg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.videowraper .subtitle,
.videowraper h3 {
    color: #fff;
}

.videowraper p {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
}

.videowraper a {
    display: inline-block;
    opacity: .5;
    margin-top: 20px;
    font-size: 100px;
    color: #fff;
}

.videowraper a:hover {
    opacity: 1;
}


/************************************************
           == Testimonials css==
*************************************************/

.testimonialsList {
    list-style: none;
}

.testimonialsList li {
    text-align: center;
    max-width: 770px;
    margin: 10px auto;
}

.testimonialsList li .testimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}

.testimonialsList li .clientname {
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.testimonialsList li p {
    font-style: italic;
    line-height: 22px;
}

.testimonialsList li .clientinfo {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #00a8ff;
    margin-top: 10px;
}


/************************************************
           == App Box css==
*************************************************/

.appwraper {
    background-color: #f6f6f6;
    background-size: cover;
    padding-top: 35px;
    background-attachment: fixed;
}

.appimg {
    text-align: center;
}

.appimg img {
    display: block;
}

.appwraper .titleTop {
    text-align: left;
    margin-bottom: 10px;
}

.appwraper .subtitle {
    color: #555;
}

.appwraper .titleTop h3 {
    color: #555;
    text-transform: uppercase;
    margin-top: 5px;
}

.appwraper .subtitle2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #555;
}

.appwraper p {
    color: #555;
    line-height: 24px;
}

.appwraper .appbtn {
    margin-top: 45px;
    margin-bottom: 30px
}

.appwraper .appbtn a {
    display: inline-block;
    margin-right: 10px;
}


/*Page Title*/

.pageTitle {
    background: url(../images/banner-2.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.pageTitle h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.breadCrumb {
    text-align: right;
    color: #fff;
    margin-top: 20px;
}

.breadCrumb a {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}

.breadCrumb span {
    color: #263bd6;
    display: inline-block;
    padding-left: 5px;
}


/************************************************
           == Search List css==
*************************************************/

.listpgWraper {
    background: #f0f0f0;
    padding: 30px 0;
    min-height: 400px;
}

.pageSearch {
    margin-bottom: 30px;
}

.pageSearch a.btn {
    background: #02b44a;
    color: #fff;
    padding: 13px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    display: block;
}

.pageSearch a.btn i {
    font-weight: 400;
    font-size: 24px;
    margin-right: 5px;
}

.pageSearch a.btn:hover {
    background: #666;
}

.searchform .row {
    margin: 0 -5px;
}

.searchform .col-md-3,
.searchform .col-md-2,
.searchform .col-sm-3,
.searchform .col-sm-2 {
    padding: 0 5px;
}

.searchform .form-control {
    border-radius: 0;
    height: auto;
    padding: 13px 12px;
    font-size: 16px;
}

.searchform select.form-control {
    padding: 13px 12px;
    background: #fff;
    line-height: 45px;
}

.searchform .btn {
    border-radius: 0;
    background: #02b44a;
    font-size: 24px;
    color: #fff;
    padding: 7px 18px;
}

.searchform .btn:hover {
    background: #444;
}


/************************************************
           == Sidebar css==
*************************************************/

.sidebar {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 30px;
}

.sidebar .widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.sidebar .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
}

.optionlist {
    list-style: none;
}

.optionlist li {
    margin-bottom: 10px;
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
}

.optionlist li span {
    position: absolute;
    right: 0;
    top: 6px;
}

.optionlist li input[type=checkbox] {
    display: none;
}

.optionlist li input[type=checkbox]+label {
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.optionlist li input[type=checkbox]:checked+label:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #4ece00;
    padding-left: 2px;
    position: relative;
    top: 2px;
}

.sidebar a {
    color: #263bd6;
    display: inline-block;
    margin-top: 10px;
}

.searchnt .btn {
    background: #02b44a;
    display: block;
    border-radius: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
}

.sidebar .gad {
    margin-top: 15px;
    text-align: center;
}

.social a {
    color: #00a8ff;
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
}

.social a:hover {
    color: #000;
}


/*Listing*/

.searchList {
    list-style: none;
}

.searchList li {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 30px;
}

.searchList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
}

.searchList li .jobimg {
    float: left;
    width: 70px;
    margin-right: 15px;
}

.searchList li h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #00a8ff;
}

.searchList li .companyName {
    margin: 10px 0;
    color: #969595;
}

.searchList li .companyName a {
    color: #969595;
}

.searchList li a:hover {
    color: #333;
}

.searchList li .location {
    color: #000;
}

.searchList li .location span {
    color: #333;
}

.searchList li .listbtn {
    margin-top: 20px;
}

.searchList li .listbtn a {
    background: #fff;
    display: block;
    border-radius: 0;
    width: 100%;
    color: #e60000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e60000;
}

.searchList li .listbtn a:hover {
    background: #e60000;
    color: #fff;
    text-decoration: none;
}

.searchList li p {
    line-height: 22px;
    color: #333;
    margin: 10px 0 0 0;
}

.searchList li .cateinfo {
    color: #263bd6;
    margin: 10px 0;
}

.searchList li .minsalary {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
    color: #a8d815;
}

.searchList li .minsalary span {
    color: #999;
    font-weight: 400;
}


/*Pagination*/

.pagiWrap .showreslt {
    font-weight: 600;
    margin-top: 10px;
    font-size: 13px;
}

.pagiWrap .pagination {
    text-align: right;
    margin: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}


/************************************************
           == Job Detail css==
*************************************************/

.job-header {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
}

.job-header .jobinfo {
    padding: 25px;
    border-bottom: 1px solid #e4e4e4;
}

.job-header .jobinfo h2 {
    font-size: 24px;
    color: #444;
}

.job-header .jobinfo .ptext {
    color: #999;
    margin: 12px 0;
}

.job-header .jobinfo .salary {
    font-size: 16px;
    font-weight: 700;
    color: #888;
}

.job-header .jobinfo .salary strong {
    color: #000;
}

.job-header .jobinfo .companyinfo {
    text-align: right;
}

.job-header .jobinfo .companyinfo .companylogo {
    float: right;
    width: 75px;
    background: #fff;
    margin-left: 20px;
    border: 5px solid #eee;
}

.job-header .jobinfo .companyinfo .companylogo img {
    display: block;
}

.job-header .jobinfo .companyinfo .title a {
    font-size: 18px;
    font-weight: 600;
    color: #263bd6;
}

.job-header .jobinfo .companyinfo .opening a {
    color: #333;
}


/*Candidate Info*/

.job-header .jobinfo .candidateinfo .userPic {
    float: left;
    width: 100px;
    height: 100px;
    background: #cbcbcb;
    margin-right: 20px;
    border: 5px solid #02b44a;
}

.job-header .jobinfo .candidateinfo .title {
    font-size: 24px;
    color: #333;
    font-weight: 600
}

.job-header .jobinfo .candidateinfo .desi {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.job-header .jobinfo .candidateinfo .loctext {
    line-height: 24px;
    color: #555;
    margin-top: 8px;
}

.job-header .jobinfo .candidateinfo .loctext i {
    width: 20px;
    color: #02b44a;
}

.cadsocial {
    margin-top: 10px;
}

.cadsocial a {
    color: #666;
    font-size: 24px;
    display: inline-block;
    margin-right: 7px;
}

.cadsocial a:hover {
    color: #263bd6;
}

.relatedJobs {
    margin-bottom: 30px;
}

.relatedJobs h3 {
    font-size: 24px;
    font-weight: 700;
    color: #555;
    margin-bottom: 15px;
}


/*Buttons*/

.jobButtons {
    padding: 20px 25px;
}

.jobButtons a {
    background: #f0f0f0;
    margin-right: 10px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.jobButtons a.report {
    background: #e01010;
    color: #fff;
}

.jobButtons a.apply {
    background: #a8d815;
    color: #fff
}

.jobButtons a:hover {
    background: #bfbaba;
    color: #333;
}

.job-header .contentbox {
    padding: 35px;
}

.job-header .contentbox h3 {
    font-size: 24px;
    font-weight: 700;
    color: #02b44a;
    margin-bottom: 10px;
}

.job-header .contentbox p {
    line-height: 24px;
    color: #555;
    margin-bottom: 20px;
}

.job-header .contentbox ul {
    margin-bottom: 30px;
}

.job-header .contentbox ul li {
    padding: 10px 0 10px 25px;
    position: relative;
    line-height: 24px;
}

.job-header .contentbox ul li:before {
    content: '\f00c';
    list-style: square;
    font-family: 'FontAwesome';
    color: #a8d815;
    position: absolute;
    left: 0;
}


/*Job Info*/

.jobdetail {
    padding: 20px;
}

.jobdetail iframe {
    width: 100%;
    height: 250px;
    border: none
}

.jobdetail h3 {
    font-size: 18px;
    color: #e60000;
    font-weight: 700;
}

.jbdetail {
    margin-top: 20px;
}

.jbdetail li {
    margin-bottom: 20px;
    color: #908f8f;
}

.jbdetail li a {
    display: block;
    text-align: right;
    color: #263bd6;
    font-weight: 600;
}

.jbdetail li span {
    display: block;
    text-align: right;
    color: #000;
    font-weight: 600;
}

.jbdetail li span.permanent {
    color: #a8d815;
}

.jbdetail li span.contract {
    color: #263bd6;
}

.jbdetail li span.freelance {
    color: #F07200;
    background: none;
    padding: 0;
}


/*Skills*/

.skillswrap {
    margin-top: 20px;
}

.skillswrap h5 {
    color: #7b7b7b;
    font-weight: 400;
    margin-bottom: 5px;
}


/*Education*/

.educationList {
    margin-bottom: 0 !important;
}

.educationList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-top: 30px;
}

.educationList li:hover {
    border-bottom-color: #263bd6;
}

.educationList li:before {
    display: none;
}

.educationList li:last-child {
    border-bottom: 0;
}

.educationList li .date {
    width: 90px;
    height: 90px;
    background: #888;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    padding-top: 17px;
    line-height: 18px;
    float: left;
    color: #fff;
    margin-right: 20px;
}

.educationList li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #58c0ff;
    margin-bottom: 5px;
}

.educationList li p {
    margin-bottom: 0 !important;
}


/*Experience*/

.experienceList {
    margin-bottom: 0 !important;
}

.experienceList li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-top: 30px;
}

.experienceList li:hover {
    border-bottom-color: #263bd6;
}

.experienceList li:before {
    display: none;
}

.experienceList li:last-child {
    border-bottom: 0;
}

.experienceList li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #58c0ff;
    margin-bottom: 10px;
}

.experienceList li p {
    margin-bottom: 0 !important;
    margin-top: 10px;
}


/*Portfolio*/

.userPortfolio li {
    padding: 0 15px !important;
    margin-top: 30px;
}

.userPortfolio li:before {
    display: none;
}

.userPortfolio li .imgbox {
    overflow: hidden;
    position: relative
}

.userPortfolio li .itemHover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 34, 46, .9);
    transform: scale(0);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.userPortfolio li:hover .itemHover {
    transform: scale(1)
}

.userPortfolio li .zoombox {
    display: table;
    width: 100%;
    height: 20%;
    text-align: right
}

.userPortfolio li .item-zoom {
    display: inline-block;
    border: 2px solid #fff;
    padding: 6px 12px;
    margin: 15px 15px 0 0;
    color: #fff
}

.userPortfolio li .item-zoom:hover {
    background: #2079f2
}

.userPortfolio li .infoItem {
    display: table;
    width: 100%;
    height: 70%;
    text-align: center
}

.userPortfolio li .itemtitle {
    vertical-align: bottom;
    padding: 0 15px 15px;
    position: relative;
    display: table-cell;
}

.userPortfolio li .itemtitle h5 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px
}

.userPortfolio li .itemtitle p {
    color: #ccc;
    line-height: 18px
}

.userPortfolio li .itemtitle a {
    color: #2079f2
}

.userPortfolio li.shown,
.no-cssanimations .userPortfolio li,
.no-js .grid li {
    opacity: 1
}

.userPortfolio li a,
.userPortfolio li img {
    outline: 0;
    border: none;
    display: block;
    max-width: 100%
}


/************************************************
           == Cms Pages css==
*************************************************/

.inner-page {
    padding: 50px 0;
}

.inner-page .title {
    text-align: center;
    margin-bottom: 40px;
}

.inner-page .title>span {
    color: #292929;
    font-size: 17px;
    margin-bottom: 10px;
}

.inner-page .title h2 {
    color: #292929;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}

.inner-page .title>p {
    line-height: 24px;
}

.contact {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
}

.contact>span {
    color: #02b44a;
    float: left;
    font-size: 50px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 70px;
}

.inner-page .fa-home:before {
    content: "\f015";
}

.information {
    overflow: hidden;
    padding-right: 20px;
    margin-top: 5px;
}

.information>strong {
    color: #000;
    display: table;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.information>p {
    line-height: 22px;
    margin: 0;
}

.contact-form input,
.contact-form textarea {
    color: #8c8c8c;
    float: left;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
}

.contact-form {
    text-align: right;
}

.contact-form button {
    background-color: #02b44a;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 40px;
    margin-top: 20px;
}


/************************************************
           == FAQs css==
*************************************************/

.faqs {
    margin-bottom: 30px;
}

.faqs .panel-default>.panel-heading {
    background: none;
    border: none;
    padding: 0;
}

.faqs h4 a {
    padding: 15px 55px 15px 15px;
    display: block;
    background: #02b44a;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-group .panel-body {
    line-height: 24px;
    color: #555;
}

.faqs h4 .collapsed:hover,
.faqs h4 a:hover,
.faqs h4 a:active {
    text-decoration: none;
    background: #02b44a;
    color: #fff;
}

.faqs h4 a:before {
    content: "\f068";
    background: #fff;
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #02b44a;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.faqs h4 .collapsed:before {
    content: "\f067";
    font-family: 'FontAwesome';
    background: #666;
    width: 30px;
    padding: 6px 0;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    text-decoration: none;
}

.faqs h4 a.collapsed {
    background: #fff;
    color: #666;
    text-decoration: none;
}


/*Form Panel*/

.formpanel {
    margin-top: 20px;
}

.formpanel .formrow {
    margin-bottom: 15px;
}

.formpanel .form-control {
    height: auto;
    border-radius: 0;
    padding: 10px 13px;
    border-color: #ddd;
}

.formpanel select.form-control {
    padding: 13px 12px;
    border-radius: 0;
    line-height: 45px;
}

.formpanel textarea.form-control {
    height: 150px;
}

.formpanel .btn {
    width: 100%;
    background: #02b44a;
    color: #fff;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.formpanel .btn:hover {
    background: #222;
}

.featchoose li {
    margin-bottom: 10px;
}


/*Google Map*/

.gmap {
    margin-top: 20px;
}

.gmap iframe {
    height: 250px;
    width: 100%;
    border: none;
}

.googlemap iframe {
    height: 400px;
    width: 100%;
    border: none;
}


/************************************************
           == User Account css==
*************************************************/

.userccount {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px 30px;
}

.userccount p {
    text-align: center;
    line-height: 24px;
    color: #999;
}

.userccount h5 {
    font-size: 20px;
    color: #555;
    font-weight: 700;
    margin-bottom: 15px;
}

.socialLogin {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.socialLogin a {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    line-height: 36px;
}

.socialLogin a.fb {
    background: #3b5998;
}

.socialLogin a.gp {
    background: #dd4b39;
}

.socialLogin a.tw {
    background: #00aced;
}

.newuser {
    margin-top: 30px;
    text-align: center;
    color: #666;
    font-size: 18px;
}

.newuser a {
    font-weight: 600;
}

.userbtns .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

.userbtns .nav-tabs>li {
    width: 50%;
    margin-bottom: 0;
}

.userbtns .nav-tabs>li a {
    border: none;
    background: #eee;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.userbtns .nav-tabs>li a:hover,
.userbtns .nav-tabs>li.active a {
    background: #02b44a;
    border: none;
    color: #fff;
}

.userbtns .nav-tabs>li.active a:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #02b44a;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}


/***************************
		404 Page
***************************/

.error-page-wrap {
    padding: 100px 0;
}

.error-page-wrap .errormain {
    text-align: center;
}

.error-page-wrap .errormain h2 {
    font-size: 350px;
    color: #999;
    font-weight: 900;
    line-height: 350px;
}

.error-page-wrap .errormain h3 {
    font-size: 40px;
    color: #888;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 5px;
    display: inline-block;
    border: 5px solid #ddd;
    padding: 20px 40px;
    margin-top: -20px;
}

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

.error-msg p {
    max-width: 500px;
    margin: auto;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}

.error-msg .btn {
    background: #263bd6;
    color: #fff;
    margin-top: 30px;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
}


/***************************
	About Us
****************************/

.about-wraper {
    padding: 100px 0;
}

.about-wraper h2 {
    font-size: 36px;
    color: #02b44a;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-wraper p {
    line-height: 24px;
    font-size: 16px;
}

.what_we_do {
    padding: 50px 0;
    background: #f8f8f8;
    margin-top: 100px;
}

.what_we_do .main-heading {
    color: #02b44a;
    text-align: center;
    line-height: 48px;
    font-size: 36px;
    font-weight: 700;
}

.whatText {
    font-size: 24px;
    text-align: center;
    color: #444;
    line-height: 42px;
}

.whatList {
    list-style: none;
    margin-top: 50px;
}

.whatList li {
    text-align: center;
}

.whatList li .iconWrap {
    display: inline-block;
    border: 4px solid #ddd;
    border-radius: 100%;
    padding: 10px;
}

.whatList li .icon {
    font-size: 103px;
    color: #fff;
    background: #e60000;
    width: 180px;
    height: 180px;
    text-align: center;
    line-height: 180px;
    border-radius: 100%;
}

.whatList li h3 {
    font-size: 30px;
    color: #333;
    padding-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.whatList li p {}

.textrow {
    padding-top: 100px;
}

ul.orderlist {
    list-style: none;
    margin-top: 30px;
}

ul.orderlist li {
    float: left;
    width: 48%;
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
}

ul.orderlist li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #82B440;
}


/**************************
	Pay Packages
**************************/


/*************************
	Three colum Packages
*************************/

.four-plan {
    background: #eee;
    padding: 100px 0px;
}

.four-plan h3 {
    padding: 0px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.four-plan .boxes {
    list-style: none;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 30px;
}

.four-plan .boxes:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.four-plan .boxes li {
    display: block;
}

.four-plan .icon {
    font-size: 52px;
    color: #565656;
    padding: 30px 0
}

.four-plan .plan-name {
    font-size: 26px;
    font-weight: 600;
}

.four-plan .plan-date {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.plan-pages {
    font-size: 16px;
    line-height: 43px;
    font-weight: bold;
    color: #868686
}

.plan-pages1 {
    display: block;
    font-size: 16px;
    line-height: 43px;
    font-weight: bold;
    color: #e2e2e2
}

.order {
    font-size: 16px;
    padding: 20px 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}

.order a {
    background: #000;
    border-radius: 5px;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.order a:hover {
    background: #263bd6;
}

.main-plan {
    margin-bottom: 15px;
}

.main-plan .plan-price1-1 {
    font-size: 52px;
    float: left;
    color: #565656;
    margin-left: 30px;
    padding-top: 22px;
    font-weight: 300;
}

.main-plan .plan-price1-2 {
    font-size: 78px;
    font-weight: bold;
    float: left;
    color: #222;
}

.main-plan .plan-price1-3 {
    font-size: 18px;
    float: left;
    line-height: 20px;
    margin-right: 30px;
    color: #cdcdcd;
    font-weight: 300;
    padding-top: 32px;
}

.main-plan .plan-price1-4 {
    display: block;
}


/*************************
	Three colum Packages
*************************/

.three-plan {
    padding: 100px 0;
}

.three-plan h3 {
    padding: 0px;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.three-plan ul {
    list-style: none;
    background: #fff;
}

.three-plan li {
    padding: 0px;
}

.three-plan .boxes {
    background: #fff;
    margin-top: 30px;
}

.pricing-table1 {
    background: #ffc600;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 10px 0px;
    font-weight: 600;
}

.pricing-table1 strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.pricing-detail {
    list-style: none;
}

.pricing-detail li {
    display: block;
    text-align: center;
}

.pricing-unit1 {
    font-size: 57px;
    float: left;
    color: #ffc600;
    margin-left: 20px;
    padding-top: 80px;
    font-weight: 300;
}

.pricing-unit1-1 {
    font-size: 132px;
    font-weight: bold;
    color: #ffc600;
    float: left;
}

.pricing-unit1-2 {
    font-size: 18px;
    line-height: 20px !important;
    color: #cdcdcd;
    float: left;
    font-weight: 300;
    padding-top: 100px;
}

.pricing-unit1-3 {
    display: block;
}

.pricing-unit2 {
    font-size: 57px;
    float: left;
    color: #00aeff;
    margin-left: 20px;
    padding-top: 80px;
    font-weight: 300;
}

.pricing-unit2-1 {
    font-size: 132px;
    font-weight: bold;
    color: #00aeff;
    float: left;
}

.pricing-unit2-2 {
    font-size: 18px;
    line-height: 20px !important;
    color: #cdcdcd;
    font-weight: 300;
    padding-top: 100px;
}

.pricing-unit2-3 {
    display: block;
}

.pricing-unit3 {
    font-size: 57px;
    float: left;
    color: #56d700;
    margin-left: 20px;
    padding-top: 80px;
    font-weight: 300;
}

.pricing-unit3-1 {
    font-size: 132px;
    font-weight: bold;
    color: #56d700;
    float: left;
}

.pricing-unit3-2 {
    font-size: 18px;
    line-height: 20px !important;
    color: #cdcdcd;
    font-weight: 300;
    padding-top: 100px;
}

.pricing-unit3-3 {
    display: block;
}

.three-plan .plan-name-dt {
    font-size: 36px;
    font-weight: bold;
    color: #5c5c5c;
    padding: 0px 82px;
    padding-top: 75px;
    line-height: 44px;
    padding-bottom: 39px;
}

.three-plan .plan-good i {
    font-size: 18px;
    color: #a8a8a8;
    margin-right: 12px;
}

.three-plan .plan-pages {
    font-size: 16px;
    line-height: 43px;
    padding-left: 70px;
    font-weight: 300;
    color: #a8a8a8;
    border-top: 1px solid #f5f5f5;
    padding-top: 3px;
}

.three-plan .plan-detail {
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    font-weight: bold;
    color: #868686;
    border-top: 1px solid #f5f5f5;
    padding-top: 3px;
}

.three-plan .plan-detail1 {
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    font-weight: bold;
    color: #868686;
    border-top: 1px solid #f5f5f5;
    padding-top: 3px;
}

.three-plan .plan-detail1 i {
    color: green !important;
}

.three-plan .plan-detail i {
    color: red !important;
}

.pricing-table1-2 {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 10px 0px;
    font-weight: 600;
}

.pricing-table1-2 strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.pricing-table1-3 {
    background: #56d700;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 10px 0px;
    font-weight: 600;
}

.pricing-table1-3 strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.three-plan .plan-pages i {
    font-size: 18px;
    color: #a8a8a8;
    margin-right: 12px;
}

.three-plan .plan-pages1 {
    display: block;
    font-size: 16px;
    line-height: 43px;
    font-weight: bold;
    color: #e2e2e2
}

.three-plan .order-1 {
    background: #ffc600;
    font-size: 16px;
    padding: 25px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.three-plan .order-1 a {
    background: #000;
    border-radius: 5px;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.three-plan .order-2 {
    background: #000;
    font-size: 16px;
    padding: 25px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.three-plan .order-2 a {
    background: #00aeff;
    border-radius: 5px;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.three-plan .order-3 {
    background: #56d700;
    font-size: 16px;
    padding: 25px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.three-plan .order-3 a {
    background: #000;
    border-radius: 5px;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}


/* =======================
		Blog Listing
======================= */

.blogWraper {
    margin-bottom: 40px;
}

.blogList {
    list-style: none;
}

.blogList li {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
}

.blogList li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: #263bd6;
}

.postimg {
    position: relative;
    display: inline-block;
}

.postimg:before {
    border: 1px solid #fff;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    position: absolute;
    z-index: 10;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}

.blogList li:hover .postimg:before {
    background: rgba(255, 255, 255, 0.4);
}

.postimg .date {
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    padding: 7px 10px 0 10px;
    text-align: center;
    line-height: 20px;
    background: #263bd6;
    letter-spacing: 0.4px;
    outline: 3px solid #263bd6;
    border: 1px solid #fff;
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 12;
}

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

.post-header h4 a {
    font-size: 24px;
    color: #263bd6;
    font-weight: 600;
}

.post-header h4 a:hover {
    color: #333;
}

.postmeta {
    margin: 15px 0 20px 0;
    line-height: 24px;
}

.postmeta span,
.postmeta a {
    color: #263bd6;
}

.blogList p,
.blogGrid li p {
    line-height: 24px;
    color: #333;
}

.blogList .readmore,
.blogGrid .readmore {
    border-bottom: 1px dotted #00b1f1;
    display: inline-block;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
}

.blogList .readmore:hover,
.blogGrid .readmore:hover {
    text-decoration: none;
    color: #00b1f1;
}


/* =======================
		Blog Grid
======================= */

.blogGrid {
    list-style: none;
}

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

.blogGrid li .int {
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.blogGrid li .int:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-color: #263bd6;
}

.blogGrid li .post-header {
    margin-top: 10px;
}


/* =======================
		Blog Detail
======================= */

.blogdetailbox {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
}

blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: 3px solid #00b1f1;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

blockquote p {
    font-style: italic;
    display: inline-block;
    color: #000;
}

blockquote:before {
    color: #ddd;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 22px;
    font-style: normal;
    left: 24px;
    position: absolute;
    top: 20px;
    transform: scale(-1);
}

blockquote:after {
    color: #ddd;
    content: "\f10e";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 22px;
    font-style: normal;
    margin: 0 0 0 8px;
    position: relative;
    top: 3px;
}

.comments h4 {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
}

.comments .media-body h4 span {
    font-size: 12px;
    color: #777777;
    margin-left: 20px;
    display: inline-block;
    width: 100%;
}

.comments {
    margin-top: 30px;
}

.comments .media-list {
    margin-bottom: 30px;
}

.comments .media-list li {
    padding: 20px;
    border: 1px solid #e9e9e9;
    position: relative;
    background: #fff;
}

.comments .media-left {
    margin-right: 20px;
}

.comments .media-left a {
    width: 100px;
    display: inline-block;
}

.comments .media p {
    margin-top: 5px;
    color: #333;
    line-height: 20px;
}

.comments .media h6 span {
    font-size: 13px;
    color: #999;
    margin: 0;
    margin-top: 10px;
    text-transform: none;
    display: inline-block;
    width: 100%;
}

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

.comments .media h6 {
    font-weight: 600;
    color: #00b1f1;
    font-size: 16px;
    text-transform: none;
}

.comments .btn.raply {
    padding: 10px 12px;
    font-size: 12px;
    color: #333;
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 15px;
    right: 0;
}

.comments .btn.raply:hover {
    background: #00b1f1;
    color: #fff;
}

.comments .media a img {
    margin-bottom: 10px;
}

.commnetsfrm {
    background: #fff;
    padding: 25px;
}

.comments form label {
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.comments form .form-control {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-radius: 0px;
    box-shadow: none;
    background: none;
    border: 1px solid #e8e8e8;
}

.comments form textarea.form-control {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.commnetsfrm .btn {
    background: #00b1f1;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 18px;
}


/************************************************
           ==Blog sidebar css==
*************************************************/

.search {
    position: relative;
    margin-bottom: 15px;
}

.search .form-control {
    border-radius: 0;
    height: auto;
    padding: 10px 12px;
    border-color: #ddd;
}

.search .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    background: none;
    font-size: 20px;
}


/*categories*/

.categories li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.categories li a {
    margin-top: 0;
    color: #888;
    font-weight: 600;
}

.categories li:before {
    content: "\f0da ";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    color: #00b1f1;
    font-size: 12px;
}

.categories li a:hover {
    color: #00b1f1;
}


/*Archives*/

.archive li {
    line-height: 45px;
}

.archive li a {
    margin-top: 0;
    color: #888;
    font-weight: 600;
}

.archive li span {
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #fff;
    outline: 3px solid #f5f5f5;
    margin-right: 20px;
    line-height: 26px;
    font-size: 12px;
    color: #777777;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.archive li a:hover span {
    background: #263bd6;
    color: #fff;
}


/*Popular Posts*/

.papu-post {}

.papu-post .media-left {
    margin-right: 0px;
}

.papu-post .media-left img {
    width: 100%;
}

.papu-post .media-left a {
    width: 80px;
    margin-top: 0;
    margin-right: 5px;
    display: inline-block;
}

.papu-post span {
    color: #333;
    letter-spacing: 0px;
    font-size: 11px;
}

.papu-post li {
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
    margin: 0px;
}

.papu-post .media-heading {
    display: inline-block;
    width: 100%;
    color: #00b1f1;
    margin-top: 0px;
    line-height: 20px;
}

.papu-post li:last-child {
    border-bottom: 0;
}


/*Tags*/

.tags:after {
    display: table;
    clear: both;
    content: '';
}

.tags li {
    display: inline-block;
    float: left;
}

.tags a {
    color: #969595;
    border: 1px solid #dadada;
    padding: 7px 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tags a:hover {
    border: 1px solid #263bd6;
    background: #263bd6;
    color: #fff;
    text-decoration: none;
}


/*Photo Streen*/

.photo-steam {
    margin: 0 -5px;
}

.photo-steam:after {
    display: table;
    clear: both;
    content: '';
}

.photo-steam li {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
}


/************************************************
           == Dashboard Page css==
*************************************************/

.usernavdash {
    margin-bottom: 30px;
}

.usernavdash li a {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px;
    color: #444;
    display: block;
    background: #fff
}

.usernavdash li:last-child a {
    border-bottom: 1px solid #eee;
}

.usernavdash li a:hover {
    background: #02b44a;
    color: #fff;
    text-decoration: none;
}

.usernavdash li i {
    margin-right: 2px;
    font-size: 18px;
    width: 25px;
    color: #999;
}

.usernavdash li.active a {
    background: #02b44a;
    color: #fff;
}

.usernavdash li.active a i {
    color: #fff !important;
}

.usernavdash li.active a i,
.usernavdash li a:hover i {
    color: #fff !important;
}

.profilestat li .inbox {
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    margin-bottom: 30px;
}

.profilestat li i {
    font-size: 36px;
    color: #999;
    margin-bottom: 15px;
    display: block;
}

.profilestat li h6 {
    font-size: 30px;
    font-weight: 600;
    color: #263bd6;
    margin-bottom: 10px;
}

.profilestat li h6 span {
    font-size: 18px;
    color: #999;
}

.profilestat li strong {
    display: block;
    font-size: 13px;
    color: #333;
}

.instoretxt {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.instoretxt .credit {
    font-size: 24px;
    margin-bottom: 20px;
}

.instoretxt .currency {
    font-size: 16px;
    font-weight: 700;
}

.instoretxt .currency strong {
    color: #263bd6;
}

.instoretxt strong {
    font-weight: 700;
    color: #263bd6;
}

.instoretxt a {
    font-size: 18px;
    display: inline-block;
    padding: 9px 20px;
    background: #263bd6;
    color: #fff;
    margin: 0 5px;
}

.instoretxt a:hover {
    background: #333;
    text-decoration: none;
}

.instoretxt a.history {
    background: #444;
}

.myads h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}


/* The switch - the box around the slider */

.switchbox {
    margin-bottom: 20px;
}

.switchbox .txtlbl {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}

.switchbox .txtlbl i {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.switchbox strong {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px !important;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 10px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 10px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked~.switch-handle {
    left: 33px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green>.switch-input:checked~.switch-label {
    background: #4fb845;
}


/************************************************
           ==Footer css==
*************************************************/

.footerWrap {
    background: url(../images/footerbg.jpg);
    padding: 50px 0;
}

.footerWrap h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.footerWrap p {
    line-height: 22px;
    color: #ccc;
}

.footerWrap .ft-logo {
    margin-bottom: 15px;
}

.social {
    margin-top: 20px;
}

.social a {
    color: #fff;
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
}

.social a:hover {
    color: #36b3e5;
}

.sidebar .social a {
    color: #444;
}


/*Articles*/

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

.posts-list li {
    border: none;
    margin: 15px 0;
}

.posts-list .media-left {
    margin-right: 30px;
    width: 80px;
    float: left;
    padding-right: 0;
}

.posts-list .entry-title {
    font-weight: 400;
    text-transform: inherit;
    margin: 0 0 5px;
}

.post .entry-title a {
    color: #fff;
    font-size: 16px;
}

.posts-list .entry-meta {
    padding: 0;
}

.posts-list .entry-date {
    color: #ccc;
    font-style: italic;
    text-transform: capitalize;
}

.footerWrap .quicklinks {
    list-style: none;
}

.footerWrap .quicklinks li {}

.footerWrap .quicklinks li a {
    display: block;
    color: #ccc;
    padding: 8px 0;
    font-size: 14px;
}

.footerWrap .quicklinks li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.footerWrap .quicklinks li a:hover {
    color: white;
    text-decoration: none;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    color: #777;
}

.copyright ul li {
    display: inline;
}

.copyright ul li a {
    color: #555;
    padding: 0 5px;
    display: inline-block;
    margin: 5px;
}

.copyright a:hover {
    color: #000;
}

.bttxt {
    color: #888;
    line-height: 24px;
}


/*copyright*/

.copyright {
    padding: 20px 0;
}


/*******************
	Large Screen
*******************/

@media screen and (max-width: 1199px) {
    .main-plan .plan-price2 {
        margin-left: 0px;
        font-size: 44px;
    }

    .main-plan .plan-price2-1 {
        font-size: 70px;
    }

    .main-plan .plan-price2-2 {
        margin-right: 0px;
    }

    .main-plan .plan-price {
        margin-left: 0px;
        font-size: 44px;
    }

    .main-plan .plan-price-1 {
        font-size: 70px;
    }

    .main-plan .plan-price-2 {
        margin-right: 0px;
    }

    .main-plan .plan-price1-1 {
        margin-left: 0px;
        font-size: 44px;
    }

    .main-plan .plan-price1-2 {
        font-size: 70px;
    }

    .main-plan .plan-price1-3 {
        margin-right: 0px;
    }

    .pricing-unit1 {
        margin-left: 5px;
    }

    .pricing-unit2 {
        margin-left: 5px;
    }

    .pricing-unit3 {
        margin-left: 5px;
    }
}


/*******************
	Monitor Screen
*******************/

@media screen and (max-width: 1024px) {
    .usernav li a {
        padding: 19px 14px
    }

    .jobslist li .applybtn {
        margin-top: 15px;
    }

    .pageSearch a.btn {
        margin-bottom: 15px
    }
}


/*******************
	Tablet Screen
*******************/

@media screen and (max-width: 990px) {
    body {
        font-size: 16px;
    }

    .navbar-default {
        float: none;
    }

    .three-plan li {
        padding: 0 15px;
        margin-top: 15px;
    }

    .three-plan ul {
        background: none;
    }

    .main-plan {
        max-width: 150px;
        margin: 0 auto;
    }

    .main-unit {
        max-width: 240px;
        height: 200px;
        margin: 0 auto;
    }

    /*Search*/
    .searchwrap {
        padding: 40px 0;
    }

    .searchbar {
        padding: 20px 5px 5px 5px;
    }

    .searchbar .form-control {
        margin-bottom: 15px;
    }

    .searchbar .btn {
        width: 100%;
    }

    ul.orderlist li {
        float: none;
        width: auto;
    }

    .optionlist li {
        font-size: 14px;
    }

    .searchList li p {
        font-size: 16px;
    }

    .sidebar a {
        font-size: 16px;
    }

    .sidebar .social a {
        font-size: 30px;
    }

    .pageTitle h1,
    .breadCrumb {
        text-align: center;
    }

    /*job detail*/
    .job-header .jobinfo .companyinfo {
        text-align: left;
        margin-top: 30px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

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

    .about-wraper h2 {
        margin-top: 20px;
    }

    .postimg {
        margin-top: 15px;
    }

    .about-wraper,
    .textrow {
        padding: 50px 0;
    }

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

    .appwraper .titleTop h3 {
        font-size: 40px;
    }

    .appwraper .subtitle2 {
        font-size: 24px;
    }

    /*Footer*/
    .footerWrap h5 {
        margin-top: 25px;
        font-size: 24px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .searchbar div.row {
        padding: 0;
    }
}

@media screen and (min-width: 1200px) {
    .headFeatures .navbar-nav>li {
        padding: 0 6px !important;
    }

    .navbar-nav li.postjob a,
    .bn-label,
    .fulltime,
    .formpanel .btn {
        font-size: 10px !important;
    }

    .navbar-nav li.jobseeker a,
    .navbar-nav li.jobseeker a:hover,
    .btn-info,
    .btn-info:hover {
        font-size: 10px !important;

    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        font-size: 13px !important;
    }

}

/*******************
Large Mobile Screen
*******************/

@media screen and (max-width: 768px) {
    .topsearchwrap h5 {
        margin-top: 30px;
    }

    .navbar-nav>li {
        padding: 0 10px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .pagiWrap {
        margin-bottom: 30px;
    }

    .jobButtons a {
        font-size: 15px;
        margin-right: 0px;
        padding: 6px 10px;
    }

    .post-header h4 {
        margin-top: 10px;
    }

    .english_ul {
        margin-left: -75px !important;
    }
}

@media screen and (max-width: 768px) {
    .topsearchwrap h5 {
        margin-top: 30px;
    }

    .navbar-nav>li {
        padding: 0 10px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .pagiWrap {
        margin-bottom: 30px;
    }

    .jobButtons a {
        font-size: 15px;
        margin-right: 0px;
        padding: 6px 10px;
    }

    .post-header h4 {
        margin-top: 10px;
    }

    .english_ul {
        margin-left: -75px !important;
    }
}

@media screen and (max-width: 770px) and (max-width: 822px) {
    .topsearchwrap h5 {
        margin-top: 30px;
    }

    .navbar-nav>li {
        padding: 0 10px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .pagiWrap {
        margin-bottom: 30px;
    }

    .jobButtons a {
        font-size: 15px;
        margin-right: 0px;
        padding: 6px 10px;
    }

    .post-header h4 {
        margin-top: 10px;
    }

    .english_ul {
        margin-left: -70px !important;
    }
}

@media screen and (min-width:990px) and (max-width: 1165px) {
    .topsearchwrap h5 {
        margin-top: 30px;
    }

    .navbar-nav>li {
        padding: 0 6px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .pagiWrap {
        margin-bottom: 30px;
    }

    .jobButtons a {
        font-size: 15px;
        margin-right: 0px;
        padding: 6px 10px;
    }

    .post-header h4 {
        margin-top: 10px;
    }

    .english_ul {
        margin-left: -75px !important;
    }
}

@media screen and (min-width:320px) and (max-width: 900px) {
    .topsearchwrap h5 {
        margin-top: 30px;
    }

    .navbar-nav>li {
        padding: 0 6px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .pagiWrap {
        margin-bottom: 30px;
    }

    .jobButtons a {
        font-size: 15px;
        margin-right: 0px;
        padding: 6px 10px;
    }

    .post-header h4 {
        margin-top: 10px;
    }

    .tamil_ul {
        margin-left: auto !important;
    }

    .english_ul {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .header .logo {
        text-align: center;
        float: left;
    }

    .navbar-header {
        float: right;
    }

    .navbar-toggle {
        background: #ccc;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-nav li.postjob,
    .navbar-nav li.jobseeker {
        margin-bottom: 10px;
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
    }

    .usernav li a {
        padding: 12px 15px;
    }

    .titleTop h3 {
        font-size: 36px;
    }

    .catelist {
        margin-bottom: 30px;
    }

    .jobslist li {
        text-align: center;
    }

    .jobslist li h4 {
        margin-top: 5px;
    }

    .jobslist li .col-md-7,
    .jobslist li .col-md-9 {
        padding-left: 15px;
    }

    .main-plan .plan-price2 {
        margin-left: 0px;
        font-size: 44px;
    }

    .pagiWrap .showreslt {
        margin-bottom: 10px;
    }

    .searchform .form-control {
        margin-bottom: 15px;
    }

    .job-header .jobinfo {
        padding: 15px;
    }

    .job-header .contentbox {
        padding: 20px;
    }

    .employerList li {
        width: 25%;
    }

    /*sidebar*/
    .sidebar {
        margin-top: 30px;
    }

    .text-right {
        text-align: left;
    }

    /*Photo Streem*/
    .photo-steam li {
        width: 50%;
    }

    .appimg {
        display: none;
    }

    .appwraper .appbtn a {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .searchbar div {
        padding: 0 15px;
    }

    .searchbar {
        padding-bottom: 20px;
    }

    .pull-right {
        float: none !important;
    }

    .navbar-collapse {
        padding: 0 15px;
    }

    .comments .media-list li.margin-left80 {
        margin-left: 0;
    }
}


/*******************
	Mobiles Screen
*******************/

@media screen and (max-width: 560px) {
    .jobButtons a {
        display: block;
        margin-right: 0;
        margin-top: 10px;
    }

    .searchwrap h3 {
        font-size: 10px;
    }

    .usernav li a {
        padding: 10px 10px;
        text-transform: none;
    }

    .error-page-wrap .errormain h2 {
        font-size: 150px;
        line-height: 160px;
    }

    .error-page-wrap .errormain h3 {
        font-size: 28px;
    }

    .searchList li {
        text-align: center;
    }

    .searchList li .jobimg {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .job-header .jobinfo .companyinfo,
    .job-header .jobinfo .candidateinfo,
    .educationList li {
        text-align: center;
    }

    .job-header .jobinfo .companyinfo .companylogo,
    .job-header .jobinfo .candidateinfo .userPic,
    .educationList li .date {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .job-header .jobinfo .candidateinfo .userPic {
        height: auto;
    }

    .employerList li {
        width: 50%;
    }

    .copyright ul li a {
        background: #ddd;
        color: #000;
        padding: 8px 15px;
        margin: 5px;
        display: block;
    }

    .copyright ul li a:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

    .appwraper .titleTop h3 {
        font-size: 36px;
    }

    .appwraper {
        padding-top: 50px;
    }

    .appimg {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .header .col-md-5 {
        padding-right: 15px
    }

    .usernav li {
        width: 50%;
        text-align: center;
    }
}


/*register page review colllapse page*/


/*FAQS collapse start*/

.faqs1 {
    margin-bottom: 30px;
}

.faqs1 .panel-default>.panel-heading {
    background: none;
    border: none;
    padding: 0;
}

.faqs1 h4 a {
    padding: 15px 55px 15px 15px;
    display: block;
    background: rgb(62, 182, 62);
    color: #fff;
    font-size: 16px;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-group .panel-body {
    line-height: 24px;
    color: #555;
}

.faqs1 h4 .collapsed:hover,
.faqs1 h4 a:hover,
.faqs1 h4 a:active {
    text-decoration: none;
    background: rgb(62, 182, 62);
    color: #fff;
}

.faqs1 h4 a:before {
    content: "\f077";
    background: #fff;
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: rgb(62, 182, 62);
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.faqs1 h4 .collapsed:before {
    content: "\f078";
    font-family: 'FontAwesome';
    background: #666;
    width: 30px;
    padding: 6px 0;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    text-decoration: none;
}

.faqs1 h4 a.collapsed {
    background: #fff;
    color: #666;
    text-decoration: none;
}

.breadcrumb_title {
    color: #fff00f !important;
}


/*job search collapse_style changes start*/


/*FAQS collapse start*/

.job_search {
    margin-bottom: 0px;
}

.job_search .panel-default>.panel-heading {
    background: none;
    border: none;
    padding: 0;
}

.job_search h4 a {
    padding: 15px 55px 15px 15px;
    display: block;
    background: #fff;
    color: #151515;
    font-size: 16px;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-group .panel-body {
    line-height: 24px;
    color: #555;
}

.job_search h4 .collapsed:hover,
.job_search h4 a:hover,
.job_search h4 a:active {
    text-decoration: none;
    background: #fff;
    color: #151515;
}

.job_search h4 a:before {
    content: "\f077";
    background: #fff;
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #443e3e;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.job_search h4 .collapsed:before {
    content: "\f078";
    font-family: 'FontAwesome';
    background: #fff;
    width: 30px;
    padding: 6px 0;
    color: #443e3e;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    text-decoration: none;
}

.job_search h4 a.collapsed {
    background: #fff;
    color: #666;
    text-decoration: none;
}

.breadcrumb_title {
    color: #fff00f !important;
}


/*job search collapse_style changes end*/


/*hover float buttons start*/

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}


/*hover float buttons end*/

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*Ripple in*/


/* Ripple In */

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}


/* Icon Back */

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}


/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}


/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #02b44a;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}


/* Glow */

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}


/* Shadow */

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}


/* Grow Shadow */

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


/* Bounce To Right */

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #02b44a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Bounce To Left */


/* Grow Shadow */

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*hover buzz*/

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* Rectangle Out */

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}


/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

.job-header .mycontentbox {
    padding: 20px;
    /*word-break: break-all;*/
}

.job-header .mycontentbox {
    padding: 35px;
    /*word-break: break-all;*/
}

.job-header .mycontentbox h3 {
    font-size: 24px;
    font-weight: 700;
    color: #02b44a;
    margin-bottom: 10px;
    /*word-break: break-all;*/
}

.job-header .mycontentbox p {
    line-height: 24px;
    color: #555;
    margin-bottom: 20px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>#ck-content>ul {
    margin-bottom: 30px;
    list-style-type: square;
    margin-left: 20px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>#ck-content>ul>li {
    //padding: 10px 0 10px 25px;
    padding: 10px 0 0px 5px;
    position: relative;
    line-height: 24px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>#ck-content>ul>li:before {
    position: absolute;
    left: 0;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>#ck-content>ol {
    margin-bottom: 30px;
    list-style-type: numbers;
    margin-left: 20px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>#ck-content>ol>li {
    //padding: 10px 0 10px 25px;
    padding: 10px 0 0px 5px;
    position: relative;
    line-height: 24px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>#ck-content>ol>li:before {
    position: absolute;
    left: 0;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>ul {
    margin-bottom: 30px;
    padding: 0px 0 0px 20px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>ul>li {
    padding: 10px 0 0px 5px;
    list-style-type: square;
    position: relative;
    line-height: 24px;
    /*word-break: break-all;*/
}

.job-header>.mycontentbox>ul>li:before {
    /*content: '\f00c';
	font-family: 'FontAwesome';*/
    list-style-type: square;
    color: #a8d815;
    position: absolute;
    left: 0;
    /*word-break: break-all;*/
}

#ck-content>table {
    width: 100%;
    /*word-break: break-all;*/
}

#ck-content-list>ul>li {
    border: none !important;
    box-shadow: none;
    //line-height:25px;
    /*//word-break: break-all;*/
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#ck-content-list>ol>li {
    border: none !important;
    box-shadow: none;
    word-break: break-all;
    margin-bottom: -20px;
}

#ck-content-list>p {
    line-height: 20px;
    font-size: 13px;
    /*word-break: break-all;*/
}

#ck-content-list>p>strong,
#ck-content>p>strong {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>p>b,
#ck-content>p>b {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>p>b,
#ck-content>blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*word-break: break-all;*/
}

#ck-content-list>p>b,
#ck-content>p>blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*word-break: break-all;*/
}

#ck-content-list>p>b,
#ck-content>ul>li>blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*word-break: break-all;*/
}

#ck-content-list>p>b,
#ck-content>ol>li>blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*word-break: break-all;*/
}

#ck-content-list>p>b,
#ck-content>li>blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*word-break: break-all;*/
}

#ck-content-list>span>strong,
#ck-content>span>strong {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>span>b,
#ck-content>span>b {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>div>strong,
#ck-content>div>strong {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>div>b,
#ck-content>div>b {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>font>strong,
#ck-content>font>strong {
    /*word-break: break-all;*/
    font-weight: bold;
}

#ck-content-list>font>b,
#ck-content>font>b {
    font-weight: bold;
    /*word-break: break-all;*/
}

#ck-content-list>blockquote {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    border: none;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    /*word-break: break-all;*/
}

#ck-content>em {
    font-style: italic;
}

.mycontentbox>#ck-content>em {
    font-style: italic;
}

.mycontentbox>#ck-content>p>em {
    font-style: italic;
}

#ck-content>em,
.mycontentbox>#ck-content>em,
.mycontentbox>#ck-content>p>em,
#ck-content>p>b>em,
{
font-style: italic;
}

#ck-content-list>em,
#ck-content-list>p>em,
#ck-content-list>p>strong>em,
#ck-content>p>strong>em,
#ck-content-list>p>b>em {
    font-style: italic;
}

.mycontentbox>#ck-content>s,
.mycontentbox>#ck-content>p>s,
#ck-content>p>b>s,
{
text-decoration: line-through;
}

#ck-content-list>s,
#ck-content-list>p>s,
#ck-content-list>p>strong>s,
#ck-content>p>strong>s,
#ck-content-list>p>b>s {
    text-decoration: line-through;
}


/*///// Employer Register page ck editorcontent ///*/

.formrow>#ck-content>ul {
    margin-bottom: 30px;
    list-style-type: square;
    margin-left: 20px;
    /*word-break: break-all;*/
}

.formrow>#ck-content>ul>li {
    //padding: 10px 0 10px 25px;
    padding: 10px 0 0px 5px;
    position: relative;
    line-height: 24px;
    /*word-break: break-all;*/
}

.formrow>#ck-content>ul>li:before {
    position: absolute;
    left: 0;
    /*word-break: break-all;*/
}

.formrow>#ck-content>ol {
    margin-bottom: 30px;
    list-style-type: numbers;
    margin-left: 20px;
    /*word-break: break-all;*/
}

.formrow>#ck-content>ol>li {
    //padding: 10px 0 10px 25px;
    padding: 10px 0 0px 5px;
    position: relative;
    line-height: 24px;
    /*word-break: break-all;*/
}

.formrow>#ck-content>ol>li:before {
    position: absolute;
    left: 0;
    /*word-break: break-all;*/
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*Empty white collapse*/

.faqs2 {
    margin-bottom: 30px;
}

.faqs2 .panel-default>.panel-heading {
    background: none;
    border: none;
    padding: 0;
}

.faqs2 h4 a {
    padding: 15px 55px 15px 15px;
    display: block;
    background: #dbdada;
    color: #333;
    font-size: 16px;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-group .panel-body {
    line-height: 24px;
    color: #555;
}

.faqs2 h4 .collapsed:hover,
.faqs2 h4 a:hover,
.faqs2 h4 a:active {
    text-decoration: none;
    background: #dbdada;
    color: #333;
}

.faqs2 h4 a:before {
    content: "\f077";
    background: #fff;
    font-family: 'FontAwesome';
    width: 30px;
    padding: 6px 0;
    color: #333;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.faqs2 h4 .collapsed:before {
    content: "\f078";
    font-family: 'FontAwesome';
    background: #dbdada;
    color: #333;
    width: 30px;
    padding: 6px 0;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    text-decoration: none;
}

.faqs2 h4 a.collapsed {
    background: #dbdada;
    color: #333;
    text-decoration: none;
}


/* Bubble Bottom */

.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

#preloader_success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10000;
}

#spinner1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 5px solid transparent;
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-radius: 50%;
    -webkit-animation: spinner1 1s linear infinite;
    animation: spinner1 1s linear infinite;
}

#spinner1:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 5px solid transparent;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
}

@keyframes spinner1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*pre loader*/


/*Toaster Message */

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}


/* icon support */

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}


/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}


/* workarounds */


/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}


/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Roboto, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Roboto, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #999999;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #212121;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #aaaaaa;
    background-color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}


/* positioning */

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaaaaa;
    box-shadow: -8px -8px 8px #aaaaaa;
}


/* Font increase / decrease & Theme change  */

.headFeatures .themebox {
    height: 25px;
    margin-top: 4px;
    padding: 0;
    width: 25px;
    border-radius: 50px;
    display: inline-block;
}

.headFeatures .themebox1 {
    background: #79ca0c;
}

.headFeatures .themebox2 {
    background: #ff7523;
}

.headFeatures ul {
    /* padding-top: 15px; */
    display: flex;
    align-items: center;
}

.headFeatures .navbar-nav>li>a {
    color: #555;
}

.headFeatures .navbar-nav>li {
    padding: 0 8px;
}

.headFeatures .navbar-nav li a:hover,
.headFeatures .navbar-nav li:hover a,
.headFeatures .navbar-nav li.active a {
    border: none !important;
}

.headFeatures .darkmode {
    background: #000;
    padding: 3px 8px;
    height: 30px;
    margin-top: 4px;
    color: #fff !important;
    width: 30px;
    border-radius: 50px;
    line-height: 0;
}

.grayscale-100 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.auth-wrapper {
    position: relative;
    display: inline-block;
}

.auth-btn {
    background-color: #0077BE;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.auth-btn:hover,
.auth-btn:focus {
    background-color: #005d94;
    color: white;
    text-decoration: none;
    outline: none;
}

.auth-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.auth-wrapper.show .auth-btn i {
    transform: rotate(180deg);
}

.auth-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    /* opacity: 0; */
    /* visibility: hidden; */
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 0;
    min-width: 180px;
}

.auth-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: white;
    transform: rotate(45deg);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.auth-wrapper.show .auth-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.auth-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    position: relative;
}

.auth-item:hover {
    background: #f8f9fa;
    color: #0077BE;
    text-decoration: none;
    padding-left: 24px;
}

.auth-item:active {
    background: #f0f0f0;
}

.auth-item i {
    margin-right: 10px;
    font-size: 14px;
    width: 16px;
    text-align: center;
    color: #0077BE;
}

/* Animation for menu items */
.auth-item {
    /* opacity: 0; */
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.auth-wrapper.show .auth-item {
    opacity: 1;
    transform: translateX(0);
}

.auth-wrapper.show .auth-item:nth-child(1) {
    transition-delay: 0.1s;
}

.auth-wrapper.show .auth-item:nth-child(2) {
    transition-delay: 0.2s;
}

.text-yellow {
    color: #ffb72f !important;
}

.text-gray {
    color: #dedede !important;
}