@import url('https://fonts.googleapis.com/css2?family=Futura+Hv+BT');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



@font-face {
    font-family: 'Mangro';
    src: url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/MangroRegular.eot');
    src: url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/MangroRegular.eot?#iefix') format('embedded-opentype'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/MangroRegular.woff2') format('woff2'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/MangroRegular.woff') format('woff'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/MangroRegular.ttf') format('truetype'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/MangroRegular.svg#MangroRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/FuturaBT-Book.eot');
    src: url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/FuturaBT-Book.woff2') format('woff2'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/FuturaBT-Book.woff') format('woff'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/FuturaBT-Book.ttf') format('truetype'),
        url('https://trdp.technocravers.com/wp-content/themes/TRDPTheme/assets/font/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section{
  width: 100%;
  margin: auto;
}
/*============== header style start=================== */
.mt-150 {
  margin-top: 100px;
}
.btn-close{
  background: none !important;
  font-size: 20px !important;
  margin-top: -1.5rem !important;
  opacity: 1 !important;  
}
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0px #c4c4c4;
}
.sticky_header{
  top: 0;
  left: 0;
  background-color: #ffffff !important;
  box-shadow: 0 1px 5px 0px #c4c4c4 !important;
  height: 85px !important;
}
.sticky_header .navbar-brand::after{
  display: none;
}
.home_header{
  background-color: #fff;
  box-shadow: none;
}
html{
 margin:0!important;
}
.navbar-brand{
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navbar-brand::after{
  content: 'TRDP';
  position: absolute;
  left: 16px;
  bottom: -20px;
  left: 80px;
  bottom: 50%;
  font-size: 20px;
  font-family: 'Futura Bk BT', sans-serif';
  font-family: 'Mangro';
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
}
body.home{
  padding-top:100px;
}
.home_header .navbar-brand::after{
 
}
.home_header.sticky_header .navbar-brand::after,.sticky_header .navbar-brand::after{
  color: #2A345E;
}
.logo{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo img{
  width: 152px;
    height: 152px;
}
.navbar-nav .nav-link,.home_header.sticky_header .navbar-nav .nav-link,.sticky_header .navbar-nav .nav-link  {
  color: #2A345E !important;
}
.home_header .navbar-nav .nav-link  {
  /* color: #ffffff !important; */
}
.navbar-nav .nav-link {
font-family: 'Futura Hv BT', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}
.navbar-nav .nav-link.active,.home_header.sticky_header .navbar-nav .nav-link.active,.sticky_header .navbar-nav .nav-link.active {
  color: #B7282C !important;
}
#searchModal{
  z-index: 200000;
}
#searchModal.show{
  background: #2a345eea;
}
.navbar-toggler{
  outline: none !important;
  border: none !important;
  overflow: hidden;
}
.navbar-toggler:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.home_header .navbar_toggler_icon {
  color:;
  font-size: 40px;
}
.navbar_toggler_icon {
  color: #2A345E;
  font-size: 40px;
}
.sticky_header .navbar_toggler_icon {
  color: #2A345E;
}
/* ============ hero section start============  */
.hero {
  height:;
}
.hero .carousel-item img{
  position: relative;
  
}
.hero .carousel-item .line{
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../images/LINES.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
  background: #0000009E;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0) grayscale(100) !important;
}
.carousel-control-next, .carousel-control-prev {
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 5 !important;
  width: 33px !important;
  height: 33px !important;
  border-radius: 0%;
  padding: 7px;
  
  opacity: 1 !important;
  border: 0px solid #2A345E;
}
.carousel-control-prev {
  left:  0 !important;
}
.carousel-control-next {
  right: 0 !important;
}
.hero .carousel-caption-new h1{
  color: #ffffff !important;
  font-size: 55px;
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}
.hero .carousel-caption-new{
  position: absolute;
  text-align: center;
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 5 !important;
  /* bottom: 189px !important; */
    left: 50% !important;
    top: 75%;
    transform: translate(-50%, -50%) !important;
}

.hero_btn,.hero_btn_white{
  transition: all .3s ease-in-out;
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  padding: 14px 40px;
    border-radius: 39px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: ''Futura Bk BT', sans-serif', sans-serif;
    line-height: 100%;
    letter-spacing: 0;
}
.hero_btn_white{
  color: #2A345E;
  background-color: #ffffff;
}
.hero_btn_white:hover{
  background-color: #ffffff00;
  color: #ffffff;
}
.hero_btn:hover{
  background-color: #ffffff;
  color: #2A345E;
}
/* we elevate */



.we-elevate-section {
  position: relative;
  min-height: 300px; /* Adjust height as needed */
  background: url('../images/we-elevate-section-bg.png');
  background-repeat: no-repeat;
  background-size: 90% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.we-elevate-container {
  position: relative;
  z-index: 2;
}

.we-elevate-text {
 font-size: 180px;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    background: url(https://trdp.technocravers.com/wp-content/uploads/2025/05/text-img-left-1-scaled.jpg);
    background-position: 0px -40px;
    background-size: 125%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
    line-height: 1;
}
.we-elevate-text-2 {
    font-size: 180px;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    background: url(../images/we-elevate-text.jpg);
    background-position: 20px center;
    background-size: cover;
    background-clip: text;
    text-align: center;
    line-height: 1;
}
/* warning */
.warnig {
  min-height: 681px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.warnig::after{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
content: '';
width: 100%;
height: 100%;
opacity: 0;

}
.z-2{
  z-index: 2;
}
.warnig .logo_img{
  width: 81px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.warnig .logo_img img{
  width: 152px;
    height: 152px;
}
.business h3{
font-family: 'Futura Hv BT', sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0;
text-transform: uppercase;
margin-bottom: 0;
color: #fff;
}
.warn-title {
font-family: Futura Hv BT;
font-weight: 400;
font-size: 64px;
line-height: 100%;
letter-spacing: 0;
color: #fff;
}
.comment .warn-desc {
  margin-left: 0;
}
.warn-desc {
  max-width: 584px;
  width: 100%;
  margin: auto;
  font-family: ''Futura Bk BT', sans-serif', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;  
color: #fff;
margin-bottom: 30px;
}
.read-more_btn{
  display: block;
  width: 195px;
height: 46px;
margin: auto;
border-radius: 39px;
border: 1px solid #fff;
display: flex;
align-items: center;
justify-content: center;
font-family: ''Futura Bk BT', sans-serif',sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
text-decoration: none;
}
.read-more_btn:hover{
  background-color: #2A345E;
  color: #fff;
}
#pills-tab{
  gap: 15px;
}
#pills-tab .nav-item{
  width: calc(16% - 15px);
  position: relative;
}
#pills-tab .nav-item .nav-link{
  color: #fff !important;

}
#pills-tab .nav-item .nav-link.active{
  color: #B7282C !important;
  background-color: #00000000 !important;
}
#pills-tab .nav-item .nav-link:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 4px;
  left: 16px;
  bottom: -6px;
  background-color: #B7282C;
  z-index:5;
  transition: width 4.5s ease-in;
}
#pills-tab .nav-item .nav-link.active::before{
  left:16px;
  width: 90%;
}
#pills-tab .nav-item .nav-link.active::after{
  background-color: transparent;
}
#pills-tab .nav-item .nav-link::after{
  position: absolute;
  content: '';
  width: 90%;
  height: 4px;
  left: 16px;
  bottom: -6px;
  background-color: #ffffff;
  z-index:6;
}

/*=============================================about-section ========================= */
.about{
  min-height: 832px;
  background-color: #2A345E1A;
  background-image: url(../images/about-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.right{
  height: 577px;
    position: relative;
    overflow: hidden;
}
.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right img{
  position: absolute;
  bottom: 0;
}
.left img{
  width: 179px;
}
.left h3{
  font-family: Mangro;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-top: 30px;
  letter-spacing: 0;
  color: #2A345E;
}
.left p{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: justify;
  color: #2A345E;
  margin: 30px;
}
.left a{
    display: flex;
    width: 148px;
    height: 33.28229904174805%;
    padding: 9px 30px;
    background: #2A345E;
    border-radius: 27px;
    text-decoration: none;
    color: #fff;
    margin: auto;
    justify-content: center;
    align-items: center;
}
/* journey */
.journey{
    background-image: url(../images/journey-bg.png);
    background-position: 315px center;
    background-repeat: no-repeat;
    background-size: 70% 85%;
    padding: 60px 20px 0 20px;
    margin-top: 60px;
}
.journey-title{
  max-width: 530px;
  margin: auto;
  font-family: Mangro;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}
.journey-top .journey-titel{
  font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #2A345E;
    margin-bottom: 40px;
}
.journey-top .para{
  font-family: 'Futura Md BT', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    margin: auto;
        margin-bottom: 30px;
        color: #2A345E;
}
.journey-top .para-2{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  margin: auto;
  max-width: 523px;
  text-align: left;
}
.journey-top .year{
  background: linear-gradient(180deg, #B7282C 0%, #2A345E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0;
    border-image-source: linear-gradient(180deg, #B7282C 0%, #2A345E 100%);
    font-family: 'Futura Md BT', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    margin: 30px 0;
}
.journey-top .image_contnr{
  width: 338px;
  height: 202px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.journey-top .image_contnr img{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.journey-slider {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}

.journey-slider::-webkit-scrollbar {
  display: none; 
}
.journey-slider-wrapper {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

.custom-track {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: #000000;
  transform: translateY(-50%);
  border-radius: 2px;
}

.custom-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #B7282C;
  border: 4px solid #2A345E;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.2s;
  cursor: pointer;
}

.journey-slider .journey-item{
  display: inline-block;
    width: 370px;
	max-width:370px;
    padding: 20px 15px;
    text-align: center;
}
.journey-slider .journey-item img{
  width: auto;
    height: 130px;
    margin-bottom: 20px;
}
.journey-slider .journey-item p{
  text-wrap-mode: wrap;
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
}
.journey-slider .journey-item h2{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}



/* .vision */

.vision h2{
  font-family: Mangro;
  font-weight: 400;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0;
  color: #2A345E;
}
.vision p{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #2A345E;
  text-align: justify;
}
/* comment */
#new-pills-tab .nav-item {
  width: calc(30% - 15px);
  position: relative;
}
#new-pills-tab .nav-item .nav-link.active {
  color: #B7282C !important;
  background-color: #00000000 !important;
}
#new-pills-tab .nav-item .nav-link {
  color: #fff !important;
}
#new-pills-tab .nav-item .nav-link::before {
 position: absolute;
  content: '';
  width: 0%;
  height: 4px;
  left: 16px;
  top: -6px;
  background-color: #B7282C;
  z-index:5;
  transition: width 4.5s ease-in;
}
#new-pills-tab .nav-item .nav-link.active::before {
  left:16;
  width:90%;
}
#new-pills-tab .nav-item .nav-link.active::after {
  background-color: transparent;
}
#new-pills-tab .nav-item .nav-link::after {
  position: absolute;
  content: '';
  width: 90%;
  height: 4px;
  left: 16px;
  top: -6px;
   z-index:6;
  background-color: #ffffff;
}
.w-80 {
  width: 80%;
}


/* blog  */

.section_title{
  font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #2A345E;
    letter-spacing: 0;
}
.sub_title{
  font-family: 'Futura Md BT', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0;
    color: #2A345E;
}
.publice{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0;
  color: #6280FD;
}
.read_now{    
  width: 148px;
  height: 33.28229904174805px;
  border-radius: 27.62px;
     padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: 400;
  font-size: 11.33px;
  line-height: 100%;
  border: 0;
  letter-spacing: 0;
  background-color: #2A345E;
  color: #FFFFFF;
  text-decoration:none;
}
  .view_all{
    width: 238px;
  height: 47px;
border-radius: 39px;
padding-top: 14px;
padding-right: 49px;
padding-bottom: 14px;
padding-left: 61px;
font-family: 'Futura Bk BT', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
border: 0;
background: #2A345E;
text-decoration:none;
  }
.view_all:hover,.read_now:hover{
color: #FFFFFF;
}
  .blog-section{
    background-image: url(../images/blog-new-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
.blog_img{
  width: 100%;
  height: 248px;
}
.blog-1-img{
  width: 90%;
  height: 320px;
}
.blog_title{
  font-family: 'Futura Md BT', sans-serif;
    font-weight: 400;
    font-size: 17.58px;
    line-height: 23.1px;
    letter-spacing: 0;
    color: #2A345E;
    margin: 20px 0 5px 0;
}
.blog_dt{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 12.56px;
  line-height: 27.3px;
  letter-spacing: 0;
  color: #6280FD;
}
.video_bx {
    max-width: 1095px;
    height: 502px;
    width: 100%;
    margin: auto;
}
.video_bx video{
    width: 100%;
    height: 100%;
}
.custom-play-btn {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    color: white;
    font-size: 25px;
    cursor: pointer;
    z-index: 2;
}

.custom-play-btn:focus {
  outline: none;
}
/* counter */
.counter{
  background: linear-gradient(90deg, #434964 0%, #021253 100%);
  position: relative;
}
.counter::after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(../images/counter-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

}
.counter .container{
  position: relative;
  z-index: 2;
}
.counter h3{
  font-family: Poppins;
font-weight: 600;
font-size: 34px;
line-height: 200%;
letter-spacing: 0;
color: #fff;
transform: translateX(20px);
}
.counter h4{
font-family: 'Futura Md BT', sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0;
color: #fff;
margin-left: 10px;
}

/* .counter-item{
  width: 20%;
} */
.bg-primary-dark {
  background-color: #2A345E;
}
.bg-overlay {
  background: rgba(80.62, 88.49, 121.54, 0.42);
}
.font-mangro {
  font-family: 'Mangro', sans-serif;
}
.font-futura-md {
  font-family: ''Futura Md BT', sans-serif', sans-serif;
}
.font-futura-bk {
  font-family: ''Futura Bk BT', sans-serif', sans-serif;
}
.angled-shape {
  position: absolute;
  z-index: 0;
  opacity: 0.42;
  background-color: rgba(80, 88, 121, 0.42);
}
.content-wrapper {
  position: relative;
  z-index: 1;
}
.btn-outline-light-custom {
  border: 1px solid white;
  border-radius: 39px;
  color: white;
  padding: 14px 45px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-family: 'Futura Bk BT', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0;

}
.btn-outline-light-custom:hover {
  background-color: #2A345E;
  color: white;
}
.rotate-arrow {
  transform: rotate(91deg);
}

.why-choose{
background-color: #2A345E;
    min-height: 782px;
    background-image: url(../images/why-choose-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.why-choose h1{
  font-family: Mangro;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
}
.why-choose p{
  font-family: 'Futura Md BT', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 27px;
letter-spacing: 0;

}


/* global section */
.global-section {
  padding: 60px 0;
  background-image: url(../images/global-section-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
 position: relative;
}
.global-section::after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #000000e0;
  z-index: 1;
}
.section-title {
  font-family: Mangro;
    font-weight: 400;
    font-size: 48px;
    line-height: 44px;
    letter-spacing: 0;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.global-section .card-para{
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25.95px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.global-section .card-para-2{
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.08px;
  letter-spacing: 0;  
  color: #FFFFFF;
}
.global-section .subsection-title{
  font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 23px;
    line-height: 28.54px;
    letter-spacing: 0;
    text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff !important;
}
.market-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.market-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.market-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2A345E;
  font-weight: bold;
}
.global-section .explore-btn {
  border-width: 1px;
  padding: 14px 30px;
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 25px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
.global-section .explore-btn:hover{
  background-color: #2A345E;
  color: #ffffff;
}
.global-section .explore-btn:after {
  content: "→";
  margin-left: 25px;
}
.card {
  border: none;
  border-radius: 0;
  background-color: transparent;
  height: 100%;
}
.card-body {
  padding: 30px 20px;
}
.highlight-box {
  border-left: 4px solid #2A345E;
  padding-left: 15px;
  margin-bottom: 20px;
}

/* footer */

.footer {
  background-color: #f8f9fa;
  color: #333;
}
.footer-logo{
  width: 110px;
  margin-bottom: 20px;
}
.footer-title {
      max-width: 400px;
  font-family: Futura Hv BT;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: justify;
  color: #2A345E;
  margin-bottom: 15px;
}

.footer-para {
      max-width: 430px;
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.email-input {
 flex: 1;
    padding: 9px 10px;
    border: .84px solid #2A345E;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.subscribe-btn {
  padding: 10px 20px;
  background-color: #2A345E;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.subscribe-btn:hover {
  background-color: #2A345E;
}

.footer-subtitle,.footer-subtitle a {
  font-family: Futura Hv BT;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 10px;
    color: #2A345E;
}
.footer-subtitle a{
  text-decoration: none;
}
.footer-subtitle a:hover{
  color: #2A345E;
}


.footer-links a {
  color: #2A345E;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0;
}

.footer-links a:hover {
  text-decoration: underline;
}

.contact-para {
  font-family: 'Futura Bk BT', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 5px;
    color: #2A345E;
}

.footer-divider {
  border-top: 1px solid #ddd;
}

.copyright {
  font-family: 'Futura Bk BT', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #2A345E;
    margin-bottom: 0;
}
.footer-legal{
  gap: 10px;
}
.footer-legal a {
  color: #2A345E;
  text-decoration: none;
  font-family: 'Futura Bk BT', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.btn-outline-dark {
  border: 1px solid #2A345E;
  background-color: #2A345E;
  color: #ffffff;
  width: 35px;
  height: 35px;
  padding: 5px 0px 0 0;
}

.btn-outline-dark:hover {
  background-color: #ffffff;
  color: #2A345E;
}
.left-right-vertical-line{
  position: relative;
}
.left-right-vertical-line::after{
  position: absolute;
  width: 2px;
  height: 100%;
  content: '';
  background-color: #fff;
  top: 0;
  right: -5px;
}
.left-right-vertical-line::before{
  position: absolute;
  width: 2px;
  height: 100%;
  content: '';
  background-color: #fff;
  top: 0;
  left: -5px;
}
/* Responsive Styles */


@media (min-width:992px) and ((max-width:1200px)) {
  #pills-tab .nav-item .nav-link{
    font-size: 15px;
  }
  
}
@media (min-width:768px) and ((max-width:1040px)) {
 .we-elevate-text,.we-elevate-text-2 {
    font-size: 130px;
  }
  .we-elevate-section{
    min-height: 220px;
  }
}
@media (min-width:768px) and ((max-width:992px)) {
  #pills-tab{
    justify-content: space-between;
  }
  #pills-tab .nav-item{
    width: auto;
  }
  /* .counter-item{
    width: 25%;
  } */
   .right,.right img{
    height: 100%;
   }
}
@media (max-width:992px) {
  .navbar-nav .nav-link, .home_header.sticky_header .navbar-nav .nav-link, .sticky_header .navbar-nav .nav-link {
    color: #ffffff !important;
}
.hero .carousel-caption-new h1{
  font-size: 60px;
}
}
@media (max-width: 767.9px) {
.navbar-brand::after{
display:none;
}
  .nav_wrapper{}
  .left-right-vertical-line::before,.left-right-vertical-line::after {
    display: none;
  }
  .hero .carousel-caption-new h1 {
      font-size: 40px;
  }
  .footer-logo{
    display: block;
    margin: 0 auto 20px auto;
  }
  .we-elevate-section{
    min-height: 180px;
  }
  .we-elevate-text,.we-elevate-text-2 {
    font-size: 90px;
  }
  .journey-slider .journey-item {
    width: 50%;
  }
  .tab-slider-wrapper {
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  
  .tab-slider {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    transition: transform 0.3s ease;

              }
  
  .tab-slider .nav-item {
    flex: 0 0 50%; /* 2 items ek bar me dikhne ke liye */
    text-align: center;
  }
  .why-choose{
    background-image: none;
  }
  
  .tab-slider-btn {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #2A345E;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    border: 2px solid #2A345E;
    padding: 0;
    cursor: pointer;
    z-index: 10;

  }
  
  .tab-slider-btn.prev {
    left: 40%;
  }
  
  .tab-slider-btn.next {
    right: 40%;
  }
  
  .blog-1-img{
    width: 100%;
  }
  
}
@media (max-width: 576px) {
  .hero .carousel-caption-new{
   bottom:100px !important;
  }
  .carousel-control-next, .carousel-control-prev{
     }
  .warnig{
       min-height: 100%;
  }
   div#pills-tabContent {
    padding-top: 40px;
}
  .we-elevate-section{
    padding: 20px 0;
  }
  .we-elevate-text{
    background-position: 0;
  }
  .we-elevate-text-2{
    background-position: 0 center;
  }
  .journey-slider .journey-item img {
    width: auto;
    height: 80px;
  }
  .journey-slider .journey-item p{
    font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 8.67px;
  line-height: 13.55px;
  letter-spacing: 0%;
  
  }
  .journey-top .para-2{
    font-family: 'Futura Bk BT', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
  }
  .journey-top .year{
    font-size: 36px;
  }
  .journey-top .journey-titel,.section_title{
    font-size: 35px;
    line-height: 40px;
  }
  .journey-top .para{
    font-size: 14px;
    line-height: 30px;
    
  }
  
  .warn-title{
    font-size: 40px;
  }
  .warn-desc{
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
  }
  .journey-top .image_contnr{
    width: 100%;
  }
  
  .nav_wrapper {
    overflow: hidden;
    position: relative;
  }
  #new-pills-tab {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    will-change: transform;
  }

  #new-pills-tab .nav-item {
        flex: 0 0 50%;
        text-align: center;
  }
  .counter h3{
    font-size: 26px;
    line-height: 1.6;
    transform:none;
  }
  .counter img{
    width: 18px;
    display:none;
  }
  .counter h4{
    font-size: 15px;
    margin:0;
  }
  .why-choose h1{
    font-family: Mangro;
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0;
}
  .why-choose p{
    font-family: 'Futura Bk BT', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    
}
.btn-outline-light-custom{
  font-size: 13px;
  padding: 10px 20px;
}
.section-title{
  font-size: 32px;
  margin-bottom: 25px;
}
.global-section .subsection-title{
  font-size: 18px;
}
.global-section .card-para,.card-para-2{
  font-size: 14px;
  line-height: 26px;
}
.global-section .explore-btn{
  font-size: 14px;
  padding: 10px 20px;
}
.footer-title{
  font-size: 16px;
  line-height: 24px;
}
.hero .carousel-caption-new h1{
  font-size: 24px;
  }
  .footer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .footer-accordion.active .footer-content {
    max-height: 500px; /* Enough to show all items */
  }

  .footer-subtitle {
    cursor: pointer;
    position: relative;
  }

  .footer-subtitle::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: 800;
  }

  .footer-accordion.active .footer-subtitle::after {
    content: "-";
  }
  .right {
    height: 360px;
  }
  .right img{
    bottom: -70px;
  }
  .left img {
    width: 100px;
}
  .left p{
    margin: 15px;
  }
  .vision h2 {
    font-size: 30px;
  }
  .vision img{
    width: 140% !important;
    margin: auto;
    transform: translateX(-10%);
  }
  .video_bx{
    height: auto;
  }
  .journey{
    min-height: auto;
    background-position: 0 center;
    background-size: 100% 70%;
    padding: 30px 20px 0 20px;
    margin-top: 0;
  }
}

@media (max-width: 430px) {
    .we-elevate-text, .we-elevate-text-2 {
        font-size: 45px;
    }
}
@media (max-width: 400px) {
   .vision h2 {
    font-size: 25px;
  }
}