.error{
   color: #bf0a30 !important;
   font-weight: 600 !important;
}
.success{
   color: #023a15 !important;
   font-weight: 600 !important;
}

.form-slider
{
   position:absolute;
   top:150px;
   background:rgba(265,265,265,0.5);
}



.form-slider2
{
   display:none;
   background:rgba(1,1,1,0.5);
   width:100%;
   margin-top:50px;
   margin-bottom:50px;
   padding-top:10px;
   padding-bottom:10px;
}

.plr-30
{
   padding:0px 30px 0px 30px;
}

.add_new
{
   background:#24364c;
   padding:5px 10px;
   color:#fff;
   border-radius:5px;
}
.add_new:hover
{
   color:#fff;
   background-color: #0f2035;
}
.border-with-radius
{
   border: 1px solid #000 !important;
}

.sender a
{
   display:flex;
   text-align:center;
   padding-top:10px;
   margin-top:10px;
   border-top:1px solid #c9ced4;
   color: #4b7bec;
}

.autoscroller {
   padding: 5px 10px;
   height: 460px;
   /*width:360px;*/
   overflow: auto;
 }
 .autoscroller1 {
   padding: 5px 10px;
   height: 460px;
   overflow: auto;
 }
 .bg-habib li
 {
   background:#fff;
   padding:20px !important;
   margin-bottom: 20px !important;
   border-radius:4px;
 }
 .bg-habib p
 {
   line-height:20px;
   margin-bottom:0px;
   font-size:12px;
 }
 
.login-page .theme-card {
   padding: 30px;
   border: none;
   background-color: #f8f8f8;
   -webkit-box-shadow: 0 0 2px 2px #f1f1f1;
   box-shadow: 0 0 2px 2px #f1f1f1;
   line-height: 1;
}

.theme-card {
   position: relative;
}
.form-group {
   margin-bottom: 15px;
}
.badge
{
   background: #4b7bec;
   padding: .2em .4em !important;
   margin-top:-2px;
}
.small-btn1
{
   padding:11px 20px !important;
}
.font-20
{
   font-size:20px;
}
.rd1 p
{
   margin-bottom:0px;
   margin-top:5px;
}
.moretext {
   display: none;
}




main p {
   line-height: 1.5;
}

strong {
   font-weight: bold;
}

.job-description-container p {
   margin: 0.5rem 0;
}


/* utility */

.logo {
   color: #ff7847;
   font-family: 'Krona One', sans-serif;
   font-size: 2rem;
}

.flex-row {
   display: flex;
   flex-direction: row;
}

.flex-col {
   display: flex;
   flex-direction: column;
}

.center {
   align-items: center;
   justify-content: center;
}

.center-x {
   justify-content: center;
}

.margin-center {
   margin: 0 auto;
}

.sticky {
   position: sticky;
   width: 100%;
   top: 0;
}

.mt-1 {
   margin-top: 1rem;
}

.mb-4 {
   margin-bottom: 4rem;
}

.mr-auto {
   margin-right: auto;
}
.ml-auto {
   margin-left: auto;
}



.padding-half {
   padding: 0.5rem;
}

.padding-half-0 {
   padding: 0.5rem 0;
}



.padding-1 {
   padding: 1rem;
}

.padding-1-0 {
   padding: 1rem 0;
}

.padding-2 {
   padding: 2rem;
}

.header-listing {
   background-color: #f9f7f3;
   border-bottom: 1px solid #2f2f2f;
}

.font-light-sm {
   font-size: 75%;
}


/* structure */

.search-bar {
   border: 1px solid #2f2f2f;
}

.left-side {
   border-right: 1px solid #272727;
   flex-basis: 40%;
}

.right-side {
   flex-basis: 60%;
}

.job-main {
   overflow-y: scroll;
   height: 100%;
   max-height: 75vh;
}

.bg {
   background: linear-gradient(45deg, #bf0a30 85%, #f9f7f3 85%);
}

.max-1200 {
   max-width: 1200px;
   width: 100%;
}

main {
   background-color: #f9f7f3;
   box-shadow: 0 0 3px #333;
}

.job-listing-container {
   height: 125px;
   margin:0px 20px;
   border:1px solid;
   margin-bottom: 1rem;
   border-radius:5px;
}

.job-listing-container:hover {
   box-shadow: 0px 0px 5px #bf0a30;
}

.job-listing-container:last-child {
   margin-bottom: 0;
}

.home-intro h2, .home-intro-card h3 {
   font-size: 44px;
   font-weight: 700;
   color: #fff;
   font-family: 'Montserrat', sans-serif;
   text-align:center;
 }
 .section-separator {
   float: left;
   width: 100%;
   position: relative;
   margin: 10px 0 15px;
 }
 .section-separator::before {
   background: #3AACED;
 }
 .section-separator::before {
   content: '';
   position: absolute;
   left: 50%;
   top: 0;
   height: 4px;
   margin-left: -25px;
   width: 50px;
   border-radius: 3px;
 }
 .home-intro h3 {
   color: #fff;
   padding-top: 12px;
   text-align:center;
   font-size:14px;
 }
 .main-search-input-wrap {
   position: relative;
 }
 .main-search-input {
   border-radius: 4px;
 }
 .fl-wrap {
   float: left;
   width: 100%;
   position: relative;
 }

 .main-search-input::before {
   content: '';
   position: absolute;
   bottom: -40px;
   width: 50px;
   height: 1px;
   background: rgba(255,255,255,0.60);
   left: 50%;
   margin-left: -25px;
 }
 .main-search-input-item.location input, .main-search-input-item.location {
   border-radius: 6px 0 0 6px;
 }
 .main-search-input-item.location {
   border: none;
 }
 .main-search-input-item {
   float: left;
   width: 33.3%;
   box-sizing: border-box;
   border-left: 1px solid #eee;
   height: 50px;
   position: relative;
   background: #fff;
 }
 .main-search-input-item input {
   float: left;
   border: none;
   width: 100%;
   height: 50px;
   padding: 0 10px 0 10px;
 }

 .listing-item.has_one_column {
   padding: 0 !important;
 }
 .listing-item.has_one_column, .slick-slide-item .listing-item {
   width: 100%;
 }
 .listing-item {
   float: left;
   width: 50%;
   padding: 0 8px 0 0;
   margin-bottom: 12px;
   position: relative;
 }

 .listing-item.has_one_column .geodir-category-listing {
   padding-left: 13px !important;
 }
 .geodir-category-listing {
   border-radius: 10px;
   background: #fff;
   border: 1px solid #eee;
 }


 .listing-item.has_one_column .geodir-category-img {
   width: 40%;
   border-radius: 10px;
   top: 12px;
 }
 .geodir-category-img {
   float: left;
   width: 100%;
   position: relative;
   overflow: hidden;
   z-index: 1;
   border-radius: 10px 10px 0 0;
 }

 .geodir-category-img img, .gallery-item img {
   width: 100%;
   height: auto;
   -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
 }

 .geodir-category-img:hover img , .gallery-item:hover img{
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	transform: scale(1.15);
}
.listing-avatar {
	position:absolute;
	top:20px;
	left:20px;
	z-index:4;
}
.listing-avatar img {
	width:34px;
	height:34px;
	border-radius:100%;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.avatar-tooltip {
	position:absolute;
	top:2px;
	margin-top:20px;
	opacity:0;
	left:100%;
	margin-left:20px;
	min-width:150px;
	visibility: hidden;
	padding:9px 5px;
	border-radius:4px;
	background: #18458B;
	color:#fff;
	font-size:11px;
	font-weight:600;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
   line-height:1.1;
}
.listing-avatar:hover .avatar-tooltip {
	margin-top:0;
	opacity:1;
	visibility:visible;
}
.avatar-tooltip strong
{
   color: #3AACED;
 }

 .sale-window {
	position:absolute;
	right:20px;
	top:20px;
	z-index:3;
	background:#ffb700;
	padding:8px 18px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	font-size:11px;
	color:#fff;
	-webkit-transform: translate3d(0,0,0);
   line-height:1.1;
}
.sale-window:before , .sale-window:after {
    content: '';
    position:absolute;
    width: 0;
    height: 0;
 	left:0;
}
.sale-window:after {
    border-bottom: 14px solid #ffb700;
    border-left: 16px solid transparent;
    margin-left: -16px;
    margin-top: 6px;
}
.sale-window:before  {
    border-top: 14px solid #ffb700;
    border-left: 16px solid transparent;
    margin-left: -16px;
    margin-top: -8px;
}
.sale-window.big-sale:after {
	border-bottom: 14px solid #3AACED;
}
.sale-window.big-sale:before {
	border-top: 14px solid #3AACED;
}
.sale-window.big-sale {
	background:#3AACED;
}

.list-single-hero-title, .map-card-rainting, .geodir-category-opt, .listing-item-cat, .ajax-modal-title {
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,27,65,0)), color-stop(100%,rgba(6,27,65,0.95)));
   background: -webkit-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
   background: -o-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
   background: -ms-linear-gradient(top, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
   background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
 }
 .geodir-category-opt {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 3;
   padding: 0px 15px;
   cursor: pointer;
 }
 .geodir-category-opt .listing-rating {
   float: left;
   position: relative;
   top: 10px;
   line-height:1.1;
 }

 .geodir-category-opt .listing-rating i, .listing-rating i{
   color: #F9B90F;
 }
 .geodir-category-opt .listing-rating i {
   font-size: 10px;
   margin-right: 4px;
 }

 .geodir-category-opt .rate-class-name {
   float: right;
   position: relative;
   top: -6px;
   line-height:1.1;
 }

 .geodir-category-opt .rate-class-name .score {
   float: left;
   color: #fff;
   margin-right: 10px;
   font-size: 11px;
 }

 .geodir-category-opt .rate-class-name .score strong {
   display: block;
   text-align: right;
   margin: 8px 0 2px;
   font-style: normal;
   color: #fff;
   font-size: 13px;
   font-family: 'Montserrat', sans-serif;
   font-weight: 500;
 }

 .geodir-category-opt .rate-class-name span {
   background: #18458B;
   color: #fff;
   float: left;
   font-weight: 600;
   border-radius: 5px 5px 5px 0;
   padding: 12px;
   box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
   line-height: 1.1;
 }

 .listing-item.has_one_column .geodir-category-content {
   width: 60%;
 }
 .geodir-category-content {
   padding: 20px;
   z-index: 2;
 }

 .geodir-category-content-title {
   padding-bottom: 5px;
   margin-bottom: 3px;
   border-bottom: 1px dotted #ccc;
 }

 

 .geodir-category-content-title-item {
   float: left;
   width: 100%;
   position: relative;
   z-index: 1;
 }



 .geodir-category-content h3 a {
   color: #46A5DC;
 }



 .geodir-category-location a i
 {
   color: #F9B90F;
 }




 .facilities-list {
   margin: 0px 0 5px;
   list-style: none;
 }



 .facilities-list li a {
   color: #ADC7DD;
   font-size: 12px;
   font-weight:bold;
 }

 .facilities-list li span {
   position: absolute;
   opacity: 0;
   left: -20px;
   top: -34px;
   height: 26px;
   line-height: 26px;
   min-width: 90px;
   color: #fff;
   font-size: 11px;
   visibility: hidden;
   border-radius: 4px;
   background: #18458B;
 }



 .geodir-category-price span
 {
   color: #3AACED;
 }
 .geodir-category-price span {
   font-weight: 600;
   margin-top: 6px;
   font-size: 13px;
 }




 .geodir-opt-tooltip
 {
   background: #18458B;
   position: absolute;
   opacity: 0;
   right: 0;
   top: -40px;
   height: 30px;
   line-height: 30px;
   min-width: 100px;
   margin-left: -75px;
   color: #fff;
   font-size: 11px;
   visibility: hidden;
   border-radius: 4px;
 }


 .geodir-opt-list a {
	float:right;
	width:36px;
	height:40px;
	margin-left:5px;
	background: #ECF6F8;
	line-height:40px;
	position:relative;
	color:#999;
	border-radius:4px;
	font-size:15px;
   text-align: center;
}
.geodir-opt-list a:hover  i , .show-search-button:hover i{
	transition: all .2s ease-in-out;
    animation: bounce 1s;
	color:#fff;
}
.geodir-opt-list a:hover{
	background: #46A5DC;
}
@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.geodir-opt-link {
	padding-right:6px;
}
.geodir-opt-link a {
	float:left;
	height:36px;
	line-height:36px;
	color: #fff;
	background: #ECF6F8;
	width:100%;
	font-weight:500;
	border-radius:4px;
	text-align:left;
	padding-left:20px;
}
.geodir-opt-link a:hover{
	background: #18458B !important;
}
.geodir-opt-link a i {
	position:absolute;
	right:0;
	width:40px;
	height:36px;
	line-height:36px;
	top:0;
	font-size:8px;
    border-left: 1px solid rgba(255,255,255,0.21);
    text-align: center;
}
.geodir-opt-link a:hover {
	color:#fff;
} 
.geodir-opt-tooltip {
	position:absolute;
	opacity:0;
	right:0;
	top:-40px;
	height:30px;
	line-height:30px;
	min-width:100px;
	margin-left:-75px;
	color:#fff;
	font-size:11px;
	visibility: hidden;
	border-radius:4px;
}
.geodir-opt-tooltip strong {
	color:#fff;
	padding-left:6px;
}
.geodir-opt-list a:hover .geodir-opt-tooltip {
	opacity:1;
	visibility:visible;
}
.text-right
{
   float:right;
}
.top-text-light {
   color: #999;
   font-size: 0.8em;
 }



 
@media only screen and (max-width: 1280px) and (min-width: 1040px) {
   #demo
   {
      height:800px;
   }
   .width-100 {
      height: 800px;
   }
}

@media only screen and (max-width: 1039px) and (min-width: 768px) {
   #demo
   {
      height:700px;
   }
   .width-100 {
      height: 700px;
   }
   .form-slider {
      top: 85px;
   }
   .pad-none {
      padding: 0 !important;
    }
    .pb-20 {
      padding-bottom: 0px !important;
    }
   .form-slider1
   {
      display:none;
   }
   .form-slider2
   {
      display:block;
   }
}

@media only screen and (max-width: 580px) {
   #demo
   {
      height:1000px;
   }
   .mp0
   {
      padding-left:0px !important;
      padding-right:0px !important;
   }
   .mbw50
   {
      width:50% !important;
   }
   .mm20
   {
      margin-top:20px;
   }
   .chatlist
   {
      padding-left:0px !important;
      padding-right:0px !important;
   }
   .width-100 {
      height: 1000px;
   }
   .form-slider {
      top: 70px;
   }
   .plr-30 {
      padding: 0px 10px 0px 10px;
    }
    .form-slider1
   {
      display:none;
   }
   .form-slider2
   {
      display:block;
   }
   .pad-lr-50 {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
    .pad-100 {
      padding: 20px 0px 0px 0px !important;
    }
    .home-intro h2, .home-intro-card h3 {
      font-size: 23px;
    }
    .home-intro h3 {
      font-size: 12px;
      padding-top:0px;
    }
    .pad-tb-130
    {
      padding-top:50px !important;
    }
    .mt-minus
    {
      background:#003b95;
    }
    

    .flex-row {
      display: block;
   }
   .text-right
   {
      float:left;
      margin-top:10px;
   }
   .mobile-padding-none
   {
      padding:0px !important;
   }

   .sidebar {
      padding-top: 0px !important;
    }
    .information {
      padding: 0px !important;
    }
    .sidebar .widget {
      margin-bottom: 10px;
      padding: 10px 20px 10px 20px !important;
    }
    .recent-posts
    {
      display:none;
    }
    .listing-item.has_one_column .geodir-category-img {
      width: 100%;
    }
    .listing-item.has_one_column .geodir-category-content {
      width: 100%;
    }
    .geodir-opt-list {
      top: 5px;
    }
    .geodir-category-price {
      padding: 4px 12px;
      margin-top: 6px;
    }
    .geodir-category-content {
      padding: 10px 5px;
    }
    .listing-item.has_one_column .geodir-category-img {
      top: 0px;
    }
    .listing-item.has_one_column .geodir-category-listing {
      padding-left: 0px !important;
    }
    .widget-title .title {
      font-size: 14px !important;
    }
    .category-list > li > a {
      font-size: 13px !important;
      font-weight: 600 !important;
    }
    .mobile-padding-none-5
    {
      padding-right:5px;
      padding-left:5px;
    }
}














.show-hide {
   background-color: #24364c;
   padding: 8px;
   display: none;
   color:#fff;
   border-radius:5px;
   margin-bottom:10px;
   cursor: pointer;
   width: 100%;
   text-align: center;
 }
 
 .information {
   padding: 8px;
 }
 
 @media only screen and (max-width: 480px) {
   .show-hide {
     display: inline-block;
   }
   .information {
     display: none;
   }
 }

 a.disabled {
   /* Make the disabled links grayish*/
   color: gray;
   /* And disable the pointer events */
   pointer-events: none;
 }

.bg-light-comment
{
   background:#EFF1F2;
}
.pad-bottom-300
{
   padding-bottom:100px;
}

.features li
{
   list-style:bullet;
   margin-bottom:10px;
}

.contact_dir_reverse
{
   direction: ltr;
   unicode-bidi: embed;
}


#w-input-container {
   width: 500px;
   max-width: 500px;
   min-height: 20px;
   box-sizing: border-box;
   padding: 2px 5px;
   background-color: #fff;
   border: 1px solid #ccc;
   margin-top:-10px;
   margin-right: 55px;
   margin-left:30px;
   border-radius: 4px;
 }
 
 .w-input-text-group {
   position: relative;
 }
 
 .w-placeholder {
   color: #a0a0a0;
   top: 0;
   pointer-events: none;
   user-select: none;
   position: absolute;
   opacity: 0;
   transition: 0.2s padding ease-in-out;
 }
 
 #w-input-text {
   overflow-x: hidden;
   overflow-y: auto;
   white-space: pre-wrap;
   word-wrap: break-word;
   z-index: 1;
   max-height: 100px;
   min-height: 20px;
   padding: 0 0 0 2px;
   outline: 0;
   transition: 0.2s padding ease-in-out;
 }
 
 #w-input-text:empty + .w-placeholder {
   opacity: 1;
 }
 
 #w-input-text:focus + .w-placeholder {
   padding: 0 6px 0px;
 }
 
 #w-input-text:focus {
   padding: 0 6px 0px;
 }
.stc
{
   position:absolute;
   bottom:15px;
   right:5px;
}

.stc1
{
   position:absolute;
   bottom:18px;
   left:5px;
}

.scrollable-textarea {
   resize: none !important;
   
   height: 32px;
   min-height: 20px !important;
   max-height: 100px !important;
   width:86%;
   font-size: 13px;
 }

.style1
{
   color: #208440 !important;
   border:  2px solid #208440 !important;
}

.style2
{
   color: red !important;
   border:  2px solid red !important;
}

.style3
{
   color: #2388df !important;
   border:  2px solid #2388df !important;
}

.style4
{
   color: black !important;
   border:  2px solid black !important;
}
@media (max-width: 767px) {
   #w-input-container {
      margin-right: 30px;
   }
   .social
   {
      display:none;
   }
   .scrollable-textarea {
      width:83%;
    }
}
@media (max-width: 380px) {
   .scrollable-textarea {
      width:81%;
    }
}