body {
    font-size: 15px;
    /*font-family: sans-serif;*/
    font-family: "Roboto", sans-serif;
    color: #454545
}

a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #454545
}

a:hover {
    text-decoration: none;
    color: #fdcc00
}

a:focus {
    text-decoration: none
}

button {
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #1a1a1a;
    font-weight: 600;
    /*font-family: muli;*/
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto
}

.form-control {
    height: 50px;
    color: #fdcc00;
    border: 1px solid #ebebeb;
    /*background-color: transparent;*/
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
}

.form-control::-webkit-input-placeholder {
    color: #676a6a
}

.form-control:-ms-input-placeholder {
    color: #676a6a
}

.form-control::-ms-input-placeholder {
    color: #676a6a
}

.form-control::placeholder {
    color: #676a6a
}

.form-control:focus {
    color: #000;
    /*background-color: transparent;*/
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #fdcc00
}

.form-control:hover:focus,.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

textarea.form-control {
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-40 {
    padding-bottom: 40px
}

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

.mt-minus-100 {
    margin-top: -100px
}

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

.mb-10 {
    margin-bottom: 10px
}


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

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

.mt-25 {
    margin-top: 25px
}

.mb-25 {
    margin-bottom: 25px
}

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

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

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

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

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

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

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

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

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.bg-color {
    background-color: #f7f7fb
}

.color-red {
    color: red;
}

.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #fdcc00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 15px 40px;
    border-radius: 4px
}

.default-btn.btn-two {
    background-color: #79b530
}

.default-btn:hover {
    background-color: #1a1a1a;
    color: #fff
}

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #fdcc00
}

.read-more i {
    position: relative;
    position: relative;
    top: 1.7px;
    margin-left: 5px
}

.read-more:hover {
    color: #fdcc00;
    letter-spacing: 1px
}

.section-title {
    /*max-width: 750px;*/
    /*margin: -6px auto 50px;*/
    /*margin: -6px auto 25px;*/
    text-align: center;
    /*position: relative;*/
}

.section-title span {
    font-size: 16px;
    color: #fdcc00;
    display: block;
    margin-bottom: 10px
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative
}

.section-title h2:last-child {
    margin-bottom: 0
}

.section-title p {
    max-width: 600px;
    margin: auto
}

.section-title.green-title span {
    color: #79b530
}

.section-title.white-title span {
    color: #fdcc00
}

.section-title.white-title h2 {
    color: #fff
}

.section-title.white-title p {
    color: #fff
}

.header-area.header-area-three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.top-header {
    background-color: #f7f7fb;
    padding-top: 15px;
    padding-bottom: 15px
}

.top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0
}

.top-header .header-left-content li {
    display: inline-block;
    margin-right: 30px;
    color: #454545;
    font-size: 14px;
    position: relative
}

.top-header .header-left-content li span {
    color: #fdcc00;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

.top-header .header-left-content li:last-child {
    margin-right: 0
}

.top-header .header-left-content li a {
    font-weight: 600;
    font-size: 15px;
    color: #454545
}

.top-header .header-left-content li a:hover {
    color: #fdcc00
}

.top-header .header-right-content {
    line-height: 1;
    text-align: right;
    position: relative;
    top: -4px
}

.top-header .header-right-content .language {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-right: 25px
}

.top-header .header-right-content .language .language-btn {
    position: relative
}

.top-header .header-right-content .language .language-btn .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #454545;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.top-header .header-right-content .language .language-btn .dropdown-toggle::after {
    display: none
}

.top-header .header-right-content .language .language-btn .dropdown-toggle span {
    display: inline-block;
    font-weight: 600;
    font-size: 15px
}

.top-header .header-right-content .language .language-btn .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 600
}

.top-header .header-right-content .language .language-btn .dropdown-toggle:hover {
    color: #fdcc00
}

.top-header .header-right-content .language .language-btn .dropdown-toggle:hover span i {
    color: #fdcc00
}

.top-header .header-right-content .language .language-btn .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    border-radius: 0;
    margin-top: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    left: 0!important;
    right: auto!important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    display: block;
    top: 0;
    margin-top: 30px
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item {
    padding: 0;
    color: #454545;
    margin-bottom: 10px;
    font-weight: 600
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item::before {
    display: none
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item img {
    width: 20px;
    height: 20px;
    border-radius: 50px
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item span:hover {
    color: #fdcc00
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item:hover {
    background-color: transparent!important
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item:focus {
    background-color: transparent!important
}

.top-header .header-right-content .language .language-btn .dropdown-menu .dropdown-item.active {
    color: #fdcc00;
    background-color: transparent
}

.top-header .header-right-content .language .language-btn .dropdown-menu.show {
    -webkit-transform: scaleX(1)!important;
    transform: scaleX(1)!important
}

.top-header .header-right-content .log-in {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.top-header .header-right-content .log-in li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.top-header .header-right-content .log-in li::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -3px;
    width: 1px;
    height: 100%;
    background-color: #454545;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
}

.top-header .header-right-content .log-in li:last-child {
    margin-right: 0;
    padding-right: 0
}

.top-header .header-right-content .log-in li:last-child::before {
    display: none
}

.top-header .header-right-content .log-in li a {
    font-weight: 600;
    font-size: 15px;
    color: #454545
}

.top-header .header-right-content .log-in li a i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 16px
}

.top-header .header-right-content .log-in li a:hover {
    color: #fdcc00
}

.top-header.top-header-two {
    background-color: #1a1a1a
}

.top-header.top-header-two .header-left-content li span {
    color: #fff
}

.top-header.top-header-two .header-left-content li a {
    color: #fff
}

.top-header.top-header-two .header-left-content li a:hover {
    color: #79b530
}

.top-header.top-header-two .header-right-content .language .language-btn .dropdown-toggle {
    color: #fff
}

.top-header.top-header-two .header-right-content .language .language-btn:hover .dropdown-toggle {
    color: #79b530
}

.top-header.top-header-two .header-right-content .language .language-btn:hover .dropdown-toggle i {
    color: #79b530
}

.top-header.top-header-two .header-right-content .log-in li a {
    color: #fff
}

.top-header.top-header-two .header-right-content .log-in li a:hover {
    color: #79b530
}

.top-header.top-header-two .header-right-content .log-in li::before {
    background-color: #fff
}

.top-header.top-header-three {
    background-color: transparent;
    border-bottom: 1px solid #dfdee2
}

.navbar-area {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff
}

.navbar-area .desktop-nav {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-area .desktop-nav .navbar {
    position: inherit;
    padding: 0
}

.navbar-area .desktop-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0;
    margin-right: 0
}

.navbar-area .desktop-nav .navbar .navbar-brand img {
    width: 140px;
}

.navbar-area .desktop-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    line-height: 1
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 0;
    position: relative;
    margin: 0 15px
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 15px;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-top: 2px solid #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    color: #1a1a1a;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eee;
    margin-left: 0;
    margin-right: 0;
    /*text-transform: capitalize;*/
    display: block;
    font-weight: 600
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 7px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px!important;
    opacity: 0!important;
    visibility: hidden!important
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0!important;
    visibility: hidden!important
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #1a1a1a;
    /*text-transform: capitalize;*/
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dashed #eee
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #fdcc00
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:last-child a {
    border-bottom: 0
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1!important;
    visibility: visible!important;
    top: -4px!important;

    overflow-y: scroll;
    height: 200px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fdcc00;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1!important;
    visibility: visible!important;
    top: -20px!important
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    right: auto;
    left: -100%
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 98%
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu::before {
    height: 100%;
    right: auto;
    bottom: 0
}

.navbar-area .desktop-nav .navbar .others-option .get-quote {
    display: inline-block
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-area.navbar-area-two {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #79b530
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #79b530
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border-color: #79b530
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #79b530
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #79b530
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #79b530
}

.navbar-area.navbar-area-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #79b530
}

.navbar-area.navbar-area-two.is-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.navbar-area.navbar-area-three {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-area.navbar-area-three.is-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.mobile-nav {
    display: none
}

.others-option-for-responsive {
    display: none
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -34px
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #1a1a1a
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #fdcc00
}

.others-option-for-responsive .container {
    position: relative
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.others-option-for-responsive .others-option {
    position: relative;
    top: 0
}

.others-option-for-responsive .others-option .get-quote {
    display: inline-block
}

.banner-area .container-fluid {
    padding-left: 55px;
    padding-right: 15px
}

.banner-area.banner-area-two {
    background-image: url(../images/banner/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-area.banner-area-two .banner-content {
    max-width: 1020px;
    margin: auto;
    text-align: center
}

.banner-area.banner-area-two .banner-content h1 {
    max-width: 850px;
    margin: 0 auto 10px
}

.banner-area.banner-area-two .banner-content .search-job {
    background-color: #79b530;
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 50px
}

.banner-area.banner-area-two .banner-content .search-job .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.banner-area.banner-area-two .banner-content .search-job .default-btn {
    background-color: #fff;
    color: #1a1a1a
}

.banner-area.banner-area-two .banner-content .search-job .default-btn:hover {
    background-color: #1a1a1a;
    color: #fff
}

.banner-area.banner-area-two .banner-content .total-job-count .job-count h3 {
    color: #1a1a1a;
    margin-bottom: 0
}

.banner-area.banner-area-three {
    background-image: url(../images/banner/banner-bg-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-area.banner-area-three .banner-content {
    max-width: 880px;
    margin: 130px auto 0;
    text-align: center
}

.banner-content h1 {
    font-size: 72px;
    margin-bottom: 10px;
    color: #1a1a1a
}

.banner-content p {
    margin-bottom: 40px;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600
}

.banner-content .search-job {
    margin-bottom: 15px
}

.banner-content .search-job .form-group {
    margin-bottom: 30px
}

.banner-content .search-job .form-group .form-control {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-color: #f5f5f6
}

.banner-content .search-job .default-btn {
    width: 100%;
    padding: 15px 20px;
    height: 50px
}

.banner-content .search-job .default-btn i {
    position: relative;
    top: 2px;
    margin-right: 3px
}

.banner-content .total-job-count .job-count {
    margin-bottom: 30px
}

.banner-content .total-job-count .job-count h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fdcc00;
    margin-bottom: 0
}

.banner-content .total-job-count .job-count h3 span {
    font-size: 16px;
    color: #454545;
    position: relative;
    top: -4px;
    margin-right: 5px
}

.banner-img {
    position: relative;
    z-index: 1
}

.banner-img .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-img .video-content i {
    font-size: 70px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 1
}

.banner-img .video-content i::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 94%;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    z-index: -1
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner:hover .banner-image a img {
    transform: scale(1.1);
}

.banner:hover .small-banner-content .btn {
    background: #ff4545;
}

.banner:hover .small-banner-content .btn-hover-dark {
    background: #212121;
}

.banner .banner-image {
    overflow: hidden;
}

.banner .banner-image a {
    display: block;
}

.banner .banner-image a img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease 0s;
}

.banner .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.banner .small-banner-content .sub-title {
    color: #6c6c6c;
    font-size: 18px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .small-banner-content .sub-title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .banner .small-banner-content .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.banner .small-banner-content .sub-title span {
    color: #ff4545;
    font-size: 22px;
    font-weight: 600;
}

.banner .small-banner-content .title {
    font-size: 24px;
    font-weight: 600;
    color: #2e2e2e;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .small-banner-content .title {
        margin: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .banner .small-banner-content .title {
        margin: 0px;
        font-size: 20px;
    }
}

.working-area .col-lg-3:nth-child(2) .single-working {
    margin-top: 30px
}

.working-area .col-lg-3:nth-child(4) .single-working {
    margin-top: 30px
}

.working-area.working-area-two .col-lg-3:nth-child(2) .single-working {
    margin-top: 0
}

.working-area.working-area-two .col-lg-3:nth-child(4) .single-working {
    margin-top: 0
}

.working-area.working-area-two .single-working {
    padding: 50px 15px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05)
}

.working-area.working-area-two .single-working i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 55px;
    color: #79b530
}

.working-area.working-area-two .single-working h3 {
    margin-bottom: 15px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 24px
}

.working-area.working-area-two .single-working p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.working-area.working-area-two .single-working:hover {
    background-color: #79b530
}

.working-area.working-area-two .single-working:hover i {
    color: #fff
}

.working-area.working-area-two .single-working:hover h3 {
    color: #fff
}

.working-area.working-area-two .single-working:hover p {
    color: #fff
}

.working-area.working-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f3e7e4));
    background-image: linear-gradient(to bottom,#ffffff,#f3e7e4)
}

.working-area.working-area-three .working-img {
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    max-width: 810px;
    margin: 0 auto 50px
}

.working-area.working-area-three .working-img .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.working-area.working-area-three .working-img .video-content i {
    font-size: 70px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 1
}

.working-area.working-area-three .working-img .video-content i::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 94%;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    z-index: -1
}

.working-area.working-area-three .col-lg-3:nth-child(1) .single-working {
    background-color: #fdf0df
}

.working-area.working-area-three .col-lg-3:nth-child(2) .single-working {
    background-color: #e4ebfe
}

.working-area.working-area-three .col-lg-3:nth-child(3) .single-working {
    background-color: #dbf0eb
}

.working-area.working-area-three .col-lg-3:nth-child(4) .single-working {
    background-color: #e7e3f7
}

.single-working {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 50px;
    text-align: center;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-working i {
    font-size: 40px;
    color: #fdcc00;
    line-height: 1;
    display: block;
    margin-bottom: 20px
}

.single-working h3 {
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-bottom: 0
}

.single-working:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.partner-area .partner-bg {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 30px 0 30px 0
}

.partner-area .owl-theme .owl-nav {
    margin-top: 0!important
}

.partner-area .owl-theme .owl-nav .owl-prev,.partner-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    margin: 0;
    border: 1px solid #454545;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.partner-area .owl-theme .owl-nav .owl-prev i,.partner-area .owl-theme .owl-nav .owl-next i {
    font-size: 15px;
    color: #454545;
    position: relative;
    left: 13px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.partner-area .owl-theme .owl-nav .owl-prev:hover,.partner-area .owl-theme .owl-nav .owl-next:hover {
    background-color: #fdcc00!important;
    border-color: #fdcc00
}

.partner-area .owl-theme .owl-nav .owl-prev:hover i,.partner-area .owl-theme .owl-nav .owl-next:hover i {
    color: #fff;
    left: 1px
}

.partner-area .owl-theme .owl-nav .owl-next {
    right: -60px;
    left: auto
}

.partner-area .owl-theme .owl-nav .owl-next i {
    left: auto;
    right: 13px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.partner-area .owl-theme .owl-nav .owl-next:hover i {
    right: 1px;
    left: auto
}

.partner-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.partner-area .owl-carousel .owl-item img {
    width: auto;
    margin: auto
}

.partner-area.partner-area-two .partner-bg {
    border-radius: 0;
    background-color: #fbf1e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.partner-area.partner-area-two .owl-theme .owl-nav .owl-prev:hover,.partner-area.partner-area-two .owl-theme .owl-nav .owl-next:hover {
    background-color: #79b530!important;
    border-color: #79b530
}

.partner-area.partner-area-two .owl-theme .owl-nav .owl-prev:hover i,.partner-area.partner-area-two .owl-theme .owl-nav .owl-next:hover i {
    color: #fff;
    left: 1px
}

.partner-area.partner-area-two .owl-theme .owl-nav .owl-next:hover i {
    right: 1px;
    left: auto
}

.partner-area.partner-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e3ebfe),to(#d7cbe9));
    background-image: linear-gradient(to bottom,#e3ebfe,#d7cbe9)
}

.live-jobs-area.live-jobs-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f3e7e4),to(#def2f0));
    background-image: linear-gradient(to bottom,#f3e7e4,#def2f0)
}

.live-jobs-area.live-jobs-area-three .section-title {
    max-width: 100%;
    margin-left: 0;
    /*text-align: left*/
}

.live-jobs-area.live-jobs-area-three .section-title .read-more {
    text-align: right;
    font-size: 19px;
}

.live-jobs-area.live-jobs-area-three .single-live-job {
    /*padding: 30px;*/
    padding: 13px;
}

.live-jobs-area.live-jobs-area-three .live-jobs-item {
    width: 100%;
    /*height: 470px;*/
    overflow-y: scroll;
    overflow-x: unset;
    margin: auto
}

.live-jobs-area.live-jobs-area-three .live-jobs-item .row {
    width: unset;
    padding: 0;
    background-color: transparent;
    margin-right: 1px
}

.live-jobs-area.live-jobs-area-three .hiring-list-slider.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.live-jobs-area.live-jobs-area-three .hiring-list {
    padding: 0;
    padding-top: 0
}

.live-jobs-area.live-jobs-area-three .hiring-list h3 {
    margin-bottom: 0;
    background-color: #f0f0fa;
    border: none;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 30px 0 0 0
}

.live-jobs-area.live-jobs-area-three .hiring-list ul {
    padding: 30px
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav {
    margin-top: 0!important;
    position: absolute;
    top: -25px;
    right: 25px
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-prev,.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-next {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    margin: 0 5px;
    border: 1px solid #454545;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-prev i,.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-next i {
    font-size: 15px;
    color: #454545;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-prev:hover,.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-next:hover {
    background-color: #fdcc00!important;
    border-color: #fdcc00
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-prev:hover i,.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-next:hover i {
    color: #fff;
    left: 1px
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav .owl-next i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.live-jobs-area.live-jobs-area-three .hiring-list .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.live-jobs-item {
    width: 810px;
    overflow-x: scroll
}

.live-jobs-item::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.live-jobs-item::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.live-jobs-item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fdcc00;
}

.live-jobs-item .row {
    overflow: hidden;
    width: 1620px;
    background-color: #f0f0fa;
    padding: 30px;
    padding-bottom: 0
}

.single-live-job {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 37px;
    text-align: center;
    border-radius: 30px 0 30px 0;
    /*margin-bottom: 30px;*/
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-live-job i {
    font-size: 40px;
    color: #fdcc00;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-live-job a {
    /*font-size: 18px;*/
    font-size: 17px;
    display: block;
    font-weight: 700;
    margin-bottom: -3px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-live-job:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fdcc00
}

.single-live-job:hover i {
    color: #fff
}

.single-live-job:hover a {
    color: #fff
}

.hiring-list {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    margin-top: 113px;
    border-radius: 30px 0 30px 0
}

.hiring-list h3 {
    font-size: 24px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 30px
}

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

.hiring-list ul li {
    position: relative;
    height: 104px;
    padding-left: 120px;
    margin-bottom: 15px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.hiring-list ul li:last-child {
    margin-bottom: 0
}

.hiring-list ul li .hiring-img {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100px;
    border-radius: 20px 0 20px 0
}

.hiring-list ul li .hiring-img img {
    position: relative;
    top: -3px
}

.hiring-list ul li .link {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.hiring-list ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hiring-list ul li:hover .link {
    color: #fdcc00
}

.live-jobs-area-two .col-lg-4:nth-child(2) .live-job-single-box {
    background-image: -webkit-gradient(linear,left top,right top,from(#fcf3f8),to(#f8e1f1));
    background-image: linear-gradient(to right,#fcf3f8,#f8e1f1)
}

.live-jobs-area-two .col-lg-4:nth-child(3) .live-job-single-box {
    background-image: -webkit-gradient(linear,left top,right top,from(#f2f0fd),to(#e4e0f7));
    background-image: linear-gradient(to right,#f2f0fd,#e4e0f7)
}

.live-job-single-box {
    background-image: -webkit-gradient(linear,left top,right top,from(#f1fbfa),to(#def5ef));
    background-image: linear-gradient(to right,#f1fbfa,#def5ef);
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.live-job-single-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.live-job-single-box ul li {
    margin-bottom: 15px;
    background-color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.live-job-single-box ul li a {
    padding: 15px;
    display: block
}

.live-job-single-box ul li span {
    float: right;
    color: #79b530
}

.live-job-single-box ul li:last-child {
    margin-bottom: 0
}

.live-job-single-box ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.live-job-single-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hot-jobs-area .nice-select {
    width: 285px;
    border-radius: 0;
    height: 40px;
    margin-bottom: 30px;
    border-color: #ccc
}

.hot-jobs-area .nice-select .current {
    position: relative;
    top: -2px
}

.hot-jobs-area .nice-select::after {
    width: 8px;
    height: 8px
}

.hot-jobs-area .show-page .nice-select {
    width: 75px;
    float: right
}

.hot-jobs-area .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px
}

.hot-jobs-area.hot-jobs-area-two .container {
    max-width: 1080px
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 30px
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li {
    display: inline-block;
    border: 1px solid #79b530;
    font-size: 16px;
    padding: 5px 10px;
    margin: 10px;
    background-color: rgba(121,181,48,.1);
    color: #79b530;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:hover {
    background-color: #79b530;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li.active {
    background-color: #79b530;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(2) {
    border: 1px solid #f1630d;
    background-color: rgba(241,99,13,.1);
    color: #f1630d
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(2):hover {
    background-color: #f1630d;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(2).active {
    background-color: #f1630d;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(3) {
    border: 1px solid #186fc9;
    background-color: rgba(24,111,201,.1);
    color: #186fc9
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(3):hover {
    background-color: #186fc9;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(3).active {
    background-color: #186fc9;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(4) {
    border: 1px solid #dfb634;
    background-color: rgba(223,182,52,.1);
    color: #dfb634
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(4):hover {
    background-color: #dfb634;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(4).active {
    background-color: #dfb634;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5) {
    border: 1px solid #26ae62;
    background-color: rgba(38,174,98,.1);
    color: #26ae62
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5):hover {
    background-color: #26ae62;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5).active {
    background-color: #26ae62;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5) {
    border: 1px solid #d4347e;
    background-color: rgba(212,52,126,.1);
    color: #d4347e
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5):hover {
    background-color: #d4347e;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .shorting-menu li:nth-child(5).active {
    background-color: #d4347e;
    color: #fff
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list {
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    border-radius: 0
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .hot-jobs-img {
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f0f0fa;
    width: 120px;
    height: 120px;
    line-height: 120px
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .hot-jobs-img img {
    position: relative;
    top: -3px
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline li:last-child {
    margin-bottom: 0
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .deadline li i {
    position: absolute;
    top: 2.5px;
    left: 0;
    font-size: 20px;
    color: #79b530
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .hot-jobs-btn .default-btn {
    margin-bottom: 0
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .featured {
    background-color: #79b530
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list .featured.red {
    background-color: #ed1d24
}

.hot-jobs-area.hot-jobs-area-two .hot-jobs-list:hover .hot-jobs-content h3 a {
    color: #79b530
}

.hot-jobs-area.hot-jobs-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#def2f0),to(#e3ebfe));
    background-image: linear-gradient(to bottom,#def2f0,#e3ebfe)
}

.hot-jobs-area.hot-jobs-area-three .section-title {
    margin-left: 0;
    text-align: left
}

.hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content {
    padding: 0
}

.hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    margin-bottom: 0;
    border-bottom: none
}

.hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link h3 {
    border-radius: 30px 0 0 0
}

.hot-jobs-area.hot-jobs-area-three .hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul {
    padding: 30px;
    margin-top: -5px
}

.shorting .mix {
    display: none
}

.hot-jobs-list {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.hot-jobs-list .hot-jobs-img {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    border-radius: 20px 0 20px 0
}

.hot-jobs-list .hot-jobs-img img {
    position: relative;
    top: -3px
}

.hot-jobs-list .hot-jobs-content h3 {
    font-size: 24px;
    margin-bottom: 8px
}

.hot-jobs-list .hot-jobs-content h3 a {
    color: #1a1a1a
}

.hot-jobs-list .hot-jobs-content .sub-title {
    display: inline-block;
    margin-bottom: 8px
}

.hot-jobs-list .hot-jobs-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.hot-jobs-list .hot-jobs-content ul li {
    font-size: 16px;
    margin-bottom: 8px
}

.hot-jobs-list .hot-jobs-content ul li:last-child {
    margin-bottom: 0
}

/*.hot-jobs-list .hot-jobs-content ul li:last-child a {
	color: #ed771f;
}*/

.hot-jobs-list .hot-jobs-content ul li a {
    color: #ed771f;
}

.hot-jobs-list .hot-jobs-content ul li span {
    font-weight: 700;
    color: #1a1a1a
}

.hot-jobs-list .hot-jobs-btn {
    float: right
}

.hot-jobs-list .hot-jobs-btn .default-btn {
    margin-bottom: 5px;
    width: 100%
}

.hot-jobs-list .hot-jobs-btn p {
    font-size: 16px
}

.hot-jobs-list .hot-jobs-btn p span {
    font-weight: 700
}

.hot-jobs-list:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hot-jobs-list:hover .hot-jobs-content h3 a {
    color: #fdcc00
}

.hot-jobs-list .featured {
    position: absolute;
    top: 20px;
    left: -36px;
    background-color: #fdcc00;
    color: #fff;
    padding: 5px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px
}

.hot-jobs-list .featured.red {
    background-color: #ed1d24
}

.hot-jobs-sidebar {
    margin-top: 115px
}

.hot-jobs-sidebar .hot-job-sidebar {
    margin-bottom: 30px
}

.hot-jobs-sidebar .hot-job-sidebar img {
    border-radius: 30px 0 0 0
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    border-radius: 0 0 30px 0
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 24px
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 40px
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 21px;
    border: 1px dashed #fdcc00;
    text-align: center;
    border-radius: 50%;
    color: #fdcc00;
    background-color: #fff
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li span::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 12px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #fdcc00
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li:last-child {
    margin-bottom: 0
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content ul li:last-child span::before {
    display: none
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link {
    border-radius: 30px 0 30px 0
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link ul li {
    padding-left: 35px
}

.hot-jobs-sidebar .hot-job-sidebar .hot-job-sidebar-content.quick-link ul li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 23px
}

.global-talent-area.global-talent-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d7cbe9),to(#fbeee6));
    background-image: linear-gradient(to bottom,#d7cbe9,#fbeee6)
}

.global-talent-area.global-talent-area-three .aildco-site-status .site-status .col-lg-6:nth-child(1) .single-counter {
    background-color: #fbe7e6
}

.global-talent-area.global-talent-area-three .aildco-site-status .site-status .col-lg-6:nth-child(2) .single-counter {
    background-color: #e1f1ef
}

.global-talent-area.global-talent-area-three .aildco-site-status .site-status .col-lg-6:nth-child(3) .single-counter {
    background-color: #e4ebfe
}

.global-talent-area.global-talent-area-three .aildco-site-status .site-status .col-lg-6:nth-child(4) .single-counter {
    background-color: #e7e3f7
}

.global-talent-area.global-talent-area-three .global-talent-content ul li {
    padding-left: 60px
}

.global-talent-area.global-talent-area-about-page .global-talent-content ul li {
    padding-left: 60px
}

.global-talent-area.global-talent-area-about-page .aildco-site-status .site-status {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.global-talent-content span {
    color: #fdcc00;
    display: block;
    margin-bottom: 10px;
    font-size: 16px
}

.global-talent-content h2 {
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 1.1
}

.global-talent-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.global-talent-content ul li {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 70px;
    margin-bottom: 40px
}

.global-talent-content ul li:last-child {
    margin-bottom: 0
}

.global-talent-content ul li img {
    position: absolute;
    top: -9px;
    left: 0;
    border-radius: 6px 0 6px 0;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.global-talent-content ul li span {
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px dashed #fdcc00;
    border-radius: 8px 0 8px 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    color: #fdcc00
}

.global-talent-content .default-btn {
    margin-top: 50px
}

.aildco-site-status h3 {
    background-color: #f0f0fa;
    padding: 30px;
    margin-bottom: 0;
    font-size: 24px;
    border-radius: 30px 0 0 0
}

.aildco-site-status .site-status {
    background-color: #fff;
    border-radius: 0 0 30px 0;
    padding: 30px;
    padding-bottom: 0
}

.aildco-site-status .site-status .col-lg-6:nth-child(2) .single-counter {
    margin-top: 30px
}

.aildco-site-status .site-status .col-lg-6:nth-child(3) .single-counter {
    margin-top: -30px
}

.aildco-site-status .site-status .single-counter {
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff;
    border-radius: 20px 0 20px 0;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.aildco-site-status .site-status .single-counter i {
    font-size: 50px;
    color: #fdcc00;
    line-height: 1;
    margin-bottom: 5px;
    display: block
}

.aildco-site-status .site-status .single-counter h2 {
    font-size: 24px;
    margin-bottom: 0
}

.aildco-site-status .site-status .single-counter p {
    font-size: 16px
}

.aildco-site-status .site-status .single-counter:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.talent-content {
    margin-left: 30px
}

.talent-content span {
    color: #79b530;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

.talent-content h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.talent-content .talent-single-item {
    margin-bottom: 30px;
    padding-top: 10px
}

.talent-content .talent-single-item h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.testimonials-area.testimonials-area-two .testimonials {
    margin-left: 0;
    margin-right: auto
}

.testimonials-area.testimonials-area-two .testimonials-img .testimonials-1 {
    left: auto;
    right: 15px
}

.testimonials-area.testimonials-area-two .testimonials-img .testimonials-2 {
    right: auto;
    left: 80px
}

.testimonials-area.testimonials-area-two .testimonials-img .testimonials-3 {
    left: auto;
    right: 80px
}

.testimonials-area.testimonials-area-two .testimonials-img .testimonials-4 {
    right: auto;
    left: -70px
}

.testimonials-area.testimonials-area-two .owl-theme .owl-nav .owl-prev:hover i,.testimonials-area.testimonials-area-two .owl-theme .owl-nav .owl-next:hover i {
    color: #79b530
}

.testimonials-area.testimonials-area-two .owl-theme .owl-dots .owl-dot span {
    background-color: #ebebeb
}

.testimonials-area.testimonials-area-two .owl-theme .owl-dots .owl-dot.active span {
    background-color: #b7b7b7
}

.testimonials-area.testimonials-area-two .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #b7b7b7
}

.testimonials-area.testimonials-area-two .testimonials-item i {
    color: #79b530
}

.testimonials-img {
    position: relative;
    text-align: center
}

.testimonials-img h3 {
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonials-img .testimonials-1 {
    position: absolute;
    top: 0;
    left: 15px
}

.testimonials-img .testimonials-1 img {
    border-radius: 50%;
    border: 4px solid #fff
}

.testimonials-img .testimonials-2 {
    position: absolute;
    top: 0;
    right: 80px
}

.testimonials-img .testimonials-2 img {
    border-radius: 50%;
    border: 4px solid #fff
}

.testimonials-img .testimonials-3 {
    position: absolute;
    bottom: 55px;
    left: 80px
}

.testimonials-img .testimonials-3 img {
    border-radius: 50%;
    border: 4px solid #fff
}

.testimonials-img .testimonials-4 {
    position: absolute;
    bottom: 140px;
    right: -70px
}

.testimonials-img .testimonials-4 img {
    border-radius: 50%;
    border: 4px solid #fff
}

.testimonials {
    text-align: center;
    max-width: 600px;
    margin-left: auto
}

.testimonials .owl-theme .owl-nav {
    margin-top: 30px!important
}

.testimonials .owl-theme .owl-nav .owl-prev,.testimonials .owl-theme .owl-nav .owl-next {
    margin: 0 60px
}

.testimonials .owl-theme .owl-nav .owl-prev i,.testimonials .owl-theme .owl-nav .owl-next i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.testimonials .owl-theme .owl-nav .owl-prev:hover i,.testimonials .owl-theme .owl-nav .owl-next:hover i {
    color: #fdcc00
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.testimonials .owl-theme .owl-dots {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: auto
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    background-color: #e5e2f7;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    background-color: #cec8f4
}

.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cec8f4
}

.testimonials-item i {
    line-height: 1;
    font-size: 50px;
    color: #fdcc00;
    display: block;
    margin-bottom: 30px
}

.testimonials-item p {
    margin-bottom: 35px;
    font-size: 20px;
    position: relative;
    font-weight: 600
}

.testimonials-item h3 {
    margin-bottom: 5px;
    font-size: 18px
}

.testimonials-item span {
    color: #454545;
    font-weight: 400;
    margin-bottom: 0
}

.testimonials-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fbeee6),to(#f1f0f9));
    background-image: linear-gradient(to bottom,#fbeee6,#f1f0f9)
}

.testimonials-area-three .section-title {
    margin-bottom: 20px
}

.testimonials-area-three .single-testimonials {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: .3;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    border-radius: 30px 0 30px 0
}

.testimonials-area-three .single-testimonials p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600
}

.testimonials-area-three .single-testimonials .testimonials-content {
    position: relative;
    text-align: left;
    padding-left: 80px
}

.testimonials-area-three .single-testimonials .testimonials-content img {
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 50%;
    max-width: 60px
}

.testimonials-area-three .single-testimonials .testimonials-content h3 {
    margin-bottom: 5px;
    font-size: 24px
}

.testimonials-area-three .single-testimonials .testimonials-content span {
    display: block
}

.testimonials-area-three .single-testimonials i {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 60px;
    color: #e7e3f7;
    line-height: 1
}

.testimonials-area-three .owl-item.active.center .single-testimonials {
    opacity: 1
}

.testimonials-area-three .owl-theme .owl-nav {
    margin-top: 10px!important
}

.testimonials-area-three .owl-theme .owl-nav .owl-prev,.testimonials-area-three .owl-theme .owl-nav .owl-next {
    margin: 0 60px
}

.testimonials-area-three .owl-theme .owl-nav .owl-prev i,.testimonials-area-three .owl-theme .owl-nav .owl-next i {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.testimonials-area-three .owl-theme .owl-nav .owl-prev:hover i,.testimonials-area-three .owl-theme .owl-nav .owl-next:hover i {
    color: #fdcc00
}

.testimonials-area-three .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.testimonials-area-three .owl-theme .owl-dots {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    max-width: 100px;
    margin: auto
}

.testimonials-area-three .owl-theme .owl-dots .owl-dot span {
    background-color: #e5e2f7;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.testimonials-area-three .owl-theme .owl-dots .owl-dot.active span {
    background-color: #cec8f4
}

.testimonials-area-three .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #cec8f4
}

.testimonials-area-three .owl-carousel .owl-item img {
    width: auto
}

.testimonials-area-three.testimonials-area-about-page {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ffffff));
    background-image: linear-gradient(to bottom,#ffffff,#ffffff)
}

.freelancer-area .time-and-hour .nice-select,
.freelancer-area .filter_section .nice-select {
    /*width: 300px;*/
    width: 100%;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
}

.freelancer-area .time-and-hour .show-page .nice-select,
.freelancer-area .filter_section .show-page .nice-select {
    width: 75px;
    float: right
}

.freelancer-area .time-and-hour .show-page p,
.freelancer-area .filter_section .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px
}

.freelancer-area .featured {
    position: absolute;
    top: 15px;
    left: -72px;
    background-color: #fdcc00;
    color: #fff;
    padding: 1px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
    width: 200px;
    text-align: center
}

.freelancer-area .featured.red {
    background-color: #ed1d24
}

.freelancer-area.freelancer-area-two {
    background-color: #f1effd
}

.freelancer-area.freelancer-area-two .single-freelancer {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.freelancer-area.freelancer-area-two .single-freelancer .per-hour {
    background-color: #79b530
}

.freelancer-area.freelancer-area-two .single-freelancer:hover {
    background-color: #fff
}

.freelancer-area.freelancer-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e5e2f7),to(#e1ecfa));
    background-image: linear-gradient(to bottom,#e5e2f7,#e1ecfa)
}

.freelancer-area.freelancer-area-three .single-freelancer {
    -webkit-box-shadow: none;
    box-shadow: none
}

.freelancer-area.freelancer-area-three .single-freelancer:hover {
    background-color: #fff
}

.freelancer-area.freelancer-area-about-page .single-freelancer ul {
    margin-bottom: 0
}

.single-freelancer {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 30px 0 30px 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    overflow: hidden
}

.single-freelancer img {
    border-radius: 50%;
    margin-bottom: 25px;
    padding: 25px;
}

.single-freelancer h3 {
    font-size: 24px;
    margin-bottom: 6px
}

.single-freelancer .profession {
    font-size: 16px;
    display: block;
    margin-bottom: 6px
}

.single-freelancer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 25px
}

.single-freelancer ul li {
    display: inline-block
}

.single-freelancer ul li i {
    color: #f2b90c
}

.single-freelancer .per-hour {
    position: absolute;
    top: 20px;
    left: -45px;
    background-color: #fdcc00;
    color: #fff;
    padding: 5px 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px
}

.single-freelancer:hover {
    background-color: #f0f0fa;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.faq-area {
    overflow: hidden
}

.faq-area .container-fluid {
    padding-left: 50px;
    padding-right: 0
}

.faq-area.faq-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f1f0f9),to(#cef4e9));
    background-image: linear-gradient(to bottom,#f1f0f9,#cef4e9)
}

.faq-area.faq-area-three .faq-accordion .accordion .accordion-title {
    background-color: #dbf3ef
}

.faq-area.faq-area-three .faq-accordion .accordion .accordion-title.active {
    background-color: #f0f0fa!important
}

.faq-area.faq-area-about-page .faq-accordion .accordion .accordion-title {
    background-color: #fff
}

.faq-area.faq-area-about-page .faq-accordion .accordion .accordion-title.active {
    background-color: #f0f0fa
}

.faq-area.faq-area-about-page .faq-accordion .accordion .accordion-content {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.faq-accordion .faq-title {
    margin-bottom: 40px;
    margin-top: -40px
}

.faq-accordion .faq-title h2 {
    font-size: 50px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 20px 0 20px 0
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
    color: #1a1a1a;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    background-color: #f7f7fb;
    padding-left: 20px;
    padding-right: 40px
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #fdcc00
}

.faq-accordion .accordion .accordion-title.active {
    background-color: #f0f0fa;
    padding: 20px;
    padding-right: 40px;
    border-radius: 20px 0 0 0;
    color: #fdcc00
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 21px
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8"
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 20px
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

.app-downloading-area {
    position: relative
}

.app-downloading-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f7f7fb
}

.app-downloading-area.app-downloading-area-two {
    background-image: -webkit-gradient(linear,left top,right top,from(#f0fcff),to(#dbf6fd));
    background-image: linear-gradient(to right,#f0fcff,#dbf6fd);
    padding-top: 70px
}

.app-downloading-area.app-downloading-area-two::before {
    background-image: -webkit-gradient(linear,left top,right top,from(#f0fcff),to(#dbf6fd));
    background-image: linear-gradient(to right,#f0fcff,#dbf6fd)
}

.app-downloading-area.app-downloading-area-two .app-downloading-content {
    margin-left: 30px;
    margin-top: 30px
}

.app-downloading-area.app-downloading-area-two .app-downloading-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.5
}

.app-downloading-area.app-downloading-area-two .app-downloading-content .app-btn .default-btn.active:hover {
    background-color: #79b530
}

.app-downloading-area.app-downloading-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#cef4e9),to(#e5e2f7));
    background-image: linear-gradient(to bottom,#cef4e9,#e5e2f7)
}

.app-downloading-area.app-downloading-area-three::before {
    background-color: #cef4e9
}

.app-img-1 {
    position: relative
}

.app-img-1 .app-img-2 {
    position: absolute;
    top: -100px;
    left: 0
}

.app-downloading-content {
    margin-top: -60px
}

.app-downloading-content h2 {
    font-size: 50px
}

.app-downloading-content .app-btn {
    margin-top: 45px
}

.app-downloading-content .app-btn .default-btn {
    position: relative;
    text-align: left;
    padding-left: 90px;
    line-height: 1.4;
    padding: 10px 15px;
    padding-left: 60px
}

.app-downloading-content .app-btn .default-btn span {
    display: block;
    font-size: 20px;
    font-weight: 600
}

.app-downloading-content .app-btn .default-btn i {
    font-size: 50px;
    position: absolute;
    left: 8px;
    top: 11px
}

.app-downloading-content .app-btn .default-btn.active {
    margin-left: 30px;
    background-color: #1a1a1a;
    color: #fff
}

.app-downloading-content .app-btn .default-btn.active:hover {
    background-color: #fdcc00
}

.single-pricing-box {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px
}

.single-pricing-box .pricing-title {
    margin-bottom: 20px
}

.single-pricing-box .pricing-title span {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #fdcc00
}

.single-pricing-box .pricing-title h1 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 30px;
    color: #454545
}

.single-pricing-box .pricing-title h1 sub {
    font-weight: 400;
    font-size: 40px
}

.single-pricing-box .pricing-title h4 {
    color: #fdcc00
}

.single-pricing-box .pricing-title h4 span {
    display: inline-block;
    color: #454545;
    font-size: 16px
}

.single-pricing-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0 30px 30px;
    line-height: 1;
    margin-bottom: 5px
}

.single-pricing-box ul li {
    font-size: 16px;
    margin-bottom: 25px
}

.single-pricing-box ul li:last-child {
    margin-bottom: 0
}

.single-pricing-box ul li i {
    margin-right: 5px
}

.single-pricing-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #f0f0fa;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-area.blog-area-two .single-blog-post .blog-img ul {
    background-color: #79b530
}

.blog-area.blog-area-two .single-blog-post .blog-content ul li i {
    color: #79b530
}

.blog-area.blog-area-two .single-blog-post .blog-content ul li a:hover {
    color: #79b530
}

.blog-area.blog-area-two .single-blog-post:hover .blog-content h3 a {
    color: #79b530
}

.blog-area.blog-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e1ecfa),to(#dff2f0));
    background-image: linear-gradient(to bottom,#e1ecfa,#dff2f0)
}

.blog-area.blog-area-three .single-blog-post.list {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px 0 30px 0
}

.blog-area.blog-area-three .single-blog-post.list .blog-content ul li::before {
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg)
}

.single-blog-post {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-blog-post .blog-img {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.single-blog-post .blog-img img {
    border-radius: 20px 0 20px 0
}

.single-blog-post .blog-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ff9800;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px
}

.single-blog-post .blog-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center
}

.single-blog-post .blog-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.single-blog-post .blog-content {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-blog-post .blog-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px
}

.single-blog-post .blog-content ul li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-blog-post .blog-content ul li i {
    color: #fdcc00;
    display: inline-block;
    margin-right: 5px
}

.single-blog-post .blog-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #454545
}

.single-blog-post .blog-content ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.single-blog-post .blog-content ul li:last-child::before {
    display: none
}

.single-blog-post .blog-content ul li:nth-child(2) i {
    position: relative;
    top: 3px
}

.single-blog-post .blog-content h3 {
    font-size: 20px;
    margin-bottom: 15px
}

.single-blog-post .blog-content h3 a {
    color: #1a1a1a
}

.single-blog-post .blog-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-blog-post .blog-content .read-more {
    color: #454545
}

.single-blog-post:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-blog-post:hover .blog-content h3 a {
    color: #fdcc00
}

.subscribe-area {
    position: relative;
    z-index: 1
}

.subscribe-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #f7f7fb;
    z-index: -1
}

.subscribe-area .subscribe-bg {
    background-color: #f0f0fa;
    padding: 50px 100px
}

.subscribe-area .subscribe-content h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600
}

.subscribe-area .newsletter-form {
    position: relative
}

.subscribe-area .newsletter-form .form-control {
    height: 50px;
    background-color: #fff;
    color: #454545
}

.subscribe-area .newsletter-form .form-control::-webkit-input-placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control:-ms-input-placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control::-ms-input-placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control::placeholder {
    color: #454545
}

.subscribe-area .newsletter-form .form-control:focus {
    border-color: #fff
}

.subscribe-area .newsletter-form .default-btn {
    position: absolute;
    top: 2px;
    right: 3px;
    height: 46px
}

.subscribe-area .newsletter-form #validator-newsletter {
    color: #dc3545;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: 0
}

.subscribe-area .newsletter-form p {
    margin-top: 5px
}

.subscribe-area.subscribe-area-two::before {
    background-color: #fff
}

.subscribe-area.subscribe-area-two::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #1a1a1a;
    z-index: -1
}

.subscribe-area.subscribe-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff2f0),to(#f0faf9));
    background-image: linear-gradient(to bottom,#dff2f0,#f0faf9)
}

.subscribe-area.subscribe-area-three::before {
    display: none
}

.subscribe-area.subscribe-area-three .subscribe-bg {
    background-color: #e5e2f7
}

.subscribe-area.subscribe-area-about-page::before {
    display: none
}

.footer-area.footer-area-two {
    background-color: #1a1a1a
}

.footer-area.footer-area-two .single-footer-widget p {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget h3 {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .social-icon li a {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .social-icon li a i {
    color: #fff;
    border-color: #fff
}

.footer-area.footer-area-two .single-footer-widget .social-icon li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.footer-area.footer-area-two .single-footer-widget .social-icon li a:hover i {
    background-color: #79b530;
    border-color: #79b530;
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .address li {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .address li span {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .address li i {
    color: #79b530
}

.footer-area.footer-area-two .single-footer-widget .address li a {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .address li a:hover {
    color: #79b530
}

.footer-area.footer-area-two .single-footer-widget .import-link li a {
    color: #fff
}

.footer-area.footer-area-two .single-footer-widget .import-link li a:hover {
    color: #79b530
}

.footer-area.footer-area-three {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0faf9),to(#feffff));
    background-image: linear-gradient(to bottom,#f0faf9,#feffff)
}

.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget .logo {
    margin-bottom: 20px;
    display: inline-block
}

.single-footer-widget p {
    margin-bottom: 28px
}

.single-footer-widget .social-icon {
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.single-footer-widget .social-icon li {
    display: inline-block;
    margin-right: 5px
}

.single-footer-widget .social-icon li a i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 4px
}

.single-footer-widget .social-icon li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.single-footer-widget .social-icon li a:hover i {
    background-color: #fdcc00;
    border-color: #fdcc00;
    color: #fff
}

.single-footer-widget h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.single-footer-widget .address {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-footer-widget .address li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 35px
}

.single-footer-widget .address li span {
    color: #1a1a1a;
    font-weight: 600;
    display: block;
    font-size: 18px
}

.single-footer-widget .address li i {
    position: absolute;
    color: #fdcc00;
    left: 0;
    top: 5px;
    font-size: 20px
}

.single-footer-widget .address li a {
    display: block
}

.single-footer-widget .address li a:hover {
    color: #fdcc00
}

.single-footer-widget .address li:last-child {
    margin-bottom: 0
}

.single-footer-widget .import-link {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-footer-widget .import-link li {
    margin-bottom: 10px
}

.single-footer-widget .import-link li:last-child {
    margin-bottom: 0
}

.single-footer-widget .import-link li:hover a {
    color: #fdcc00
}

.copy-right-area {
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center
}

.copy-right-area p {
    color: #454545
}

.copy-right-area p a {
    color: #fdcc00
}

.copy-right-area.copy-right-area-two {
    background-color: #1a1a1a;
    border-color: #313131
}

.copy-right-area.copy-right-area-two p {
    color: #fff
}

.copy-right-area.copy-right-area-two p a {
    color: #79b530
}

.copy-right-area.copy-right-area-three {
    background-color: #feffff
}

.page-title-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7fb
}

.page-title-area .page-title-content {
    position: relative;
    margin-top: -16px
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 50px
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 600
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #1a1a1a;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.page-title-area .page-title-content ul li.active {
    color: #fdcc00
}

.page-title-area .page-title-content ul li:first-child {
    margin-left: 0
}

.page-title-area .page-title-content ul li:last-child {
    padding-right: 0
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none
}

.page-title-area .page-title-content ul li a {
    color: #1a1a1a
}

.page-title-area .page-title-content ul li a:hover {
    color: #fdcc00
}

.who-we-are-page .who-we-are-content {
    margin-left: 30px
}

.who-we-are-page .who-we-are-content span {
    /*color: #fdcc00;*/
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}

/*.who-we-are-page .who-we-are-content p {
    color: #000;
}*/

.who-we-are-page .who-we-are-content h2 {
    font-size: 30px;
    margin-bottom: 20px
}

.who-we-are-page .who-we-are-content .who-we-are-single-item {
    margin-bottom: 30px;
    padding-top: 10px
}

.who-we-are-page .who-we-are-content .who-we-are-single-item h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.who-we-are-page .who-we-are-img {
    margin-bottom: 30px
}

.main-contact-area h3 {
    background-color: #f0f0fa;
    font-size: 24px;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0
}

.main-contact-area #contactForm {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    border-radius: 0 0 30px 0
}

.main-contact-area .form-group {
    margin-bottom: 30px;
    margin-bottom: 30px
}

.main-contact-area .form-group label {
    font-size: 16px;
    margin-bottom: 10px
}

.main-contact-area .form-group .form-control {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
    color: #ccc
}

.main-contact-area .form-group .form-control:-ms-input-placeholder {
    color: #ccc
}

.main-contact-area .form-group .form-control::-ms-input-placeholder {
    color: #ccc
}

.main-contact-area .form-group .form-control::placeholder {
    color: #ccc
}

.main-contact-area .form-group.checkboxs {
    position: relative
}

.main-contact-area .form-group.checkboxs #chb2 {
    position: absolute;
    top: 8px;
    left: 0
}

.main-contact-area .form-group.checkboxs p {
    padding-left: 20px
}

.main-contact-area .form-group.checkboxs p a {
    color: #fdcc00
}

.main-contact-area .form-group.checkboxs p a:hover {
    color: #1a1a1a
}

.main-contact-area .contact-info .address {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.main-contact-area .contact-info .address .location {
    position: relative;
    padding-left: 70px
}

.main-contact-area .contact-info .address .location i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #fdcc00;
    color: #fdcc00;
    font-size: 30px;
    text-align: center;
    border-radius: 8px 0 8px 0
}

.main-contact-area .contact-info .address .location span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #454545
}

.main-contact-area .contact-info .address li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 70px
}

.main-contact-area .contact-info .address li a {
    color: #454545;
    display: block
}

.main-contact-area .contact-info .address li a:hover {
    color: #fdcc00
}

.main-contact-area .contact-info .address li:last-child {
    margin-bottom: 0
}

.main-contact-area .contact-info .address li i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #fdcc00;
    color: #fdcc00;
    font-size: 30px;
    text-align: center;
    border-radius: 8px 0 8px 0
}

.main-contact-area .contact-info .address li span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #454545
}

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px
}

.hidden {
    display: none
}

#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
    text-align: left
}

.map-area iframe {
    height: 480px;
    width: 100%;
    border: none!important;
    display: block
}

.terms-conditions {
    max-width: 800px;
    margin: auto
}

.terms-conditions .conditions-content {
    margin-bottom: 30px
}

.terms-conditions .conditions-content h2 {
    font-size: 24px;
    margin-bottom: 15px
}

.terms-conditions .conditions-content h3 {
    margin-bottom: 15px;
    font-size: 20px
}

.terms-conditions .conditions-content p {
    margin-bottom: 10px
}

.terms-conditions .conditions-content ul {
    margin: 0;
    list-style-type: disc;
    padding: 0;
    padding-left: 20px
}

.terms-conditions .conditions-content ul li {
    margin-bottom: 10px
}

.terms-conditions .conditions-content ul li:last-child {
    margin-bottom: 0
}

.privacy-policy {
    max-width: 800px;
    margin: auto
}

.privacy-policy .privacy-content {
    margin-bottom: 30px
}

.privacy-policy .privacy-content h2 {
    font-size: 24px;
    margin-bottom: 15px
}

.privacy-policy .privacy-content h3 {
    margin-bottom: 15px;
    font-size: 20px
}

.privacy-policy .privacy-content p {
    margin-bottom: 10px
}

.privacy-policy .privacy-content ul {
    margin: 0;
    list-style-type: disc;
    padding: 0;
    padding-left: 20px
}

.privacy-policy .privacy-content ul li {
    margin-bottom: 10px
}

.privacy-policy .privacy-content ul li:last-child {
    margin-bottom: 0
}

.user-area {
    position: relative;
    z-index: 1
}

.user-area .login-form {
    max-width: 600px;
    margin: auto;
}

.user-area .register-form {
    max-width: 600px;
    margin: auto;
}

.user-area .filter_section .nice-select {
    /*width: 300px;*/
    width: 100%;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
}

.user-area .user-form-content h3 {
    font-size: 24px;
    background-color: #f0f0fa;
    padding: 20px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0
}

.user-area .user-form-content .user-form {
    border-bottom: none;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff;
    padding: 30px;
    margin: auto;
    border-radius: 0 0 30px 0
}

.user-area .user-form-content .user-form .form-group {
    margin-bottom: 30px
}

.user-area .user-form-content .user-form .form-group label {
    font-size: 16px
}

.user-area .user-form-content .user-form .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.user-area .user-form-content .user-form .login-action {
    margin-bottom: 30px
}

.user-area .user-form-content .user-form .login-action .log-rem {
    display: inline-block
}

.user-area .user-form-content .user-form .login-action .log-rem label {
    margin-bottom: 0;
    font-size: 16px
}

.user-area .user-form-content .user-form .login-action .forgot-login {
    display: inline-block;
    float: right
}

.user-area .user-form-content .user-form .default-btn {
    width: 100%;
    margin-bottom: 30px
}

.user-area .user-form-content .or {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.user-area .user-form-content .or::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #ccc;
    z-index: -1
}

.user-area .user-form-content .or::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #ccc;
    z-index: -1
}

.user-area .user-form-content .or-login {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 16px
}

.user-area .user-form-content .or-login i {
    color: #fdcc00;
    font-size: 20px;
    position: relative;
    top: 3px
}

.user-area .user-form-content .or-login.google i {
    color: #ed1d24
}

.user-area .user-form-content .or-login:hover {
    background-color: #fdcc00;
    color: #fff;
    border-color: #fdcc00
}

.user-area .user-form-content .or-login:hover i {
    color: #fff
}

.user-area .user-form-content .create {
    text-align: center;
    font-size: 16px
}

.user-area .user-form-content .create a {
    color: #fdcc00
}

.sidebar-widget {
    margin-bottom: 35px
}

.sidebar-widget h3 {
    font-size: 20px;
    background-color: #f0f0fa;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0
}

.sidebar-widget ul {
    padding: 30px;
    margin: 0;
    list-style-type: none;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.sidebar-widget.search .search-form {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    position: relative
}

.sidebar-widget.search .search-form .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 29px;
    right: 31px;
    font-size: 20px;
    color: #fdcc00;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: transparent
}

.sidebar-widget.search .search-form .search-button:hover {
    color: #fdcc00
}

.sidebar-widget.recent-post ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 90px
}

.sidebar-widget.recent-post ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.sidebar-widget.recent-post ul li a {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block
}

.sidebar-widget.recent-post ul li a:hover {
    color: #fdcc00
}

.sidebar-widget.recent-post ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 10px 0
}

.sidebar-widget.recent-post ul li span {
    display: block;
    font-size: 14px
}

.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.sidebar-widget.categories ul li i {
    font-size: 15px;
    margin-right: 5px
}

.sidebar-widget.categories ul li a span {
    float: right
}

.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.sidebar-widget.tags ul li a {
    border: 1px solid #eee;
    padding: 8px 12px;
    display: inline-block;
    background-color: #fff
}

.sidebar-widget.tags ul li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #fdcc00;
    color: #fff;
    border-color: #fdcc00
}

.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0
}

.blog-details-content .blog-details-img {
    margin-bottom: 30px;
    position: relative
}

.blog-details-content .blog-details-img img {
    border-radius: 30px 0 30px 0
}

.blog-details-content .blog-details-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fdcc00;
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px
}

.blog-details-content .blog-details-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 2px;
    color: #fff;
    text-align: center
}

.blog-details-content .blog-details-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-details-content .blog-top-content .news-content {
    margin-bottom: 25px
}

.blog-details-content .blog-top-content .news-content .admin {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px
}

.blog-details-content .blog-top-content .news-content .admin li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.blog-details-content .blog-top-content .news-content .admin li i {
    color: #fdcc00;
    display: inline-block;
    margin-right: 5px
}

.blog-details-content .blog-top-content .news-content .admin li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #454545
}

.blog-details-content .blog-top-content .news-content .admin li:last-child {
    margin-right: 0;
    padding-right: 0
}

.blog-details-content .blog-top-content .news-content .admin li:last-child::before {
    display: none
}

.blog-details-content .blog-top-content .news-content .admin li:nth-child(2) i {
    position: relative;
    top: 3px
}

.blog-details-content .blog-top-content .news-content h3 {
    font-size: 30px;
    margin-bottom: 20px
}

.blog-details-content .blog-top-content blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 100px;
    position: relative
}

.blog-details-content .blog-top-content blockquote p {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600
}

.blog-details-content .blog-top-content blockquote i {
    font-size: 60px;
    color: #fdcc00;
    position: absolute;
    top: 25px;
    left: 0;
    line-height: 1
}

.blog-details-content .blog-top-content .news-content-2 {
    margin-bottom: 25px
}

.blog-details-content .blog-top-content .news-content-3 {
    margin-bottom: 30px
}

.blog-details-content .blog-top-content .news-content-3 h3 {
    margin-bottom: 15px;
    font-size: 24px
}

.blog-details-content .tags {
    margin-bottom: 30px
}

.blog-details-content .tags ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-content .tags ul li {
    display: inline-block;
    margin-right: 15px
}

.blog-details-content .tags ul li.title {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 18px
}

.blog-details-content .tags ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ebebeb
}

.blog-details-content .tags ul li a:hover {
    background-color: #fdcc00;
    color: #fff
}

.blog-details-content .leave-reply h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
    font-size: 24px
}

.blog-details-content .leave-reply form {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0;
    padding: 30px
}

.blog-details-content .leave-reply form p {
    margin-top: -10px
}

.blog-details-content .leave-reply form .form-group {
    margin-bottom: 30px
}

.blog-details-content .leave-reply form .form-group label {
    margin-bottom: 10px
}

.blog-details-content .leave-reply form .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.blog-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
    color: #ccc
}

.blog-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
    color: #ccc
}

.blog-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
    color: #ccc
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
    color: #ccc
}

.avatar-sidebar h3 {
    font-size: 24px;
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    margin-bottom: 0
}

.avatar-sidebar .avatar-img {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px
}

.avatar-sidebar .avatar-img img {
    /*border-radius: 20px 0 20px 0;*/
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.avatar-sidebar .avatar-img .avatar-mane h4 {
    font-size: 20px
}

.avatar-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #f0f0fa;
    border-radius: 0 0 20px 0
}

.avatar-sidebar ul li a {
    padding: 15px 30px;
    display: block;
    border-bottom: 1px solid #fff
}

.avatar-sidebar ul li a:hover {
    background-color: #fdcc00;
    color: #fff
}

.avatar-sidebar ul li a.active {
    background-color: #fdcc00;
    color: #fff
}

.avatar-sidebar ul li:last-child a {
    border-bottom: none
}

.candidates-dashboard-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 30px 0 30px 0
}

.candidates-dashboard-content .candidates-dashboard {
    padding: 30px;
    padding-bottom: 0
}

.candidates-dashboard-content .candidates-dashboard h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.candidates-dashboard-content .candidates-dashboard .single-work-view {
    background-color: #e5e2f7;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    text-align: center;
    border-radius: 30px 0 30px 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.candidates-dashboard-content .candidates-dashboard .single-work-view span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px
}

.candidates-dashboard-content .candidates-dashboard .single-work-view h3 {
    font-size: 18px;
    margin-bottom: 0
}

.candidates-dashboard-content .candidates-dashboard .single-work-view:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.candidates-dashboard-content .candidates-dashboard .col-lg-4:nth-child(2) .single-work-view {
    background-color: #dbf0eb
}

.candidates-dashboard-content .candidates-dashboard .col-lg-4:nth-child(3) .single-work-view {
    background-color: #fdf0df
}

.candidates-dashboard-content .recent-activities h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px
}

.candidates-dashboard-content .recent-activities .activities {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.candidates-dashboard-content .recent-activities .activities li {
    padding: 15px 30px;
    border-top: 1px solid #ebebeb;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #545454
}

.candidates-dashboard-content .recent-activities .activities li a {
    float: right;
    opacity: 0
}

.candidates-dashboard-content .recent-activities .activities li a i {
    font-size: 25px
}

.candidates-dashboard-content .recent-activities .activities li:hover {
    color: #1a1a1a
}

.candidates-dashboard-content .recent-activities .activities li:hover a {
    opacity: 1
}

.candidates-dashboard-content .recent-activities .activities li:hover a i {
    color: #ed1d24
}

.candidates-profile-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 30px 0 30px 0;
    padding: 30px
}

.candidates-profile-content .profile-info h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.candidates-profile-content .profile-info .form-group {
    margin-bottom: 30px
}

.candidates-profile-content .profile-info .form-group label {
    font-size: 16px
}

.candidates-profile-content .profile-info .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.candidates-profile-content .profile-info .form-group .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px
}

.candidates-profile-content .profile-info .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px
}

.candidates-profile-content .profile-info .form-group .nice-select .current {
    position: relative;
    top: 2px
}

.candidates-resume-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 30px 0 30px 0;
    padding: 30px
}

.candidates-resume-content .resume-info h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.candidates-resume-content .resume-info h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.candidates-resume-content .resume-info .form-group {
    margin-bottom: 30px
}

.candidates-resume-content .resume-info .form-group label {
    font-size: 16px
}

.candidates-resume-content .resume-info .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.candidates-resume-content .resume-info .form-group .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px
}

.candidates-resume-content .resume-info .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px
}

.candidates-resume-content .resume-info .form-group .nice-select .current {
    position: relative;
    top: 2px
}

.candidates-resume-content .resume-info .form-group .nice-select.height .list {
    height: 80px
}

.candidates-resume-content .resume-info .form-group .date {
    position: relative
}

.candidates-resume-content .resume-info .form-group .date .form-control {
    color: #454545
}

.candidates-resume-content .resume-info .form-group .date i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px
}

.table-condensed {
    border-collapse: collapse;
    width: 258px;
    text-align: center
}

.table-condensed .prev {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer
}

.table-condensed .prev:hover {
    background-color: #fdcc00;
    color: #fff
}

.table-condensed .next {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer
}

.table-condensed .next:hover {
    background-color: #fdcc00;
    color: #fff
}

.table-condensed .day {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    transition: all ease .5s;
    border-radius: 4px;
    font-size: 14px
}

.table-condensed .day:hover {
    background-color: #fdcc00;
    color: #fff
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    border-radius: 0!important
}

.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active {
    background-color: #fdcc00
}

.datepicker table tr td.day:hover,.datepicker table tr td.focused {
    background-color: #fdcc00
}

.single-check {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.single-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.single-check input:checked~.checkmark {
    background-color: #fdcc00
}

.single-check input:checked~.checkmark:after {
    display: block
}

.single-check:hover input~.checkmark {
    background-color: #fdcc00
}

.single-check .checkmark {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-check .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #d8d8d8;
    border-radius: 50%
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.candidates-bookmarks-content {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    padding: 30px
}

.candidates-bookmarks-content h3 {
    font-size: 24px;
    margin-bottom: 30px
}

.candidates-bookmarks-content .remove {
    display: inline-block;
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #545454;
    border-radius: 50%;
    text-align: center
}

.candidates-bookmarks-content .remove i {
    position: relative;
    top: 2px;
    left: 1px;
    font-size: 20px
}

.candidates-bookmarks-content .remove:hover {
    background-color: #ed1d24
}

.candidates-applied-jobs-content {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    padding: 30px
}

.candidates-applied-jobs-content h3 {
    font-size: 24px;
    margin-bottom: 30px
}

.candidates-applied-jobs-content .remove {
    display: inline-block;
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #545454;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 11px
}

.candidates-applied-jobs-content .remove i {
    position: relative;
    top: 2px;
    left: 1px;
    font-size: 20px
}

.candidates-applied-jobs-content .remove:hover {
    background-color: #ed1d24
}

.candidates-applied-jobs-content .default-btn {
    padding: 15px 25px;
    background-color: #fff;
    border: 1px solid #fdcc00;
    color: #fdcc00
}

.candidates-applied-jobs-content .default-btn:hover {
    background-color: #fdcc00;
    color: #fff
}

.candidates-alert-jobs-content {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    padding: 30px
}

.candidates-alert-jobs-content h3 {
    font-size: 24px;
    margin-bottom: 30px
}

.candidates-alert-jobs-content .remove {
    display: inline-block;
    float: right
}

.candidates-alert-jobs-content .remove i {
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ed1d24;
    position: relative;
    top: 3px;
    right: 5px
}

.candidates-alert-jobs-content .remove:hover {
    color: #ed1d24
}

.jobs-alert form {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 30px 0
}

.jobs-alert h3 {
    font-size: 24px;
    margin-bottom: 0;
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0
}

.jobs-alert .form-group {
    margin-bottom: 30px
}

.jobs-alert .form-group label {
    font-size: 16px
}

.jobs-alert .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.jobs-alert .form-group .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px
}

.jobs-alert .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px
}

.jobs-alert .form-group .nice-select .current {
    position: relative;
    top: 2px
}

.jobs-alert .form-group .nice-select.height .list {
    height: 80px
}

.jobs-alert .default-btn {
    width: 100%
}

.jobs-alert-modal .modal-content {
    background-color: transparent
}

.jobs-alert-modal .modal-body {
    padding: 0
}

.jobs-alert-modal .modal-body .container {
    padding: 0
}

.jobs-alert-modal .close {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1;
    font-size: 30px
}

.jobs-alert-modal .modal-dialog {
    max-width: 660px
}

.candidates-message-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px 0;
    border-radius: 30px 0 30px 0
}

.candidates-message-content h3 {
    font-size: 24px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0
}

.candidates-message-content .message-content .message-list .search-form {
    position: relative;
    padding: 30px
}

.candidates-message-content .message-content .message-list .search-form .search-btn {
    position: absolute;
    top: 40px;
    right: 50px;
    background-color: transparent;
    color: #fdcc00;
    font-size: 20px
}

.candidates-message-content .message-content .message-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.candidates-message-content .message-content .message-list ul li {
    position: relative;
    padding: 20px;
    padding-left: 90px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.candidates-message-content .message-content .message-list ul li a img {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 50%
}

.candidates-message-content .message-content .message-list ul li a h4 {
    font-size: 16px
}

.candidates-message-content .message-content .message-list ul li a h4 span {
    font-size: 14px;
    float: right;
    color: #454545;
    font-weight: 400
}

.candidates-message-content .message-content .message-list ul li a p {
    font-size: 14px;
    color: #454545
}

.candidates-message-content .message-content .message-list ul li.active {
    background-color: #f0f0fa
}

.candidates-message-content .message-content .message-list ul li:hover {
    background-color: #f0f0fa
}

.candidates-message-content .message-content .conversion-list {
    padding: 30px;
    border-left: 1px solid #ebebeb
}

.candidates-message-content .message-content .conversion-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.candidates-message-content .message-content .conversion-list ul .conversion {
    position: relative;
    margin-bottom: 30px
}

.candidates-message-content .message-content .conversion-list ul .conversion.one {
    padding-left: 100px
}

.candidates-message-content .message-content .conversion-list ul .conversion.one img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

.candidates-message-content .message-content .conversion-list ul .conversion.one p {
    background-color: #f0f0fa;
    padding: 20px;
    border-radius: 30px 0 30px 0
}

.candidates-message-content .message-content .conversion-list ul .conversion.two {
    padding-right: 100px
}

.candidates-message-content .message-content .conversion-list ul .conversion.two img {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%
}

.candidates-message-content .message-content .conversion-list ul .conversion.two p {
    background-color: #f0f0fa;
    padding: 20px;
    border-radius: 30px 0 30px 0
}

.candidates-message-content .message-content .conversion-list .your-message {
    border-top: 1px solid #ebebeb;
    padding-top: 30px
}

.candidates-message-content .message-content .conversion-list .your-message .form-group {
    margin-bottom: 30px
}

.candidates-change-password-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    border-radius: 30px 0 30px 0
}

.candidates-change-password-content h3 {
    font-size: 24px
}

.candidates-change-password-content p {
    margin-bottom: 25px
}

.candidates-change-password-content .form-group {
    margin-bottom: 30px;
    position: relative
}

.candidates-change-password-content .form-group i {
    position: absolute;
    top: 47px;
    right: 20px;
    font-size: 20px;
    cursor: pointer
}

.candidates-change-password-content .form-group label {
    font-size: 16px
}

.candidates-change-password-content .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.candidates-change-password-content .form-group .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px
}

.candidates-change-password-content .form-group .form-control:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px
}

.candidates-change-password-content .form-group .form-control::-ms-input-placeholder {
    color: #ccc;
    font-size: 14px
}

.candidates-change-password-content .form-group .form-control::placeholder {
    color: #ccc;
    font-size: 14px
}

.job-information {
    max-width: 810px;
    margin: auto;
    padding: 40px;
    background-color: #f7f7fb
}

.job-information h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.job-information h4 {
    font-size: 20px;
    margin-bottom: 15px
}

.job-information .form-group {
    margin-bottom: 30px
}

.job-information .form-group label {
    font-size: 16px
}

.job-information .form-group .form-control {
    background-color: #fff
}

.job-information .form-group .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px
}

.job-information .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px
}

.job-information .form-group .nice-select .current {
    position: relative;
    top: 2px
}

.job-information .form-group .nice-select.height .list {
    height: 80px
}

.job-information .form-group .date {
    position: relative
}

.job-information .form-group .date .form-control {
    color: #454545
}

.job-information .form-group .date i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px
}

.job-information .form-group.checkboxs {
    position: relative;
    padding-left: 25px
}

.job-information .form-group.checkboxs #chb2 {
    position: absolute;
    top: 9px;
    left: 0
}

.job-information .form-group.checkboxs p a {
    color: #fdcc00
}

.job-information .choose-img {
    margin-bottom: 30px
}

.job-information .choose-img label {
    display: block
}

.job-information .choose-img p {
    margin-top: 15px
}

.employers-listing-area .nice-select {
    width: 285px;
    border-radius: 0;
    height: 40px;
    margin-bottom: 30px;
    border-color: #ccc
}

.employers-listing-area .nice-select .current {
    position: relative;
    top: -2px
}

.employers-listing-area .nice-select::after {
    width: 8px;
    height: 8px
}

.employers-listing-area .show-page .nice-select {
    width: 75px;
    float: right
}

.employers-listing-area .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px
}

.employers-listing-area .hot-jobs-list .open-job {
    text-align: right;
    display: block;
    font-weight: 600
}

.employers-listing-area .shorting-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
    margin-bottom: 30px
}

.employers-listing-area .shorting-menu li {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.employers-listing-area .shorting-menu li.active {
    color: #fdcc00
}

.employers-listing-area .shorting-menu li:hover {
    color: #fdcc00
}

.employers-listing-area .shorting-menu li:last-child {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.employers-listing-area .employers-listing-sidebar h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 24px;
    margin-bottom: 0
}

.employers-listing-area .employers-listing-sidebar form {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    border-radius: 0 0 30px 0
}

.employers-listing-area .employers-listing-sidebar form .form-group {
    margin-bottom: 30px
}

.employers-listing-area .employers-listing-sidebar form .form-group .search-box {
    position: relative
}

.employers-listing-area .employers-listing-sidebar form .form-group .search-box .search-button {
    position: absolute;
    top: 12px;
    right: 20px;
    background-color: transparent;
    color: #fdcc00;
    font-size: 20px
}

.employers-listing-area .employers-listing-sidebar form .nice-select {
    width: 100%;
    height: 50px;
    border-color: #ebebeb
}

.employers-listing-area .employers-listing-sidebar form .nice-select .current {
    top: 2px
}

.employers-listing-area .employers-listing-sidebar form .nice-select:focus {
    border-color: #fdcc00
}

.employers-details-area .employers-details-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    padding-bottom: 0;
    border-radius: 30px 0 30px 0
}

.employers-details-area .employers-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.employers-details-area .employers-details-content h4 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 25px
}

.employers-details-area .employers-details-content ul {
    padding-left: 20px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.employers-details-area .employers-details-content ul li {
    margin-bottom: 15px
}

.employers-details-area .employers-details-content .office-photo {
    margin-bottom: 30px
}

.employers-details-area .hot-jobs-list .hot-jobs-content {
    margin-bottom: 0
}

.employers-details-area .employers-details-sidebar .employer-widget {
    margin-bottom: 35px
}

.employers-details-area .employers-details-sidebar .employer-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 0
}

.employers-details-area .employers-details-sidebar .employer-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.employers-details-area .employers-details-sidebar .employer-widget .social-icon li {
    display: inline-block;
    margin-right: 10px
}

.employers-details-area .employers-details-sidebar .employer-widget .social-icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #454545;
    color: #454545;
    border-radius: 4px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.employers-details-area .employers-details-sidebar .employer-widget .social-icon li a:hover i {
    border-color: #fdcc00;
    background-color: #fdcc00;
    color: #fff
}

.employers-details-area .employers-details-sidebar .employer-widget .social-icon li:last-child {
    margin-right: 0
}

.employers-details-area .employers-details-sidebar .employer-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.employers-details-area .employers-details-sidebar .employer-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px
}

.employers-details-area .employers-details-sidebar .employer-widget .overview li:last-child {
    margin-bottom: 0
}

.employers-details-area .employers-details-sidebar .employer-widget .overview li span {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 165px
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us {
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group {
    margin-bottom: 30px
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group .form-control::-webkit-input-placeholder {
    color: #ccc
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group .form-control:-ms-input-placeholder {
    color: #ccc
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group .form-control::-ms-input-placeholder {
    color: #ccc
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group .form-control::placeholder {
    color: #ccc
}

.employers-details-area .employers-details-sidebar .employer-widget .contact-us .form-group label {
    display: block;
    margin-top: -8px
}

.job-details-area .job-details-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    padding-bottom: 0;
    border-radius: 30px 0 30px 0
}

.job-details-area .job-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.job-details-area .job-details-content h4 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 25px
}

.job-details-area .job-details-content ul {
    padding-left: 20px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.job-details-area .job-details-content ul li {
    margin-bottom: 15px
}

.job-details-area .job-details-content .office-photo {
    margin-bottom: 30px
}

.job-details-area .video-section {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    margin-top: 30px;
    border-radius: 30px 0 30px 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f3e7e4));
    background-image: linear-gradient(to bottom,#ffffff,#f3e7e4)
}

.job-details-area .video-section .working-img {
    position: relative;
    text-align: center;
    max-width: 810px;
}

.job-details-area .video-section .working-img img {
    border-radius: 30px 0 30px 0;
}

.job-details-area .video-section .working-img .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.job-details-area .video-section .working-img .video-content i {
    font-size: 70px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    z-index: 1
}

.job-details-area .video-section .working-img .video-content i::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 94%;
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    z-index: -1
}

.job-details-area .job-main-img img {
    width: 100%;
}

.job-details-area .job-details-sidebar .employer-widget {
    margin-bottom: 35px
}

.job-details-area .job-details-sidebar .employer-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 24px;
    margin-bottom: 0
}

.job-details-area .job-details-sidebar .employer-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.job-details-area .job-details-sidebar .employer-widget .social-icon li {
    display: inline-block;
    margin-right: 10px
}

.job-details-area .job-details-sidebar .employer-widget .social-icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #454545;
    color: #454545;
    border-radius: 4px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.job-details-area .job-details-sidebar .employer-widget .social-icon li a:hover i {
    border-color: #fdcc00;
    background-color: #fdcc00;
    color: #fff
}

.job-details-area .job-details-sidebar .employer-widget .social-icon li:last-child {
    margin-right: 0
}

.job-details-area .job-details-sidebar .employer-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.job-details-area .job-details-sidebar .employer-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px
}

.job-details-area .job-details-sidebar .employer-widget .overview li:last-child {
    margin-bottom: 0
}

.job-details-area .job-details-sidebar .employer-widget .overview li span {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 165px
}

.job-details-area .job-details-sidebar .employer-widget .contact-us {
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group {
    margin-bottom: 30px
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group .form-control::-webkit-input-placeholder {
    color: #ccc
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group .form-control:-ms-input-placeholder {
    color: #ccc
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group .form-control::-ms-input-placeholder {
    color: #ccc
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group .form-control::placeholder {
    color: #ccc
}

.job-details-area .job-details-sidebar .employer-widget .contact-us .form-group label {
    display: block;
    margin-top: -8px
}

.price-range-filter-item input {
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #454545
}

.price-range-bar {
    border: none;
    background: #fdcc00;
    height: 5px;
    width: 94%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 25px;
    position: relative
}

.price-range-bar .ui-slider-range {
    background: #fdcc00
}

.price-range-bar .ui-slider-handle {
    border: none;
    border-radius: 0;
    background: #fff;
    border: 2px solid #fdcc00;
    height: 15px;
    width: 15px;
    top: -5px;
    cursor: pointer;
    background: #fdcc00;
    position: absolute
}

.price-range-bar .ui-slider-handle:focus {
    outline: 0
}

.price-range-bar .ui-slider-handle+span {
    background: #fdcc00
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li {
    display: inline-block;
    margin-right: 10px
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #454545;
    color: #454545;
    border-radius: 4px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a:hover i {
    border-color: #fdcc00;
    background-color: #fdcc00;
    color: #fff
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a:hover i.bxl-facebook {
    border-color: #3b5999;
    background-color: #3b5999;
    color: #fff
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a:hover i.bxl-instagram {
    border-color: #e4405f;
    background-color: #e4405f;
    color: #fff
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a:hover i.bxl-whatsapp {
    border-color: #25D366;
    background-color: #25D366;
    color: #fff
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a:hover i.bxl-twitter {
    border-color: #55acee;
    background-color: #55acee;
    color: #fff
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li:last-child {
    margin-right: 0
}

.candidates-details-area .candidates-cv {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px
}

.candidates-details-area .candidates-cv .hot-jobs-img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.candidates-details-area .candidates-cv .hot-jobs-img img {
    border-radius: 20px 0 20px 0;
    position: relative;
    top: -3px
}

.candidates-details-area .candidates-cv .candidates-cv-content h3 {
    font-size: 24px;
    margin-bottom: 8px
}

.candidates-details-area .candidates-cv .candidates-cv-content .sub-title {
    display: inline-block;
    margin-bottom: 8px
}

.candidates-details-area .candidates-cv .candidates-cv-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.candidates-details-area .candidates-cv .candidates-cv-content ul li {
    font-size: 16px;
    margin-bottom: 8px
}

.candidates-details-area .candidates-cv .candidates-cv-content ul li:last-child {
    margin-bottom: 0
}

.candidates-details-area .candidates-cv .candidates-cv-content ul li span {
    font-weight: 700;
    color: #1a1a1a
}

.candidates-details-area .candidates-cv .default-btn {
    float: right
}

.candidates-details-area .candidates-details-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    padding-bottom: 40px;
    border-radius: 30px 0 30px 0
}

.candidates-details-area .candidates-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.candidates-details-area .candidates-details-content h4 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 25px
}

.candidates-details-area .candidates-details-content ul {
    padding-left: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    list-style-type: none
}

.candidates-details-area .candidates-details-content ul li {
    margin-bottom: 15px
}

.candidates-details-area .candidates-details-content ul li.arts {
    font-size: 20px;
    margin-bottom: 5px;
    color: #1a1a1a
}

.candidates-details-area .candidates-details-content ul li.university {
    color: #fdcc00;
    font-size: 16px
}

.candidates-details-area .candidates-details-content h4 {
    margin-bottom: 40px
}

.candidates-details-area .candidates-details-content .skill-bar {
    margin-bottom: 50px;
    padding-left: 150px
}

.candidates-details-area .candidates-details-content .skill-bar .progress-title-holder {
    position: relative
}

.candidates-details-area .candidates-details-content .skill-bar .progress-title {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: -150px;
    top: -10px
}

.candidates-details-area .candidates-details-content .skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #fff
}

.candidates-details-area .candidates-details-content .skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #1a1a1a;
    padding: 0 8px;
    position: absolute;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600
}

.candidates-details-area .candidates-details-content .skill-bar .down-arrow {
    border: 1px solid #fdcc00;
    position: absolute;
    left: 50%;
    top: 120%;
    height: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.candidates-details-area .candidates-details-content .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #f5f5f5
}

.candidates-details-area .candidates-details-content .skill-bar .progress-content {
    height: 6px;
    background-color: #fdcc00;
    width: 0%
}

.candidates-details-area .candidates-details-sidebar .candidates-widget {
    margin-bottom: 35px
}

.candidates-details-area .candidates-details-sidebar .candidates-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 24px;
    margin-bottom: 0
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li {
    display: inline-block;
    margin-right: 10px
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #454545;
    color: #454545;
    border-radius: 4px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li a:hover i {
    border-color: #fdcc00;
    background-color: #fdcc00;
    color: #fff
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .social-icon li:last-child {
    margin-right: 0
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 15px
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .overview li:last-child {
    margin-bottom: 0
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .overview li span {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    float: right;
    width: 165px
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .overview.download li i {
    font-size: 40px;
    color: #fdcc00;
    font-weight: 400
}

.candidates-details-area .candidates-details-sidebar .candidates-widget .overview.download li a {
    font-size: 16px;
    position: relative;
    top: -8px;
    margin-left: 10px
}

.candidates-listing-area .candidates-single-listing {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 30px 0 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.candidates-listing-area .candidates-single-listing .hot-jobs-img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.candidates-listing-area .candidates-single-listing .hot-jobs-img img {
    border-radius: 20px 0 20px 0
}

.candidates-listing-area .candidates-single-listing .featured {
    position: absolute;
    top: 15px;
    left: -72px;
    background-color: #fdcc00;
    color: #fff;
    padding: 1px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
    width: 200px;
    text-align: center
}

.candidates-listing-area .candidates-single-listing .featured.red {
    background-color: #ed1d24
}

.candidates-listing-area .candidates-single-listing .candidates-cv-content h3 {
    font-size: 24px;
    margin-bottom: 8px
}

.candidates-listing-area .candidates-single-listing .candidates-cv-content .sub-title {
    display: inline-block;
    margin-bottom: 8px
}

.candidates-listing-area .candidates-single-listing .candidates-cv-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.candidates-listing-area .candidates-single-listing .candidates-cv-content ul li {
    font-size: 16px;
    margin-bottom: 8px
}

.candidates-listing-area .candidates-single-listing .candidates-cv-content ul li:last-child {
    margin-bottom: 0
}

.candidates-listing-area .candidates-single-listing .candidates-cv-content ul li span {
    font-weight: 700;
    color: #1a1a1a
}

.candidates-listing-area .candidates-single-listing .default-btn {
    float: right
}

.candidates-listing-area .candidates-single-listing:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.candidates-listing-area .time-and-hour .nice-select {
    width: 300px;
    border-radius: 0;
    height: 40px;
    margin-bottom: 30px;
    border-color: #ccc
}

.candidates-listing-area .time-and-hour .nice-select .current {
    position: relative;
    top: -2px
}

.candidates-listing-area .time-and-hour .nice-select::after {
    width: 8px;
    height: 8px
}

.candidates-listing-area .time-and-hour .rated {
    float: right
}

.candidates-listing-area .time-and-hour .rated p {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 16px
}

.candidates-listing-area .time-and-hour .show-page .nice-select {
    width: 75px;
    float: right
}

.candidates-listing-area .time-and-hour .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget {
    margin-bottom: 35px
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 0
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .search-form {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    position: relative;
    border-radius: 0 0 30px 0
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .search-form .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 29px;
    right: 31px;
    font-size: 20px;
    color: #fdcc00;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: transparent
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .search-form .search-button:hover {
    color: #fdcc00
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-title {
    position: relative;
    display: block
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-title i {
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 25px
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    margin: 0;
    list-style-type: none;
    border-radius: 0 0 30px 0;
    margin-top: -7px
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content li {
    margin-bottom: 15px
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content li:last-child {
    margin-bottom: 0
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check {
    padding-left: 25px;
    font-size: 18px
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check .checkmark {
    top: 8px;
    height: 15px;
    width: 15px;
    border: 1px solid #454545;
    background-color: #fff
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check .checkmark::after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #fdcc00
}

.candidates-listing-area .candidates-listing-sidebar .candidates-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check .count {
    float: right
}

.job-details-area .job-details-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    border-radius: 30px 0 30px 0
}

.job-details-area .job-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.job-details-area .job-details-content h4 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 30px
}

.job-details-area .job-details-content ul {
    padding-left: 30px;
    margin: 0;
    margin-top: 20px
}

.job-details-area .job-details-content ul li {
    margin-bottom: 15px
}

.job-details-area .job-details-content ul li:last-child {
    margin-bottom: 0
}

.job-details-area .job-details-sidebar .job-widget {
    margin-bottom: 35px
}

.job-details-area .job-details-sidebar .job-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 0
}

.job-details-area .job-details-sidebar .job-widget .social-icon {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.job-details-area .job-details-sidebar .job-widget .social-icon li {
    display: inline-block;
    margin-right: 10px
}

.job-details-area .job-details-sidebar .job-widget .social-icon li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #454545;
    color: #454545;
    border-radius: 4px;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.job-details-area .job-details-sidebar .job-widget .social-icon li a:hover i {
    border-color: #fdcc00;
    background-color: #fdcc00;
    color: #fff
}

.job-details-area .job-details-sidebar .job-widget .social-icon li a:hover i.bxl-facebook {
    border-color: #3b5999;
    background-color: #3b5999;
    color: #fff
}

.job-details-area .job-details-sidebar .job-widget .social-icon li a:hover i.bxl-instagram {
    border-color: #e4405f;
    background-color: #e4405f;
    color: #fff
}

.job-details-area .job-details-sidebar .job-widget .social-icon li a:hover i.bxl-whatsapp {
    border-color: #25D366;
    background-color: #25D366;
    color: #fff
}

.job-details-area .job-details-sidebar .job-widget .social-icon li a:hover i.bxl-twitter {
    border-color: #55acee;
    background-color: #55acee;
    color: #fff
}

.job-details-area .job-details-sidebar .job-widget .social-icon li:last-child {
    margin-right: 0
}

.job-details-area .job-details-sidebar .job-widget .overview {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0;
    margin-top: -7px
}

.job-details-area .job-details-sidebar .job-widget .overview li {
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    /*margin-bottom: 15px;*/
    margin-bottom: 10px;
}

.job-details-area .job-details-sidebar .job-widget .overview li:last-child {
    margin-bottom: 0
}

.job-details-area .job-details-sidebar .job-widget .overview li span {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    /*float: right;
    width: 165px*/
}

.job-details-area .job-details-sidebar .job-widget .ads-img {
    margin: 0;
    list-style-type: none;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    background-color: 0 5px 20px 3px rgba(230,233,249,.9);
    border-radius: 0 0 30px 0
}

.job-details-area .job-details-sidebar .job-widget .ads-img img {
    width: 100%;
    border-radius: 30px 0 0 0;
}

.job-listing-area .job-listing-sidebar .job-listing-widget {
    margin-bottom: 35px
}

.job-listing-area .job-listing-sidebar .job-listing-widget h3 {
    background-color: #f0f0fa;
    padding: 15px 30px;
    border-radius: 30px 0 0 0;
    font-size: 20px;
    margin-bottom: 0
}

.job-listing-area .job-listing-sidebar .job-listing-widget .search-form {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    position: relative;
    border-radius: 0 0 30px 0
}

.job-listing-area .job-listing-sidebar .job-listing-widget .search-form .form-control {
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.job-listing-area .job-listing-sidebar .job-listing-widget .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 29px;
    right: 31px;
    font-size: 20px;
    color: #fdcc00;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: transparent
}

.job-listing-area .job-listing-sidebar .job-listing-widget .search-form .search-button:hover {
    color: #fdcc00
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-title {
    position: relative;
    display: block
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-title i {
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 25px
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    padding: 30px;
    margin: 0;
    list-style-type: none;
    border-radius: 0 0 30px 0;
    margin-top: -7px
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content li {
    margin-bottom: 15px
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content li:last-child {
    margin-bottom: 0
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check {
    padding-left: 25px;
    font-size: 18px
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check .checkmark {
    top: 8px;
    height: 15px;
    width: 15px;
    border: 1px solid #454545;
    background-color: #fff
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check .checkmark::after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #fdcc00
}

.job-listing-area .job-listing-sidebar .job-listing-widget .accordion-widget .accordion-item .accordion-widget-content li .single-check .count {
    float: right
}

.job-listing-area .time-and-hour .nice-select,
.job-listing-area .filter_section .nice-select {
    /*width: 300px;*/
    width: 100%;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
}

.job-listing-area .time-and-hour .nice-select .current,
.job-listing-area .filter_section .nice-select .current {
    position: relative;
    top: -2px
}

.job-listing-area .time-and-hour .nice-select::after,
.job-listing-area .filter_section .nice-select::after {
    width: 8px;
    height: 8px
}

/*.job-listing-area .time-and-hour .rated {
    float: right
}*/

.job-listing-area .time-and-hour .rated p,
.job-listing-area .filter_section .rated p {
    position: absolute;
    top: 4px;
    left: 15px;
    font-size: 16px
}

.job-listing-area .time-and-hour .show-page .nice-select,
.job-listing-area .filter_section .show-page .nice-select {
    width: 75px;
    float: right
}

.job-listing-area .time-and-hour .show-page p,
.job-listing-area .filter_section .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px
}

.job-listing-area .search-job .form-group {
    margin-bottom: 30px
}

.job-listing-area .search-job .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.job-listing-area .search-job .default-btn {
    padding: 15px 25px;
    height: 50px;
    width: 100%
}

.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #e9fcff
}

.error-area .error-content {
    z-index: 1;
    position: relative
}

.error-area .error-content h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #fdcc00;
    margin-top: -48px
}

.error-area .error-content h1 .a {
    display: inline-block
}

.error-area .error-content h1 .red {
    color: red;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.error-area .error-content h1 .b {
    display: inline-block
}

.error-area .error-content h3 {
    margin: 30px 0 0;
    position: relative;
    color: red
}

.error-area .error-content p {
    margin: 20px 0;
    font-size: 19px;
    color: #fdcc00
}

.coming-soon-area {
    height: 100vh;
    position: relative;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    z-index: -1
}

.coming-soon-area .coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.coming-soon-area .coming-soon-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    z-index: -1
}

.coming-soon-area .coming-soon-content .logo {
    display: inline-block
}

.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: 30px;
    margin-bottom: 0
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px
}

.coming-soon-area .coming-soon-content #timer div {
    border: 4px solid #fdcc00;
    color: #fdcc00;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px 0 20px 0
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600
}

.coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #1a1a1a
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: 9px;
    font-size: 22px
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: #fdcc00
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: 1px solid #eee;
    padding: 10px 20px;
    color: #1a1a1a;
    height: 50px;
    display: block;
    width: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #454545;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #454545;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #454545;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #454545;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #fdcc00;
    outline: 0!important
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent
}

.coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0;
    position: relative
}

.coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red
}

.coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px
}

.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    position: absolute;
    top: 2px;
    right: 2px
}

.coming-soon-area .online-treatment-shape-1 {
    position: absolute;
    top: 0;
    right: 0
}

.coming-soon-area .online-treatment-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0
}

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

.preloader .lds-ripple {
    position: relative;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.preloader .lds-ripple div {
    position: absolute;
    background-color: #fff;
    opacity: 1;
    -webkit-animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
    animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fdcc00;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: #fdcc00;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    left: auto;
    right: 0
}

.preloader.preloader-deactivate {
    visibility: hidden
}

.preloader.preloader-deactivate::after {
    width: 0
}

.preloader.preloader-deactivate::before {
    width: 0
}

.preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #fdcc00;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fdcc00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top:hover {
    color: #fff;
    background-color: #fdcc00
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top:focus {
    color: #fff
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 87%
}

.go-top.go-top-two {
    background-color: #79b530
}

.go-top.go-top-two:hover {
    background-color: #79b530!important
}

.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #fdcc00;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(249,145,21,.9);
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-btn i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.video-btn::after,.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(249,145,21,.9)
}

.video-btn:hover::before,.video-btn:hover::after {
    background-color: rgba(249,145,21,.9)
}

@-webkit-keyframes ripple {
    0%,35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.video-btn-2 span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

.video-btn-2 span::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: .1px solid #fdcc00;
    -webkit-animation: videoTwo 8s linear infinite;
    animation: videoTwo 8s linear infinite
}

.video-btn-2 span::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: .1px solid #fdcc00;
    -webkit-animation: videoTwo 8s linear infinite;
    animation: videoTwo 8s linear infinite
}

.video-btn-2 span:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.video-btn-2 span:nth-child(1)::before {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.video-btn-2 span:nth-child(2)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.video-btn-2 span:nth-child(2)::before {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.video-btn-2 span:nth-child(3)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.video-btn-2 span:nth-child(3)::before {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.video-btn-2 span:nth-child(4)::after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.video-btn-2 i {
    width: 90px;
    height: 90px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    color: #fdcc00;
    border: 5px solid #fdcc00;
    font-size: 60px
}

.video-btn-2.video-btn-3 i {
    color: #1a1a1a;
    border-color: #1a1a1a
}

.video-btn-2.video-btn-3 span::before {
    border: .1px solid #1a1a1a
}

.video-btn-2.video-btn-3 span::after {
    border: .1px solid #1a1a1a
}

@-webkit-keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(5);
        transform: translate(-50%,-50%) scale(5);
        opacity: 0
    }
}

@keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate(-50%,-50%) scale(5);
        transform: translate(-50%,-50%) scale(5);
        opacity: 0
    }
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll
}

.nice-select .option:hover {
    background-color: #fdcc00;
    color: #fff
}

.nice-select .option.selected.focus {
    color: #fdcc00
}

.nice-select .current {
    font-size: 16px
}

.pagination-area {
    margin-top: 10px
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #1a1a1a;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 3px rgba(230,233,249,.9);
    box-shadow: 0 5px 20px 3px rgba(230,233,249,.9)
}

.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #fdcc00;
    background-color: #fdcc00
}

.pagination-area .page-numbers i {
    font-size: 17px
}

.pagination-area .page-numbers.current {
    color: #fff;
    border-color: #fdcc00;
    background-color: #fdcc00
}

/* PREMIUM ELANLAR */
.premium_items_section .time-and-hour .nice-select,
.premium_items_section .filter_section .nice-select {
    /*width: 300px;*/
    width: 100%;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
    box-shadow: 0 5px 20px 3px rgb(230 233 249 / 90%);
}

.premium_items_section .time-and-hour .show-page .nice-select,
.premium_items_section .filter_section .show-page .nice-select {
    width: 75px;
    float: right
}

.premium_items_section .time-and-hour .show-page p,
.premium_items_section .filter_section .show-page p {
    position: absolute;
    top: 4px;
    right: 100px;
    font-size: 16px
}

.premium_items_section .featured {
    position: absolute;
    top: 20px;
    left: -36px;
    background-color: #fdcc00;
    color: #fff;
    padding: 5px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px
}

.premium_items_section .featured.red {
    background-color: #ed1d24
}

.premium_items_section .section-title .read-more {
    font-size: 19px;
}

.premium_items_section .premium-item {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.premium_items_section .premium-item .item-img {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.premium_items_section .premium-item .item-img img {
    border-radius: 20px 0 20px 0
}

.premium_items_section .premium-item .item-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ff9800;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px
}

.premium_items_section .premium-item .item-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center
}

.premium_items_section .premium-item .item-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.premium_items_section .premium-item .item-content {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.premium_items_section .premium-item .item-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px
}

.premium_items_section .premium-item .item-content ul li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.premium_items_section .premium-item .item-content ul li i {
    color: #fdcc00;
    display: inline-block;
    margin-right: 5px
}

.premium_items_section .premium-item .item-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #454545
}

.premium_items_section .premium-item .item-content ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.premium_items_section .premium-item .item-content ul li:last-child::before {
    display: none
}

.premium_items_section .premium-item .item-content ul li:nth-child(2) i {
    position: relative;
    top: 3px
}

.premium_items_section .premium-item .item-content h3 {
    font-size: 20px;
    margin-bottom: 15px
}

.premium_items_section .premium-item .item-content h3 a {
    color: #1a1a1a
}

.premium_items_section .premium-item .item-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.premium_items_section .premium-item .item-content .read-more {
    color: #454545
}

.premium_items_section .premium-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.premium_items_section .premium-item:hover .item-content h3 a {
    color: #fdcc00
}


/* SON ELANLAR */
.latest_items_section .section-title .read-more {
    font-size: 19px;
}

.latest_items_section .premium-item {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 0 30px;
}

.latest_items_section .premium-item .item-img {
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    height: 130px;
}

.latest_items_section .premium-item .item-img img {
    border-radius: 20px 0 20px 0;
    width: 100%;
    height: 100%;
}

.latest_items_section .premium-item .item-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ff9800;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px
}

.latest_items_section .premium-item .item-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center
}

.latest_items_section .premium-item .item-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.latest_items_section .premium-item .item-content {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.latest_items_section .premium-item .item-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 5px;
}

.latest_items_section .premium-item .item-content ul li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.latest_items_section .premium-item .item-content ul li i {
    color: #fdcc00;
    display: inline-block;
    margin-right: 5px
}

.latest_items_section .premium-item .item-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #454545
}

.latest_items_section .premium-item .item-content ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.latest_items_section .premium-item .item-content ul li:last-child::before {
    display: none
}

.latest_items_section .premium-item .item-content ul li:nth-child(2) i {
    position: relative;
    top: 3px
}

.latest_items_section .premium-item .item-content h3 {
    font-size: 20px;
    margin-bottom: 15px
}

.latest_items_section .premium-item .item-content h3 a {
    color: #1a1a1a
}

.latest_items_section .premium-item .item-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.latest_items_section .premium-item .item-content .read-more {
    color: #454545
}

.latest_items_section .premium-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.latest_items_section .premium-item:hover .item-content h3 a {
    color: #fdcc00
}

/* Bütün Elanlar */

.all_items_section .filter_section {
    border-bottom: 1px solid #ebebeb;
}

.all_items_section .section-title .read-more {
    font-size: 19px;
}

.all_items_section .all-item {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.all_items_section .all-item .item-img {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.all_items_section .all-item .item-img img {
    border-radius: 20px 0 20px 0
}

.all_items_section .all-item .item-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ff9800;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px
}

.all_items_section .all-item .item-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center
}

.all_items_section .all-item .item-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.all_items_section .all-item .item-content {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.all_items_section .all-item .item-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px
}

.all_items_section .all-item .item-content ul li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.all_items_section .all-item .item-content ul li i {
    color: #fdcc00;
    display: inline-block;
    margin-right: 5px
}

.all_items_section .all-item .item-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #454545
}

.all_items_section .all-item .item-content ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.all_items_section .all-item .item-content ul li:last-child::before {
    display: none
}

.all_items_section .all-item .item-content ul li:nth-child(2) i {
    position: relative;
    top: 3px
}

.all_items_section .all-item .item-content h3 {
    font-size: 20px;
    margin-bottom: 15px
}

.all_items_section .all-item .item-content h3 a {
    color: #1a1a1a
}

.all_items_section .all-item .item-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.all_items_section .all-item .item-content .read-more {
    color: #454545
}

.all_items_section .all-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.all_items_section .all-item:hover .item-content h3 a {
    color: #fdcc00
}

.all_items_section button.default-btn {
    width: 100%;
    height: 50px;
}

.all_items_section .time-and-hour {
    padding-top: 30px;
}


/* All Companies */
.companies_section .filter_section {
    border-bottom: 1px solid #ebebeb;
}

.companies_section .section-title .read-more {
    font-size: 19px;
}

.companies_section .all-item {
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.companies_section .all-item .item-img {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.companies_section .all-item .item-img img {
    /*width: 100%;
    height: 100%;
    border-radius: 20px 0 20px 0;*/
}

.companies_section .all-item .item-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ff9800;
    display: inline-block;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px
}

.companies_section .all-item .item-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center
}

.companies_section .all-item .item-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.companies_section .all-item .item-content {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.companies_section .all-item .item-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px;
    text-align: center;
}

.companies_section .all-item .item-content ul li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 18px;
}

.companies_section .all-item .item-content ul li a {
    color: #ed771f;
}

.companies_section .all-item .item-content ul li i {
    color: #fdcc00;
    display: inline-block;
    margin-right: 5px;
}

.companies_section .all-item .item-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #454545
}

.companies_section .all-item .item-content ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.companies_section .all-item .item-content ul li:last-child::before {
    display: none
}

.companies_section .all-item .item-content ul li:nth-child(2) i {
    position: relative;
    top: 3px
}

.companies_section .all-item .item-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}

.companies_section .all-item .item-content h3 a {
    color: #1a1a1a
}

.companies_section .all-item .item-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.companies_section .all-item .item-content .read-more {
    color: #454545
}

.companies_section .all-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.companies_section .all-item:hover .item-content h3 a {
    color: #fdcc00
}

.companies_section button.default-btn {
    width: 100%;
    height: 50px;
}

.companies_section .time-and-hour {
    padding-top: 30px;
}

.company_link {
    font-size: 20px;
    color: #fdcc00;
    font-weight: 600;
}

.hideRegisterInput {
    display: none;
}

.hideOtherCategory {
    display: none;
}

.dropbtn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #fdcc00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 15px 40px;
    border-radius: 4px
}

.others-option-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /*min-width: 160px;*/
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #1a1a1a;}

.bg-light-green {
    background-color: #f7f7fb;
    padding: 30px;
    margin-bottom: 30px;
}

.JURIDICAL .form-group {
    margin-bottom: 30px
}

.JURIDICAL .form-group label {
    font-size: 16px
}

.JURIDICAL .form-group .form-control {
    background-color: #fff
}

.JURIDICAL .form-group .nice-select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px
}

.JURIDICAL .form-group .nice-select::after {
    width: 8px;
    height: 8px;
    right: 20px
}

.JURIDICAL .form-group .nice-select .current {
    position: relative;
    top: 2px
}

.JURIDICAL .form-group .nice-select.height .list {
    height: 80px
}

/* Banner Section */
.section, .section-fluid {
    float: left;
    width: 100%;
}

.mb-6 {
    margin-bottom: 1.875rem !important;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.banner_section_1 {
    background-color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner:hover .banner-image a img {
    transform: scale(1.1);
}

.banner:hover .small-banner-content .btn {
    background: #ff4545;
}

.banner:hover .small-banner-content .btn-hover-dark {
    background: #212121;
}

.banner .banner-image {
    overflow: hidden;
}

.banner .banner-image a {
    display: block;
}

.banner .banner-image a img {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease 0s;
}

.banner .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.banner .small-banner-content .sub-title {
    color: #6c6c6c;
    font-size: 18px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .small-banner-content .sub-title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .banner .small-banner-content .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.banner .small-banner-content .sub-title span {
    color: #ff4545;
    font-size: 22px;
    font-weight: 600;
}

.banner .small-banner-content .title {
    font-size: 24px;
    font-weight: 600;
    color: #2e2e2e;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .small-banner-content .title {
        margin: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .banner .small-banner-content .title {
        margin: 0px;
        font-size: 20px;
    }
}

.banner_section_1 .btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    padding: 15px 30px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 5px;
    outline: none;
    border: 0;
}

@media only screen and (max-width: 767px) {
    .banner_section_1 .btn {
        font-size: 14px;
        padding: 15px 20px;
    }
}

.banner_section_1 .btn:focus {
    box-shadow: none !important;
}

.banner_section_1 .btn-dark {
    border-color: #212121;
    background-color: #212121;
    color: #fff;
}

.banner_section_1 .btn-dark:hover, .banner_section_1 .btn-dark:focus {
    border-color: transparent;
    background-color: #0e0e0e;
    color: #fff;
}

.banner_section_1 .btn-sm {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 10px;
    border-radius: 5px;
    border: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

/* Banner Before Premium Elanlar */
.full-width-banner-image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.full-width-banner-content {
    /*padding-left: 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}
.full-width-banner-content > p {
    margin: 0;
    color: #242424;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    z-index: 99;
}
.full-width-banner-content > p span {
    color: #e80f0f;
}
.full-width-banner-content > h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -.025em;
}
.full-width-banner-content > h2 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -.025em;
}
.full-width-banner-content > p.schedule {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    /*margin-bottom: 53px;*/
}
.full-width-banner-content > p.schedule span {
    font-size: 24px;
    color: #e80f0f;
    font-weight: 500;
}
/* End */

/* Search Section */
.header-tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-tools>div {
    /*margin-left: 25px;*/
    margin: 0 20px;
}

.header-tools>div a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333
}

.header-tools>div a span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    background-color: #f8796c
}

.header-tools>div a i {
    font-size: 25px;
    line-height: 32px;
    display: block
}

body.offcanvas-open {
    overflow: hidden;
    padding-right: 17px
}

body.offcanvas-open .sticky-header {
    right: 17px
}

@media only screen and (min-width: 768px) and (max-width:991px),only screen and (max-width:767px) {
    body.offcanvas-open {
        padding-right:0
    }

    body.offcanvas-open .sticky-header {
        right: 0
    }
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,0.5)
}

.offcanvas {
    font-size: 16px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 400px;
    height: 100vh;
    padding: 20px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas .inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.offcanvas .inner.ps {
    margin-right: -10px
}

.offcanvas .inner .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.offcanvas .inner .head .title {
    font-size: 18px;
    line-height: 1;
    color: #333
}

.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas .inner .head .offcanvas-close::before,.offcanvas .inner .head .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas .inner .head .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas .inner .head .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas .inner .head .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas .inner .body {
    overflow: hidden;
    height: auto
}

.offcanvas .inner .foot {
    width: 100%;
    margin-top: 25px
}

.offcanvas .inner .foot .sub-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee
}

.offcanvas .inner .foot .sub-total strong {
    font-weight: 600;
    color: #333
}

.offcanvas .inner .foot .sub-total .amount {
    font-weight: 600;
    color: #f8796c
}

.offcanvas .inner .foot .buttons {
    padding-top: 20px;
    border-top: 1px solid #eee
}

.offcanvas .inner .foot .buttons .btn {
    display: block;
    padding: 10px 20px
}

.offcanvas .inner .foot .buttons .btn+.btn {
    margin-top: 15px
}

.offcanvas .inner .foot .minicart-message {
    margin-top: 15px
}

.offcanvas.offcanvas-cart .inner .body {
    max-height: calc(100% - (60px + 245px))
}

.offcanvas.offcanvas-wishlist .inner .body {
    max-height: calc(100% - (60px + 92px))
}

.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    padding: 50px 40px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas.offcanvas-search {
    width: 100%;
    padding: 40px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.offcanvas.offcanvas-search::before {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #fff
}

.offcanvas.offcanvas-search .inner {
    z-index: 5;
    padding-right: 10%
}

.offcanvas.offcanvas-search .inner .offcanvas-close {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas.offcanvas-search .inner .offcanvas-close::before,.offcanvas.offcanvas-search .inner .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas.offcanvas-search .inner .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas.offcanvas-search .inner .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas.offcanvas-search .inner .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas.offcanvas-search.offcanvas-open {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.offcanvas.offcanvas-search.offcanvas-open::before {
    width: 0;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.offcanvas.offcanvas-header {
    position: fixed;
    right: auto;
    left: 0;
    padding: 50px 40px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.05);
    box-shadow: 0 0 30px rgba(0,0,0,0.05)
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .offcanvas.offcanvas-header {
        -webkit-transform:translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .offcanvas.offcanvas-header.offcanvas-open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.offcanvas.offcanvas-overlay-menu {
    left: 0;
    visibility: hidden;
    width: 100%;
    padding: 40px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
    background-color: #f4ede7
}

.offcanvas.offcanvas-overlay-menu .inner {
    z-index: 5;
    padding-right: 0
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::before,.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 50px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #333
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas.offcanvas-overlay-menu .inner .offcanvas-close:hover::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas.offcanvas-overlay-menu.offcanvas-open {
    visibility: visible;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

@media only screen and (min-width: 1200px) and (max-width:1499px) {
    .offcanvas.offcanvas-header {
        width:300px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .offcanvas.offcanvas-search .inner .offcanvas-close {
        width:40px;
        height: 40px
    }

    .offcanvas.offcanvas-search .inner .offcanvas-close::before,.offcanvas.offcanvas-search .inner .offcanvas-close::after {
        width: 40px
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas.offcanvas-search .inner {
        padding-right:40px
    }

    .offcanvas.offcanvas-search .inner .offcanvas-close {
        width: 30px;
        height: 30px
    }

    .offcanvas.offcanvas-search .inner .offcanvas-close::before,.offcanvas.offcanvas-search .inner .offcanvas-close::after {
        width: 30px
    }
}

@media only screen and (max-width: 575px) {
    .offcanvas.offcanvas-search {
        padding:30px
    }

    .offcanvas.offcanvas-overlay-menu {
        padding: 30px
    }
}

@media only screen and (max-width: 479px) {
    .offcanvas {
        width:300px
    }

    .offcanvas.offcanvas-search {
        padding: 20px
    }

    .offcanvas.offcanvas-overlay-menu {
        padding: 20px
    }
}

.offcanvas-search-form input[type="text"] {
    font-size: 48px;
    line-height: 1;
    width: 95%;
    padding: 5px 0;
    vertical-align: middle;
    border: 0;
    border-bottom: 2px solid #333;
    background-color: #fff;
    background-size: 30px
}

.offcanvas-search-form input[type="text"]::-webkit-input-placeholder {
    opacity: .5
}

.offcanvas-search-form input[type="text"]:-moz-placeholder {
    opacity: .5
}

.offcanvas-search-form input[type="text"]::-moz-placeholder {
    opacity: .5
}

.offcanvas-search-form input[type="text"]:-ms-input-placeholder {
    opacity: .5
}

.offcanvas-search-form .select2 {
    font-size: 48px;
    line-height: 1;
    width: 100% !important;
    border: 0;
    border-bottom: 2px solid #333
}

.offcanvas-search-form .select2 .selection .select2-selection {
    height: auto;
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background-color: #fff
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered {
    line-height: inherit;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    opacity: .8
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__rendered::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.offcanvas-search-form .select2 .selection .select2-selection .select2-selection__arrow {
    display: none
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .offcanvas-search-form input[type="text"],.offcanvas-search-form .select2 {
        font-size:36px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .offcanvas-search-form input[type="text"],.offcanvas-search-form .select2 {
        font-size:36px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-search-form input[type="text"],.offcanvas-search-form .select2 {
        font-size:30px;
        width: 100%
    }
}

@media only screen and (max-width: 575px) {
    .offcanvas-search-form input[type="text"],.offcanvas-search-form .select2 {
        font-size:24px
    }
}

@media only screen and (max-width: 479px) {
    .offcanvas-search-form input[type="text"],.offcanvas-search-form .select2 {
        font-size:20px
    }
}

.offcanvas-logo {
    margin-bottom: 50px
}

.offcanvas-menu-search-form {
    margin-bottom: 30px
}

.offcanvas-menu-search-form form {
    position: relative
}

.offcanvas-menu-search-form form input[type="text"] {
    width: 100%;
    padding: 8px 20px;
    padding-right: 50px;
    color: #7e7e7e;
    border: 1px solid #eee
}

.offcanvas-menu-search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    border: 0;
    background-color: transparent
}

.offcanvas-menu>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas-menu>ul>li {
    position: relative
}

.offcanvas-menu>ul>li>a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
    color: #7e7e7e
}

.offcanvas-menu>ul>li>a:hover {
    color: #333
}

.offcanvas-menu>ul>li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent
}

.offcanvas-menu>ul>li .menu-expand::before,.offcanvas-menu>ul>li .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #7e7e7e
}

.offcanvas-menu>ul>li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    -ms-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75)
}

.offcanvas-menu>ul>li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    -ms-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75)
}

.offcanvas-menu>ul>li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.offcanvas-menu>ul>li .sub-menu li {
    line-height: inherit;
    position: relative
}

.offcanvas-menu>ul>li .sub-menu li>a {
    display: block;
    padding: 8px 24px 8px 0;
    color: #7e7e7e
}

.offcanvas-menu>ul>li .sub-menu li>a:hover {
    color: #333
}

.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
    -webkit-transform: rotate(0) scale(0.75);
    -ms-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75)
}

.offcanvas-buttons {
    margin-top: 30px
}

.offcanvas-buttons:not(:last-child) {
    margin-bottom: 30px
}

.offcanvas-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.offcanvas-social a {
    line-height: 1;
    width: 48px;
    height: 48px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    color: #333;
    border-radius: 50%;
    background-color: #f4ede7
}

.offcanvas-social a:hover {
    color: #fff;
    background-color: #333
}

.offcanvas-social a:last-child {
    margin-right: 0
}

.offcanvas-social a i {
    line-height: 48px
}
/* Search Section End */

/* İrəli çək */
.all-services-i {
    padding-left: 0;
}

.services-i:hover {
    background-color: #fff1ed;
    color: #000;
    text-decoration: underline;
}

.services-i-container {
    list-style-type: none;
}

.services-i {
    font-weight: 500;
    color: #555;
    line-height: 38px;
    text-decoration: underline;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #f8cb1c;
    border-radius: 4px;
    padding: 0 10px 0 40px;
    background-color: #fff;
    -webkit-transition: all ease .5s;
}

.services-i:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/services-i.png);
}

.services-i-price {
    font-weight: 500;
    position: absolute;
    z-index: 1;
    right: -5px;
    top: -10px;
    border-radius: 4px;
    padding: 0 9px;
    color: #fff;
    background: #f8cb1c;
    line-height: 20px;
    font-size: 11px;
}

.services-i-up:before {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-position: 0 -17px;
}

.services-i-premium:before {
    width: 20px;
    height: 16px;
    background-position: 0 0;
}

/* Elanı irəli çək */
#irelicekModal .modal-title {
    font-weight: 500;
}

#irelicekModal .modal-body .reveal-description {
    border-bottom: 1px solid #777;
    padding-left: 0
}

.irelicekModal-body-title {
    padding-bottom: 5px;
}

.irelicekModal-body-title h6 {
    color: #8d94ad;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

#irelicekModal label.form-check-label {
    font-size: 16px;
}

#irelicekModal .form-check {
    margin: 7px 0;
}

#irelicekModal .modal-footer button {
    width: 100%;
}
/* Elanı irəli çək end */

/* Premium et */
#premiumModal .modal-title {
    font-weight: 500;
}

#premiumModal .modal-body .reveal-description {
    border-bottom: 1px solid #777;
    padding-left: 0
}

.premiumModal-body-title {
    padding-bottom: 5px;
}

.premiumModal-body-title h6 {
    color: #8d94ad;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

#premiumModal label.form-check-label {
    font-size: 16px;
}

#premiumModal .form-check {
    margin: 7px 0;
}

#premiumModal .modal-footer button {
    width: 100%;
}
/* Premium et end */


