/* Font Family Import */
/* font-family: 'Josefin Sans', sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap');
body{
  /* font-family: 'Josefin Sans', sans-serif; */
/*  font-family: 'Indie Flower', cursive;*/
font-family: 'Annie Use Your Telescope', cursive;
  background-image: url(../images/body-bg.jpg) !important;
  background-size: 100%;
}
a{
  color: #000 !important;
  display: inline-block;
  text-decoration: none;
  transition: .5s !important;
}
p, h1, h2, h3{
  margin: 0;
}
img{
  max-width: 100%;
}
.pgrf{
  font-size: 22px;
  font-weight: 400;
  color: #061c28;
  line-height: 1.7;
}
.bt-1{
  font-size: 18px;
  font-weight: 400;
  color: #061c28 !important;
  padding: 15px 25px;
  background: #fff;
  border: 1px solid #000;
  transition: .5s !important;
}
.bt-1:hover{
  box-shadow: 0.3em 0.3em 0 0 #f78f98;
}
.sec-pad{
  padding: 60px 0;
}
.ht-1{
  /* font-family: 'Oswald', sans-serif; */
  font-size: 60px;
  font-weight: 400;
  color: #52b893;
}
.sub-heading{
  font-size: 24px;
  font-weight: 600;
  color: #f78f98;
}
/* ===== header ===== */
header{
  position: relative;
  background: #fff;
  padding-top: 10px;
}
header::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 209px;
  background: url(../images/header-bg.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
}
header img {
  max-width: 100px;
}
header .navbar-collapse {
  justify-content: end;
}
header .navbar-nav .nav-item {
  padding: 0 22px;
}
header .navbar-nav .nav-item:last-child{
  padding-right: 0;
}
header .navbar-nav .nav-link {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 400;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover{
  color: #52b893 !important;
}
/* ===== header ===== */

/* ===== Work Without Borders ===== */
.s-1-itm-cnt .sec-heading h1{
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'Bree Serif'; */
  font-size: 50px;
  font-weight: 400;
  color: #52b893;
}
/* .s-1-pgrf .pgrf {
  font-size: 22px;
} */
.s-1-pgrf {
  margin: 30px 0;
}
.s-1-itm-img img {
  width: 100%;
}
/* ===== Work Without Borders ===== */

/* ===== Perkz We Provide ===== */
.s-2-pgrf .pgrf, .s-2-itm-cnt .sec-heading .ht-1 {
  margin-bottom: 45px;
}
.s-2-pgrf .pgrf:last-child{
  margin-bottom: 0;
}
.s-2-itm-img img {
  width: 100%;
}
.candidates .ht-1 {
  margin-bottom: 0 !important;
}
.candidates .s-2-itm-cnt .s-2-heading .sub-heading, .companies, .s-2-itm-cnt, .s-2-heading .sub-heading {
  margin-bottom: 30px;
}
.s-2 .sec-heading .ht-1 {
  margin-bottom: 25px;
}
/* .s-2-pgrf ul{
  list-style-image: url(../images/list-bullet-point.png);
} */
.s-2-pgrf ul{
  padding: 0;
}
.s-2-pgrf ul li {
/*  list-style: none;
  background: url(../images/list-bullet-point.png) no-repeat;
  padding-left: 30px; */
}
/* ===== Perkz We Provide ===== */

/* ===== clientele ===== */
/* .s-3-crousel-img img {
  width: 100%;
} */
.s-3-crousel .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-3-pgrf {
  margin: 30px 0 40px 0;
}
.s-3-btn {
  text-align: center;
  margin-top: 40px;
}
.s-3-crousel-cnt {
  background: #f78f98;
  padding: 15px 5px;
  text-align: center;
  border-radius: 10px;
}
/* ===== clientele ===== */

/* ===== features-offered ===== */
section.s-4 {
  display: none;
}
.s-4-itm {
  position: relative;
}
/* .s-4-itm-cnt {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: -80px;
  max-width: 270px;
  width: 100%;
  transform: translatex(-50%);
  left: 50%;
  transition: .5s;
} */
.s-4-itm-cnt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* background: #fff;
  background: #52b893; */
  background: #000;
  padding: 20px;
  border-radius: 20px;
  transition: .5s;
}
.s-4-itm-cnt-pgrf {
  visibility: hidden;
}
/* .s-4-itm:hover .s-4-itm-cnt{
  background: #52b893;
} */
.s-4-itm:hover .s-4-itm-cnt {
  background: #52b893;
  height: 100%;
}
.s-4-itm:hover .s-4-itm-cnt-pgrf {
  visibility: visible;
}
.s-4-itm-cnt-heading .sub-heading{
  transition: .5s;
}
.s-4-itm:hover .s-4-itm-cnt-heading .sub-heading{
  color: #000;
}
.s-4-itm-img img {
  width: 100%;
}
.s-4-itm-img img {
  border-radius: 20px;
}
.s-4-items {
  padding: 0 20px;
}
.s-4-pgrf {
  margin: 30px 0 40px 0;
}
.s-4 .owl-nav {
  text-align: center;
  margin-top: 25px;
}
.s-4 .owl-nav .owl-prev, .s-4 .owl-nav .owl-next{
  width: 56px;
  height: 30px;
  position: absolute;
  display: block;
}
.s-4 .owl-nav .owl-prev {
  background: url(../images/s-6-prev.png) no-repeat !important;
  left: 45%;
}
.s-4 .owl-nav .owl-next {
  background: url(../images/s-6-next.png) no-repeat !important;
  right: 45%;
}

/* ===== features-offered ===== */

/* ===== Services We Provide ===== */
.s-5-itm {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  margin-bottom: 25px;
  transition: .5s;
}
.s-5-itm:hover {
  background: #52b893;
}
.s-5-itm-heading .sub-heading {
  margin: 25px 0;
  transition: .5s;
}
.s-5-itm:hover .s-5-itm-heading .sub-heading{
  color: #000;
}
.s-5-pgrf .pgrf {
  margin: 30px 0 50px 0;
}
.s-5-itm-ic {
  max-width: 100px;
  margin: auto;
}
.s-5 .owl-nav {
  text-align: center;
  margin-top: 25px;
}
.s-5 .owl-nav .owl-prev, .s-5 .owl-nav .owl-next{
  width: 56px;
  height: 30px;
  position: absolute;
  display: block;
}
.s-5 .owl-nav .owl-prev {
  background: url(../images/s-6-prev.png) no-repeat !important;
  left: 43%;
}
.s-5 .owl-nav .owl-next {
  background: url(../images/s-6-next.png) no-repeat !important;
  right: 43%;
}
/* ===== Services We Provide ===== */

/* ===== customers-reviewes ===== */
.s-6 {
  background: rgb(175,228,209);
  background: linear-gradient(90deg, rgba(175,228,209,1) 0%, rgba(247,143,152,1) 100%);
}
.s-6-in {
  text-align: center;
}
.s-6-sld-itm-heading .ht-1 {
  color: #000;
}
.s-6-sld-itm-img {
  background: #fff;
  padding: 20px 25px;
  display: inline-block;
  border-radius: 10px;
}
/* .s-6-sld-itm-cnt .pgrf {
  font-size: 26px;
} */
.s-6-sld-itm-cnt {
  max-width: 1050px;
  margin: 60px auto 60px auto;
}
.s-6 .owl-dots button {
  border: 3px solid #000;
  width: 56px;
  height: 12px;
  margin: 0 7px;
}
.s-6 .owl-dots .owl-dot.active {
  background: #000;
}
.s-6 .owl-nav .owl-prev, .s-6 .owl-nav .owl-next {
  width: 56px;
  height: 30px;
  position: absolute;
  top: 40%;
}
.s-6 .owl-nav .owl-prev {
  background: url(../images/s-6-prev.png) no-repeat !important;
  left: 0;
}
.s-6 .owl-nav .owl-next {
  background: url(../images/s-6-next.png) no-repeat !important;
  right: 0;
}
/* ===== customers-reviewes ===== */

/* ===== contact-us ===== */
.s-7-sub-itm{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.s-7-sub-itm:last-child{
  margin-bottom: 0;
}
.s-7-sub-itm-cnt .ht-1 {
  font-size: 26px;
  color: #000;
  margin-bottom: 15px;
}
.s-7-sub-itm-ic {
  margin-right: 30px;
  max-width: 78px;
  width: 100%;
}
.s-7-sub-itm-cnt .pgrf {
  font-size: 22px;
  /* font-size: 20px; */
  line-height: 1.4;
}
.s-7-sub-itm-cnt a {
  font-size: 22px;
  display: block;
}
.s-7-sub-itm-cnt a:hover{
  color: #f78f98 !important;
}
.s-7-itm {
  margin-top: 25px;
}
.contact-us-form-itm label {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.contact-us-form-itm input {
  width: 100%;
  /* height: 46px; */
  padding: 5px;
  border: 1px solid #000;
  outline: none;
  font-size: 30px;
}
.contact-us-form-itm {
  margin-bottom: 25px;
}
.contact-us-form-itm input[type="submit"] {
  width: unset;
  height: unset;
  font-size: 18px;
  padding: 15px 25px;
}
.contact-us-form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
  font-size: 22px;
  padding: 3px;
}
.contact-us-form ::file-selector-button {
  font-size: 24px;
}
/* ===== contact-us ===== */

/* ===== map ===== */
.s-8-itm-img img {
  width: 100%;
}
/* ===== map ===== */

/* ===== copyright ===== */
.social-ic {
  display: flex;
  justify-content: end;
}
.social-ic i {
  margin-right: 15px;
}
.s-9-in {
  border-top: 2px solid #acacac;
  padding: 15px 0;
}
/* ===== copyright ===== */



















/* ========== Responsive CSS Start ========== */
@media(max-width: 1499px){

}
@media(max-width: 1399px){
  .s-4-itm-cnt {
    padding: 10px;
    max-width: 250px;
    bottom: -70px;
  }
  .s-6-sld-itm-cnt {
    max-width: 990px;
  }
}
@media(max-width: 1199px){
  header .navbar-nav .nav-item {
    padding: 0 8px;
  }
  .s-4-itm {
    margin-bottom: 95px;
  }
  .s-4-itm-cnt {
    padding: 20px;
    max-width: 270px;
  }
  .s-6-sld-itm-cnt {
    max-width: 750px;
  }
}
@media(max-width: 991px){
  .s-1-items .row, .candidates .row, .companies .row {
    flex-direction: column-reverse;
  }
  .s-1-itm-img, .s-2-itm-img {
    margin-bottom: 25px;
  }
  .s-6-sld-itm-cnt {
    max-width: 495px;
  }
  .s-6 .owl-nav .owl-prev, .s-6 .owl-nav .owl-next {
    top: 50%;
  }
  .s-7-itm {
    margin: 60px 0 25px 0;
  }
  header .navbar-nav .nav-item {
    padding: 5px 0px;
    margin: auto;
  }
}
@media(max-width: 767px){
  header .navbar-nav .nav-link {
    font-size: 14px;
  }
  .contact-us-form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    font-size: 10px;
    padding: 4px;
  }
  .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    text-align: center;
  }	
  .s-1-pgrf {
    margin: 10px 0;
  }
  .s-2-pgrf .pgrf, .s-2-itm-cnt .sec-heading .ht-1 {
    margin-bottom: 10px;
  }
  .s-3-pgrf {
    margin: 15px 0;
  }
  .s-3-btn {
    margin-top: 25px;
  }
  .s-1-itm-cnt .sec-heading h1 {
    font-size: 40px;
  }
  .s-1-pgrf .pgrf {
    font-size: 14px;
  }
  .bt-1 {
    font-size: 14px;
    padding: 10px 15px;
  }
  .ht-1 {
    font-size: 36px;
  }
  .pgrf, .s-6-sld-itm-cnt .pgrf, .s-7-sub-itm-cnt .pgrf, .s-7-sub-itm-cnt a {
    font-size: 14px;
  }
  .s-5-pgrf .pgrf {
    margin: 10px 0;
  }
  .s-5-itm-heading .sub-heading {
    margin: 10px 0;
  }
  .sub-heading {
    font-size: 20px;
  }
  .s-6-sld-itm-cnt {
    margin: 20px auto 20px auto;
  }
  .s-6 .owl-nav .owl-prev, .s-6 .owl-nav .owl-next {
    top: 30%;
  }
  .s-7-sub-itm-cnt .ht-1 {
    font-size: 20px;
  }
  .s-7-sub-itm {
    margin-bottom: 20px;
  }
  .s-7-itm {
    margin: 25px 0;
  }
  .contact-us-form-itm {
    margin-bottom: 15px;
  }
  .contact-us-form-itm label {
    font-size: 14px;
  }
  .contact-us-form-itm input {
    /* height: 30px; */
    font-size: 14px;
    padding: 1px 2px;
  }
  .contact-us-form-itm input[type="submit"] {
    font-size: 14px;
    padding: 10px 15px;
  }
  .contact-us-form ::file-selector-button {
    font-size: 12px;
  }
}
@media(max-width: 575px){
  .copyright .pgrf {
    text-align: center;
  }
  .social-ic {
    justify-content: center;
  }
}
@media(max-width: 320px){
  
}

.s-2-pgrf ul {
    padding-left: 18px;
}