.abol-offcanvas {
  border-color: #1d273b; 
  --tblr-offcanvas-width: 280px !important;
}

.hero-abol {
  background: #ECEEEB;
  width: 100% !important;
  max-height: 400px;
}

.hero-middle {
  background-color: #ECEEEB; 
  position: relative; 
  background-size:cover; 
  background-position:center center; 
  background-repeat: no-repeat; 
}

.hero-company{
  height: 200px !important;
}


.middle-hero-abol {
  background: #DBEAEE;
  width: 100% !important;
  max-height: 100px;
}

/* Small devices (landscape phones, 320px and up) */

@media (min-width: 320px) { 
 .middle-hero-abol {
  background: #DBEAEE;
  width: 100% !important;
  height: 320px;
  max-height: 320px;
}
.mha-content {
  padding-right: 28px;
  padding-left: 28px;
  margin-top: 25px;
}
.mha-image{
  width: 350;
  height: 185;
}
.mha-title {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mha-description {
 font-size: 16px;
 color: #4D6182;
 line-height: 28px;
 margin-bottom: 13px;
}
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
 .middle-hero-abol {
  background: #DBEAEE;
  width: 100% !important;
  height: 270px;
  max-height: 300px;
}
.mha-content {
  padding-right: 28px;
  padding-left: 28px;
  margin-top: 25px;
}
.mha-image{
  width: 350;
  height: 185;
}
.mha-title {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.mha-description {
 font-size: 16px;
 color: #4D6182;
 line-height: 28px;
 margin-bottom: 13px;
}
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) { 
 .middle-hero-abol {
  background: #DBEAEE;
  width: 100% !important;
  height: 300px;
  max-height: 300px;
}
.mha-content {
  padding-right: 28px;
  padding-left: 28px;
  margin-top: 45px;
}
.mha-image{
  width: 250;
  height: 98;
}
.mha-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.mha-description {
 font-size: 15px;
 color: #4D6182;
 line-height: 24px;
 margin-bottom: 24px;
}
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) { 
  .middle-hero-abol {
    background: #DBEAEE;
    width: 100% !important;
    height: 320px;
    max-height: 320px;
  }
  .mha-content {
    padding-right: 28px;
    padding-left: 28px;
    margin-top: 35px;
  }
  .mha-image{
    width: 350;
    height: 185;
  }
  .mha-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .mha-description {
   font-size: 16px;
   color: #4D6182;
   line-height: 28px;
   margin-bottom: 24px;
 }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { 
 .middle-hero-abol {
  background: #DBEAEE;
  width: 100% !important;
  height: 355px;
  max-height: 365px;
}
.mha-content {
  padding-right: 55px;
  padding-left: 55px;
  margin-top: 75px;
}
.mha-image{
  width: 325;
  height: 185;
}
.mha-title {
  font-size: 33px;
  line-height: 1.2;
}

.mha-description {
 font-size: 16px;
 color: #4D6182;
 line-height: 28px;
 margin-bottom: 24px;
}
}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) { 
  .middle-hero-abol {
    background: #DBEAEE;
    width: 100% !important;
    height: 360px;
    max-height: 365px;
  }
  .mha-content {
    padding-right: 55px;
    padding-left: 55px;
    margin-top: 70px;
  }
  .mha-image{
    width: 350;
    height: 185;
  }
  .mha-title {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .mha-description {
   font-size: 16px;
   color: #4D6182;
   line-height: 28px;
   margin-bottom: 24px;
 }
}


.ui-autocomplete {
  max-height: 130px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

* html .ui-autocomplete {
  height: 100px;
}


.limit-text{
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 1rem !important;
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  margin-top: 250px;
}

.brand-text{
  color: #00356B !important;
}

.select2-selection__rendered .select2-selection--single{
  line-height: 25px !important;
}

.select2-selection__rendered .select2-selection--multiple{
  line-height: 25px !important;
}

.select2-container .select2-selection--single {
  height: 35px !important;
  border: 1px solid #d9dbde !important;
}

.select2-container .select2-selection--multiple {
  height: 35px !important;
  border: 1px solid #d9dbde !important;
}


.select2-selection__arrow {
  height: 34px !important;
}

.select2-container .select2-search--inline .select2-search__field {
 margin-left: 8px !important;
 color: #4b4b4b !important;
}

.logo_company {
  width: 200px;
/*  height: 200px;*/
display: block;
margin: 0 auto;
}

.outer {
  max-width: 155px !important; /* any size */
  max-height: 155px !important; /* any size */
  margin: auto;
  border-radius: 100%;
  position: relative;
}

.inner {
  background-color: #3d4e71;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner:hover {
  background-color: #585a5e;
}
.inputfile {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 45px;
  height: 53px;
}
.inputfile + label {
  font-size: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  width: 45px;
  height: 53px;
  pointer-events: none;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
}
.inputfile + label {
  fill: #000000;
}
.icon-upload {
  color: #f2eeeb;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1.25rem;
  stroke-width: 1.5;
}

ul.typeahead.dropdown-menu {
  max-height: 400px;
  overflow: auto !important;}

  /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
  .text-justify{
    text-align:justify !important;
  }

/*  Index Page Custom */

@import url('https://rsms.me/inter/inter.css');
:root {
 --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
 font-display: swap;
}
body {
 font-feature-settings: "cv03", "cv04", "cv11";
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #115b6c;
}

-----------------------------------------------------------------------
Job Category CSS
-----------------------------------------------------------------------
*/
.job-category-area .container {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .job-category-area .container {
    padding-top: 78px;
    padding-bottom: 60px;
  }
}

.job-category-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ECEEEB;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .job-category-item {
    height: 55px;
  }
}
.job-category-item .content {
  margin-top: -1px;
}
.job-category-item .title {
  color: #272a33;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .job-category-item .title {
    font-size: 14px;
  }
}
.job-category-item .title a {
  color: #272a33;
}
.job-category-item .overlay-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.job-category-item:hover {
  background-color: #D4AF37;
}
.job-category-item:hover .title a {
  color: #fff;
}


.sec-overlay {
  position: relative;
  z-index: 1;
}
.sec-overlay-theme:before {
  background-color: #ae8367;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.sec-overlay-black:before {
  background-color: #272a33;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*
-----------------------------------------------------------------------
  Working Process CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .work-process-area .container {
    padding-bottom: 44px;
  }
}

.working-process-item {
  max-width: 216px;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .working-process-item {
    margin: 0 auto 34px;
  }
}
.working-process-item .icon-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.working-process-item .icon-box .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f7f7;
  border-radius: 5px;
  color: #115b6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px;
  position: relative;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner {
    height: 60px;
    margin: 10px;
    width: 60px;
  }
}
.working-process-item .icon-box .inner:before {
  border: 2px dashed #e8efef;
  border-radius: 5px;
  content: "";
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner:before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.working-process-item .icon-box .inner img {
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .icon-box .inner img {
    width: 18px;
  }
}
.working-process-item .icon-box .inner .icon-hover {
  opacity: 0;
}
.working-process-item .content {
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .content {
    margin-top: 24px;
  }
}
.working-process-item .title {
  font-size: 22px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.working-process-item .desc {
  margin-bottom: 0;
}
.working-process-item .shape-arrow-icon {
  position: absolute;
  width: 33px;
  top: 40px;
  right: -52px;
}
@media only screen and (max-width: 1199px) {
  .working-process-item .shape-arrow-icon {
    position: absolute;
    width: 33px;
    top: 30px;
    right: -6px;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-item .shape-arrow-icon {
    display: none;
  }
}
.working-process-item .shape-arrow-icon .shape-icon,
.working-process-item .shape-arrow-icon .shape-icon-hover {
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.working-process-item .shape-arrow-icon .shape-icon-hover {
  opacity: 0;
}
.working-process-item:hover .icon-box .inner {
  background-color: #115b6c;
}
.working-process-item:hover .icon-box .inner:before {
  border-color: #115b6c;
}
.working-process-item:hover .icon-box .inner .icon-hover {
  opacity: 1;
}
.working-process-item:hover .shape-icon {
  opacity: 0;
}
.working-process-item:hover .shape-icon-hover {
  opacity: 1;
}

.working-process-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-content-wrap .working-col {
    width: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .working-process-content-wrap .working-col {
    width: 100%;
  }
}

-----------------------------------------------------------------------
Footer CSS
-----------------------------------------------------------------------
*/
.footer-area .widget-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-item.widget-about {
    margin: 0 40px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-area .widget-item.widget-about {
    margin: 0 10px 30px;
  }
}
.footer-area .widget-title {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    display: none;
  }
}
.footer-area .nav-menu-item1 {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .nav-menu-item1 {
    margin-left: 0;
  }
}
.footer-area .nav-menu-item2 {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .nav-menu-item2 {
    margin-left: 0;
  }
}
.footer-area .nav-menu-item3 {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .nav-menu-item3 {
    margin-left: 0;
  }
}
.footer-area .nav-menu-item4 {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .nav-menu-item4 {
    margin-left: 0;
  }
}
.footer-area .widget-logo-area {
  margin-bottom: 42px;
  margin-top: -8px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .widget-logo-area {
    margin-bottom: 18px;
    margin-top: -3px;
  }
}
.footer-area .desc {
  color: #d8dadf;
  font-size: 18px;
  line-height: 1.95;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.footer-area .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-area .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-area .social-icons a {
  border: 2px solid #e3e8f1;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .social-icons a {
    font-size: 13px;
    height: 42px;
    width: 42px;
    line-height: 38px;
  }
}
.footer-area .social-icons a + a {
  margin-left: 15px;
}
.footer-area .social-icons a:hover {
  border-color: #115b6c;
  background-color: #115b6c;
}
.footer-area .nav-menu {
  margin-bottom: 0;
  padding-left: 0.5rem;
}
.footer-area .nav-menu li {
  color: #d8dadf;
  display: block;
  font-size: 18px;
  line-height: 50px;
}
.footer-area .nav-menu li a {
 color: #FFF;
 font-size: 14px;
 line-height: 38px;
 padding: 0 0;
 display: block;
}
}
@media only screen and (max-width: 1199px) {
  .footer-area .nav-menu li a {
    font-size: 14px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .nav-menu li a {
    line-height: 35px;
  }
}
.footer-area .nav-menu li a:hover {
  color: #D4AF37;
}

.footer-top {
  background-color: #115b6c;
  padding: 47px 0 43px;
}
@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 47px 0 57px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-newsletter-content {
    text-align: center;
  }
}
.footer-newsletter-content .title {
  color: #fefdfc;
  font-size: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-content .title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-content .title {
    font-size: 25px;
  }
}

.footer-newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form {
    margin-top: 18px;
  }
}
.footer-newsletter-form form {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form {
    width: 100%;
  }
}
.footer-newsletter-form form [type=email] {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 600px;
  border: none;
  height: 70px;
  border-radius: 5px;
  font-size: 16px;
  color: #272a33;
  padding: 0 210px 0 32px;
}
.footer-newsletter-form form [type=email]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #272a33;
}
.footer-newsletter-form form [type=email]::-moz-placeholder {
  /* Firefox 19+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-ms-input-placeholder {
  /* IE 10+ */
  color: #272a33;
}
.footer-newsletter-form form [type=email]:-moz-placeholder {
  /* Firefox 18- */
  color: #272a33;
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form [type=email] {
    font-size: 14px;
    height: 55px;
    padding: 0 210px 0 22px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 148px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form form [type=email] {
    padding: 1px 118px 0 22px;
  }
}
.footer-newsletter-form form [type=submit] {
  position: absolute;
  right: 4px;
  padding: 0;
  margin: 0;
  background-color: #272a33;
  color: #fff;
  font-size: 16px;
  border: 2px solid #272a33;
  width: 201px;
  height: 62px;
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1199px) {
  .footer-newsletter-form form [type=submit] {
    font-size: 14px;
    width: 140px;
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-newsletter-form form [type=submit] {
    font-size: 13px;
    width: 110px;
  }
}
.footer-newsletter-form form [type=submit]:hover {
  background-color: #115b6c;
  border-color: #115b6c;
  color: #fff;
}

.footer-main {
  background-color: #2E3644;
  position: relative;
  padding: 100px 0 56px;
}
@media only screen and (max-width: 1199px) {
  .footer-main {
    padding: 75px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 75px 0 44px;
  }
}
.footer-main .widget-collapsed-title {
  display: block;
  position: relative;
  background-color: #353C48;
  border: 1px solid #2F3031;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 0;
  color: #FFF;
  font-weight: 600;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* currently supported by Chrome, Edge, Opera and Firefox */
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-collapsed-title {
    display: none;
  }
}

.footer-main .widget-collapsed-title:before {
  font-family: "tabler-icons";
  font-size: 14px;
  content: "\eb5d";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  font-display: swap
}
.footer-main .widget-collapsed-title:not(.collapsed):before {
  content: "\eb60";
  font-family: "tabler-icons";
  font-display: swap
}
.footer-main .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .footer-main .widget-collapse-body {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body {
    background-color: #464F60;
    border: 1px solid #464F60;
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body .collapse-body {
    padding: 16px 24px 16px;
  }
}

.footer-bottom {
  background-color: #272a33;
  text-align: center;
}
.footer-bottom .footer-bottom-content {
  border-top: 1px solid rgba(232, 238, 244, 0.08);
  padding: 15px 0 12px;
}
.footer-bottom .copyright {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 1199px) {
  .footer-bottom .copyright {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .copyright {
    vertical-align: -1px;
  }
}
.footer-bottom .copyright a {
  color: #9b9b9b;
}
.footer-bottom .copyright a:hover {
  color: #fff;
}
.footer-bottom .copyright i {
  color: #115b6c;
  font-size: 16px;
  vertical-align: 0px;
  margin: 0;
}
.telegram-icon {
  background-color: #0088cc !important; 
  border-color: #0088cc !important;
}

/* Abol Image Add and Edit UI */
.abol-avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 25px auto;
}
.abol-avatar-upload .abol-avatar-edit {
  position: absolute;
  right: 55px;
  z-index: 1;
  top: 10px;
}
.abol-avatar-upload .abol-avatar-edit input {
  display: none;
}
.abol-avatar-upload .abol-avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.abol-avatar-upload .abol-avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.abol-avatar-upload .abol-avatar-preview {
  width: 155px;
  height: 155px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.abol-avatar-upload .abol-avatar-preview > img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* End Abol Image Add and Edit UI */




/* For Job Seekers */

.home-slider-title{
  color: #3c3f67;
  font-size: 50px;
  line-height: 1.3;
}

.home-slider-sub-title{
  color: #524f28;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.find-job-title{
  color: #D4AF37;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.section-title{
  font-size: 25px;
  line-height: 1.3;
}

.section-sub-title{
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .home-slider-sub-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .find-job-title {
    font-size: 30px;
  }
  .section-title{
    font-size: 22px;
  }
  .section-sub-title{
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-title {
    font-size: 35px;
  }
  .home-slider-sub-title {
    font-size: 30px;
  }
  .find-job-title {
    font-size: 29px;
  }
  .section-title{
    font-size: 19px;
  }
  .section-sub-title{
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-title {
    font-size: 32px;
  }
  .home-slider-sub-title {
    font-size: 25px;
  }

  .find-job-title {
    font-size: 23px;
  }
  .section-title{
    font-size: 17px;
  }
  .section-sub-title{
    font-size: 14px;
  }
}


/* For Job Employers */

.emp-home-slider-title{
  color: #fefefe;
  font-size: 40px;
  line-height: 1.3;
}

.emp-home-slider-sub-title{
  color: #D4AF37;
  font-size: 33px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.emp-find-job-title{
  color: #D4AF37;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.emp-home-desc{
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .emp-home-slider-title {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .emp-home-slider-sub-title {
    font-size: 33px;
    margin-bottom: 10px;
  }

  .emp-find-job-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .emp-home-slider-title {
    font-size: 32px;
  }
  .emp-home-slider-sub-title {
    font-size: 27px;
  }

  .emp-find-job-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .emp-home-slider-title {
    font-size: 29px;
  }
  .emp-home-slider-sub-title {
    font-size: 24px;
  }

  .emp-find-job-title {
    font-size: 20px;
  }
}

/* Multiple Selection Height */
.select2-container .select2-selection--multiple {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 5px !important;
  line-height:inherit !important;
  border-radius:0 !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin:0 !important;
  padding:0 !important;
  padding-left: 5px !important;
  min-height:0 !important;
}
.select2-container .select2-search--inline {
  line-height:inherit !important;
}