@font-face {
  font-family: 'hl';
  src: url('../fonts/hl/HacenLinerScreen.eot');
  src: url('../fonts/hl/HacenLinerScreen.eot') format('embedded-opentype'),
  url('../fonts/hl/HacenLinerScreen.html') format('woff2'),
  url('../fonts/hl/HacenLinerScreen.woff') format('woff'),
  url('../fonts/hl/HacenLinerScreen.ttf') format('truetype'),
  url('../fonts/hl/HacenLinerScreen.svg#HacenLinerScreen') format('svg');
  font-weight:400;
}

@font-face {
  font-family: 'hl';
  src: url('../fonts/hl/HacenLinerScreenBd.eot');
  src: url('../fonts/hl/HacenLinerScreenBd.eot') format('embedded-opentype'),
  url('../fonts/hl/HacenLinerScreenBd.html') format('woff2'),
  url('../fonts/hl/HacenLinerScreenBd.woff') format('woff'),
  url('../fonts/hl/HacenLinerScreenBd.ttf') format('truetype'),
  url('../fonts/hl/HacenLinerScreenBd.svg#HacenLinerScreenBd') format('svg');
  font-weight:700;
}


/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
 @font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/kufi/DroidKufi-Regular.eot);
  src: url(../fonts/kufi/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
  url(../fonts/kufi/DroidKufi-Regular.woff2) format('woff2'),
  url(../fonts/kufi/DroidKufi-Regular.woff) format('woff'),
  url(../fonts/kufi/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/kufi/DroidKufi-Bold.eot);
  src: url(../fonts/kufi/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
  url(../fonts/kufi/DroidKufi-Bold.woff2) format('woff2'),
  url(../fonts/kufi/DroidKufi-Bold.woff) format('woff'),
  url(../fonts/kufi/DroidKufi-Bold.ttf) format('truetype');
}
@font-face{
  font-family:'GEFLOW';
  src:url(../fonts/geflow/GE_FLOW_BOLD.eot);
  src:url(../fonts/geflow/GE_FLOW_BOLD.eot?#iefix) format("embedded-opentype"),
  url(../fonts/geflow/GE_FLOW_BOLD.woff) format("woff"),url(font/GE_FLOW_BOLD.ttf) format("truetype"),
  url(../fonts/geflow/GE_FLOW_BOLD.svg#GE_FLOW_BOLD) format("svg");
  font-weight:400!important;
  font-style:normal
}


/*Regular*/
@font-face {
  font-family: 'STV Regular';
  src: url('../fonts/stv_font/Regular/STV Regular.eot');
  src: url('../fonts/stv_font/Regular/STV Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/stv_font/Regular/STV Regular.woff2') format('woff2'),
  url('../fonts/stv_font/Regular/STV.woff') format('woff'),
  url('../fonts/stv_font/Regular/STV.svg#STV') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: 'STV Bold';
  src: url('../fonts/stv_font/Bold/STV-Bold.eot');
  src: url('../fonts/stv_font/Bold/STV-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/stv_font/Bold/STV-Bold.woff2') format('woff2'),
  url('../fonts/stv_font/Bold/STV-Bold.woff') format('woff'),
  url('../fonts/stv_font/Bold/STV-Bold.svg#STV') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: 'STV light';
  src: url('../fonts/stv_font/Light/STV-Light.eot');
  src: url('../fonts/stv_font/Light/STV-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/stv_font/Light/STV-Light.woff2') format('woff2'),
  url('../fonts/stv_font/Light/STV-Light.woff') format('woff'),
  url('../fonts/stv_font/Light/STV-Light.svg#STV') format('svg');
  font-weight: 100;
  font-style: normal;
}
h1{font-size: 25px;}h2{font-size: 24px;}h3{font-size: 22px;}
h4{font-size: 20px;}h5{font-size: 18px;}h6{font-size: 16px;}
p{font-size: 14px;}
a{font-size: 14px;text-decoration: none !important;color: #79a700;}
body{
 color: #000;
 font-family: 'hl';
 overflow-x: hidden;
}
/* Let's get this party started */
.flexcroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.flexcroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  /*  -webkit-border-radius: 10px;
  border-radius: 10px;*/
}

/* Handle */
.flexcroll::-webkit-scrollbar-thumb {
   /* -webkit-border-radius: 10px;
   border-radius: 10px;*/
   background: rgba(0,191,255,0.8); 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
 }
 /* start bottom button*/

 .bottom-button #to-top {
   position: fixed;
   z-index: 1;
   right: .2%;
   bottom: .2%;
   z-index: 799;
   background-color: #ffb61e;
 /* border-radius: 50%; */}
 .bottom-button #to-top i{
  color: #fff;
  font-size: 18px;
}
.bottom-button .btn.btn-lg {
  padding: 5px 5px;
}
.bottom-button .btn-inverse {
  background-color: #222;
  border-color: #080808;
  color: #9d9d9d;
}
.bottom-button .btn {
  border-radius: 0px;
  overflow: hidden;
  border: none;
}

/**********************/
.text-white{
  color: #fff;
}
.gray-color{
  color:#484848;
}
.green-color{
  color:green;

}
.background-white{
  background-color: #fff;
}
.no-padding{
  padding: 0;
}
.padding-4{
  padding-left: 4px;
  padding-right: 4px;
}
.ptop-5{
  padding-top: 5px;
}
.ptop-10{
  padding-top: 10px;
}
.ptop-20{
  padding-top: 20px;
}
.ptop-30{
  padding-top: 30px;
}
.ptop-40{
  padding-top: 40px;
}
.ptop-50{
  padding-top: 50px;
}
.pbottom-5{
  padding-bottom: 5px;
}
.pbottom-10{
  padding-bottom: 10px;
}
.pbottom-20{
  padding-bottom: 20px;
}
.pbottom-30{
  padding-bottom: 30px;
}
.pbottom-40{
  padding-bottom: 40px;
}
.pbottom-50{
  padding-bottom: 50px;
}
.pleft-5{
  padding-left: 5px;
}
.pleft-10{
  padding-left: 10px;
}
.pleft-20{
  padding-left: 20px;
}
.pright-5{
  padding-right: 5px;
}
.pright-10{
  padding-right: 10px;
}
.pright-20{
  padding-right: 20px;
}


.mtop-5{
  margin-top: 5px;
}
.mtop-10{
  margin-top: 10px;
}
.mtop-20{
  margin-top: 20px;
}
.mtop-30{
  margin-top: 30px;
}
.mtop-40{
  margin-top: 40px;
}
.mtop-50{
  margin-top: 50px;
}
.mbottom-5{
  margin-bottom: 5px;
}
.mbottom-10{
  margin-bottom: 10px;
}
.mbottom-20{
  margin-bottom: 20px;
}
.mbottom-30{
  margin-bottom: 30px;
}
.mbottom-40{
  margin-bottom: 40px;
}
.mbottom-50{
  margin-bottom: 50px;
}
.mleft-5{
  margin-left: 5px;
}
.mleft-10{
  margin-left: 10px;
}
.mleft-20{
  margin-left: 20px;
}
.mright-5{
  margin-right: 5px;
}
.mright-10{
  margin-right: 10px;
}
.mright-20{
  margin-right: 20px;
}
.btn-white-round{
  background-color: #fff;
  color: #95c11f;
  border-radius: 20px;
  padding: 7px 10px;
  border:1px solid #95c11f;
}
.btn-green-circled{
  background-color: #95c11f;
  color: #fff;
  border-radius: 20px;
  padding: 7px 30px !important;
  text-shadow: none;
  border:1px solid #95c11f;
}
.ft-20{
  font-size: 20px;
}
.ft-18{
  font-size: 18px;
}
.ft-16{
  font-size: 16px;
}
.ft-14{
  font-size: 14px;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

/******************************************/
/**********************************/
/* navbar */
.main-header{
  margin-bottom: 20px;
}
.logo img{
  height: 100px;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  background-image: none;
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 0
}
.main-header .container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-default .navbar-brand{
  height: auto;
}
.navbar-default .navbar-nav>li>a {
  font-size: 16px;
  color: #fff;
  text-shadow: none;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #ffbc00;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #ffbc00;
  background-color: transparent;
}


.navbar-default .navbar-nav>li>a{
  display: inline-block;
  text-decoration: none;
  height: 70px;
  line-height: 1px;
  overflow: hidden;
  padding: 10px 10px;
}
.navbar-default .navbar-nav>li>a span{
  display: inline-block;
  position:relative;
  transition: transform 500ms;
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: transform 500ms;
  
}
.navbar-default .navbar-nav>li>a span:after{
  content: attr(data-hover);
  position: absolute;
  top: -70px;
  left:0;
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.navbar-default .navbar-nav>li>a:hover span,
.navbar-default .navbar-nav>li>a:focus span {
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
}
.navbar-default .navbar-nav>li>a img{
  display: block;
  width: 30px;
  margin: 0 auto 12px;
}

.navbar-default .navbar-nav>li>a.signin {
  background-color: #ffbc00;
  height: auto;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.navbar-default .navbar-nav>li>a.signin:hover{
  color: #fff;
}
.affix {

  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #34495E;
  z-index: 9999;
}
.affix .logo img {
  padding: 10px
}
a.header-pic {
height: auto !important;
    margin-top: 19px;
    padding: 0 8px !important;
}
.header-pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #eee;
}
.navbar-default ul.nav > li > a.signout {
margin-top: 22px;
    background: #dc003b !important;
    padding: 8px 30px;
    margin-left: 5px;
    color: #ffffff !important;
    border-radius: 7px;
    height: 35px;
    line-height: 18px;
}
/******************************************/
/**********************************/
/* banner */
.banner{
  background-image: url(../img/riyadh.jpg);
  background-size: 100% 100%;
  background-position: center;
  padding: 20px 15px 80px;
}
.banner .jsmaps-select {
  position: relative;

  max-width: 350px;
}

.banner .jsmaps-text{
  color: #fff;
}
.banner .jsmaps-text h1 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.banner .jsmaps-text p {
  font-size: 22px;
  font-weight: bold;
}
.inner-jsmaps-text{
  margin-top: 80px;
}
.banner .jsmaps-select select {
  background-color: #fff;
}

/**************************************/
/**************************************/
/* search banner */
.search-banner{
  margin: 40px 0;
}
.home-registration-form {
  border-radius: 10px;
  padding: 50px 15px;
  background: rgb(212,71,128);
  background: -moz-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
  background: -webkit-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
  background: linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
}
.p-4 {
  padding: 1.5rem!important;
}

.home-registration-form .registration-form-box {
  position: relative;
}
.registration-form-box i {
  position: absolute;
  /* top: 50%; */
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  right: 12px;
  top: 22px;
  z-index: 2;
  color: #8492a6;
}
.registration-input-box {
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
  height: 55px !important;
  padding: 6px 30px 6px 6px;
  border: 1px solid #e6eaf4;
}
.rounded {
  border-radius: 10px !important;
}
.home-registration-form .bootstrap-select>.btn{
  height: 55px;
  padding-right: 30px;
}
.home-registration-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.registration-form-box:hover i{
  color: #999;
}
.home-registration-form .bootstrap-select.btn-group .btn .filter-option {
  text-align: right;
  font-size: 14px;
  color: #000;
  text-shadow: none;
}
.btn.btn-warning {
  background: #ffbc00;
  border: 1px solid #ffbc00;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, 
.btn.btn-warning:active, .btn.btn-warning.active, 
.btn.btn-warning.focus {
  background-color: #ffbc00 !important;
}
.submitBnt{
  height: 55px;
  font-size: 18px;
}
/**************************************/
/**************************************/
/* tsgeel  */
.tsgeel{
  padding: 50px 0;
}
.box-of-reg {
  height: 350px;
  width: 537px;
  max-width: 100%;
  padding: 30px;
  background-size: 100% 100%;
  margin: auto;
}
.company-div-reg{
  background-image: url(../img/company-register.jpg);
}
.person-div-reg{
  background-image: url(../img/hiring-jop.png);
}
.box-of-reg h3{
  position: relative;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.box-of-reg h3:before {
  content: "";
  height: 3px;
  width: 150px;
  position: absolute;
  background-color: #ffbc00;
  bottom: 0;
  right: 50%;
  transform: translate(50%,-50%);
}
.box-of-reg-details{
  height: 125px;
}
.box-of-reg p {
  color: #fff;
  font-size: 20px;
}

.animate-btn
{
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
.box-of-reg .action-button{
  margin-top: 10px;
}
.action-button
{
  position: relative;
  padding: 10px 40px;
  margin: 0px 10px 10px 0px;

  border-radius: 3px;
  outline: none;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;  
}
.action-button:hover{
  color: #fff;
}
.action-button.blue
{
  background-color: #3498db;
  border-bottom: 5px solid #2980B9;
  text-shadow: 0px -2px #2980B9;
}

.action-button.red
{
  background-color: #e74c3c;
  border-bottom: 5px solid #c0392b;
  text-shadow: 0px -2px #c0392b;
}

.action-button.green
{
  background-color: #2ecc71;
  border-bottom: 5px solid #27ae60;
  text-shadow: 0px -2px #27ae60;
}

.yellow
{
  background-color: #f1c40f;
  border-bottom: 5px solid #f39c12;
  text-shadow: 0px -2px #f39c12;
}

.action-button:active
{
  transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
  border-bottom: 1px solid;
}

/****************************/
/*****************************/
/* it-gate section */
.it-gate{
  position: relative;
  padding: 50px 0;
}
.it-gate img{
  width: 100%;
}
.inner-gate {
  padding: 20px
}
.inner-gate .gate-title{
  font-size: 26px;
  color: #008e3e;
}
.inner-gate p{
  font-size: 18px;
}
.zigzag-separator {
  line-height: normal;
  font-size: 13px;
  text-align: center;

}
.zigzag-separator img{
 width: auto;
}
.circle-div {
  text-align: center;

}

.circle-div h5{
  font-size: 20px;
  line-height: 27px
}


.circle-2 {
  width: 175px;
  height: 175px;
 /* float: left;*/
  margin: auto;
  padding: 0;
  position: relative;
  background: #cccccc;
  border-radius: 50%;
  overflow: hidden;
      margin-bottom: 20px;
}

.circle-2 .text-2 {
  width: 175px;
  height: 175px;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.circle-2:hover .text-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .8);
  box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .8);
}

.text-2 h3 {
  font-size: 20px;
  text-align: center;
  margin: 40px 20px 0 20px;
  padding-bottom: 5px;
  border-bottom: 3px double #000000;
}

.text-2 p {
  margin: 10px 0 0 0;
  text-align: center;
}
.circle-2 .btn {
  border-radius: 50%;
  margin: 10px 0 0 0;
  text-align: center;
  outline: none;
  height: 45px;
  width: 45px;
  font-size: 20px;
  text-align: center;
  padding: 0;
}
.gate_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(212,71,128);
  background: -moz-linear-gradient(0deg, #d7f0f3 39%, rgb(252, 253, 255) 100%);
  background: -webkit-linear-gradient(0deg, #d7f0f3 39%, rgb(252, 253, 255) 100%);
  background: linear-gradient(0deg, #d7f0f3 39%, rgb(252, 253, 255) 100%);
}
/****************************/
/*****************************/
/* category section */
.bg-gray {
  background: #f9fcff;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-header .section-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
  position: relative;
}
.section-header p {
  font-size: 18px;
  color: #9a9a9a;
  line-height: 26px;
  margin-bottom: 0;
}
.f-category {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #f1f1f1;
  margin-top: -1px;
  background: #fff;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  display: block;
  margin-right: -1px;
}

.f-category a {
  display: block;
}
.f-category .icon {
 width: 80px;
 height: 80px;
 line-height: 78px;
 display: inline-block;
 border-radius: 50%;
 margin-top: 5px;
 margin-bottom: 15px;
 transform: scale(1);
 -moz-transform: scale(1);
 -webkit-transform: scale(1);
 -webkit-transition: all .3s linear;
 -moz-transition: all .3s linear;
 -ms-transition: all .3s linear;
 -o-transition: all .3s linear;
 transition: all .3s linear;
}
.f-category .icon img {
  width: 60px;
  height: 60px;
  padding: 5px;
}
.f-category .icon i {
  font-size: 30px;
  color: #fff;
  line-height: 64px;
}
.f-category h3 {
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  color: #333;
}
.f-category p {
  color: #9a9a9a;
}
.f-category:hover {
  background: #f9fcff;
}
.f-category:hover .icon {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.bg-color-1{background:#26ae61}
.bg-color-2{background:#4dadf5}
.bg-color-3{background:#028af1}
.bg-color-4{background:#8000ff}
.bg-color-5{background:#40e0d0}
.bg-color-6{background:#ff8000}
.bg-color-7{background:#1d64b4}
.bg-color-8{background:#fbc1f0}

/****************************/
/*****************************/
/* why company go to remote work */
.why_wrapper {
  width: 100%;
 /*    background-image: url(../img/counter_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;*/
    position: relative;
    padding: 80px 0;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .jb_cover {
    display: flow-root;
    width: 100%;
  }
  .why_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(212,71,128);
    background: -moz-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
    background: -webkit-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
    background: linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
  }
  .why_mockup_design {
    position: relative;
    left: -50px;
  }
  .animation-circle-inverse i {
    background: #2beaea;
    right: 0;
    -webkit-box-shadow: 0 15px 30px 0 #2beaea;
    box-shadow: 0 15px 30px 0 #2beaea;
    position: absolute;
    height: 75px;
    width: 75px;
    top: 36%;
    left: 64px;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.3;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-animation: ripple1 3s linear infinite;
    animation: ripple1 3s linear infinite;
  }
  .animation-circle-inverse i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite;
  }
  .animation-circle-inverse i:nth-child(3) {
    -webkit-animation: ripple3 3s linear infinite;
    animation: ripple3 3s linear infinite;
  }
  .why_mockup_design img {
    position: relative;
    z-index: 1;
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
    max-height: 300px;
  }

  .why_right_wrapper {
    padding-top: 0px;
    text-align: right;
  }
  .why_right_wrapper h1 {
    font-size: 28px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 20px;
  }
  @keyframes ripple1 {
    0% {
      -webkit-transform: scale(5.5);
      transform: scale(5.5);
      opacity: 0.3
    }
    100% {
      -webkit-transform: scale(6.5);
      transform: scale(6.5);
      opacity: 0.0
    }
  }
  @keyframes ripple2 {
    0% {
      -webkit-transform: scale(3.5);
      transform: scale(3.5)
    }
    100% {
      -webkit-transform: scale(5.5);
      transform: scale(5.5)
    }
  }
  @keyframes ripple3 {
    0% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
    }
    100% {
      -webkit-transform: scale(3.5);
      transform: scale(3.5)
    }
  }

  @keyframes movebounce {
    0% {
      transform: translateY(0px); 
    }
    50% {
      transform: translateY(20px); 
    }
    100% {
      transform: translateY(0px); 
    } 
  }
  .why_box {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  .why_box img{
    width: 65px;
    height: 65px;
    float: right;
    padding: 8px;
  }
  .why_box h5 {
    color: #fff;
    margin-right: 65px;
    margin-top: 20px;
    font-size: 20px;
  }

  /****************************/
  /*****************************/
  /* pricing table */
  .section-bg-light {
    background: url(../img/sectionlight.png) repeat-x bottom;
    padding: 50px 0;
    background-color: #fafafa;
  }
  .pricing{
    position: relative;
    margin:40px 0px;
  }
  .pricing .table{

    background:#fff;

    border-collapse: separate;
    border-spacing: 0.2em;

  }
/*.pricing:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px dotted #999;
    position: absolute;
    top: 40px;
    z-index: 0;
    }*/
    .pricing .table th,
    .pricing .table {
      text-align: center;
    }
    .pricing .table th,
    .pricing .table td {
      padding: 8px 10px;
      border:1px solid #ddd;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 7px;
    }
    .pricing .table th {
      vertical-align: middle;
      width: 25%;
      font-size: 24px;
      font-weight: 400;
      border-bottom: 0;
      background:#2F313A;
      color: #fff;
      text-transform: uppercase;
    }
    thead th p.promo {
      font-size: 1em;
      color: #fff;
      position: absolute;
      top: 9em;
      left: -17px;
      z-index: 1000;
      width: 100%;
      margin: 0;
      padding: .625em 17px .75em;
      background: #c00;
      box-shadow: 0 2px 4px rgba(0,0,0,.25);
      border-bottom: 1px solid #900;
    }
    thead th p.promo:before {
      content: "";
      position: absolute;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 7px 7px 0;
      border-color: transparent #900 transparent transparent;
      bottom: -7px;
      left: 0;
    }
    thead th p.promo:after {
      content: "";
      position: absolute;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 7px 7px 0 0;
      border-color: #900 transparent transparent transparent;
      bottom: -7px;
      right: 0;
    }

    .pricing .table thead th img{
      width: 70px;
      margin: auto;
    }
    .pricing .table thead th:first-child{
     background: #037d4e;
   }
   .pricing .table thead th:nth-child(2){
     background: #6ac0a3;
   }
   .pricing .table thead th:nth-child(3){
     background: #a6a6a6;
   }
   .pricing .table thead th:nth-child(4){
     background: #bf9000;
   }

   .pricing .table th.highlight{
    border-top: 4px solid #4caf50 !important;
  }
  .pricing .table tr:nth-child(odd){
    background: #f0f8ff;
  }
  .pricing .table td:first-child{
    padding-left: 2px;
    text-align: right;
    padding-top:20px;
    background: #037d4e;
  }
  .pricing tr td .ptable-title {
    font-size: 18px;
    font-weight:400;
    color: #fff;
  }
  .pricing tr td .ptable-title i {
    width: 23px;
    line-height: 25px;
    text-align: right;
    margin-right: 5px;
  }

  .pricing .ptable-star i {
    width: 8px;
    font-size: 13px;
  }
  .pricing .ptable-price {
    display: block;
  }
  .pricing tr td {
    font-size: 16px;
    line-height:32px;
    text-transform:uppercase;
  }
  .pricing tr td.bg-red{
    background: #e91e63;
  }
  .pricing tr td.bg-green{
    background: #4caf50;
  }
  .pricing tr td.bg-lblue{
    background: #03a9f4;
  }
  .pricing tr td.bg-red a,
  .pricing tr td.bg-green a,
  .pricing tr td.bg-lblue a{
    color: #fff;
  }
  .pricing tr td i {
    display: block;
    margin-bottom: 1px;
    font-size: 30px;
  }
  .pricing tr td i.red{
    color: #e91e63;
  }
  .pricing tr td i.green{
    color: #4caf50;
  }
  .pricing tr td i.lblue{
    color: #03a9f4;
  }
  .pricing tr td:first-child i{
    display:inline;
    margin-bottom:0px;
    font-size:22px;
  }

  .pricing .table tr:last-child td:first-child{
    background: none;
    border: 0;
    background-color: #fff;
  }










  /***-----footer wrapper css------*****/
  .footer {
    background: #303d59;
    padding-top: 80px;
    padding-bottom: 80px;
    text-transform: capitalize;
    position:relative;
  }
  .footer_first_contact li {

    width: 100%;
    padding-bottom: 20px;
  }
  .footer_first_contact li i {
    float: right;
    color: #fff;
    font-size:26px;
    width:20px;
    line-height: 40px;
  }
  .footer_first_contact li p {

    padding-right: 35px;
    font-size: 16px;
    line-height: 26px;
    color:rgba(255, 255, 255, 0.49);
    font-weight:300;
    width:calc(100% - 20px);
  }
  .footer_first_contact li a{
    color: rgba(255, 255, 255, 0.49);
    font-size: 16px;
    font-weight: 300;
    padding-right: 20px;
  }
  .footerNav h5{
    font-size:22px;
    text-transform:capitalize;
    color:#ffbc00;
    font-weight:400;
    padding-top:10px;
    padding-bottom:35px;
  }
  .footer ul li a:hover{
    color:#ffbc00;
  }
  .icon_list_news{
    margin-top:20px;
    float:left;
  }
  .icon_list_news li{
    float:left;
    margin-right:10px;
  }
  .icon_list_news li a{
    float:left;
    background:#3a4868;
    width:40px;
    line-height:40px;
    height:40px;
    padding-left:0 !important;
    text-align:center;
    border-radius:100px;
  }
  .icon_list_news li a:hover{
    background:#ff3366;
  }
  .icon_list_news li a i{
    color:#cccccc;
    font-size:14px;
  }
  .icon_list_news li a:hover i{
    color:#fff;
  }
  .footer_border_displ ul li{
    margin-bottom:15px;
  }
  .footer_border_displ ul li a{
    font-size: 16px;
    color:rgba(255, 255, 255, 0.49);
  }
  .footer_border_displ ul li a i{
    margin-left:14px;
    font-size: 6px;
    position: relative;
    top: -2px;
    color:#ffbc00;
  }
  .copyright_left{
    padding-left:10px;
    position:relative;
    z-index:1000;
  }
  .footerNav {
    position:relative;
    z-index:1000;
  }
  .footerNav  a.footer-logo img{
    width: 150px;
    padding-bottom:30px;
  }
  .copyright_left a{
    text-transform:capitalize;
    color: rgba(255, 255, 255, 0.45);
  }
  .copyright_left a:hover{
    color:#ff3366;
  }
  .copyright_left{
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .nav-widget li a img{
    float:left;
    padding-bottom:0;
    margin-right:14px;
    }.waveWrapper {
      overflow: hidden;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto
    }
    .waveWrapper .waveWrapperInner {
      position: absolute;
      width: 100%;
      overflow: hidden;
      height: 100%;
      bottom: -1px
    }
    .waveWrapper .bgTop {
      z-index: 15;
      opacity: 0.5
    }
    .waveWrapper .bgBottom {
      z-index: 5
    }
    .waveWrapper .wave {
      position: absolute;
      left: 0;
      width: 1000%;
      height: 100%;
      background-repeat: repeat no-repeat;
      background-position: 0 bottom;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom
    }
    .waveWrapper .waveTop {
      background-image: url("../img/wave1.png");
      background-size: 37% 100px
    }
    .waveWrapper .waveBottom {
      background-image: url("../img/wave1.png");
      background-size: 37% 100px;
      -webkit-animation: move_wave 25s linear infinite;
      animation: move_wave 25s linear infinite
    }
    .waveWrapper .wavetop_1{
     background-image: url("../img/wave2.png");
     background-size: 37% 100px
   }
   .waveWrapper .wavebottom_1 {
    background-image: url("../img/wave2.png");
    background-size: 37% 100px;
    -webkit-animation: move_wave 25s linear infinite;
    animation: move_wave 25s linear infinite
  }
  @-webkit-keyframes move_wave {
    0% {
      -webkit-transform: translateX(0) translateZ(0) scaleY(1);
      transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
      -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
      transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
      -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
      transform: translateX(-50%) translateZ(0) scaleY(1)
    }
  }
  @keyframes move_wave {
    0% {
      -webkit-transform: translateX(0) translateZ(0) scaleY(1);
      transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
      -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
      transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
      -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
      transform: translateX(-50%) translateZ(0) scaleY(1)
    }
  }
  .waveWrapper .wavetop_3{
   background-image: url("../img/wave3.png");
   background-size: 37% 100px
 }
 .waveWrapper .wavebottom_3 {
  background-image: url("../img/wave3.png");
  background-size: 37% 100px;
  -webkit-animation: move_wave 25s linear infinite;
  animation: move_wave 25s linear infinite
}


/******************************************/
/**********************************/
/* banner -page*/
.banner-page{
  background-image: url(../img/page-header.jpg);
  background-size: 100% 100%;
  background-position: center;
  padding: 10px 15px 10px;
}
.banner-page .main-header {
  margin-bottom: 0px;
}
.banner-page .logo img {
  height: 90px;
  max-width: 100%;
}

.wrapper {

  width: 100%;
  position: relative;
}

.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  z-index: 99;
}
/******************************************/
/**********************************/
/* ============== search ============== */
.search-sec {

  width: 100%;
  margin: 30px 0 30px 0;
}
.search-box {

  width: 100%;
  padding: 0 15px;
}
.search-box form {

  width: 100%;
  position: relative;
}
.search-box form input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding: 0 15px;
  color: #b2b2b2;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.search-box form button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffbc00;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  padding: 0 28px;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}


/******************************************/
/**********************************/
/* ============== companies-info ============== */
.search-page .home-registration-form{
  padding: 20px 10px;
}
.companies-info {
  padding: 5px 0;

}
.gray-bg{
  background-color: #eee;
}
.company-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.company-title h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  padding: 10px 15px;
}

.companies-list {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
.company_profile_info {
  float: left;
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.company-up-info {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.company-up-info img {
  float: none;
  margin-bottom: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  height: 90px;
  object-fit: cover;
}
.company-up-info h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.company-up-info h4 {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 21px;
}
.company-up-info ul {
  float: left;
  width: 100%;
}
.company-up-info ul li {
  display: inline-block;
  margin-right: 6px;
}
.company-up-info ul li a {
  display: inline-block;
  padding: 0 12px;
  color: #fff;
  height: 35px;
  line-height: 35px;
}
.company-up-info ul li a i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.follow {
  background-color: #53d690;
}
.message-us {
  background-color: #e44d3a;
}
.hire-us {
  background-color: #51a5fb;
}
.company_profile_info > a {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 0;
}

/* =================== main-section ================= */


main {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}
.main-section {
  float: left;
  width: 100%;
}
.main-section-data {
  float: left;
  width: 100%;
}
.main-left-sidebar {

  width: 100%;
  margin-top: -20px;
  display: inline-block;
  background-color: #fff;
}
/* =============== filter-secs ============== */

.filter-secs {
  float: left;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px #e4e4e4;
  border: 1px solid #e5e5e5;
}
.filter-heading {
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.filter-heading h3 {
  float: right;
  color: #e44d3a;
  font-size: 18px;
  font-weight: 600;
  margin: 0
}
.filter-heading a {
  float: left;
  color: #686868;
  font-size: 14px;
  margin-top: 4px;
}

.paddy{
  padding:20px;
  float: left;
}
.filter-dd {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.filter-ttl {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 16px 0;
  margin-bottom: 10px;
}
.filter-ttl h3 {
  float: right;
  padding: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin: 0
}
.filter-ttl a {
  float: left;
  font-size: 14px;
  color: #666666;
}
.filter-dd form {
  float: left;
  width: 100%;
  position: relative;
}
.filter-dd form input, .filter-dd form select {
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  padding: 0 10px;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  border: 1px solid #e5e5e5;
}


.filter-ttl {
  float: left;
  width: 100%;
  border-bottom: 1px solid  #e5e5e5;
  padding: 0 0 16px 0;
  margin-bottom: 10px;
}
.filter--tt2 {
  margin-bottom: 0px !important;
}
.top--1 {
  margin-top: 20px; 
}
.filter--tt2 .dropdown .dropdown-menu a {
  float: none;
  color: #666666 !important;
  margin-bottom: 12px !important;
}
.filter--tt2 .dropdown .dropdown-menu a:hover {
  color: #e44d3a !important;
  background: none !important;
}
.filter--tt2 .dropdown .dropdown-menu a:focus {
  color: #e44d3a !important;
  background: none !important;
}
.filter--tt2  a {
  float: left !important;
  padding: 0 0 0 15px !important;
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}


.filter-ttl .dropdown a {
  float: none;
  color: #666666;
}  
.filter-dd {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.filter-dd form {
  float: left;
  width: 100%;
  position: relative;
}
.filter-dd form input,
.filter-dd form select {
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
  padding: 0 10px;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 600;
  border: 0;
  border: 1px solid #e5e5e5;
}
.job-tp i {
  color: #666666;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 14px;
}
.avail-checks {
  float: left;
  width: 100%;
  margin-top: 7px;
}
.avail-checks li {
 display: inline-block;
 width: 100%;
 margin-bottom: 10px;
}
.avail-checks li:last-child {
  margin-bottom: 0;
}
.avail-checks li input[type="radio"] {
  display: none;
}
.avail-checks li label {
  float: right;
}
.avail-checks li input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-top: 3px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.avail-checks li input[type="radio"] + label span:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #e44d3a;
  top: 3px;
  left: 3px;
}
.avail-checks li input[type="radio"]:checked + label span:before {
  opacity: 1;
  visibility: visible;
}
.avail-checks li small {
  color: #909090;
  font-size: 14px;
  padding-right: 10px;
  font-weight: 500;
}
.widget {
  float: left;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  -webkit-box-shadow:  0px 2px #e4e4e4;
  -moz-box-shadow:  0px 2px #e4e4e4;
  -ms-box-shadow:  0px 2px #e4e4e4;
  -o-box-shadow:  0px 2px #e4e4e4;
  box-shadow: 0px 2px #e4e4e4;
}

.sd-title {

  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  display: grid;
}
.sd-title h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin: 0
}
.sd-title i {

  color: #b7b7b7;
  font-size: 24px;
  position: absolute;
  left: 5px;
  top: 18px;
}
.rg-slider {
  float: left;
  width: 100%;
}
.slider-container {
  width: 100% !important;
  padding-top: 50px;
  position: relative;
}
.theme-green .back-bar {
  height: 5px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.theme-green .back-bar .pointer {
  top: -7px;
}
.theme-green .back-bar .pointer {
  width: 17px;
  height: 17px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #e44d3a;
  border: 2px solid #e3e3e3;
  -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
  -ms-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
  -o-box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
  box-shadow: 1px 2px 3px rgba(0,0,0,0.43);
}
.slider-container .back-bar .pointer-label {
  top: -50px;
  height: 26px;
  background-color: #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  line-height: 26px;
  width: 50px;
}
.pointer-label.low:before {
  content: '';
  position: absolute;
  top: 13px;
  right: -14px;
  width: 8px;
  height: 1px;
  background-color: #e5e5e5;
}
.rg-limit {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}
.rg-limit h4 {
  color: #686868;
  font-size: 15px;
  font-weight: 600;
  float: left;
  margin: 0;
}
.rg-limit h4:last-child {
  float: right;
}
/***********/
.main-ws-sec {
  float: left;
  width: 100%;
}
.posts-section {
  float: left;
  width: 100%;
}
.post-bar {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0px 2px #e4e4e4;
}
.post_topbar {

  width: 100%;
  position: relative;
}
.usy-dt {
  float: right;
}

.usy-dt img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  margin-top: 2px;
  float: right;
  width: 60px;
  height: 60px;
}
.usy-name {
  margin-right: 67px;
  margin-top: 8px;
}
.usy-name h3 {
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 2px;
}
.usy-name span {
  color: #b2b2b2;
  font-size: 14px;
}
.usy-name img {
  margin-top: 4px;
  margin-left: 6px;
  height: 14px;
  width: 14px;
}
.ed-opts {
  float: left;
  position: relative;
  top: 7px;
}
.ed-opts > a {
  color: #b2b2b2;
  font-size: 24px;
  float: right;
  position: relative;
  left: 10px;
  top: -10px;
}
.ed-options {
  position: absolute;
  top: 100%;
  right: 0;
  width: 130px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.28);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.28);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.28);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.28);
  box-shadow: 0 0 10px rgba(0,0,0,0.28);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
ol, ul {
  list-style: none;
  padding-right: 0
}
.ed-options li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.ed-options li a {
  color: #686868;
  font-size: 14px;
  font-weight: 600;
}
.epi-sec {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.descp {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
.descp li {
  display: inline-block;
  margin-left: 15px;
}
.descp li img {
  margin-left: 5px;
}
.descp li span {
  color: #b2b2b2;
  font-size: 14px;
  
}
.bk-links {
  float: left;
}
.bk-links li {
  display: inline-block;
  margin-left: 7px;
}
.bk-links li i {
  color: #fff;
  font-size: 20px;
  width: 33px;
  height: 30px;
  padding-left: 0px;
  background-color: #53d690;
  text-align: center;
  line-height: 30px;
}
.bk-links li i.fa-envelope{
  background-color: #e44d3a;
}
.bid_now {
  color: #fff;
  background-color: #51a5fb;
  text-transform: capitalize;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  position: relative;
  top: -3px;
}
.job_descp {

  width: 100%;
}
.job_descp h3 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0 0 15px;
}
.job-dt {

  width: 100%;
  margin-bottom: 22px;
}
.job-dt li {
  display: inline-block;
  margin-left: 15px;
}
.job-dt li span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.job_descp > p {
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.job_descp > p a {
  color: #e44d3a;
  font-weight: 600;
  float: left;
}
.skill-tags {

  width: 100%;
  margin-bottom: 15px;
}
.skill-tags li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
}
.skill-tags li a {
  display: inline-block;
  color: #b2b2b2;
  font-size: 14px;
  background-color: #f1f1f1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 7px 15px;
  font-weight: 500;
}
.main-ws-sec .job-status-bar {
}
.job-status-bar {
  border-top: 1px solid #e5e5e5;
}
.job-status-bar {
  float: left;
  width: 100%;
}
.like-com {
 float: right;
 margin-top: 20px;
}
.like-com li {
  display: inline-block;
  margin-left: 15px;
}
.like-com li a {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 500;
  
  margin-top: 6px;
  margin-right: 5px;
}

.like-com li a.active {
  color: #e44d3a;
}


.ed-options.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.like-com li span {
  color: #ffffff;
  font-size: 13px;
  width: 30px;
  height: 30px;
  background-color: #e44d3a;
  line-height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  float: left;
  text-align: center;
  font-weight: 600;

}
.like-com li .com {
  position: relative;

}
.like-com li a i {
  margin-right: 2px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.job-status-bar > a {
  float: left;
  color: #b2b2b2 !important;
  font-size: 14px;
  margin-top: 29px;
  cursor: pointer;
}
.job-status-bar > a i {
  font-size: 14px;
  margin-مثبف: 7px;
  position: relative;
  top: 1px;
}
.process-comm {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.spinner {
  margin: 0 auto 0;
  width: 80px;
  text-align: center;
  height: 80px;
  border-radius: 100px;
  background-color: #fff;
  line-height: 80px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.spinner > div {
  width: 15px;
  height: 15px;
  background-color: #b9b9b9;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
    } 40% { 
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
  }
  /*************************************************/
  /*************************************************/
  /* ============== right-sidebar ============ */

  .right-sidebar {
    float: left;
    width: 100%;
  }
  .widget {
    float: left;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px #e4e4e4;
    -moz-box-shadow: 0px 2px #e4e4e4;
    -ms-box-shadow: 0px 2px #e4e4e4;
    -o-box-shadow: 0px 2px #e4e4e4;
    box-shadow: 0px 2px #e4e4e4;
  }
  .widget-about img {
    float: none;
    padding-top: 20px;
    width: 100px;
    max-width: 100%;
  }
  .widget-about h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .widget-about span {
    color: #686868;
    font-size: 14px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
  .sign_link {
    float: left;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 18px 0 15px 0;
  }
  .sign_link h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .sign_link h3 a {
    color: #000;
  }
  .sign_link > a {
    display: inline-block;
    color: #e44d3a;
    font-size: 14px;
    font-weight: 500;
  }
  .widget-about {
    text-align: center;
  }


  /* ============== Widget Jobs ============ */

  .jobs-list {
    float: left;
    width: 100%;
    padding: 20px 20px;
  }
  .job-info {
   display: inline-block;
   width: 100%;
   margin-bottom: 22px;
 }
 .job-info:last-child {
  margin-bottom: 0;
}
.job-details {
  float: right;
  width: 165px;
}
.job-details h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.job-details p {
  color: #686868;
  font-size: 14px;
  line-height: 20px;
}
.hr-rate {
  float: left;
  width: 40px;
}
.hr-rate span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  float: right;
}
/*********************************/
/*************************************/
/* company profile ****************/
.cover-sec {
 display: inline-block;
 width: 100%;
 position: relative;
}
.cover-sec img {
  width: 100%;
  height: 300px;
}
.main-left-sidebar {

  width: 100%;
  margin-top: -20px;
}
.user_profile {

  width: 100%;

  margin-bottom: 20px;
  text-align: center;
  margin-top: -40px;
}
.user-pro-img {

  width: 100%;
  text-align: center;
  margin-bottom: 28px;
  margin-top: -95px;
  position: relative;
}
.user-pro-img img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  float: none;
  border: 5px solid #fff;
  width: 180px;
    height: 180px;
    margin: auto;
}
.user_pro_status {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 27px;
}
.flw-hr {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.flw-hr li{
  display: inline-block;
}
.flw-hr li:last-child {
  margin-right: 0;
  display: inline-block;
}

.flw-hr li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 15px;
}
.flw-hr li a i {
  padding-right: 5px;
}
.flw-status {
  display: inline-block;
  width: 100%;
}
.flw-status li {
  display: inline-block;
  margin: 0px 15px;
}
.flw-status li span {
  color: #686868;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.flw-status li b {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.flw-status li b i{
  color: #ffbc00;
}
.flww {
  background-color: #53d690;
}

.social-icons-ql li{
  list-style: none;
  float: right;
  width: 35px;
  height: 35px;
  line-height: 40px;
  background: #000;
  text-align: center;
  margin: 10px 3px;
  border-radius: 50%;
}



.social-icons-ql li.facebook i{
 /*font-size:25px;*/

}
.social-icons-ql li.facebook {
 background:#25B8E6;
}

.social-icons-ql li.twitter {
 background:rgba(0, 122, 181, 1);
}
.social-icons-ql li.google {
 background:#DC4A38;
}
.social-icons-ql li.youtube {
 background:#CC2028;
}

.social-icons-ql li.instagram {
 background:#E05929;
}
.social-icons-ql li.snapchat {
 background:#EB4924;
}
.social-icons-ql li i{
 color:#fff;
 font-size:20px;
}


.full-width {


  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.suggestions-list {

  width: 100%;
  padding: 13px 0 30px 0;
}
.suggestion-usd {
 display: inline-block;
 width: 100%;
 padding: 15px 20px;
}
.suggestion-usd img {
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sgt-text {
  float: right;
  padding-right: 10px;
}
.sgt-text h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 0;
}
.sgt-text span {
  color: #686868;
  font-size: 14px;
}
.suggestion-usd > span {
  float: left;
  margin-top: 4px;
  position: relative;
}
.view-more {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.view-more > a:hover {
  color: #e44d3a;
}


.user-tab-sec {
  width: 100%;
  padding-top: 4px;
}
.user-tab-sec h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.star-descp {

  width: 100%;
  margin-bottom: 10px;
}
.star-descp span {
  float: right;
  color: #686868;
  font-size: 18px;
  font-weight: 600;
  margin-left: 20px;
}
.star-descp > ul {
  float: left;
}
.star-descp ul li {
  display: inline-block;
  margin-right: 5px!important;
}
.star-descp ul li i {
  color: #ffbc00;
  font-size: 16px;
}
.tab-feed {
  width: 100%;
  margin-bottom: 4px;
  margin-top: 20px;
}
.tab-feed ul {
  display: inline-block;
  width: 100%;
}
.tab-feed ul li {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
}
.tab-feed ul li.active img {
  filter: grayscale(0);
}
.tab-feed ul li img {
  float: none;
  margin-bottom: 5px;
  filter: grayscale(100%);
}
.tab-feed ul li span {
  display: block;
  color: #b2b2b2;
  font-weight: 400;
  font-size: 16px;
}
.tab-feed ul li.active span {
  color: #e44d3a;
}
/*.product-feed-tab {
  display: inline-block;
  width: 100%;

}
.product-feed-tab.current {
  display: block;
}
*/

/*****************/
.message-btn {

  margin-top: 20px;
  margin-bottom: 30px;
}
.message-btn a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  background-color: #e44d3a;
  padding: 12px;
  font-weight: 500;
}
.message-btn a i {
  padding-left: 5px;
}
.wd-heady {
  display: inline-block;
  width: 100%;
  padding: 20px 20px;
  border-bottom: 1px solid #e5e5e5;
}
.wd-heady h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  float: right;
}
.wd-heady img {
  float: left;
}
.pf-gallery {

  width: 100%;
  padding: 15px 15px;
}
.pf-gallery ul {

  width: 100%;
}
.pf-gallery ul li {
  float: right;
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}
.pf-gallery img {
  height: 61px;
  height: 61px;
  max-width: 100%;
}


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

.user-profile-ov {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.user-profile-ov h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}
.user-profile-ov h3 a {
  color: #000000;
}
.user-profile-ov i {
  color: #000000;
  font-size: 13px;
  padding-left: 5px;
}
.user-profile-ov p {
  color: #686868;
  font-size: 14px;
  line-height: 24px;
}
.user-profile-ov > span {
  color: #686868;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px;
}
.user-profile-ov p {
  color: #686868;
  font-size: 14px;
  line-height: 24px;
}
.portfolio-gallery-sec {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.portfolio-gallery-sec h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 5px;

}
.gallery_pf .col-lg-4 {
  padding: 5px;
}
.gallery_pf {

  width: 100%;
  margin-bottom: -5px;
}
.gallery_pt {

  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery_pt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0,0,0,0.60);
  opacity: 0;
  visibility: hidden;
}
.gallery_pt img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.gallery_pt > a {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.gallery_pt > a img {
  float: none;
  width: auto;
  height: auto;
}
.gallery_pt:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.gallery_pt:hover > a {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/********************************************/
/********************************************/
/* person profile */
.add-pic-box {
  display: inline-block;
  color: #e44d3a;
  font-size: 16px;
  position: absolute;
  top: 30px;
  right: 0;
  font-weight: 600;
  margin-right: 0;
  width: 100%;
}
.add-pic-box [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
  float: left;
}
.add-pic-box [type="file"] + label {
  background: #fff;
  border: 2px solid #ffbc00;
  border-radius: 3px;
  color: #ffbc00;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  padding: 12px 20px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  margin: 0;
  float: right;
  text-transform: uppercase;
}
.add-pic-box [type="file"] + label:hover {
  background: #ffbc00;
  color: #fff;
}
.add-pic-box .make-bt + label {
  background: #fff;
  border: 2px solid #ffbc00;
  border-radius: 3px;
  color: #ffbc00;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  padding: 12px 20px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  margin: 0;
  float: right;
  text-transform: uppercase;
}
.add-pic-box .make-bt + label:hover {
  background: #ffbc00;
  color: #fff;
}
.user-pro-img .add-dp {
  position: absolute;
  top: 10px;
  left: 60%;
}
.add-dp {
  margin: -16px;
  padding: 0;
}
.add-dp i {
  bottom: 0;
  font-size: 14px;
  box-shadow: none;
  position: relative;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e44d3a;
  padding: 12px;
  color: #ffff;
  left: 0;
  top: -5px;
}



.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {

  border: 1px solid #ddd;
}
.tab-feed.settingjb ul li {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
}

#saved-jobs .nav-tabs .nav-item.in .nav-link, 
#saved-jobs .nav-tabs .nav-link.active {
  background-color: inherit;
  color: #e44d3a !important;
  padding-bottom: 9px;
  border-bottom: 2px solid #e44d3a !important;
}
#saved-jobs ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
#saved-jobs ul {
  margin-bottom: 20px;
}
ul#myTab {
  border-bottom: 1px solid #e5e5e5;
}
.cadidatesbtn {

  padding-top: 5px;
}
.cadidatesbtn i {
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  font-size: 14px;
  text-align: center;
  margin-left: 7px;
  border-radius: 3px;
  padding: 10px;
}
.cadidatesbtn i:hover {
  background-color: #e44d3a;
  color: #fff;
  border: 1px solid #e44d3a;
}
.cadidatesbtn span {
  background-color: #bd2e1c;
  color: #fff;
  margin-right: 10px;
  padding: .25em .5em;
  font-weight: 600;
  font-size: 12px;
}
.cadidatesbtn button {

  border: none;
  margin-top: -3px;
  font-size: 16px;
}
.btn .badge {
  position: relative;
  top: -1px;
  float: left;
}
.wordpressdevlp i {
  color: #ffbc00;
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
}
ul.bk-links{
  margin-bottom: 0
}
#my-bids ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
#my-bids .nav-tabs .nav-item.show .nav-link, #my-bids .nav-tabs .nav-link.active {
  background-color: inherit;
  color: #e44d3a !important;
  padding-bottom: 9px;
  border-bottom: 2px solid #e44d3a !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: inherit;
  color: #e44d3a;
  border-color: inherit;
}
#my-bids li a:hover {
  color: #e44d3a;
}


.p-all {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
}
.wordpressdevlp {
  background-color: #fff;
}
.wordpressdevlp h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.saved-post p {
  padding-bottom: 20px;
}
#saved-jobs ul {
  margin-bottom: 20px;
}
.saved-info li {
  padding-right: 25px;
  padding-left: 0;
  display: inline-block;
}
.savedjob-info h3 {
  font-size: 14px;
  font-weight: 500;
}
.savedjob-info p {
  color: #666666;
  margin-top: 5px;
}
.saved-btn {
  padding: 0;
  margin-bottom: -12px;
  margin-top: 30px;
}
.devepbtn a {
  color: #666666;
  border: 1px solid #b2b2b2;
  padding: 7px 10px 7px 10px;
  border-radius: 3px;
  margin-right: 5px;
}
.devepbtn .clrbtn {
  padding: 7px 20px;
}
.devepbtn a:hover {
  background-color: #e44d3a;
  color: #fff;
}
.applied-post {
  padding: 0;
}
.job_descp {
  display: inline-block;
  width: 100%;
}
.profilecnd {
  margin-bottom: 0px;
}
.post_topbar.applied-post .star-descp {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.post_topbar.applied-post .star-descp > ul {
  float: right;
}
#my-bids ul {
  margin-bottom: 15px;
  margin-top: 7px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.savedjob-info li {
  display: inline-block;
  padding-left: 25px;
}
.mangebid li {
  padding-left: 0;
  padding-right: 20px;
  padding-top: 10px;
}
.add-dp input[type=file] {
  display: none;
}

/*****************************/
/*******************************/
/* post jop */
.add-feild .input-group {
  width: 100%;
}
.add-feild .form-control {
  height: 52px;
  width: 100%;
  color: #707c88;
  font-weight: 400;
  font-size: 16px;

  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #ccddea;
}
h2.detail-title {
  font-size: 18px;
  background: #f5f6f7;
  padding: 8px 20px;
  margin-bottom: 16px;
  line-height: 1.6;
  border-radius: 2px;
  color: #35434e;
  border-right: 3px solid #11b719;
}
h2.detail-title {
  border-right: 3px solid #07b107;
}
.add-feild textarea.form-control {
  border-radius: 4px;
  height: 100px;
  padding: 15px;
}
section.full-detail {
  padding: 0em 0 3em 0;
}
.bottom-mrg {
  margin-bottom: 3em;
}
.full-detail .input-group {
  margin-bottom: 10px;
  width: 100%;
}

.full-detail .input-group-addon {
  background: #07b107;
  border-color: #07b107;
}
.full-detail .input-group-addon {
  color: #ffffff;
  background: #34495e;
  width: 45px;
  border-radius: 0;
  border-color: #34495e;
  font-size: 18px;
}
.form-control {
  height: 50px;
  border: 1px solid #dde6ef;

  box-shadow: none;
  border-radius: 0;
  background: #fbfdff;
  font-size: 17px;
  color: #445461;
  font-weight: 400;
}
.full-detail .btn-success.publish-btn {
  font-size: 18px;
}
.btn-success {
  background: #07b107;
  border-color: #07b107;
}

/********************/
/*******************************/
/* settings */
.account-tabs-setting {
  display: inline-block;
  width: 100%;
  padding: 0px 0;
}
.acc-leftbar {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-item.in .nav-link, 
.nav-tabs .nav-link.active {
  background-color: inherit;
  color: #e44d3a;
  border-color: inherit;
}
.acc-leftbar .nav-tabs > li {
  float: right;
  width: 100%;
  background: none;

  border-bottom: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 0;
}
.acc-leftbar .nav-tabs > li a{
 padding: 18px 7px;
 color: #000000;
 font-size: 16px;
 font-weight: 500;
}
.acc-leftbar .nav-tabs>li.active>a, 
.acc-leftbar .nav-tabs>li.active>a:hover, 
.acc-leftbar .nav-tabs>li.active>a:focus {
  border: 0;
  color: #ffbc00;
  border-top: 1px solid #eee;
}
.acc-leftbar .nav-tabs >li a i {
 padding-right: 0px;
 font-size: 20px;
 position: relative;
 top: 2px;

 width: 40px;
 color: #b5b5b5;
 text-align: center;
}

.acc-setting {
  float: left;
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
  -moz-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
  -ms-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
  -o-box-shadow: 1px 0 4px rgba(0,0,0,0.24);
  box-shadow: 1px 0 4px rgba(0,0,0,0.24);
}
.acc-setting > h3 {

  width: 100%;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 20px;
  margin-top: 10px
}
.acc-setting form {
  display: inline-block;
  width: 100%;
}
.notbar {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px;
  position: relative;
}
.notbar h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.notbar p {
  color: #686868;
  font-size: 14px;
  line-height: 24px;
  width: 75%;
}
.notbar .toggle-btn {
  position: absolute;
  top: 35px;
  right: 20px;
}
.save-stngs {
  float: right;
  width: 100%;
  padding: 30px 20px 50px 20px;
}
.save-stngs ul li {
  display: inline-block;
  margin-right: 17px;
}
.save-stngs ul li button {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  font-weight: 600;
  background: none;
  cursor: pointer;
}

.bootstrap-select>.btn {
  width: 100%;
  padding-right: 25px;
  /* height: 40px; */
  height: 50px;
  border: 1px solid #dde6ef;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 0;
  background: #fbfdff;
  font-size: 17px;
  color: #445461;
  font-weight: 400;
}
.edit-pro textarea.form-control {
  height: 150px;
}
div.dropzone.dz-clickable {
  border: 1px dashed #d8e3e8;
  font-size: 20px;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone .dz-message {
  text-align: center;
  margin: 1em 0 !important;
}
.dz-default i.fa.fa-cloud-upload {
  display: block;
  font-size: 2em;
}
div.dropzone {
  min-height: 150px;
  color: #01b2ac;
  background: rgba(1, 178, 172,0.07);
  border-color: #01b2ac;
  padding: 20px;
}

.notifications-list {
  display: inline-block;
  width: 100%;
}
.notfication-details {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.noty-user-img {
  float: right;
  width: 35px;
}
.noty-user-img img {
  width: 100%;
}
.notification-info {
  float: right;
  width: auto;
  padding-right: 10px;
}
.notification-info h3 {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  padding: 0;
  margin-bottom: 6px;
  margin-top: 0;
}
.notification-info h3 a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.notification-info > span {
  display: inline-block;
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 600;
}

.requests-list {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
}

.request-details {
 display: inline-block;
 width: 100%;
 padding: 20px;
 border-bottom: 1px solid #e5e5e5;
}
.noty-user-img {
  float: right;
  width: 35px;
}
.noty-user-img img {
  width: 100%;
}
.request-info {
  float: right;
  padding-right: 10px;
}
.request-info h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  border: 0;
  margin-bottom: 3px;
  margin-top: 0
}
.request-info span {
  color: #686868;
  font-size: 12px;
  display: inline-block;
}
.accept-feat {
  float: left;
}
.accept-feat ul li {
  display: inline-block;
}
.accept-req {
  color: #ffffff;
  font-size: 16px;
  background-color: #51a5fb;
  height: 30px;
  padding: 0 20px;
  font-weight: 600;
  border: 0;
  border: 1px solid #51a5fb;
}
.cancel-req {
  color: #ffffff;
  font-size: 16px;
  background-color: #CC2028;
  height: 30px;
  padding: 0 20px;
  font-weight: 600;
  border: 0;
  border: 1px solid #CC2028;
}
.close-req {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  background: inherit;
  color: #b2b2b2;
  margin-left: 7px;
}
.view-req{

}


/********************************/
.profile-bx-info {
  display: inline-block;
  width: 100%;
  height: 140px;
  background-color: #f2f2f2;
  padding: 5px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px
}
.pro-bx {
 display: inline-block;
 width: 100%;
 border-bottom: 1px solid #e5e5e5;
 padding-bottom: 10px;
}
.pro-bx img{
  width: 40px;
  float: right;
}
.bx-info {
  float: right;
  margin-top: 4px;
  padding-right: 10px;
}
.bx-info h3 {
  color: #e44d3a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.bx-info h5 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: 0;
}
.profile-bx-info > p {

  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding-top: 5px;
}
/********************/
.portfolio-btn {
  float: left;
}
.portfolio-btn a {
  display: inline-block;
  color: #e44d3a;
  font-size: 16px;
  font-weight: 600;
}
ul.p-detail-des li {
  list-style: none;
  padding: 10px 10px 8px 10px;
  color: #707c88;
  border-bottom: 1px solid #eceff3;
  margin-bottom: 15px;
}
ul.p-detail-des li span {
  font-weight: 600;
  margin-left: 10px;
  min-width: 60px;
  display: inline-block;
}
ul.p-detail-des li:nth-child(even) {
  background: #f3f6f8;
}
.user-profile-ov ul {
  display: inline-block;
  width: 100%;
}
.user-profile-ov ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 2px;
}
.user-profile-ov ul li a {
  display: inline-block;
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 600;
  background-color: #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 15px;
}
.suggestion-usd > span i {
  color: #b2b2b2;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}
.suggestion-usd > span i:hover {
  background-color: #e44d3a;
  color: #fff;
  border-radius: 3px;
}




/********************************************/
/******************************************/
/* modal login */
.modal-sign .modal-content {
  padding: 0px 0px 5px 0px;
}
.modal-sign .modal-body {
  position: relative;
  padding: 0px;
}
.modal-sign .tab .nav-tabs {
  background: #ffffff;
  padding: 5px 0;
}
.modal-sign .modal-body .tab .nav-tabs {
  padding: 0;
  margin-top: 0;
}
.modal-sign .modal-body .nav-tabs>li {
  display: inline-block;
  margin-right: 0;
  float: right;
  margin-bottom: -1px;
  width: 50%;
  text-align: center;
}
.login-page .modal-sign .modal-body .nav-tabs>li{
  flex: auto;
  width: auto;
}
.login-page .modal-sign .modal-body .tab .nav-tabs {

  display: flex;
}
.modal-sign .tab .nav-tabs li.active a, .modal-sign .tab .nav-tabs li.active a:hover {

  text-transform: uppercase;
  color: #ffffff;
  background: rgb(212,71,128);
  background: -moz-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
  background: -webkit-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
  background: linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
}
.modal-sign .modal-body .nav>li>a {
  position: relative;
  display: block;
  color: #fff;
  padding: 18px 15px;
  background: #35434e;
  border-radius: 0;
  margin: 0;
  border: 0;
  font-size: 18px;
}
.modal-sign .tab .tab-content {
    display: inline-block;
    width: 100%;
  font-size: 14px;
  color: #707c88;
  line-height: 30px;
  background: #ffffff;
  padding: 2em 0 0em 0;
}
.modal-sign .tab-pane img {
  margin: 0 auto 0 auto;
  display: block;
  max-width: 70%;
}
.modal-sign form {
  display: inline-block;
  width: 100%;
}
.modal-sign .modal-body .form-group {
  width: 100%;
}
.modal-sign .form-control {
  height: 52px;
  padding: 0 15px;
  border: 1px solid #d7dfea;
  color: #727272;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 15px;
  border-radius: 2px;
  box-shadow: none;
}
.wrapper-social-login .line-header {
  text-align: center;
  width: 100% !important;
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.wrapper-social-login .line-header:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  left: 0;
  background: #e6e8ef;
}

.wrapper-social-login .line-header span {
  line-height: 40px;
  min-width: 40px;
  padding: 0 5px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 1px solid #eaeff5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-transform: uppercase;
}
.modal-sign .submit-btn {
  border: 1px dashed #2784fc;
  padding: 14px 0;
  width: 240px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 1px;
  font-size: 18px;
  transition: ease-in-out 0.6s;
  display: inline-block;
  margin-top: 1em;
  background: #2784fc;
}
.center{
  text-align: center;
}
.wrapper-social-login .inner-social {
  clear: both;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.wrapper-social-login .inner-social > div {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.wrapper-social-login a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  border: 2px solid #eaeff5;
  text-transform: capitalize;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wrapper-social-login a i {
  margin-left: 10px;
}
.wrapper-social-login .google-login-btn {
 color: #fff;
 border-color: #dc4d28;
 background-color: #dc4d28;
}
.wrapper-social-login .facebook-login-btn {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.modal{
  z-index: 9999;
}

/*********************************/
/****************************************/
/* login page */
.login-page{

}
.login-page .modal-sign .tab .tab-content{
/* background-image: url(../img/login-page.jpg);
 background-position: center;
 background-size: 100% 100%; */
}
.login-page .tittle{
  color: #00284c
}
.btn-danger {
  color: #fff;
  background-color: #c30600;
  border-color: #bb0600;
}





/************************************************/
/**************************************************/
/* menu */
.navbar-nav>li>.dropdown-menu{
  background: rgba(0,0,0,0.7);
}
.dropdown-menu>li{
  border-bottom: 1px solid #555;
}
.dropdown-menu>li>a {
  display: block;
  font-size: 16px;
  padding: 11px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #014c8a;
  background-image: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: #ffbc00;
  background: transparent;
}
/***********************************************/
/******************************************/
/* single job */
section.full-detail {
    padding: 0em 0 3em 0;
}
.full-card {
    background: #ffffff;
    border-radius: 4px;
    padding-bottom: 30px;
    border: 1px solid #eceff3;
    box-shadow: 0px 0px 10px 0px rgba(64,65,67,0.1);
}
.row-bottom {
    margin-bottom: 40px !important;
}

.full-card h2.detail-title {
  margin-top: 0;
    font-size: 18px;
    background: #f5f6f7;
    padding: 8px 20px;
    margin-bottom: 16px;
    line-height: 1.6;
    border-radius: 2px;
    color: #35434e;
    border-right: 3px solid #ffbc00;
}
.full-card ul.job-detail-des li {
    padding: 0;
    color: #66727b;
    list-style: none;
    padding: 10px 12px;
}
.full-card ul.job-detail-des li span {
    font-weight: 600;
    margin-left: 20px;
    min-width: 150px;
    display: inline-block;
}
.full-detail-description .full-card  p {
    margin-bottom: 20px;
    line-height: 1.9;
    font-size: 17px;
    padding: 0 20px;
}
.full-card ul.detail-list{
  padding-right: 20px
}
.full-card ul.detail-list li {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.9;
    font-size: 17px;
    color: #707c88;
    list-style: none;
}
ul.detail-list li:before {
    content: "\f100";
    position: relative;
    font-size: 17px;
    color: #ffbc00;
    margin-left: 8px;
    font-family: fontawesome;
}
.side-widget {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #eceff3;
    box-shadow: 0px 0px 10px 0px rgba(64,65,67,0.1);
    margin-bottom: 30px;
    overflow: hidden;
}
.right-sidebar h2.side-widget-title {
     
    margin: 0;
    text-align: right;
    padding-right: 12px;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 48px;

    background: -webkit-linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
    background: linear-gradient(0deg, #209eab 39%, rgb(46, 88, 130) 100%);
}
.ur-detail-wrap {
    width: 100%;
    display: block;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 2em 2.5em 2em;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}
.sidebar.right-sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar.right-sidebar ul li {
    list-style: none;
    padding: 10px 10px 8px 10px;
    color: #707c88;
    border-bottom: 1px solid #eceff3;
    margin-bottom: 15px;
}
ul.job-detail-des li:nth-child(even) {
    background: #f3f6f8;
}

ul.ove-detail-list li i {
    font-size: 27px;
    float: right;
    margin-left: 10px;
    color: #a4abb5;
    width: 50px;
    height: 60px;
    text-align: center;
}
ul.ove-detail-list li h5 {
    margin-bottom: 2px;
    margin-top: 0;
}
h2.detail-title {
    border-right: 3px solid #07b107;
}
.ad-banner img {
    margin: 0 auto;
}

/****************************************/
.page-header-job {
    position: relative;
    z-index: 1;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(41,170,254,.8);
    margin: 0;
    padding: 0;
    margin-bottom: 120px;
    padding-top: 100px;
    border: none;
}
.page-header-job.bg-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0,0,0,.55);
}
.page-header-job .container {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.07);
    -webkit-transform: translateY(84px);
    -o-transform: translateY(84px);
    transform: translateY(84px);
}
.page-header-job.size-lg {
    padding-top: 10px;
}
.page-header-job .header-detail .logo {
    float: right;
    width: 92px;
    margin-left: 30px;
}
.page-header-job .header-detail .hgroup {
    display: inline-block;
    margin-top: 15px;
}
.page-header-job .header-detail h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 8px;
}
.page-header-job .header-detail h3 {
  
    font-size: 20px;
   
    margin: 0;
}
.page-header-job .header-detail time {
    float: left;
    font-size: 13px;
    color: #96a2b2;
    line-height: 92px;
}
.page-header-job .header-detail hr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-header-job p.lead {
    font-size: 18px;
    line-height: 30px;
}
.page-header-job ul.details {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.page-header-job .details li {
   
    line-height: 34px;
    font-size: 14px;
    color: #7e8890;

        display: inline-block;
   width: 33.333333%;
    float: right;

}
.page-header-job .details .fa,.page-header-job .details [class^=ti-] {
    font-size: 17px;
    display: inline-block;
    width: 26px;
    color: #96a2b2;
}
.page-header-job .button-group {
  display: inline-block;
  width: 100%;
    background-color: #fafafa;
   
    margin-top: 20px;
    padding: 20px 30px;
}
.page-header-job .button-group .social-icons {
    float: right;

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

}
.page-header-job .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
}
.page-header-job .social-icons li {
    display: inline-block;
    margin-bottom: 4px;
}
.page-header-job .social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.page-header-job .button-group .action-buttons {
    float: left;
    line-height: 12px;
}
.page-header-job .button-group .action-buttons .btn{
    width: auto;
    height: 45px;
    font-size: 18px;
}
.page-header-job .button-group .btn, .page-header .button-group .upload-button {
    margin-left: 8px;
}


/**********************/
.nav.nav-tabs li a{
    cursor: pointer;
}


.select2-container--default .select2-selection--single {
    height: 55px;
    border-radius: 10px;
}
.home-registration-form  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 52px;
    text-align: right;
}

 .select2-container .select2-selection--single .select2-selection__rendered {

    padding-right: 28px;
}

.home-registration-form  .select2-container {
 
    height: 55px;
}
.home-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow {
     left: 0;
    top: 12px;
 
}
.home-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow b {

    border-width: 9px 8px 0 8px;
}
.select2-container--default .select2-results > .select2-results__options {

    text-align: right;
}

.select2-container--default .select2-selection--multiple{
    height: 55px;
}

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

.dropdown.task_dropdown{
	float: left;

}
.dropdown.task_dropdown .dropdown-toggle{
	font-size: 20px;
	cursor: pointer;
}
.dropdown.task_dropdown .dropdown-menu{
	right: auto;
	left: 0;
}
.dropdown.task_dropdown .dropdown-menu>li>a{
	color: #000;
	cursor: pointer;
}
.dropdown.task_dropdown .dropdown-menu>li>a:hover,
.dropdown.task_dropdown .dropdown-menu>li>a:focus
{
	color: #fff;
}

/**********************************/
/* remote work */
.remote-work-sec .piece{
  display: inline-block;
  max-width: 100%;
  width: 700px;
  margin: 40px auto 40px auto;
 border-bottom: 1px dotted #999;
padding-bottom: 40px;
}
.remote-work-sec .piece:last-child{
  border-bottom: 0px ;

}
.remote-work-sec .piece img{
  max-width: 100%;

}
.remote-work-sec .piece h4{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.remote-work-sec .piece p{
  font-size: 18px;
  line-height: 30px;
}
 .head-style-1 {
   text-align: center;
   position: relative;
   line-height: 2;
}
 .head-style-1::before {
   content: "";
   position: absolute;
   width: 60%;
   height: 2px;
   top: auto;
   left: 0;
   bottom: 0;
   right: 0;
   margin: 0 auto;
   background-color: #dfdfdf;
}
 .head-style-1::after {
   content: "";
   position: absolute;
   width: 10%;
   height: 4px;
   top: auto;
   left: 0;
   right: 0;
   bottom: 0;
   margin: 0 auto;
   background-color: #12cfe9;
   transition: all 0.3s ease 0s;
}
 .head-style-1:hover::after {
   width: 30%;
}
/**********************************/
/* contact us */
.contact_us{
  background-image: url(../img/contact-bg.jpg);
}
.contact_us_inner{
  background-color: #fff;
    padding: 15px;
    border:1px solid #c5c5c5;
}
.contact_us .icon-box {
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #303d59;
    box-shadow: -2px 2px 8px #999;
    background-color: #fff;
}
.contact_us .icon-box.left a {
    margin-left: 15px;
    padding: 0;
}
.contact_us .icon-box i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffbc00;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*************************************/
.main-support img{
  max-width: 100%;
  width: 600px;
}
.main-support h4{
  font-size: 20px;
}
.support-sec .support-alert{
  background-color: #F6E2C5;
    border: 1px solid #F0D6B0;
        margin: 20px auto 0 auto;
    padding: 10px 15px;
        color: #1e5693;
}
.support-alert h5{
  line-height: 30px;
}
.support-ways{
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  border: 4px solid #F6E2C5;
}
.one-way{
  text-align: center;
}
.one-way img{
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}
img{
  max-width: 100%;
}

/*************************************/
/* questions and answers */
 

/* */
.answers-se .panel-group .panel{
    margin-bottom: 15px;
}
.answers-se .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.answers-se .panel-default>.panel-heading a {
     display: block;
    padding: 10px 15px;
    background: #015191;
    color: #fff;
      font-size: 20px;
}
.answers-se .panel-default>.panel-heading .panel-title{
     
  position: relative;
}
.answers-se .panel-default>.panel-heading .panel-title i {
position: absolute;
    top: 5px;
    left: 5px;
    font-size: 30px;
    color: #fff;
 
}
.answers-se .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #ffbc00;
    color: #fff;
  
}
.answers-se .panel-default .panel-body h5{
    line-height: 30px;
}


/****************************/
/* tzaker */

.tzaker-supp img{
  width: 400px;
  max-width: 100%;
}
.pargraph{
  color: #555;
  font-size: 18px;
  line-height: 30px
}

.tzaker .panel-title {
 
    font-size: 20px;
 
}

.form-wrapper {
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
  background-image: linear-gradient(top, #f6f6f6, #eae8e8);
  border-color: #dedede #bababa #aaa #bababa;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444;
  margin: 0 auto 20px auto;
  overflow: hidden;
  padding: 8px;
 
}

.form-wrapper #search {
  border: 1px solid #CCC;
  -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;

  font-size: 16px ;
height: 42px;
    padding: 10px;
    width: 85%;
}

.form-wrapper #search:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 1px 1px #bbb inset;
  -moz-box-shadow: 0 1px 1px #bbb inset;
  box-shadow: 0 1px 1px #bbb inset;
  outline: 0;
}

.form-wrapper #search:-moz-placeholder,
.form-wrapper #search:-ms-input-placeholder,
.form-wrapper #search::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}

.form-wrapper #submit {
  background-color: #0483a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0));
  background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -moz-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -ms-linear-gradient(top, #31b2c3, #0483a0);
  background-image: -o-linear-gradient(top, #31b2c3, #0483a0);
  background-image: linear-gradient(top, #31b2c3, #0483a0);
  border: 1px solid #00748f;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #FFF;
  color: #fafafa;
  cursor: pointer;
  height: 42px;
  float: right;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
  width: 100px;
}

.form-wrapper #submit:hover,
.form-wrapper #submit:focus {
  background-color: #31b2c3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3));
  background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -moz-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -ms-linear-gradient(top, #0483a0, #31b2c3);
  background-image: -o-linear-gradient(top, #0483a0, #31b2c3);
  background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper #submit:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  outline: 0;
}

.form-wrapper #submit::-moz-focus-inner {
  border: 0;
}

































