@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}


@font-face {
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: "Poppins", sans-serif;
  /* background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat rgb(249,249,249); */
  color: #fff;
}
.menu {
  display: flex;
  justify-content: space-around;
  width: 500px;
  visibility: visible;
}
.toggle-navbar {
  visibility: hidden;
  display: none;
}

footer,
header,
.home-container,
.container,
.team {
  max-width: 1400px;
  margin: auto;
}
footer {
  padding: 150px 100px;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin-left: 0px;
  padding: 0px;
}
.logo {
  min-width: 200px;
  flex: 1;
}
header {
  position: sticky;
  padding: 0px 100px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
/* .loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('http://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397') 50% 50% no-repeat rgb(249,249,249);
} */
.welcome-image {
  background-image: url("../images/welcome-bg.jpg");
  position: sticky;
  background-size: cover;
}
.home-container {
  padding: 90px 100px;
  margin: auto auto 120px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 2;
}
li {
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.check-list li {
  margin-left: 1.8rem;
  font-size: 0.8rem;
}

.check-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: -7%;
  border-radius: 50%;
}
.overlay {
  position: absolute;
  background: #000000eb;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-title {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 40px;
  min-width: 320px;
}
.home-sub-title {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 15px;
}
.img-container {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.container {
  min-height: 350px;
  padding: 0px 100px 120px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.places {
  font-size: 3rem;
  font-weight: 600;
  width: 90%;
  text-align: center;
}
.places-sub-text {
  color: gray;
  font-size: 0.9rem;
  width: 50%;
  margin: 20px 0px;
}
.team-header {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 50px;
}
.team {
  text-align: center;
  padding: 100px;
}
.container-center {
  background: rgba(35, 35, 35, 0.65);
  padding: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.team-box {
  width: 240px;
  padding: 50px 0px;
  box-shadow: 0 0.313rem 0.875rem rgba(255, 255, 255, 0.15);
}
.team-name {
  margin-top: 10px;
  font-weight: 800;
  font-size: 1.2em;
}

.team-box:hover .team-name {
  color: gray;
}
.team-pro {
  margin-top: 7px;
  text-transform: UpperCase;
  font-size: 0.8em;
}
.footer-menu-container {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
}
.team-contact {
  margin-top: 25px;
}
.team-contact a {
  margin-right: 18px;
}
.fa-facebook,
.fa-linkedin,
.fa-twitter {
  background: #000;
  color: white;
}
.circle {
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 20px auto;
}
.d-flex-fd-column {
  display: flex;
  flex-direction: column;
}
.sub-text {
  font-size: 1.2rem;
  margin: 20px 0px;
}
.case-box {
  width: 250px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  min-height: 250px;
  padding-bottom: 20px;
}
.case-box img {
  margin-top: 10px;
}
.case-box:nth-child(even) {
  align-self: flex-end;
}
.case-box:nth-child(odd) {
  align-self: flex-start;
}
.box-title {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 24px;
  margin: 12px 0px;
}
.box-sub-title {
  font-size: 0.9rem;
  margin: 0px 5px;
}
.case-box:hover {
  box-shadow: 0 0.313rem 0.875rem rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(114, 48, 205, 0.96);
  transition: all 0.3s ease 0s;
  transform: translateY(-3px);
}
.title {
  font-weight: 600;
  font-size: 2rem;
}
.create {
  font-weight: 600;
  font-size: 3rem;
  margin-bottom: 30px;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.img-content {
  width: 350px;
}
.sidenav {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 0px;
  padding: 30px 0px;
  height: 100vh;
  z-index: 5;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav ul {
  margin-top: 80px;
}
.sidenav li {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.sidenav li a {
  color: #000;
}
.number {
  color: #f89900;
}
a {
  color: #fff;
}

@media all and (max-width: 990px) {
  .home-title {
    font-size: 1.8rem !important;
    line-height: 40px;
  }
  .home-sub-title {
    font-size: 1rem;
  }
  .title {
    font-size: 2rem;
  }
  .create {
    font-size: 2rem;
  }
  .thumb12-img {
    width: 350px;
    height: 300px;
  }
  .mainbanner {
    height: 490px;
  }
  .img-container {
    justify-content: flex-start;
  }
  .img-container img {
    margin-top: 20px;
  }
  header {
    padding: 0px 30px;
  }
  .menu {
    visibility: hidden;
    display: none;
  }
  .toggle-navbar {
    visibility: visible;
    display: block;
    transition: 0.1s;
  }

  .home-container {
    padding: 50px 30px;
  }
  .case-box {
    margin-bottom: 20px;
  }
  .container {
    padding: 0px 30px 120px 30px;
  }
  .thumb-image {
    height: 400px;
    width: 300px;
  }
  .container-center {
    padding: 50px 10px !important;
  }
  .img-container {
    justify-content: center;
  }
  .places {
    width: 100%;
    font-size: 2rem;
  }
  .places-sub-text {
    width: 100%;
  }
  .team-header {
    font-size: 2em;
  }
  .team-box {
    margin-bottom: 40px;
  }
  .team {
    padding: 100px 30px;
  }
  .team-container {
    justify-content: center;
  }
  footer {
    padding: 100px 30px !important;
  }
  .footer-menu-container {
    justify-content: flex-start;
    flex-direction: column;
  }
  .img-content {
    width: unset;
  }
}
