@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);

@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

html {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    background: #f4f4f4;
}
img{
    max-width: 100%;
}
/*------------------------------------------*/
/*   LINK SETTINGS
/*------------------------------------------*/
a, button[type="submit"], input[type=text] {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
header{
    /*position: absolute;
    top: 0;*/
    background: #FFF;
    width: 100%;
    left: 0;
    padding: 0;
    position: relative;
}
header .navbar{
    padding: 0;
}
.navbar-brand{
    margin-right: 2rem;
}
.navbar .nav-link{
    color: #727272;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1.6rem 1rem;
}
.nav-link:hover,
.dropdown:hover .nav-link{
    color: #ae0816;
}
/*.logo-wrap{
    text-align: center;
    width: 100%;
}
.logo-wrap .navbar-brand{
    margin: 0 auto;
}*/
/* ANIMATED X */
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggler .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler .icon-bar {
    background-color: #006cb7;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */
.dropdown-menu {
    padding: 0;
    min-width: 160px;
    background: #FFF;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1) !important;
}

.dropdown-menu a, .dropdown-menu li > a {
    font-size: 0.85rem;
    padding: .7rem 1rem;
    text-transform: capitalize;
    color: #565656;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    font-weight: 600;
}
.navbar-toggler {
    padding: 20px 0;
    outline: none !important;
    margin-left: auto !important;
}
.top-transparent .navbar-toggler .icon-bar {
    background-color: #006cb7;
}

.header-btn, .home-tabbing .view-more{
    padding: 0.5rem 1rem;
    color: #FFF;
    background: #006cb7;
    border-radius: 4px;
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.header-btn:hover, .home-tabbing .view-more:hover{
    background: #333;
    color: #FFF;
}
.sky-blue{
    background: #ae0816;
}
.sky-blue img{
    margin-right: 0.5rem;
}
.banner-home{
    padding-top: 20px;
    background: #FFF url(../images/banner_img.png) no-repeat bottom right;
}
.header-form{
    max-width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}
.header-form h1{
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #ae0816;
    font-weight: 700;
}
.header-form h6{
    color: #000000;
    font-size: 1rem;
    margin: 4rem 0 0.5rem 0 ;
}
.form-bg{
    padding: 0.5rem;
    background: #e5f0f8;
    border-radius: 4px;
}
.form-bg .form-control,
.form-bg .custom-select {
    background-color: #FFF;
    border: none;
    box-shadow: none;
    margin: 0 0 0.9rem 0;
    font-size: 14px;
}
.form-bg .search-btn {
    height: auto;
    justify-content: center;
    align-self: center;
    display: flex;
    background: #333;
    border-radius: 50%;
    padding: 0.7rem;
    border: none;
    box-shadow: none;
}
.form-bg .search-btn path{
    fill: #FFF;
}
.locality{
    max-width: 150px;
}
.trending-skills h6{
    color: #ae0816;
    font-weight: 700;
}
.trending-skills{
    padding-bottom: 1.5rem;
}
.trending-skills a{
    text-decoration: underline;
    color: #6d6d6d;
}
.trending-skills a:hover{
    text-decoration: none;
    color: #000;
}

#body-content{
    padding: 1.5rem 0;
}
.right-side{
    padding-left: 2rem;
    top: -70px;
    position: relative;
}
.top-logo-scroll{
    background: #FFF;
    padding: 1rem;
}

.main-head{
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}
.view-all{
    color: #ae0816;
    margin-left: 3rem;
    font-weight: 600;
    padding: 0;
    position: relative;
}
.view-all:before{
    position: absolute;
    content: "";
    left: -1.5rem;
    pointer-events: none;
    top: 50%;
    width: 1px;
    height: 70%;
    background: #c3c3c3;
    transform: translateY(-50%);
}
.section-spacing{
    margin-bottom: 2rem;
}
.walk-in-jobs a{
    background: #FFF;
    padding: 1rem;
    border-radius: 4px;
    display: block;
}
.walk-in-jobs .city-name{
    background: #ececec;
    border-radius: 40px;
    color: #161616;
    font-weight: 0.75rem;
    display: inline-block;
    padding: 0.3rem 1rem;
    margin-bottom: 0.85rem;
}
.walk-in-jobs h3{
    font-weight: 600;
    font-size: 1rem;
    color: #006cb7;
}
.walk-in-jobs .footer-section{
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.5rem 1rem 0 1rem;
    border-top: 1px solid #f4f4f4;
    color: #006cb7;
}
.walk-in-jobs .footer-section small{
    display: block;
    color: #060606;
}

.home-tabbing .nav-pills{
    border-bottom: 1px solid #f4f4f4;
}
.home-tabbing .nav-pills .nav-link{
    border-radius: 0;
    border-bottom: 2px solid transparent;
    padding: 0.8rem 0;
}
.home-tabbing .nav-pills .nav-link.active, 
.home-tabbing .nav-pills .show>.nav-link{
    background: transparent;
    border-bottom: 2px solid #006cb7;
    color: #ae0816;
}
.home-tabbing .tab-pane{
    padding: 1rem;
}
.home-tabbing .view-more{
    display: inline-flex;
    margin: 1rem 0 0.5rem;
}
.job-listing-links h5 {
    font-size: 1rem;
    color: #006cb7;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.job-listing-links h5:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 25%;
    height: 1px;
    background: #ae0816;
}
.job-listing-links .card {
    border: none;
}
.job-listing-links ul{
    list-style-type: none;
    border-bottom: 1px solid #efefef;
    margin: 0 0 20px 0;
    border-radius: 0;
    padding: 0 0 20px 0;
}
.job-listing-links ul li {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-grow: 1;
    margin-bottom: .3rem;
}
.job-listing-links ul li a{
    color: #696868;
    font-weight: 600;
}
.job-listing-links ul li a:hover{
    color: #006cb7;
}
.sorting-footer .job-listing-links ul {
    border: none;
    padding: 0;
    margin: 0;
}

.sorting-footer .job-listing-links ul li {
    width: 25%;
    display: inline-block;
    padding: 4px 15px;
    vertical-align: text-top;
}
.sorting-footer .job-listing-links ul li a {
    word-break: break-word;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}
.add-for-space{
    font-size: 1.75rem;
    font-weight: 600;
    color: #181818;
    background: #cdcdcd;
    text-align: center;
    padding: 2rem 0;
}

aside .add-for-space{
    padding: 7rem 0;
}

footer{
    background: #2e3339;
    padding: 5rem 0 0 0;
}

footer .footers-two-h5{
    color: #ffffff;
    font-size: 1.125rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    position: relative;
}
footer .footers-two-h5:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #6c7278;
}
footer .footer-links li{
    margin-bottom: 10px;
}
footer .footer-links li:last-child{
    margin-bottom: 0;
}
footer .footer-links a{
    color: #cbcbcb;
    font-size: 0.875rem;
}
footer .footer-links a:hover,
footer .footer-links a:focus{
    color: #FFF;
}
footer .social-icons a {
    color: 
    #FFF;
    opacity: 0.4;
    margin-right: 7px;
}
footer .social-icons a:hover{
	opacity: 1;
}
.copyright{
    background: #1f2226;
    color: #cbcbcb;
    padding: 1.5rem 0;
    margin-top: 2.7rem;
}
.copyright a{
    color: #FFF;
}
.copyright a:hover{
    color: #00adef;
}
.dashboard-icon .box i {
    font-size: 24px;
    margin-right: 15px;
    color: #006cb7;
    padding-top: 5px;
}
.member_contact .media-icon{
	font-size: 20px;
	color: #ae0816;
	margin-right: 20px;
}
/* Sidebar CSS */
.sidebar-wrap{
    margin-bottom: 25px;
}
.create-job-alert {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 1.5rem;    
}
.right-listing{
    background: #FFF;
}
.right-listing .head {
    text-align: center;
}
.right-listing .head span {
    display: inline-block;
    background: #ae0816;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0.7rem 1.5rem;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.right-listing ul li a{
    padding: 0.5rem 1.5rem;
    display: block;
    font-weight: 600;
    color: #696868;
    border-bottom: 1px solid #f4f4f4;
}

.right-listing ul li a:hover{
    color: #006cb7;
    border-bottom: 1px solid #d8d8d8;
}
.right-listing ul li:last-child a{
    border: none;
}
.create-job-alert strong{
    display: block;
    font-size: 1rem;
}

.create-job-alert a{
    padding: 0.5rem 1rem;
    color: #FFF;
    background: #006cb7;
    border-radius: 4px;
    margin-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    margin-top: 00.87rem;
}
.create-job-alert a:hover{
    background: #ae0816;
    color: #FFF;
}

/* Sidebar CSS */

/* Login/Singup Styles */
.login-wrap-outer{
    padding: 7rem 0;
}
.login-wrap{
    padding: 6rem 4rem;
    background: #FFF;
    box-shadow: 0 2px 20px rgba(0,0,0,.19), 0 4px 6px rgba(0,0,0,.23);
}
.inner-pages.login-wrap{
    padding: 0;
    box-shadow: none;
}
.login-wrap h3{

    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.25rem;

}
.login-wrap .form-control,
.login-wrap .custom-select,
.login-wrap .custom-file-label{
    padding: .5rem .85rem;
    margin-bottom: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 42px;
    border-radius: 0;
    font-size: 0.875rem;
}
.login-wrap textarea.form-control{
    height: auto;
    resize: vertical;
}
.login-wrap .custom-file-label::after {
    height: 100%;
    border-radius: 0;
    line-height: 2.1;
}
.forgot-pwd{
    padding: 0 0 1rem 0;
}
.forgot-pwd a{
    color: #006cb7;
    font-weight: 600;
}
.forgot-pwd a:hover{
    color: #333;
}
.signup-bg{
    padding: 3rem;
    color: #FFF;

    background: #1e3c72;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #2a5298, #1e3c72); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.signup-bg.bg-transparent{
    background: transparent;
    background: transparent;
    background: transparent;
    color: #333;
    text-align: right;
}
.signup-bg h3{
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 1.25rem;
}
.signup-bg .login100-form-btn,
.login-wrap .login100-form-btn {
    font-size: 1rem;
    background-color: #00adef;
    color: #FFF;
    display: block;
    width: 100%;
    padding: 0.6rem 0.7rem;
    border: none;
    border-radius: 3px;
    font-weight: 600;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.signup-bg .login100-form-btn:hover{
    background: #FFF;
    color: #00adef;

    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2);
}

.login-wrap .login100-form-btn{
    background: #006cb7;
    color: #FFF;
}

.login-wrap .login100-form-btn:hover{
    background: #ae0816;
    color: #FFF;

     box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 1px 7px 0 rgba(0,0,0,.12), 0 3px 1px -1px rgba(0,0,0,.2);
}
.signup-bg ul li{
    padding: 0.7rem 0;
}
.signup-bg ul{
    margin-bottom: 1rem
}
.registration-label label.control-label {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.registration-label.login-wrap-outer{
    padding: 4rem 0;
}
.registration-label .login-wrap {
    padding: 3rem 4rem;
}

.registration-label .btn-primary,
.login-wrap .btn-primary {
    padding: 0.5rem 1rem;
    color: #FFF;
    background: #006cb7;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    min-width: 150px;
    margin-right: 15px;
    border-color: #006cb7;
    box-shadow: none !important;
}
.registration-label .btn-primary:hover,
.login-wrap .btn-primary:hover{
    background: #ae0816;
    color: #FFF;
    border-color: #ae0816;
}
.registration-label .btn-default {
    padding: 0.5rem 1rem;
    box-shadow: none !important;
    color: #333;
    background: #efefef;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
}
label.error, span.error{
    color: #f00;
    font-size: 0.775rem;
    margin-top: 7px;
    margin-bottom: 0;
    display: block;
}
.iti__flag-container {
    height: 42px;
}

/* Login/Singup Styles */

/*------------------------------------------*/
/*    Top Bottom Spacing
/*------------------------------------------*/
.wide-tb-100{ padding-top: 100px; padding-bottom: 100px; }
.wide-tb-90{ padding-top: 90px; padding-bottom: 90px; }
.wide-tb-80{ padding-top: 80px; padding-bottom: 80px; }
.wide-tb-70{ padding-top: 70px; padding-bottom: 70px; }
.wide-tb-70{ padding-top: 70px; padding-bottom: 70px; }
.wide-tb-60{ padding-top: 60px; padding-bottom: 60px; }
.wide-tb-50{ padding-top: 50px; padding-bottom: 50px; }
.wide-tb-40{ padding-top: 40px; padding-bottom: 40px; }
.wide-tb-30{ padding-top: 30px; padding-bottom: 30px; }

/* Font Weight = fw */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }

/*------------------------------------------*/
/*    Heading Style
/*------------------------------------------*/
.heading-main{
    color:#006cb7;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.heading-main span{
    color: rgba(6, 22, 58, 0.5);
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    font-size: 0.775rem;
    font-weight: 700;
}
.heading-left-border {
    color: #333;
    padding: 0.2rem 1.2rem;
    border-left: 2px solid #ae0816;
    margin-bottom: 25px;
    font-weight: 600;
}
/* About Page Styles */
.about-wrap {
    background: url(../images/blog-digital-transformation.jpg) no-repeat top right #FFF;
    background-size: contain;
}
.pricing-box{
    margin: 3rem 0;
    border-radius: 4px;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 0;
    position: relative;
}
.popular {
    position: absolute;
    background: #333;
    padding: 0.5rem 1.5rem;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    display: block;
    width: 60%;
    border-radius: 20px;
    color: #FFF;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
}
.popular:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}
.pricing-box h4 {
    font-size: 0.875rem;
    color: #FFF;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    background: #ae0816;
    line-height: 1;
    padding: 0.5rem 1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pricing-box h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #006cb7;
    line-height: 1;
    margin: 3rem 0;
}
.pricing-box h2 sup {
    font-size: 0.80rem;
    position: relative;
    top: -20px;
    left: -4px;
    color: #333;
}
.pricing-box h2 small {
    display: block;
    font-size: 0.775rem;
    display: inline-block;
    padding: 0.5rem 2rem;
    background: #efefef;
    border-radius: 20px;
    margin-top: 0;
    color: #333;
    line-height: 1;
}
.bottom-wrap{
    color: #FFF;
    background: #006cb7;
    padding: 2rem 1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bottom-wrap a {
    border-radius: 3px;
    background: #FFF;
    color: #006cb7;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.bottom-wrap a:hover{
    background: #00adef;
    color: #FFF;
}
.bottom-wrap span{
    font-size: 0.775rem;
}

.marketing-table {
    width: 100%;
    margin: 30px 0;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-text-size-adjust: 100%;
}
.pricing-table caption {
    position: static;
}
.marketing-table thead th {
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}
.marketing-table th {
    background-color: #f4f6f8;
    font-weight: 400;
}
.pricing-table tbody th {
    width: 33.3333333333%;
}
.marketing-table tbody th, .marketing-table tbody td {
    text-align: left;
}
.marketing-table th {
    background-color: #f4f6f8;
    font-weight: 400;
}
.marketing-table th, .marketing-table td {
    padding: 10px 15px;
    border: 1px solid #dfe3e8;
}
.marketing-table th[scope='row'] {
    background-color: transparent;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
/* About Page Styles */

.theme-collapse{
    padding: 0 0 0 30px;
}
.theme-collapse .toggle {
    color: #1c1c1c;
    font-size: 0.9rem;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-weight: 700;
}
.theme-collapse .toggle svg{
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 1rem;
    color: #000;
    transform: rotate(0deg);
    transition: all 0.15s linear;
}
.theme-collapse .toggle.arrow-down{
    color: #006cb7;
}
.theme-collapse .toggle.arrow-down svg{
    transform: rotate(180deg);
    color: #006cb7;
}
.theme-collapse .content{
    padding: 0 0 15px 0;
}
.theme-collapse a {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.theme-collapse a:hover{
    color: #24547f;
}
.theme-collapse a:last-child{
    margin: 0;
}
/* Right Icon With Border */
.arrow-right-border.theme-collapse {
    padding: 0;
}
.arrow-right-border.theme-collapse .toggle svg {
    left: auto;
    right: 0;
}
.arrow-right-border.theme-collapse .toggle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-right: 20px;
}
/* Right Icon With Border */

/* Pagination Style */
.pagination {
    margin-bottom: 0;
    font-weight: 500
}

.pagination-sm {
    font-size: .9375rem
}

.pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none
}
.page-link {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-left: -1px;
    line-height: 1.25;
    color: inherit;
    background-color: transparent;
    border: 1px solid #e5e5e5;
}
.pagination .page-link {
    border-width: 0 0 1px 0;
}
.page-link {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-left: -1px;
    line-height: 1.25;
    color: inherit;
    background-color: transparent;
    border: 1px solid #e5e5e5
}

.page-link:hover {
    z-index: 2;
    color: #ae0816;
    text-decoration: none;
    background-color: transparent;
    border-color: #ae0816
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #006cb7;
    background-color: transparent;
    border-color: #006cb7
}

.page-item.disabled .page-link {
    color: #3e3e3e;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #bababa
}

.pagination-lg .page-link {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .3rem 0.7rem;
    font-size: .9375rem;
    line-height: 1.5
}
.pagination .page-link-arrow {
    border-width: 0;
}
/* Pagination Style */


.job-srch-wrap .bottom-wrap-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F3F3;
    padding: 15px;
}
.bottom-wrap img{
    margin-right: 10px;
}
.job-description{
    margin: 0 20px 20px;
    display: flex;
}
.job-details{
    margin: 0 20px 20px;
    display: flex;
}
.job-details p{
    margin-left: 15px;
}
.job-description p{
    margin-left: 15px;
    white-space: normal;
}
.job-srch-wrap{
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    position: relative;
}
.featured-job-icon {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f3f3f3;
    justify-content: center;
    align-items: center;
    display: flex;
    /* border: 1px solid #e2e2e2; */
    left: -18px;
    top: 20px;
}
.thumb img {
    border: 1px solid #e2e2e2;
    margin-right: 15px;
    width: 80px;
}
.title-head{
    font-size: 20px;
    color: #0D0D0D;
    font-weight: bold;
}
.title-head small{
    display: block;
    color: #7A7A7A;
    font-size: 12px;
}
.job-srch-wrap .head{
    display: flex;
    align-items: center;
}
.job-amenities {
    padding: 20px;
    margin: 0 20px 20px;
    background: #F3F3F3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-amenities a{
    display: flex;
    align-items: center;
    color: #000;
}
.job-amenities a img{
    margin: 0 7px;
}

.title-lines {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.top-pagination{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.top-pagination .pagination {
    margin: 0;
    margin-left: auto;
}
.avatar-img {
    width: 100px;
    max-height: 100px;
    margin: -50px auto 15px;
    border: 5px solid #FFF;
    border-radius: 50%;
    height: 100px;
    background: #FFFF;
}
.avatar-img img{
    width: 100%;
}
.iti {
    display: block !important;
}

/* Email Reply */

.main-img-user {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
}
.main-mail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-content-title {
    color: #14112d;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding-right: 13px;
}
.main-mail-header>div:last-child>span {
    font-size: 12px;
    margin-right: 10px;
}
.main-mail-header>div:last-child {
    display: flex;
    align-items: center;
}
.main-mail{
    margin-top: 0.5rem;
}
.main-mail h6{
    color: #000;
    font-weight: 600;
}
.mail-footer i{
    margin-right: 4px;
}
.mail-footer .reply-button{
    color: #FFF;
    background: #006cb7;
}
.mail-footer .frwd-btn{
    color: #333;
    border: 1px solid #333;
}
.range-slider{
    margin-left: 15px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.slider .tooltip.top {
    margin-top: -36px;
}
.slider.slider-horizontal .tooltip {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip {
    position: absolute;
    z-index: 999;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.account-user {
    width: 24px;
    margin-right: 7px;
}
.quick-links-wrap ul li{
    padding-bottom: 7px;
}
.quick-links-wrap ul li a{
    color: #333;
    font-weight: 600;
}
.quick-links-wrap ul li a:hover{
    color: #ae0816;
}

.smart-jobs-post{
    font-size: 0.78rem;
    text-align: center;
}
.smart-jobs-post span{
    display: block;
    font-size: 1.1rem;
    color: #006cb7;
}
.sidebare-toggle a.plus{
    display: block;
    position: relative;
}
.sidebare-toggle a.plus:after {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    right: 25px;
    top: 12px;
    transform: translateY(-50%);
    font-weight: normal;
    text-shadow: none;
    color: #ae0816;
    box-shadow: none;
}
.sidebare-toggle a.plus.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.sidebare-toggle.large a.plus:after {
    font-size: 1rem;
    top: 25px;
}
.sidebar-tab .nav-pills .nav-link {
    border-radius: 0;
    background: #efefef;
}
.sidebar-tab .nav-pills .nav-link.active, 
.sidebar-tab .nav-pills .show>.nav-link{
    background: #006cb7;
}
.sidebar-tab a.text-truncate{
    width: 70%;
    position: relative;
}
.sidebar-tab a.text-truncate .badge{
    position: absolute;
    top: 0;
    right: 0;
}
.tags-search{
    display: flex;
}
.tags-search .alert {
    padding: 0.4rem 0.5rem;
    border-radius: 0;
    margin-right: 0.7rem;
    cursor: pointer;
    font-size: 0.75rem;
}
.tags-search .alert.alert-dismissible .close {
    height: 100%;
    width: 30px;
    padding: 0;
    background: #333;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    font-weight: normal;
    opacity: 0;
}
.tags-search .alert:hover .close{
    opacity: 1;
}

.advanced-search, .advanced-search-outline{
    font-size: 1rem;
    background-color: #006cb7;
    color: #FFF;
    min-width: 150px;
    padding: 0.6rem 0.7rem;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}
.advanced-search-outline{
    background: transparent;
    border: 1px solid #333;
    color: #333;
    margin-left: 0.5rem;
}
.advanced-search:hover{
    color: #FFF;
    background: #333;
}
.advanced-search i{
    margin-right: 0.3rem;
}
.search-result-header h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.search-result-header h2 small {
    font-size: 0.775rem;
    display: block;
    padding-top: 4px;
}
.search-count{
    padding-left: 20px;
}
.search-count span {
    display: block;
    font-size: 1.2rem;
    color: #ae0816;
    font-weight: 600;
}

.inner-toggle a.plus:after{
    right: 3px;
}
.sidebar-search-result .form-control,
.sidebar-search-result .custom-select {
    padding: .5rem .85rem;
    margin-bottom: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 36px;
    border-radius: 0;
    font-size: 0.775rem;
}
.sidebar-search-result .reset-link{
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.sidebar-search-result:hover .reset-link{
    opacity: 1;
    visibility: visible;
}
.sidebar-checkboxes{
    margin: 0;
}
.sidebar-checkboxes li{
    padding-bottom: 10px;
    font-size: 0.75rem;
}
.sidebar-checkboxes li ul{
    padding-left: 12px;
    margin-top: 12px;
}
.sidebar-checkboxes li ul li:last-child{
    padding-bottom: 0;
}

.sidebar-search-result .heading-left-border {
    font-size: 0.875rem;
}

.employee-search-result {
    margin: 0.7rem 0;
    background: #FFF;
    font-size: 0.875rem;
    padding: 0.4rem;
    overflow: hidden;
}
.employee-search-result .title-name{
    padding-top: 3px;
}
.employee-search-result .title-name a{
    text-transform: capitalize;
    color: #006cb7;
    text-decoration: none !important;
}
.employee-search-result .top-icons{
    padding: 4px 0 10px 0;
}
.employee-search-result .top-icons span{
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.employee-search-result .top-icons span img{
    padding-right: 8px; 
}

.profil-bg-extended{
    position: relative;
}
.profil-bg-extended .content {
    position: relative;
    z-index: 2;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}
.profil-bg-extended .content a{
    color: #006cb7;
}
.profil-bg-extended .content .avatar{
    width: 40px;
    margin: 0 auto
}
.profil-bg-extended:before {
    position: absolute;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 75%);
    left: -2px;
    right: 0;
    top: -10px;
    background: #efefef;
    z-index: 1;
    background-color: rgba(0, 108, 183, 0.1);
}
.result-left-label.col {
    width: 100px;
    max-width: 100px;
    color: #999;
    font-size: 0.80rem;
}
.result-right-content.col {
    font-size: 0.80rem;
}
.result-right-content.col a{
    color: #000;
}
.result-right-content.col a:hover{
    border-bottom: 1px dashed #dcdcdc; 
}
.profil-bg-extended .content .show-number a {
    border: 1px solid #999;
    display: block;
    color: #333;
    text-align: center;
    display: flex;
}
.profil-bg-extended .content .show-number a span {
    width: 100%;
    padding: 0.4rem;
    border-left: 1px solid #999;
}
.profil-bg-extended .content .show-number img{
    margin: 0 .6rem;
}
.profil-bg-extended .content .verified{
    margin: 0.87rem 0; 
}
.profil-bg-extended .content .verified span{
    color: #1fa67a;
    margin-right: 10px;
}

.btn-danger {
    color: #fff;
    background-color: #ae0816;
    border-color: #ae0816;
}

.static-pages{
    color: #666;
}
.static-pages h6{
    font-weight: 600;
    color: #000;
}