

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'hp-simplified-regular';
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'hp-simplified-bold';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
    position: relative;
    background: url(../../img/helpdesk/helpdesk-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 100px 0 70px 0;
    min-height: 700px;
    background-color: black;
    background-position: right;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 100%;
  float: left;
  margin-top:25%;
}
.intro-img img{
    width:50%;
    float:right;
}
#intro .intro-info h2 {
  color: var(--theme-color3);
  margin-bottom: 20px;
  font-size: 78px;
  font-weight: 900;
}

#intro .intro-info h2 span {
  color: var(--font-secondary-color);
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

#about {
  background: var(--theme-color5);
  padding: 60px 0px 60px 0px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--font-primary-color);
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: var(--font-primary-color);
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: var(--font-primary-color);
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: var(--font-secondary-color);
  font-size: 18px;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color:var(--font-primary-color);
}

#about .about-extra {
  padding-top: 20px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 18px;
}
#why-us{
    background:white;
}



.panel-card {
  background: var(--theme-color5);
  padding: 60px 0px 60px 0px;
}

.panel-card .about-container p:last-child {
  margin-bottom: 0;
}

.panel-card .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

.panel-card .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--font-primary-color);
  transition: all 0.3s ease-in-out;
}

.panel-card .about-container .icon-box .icon i {
  color: var(--font-primary-color);
  font-size: 24px;
}

.panel-card .about-container .icon-box:hover .icon {
  background: var(--font-primary-color);
}

.panel-card .about-container .icon-box:hover .icon i {
  color: #fff;
}

.panel-card .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

.panel-card .about-container .icon-box .title a {
  color: var(--font-secondary-color);
  font-size: 18px;
}

.panel-card .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color:var(--font-primary-color);
}

.panel-card .about-extra {
  padding-top: 20px;
}

.panel-card .about-extra h4 {
  font-weight: 600;
  font-size: 18px;
}


.services-card{
    background: white;
  padding: 60px 0px 60px 0px;
}

/*------------------Staffing Solution------------------*/
#staffing-solution{
    padding-top:60px;
    margin-top:0px;
}

/* Services Section
--------------------------------*/
.services{
    padding: 60px 0 40px 0;
    position: relative; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black !important;
}
.services::before {
  content: "";
    background-image: url(../../img/our_expertise/background1.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}
.services > .container{
    position: relative;
    /*transform:skewY(3deg)*/
}
/*.section-bg{
    background:linear-gradient(to bottom right, var(--theme-color2) , var(--theme-color1)) !important;
}*/

/*.services {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}*/

.box {
  padding: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: transparent;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

.services .icon i {
  font-size: 56px;
  line-height: 1;
  transition: 0.5s;
  color:var(--font-secondary-color);
}

.services .title {
  /*margin-left: 40px;*/
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

/*.services .title a {
  color:var(--font-secondary-color);
}*/

/*.services .box:hover .title a {
  color:var(--font-primary-color);
}*/

.description {
  font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: white;
    text-align: justify;
}
.points {
  font-size: 14px;
  line-height: 22px;
}
#why-us{
    background:white;
}
.card-style1, .card-style2{
    padding: 25px 20px 25px 20px;
}
.card-style3, .card-style4{
    padding: 60px;
}
.section-header > h2{
    float:left !important;
}
.label-para-style-2{
    font-size: 16px;
    text-align: left;
    color: black;
    padding-top: 10px;
    letter-spacing: 1px;
}
.label-style-1{
    color: black;
    letter-spacing: 1px;
    font-size:16px;
    line-height:32px;
    text-align:justify;
}
.list-style-1{
    color:white;
    line-height:26px;
}
.label-style-3{
    padding-top:20px;
}
.card-style2 > p{
    text-align: justify;
}
.card-style1 > p{
    text-align: justify;
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #staffing-solution {
    margin: 0px;
    padding: 15px;
    margin-left: -15px;
  }
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
}

@media (max-width: 767px) {
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
  #staffing-solution {
    margin: 0px;
    padding: 15px;
    margin-left: -15px;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
  #staffing-solution {
    margin: 0px;
    padding: 15px;
    margin-left: -15px;
  }
}