@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
  --black: #0F0F0F;
  --white: #ffffff;
  --primary-red: #F10000;
  --border-red: #F10000;
  --border-radius-small: 25px;
  --border-radius-medium: 50px;
  --border-radius-large: 80px;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

 .image {
    
      opacity: 0;
    }

.text-red {
  color: var(--primary-red)
}


body {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.6rem;
  background-color: var(--black);
  overflow-x: hidden;
  max-width: 100%;
  color: var(--white);

}

/* .main-hero */

.main-hero {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content:flex-start;
  align-items:flex-start;
  background-color: #000000;

  background-image: linear-gradient(#1a1a1a 0.7000000000000001px, transparent 0.7000000000000001px), linear-gradient(to right, #1a1a1a 0.7000000000000001px, #000000 0.7000000000000001px);
  background-size: 14px 14px;
}
   .main-hero .container {
        padding-top: 0;
        padding-bottom: 0;
    }

.main-hero-content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-height: 100vh;
}

.text-container-wrap {
  min-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top:0;
    
}

.intro-text {
  width: 100%;
  max-width: 300px;
    padding-right: 30px;


}

.intro-text h2 {
  font-size: 1.15rem;
    padding-bottom: 0;
}

.intro-text p {
  font-size: 1rem
}

.graphics-container {
  width: 70%;
    position: relative;
    display: flex;
}
.intro-paragraph {font-size: 1.15rem;
    display: block;
    position: relative;
    bottom: 0px;
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    margin-top: 50px
}
#lottie-container {
    margin-top: 0vh;
}

.line-graphics-hero {
  position: absolute;
  bottom: -25vh;
  left: 0;
  width: 100%;
  padding: 0px 0;

}

.line-image {
  position: relative;
  min-width: 100%;
  max-width: 100%;

}

.image01 {
  position: absolute;
  left: 30%;
  top: 50px;
  width: 15vh;
  height: 15vh;
}

.image02 {
  position: absolute;
  right: 42%;
  bottom: 80px;
  width: 20vh;
  height: 20vh
}

.image03 {
  position: absolute;
  right: 10%;
  top: 40px;
  width: 35vh;
  height: 35vh
}

.mobile-image {
  display: none !important;
}

@media (max-width: 991px) {

  /*    
    .image01 {
         width: 70px;
    height: 70px;
        top: 30%;
    }
    
    .image02 {
          width: 100px;
    height: 100px;
         top: 40%;
    }
    
    .image03 {
          width: 160px;
    height: 160px;
        top: 30%;
    }*/

}

@media (max-width: 991px) {
    .for-mobile.align-items-end {
            align-items: flex-start !important;
    }
    .additional-text p {
        padding: 0!important;
        margin-top: 20px!important;
    }

  .line-graphics-hero {
    position: absolute;
  }

  .image01 {
    display: none !important
  }

  .image02 {
    display: none !important
  }

  .image03 {
    display: none !important
  }

  .line-image {
    display: none;
  }

  .mobile-image {
    display: block !important;
  }

  .line-graphics-hero {
    bottom: 0;
  }

  .main-hero {
    height: auto;
    display: block;
  }
 

  .main-hero-content-wrap {
    width: 100%;
    display: block;
    max-width: 720px;
      margin: 0 auto;
      min-height: auto;

  }

  .graphics-container {
    width: 100%;

  }

  .line-graphics-hero {
    padding: 0;
    height: auto;
  }

  .text-container-wrap {

    width: 100%;
    max-width: 100% !important;
    min-width: 100%;
    z-index: 1;
    margin-top: 70px;

  }

  .intro-text {
    max-width: 100%;
    margin-top: 0px;
  }

  .intro-text br {
    display: none;
  }

  .graphics-container {
    position: relative;
    margin: 0 auto;
    padding: 50px 0px 25vh;
    left: 0;
    max-width: 720px;
    z-index: 0;
  }
    
    .logo {
        max-width: 70px;
    }
}



/* end of .main-hero */
.offcanvas {
  background-color: var(--black);
}

.btn-close {
  color: var(--white) !important;
}

a {
  text-decoration: none;
  color: var(--secondary);
}

a:hover {
  color: var(--black);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 1178px) {
.container {
  max-width: 80%;
}
}
@media (max-width: 1200px) {
  /*
  .container {
    max-width: inherit;
  }
*/
}

.btn-primary {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--black);
  background: inherit;
  border: none;
  border: 1px solid var(--border-blue2);
  border-radius: 40px;
  padding: 10.5px 24px;
  text-align: left;
}

.btn-primary:hover {
  color: var(--white);
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-primary:focus {
  color: var(--white);
  background: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
  box-shadow: inherit;
}

.btn-primary:active {
  color: var(--white);
  background: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
}

.btn-secondary {
  background: var(--white);
  color: var(--black);
  border-color: var(--primary-blue) !important;
  padding: 12px 24px;
}

.btn-secondary:hover {
  background: var(--primary-yellow);
  color: var(--primary-blue);
  border-color: var(--primary-yellow) !important;
}

.btn-white {
  color: var(--white) !important;
  border-color: var(--white) !important;
}

.btn-white:hover {
  color: var(--black) !important;
  border-color: var(--primary-yellow) !important;
}

.btn-yellow {
  color: var(--primary-yellow) !important;
  border-color: var(--primary-yellow) !important;
}

.btn-yellow:hover {
  color: var(--black) !important;
  border-color: var(--primary-yellow) !important;
}

.btn-blue {
  color: var(--white) !important;
  background: var(--primary-blue) !important;
}

.btn-blue:hover {
  color: var(--primary-blue) !important;
  background: var(--primary-yellow) !important;
}

h1 {
  font-size: 3.75rem;
  line-height: normal;
  margin: 0px;
  font-weight: 300;
  padding: 0px 0px 15px 0px;
}

h2 {
  font-size: 3rem;
  line-height: normal;
  font-weight: 300;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 0px;
  font-weight: 400;
  padding: 0px 0px 15px 0px;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

h5 {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.4rem;
  }

  h6 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  h6 {
    font-size: 1.1rem;
  }
}

.primary-blue {
  background: var(--primary-blue) !important;
}

.primary-orange {
  background: var(--primary-orange) !important;
}

.secondary-blue {
  background: var(--secondary-blue) !important;
}

.secondary-orange {
  background: var(--secondary-orange) !important;
}

.border-blue1 {
  border: 1px solid var(--border-blue1);
}

.border-blue2 {
  border: 1px solid var(--border-blue2);
}

.border-orange1 {
  border: 1px solid var(--border-orange);
}

.border-gray {
  border: 1px solid var(--border-gray);
}

ul.list-styled {
  padding: 0px 0px 20px 20px;
  margin: 0px;
}

ul.list-styled li {
  list-style: disc;
  padding: 6px 0px 6px 0px;
}

ol.list-styled {
  padding: 0px 0px 20px 20px;
  margin: 0px;
}

ol.list-styled li {
  list-style: decimal;
  padding: 6px 0px 6px 10px;
}

ol.list-styled ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

ol.list-styled ul li {
  list-style: disc;
  padding: 6px 0px 6px 0px;
}

ul.list-styled-icon {
  padding: 20px;
  margin: 0px;
  padding-right: 0px;
}

ul.list-styled-icon li {
  list-style: url("../images/bullet.svg");
  padding: 6px 0px 6px 6px;
}


.full-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spacer {
  height: 100px;
  width: 100%;
  display: block;
}

.scroller {
  min-height: 100vh;
}

.card .top {
  position: absolute;
  top: -22px;
  left: -16px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.card .right {
  position: absolute;
  top: -22px;
  right: -16px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.card .bottom {
  position: absolute;
  bottom: -22px;
  right: -16px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.card .left {
  position: absolute;
  bottom: -22px;
  left: -16px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

footer {
  width: 100vw;
  background-color: #222;
  overflow: hidden;
}

section.footer-container {
  color: #f0f0f0;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 12-04-24*/
.plus-out-card-container {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  z-index: 10;
}

.plus-out-card {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  max-width: 70%;
  color: #ffffff;
   
}

.plus-out-card .top {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.plus-out-card .right {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.plus-out-card .bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.plus-out-card .left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff5a;
  font-size: 1.5rem;
}

.intro {
  min-height: 1080px
}

.potential .col-4 {
  background-color: #0F0F0F
}

.second-section {
  /*
      position: relative;
      padding: 100px 20px;
      height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
*/
  padding: 5%;
  background: #0e0e0e url("../images/second-section-bg.jpg") no-repeat top center;
    background-size: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.top-d-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.description-box {
  position: absolute;
  top: 10%;
  background-color: #0F0F0F;
  color: #e0e0e0;
  padding: 50px;
  text-align: center;
  font-size: 1rem;
  max-width: 35%;
}

.description-box .plus-symbol {
  position: absolute;
  color: #5e5e5e;
  font-size: 1.5rem;
}

.plus-top-left {
  top: 10px;
  left: 10px;
}

.plus-top-right {
  top: 10px;
  right: 10px;
}

.plus-bottom-left {
  bottom: 10px;
  left: 10px;
}

.plus-bottom-right {
  bottom: 10px;
  right: 10px;
}

.second-section-heading {
  margin-top: 4%;
  display: flex;
  flex-direction: column;
  /*background-image: url("../images/second-section-inner-bg.png");
  background-size: cover;*/
  z-index: 0;
}

.second-section-heading .small-text {
  font-size: 1.5rem;
  font-weight: 300;
  color: #e0e0e0;
  align-content: flex-start
}

.second-section-heading .main-text {
  font-size: 3.5rem;
  color: red;
  font-weight: bold;
}

.second-section-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  gap: 30px;
}

.second-section-bottom .cta-button {
  color: red;
  border: 1px solid red;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.second-section-bottom .cta-button:hover {
  color: #fff;
}

.second-section-bottom .first-icon {
  font-size: 1rem;
  color: white;
}

.second-section-bottom .first-icon img {
  padding-right: 10px
}

.second-section-animation {
  margin-top: 0rem;
}

.second-section-animation h3 {
  color: #fff;
}

/* animation */
.text-container {
  color: red;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 2.2rem;
}

.text {
  position: absolute;
  filter: blur(10px);
  opacity: 0;
}

.text-container .text:nth-child(1),
.text-container .text:nth-child(2),
.text-container .text:nth-child(3)
{
     font-size: clamp(1.2rem, 2.5vw, 2.5rem);
}



.second-section-heading .plus-symbol2 {
  position: absolute;
  color: #ffffff5c;
  font-size: 1.5rem;
}

.plus-top-left2 {
  top: -20px;
  left: -20px;
}

.plus-top-right2 {
  top: -20px;
  right: -20px;
}

.plus-bottom-left2 {
  bottom: -20px;
  left: -20px;
}

.plus-bottom-right2 {
  bottom: -20px;
  right: -20px;
}

.potential {
  display: flex;
  gap: 30px;
}

.svg1 {}

.discover {
  background-image: url("../images/discover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.services-card-container p.left-para-big{
    max-width: 80%;
    margin-bottom: 20px
}

section.description {
  background: url("../images/thread-4.svg")no-repeat center top;
}

.services-card {
  background-color: #1a1a1a;
}
.left-side-text {text-align: left!important}

.services-card p {
  color: #ffffff;
}

.card2 {
  /*background: url('../images/service-bg-2.png');*/
  border: solid 1px #dddddd12;
  background-color: #1a1a1a;
  border-radius: 8px;
  position: relative;
  padding: 2rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
/*  min-height: 260px;*/ gap:20px;
}

.icon-circle {
  width: 90px;
  height: 90px;
  background-color: #750a0a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  position: relative;
  top: 0px;
  right: 0px;
}

.icon-circle img{
	max-height: 50px;
	max-width: 50px;
}

.container {
  padding: 40px 20px;
}

.title-section h1 {
  font-size: 24px;
  color: #e60000;
  font-weight: bold;
  margin-bottom: 5px;
}

.title-section p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

/* tab menu */
.image-section {
  position: relative;
  text-align: center;
}

.image-section .image-wrapper {
  position: relative;
}

.image-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.image-section .image-caption,
.tab-pane .image-caption {
  position: absolute;
  top: 0;
  color: #000000;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
 /* background: rgb(0, 0, 0);
  background: linear-gradient(-170deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
  
}

.tab-panel .nav-item:first-child {
  border-top: 1px solid #ddd;
}

.tab-panel .nav-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.nav-link{
	font-size: 1.15rem;
}
.tab-panel .nav-link {
  font-size: 1.6rem;
  color: #333;
  padding: 32px 0;
  background: transparent;
  border: none;
  flex: 1;
  text-align: right;
  transition: all 0.3s ease;
}

.tab-panel .nav-link.active {
  color: #e60000;
  font-weight: 500;
  text-align: left;
}

.tab-panel .nav-link.active::before {
  content: url('../images/left-arrow.svg');
  background-size: cover;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .tab-panel .nav-link {
    font-size: 1.2rem;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* Mobile-Specific Styles */
@media (max-width: 767px) {
  .tab-panel .nav-link.active::before {
    content: url(' ');
    vertical-align: middle;
    margin-right: 0px;
    width: 0;
    height: 0;
  }

  .tab-panel .nav-item {
    display: block;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
  }

  .tab-panel .nav-link {
    font-size: 20px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tab-pane {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f9f9f9;
    position: relative;
  }

  .tab-pane.show {
    max-height: 500px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-pane img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    position: relative;
  }

  .tab-pane .image-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    text-align: center;
    width: 100%;
  }

  .image-section {
    display: none;
  }

}

.serve {
  display: flex;
  justify-content: space-between;
}
.serve p{
    color: #000000;
}
.footer-section {
  min-height: 550px;
  background: #f7f7f7 url('../../assets/images/bg-line.svg') no-repeat bottom right;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}

.footer-content {
  max-width: 50%;
}

.highlight {
  color: #F10000;
}

.btn-custom {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  background-color: #F10000;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.btn-custom:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: #000000;
}

.btn-custom img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-custom:hover img {
  transform: translateX(5px);
}

.btn-custom2 {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  background-color: #F10000;
  border: 1px solid #F10000;
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.btn-custom2:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000000;
}

.btn-custom2 img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-custom2:hover img {
  transform: translateX(5px);
}

.r-thread-3-right {
  position: absolute;
  right: -14%;
  bottom: 0px;
}

.conclusion {
  /*	background-color: #E8E8E8;*/
    background: #fff;
}

.conclusion .bg-white {
  /*border-radius: var(--border-radius-large);*/
}

.left-side-text {}

.left-side-text h5 {
  color: var(--primary-red);
  padding-bottom: 0;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 15px;
    text-align: left;
    margin-top: 1.5rem;
    margin-top: 0;
}

.left-side-text p {
  font-weight: 300;
     text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

#second-hero-section {
  background: #1d1d1d;
  background-size: cover;
  color: #fff;
  margin: 0;
}

#second-hero-section .title {
  font-size: clamp(1.5rem, 6vw, 8rem);
  font-weight: 300;
  text-align: center;
  margin: 8rem 0 5.5rem 0;
}

#second-hero-section .card-section {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

#second-hero-section .card {
  /*      background-color: rgba(26, 26, 26, 0.9);*/
  background: url('../images/service-bg-2.png');
  background-size: cover;
  border-radius: var(--border-radius-small);
  border: solid 1px #dddddd12;
  padding: 2rem;
  text-align: left;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
}

#second-hero-section .card p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

#second-hero-section .intro-para {
    max-width: 90%;
    margin: 0 auto 0px auto;
    text-align: center;
}

#second-hero-section .second-highlight {
  color: #F10000;
  font-weight: 400;
}

#second-hero-section .corner-icon {
  position: absolute;
  font-size: 1.6rem;
  color: #ffffff5a;
  background-color: transparent;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#second-hero-section .corner-icon.top-left {
  top: -16px;
  left: -16px;
}

#second-hero-section .corner-icon.top-right {
  top: -16px;
  right: -16px;
}

#second-hero-section .corner-icon.bottom-left {
  bottom: -16px;
  left: -16px;
}

#second-hero-section .corner-icon.bottom-right {
  bottom: -16px;
  right: -16px;
}

.grid-section {
  display: flex;
  gap: 3rem;
  margin-top: 0;
  align-items: flex-start;
}

.grid-item.large {
  flex: 2;
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

.grid-item.small {
  flex: 1;
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    
}

.placeholder-box {
  background: #d9d9d9;
  height: 200px;
  border-radius: 10px;
}

  .sub-heading {
        margin-bottom: 1.5rem;
    }

.column {
  flex: 1;
  text-align: left;
}

.grid-title {
  font-size: 2rem;
  margin-bottom: 0;
  text-align: left;
}

.grid-title ul {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  position: relative;
  display: flex;
  gap: 20px;
    flex-direction: column;
}

.grid-title ul li {
  position: relative;
  padding-left: 40px;
}

.grid-title ul li.star {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}

.grid-title ul li.star:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/star2.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: -10px;
}

.grid-title ul li.star:hover:before {
  background: url('../images/star.svg') no-repeat center center;
  background-size: contain;
}

.grid-title ul li.line {
  margin: 10px 0 10px 0;
  height: 35px;
  border-left: 1px solid #ffffff4a;
  position: relative;
  left: 10px;
}

.impact-list ul li.star:before {
  background: url('../images/star.svg') no-repeat center center;
  background-size: contain;
}

.impact-list ul li.star:hover:before {
  background: url('../images/star2.svg') no-repeat center center;
  background-size: contain;
}

.image-section .img-thumbnail {
  padding: 1rem;
  border-radius: 1rem;
}




/*service page */
.accordion-button {
  background-color: #fff;
  padding: 5vh 0;
}
/*service page */
#services-main-section {
  background-color: #fff;
  padding: 5vh 0;
}
#services-main-section-two {
  background-color: #fff;
  padding: 5vh 0;
}

.subtitle {
  color: #000;
}

.service-card-01 {}

.image-container .img-thumbnail {
  padding: 1rem;
  border-radius: 1rem;
}

.brand-title {
  color: #FF3131;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.brand-subtitle {
  font-size: 2rem;
  margin-bottom: 4rem;
}

.accordion {
  margin-top: 2rem;
    margin-right: 3rem
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.accordion-button {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding: .3rem 0;
  background: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  background: none;
  box-shadow: none;
}
.accordion-header {
    padding-bottom: 0;
}

.accordion-button::after {
  content: '+';
  background-image: none;
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  transform: none;
}

.accordion-button:not(.collapsed)::after {
  content: '_';
  transform: none;
  background-image: none;
}

.accordion-body {
  padding: 1rem 0;
}


.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.spacer-big {
  height: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 100px
}

.spacer-big2 {
  height: 100px;
  clear: both
}

.spacer-big3 {
  height: 8rem;
  clear: both
}

.brand-identity {
  color: #FF3131;
}

.brand-identity-description {
  font-size: 1.25rem;
  color: #333;
}

.pe-md-4 {
  padding-right: 3rem !important;
}

#got-unique-ask {
  background: url('../images/got-unique-ask.png');
  background-size: cover;
  width: 100%;
  margin: 0 0;
}

.unique-ask {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  padding: 5rem 2rem;
}

.btn-custom3 {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.btn-custom3:hover {
  border-color: #fff;
  color: #fff;
}

.btn-custom3 img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-custom3:hover img {
  transform: translateX(5px);
}

/* get in touch form page */
#get-in-touch-form {
  background-color: #ffffff;
  height: 100vh;
    padding-top: 20vh
}

.form-container {
  max-width: 350px;
}

.form-label {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
    color: #000000;
}

.form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  margin-bottom: 2rem;
    padding-left: 0;
}

.form-control:focus {
  border-bottom: 2px solid red;
  box-shadow: none;
}
.form__error-text {
    color: #ff0000;
}
.required {
  color: red;
}

.btn-custom4 {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  background-color: transparent;
  border: 1px solid #F10000;
  color: #F10000;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.btn-custom4:hover {
  border-color: #000;
  color: #000;
}

.btn-custom4 img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-custom4:hover img {
  transform: translateX(5px);
}

@media (max-width: 1090px) {
    .grid-title {
        text-align: center;
        font-size: 1.4rem
    }
}
@media (max-width: 991px) {
  .grid-section {
    flex-direction: column;
    gap: 2rem;
      display: block;
  }
    .grid-item.small {
        min-height: auto;
        padding: 0rem 0
    }
    .grid-item.large {
        min-height: auto;
        padding: 2rem 0 0 0
    }
    .grid-title ul {
        flex-direction: row;
    }
    .grid-title {
        text-align: center;
    }
}

@media (max-width: 1336px) {
  .r-thread-3-right {
    display: none;
  }
	.spacer-big3{
		height: 5rem;
	}
}

@media (max-width: 1336px) {
  .r-thread-3-right {
    display: none;
  }



}
@media (max-width: 991px) {
    .footer-content {
    max-width: 70%;
  }
    .footer-section {
        background-size: 100%;
        min-height: 300px;
    }
}
@media (max-width: 767px) {
  #second-hero-section .card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .second-section {
    height: auto;

  }

  .plus-out-card {
    max-width: 100%;
  }

  .grid-section {
    flex-direction: column;
    gap: 2rem;
  }

  .grid-item.large,
  .grid-item.small {
    width: 100%;
  }

  .second-section-bottom {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
  }

  #second-hero-section .card-section {
    gap: 30px;
    margin: 0;
  }

  #second-hero-section .title {
    margin: 2rem 0 1rem 0;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
    font-size: 16px;
    position: relative;
    top: 0;
  }
	
	
	

  .icon-circle img {
    width: 48px;
    height: 48px;
  }

  .card2 {
    min-height: 220px;
    padding: 25px 15px;
      
      
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-section {
    min-height: 350px;
  }

  .tab-panel .nav-link {
    text-align: left;
  }

  .grid-item.small {
    display: flex;
    flex-direction: column;
  }

  .impact-list {
    margin-top: 2rem
  }

  section.description {
    background: url("../images/thread-4.svg")no-repeat center top;
  }
}



/* ----- babu 10 Dec ------ */
.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 0vh);
  position: relative;
  overflow: hidden;
  background-color: #000000;
   background: url("../images/bg.jpg")no-repeat center center;
    background-size: cover
/*  opacity: 0.8;
  background-image: linear-gradient(#1c1c1c 0.7000000000000001px, transparent 0.7000000000000001px), linear-gradient(to right, #1c1c1c 0.7000000000000001px, #000000 0.7000000000000001px);
  background-size: 14px 14px;*/

}


header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

header .container {
  padding: 0 20px;
}

.header-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.linkedin-icon {
  background: url("../images/Linkedin.svg") no-repeat center center;
  width: 48px;
  height: 48px;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
}

.menu-open {
  color: #fff;
  position: relative;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
}

.menu-close {
  position: relative;
  top: 0;
  right: 0;
  font-size: 20px;
  cursor: pointer;
}

.nav-container {
  position: fixed;
  bottom: -100%;
  width: 100%;
  height: 100vh;
  background: #000000;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu {
  padding: 12vh 0 24vh;
}

.menu__item-link {
  display: inline-block;
  font-size: 5vw;
  cursor: pointer;
  transition: opacity 0.1s;
  line-height: 100px;
  text-decoration: none;
  color: #F10000;
  padding: 2rem 0;
  text-align: left;
}

.menu__item-img {
  position: relative;
  top: 15px;
  padding: 0 20px;
  z-index: 2;
  pointer-events: none;
  height: 10vh;
  max-height: 600px;
  opacity: 1;
  transform: scale(0);
}

.menu__item:hover>.menu__item-img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s;
}

@media (max-width: 900px) {
  .menu__item-link {
    font-size: 8vw;
    line-height: 70px;
  }
}

.sec-padding {
  padding: var(--border-radius-large) 0;
  width: auto;
}
@media (max-width: 991px) {
    .sec-padding {
    padding: var(--border-radius-small) 0;
  }  
}
.highligh-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3)
}

.highligh-bar p {
  font-size: 3rem;
  color: #fff;
  padding: 1rem 6rem;
}

.who-are-we {
  background: #ffffff;
  color: #000;
}

.who-are-we h2 {
  color: var(--primary-red)
}

.who-are-we h4 {
  margin-top: 50px
}


.inside-banner {
  padding: 100px 0 50px 0;
}

.inside-banner-about {
  padding: 150px 0 0px 0;
    background: #ffffff url('../images/redline.svg') no-repeat top right;
    background-size: 60%
}
@media (max-width: 991px) {
    .inside-banner-about {
        padding: 0px 0 0px 0;
        margin-top: 100px;
    }
}
.font-md {
  font-size: 1.1.5rem;
  line-height: 2.1rem
}



.team-section {
  background: url("../images/pattern.svg");background-color:#fff; color: #000; padding-top: 0; padding-bottom: 0
}

.profile-photo {
/*
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
*/
      padding: 0 0 160px 0;
}

.plus-icon {
  position: absolute;
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  z-index: 2;
  padding: 0;
  text-align: center;
}

.profile-photo .plus-icon:nth-of-type(1) {
  left: 0;
  top: 0;
}

.profile-photo .plus-icon:nth-of-type(2) {
  right: 0;
  top: 0;
}

.profile-photo .plus-icon:nth-of-type(3) {
  right: 0;
  bottom: 0;
}

.profile-photo .plus-icon:nth-of-type(4) {
  left: 0;
  bottom: 0;
}

.additional-text .plus-icon:nth-of-type(1) {
  left: 0;
  top: 0;
}

.additional-text .plus-icon:nth-of-type(2) {
  right: 0;
  top: 0;
}

.additional-text .plus-icon:nth-of-type(3) {
  right: 0;
  bottom: 0;
}

.additional-text .plus-icon:nth-of-type(4) {
  left: 0;
  bottom: 0;
}





.image-quote {
  padding: 16px;
  padding: 0;
  border-radius: 44px;
  overflow: hidden;
}

.image-quote blockquote {
  padding: 0px;
  margin: 60px 40px 0 40px;
}

.image-quote blockquote p {
  color: #F10000;
  padding-left: 70px;
  background: url("../images/quote.png") no-repeat top left;
}

.image-quote img {
  min-width: 100%;
}

.h-80 {
  height: 80%
}

.main-title {}

.intro-details {
  padding: 0px;
  position: relative;
  max-width: 97%;
}

.intro-details .plus-icon:nth-of-type(1) {
  left: -20px;
  top: -20px;
}

.intro-details .plus-icon:nth-of-type(2) {
  right: -20px;
  top: -20px;
}

.intro-details .plus-icon:nth-of-type(3) {
  right: -20px;
  bottom: -20px;
}

.intro-details .plus-icon:nth-of-type(4) {
  left: -20px;
  bottom: -20px;
}

.line-graphics {
  position: absolute;
  z-index: 0;
  width: 100%;
  padding: 6% 0 0 0;
  bottom: 0;
}

.line-graphics img {
  width: 100%;
}

.additional-text {
  position: relative
}

.additional-text p {
 width: 100%;
    font-size: 2rem;
    margin: 0px 0;
    line-height: 2.4rem;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
}

.full-bleed-image {
  background: url('../images/bg-different.jpg') no-repeat center right;
  background-size: 100%;
  padding: 2vh 0 25vh 0
}

.full-bleed-image h2 {
  color: #F10000;
}

.full-bleed-image p {
  color: #000000;
	font-size: 1.15rem;
}

.agencies-block {
  background: #0000;
  padding: 7vh 0;
  text-align: center;
}

.agencies-block h2 {
  color: #F10000;
}

.agencies-block p {
  color: #ffffff;
}

.log-grid {
  padding-top: 5vh;
    display: flex;
    justify-content: center;
}

.log-grid img {
  padding: 0 30px;
}

.mobile-img {
  display: none;
}

.padding-box {
  padding-left: 50px;
}

.team-block {
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;color: #000;
}

.team-description {
  padding:0 20px;
} 
.team-description h4{
	display: flex;
	justify-content: space-between
}
        .team-description p {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all 0.5s ease;
            margin: 0;
        }
 
         

        .team-block:hover .team-description p {
            max-height: 100%;
            opacity: 1;
            margin-top: 15px; 
        }
.email-icon { 
            cursor: pointer;
        }
	.email-icon:hover{
            color: #F10000; 
        }
      
.full-bleed-image img {
  display: none
}

@media (max-width: 991px) {
    
      .text-container-wrap {
    padding: 0 0px;
    width: 100%;
    max-width: 720px!important;
    z-index: 1;
    margin-top: 120px;

  }
   
  .line-graphics {
    display: none;
  }

  .mobile-img {
    display: block;
  }

  .intro-details {
    margin-bottom: 0;
  }

  header .container,
  .hero-section .container {
    padding: 0 20px;
  }

  .main-title {
    padding-top: 100px
  }

  .hero-section {
    min-height: auto;
    padding-bottom: var(--border-radius-large)
  }
  
  .team-block {
    flex-direction: row;
    padding: 0 0 50px 0;
  }
    .team-block:last-child,
    .team-block:last-child p{
        padding-bottom: 10px;
    }

  .profile-photo {
    width: 30% !important;
      padding: 0 10px 0 0;
  }

  .team-description {
    width: 70%;
    padding: 0;
  }
 .team-title {
            font-size: 2.5rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 30px;
            text-align: center;
        }

        
  .full-bleed-image {
    padding: 0;
    background-image: none;
    background-color: #ffffff;
  }

  .full-bleed-image img {
    display: block
  }

  .full-bleed-image p {
    padding-bottom: 0;
  }
    .card-section p {
        text-align: center;
    }
	
 
	
}

@media (max-width: 767px) {
  .padding-box {
    padding: 20px 0 0 0;
  }

  .team-block {
    flex-direction: column;
  }

  .profile-photo {
    width: auto !important;
  }

  .team-description {
    width: 100%;
  }
 .team-description p {
    padding-bottom: 40px;
  }
  .additional-text p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
	
	.profile-photo { 
        padding: 0;
    }
	
}


.header--scrolled {
  background: #000000 !important;
  padding: 5px 0px !important;
  border-bottom: var(--border-blue2);
}

.nav-link {
  color: #fff;
  padding: 20px;
  transition: color 0.3s ease;
margin-left: 2vw;
}

.nav-link:focus,
.nav-link:hover {
  color: #F10000;
}

.navbar-nav .nav-link.active {
  color: #F10000;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.btn-close .text-reset {
  color: #fff;
}

.offcanvas-header .btn-close {
  color: white;
  opacity: 1;
  padding-right: 2rem
}
/*.navbar-dark {
    background: rgba(0,0,0, 0.4);
}*/

.navbar-darks-2 {
  background: #000;
}

.grid-bg {
    background-color: #1d1d1d;

  background-image: linear-gradient(#1a1a1a 0.7000000000000001px, transparent 0.7000000000000001px), linear-gradient(to right, #1a1a1a 0.7000000000000001px, #000000 0.7000000000000001px);
  background-size: 14px 14px;
}



.get-in-new-updates{
	flex-direction: column;
	color:#000;
}

.get-in-new-updates h4{ 
	    padding: 0px!important;
}
.get-in-new-updates{
	 font-size: 1.15rem;
}
 .card-section p {
        font-size: 1.15rem;
    }

.font-1-15rem{
	font-size: 1.15rem;
}

@media (max-width: 991px) {
    body {
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .intro-text h2 {
         font-size: 1rem;
        line-height: 1.6rem;
        text-align: center;
    }
    .font-1-15rem{
	font-size: 1rem;
        line-height: 1.6rem
}
    
     .card-section p {
        font-size: 1rem;
         line-height: 1.6rem
    }
    .get-in-new-updates{
	 font-size: 1rem;
        line-height: 1.6rem
}
    .intro-paragraph{
        	font-size: 1rem;
        line-height: 1.6rem;
        max-width: 80%;
        margin: 0 auto;
    }
    .nav-link {
        	font-size: 1rem;
        line-height: 1.6rem;
    }
    #get-in-touch-form {
        padding-top: 100px;
        height: auto!important;
    }
    .service-content {
        padding-top: 0px;
    }
    
    .service-content:nth-child(2){
        padding-top: 60px;
    }
    .who-are-we .padding-box {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .grid-title ul {
        flex-direction: column;
    }
     .grid-title {
        text-align: left;
    }
}

.graphics-container {
  width: 70%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.image-container {
    height: 111px;
    width: 155px;
    position: relative;
    margin: 0 30px;
}.image-container img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: inherit;
    min-height: inherit;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.graphics-container span {
    font-size: 67px;
    font-weight: 300;
    letter-spacing: -0.93px;
    font-family: 'Mortise', sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 7px 0;
    line-height: normal;
}


.disclaimer{
	display: none
}

.disclaimer a:hover{
	color: #F10000
	
}