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

:root {
  --white: #fff;
  --black: #000;
  --Medium-TealBlue: #004aad;
  --Science-Blue: #0071d1;
  --Desert-Storm: #f8f8f8;
  --Cloudy-Grey: #696969;
  --hulk-bg: #0071d191;
  --Catalina-Blue: #053778;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", serif;
  font-style: normal;
}
.top-head {
  width: 100%;
  background: var(--Catalina-Blue);
}
.top-section {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: var(--white);
  margin-bottom: 0;
}
.top-section li {
  list-style: none;
}
.top-section ul {
  display: flex;
  margin-bottom: 0;
}
.top-section ul li {
  margin-right: 12px;
}
.top-section ul li i {
  color: var(--white);
}
/* navbar */
.hulk-navbar img {
  max-width: 150px;
}
.menu-bg .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--Cloudy-Grey);
}
.menu-bg .navbar-nav .nav-item {
  margin-left: 20px;
}
.menu-bg .navbar-nav .nav-item .nav-link.active {
  color: var(--Medium-TealBlue);
}
/* hero section start */
.hero-section {
  background-color: var(--Desert-Storm);
}
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 340px;
  background: var(--white) !important;
  border-radius: 100px;

}
.hero-section .owl-carousel .owl-nav button.owl-next i,
.hero-section .owl-carousel .owl-nav button.owl-prev i{
  line-height: 30px;
}
.hero-section .owl-carousel .owl-nav button.owl-next span,
.hero-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 24px;
  line-height: 20px;
  color: var(--black);
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.hero-section .owl-theme .owl-nav {
  margin-top: 0px !important;
}
/* hero section end */
/* experience icon */
.experience-section {
  /* background:var(--Medium-TealBlue); */
  padding: 30px 0;
  box-shadow: 0 4px 8px rgba(9, 30, 66, 0.08);
  margin-bottom: 40px;
}
.experience-card {
  /* background:var(--white); */
  padding: 12px;
  /* border-radius: 6px; */
  min-height: 100px;
  border-right: 1px solid var(--Medium-TealBlue);
}
.no-border {
  border-right: 0;
}
.experience-card ul {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  margin-bottom: 0;
}
.experience-card ul li {
  list-style: none;
}
.experience-card ul li img {
  padding-top: 12px;
  max-width: 35px;
  margin-right: 12px;
}
.experience-card h3 {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.experience-card p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: var(--Cloudy-Grey);
}
/* about section */
.about-section{
  padding: 40px 0 0 0;
}
.headline h4 {
  color: var(--Cloudy-Grey);
  letter-spacing: 4px;
  position: relative;
  font-size: 1.3rem;
}
.headline h4::after {
  content: ".";
  font-size: 60px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: 2px;
  line-height: 0;
  color: #393185;
  text-shadow: 15px 0 #393185;
}
.headline h2 {
  font-size: 2.5rem;
}
.headline h2 span {
  color: var(--Medium-TealBlue);
}
.about-img img {
  width: 100%;
}
/* globle network */

.global-network {
  padding: 60px 0;
}
.global-network .team-card {
  padding: 20px;
  box-shadow: 0 4px 8px rgba(9, 30, 66, 0.08);
  margin-bottom: 20px;
}

.team-img img {
  width: 100%;
  margin-bottom: 8px;
}
.team-card h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}
.team-card .rewarding-para {
}
/* job training */
.program-section {
  margin-bottom: 40px;
}

.training-card {
  /* position: relative; */
}
.job-training .training-card {
  background-color: var(--white);
  /* box-shadow: 0 4px 8px rgba(9, 30, 66, .08); */
}
.job-training .training-cont {
  padding: 30px;
}
.training-card img {
  width: 100%;
}
.training-card .training-cont {
  /* position: absolute;
   top: 0;
   left: 0; */
  box-shadow: 0 4px 8px rgba(9, 30, 66, 0.08);
  min-height: 450px;
}
.job-training img {
  display: block;
  width: 100%;
  opacity: 0.1;
}
.job-training .training-cont h4 {
  color: var(--Medium-TealBlue);
}
.job-training h2 {
  margin-bottom: 20px;
}
.experience-section.training-num-bg {
  width: 100%;
  background: url("../images/training-bg.webp") no-repeat center center / cover;
  padding: 95px 0;
  align-items: center;
}

.experience-section .experience {
  display: flex;
  padding-left: 0;
  background: var(--hulk-bg);
  padding: 20px;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
}
.experience-section .experience li {
  list-style: none;
}
.experience-section .experience li i {
  margin-right: 20px;

  color: var(--Dune);
  padding: 20px;
  font-size: 30px;
  margin-top: 14px;
}
.experience-section .experience li .dune {
  background: var(--white);
}
.experience-section .experience li h3 {
  font-weight: 600;
  font-size: 50px;
  color: var(--white);
  position: relative;
}
.experience-section .experience li h3::after {
  content: "+";
}
.experience-section .experience li h4 {
  color: var(--white);
}
.training-num-bg .headline h2 {
  color: var(--white);
  margin-bottom: 40px;
  text-align: center;
}
/* featured section */
.featured-section {
  width: 100%;
  background: url("../images/featured.webp") no-repeat center center / cover;
  padding: 95px 0;
  align-items: center;
}
.featured-section h3 {
  color: var(--Medium-TealBlue);
}
.featured-section ul li {
  margin-bottom: 12px;
  word-spacing: 3px;
}
/* why choose */
.benefit-section {
  padding: 60px 0;
}
.benefit-section .why-card {
  text-align: center;
  box-shadow: 0 4px 8px rgba(9, 30, 66, 0.08);
  padding: 30px;
  margin-bottom: 20px;
}
.benefit-section .why-card h3 {
}
.why-card img {
  max-width: 45px;
  margin-bottom: 12px;
}
.benefit-section .choose-head {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: var(--Medium-TealBlue);
}
.why-img img {
  width: 100%;
}
/* testimonial */

.testimonial-card .profile-img img {
  max-width: 60px !important;
  display: inline-flex !important;
  position: absolute;
  top: -30px;
  left: 40px;
}
.testimonial-card .quote-img img {
  max-width: 50px !important;
  rotate: 180deg;
  display: inline-flex !important;
  background: var(--white);
  position: absolute;
  bottom: -24px;

  padding: 8px;
}
.testimonial-card .quote-img,
.profile-img {
  text-align: center;
  width: 100%;
}
.testimonial-card p {
  margin-top: 20px;
}

.testimonial-section .item {
  border: 2px solid #004aad1f;
  padding: 30px;
  position: relative;
  margin: 60px 0;
  border-radius: 4px;
  min-height: 220px;
}
.testimonial-card h5 {
  font-size: 1rem;
}
.testimonial-headline h2 {
  font-size: 2.2rem;
  color: var(--Medium-TealBlue);
}
/* working section */
.working-section {
  margin-bottom: 20px;
}
.working-img img {
  width: 100%;
}
/* footer */
footer {
  background: var(--Desert-Storm);
  padding: 60px 0;
}
.footer-sec img {
  max-width: 150px;
  margin-bottom: 12px;
}
.footer-sec h5 {
  font-size: 1.5rem;
  color: var(--Medium-TealBlue);
  position: relative;
  margin-bottom: 30px;
}
.footer-sec h5::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: var(--Medium-TealBlue);
  bottom: -10px;
  left: 0;
}
.footer-sec .footer-menu {
}
.footer-sec ul li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}
.footer-sec .footer-menu li::after {
  content: "";
  position: absolute;
  left: -18px;
  width: 12px;
  height: 38px;
  z-index: 1;
  background: url(../images/right-arrow-angle.png) no-repeat center / 7px;
  top: -8px;
}
.footer-sec ul li a {
  text-decoration: none;
  color: var(--Cloudy-Grey);
  font-size: 1rem;
}
footer .social-media-footer {
  display: flex;

  padding-left: 0;
}
footer .social-media-footer li {
  margin-right: 20px;
}
footer .social-media-footer li i {
  font-size: 1.2rem;
}
footer .footer-connect {
  display: flex;
  padding-left: 0;
  margin-bottom: 6px;
}
footer .footer-connect li {
  margin-right: 12px;
}
/* common banner */
.commom-banner {
  padding: 30px 0;
  color: var(--white); 
  width: 100%;
  background: url(../images/common-banner.webp) no-repeat;
  background-size: cover;
  /* margin-bottom: 60px; */
  display: flex;
  align-items: center;
}
.commom-banner .breadcrumb-item a {
  text-decoration: none;
  color: var(--white);
}
.commom-banner .breadcrumb-item {
  color: var(--white);
  font-size: 1.2rem;
}
/* gallery image */
.gallery-section{
  padding: 40px 0;
}
.gallery-img img {
  width: 100%;
  margin-bottom: 24px;
}
.gallery-card .card-image img {
  width: 100%;
  margin-bottom: 24px;
}
.gallery-section .headline {
  margin-bottom: 30px;
}
/* copyright */
.copyright {
  width: 100%;
  background: var(--Catalina-Blue);
  padding: 8px 0;
  color: var(--white);
}
.copyright p {
  text-align: center;
  margin-bottom: 0;
}
.copyright p a {
  text-decoration: none;
  color: #d6d6d6;
}
/* contact section */
.contact-section {
  padding: 40px 0;
  /* margin-bottom: 30px; */
}

.contact-section .headline {
  margin-bottom: 30px;
}
.contact-section .contact-card {
  padding: 20px 16px;
  box-shadow: 0px 1px 30px 1px #a8a9ab;
  margin-bottom: 30px;
}
.contact-section .contact-card ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.contact-section .contact-card ul li {
  list-style: none;
}
.contact-section .contact-card ul li img {
  max-width: 60px;
  margin-right: 20px;
}
.contact-section .contact-card ul li a {
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--Medium-TealBlue);
}
.contact-section .contact-card ul li p {
  margin-bottom: 0;
  font-size: 0.8rem;
}
.contact-section .contact-card h4 {
  font-size: 1.3rem;
  color: var(--Medium-TealBlue);
}
.hulk-form .form-control:focus {
  border-bottom: 1px solid var(--Desert-Storm);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.hulk-form {
  border: 1px solid var(--Desert-Storm);
  padding: 80px 40px;
  background: var(--white);
}
.hulk-form .input-data {
  margin-bottom: 80px;
}
.hulk-form .form-control {
  border-bottom: 1px solid #e7e6e6;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 1.2rem;

}
.message-section {
  padding: 60px 0;
  background: var(--Desert-Storm);
}

.message-section .headline {
  margin-bottom: 30px;
}
.message-section .hulkBtn {
  text-align: center;
}
.message-section .hulkBtn button {
  border: 0;
  background: var(--Medium-TealBlue);
  color: var(--white);
  padding: 12px 20px;
}
/* training */
.training-section{
  padding: 40px 0;
}
.training-section .headline {
  margin-bottom: 30px;
}
.training-section .table-head {
  padding: 16px !important;
  font-size: 1rem;
}
.training-section .table-head span {
  font-size: 0.6rem;
}
.training-section .table-data {
  padding: 16px !important;
}
.training-section .table-data p {
  margin-bottom: 0;
  color: var(--Cloudy-Grey);
}
.training-section .table-data h5 {
  font-size: 1.2rem;
  color: var(--Medium-TealBlue);
  margin-bottom: 6px;
}
.table-data span {
  font-size: 0.8rem;
}
.notes-hulk ul li {
  font-size: 0.9rem;
  color: var(--Cloudy-Grey);
}
.training-section {
  margin-bottom: 60px;
}
.training-section .table-data li {
  margin-bottom: 0;
  color: var(--Cloudy-Grey);
}
.training-section .table-data ul {
  margin-bottom: 0;
}
.notes-hulk h5 {
  color: var(--Medium-TealBlue);
}
/* security section */

.security-sec .security-card img{
  width: 100%;
}
.security-section{
  padding: 40px 0;
}
.security-section .security-card{
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  /* min-height: 486px; */
  margin-bottom: 20px;
}
.security-section .security-card p{

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
}
.security-card .security-guard{
  padding: 12px 8px;
  text-align: center;
}
.security-guard h5{
  font-size: 1.3rem;
  color: var(--Medium-TealBlue);
  font-family: Arial, Helvetica, sans-serif;
}
.security-card .security-guard p{
  color: var(--Cloudy-Grey);
}
.manpower-service{
  padding: 40px 0;
}
.left-manpower ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Desert-Storm);
  padding-bottom: 12px;
}
.left-manpower ul li{
  list-style: none;
  margin-right: 8px;
}
.left-manpower ul li img{
  width: 24px;
}
.left-manpower ul li h4{
  font-weight: 300;
  color: var(--Cloudy-Grey);
  font-size: 1.3rem;
}
.rpower-card img{
  width: 100%;
}
.rpower-card{

  background: var(--Desert-Storm);
}
.rpower-card h2{
  padding: 20px;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
.rpower-card-right img{
  width: 100%;
}
.right-manpower .rpower-card-right{
  position: relative;
  width: 100%;
}
.right-manpower .manpower-overlay{
  position: absolute;
  bottom: 0;
  height: 190px;
display: flex;
align-items: center;
justify-content: center;
  width: 100%;
  
}
.manpowerOverlay{
  position: absolute;
  bottom: 0;
  background:#575996;
  opacity: .6;
  width: 100%;
  height: 190px;

}
.right-manpower .manpower-overlay h2{
  color: var(--white);
text-align: center;
  z-index: 1;
  font-size: 2.8rem;
}
.right-manpower .manpower-overlay p{
  color: var(--white);
text-align: center;
  z-index: 1;
  font-size: 1.5rem;

}
/* advanced section */
.advanced-section{
  background: var(--Desert-Storm);
  padding: 40px 0;
  margin-bottom: 40px;
}
.advanced-section .advanced-card img{
  width: 100%;
}
.advanced-section .advanced-card{
background: var(--white);
transition: .6s;
margin-bottom: 24px;

}

.advanced-section .advanced-card:hover{
  box-shadow: 12.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
  transition: .6s;
  
}
.advanced-section .advanced-card .traning-course{
  /* padding-left: 0; */
}
.advanced-section .advanced-card .traning-course li{
  position: relative;
  list-style: none;
  margin-bottom: 8px;
  font-size: 1rem;

}
.advanced-section .advanced-card .traning-course li span{
  color: var(--Catalina-Blue);
}
.advanced-section .advanced-card .traning-course li::before{

  content: "";
    position: absolute;
    left: -20px;
    width: 12px;
    height: 30px;
    z-index: 1;
    background: url(../images/point.png) no-repeat center / 16px;
    top:-2px;
}
.advanced-card .inner-training-card{
  padding: 20px;
}
.training-duration{
  display: flex;
justify-content: space-between;
}
.training-duration .months{
list-style: none;
position: relative;
}
.training-duration .months::before{
  content: "";
  position: absolute;
  left: -34px;
  width: 40px;
  height: 40px;
  z-index: 1;
  background: url(../images/clock.png) no-repeat center / 16px;
  top: -7px;
}
.training-duration .modules{
  list-style: none;
  position: relative;
  }
  .training-duration .modules::before{
    content: "";
    position: absolute;
    left: -34px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: url(../images/module.png) no-repeat center / 16px;
    top: -7px;
  }
  .training-rate-price{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
  }
  .training-rate-price .price-course{
margin-bottom: 0;
color: var(--Catalina-Blue);
  }
  .training-rate-price li{
    list-style: none;
  }
  .training-rating{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .training-rating li{
    list-style: none;
  }
  .training-rating li img{
    width: 14px!important;
  }
  .advanced-section .trainimg{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .advanced-section .trainimg .train-overlay{
    position: absolute;
    height: inherit;
    width: 100%;
    background: var(--Catalina-Blue);
    opacity: .4;
 top: 0;
 left: 0;
 transition: .6s;
  }
  .advanced-section .advanced-card:hover .train-overlay{
    background: transparent;
    transition: .6s;
  }
@media (max-width: 1440px) {
  .hulk-navbar img {
    max-width: 130px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 265px;
  }
  .hulk-form {
    padding: 50px 20px;
  }
  .hulk-form .input-data {
    margin-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .training-card .training-cont {
    height: auto;
  }

  .experience-card h3 {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 275px;
  }
  .featured-section {
    padding: 40px 0;
  }
  .experience-section.training-num-bg {
    padding: 40px 0;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 250px;
  }

}
@media (max-width: 1300px) {
  .contact-section .contact-card ul li img {
    margin-right: 12px;
  }
  .contact-section .contact-card ul li img {
    max-width: 36px;
  }
}
@media (max-width: 1200px) {
  .job-training .training-cont {
    padding: 16px;
  }
  .benefit-section .why-card {
    padding: 14px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 200px;
  }
  .contact-section .contact-card h4 {
    font-size: 1.2rem;
  }
  .contact-section .contact-card ul li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 180px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .hulk-navbar img {
    max-width: 100px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    border: 0;
  }
  .no-border1 {
    border-right: 0;
  }
  .headline h2 {
    font-size: 2rem;
  }
  .headline h4 {
    color: var(--Cloudy-Grey);
    letter-spacing: 4px;
    position: relative;
    font-size: 1.1rem;
  }
  .headline h4::after {
    font-size: 40px;
  }
  .team-card h4 {
    font-size: 1.6rem;
    margin: 8px 0;
  }
  .featured-section {
    padding: 10px 0;
  }
  .training-card .training-cont {
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }
  .experience-section .experience {
    margin-bottom: 20px;
  }
  .exp-card {
    margin-bottom: 20px;
  }
  .why-img img {
    display: none;
  }
  .hulk-form .input-data {
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .security-section .security-card 
{
  margin-bottom: 20px;
}
}
@media (max-width: 950px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 150px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .experience-card {
    border-right: 0;
  }
  .experience-section.training-num-bg {
    padding: 20px 0;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 135px;
  }
  .experience-card ul {
    justify-content: left;
  }
  .experience-card {
    min-height: 80px;
  }
  .training-section {
    margin-bottom: 0;
    padding: 0;
  }
  .hulk-form {
    padding: 30px 20px;
  }
  .security-section .security-card {
    min-height: auto!important;
  }
  .rpower-card h2 {
 
    font-size: 2.5rem;
  }
  .right-manpower .manpower-overlay h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 700px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 120px;
  }
}
@media (max-width: 650px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 100px;
  }
}
@media(max-width:575px){
  .manpower-service {
    padding: 20px 0;
}
}
@media (max-width: 550px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 80px;
  }
}
@media (max-width: 450px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 68px;
  }
}
@media (max-width: 450px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 50px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .top-section ul li {
    margin-right: 9px;
    font-size: 0.8rem;
  }
}
@media(max-width:425px){
  .rpower-card h2 {
    font-size: 2.4rem;
}
.right-manpower .manpower-overlay h2 {
  font-size: 2.2rem;
}
}
@media (max-width: 375px) {
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 40px;
  }
  .message-section .hulkBtn button {
    padding: 10px 16px;
    font-size: 0.8rem;
  }
  .rpower-card h2 {
    font-size: 2rem;
}
}
