@import url("fonts.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #373435;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  overflow-x: hidden;
 
}

a {
  color: #373435;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #373435;
}
p {
  color: #373435;
}

.headerTop.HomeMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;background: transparent;
  width: 100%;
  transition: all 0.5s ease;
}
.headerTop.HomeMenu.vjClass {
 background: #16325f;
}
.headerTop.HomeMenu.scrolling_down {
  transform: translateY(-100%);
}
.headerTop.HomeMenu.scrolling_up {
 
 transform: translateY(0);
}
.headerTop.HomeMenu .navbar {
  padding: 20px 0px;
}
.headerTop.HomeMenu .navbar .navbar-brand {
  padding: 0px 0px;
  align-content: center;
}
.headerTop.HomeMenu .navbar .nav-link {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 5px;
}

.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 15px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item:last-child {margin-right:0px;}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 210px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .navbar-brand {
  margin-right: 0;
}
.headerTop.HomeMenu.vjClass .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.headerTop.HomeMenu .navbar .nav-link:hover,
.headerTop.HomeMenu .navbar .nav-link.current {
  color: #7fc34d;
}
.headerTop.HomeMenu
  .navbar
  .navbar-nav.real-menu
  .nav-item:hover
  .dropdown-menu {
  display: block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  margin: 0;
  min-width: 270px;box-shadow: 0 0 10px -4px #fff;
  background: #16325fdb;border-radius: 12px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  position: fixed;
  border-radius: 0;
}
.mega-menu .mega-menu-column {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu.mega-menu {
  padding: 20px 0;
}
.mega-menu .mega-menu-column:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mega-menu .mega-menu-column .mega-menu-title {
  width: 25%;
}
.mega-menu .mega-menu-column ul {
  width: 75%;
  display: flex;
  padding: 0;
  flex-wrap: wrap;justify-content: space-between;
}
.mega-menu .mega-menu-column ul li {
  display: block;width: 33%;
}
.mega-menu .mega-menu-column .mega-menu-title .nav-link {
  display: inline-block;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu.mega-menu .mega-menu-column .nav-link {
  border-bottom: none;
  padding: 8px 0;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-item .nav-link {
  border-bottom: 1px solid #fff;
  padding: 12px 15px;
  text-transform: capitalize;
  font-size: 15px;
}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link { border-bottom: none;}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-item .nav-link::before{display:none;}
.headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.headerTop.HomeMenu .navbar .nav-link {
  position: relative;
}
.headerTop.HomeMenu .navbar .nav-link::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background: #7fc34d;
  bottom: 5px;
  transition: all 1s ease;
}
.headerTop.HomeMenu .navbar .nav-link:hover::before,
.headerTop.HomeMenu .navbar .nav-link.current::before {
  width: 40%;
}


.headerTop.HomeMenu .navbar .navbar-nav.real-menu .logo .nav-link::before{display:none;}
/* .navbar > .container{align-items: end;position:relative;} */


.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}


.headerTop.HomeMenu .navbar .container {
  position: relative;
}
.navbar-nav.real-menu {
  align-items: center;
 margin-left: auto;
}
.section-space-top {
  padding-top: 100px;
}
.section-space-bottom {
  padding-bottom: 100px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  font-weight: 700;
  color: #373435;
  font-size: 55px;
  margin: 0px 0 15px;
  position: relative;

}
.section-bg {
  background: 
        linear-gradient(rgba(255, 255, 255, 0.40), rgba(255, 255, 255, 0.40)), url('../img/section-bg.jpg');

  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section-mt-60 {
  margin-top: 60px;
}
.section-mb-60 {
  margin-bottom: 60px;
}
.section-title-area {
  margin-bottom: 50px;
}
.theme-btn {
  background: #16325f;
  border-radius: 8px;
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 12px 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
 
}
.theme-btn span {
  position: relative;
}
.theme-btn::before{content: '';
  background: #7fc34d;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transform-style: preserve-3d;transition: all .5s;}
.theme-btn:hover::before{ width:100%;}
.explore-btn, a.explore-btn {
  color: #898989;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 11px;
  background-image: url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 7px;
  position: relative;
  padding-bottom: 3px;
}
.explore-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: calc(100% - 14px);
  height: 1px;z-index: 1;
  background-color: #7fc34d;
  transform: scaleX(0);
  transition: transform .3s,-webkit-transform .3s;
  transform-origin: 0 50%;
}
.explore-btn:hover::before {
  transform: scaleX(1);
}

.footer {
  background: #16325f;
  color: #fff;
  padding-top: 60px;position: relative;
  padding-bottom: 30px;
}
.footer .footer-motif {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  opacity: .1;
}
.footer .footer-motif2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .04;
  max-height: 100%;
  object-fit: cover;
}
.footer-logo-widget {
  margin-bottom: 50px;position: relative;
}
.footer-logo-widget img {
  width: 260px;margin-bottom: 20px;
}
.footer-widget {
  margin-bottom: 50px;position: relative;
}
.footer-widget .footer-links {
  margin: 0;
  padding: 0;
 
}
.footer-logo-widget p {
  color: #fff;
}
.footer-widget .footer-links li a {
  color: #fff;
 text-decoration: none;transition: all .4s;
}
.footer-widget .footer-links li a:hover{color: #7fc34d;}
.footer-widget .footer-links li {
  display: block;margin-bottom: 15px;
  position: relative;
}
.footer-widget .footer-links li:last-child {margin-bottom: 0px;}

.footer .copyright {
  border-top: 1px solid #fff;
  padding-top: 30px;position: relative;
}
.footer .copyright p {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
} 
.footer .copyright p a{color: #fff;} 
.footer-social {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
 gap: 10px;
}
.footer-widget .footer-links li i.fa {
  margin-right: 5px;
}
.footer-widget .widget-title {
  color: #7fc34d;
  font-size: 22px;position:relative;
  margin-bottom: 20px;text-transform: uppercase;
}
.footer-widget .widget-title::after {
  content: '';
  width: 80px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-left: 5px;
}
.footer-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  display: grid;
  align-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;transition: all .4s;
}
.footer-social a:hover { color: #16325f;background:#fff;}
  .modal .modal-dialog .modal-content .class {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 9;
  color: #373435;
}
.footer-top {
  border-bottom: 1px solid #fff;
  margin-bottom: 60px;
}


.hero-slider-section {
  position: relative;
}

.hero-slider-section .hero-slider-position {
  position: absolute;
  top: 0;left:0;
  width: 100%;z-index:99;
  height: 100%;
}
.swiper.hero-slider-slider {
  height: 100%;
}
.hero-slider-content {
  height: 100%;
  display: grid;
  align-content: center;
}

.hero-slider-content .container {
  overflow: hidden;
}
.hero-slider-content .slide-effect {
  transform: translate3d(0px, 200px, 0px);
   opacity: 0;
  transition-property: opacity, transform;
  pointer-events: none;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
animation-delay: 0.5s;max-width: 780px;
}
.swiper-slide-active .hero-slider-content .slide-effect {
  transform: translate3d(0px, 0px, 0px); opacity: 1;pointer-events: auto;
}
.hero-slider-btns {
  position: absolute;
  background: #fff;
  padding: 20px 35px;
  bottom: 0;
  right: 0px;
  z-index: 9;
  display: flex;
  gap: 40px;
}
.hero-slider-btns .swiper-button-prev, .hero-slider-btns .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  display: flex;
  gap: 15px;
  width: auto;margin-top: 0;
  height: auto;
  align-items: center;
  color: #373435;
}
.hero-slider-btns .swiper-button-prev:hover, .hero-slider-btns .swiper-button-next:hover{ color: #16325f;}
.hero-slider-btns .swiper-button-next::after, 
.hero-slider-btns .swiper-button-prev::after{display:none;}
.hero-slider-btns .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
}
.hero-slider-btns .swiper-pagination .swiper-pagination-bullet-active{background: #16325f;}
.hero-slider-content p {
  color: #fff;
  font-size: 18px;
}
.hero-slider-content .theme-btn {
  margin-top: 30px;
}
.hero-slider-content .section-title h1, .hero-slider-content .section-title h2, .hero-slider-content .section-title h3, .hero-slider-content .section-title h4, .hero-slider-content .section-title h5, .hero-slider-content .section-title h6 {
  color: #fff;
  font-size: 65px;
 
 
}

.about-area .about-img img{border-radius: 25px;}
.about-area .about-content {
  padding-left: 50px;
}
.about-area .about-content .skill-part {
  margin-bottom: 40px;
}
.about-area .about-content .skill-part .skill-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #7fc34d;
  padding-bottom: 15px;
}
.about-area .about-content .skill-part .skill-box span {
  font-size: 20px;
  text-transform: uppercase;font-weight: 600;
}
.about-area .about-content .skill-part .skill-box span + span {
  color: #7fc34d;font-weight: 600;
}
.about-area .about-content .skill-part .skill-box span b {
font-weight: 600;
}


.service-box {
  position: relative;
  display: grid;
  height: 100%;
  align-content: space-between;
  padding: 0 30px;gap: 50px;
  border-left: 2px solid #7fc34d;
}
.service-box h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.service-box p {
  font-size: 16px;
  margin-bottom: 0;
}
.service-box::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -2px;
  width: 2px;
  height: 0%;display:block;
  background: #16325f;transition: all 1.1s;
}
.service-box:hover::before{ height: 100%;}


.talent-wrapper{grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
  }
.talent-wrapper .talent-wrapper-item {
  background: #FFFFFF;transition: all .3s;
border: 1px solid #16325F;padding:20px;

border-radius: 26px;position: sticky;top: 20px;margin-bottom:15px;
}
.talent-wrapper .talent-wrapper-item:hover{box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}

.talent-wrapper .talent-wrapper-content {
  padding: 0 45px;
}

.talent-wrapper .talent-wrapper-content h4,
.talent-wrapper .talent-wrapper-content h3 {
  font-size: 35px;
  margin-bottom: 20px;
}
.talent-wrapper .talent-wrapper-img img {
  border-radius: 25px;
}
.talent-wrapper .talent-wrapper-content .theme-btn {
  margin-top: 30px;
}

.how-it-work-area .how-it-work-box {
  text-align: left;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.5s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.how-it-work-area .how-it-work-box strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
}
.how-it-work-area .how-it-work-box p{margin-bottom:0px;}
.how-it-work-area .how-it-work-box .how-it-work-img {
  width: 90px;
  height: 90px;
  background: rgb(234, 236, 233);
  border-radius: 15px;
  margin-bottom: 20px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.how-it-work-area .how-it-work-box .how-it-work-img img{width:75px;}
.how-it-work-area .how-it-work-box:hover{box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);transform: translateY(-10px);}



.quick-hiring-area .quick-hiring-content p,
.quick-hiring-area .quick-hiring-content .section-title h4,
.quick-hiring-area .quick-hiring-content .section-title h3{color:#fff;}
.quick-hiring-area .quick-hiring-content .section-title h4,
.quick-hiring-area .quick-hiring-content .section-title h3{font-size:35px;}
.quick-hiring-area .quick-hiring-item {
  margin-bottom: 80px;background: #16325f;padding: 20px;border-radius: 26px;
}
.quick-hiring-area .quick-hiring-item:last-child {
  margin-bottom: 0px;
}
.quick-hiring-area .quick-hiring-content ul {
  padding-left: 15px;
  margin-bottom: 0;
}
.quick-hiring-area .quick-hiring-content ul li {
  color: #fff;
  margin-bottom: 7px;
}
.quick-hiring-area .quick-hiring-item .quick-hiring-img {
  overflow: hidden;
  border-radius: 20px;
}
.quick-hiring-area .quick-hiring-item .quick-hiring-img img{
transition: all 0.5s;
}
.quick-hiring-area .quick-hiring-item:hover .quick-hiring-img img{transform: scale(1.1);}
.industries-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
  margin: 0;
}
.industries-list li {
  display: block;
}

.industries-list li a {
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 15px 23px;
  height: 100%;
  transition: all 0.5s;
  display: block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.industries-list li a:hover {box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);background: #16325f;color:#fff;}
.lets-area .lets-btn {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.lets-area {
  background-image: url(../img/lets-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
} 
.lets-area p,
.lets-area .section-title h5{color:#fff;} 
.lets-area .lets-btn .theme-btn {
  border: 1px solid #fff;
}
.lets-area .lets-btn .theme-btn:last-child {
 background: #7fc34d;
}
.lets-area .lets-btn .theme-btn:last-child::before{background: #16325f;}

.testimonial-item-box {
  position: relative;
  background: #fff;
  border: 1px solid #7fc34d;
  border-radius: 8px;
  padding: 20px;margin:10px;
  min-height: 230px;
  display: grid;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));transition: all .3s;
  align-content: space-between;
}
.testimonial-item-box:hover{border-color: #fff;
  box-shadow: 0 0 25px rgba(0,0,0,.08);}

.testimonial-item-box strong {
  color: #373435;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
  .testimonial-item-box p {
  font-size: 14px;
}

.blog-item {
 /* overflow: hidden;*/height: 100%;
  position: relative;border-radius: 15px 15px;
  background-color: #fff;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);transition: all 0.5s;
}
.blog-item:hover{box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);}
.blog-item a {
  display: block;color: #393637;
  text-decoration: none;
}
.blog-item .blog-item-img {
  position: relative;
  overflow: hidden;border-radius: 15px 15px 0 0;
}
.blog-item .blog-item-img img.img-fluid{transform-style: preserve-3d;
  transition: all .7s;
  height: 250px;width: 100%;
  object-fit: cover;
  object-position: center;}
  .blog-item:hover .blog-item-img img.img-fluid{transform: scale(1.1);}
.blog-item .blog-item-content {
  padding: 15px 15px;
}

.blog-item .blog-item-content h5{font-weight: 600;
font-size: 20px;line-height:1.4;
margin-bottom: 0;}
.blog-item .blog-item-content ul {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0px;
  display: flex;
  gap: 35px;justify-content: space-between;
}
.blog-item .blog-item-content ul li {
  display: block;
  color: #393637;
}
.motif-area {  border-top: 1px solid #7fc34d;}
.motif-area .motif-img {
  padding: 30px;
  background: #7fc34d;
  height: 100%;
  display: grid;
  align-content: center;
}
.motif-area .motif-content {
  padding: 30px;

}
.motif-area .motif-content p:last-child{margin-bottom:0px;}

.clients-grid {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
}
.clients-grid .client-box {
  width: 145px;
}
.client-box a {
  display: block;
}
.client-box img {
  max-width: 135px;
  max-height: 60px;transition: all .5s;filter: grayscale(100%);
}
.client-box:hover img{filter: grayscale(0%);}
.client-box a {
  display: grid;height: 80px;
  align-content: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgb(234, 236, 233);
  border-radius: 0px;
}
.accordion-item {
  margin-bottom: 0px;border:none;border-bottom:1px solid rgb(234, 236, 233);
}
.accordion-item .accordion-body{padding-top:0px;padding-left: 0;
  padding-right: 0;}
.accordion-item .accordion-button {
  color: #373435;padding-left: 0;
  padding-right: 0;
  font-size: 20px;
box-shadow: none;background:#fff;}

.accordion-item .accordion-button:not(.collapsed) {
color: #16325f;}

.faq-area .accordion-item .accordion-body p:last-child{margin-bottom:0px;}
.faq-area .accordion-item .accordion-button::after{background-image:url(../img/down-arrow.svg);background-position: center;}

.page-banner-section {
  position: relative;
background: #16325f;padding-top: 40px;
}

.page-banner-section .page-banner-content{
 
  position: relative;

}
.page-banner-content .section-title h1, .page-banner-content .section-title h2 {
  color: #fff;
  font-size: 50px;text-shadow: 0px 2px 5px #16325f;
}
.page-banner-content p {
color: #fff;}

.privacy-page h1,
.privacy-page h2,
.privacy-page h3,
.privacy-page h4,
.privacy-page h5,
.privacy-page h6 {
  font-size: 30px;
  margin-top: 30px;
}
.privacy-page ul {
  padding-left: 15px;
}
.privacy-page ul li{
 margin-bottom:7px;
}
.blog-detail-page .section-title-area ul {
  padding: 0;
}
.blog-detail-page .section-title-area ul li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-right: 8px;
  background: #16325f;
  padding: 5px 10px;
  border-radius: 5px;
}
.blog-detail-page .post-img {
  margin-bottom: 30px;
}
.blog-detail-page .post-img img {
  border-radius: 15px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 30px;
  margin-top: 30px;
}
.post-content ul {
  padding-left: 15px;
}
.post-content ul li{
 margin-bottom:7px;
}
.gallery-item {
  position: relative;
  margin-bottom: 30px;
}
.gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.gallery-item a img {
  width: 100%;
  height: auto;transition: all .5s;
}
.gallery-item a:hover img{transform: scale(1.1);}

.portfoliyo-area .nav-tabs {
  border: none;
  margin: 0;
  margin-bottom: 40px;gap: 10px;
}
.portfoliyo-area .nav-tabs .nav-link {
  box-shadow: none;
  border: 1px solid #16325f;
  color: #16325f;background:#fff;
  border-radius: 5px;
  padding: 7px 12px;
}
.portfoliyo-area .nav-tabs .nav-link.active,
.portfoliyo-area .nav-tabs .nav-link:hover{color: #fff;background:#16325f;}

.about-digital-area .about-digital-img img {
  border-radius: 25px;
}
.talent-area.outsource-area .section-title h3{font-size: 38px;}
.talent-area.outsource-area .talent-wrapper-item {
background: #16325F;}
.talent-area.outsource-area .talent-wrapper-item .talent-wrapper-content {
  padding: 0;
}
.talent-area.outsource-area .talent-wrapper-item .talent-wrapper-content h4,
.talent-area.outsource-area .talent-wrapper-item .talent-wrapper-content p {
  color: #fff;
}

.contact-detail .contact-detail-box {
  border-bottom: 1px solid #16325f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.contact-detail .contact-detail-box:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.contact-detail .contact-detail-box strong {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-detail .contact-detail-box p a {
  text-decoration: none;
}
.contact-social {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.contact-detail .contact-detail-box p:last-child{margin-bottom: 0px;}
.contact-social a {
  width: 35px;
  height: 35px;
  border: 1px solid #16325f;
  display: grid;
  align-content: center;
  text-decoration: none;
  color: #16325f;
  font-size: 16px;
  border-radius: 50%;transition: all .4s;
}
.contact-social a:hover { color: #fff;background:#16325f;}

.form-part .form-group {
  margin-bottom: 25px;
}
.form-part .form-group .form-control {
  box-shadow: none;
  border: 1px solid #7fc34d;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #373435;
  transition: all .3s;
  background: transparent;
  height: 58px;
  border-radius: 10px;
}
.form-part .form-group .form-control:hover, 
.form-part .form-group .form-control:focus, 
.form-part .form-group .form-control:visited {
  border-color: #16325f;
}
.form-part .theme-btn {
  box-shadow: none;
  border: none;
  width: auto;
  justify-content: center;
}
.form-part .form-group label {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.form-part .form-group textarea.form-control {
  min-height: 140px;
  height: auto;
}

.map-area iframe {
  border-radius: 30px;
}

.career-form {
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 30px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
}
.career-form .post-title strong {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.form-part .form-group .form-control::file-selector-button{margin:0;background: transparent !important;margin-right:8px;}
.form-part .form-group label a {
  text-decoration: none;color:#7fc34d;
}
.get-quotes-img img {
  border-radius: 25px;
}

.industry-choose-area {
  background-color: #16325f;
}
.industry-choose-area .section-title h4,
.industry-choose-area .section-title h3,
.industry-choose-area .section-title-area p{color: #fff;}

.industry-choose-area .why-choose-box {
  text-align: left;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 20px 15px;
  height: 100%;
  transition: all 0.5s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.industry-choose-area .why-choose-box strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-transform: capitalize;
}
.industry-choose-area .why-choose-box p{margin-bottom:0px;}

.industry-choose-area .why-choose-box:hover{box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);transform: translateY(-10px);}


.how-it-work-area.india-service .how-it-work-box {
  display: grid;
  align-content: space-between;
  padding: 20px;
}
.how-it-work-area.india-service .how-it-work-box .explore-btn {
  margin-top: 20px;
}


.how-it-work-area.bespoke-mobile .how-it-work-box {
  display: grid;
  align-content: space-between;
  padding: 20px;
}
.how-it-work-area.bespoke-mobile .how-it-work-box .explore-btn {
  margin-top: 20px;
}
.bespoke-mobile {
  background: #16325f;
}
.bespoke-mobile .section-title h2,
.bespoke-mobile .section-title h3,
.bespoke-mobile .section-title-area p{color: #fff;}
.how-it-work-area.bespoke-mobile .how-it-work-box .how-it-work-img {
background: transparent;}



.how-it-work-area.how-we-india .how-it-work-box .how-it-work-img {
background: transparent;}
.how-it-work-area.how-we-india .how-it-work-box .how-it-work-img img {
  width: auto;
  max-height: 70px;
}
.how-it-work-area.how-we-india .how-it-work-box {
padding: 0px;
  box-shadow: none;
}
.how-it-work-area.how-we-india .how-it-work-box strong {
  margin-bottom: 0;
  font-size: 22px;
}

.service-form {
  background-color: rgb(255, 255, 255);
  padding: 15px 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 7px;
}
.service-form .service-form-title {
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 12px;
}
.service-form .form-part .form-group .form-control {
   padding: 6px;
  height: 45px;font-size: 14px;
  border-radius: 6px;
}
.service-form .form-part .form-group {
  margin-bottom: 15px;
}
.service-form .form-part .theme-btn {
  width: 100%;
}
.blue-color-bg {
  background-color: #16325f;
}
.blue-color-bg .section-title h1, .blue-color-bg .section-title h2, .blue-color-bg .section-title h3, .blue-color-bg .section-title h4, .blue-color-bg .section-title h5, .blue-color-bg .section-title h6,
.blue-color-bg .section-title-area p {
color: #fff;}

.graphic-box {
  text-align: left;
   border-radius: 12px;
  padding: 20px 15px;
  height: 100%;border: 1px solid #fff;
  transition: all 0.5s;
  
}
.graphic-box:hover {
  transform: translateY(-10px);
}
.graphic-box strong {
  display: block;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;color:#fff;
  text-transform: capitalize;
}
.graphic-box img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 10px;
}
.graphic-box p {color:#fff;margin-bottom: 0px;margin-top: 10px;}

.footer-mobile-contact-sticky {
  background:#16325f;
  padding: 8px 0px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  border-top: 1px solid #fff;
}
.footer-mobile-contact-sticky ul {
  padding: 0;
  margin: 0;
  display: flex;
  text-align: center;
  align-items: center;
}
.footer-mobile-contact-sticky ul li {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 0 0px;
  width: 50%;
  border-right: 1px solid #fff;
}
.footer-mobile-contact-sticky ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  padding: 3px 20px;
}
.footer-mobile-contact-sticky ul li:last-child {
  border-right: none;
}


/* Responsive Css*/
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
 .headerTop.HomeMenu .navbar .navbar-brand img {
  width: 180px;
} 
  .headerTop.HomeMenu .navbar .nav-link {
  font-size: 15px;
  padding: 10px 2px;
}
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
  margin: 0 7px;
}
  .hero-slider-content .section-title h1, .hero-slider-content .section-title h2, .hero-slider-content .section-title h3, .hero-slider-content .section-title h4, .hero-slider-content .section-title h5, .hero-slider-content .section-title h6 {
  font-size: 50px;
}
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
   font-size: 42px;}
  .about-area .about-content {
  padding-left: 0px;
}
  .talent-wrapper .talent-wrapper-content {
  padding: 0 0px;
}
  .page-banner-content .section-title h1, .page-banner-content .section-title h2 {
  font-size: 42px;}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-top {
padding-top: 60px;}
.section-space-bottom {
padding-bottom: 60px;}  
   .section-my-60 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-mt-60 {
  margin-top: 40px;
}
.section-mb-60 {
  margin-bottom: 40px;
}
.section-title-area {
  margin-bottom: 35px;
} 
  .hero-slider-content .section-title h1, .hero-slider-content .section-title h2, .hero-slider-content .section-title h3, .hero-slider-content .section-title h4, .hero-slider-content .section-title h5, .hero-slider-content .section-title h6 {
  font-size: 40px;
}
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6{font-size: 35px;}
.hero-slider-content .theme-btn {
  margin-top: 10px;
}
  .hero-slider-content p {
  font-size: 16px;
}
  .about-area .about-content {
  padding-left: 0px;
  margin-top: 20px;
}
  .about-area .about-content .skill-part .skill-box span {
    font-size: 18px;}
  .service-box {
   padding: 0 0 0 15px;
    gap: 30px;}
  .talent-wrapper .talent-wrapper-content {
  padding: 20px 0px 0;
}
  .how-it-work-area .how-it-work-box {
  padding: 20px 15px;}
  .how-it-work-area .how-it-work-box strong {
 font-size: 20px;}
  .quick-hiring-area .quick-hiring-item {
  margin-bottom: 50px;
  padding: 15px;}
  .quick-hiring-area .quick-hiring-item .quick-hiring-img {
  margin-bottom: 15px;
}
  .footer .row.justify-content-between .col-md-12 {
  order: 3;
}
  .page-banner-content .section-title h1, .page-banner-content .section-title h2 {
  font-size: 35px;}
  .talent-area.outsource-area .talent-wrapper-item .talent-wrapper-content {
  padding-top: 20px;
}
  .career-form {
  padding: 20px 20px;}
}


@media (max-width: 991.98px) {
  #navbarNav.collapse:not(.show) {
    transform: translate(100%);
  }

  #navbarNav.collapse.show {
    transform: translate(0%);
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .navbar-light .navbar-toggler-icon {
    background: unset;
  }
  .navbar-light .navbar-toggler {
    border-color: #ffffff82;
    padding: 8px;
    border: none;
  }

  .navbar-light .navbar-toggler-icon {
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background: #fff;
    position: relative;
  }

  .navbar-light .navbar-toggler-icon::after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    bottom: -8px;
    border-radius: 2px;
    background: #fff;
  }

  .navbar-light .navbar-toggler-icon::before {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    right: 0;
    top: -9px;
    border-radius: 2px;
    background: #fff;
  }

  .vijayMenu {
    position: fixed;
    top: 0;
    right: 0;
    background: #16325f;
    height: 100vh;
    overflow-y: scroll;
    width: 300px;
    transition: all 0.5s ease;
    padding: 100px 15px 30px;
    z-index: 9;
    border-left: 1px solid #fff;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu {
    width: 100%;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item {
    margin: 3px 0;
    width: 100%;
  }
 

  #navbarNav.collapse:not(.show) {
    display: block !important;
  }
  .vjClass .navbar-light .navbar-toggler-icon {
    background-color: #fff;
  }
  .vjClass .navbar-light .navbar-toggler-icon::after {
    background-color: #fff;
  }
  .vjClass .navbar-light .navbar-toggler-icon::before {
    background-color: #fff;
  }
  .navbar-toggler.mitem {
    padding: 0;
    color: #fff;
    border: none;
    position: absolute;
    right: 40px;
    top: 25px;
  }
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu.mega-menu {
  position: static;}
  .headerTop.HomeMenu .navbar .navbar-nav.real-menu .nav-item .dropdown-menu.mega-menu {
  padding: 10px 0;
  border-radius: 12px;
}
.mega-menu .mega-menu-column .mega-menu-title {
  width: 100%;
}
.mega-menu .mega-menu-column ul {
width: 100%;}
}

@media only screen and (max-width: 767px) {

.section-space-top {
  padding-top: 50px;
}
.section-space-bottom {
  padding-bottom: 50px;
}
.section-space {
  padding-bottom: 50px;  padding-top: 50px;
}
  .section-my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-mt-60 {
  margin-top: 30px;
}
.section-mb-60 {
  margin-bottom: 30px;
}
.section-title-area {
  margin-bottom: 30px;
}
.footer-mobile-contact-sticky.fix {
    display: block;
  }
  .footer {
  padding-top: 40px;
  padding-bottom: 60px;
}
  .footer .copyright {
   padding-top: 18px;}
.headerTop.HomeMenu .navbar .navbar-brand img {
  width: 160px;
}
  .headerTop.HomeMenu .navbar {
  padding: 10px 0px;
}
  .hero-slider-content .section-title h1, .hero-slider-content .section-title h2, .hero-slider-content .section-title h3, .hero-slider-content .section-title h4, .hero-slider-content .section-title h5, .hero-slider-content .section-title h6 {
  font-size: 35px;
}
  .hero-slider-content p {
  font-size: 16px;
}
  .hero-slider-btns {
  padding: 10px 15px;
 gap: 20px;
}
  .hero-slider-btns .swiper-button-prev, .hero-slider-btns .swiper-button-next {
  gap: 10px;
  font-size: 14px;
}
 .hero-slider-section .hero-img img {
  height: 100vh;
  object-fit: cover;
  object-position: 50%;
}
  .hero-slider-content .theme-btn {
  margin-top: 10px;
}
  .theme-btn {
   padding: 8px 15px;
  font-size: 14px;
}
  .about-area .about-content {
  padding-left: 0px;
  margin-top: 20px;
}
  .section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  font-size: 30px;
    margin: 0px 0 10px;}
body {
  font-size: 15px;}
  .about-area .about-content .skill-part .skill-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
  .about-area .about-content .skill-part .skill-box span {
    font-size: 16px;}
  .about-area .about-content .skill-part {
  margin-bottom: 20px;
}
  .service-box {
   height: auto;
  padding: 0 0px 0 10px;
    gap: 15px;margin-top: 15px;}
  .service-box h4 {
   font-size: 17px;
    margin-bottom: 10px;}
  .service-box p {
    font-size: 15px;}
  .explore-btn, a.explore-btn {
  font-size: 14px;
  padding-right: 9px;
   background-size: 6px;
  padding-bottom: 0;
}
  .talent-wrapper .talent-wrapper-item {
  padding: 8px;
    border-radius: 10px;}
  .talent-wrapper .talent-wrapper-img img {
  border-radius: 10px;
}
  .talent-wrapper .talent-wrapper-content {
  padding: 15px 0px 0px;
}
  .talent-wrapper .talent-wrapper-content h4, .talent-wrapper .talent-wrapper-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
  .talent-wrapper .talent-wrapper-content .theme-btn {
  margin-top: 0px;
}
  .how-it-work-area .how-it-work-box {
 border-radius: 10px;
    padding: 10px 10px;}
  .how-it-work-area .how-it-work-box .how-it-work-img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
    margin-bottom: 10px;}
  .how-it-work-area .how-it-work-box strong {
  font-size: 18px;}
  .how-it-work-area .how-it-work-box .how-it-work-img img {
  width: 60px;
}
  .quick-hiring-area .quick-hiring-item {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
}
  .quick-hiring-area .quick-hiring-item .quick-hiring-img {
  border-radius: 10px;
  margin-bottom: 15px;
}
  .quick-hiring-area .quick-hiring-content .section-title h4, .quick-hiring-area .quick-hiring-content .section-title h3 {
  font-size: 20px;
}
  .industries-list {
   gap: 15px;}
  .industries-list li a {
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 15px;}
  .industries-list {
  gap: 10px;}
  .lets-area .lets-btn {
  gap: 8px;}
  .blog-item .blog-item-img img.img-fluid {
  height: 200px;}
  .blog-item .blog-item-img {
  border-radius: 10px 10px 0 0;
}
  .blog-item {
  height: auto;
   border-radius: 10px 10px;
  margin-top: 30px;
}
  .blog-area .section-title-area {
  margin-bottom: 0;
}
  .blog-item .blog-item-content h5 {
   font-size: 17px;}
  .blog-item .blog-item-content ul {
 margin-bottom: 10px;}
  .blog-item .blog-item-content {
  padding: 10px 10px;
}
  .clients-grid {
  grid-column-gap: 8px;
    grid-row-gap: 8px;}
  .clients-grid .client-box {
  width: 108px;
}
  .client-box a {
   height: 50px;}
  .client-box img {
  max-width: 100px;
    max-height: 40px;}
  .accordion-item .accordion-button {
 font-size: 16px;padding-top: 10px;
  padding-bottom: 10px;}
  .motif-area .motif-content {
  padding: 15px;
}
  .motif-area .motif-img {
  padding: 15px;
  height: auto;}
  .motif-area .motif-img .img-fluid {
  width: 80px !important;
}
  .blog-area .row,
  .service-area .row{overflow: hidden;
 }
  .footer-logo-widget img {
  width: 180px;
  margin-bottom: 10px;
}
  .footer-widget {
    margin-bottom: 30px;}
  .footer-top {
  margin-bottom: 30px;
}
  .footer-logo-widget {
    margin-bottom: 30px;}
  .page-banner-content .section-title h1, .page-banner-content .section-title h2 {
  font-size: 30px;}
  .about-digital-area .about-digital-img img {
  border-radius: 10px;
  margin-bottom: 20px;
}
  .about-digital-area .section-title-area.mt-5 {
  margin-top: 0 !important;
}
  .talent-area.outsource-area .section-title h3 {
  font-size: 22px;
}
  .talent-area.outsource-area .talent-wrapper-item .talent-wrapper-content {
  padding-top: 15px;
}
  .headerTop.HomeMenu.vjClass .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
  .contact-detail .contact-detail-box strong {
  font-size: 18px;
   margin-bottom: 10px;
}
  .form-part .form-group .form-control {
    padding: 7px;
  font-size: 14px;
  height: 45px;
  border-radius: 6px;
}
  .form-part .form-group {
  margin-bottom: 15px;
}
  .map-area iframe {
  border-radius: 10px;
  height: 200px;
}
  .career-form {
  padding: 10px 10px;
    border-radius: 10px;}
  .career-form .post-title strong {
  font-size: 18px;}
  .form-part .form-group label {
  font-size: 14px;
}
  .privacy-page h1, .privacy-page h2, .privacy-page h3, .privacy-page h4, .privacy-page h5, .privacy-page h6 {
    font-size: 22px;}
  .blog-detail-page .post-img img {
  border-radius: 10px;
}
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-size: 22px;}
  .headerTop.HomeMenu .navbar .nav-link:hover::before, .headerTop.HomeMenu .navbar .nav-link.current::before {
  width: 50px;
}
  .get-quotes-img img {
  border-radius: 10px;margin-top:15px;
}
  .industry-choose-area .why-choose-box strong {
  font-size: 18px;}
  .industry-choose-area .why-choose-box {
 border-radius: 10px;
  padding: 10px 10px;
    height: auto;}
  .gallery-item {
  margin-bottom: 15px;
}
  .gallery-item a {
  border-radius: 10px;
}
  .industry-work-area .col-lg-4 {
  width: 50%;
}
  .industry-top-area .section-title-area {
  margin-bottom: 0;
}
  .portfoliyo-area .nav-tabs .nav-link {
  padding: 3px 6px;
  font-size: 14px;
}
  .portfoliyo-area .nav-tabs {
 margin-bottom: 30px;}
  .how-it-work-area.bespoke-mobile .how-it-work-box {
  padding: 10px;
}
  .how-it-work-area.how-we-india .how-it-work-box strong {
  font-size: 18px;
}
  .how-it-work-area.how-we-india .how-it-work-box .how-it-work-img img {
  max-height: 50px;
}
  .how-it-work-area.how-we-india .how-it-work-box .how-it-work-img {
 margin-bottom: 0;
}
  .service-form {
  padding: 10px 10px;
    border-radius: 10px;}
  .service-form .service-form-title {
    font-size: 18px;}
  .graphic-box {
  border-radius: 10px;
    padding: 10px 10px;}
  .graphic-box img {
  max-width: 50px;
    max-height: 50px;}
  .graphic-box strong { font-size: 16px;}
  .testimonial-item-box{padding:10px;}
  .lets-area {
  background-attachment: inherit;}
  .section-bg {
 background-attachment: inherit;
}
}
