@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.navbar {
  background-color: #f52e4d;
  padding: 10px 20px;
}
.navbar .navbar-brand img {
  width: 200px;
}
.navbar .sas-logo-block img {
  width: 150px;
}
.navbar .navbar-toggler {
  border: 0;
}
.navbar .navbar-toggler:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler img {
  width: 44px;
}
.navbar .navbar-nav {
  padding: 50px 0;
}
.navbar .navbar-nav li {
  margin-bottom: 10px;
}
.navbar .navbar-nav li a {
  color: white;
  -webkit-text-decoration: navajowhite;
          text-decoration: navajowhite;
  font-weight: 600;
  font-size: 20px;
}
.navbar .navbar-nav li a:hover {
  color: #ffd8de;
}

.banner {
  padding-top: 72px;
}

.service-section {
  padding: 90px 0;
}
.service-section .title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.service-section .title span {
  color: #000;
  font-weight: 800;
  font-size: 35px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.service-section .title:after {
  position: absolute;
  content: "";
  width: 100%;
  background: #000;
  height: 1px;
  left: 0;
  top: 27px;
}
.service-section h4 {
  font-weight: 700;
  font-size: 18px;
}
.service-section h6 {
  font-weight: 600;
  font-size: 16px;
  color: #4b4b4b;
}
.service-section .item-block {
  text-align: center;
  padding: 0 15px;
}

.working-progress {
  padding: 90px 0;
}
.working-progress .title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.working-progress .title span {
  color: #000;
  font-weight: 800;
  font-size: 35px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.working-progress .title:after {
  position: absolute;
  content: "";
  width: 100%;
  background: #000;
  height: 1px;
  left: 0;
  top: 27px;
}
.working-progress .item {
  text-align: left;
}
.working-progress .item span {
  background: #ED1751;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: white;
  font-weight: 800;
  font-size: 23px;
  margin-bottom: 30px;
}
.working-progress .item h4 {
  font-size: 16px;
  font-weight: 800;
}

.design-portfolio {
  padding-bottom: 60px;
}
.design-portfolio .title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.design-portfolio .title span {
  color: #000;
  font-weight: 800;
  font-size: 35px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.design-portfolio .title:after {
  position: absolute;
  content: "";
  width: 100%;
  background: #000;
  height: 1px;
  left: 0;
  top: 27px;
}
.design-portfolio .nav-link {
  border-radius: 0;
  font-weight: 800;
  color: black;
  font-size: 15px;
  padding: 12px 40px;
}
.design-portfolio .nav-link.active {
  background: #f52e4d;
}

.client-section {
  background-color: #232020;
  padding: 100px 0;
  text-align: center;
}
.client-section .title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.client-section .title h4 {
  color: #fff;
  font-weight: 800;
  font-size: 35px;
  background: #232020;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.client-section .title:after {
  position: absolute;
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
  left: 0;
  top: 27px;
}

footer {
  padding: 50px 0;
  margin-top: 0;
  background: #ED1751;
  text-align: center;
}
footer h3 {
  font-size: 50px;
  color: white;
  margin-bottom: 20px;
  font-weight: 800;
}
footer h5 {
  font-size: 30px;
  color: white;
  margin-bottom: 30px;
  font-weight: 600;
}
footer p {
  color: white;
  font-size: 20px;
}
footer .phone {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
footer .phone span {
  margin: 0 20px;
}
footer .email {
  display: block;
}
footer .email a {
  color: white;
  font-size: 20px;
  margin: 0 10px;
  text-decoration: none;
}
footer .website {
  display: block;
}
footer .website a {
  color: white;
  font-size: 20px;
  margin: 0 10px;
  text-decoration: none;
}

.ftr-logo {
  margin: 30px 0;
}

.copy-right {
  color: white;
  font-size: 12px;
}

.about-section {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}
.about-section .title {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.about-section .title span {
  color: #000;
  font-weight: 800;
  font-size: 35px;
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.about-section .title:after {
  position: absolute;
  content: "";
  width: 100%;
  background: #000;
  height: 1px;
  left: 0;
  top: 27px;
}
.about-section p {
  padding: 0;
  font-size: 20px;
}

.navbar-collapse {
  position: absolute;
  right: 0px;
  background: rgb(245, 46, 77);
  width: 300px;
  top: 72px;
  padding: 30px;
  height: 100vh;
  right: -400px;
  -webkit-transition: all 0.5s ease-out;
}
.navbar-collapse.show {
  right: 0;
}

.about-section .item {
  text-align: center;
  margin-bottom: 50px;
  box-shadow: 0 10px 20px 8px rgba(31, 32, 34, 0.1019607843);
  padding: 40px;
  border-radius: 12px;
}
.about-section .item h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 5px 0;
}
.about-section .item span {
  font-size: 15px;
  color: #919191;
}
.about-section .item figure {
  width: 250px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  height: 250px;
}
.about-section .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .team {
  margin-top: 100px;
}

.design-portfolio figure {
  margin-bottom: 30px;
  box-shadow: 0 10px 20px 8px rgba(31, 32, 34, 0.1019607843);
  padding: 10px;
  border-radius: 12px;
}
.design-portfolio img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .banner img {
    width: 100%;
  }
  .logo-wrap img {
    width: 100%;
  }
  .sas-logo-block {
    display: none;
  }
  .service-section {
    padding: 0;
  }
  footer h3 {
    font-size: 35px;
  }
  footer h5 {
    font-size: 20px;
  }
  footer p {
    color: white;
    font-size: 16px;
  }
  footer .phone span {
    margin: 0 20px;
    display: block;
  }
}/*# sourceMappingURL=common.css.map */