/*
* HireMee - Bootstrap 4 Template
* Build 18-09-2018: September 2018
* Version: 1.0
* Author: Vikrant
* Copyright (C) 2018 Vee Technologies
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
      -2.1 SECTION TITLE
      -2.2 BUTTONS
      -2.3 SOCIAL ICON
      -2.4 PRE LOADER
      -2.5 SCROLL TO UP
  3. HERO AREA
  4. NAVBAR
  5. SERVICES SECTION
  6. ACCORDIAN COMPONENT
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
   html{overflow-x: hidden;}
body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  /*overflow-x: hidden;*/
  /*height: 100vh;*/
}

a:hover, a:focus {
  color: #679d02;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  letter-spacing: 1px;
}
h1{
  font-size: 48px;
}
h2{
  font-size: 32px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{font-size: 18px;font-weight: 700;letter-spacing: 1px;color: #5e7f2a;}
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #679d02;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding: 32px 0;
  min-height: 410px;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 24px;
  margin-top: 0;
  font-weight: 700;
  color: #333;
  position: relative;
}

.section-header .section-title span {
  color: #679d02;
}
.section-subtitle{
  width: 75%;
  margin: 0 auto;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  margin-top: 15px;
}
.section-header .lines .theme{
  border-top: 2px solid #679d02 !important;
}
.section-header .lines .white {
  border-top: 2px solid #fff !important;
}
.section-header .lines .gray {
  border-top: 2px solid #333333 !important;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  /*color: #fff;*/
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.navbar{
  padding: 0 !important;
  /*height: 80px;*/
  background-color: #fff;
}
.navbar-brand img{
  width: 180px;
  height: auto;
}
.btn-common {
  border: 1px solid #679d02;
  background: #679d02;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff!important;
  background: #7D9E35;
  border-color: #7D9E35;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
  cursor: pointer;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #679d02;
  cursor: pointer;
}

.btn-lg {
  padding: 12px 40px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 4px;
}
.hiremee-no-hover:hover{
  background: transparent !important;
}
.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 24px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 48px;
  color: #a5a2a2;
}

.social-icons ul li a:hover {
  color: #fff;
}
.facebook a:hover {
  background: #4867AA;
}
.twitter a:hover {
  background: #1DA1F2;
}
.google-plus a:hover {
  background: #DD4D42;
}
.youtube a:hover {
  background: #DF2926;
}
.linkedin a:hover {
  background: #007BB6;
}

.pinterest a:hover {
  background: #BD081C;
}
.dribbble a:hover {
  background: #EA4C89;
}
.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #679d02;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#hiremee-main-nav{
  z-index: 99999999;
  background-color: rgba(255,255,255, 0.98);
  box-shadow: 0 0 5px #bbb;
}

/* ==========================================================================
  -2.5 Scroll To Up
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 1000;
}
.back-to-top:hover i{
  background-color: #333;
}
.back-to-top:hover i{
  transform: translateY(-8px);
  cursor: pointer;
}
.back-to-top i {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background-color: #679d02;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  box-shadow: 0 0 5px #bbb;
}
#hero-area .bg-overlay{
  background: rgba(51,51,51,0.6);
}
#hero-area .contents {
  padding: 150px 0 80px;
}

#hero-area .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 6px;
}
#hero-area .contents p {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #679d02;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar{
  box-shadow: 2px 0 8px #bbb;
  z-index: 1040;
}
.navbar-brand {
  position: relative;
  padding: 0px;
}
.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #fff !important;
  background-color: #679d02 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #fff !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  /*padding: 0 22px;*/
  /*margin-top: 20px;
  margin-bottom: 20px;*/
  margin-left: 16px;
 /* line-height: 30px;*/
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hiremee-cta-btn-social{
  color: #679d02;
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav li a.cta{
  color: #fff;
  background-color: #679d02;
}
.navbar-expand-lg .navbar-nav li a:hover .cta{
  color: #fff;
  background-color: #333;
}
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #fff;
  background-color: #679d02;
}

.navbar .nav-link.active {
  color: #fff !important;
  background: #679d02;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #fff;
background: #fff;
}

.slicknav_menu .slicknav_icon-bar {
  background: #679d02;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }

  .modal-content{
    width: 80vw;
  }

}
.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .banner-separater{
    display: none;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px;
    top: 0;
    width: 80%;
  }
  .navbar-brand img {
    width: 25%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #679d02;
    color: #fff;
  }
  .slicknav_menu ul{
    border-bottom: 8px solid #8ec640;
    overflow-x: hidden;overflow-y: auto;
  }
  .slicknav_nav a{
    padding: 8px 15px;
    font-size: 16px;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #679d02;
    background: #f8f9fa;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #679d02;
  }
}
@media screen and (max-width: 540px) {
.hme-college-captian-banner .m-college-left{margin-left:0px;}
#accordion a{font-size: 15px;}
  .navbar-brand img {
    width: 45%;
  }
  .banner-separater{
    display: none;
  }

}

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes .icon img {
  width: 60px;
  height: 60px;
}
.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #679d02;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.hiremee-bottom-margin-2x{
  margin-bottom: 48px;
}

.item-boxes:hover .hiremee-no-hover {
  background: transparent !important;
}
.item-boxes:hover .icon i {
  color: #fff;
}
.hiremee-article-listing{
  height: 300px;
  margin-bottom: 0 !important;

}
/* ==========================================================================
   6 Accordian Component
   ========================================================================== */
.accordion {
  font-size: 1.3rem;
  width: 100%;
  margin: 0 auto 24px auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 12px 8px;
  background: #2c3e50;
  text-transform: capitalize;
  color: white;
  cursor: pointer;
  font-size: .8em;
  letter-spacing: .1em;
  transition: all .3s;
  margin-bottom: 4px;
  border-radius: 4px;
}

.accordion-header:hover {
  background: #679d02;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 8px;
  font-size: 16px;
  background-color: #d6d6d6;
}
.accordion-body__contents .accordian-list li:before{
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "\e87a";
  font-family: Linearicons-Free;

}
/*.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}*/

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\e874";
  font-family: Linearicons-Free;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #679d02;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}
/* ==========================================================================
   7 Pre Header
   ========================================================================== */
.hme-pre-header{
  min-height: 40px;
  background : -moz-linear-gradient(49.8% -272.16% -88.83deg,rgba(162, 211, 68, 1) 0%,rgba(158, 207, 63, 1) 6.37%,rgba(118, 171, 19, 1) 68.14%,rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-linear-gradient(-88.83deg, rgba(162, 211, 68, 1) 0%, rgba(158, 207, 63, 1) 6.37%, rgba(118, 171, 19, 1) 68.14%, rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-gradient(linear,49.8% -272.16% ,50.28% 502.43% ,color-stop(0,rgba(162, 211, 68, 1) ),color-stop(0.0637,rgba(158, 207, 63, 1) ),color-stop(0.6814,rgba(118, 171, 19, 1) ),color-stop(0.9944,rgba(103, 157, 2, 1) ));
  background : -o-linear-gradient(-88.83deg, rgba(162, 211, 68, 1) 0%, rgba(158, 207, 63, 1) 6.37%, rgba(118, 171, 19, 1) 68.14%, rgba(103, 157, 2, 1) 99.44%);
  background : -ms-linear-gradient(-88.83deg, rgba(162, 211, 68, 1) 0%, rgba(158, 207, 63, 1) 6.37%, rgba(118, 171, 19, 1) 68.14%, rgba(103, 157, 2, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D344', endColorstr='#679D02' ,GradientType=0)";
  background : linear-gradient(178.83deg, rgba(162, 211, 68, 1) 0%, rgba(158, 207, 63, 1) 6.37%, rgba(118, 171, 19, 1) 68.14%, rgba(103, 157, 2, 1) 99.44%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A2D344',endColorstr='#679D02' , GradientType=1);
  color: #fff;
  padding: 8px;
  font-size: 15px;
}
.hme-pre-header a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.hme-pre-header a:hover{
  text-shadow: 0 0 2px #333333;
}
.hme-pre-header a.login{
  color: #333333;
  background-color: #fff;
  padding: 0 8px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  margin-right: 0;
  line-height: 24px;
}
.hme-pre-header a.login:hover{
  color: #fff;
  background-color: #0084b5;
  font-weight: 400;
}
.hme-icon{
  font-size: 24px;
  position: absolute;
  margin-right: 15px;
  display: inline-block;
  top: 1px;
}
.hme-pre-header a span.label{
  display: inline-block;
  margin-left: 30px;
}
.hme-pre-header a.login span{
  font-size: 14px;
  font-weight: 700;
}
/* Header Download CTA Background*/
.hme-cta-bg{
  background : -moz-linear-gradient(49.75% 93.67% 88.7deg,rgba(97, 210, 36, 1) 21.23%,rgba(99, 194, 26, 1) 49.99%,rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-linear-gradient(88.7deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-gradient(linear,49.75% 93.67% ,50.36% -12.66% ,color-stop(0.2123,rgba(97, 210, 36, 1) ),color-stop(0.4999,rgba(99, 194, 26, 1) ),color-stop(0.9944,rgba(103, 157, 2, 1) ));
  background : -o-linear-gradient(88.7deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -ms-linear-gradient(88.7deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224', endColorstr='#679D02' ,GradientType=0)";
  background : linear-gradient(1.3deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  border-radius : 20px;
  -moz-border-radius : 20px;
  -webkit-border-radius : 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224',endColorstr='#679D02' , GradientType=1);
}
.hme-cta-bg:hover, .hme-cta-bg:focus{
  background : -moz-linear-gradient(50% -22.76% -90deg,rgba(97, 210, 36, 1) 21.23%,rgba(99, 194, 26, 1) 49.99%,rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-linear-gradient(-90deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-gradient(linear,50% -22.76% ,50% 154.47% ,color-stop(0.2123,rgba(97, 210, 36, 1) ),color-stop(0.4999,rgba(99, 194, 26, 1) ),color-stop(0.9944,rgba(103, 157, 2, 1) ));
  background : -o-linear-gradient(-90deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -ms-linear-gradient(-90deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224', endColorstr='#679D02' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  border-radius : 20px;
  -moz-border-radius : 20px;
  -webkit-border-radius : 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224',endColorstr='#679D02' , GradientType=0);
  box-shadow: 2px 3px 3px #bbb; 
}
.btn-cta{
  height: 40px;
  min-width: 170px;
  border-radius: 40px;
  font-size: 18px;
  border: 1px solid #679d02;
  padding: 0 16px;
  line-height: 40px;
}
.btn-cta:hover{
  color: #fff;
    transform: scale(1.12);
    transition: all 0.2s ease-in-out;
}
/*Landing Search form*/
.hme-landing-search{
  width: 80%;
  margin: 0 auto;
}
.hme-landing-search input{
  width: 20%;
  border: 1px solid #bababa;
  border-radius: 0;
  height: 40px;
  border-radius: 40px 0 0 40px;
  font-size: 14px;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hme-landing-search input:focus{
  border-color: #679d02;
  transition: all 0.2s ease-in-out;
}

.hme-landing-search .btn-landing-form{
  width: 10%;
  height: 40px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 0 40px 40px 0;
  background-color: #a1d244;
  color: #fff;
  padding: 8px;
}
.hme-landing-search .btn-landing-form:hover, .hme-landing-search .btn-landing-form:focus{
  background-color: #5e8703;
  transition: all 0.2s ease-in-out;
}
/* Custom Select*/
.hme-select-style, .hme-select-style1 {
    padding: 0;
    margin: 0;
    border: 1px solid #bababa;
    border-radius: 0;
    overflow: hidden;
    width: 25%;
    height: 40px;
    background-color: #fff;
    position: relative;
}
.hme-select-style1{
    width: 125px !important;
}


.hme-select-style1::after {
    font-family: 'hiremeeicons' !important;
    content: "\e937";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #333;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
}
.hme-select-style:after{
    font-family: 'hiremeeicons' !important;
    content: "\e937";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2px;
    top: 8px;
    color: #333;
    display: inline-block;
    z-index: 1;
    background-color: #fff;
}
.hme-select-sm:after{
    right: 16px;
}
.hme-select-style select, .hme-select-style1 select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    color: #333;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    z-index: 500;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.hme-select-style select:focus {
    outline: none;
    border-color: #679d02 !important;
}

/*
  Footer Section
*/
footer{
  margin-top: -8px;
  padding: 24px 0 0 0;
  background-color: #333;
  color: #a5a2a2;
  min-height: 220px;
  border-bottom: 10px solid #679d02;
}
footer .footer-brand{
  display: inline-block;
}
footer .footer-brand img{
  max-width: 236px;
}
footer .footer-address{
  line-height: 1.2;
  margin: 24px 0;
}
footer .footer-link-header{
  padding-left: 10px;
  border-left: 3px solid #8ec640;
}
footer .footer-link li{
  color: #a5a2a2;
  line-height: 30px;
}
footer .footer-link li a{
  color: #a5a2a2;
}
footer .footer-link li:hover a{
  color: #ffffff;
}
footer .footer-link li a:before{
  display: inline-block;
  margin-right: 15px;
  font-family: 'Linearicons-Free';
  content: "\e874";
  transform: rotate(275deg);
  transition: all 0.5s ease-in-out;
}
footer .footer-link li:hover a:before{
  transform: rotate(-275deg);
  transition: all 0.3s ease-in-out;
}
footer .footer-link li:hover a span{
  transform: rotate(-360deg);
  transition: all 0.3s ease-in-out;
}
footer .footer-copyright{
  min-height: 64px;
  margin-top: 24px;
  padding: 16px;
  background-color: rgba(0,0,0,0.35);
}
footer .footer-download-wrap{
  margin: 16px 0;
}
footer .footer-download-wrap a{
  margin-right: 16px;
}
footer .footer-download-wrap a:hover{
  transform: scale(1.18);
}
.hme-hover-scale:hover img{
  transform: scale(1.14);
  transition: all 0.3s ease-in-out;
}
/*Bootstrap Modal Customize*/
.hme-modal-close{
    position: absolute;
    top: -24px;
    right: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #679d02;
    opacity: 1;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    z-index: 1050;
}
.hme-modal-close:hover{
    color: #fff;
    background-color: #5e8703;
    transform: rotate(90deg);
    transition: all 0.4s ease-in-out;
}

.modal-content{
  border-radius: 0;
  min-height: 220px;
  padding-top: 16px;
}
.modal-header{
  padding-left: 10px;
  height: 30px;
  margin-bottom: 20px;
  border-bottom: none;
  border-left: 3px solid #8ec640;
}
.hme-login-toggle{
  padding-left: 40px;
  background-color: #bbbbbb;
  color: #fff;
  height: 54px;
  text-align: left;
  position: relative;
  line-height: 1;
  text-transform: none;
  font-size: 18px;
}
.hme-login-toggle:before{
  font-family: 'hiremeestatic' !important;
  content: "\e92a";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 32px;
  height: 32px;
  background: url();
}
.hme-login-toggle small{
  display: block;
  line-height: 1;
  font-size: 12px;
}
.login-toggle .active{
  background-color: #679c02;
  outline: none !important;
}
.hme-alert{
  border: 1px solid #1371a9;
  background-color: #3fa8f4;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  padding: 8px;
  border-radius: 4px;
}
.hme-alert .icon{
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  box-shadow: 0 0 5px #bbb;
}
/* Genric Classes */
.video-480{width: 480px;}
.video-420{width: 420px; margin: 0 auto}
.img-w-200{width: 200px;}
.c-hme-brand{color: #5e7f2a;}
.c-hme-brand-light{color: #8EC640;}
.c-brand-light{color: #84A437 !important;}
.c-hme-white{color: #fff !important;}
.c-hme-gray{color: #333 !important;}
.hme-bgm-blue{background-color: #3D54E0 !important;}
.hme-bgm-light-gray{background-color: #E8E8E8 !important;}
.hme-bgm-brand{background-color: #8EC640;}
.border-radius-12{border-radius: 12px;}
.mr-6{margin-right: 6rem}
.ml-6{margin-left: 6rem}
.ml-3{margin-left:3%; }
.mt-3{margin-left:3%; }
.c-white{color: #fff !important;}
.c-active-rating{color: #FFBA00;}
.hme-min-height-300{min-height: 300px !important;}
.hme-min-height-260{min-height: 260px !important;}
.hme-btn-48{height: 48px;padding: 14px 16px !important;}
.w-17p{width: 17% !important;}
.f-64{font-size: 64px !important;}
.f-14{font-size: 14px !important;}
.f-400{font-weight: 400 !important;}
.hme-btn-link{color: #333; font-weight: 600; padding: 15px 20px;}
.hme-btn-link:focus{color: #333 !important; font-weight: 600; padding: 15px 20px;}
.hme-form-label{font-weight: 600; color: #333333;}
.hme-min-width-wrapper-25p{width: 25%; margin-right: 16px;}
.hme-min-width-wrapper-40p{width: 40%; margin-right: 16px;}
.hme-min-width-wrapper-10p{width: 10%; margin-right: 0;}
.hme-min-width-wrapper h5{font-size: 16px; font-weight: 600;}
.btn-outline-info{color: #0099ff;}
.hme-card-btn-jobs{
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 8px;
  background-color: #679c02;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
.hme-card-btn-jobs:hover{
  background-color: #4e7003;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.hme-card-btn-jobs i{
  margin-right: 8px;
}
/* Static Page Header*/
.hme-landing-job-list{
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
  width: 90%;
  transition: all 0.3s ease-in-out;
}
.hme-landing-job-list:hover{
  transition: all 0.3s ease-in-out;
  transform: translateX(5px);
}
.hme-jobs-divider{
  position: absolute;
    height: 280px;
    width: 8px;
    display: inline-block;
    background-color: rgba(142, 198, 64, 0.5);
    left: -35px;
    border-radius: 8px;
    top: 22%;
}
.hme-home-list{
  border-bottom: 1px solid #DDDDDD;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
.hme-home-list:hover{
  box-shadow: 0 0 5px #dddddd;
  background-color: #EFEFEF;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
.hme-jobs-divider:before{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(142, 198, 64, 0.5);
  position: absolute;
  left: 0px;
  top: -16px;
  content: '';
}
.hme-jobs-divider:after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(142, 198, 64, 0.5);
  position: absolute;
  left: 0px;
  bottom: -16px;
  content: '';
}
.hme-home-college-logo{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}
.hme-static-header{
  padding: 24px 0;
  background : -moz-linear-gradient(50% 285.45% 90deg,rgba(255, 255, 255, 1) 68.18%,rgba(239, 239, 239, 1) 79.86%,rgba(203, 203, 203, 1) 99.44%);
  background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 68.18%, rgba(239, 239, 239, 1) 79.86%, rgba(203, 203, 203, 1) 99.44%);
  background : -webkit-gradient(linear,50% 285.45% ,50% 5.45% ,color-stop(0.6818,rgba(255, 255, 255, 1) ),color-stop(0.7986,rgba(239, 239, 239, 1) ),color-stop(0.9944,rgba(203, 203, 203, 1) ));
  background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 68.18%, rgba(239, 239, 239, 1) 79.86%, rgba(203, 203, 203, 1) 99.44%);
  background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 68.18%, rgba(239, 239, 239, 1) 79.86%, rgba(203, 203, 203, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CBCBCB' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(255, 255, 255, 1) 68.18%, rgba(239, 239, 239, 1) 79.86%, rgba(203, 203, 203, 1) 99.44%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBCBCB',endColorstr='#FFFFFF' , GradientType=0);
}
.hme-header-title{
  border-left: 3px solid #8ec640;
  padding-left: 8px;
  color: #333;
}
.hme-static-header li a{
  color: #333333;
}
/* Widget Components */
.hme-iso-widget{
  color: #333;
  text-align: center;
  padding: 8px;
  border: 1px solid #cdcdcd;
}
.hme-app-qr-wrapper{
  background-color: rgba(255,255,255, 0.8);
  padding: 16px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
  max-width: 25%;
}
.hme-app-qr-wrapper img{
  margin: 0 auto;
}
  /*ISO Icon*/
  .cls-1,.cls-5{fill:#737373;}.cls-2{fill:#4d6ca5;}.cls-3{fill:#4e6ba5;}.cls-4{fill:none;stroke:#737373;stroke-miterlimit:10;}.cls-5{font-size:11.63px;}
.hme-widget-title{
  background : -moz-linear-gradient(90.65% -13.91% -166.57deg,rgba(97, 210, 36, 1) 21.23%,rgba(99, 194, 26, 1) 49.99%,rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-linear-gradient(-166.57deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-gradient(linear,90.65% -13.91% ,6.42% 118.52% ,color-stop(0.2123,rgba(97, 210, 36, 1) ),color-stop(0.4999,rgba(99, 194, 26, 1) ),color-stop(0.9944,rgba(103, 157, 2, 1) ));
  background : -o-linear-gradient(-166.57deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -ms-linear-gradient(-166.57deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224', endColorstr='#679D02' ,GradientType=0)";
  background : linear-gradient(256.57deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224',endColorstr='#679D02' , GradientType=1);
  height: 40px;
  line-height: 24px;
  padding: 8px;
  color: #fff;
  font-size: 20px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.hme-widget{
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}
.hme-widget img{
  width: 100%;
}
.hme-widget-title i{
  position: absolute;right: 16px;
  top: 10px;
  transform: rotate(270deg);
}
.hme-widget .footer{
  padding: 8px 8px 0 8px;
  line-height: 1;
}
/*Widget List */
.hme-widget-list{
  margin: 8px 0;
  border-bottom: 1px solid #dadada;
  color: #333;
  padding-bottom: 8px;
  display: block;
}
.hme-widget-list-items img{
  width: 48px;
  height: 48px;
  margin-right: 4px;
}
.hme-widget-list-items .hme-list-title{
  font-size: 14px;
  font-weight: 600;
 /* text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}
.hme-widget-list-items .hme-list-content{
  font-size: 12px;
  line-height: 1.1;
}
.hme-widget-list-items .hme-list-content p{
  margin-bottom: 4px;
}
.hme-widget-list-items .hme-list-content em{
  font-weight: 600;
  font-size: 10px;
  padding: 0;
  line-height: 1;
}

/* Testimonials Section */
.hme-testimonial{
  background: url('../images/testimonial_bg.jpg') fixed no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
}
.hme-testimonial .wrapper{
  background-color: rgba(255,255,255, 0.88);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px 0;
  margin-top: -32px;
}
.hme-download-link{
  background: url('../images/download_bg.jpg') fixed no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 250px !important;
}

.hme-jobs-count{
  background: url('../images/web_Opportunities_Background-hme-web.jpg') fixed no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 250px !important;
  padding: 0;
}
.hme-help .item{
  margin-bottom: 16px;
}
.hme-help .card-body{
  padding: 12px;
  font-size: 14px;
}
/*.hme-candidate-banner{
  background: url('../images/slider-banner.png') no-repeat;
  background-size: cover;
  width: 100%;
  display: inline-block;
  min-height: 350px !important;
  padding: 0px 15px!important;
  position: relative !important;
}*/
.hme-jobs-count .wrapper{
  background-color: rgba(0,0,0,0.5  );
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 48px 0 0 0;
  min-height: 250px !important;
}
.hme-jobs-count .job-counts{
  background-color: #fff;
  margin: 16px;
  padding: 8px 8px 24px 8px;
}
.hme-download-banner {
    background: url(../images/slider/download_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 500px !important;
    z-index: 100;
    color: #fff;
    height: 514px;
}
.hme-company-banner{
  background: url('../images/company_bg.jpg') no-repeat, 
                #EAF4FF;
  background-position: top center;
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 320px !important;
  z-index: 100;
  text-align: center;
}
.hme-college-captian-banner{
  background: url('../images/web_job_caption_bg-hme-web.jpg') no-repeat, 
                #ffffff;
  /*background-position: 85% 35%;
  background-size: contain;
  background-size: 30%;*/
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 320px !important;
  z-index: 100;
  background-size: cover;
}
.hme-college-banner{
  background: url('../images/college_bg.jpg') no-repeat, 
                #EAF4FF;
  background-position: top center;
  background-size: cover;
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 320px !important;
  z-index: 100;
  text-align: center;
}
.hme-banner-cta-btn{
  position: absolute;
  bottom: 48px;
  background : -moz-linear-gradient(49.77% 2.58% -88.83deg,rgba(97, 210, 36, 1) 21.23%,rgba(99, 194, 26, 1) 49.99%,rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-linear-gradient(-88.83deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-gradient(linear,49.77% 2.58% ,50.23% 96.89% ,color-stop(0.2123,rgba(97, 210, 36, 1) ),color-stop(0.4999,rgba(99, 194, 26, 1) ),color-stop(0.9944,rgba(103, 157, 2, 1) ));
  background : -o-linear-gradient(-88.83deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -ms-linear-gradient(-88.83deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224', endColorstr='#679D02' ,GradientType=0)";
  background : linear-gradient(178.83deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224',endColorstr='#679D02' , GradientType=1);
  font-size: 30px;
  padding-top: 16px;
  text-transform: capitalize;
  font-weight: 400 !important;
}
.hme-banner-cta-btn:hover{
  background : -moz-linear-gradient(49.59% 159% 89.1deg,rgba(97, 210, 36, 1) 21.23%,rgba(99, 194, 26, 1) 49.99%,rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-linear-gradient(89.1deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -webkit-gradient(linear,49.59% 159% ,50.51% -87.16% ,color-stop(0.2123,rgba(97, 210, 36, 1) ),color-stop(0.4999,rgba(99, 194, 26, 1) ),color-stop(0.9944,rgba(103, 157, 2, 1) ));
  background : -o-linear-gradient(89.1deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  background : -ms-linear-gradient(89.1deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224', endColorstr='#679D02' ,GradientType=0)";
  background : linear-gradient(0.90000000000001deg, rgba(97, 210, 36, 1) 21.23%, rgba(99, 194, 26, 1) 49.99%, rgba(103, 157, 2, 1) 99.44%);
  border-radius : 10px;
  -moz-border-radius : 10px;
  -webkit-border-radius : 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61D224',endColorstr='#679D02' , GradientType=1);
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 5px #bbb;
  cursor: pointer;
}

.hme-download-banner .btn-download{
  background-color: #8fc740;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 12px 32px;
  border-radius: 40px;
  display: inline-block;
}
.hme-download-banner .btn-download:hover{
  background-color: #FFBB00;
  color: #333;
  transform: translateY(-4px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.hme-download-link .wrapper{
  background-color: rgba(0,0,0, 0.8);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 24px 0;
  margin-top: -32px;
  min-height: 250px !important;
}
.hme-clientele-download{
  background-color: #ffffff;
  min-height: 280px !important;
}
.hme-blog-list .card .card-body{
  padding: 8px;
}
.hme-blog-list .card .card-body .hme-card-info{
  line-height: 1.2;
  color: #333333;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 12px;
  font-style: italic;
}
.hme-event-list .card{ min-height: 22rem !important;}
.hme-blog-list .card{
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
  min-height: 18rem;
}
.hme-blog-list .card .badgage{
  position: absolute !important;
  right: 24px;
  top: -12px;
  height: 40px;
  z-index: 200;
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  background-color: #679d02;
  position: relative;
  -webkit-clip-path: polygon(100% 100%, 52% 68%, 0 100%, 0 0, 48% 0, 100% 0);
  clip-path: polygon(100% 100%, 52% 68%, 0 100%, 0 0, 48% 0, 100% 0);
}
.hme-blog-list .card:hover{
  box-shadow: 2px 3px 5px #bbb;
  transform: scale(1.05);
}
.hme-blog-list .card-footer{
  background-color: #fff;
  padding: 8px;
  border-top: none;
}
.hme-blog-list .card .card-body .card-text{
  line-height: 1.3;
  font-size: 15px;
}
/* */
.hme-blog-list1 .card{ position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
  min-height: 14rem;
}
.hme-blog-list1 .card .badgage{
  position: absolute !important;
  right: 24px;
  top: -12px;
  height: 40px;
  z-index: 200;
  display: inline-block;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px;
  background-color: #679d02;
  position: relative;
  -webkit-clip-path: polygon(100% 100%, 52% 68%, 0 100%, 0 0, 48% 0, 100% 0);
  clip-path: polygon(100% 100%, 52% 68%, 0 100%, 0 0, 48% 0, 100% 0);
}
.hme-blog-list1 .card:hover{
  box-shadow: 2px 3px 5px #bbb;
  transform: scale(1.05);
}
.hme-blog-list1 .card-footer{
  background-color: #fff;
  padding: 8px;
  border-top: none;
}
/* */
.hme-link{
  margin-bottom: 16px;
}
.hme-link li ul{
  margin-bottom: 0 !important;
}
.hme-link .active{
  background-color: #0084b5;
}
.hme-link li a{
  color: #333;
}
.hme-link li:hover a:before{
  transform: rotate(-275deg);
  transition: all 0.3s ease-in-out;
}
.hme-link li:hover a span{
  transform: rotate(-360deg);
  transition: all 0.3s ease-in-out;
}
.hme-link li a:before{
  display: inline-block;
  margin-right: 15px;
  font-family: 'Linearicons-Free';
  content: "\e874";
  transform: rotate(275deg);
}
.hme-masonary-grid p{
  margin-bottom: 4px;
}
.hme-masonary-grid .card-img-top{
  position: relative;
  z-index: 1200;
}
.hme-masonary-grid .card-img-top .video-play{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 1300;
}
.hme-masonary-grid .card-img-top .video-play .play-icon{
  position: absolute;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 48px;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -95%);
}
.hme-widget-list li a{
  color: #333;
}
.hme-widget-list li a:before{
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background-color: #679c02;
  margin-right: 8px;
}
.hme-widget-list li a:hover{
  color: #679c02;
}
.hme-widget-list li a:hover:before{
  background-color: #ee433a;
}
.hme-widget-list li{
  padding: 4px 8px;
}
.hme-cta-warning{
  background : -moz-linear-gradient(49.69% 129.46% 88.96deg,rgba(51, 51, 51, 1) 0%,rgba(69, 63, 47, 1) 4.16%,rgba(118, 95, 34, 1) 17.06%,rgba(160, 123, 24, 1) 30.29%,rgba(194, 146, 15, 1) 43.65%,rgba(221, 163, 9, 1) 57.17%,rgba(240, 176, 4, 1) 70.9%,rgba(251, 184, 1, 1) 85%,rgba(255, 186, 0, 1) 100%);
  background : -webkit-linear-gradient(88.96deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  background : -webkit-gradient(linear,49.69% 129.46% ,50.02% 43.75% ,color-stop(0,rgba(51, 51, 51, 1) ),color-stop(0.0416,rgba(69, 63, 47, 1) ),color-stop(0.1706,rgba(118, 95, 34, 1) ),color-stop(0.3029,rgba(160, 123, 24, 1) ),color-stop(0.4365,rgba(194, 146, 15, 1) ),color-stop(0.5717,rgba(221, 163, 9, 1) ),color-stop(0.709,rgba(240, 176, 4, 1) ),color-stop(0.85,rgba(251, 184, 1, 1) ),color-stop(1,rgba(255, 186, 0, 1) ));
  background : -o-linear-gradient(88.96deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  background : -ms-linear-gradient(88.96deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#FFBA00' ,GradientType=0)";
  background : linear-gradient(1.04000000000001deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  border-radius : 5px;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  color: #333 !important;
  transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#FFBA00' , GradientType=1);
}
.hme-cta-warning:hover{
  background : -moz-linear-gradient(49.55% -102.27% -89.21deg,rgba(51, 51, 51, 1) 0%,rgba(69, 63, 47, 1) 4.16%,rgba(118, 95, 34, 1) 17.06%,rgba(160, 123, 24, 1) 30.29%,rgba(194, 146, 15, 1) 43.65%,rgba(221, 163, 9, 1) 57.17%,rgba(240, 176, 4, 1) 70.9%,rgba(251, 184, 1, 1) 85%,rgba(255, 186, 0, 1) 100%);
  background : -webkit-linear-gradient(-89.21deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  background : -webkit-gradient(linear,49.55% -102.27% ,50.22% 124.3% ,color-stop(0,rgba(51, 51, 51, 1) ),color-stop(0.0416,rgba(69, 63, 47, 1) ),color-stop(0.1706,rgba(118, 95, 34, 1) ),color-stop(0.3029,rgba(160, 123, 24, 1) ),color-stop(0.4365,rgba(194, 146, 15, 1) ),color-stop(0.5717,rgba(221, 163, 9, 1) ),color-stop(0.709,rgba(240, 176, 4, 1) ),color-stop(0.85,rgba(251, 184, 1, 1) ),color-stop(1,rgba(255, 186, 0, 1) ));
  background : -o-linear-gradient(-89.21deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  background : -ms-linear-gradient(-89.21deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#FFBA00' ,GradientType=0)";
  background : linear-gradient(179.21deg, rgba(51, 51, 51, 1) 0%, rgba(69, 63, 47, 1) 4.16%, rgba(118, 95, 34, 1) 17.06%, rgba(160, 123, 24, 1) 30.29%, rgba(194, 146, 15, 1) 43.65%, rgba(221, 163, 9, 1) 57.17%, rgba(240, 176, 4, 1) 70.9%, rgba(251, 184, 1, 1) 85%, rgba(255, 186, 0, 1) 100%);
    transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#FFBA00' , GradientType=1);
}
.hme-cta-warning .icon{
  font-size: 32px;
  width: 40px;
  height: 40px;
}
.hme-cta-warning:hover .icon, .hme-cta-warning:hover .text{
  color: #fff;
}
.hme-cta-warning .text{
  line-height: 1.1;
  font-weight: 600;
  padding: 3px 0;
}
.hme-widget .hme-widget-info{
  background-color: #3fa8f4;
  border: 1px solid #1371a9;
  padding: 8px;
  color: #fff;
  line-height: 1.2;
  font-size: 13px;
  border-radius: 4px;
}
.hme-widget .hme-widget-info .icon{
  width: 24px;
  height: 24px;
  line-height: 6px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 8px #333;
  padding: 10px;
  border-radius: 50%;
  margin-right: 2px;
}
.hme-widget .hme-widget-info .text{
  padding-left: 8px;
}
.hme-job-card{
  position: relative;
}
.hme-job-card:hover{
  box-shadow: 0 0 5px #bbb;
}
.hme-job-card img{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
}
.hme-card-btn-top{
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 8px;
  background-color: #679c02;
  color: #fff;
  font-size: 15px;
}
.hme-card-btn-top:hover{
  background-color: #4e7003;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.hme-card-btn-top i{
  margin-right: 8px;
}
.responsive-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Owl Carousel Overwrites*/
.owl-theme .owl-controls .owl-buttons div{
  background: #2c3e50;
  border-radius: 0;
}
/* Custom Select*/
.hme-select {
    padding: 0;
    margin: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    height: 38px;
}
.hme-select:after{
    font-family: 'hiremeeicons';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2px;
    top: 8px;
    color: #333;
    display: inline-block;
    content: "\e937";
    z-index: 1;
    background-color: #fff;
}

.hme-select select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    color: #333;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    z-index: 500;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.hme-select select:focus {
    outline: none;
}
.select-full-width{
  width: 100% !important;
}
.hme-blog-share-btn{
  display: inline-block;
  margin-right: 8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 6px;
  color: #fff;
}
.facebook{background: #3b5998;}
.twitter{background: #1DA1F2;}
.linkedin{background: #007BB6;}
.facebook:hover, .facebook:focus{
  background: #4867AA;
  color: #fff;
}
.twitter:hover, .twitter:focus{
  background: #1DA1F2;
  color: #fff;
}
.linkedin:hover, .linkedin:focus{
  background: #007BB6;
  color: #fff;
}
.touch-slider-evets-media .owl-next{
    position: absolute;
    top: 40%;
    right: 16px;
}
.touch-slider-evets-media .owl-prev{
    position: absolute;
    top: 40%;
    left: 16px;
}
/*Thank you page*/
.hme-thanku-wrapper{
  width: 100%;
  text-align: center;
}
.hme-thanku-wrapper .icon{
  width: 80px;
  height: 80px;
  margin: 16px auto;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #00d39c;
  font-size: 40px;
  padding: 9px;
  color: #00d39c;
}
.hme-thanku-wrapper h2{
  color: #2c3e50;
  font-weight: 600;
}
.hme-download-icons{
  width: 48px;
  height: 48px;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 48px auto;
}
.hme-download-icons img{
  width: 48px;
  height: 48px;
}
.hme-thanku-wrapper p{
  color: #333333;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.hme-thanku-wrapper a{
  padding: 8px 24px;
  display: inline-block;
  border-radius: 40px;
  color: #333;
  margin: 48px 4px 64px 4px;
  border: 1px solid #a2d344;
}
.hme-thanku-wrapper a:hover, .hme-thanku-wrapper a:focus{
  color: #333;
  background-color: #a2d344;
  transform: translateY(-6px);
  transition: all 0.4s ease-in-out;
  border: 1px solid #679d02;
  box-shadow: 0 0 5px #bbbbbb;
}
/* Drawer Form*/
  #request-drawer{
  position: fixed;
  top: 17%;
  right: -390px;
  display: inline-block;
  min-height: 400px;
  width: 320px;
  padding: 30px 15px 0 15px;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 0 8px #333;
  border-radius: 0;
}
#request-drawer a:not(.active){
  background: #a2d344;
  transform: rotate(0deg);
  top: -64px;
  border-radius: 16px 16px 0 0;
}
#request-drawer h3{
  color: #333;
  padding: 0 0 0 16px;
  border-left: 5px solid #a2d344;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.slicknav_menu ul {
    background: #fff;
    position: absolute;
    top: 80px;
}
#drawer-toggle{
  background: rgba(73,155,234,1);
  background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
  font-size: 20px;
  font-weight: 500;
  position: fixed;
  top: 45%;
  right: -53px;
  height: 48px;
  width: 150px;
  border-radius: 12px 12px 0 0; 
  transform: rotate(270deg);
  transition: all 0.5s ease-in-out;
  z-index: 100;
}
.opened{
  position: absolute !important;
    top: -48px !important;
    left: 0 !important;
    transform: rotate(0deg) !important;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 600px){
  #request-drawer {
      position: fixed;
      top: 123px;
  box-shadow: 0 0 8px #333;
  }
}
@media (max-width: 320px){
  #request-drawer {
      position: sticky;
      top: 123px;
  box-shadow: 0 0 8px #333;
  }
  #contactFormHeader{
    overflow-x: hidden;
    overflow-y: auto;
  }
}
/*Job Description*/
.hme-job-details p{
  margin-bottom: 3px;
  color: #333;
}
.btn-success{height: 40px;}
.hme-job-details p small{
  font-size: 15px;
}
.badge-gray{background-color: #333;}
.hme-section-header{
  padding: 8px 0;
  border-bottom: 1px solid #bbb;
  font-size: 18px;
  color: #3FA7F3;
  margin: 16px 0 8px 0;
}
.hme-outline-badge{
  display: inline-block;
  padding: 5px;
  border: 1px solid #bbb;
  margin-right: 8px;
  margin-bottom: 8px;
}
.hme-outline-badge-rounded{
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #bbb;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  background-color: #5B5B5B;
}
.hme-feature-card-right{
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 12px;
  color: #333;
  z-index: 100;
  position: absolute;
  width: 480px;
  box-shadow: 0 0 5px #bbb;
  top: 12%;
  left: -15%;
}
.hme-feature-card-left{
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 12px;
  color: #333;
  z-index: 100;
  position: absolute;
  width: 480px;
  box-shadow: 0 0 5px #bbb;
  top: 12%;
  right: -15%;
}
.top-scorer-item{
  padding:  16px 48px;
}
.top-scorer-item img{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
  margin: 24px auto;
}
.top-scorer-item .wrapper{
  box-shadow: 0 0 8px #bbb;
  padding: 16px 8px 24px 8px
}
.hme-banner-caption-wrapper{
  margin-top: 6rem;
  text-align: right;
}

.btn-outline{
  border-radius: 40px;
}

.btn-outline:hover{
  background-color: #8EC640;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.hme-banner-search-wrapper{
  display: inline-block;
  padding: 24px 16px;
  width: 50%;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  bottom:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
}
/* Landing Page Banner */
.carousel-indicators {
  bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-item {
  min-height: 480px; 
  height: 100%;
  width:100%; 
}
.carousel-caption .carousel-action {
  background: rgb(0,153,255);
background: -moz-linear-gradient(333deg, rgba(0,153,255,1) 42%, rgba(0,102,158,1) 100%);
background: -webkit-linear-gradient(333deg, rgba(0,153,255,1) 42%, rgba(0,102,158,1) 100%);
background: linear-gradient(333deg, rgba(0,153,255,1) 42%, rgba(0,102,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099ff",endColorstr="#00669e",GradientType=1);
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}
.carousel-caption .carousel-action {
  margin-top: 1em; 
  border: 3px solid rgba(0,153,255, 0.6);
  padding: 10px 24px;
  border-radius: 48px;
  font-size: 18px;  
}

/* Animation delays */
.carousel-caption div:first-child {
  animation-delay: 1s;
}
.carousel-caption div:nth-child(2) {
  animation-delay: 2s;
}
.carousel-caption div:nth-child(3) {
  animation-delay: 3s;
}
.carousel-caption .carousel-action {
  animation-delay: 4s;
}

.carousel-indicators{
  position: absolute;
  bottom: 24px;
  right: 0!important;
}
.carousel-control{
  position: absolute;
    bottom: 20px;
    left: 140px;
    z-index: 100;
    display: inline-block;
    width: 70px;
    height: 40px;
}
.carousel-control a{
  width: 32px;
  height: 32px;
  background-color: #2c3e50;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}
.hme-rotate-180{
  transform: rotate(180deg);
}
.carousel-item .carousel-action{
  position: absolute;
    bottom: 69px;
    right: -60px;
}
.hme-list-company{
  padding: 8px;
  border: 1px solid rgba(0,0,0,0.3);
  margin-bottom: 8px;
}
.hme-list-company img{
  width: 30%;
  height: 100%;
  margin-right: 12px;
}
.hme-list-company div{
  width:70%;
  margin-right: 12px;
}
.hme-list-company p{
  line-height: 1.2;
  margin-bottom: 4px;
}

/* Temp Carousel BG*/
.bgm-brand-dark{
  background-color: rgba(103, 157, 2, 0.95);
}

.bgm-dark-gray{
  background-color: rgba(51, 51, 51, 0.85);
}
.bgm-red{
  background-color: red;
}
.bgm-green{
  background-color: green;
}
.bgm-yellow{
  background-color: yellow;
}
.bgm-cyan{
  background-color: cyan;
}
.bgm-brown{
  background-color: brown;
}
.hme-feature-section{
  position: relative;
}
.hme-feature-section img{
  width: 50%;
  height: 100%;
  margin-left: 10%;
}
.card-left-image{
  margin-right: 10%;
  margin-left: 0 !important;
}
.hme-feature-section .card-right{
  padding: 16px;
  background-color: #fff;
  /*height: 275px;*/
  width: 480px;
  position: absolute;
  top: 18px;
  right: 20px;
}
.hme-feature-section .card-left{
  padding: 16px;
  background-color: #fff;
  /*height: 353px;*/
  width: 480px;
  position: absolute;
  top: 0px;
  left: 40px;
}
/****************************/
.full-width{width: 100%!important;}
.event ul{list-style-type: disc !important;}
.event li{list-style-type: disc !important;}
a {

    color: #0b6624;

}
a:not([href]):not([tabindex]) {

    color: #0b6624;

}

/****************************/

/* Customize CSS Gandhi */
.hme_skill{
display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    height: 50px;/* Fallback for non-webkit */
}
.hme_skill:after{
    content: '...';
    position: absolute;
    right: 8px;
    top: 21px;
  }
.note-editor{width: 100% !important;}
/* Customize CSS Gandhi */


/* Tooltip validation */
.tooltip-validate {
   position: absolute !important;
    right: 20px;   
    font-weight: bold;
    font-size: 24px !important;
    z-index: 99999;
    }



.select2-container {
    z-index: 1050;
     width: 100% !important;
}
.hme-career-search .select2-container {
    z-index: 1030;
     width: 100% !important;
}
.hme-job-location .select2-container {
    z-index: 1030;
     width: 250px !important;
}
.hme-job-type .select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 250px !important;
  margin-left: 125px;
   }
   .hme-job-location .select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 125px !important;
   }
.hme-job-type .select2-selection__placeholder {margin-left:5px !important; }
.hme-job-type .select2-container {
    z-index: 1030;
     width: 250px !important;
     right: 125px;
}
.dtp-content .btn{padding: 10px 28px !important; font-size: 12px; color:#333;}

/* HireMee Error pages*/
.hme-error-wrapper{
  min-height: 30rem;
  text-align: center;
  padding: 2rem 2rem;
  color: #3d4f75;
}
.hme-error-wrapper .error-code{
  font-size: 5rem;
  margin: 16px 0;
  font-weight: 800;
  line-height: 1;
}
.hme-error-wrapper h5, .hme-error-wrapper h6{
  line-height: 1.3;
}
.hme-error-wrapper h6 a{
  color: #303ac4 !important;
  font-weight: 600;
}
.hme-error-wrapper .error-btn{
  border-radius: 40px;
  padding: 10px 24px;
  margin: 8px 0;
}

/***** 09-10-2018 *****/
.mandatory{position: relative; color: red; top: -8px!important; right: -1px!important; font-size: 15px;}
.mandatory-captcha{position: relative; color: red; top: -7px; right: -0px; font-size: 15px;}
.btn-primary, .btn-primary:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {

    background-color: #5c9201!important;
    border-color: #5c9201!important;
    cursor: pointer;

}
.form-control1{padding: .5rem .25rem!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {

    color: #fff;
    padding: 8px 30px 8px 20px;
        padding-right: 30px;
        padding-left: 20px;

}
#js-university-error-custom, #js-college-error-custom {

    right: 6px!important;

}


   /* -------- Checkbox ------*/
    .icofont-ui-check::before {
        content: "\ed27";
        background-color: #669c01;
        color: #fff;
        padding: 1.5px 2.5px;
    }
    .checkbox-fade.fade-in-primary .cr {
        border: 1px solid #cbcbcb;
    }
    .checkbox-fade .cr{border-radius: 4px;width: 18px;height: 18px;}
    /* -------- Checkbox ------ */
    #js-corp-login-v_captcha-error-custom, #js-corp-register-v_captcha-error-custom{right: 42px!important;top: 5px!important;}
    #terms_conditions-error #terms_conditions-error-custom {
      position: relative !important;
      top:3px;
    }
    #terms_conditions-error .tooltip-validate /*#terms_conditions-error-custom */{
    right: -12px !important;
    top: 0px!important;

}
.douleline-truncate{
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

  .double-line-truncate{
  max-height: 50px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
    background-color: white;
 }


.career-text-truncate{
  display: block; 
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.text-truncate p{
  
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
  max-width: 100%;

}
.carousel-item img{width: 100%;}
.input-group-addon{border-radius: 0px!important;border:0px!important;}
/* 6-10-2018 */
.z-9999{z-index: 9999}
/* 17-10-2018 */
#contact_message-error-custom, .tooltip-validate{top: 7px!important;position: absolute;}
.cursor-none{cursor: none;}
.cursor-select{cursor: initial;}
.btn-default{background-color: #f0f0f0 ;}
.badge-default{background-color: #bbb;}
.hme-force-break-word{
  -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.modal-open {padding-right: 0px !important;}
.login-bg{background-image: url("../images/campus-hiring-solution.jpg"); background-size: 100%;}
.input-group-addon {background-color: #a3d444; color: #fff;}
.re-captcha {border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;}
.b-l-fff {border-left: 1px solid #fff !important;}
.c-p{cursor: pointer;}
.job_error_login{top: 2px !important;right: 6px;}
#v_captcha-error-custom{right: 45px;}
.color-ddd {background-color: #dddddd !important;}
.m-w-980{max-width: 980px !important;}
.m-w-740{max-width: 740px !important;}
.m-w-600{max-width: 600px !important;}
.m-w-400{max-width: 430px !important;}
.m-w-440{max-width: 440px !important;}
.hmestatic-icon-instagram{
  width: 48px;
  height: 44px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMxNC43IDMxNC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTQuNyAzMTQuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0E1QTJBMjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1Ny4zLDBDNzAuNiwwLDAsNzAuNiwwLDE1Ny4zczcwLjYsMTU3LjMsMTU3LjMsMTU3LjNzMTU3LjMtNzAuNiwxNTcuMy0xNTcuM1MyNDQuMSwwLDE1Ny4zLDB6IE0xNTcuMywyOTYuNw0KCQlDODAuNSwyOTYuNywxOCwyMzQuMSwxOCwxNTcuM1M4MC41LDE4LDE1Ny4zLDE4czEzOS4zLDYyLjUsMTM5LjMsMTM5LjNTMjM0LjEsMjk2LjcsMTU3LjMsMjk2Ljd6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxNC42LDgwLjNIMTAwYy0xMC41LDAtMTksOC41LTE5LDE5djExNmMwLDEwLjUsOC41LDE5LDE5LDE5aDExNC42YzEwLjUsMCwxOS04LjUsMTktMTl2LTExNg0KCQlDMjMzLjYsODguOCwyMjUuMSw4MC4zLDIxNC42LDgwLjN6IE0yMTUuNiwyMTUuM2MwLDAuNi0wLjQsMS0xLDFIMTAwYy0wLjYsMC0xLTAuNC0xLTF2LTExNmMwLTAuNiwwLjQtMSwxLTFoMTE0LjYNCgkJYzAuNiwwLDEsMC40LDEsMVYyMTUuM3oiLz4NCgk8cmVjdCB4PSIxODMuNiIgeT0iMTExLjgiIGNsYXNzPSJzdDAiIHdpZHRoPSIyMC42IiBoZWlnaHQ9IjE4LjkiLz4NCgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxNTcuMyIgY3k9IjE2NC45IiByPSIyMC4zIi8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE4OS43LDE2NC45YzAsMTcuOS0xNC41LDMyLjQtMzIuNCwzMi40cy0zMi40LTE0LjUtMzIuNC0zMi40bDAtMTQuNGgtMTQuNXY1My44aDkzLjd2LTUzLjhoLTE0LjQNCgkJTDE4OS43LDE2NC45eiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat;
  background-size: 50px 43px;
}
/*Video Popup thumbnail*/
.hme-video-thumb-wrapper{
  height: 290px;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card-min-height-100{min-height: 100px !important;}
.hme-video-thumb-wrapper-ho{
  overflow: hidden;
  height: 160px;
}
.hme-video-thumb-wrapper img, .testimonial-item .hme-video-thumb-wrapper img{
  width: 100%;
  height: 100%;
  transform: scaleY(1.4);
  z-index: 100;
}
.hme-video-thumb-wrapper .overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: inline-block;
  background-color: rgba(0,0,0,0.4);
  transition: all 0.5s ease-in-out;
}
.hme-video-thumb-wrapper .overlay span{
  font-size: 64px;
  color: #fff;
}
.hme-video-thumb-wrapper:hover .overlay{
  background-color: rgba(0,0,0,0.8);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.hme-video-thumb-wrapper:hover .overlay span{
  color: #8fc740;
  transition: all 0.5s ease-in-out;
}
.m-r-5{margin-right: 5px!important;}
.hme-banner-search-wrapper{width: 52%!important}
.form-r{padding-right: 65px!important}
.btn-outline:focus{color:#333!important;}
h5{word-wrap:break-word!important;}

.p-r-0{padding-right: 0px!important}
.p-l-0{padding-left: 0px!important}
.f-35{font-size: 35px;}
.w-50p{width: 50%}
.btn-outline-info:focus {

    color: #ccc;
    background-color: #17a2b8;
    border-color: #17a2b8;

}
.m-b-13{margin-bottom:13px !important;}
.m-b-8{margin-bottom:8px !important;}
.w-b-all{word-break: break-all!important;}
.w-w-b{word-wrap: break-word!important;}


/*.hme-list li:before {content: "•";padding-right: 8px;color: black; font-size: 18px!important}*/
@media screen and (max-width: 767px) {
  #portfolio #portfolio-flters li{width: auto !important;min-width: 0;display: table;}
  .hme-clientele-download{padding-top: 150px}
  .hme-static-landing-banner-action-careers{position: inherit !important;}
  .hme-banner-search-wrapper-career{position: inherit !important;}
  .section-min-height-100 .carousel-item {min-height: 150px !important;}
  /*.hme-career-banner-txt, .hme-careerView-banner-txt {bottom: 57px !important;font-size: 30px !important;}*/
  .hme-career-btn {font-size: 16px !important;}
  .hme-career-banner img {min-height: auto !important;}
  }

  .hme-career-banner img {max-height: 600px;}
  .text-caps{text-transform: capitalize!important;}
 .h-312{height: 312px!important}
 .m-t-15{margin-top: 15px!important;}
 .p-b-10{padding-bottom: 10px!important;}
 .m-t-25{margin-top: 25px!important;}
.badge {
    white-space: normal !important;
}
.contact-address .js-tootletip{z-index: 1050 !important;}

.hme-candidate-banner{overflow-x: hidden;}

.hme-career-btn{padding: 6px 20px !important; text-transform: inherit !important; font-size: 26px;}
.txt-green{color: #769f37;}
.hme-career-banner-txt{position: relative; bottom: 200px; font-size: 60px; color: #fff;}
.hme-careerView-banner-txt{position: relative; bottom: 250px; font-size: 60px; color: #fff;}


#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  width: 20%;
  color: #666666;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  border-top:4px solid #679c02;
  padding: 7px 20px;
  top: 2px;
  position: relative;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 260px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  /*height: 233px;*/
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #679c02;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 14px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 14px);
}

.hme-career-accordion{
  padding: 12px 25px 12px 15px !important;
  border: 2px solid #cccccc !important;
}
.hme-career-accordion:after{color: #3fa8f4; line-height: 30px;}
.b-2{border: 2px solid #cccccc !important;}
.b-radius-30{border-radius: 30px !important;}
.hme-career-job{background-color: #e5e5e5; margin:10px; padding:20px;margin-bottom: 15px; border: 1px solid #cecece;}
.btn-outline-success:hover {color: #fff !important;}

.hme-career-banner-txt1{position: relative; bottom: 200px; font-size: 22px; font-weight: normal; color: #fff;}
.hme-careerView-heading{border-left:4px solid #82bc04; padding-left: 10px;}
.hme-banner-career-btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    padding: 16px 30px;
    text-transform: capitalize;
    font-weight: 400 !important;
    background-color: #09f;
    color: #fff !important;
    box-shadow: 1px 2px 3px #616060;
    border: none;
}
.career-input{padding: 15px;border-radius: 5px !important;}
.career-upload-input{padding: 15px;}
.career-date-input{padding: 15px; border-top-left-radius:5px !important; border-bottom-left-radius:5px !important;}
.input-group-append{
  background-color: #679d02;
  padding:15px 18px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 200;
}
.btn-initial{display: initial !important;}
.btn-outline-info:hover, .btn-outline-info:focus {color: #fff !important;}


@media only screen and (max-width: 767px) and (min-width: 320px) {
  .masonry .col{flex-basis: auto !important; flex-grow: 1;}
}
.hme-card-btn-jobs:focus{color: #fff;}
@media screen and (min-width: 541px) {
.hme-college-captian-banner1{
  background: url('../images/web_job_caption_bg-hme-web.jpg') no-repeat, #ffffff;
  background-size: 100%;
  width: 100%;
  background-size: contain;
  display: inline-block;
  position: relative;
  min-height: 365px !important;
  z-index: 100;
  margin-left: 2%;
              }
}
.ml-3-mt-6{margin-left: 3%;margin-top: 4%;}

@media screen and (max-width: 540px) {
  .hme-college-captian-banner1{ background: url('../images/web_job_caption_bg-hme-web.jpg') no-repeat, #ffffff;
  background-size: 100%;min-height: 200px;}
.hme-college-captian-banner1 .m-college-left{margin-left:0px;}
#accordion a{font-size: 15px;}
  .navbar-brand img {
    width: 45%;
  }
  .banner-separater{
    display: none;
  }

}
.bg-white{background-color: #fff;}
.p-20{padding: 20px;}
.min-h-0{min-height: 0px!important}
.touch-slider-featured .owl-wrapper-outer{margin-left: 12%;}

.career-error-tooltip{
    position: absolute !important;
    right: 20px;
    top: 15px;
    font-weight: bold;
    font-size: 24px !important;
    z-index: 999;
}
#js-career-dob-error .career-error-tooltip{
  right: 55px;
}

.career-select-error .career-error-tooltip{
  right: 50px;
  z-index: 1000;
}

.hme-dual-ring {
  display: inline-block;
}
.hme-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #a3d444;
  border-color: #a3d444 transparent #a3d444 transparent;
  animation: hme-dual-ring 1.2s linear infinite;
}
@keyframes hme-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hme-loading-mask, .hme-loading-mail-mask{
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 18px;
}

.hme-loading-mask .hme-loading-container{
    width: 280px;
    min-height: 200px;
    padding: 25% 0;
    text-align: center;
    margin: 0 auto;
}
#upload_file-error .career-error-tooltip{
  right: 50px;
}
.border-none{border: 0px !important;}
/******** 06-12-2018 ************/
.dtp{z-index: 99999!important}
#js-career-dob-error-custom, #js-career-gender-error-custom, #js-career-qualification-error-custom, #js-career-experience-error-custom,
#js-career-location-error-custom{right: 52px}
#upload_file-error-custom{right: 42px;}
#js-jobapply-form .tooltip-validate{top:13px!important;}

/************Job Caption***************/
.jobcaption-bg{background-color: rgb(245, 239, 239);}
.jobcaption {
    margin: auto;
    width: 640px;
}
.jobcaption-card {

    background-color: #fff;
    margin-bottom: 48px;
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    padding-bottom: 6px;
    word-wrap: break-word;
    position: relative;
}
.jobcaption-form {
    margin-top: -100px;
    background-color: #fff;
}
.jobcaption-border   {
    background-color: rgb(119, 172, 20);
    padding-top: 8px;
}
.jobcaption-content {
    color: rgba(0,0,0,.87);
    padding: 34px 0;
}
.jobcaption-header {
    margin-bottom: 22px;
}

.jobcaption-p-l-r-34{padding-right: 34px;padding-left: 34px;}
.f-34{font-size: 34px;}

.jobcaption-banner {
    background-image: url(../images/slider/job-caption.png);
    background-size: cover;
    background-position: center;
    color: rgba(255, 255, 255, 1);
    height: 278px;
}
.f-14{font-size: 14px!important}

@media (max-width: 660px){
  .jobcaption {
    margin: auto;
    width: 90%;
}
.f-34{font-size: 24px;}
.jobcaption-p-l-r-34{padding-right: 15px;padding-left: 15px;}
}

/******** Career View ***********/
@media (min-width: 768px) and (max-width: 1001px) {
  .hme-careerView-banner-txt{bottom: 190px;font-size: 30px}
  .hme-career-banner-txt1{bottom: 160px;font-size: 20px}
  }

  @media (min-width:600px) and (max-width: 767px) {
    .hme-careerView-banner-txt{bottom: 120px;font-size: 20px}
    .hme-career-banner-txt1{bottom: 100px;font-size: 17px}
}

  @media (min-width:485px) and (max-width: 599px) {
    .hme-careerView-banner-txt{bottom: 200px;font-size: 20px}
    .hme-career-banner-txt1{bottom: 150px;font-size: 17px}
     .hme-career-banner-txt1 h2{font-size: 17px}
}


 @media (min-width:300px) and (max-width: 484px) {
    .hme-careerView-banner-txt{bottom: 37px;font-size: 17px}
    .hme-career-banner-txt1{bottom: 24px;font-size: 14px}
    .hme-career-banner-txt1 h2{font-size: 15px}
    .section-min-height-300 .carousel-item {
     min-height: 150px; 
    max-height: 550px;
}
}
.hme-banner-search-wrapper-careerView ul li{list-style: disc; margin-left: 15px;}
.hme-feature-section ul li{list-style: disc;margin-left: 15px;}

.job-avatar {
    height: 64px;
    width: 64px!important;
    border-radius:50%;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.job-avatar img {

    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    border-radius: 0 !important;
    height: auto;

}
.t-t-none{text-transform:inherit !important;}
.o-visible{overflow: visible !important;}
