a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}

.gif-img {
  width: 500px;
}

.sec-pad {
  padding: 120px 0;
}
.sec-pad-top {
  padding-top: 120px;
}
.sec-pad-bottom {
  padding-bottom: 120px;
}

.sec-mar-top {
  margin-top: 120px;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #191a1c;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.line_wrap.layout2 {
  border-left: 1px solid rgba(246, 246, 246, 0.02);
}
.line_wrap.layout2 .line_item {
  border-right: 1px solid rgba(246, 246, 246, 0.02);
}

@-webkit-keyframes scroll1 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll1 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@-webkit-keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}
.breadcrumb-cnt {
  position: relative;
}

.breadcrumb-cnt h1 {
  font-size: 60px;
  font-weight: 700;
  color: #eeac00;
  text-transform: capitalize;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-cnt h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-cnt h1 {
    font-size: 30px;
  }
}

.breadcrumb-cnt span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb-cnt span a {
  display: inline-block;
  color: #eeac00;
}

.breadcrumb-cnt span i {
  margin: 0 5px;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 320px;
}

.cmn-btn a:hover,
.cmn-btn button:hover {
  background-color: #eeac00;
  border-color: #eeac00;
}
.cmn-btn button:hover,
.cmn-btn button:active,
.cmn-btn button:visited {
  background-color: #eeac00;
  border-color: #eeac00;
}
.cmn-btn .line-1 {
  position: absolute;
  right: 8px;
  top: 7px;
  z-index: 2;
}
.cmn-btn .line-1:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 25px;
  opacity: 0.1;
  right: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.cmn-btn .line-1:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 25px;
  opacity: 0.1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.cmn-btn .line-2 {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
}
.cmn-btn .line-2:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 25px;
  opacity: 0.1;
  right: 0;
  bottom: -2px;
}
.cmn-btn .line-2:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 25px;
  opacity: 0.1;
  left: 0;
}
.cmn-btn:hover .line-1:before {
  border: 1px solid #000;
  opacity: 0.5;
}
.cmn-btn:hover .line-1:after {
  border: 1px solid #000;
  opacity: 0.5;
}

header .main-nav ul li ul.sub-menu {
  position: static;
  min-width: 200px;
  background: 0 0;
  border: none;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  margin-top: 0 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
header .main-nav ul li ul.sub-menu li {
  padding: 0 !important;
}
header .main-nav ul li ul.sub-menu li a {
  padding: 12px 10px;
}
header .main-nav.slidenav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header .main-nav ul li .bi {
  display: block;
  top: 8px;
  right: 10px;
  font-size: 16px;
  color: #000;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 999999;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0.35) translate(-50%, -50%);
  transform: scale(0.35) translate(-50%, -50%);
  mix-blend-mode: exclusion;
  background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .header-area {
    padding: 20px 10px;
  }
}

.main-nav ul li a:hover {
  color: #eeac00;
}
.main-nav ul li i {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 14px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
.main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 200px;
  background-color: #fff;
  text-align: left;
  z-index: 9;
  -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.main-nav ul li ul.sub-menu > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.main-nav ul li ul.sub-menu > li:last-child {
  border: none;
}
.main-nav ul li ul.sub-menu > li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-nav ul li ul.sub-menu > li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(96.98deg, #eeac00 0%, #ff5f45 100%);
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
  z-index: -1;
}
.main-nav ul li ul.sub-menu > li a.active {
  font-weight: 500;
  color: #eeac00;
}
.main-nav ul li ul.sub-menu > li a:hover {
  color: #eeac00;
}
.main-nav ul li ul.sub-menu > li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.main-nav ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c {
  text-align: right;
}

.hero-area-xs {
  position: relative;
  height: 220px;
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
  background-color: #191a1c;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .hero-area .hero-img {
    display: none;
  }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-content.layout2 h1 {
  text-transform: capitalize;
}
.hero-content.layout2 h1 span {
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .hero-content h1 {
    font-size: 30px;
  }
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.cmn-btn.cmn-btn.layout-two a:hover {
  border: 1px solid #eeac00;
}

@media only screen and (max-width: 576px) {
  .vertical-media li a {
    font-size: 14px;
  }
}
.vertical-media li a:hover {
  color: #eeac00;
}
@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

.services-area .swiper-button-next:after,
.services-area .swiper-button-prev:after {
  font-size: 20px;
  height: 40px;
  min-width: 40px;
  color: #2a2a2a;
  border: 1px solid #2a2a2a;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.services-area .swiper-button-next:hover:after,
.services-area .swiper-button-prev:hover:after {
  color: #e4e4e4;
  background-color: #2a2a2a;
}

.single-service span {
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 700;
  font-size: 50px;
  -webkit-text-stroke: 2px #000;
  -webkit-text-fill-color: transparent;
  opacity: 0.07;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.single-service .read-btn {
  text-align: right;
}
.single-service .read-btn a {
  position: relative;
  font-weight: 400;
  font-size: 17px;
  color: #17161a;
  text-align: right;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service .read-btn a:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -3px;
  border: 0.8px solid #eeac00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0;
}
.single-service:hover {
  background-color: #0d0d0f;
}
.single-service:hover span {
  -webkit-text-stroke: 1px #eeac00;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.single-service:hover h4,
.single-service:hover p {
  color: #e4e4e4;
}
.single-service:hover .read-btn a {
  color: #e4e4e4;
}

.company-since h4 span {
  display: block;
  color: #eeac00;
}
.choose-banner2 {
  display: none;
}

.link-profile:hover {
  color: #fff;
  text-decoration: ine;
}

@media (max-width: 767px) {
  .banner-1:before {
    border-radius: 10px;
  }
}

.single-feature:hover {
  -webkit-transform: skewY(0deg);
  transform: skewY(0deg);
}
.single-feature:hover .feature-inner {
  -webkit-transform: skewY(0deg);
  transform: skewY(0deg);
}

.isotope-menu {
  text-align: center;
  list-style: none;
  margin-bottom: 40px;
}
.isotope-menu li {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #e4e4e4;
  cursor: pointer;
  background: #191a1c;
  -webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, 0.15);
  box-shadow: inset 0 0 10px rgba(6, 6, 6, 0.15);
  border-radius: 10px;
  padding: 15px 20px;
  margin: 10px 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotope-menu li.active {
  color: #191a1c;
  background-color: #eeac00;
}
.isotope-menu li:hover {
  color: #191a1c;
  background-color: #eeac00;
}

.single-item .item-inner-cnt .view-btn {
  text-align: right;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-item .item-inner-cnt .view-btn a {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #e4e4e4;
  display: inline-block;
  text-transform: capitalize;
}
.single-item .item-inner-cnt .view-btn a:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -3px;
  border: 0.8px solid #eeac00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0;
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0;
}
.single-item:hover .item-inner-cnt .view-btn {
  margin-top: 20px;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.testimonial-area .swiper-button-next:after,
.testimonial-area .swiper-button-prev:after {
  font-size: 20px;
  height: 40px;
  min-width: 40px;
  color: #e4e4e4;
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-area .swiper-button-next:hover:after,
.testimonial-area .swiper-button-prev:hover:after {
  color: #000;
  border: none;
  background-color: #eeac00;
}

.swiper.testimonial-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper.services-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 15px;
  width: 15px;
  border: 0.8px solid #eeac00;
  opacity: 1;
}
.swiper.services-slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.swiper.services-slider
  .swiper-pagination
  .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 5px;
  width: 5px;
  background-color: #eeac00;
  border-radius: 50%;
  -webkit-transform: translate(-62%, -42%);
  transform: translate(-62%, -42%);
}
.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 15px;
  width: 15px;
  border: 0.8px solid #eeac00;
  opacity: 1;
}
.swiper.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.swiper.testimonial-slider
  .swiper-pagination
  .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 5px;
  width: 5px;
  background-color: #eeac00;
  border-radius: 50%;
  -webkit-transform: translate(-62%, -42%);
  transform: translate(-62%, -42%);
}

.swiper.team-slider .swiper-pagination {
  bottom: -5px !important;
}
.swiper.team-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 15px;
  width: 15px;
  border: 0.8px solid #eeac00;
  opacity: 1;
}
.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 5px;
  width: 5px;
  background-color: #eeac00;
  border-radius: 50%;
  -webkit-transform: translate(-62%, -42%);
  transform: translate(-62%, -42%);
}
.single-team:hover .member-img:before {
  visibility: visible;
  opacity: 0.8;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-team:hover .member-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-team:hover .member-img svg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.single-team:hover .member-img .team-social {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-team:hover .team-inner {
  background-color: #191a1c;
}
.single-team:hover .team-inner h4 {
  color: #e4e4e4;
}
.single-team:hover .team-inner span {
  color: #eeac00;
}

.member-img .team-social li a:hover {
  background-color: #eeac00;
  color: #0f1012;
}

.single-blog .blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.single-blog .blog-thumb a img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog .blog-thumb .tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
.single-blog .blog-thumb .tag a {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #0f1012;
  background-color: #eeac00;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog .blog-thumb .tag a:hover {
  background-color: #fff;
  color: #eeac00;
}
.single-blog .blog-inner {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
}
.single-blog .blog-inner h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.single-blog .blog-inner h4 a {
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  text-transform: capitalize;
  color: #17161a;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-blog .blog-inner h4 a:hover {
  color: #eeac00;
}
.single-blog .blog-inner .author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-blog .blog-inner .author-date a {
  font-weight: 500;
  font-size: 17px;
  text-transform: capitalize;
  color: #5f6062;
  display: inline-block;
}
.single-blog .blog-inner .author-date a.cmnt {
  display: none;
}
.single-blog:hover .blog-thumb a img {
  -webkit-transform: scale(1.1) skewY(5deg);
  transform: scale(1.1) skewY(5deg);
}

footer.error {
  padding-top: 0;
  margin-top: 0;
}

.social-media-icons li a:hover {
  color: #0f1012;
  background-color: #eeac00;
}

.footer-menu li a:hover {
  color: #eeac00;
  padding-left: 15px;
}
.footer-menu li a:hover:before {
  left: 0;
  visibility: visible;
  opacity: 1;
}

.phone a:hover,
.email a:hover {
  color: #eeac00;
}

.footer-bottom .copy-txt span {
  font-size: 13px;
  color: #e4e4e4;
}
.footer-bottom .copy-txt span a {
  font-weight: 700;
  color: #e4e4e4;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-bottom .copy-txt span a:hover {
  color: #eeac00;
}

.footer-bottom .footer-bottom-menu li {
  display: inline-block;
}
.footer-bottom .footer-bottom-menu li a {
  position: relative;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #e4e4e4;
  padding: 0 20px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 576px) {
  .footer-bottom .footer-bottom-menu li a {
    padding: 0;
    padding-right: 10px;
  }
}
.footer-bottom .footer-bottom-menu li a:before {
  border-right: 1px solid #fff;
  position: absolute;
  content: "";
  height: 60%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
@media only screen and (max-width: 576px) {
  .footer-bottom .footer-bottom-menu li a:before {
    display: none;
  }
}
.footer-bottom .footer-bottom-menu li a:hover {
  color: #eeac00;
}
.footer-bottom .footer-bottom-menu li:last-child a:before {
  display: none;
}
.contact-area {
  margin: 80px 0;
}
.contact-left {
  margin-bottom: 50px;
}
.social-follow {
  list-style: none;
}
.social-follow li {
  display: inline-block;
}
.social-follow li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #17161a;
  font-size: 14px;
  border-radius: 10px;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-follow li a:hover {
  background-color: #eeac00;
}
.informations {
  margin-top: 50px;
}
.single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.single-info:last-child {
  margin-bottom: 0;
}
.single-info .icon {
  min-width: 100px;
}
.single-info .icon i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  background-color: rgba(23, 22, 26, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-info:hover .icon i {
  color: #eeac00;
  background-color: rgba(117, 218, 180, 0.1);
}
.info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #17161a;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.info p {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}
.info a {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info a:hover {
  color: #eeac00;
}
.mapouter .gmap_canvas iframe {
  height: 320px;
  width: 100%;
}
.getin-touch {
  margin-top: 80px;
}
.getin-touch .contact-form h3 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #17161a;
  margin-bottom: 50px;
}
.getin-touch .contact-form form input,
.getin-touch .contact-form form textarea {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.getin-touch .contact-form form input[type="submit"],
.getin-touch .contact-form form textarea[type="submit"] {
  background-color: #17161a;
  border-radius: 30px;
  max-width: 180px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border: none;
  margin: 0;
}
.getin-touch .contact-form form textarea {
  height: 150px;
  padding: 15px;
  resize: none;
}
.getin-touch .call-banner {
  display: none;
}
.getin-touch .call-banner img {
  width: 100%;
}
.back-to-home {
  background-image: url(../img/error-bg.webp);
  background-size: cover;
  background-position: top left;
  padding: 80px 0;
}
.error-wrapper {
  text-align: center;
}
.error-wrapper img {
  max-width: 100%;
  margin-bottom: 50px;
}
.error-wrapper h3 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 20px;
}
.error-wrapper p {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #272727;
  max-width: 675px;
  margin: 0 auto;
}
.error-wrapper .home-btn {
  margin-top: 25px;
}
.error-wrapper .home-btn a {
  display: inline-block;
  background-color: #eeac00;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  min-width: 180px;
  padding: 15px 30px;
  border: 2px solid #eeac00;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.error-wrapper .home-btn a:hover {
  border: 2px solid #eeac00;
  background-color: transparent;
}
.error-wrapper .home-btn a i {
  margin-right: 5px;
}
.sidebar-tab {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  padding: 40px;
  margin-top: 40px;
}
.sidebar-tab:first-child {
  margin: 0;
}
.tabs p {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #17161a;
}
.tab-link.active {
  color: #eeac00;
}
.questions-form h4 {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #17161a;
  margin-bottom: 30px;
}
.questions-form form input,
.questions-form form textarea {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
  border: #ffdead;
  margin-bottom: 20px;
  padding: 0 10px;
  font-size: 14px;
  color: #272727;
}
.questions-form form input[type="submit"],
.questions-form form textarea[type="submit"] {
  background-color: #eeac00;
  max-width: 160px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 20px;
  border: 2px solid #eeac00;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.questions-form form input[type="submit"]:hover,
.questions-form form textarea[type="submit"]:hover {
  color: #000;
  background-color: transparent;
  border: 2px solid #eeac00;
}
.questions-form form textarea {
  height: 145px;
  resize: none;
  padding: 10px;
}
.services-grid {
  margin: 80px 0;
}
.service-details {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .project-details {
    margin-top: 80px;
  }
}
.swiper.work-process-slide .arrow {
  display: none;
}
.swiper.work-process-slide .arrow .swiper-button-next-c,
.swiper.work-process-slide .arrow .swiper-button-prev-c {
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #eeac00;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.swiper.work-process-slide .arrow .swiper-button-next-c:hover,
.swiper.work-process-slide .arrow .swiper-button-prev-c:hover {
  color: #fff;
  background-color: #eeac00;
}
.swiper.work-process-slide .arrow .swiper-button-prev-c {
  position: absolute;
  right: 70px;
  top: 0;
  left: auto;
}
.working-process {
  margin-top: 20px;
}
.working-process h4 {
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #17161a;
  margin-bottom: 30px;
}
.working-process p {
  font-size: 15px;
  text-align: justify;
  margin-top: 30px;
}
.work-thumb {
  position: relative;
}
.work-thumb img {
  width: 100%;
}
.label {
  position: absolute;
  top: 0;
}
.label span {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  background-color: #17161a;
  padding: 5px 20px;
  display: inline-block;
}
.check-lunch h4 {
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #17161a;
  margin: 25px 0 20px;
}
.check-lunch p {
  text-align: justify;
  font-size: 15px;
}
.check {
  list-style: none;
  margin-bottom: 20px;
}
.check li {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: #17161a;
}
.check li:last-child {
  margin: 0;
}
.check li i {
  margin-right: 10px;
}
.project-slider {
  position: relative;
  margin-top: 80px;
}
.project-slider h4 {
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  color: #17161a;
  margin-bottom: 50px;
}
.project-slider .arrow {
  display: none;
}
.project-slider .arrow .swiper-button-next-c,
.project-slider .arrow .swiper-button-prev-c {
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #eeac00;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.project-slider .arrow .swiper-button-next-c:hover,
.project-slider .arrow .swiper-button-prev-c:hover {
  color: #fff;
  background-color: #eeac00;
}
.project-slider .arrow .swiper-button-prev-c {
  position: absolute;
  right: 70px;
  top: 0;
  left: auto;
}
.client-box {
  margin-bottom: 20px;
}
.client-box:last-child {
  margin: 0;
}
.client-box span {
  position: relative;
  font-size: 15px;
  display: inline-block;
  color: #272727;
  margin-bottom: 5px;
  padding-left: 25px;
}
.client-box span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-color: #eeac00;
  border-radius: 50%;
}
.client-box span:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 1;
}
.client-box h5 {
  font-weight: 600;
  font-size: 20px;
  color: #17161a;
  margin: 0;
}
.contact-info h3 {
  font-weight: 600;
  font-size: 30px;
  color: #17161a;
  margin-bottom: 20px;
}
.contact-info p {
  font-size: 15px;
}
.cmpy-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.cmpy-info .icon {
  min-width: 60px;
}
.cmpy-info .icon i {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  background-color: rgba(23, 22, 26, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cmpy-info .cnt h5 {
  font-size: 20px;
  font-weight: 600;
  color: #17161a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cmpy-info .cnt p {
  font-size: 14px;
  font-weight: 500;
  color: #272727;
}
.cmpy-info .cnt a {
  font-size: 14px;
  font-weight: 500;
  color: #272727;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cmpy-info .cnt a:hover {
  color: #eeac00;
}
.cmpy-info:hover .icon i {
  color: #eeac00;
  background-color: rgba(117, 218, 180, 0.1);
}
.why-choose {
  margin: 80px 0;
}
.why-choose-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}
.why-choose-right .sec-title.layout2 {
  margin-bottom: 30px;
}
.years {
  background-color: #17161a;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 20px;
}
.years h5 {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #eeac00;
  margin-bottom: 5px;
}
.years span {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.counter-boxes {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.counter-boxes .count-box {
  min-width: 33.33%;
  margin-right: 0;
}
.counter-boxes .count-box:last-child {
  margin-right: 0;
}
.counter-boxes .count-box span {
  font-weight: 700;
  font-size: 35px;
  color: #eeac00;
  display: inline-block;
  margin-bottom: 5px;
}
.counter-boxes .count-box sup {
  top: -10px;
  font-weight: 700;
  font-size: 35px;
  color: #eeac00;
  display: inline-block;
  margin-bottom: 5px;
}
.counter-boxes .count-box h5 {
  font-weight: 500;
  font-size: 18px;
  color: #272727;
  margin: 0;
}
.buttons-group {
  margin-top: 40px;
  display: block;
  text-align: center;
  gap: 30px;
}
.buttons-group p {
  background-color: #eeac00;
  border: 1px solid #eeac00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #0f1012;
  padding: 12px 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 15px;
}
.buttons-group p:hover {
  color: #eeac00;
  border: 1px solid #eeac00;
  background-color: transparent;
}
.circle {
  display: none;
}
.w-40 {
  width: 26px;
  height: 26px;
}
.w-40 img {
  width: 100%;
  height: 100%;
}
