@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap');
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
::selector {
  background: #0a39a1;
  color: #fff;
}
body {
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 18px; 
  font-family: "Poppins", serif;
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
  /* scroll-padding-top: 110px; */
}
h1, .h1 {
  font-size: 38px;/*50px*/
  line-height: 1.2; }

h2, .h2 {
  font-size: 38px;/*40px*/ }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  clear: both;
  font-family: "Fira Sans", serif;
  font-weight: 600; 
  line-height: 1.3;
  margin-bottom: 10px;  
}
p {
  color: #000;
  margin-bottom: 0.3em;
}
.text-black {
    color: #000;
}
.id-btn {  
  padding: 12px 30px;
  text-transform: uppercase;
  border: 1px solid #68a91e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #68a91e;
}
.id-btn:hover {
  border: 1px solid #3f59a7;
  text-decoration: none;
  background: #3f59a7;
  color: #fff;
}
.id-btn.cpc-btn-white {
  border: 1px solid #68a91e;
  background-color: #fff;
  color: #68a91e;
}
.id-btn.cpc-btn-white:hover {
  background-color: #68a91e;
  border: 1px solid #fff;
  color: #fff;
}
.pad-tb {
  padding: 35px 0;/*50px 0*/
}
section {
  position: relative;
  overflow: hidden;
}
.section-title {
  margin-bottom: 25px;
}
.section-title.text-center {
  margin-bottom: 25px;
}
.section-title h2 {
  color: #000;
}
header {
  width: 100%;
  z-index: 99;
}
header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: auto; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {visibility: visible;  opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {visibility: visible;  opacity: 1; width: auto; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header a.logo {display: inline-block; vertical-align: middle;line-height: 0;text-decoration: none!important;}
header a.logo img {/*max-width:250px;*/ vertical-align: sub;}/*130px*/
/* Navbar */
.navbar {
  padding: 5px 1rem;
}
.navbar-top-default {
  position: relative; 
  top: 0;
  z-index: 99;
  overflow: hidden;
  height: 110px;
  width: 100%;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  background-color: #FFFFFF;
}
.header-appear .navbar-top-default {
  height: 110px;
  position: relative; /*fixed*/
  z-index: 999;
  background: #ffffff;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
/* animation */
@-webkit-keyframes animationFade {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
}
@-o-keyframes animationFade {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      -o-transform: none;
      transform: none;
  }
}
@keyframes animationFade {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
  }
  to {
      opacity: 1;
      -webkit-transform: none;
      -o-transform: none;
      transform: none;
  }
}
.navbar-simple .navbar-nav .nav-link{
  padding: 0.4rem 1.5rem;
  margin-left:.5rem;
  color: #2b2b2b;
  font-weight: 400;
}
.header-appear .navbar-simple .navbar-nav .nav-link{
  color: #2b2b2b;
}
.nav-box-round .navbar-nav .nav-link{
  border-bottom: solid 2px transparent;
}
.nav-box-round .navbar-nav .nav-link span{
  height: 3px;
  width: 0;
  display: block;
  background-color: transparent;
  transition: .8s ease;
  margin-left: auto;
  margin-right: auto;
}
.nav-box-round .navbar-nav .nav-link.active{
  color: #0a39a1;
}
header .nav-box-round .navbar-nav .nav-link.active span{
  width: 100%;
  background-color: #0a39a1;
}
header .nav-box-round .navbar-nav .nav-link:hover{
  color: #0a39a1;
}
/* side menu button */
.sidemenu_btn {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  right: 15px;
  display: inline-block;
}
.sidemenu_btn_inner{
  height:70px;
  width:70px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: left;
}
.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background-color: #2b2b2b;
  display: block;
}
.header-appear .sidemenu_btn span {
  background-color: #2b2b2b;
}
.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}
/*Side Menu*/
.side-menu {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: rgb(10 57 161 / 95%); 
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  overflow: hidden;
}
.side-menu.left {
  left: 0; right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
  width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
  visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}
/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 28px;
  right: 32px;
  cursor: pointer;
}
.side-menu.before-side .btn-close{
  display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: ' ';
  height: 24px;
  width: 2px;
  background: #fff;
  top: 5px;
}
.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
  padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
  margin-top: 30px;
  display: block;
}
.side-nav .navbar-nav .nav-item{
  display: block;
  margin: 10px 0; padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0; left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}
.side-menu p{
  font-size: 13px;
  margin-top: .5rem;
  margin-bottom: 0;
}
.social-icons-simple{
  margin-bottom: 0;
  margin-left: -10px;
}
.social-icons-simple li{
  display: inline-block;
}
.social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
  color: #fff;
}
.social-icons-simple li a:hover{
  background-color:#FFFFFF;
  color: #125ba6;
}
.social-icons-simple li.animated-wrap a:hover{
  background-color: transparent;
  color: #ffffff;
}
/*Footer*/
footer {
  padding: 3rem 0;
  text-align: center;
  background-color: #5b5a50;
}
.footer-social ul {
  margin: 0;
  padding: 0; list-style: none;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border-radius: 50px;
  font-size: 17px;
  margin: 0px 5px 10px;
  border: 1px solid transparent;
  background-color: #68a91e;
  color: #fff;
}
.footer-social li a:hover {
  background-color: #fff;
  color: #68a91e;
}
footer .copyright {
  margin-top: 0;
}
footer .copyright a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidemenu_btn {
      display: none!important;
  }
  .navbar-collapse {
     flex-grow: unset;
  }
}
.scroll-top-arrow {
  font-size: 25px;
  line-height: 45px;
  color: #fff !important;
  display: none;
  height: 45px;
  width: 45px;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 99;
  border-radius: 100%;
  background-color:#68a91e;
}
.scroll-top-arrow:hover{
  background-position: right center;
}
.contact-area {
  background: #f5f5f5;
}
a.call-top {
  background: #68a91e;
  color: #fff;
  padding: 0.6rem 1.1rem;
  border-radius: 100px;
  /* color: #000; */
  margin-left: 20px;/*30px*/
  position: relative;
}
a.call-top:first-of-type {
  margin-left: 0;
}
/* a.call-top:first-of-type::before {
  display: none;
} */
a.call-top:hover {
  text-decoration: none;
  /* background: #211d21; */
}
a.call-top i {
  padding-right: 5px;
}
a.call-top::before {
  /* content: "|";
  position: absolute;
  right: 20px;
  width: 100%;
  height: 100%; */
}
a.call-top:last-of-type {
  background: #3f59a7;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;
}
textarea.form-control {
  height: 130px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0a39a1;
}
.banner-wrap {
  position: relative;
  padding: 45px 0 45px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/banner-bg.jpg);
  background-position: center!important;
  background-size: cover;    
  background-attachment: fixed!important;
}
.banner-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(91 90 80 / 8%); /*rgba(0,0,0,0.45)*/
}
.banner-info {
  width: 100%; /*1450px  90%*/
  margin: 0 auto;
}
.banner-info h2 {
  margin-bottom: 8px!important;    
  text-transform: uppercase;
  margin-top: 30px;
}
.quote-wrapper {
  display: block; /*flex*/
  /* height: 100vh; */
  padding: 0 0px; /*0 20px*/
}
.blockquote {
  position: relative;
  /*max-width: 620px; */
  margin: 0px auto 30px; /*80px auto*/
  align-self: center;
}
.blockquote h3 {
  position: relative;
  color: #68a91e;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 2px;
  border-radius: 20px;
  padding: 25px 15px;
  background: #fbfff7;
}
.blockquote h3 span {
  color: #000;
}
.blockquote h3:after {
  content: "";
  position: absolute;
  border: 2px solid #68a91e;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;/*-62px*/
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
.blockquote h3:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 6px solid #fbfff7;/*#292a2b  #ededec*/
  bottom: -2px;
  left: 50px;
  z-index: 2;
}
@media all and (min-width: 600px) {
  .blockquote h3 {
    font-size:26px; /* 3rem*/
    line-height: 1.2;
  }
}
.blockquote h4 {
  position: relative;
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left: 0; /*150px*/
  padding-left: 0; /*12px*/
}
.blockquote h4:first-letter {
  margin-left: -12px;
}
/**/
.call_toaction {
  display: none;
}
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
  min-height: 710px;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
.mb-20 {
  margin-bottom: 20px;
}
.contact-top {
  margin-bottom: 40px;
}
.contact-info-wrap {
  padding: 20px 15px;
  background: #5b5a50;    
  min-height: 270px;
  border-radius: 20px;
}
.contact-info-wrap.contact-info-wrap1 {
  background: #68a91e;
}
.contact-info-wrap.contact-info-wrap2 {
  background: #3f59a7;
}
.contact-info-wrap.contact-info-wrap3 {
  background: #a73f3f;
}
.contact-info-wrap .contact-info-content h3 {
  color: #fff;
  font-weight: 500;    
  margin-bottom: 2px;
}
.contact-info-wrap .contact-info-content p, .contact-info-wrap .contact-info-content p a {
  color: #fff;
}
.contact-info-wrap .contact-info-content p a:hover {
  text-decoration: none;
}
.contact-info-icon {
  margin-bottom: 15px;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
  line-height: 65px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5b5a50;
  font-size: 24px;
}
.contact-info-wrap.contact-info-wrap1 .contact-info-icon {
  color: #68a91e;
}
.contact-info-wrap.contact-info-wrap2 .contact-info-icon {
  color: #3f59a7;
}
.contact-info-wrap.contact-info-wrap3 .contact-info-icon {
  color: #a73f3f;
}
.contact-info-wrap:hover .contact-info-icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
/**/
ul.id-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.id-list > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  display: block;
}
ul.id-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058"; /*f560 f14a f058*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: #3f59a7;
}
/**/
.workspace-area h3 {
  margin-top: 25px;
  background: linear-gradient(to right, #68a91e 10%, #53910e 40%, #3f59a7 70%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #333;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Crete Round", serif;
  font-weight: 400;
  font-style: italic;    
  font-size: 32px;
}
@keyframes textclip{to{background-position:200% center}}
.workspace-area p {
  font-size: 20px;
  padding: 0 80px;
  font-weight: 500;
}
.findyour-fit.hrservices-team {
  position: relative;
  background: url(../images/banner-bg.jpg);
  background-position: center !important;
  background-size: cover;
  background-attachment: fixed !important;
}
.findyour-fit.hrservices-team:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(91 90 80 / 8%);
}
.findyour-fit.hrservices-team .team_content {
  padding-left: 0;
  padding-right: 25px;
}
.findyour-fit.hrservices-team .team_content h3 {
  text-transform: uppercase;
}
.findyour-fit .section-title {
  margin-bottom: 15px;
}
.workspace-shortinfo {
  background: #3f59a7;
}
.workspace-shortinfo h3 {
  text-transform: uppercase;
  color: #fff;
}
.workspace-shortinfo p {
  margin-bottom: 20px;
  color: #fff;
}
.workspace-highlight .section-title {
  margin-bottom: 0;
}
.highlight-content {
  background: #ececec; /*f5f5f5*/
  padding: 30px 80px;/*50px 50px*/
  min-height: 585px;/*540px*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.highlight-image {
  min-height: 585px;/*540px*/
  background: url(../images/amenities.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.highlight-image.why-hightlight-image {
  background: url(../images/why-us1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.highlight-image img {
  display: none; 
}
.workspace-area.hrservices-area {
  /* background: #ececec;  */
  position: relative;
  background: url(../images/banner-bg.jpg) !important;
  background-position: center !important;
  background-size: cover;
  background-attachment: fixed !important;
  z-index: 1;
}
.workspace-area.hrservices-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(91 90 80 / 8%);
}
.hrservices-team .img_wrap {
  margin: 0 25px;
}
.hrservices-team .img_wrap img {
  border-radius: 20px;
}
.hrservices-team .team_content {
  padding-left: 25px;
}
.workspace-area.hrservices-area p {
  padding: 0 0;   
  font-size: inherit;
  font-weight: 400;
  text-align: justify;
}
.workspace-area.hrservices-area .img_wrap img {
  border-radius: 20px;
}
.workspace-area.hrservices-area .img_wrap {
  margin: 0 25px;
}
.hrservices-team .col-lg-push-6 {
  left: 50%;
}
.hrservices-team .col-lg-pull-6 {
  right: 50%;
}
.hrservices-team p {
  text-align: justify;
}
.hrservices-area  .hrservices-content {
  padding-left: 25px;
}
.hrservices-area.workspace-area h3 {
  margin-bottom: 35px;
}
/**/
.countries-industries-wrap {
  position: relative;
  display: flex;
}
.ci-cmn-wrap {
  padding: 35px 150px;
  text-align: left;
  flex: 1;
}
.ci-content-icon {
  display: inline-block;
  background: #fff;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 20px;
}
.ci-content-icon img {
  width: 75px;
}
.countries-wrap {
  background: #68a91e;
}
.industries-wrap {
  background: #3f59a7;
}
.countries-industries-wrap ul.id-list > li {
  color: #fff;
}
.countries-industries-wrap ul.id-list > li:before {
  color: #fff;
}
.countries-industries-wrap h3 {
  margin-bottom: 15px;
}
/**/
.single-client {
  margin-top: 1rem;
  margin-bottom: 0;
}
.single-client img {
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 5px 15px;
  background: #fff;
}
.hrservices-clients .owl-carousel .owl-nav button {
  position: absolute;
  top: 42%;
}
.hrservices-clients .owl-carousel .owl-nav button:hover, 
.hrservices-clients .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.hrservices-clients .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.hrservices-clients .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: -20px;
}
.hrservices-clients .owl-carousel .owl-nav button.owl-prev span, 
.hrservices-clients .owl-carousel .owl-nav button.owl-next span {
  font-size: 30px;
  color: #999;
}
/**/
.hrservices-joinus.pad-tb {
  /* background: #ececec;  */
  padding: 35px 0 20px;
  position: relative;
  background: url(../images/banner-bg.jpg) !important;
  background-position: center !important;
  background-size: cover;
  background-attachment: fixed !important;
  z-index: 1;
}
.hrservices-joinus.pad-tb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(91 90 80 / 8%);
}
.hrservices-joinus .contact-top {
  margin-top: 25px;
}
.join_par {
  padding: 0 15px;
  margin-bottom: 25px;
}
.joinus_wrap {
  margin-bottom: 30px;
  background: #5b5a50;
  padding: 15px;
  min-height: 210px;
  border-radius: 15px;
  border: 1px solid #5b5a50;
}
.joinus_wrap.joinus_wrap_one {
  background: #68a91e;
  border-color: #68a91e;
}
.joinus_wrap.joinus_wrap_two {
  background: #3f59a7;
  border-color: #3f59a7;
}
.joinus_wrap p, .joinus_wrap h3 {
  color: #fff;
}
.joinus_wrap a {
  color: #fff; 
  font-weight: 600; 
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-bottom: 3px;
}
.joinus_wrap a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #fff;
}
.joinus_wrap a:hover {
  text-decoration: none;
}
.members_say {
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding: 15px;
  background: #c2d2fa; /*e2eaff*/
  min-height: 375px;
}
.members_say p {
  text-align: justify;
}