* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1350px;
}

@font-face {
  font-family: "lusitanabold";
  src: url("../fonts/lusitana-bold-webfont.woff2") format("woff2"),
    url("../fonts/lusitana-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lusitanaregular";
  src: url("../fonts/lusitana-regular-webfont.woff2") format("woff2"),
    url("../fonts/lusitana-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "lusitanaregular";
}
h1,
h2,
h3 {
  font-family: "lusitanabold";
}
:root {
  --hover-color: #002c31;
}

#home {
}
main .wrapper{
  display: flex;
  background: url(../images/spotlight.png);
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  background-blend-mode: darken;
  background-color: #00000040;
}
header {
  padding: 10px 0;
  background-color: #fff;
  display: flex;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 6px -1px, rgb(0 0 0 / 6%) 0px 2px 4px -1px;
}
header .wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo a {
  display: block;
  color: #000;
}
header .logo a img{
  display: block;
    width: 70px;
    height: 70px;
}
.sticky header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  /* padding: 0 150px; */
  background: #fff;
  left: 0;
  z-index: 66;
  animation: header 0.3s forwards;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@keyframes header {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
.mobile-menu {
  display: none;
}
header .bar {
  display: none;
}
.sticky header nav ul li a {
  color: #000;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin-right: 50px;
  transition: 0.3s ease;
  opacity: 0.6;
}
header nav ul li.active {
  opacity: 1;
}
header nav ul li:hover {
  transform: scale(1.06);
  opacity: 1;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
main {
  position: relative;
  /* padding-top: 25px; */
}
main .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .text-box {
  width: 80%;
}
main h3 {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 600;
}
main p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 50px;
}
main button {
  background: #007c8c;
  border-radius: 8px;
  width: 150px;
  height: 60px;
  transition: 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
main button span {
  color: #fff;
  visibility: hidden;
  left: 0;
  top: 50%;
  transition: 0.1s ease-in;
  display: inline-block;
  transform: translateX(-20px);
  font-size: 20px;
}
main button small {
  font-size: 18px;
  color: #fff;
  transition: 0.2s ease;
  display: inline-block;
  transform: translateX(-10px);
}
main button:hover small {
  transform: translateX(4px);
}
main button:hover {
  background: var(--hover-color);
}
main button:hover span {
  visibility: visible;
  transform: translateX(0);
  left: 50%;
}
main .bottom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .bottom-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #007c8cd1;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: pointer;
  margin-left: 5px;
  display: none;
}
main .bottom-box:hover {
  transform: scale(1.1) rotate(360deg);
}
main .bottom-box a {
  /* padding: 70px; */
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
/* main-end */

#provide {
  padding: 50px 0;
}
#provide .head h4 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 24px;
}
#provide .head p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  color: #585d5f;
}
.slider-item {
  width: 50%;
  margin-right: 40px;
}
#provide ul.category {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
#provide ul.category .services-slider li {
  text-align: center;
  background: #bfdee24d;
  height: 200px;
  width: 200px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  margin-right: 30px;
  transition: 0.3s ease;
  cursor: pointer;
}
#provide ul.category li a {
  display: block;
}
#provide ul.category li:hover {
  background: #007c8c40;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#provide ul.category li:hover span {
  transform: scale(1.03) translateY(-6px);
}
#provide ul.category li span {
  display: block;
  width: 90px;
  margin: 0 auto 20px;
  transition: 0.3s ease;
}
#provide ul.category li span img {
  width: 100%;
  display: block;
}
#provide ul.category li small {
  color: #000;
  font-size: 16px;
}
#provide .services .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

#provide ul {
  display: flex;
  justify-content: center;
}

#provide ul li {
  text-align: center;
  background: #bfdee24d;
  height: 200px;
  width: 200px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  margin-right: 30px;
  transition: 0.3s ease;
  cursor: pointer;
}
#provide ul li a {
  display: block;
}
#provide ul li span {
  display: block;
  transition: 0.3s ease;
}
#provide ul li small{
    font-size: 20px;
}
#provide ul li span img {
    margin: 0 auto 20px;
    width: 120px;
    height: 100px;
    object-fit: cover;
}
/* provide-ended */

#designs {
  padding: 50px 0;
  background-color: #007c8c0b;
}
#designs ul {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
}
#designs ul.slick-dots li{
  width: 40px;
}
#designs ul li {
  width: 40%;
  display: block;
  margin-right: 20px;
  border-radius: 8px;
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
#designs ul li:nth-child(3) {
  margin-top: -70px;
  margin-bottom: 0;
}
#designs ul li span {
  display: block;
  width: 95%;
  border-radius: 8px;
  overflow: hidden;
}
#designs ul li:hover .info {
  transform: translateY(-8px);
}
#designs ul li:hover img {
  transform: scale(1.1);
}
#designs ul li span img {
  width: 100%;
  display: block;
  transition: 0.5s ease;
}
#designs ul li .info {
  margin-top: -65px;
  padding: 0 0 0 20px;
  transition: 0.3s ease;
}
#designs ul li .info h5 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 16px;
}
#designs .box {
  display: flex;
  align-items: center;
}
#designs ul li .info p {
  color: #fff;
  font-size: 14px;
}
#designs .text-box {
  width: 80%;
}
#designs .text-box h3 {
  margin-bottom: 20px;
  font-size: 36px;
  width: 80%;
  line-height: 1.5em;
}
#designs .text-box p {
  color: #585d5f;
  font-size: 16px;
  line-height: 1.5em;
}
#designs .text-box a {
  display: inline-block;
  font-size: 16px;
  background: #007c8c;
  padding: 14px 20px;
  border-radius: 8px;
  color: #fff;
  margin-top: 20px;
  transition: 0.3s ease;
}
#designs .text-box a:hover {
  background: var(--hover-color);
}

/* service-end */

#services {
  padding: 50px 0;
}
#services .head {
  text-align: center;
  margin-bottom: 24px;
}
#services .head h3 {
  font-size: 36px;
  margin-bottom: 24px;
}
#services .head p {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 1.5em;
}
/* #services .container {
  padding: 50px 0;
} */
#services ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#services ul li {
  width: 48%;
  margin-right: 20px;
}
#services ul li .img-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
#services ul li .img-box:hover span {
  top: 50%;
}
.paging-nav {
  text-align: right;
  padding-top: 2px;
}

.paging-nav a {
  margin: auto 1px;
  text-decoration: none;
  display: inline-block;
  padding: 1px 7px;
  background: #91b9e6;
  color: white;
  border-radius: 3px;
}

.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}
#services ul li .img-box span {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.49);
  transition: 0.5s ease;
}
#services ul li:hover img {
  transform: scale(1.03);
}
/* #services ul li:nth-child(3) {
  margin-top: -120px;
}
#services ul li:nth-child(5) {
  margin-top: -70px;
} */
#services ul li:nth-child(2n) {
  margin-right: 0;
}
#services ul li .img-box img {
  display: block;
  width: 100%;
  transition: 0.3s ease;
  border-radius: 8px;
  height: 350px;
  object-fit: cover;
}
#services ul li .info {
  margin: 20px 0 30px 0;
}
#services ul li .info h4 {
  margin-bottom: 16px;
  font-size: 18px;
  color: #000;
}
#services ul li .info p {
  color: #7b7b7b;
  margin-top: 20px;
  line-height: 1.3em;
}
#services .pagination-icon {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
#services .pagination-icon span{
    font-size: 30px;
    margin-right: 40px;
    color: #007c8c;
    padding: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #007c8c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#services .pagination-icon span:last-child{
    margin-right: 0;
}

/* service-end */

#careers {
  padding: 50px 0;
  background-color: #007c8c0b;
}
#careers .head,
#members .head,
#about .head {
  text-align: center;
  margin-bottom: 55px;
}
#testimonials {
  text-align: center;
}
#careers .head h2,
#members .head h2,
#about .head h2,
#testimonials .head h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
#careers .head p,
#members .head p,
#about .head p {
  color: #7d7e7e;
  width: 70%;
  margin: 0 auto;
  line-height: 1.5em;
}
#careers .container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#careers .container ul li {
  background: #fff;
  width: 31%;
  padding: 24px 20px;
  border-radius: 8px;
  margin: 0 26px 26px 0;
  transition: 0.5s ease;
  cursor: pointer;
}
#careers .container ul li:nth-child(3n) {
  margin-right: 0;
}
#careers .container ul li:hover {
  transform: scale(1.03);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#careers .container ul li h5 {
  padding-bottom: 8px;
  border-bottom: 1px solid #008993;
  font-size: 18px;
  margin-bottom: 12px;
}
#careers .container ul li p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #7d7e7e;
}
#careers .container ul li span {
  font-size: 14px;
}
#members {
  padding: 50px 0;
}
#about {
  padding: 0 0 100px 0;
}
#members .container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#members .container ul li {
  display: block;
  width: 20%;
  margin: 0 20px 20px 0;
  border: 1px solid #b4b4b4;
  padding: 20px 40px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s ease;
  cursor: pointer;
}
#members .container ul li:nth-child(4n) {
  margin-right: 0;
}
#members .container ul li:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#members .container ul li .avatar {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}
#members .container ul li .avatar img {
  width: 100%;
  display: block;
}
#members .container ul li h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
#members .container ul li small {
  font-size: 14px;
  color: #7d7e7e;
  display: block;
  margin-bottom: 8px;
}
#members .container ul li .social span {
  cursor: pointer;
  width: 25px;
  display: inline-block;
}
#members .container ul li .social .wtsp{
  width: 19px;
  border-radius: 3px;
  position: relative;
    top: -2px;
}
#members .container ul li .social span:hover img {
  filter: grayscale(100%);
  transform: scale(1.06);
}
#members .container ul li .social span a {
  display: inline-block;
}
#members .container ul li .social span a img {
  width: 100%;
  display: block;
  transition: 0.3s ease;
}
/* members-end */
#about .container .items {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
#about .container .items .border-box {
  display: block;
  width: 300px;
  height: 430px;
  border: 3px solid #d7b149;
  position: absolute;
  border-radius: 8px;
  left: -50px;
  top: -45px;
  z-index: -1;
}
#about .container .items .image-box {
  width: 44%;
  position: relative;
  z-index: 10;
}
#about .container .items .border-box.right {
  left: 220px;
  top: -45px;
}
#about .container .items .image-box img {
  width: 100%;
  display: block;
}

#about .container .items .text-box {
  width: 60%;
}
#about .container .items .text-box.left {
  margin-right: 50px;
}
#about .container .items .text-box.right {
  margin-left: 50px;
}
#about .container .items .text-box h4 {
  font-size: 20px;
  margin-bottom: 32px;
}
#about .container .items .text-box p {
  color: #7d7e7e;
  font-size: 16px;
  line-height: 1.5em;
}
/* about-us */

#testimonials {
  padding: 50px 0;
  background: #007c8c0b;
}

#testimonials .container ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#testimonials .container ul li {
  padding: 20px;
  width: 30%;
  background: #fff;
  border-radius: 8px;
  margin-right: 20px;
  transition: 0.3s ease-in;
  cursor: pointer;
  border: 1px solid #585d5f;
}
#testimonials .container ul li:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#testimonials .container ul li:last-child {
  margin-right: 0;
}
#testimonials .container ul li .avatar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#testimonials .container ul li .avatar h2 {
  width: 80px;
}
#testimonials .container ul li .avatar h3 {
  font-size: 16px;
}
#testimonials .container ul li .avatar h2 img {
  width: 80px;
  display: block;
  height: 80px;
  border-radius: 6px;
  object-fit: cover;
}
#testimonials .container ul li .avatar .name-box {
  margin-left: 20px;
}

#testimonials .avatar span {
  width: 15px;
}
#testimonials .avatar span img {
  width: 100%;
  display: block;
}
#testimonials .container ul li p {
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
  color: #7d7e7e;
}
.slick-arrow {
  font-size: 34px;
  color: #007c8c;
  cursor: pointer;
}
.prev-arrow {
  margin-right: 40px;
}
.next-arrow {
  margin-left: 20px;
}

/* testimonial-end */

footer {
  background-color: #c28e02;
  padding: 60px 0 40px 0;
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
}
footer .logo-box h1 {
  /* width: 70px; */
  margin-bottom: 20px;
}
footer .logo-box h1 img {
    width: 100px;
    display: block;
    height: 100px;
}
footer .logo-box h2 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}
footer .logo-box ul {
  display: flex;
}
footer .logo-box ul li {
  width: 25px;
  margin-right: 16px;
  transition: 0.3s ease;
}
footer .logo-box ul li:last-child {
  margin-right: 0;
}
footer .logo-box ul li a {
  display: inline-block;
}
footer .logo-box ul li a img {
  width: 100%;
  display: block;
}
footer .logo-box ul li:hover {
  transform: scale(1.1);
  filter: invert(1);
}
footer .content-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
}
footer .content-box .item {
  margin-right: 80px;
}
footer .content-box .item.main {
  width: 24%;
}
footer .content-box .item:last-child {
  margin-right: 0;
}

footer .content-box .item h6 {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
footer .content-box .item li {
  margin-bottom: 8px;
}
footer .content-box .item li a:hover {
  color: #000;
}
footer .content-box .item li a {
  color: #fff;
  transition: 0.3s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
}
footer .content-box .item li a .icon {
  margin-right: 18px;
}
footer .content-box .item li a span {
  line-height: 1.5em;
  font-size: 14px;
}
footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #fff;
  margin-top: 50px;
  color: #fff;
}
footer .copyright a {
  color: #fff;
  font-weight: 600;
}
footer .copyright a:hover {
  color: #000;
}

/* pre-loader */
#loader {
  background: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  display: block;
  width: 100%;
  z-index: 88;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  touch-action: none;
}
#loader.active {
  transform: scale(3);
  opacity: 0;
  visibility: hidden;
}
#loader .content div.right {
  display: block;
  width: 120px;
  height: 120px;
  border: 4px solid #007c8c;
  border-top: 4px dashed #fff;
  border-bottom: 4px dashed #fff;
  border-radius: 50%;
  animation: right 2s forwards infinite;
  position: relative;
}
#loader .content div.right::after {
  content: "";
  width: 30px;
  height: 30px;
  border: 4px solid #fbed9d;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  animation: left 2s forwards infinite;
  border-radius: 50%;
}
@keyframes left {
  0% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* media queries */
@media all and (max-width: 1280px) {
  #careers .container ul li {
    width: 30%;
  }
  #members .container ul li {
    width: 23%;
  }
  #about .container .items {
    margin-bottom: 150px;
  }
  #about .container .items .border-box.right {
    left: 160px;
    top: -54px;
  }
  #about .container .items .border-box {
    height: 410px;
    top: -51px;
  }
}
@media all and (max-width: 1200px) {
  .sticky header {
    padding: 0 60px;
  }
  header nav ul li {
    margin-right: 40px;
  }
  header nav {
    display: none;
  }
  header .bar {
    display: block;
    width: 35px;
    z-index: 88;
  }
  header .bar span {
    display: block;
    width: 100%;
    background: #fff;
    height: 4px;
    border-radius: 30px;
    transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .active .bar span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .active .bar span:nth-child(2) {
    opacity: 0;
  }
  .active .bar span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  .active header .bar span {
    background: #007c8c;
  }
  .sticky header .bar span {
    background: #000;
  }
  .sticky.active header .bar span {
    background: #007c8c;
  }
  /* mobile-menu */
  .mobile-menu {
    display: block;
    width: 40%;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 44;
    transition: 0.5s ease;
  }
  .active .mobile-menu {
    right: 0;
  }
  .mobile-menu ul {
    text-align: left;
  }
  .mobile-menu ul li {
    margin-bottom: 30px;
  }
  .mobile-menu ul li a {
    text-transform: capitalize;
    color: #007c8c;
    font-size: 18px;
  }
  header .bar span:nth-child(2) {
    margin: 6px 0;
  }
  .overlay {
    display: block;
    width: 100%;
    height: 100vh;
    background: #01010187;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 22;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
  }
  .active .overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media all and (max-width: 980px) {
  main .text-box {
    width: 72%;
  }
  main h3 {
    font-size: 40px;
  }
  /* #designs {
    padding: 100px 80px;
  } */

  /* #designs .slider ul li {
    width: 46%;
  }
  .slider-item {
    width: 53%;
  } */
  /* #designs .text-box a {
    padding: 10px 20px;
  }
  #designs .slider ul li:last-child {
    margin-top: -20px;
  } */
  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  #services ul li:nth-child(3) {
    margin-top: 0;
  }
  #careers .container ul li {
    width: 40%;
  }
  #careers .container ul li:nth-child(2n) {
    margin-right: 0;
  }
  #careers .container ul li:nth-child(3n) {
    margin-right: 20px;
  }
  #careers .container ul li:last-child {
    margin-right: 0;
  }
  #careers .head,
  #members .head,
  #about .head,
  #testimonials {
    margin-bottom: 70px;
  }
  #members .container ul li {
    width: 30%;
  }
  #members .container ul li:nth-child(43n) {
    margin-right: 0;
  }
  #members .container ul li:nth-child(4n) {
    margin-right: 20px;
  }
  #services {
    padding-bottom: 50px;
  }
  #members,
  #about {
    padding-bottom: 50px;
  }
  #about {
    padding-top: 50px;
  }
  #about .container .items .image-box {
    width: 65%;
  }
  #about .container .items .border-box {
    height: 355px;
    width: 244px;
    top: -40px;
  }
  #about .container .items .border-box.right {
    top: -37px;
    left: 178px;
  }
  #about .container .items {
    margin-bottom: 125px;
  }
  #testimonials {
    padding-top: 70px;
    margin-bottom: 0;
  }
  footer .wrapper {
    flex-direction: column;
  }
  footer .logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 60px 0;
  }
  footer .content-box {
    justify-content: center;
  }
  footer .content-box {
    width: 100%;
  }
  footer .content-box .item h6 {
    margin-bottom: 12px;
    padding-bottom: 5x;
  }
  footer .content-box .item li {
    margin-bottom: 12px;
  }
  footer .content-box .item.main {
    width: 30%;
  }
  #careers .head h2,
  #members .head h2,
  #about .head h2,
  #testimonials h2 {
    font-size: 26px;
  }
  #testimonials .container ul {
    margin-top: 12px;
  }
}
@media all and (max-width: 860px) {
  main .text-box {
    width: 82%;
  }
  #provide ul.category {
    flex-wrap: wrap;
  }
  #provide ul.category li {
    margin-bottom: 20px;
    width: 212px;
  }
  #provide ul.category li:nth-child(2n) {
    margin-right: 0;
  }
  #designs .box {
    /* margin-bottom: 30px;
    flex-direction: column;
    margin-bottom: 50px; */
  }
  /* .slider-item {
    width: 65%;
    margin: 0 auto;
  }
  .slick-dots {
    left: 30px !important;
    bottom: -10px !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 70px !important;
  } */
  #services ul li .info p {
    margin-top: 12px;
  }
  #members .container ul li {
    width: 38%;
  }
  #about .container .items {
    flex-direction: column;
  }
  #about .container .items:nth-child(2) {
    flex-direction: column-reverse;
  }
  #about .container .items .image-box {
    margin-bottom: 60px;
  }
  #about .container .items .text-box {
    width: 100%;
  }
  #about .container .items .text-box.left {
    margin-right: 0;
  }
  #about .container .items .text-box.right {
    margin-left: 0;
  }
  #about .container .items .border-box {
    height: 125%;
    width: 255px;
    top: -21px;
    left: -34px;
  }
  #about .container .items {
    margin-bottom: 80px;
  }
  #about .container .items .text-box.left {
    margin-bottom: 70px;
  }
  #about .container .items .border-box.right {
    top: -20px;
    left: 222px;
  }
  #about .container .items.bottom {
    margin-bottom: 0;
  }
  #about .head {
    margin-bottom: 90px;
  }
  #about .container .items .text-box h4 {
    margin-top: 10px;
  }
  #about .container .items:nth-child(2) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  main .text-box {
    width: 90%;
  }
  .sticky header {
    height: 80px;
  }
  .sticky header .logo {
    width: 70px;
  }
  #provide {
    padding-bottom: 40px;
  }
  #designs,
  #careers {
    padding: 40px 0;
  }
  #careers .container ul li {
    width: 45%;
  }
  #about .container .items .border-box {
    top: -37px;
  }
  #about .container .items .border-box.right {
    top: -30px;
    left: 190px;
  }
  #testimonials .container ul li .avatar h2 {
    width: 55px;
  }
  footer .content-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .content-box .item {
    margin-bottom: 40px;
  }
  footer .content-box .item:last-child {
    margin-bottom: 0;
  }
  footer {
    padding-bottom: 20px;
  }
  .mobile-menu {
    width: 55%;
  }
  #designs .box {
    display: block;
  }
  #designs ul {
    width: 100%
  }
}
@media all and (max-width: 640px) {
  main h3 {
    font-size: 36px;
  }
  main .text-box {
    width: 98%;
  }
  main p {
    font-size: 16px;
  }
  main .bottom-box {
    width: 65px;
    height: 65px;
  }
  main .bottom-box {
    left: 45%;
  }
  .slick-dots {
    left: 0 !important;
  }
  #services ul li .info p {
    font-size: 16px;
  }
  #services ul li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  #services ul li:nth-child(5) {
    margin-top: 0;
  }
  #careers .container ul li {
    width: 63%;
    margin-right: 0;
  }
  #careers .head {
    margin-bottom: 20px;
    padding: 40px 0;
  }
  #careers .container ul li:nth-child(3n) {
    margin-right: 0;
  }
  #members .container ul li {
    width: 45%;
  }
  #about .container .items .image-box {
    width: 80%;
  }
  footer .copyright p {
    font-size: 14px;
  }
}
@media all and (max-width: 540px) {
  header .logo {
    width: 60px;
  }
  header .logo img {
    width: 100%;
    display: block;
  }
  .mobile-menu {
    width: 70%;
  }
  main h3 {
    font-size: 30px;
  }
  #provide .head h4 {
    font-size: 24px;
  }
  #provide .head p {
    font-size: 14px;
  }
  #provide ul.category li {
    margin-right: 0;
    width: 220px;
  }
  .slider-item {
    width: 70%;
  }
  #designs .text-box h3 {
    font-size: 22px;
  }
  #services .head h3 {
    font-size: 24px;
  }
  #careers .head h2,
  #members .head h2,
  #about .head h2,
  #testimonials h2 {
    font-size: 24px;
  }
  #careers .head p,
  #members .head p,
  #about .head p {
    width: 100%;
  }
  #members .container ul li {
    width: 70%;
  }
  #about .container .items .image-box {
    width: 100%;
  }
  #about .container .items .border-box {
    top: -26px;
  }
  #about .container .items .border-box.right {
    left: 200px;
  }
}
@media all and (max-width: 480px) {
  .sticky header {
    padding: 0 40px;
  }
  .mobile-menu {
    width: 100%;
  }
  main h3 {
    font-size: 28px;
  }
  #about .container .items .border-box {
    height: 345px;
    left: -30px;
  }
  #about .container .items .border-box.right {
    left: 157px;
  }
  footer .content-box .item.main {
    width: 55%;
    margin-right: 0;
  }
  #services ul li .img-box img.small-image {
    width: 100%;
    height: 100%;
  }
  .slider-item {
    width: 84%;
  }
  #designs .slider ul li .info {
    margin-top: -56px;
  }
  #designs .slider ul li .info h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #careers .container ul li {
    width: 100%;
  }
  #provide ul.category li {
    width: 80%;
  }
  #members .container ul li {
    width: 80%;
  }
  #testimonials .container ul li .avatar h3 {
    font-size: 14px;
  }
  #designs ul li {
      width: 100% !important;
  }
  #about .container .items .border-box {
    display: none;
  }
}
@media all and (max-width: 420px) {
  .slider-item {
    width: 90%;
    margin: 0 auto;
  }
  #members .head {
    margin-bottom: 50px;
  }
  #about .container .items .border-box {
    height: 300px;
    left: -20px;
  }
  .prev-arrow {
    margin-right: 15px;
  }
  .next-arrow {
    margin-left: 0;
  }
  #about .container .items .border-box.right {
    left: 100px;
  }
  footer .copyright p {
    font-size: 12px;
  }
}
@media all and (max-width: 360px) {
  #designs .text-box h3 {
    width: 90%;
  }
  main p {
    font-size: 14px;
  }
  #designs .text-box p,
  #services .head p,
  #careers .container ul li p,
  #about .container .items .text-box p {
    font-size: 14px;
  }
  #about .container .items .text-box h4 {
    margin-bottom: 16px;
  }
  #designs .text-box a {
    font-size: 14px;
  }
  #careers .head {
    margin-bottom: 0;
  }
  #careers .head h2,
  #members .head h2,
  #about .head h2,
  #testimonials h2 {
    font-size: 20px;
  }
  #careers .head p,
  #members .head p,
  #about .head p {
    font-size: 14px;
  }
  #services ul li .info p {
    font-size: 14px;
  }
  #designs .slider ul li .info p {
    font-size: 12px;
  }
  #designs .slider ul li .info h5 {
    font-size: 12px;
  }
  #about .container .items .border-box {
    height: 264px;
  }
  #careers .head h2,
  #members .head h2,
  #about .head h2,
  #testimonials .head h2 {
    font-size: 20px;
  }
  #about .container .items .border-box.right {
    left: 50px;
  }
  #designs .slider ul li .info {
    padding-left: 6px;
    margin-top: -46px;
  }
  .slick-arrow {
    font-size: 22px;
  }
  .slick-dots li {
    width: 30px !important;
    height: 2px !important;
  }
}
@media all and (max-width: 320px) {
  main h3 {
    font-size: 28px;
  }
  #members .container ul li {
    width: 100%;
  }
  #about .container .items .border-box {
    height: 250px;
  }
  #about .container .items .border-box.right {
    left: 19px;
  }
}
