 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #000;
  overflow-x: hidden;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

 
 
span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

header {
  padding: 60px 0;
}
.logo{
  text-align: center;
}
.logo img{
  width: 350px;
}
section{
  padding: 60px 0;
}

.container.counter {
  color: white;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter ul{
  height: 100%;
  padding-left: 0;
}

.counter li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.counter li span {
  display: block;
  font-size: 4.5rem;
}
/*======================================
	Footer CSS
========================================*/
.footer {
  
  position: relative;
  padding: 60px 0;
}

.footer .footer-top {
  background: #000;
}
 
.footer .single-footer.f-about {
  text-align: center;
}


.footer .single-footer.f-about p {
  color: #D2D6DC;
  font-size: 16px;
}

.footer .single-footer.f-about .social {
  margin-top: 14px;
  padding-left: 0;
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
}

 
.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}







/* Resposive Media Queries */

 
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
 
}