@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');


body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  counter-reset: santo-counter;
}

.header-logo {
  position: relative;
  z-index: 1;
  top: 5px;
}

.header-top ul {
  margin: 0;
  padding: 0;
}

.header-top ul li {
  display: inline-block;
  padding: 5px 15px;
}

.header-top ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  top: 3px;
}


/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */

.header-top::before {
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+29,1c2c45+29 */
  background: linear-gradient(to right, #ffffff 35%, #13195e 35%);
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  right: 0;
}

section {
  padding: 50px 0px;
}

.sticky {
  background-color: #fff;
  /* dark background */
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* extra shadow */
}

.stellarnav.light li a {
  color: #000;
  font-weight: 600;
}

.sticky .stellarnav.light li a {
  color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  background-image: url(../images/servicesbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.stellarnav.light .menu-toggle span.bars span {
  background: #000 !important;
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  color: #f40000 !important;
}



/* .welcomeBlock {
  background-position: center center;
  width: 100%;
  padding: 0px 0px 50px;
} */

.services-col {
  position: relative;
}

.servicesTitle {
  position: absolute;
  bottom: -30px;
  left: 5%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 5px 10px;
  font-weight: 700;
  white-space: nowrap;
}

.greenBg {
  background: #014c5c;
}

.blackBg {
  background: #3a2515;
}

.blueBg {
  background: #b4185b;
}

.col-0 {
  padding: 0;
  margin: 0;
}

.services-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.s-content {
  color: #fff;
}

.s-content h2 {
  font-size: 45px;
  font-weight: 900;
  line-height: 27px;
}

.s-content h2 span {
  font-weight: 100;
  font-size: 18px;
}

.s-content p {
  margin: 0;
  padding: 0;
  color: #a6a8aa;
  font-size: 14px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 15%;
}

@media(min-width:991px) {
  .services-block {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
}


.welcome-content {
  margin: 0;
}

.title-col {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.title-col h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  color: #000;
  line-height: 45px;
  padding-top: 15px;
}

.title-col h2 span {
  color: #2f2f2f;
  font-size: 17px;
}

.welcome-content .titleshadwo {
  color: #ebebeb;
  font-size: 85px;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  z-index: 0;
  left: 0;
  right: 0;
  font-weight: 800;
  line-height: 60px;
}

.welcome-content p {}

.welcome-content .read-btn {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.welcome-content .read-btn span {
  margin: 30px 0;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #040404
}

.welcome-content .read-btn span:after {
  content: '\f105';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  font-family: 'FontAwesome';
  color: #040404
}

.welcome-content .read-btn:hover {
  text-decoration: none;
}

.welcome-content .read-btn:hover span {
  padding-right: 25px;
  color: #1ec9f4;
}

.welcome-content .read-btn:hover span:after {
  opacity: 1;
  right: 0;
  color: #1ec9f4;
}


section {
  padding: 50px 0px;
  position: relative;
}

.services-row {
  margin-top: 65px;
}

.col-services {
  text-align: left;
  position: relative;
  padding: 10px;
  border: transparent solid 2px;
  box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
  background-color: #fff;
  min-height: 360px;
}

.position-relative {
  position: relative !important;
}

.services-photo {
  overflow: auto;
  margin-top: 0;
}

.sercies-brief {
  font-size: 1.1rem;
  min-height: 65px;
}

h3.services-title {
  position: relative;
  color: #1d1d1d;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 15px;
  font-weight: 700;
  line-height: 27px;
}

.sercies-brief p {
  font-size: 1rem;
  margin-top: 15px;
  padding: 0;
  color: #4a4949;
  line-height: 25px;
}

.service-groupbtn .callnow {
  background-color: #ad8b3a;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  border: none;
  font-weight: 600;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-btn {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 1.4rem;
  color: #000;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}

.read-but {
  background: #fd0000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/

.projects {
  background-image: url(../images/projectsbg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 100px;
}


.projects .welcome-content .titleshadwo {
  color: #292828;
}

.projects .welcome-content h2 {
  color: #fff;
}

.projects .col-services {
  padding: 0;
  background: none;
}

.project-title {
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 25px;
  left: 15px;
  font-weight: 500;
}

.testimonials {
  background-image: url(../images/client-bg.jpg);
  background-position: center center;
  background-size: cover;
  padding: 100px 0px;
}

.testimonial-bg {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 50px;
}

.quote i {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.clientprofile {
  color: #ffc200;
}

.testimoniallogo {
  margin-top: 100px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-color: #000;
  padding: 0;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 0rem 6rem rgba(0, 0, 0, .175) !important;
}

#footer .footer-top {
  padding-top: 30px;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff4a17;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 10px;
  display: inline-block;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ef4036;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}

#footer .copyright {
  text-align: center;
  background-color: #e7e3e3;
  padding: 10px;
  color: #000;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
}

.footer-links address {
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.footer-links address .bx {
  position: absolute;
  left: 0;
  top: 5px;
}

.footerbot-link {
  margin: 0;
  padding: 25px;
  background: #f40000;
  color: #000;
}

.footerbot-link li {
  display: inline-block;
  list-style: none;
}

.footerbot-link li a {
  color: #fff;
  border-right: #000 solid 1px;
  padding: 0px 15px;
}

.footerbot-link li:last-child a {
  border: none;
}

.btn-appointment {
  margin: 20px 0 0 0 !important;
  padding: 5px 10px !important;
  background-color: #ffc200;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 600;
  border-radius: 50px;
}


@media (max-width:767px) {

  .header {
    text-align: center;
  }

  .header-logo img {
    padding-bottom: 10px;
  }

  .services-section {
    margin-top: 0px !important;
  }

  .s-content p {
    font-size: 11px;
  }

  .online-skills .online-class {
    background: #fff;
    margin-bottom: 25px;
  }

  .about-details {
    margin-top: 15px;
  }

  .photo-brief .con-brief {
    font-size: 1.9rem;
    text-align: left;
    line-height: 34px;
    font-weight: 800;
  }

  .consultant-para h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 2rem;
  }

  .consultant-para {
    font-size: 1.2rem;
    padding: 80px 10px 80px 10px;
  }

  .welcome-content .titleshadwo {
    font-size: 25px;
    display: none;
  }

  .stellarnav.light li a {
    color: #000000 !important;
  }

  .stellarnav.light a {
    color: #000000 !important;
  }

  .close-menu.half {
    position: relative;
    top: -23px;
  }

  .stellarnav .icon-close {
    right: 10px;
  }

  .s-content h2 {
    font-size: 25px;
  }

  .service-groupbtn {
    margin-top: 10px;
  }

  .col-services {
    min-height: 285px;
  }

  .projects {
    background-size: cover;
  }

  .project-title {
    font-size: 17px;
    line-height: 22px;
  }

  .testimoniallogo {
    margin-top: 30px;
  }

}

/*---------------------------------main-section-stop---------------------------------*/



/**** Internal Pages ****/


.zoom-effect {
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}

.zoom-effect:hover {
  transform: scale(1.1);
}

.post-thumbnail img {
  text-align: center;
  margin: 0 auto;
}

.service-groupbtn {
  position: absolute;
  right: 10px;
}

.entry-header.alignwide {
  position: relative;
}

.entry-content {
  background-color: #f4f4f4;
}

.entry-header.alignwide h1.entry-title {
  position: absolute;
  left: 10%;
  top: 40%;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.address .fa-location-dot {
  position: absolute;
  left: 0;
  font-size: 1.1rem;
  top: 6px;
}

figure {
  margin: 0;
}

.punchline {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}

.internal-page span {
  color: #13195e;
  font-weight: 700;
  font-size: 1.3rem;
}

.internal-page {
  font-family: "Poppins", sans-serif;
  color: #5f5f5f;
  font-weight: 400;
  line-height: 27px;
}

h2.section-ptitle {
  margin-bottom: 15px;
  color: #13195e;
  font-size: 1.8rem;
  font-weight: 700;
}

.hrms-serv-row {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}

.hrms-pad {
  padding: 50px;
  color: #fff;
}

.redbg {
  background-color: #ed1c24;
}

.hrms-titlecontent p {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}

.hrms-titlecontent .circle-btn {
  background-color: #000;
  margin: 0;
}

.circle-btn,
.circle-btn:hover {
  margin: 40px auto 0;
  display: inline-block;
  background: #e63038;
  color: #fff;
  padding: 9px 25px 9px 48px;
  font-size: 15px;
  transition: all .2s;
}

.red-btn,
.red-btn:hover,
.app-developer .red-btn,
.app-developer .red-btn:hover {
  background: #e62f2d;
  color: #fff;
  font-size: 18px;
  padding: 12px 32px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-family: poppins, sans-serif;
  position: relative;
}

.contact-number,
.contact-number:hover,
.circle-btn,
.circle-btn.wht,
.circle-btn:hover {
  background: #e62e2d;
  padding: 10px 20px 10px 45px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-family: poppins, sans-serif;
}

.circle-btn:before {
  -webkit-box-shadow: 0 0 0 0 #fff;
  top: 12px;
}

.contact-number:before,
.circle-btn:before,
.circle-dot:before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 10px;
  left: 18px;
  z-index: 2;
  pointer-events: none;
  background-color: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #FFF;
}

.circle-btn::after {
  box-shadow: inset 0 0 0 5px #fff;
  top: 12px;
}

.contact-number:after,
.circle-btn:after,
.circle-dot:after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  top: 10px;
  left: 18px;
  z-index: 2;
  pointer-events: none;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 5px #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
}

.links li {
  float: left;
  width: 100%;
  position: relative;
}

.links li a,
.teams-dtm li {
  font-size: 15px;
  color: #758495;
  text-decoration: none;
  vertical-align: middle;
  line-height: 25px;
  transition: all .1s ease-in-out;
  display: inline-block;
  width: calc(100% - 15px);
  margin-left: 10px;
  float: left;
}

.links li:before,
.listings li:before,
.teams-dtm li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #758495;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.hrms-pad {
  padding: 50px;
  color: #fff;
}

.hrms-contentIcon {
  padding: 25px;
  font-size: 1.1rem;
}

.blue-bg {
  background: #13195e;
  color: #fff;
}

.contactform br {
  display: none;
}

.contactform .form-control {
  border-radius: 0px;
  margin-bottom: 15px;
  min-height: 50px;
}

.wpcf7-submit {
  background: #13195e;
  color: #fff;
  text-transform: uppercase;
  border: navajowhite;
  padding: 10px 25px;
  font-weight: 600;
}

.projectbtn {
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 25px 0px;
  display: inline-block;
  font-weight: 600;
}

.social-icon {
  background: #ffffff;
  color: #000;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 1rem;
}

.wpcf7-form input {
  width: 100%;
  min-height: 45px;
  border-radius: 0;
  border: #ededed solid 1px;
  margin-bottom: 5px;
  padding: 0px 15px;
}

.wpcf7-form textarea {
  width: 100%;
  max-height: 100px;
  border-radius: 0;
  border: #ededed solid 1px;
  margin-bottom: 5px;
  padding: 10px 15px;
}


@media(max-width:767px) {

  .entry-header.alignwide h1.entry-title {
    position: absolute;
    left: 0;
    top: auto;
    color: #fff;
    font-size: 1.5rem;
    right: 0;
    text-align: center;
    bottom: 10px;
  }

}


.mySwiper3 .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.9);
}

.mySwiper3 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f9bd01;
}

.testimoniallogo {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.testimoniallogo img {
  padding: 5px;
}



/* .howit-works-section .featured-content {
  border-right: #e8e8e8 solid 2px;
} */

.howit-works-section .featured-content:hover {
  background-color: #e40f15;
  color: #fff;
}

.howit-works-section .featured-content:hover h3 {
  color: #fff !important;
}

.howit-works-section .featured-imagebox .featured-content .featured-title h3 {
  color: #1f1f1f;
  position: relative;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 15px;
}

.howit-works-section .post-meta p {
  line-height: 24px;
    font-size: 0.9rem;
    color: #3d3d3d;
}

.howit-works-section .featured-content:hover .post-meta p {
  background-color: #e40f15;
  color: #fff;
}

.howit-works-section .featured-content:hover img {

  filter: brightness(0) invert(1);

}

.howit-works-section .featured-imagebox-post.style1 .featured-content {
  min-height: 155px;
}

.howit-works-section .featured-imagebox img {

  min-width: inherit;
  display: inline-block;
  text-align: left;
  width: 40px;

}



.featured-imagebox .featured-content {
  position: relative;
}

.featured-imagebox .featured-content .counter-wrap:after {

  content: counter(santo-counter);

  counter-increment: santo-counter;

  position: absolute;

  top: 15px;

  right: 0;

  font-size: 2rem;

  font-weight: 400;

  color: #b0adad;

  width: auto;

  width: 42px;

}

.howit-works-section .featured-content:hover .counter-wrap:after {
  color: #fff;
}

@media(max-width:767px){

  .title-col h2 {
    font-size: 25px;
    line-height: 29px;
}

.logo {
    width: 45px;
    height: auto !important;
    padding-left: 10px;
}

.howit-works-section .featured-imagebox-post.style1 .featured-content {
  min-height: auto;
}


}