*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    font-family: "poppins",sans-serif;
}
a, a:hover{
    text-decoration: none;
}

/* ----- header css ------ */
.section1{
  background-color: rgb(75, 75, 75);
}
.section1 .top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px;
   
 /*   background-color: #191c3b; */
}
.top-bar span{
    color: #fff;
    /* margin-left: 80px; */
}

.top-bar ul{
    list-style: none;
    display: flex;
    /* margin-right: 95px; */
}
.top-bar li{
    margin: 0px 5px;
}

.top-bar a{
    color: #fff;

}

.top-bar a:hover{
    color: #FFBC13;

}

@media (max-width: 767px) {
  .top-bar span{
    color: #fff;
   /*  margin-left: 15px; */
   margin-left: 0px;
}

.top-bar ul{
  list-style: none;
  display: flex;
  /* margin-right: 15px; */
  margin-right: 0px;
}
}
/* --------- end top bar css ---------- */

/* nav{
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 20px;
    display: flex;
    align-items :center;
}



.logo img{
    width: 40px;
    margin-right: 10px;
}

nav a:hover{
    color: #ef4b3f;
}

.logo{
    flex: 1;
}
.logo a{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.logo a:hover{
    color: #fff;
}

.logo img{
    width: 400px;
    margin-right: 10px;
}

.menu{
    display: flex;
    align-items: center;
    list-style: none;
}
.menu li{
    padding: 15px 10px;
    font-size: 16px;
}
.toggle{
    font-size: 30px;
    display: none;
}
 */
/* ----------- navbar css ---------------- */
.navbar {
   /*  background-color: #f8f9fa; */
   background-color: #ffffff;
  
  
  }
  
  .navbar-brand {
    padding: 0;
  }
  
  .navbar-brand img {
    height: 80px;
    padding: 2px;
    /* margin-left: 90px; */
  }
  
  .navbar-toggler {
    border-color: rgba(0,0,0,0.1);
  }
  
  .navbar-nav {
    margin-left: auto;
   /*  margin-right: 100px; */
  }
  
  .nav-item {
    position: relative;
  }
  
  .nav-link {
    padding: 8px 15px;
    text-decoration: none ;
    color: black;

  }
  .nav-link a{
    text-decoration: none ;
    color: black;
    font-weight: bold;
  
  }
  .nav-item {
  margin-right: 6px;
  }
  .dropdown-menu {
    min-width: 150px;
  }

  .dropdown-menu {
    display: none; /* Hide the dropdown menu by default */
  }

   .nav-item:hover .dropdown-menu {
    display: block; /* Show the dropdown menu on hover */
    
   }
   .navbar-nav .nav-link:hover {
    /* background-color: gray; */
    background-color:#FFBC13 ;
}
   .nav-item:hover .dropdown-menu {
    color: #353535;
   }
  
  @media (max-width: 767px) {

 .navbar-brand img {
      height: 80px;
      padding: 2px;
      /* margin-left: 20px; */
      margin-left: 0px;
    }


    .navbar-nav {
      margin-left: 0;
      margin-top: 10px;
      text-align: center;
      margin-right: 0px;
      font-size: 18px;
    }
    
    .navbar-toggler {
     /*  margin-right: 10px; */
     margin-right: 0px;
    }
  }

@media screen and (max-width : 600px){
    nav{
        display: block;
        position: relative;
        padding :15px 20px;
    }

    .menu{
        margin-top:15px;
        display: none;

    }
    .menu.active, .toggle{
        display: block;
    }
    .toggle{
        position: absolute;
        top:15px;
        right: 20px;
    
    }
}
/*         ------------ end navbar ------------------         */
/* ------------------------ */

.carousel-item {
    position: relative;
  }
  
  .carousel-item img {
    object-fit: cover;
   /*  height: 90vh; */
   /* height: 60vh; */
    width: 100%;

  }
  
  /* .carousel-item .carousel-caption {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 40%;
    text-align: left;
    padding: 10px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  
  .carousel-caption h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-left: 20px;
  } */
  
  .carousel-caption p {
    font-size: 18px;
    margin-bottom: 0;
  }
  
  @media (max-width: 767px) {
    .carousel-item .carousel-caption {
      padding: 10px;
     /*  background-color: rgba(0, 0, 0, 0.8); */
    }
    
    .carousel-caption h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }
    
    .carousel-caption p {
      font-size: 16px;
      display: inline;
    }

    .carousel-item .carousel-caption {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 80%;
    text-align: left;
    padding: 10px;
  
    height: 60px;
 /*    background-color: rgba(0, 0, 0, 0.5); */
   /*  background-color: rgba(255, 255, 255, 0.5); */
    color: #fff;
  }
  }

/* ----------- end cuarosel----------------- */


/* -------------- section third------------------- */
.caption1 {
    background-image: url('4.jpeg');
    background-size: cover;
    background-position: center;
    transform: translate(-0%);
   
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #000000;
  } 
  

  /* ---------------------------- */
  
  .section {
    position: relative;
   /*  background-image: url('bg-2.png'); */
    background-image:url(img/sky-line-new..png);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px;
    text-align: left;
  }

  .section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }

  @media (max-width: 767px) {
    .section {
      padding: 30px;
    }
  }

  /* -------------- about section ------------------ */

/* ----------------------------- */
:root{
    --colorOne:#19456b;
    --colorTwo:#16c79a;
}

.center-vertical{
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
}
.about-us-section{
    width: 100%;
  /*   padding: calc(2% + 30px) 0px; */
  margin-bottom: 5px;
}
.about-us-section .img-head{
    position: relative;
    overflow: hidden;
}
.about-us-section .img-head img{
width: 100%;
/* height: 500px; */
transition: transform .3s;

}
/* .about-us-section .img-head:hover img{
    width: 100%;
    transform: scale(1.2);
    }
.about-us-section .img-head::after{
    content:"";
    width:100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, var(--colorOne), var(--colorTwo));
    position:absolute;
    left: 0;
    top: 0;
    opacity: .5;
} */
.about-us-section .text-head{
    font-size: 28px;
    color: var(--colorOne);
    text-align: center;
}
.about-us-section .break-small{
    width: 80px;
    height: 3px;
    background-color: var(--colorOne);
    text-align: center;
}
.about-us-section .text-para{
    font-size: 16px;
    color: #444;
}
.about-us-section .box{
  /*   background-color: var(--colorOne); */
    /* background-color: #5297FF; */
   /*  background-color:  #447AFF; */
    background-color: #5074C0 !important;
  
    color: white;
    text-align: center;
    padding: 20px 0px;
    position: relative;
    overflow: hidden;

}
.about-us-section .box i{
    font-size: 42px;
   }
.about-us-section .box h4{
 font-size: 14px;
}
.about-us-section .box p{
    font-size: 22px;
   }
   .about-us-section .box ::after,
   .about-us-section .box::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #fff5;
    border-radius: 50%;
    transition: transform .3s;
   }
   .about-us-section .box ::after{
    left: -50px;
    top:-50px;
   }

   .about-us-section .box::before{
    right: -50px;
    bottom: -50px;
   }

   .about-us-section .box:hover ::after,
   .about-us-section .box:hover ::before{
transform: scale(1.2);
   }

/* about btn */
.fill-button{
  position:absolute;
  left:50%;
  top:150%;
  transform: translate(-50%,-50%);
}

.abt-btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 5px 25px;
 /*  display: inline-block; */
 /*  margin: 15px 30px; */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.abt-btn {
  /* border: 3px solid red;
  color: red; */
  border: 3px solid black;
 /*  border: 3px solid #447AFF; */
 
  color: black;
}
.abt-btn:hover {
  color: #000;
  background-color: #FFBC13;
}
.abt-btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.abt-btn:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: red; */
  background: black;
}
.abt-btn:hover:after, .btn:active:after {
  width: 100%;
  
}

/*  end about btn */


/* --------------end about css--------------------- */

/* ----------------Product css---------------------- */


/* ---------------- end product css------------------- */
  /* --------------- footer ---------------------*/
.footer-bg {
 /*    background: url(../img/bg/footer-bg-yellow-4-new.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #191c3b; */
    background-color: rgb(75, 75, 75);
   /*  background-color: #383838; */
    /*background-size: 100% 100%;*/
	/* background-size: contain; */

}
.f-cta-area.gray-bg {
	background: #f4f4fe;
	border-top: 3px solid #c81912;
}
.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}
.footer-social span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	margin-right: 20px;
    margin-left: 35px;
    text-decoration: none;
}
.footer-social a {
	font-size: 16px;
	color: #ddd;
	margin-right: 15px;
	display: inline-block;
}
.footer-social a:hover{
  color: #fff
	;}
.f-widget-title h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
   /*  margin-left: 45px; */
	padding-bottom: 25px;
	position: relative;
}

.f-widget-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 60px;
    background: url('../img/bg/circle_right.png') no-repeat;
}
.footer-link ul li i {
    color: #FFBC13;
  /*  color: white; */
    margin-right: 1px;
    list-style-type: none;
    
    
}

.footer-link ul li a {
	color: #ddd;
	font-size: 14px;
	display: inline-block;
  text-decoration: none;
  
}
.footer-link ul li a:hover{
  padding-left: 5px;
  color: #FFBC13;
 /* color: #ffffff; */
}
.footer-link ul li {
	margin-bottom: 10px;
  list-style: none;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 7px;
}
.f-insta ul li a{display: block;position: relative;}
.f-insta ul li a::before {
	content: "\e035";
	font-family: "dripicons-v2" !important;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #c81912;
	transition: .3s;
	opacity: 0;
	z-index: 9;
}
.f-insta ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #c81912;
	opacity: 0;
	transition: .3s;
}
.f-insta ul li:hover a::before{top: 50%;opacity: 1;}
.f-insta ul li:hover a::after{opacity: .6;}
.copyright-text {
	border-top: 1px solid #313131;
	padding: 20px 0;
}
.copyright-text p {
	margin-bottom: 0;
	color: #ddd;
}

.f-contact i {
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(90deg, #FFBC13 0%, #f4cd6c 100%) 0% 0% no-repeat padding-box;
   /*  background: transparent linear-gradient(90deg, #000000 0%, #000000 100%) 0% 0% no-repeat padding-box; */
    line-height: 37px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
}
.f-contact span {
    float: left;
    color: #ddd;
    margin-left: 12px;
    margin-top: 7px;
}
.f-contact li {
    float: left;
    margin-bottom: 20px !important;
    width: 100%;
}
#contact-form4{
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    border-radius: 10px 0 0px 10px;
    padding: 23px 30px;
    border: none;
    width: 70%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0px 10px 10px 0;
}



/* ------------------------------------ */
/* .product-card {
  
    background-color: white;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.product-card:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.view-more-button {
    display: none;
    margin-top: 10px;
}

.product-card:hover .view-more-button {
    display: block;
}
.prod{
    text-align: center;
} */
/* .product{
    background-color: #191c3b;
} */



/* Custom styles */
/* home product section */
.product-card {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 20%;

 
}

/* .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
 
  background-image: url(img/home/product-home-page.jpg);
} */
 /* background-color: #447AFF; */
  /* background-color: #5074C0 !important; */

.product-card h5 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align:center;
}

.view-more-button{
  display: block;
  margin-top: 10px;
  border: 0px solid black;
  padding: 8px;
  width: fit-content;
  text-decoration: none;
  color: #000;
 text-align: center;
 margin-left: 35%;
 background-color:#5074C0;
 border-radius: 12px;
}
.view-more-button:hover{
  background-color: #FFBC13;
  color: #000;
  text-decoration: none;
}


/*   .product-card {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    background-color: #cbd6ed !important;
    background-image: url(img/home/product-home-page.jpg);
  } */

  .product-card {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /*   background-color: #cbd6ed !important; */
    /* background-image: url(img/home/product-home-page.jpg) !important; */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(img/home/product-home-page.jpg) !important;

}
  
  .product-card::after {
  
  background: rgba(2, 2, 2, 0.2);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  
  }


/* .product-card {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #5074C0 !important;

  background-image: url(img/home/contact-address.jpg);
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color:white;
   background-image: url(img/home/product-home-page.jpg);
} */




/* all product list */
