body {
  font-family: 'Open Sans', sans-serif;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}

.page-content {
  width: 86.5%;
  float: right;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /* margin-bottom: -130px; */
}

/* testting============================================ */
.circle-new {
  align-content: center;
  height: 240px !important;
  border-radius: 50%;
  width: 250px;
  /* margin-left: 25px; */
}



#revenue-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#revenue {
  /* margin-left: -20px; */
  /* Applying the left margin on desktop */
}

/* Mobile view (adjust for devices with width <= 768px) */
@media (max-width: 768px) {
  #revenue-section {
    display: block;
    /* Stack elements vertically */
    text-align: center;
    /* Center elements */
  }

  #revenue {
    margin-left: 0;
    /* Remove left margin for mobile */
  }

  #revenue-section a {
    display: block;
    margin-bottom: 20px;
    /* Add spacing between elements */
  }

  #revenue-section a:last-child {
    margin-bottom: 0;
    /* Remove bottom margin from last item */
  }
}


/* .circle-new {
  align-content: center;
  height: 175px !important;
  border-radius: 50%;
  width: 170px;
  opacity: 0;
  transform: translateX(100px) translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  margin: 30px; 
}

.circle-new.animate {
  opacity: 1;
  transform: translateX(0) translateY(-10px);
}

.circle-new.animate:nth-child(1) {
  transition-delay: 0.2s;
}

.circle-new.animate:nth-child(2) {
  transition-delay: 0.4s;
}

.circle-new.animate:nth-child(3) {
  transition-delay: 0.6s;
} */

@media (max-width: 767px) {
  .circle-new {
    margin: 0;
    margin-bottom: 5px !important;
  }

}


/* ===============================team section css============================================= */






/* General Section Styling */
.content-section {
  /* padding: 50px 0; */
  padding: 0 0;
  text-align: center;
  min-height: 100vh;
}

.section-heading h1 {
  font-size: 36px;
}

.section-heading p {
  font-size: 16px;
  margin: 20px 0;
}

.section-content.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
  ;
}

.team-item {
  flex: 1 1 400px;
  max-width: 400px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  /* Aligns text with the image */
  overflow: visible;
  /* Ensure content is not hidden */
}

.team-item .image img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;

}

.text-content {
  padding: 15px;
  display: block;
  visibility: visible;
  opacity: 1;
  color: #333;
  height: auto;
  overflow: visible;
  white-space: normal;
}

.text-content h4 {
  font-size: 20px;
  margin: 10px 0;
}

.text-content span {
  display: block;
  font-size: 14px;
  color: gray;
}

.text-content p {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}

.featured-button a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #0e3761;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.featured-button a:hover {
  background-color: #0056b3;
}

/* Responsive Mobile View */
@media (max-width: 768px) {
  .team-grid {
    flex-direction: column;
    align-items: center;
  }

  .team-item {
    width: 100%;
    max-width: none;
    overflow: visible;
    /* Ensure no content is hidden */
  }

  .team-item .image img {
    max-height: 300px;
    /* Limit image height for better mobile view */
  }

  .text-content {
    display: block;
    text-align: left;
    /* Align text properly */
    color: #333;
    /* Ensure text is visible */
    visibility: visible;
    opacity: 1;
  }

  .text-content p {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
  }

  .featured-button a {
    width: 100%;
    /* Ensure button is visible on mobile */
    text-align: center;
    padding: 15px;
    font-size: 16px;
  }
}




/* ===============================team section css END============================================= */


/* testii=========================== */



.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}

.section-heading-1 {
  text-align: left;

}

.section-heading h1 {
  margin-top: 0px;
  font-size: 32px;
  color: #232323;
  display: inline-block;
  margin-right: 50px;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #0e3761;
}

.section-heading p {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #343434;
  position: absolute;
  top: 12.5px;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #0e3761;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #0e3761;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #0e3761;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #0e3761;
}

.accent-button-new a {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #0e3761;
  display: inline-block !important;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

/* .accent-button-new a:hover {
  background-color: #fff;
  color: #0e3761;
} */

header {
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
}

.nav-up {
  top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250, 250, 250, .95);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 88%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-down .logo img {
  position: absolute;
  top: 0%;
  left: 5%;
  width: 201px;
  height: 60px;
  display: inline-block;
  border: 1px solid rgba(250, 250, 250, 0.5);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 59px;
  width: 100%;
}

#main-nav ul li {
  margin: 15px 0px;
}

#main-nav ul li:hover {
  background-color: transparent;
}

#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}

/* ===================================portfliio ================== */




p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 30px;
} */

.item.horizontal-item:hover {
  transform: translateY(-5px);
  /* Subtle lift on hover */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  /* Deeper shadow */
}

.item.horizontal-item {
  cursor: pointer;
  /* Makes the cursor a pointer to indicate it's clickable */
  align-items: center;
}

a.full-box-link {
  display: block;
  /* Makes the anchor element behave like a block-level element */
  text-decoration: none;
  /* Removes underline from the link */
}

.company-name {
  flex: 2;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-top: 20px !important;
  margin: 20px auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: -4px !important;
}

.company-name h4 {
  font-weight: 600 !important;
  font-family: serif !important;
  margin-top: 20%;
}

.company-name-new {
  flex: 2;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-top: 20px !important;
  margin: 20px auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: -0px !important;
}

.company-name-new h4 {
  font-weight: 600 !important;
  font-family: serif !important;
  margin-top: 18%;
}

.company-name-new-hitech {
  flex: 2;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-top: 20px !important;
  margin: 20px auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: -0px !important;
}

.company-name-new-hitech h4 {
  font-weight: 600 !important;
  font-family: serif !important;
  margin-top: 10%;
}

.company-name-new-s-r-management {
  flex: 2;
  font-size: 18px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-top: 20px !important;
  /* margin: 20px auto; */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: -0px !important;
}

.company-name-new-s-r-management h4 {
  font-weight: 600 !important;
  font-family: serif !important;
  margin-top: 9%;
}

.item.horizontal-item:hover .company-logo img {
  opacity: 0.8;
  /* Slight transparency on hover */
}


.item.horizontal-item:hover .company-name::after {
  width: 100%;
  /* Expand the underline on hover */
}

/* Optional shadow effect to make the text pop */



/* ================== */
.item.horizontal-item {
  display: flex;
  /* align-items: flex-start;  */
  /* align-items: baseline; */

  justify-content: space-between;
  padding: 10px;
  background-color: transparent;
  /* Match the background */
  margin-bottom: 20px;
  border: none;
  max-height: 97px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  /* Start hidden */
  height: 180px;
  /* Set a fixed height */
  transition: opacity 0.3s ease, transform 0.8s ease;
  /* Faster transition */
  will-change: opacity, transform;
  /* Hint to browser for optimization */
  width: 422px;
  background-color: white;
  text-align: center;
  justify-content: center;
}

@media (max-width: 768px) {

  /* Tablet and mobile */
  .item.horizontal-item {
    flex-direction: column;
    /* Stack items vertically */
    width: 100%;
    /* Full width */
    height: auto;
    /* Adjust height */
    max-height: none;
    padding: 15px;
    /* Adjust padding for mobile */
    box-shadow: none;
    /* Optional: Reduce shadow for mobile */
  }
}

@media (max-width: 480px) {

  /* Smaller mobile screens */
  .item.horizontal-item {
    padding: 10px;
    /* Smaller padding for mobile */
    border-radius: 5px;
    /* Slightly smaller border radius */
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .tabs span {
    font-size: inherit !important;
    /* Reset inline font size */
  }
}








/* Apply animation only when the animate class is added */
.item.horizontal-item.animate {
  opacity: 1;
  transform: translateX(0);
  /* End at the original position */
}

/* Stagger the animations using nth-child */
/* li:nth-child(1) .item.animate {
  transition-delay: 0.1s;
}
li:nth-child(2) .item.animate {
  transition-delay: 0.2s;
}
li:nth-child(3) .item.animate {
  transition-delay: 0.3s;
}
li:nth-child(4) .item.animate {
  transition-delay: 0.4s;
}
li:nth-child(5) .item.animate {
  transition-delay: 0.5s;
}
li:nth-child(6) .item.animate {
  transition-delay: 0.6s;
}
li:nth-child(7) .item.animate {
  transition-delay: 0.7s;
}
li:nth-child(8) .item.animate {
  transition-delay: 0.8s;
}
li:nth-child(9) .item.animate {
  transition-delay: 0.9s;
} */



/* Animation for sliding in from the right */
/* @keyframes slideIn {
0% {
    transform: translateX(100%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
} */

/* Company name styling */
/* .company-name {
flex: 1;
font-size: 24px;
font-weight: bold;
text-align: left;
color: #333;
} */

/* Company logo styling */
.company-logo {
  flex: 1;
  text-align: center;
}

.company-logo img {
  min-width: 182px;
  height: 78px;
  margin-right: 20px !important;

}

/* Button styling */
.accent-button {
  flex: 1;
  text-align: right;
}

.accent-button a {
  background-color: #0044cc;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}





/* mobile view of portfolio */
/* Responsive for mobile screens */
@media (max-width: 768px) {

  p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .company-name {
    font-size: 16px;
    text-align: left;
  }

  .item.horizontal-item {
    flex-direction: column;
    /* Stack items vertically on mobile */
    height: auto;
    /* Adjust height for mobile */
    min-height: auto;
    padding: 15px;
    width: 100%;
    /* Full width on mobile */
    margin-bottom: 15px;
    align-items: center;
  }

  .company-logo {
    text-align: center;
    /* Center the logo on mobile */
    margin-bottom: 10px;
    /* Add spacing between logo and content */
  }

  .company-logo img {
    width: 120px;
    /* Resize logo for mobile */
    height: auto;
  }

  .accent-button {
    text-align: center;
    /* Center the button */
    margin-top: 10px;
  }

  .accent-button a {
    padding: 8px 15px;
    /* Reduce button padding for smaller screens */
    font-size: 14px;
  }

  .company-name-new {
    font-size: 16px;
    text-align: left;
  }
}

/* Extra small screens (below 576px) */
@media (max-width: 576px) {



  p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .item.horizontal-item {
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
  }

  .company-name {
    font-size: 14px;
  }

  .accent-button a {
    padding: 6px 12px;
    font-size: 13px;
  }
}





@media (max-width: 768px) {

  p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .company-name-new {
    font-size: 16px;
    text-align: left;
  }

  .item.horizontal-item {
    flex-direction: column;
    /* Stack items vertically on mobile */
    height: auto;
    /* Adjust height for mobile */
    min-height: auto;
    padding: 15px;
    width: 100%;
    /* Full width on mobile */
    margin-bottom: 15px;
    align-items: center;
  }

  .company-logo {
    text-align: center;
    /* Center the logo on mobile */
    margin-bottom: 10px;
    /* Add spacing between logo and content */
  }

  .company-logo img {
    width: 120px;
    /* Resize logo for mobile */
    height: auto;
  }

  .accent-button {
    text-align: center;
    /* Center the button */
    margin-top: 10px;
  }

  .accent-button a {
    padding: 8px 15px;
    /* Reduce button padding for smaller screens */
    font-size: 14px;
  }

}

/* Extra small screens (below 576px) */
@media (max-width: 576px) {



  p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .item.horizontal-item {
    padding: 10px;
    margin-bottom: 10px;
    align-items: center;
  }

  .company-name-new {
    font-size: 14px;
  }

  .accent-button a {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* end her  */



/* protfolio end here============================================= */





/* mobiile view of our team/=======================

/* For mobile screens */




@media (max-width: 768px) {
  #featured {
    padding: 15px !important;
    /* Adjust padding as needed */
    font-size: 16px !important;
    /* Adjust font size as needed */
  }

  .section-heading h1 {
    font-size: 30px !important;
    /* Adjust font size as needed */
  }

  .section-content .owl-carousel {
    /* Ensure the carousel fits well on tablets */
    width: 100% !important;
    margin: 0 auto !important;
  }

  .item {
    margin: 10px 0 !important;
    /* Adjust margins as needed */
  }
}

/* Styles for mobile devices (up to 480px) */
@media (max-width: 480px) {
  #featured {
    padding: 10px !important;
    /* Adjust padding as needed */
    font-size: 14px !important;
    /* Adjust font size as needed */
  }

  .section-heading h1 {
    font-size: 24px !important;
    
    /* Adjust font size as needed */
  }
  .our-portfolio-text h1{
    margin-left: 31px !important;
  }

  .section-content .owl-carousel {
    /* Ensure the carousel fits well on mobile devices */
    width: 100% !important;
    margin: 0 auto !important;
  }

  .item {
    margin: 5px 0 !important;
    /* Adjust margins as needed */
  }
}


/* end of our tema */
/* Sidebar Style */

.sidebar-navigation {
  width: 13.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(227, 218, 218, 0.67);
  z-index: 10;

}

.sidebar-navigation .logo {
  position: absolute;
  line-height: 100px;
  background-color: #0e3761;
  text-align: center;
}

.sidebar-navigation .logo img {

  width: 100%;
  height: 100%;
  left: 0;
  object-fit: contain;
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  position: relative;
  top: 50%;
  left: 53%;
  -webkit-transform: translateX(-60%) translateY(-50%);
  -moz-transform: translateX(-60%) translateY(-50%);
  -ms-transform: translateX(-60%) translateY(-50%);
  -o-transform: translateX(-60%) translateY(-50%);
  transform: translateX(-60%) translateY(-50%);
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}

.sidebar-navigation li {
  padding: 10px 0;
}

.sidebar-navigation span {
  display: inline-block;
  position: relative;
}

.sidebar-navigation nav a {
  display: inline-block;
  color: #191818;
  margin-top: 5px;
  text-decoration: none !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.circle {
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0e0e0e;
  transition: all 0.3s;
}

.rect {
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #0b0a0a;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
  color: #080808;
}

.sidebar-navigation nav a:hover,
nav .active-section {
  /* color: #090909; */
  color: #090909;
  font-weight: bold !important;
}

.sidebar-navigation nav a:hover span,
nav .active-section span {
  background-color: #100f0f;
}

.sidebar-navigation nav .active-section .rect {
  width: 20px;
}

.sidebar-navigation nav .active-section .circle {
  background-color: #0b0b0b;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;
  bottom: -12px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #080808;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #0e3761;
}

.sidebar-navigation .social-icons1 {
  position: absolute;
  width: 100%;
  bottom: 55px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons1 li {
  /* display: inline-block; */
  /* margin-right: 15px; */
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 0;
}

.sidebar-navigation .social-icons1 li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons1 li a {
  font-size: 13px;
  color: #0e0d0d;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
}

.sidebar-navigation .social-icons1 li a:hover {
  color: #0e3761;
}


/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  /*min-width: 100%;*/
  /*min-height: 100vh;*/
  /*width: 100%;*/
  /*height: 100vh;*/
  /*text-align: center;*/
}

.slider p a {
  color: #100f0f;
}

.slider p a:hover {
  color: #FF0;
  text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #faf6f6;
  font-weight: 700;
}

.Modern-Slider .info p {
  font-size: 15px;
  color: #fef9f9;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow {
  outline: none;
  display: none;
  position: absolute;
  top: 60px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 32px/50px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .NextArrow:before {
  content: '\f105';
}

.Modern-Slider .PrevArrow {
  outline: none;
  position: absolute;
  top: 60px;
  right: 120px;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0 none;
  margin-top: -22.5px;
  text-align: center;
  font: 32px/50px FontAwesome;
  color: #fff;
  z-index: 5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  /* background-image: url(../img/pexels-pixabay-290275.jpg); */
  /* background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url(../img/pexels-pixabay-290275.jpg);  */
  /* background-image: url(../img/New_slide_1.jpg); */
}


.Modern-Slider .item-2 .image {
  /* background-image: url(../img/slide_2.jpg); */
  /* background-image: url(../img/New_slide_2.jpg); */
}

.Modern-Slider .item-3 .image {
  /* background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),  url(../img/new_slider_3.jpeg); */
  /* background-image: url(../img/New_Slide_3.jpg); */
}

.Modern-Slider .PrevArrow:before {
  content: '\f104';
}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.Modern-Slider {
  background: transparent;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left
    /* If RTL Make This Right */
  ;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}


/* Featured Style */

#featured {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  /* border-bottom: 1px solid #eee; */
}

#featured .section-heading {
  margin-right: 20%;
}

#featured .content-section {
  display: inline-block;
  position: relative;
}

#featured .owl-dots {
  margin-top: 40px;
}

#featured .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd !important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#featured .owl-dots .active span {
  background-color: #0e3761 !important;
}

#featured .owl-dots button {
  outline: none;
}

#featured .owl-nav {
  position: absolute;
  display: none;
  top: -110px;
  right: 0;
}

#featured .owl-nav button:focus {
  outline: none;
}

#featured .owl-nav .owl-prev span {
  margin-right: 10px;
}

#featured .owl-nav .owl-next span,
#featured .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#featured .owl-nav span:hover {
  background-color: #0e3761;
  color: #fff;
}

#featured .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#featured .item .image {
  position: relative;
}

#featured .item .image img {
  width: 100%;
  overflow: hidden;
}

#featured .item .image .featured-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #0e3761;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

#featured .item:hover .featured-button a {
  bottom: 0;
  opacity: 1;
}

#featured .item .text-content {
  padding-top: 20px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#featured .item .text-content h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#featured .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 12.5px;
}

#featured .owl-stage {
  width: 100% !important;
}

#featured .owl-item {
  margin-right: 132px !important;
}


/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}



/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #f4f4f4;
  padding: 50px 0 0 60px;
  /* margin-top: 80px */
}

#video .section-heading {
  margin-bottom: 30px;
  /* text-align: center; */
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

#video .text-content {
  text-align: left !important;
}

.box-video {
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container {
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}

.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/*.Blog Style */

.blog {
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  /* padding-bottom: 80px; */
}

.blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  /* height: 90px; */
  height: 50px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #0e3761;
}

.blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
}

.blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  /* letter-spacing: 0.5px; */
  color: #232323;
  font-size: 19px;
  /* line-height: 80px; */
  line-height: 40px; 
  font-weight: 600;
  transition: 0.5s;
  white-space: nowrap;
  overflow: hidden;
}

.blog .tabs a:hover {
  color: #0e3761;
}


.blog .tabs .active:hover {
  color: #fff;
}

.blog .tabs .active {
  background-color: #0e3761;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 2px;
  /*border-bottom: 1px solid #ddd;*/
}

.blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.blog .tabgroup ul li img {
  /* float: right; */
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}

.blog .tabgroup ul li .text-content {
  display: inline;
}

.blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.blog .item .text-content .accent-button {
  margin-top: 25px;
}




/* Modal Style */
.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  background: #F4F4F2;
  overflow: hidden;
}

.social_login .icon {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.social_login .icon_title {
  display: block;
  padding: 5px 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}



/* Contact Style */

#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 80px 60px;
}

#contact input,
select {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #000;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #000;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact select {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #000;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #0e3761;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: rgba(12, 12, 12, 0.9);
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 80px;
  color: #060606;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 16px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }

  .page-content {
    width: 100%;
    margin-top: -175%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow {
    outline: none;
    display: none;
    position: absolute;
    top: 120px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
  }

  .Modern-Slider .NextArrow:before {
    content: '\f105';
  }

  .Modern-Slider .PrevArrow {
    outline: none;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
  }



}



@media (max-width: 690px) {




  .section-heading p {
    position: relative; 
  }

  .our-portfolio-text p{
    margin-left: 36px !important;
  }

  #featured {
    padding-left: 15px;
    padding-right: 15px;
  }

  #featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video .accent-button a:last-child {
    margin-top: 4px;
  }


  .blog {
    padding-left: 1px;
    padding-right: 0px;
  }

  .blog .tabs a {
    font-size: 9px !important;
  }

  .blog .tabs li {
    display: inline-block;
    text-align: center;
    width: 17% !important;
    float: left;
    margin: 0;
    padding: 0;
  }

  .blog .tabs li:nth-child(4) {
    display: inline-block;
    text-align: center;
    width: 28% !important;
    float: left;
    margin: 0;
    padding: 0;
  }

  .blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}


.slick-dots {
  display: none !important;
}


.video-dots {
  text-align: center;
  margin-top: 120px;
}

.video-dots .dot {
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #f1a3a3;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;

}

.video-dots .dot.active {
  background-color: #717171;
}

.video-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: black;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.video-title {
  position: absolute;
  top: calc(100vh - 60%);
  right: 0;
  transform: translateY(-50%);
  color: white;
  font-size: 24px;
  /* text-shadow: 2px 2px 8px black; */
  white-space: wrap;
  text-align: end;
  margin-right: 2%;
}

.video-header {
  /* background-color: rgba(227, 218, 218, 0.4);
   */
  background-color: rgb(0 0 0 / 50%);
  ;
  padding: 1px 6px 0px 6px;
}

.video-title h1 {
  padding-right: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #faf6f6;
  font-weight: 700;
  text-align: right;
}

.video-title p {
  font-size: 15px;
  color: #fef9f9;
}

.controls {
  position: absolute;
  top: 60px;
  right: 20px;
  display: flex;
  gap: 30px;
}

.control-icon {
  color: white;
  font-size: 25px;
  cursor: pointer;
  padding: 0px 15px 0px 15px;
  /* background-color: rgba(51, 51, 51, 0.1); */
  /* background-color: rgba(243, 240, 240, 0.2); */
  background-color: rgb(243 240 240 / 50%);
  border-radius: 6%;
  display: inline-block;
}

.prev-icon::before {
  content: '\f104';
  font-family: 'FontAwesome';
}

.next-icon::before {
  content: '\f105';
  font-family: 'FontAwesome';
}

.control-icon:hover {
  /* background-color: rgba(243, 240, 240, 0.2); */
  background-color: #0e3761;
  color: #fff;
}

.esg-pillers {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  margin-left: -2%;
}

.esg-pillers img {
  width: 120px;
  height: 120px;
}

.esg-text{
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}
.esg-pillers-footer{

  margin: 0;
}

.box-margin{
  margin-left: -8%;
}

.box-margin-right{
  margin-left: 8%;
}

.sidebar-navigation nav .active-section .circle span{
  /* font-size: bold; */
  font-weight: bold;
}

.esg-pillers {
  display: flex;
  /* justify-content: space-between; */
}

.esg-pillar {
  flex: 1; /* Ensures equal width for all pillars */
  padding: 20px;
  text-align: center; /* Centers the text */
}

.esg-text {
  display: inline-block;
  max-width: 100%; /* Limits the width of the text */
}

.esg-pillers-box{
  max-width: 100%;
  margin-bottom: -4%;
}

@media (max-width: 767px) {
  .esg-pillers {
    margin-top: 80px;
    display: block;
    justify-content: space-around;
    margin-left: -2%;
  }

  .esg-text{
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .esg-pillers-box {
    max-width: none;
    margin-bottom: -4%;
  }

/* .section-heading {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
} */

}

@media (max-width: 480px) {
  .blog .tabgroup ul li {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      padding-bottom: 5px;
      text-align: center;
  }
}

/* For medium screens (tablets) */
@media (min-width: 481px) and (max-width: 1024px) {
  .blog .tabgroup ul li {
      display: inline-block;
      margin-bottom: 15px;
  }
}

/* For larger screens (desktops and beyond) */
@media (min-width: 1025px) {
  .blog .tabgroup ul li {
      display: inline-block;
      margin-bottom: 10px;
  }
}



@media(max-width: 1024px) {
  .box-margin-right {
    margin-left: -8%;
  }
}

@media (max-width: 767px) {

  .video-container {
    position: relative;
    width: 100vw;
    height: 128vh;
    background-color: black;
    overflow: hidden;
  }
  
  video {
    width: 100%;
    height: 49vh;
    object-fit: contain;
    object-position: center;
  }

  .content-section {
    /* padding: 50px 0; */
    padding: 0 0;
    text-align: center;
    /* min-height: 100vh; */
  }
  /* .video {
    width: 100%;
    height: none;
    object-fit: none;
    object-position: center;
    margin-bottom: -66%;
  }
  
  .slider .content-section {
    padding-top: 0px;
    /* min-width: 100%; */
    /* min-height: 100vh; */
    /* width: 100%; */
    /* height: 100vh; */
    /* text-align: center; */

  }
  
  .card:hover{
    box-shadow: 0px 2px 2px 2px rgb(6 19 71 / 76%);
  }