@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

.bg {
  background-color: #fafafa;
  font-family: 'Poppins', sans-serif;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a, a:hover {
  text-decoration: none !important;
}

a:hover {
  color: #1d5fdb !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  font-weight: 400;
}

 /*  Custom Scroll Bar */

 ::-webkit-scrollbar {
   width: 0.625rem;
 }

 ::-webkit-scrollbar-track {
   background-color: #fff;
 }

 ::-webkit-scrollbar-thumb {
   background-color: #1d5fdb;
 }

 /*Headers*/

 h1 {
   font-size: 3rem;
   font-weight:  700;
   margin-bottom: 3rem;
   color:  #0c0f12;
   font-family: 'lato', sans-serif;
   letter-spacing: 1px;
 }

 h2 {
   margin-bottom: 20px;
   color:  #0c0f12;
   font-family: 'lato', sans-serif;
   font-weight: 900 !important;
 }

 .sub-heading {
  color: #0e46af;

 }


 
 /* paragraph */

 p {
   font-size: 1rem;
   font-weight: 400;
   color: #303536;
   line-height: 1.75rem;
   letter-spacing: 1px;
   font-family: 'Poppins', sans-serif;
   text-align: justify;
 }

/*Button Code*/

 .main-btn {
   display: inline-block;
   line-height: 1.5625rem;
   background-color: #1d5fdb;
   color: white;
   border: 0.1875rem solid #1d5fdb;
   font-weight: 600;
   text-transform: capitalize;
   box-shadow: 0 2px 10px -1px rgb(0 0 0 /19%);
   -webkit-transition: all .4s ease-out 0s;
   transition: all .4s ease-out 0s;
   padding: 7px 15px;
 }
 
  .main-btn a {
    text-decoration: none;
    color: #fff;
  }

    .main-btn:hover a {
      color: #1d5fdb;
    }

 .white-btn {
   display: inline-block;
   line-height: 1.5625rem;
   background-color: #fff;
   border: 0.1875rem solid #fff;
   font-weight: 600;
   text-transform: capitalize;
   box-shadow: 0 2px 10px -1px rgb(0 0 0 /19%);
   transition: all .4s ease-out;

 }

 .main-btn:hover {
   background-color: #fff;
   border: 0.1875rem solid #fff;
   color: #1d5fdb !important;
 }

 .white-btn:hover {
   background-color: transparent;
   color: #1d5fdb;
   border: #1d5fdb;
 }

 /*==== contact info section =====*/

 .contact-info {
  background-color: #eceaea;
  color: aliceblue;
  padding: 5px 0;
 }
 .contact-info a {
  color: #1d5fdb;
  font-weight: 500;
 }

 
/*======Navbar======*/
.navbar {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  transition: .5s;
  z-index: 10; 
  margin: 0;
  padding: 0 !important; 
  background-color: transparent;  
}

header nav .navbar-toggler-icon {
color: #111;
}

header nav  ul {
padding: 10px 20px 15px;
background-color: transparent;
/* background-color: rgba(255,255,255,0.9);   */
}

header nav  ul  li  a {
color: #303536 !important;
text-transform: capitalize !important;
}

header nav.black{ 
background-color: rgb(255,255,255);
  height: 80px;   
  z-index: 10;
  box-shadow: 0 6px 24px -4px rgb(12 15 18 / 8%), 0 4px 12px -6px rgb(12 15 18 / 8%);
}

header nav .logo {
 margin: 0;
 
}

header nav .logo img{
  height: 80px;
  transition: .5s;
  padding: 10px 0;
}
header nav.black .logo img{
  height: 70px;
}

header nav  ul  li{
  list-style: none;
}
header nav  ul  li  a:hover{
color:  #1d5fdb !important;
}


header nav  ul  li.active a {
 color: #1d5fdb !important;
}

header nav  ul  li a:focus {
 color: #1d5fdb !important;
}

header nav .collapse ul  li  a {
  color: #54575a;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; /*for capitalisation of letters */
  padding: 10px 0;
  transition: .5s;
  line-height: 1.3;
}
header nav.black  .collapse  ul  li  a {
  color: #555a5a;
  line-height: 1.5;
  text-align: left;
}

header nav .dropdown .dropdown-menu  {
background: rgba(255,255,255,0.9);
z-index: 15;
}

header nav .dropdown:hover .dropdown-menu {
display: block;
}

header nav .dropdown .dropdown-menu a {
 color: #555a5a;
}

.social i{
  color: #004aa1;
  font-size: 22px;
  padding: 5px;
}

.social{
  text-align: end;
}
/*-==== hero section =====*/
.hero {
  background-image: url(../img/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.6);
  height: 80vh;
  width: 100%;
}

.hero .hero-text {
  padding-top: 7%;
}

.hero-text h1 {
 color: aliceblue;;
 font-weight: 700 !important;
}

.hero-end .card1 {
  background-color: #151417;
  height: 130px;
  width: auto;
}

.hero-end .card2 {
  background-image: url(../img/home/curve_box.png);
  background-size: cover;
  background-color: #0e46af;
  margin-top: -8%;
  padding: 6% 3%;
  margin-bottom: -5%;
}

.hero-end .card2 h4 {
  text-transform: uppercase;
  color: #fff;
}

.hero-end .card2 p{
  color: #dadada;
}

.hero-end .card1 p {
  color: #dadada;
  margin-top: 6%;
}

/*====== about=====*/

#about {
  margin-top: 10%;
  margin-bottom: 5%;
}

#about .abt-bg {
  background-color: #1d5fdb;
  margin-right: -50px;
  padding-right: 60px;
  padding-bottom: 60px;
}

/*departments*/

#dept {
  padding: 5% 0;
  background-image: url(../img/curve_overlay_big.png);
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.85);
}

#dept span {
  color: aliceblue;
}

#dept .d-card {
  margin-top: 30px;
}

/*====== info =====*/

#info {
  margin: 5% 0 0;

}

#info .bg {
  background-image: url(../img/info-bg.png);
  background-size: cover;
  background-position: left;
  padding: 5% 0;
}

.bg-1 {
  background-color: #fff;
  padding-left: 40px;
  padding-bottom: 30px;
  
}

#info .i-card {
  background-color: #fff;
  border: 1px solid #eceaea;
  padding: 20px 10px;
  margin-top: 20px;
  width: 99%;
  text-align: left;
}

#info .i-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#info .i-card i {
  font-size: 50px;
  color: #0e46af;
  margin: auto;
}

/*===== COUNTERS ====*/

#counters {
  padding: 3% 0;
  margin-bottom: 5%;
  background-color: #151417;
}

#counters .c-card {
  background-color: #39383B;
  padding: 10% 0;
}

#counters .c-card h2 {
  font-weight: 800;
  color: #fff;
}

#counters .c-card h6 {
  color: azure;
}


/*testimonials*/

.testimonial {
	padding: 60px 0;
}

.testimonial span {
  font-size: 1rem;
   font-weight: 400;
   color: #303536;
   line-height: 1.75rem;
   letter-spacing: 1px;
   font-family: 'Poppins', sans-serif;
   margin-bottom: 30px;
}

.single-box {
  margin-top: 40px;
	border: 1px solid #0e46af;
	padding: 30px 30px 30px;
	border-radius: 10px;
	background: #fff;
}

.img-area {
	margin: 45px 0 20px;
}

.single-box img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto
}
.single-box h4 {
	font-weight: 500;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.single-box {
	overflow: hidden
}
.single-box .img-area {
	width: 30%;
	float: left;
	margin: 0
}
.single-box .content {
	width: 100%;

}
.single-box p {
	margin: 10px 0 25px;
	line-height: 2.3;
}
.testi-carousel-three .single-box {
	border: 0;
	padding: 0 50px;
}
.testi-carousel .owl-dots, .clients-carousel .owl-dots, .testi-carousel-three .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.testi-carousel .owl-dot, .clients-carousel .owl-dot, .testi-carousel-three .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #ddd;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
.testi-carousel .owl-dot.active, .clients-carousel .owl-dot.active, .testi-carousel-three .owl-dot.active {
	background-color: #0e46af;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
	.testimonial {
		padding: 70px 0 130px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.testimonial {
		padding: 70px 0 130px;
	}
	.single-box {
		padding: 50px 0 40px;
	}
	.single-box .img-area {
		width: 100%;
		float: none;
	}
	.single-box .content {
		width: 100%;
		float: none;
	}
}


/*====== Banner ====*/
#banner {
  margin: 5% 0 0;
  padding: 5% 0;
  background-image: url(../img/home/hero-bg.webp);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.85);
}

#banner h6 {
  letter-spacing: 1px;
  font-weight: 600;
  color: #dadada;
}

#banner h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}

#banner h2 i {
  border-bottom: 2px solid #1d5fdb;
}

#banner span {
  color: #e8e9e8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}


/*========== footer==========*/
.footer{
  background-image: url("../img/home/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  width:100%;
  height:auto;
  padding:6% 0 5% 0;

}
.footer a{
  text-decoration: none;
  color:white;
}
.footer ul li a{
  color:white;
  text-decoration: none!important;

}
.footer ul li{
  list-style-type: none;
  margin: 10px 0; 
}
.footer ul li:hover a{
  color:#004aa1;
}
.footer ul li i{
  font-size: large!important;
  color:#008fd5;
}
.bottom-footer i{
color:white!important;
background-color: #555c63!important;
border-radius: 50%;
padding:10px;
margin: 0 5px;
font-size: 15px;
}
.bottom-footer i:hover{
color:white;
background-color: #008fd5 !important;
}

.footer .contact {
  width: 80%;
  margin: auto;
  margin-top: -30px;
  margin-top: auto;
  background-color: #09192c;
}

.footer .contact h4 {
  margin-bottom: 20px;
}



/*====== copyright ======*/
.copyright p {
  color: #e8e9e8;
}

.copyright {
  background-blend-mode:darken;
  background-color: #09192c;
}

/* end footer section*/



/*==============================
        Sub Hero Section
================================*/

.sub-hero {
  background-image: url(../img/about-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  padding-top: 5%;
  background-blend-mode: darken;
  background-color: rgba(0,0,0,0.7);
}

/*==============================
         About page 
================================*/

#aboutus {
  padding: 10% 0;
  background-image: url(../img/about/work-overlay.png);
  background-size: cover;
}

/*===== mission-vision =====*/

#mission {
  padding: 7% 0 0;
 background-image: url(../img/about/about_why_overlay.png);
 background-color: rgba(0,0,0,0.9);
}

#mission h5 {
  color: #a3c6ff;
  font-weight: 700;
  letter-spacing: 1px;
}

#mission .m-card {
  background-color: #fafafa;
  padding: 40px;
  width: 90%;
  margin: auto;
  margin-bottom: -10%;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 /19%);
}

/*=== blank ===*/

#skills {
  margin: 10% 0;
}


/* products section start  */





/* clients css */

   
        .page-header {
            background-color: #002b5c;
            color: white !important;
            padding: 40px 0;
            text-align: center !important;
        }
        .client-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 3px 6px rgba(0,0,0,0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.2s;
        }
        .client-card:hover {
            transform: translateY(-5px);
        }
        .client-logo {
            max-width: 120px;
            height: auto;
            margin-bottom: 15px;
        }
        .share {
            font-weight: bold;
            color: #002b5c;
            text-align: center;
        }



        /* Products section */
        .products-section {
    padding: 40px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
}

.section-subtitle {
    text-align: center;
    color: #777;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card h3 {
    font-size: 1.3rem;
    margin: 15px;
    color: #222;
}

.product-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0 15px 15px;
}