@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

@media only screen and (max-width: 600px) {
  html {
    width: 100% !important;
  }
  .second_slide
  {
      display: none;
  }
/*  img {*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  animation: scroll 60s linear infinite;*/
/*}*/
.slide-track {
    width: 100%;
    display: inline-flex;
    gap: 6px !important;
    overflow: hidden;
}
.slider {
    margin-top: 20px;
    background-color: rgb(247, 210, 49);
    padding: unset !important;
    visibility: visible;
}

}

@media only screen and (max-width: 2000px) {
  body {
    width: 100%;
  }

  html {
    width: 100%;
  }
}

body {
  background-color: rgb(247 210 49 / 61%);
  font-family: 'Oswald', sans-serif;
}

.navbar {
  background-color: rgb(0, 0, 0) !important;
  width: 100%;
  box-shadow: 0px 1px 1px #f6d030;
  position: fixed;
}

.navbar-brand img {
  align-items: center !important;
  height: 60px;
  width: 120px;
}

.navbar-collapse a:hover {
  color: white !important;
  border-bottom: 1px solid white;
}

.navbar-collapse a {
  font-size: 18px !important;
  color: rgb(247, 210, 49) !important;
  text-decoration: none !important;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media only screen and (max-width: 800px) {
  .nav-item a {
    display: flex !important;
  }

  .header {
    width: 100%;
  }

  body {
    width: 100% !important;
    position: relative;
  }

}

/*banner*/
.banner {
  text-align: center;
  height: 400px;
  width: 100%;
  /* background-color: rgb(245, 245, 220); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/dipscar.jpg);
  background-size: cover;
}

.headline {
  padding-top: 140px;
}

/* .headline-text
 {
  padding: 40px 40px 40px 40px;
 } */
.headline h2 {
  font-size: 50px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 400;
  padding-top: 5%;
  letter-spacing: 1px;
}

.headline p {
  text-align: center;
  font-weight: 500;
  font-size: medium;
  font-family: 'Oswald', sans-serif;
}

/*end of banner*/
/*about us*/
.about {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.about-img1 span {
  cursor: pointer;
}

.about-img1 {
  float: right;
  width: 100%;
  display: flex;
  justify-content: end;
}

.about-img2 img {
  border-radius: 10px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.about-text h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

.about-text p {
  margin-top: 1rem;
  text-align: justify;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  height:220px;
  overflow:scroll;
  overflow-x:overlay;
}

.about-text a {
  color: rgb(0, 0, 0);
  width: 120px;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
}

.know-more {
  text-align: end;
  margin-top: 2rem;
}

.know-more a {
  font-family: 'Oswald', sans-serif;
  color: rgb(0, 0, 0);
  padding-top: .5rem;
}

.know-more a:hover {
  color: white;
}

.know-more button {
  border-radius: 20px;
  padding: .5rem;
  background-color: #fff;
}

.know-more button:hover {
  background-color: rgb(250, 250, 35);

}

.popup-box {
  border-radius: 15px;
  margin-bottom: 2rem;
  border: 1px solid black;
  background-color: rgb(233, 211, 12);
}

@media only screen and (max-width: 600px) {
  .about-text a {
    text-align: center;
  }
  .item img{
    width: 90px !important;
    height: 100px !important;
}

  .know-more button:hover {
    background-color: cadetblue;
  }

  .know-more a {
    color: white;
  }

  .about-text p {
    margin-top: 1rem;
    text-align: justify;
  }

  .popup-box span {
    position: absolute;
    float: right !important;
    vertical-align: super;
  }

  .popup-box .about-img2 img {
    width: 100%;
  }

  .about-img img {
    width: 100%;
  }

  .fa-bars:before {
    content: "\f0c9";
    color: white;
  }

  /* niteen media query */
  .headline h2 {
    font-size: 30px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 400;
    padding-top: 15%;
    letter-spacing: 1px;
  }

  .know-more {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .fa-bars:before {
    content: "\f0c9";
    color: white;
  }

  .about-img img {
    width: 100%;
  }

  .about-img1 {
    float: right;
    width: 100%;
    display: flex;
    justify-content: end;
  }
}

/*end of aboutus*/
/*products*/


#products h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

.product h4 {
  text-align: center;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  margin-top: .5rem;
}

.product a {
  text-decoration: none;
}

.product h4:hover {
  color: cadetblue;
}

#products {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 800px) {
  .product img {
    width: 100%;
    height: 350px;
  }

  .product h4 {
    text-align: center;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    margin-top: .5rem;
  }

}

/*end of products*/
/*counterup*/
.counter {
  font-weight: bold;
  background-image:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(images/counterbg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Oswald', sans-serif;

}
section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
  color: #fff;
}

.stats {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  padding: 20px 20px 20px 20px;
}
.stats h6
{
  padding-top: 2px;
}

.main_counter
{
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
}

/*end of counter*/
/*service provider*/
.slider h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

.slide img {
  width: 100px;
  height: 100px;
  animation: scroll 10s linear infinite;
}

.slide-track {
  width: 100%;
  display: inline-flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin-top: 20px;
  background-color: rgb(247, 210, 49);
  padding: 2em 2em;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-800%)
  }
}

@media (max-width:800px) {
  .slider h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
  }

  .slide img {
    width: 100px;
    height: 100px;
    animation: scroll 10s linear infinite;
  }

  .slide-track {
    width: 100%;
    display: inline-flex;
    gap: 3em;
    overflow: hidden;
  }

  .slider {
    margin-top: 20px;
    background-color: rgb(247, 210, 49);
    padding: 2em 2em;
    visibility: visible;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translatex(-800%)
    }
  }
}

/*end of provider*/
/*import*/
.import h2 {
 
  margin-bottom: 2rem;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
.import{
    padding: 2rem 0rem;
}

/*end of import*/
ul {
  margin: 0px;
  padding: 0px;
}

/* footer section */
.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #f7d231;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

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

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  letter-spacing: 1px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #f7d231;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #f7d231;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #f7d231;
  padding: 13px 20px;
  border: 1px solid #f7d231;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #f7d231;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #f7d231;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* end */
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed {
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }

}

.hide {
  display: none;
}

.close {
  display: contents;
}

.close {
  cursor: pointer;
  padding: .5rem;
}
.footer-text a
{
    color: #838787;
    font-size: 15px;
}
.footer-text a:hover
{
    color: #f6d130;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.item img{
    width: 150px;
    height: 150px;
}
/*end of footer*/
/* END OF HOME PAGE */
/* END END END END END END END*/