* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html ::-webkit-scrollbar {
  width: 0.55vw !important;
}
html ::-webkit-scrollbar-track {
  background-color: #00c6bf;
}

html ::-webkit-scrollbar-thumb {
  background-color: #19283f;
  border-radius: 15px;
  transition: 0.3s;
}

html ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
#Navbar {
  background-color: #19283f;
}
#Navbar .navdiv {
  position: relative;
  padding: 15px 0;
}
#Navbar .navdiv .logo {
  display: inline-block;
  margin-left: 8px;
}
#Navbar .navdiv #navbut {
  display: none;
  float: right;
  color: white;
  margin-right: 8px;
  margin-left: 12px;
  padding: 4px 0;
  cursor: pointer;
  transition: 0.8s ease-in-out;
}
#Navbar .navdiv #navbut span {
  display: block;
  margin: 4px 0;
  width: 30px;
  height: 5px;
  background-color: white;
  border-radius: 4px;
  transition: 0.5s;
}
#Navbar .navdiv .login-but {
  display: inline-block;
  float: right;
  color: #ffbe07;
  background-color: #ff3150;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 0.938rem;
  font-weight: 500;
  padding: 6px 28px;
  border-radius: 18px;
  transition: 0.3s;
}
#Navbar .navdiv .login-but:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#Navbar .navdiv .search-icon {
  display: inline-block;
  float: right;
  color: white;
  margin-right: 20px;
  font-size: 1.125rem;
  padding: 4px 0;
  color: #00c6bf;
  border-left: 1px solid #00c6bf;
  transition: 0.3s;
  cursor: pointer;
}
#Navbar .navdiv .search-icon i {
  padding-left: 15px;
}
#Navbar .navdiv .search-icon:hover {
  color: white;
}
#Navbar .navdiv ul {
  display: inline-block;
  list-style: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  float: right;
}
#Navbar .navdiv ul li {
  display: inline-block;
  margin-right: 12px;
  transform: scale(1);
  transition: 0.5s;
  padding: 3px 12px;
}
#Navbar .navdiv ul li a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #a8b9c0;
  transition: 0.3s;
}
#Navbar .navdiv ul li a:hover {
  color: #00c6bf;
}
#Navbar .navdiv ul .active a {
  color: #00c6bf;
}
#Navbar .navdiv ul li:hover {
  transform: scale(1.07);
}
#Navbar .nav-body {
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 15vh 0;
}
#Navbar .nav-body h1 {
  font-weight: 300;
  font-size: 3.125rem;
  color: white;
}
#Navbar .nav-body p {
  font-weight: 400;
  font-size: 0.938rem;
  color: white;
}
#Navbar .nav-body a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.938rem;
  color: #ffbe07;
  background-color: #ff3150;
  padding: 10px 38px;
  border-radius: 25px;
  text-transform: capitalize;
  transition: 0.3s;
}
#Navbar .nav-body a:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#services .service-head {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 5vh 0;
}
#services .service-head h1 {
  font-weight: 500;
  font-size: 2.25rem;
}
#services .service-head p {
  font-weight: 400;
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #a8b9c0;
}
#services .service-head span {
  display: inline-block;
  border: 0.5px solid #00c6bf;
  width: 120px;
}
#services .service-body .service-col-desing {
  padding: 5vh 0;
  text-align: center;
}
#services .service-body .service-col-desing .desing-up {
  position: relative;
  text-align: center;
}
#services .service-body .service-col-desing .desing-up .path {
  display: inline-block;
}
#services .service-body .service-col-desing .desing-up .path-icon {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 57%;
  left: 43%;
}
#services .service-body .service-col-desing h1 {
  margin-top: 3vh;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.313rem;
  font-weight: 500;
  color: #ffbe07;
}
#services .service-body .service-col-desing p {
  margin-top: 2vh;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  color: #a8b9c0;
}
#portfolio {
  background-color: #eff7fa;
  padding: 5vh 0;
}
#portfolio .portfolio-head {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 5vh 0;
}
#portfolio .portfolio-head h1 {
  font-weight: 500;
  font-size: 2.25rem;
}
#portfolio .portfolio-head p {
  font-weight: 400;
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #a8b9c0;
}
#portfolio .portfolio-head span {
  display: inline-block;
  border: 0.5px solid #00c6bf;
  width: 120px;
}
#portfolio .portfolio-body ul {
  display: block;
  list-style: none;
  text-align: center;
}
#portfolio .portfolio-body ul li {
  display: inline-block;
  margin: 5px;
  padding: 8px 20px;
  border-radius: 10px;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
  color: #a8b9c0;
  text-transform: capitalize;
}
#portfolio .portfolio-body ul li:hover {
  transform: scale(1.2);
  background-color: #ff3150;
  color: #ffbe07;
  cursor: pointer;
}
#portfolio .portfolio-body ul .active {
  background-color: #ff3150;
  color: #ffbe07;
}
#portfolio .portfolio-item {
  margin: 5vh 0;
}
#portfolio .portfolio-item .portfolio-item-desing {
  position: relative;
  margin: 2vh 0;
  height: 200px;
}
#portfolio .portfolio-item .portfolio-item-desing img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio .portfolio-item .portfolio-item-desing .abs-item {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #00c6bf;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  transition: 0.5s;
}
#portfolio .portfolio-item .portfolio-item-desing .abs-item h1 {
  font-size: 1.313rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-item-desing .abs-item h4 {
  font-size: 0.938rem;
  color: #1a2940;
}
#portfolio .portfolio-item .portfolio-item-desing:hover .abs-item {
  opacity: 0.9;
  cursor: pointer;
}
#portfolio .more {
  text-align: center;
  margin: 1vh 0;
}
#portfolio .more a {
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #ffbe07;
  background-color: #ff3150;
  padding: 7px 33px;
  border-radius: 15px;
  transition: 0.3s;
}
#portfolio .more a:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#about .about-head {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 5vh 0;
}
#about .about-head h1 {
  margin-top: 6vh;
  font-weight: 500;
  font-size: 2.25rem;
  text-transform: capitalize;
}
#about .about-head h4 {
  font-weight: 400;
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #a8b9c0;
}
#about .about-head span {
  display: inline-block;
  border: 0.5px solid #00c6bf;
  width: 140px;
}
#about .about-head p {
  margin-top: 3vh;
  padding: 0 24%;
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  color: #a8b9c0;
}
#about .about-body {
  font-family: "Roboto", sans-serif;
}
#about .about-body .about-body-left {
  margin-top: 4vh;
  padding: 0 5%;
  height: 100%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}
#about .about-body .about-body-left h1 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #1a2940;
  text-transform: capitalize;
}
#about .about-body .about-body-left p {
  height: 108px;
  overflow-y: hidden;
  font-size: 0.938rem;
  font-weight: 300;
  color: #a8b9c0;
}
#about .about-body .about-body-left .about-link a {
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 500;
  color: #ffbe07;
  background-color: #ff3150;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.3s;
}
#about .about-body .about-body-left .about-link a:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#about .about-body .about-body-right {
  margin-top: 4vh;
  height: 370px;
}
#about .about-body .about-body-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#team {
  background-color: #eff7fa;
  font-family: "Roboto", sans-serif;
  padding: 4vh;
}
#team .team-head {
  text-align: center;
  margin-top: 6vh;
}
#team .team-head h1 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #ffbe07;
}
#team .team-head p {
  font-size: 0.938rem;
  font-weight: 300;
  color: #a8b9c0;
}
#team .team-body .team-desing-item {
  text-align: center;
  padding: 1.5vh 2vh;
}
#team .team-body .team-desing-item .team-img-div {
  width: 100%;
  height: 275px;
}
#team .team-body .team-desing-item .team-img-div img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#team .team-body .team-desing-item h1 {
  font-size: 1.313rem;
  font-weight: 400;
  text-transform: capitalize;
  color: white;
  background-color: #00c6bf;
  padding: 2vh 0;
  margin: 0;
}
#team .team-body .team-desing-item p {
  font-size: 0.938rem;
  font-weight: 400;
  color: #a8b9c0;
  background-color: white;
  padding: 4vh 1.5vh;
}
#client .client-logo {
  display: flex;
  justify-content: space-around;
  padding: 6vh 0;
}
#client .client-logo a {
  text-decoration: none;
}
#client .client-logo a img {
  height: 36px;
  object-fit: contain;
}
#advertise {
  background-color: #19283f;
  text-align: center;
}
#advertise .project-now {
  font-family: "Roboto", sans-serif;
  padding: 7vw 0;
}
#advertise .project-now h1 {
  font-weight: 500;
  font-size: 2.25rem;
  text-transform: capitalize;
  color: white;
}
#advertise .project-now p {
  font-weight: 400;
  font-size: 0.938rem;
  color: #a8b9c0;
}
#advertise .project-now a {
  margin-top: 3vw;
  display: inline-block;
  font-weight: 500;
  font-size: 0.938rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffbe07;
  background-color: #ff3150;
  padding: 8px 36px;
  border-radius: 16px;
  transition: 0.3s;
}
#advertise .project-now a:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#blog {
  padding: 6.5vh 0;
}
#blog .blog-head {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5vh;
}
#blog .blog-head h1 {
  margin-top: 6vh;
  font-weight: 500;
  font-size: 2.25rem;
  text-transform: capitalize;
}
#blog .blog-head h4 {
  font-weight: 400;
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #a8b9c0;
}
#blog .blog-head span {
  display: inline-block;
  border: 0.5px solid #00c6bf;
  width: 140px;
}
#blog .blog-body .blog-body-item {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 2vw 0;
}
#blog .blog-body .blog-body-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#blog .blog-body .blog-body-item h6 {
  margin-top: 15px;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
}
#blog .blog-body .blog-body-item h3 {
  font-size: 1.313rem;
  color: #19283f;
  text-transform: capitalize;
}
#blog .blog-body .blog-body-link {
  text-align: center;
}
#blog .blog-body .blog-body-link a {
  margin-top: 5vh;
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.938rem;
  font-weight: 500;
  padding: 8px 36px;
  border-radius: 18px;
  color: #ffbe07;
  background-color: #ff3150;
  text-transform: uppercase;
  transition: 0.3s;
}
#blog .blog-body .blog-body-link a:hover {
  color: #ff3150;
  background-color: #ffbe07;
}
#newsletter {
  background-color: #ffc400;
  padding: 2vh 0;
  text-align: center;
}
#newsletter .newsletter-head {
  padding: 2vh 0;
}
#newsletter .newsletter-head h4 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.313rem;
  color: #19283f;
  margin: 0;
  line-height: 38px;
}
#newsletter .newsletter {
  padding: 2vh 0;
  font-family: "Roboto", sans-serif;
}
#newsletter .newsletter form {
  display: inline-block;
  width: 100%;
}
#newsletter .newsletter form input {
  color: white;
  font-size: 0.938rem;
  font-weight: 400;
  width: 64%;
  height: 38px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  padding-left: 10px;
}
#newsletter .newsletter form ::placeholder {
  color: white;
}
#newsletter .newsletter form button {
  margin-left: 3%;
  width: 30%;
  font-size: 0.938rem;
  font-weight: 500;
  color: #ffbe07;
  background-color: #19283f;
  height: 38px;
  border-radius: 15px;
  outline: none;
  border: none;
  transition: 0.3s;
}
#newsletter .newsletter form button:hover {
  color: green;
}
#newsletter .newsletter form button:focus {
  background-color: #00c6bf;
}
#fouter {
  background-color: #19283f;
  padding: 2vw 1.5vw;
}
#fouter .fouter-one {
  padding: 3vw 1.5vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
}
#fouter .fouter-one p {
  margin-top: 30px;
  text-align: justify;
  line-height: 2.2;
}
#fouter .fouter-one .loc-ser {
  display: block;
  margin-top: 55px;
}
#fouter .fouter-one .loc-ser span {
  color: #00c6bf;
}
#fouter .fouter-one .copyright {
  margin-top: 5px;
  display: block;
}
#fouter .fouter-one .copyright i {
  margin-right: 3px;
}
#fouter .fouter-one .copyright span {
  color: #ffbe07;
}
#fouter .fouter-two {
  padding: 3vw 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#fouter .fouter-two h2 {
  color: white;
  text-transform: capitalize;
  font-size: 0.938rem;
}
#fouter .fouter-two ul {
  list-style: none;
  padding: 0;
}
#fouter .fouter-two ul li {
  padding-bottom: 10px;
}
#fouter .fouter-two ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
  transition: 0.3s;
}
#fouter .fouter-two ul li a:hover {
  transform: translateX(6px) scale(1.1);
  color: white;
}
#fouter .fouter-third {
  padding: 3vw 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#fouter .fouter-third h2 {
  font-size: 0.938rem;
  color: white;
}
#fouter .fouter-third p {
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  color: #a8b9c0;
  line-height: 2.4;
}
#fouter .fouter-third .contact-mail {
  display: inline-block;
  color: white;
  font-size: clamp(0.6rem, 5vw, 0.75rem);
  text-decoration: none;
  padding: 8px 48px;
  background-color: #ff3150;
  border-radius: 15px;
  margin-top: 15px;
  transition: 0.3s;
}
#fouter .fouter-third .contact-mail:hover {
  color: #ff3150;
  background-color: white;
}
#fouter .fouter-third .social-div {
  margin-top: 30px;
}
#fouter .fouter-third .social-div a {
  display: inline-block;
  text-decoration: none;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  padding-top: 4px;
  margin-right: 5px;
}
#fouter .fouter-third .social-div a i {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#fouter .fouter-third .social-div .s-facebook {
  background-color: #347cd2;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-facebook:hover {
  color: #347cd2;
  background-color: white;
}
#fouter .fouter-third .social-div .s-twitter {
  background-color: #1ec4ff;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-twitter:hover {
  color: #1ec4ff;
  background-color: white;
}
#fouter .fouter-third .social-div .s-google {
  background-color: #ff4032;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-google:hover {
  color: #ff4032;
  background-color: white;
}
#fouter .fouter-third .social-div .s-dribble {
  background-color: #ff3298;
  transition: 0.3s;
}
#fouter .fouter-third .social-div .s-dribble:hover {
  color: #ff3298;
  background-color: white;
}
.loader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: white;
}
.loader .first {
  display: flex;
  width: 160px;
  height: 160px;
  background-color: transparent;
  animation: loading 0.6s infinite linear;
  border-radius: 50%;
  border: 15px solid grey;
  border-top: 15px solid #00c6bf;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  #Navbar .navdiv {
    position: relative;
  }
  #Navbar .navdiv ul {
    margin-top: 15px;
    position: absolute;
    left: -1000px;
    width: 100%;
    display: block;
    list-style: none;
    text-align: center;
    background-color: rgba(25, 40, 63, 0.95);
    padding: 15px;
    border-radius: 0 0px 24px 24px;
  }
  #Navbar .navdiv ul li {
    display: block;
    padding: 10px 15px;
  }
  #Navbar .navdiv .menu-responsive {
    left: 0;
  }
  #Navbar .navdiv .is-active span:nth-child(2) {
    opacity: 0;
  }
  #Navbar .navdiv .is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  #Navbar .navdiv .is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #Navbar .navdiv #navbut {
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  #Navbar .nav-body h1 {
    font-size: 2.1rem;
  }
  #Navbar .nav-body p {
    font-size: 0.7rem;
  }
  #Navbar .nav-body a {
    font-size: 0.7rem;
  }
  #client .client-logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 6vh 0;
  }
  #client .client-logo a {
    text-decoration: none;
    display: inline-block;
    padding: 3vh 0;
  }
  #advertise .project-now h1 {
    font-size: 1.8rem;
  }
  #advertise .project-now p {
    font-size: 0.8rem;
  }
  #advertise .project-now a {
    font-size: 0.8rem;
  }
  .loader .first {
    width: 100px;
    height: 100px;
    border: 12px solid grey;
    border-top: 12px solid #00c6bf;
  }
  #fouter .row {
    padding: 4vh 0;
  }
  #fouter .row .col-md-4:nth-child(1) {
    order: 2;
    text-align: center;
  }
  #fouter .row .col-md-4 {
    text-align: center;
  }
  #fouter .row .col-md-2 {
    text-align: center;
  }
}
