
/** placejob-section **/

.placejob-section{
  position: relative;
  padding: 35px 0px 80px 0px;
}

.placejob-section .form-inner{
  position: relative;
  display: block;
  padding: 41px 30px 50px 30px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 5px;
}

.placejob-section .form-inner .title-inner{
  position: relative;
  padding-left: 77px;
  margin-bottom: 32px;
}

.placejob-section .form-inner .title-inner .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
}

.placejob-section .form-inner .title-inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.placejob-section .form-inner .title-inner p{
  font-size: 17px;
  font-weight: 500;
}

.placejob-section .form-inner .job-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.placejob-section .form-inner .job-form .form-group:last-child{
  margin-bottom: 0px;
}

.placejob-section .form-inner .job-form .form-group input[type='text'],
.placejob-section .form-inner .job-form .form-group input[type='email'],
.placejob-section .form-inner .job-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.placejob-section .form-inner .job-form .form-group textarea{
  height: 128px;
  resize: none;
}

.placejob-section .form-inner .job-form .form-group input:focus,
.placejob-section .form-inner .job-form .form-group textarea:focus{

}

.placejob-section .form-inner .job-form .form-group .wide{
  height: 54px;
}

.placejob-section .form-inner .job-form .form-group .wide:after{
  border-bottom: 2px solid #b39ea5;
  border-right: 2px solid #b39ea5;
}

.placejob-section .form-inner .job-form .column .form-group .wide{
  margin-bottom: 20px;
}

.placejob-section .form-inner .job-form .column .form-group:last-child .wide{
  margin-bottom: 0px;
}

.placejob-section .form-inner .job-form .column:first-child .form-group .wide{
  z-index: 1;
}

.placejob-section .form-inner .job-form .form-group button{
  display: block;
  width: 100%;
  padding: 14px 44px;
}
.wide {
    width: 100%;
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #eae0d9 !important;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #766068;
}
input, button, select, textarea {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
}
.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #fff !important;
    border-radius: 4px;
    text-align: center;
    background: #1D1D1D;
    padding: 15px 44px;
    text-transform: uppercase;
    z-index: 1;
}
/*** 

====================================================================
                        faq-Page
====================================================================

***/
    .faq-section{
  position: relative;
  padding: 95px 0px 130px 0px;
}

.faq-section .image-box{
  position: relative;
  display: block;
}

.faq-section .image-box img{
  width: 100%;
}

.accordion-box .block{
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  margin: 20px 20px 0px 20px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f9;
  top: 0px;
  right: 0px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer{

}
.accordion-box .block .acc-btn.active {
    background: #1D1D1D;
}
.accordion-box .block .acc-btn .icon-outer:after{
  position: absolute;
  content: '+';
  font-size: 24px;
  color: #1D1D1D;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
}

.accordion-box .block .acc-btn.active .icon-outer:after{
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer{
  color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer:before{
  position: relative;
  font-size: 10px;
  font-family: 'Flaticon';
  font-weight: 700;
  margin: 0px;
  content: "\f123";
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  background: #fff;
  padding: 16px 80px 14px 20px;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active{
  background: #1D1D1D;
}

.accordion-box .block .acc-btn h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
  color: #fff;
}

.accordion-box .block .acc-content .text{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #eae0d9;
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.accordion-box .block .acc-content .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  left: 30px;
  top: -9px;
  transform: rotate(-45deg);
  box-shadow: 1px -1px 0px 0px #eae0d9;
  transition: all 500ms ease;
}

.accordion-box .block .acc-content .text p{
  font-size: 18px;
  font-weight: 500;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
figure {
    margin: 0px;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}.sec-title .top-title {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-top: 28px;
    z-index: 1;
}.sec-title .top-title {
    color: #0ec1fb;
}.sec-title .top-title:before {
    position: absolute;
    content: '';
    background: #f6f6f9;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    z-index: -1;
}.sec-title .top-title:after {
    position: absolute;
    content: '';
    background: #f6f6f9;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    left: 9px;
    top: 0px;
    z-index: -1;
}h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #1D1D1D;
    margin: 0px;
    transition: all 500ms ease;
}ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}.accordion-box .block .acc-btn.active {
    background: #1D1D1D;
}.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #eae0d9;
    border-radius: 5px;
    background: #fff;
    padding: 16px 80px 14px 20px;
    cursor: pointer;
    transition: all 500ms ease;
}.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff;
}.accordion-box .block .acc-btn.active .icon-outer {
    background: #0ec1fb;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 50px;
}


/*** 

====================================================================
                        Job-Page
====================================================================

***/

.findjob-section{
  position: relative;
  padding: 95px 0px 120px 0px;
}

.findjob-section .search-inner .form-group{
  position: relative;
  margin: 0px;
}

.findjob-section .search-inner .form-group input[type='search'],
.findjob-section .search-inner .form-group input[type='text'],
.findjob-section .search-inner .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  color: #766068;
  font-weight: 500;
  padding-left: 50px;
  transition: all 500ms ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.findjob-section .search-inner .form-group i{
  position: absolute;
  left: 20px;
  top: 26px;
  font-size: 16px;
  color: #baabab;
  z-index: 1;
}

.findjob-section .search-inner .form-group .select-box{
  height: 70px;
}

.findjob-section .search-inner .form-group .nice-select{
  height: 70px;
  padding-left: 50px;
  font-size: 17px;
  color: #766068;
  font-weight: 500;
  background: #fff;
  border: 1px solid #eae0d9;
  line-height: 52px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.findjob-section .search-inner .form-group .nice-select:after{
  border-bottom: 2px solid #ae979f;
  border-right: 2px solid #ae979f;
}

.findjob-section .search-inner .form-group.message-btn{
  position: relative;
  display: block;
  margin-top: 30px;
}

.findjob-section .search-inner .form-group.message-btn button{
  display: block;
  width: 100%;
  padding: 22px 44px;
}

.findjob-section .search-inner{
  margin-bottom: 60px;
}

.single-job-post{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.single-job-post .job-inner{
  border: 1px solid #eae0d9;
  border-top: none;
  padding: 22px 30px 10px 30px;
}

.single-job-post .job-header{
  position: relative;
  display: block;
  background: #f6f6f9;
  padding: 20px 30px;
  transition: all 500ms ease;
}

.single-job-post:hover .job-header{
  background: #1D1D1D;
}

.single-job-post .job-header .info li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.single-job-post .job-header .info li i{
  color: #472c35;
  margin-right: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 500ms ease;
}

.single-job-post:hover .job-header .info li i{
  color: rgba(255,255,255,0.5);
}

.single-job-post:hover .job-header .info li{
  color: rgba(255,255,255,0.5);
}

.single-job-post .job-header .info li a{
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #766068;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 4px 6px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.2);
}

.single-job-post:hover .job-header .info li a{
  color: rgba(255,255,255,0.5);
  background: #3f262f;
}

.single-job-post .job-header .number p{
  font-size: 17px;
  font-weight: 500;
}

.single-job-post .job-title{
  position: relative;
  padding: 0px 0px 0px 80px;
}

.single-job-post .job-title .company-logo{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #eae0d9;
  border-radius: 5px;
}

.single-job-post .job-title{
  position: relative;
  float: left;
  width: 45%;
}

.single-job-post .job-title:before{
  position: absolute;
  content: '';
  background: #eae0d9;
  width: 1px;
  height: 53px;
  top: 5px;
  right: 30px;
}

.single-job-post .job-inner .job-title h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.single-job-post .job-inner p{
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #766068;
  font-weight: 500;
}

.single-job-post .job-inner .job-title p i{
  font-size: 16px;
  font-weight: 600;
  color: #baabab;
  margin-right: 10px;
}

.single-job-post .job-inner .salary-box{
  position: relative;
  float: left;
  width: 27%;
  margin-top: 7px;
}

.single-job-post .job-inner .salary-box:before{
  position: absolute;
  content: '';
  background: #eae0d9;
  width: 1px;
  height: 53px;
  top: -2px;
  right: 30px;
}

.single-job-post .job-inner .experience-box{
  position: relative;
  float: left;
  width: 15%;
  margin-top: 7px;
}

.single-job-post .job-inner .apply-btn{
  position: relative;
  float: left;
  width: 13%;
  text-align: right;
  margin-top: 5px;
}

.single-job-post .job-inner span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #a38f96;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.single-job-post .job-inner .apply-btn a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 15.5px 47.5px;
  z-index: 1;
}

.single-job-post:hover .job-inner .apply-btn a{
  color: #fff;
}

.single-job-post{
  margin-bottom: 40px;
}

.findjob-section .post-jobs .single-job-post:last-child{
  margin-bottom: 0px;
}


/** job-details **/

.job-details{
  position: relative;
  padding: 130px 0px;
}

.job-details-content .upper-box{
  position: relative;
  display: block;
  background: #efe5df;
  border-radius: 10px;
  padding: 40px 40px;
  margin-bottom: 53px;
}

.job-details-content .upper-box .inner-box{
  position: relative;
  padding-left: 130px;
  padding-right: 80px;
}

.job-details-content .upper-box .inner-box .company-logo{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.job-details-content .upper-box .inner-box .inner span{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #766068;
  text-transform: uppercase;
  font-weight: 700;
  background: #fff;
  padding: 6px 13px 4px 13px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.job-details-content .upper-box .inner-box .inner h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.job-details-content .upper-box .inner-box .inner p{
  font-size: 17px;
  font-weight: 500;
}

.job-details-content .upper-box .inner-box .inner p i{
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
  color: #b9a9a9;
}

.job-details-content .upper-box .inner-box .info{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.job-details-content .upper-box .inner-box .info li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.job-details-content .upper-box .inner-box .info li:last-child{
  margin-bottom: 0px;
}

.job-details-content .upper-box .inner-box .info li span{
  position: absolute;
  top: -40px;
  right: 0px;
  font-size: 12px;
  line-height: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e7ddd7;
  text-align: center;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.job-details-content .upper-box .inner-box .info li:hover span{
  top: -50px;
  opacity: 1;
  visibility: visible;
}

.job-details-content .upper-box .inner-box .info li span:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  right: 18px;
  bottom: -5px;
  transform: rotate(-45deg);
}

.job-details-content .upper-box .inner-box .info li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #b4a4a4;
  font-weight: 600;
  z-index: 1;
}

.job-details-content .upper-box .inner-box .info li a:hover{
  background: #1D1D1D;
}

.job-details-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 22px;
}

.job-details-content .text p{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.job-details-content .text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-top: 16px;
}

.job-details-content .text .list li{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 30px;
}

.job-details-content .text .list li:last-child{
  margin-bottom: 0px;
}

.job-details-content .text .list li span{
  position: relative;
  display: inline-block;
  width: 130px;
  text-align: left;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  color: #a38f96;
  font-weight: 700;
  text-transform: uppercase;
}

.job-details-content .text .list{
  margin-bottom: 21px;
}

.job-details-content .text .list li:before{
  position: absolute;
  content: '>';
  font-size: 20px;
  line-height: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.job-details-content .text{
  border-bottom: 1px solid #eae0d9;
  margin-bottom: 40px;
  padding-bottom: 29px;
}

.job-details-content .social-box .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  width: 25%;
}

.job-details-content .social-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 170px;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  font-weight: 700;
}

.job-details-content .social-box .social-links li a i{
  margin-right: 10px;
  font-weight: 400;
}

.job-details-content .social-box .social-links li:first-child a{

}

.job-details-content .social-box .social-links li:nth-child(2) a{
  
}

.job-details-content .social-box .social-links li:nth-child(3) a{
  
}

.job-details-content .social-box .social-links li:last-child a{

}

.job-details-content .social-box .social-links{
  margin-right: -25px;
}

.job-details-content .social-box{
  margin-bottom: 92px;
}

.job-details .related-job h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 29px;
}

.job-details .related-job .single-job-post:last-child{
  margin-bottom: 0px;
}

.job-sidebar .apply-btn{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.job-sidebar .apply-btn .theme-btn-one{
  display: block;
  width: 100%;
}

.job-sidebar{
  position: relative;
  display: block;
  margin-left: 30px;
}

.job-sidebar .job-discription{
  position: relative;
  display: block;
  background: #fff;
  padding: 24px 30px 11px 30px;
  border: 1px solid #eae0d9;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.job-sidebar .job-discription .list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #eae0d9;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.job-sidebar .job-discription .list li:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.job-sidebar .job-discription .list li span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  color: #a38f96;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.job-sidebar .job-discription .list li p{
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.job-sidebar .job-discription .list li p a{
  color: #766068;
}

.job-sidebar .job-discription .list li p a:hover{

}

.job-sidebar .job-discription{
  margin-bottom: 40px;
}

.job-sidebar .support-widget .widget-content{
  position: relative;
  display: block;
  background: #1D1D1D;
  padding: 40px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.job-sidebar .support-widget .widget-content .image-box{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.job-sidebar .support-widget .widget-content .image-box img{
  width: 100%;
  border-radius: 50%;
}

.job-sidebar .support-widget .widget-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.job-sidebar .support-widget .widget-content .designation{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  margin-bottom: 15px;
}

.job-sidebar .support-widget .widget-content .support-info li{
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.job-sidebar .support-widget .widget-content .support-info li a{
  color: rgba(255,255,255,0.5);
}

.job-sidebar .support-widget .widget-content .support-info li a:hover{

}

.job-sidebar .support-widget .widget-content .support-info{
  margin-bottom: 22px;
}

.job-sidebar .support-widget .widget-content .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.job-sidebar .support-widget .widget-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #1D1D1D;
  background: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
}

.job-sidebar .support-widget .widget-content .social-links li a:hover{

}

.job-sidebar .support-widget .widget-content .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 214px;
  height: 149px;
  background-repeat: no-repeat;
}

.job-sidebar .support-widget .widget-content .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 209px;
  height: 241px;
  background-repeat: no-repeat;
}

.placejob-section .form-inner .job-form .form-group i{
  position: absolute;
  left: 35px;
  top: 12px;
  font-size: 24px;
  z-index: 1;
}

.applynow-section .form-inner .pualification-form .form-group:last-child input[type='text']{
  padding-left: 55px;
}

.applynow-section .apply-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.applynow-section .apply-form .form-group:last-child{
  margin-bottom: 0px;
}

.applynow-section .apply-form .form-group input[type='text'],
.applynow-section .apply-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.applynow-section .apply-form .form-group textarea{
  height: 140px;
  resize: none;
}

.applynow-section .apply-form .form-group .select-box{
  height: 60px;
}

.applynow-section .apply-form .form-group .nice-select{
  border: none !important;
  height: 60px;
  background: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  border-radius: 5px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.applynow-section .apply-form .form-group .nice-select:after{
  border-bottom: 2px solid #ae979f;
  border-right: 2px solid #ae979f;
}

.applynow-section .apply-form .form-group button{
  display: block;
  width: 100%;
}


/** growth-style-two **/

.growth-style-two{
  position: relative;
  padding: 95px 0px 125px 0px;
}

.growth-style-two .sec-title .top-title:before,
.growth-style-two .sec-title .top-title:after{
  background: #e2d7d0;
}

.growth-style-two .sec-title .top-title:after{
  border-left: 2px solid #f6f6f9;
  border-bottom: 2px solid #f6f6f9;
}

.growth-style-two .sec-title{
  margin-bottom: 29px;
}

.growth-style-two #content_block_1 .content-box .inner-box p{
  margin-bottom: 15px;
}

.growth-style-two .image-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.growth-style-two .inner-column .text{
  position: relative;
  display: block;
  margin-left: 100px;
  margin-right: 0px;
}

.growth-style-two .inner-column .text h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.growth-style-two .inner-column .text p{
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ae979f;
  margin-bottom: 32px;
}

.growth-style-two .inner-column .text .theme-btn-two{
  padding: 15px 43px;
}


/** advantages-section **/

.advantages-section{
  position: relative;
  padding: 95px 0px 120px 0px;
}

.advantages-section .single-item .inner-box .icon-box{
  position: relative;
  margin-bottom: 23px;
}

.advantages-section .single-item .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.advantages-section .single-item .inner-box p{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
}

.advantages-section .single-item .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #1D1D1D;
  text-transform: uppercase;
}

.advantages-section .owl-dots{
  display: block;
  text-align: center;
  margin-top: 36px;
}

.advantages-section .single-item .inner-box a i{
  position: relative;
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
  top: 6px;
}

.advantages-section .single-item .inner-box a:hover{

}

.advantages-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing-section.overview-page-2 .sec-title .top-title:before,
.pricing-section.overview-page-2 .sec-title .top-title:after{
  background: #fff;
}

.pricing-section.overview-page-2 .sec-title .top-title:after{
  border-left: 2px solid #f6f6f9;
  border-bottom: 2px solid #f6f6f9;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box{
  background: #1D1D1D;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box h3{
  color: #fff;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box .text{
  color: #f6f6f9;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box p{
  color: #f6f6f9;
}

.pricing-section.overview-page-2 .pricing-block-one.popular .inner-box a{

}

.theme-btn-one:after{
  background: #0ec1fb;
}
.theme-btn-one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.single-job-post .job-header .number p{
  color: #0ec1fb;
}

.single-job-post:hover .job-inner .apply-btn a{
  background: #0ec1fb;
  border-color: #0ec1fb;
}
.findjob-section .search-inner .form-group .wide {
    height: 70px;
    padding-left: 50px;
    font-size: 17px;
    color: #766068;
    font-weight: 500;
    background: #fff;
    border: 1px solid #eae0d9;
    line-height: 52px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.placejob-section .form-inner .job-form .form-group input[type='text'], .placejob-section .form-inner .job-form .form-group input[type='email'], .placejob-section .form-inner .job-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #eae0d9;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #766068;
    transition: all 500ms ease;
}
/** contact-section **/

.contact-section{
  position: relative;
  padding: 95px 0px 130px 0px
}

.contact-section .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 50px;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.15);
}

.default-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'], 
.default-form .form-group input[type='email'], 
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #eae0d9;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #766068;
  transition: all 500ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.default-form .form-group textarea{
  height: 120px;
  resize: none;
}

.default-form .form-group button{
  display: block;
  width: 100%;
}

.default-form .form-group .nice-select:after {
  border-bottom: 2px solid #766068;
  border-right: 2px solid #766068;
}

.contact-section .form-inner .pattern-layer{
  position: absolute;
  right: -130px;
  bottom: -130px;
  width: 380px;
  height: 340px;
  background-repeat: no-repeat;
  z-index: -1;
}

