@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* font - tactic-sans-bold */
@font-face {
  font-family: 'Armstrong Extrabold';
 src: url('../fonts/Armstrong-Extrabold.otf') format('opentype');
  font-weight: Bold;
  font-style: normal;
}

:root{
    --primary-color: #605e5e;
    --secondary-color: #131313;
    --bg-light: #F6F6F6;
    --buttonhover:#2456b7;
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  font-family: "Roboto", sans-serif;
    font-size: 16px;
    color:#605e5e;
    font-weight:normal;
    letter-spacing: 0.1px;
}
h1, h2, h3, h4, h5, h6{color: var(--secondary-color);font-weight:600;letter-spacing: 0.5px;margin-bottom: 20px;font-family: "Outfit", sans-serif;}
ul, ol, figure{ margin: 0;padding: 0;}

a{letter-spacing: 0.1px;
  font-family: "Roboto", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;font-weight:normal;
}
a:hover{color: inherit;}
p{margin:0 0 20px 0;}
.btn:focus, .navbar-toggler:focus, button:focus{box-shadow: none;}
p, ul li{color: var(--primary-color);margin: 0;line-height: normal;font-size:16px;font-weight:normal;line-height: 28px;list-style: none;font-family: "Roboto", sans-serif;}
.section-block  {padding:90px 0px;}
.padding-top-100 {padding-top: 80px;}
.padding-bottom-100 {padding-bottom: 80px;}
.pull-right {float: right;}
.pull-left {float: left;}
.mb--75 { margin-bottom:-40px;}
.mb--65 {margin-top: -65px;}
.devide {color: #071e58; border-style: dashed;}
.title {color: var(--secondary-color);font-weight:600;text-transform: capitalize; letter-spacing: 0.5px;margin-bottom: 20px;font-family: "Outfit", sans-serif;font-size:45px;}


/* ---- Header Navbar ---- */
.main-logo {text-align: start;}
.slogan {font-family: 'Armstrong Extrabold', sans-serif;font-size:0.9rem;;color: #df291a;font-weight: 500;}

/* -- Header -- */
header{
   background-color:#ffffffe5;
   box-shadow: 0 0 20px -10px rgba(1, 26, 104, 0);
}
header *{
   transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
header .navbar{}
header .navbar .navbar-brand{
   width: 350px;
}
/* header .navbar .navbar-nav .nav-item{
   margin: 0 15px;
} */
header .navbar .navbar-nav .nav-link{
   color: #020202;
   padding: 3px 23px;
   border-radius: 5px;
   border: 1px solid transparent;
}
header .navbar .navbar-nav .nav-link.active{
    border: 1px solid #d52e21;
    color: #d52e21;
}
header .navbar .navbar-nav .nav-link.highlight{
   border: 1px solid #020202;
}
header .navbar .navbar-nav .nav-link:hover{
   border: 1px solid #d52e21;
    color: #d52e21;
}
header .navbar .navbar-nav .nav-link.highlight:hover{
   border: 1px solid #d52e21;
    color: #d52e21;
}
header .navbar .navbar-toggler{
   border: 0;
}

/*  */
header .navbar .links-wrap{
   display: flex;
   align-items: center;
   gap: 8px;
}
header .navbar .links-wrap li a{
   padding: 0 6px;
}
header .navbar .links-wrap li a i{
   color: #FF4800;
   font-size: 22px;
   line-height: normal;
}
header .navbar .links-wrap li a i.fa-whatsapp{
   color: #29a71a;
}
header .navbar .links-wrap li img{
   width: 18px;
}
header .navbar .links-wrap li i{
   color: var(--primary-light-color);
}
header .navbar .links-wrap li:first-child {
    padding-top: 4px;
}

/* header sticky */
header.sticky{
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   box-shadow: 0 0 20px -10px rgba(1, 26, 104, 0.5);
   z-index: 10;
}
header.sticky .navbar .navbar-brand {
width: 250px;
padding: 0;
}


  /* Free Quote Button */
  .quote-btn {text-align: right;}
  .btn-quote {
      background: #d52e21;
      color: white;
      padding: 5px 15px;
      letter-spacing: 0.2px;font-weight:600;
      border-radius: 5px;
      font-family: "Outfit", sans-serif;
      font-size: 16px;
  }

  .btn-quote:hover {
    background:linear-gradient(to right, #1e4bbd, #d52e21);
    color: #fff;
}
 


/* ---- page-banner-section ---- */
.page-banner-section{
  position: relative;
  height:400px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #F8F8F8;
  padding-top:140px;
}
.page-banner-section::before{
 content: '';
  background-color: #001734;
 min-height:100%;
  width: 100%;
  position: absolute;
  opacity: 0.6;
  top: 0;
}
.page-banner-section .title{
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:15px;
  margin-top:30px;
  color: #fff;
}
.page-banner-section .breadcrumb{
  color: #fff;
  background-color: #ffffff2a;
  padding: 4px 5px ;
  display: inline-flex;
  width: auto;
  margin-bottom: 0;
  justify-self: anchor-center;
}
.page-banner-section .breadcrumb li{
  position: relative;
  padding: 0 6px;
  margin: 0 5px;
  color: #fff;
  font-weight:600;
}
.page-banner-section .breadcrumb li:not(:last-child)::after{
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 1px;
  right: -9px;
}
.page-banner-section .breadcrumb li a{
  color: #fff;font-weight: 400;
}

/* ---- Banner ---- */
#banner-section {overflow: hidden;}
/* General Slider Styling */


.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Slide Container */
.slider__slides {
  display: flex; /* Align slides horizontally */
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.8s ease-in-out;
}

/* Individual Slides */
.slide {
  min-width: 100%;
  flex: 1 0 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease-in-out;
}

/* Background Images */
.slide:nth-child(1) {
  background-image: url('../images/banner/slider1.webp');
}

.slide:nth-child(2) {
  background-image: url('../images/banner/slider2.jpg');
}

.slide:nth-child(3) {
  background-image: url('../images/banner/slider3.webp');
}

/* Slide Content */
.slide__content {
  text-align: center;
  color: #fff;
  background: rgb(255 255 255 / 80%);
  padding:10px 25px;
  border-radius: 5px;
  margin-top:63%;
}

/* Headings */
.slide__heading {
  font-size: 50px;
  font-weight:600;
  color: #2456b7;
  margin-bottom: 10px;
}

/* Subtext */
.slide__text {
  font-size: 22px;
  font-weight: normal;
  color: #2e2e2e;
}

/* Slider Controls */
.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider__control:hover {
  background: #fffbfa;
}

.slider__control--left {
  left: 25px;
}

.slider__control--right {
  right: 25px;
}

/* Arrow Icons */
.slider__control::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #bf261a;
  border-right: 3px solid #bf261a;
  transform: rotate(230deg);
}

.slider__control--right::before {
  transform: rotate(-315deg);
}

/* Left Slide Animation */
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Left Slide Out Animation */
@keyframes slideLeftOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Active Slide */
.s--active {
  animation: slideLeft 0.8s ease-in-out forwards;
}

/* Previous Slide (Moving Out) */
.s--active-prev {
  animation: slideLeftOut 0.8s ease-in-out forwards;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .slide__heading {
    font-size:36px;
  }
  .slide__text {
    font-size:18px;margin-bottom: 0 !important;font-weight: 500;
  }
}

.nineteen {
  border-radius:50px;
  border: none;
  background:linear-gradient(to right, #d52e21, #1e4bbd);
  color: #fff;
  padding:8px 28px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  border: none;
  line-height: 25px;
}
.nineteen:hover {color: #fff;background:linear-gradient(to right, #1e4bbd, #d52e21);}
.nineteen span {
  position: relative;
  transition: 400ms;
}

.nineteen span::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute; 
  opacity: 0;
  bottom:10px;
  top:-2px;
  right: -25px;
  transition: 500ms;
}

.nineteen:hover span {
  padding-right: 25px;
}

.nineteen:hover span::after {
  opacity: 1;
  right: 0;
}


/*********** Services ***********/
#services{background-color: #091f56;}
.work__item {background: #fff;padding:30px;margin: 0px 3%;    height:310px;
  min-height: 310px;}
.work__item:hover{background: #fff1f0;background-image: url(../images/bg-5.png);background-position:top left;}
.work__item h4{font-size: 23px;padding-left: 20px;text-transform: capitalize;    color: #001038;margin-bottom: 0px;}
.key_img {
  background: #f5f5f5;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 10px;
  width: 125px;
  height: 125px;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.key_img img {
  transition: filter 0.3s ease;
}
.key_img:hover {
  background: #1e4bbd /* or any color you like */
}
.key_img:hover img {
  filter: brightness(0) invert(1);
}
.title-inner-1 .sub-text{font-size:16px;
  font-weight:600;text-transform: uppercase;
  padding: 0px 65px;
  position: relative;color: #cce4ff;}
.title-inner-1 .sub-text:before{top: 11px; content: "";height: 2px;width:50px;position: absolute;background-color: #cce4ff;left: 0;}
.slick-carousel {
  width: auto;margin-top: -90px;
  /* margin: 60px 70px 40px; */
}


.slick-prev, .slick-next {
  background: #fff;
  border: none;
  color: black;
  font-size: 24px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.carousel-controls .btn {
    background: #ffffff;
    color: #000000;
    border: none;
}
.carousel-controls .btn:hover {
  background:#ffdcda;
  color: #000;
}

.key__content h4{font-size: 20px;
  margin-top: 20px;
  margin-bottom:25px;
  padding: 0px;
  height: 50px;color: #000;
}
.key__content p{font-size:16px;color: #414141;}
/* 
.key-in{
  padding: 0px 7%;
} */


.key-wrapper {
  background-image: linear-gradient(to bottom left, #0089CF, #123264);
  padding: 2rem;
  overflow-x: auto;
}

.key-wrapper ol {
  list-style: none;
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0 auto;
  counter-reset: step;
  max-width: 100%;
  overflow-x: auto;
}

.key-wrapper  ol > li {
  
  flex: 0 0 300px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  color: white;

}

/* Number circle above */
.key-wrapper ol > li::before {
  content: counter(step);
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-color, #fff);
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

/* Heading */
.title-heading {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

/* Content */
.content {
  font-size: 0.9rem;
}
.key-wrapper ::-webkit-scrollbar {
  height: 8px;
}

.key-wrapper ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.key-wrapper ::-webkit-scrollbar-track {
  background: transparent;
}


.key-wrapper1 {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
  flex-wrap: wrap;
  
  justify-content: center;
}

.square {
  width: 320px;
  height:345px;
  position: relative;
  background-color: #b7bcc3;
  box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
    padding: 0px 25px;
}
.square h4{color: #001240;
  margin-bottom:15px;}
.square:nth-child(even) {
  background-color: #dee2e6;
  box-shadow: inset 5px 0px 5px rgba(0, 0, 0, 0.2);
}

.key-wrapper1 .text {
  padding: 0 20px;
  color: #454c64;
  text-align: center;
  font-size:20px;
  font-weight: normal;
  text-align: center;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #dee2e6;
  position: absolute;
  top: 80px;
  left: 100%;
  z-index: 2;
}
.square svg{color: #ffffff;
  margin-bottom: 22px;
  font-size:42px; opacity: 0.2;
  margin-top: -40px;}

.square:nth-child(odd) .triangle {
  border-color: transparent transparent transparent #b7bcc3;
}
.square:nth-child(odd):last-child .triangle {
  border: none;
}
.circle {
  background-color: #fff;
  border: 10px solid #b7bcc3;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: absolute;
  top: -60px;
  left:20%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.square:nth-child(even) .circle {
  border-color: #dee2e6;
  top: auto;
  bottom:-83%;
}

.circle span {
  font: 600 33px/50px Verdana;
  color: #001240;
}


.key {background-color: #f3f3f3;background-image:url(../images/footer-bg-pattern.webp);background-repeat: no-repeat;}
#infographic {
  padding-top:3%;
}

#infographic .circle {
  width:530PX;
  height:530PX;
  border-radius: 50%;
  border: 7px double;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 40px;
  position: absolute;
  left: 46%;
  margin:0% 0;
  background-image: url(../images/key.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #cd9acd;
}
#infographic section:nth-child(odd) .circle {
  transform: translateX(-100%);
}

#infographic article {
  max-width: 410px;
  margin-bottom: 40px;
  cursor: pointer;
  left:68%;
  position: relative;
}
#infographic article header {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#infographic article header i {
  display: flex;
  font-size: 2em;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 14px;
  transition: transform 0.4s;
  color: #fff;
  border: 16px solid var(--bs-dark);
  margin: -16px 0 -16px -20px;
}
#infographic article:hover header i {
  transform: scale(1.2);
}
#infographic article.active header i {
  transform: none;
}

#infographic article .body {
  background: var(--bgColor);
  padding: 0 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  max-height: 0;
  transition: max-height 0.5s, padding 0.5s;
  overflow: hidden;
}
#infographic article .body .btn {
  padding: 3px 10px;
  text-transform: uppercase;
}
#infographic :nth-child(even) article {
  text-align: right;
  transform: translateX(-100%);
}
#infographic :nth-child(even) article header {
  flex-flow: row-reverse;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
  margin: -16px -20px -16px 0;
}

#infographic section:nth-child(odd) article.active header {
  border-bottom-right-radius: 0;
}
#infographic section:nth-child(even) article.active header {
  border-bottom-left-radius: 0;
}

#infographic article.active .body {
  padding:15px 20px;
  max-height: 300px;
  background: #e6e6eb;
}
#infographic .body small{font-size:19px;color: #242424;}
.step header h6{font-size:20px;}
.step header svg{
  font-size:28px;
background: linear-gradient(to right, #d52e21, #1e4bbd);;
  border-radius: 100px;
  padding: 24px 20px;
  position: absolute;
  border: 10px solid #fff;
  color: #fff;
  /* padding-right: 20px; */
  left: -19%;
}
.bg-danger {background-color: rgb(211 210 221) !important;}


#infographic article[data-step="1"] {
  margin-left: 6px;
}
#infographic article[data-step="1"] {
  margin-left: 6px;
}
#infographic article[data-step="2"] {
  margin-left: 54px;
}
#infographic article[data-step="3"] {
  margin-left: 71px;
}
#infographic article[data-step="4"] {
  margin-left: 61px;
}
#infographic article[data-step="5"] {
  margin-left: 22px;
}
/*********** Key Strengths ***********/
.container-in {
  margin: auto;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  margin-top:7%;
}


.swot-box {
  width:280px;
  min-width: 280px;
  text-align: center;
  position: relative;
}

.circle {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  margin: auto;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  z-index: 2;
}

.connector {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
}

.connector::before {
  content: "";
  width: 10px;
  height: 20px;
  background-color: inherit;
  display: block;
  margin: auto;
}

.swot-box p {
  font-size: 18px;
  width: 100%;
}


.purple {
  margin-bottom:30px;
  }
  
.orange {
  margin-bottom:28px;
  }

/* .orange .circle {
  border: 10px solid #ff6600;
}

.pink .circle {
  border: 10px solid #ff0066;
}

.blue .connector::before {
  background-color: #007bff;
}

.green .connector::before {
  background-color: #008c69;
}

.orange .connector::before {
  background-color: #ff6600;
}

.pink .connector::before {
  background-color: #ff0066;
} */
.swot-box  .title {
  padding:20px 10px 0px 10px;font-size: 24px;
}

.blue .title {
  color:#1482c2;
}

.green .title {
  color: #008c69;
}

.orange .title {
  color: #ff6600;
}

.pink .title {
  color: #c22390;
}
.purple .title{color: #7615a3;}



/* --------- industy ---------- */
.industry-sec{background-color: #fbfbfb;}
.industry h6{margin-bottom: 0px;color: #000000;font-size: 20px;}
li.industry {
  width: 16%;
  display: inline-block;
  padding:20px 0px;
  border-right: 1px solid #c5c5c5;
}
li.industry:last-child {border: none;}
.ind-img   {padding:0px 60px 20px;width: 100%;}
.industry-sec ul:first-child{border-bottom: 1px solid #c5c5c5;}


/* --------- Clients Scroller ---------- */
.box {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    height: auto;
    width: 18%;
    margin:8px auto 25px auto;
    padding: 0px 21px;
    border-right: 1px solid #ddd;
}
.client-img:hover {
  transform: scale(1.2);
}
.client-img {width: 100%;
  transition: transform 0.5s ease-in;}
.box:last-child {
  border-right: none;
}
.clients.text-center.section-block {
  padding-bottom: 10%;
}



/********-- about-section --**********/

.bg {background: #f6f9fb;background-image:url(../images/sr-overlay-bg.png);background-repeat: no-repeat;background-size: cover}
.title-inner .sub-text{font-size:16px;font-weight:600;text-transform: uppercase;padding: 0px 65px;position: relative;}
.title-inner .sub-text:before{content: "";height:2px;width:50px;position: absolute;background-color: #605e5e;left: 0;align-self:anchor-center;}
.list-wrap li svg{color: #d52e21;margin-right: 5px;}
.list-wrap li {margin-bottom: 10px;font-size: 16px;}
#about p  {font-size: 16px;}
.abut-ig{height: 100%}
.abut-ig img {border-radius: 40px; height: 100%;}
.about-list-box {display: inline-flex;align-items: flex-end;}
.option video {border-radius:60px;padding-right:20px;}

/* Read More Button */
.read-more {
  display: inline-block;
  width:50%;
  margin: 25px 0 10px;
  color: white;
  font-size:16px;
  border: 2px solid white;
  padding: 5px 10px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.read-more:hover {
  background: white;
  color: black;
}

section#Quote {
  background: #f6f9fb;
}
.Quote{
    padding:25px 40px;
    border-radius: 100px;
    background-color: #dee1e5;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom:60%;
    justify-self: anchor-center;
    background-image: url(/images/map.webp);
    background-position:top center;
}
  .Quote p{color:#011a47;font-size:19px;font-weight:600;text-transform: capitalize;}
  #Quote h2{color: #d52e21;margin-bottom: 0;font-size: 30px;}



/*----- Projects -----*/

.gallery_item {
  margin-bottom:10px;
  overflow: hidden;
}

.popup-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.popup-gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
  max-height: 300px;
}

@media only screen and (max-width: 1000px) {
  .popup-gallery img {
    min-height: 150px;
    max-height: 150px;
  }
}

@media (min-width: 1300px) and (max-width: 2560px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

@media (min-width:901px) and (max-width: 1299px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (min-width:570px) and (max-width:900px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width:567px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:8px;
  }
   .popup-gallery img {
    min-height: 100%;
    max-height: 100%
  }
}


.singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
}

.singicon_btn_nlf svg {
  color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf:hover img {
  opacity: 0.5;
}




  .card {
    /* background:#fff;
    border-radius:15px;    padding:10px; 
    flex: 0 0 280px;
    scroll-snap-align: start;*/
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    position: relative;
    margin: 0px 15px;
  }
/* 
  .card:hover {
    transform: translateY(-5px);
  } */
.carousel-controls {justify-self: right;margin-top:5%;}
  .card img.main-img {
    width: 100%;
    height:350px;
    object-fit: cover;
    border-radius:5px;
  }
.card-content{
  background: #ffffff;
  width: 82%;
  position: absolute;
  align-content: flex-start;
  padding-left: 15px;
  bottom: 15px;
}

  .icon-box {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f0fdf4;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-box img {
    width: 24px;
    height: 24px;
  }
/* 
  .card-body {
    padding: 20px;
  } */

  .card-title {
    font-size:20px;
    font-weight:600;
    color: #000b28;
    margin:10px 0px;
  }

  .learn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 30px;
    padding: 8px 10px 8px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #222;
    font-weight: normal;
    margin: auto;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
  }

  .learn-more span {
    background: #091f56;
    border-radius: 100%;
    padding: 5px 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #fff;
  }

  /* Scrollbar styling */
  .card-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .card-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }

  .card-scroll::-webkit-scrollbar-track {
    background: transparent;
  }



  .image-gallery {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }
   /*.image-gallery .gallery-items {
 
    width:315px !important;
    height: 315px;
    background-color: #f9f9f9;
    border-radius: 50%;   margin: 15px; 
    transition: background-color 0.25s ease;
    background-color: transparent;
    background-image: linear-gradient(142deg, #ffd0cc 0%, #aec5ff 70%);
  }*/
  .gallery-items:hover {
    background-color: transparent;
    cursor: pointer;
  }
  .image-gallery .gallery-items .item {
    position: relative;
    width: 325px;
    height: 325px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.9);
    overflow: hidden;
/* 
    transition: transform 0.25s ease; */
  }
  .gallery-items:hover .item {
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  .image-gallery .gallery-items .item img {
    width: 100%;
    height: 100%;
    /* transition: transform 0.25s ease; */
  }
  .item:hover img {
    /* transform: scale(1.08) */
  }
  .image-gallery .gallery-items .item .item-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .image-gallery .gallery-items .item .transparent-back {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  .image-gallery .gallery-items .item .transparent-back:hover {
    opacity: 0;
    animation: 0.25s fade-back forwards ease;
  }
  @keyframes fade-back {
    0% { opacity: 0; }
    100% { opacity: 0.5; }
  }
  .item-title .title-text > h6:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-size: 1.5em;
    pointer-events: none;
    transform: translateX(-50%) translateY(-500%);
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .item-title:hover .title-text > h6:nth-child(1) {
    transform: translateX(-50%) translateY(-60%);
    opacity: 1;
    padding: 0px 20px;
  }
  .item-title .title-text > button{
    position: absolute;
    left: 50%;
    top: 53%;
    pointer-events: none;
    transform: translateX(-50%) translateY(-500%);
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .item-title:hover .title-text > button{
    transform: translateX(-50%) translateY(-60%);
    opacity: 1;
    padding: 0px 20px;
  }
  /* .title-text > h6:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    font-size: 1em;
    pointer-events: none;
    transform: translateX(-50%) translateY(500%);
    color: #cccccc;
    opacity: 0;
    text-align: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .item-title:hover .title-text > h6:nth-child(2) {
    transform: translateX(-50%) translateY(60%);
    opacity: 1;
    padding: 0px 20px;
  } */



  .footer {
    background-color: #2d4fa6;
    color: #fff;
    font-family: 'Arial', sans-serif;
    padding: 40px 20px;
  }
  

  
  .footer-left {
    flex: 0 0 200px;
  }

  .footer-right {
    flex: 1;
  }
  .footer-right h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400; 
}
  .contact-section p,
  .export-import p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .export-import {
    display: flex;
    gap:5px;
    margin-top:0px;
    margin-bottom:23px;
  }
  
  .export-import a {
    color: #fff;
    text-decoration: none;
  }
  
  .divider {
    border: none;
    border-top: 1px solid #ccc;
    margin:0px 0px 10px 0;
  }
  
  .quick-links ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0 0 10px 0;
  }
  
  .quick-links a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    padding: 0px 15px;
  }
  
  .social-follow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin:20px 0 10px;
  }
  .social-follow span { font-size: 16px;}
  .social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
  }
  
  .footer-bottom {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .red-dot {
    color: #ff3b3b;
    font-size: 16px;
    vertical-align: middle;
  }
  

/* --------- Footer ---------- */

.footer{color: #fff;background-color:#011a47;font-size: 15px;padding:6% 0 0% 0%;margin: 0px;background-image:url(../images/bg-4.png);background-repeat: no-repeat;}
.footer p{color: #fff;font-size: 16px;font-weight: 400;padding-left: 25px;position: relative;}
.footer p svg{position: absolute;left: 0;top:5px;}
.export-import p{padding-left:5px;}
.footer-left  {padding-right: 50px;}
.footer-link li{margin-bottom: 10px;}
.footer-link li a{color: #fff;}
.contact-info-list li{color: #fff;}
.foot-sub {color: #fff;font-weight: 500;font-size: 22px;margin-bottom: 10px;}
.social {padding: 0;}
.social li{color: #fff;list-style: none;padding: 0px 7px;text-align: center;display: inline-block;}
.social li svg{font-size: 18px;}
.contact-info-list h6{font-weight:600;font-family: "Cabin", sans-serif;color: #e5eeff;font-size:19px;margin-bottom:10px;}
.copyright-wrap  {background-color: #536587;padding:8px 0px;border-radius: 30px 30px 0 0;position: relative;}
.copyright-wrap::after, .copyright-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  height: 40px;
  width: 20px;
  box-shadow: 0 20px 0 0 #536587;
}
.copyright-wrap::before {left: -20px;border-bottom-right-radius: 20px;}
.copyright-wrap::after{right:-20px;border-bottom-left-radius: 20px;} 
.copyright-wrap p{list-style: none;display: inline-block;color:rgb(211 227 255);font-size: 15px;font-weight: normal;padding-left: 0px;}
.link {font-size: 15px;font-weight: normal;}
.footer-link li a svg {color: #e5eeff;}
.footer-link li a:hover {padding-left:7px;color: #e5eeff;}



/* ----------- About ------------*/
.post-title-head {margin-bottom: 15px;font-size: 20px;}


/* ----------- Services ------------*/
.service-in {margin: 30px 0px;}
.service-content p {
  font-size: 18px;
}
.post-no{
  font-size: 280px;
  font-weight: 700;
  color: #142e6047;
  font-family: "Roboto", sans-serif;
  position: relative;
  top: -30px;
}
.post-thumb {
  position: absolute;
  top: 27%;
  left: 20%;
}
.post-thumb img {border:6px solid #fff;width:230px;}
.media-body {text-align: center;}




/********** Contact-Us ************/

.contact-info {display: inline-block;width: 100%;margin-bottom: 10px;height: 100%;}
.contact-info-text {margin-top:13px;}
.contact-info-text ul li+li{border-left: 1px solid #ddd;padding-left: 10px;}
.contact-info-item {background: #9d9d9b1f;padding: 30px 30px 15px;height: 100%;}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  

.contact-info-icon svg {
  font-size:38px;
  color: #d52e21;
  margin-bottom:15px;
  width:35px;
  height:35px;
  background: #fff;
  padding:15px;
}
.contact-info-text p{margin-bottom:0px;font-weight: 600;}
.contact-info-text h6 span{border-bottom: 1px solid #000;display:inline;font-size:18px;}
.contact-info-text span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  margin-bottom:5px;
}
.contact-info-item:hover .contact-info-icon svg {background-color: #d52e21;color: #fff;}
.contact-page-form input {
  border: 1px solid #c9b8b8;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  border:1px solid #c9b8b8;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #d52e21  none repeat scroll 0 0;
  color: #fff;
  border:none;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#3c4a5b;transition: all 0.4s ease-in-out 0s;border-color:#3c4a5b}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}





/* ----------- Responsive ---------------------*/
/* ----------- Responsive ---------------------*/


@media only screen and (min-width:1210px) and (max-width: 1399px) {
.slide__heading {font-size:46px;}
.industry h6 {font-size: 18px;}
}
  

@media only screen and (max-width: 1199px){
  .fixed-top {position: sticky;}
  .menu-section{padding:10px  0 !important;}
   .logo {height: 50px !important;}
   .slogan {font-size: 0.7rem;}
  header .navbar .navbar-nav .nav-link {padding: 3px 13px;}
  .slider__control {width:38px;height:38px;}
  .slider__control::before {width: 13px;height: 13px}
   .about-list-box { margin-bottom: 0px !important;}
  .title {font-size:40px;}
  #Quote h2 {font-size: 28px;}
   .export-import {display: inline-block;}
   .export-import:last-child {margin-left:10px;}
   .key_img {width:100px;height:100px;}
     .key_img img{width:60px;}
   .contact-section{display: block !important;}
   .footer p {border: none !important;}
   .page-banner-section {height:300px;}
.page-banner-section .title {margin-top:0px;}
.contact-info-text ul{display: block !important;}
.contact-info-text ul li+li{border-left: 0px; padding-left: 0;}
.slide__heading {font-size: 42px;}
.card img.main-img {height: 350px;}
.ind-img {padding: 0px 40px 20px;}
.industry h6 {font-size: 18px;}
.box {width: 19%;padding: 0px 10px;}
.clients.text-center.section-block {padding-bottom: 17%;}
.footer  {padding-top: 7% !important;}
 .key__content h4 {height:70px;margin-bottom:10px;font-size:18px;}
.key__content p{line-height: 22px;}
}


  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .section-block {padding: 70px 0px;}
    .menu-section {position: relative;} 
   .media-body h3{font-size:22px;}
.navbar .navbar-toggler {margin: 0px !important;}
  .navbar .navbar-collapse {
        width: 100%;
        background-color: #f8f8f8;
        position: absolute;
        top: 100%;
        left: 0;
        box-shadow: 0 5px 25px -10px rgba(1, 26, 104, 0.3);
        z-index: 10;
    }
    .key__content h4 {height:70px;margin-bottom:10px;font-size:17px;}
.key__content p{line-height: 22px;}
.slider__control {display: none;}
  #Quote h2 {font-size:24px;}
.slide__content {margin-top: 56%;}
#about .pe-5 {padding-right: 0 !important;margin-bottom: 30px;}
.title {font-size:36px;}
.abt-thumb  {margin-top:30px;}
.abut-ig {margin-right: 20px;}
li.industry {width:30%;border: none;}
.ind-img { padding: 0px 55px 20px;}
.industry-sec ul:first-child {border-bottom: none;}
.key__content h4 {font-size: 18px;}
.contact-info-text ul{display: block !important;}
.contact-info-text ul li+li{border-left: 0px; padding-left: 0;}
.contact-info-item {padding:10px ;}  
}

@media only screen and (max-width: 767px){
 .menu-section {text-align: center;background-color:#fff; position: relative;} 
 .main-logo{padding-left:10px;}
 .logo {height: 50px !important;}
   .slogan {font-size: 0.7rem;}
   .btn-quote {padding: 5px 10px;}
 .page-banner-section .breadcrumb {padding: 0;}
 .quote-btn {text-align: center;}
.section-block  {padding:70px 0;}
.page-banner-section {height: 250px;}
.page-banner-section .title {margin-top:0px;}
.slider {height:75vh;}
.slide__content {padding:10px 25px;margin-top:30%;background: rgb(255 255 255 / 70%);}
.footer{margin-top: 0 !important; padding:70px 10px 0px 10px !important;}
.key-str, #services {padding-left:20px;padding-right: 20px;}
.key_img {width:90px;height:90px;}
.key_img img  {width:60px;}
.key_icon {margin-bottom:20px;}
.key__content h4 {height:45px;margin-bottom:10px;font-size:16px;}
.key__content p{line-height: 22px;}
.carousel-controls {margin-top: -15%;margin-bottom: 10%;}
.footer-left{margin-top: 0 !important; padding-top: 10px!important;}
.footer-left img{width:60% !important;}
.footer-right  {margin-top:30px;}
.export-import {margin-bottom: 10px;}
.quick-links  {display: block !important;}
.quick-links a {padding: 0px;}
.foot-sub {margin-bottom: 15px !important;}
.footer p.ms-2{margin-left: 0 !important;}
 .export-import:last-child {margin-left:0px;}
.copyright-wrap {padding: 10px;margin-top:20px !important;}
.entry-title  {margin-top:30px;}
.title {font-size: 38px;}
      #about {padding: 0px 20px;}
      #about .pe-5 {padding-right: 0 !important;margin-bottom: 30px;}
.abt-thumb  {margin-top:30px;}
.about-list-box{margin-bottom: 0px !important;}
.card img.main-img  {height:380px;}
.card-title {font-size:22px;}
.card-content {width:85%;}
li.industry {width:30%;border: none;}
.ind-img { padding: 0px 40px 20px;}
.clients.text-center.section-block {padding-bottom:20%;}
.Quote {padding: 20px;text-align: center;}
#Quote h2  {font-size:26px;}
.box {width: 31%;padding: 0px 10px;}
.industry-sec ul:first-child {border: none;}
.slide__heading {font-size:32px;}
}


@media only screen and (max-width: 575px){
  .slogan {font-size: 0.8rem;}
 .slide__heading { font-size:30px; }
 .slide__content {margin-top:26%;padding: 10px;}
.page-banner-section {height:220px;}
.page-banner-section .title {font-size:26px;}
.slide__text { font-size:1rem;}
.about-list-box{margin-bottom: 0px !important;}
.card-title {font-size: 22px;}
.card-content {width:70%;}
.slider__control {display: none;}
.ind-img {padding: 0px 40px 20px;}
.key_icon {margin-bottom:20px;}
.key__content h4 {margin-bottom:5px;font-size: 18px;height:50px;}
.key__content p{line-height: 22px;}
li.industry {width:38%;}
.industry-sec ul:first-child {border-bottom: none;}
.quote-btn {display: none;}
#Quote h2  {font-size: 24px;margin-bottom:20px;}
.Quote .d-flex  {display: block !important;}
.Quote .nineteen{float: none !important;}
.box {width:30%;padding: 0px 10px;}
.footer-left img {width:60% !important;}
.clients.text-center.section-block { padding-bottom:36%;}
.Quote {border-radius: 0px;}
.quick-links ul {gap: 16px;}
}

@media only screen and (max-width:480px){
.key_icon {margin-bottom:20px;}
.key__content h4 {height:50px;margin-bottom: 0;font-size: 16px;}
.key__content p{line-height: 22px;}
}