
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

.navbar{
  padding: 5px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar-light .navbar-nav .nav-link {
  color: #606060;
  font-weight: 600;
  padding: 22px 10px;
  font-size: 16px;
  margin-right: 15px !important;
}

.navbar-light .navbar-nav .nav-link:hover, .activate {
  color: #081C15 !important;
  font-weight: 600;
  font-size: 16px;
  margin-right: 15px;
}
.dropdown-menu {
  top: 95% !important;
  left: -10px !important;
  margin-top: .125rem;
}
.dropdown-item{
padding: 10px 15px;
}
.dropdown-item:hover{
background-color: #081C15;
color: #fff;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  font-size: 15px;
  border-radius: 0px;
  border: none;
}
.mainbtn {
  background-color: #081C15;
  color: white !important;
  border: none;
  padding: 12px 20px;
  text-decoration: none;
}
.mainbtn:hover {
background: #74C69D;
color: white !important;
border: none;
padding: 12px 20px;
text-decoration: none;
}

.fontset{
  color: #081C15 !important;
}
.bg-theme{
  background-color: #081C15;
}
.headrlinelink{
  font-size: 13px;
  margin-right: 10px;
  padding-right: 10px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid #dedede;
}
.logo{
  width: 150px;
  height: 35px;
  object-fit: contain;
}
.slideimg{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 4s ease-in-out;
}
/* Apply zoom effect only to the active image */
.carousel-item.active .slideimg {
  transform: scale(1.1); /* Slightly zoom in */
}
/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #081C15;
}

::-webkit-scrollbar-thumb:hover {
  background: #74C69D;
}

/*** Service ***/
/*** Service ***/
.service-item-top img {
  transition: .5s;
}

.service-item-top:hover img {
  transform: scale(1.1);
}
.servicecard{
  height: 420px;
}
.service-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.service-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #74C69D;
  border: 5px solid #081C15;
  transition: .5s;
}

.service-carousel .owl-dot.active {
  background: #081C15;
  border-color: #081C15;
}


.faq {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.shape::before {
  content: "";
  background: url(../img/dot-shape.png) ;
  position: absolute;
  height:300px;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat;
}

.accordion-item {
  border: none;
  margin-bottom: 16px;
  /* border-radius: 12px; */
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
  padding: 20px 25px;
  font-weight: 600;
  color: #333;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #081C15;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
  background-size: 20px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 25px;
  background-color: #ffffff !important;
}
.faq-leftimg{
  max-width: 95%;
}




/* =====================industry slider------------------ */



.partner{
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 15px;
  text-align: center;
  border: 1px solid #081C15;
}
.partnerlogo{
  width: 65px !important;
  height: 65px;
  object-fit: contain;
}







/*** Footer ***/
.footer {
  background: url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: fff;
  border: 1px solid rgba(256, 256, 256, .1);
  border-radius: 40px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: #081C15;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  transition: .3s;
  text-decoration: none !important;
}

/* .footer .btn.btn-link:hover {
  color: #13afca;
  text-decoration: none;
} */

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #fff;
  text-decoration: none !important;
}

.footer .copyright a:hover {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {

  .faq-leftimg{
    max-width: 100%;
    margin-bottom: 25px;
  }
  .shape::before {
    content: "";
    background: url(../img/dot-shape.png);
    position: absolute;
    height: 300px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat;
    opacity: .5;
}
}


/* =====================industry-=================== */
.icon-set {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative;
}
.work-card {
  margin-bottom: 20px;
  padding:  20px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #081C15;
}
.v-center{
  align-items: center;
  align-self: center;
}
.icon-bg > img{
  width: 64px;
  height: 64px;
}
.work-card p {
  /* color: #081C15; */
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.iws-heading > span {
  line-height: 26px;
}
.iws-heading > span {
  color: #081C15;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  display: block;
}
.work-category .iws-heading h2 {
  margin-bottom: 10px;
}

/* =====================aboutus page====================== */
.page-header-inner {
  background: rgba(0, 0, 0, .5);
  height: 70vh;
  display: flex;
  align-items: center;
}
.fw-600{
  font-weight: 600;
}
.page-header {
  background-position: top;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
}
.visioncard{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 20px;
  padding: 15px;
  text-align: justify;
  display: flex;
  border-left: 2px solid #081C15;
}
.whycards{
  display: flex;
}
.whycards img {
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.industryimg{
  width: 90%;
  height: 250px;
  object-fit: cover;
  /* border-radius: 100%; */
}
.industrydesc{
  text-align: justify;
}
/* ====================contact====================== */
.bg-dull {
  background-color: #ccffcce1 !important;
}
.fixcardheight{
  height: calc(100% - 30px);
  
}
.pera{
  font-size: 15px;
}
.ptb-50{
  padding: 50px 0px;
}
/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    transition: .5s;
}
.team-item{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #dedede;
  margin-bottom: 15px;
}
.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

/* =====================services=============== */

.service-card{
  padding: 15px;
  text-align: center;
  position: relative;
  border: 1px solid #dedede;
}
.service-card img{
  width: 100%;
  height: 200px;
}
.service-card:hover{
  padding: 15px;
  text-align: center;
  position: relative;
  border: 1px solid #081C15;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.whybigimg{
  height: 300px;
  object-fit: cover;
}
.ptb-80{
  padding: 80px 0px;
}
.ptb-50{
padding: 50px 0px;
}

/* ==========Cta========== */
.cta{
  width: 100%;
  padding: 80px 0px;
  background: url(../img/ctaback.webp);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
.innerheadbg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.innerheadbg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: .6;
  z-index: 0;
}
.index-up {
  position: relative;
  z-index: 5;
}


/* ===================head-hunter================== */
.headhunting-header {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headhunting-header h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.headhunting-header p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.workstrethgy{
  background-image: url(../img/map-bg.png);
  background-size: cover;
}
.work__item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #081C15;
  color: #081C15;
  border-radius: 5px;
  position: relative;
  padding: 5px !important;
  line-height: 0;
}
.work__icon img{
  width: 65px;
  padding: 4px;
  margin-top: 8px;
}
.work__shape-two svg {
  color: #081C15;
}
.work__icon-two .number {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.work__icon .number {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #081C15;
  font-size: 14px;
  font-weight: 600;
  color: #fff;

  border-radius: 50%;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -15px;
}
.work__shape {
  position: absolute;
  right: -60px;
  top: 25px;
  z-index: -1;
}
.themebg{
  background-color: #ccffcc;
}
.whyborder{
  border: 1px solid #081C15;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.hrcard{
  padding: 15px;
  position: relative;
  border: 1px solid #dedede;
  height: calc(100% - 30px);
  color: #fff;

}
.family-card i {
 background-color: #081C15;
 color: #fff;
 border: 2px solid #fff;
 padding: 15px 15px;
 font-size: 32px !important;
 margin-bottom: 12px;
 border-radius: 50%;
}
.family-card{
  background-color: #fff;
  padding: 18px 12px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.family-card:hover{
  background-color: #081C15;
  color: #fff;
  cursor: pointer;
}
.strock{
  -webkit-text-stroke: 1px #a1a1a1de;
}

.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 78px;
  right: 0;
  width: 85%;
  height: 4px;
  background-color: #081C15;
  z-index: 0;
}

.timeline-item {
  position: relative;
  width: 18%;
  z-index: 1;
}

.timeline-icon {
  width: 80px;
  height: 80px;
  background-color: #081C15;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 10px;
}

/* h5 {
  color: #081C15;
  font-weight: bold;
}

p {
  font-size: 14px;
  color: #555;
} */
.ldimg{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* ===================vas services================== */
ul.i-list {
  padding-left: 0;
  list-style: none;
}

ul.i-list .list-title {
  display: inline-block;
  position: absolute;
}

ul.i-list li {
  padding: 2px 0px;
}

ul.i-list i.fa {
  margin-right: 7px;
}

ul.i-list .list-item {
  margin-top: 3px;
  display: inline-block;
}

ul.i-list.filled i.fa {
  color: white;
  font-size: 9px;
  padding: 5px;
  border-radius: 50%;
}

ul.e-icon-list.filled li {
  padding: 2px 0px;
  line-height: 24px;
}

ul.i-list.underline li {
  padding: 6px 0px;
  border-bottom: 1px solid #eee;
}

ul.i-list.medium li {
  padding-bottom: 25px;
  position: relative;
}

ul.i-list.medium .icon {
  margin-right: 25px;
  color: white;
  font-size: 25px;
  text-align: center;
  line-height: 68px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(0,0,0,.28);
  position: relative;
  z-index: 1;
  /*background-image: url(../img/crease.svg) !important;
  -moz-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
  background-position: center center !important;*/
}

ul.i-list.medium .icon i.fa {
  margin: 0;
}

ul.i-list.medium.bordered .icon {
  background: white;
  color: inherit;
  border: 2px solid #8fc135;
  font-size: 26px;
  color: #8fc135;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.medium .list-item {
  text-transform: uppercase;
}

ul.i-list.large .icon {
  margin-right: 30px;
  background: #d0d0d0;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

ul.i-list.large .icon i.fa {
  margin: 0;
}

ul.i-list.large.bordered .icon {
  background: inherit;
  color: inherit;
  border: 2px solid #8fc135;
  font-size: 30px;
  color: #8fc135;
}

ul.i-list.large .list-item {
  text-transform: uppercase;
}

ul.i-list .icon {
  float: left;
}

ul.i-list.right {
  text-align: right;
}

ul.i-list.right .icon {
  float: right;
}

ul.i-list.right .icon {
  float: right;
  margin-right: 0;
  margin-left: 25px;
}

ul.i-list.large.right .icon {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}

ul.i-list.large li {
  margin-bottom: 25px;
}

ul.i-list .icon-content {
  overflow: hidden;
}

ul.i-list .icon-content .title {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.left-line .iconlist-timeline {
  left: auto;
  right: 35px;
}

.iconlist-timeline {
  position: absolute;
  top: 1%;
  left: 32px;
  width: 1px;
  height: 99%;
  border-right-width: 1px;
  border-right-style: dashed;
  height: 100%;
  border-color: #ccc;
}
.icon{
       background-color: #081C15;
}
.separator, .testimonial-two, .exp-separator-inner {
   border-color: #081C15;
}
.exp-separator {
   border-color: #081C15;
   border-top-width: 2px;
   margin-top: 10px;
   margin-bottom: 2px;
   width: 100%;
   max-width: 55px;
   border-top-style: solid;
   height: auto;
   clear: both;
   position: relative;
   z-index: 11;
}


.pb-20 {
   padding-bottom: 20px !important;
}

.center-separator .exp-separator-inner, .center-separator.exp-separator {
   margin-left: auto;
   margin-right: auto;
}






@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .timeline::before {
    height: 70%;
    width: 4px;
    left: 50%;
    top: 0;
    background-color: transparent;
  }
}

/* =================Responsive============= */
@media (max-width: 992px) {
  .navbar {
    padding: 5px;
    border-bottom: 1px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.navbar-light .navbar-nav .nav-link {
  color: #606060;
  font-weight: 600;
  padding: 10px 10px;
  font-size: 16px;
  margin-right: 15px !important;
}
.setheropadd{
  padding: 5px;
}
.hero-section {
  padding: 10px;
  height: 100vh;
}
.circlemove{
  display: none;
}
.about-two__middle {
  position: relative;
  display: block;
  margin-right: 0px !important;
}
.about-two__counter-single {
  position: relative;
  display: block;
  text-align: start !important;
}
.about-two__counter-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  text-align: right;
}
.section-title__title {
  margin: 0;
  font-size: 25px !important;
  line-height: 34px !important;
  font-weight: 700;
}
.about-two__left {
  position: relative;
  display: block;
  margin-right: 0px !important;
  margin-bottom: 15px;
}
.tabbtn {
  display: block;
  width: 100%;
  padding: 20px 25px;
  background: #081C15;
  color: #fff !important;
  margin-right: 15px;
  font-size: 16px;
}
.throwwidth{
  width: 100% !important;
  margin-bottom: 10px;
}
.icon-set{
  height: 85% !important;
}
.work-card{
  height: 100% !important;
}
.work-card p {
  /* color: #081C15; */
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.industryimg{
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  /* border-radius: 100%; */
}

.service-card{
  padding: 15px;
  text-align: center;
  position: relative;
  border: 1px solid #dedede;
  margin: 20px 0px;
}
.whybigimg{
  height: auto;
}
.slideimg {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  transition: transform 4s ease-in-out;
}

.MENU{
  color: #081C15;
  font-size: 22px;
  padding: 8px 15px;
  border: 1px solid #081C15 !important;
}
.navbar-toggler {
  color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding: .25rem 0rem !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.work__shape {
  display: none;
}
.whyborder{
  border: 1px solid #081C15;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 20px;
}
}