@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

body{
  background-color: #fff;
}
.image{
  box-shadow: 0 5px 15px #2a2a2a;
  border-radius:10px;
}
.btnlm {
  width: auto;            
  height: 45px;             
  border-radius: 100px;    
  padding: 10px 22px 10px 22px;
  gap: 10px;               
  background-color: #003597; 
  color: white;            
  border: none;            
  font-size: 14px;         
  text-align: center;      
  display: inline-flex;    
  align-items: center;      
  justify-content: center; 
  cursor: pointer;     
  box-shadow: 0 5px 15px #2a2a2a;    

}
.btnlm:hover {
  background-color: #fff;
  color: #003597;  /* Darker background color on hover */
}
 /* Ensure the slider takes up full width and height of the screen */
 .home-slider .slider-item {
  position: relative;
  /*height: 100vh;*/ /* Full viewport height */
  width: 100%;   /* Full width */
  height: 540px !important; /* Full viewport height */
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Styling for the text overlay */
.home-slider .slider-text {

  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.home-slider .slider-text h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.home-slider .slider-text p {
  font-size: 18px;
}

/* Make the slider responsive */
@media (max-width: 768px) {
  .home-slider .slider-text h1 {
    font-size: 32px;
  }

  .home-slider .slider-text p {
    font-size: 16px;
  }
}
/* ......................./ */
.nav-link {
  position: relative; /* Allows pseudo-element positioning */
  text-decoration: none; /* Remove default underline */
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Adjust distance below the text */
  left: 0;
  width: 100%;/*---*/
  height: 2px; /* Thickness of the underline */
  background-color: #007bff; /* Underline color */
}

/* Optional hover effect */
.nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0056b3;
}
.navbar-brand img {
  height: 50px; /* Adjust logo height */
}
.navbar-nav .nav-link {
  font-size: 16px; /* Adjust font size */
  margin-left: 15px; /* Add spacing between links */
}
@media (max-width: 768px) {
  .navbar-nav {
    text-align: center; /* Center links in collapsed menu */
  }
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    color: white;
}

header .logo img {
    width: 180px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin: 0 15px;
}
a {
    text-decoration: none !important;
}
nav ul li a {
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 500px;
    
}

nav ul li a:hover {
    color: #363444;
}

.tophead {

    background-color: #003597;
}

.topheadp {
    color: #ffff;
    text-align: center;
    padding: 15px 15px;
}

/* ................... */
.iicontainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 40px 40px;*/
}

.image {
	display:flex;
    flex: 1;
    min-width: 300px;
}

.image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.content {
    flex: 2;
    min-width: 300px;
    max-width: 600px;
}

.content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.content p {
    font-size: 1rem;
    color: #333;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .image,
    .content {
        flex: 1;
        width: 100%;
    }

    .image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .content h2 {
        font-size: 1.5rem;
    }

    .content p {
        font-size: 0.9rem;
    }
}
/* ....................... */
.left-section {
    flex: 1;
    text-align: left;
}

.title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #223e6d;
}

.desc-cont {
    font-size: 16px;
    color: #666;
    position: absolute;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 650px;
}

.right-section {
    flex: 2;
}

.grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.rows:first-child {
    margin-top: 40px; 
}

.card {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card h3 {
    font-size: 18px;
    color: #223e6d;
    margin-bottom: 10px;
}

.card p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.icon {
    font-size: 40px;
    color: #1976d2;
    margin-bottom: 15px;
}
.centeredimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* .......................... */
.icard {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .icard img {
    width: 100%;
    /*height: 600px;*/
    display: block;
  }
  .icard-content {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  .icard-content h2 {
    margin: 15px;
    font-size:34px;
  }
  .icard-content button {
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 0.9rem;
    border: none;
    border-radius: 5px;
    background-color: #ff5722;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .icard-content button:hover {
    background-color: #e64a19;
  }
  /* Responsive adjustments */
  @media (max-width: 600px) {
    .icard {
      max-width: 100%;
    }
    .icard-content h2 {
      font-size: 1rem;
    }
    .icard-content button {
      font-size: 0.8rem;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Default margin for all screen sizes */
	
	/* For small screens (col-sm-12) */
	@media (max-width: 575px) {  
		.col-sm-12 .content_new{
			margin-top:50px !important;
		}
		.col-sm-12 .mission_col_1{
			margin-top:20px !important;
		}
		.col-sm-12 .desc-cont_new{
  
		}
		.subtitle{
			text-align:justify;
		}
		p.heading_main{
			text-align:justify !important;
			padding:0rem !important;
		}
		
	}

	/* For medium screens (col-md-6) */
	@media (min-width: 576px) and (max-width: 991px) {  
		
		.col-md-6 .content_new{
			margin-top:10px !important;
		}
		.col-md-6 .mission_col_1{
			margin-top:110px !important;
		}
		.col-md-4 .desc-cont_new{
			min-width: 180% !important;
			position: absolute;
			z-index: 1000;
			display: flex;
		}
		.subtitle{
			text-align:justify;
		}
		p.heading_main{
			text-align:center !important;
			padding:1rem !important;
		}
		
	}

	/* For large screens (col-lg-6) */
	@media (min-width: 992px) {  
		.col-lg-6 .content_new{
			margin-top:10px !important;
		}
		.col-lg-6 .mission_col_1 {
			margin-top:110px !important;
		}
		.col-lg-4 .desc-cont_new{
			min-width: 180% !important;
			position: absolute;
			z-index: 1000;
			display: flex;
		}
		p.heading_main{
			text-align:center !important;
			padding:1rem !important;
		}
		
	}
	
  /* ............ */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  .subtitle {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
  }
  
  /* Vision Section */
  .vision-section {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .vision-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
   
  }
  
  .vision-image {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
  }
  
  .vision-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .vision-text {
    flex: 1;
    max-width: 600px;
    text-align: left;
  }
  
  .vision-point {
    display: flex;
    align-items: start;
    margin-bottom:5px;
  }
  
  .vision-point img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
  }
  
  .vision-point h3 {
    font-size: 1.2rem;
    color: #007BFF;
    margin: 0;
  }
  
  .vision-point p {
    font-size: 0.9rem;
    color: #555;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .vision-content {
      flex-direction: column;
    }
  
    .vision-text {
      text-align: center;
    }
  
    .vision-point {
      text-align: left;
    }
  }
  /* ......... */

  .bocontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px;
  }
  .box:hover{
    background-color: #003597;
    color: #fff;
  }
  .box {
    width: 200px;
    height: 150px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #003597; /* Line on top */
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
  }
  
  @media (max-width: 768px) {
    .box {
      width: 100%;
    }
}
/* ..................footer.................... */

footer {
  background-color: #003597;
  color: #fff;
  padding: 20px 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 150px;
}

.footer-description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.footer-section {
  flex: 1;
  margin: 10px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #00bcd4;
}

.footer-contact p {
  margin: 5px 0;
}

.footer-contact a {
  color: #00bcd4;
  text-decoration: none;
}

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

@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
  }

  .footer-section {
      margin: 10px 0;
  }
}
.logo-item img{
 max-height: 150px;
}
.line{
  border: 0;
height: 2px;
background-color: #fff; 
margin: 30px 0; 
}
/* aboutus............... */


  /* Container for the image and text */
  .mainimage-container {
    position: relative;
    width: 100%;
    max-width: 1440px; /* Restrict maximum width */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center align the container */
  }

  /* Style the image */
  .mainimage-container img {
    width: 100%;
    height: 340px;
    display: block;
  }

  /* Style the text */
  .mainimage-container .text-overlay {
    position: absolute;
    top: 140px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 1440px; 
    max-width: 100%;
    height: 40px; 
    line-height: 40px; 
    text-align: center; 
    color: #ffffff; /* White text color */
    font-size: 50px;
    font-weight: 600;
    font-family: Arial, sans-serif;
  }

  .hedng{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
  }

  .goal {
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

 
.goal:nth-child(1) {
  animation-delay: 0s;
}
.goal:nth-child(2) {
  animation-delay: 0.2s;
}
.goal:nth-child(3) {
  animation-delay: 0.4s;
}

.goal-icon i {
  font-size: 3rem;
  animation: iconBounce 1.5s ease-in-out infinite;
}

.h3sty {
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #333;
}

.psty {
  font-size: 1rem;
  color: #666;
}

.dflx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}

allclr{
  color: #003597;
}

/* .....................market............... */
.marktimg1{
  width: 420px;
  height: 450px;
  top: 52px;
  left: 853px;
  border-top-left-radius: 231px;
  border-bottom-left-radius: 216px;
  border-bottom-right-radius: 218px;
}

.marktimg2{
  width: 420px;
  height: 450px;
  border-top-left-radius: 213px;
  border-bottom-left-radius: 216px;
  border-bottom-right-radius: 218px;
}
.api-card{
  position: absolute;
  top: 340px;
  left: 140px;
  background-color: #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.dots-img-right{
  position: absolute;
    left: 180px;
    z-index: -1;
}
.dots-img-left{
  position: absolute;
    left: 25px;
    z-index: -1;
}
/* ..........facilities......... */
.fac-hed{
  font-weight: 700;
  font-size: 35px;
}
.fac-mihed{
  font-weight: 700;
  font-size: 25px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .text-overlay{
    top: 30% !important;
    font-size:30px !important;
  }
  .mainimage-container img {
height: auto !important;
  }
  .hedng{
    font-size: 25px !important;
  }
  .api-card{
    left: 0px !important;
  }
  .dots-img-right{
    left: 0px !important;
  }
}
.owl-nav button{
	display:block;
}