@charset "UTF-8";
/* --- Variables --- */
body {
  font-family: "Sen", sans-serif;
}

.container-max {
  width: 90%;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  min-width: 150px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 15px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  letter-spacing: 0.5px;
  border: 0;
  background-color: #c8e63e;
  border: 1px solid #c8e63e;
  display: flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  justify-content: space-between;
  align-items: center;
}
.theme-btn:after {
  content: "";
  width: 100px;
  height: 500px;
  position: absolute;
  right: 0;
  top: -50px;
  transform: rotate(15deg);
  background-color: #fff;
  opacity: 0.1;
  z-index: 2;
}
.theme-btn:hover {
  color: #c8e63e;
  background: #000;
}
.theme-btn.outline-btn {
  border: 2px solid #000;
  background-color: transparent;
}
.theme-btn.outline-btn:hover {
  color: #000;
  background-color: #c8e63e;
}

.readmore-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  align-items: center;
}

:focus, button:focus {
  outline: 0px dotted;
  outline: -webkit-focus-ring-color auto 0px;
  outline: 0px auto -webkit-focus-ring-;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

/* --- Preloader --- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#status {
  display: flex;
  align-items: center;
  justify-content: center;
}
#status .preloader__logo {
  width: 60px;
  height: auto;
  animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}
/* --- Common Classes --- */
:focus, button:focus {
  outline: 0px;
  outline: none;
  outline: none;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
}

.readmore_link {
  color: #c8e63e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  display: inline-block;
  font-family: "Raleway", sans-serif;
}
.readmore_link .fas {
  color: #474747;
  font-size: 16px;
  margin-right: 4px;
}
.readmore_link:hover {
  color: #000;
}

.section_title {
  font-size: 35px;
  line-height: 1.384;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.title_caption {
  color: #131847;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin: 5px 0 45px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
}
.title_caption:before {
  width: 40px;
  height: 1px;
  display: inline-block;
  margin: 0 20px 4px 0;
  background-color: #c8e63e;
  content: "";
}

.leftNav {
  width: 32px;
  height: 35px;
  margin-left: 10px;
  display: inline-block;
  background: url(../images/leftNav.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.leftNav:hover {
  background: url(../images/leftNavC.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.rightNav {
  width: 32px;
  height: 35px;
  display: inline-block;
  background: url(../images/rightNav.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.rightNav:hover {
  background: url(../images/rightNavC.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.bg_overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5294117647);
  position: absolute;
}

#breadcrum {
  background: #c8e63e;
}
#breadcrum ul {
  margin: 0;
  padding: 0;
}
#breadcrum ul li {
  list-style: none;
  margin: 30px 0;
  display: inline-block;
}
#breadcrum ul li a, #breadcrum ul li span {
  color: #fff;
  font-size: 16px;
  font-family: "Sen", sans-serif;
  text-decoration: underline;
}
#breadcrum ul li.separator {
  width: 10px;
  height: 1px;
  background: #fff;
  float: none;
  margin: 0 9px 3px;
}

.hero_banners {
  height: 350px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.site-header {
  background: #000;
  padding: 0;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
.site-header__brand {
  flex-shrink: 0;
}
.site-header__brand img {
  height: 32px;
  width: auto;
}
.site-header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 36px;
}
.site-header__nav ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
  transition: color 0.3s ease;
  text-decoration: none;
}
.site-header__nav ul li a:hover, .site-header__nav ul li a.active {
  color: #c8e63e;
}
.site-header__cta {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
  padding: 10px 28px;
  border: 2px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.site-header__cta:hover {
  background: #fff;
  color: #1a1a1a;
}
.site-header .theme-btn {
  width: 150px;
  padding: 7.5px 10px;
}

.mobile_menu_toggle {
  display: none;
}

#getStartedPanel {
  background: #000;
  color: #fff;
  width: 420px;
  border: 0;
}
#getStartedPanel .offcanvas-header {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#getStartedPanel .offcanvas-brand img {
  height: 28px;
  width: auto;
}
#getStartedPanel .offcanvas-close {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}
#getStartedPanel .offcanvas-close:hover {
  color: #c8e63e;
}
#getStartedPanel .offcanvas-body {
  padding: 10px 30px 30px;
}
#getStartedPanel .offcanvas-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px;
  font-family: "Raleway", sans-serif;
}
#getStartedPanel .offcanvas-body p {
  font-size: 14px;
  font-weight: 300;
  color: #ccc;
  margin: 0 0 25px;
}
#getStartedPanel .offcanvas-form .form-group {
  margin-bottom: 15px;
}
#getStartedPanel .offcanvas-form input, #getStartedPanel .offcanvas-form textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  font-family: "Sen", sans-serif;
  transition: border-color 0.3s ease;
}
#getStartedPanel .offcanvas-form input::-moz-placeholder, #getStartedPanel .offcanvas-form textarea::-moz-placeholder {
  color: #666;
}
#getStartedPanel .offcanvas-form input::placeholder, #getStartedPanel .offcanvas-form textarea::placeholder {
  color: #666;
}
#getStartedPanel .offcanvas-form input:focus, #getStartedPanel .offcanvas-form textarea:focus {
  outline: none;
  border-color: #c8e63e;
}
#getStartedPanel .offcanvas-form textarea {
  resize: vertical;
}
#getStartedPanel .offcanvas-form .theme-btn {
  width: 100%;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
}
#getStartedPanel .offcanvas-contact {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #333;
}
#getStartedPanel .offcanvas-contact p {
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px;
}
#getStartedPanel .offcanvas-contact p .fas {
  color: #c8e63e;
  margin-right: 10px;
  width: 16px;
}

.site-footer {
  color: #000;
  position: relative;
  background: #c8e63e;
}
.site-footer .newsletter-section {
  padding: 50px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .newsletter-section .newsletter-content .newsletter-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-header i {
  font-size: 24px;
  color: #000;
}
.site-footer .newsletter-section .newsletter-content .newsletter-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #c8e63e;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form {
  display: flex;
  gap: 15px;
  max-width: 700px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input {
  flex: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 8px;
  padding: 14px 20px;
  color: #000;
  font-size: 14px;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .form-input:focus {
  outline: none;
  border-color: #c8e63e;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .theme-btn {
  width: 85px;
  height: 55px;
  border: none;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #c8e63e;
}
.site-footer .newsletter-section .newsletter-content .newsletter-form .theme-btn i {
  font-size: 28px;
}
.site-footer .footer-main {
  padding: 60px 0px 40px;
}
.site-footer .footer-main .footer-column .footer-logo {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.site-footer .footer-main .footer-column .footer-logo img {
  height: 40px;
  display: block;
  margin: 0 0 2.5px;
}
.site-footer .footer-main .footer-column .footer-logo .brand-highlight {
  color: #000;
}
.site-footer .footer-main .footer-column .footer-logo i {
  display: block;
  color: #787878;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.site-footer .footer-main .footer-column .footer-description {
  max-width: 380px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 25px 0;
}
.site-footer .footer-main .footer-column .social-links {
  display: flex;
  gap: 12px;
}
.site-footer .footer-main .footer-column .social-links .social-link {
  color: #e6e6e6;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.35);
}
.site-footer .footer-main .footer-column .social-links .social-link i {
  font-size: 24px;
}
.site-footer .footer-main .footer-column .social-links .social-link:hover {
  background: #000;
}
.site-footer .footer-main .footer-column .footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 40px 0;
  letter-spacing: 0.5px;
}
.site-footer .footer-main .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .footer-links li {
  margin-bottom: 8px;
}
.site-footer .footer-main .footer-column .footer-links li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .footer-links li a:hover {
  color: #000;
}
.site-footer .footer-main .footer-column .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-main .footer-column .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
}
.site-footer .footer-main .footer-column .contact-list li i {
  font-size: 18px;
  color: #000;
  flex-shrink: 0;
  margin-top: 0;
}
.site-footer .footer-main .footer-column .contact-list li a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .footer-main .footer-column .contact-list li a:hover {
  color: #000;
}
.site-footer .footer-main .footer-column .contact-list li a.main-phone {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
.site-footer .footer-main .footer-column .contact-list li span {
  line-height: 1.6;
  font-size: 14px;
  color: #000;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(1) i, .site-footer .footer-main .footer-column .contact-list li:nth-child(3) i {
  margin-top: 0px;
}
.site-footer .footer-main .footer-column .contact-list li:nth-child(2) i {
  margin-top: 5px;
}
.site-footer .footer-bottom {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-footer .footer-bottom .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .copyright {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
.site-footer .footer-bottom .bottom-content .copyright .developer-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom {
  display: flex;
  gap: 15px;
  align-items: center;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom a:hover {
  color: #000;
}
.site-footer .footer-bottom .bottom-content .footer-links-bottom span {
  color: rgba(0, 0, 0, 0.3);
}
.site-footer #toTop {
  top: -22px;
  right: 15px;
  position: absolute;
}
.site-footer #toTop i {
  opacity: 0.75;
  font-size: 38px;
}
.site-footer #toTop i:hover {
  opacity: 1;
}
.site-footer .whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.site-footer .whatsapp-float img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.inner-banner-section {
  color: #fff;
  width: 100%;
  height: 38vh;
  display: flex;
  overflow: hidden;
  background: url(/wp-content/themes/codemas/public/images/heroBanner_bg2.jpg) no-repeat bottom;
  background-size: cover;
  align-items: center;
}
.inner-banner-section .page-title {
  font-size: 35px;
  line-height: 1.384;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
}
.inner-banner-section .title-caption {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 2px;
  margin: 5px 0 45px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Sen", sans-serif;
}
.inner-banner-section .title-caption::before {
  width: 40px;
  height: 1px;
  display: inline-block;
  margin: 0 20px 4px 0;
  background-color: #c8e63e;
  content: "";
}

.fea_ser_item {
  width: 30%;
  height: 100%;
  padding: 0;
  margin: 0 15px 40px;
  display: inline-block;
  background-size: cover !important;
  background-position: center !important;
}
.fea_ser_item .fea_ser_wrap {
  padding: 40px 38px;
  background: #fff;
  transition: all 0.4s ease;
  border-bottom: 10px solid transparent;
}
.fea_ser_item .fea_ser_wrap h4.serv_title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 42px;
  padding-left: 35px;
  font-family: "Raleway", sans-serif;
  position: relative;
}
.fea_ser_item .fea_ser_wrap h4.serv_title span {
  left: 0;
  position: absolute;
}
.fea_ser_item .fea_ser_wrap .readmore_link {
  margin: 32px 0 0;
}
.fea_ser_item:hover .fea_ser_wrap {
  color: #fff;
  opacity: 0.9;
  background: #000;
  transition: all 0.4s ease;
  border-bottom: 10px solid #c8e63e;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fea_ser_item:hover .fea_ser_wrap a {
  color: #fff;
}
.fea_ser_item:hover .fea_ser_wrap a .far {
  color: #fff;
}

.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12.5px;
  aspect-ratio: 3/4;
  text-decoration: none;
}
.project-card .project-card__content {
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 20px 0px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 30%, transparent 100%);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
}
.project-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.project-card:hover img {
  transform: scale(1.05);
}
.project-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: #fff;
}
.project-card__title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 5px;
  font-family: "Raleway", sans-serif;
}
.project-card__client {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #ccc;
}
.project-card__title, .project-card__client {
  transition: color 0.3s ease;
}
.project-card .action-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.project-card__arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.project-card .theme-btn {
  font-size: 12px;
  min-width: auto;
  padding: 10px 10px;
}
.project-card:hover .project-card__title {
  color: #c8e63e;
}
.project-card:hover .project-card__client {
  color: #fff;
}
.project-card:hover .project-card__arrow {
  color: #000;
  background: #c8e63e;
  border-color: #c8e63e;
}

#hero_banner_row {
  width: 100%;
  overflow: hidden;
  background: url(../images/heroBanner_bg2.jpg);
  background-size: cover;
}
#hero_banner_row img {
  max-width: 100%;
}
#hero_banner_row .action-wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 70px;
}
#hero_banner_row .action-wrap .theme-btn {
  width: 200px;
}

@media (max-width: 991px) {
  .slides {
    height: 400px;
  }
}
.portfolioFilter {
  padding: 15px 0;
}
.portfolioFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}
.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}

.portfolioContainer {
  border: 1px solid #eee;
  border-radius: 3px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

#intro_wrap {
  padding-top: 80px;
}
#intro_wrap .intro_left_wrap {
  padding-right: 50px;
  border-right: 1px solid #e7e7e7;
}
#intro_wrap .intro_left_wrap h2 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.25;
  font-family: "Raleway", sans-serif;
}
#intro_wrap .intro_left_wrap .theme-btn {
  width: 220px;
  margin: 35px 0 0;
}
#intro_wrap .intro_right_wrap {
  padding-left: 40px;
}

.intro_specialities {
  padding: 80px 0;
}
.intro_specialities .step_wrap {
  margin-bottom: 25px;
}
.intro_specialities .step_wrap h4 {
  margin: 45px 0 50px;
  font-family: "Raleway", sans-serif;
}
.intro_specialities .step_wrap h4 .fas {
  color: #fff;
  font-size: 22px;
  padding: 15px;
  background: #c8e63e;
  border-radius: 100%;
  margin-right: 12px;
  transform: scale(1, 1);
  transition: all 0.3s ease;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.intro_specialities .step_wrap h4 .fas:hover {
  background: #000;
  transform: scale(1.2, 1.2);
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#services_carousel {
  padding: 120px 0;
  background-color: #ececec;
  background-image: url(/wp-content/themes/codemas/public/images/heroBanner_bg.jpg);
}
#services_carousel .list_intro_wrap {
  width: 32%;
  z-index: 9;
  padding: 10px 15px 0;
  position: relative;
}
#services_carousel .list_intro_wrap .intro_para {
  margin: 40px 0 0 0;
}
#services_carousel .slick-list {
  margin: -332px 0 0;
}
#services_carousel .slideNav_wrap {
  margin: 40px 10px 0 0;
}

#status_value {
  color: #fff;
  padding: 80px 0 120px;
  background: #000;
}
#status_value .section_title {
  color: #c8e63e;
}
#status_value .title_caption {
  color: #fff;
}
#status_value .states {
  margin-top: 40px;
  border-bottom: 10px solid #000;
}
#status_value .states span, #status_value .states i {
  color: #c8e63e;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 700;
  padding: 25px 0 15px;
  font-family: "Raleway", sans-serif;
}
#status_value .states p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

#case_studies {
  padding-top: 80px;
  padding-bottom: 120px;
}
#case_studies .cs_row {
  margin-bottom: 30px;
}
#case_studies .cs_row .cs_frame {
  padding: 170px 0;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
#case_studies .cs_row .cs_frame:hover .cs_bg_overlay {
  opacity: 1;
  transition: all 0.3s ease;
}
#case_studies .cs_row .cs_frame.active_frame .cs_bg_overlay {
  opacity: 1;
}
#case_studies .cs_row .cs_frame.active_frame .cs_bg_overlay .pro_type {
  bottom: 54%;
}
#case_studies .cs_row .cs_frame.active_frame .cs_bg_overlay .pro_name {
  bottom: 44%;
}
#case_studies .cs_row .cs_frame.active_frame .cs_bg_overlay .pro_location {
  bottom: 35%;
}
#case_studies .cs_row .cs_frame:hover .pro_type {
  bottom: 54%;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
#case_studies .cs_row .cs_frame:hover .pro_name {
  bottom: 44%;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
#case_studies .cs_row .cs_frame:hover .pro_location {
  bottom: 35%;
  transition: all 0.3s ease;
  transition-delay: 0.45s;
}
#case_studies .cs_row .cs_bg_overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.8196078431);
  opacity: 0;
  transition: all 0.3s ease;
}
#case_studies .cs_row .cs_bg_overlay p, #case_studies .cs_row .cs_bg_overlay a {
  color: #fff;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: -25px;
  margin: 0;
}
#case_studies .cs_row .cs_bg_overlay .pro_type {
  font-weight: 400;
  bottom: -25px;
  transition: all 0.3s ease;
}
#case_studies .cs_row .cs_bg_overlay .pro_name {
  font-size: 1.28rem;
  font-weight: 600;
  text-decoration: underline;
  font-family: "Raleway", sans-serif;
  bottom: -25px;
  transition-delay: 0.3s;
}
#case_studies .cs_row .cs_bg_overlay .pro_location {
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
  font-style: italic;
  bottom: -25px;
  transition-delay: 0.6s;
}
#case_studies .theme-btn {
  width: 250px;
}

#our_technologies {
  position: relative;
  padding: 80px 0 0;
}
#our_technologies::before {
  content: "";
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  background-color: #000;
  position: absolute;
}
#our_technologies .container {
  position: relative;
}
#our_technologies .container .section_title {
  color: #c8e63e;
}
#our_technologies .container .title_caption {
  color: #fff;
}
#our_technologies .techno_header {
  margin-bottom: 20px;
}
#our_technologies .techno_header__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#our_technologies .techno_header__right p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: #474747;
  margin: 0 0 18px;
}
#our_technologies .techno_list {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
#our_technologies .techno_list .slick-list {
  padding-bottom: 50px;
}
#our_technologies .techno_list .slick-slide {
  padding: 20px 25px 0;
}
#our_technologies .techno_list .slick-slide .card {
  display: flex;
  min-height: 500px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  flex-direction: row;
}
#our_technologies .techno_list .slick-slide .card:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#our_technologies .techno_list .slick-slide .card .card__image {
  width: 50%;
  padding: 20px;
  flex-shrink: 0;
}
#our_technologies .techno_list .slick-slide .card .card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#our_technologies .techno_list .slick-slide .card .card__info {
  width: 50%;
  padding: 52px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#our_technologies .techno_list .slick-slide .card .card__info .card__logo {
  height: 50px;
  width: auto;
  margin: 0 0 35px;
}
#our_technologies .techno_list .slick-slide .card .card__info .card__subtitle {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2.5px;
}
#our_technologies .techno_list .slick-slide .card .card__info .project-link {
  color: #999;
  font-size: 0.92rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
#our_technologies .techno_list .slick-slide .card .card__info h4 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 18px;
  font-family: "Raleway", sans-serif;
}
#our_technologies .techno_list .slick-slide .card .card__info p {
  line-height: 1.5;
  font-weight: 300;
  color: #474747;
  margin: 0 0 30px;
}
#our_technologies .techno_list .slick-slide .card .card__info .card__actions {
  display: flex;
  gap: 12px;
}
#our_technologies .techno_list .slick-slide .card .card__info .card__actions .theme-btn {
  width: 220px;
}
#our_technologies .carousel_nav {
  display: inline-block;
  float: right;
  margin: -28px 0 0;
}
#our_technologies .carousel_nav .slideNav .fas {
  color: #000;
  font-size: 65px;
  line-height: 35px;
  margin-left: 10px;
}
#our_technologies .carousel_nav .leftNav, #our_technologies .carousel_nav .rightNav {
  background: url(../images/leftNavC.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#our_technologies .carousel_nav .rightNav {
  transform: rotate(180deg);
}

#testimonials {
  padding: 120px 0 0;
}
#testimonials .testimonial_wrap {
  margin-top: -15%;
}
#testimonials .testimonial_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 60px;
}
#testimonials .testimonial_list {
  margin: 20px 0 0;
}
#testimonials .testimonial_text {
  color: #848484;
  width: 70%;
  max-width: 750px;
  font-size: 1.92rem;
  line-height: 1.37;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 62px;
  font-family: "Raleway", sans-serif;
}
#testimonials .client_name {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
#testimonials .client_title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #474747;
}
#testimonials .container-wrap {
  width: 100%;
  height: 100%;
  top: 240px;
  left: 0;
  display: flex;
  position: absolute;
  align-items: flex-start;
}
#testimonials .testimonial_right {
  position: relative;
}
#testimonials .testimonial_image {
  width: 45%;
  float: right;
}
#testimonials .testimonial_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
#testimonials .dots-wrap {
  z-index: 5;
  position: relative;
}
#testimonials .dots-wrap .slick-dots {
  padding: 0;
  margin: 0;
  top: -70px;
  list-style: none;
  position: absolute;
}
#testimonials .dots-wrap .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}
#testimonials .dots-wrap .slick-dots li button {
  width: 55px;
  height: 5px;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 12px;
  background: #ccc;
}
#testimonials .dots-wrap .slick-dots li.slick-active button {
  background: #c8e63e;
}

.page-template-page-about .about-section,
.page-template-page-careers .about-section {
  padding: 100px 15px 50px;
  text-align: center;
}
.page-template-page-about .about-section .about-inner,
.page-template-page-careers .about-section .about-inner {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.page-template-page-about .about-section .about-inner .logo,
.page-template-page-careers .about-section .about-inner .logo {
  width: 100px;
  height: 42px;
  display: block;
  margin: 30px auto 0;
  transition: all 0.4s ease;
  background: url(/wp-content/themes/codemas/public/images/logo-icon.png) no-repeat center;
  background-size: contain;
}
.page-template-page-about .about-section .about-inner:hover .logo,
.page-template-page-careers .about-section .about-inner:hover .logo {
  background: url(/wp-content/themes/codemas/public/images/logo-icon2.png) no-repeat center;
  background-size: contain;
}
.page-template-page-about .vision-mission-section,
.page-template-page-careers .vision-mission-section {
  padding: 50px 0 120px;
  background: #fff;
}
.page-template-page-about .vision-mission-section .vm-card,
.page-template-page-careers .vision-mission-section .vm-card {
  height: 100%;
  padding: 45px 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-template-page-about .vision-mission-section .vm-card::before,
.page-template-page-careers .vision-mission-section .vm-card::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0.1;
}
.page-template-page-about .vision-mission-section .vm-card .vm-icon,
.page-template-page-careers .vision-mission-section .vm-card .vm-icon {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.page-template-page-about .vision-mission-section .vm-card .vm-icon i,
.page-template-page-careers .vision-mission-section .vm-card .vm-icon i {
  font-size: 28px;
}
.page-template-page-about .vision-mission-section .vm-card .vm-title,
.page-template-page-careers .vision-mission-section .vm-card .vm-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
}
.page-template-page-about .vision-mission-section .vm-card .vm-desc,
.page-template-page-careers .vision-mission-section .vm-card .vm-desc {
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card,
.page-template-page-careers .vision-mission-section .vm-card.vision-card {
  background: #c8e63e;
  box-shadow: 0 10px 40px rgba(200, 230, 62, 0.25);
}
.page-template-page-about .vision-mission-section .vm-card.vision-card::before,
.page-template-page-careers .vision-mission-section .vm-card.vision-card::before {
  background: #fff;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-icon,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-icon {
  background: rgba(255, 255, 255, 0.15);
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-icon i,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-icon i {
  color: #000;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-title,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-title {
  color: #000;
}
.page-template-page-about .vision-mission-section .vm-card.vision-card .vm-desc,
.page-template-page-careers .vision-mission-section .vm-card.vision-card .vm-desc {
  color: rgba(0, 0, 0, 0.8);
}
.page-template-page-about .vision-mission-section .vm-card.mission-card,
.page-template-page-careers .vision-mission-section .vm-card.mission-card {
  background: #000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}
.page-template-page-about .vision-mission-section .vm-card.mission-card::before,
.page-template-page-careers .vision-mission-section .vm-card.mission-card::before {
  background: #fff;
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-icon,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-icon {
  background: rgba(255, 255, 255, 0.25);
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-icon i,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-icon i {
  color: #c8e63e;
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-title,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-title {
  color: #c8e63e;
}
.page-template-page-about .vision-mission-section .vm-card.mission-card .vm-desc,
.page-template-page-careers .vision-mission-section .vm-card.mission-card .vm-desc {
  color: rgba(200, 230, 62, 0.85);
}
.page-template-page-about .vision-mission-section .vm-card:hover,
.page-template-page-careers .vision-mission-section .vm-card:hover {
  transform: translateY(-5px);
}
.page-template-page-about .specialities-section,
.page-template-page-careers .specialities-section {
  color: #fff;
  z-index: 2;
  position: relative;
  padding: 100px 0 38px;
  background: #000;
  border-bottom-right-radius: 120px;
}
.page-template-page-about .specialities-section .section_title,
.page-template-page-careers .specialities-section .section_title {
  color: #c8e63e;
}
.page-template-page-about .specialities-section .title_caption,
.page-template-page-careers .specialities-section .title_caption {
  color: #fff;
}
.page-template-page-about .specialities-section .specialities-grid,
.page-template-page-careers .specialities-section .specialities-grid {
  padding-bottom: 30px;
}
.page-template-page-about .specialities-section .specialities-grid [class*=col-],
.page-template-page-careers .specialities-section .specialities-grid [class*=col-] {
  margin-bottom: 58px;
}
.page-template-page-about .specialities-section .spec-item,
.page-template-page-careers .specialities-section .spec-item {
  height: 100%;
  padding: 0 30px;
}
.page-template-page-about .specialities-section .spec-item .spec-icon,
.page-template-page-careers .specialities-section .spec-item .spec-icon {
  margin-bottom: 12.5px;
}
.page-template-page-about .specialities-section .spec-item .spec-icon img,
.page-template-page-careers .specialities-section .spec-item .spec-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-about .specialities-section .spec-item .spec-title,
.page-template-page-careers .specialities-section .spec-item .spec-title {
  color: rgba(200, 230, 62, 0.85);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 250px;
}
.page-template-page-about .specialities-section .spec-item .spec-desc,
.page-template-page-careers .specialities-section .spec-item .spec-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  margin: 0 0 10px;
}
.page-template-page-about .specialities-section .spec-item .spec-desc strong,
.page-template-page-careers .specialities-section .spec-item .spec-desc strong {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
.page-template-page-about .specialities-section .spec-dark-card,
.page-template-page-careers .specialities-section .spec-dark-card {
  height: 100%;
  text-align: left;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #c8e63e;
}
.page-template-page-about .specialities-section .spec-dark-card .spec-dark-title,
.page-template-page-careers .specialities-section .spec-dark-card .spec-dark-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.page-template-page-about .specialities-section .spec-dark-card .spec-dark-desc,
.page-template-page-careers .specialities-section .spec-dark-card .spec-dark-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
.page-template-page-about .specialities-section .special-tag .spec-item,
.page-template-page-careers .specialities-section .special-tag .spec-item {
  background: #c8e63e;
  border-radius: 20px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.page-template-page-about .specialities-section .special-tag .spec-item::before,
.page-template-page-careers .specialities-section .special-tag .spec-item::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -25px;
  right: -25px;
}
.page-template-page-about .specialities-section .special-tag .spec-item::after,
.page-template-page-careers .specialities-section .special-tag .spec-item::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: -15px;
  left: -15px;
}
.page-template-page-about .specialities-section .special-tag .spec-item .spec-desc,
.page-template-page-careers .specialities-section .special-tag .spec-item .spec-desc {
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.55;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Raleway", sans-serif;
}
.page-template-page-about .specialities-section .special-tag .spec-item .spec-desc::before,
.page-template-page-careers .specialities-section .special-tag .spec-item .spec-desc::before {
  content: "“";
  font-family: "Raleway", sans-serif;
  font-size: 4rem;
  font-style: normal;
  color: rgba(200, 230, 62, 0.3);
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}
.page-template-page-about .specialities-section .special-tag .spec-item .spec-desc::after,
.page-template-page-careers .specialities-section .special-tag .spec-item .spec-desc::after {
  content: " ”";
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  color: rgba(200, 230, 62, 0.3);
  position: relative;
  vertical-align: middle;
  line-height: 0;
}
.page-template-page-about .specialities-section .special-tag .sign,
.page-template-page-careers .specialities-section .special-tag .sign {
  font-size: 1.15rem;
  width: 140px;
  height: 30px;
  display: block;
  margin-top: 15px;
  align-self: flex-end;
  background: url(/wp-content/themes/polymath-consultancy/public/images/signature.png) no-repeat center;
  background-size: cover;
}

.page-template-page-projects .projects-grid {
  padding: 80px 0 100px;
}
.page-template-page-projects .projects-grid__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .projects-grid__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .projects-grid__row {
    grid-template-columns: 1fr;
  }
  .project-card__title {
    font-size: 1.25rem;
  }
}
.service-list-section {
  padding: 100px 15px;
  background-color: #ececec;
  background-image: url(/wp-content/themes/codemas/public/images/heroBanner_bg.jpg);
}

.page-template-page-contact .contact-form-section {
  position: relative;
  padding: 75px 15px;
  margin-bottom: 50px;
}
.page-template-page-contact .contact-form-section .container {
  position: relative;
}
.page-template-page-contact .contact-form-section::before {
  content: "";
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
}
.page-template-page-contact .contact-form-section .section_title {
  color: #c8e63e;
  text-align: center;
}
.page-template-page-contact .contact-form-section .title_caption {
  color: #fff;
  display: block;
  text-align: center;
}
.page-template-page-contact .info-col {
  width: 90%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  padding: 42px 30px;
  background: #fff;
  border: 1px solid #ccc;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
  color: #c8e63e;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact .contact-box-section {
  padding: 50px 15px 100px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #c8e63e;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url(../images/email.png);
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url(../images/address.png);
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url(../images/phone-call.png);
}
.page-template-page-contact .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .section-head .section-title {
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
.single-projects .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  font-family: "Raleway", sans-serif;
}
.single-projects #overview {
  padding: 100px 0;
}
.single-projects #overview .overview_row {
  align-items: center;
}
.single-projects #overview .overview_left {
  padding-right: 60px;
}
.single-projects #overview .overview_logo {
  margin-bottom: 20px;
}
.single-projects #overview .overview_logo img {
  max-height: 70px;
  width: auto;
}
.single-projects #overview .overview_desc {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
  color: #474747;
  margin: 0;
}
.single-projects #overview .overview_right {
  position: relative;
}
.single-projects #overview .overview_image {
  position: relative;
}
.single-projects #overview .overview_image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  border: 5px solid #000;
}
.single-projects #objectives {
  padding: 0 0 100px;
}
.single-projects #objectives .objectives_card {
  background: #ededf5;
  border-radius: 25px;
  padding: 60px;
}
.single-projects #objectives .objectives_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-projects #objectives .objectives_title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 30px;
  font-family: "Raleway", sans-serif;
}
.single-projects #objectives .objectives_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-projects #objectives .objectives_list li {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #474747;
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.single-projects #objectives .objectives_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
}
.single-projects #objectives .results_card {
  background: #1a1a2e;
  border-radius: 20px;
  padding: 40px;
}
.single-projects #objectives .results_title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 20px;
  font-family: "Raleway", sans-serif;
}
.single-projects #objectives .results_stat {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.single-projects #objectives .results_stat:last-child {
  border-bottom: 3px solid #c8e63e;
}
.single-projects #objectives .results_value {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Raleway", sans-serif;
}
.single-projects #objectives .results_label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0 0;
}
.single-projects #prototyping,
.single-projects #style {
  padding: 0px 0 100px;
}
.single-projects #prototyping .prototyping_left,
.single-projects #style .prototyping_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-projects #prototyping .prototyping_right .prototyping_image,
.single-projects #style .prototyping_right .prototyping_image {
  height: 650px;
  max-width: 90%;
  float: right;
  text-align: right;
  overflow-y: auto;
  border-radius: 20px;
  border: 5px solid #000;
}
.single-projects #prototyping .prototyping_right .prototyping_image img,
.single-projects #style .prototyping_right .prototyping_image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-projects #prototyping .prototype_carousel_wrap,
.single-projects #style .prototype_carousel_wrap {
  margin-top: 60px;
  position: relative;
}
.single-projects #prototyping .prototype_carousel .prototype_slide,
.single-projects #style .prototype_carousel .prototype_slide {
  padding: 0 10px;
}
.single-projects #prototyping .prototype_carousel .prototype_slide img,
.single-projects #style .prototype_carousel .prototype_slide img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}
.single-projects #prototyping .prototype_carousel .slick-dots,
.single-projects #style .prototype_carousel .slick-dots {
  width: calc(100% - 130px);
  padding: 0;
  margin: 40px 0 0 130px;
  list-style: none;
  display: flex;
}
.single-projects #prototyping .prototype_carousel .slick-dots li,
.single-projects #style .prototype_carousel .slick-dots li {
  flex: 1;
  margin: 0;
}
.single-projects #prototyping .prototype_carousel .slick-dots li button,
.single-projects #style .prototype_carousel .slick-dots li button {
  width: 100%;
  height: 4px;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 12px;
  background: #ccc;
}
.single-projects #prototyping .prototype_carousel .slick-dots li.slick-active button,
.single-projects #style .prototype_carousel .slick-dots li.slick-active button {
  background: #c8e63e;
}
.single-projects #prototyping .prototype_nav,
.single-projects #style .prototype_nav {
  display: flex;
  gap: 10px;
  margin-top: -38px;
  z-index: 5;
  position: relative;
}
.single-projects #prototyping .prototype_nav .slideNav,
.single-projects #style .prototype_nav .slideNav {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.single-projects #prototyping .prototype_nav .slideNav:hover,
.single-projects #style .prototype_nav .slideNav:hover {
  background: #c8e63e;
}
.single-projects #style {
  padding: 100px 0;
  background-color: #f9ffdb;
}
.single-projects #summary {
  color: #fff;
  text-align: center;
  padding: 100px 0;
  background: #1b1b1b;
}
.single-projects #summary .section-title {
  margin-bottom: 30px;
}
.single-projects #summary .summary_desc {
  max-width: 900px;
  display: block;
  margin: 0 auto 20px;
}
.single-projects #summary img {
  width: 100%;
  max-width: 700px;
}
.single-projects .related-project {
  padding: 100px 0;
}
.single-projects .related-project .related-project-grid {
  gap: 20px;
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(4, 1fr);
}
.single-projects .related-project .section-title {
  margin-bottom: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #services_carousel .slick-list .fea_ser_item {
    width: 29%;
  }
}
@media (max-width: 1420.98px) {
  #hero_banner_row .slideshow > nav {
    left: 15px;
  }
  #hero_banner_row .description {
    padding-left: 58px;
  }
  #hero_banner_row .description h2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1399.98px) {
  #services_carousel {
    padding: 92px 0;
  }
  #services_carousel .fea_ser_item.list_intro_wrap {
    margin-bottom: 15px;
  }
  #services_carousel .title_caption {
    margin: 5px 0 15px;
  }
  #services_carousel .services_list {
    display: flex;
    margin-top: -50px;
  }
  #status_value {
    padding: 80px 0 92px;
  }
  #status_value .states {
    margin-top: 0;
  }
  #case_studies .cs_row .cs_frame {
    padding: 150px 0;
  }
  #testimonials {
    padding: 82px 0 0;
  }
}
@media (max-width: 1299.98px) {
  .intro_specialities {
    padding: 50px 0;
  }
  #services_carousel {
    padding: 72px 0 62px;
  }
  #testimonials {
    padding: 50px 0 0;
  }
}
@media (max-width: 1199.98px) {
  .section_title {
    line-height: 1.1;
  }
  #intro_wrap .intro_left_wrap {
    padding-right: 0px;
  }
  .intro_specialities {
    padding: 30px 0;
  }
  .intro_specialities .step_wrap h4 {
    margin: 45px 0 35px;
  }
  #services_carousel .services_list {
    display: flex;
    margin-top: -84px;
  }
  #services_carousel {
    padding: 72px 0 10px;
  }
  #status_value {
    padding: 75px 0 70px;
  }
  #testimonials .testimonial_text {
    width: 55%;
    max-width: 492px;
    font-size: 1.3rem;
  }
  .page-template-page-services .service-list-section {
    padding: 92px 15px 58px;
  }
  .page-template-page-services .service-list-section .fea_ser_item {
    width: calc(50% - 35px);
  }
  .page-template-page-projects .projects-grid__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1099.98px) {
  .pushy ul li a.active {
    color: #c8e63e;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__cta {
    display: none;
  }
  .site-header .theme-btn {
    display: none;
  }
  .mobile_menu_toggle {
    display: block;
  }
  .mobile_menu_toggle .menu-btn {
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile_menu_toggle .menu-btn span,
  .mobile_menu_toggle .menu-btn span::before,
  .mobile_menu_toggle .menu-btn span::after {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease;
  }
  .mobile_menu_toggle .menu-btn span::before,
  .mobile_menu_toggle .menu-btn span::after {
    content: "";
    position: absolute;
  }
  .mobile_menu_toggle .menu-btn span::before {
    top: -7px;
  }
  .mobile_menu_toggle .menu-btn span::after {
    top: 7px;
  }
  #hero_banner_row .slides {
    height: calc(75vh - 80px);
  }
  #hero_banner_row .description h2 {
    font-size: 2.7rem;
  }
  #intro_wrap {
    padding-top: 70px;
  }
  #case_studies {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  #our_technologies .techno_list .slick-slide .card .card__info .card__logo {
    height: 30px;
  }
  #our_technologies .techno_list .slick-slide .card .card__info .card__subtitle {
    font-size: 1.35rem;
  }
  #testimonials {
    padding: 20px 0 0;
  }
  #testimonials .testimonial_text {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  #intro_wrap {
    padding-top: 55px;
  }
  #intro_wrap .intro_left_wrap {
    padding-bottom: 55px;
    margin-bottom: 50px;
    border-right: 0;
    border-bottom: 1px solid #c8e63e;
  }
  #intro_wrap .intro_right_wrap {
    padding-left: 15px;
  }
  .intro_specialities .step_wrap h4 {
    margin: 45px 0 25px;
  }
  #services_carousel {
    padding: 80px 0 50px;
  }
  #services_carousel .slick-list .fea_ser_item {
    width: 45%;
  }
  #services_carousel .list_intro_wrap {
    width: 48%;
  }
  #case_studies .cs_row {
    margin-bottom: 0px;
  }
  #case_studies .cs_row .cs_frame {
    margin: 0 0 15px;
  }
  #case_studies .theme-btn {
    display: flex;
    margin: 20px auto 0;
  }
  #status_value {
    padding: 58px 0 0px;
  }
  #status_value .states {
    margin-bottom: 45px;
  }
  #status_value .states span, #status_value .states i {
    font-size: 4rem;
  }
  #our_technologies .techno_list .slick-slide .card {
    flex-direction: column;
  }
  #our_technologies .techno_list .slick-slide .card .card__image {
    width: 100%;
    height: 350px;
  }
  #our_technologies .techno_list .slick-slide .card .card__info {
    width: 100%;
    padding: 35px 30px;
  }
  #testimonials .testimonial_text {
    width: 58%;
    font-size: 1rem;
    max-width: 400px;
  }
  .site-footer .footer-main .footer-column .contact-list li a.main-phone {
    font-size: 24px;
  }
  .site-footer .footer-bottom .bottom-content .copyright {
    width: 50%;
  }
  .page-template-page-services .service-list-section {
    padding: 72px 15px 38px;
  }
  .project-card .project-card__title {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .project-card .project-card__client {
    font-size: 0.62rem;
    margin: 0 0 8px;
  }
}
@media (max-width: 767.98px) {
  .section_title {
    font-size: 28px;
    margin-bottom: 3.5px;
  }
  #hero_banner_row .description p {
    padding-right: 0;
  }
  #hero_banner_row .description h2 {
    font-size: 2.5rem;
  }
  #intro_wrap {
    padding-top: 40px;
  }
  #intro_wrap .intro_left_wrap h2 {
    font-size: 2.72rem;
  }
  .intro_specialities {
    padding: 0px 0 40px;
  }
  .intro_specialities .step_wrap {
    margin-bottom: 0;
  }
  .intro_specialities .step_wrap h4 {
    font-weight: 700;
    margin: 17.5px 0 12px;
  }
  #services_carousel {
    padding: 45px 0 25px;
  }
  #services_carousel .list_intro_wrap {
    width: 100%;
  }
  #services_carousel .list_intro_wrap .intro_para {
    margin: 20px 0 0 0;
  }
  #services_carousel .slideNav_wrap {
    margin: 40px 10px 40px 0;
  }
  #services_carousel .services_list {
    display: block;
    margin-top: -30px;
  }
  #services_carousel .slick-list {
    margin: 0;
  }
  #services_carousel .slick-list .fea_ser_item {
    width: 100%;
  }
  #services_carousel .slick-list .fea_ser_empty_item, #services_carousel .slick-list script.slick-slide {
    display: none !important;
  }
  #status_value .section_title {
    font-size: 28px;
  }
  #status_value .states {
    text-align: center;
    margin-bottom: 35px;
  }
  #status_value .states span {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  #status_value .states p {
    font-size: 16px;
    line-height: 1.3;
  }
  #case_studies {
    padding-top: 50px;
    padding-bottom: 58px;
  }
  #case_studies .cs_row .cs_frame {
    padding: 100px 0;
  }
  #our_technologies {
    padding: 60px 0 0;
  }
  #our_technologies .carousel_nav {
    display: block;
    float: none;
  }
  #our_technologies .techno_list .slick-list {
    padding-bottom: 10px;
  }
  #our_technologies .techno_list .slick-slide {
    padding: 20px 0px;
  }
  #our_technologies .techno_list .slick-slide .card {
    border: 1px solid #999;
    box-shadow: none;
  }
  #our_technologies .techno_list .slick-slide .card .card__image {
    height: 280px;
  }
  #our_technologies .techno_list .slick-slide .card .card__info {
    padding: 20px 30px 35px;
  }
  #our_technologies .techno_list .slick-slide .card .card__info .card__logo {
    margin: 0 0 25px;
  }
  #our_technologies .techno_list .slick-slide .card .card__info .card__subtitle {
    font-size: 1.15rem;
  }
  #testimonials .title_caption {
    margin-bottom: 5px;
  }
  #testimonials .testimonial_text {
    width: 55%;
    max-width: 300px;
  }
  #testimonials .testimonial_image img {
    height: 275px;
  }
  #testimonials .client_name {
    margin: 0 0 0px;
  }
  #testimonials .dots-wrap .slick-dots {
    top: -42px;
  }
  .site-footer .footer-main {
    padding: 50px 0px 15px;
  }
  .site-footer .footer-main .col-sm-12 {
    margin-bottom: 35px;
  }
  .site-footer .footer-main .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .site-footer .footer-main .footer-column .footer-title {
    margin: 0 0 10px 0;
  }
  .site-footer .footer-main .footer-column .footer-description {
    max-width: 99%;
    margin-bottom: 10px;
  }
  .site-footer .footer-main .footer-column .footer-links li {
    margin-bottom: 3.5px;
  }
  .site-footer .footer-bottom .bottom-content {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer .footer-bottom .bottom-content .copyright {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-page-services .service-list-section .fea_ser_item {
    width: calc(100% - 0px);
  }
  .page-template-page-projects .projects-grid__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  #hero_banner_row .description {
    padding-right: 32px;
  }
  #hero_banner_row .description h2 {
    font-size: 2rem;
  }
  #hero_banner_row .description .action-wrap {
    gap: 30px;
    margin-top: 38px;
    align-items: flex-start;
    flex-direction: column;
  }
  #intro_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  #intro_wrap .intro_left_wrap h2 {
    font-size: 2.5rem;
  }
  #services_carousel .list_intro_wrap {
    width: calc(100% - 20px);
  }
  #status_value .row .col-sm-3 {
    width: 50%;
  }
  #testimonials .testimonial-head {
    z-index: 5;
    position: relative;
  }
  #testimonials .dots-wrap .slick-dots li button {
    width: 35px;
  }
  .page-template-page-projects .projects-grid__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
#news_blog {
  padding: 120px 0 80px;
}
#news_blog .featured_news {
  margin-bottom: 40px;
}
#news_blog .featured_news .fea_img {
  padding-right: 0;
}
#news_blog .featured_news .fea_news_category {
  color: #474747;
  font-weight: 500;
  margin: 20px 0 5px;
  display: block;
}
#news_blog .featured_news .fea_news_title {
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  text-decoration: underline;
  font-family: "Raleway", sans-serif;
  margin: 0;
}
#news_blog .collaps_section .collaps_row {
  padding-left: 15px;
}
#news_blog .collaps_section .collaps_row .accordion {
  width: 100%;
}
#news_blog .collaps_section .collaps_row .accordion .card {
  border-radius: 0;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header {
  padding: 0;
  background: transparent;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 35px;
  font-weight: 700;
  text-align: left;
  font-family: "Raleway", sans-serif;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button:hover {
  text-decoration: none;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button .fas {
  font-size: 20px;
  font-weight: 600;
  float: right;
  margin: 1px 0 0;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button .fa-plus {
  display: none;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button .fa-minus {
  color: #000;
  display: block;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button.collapsed .fa-minus {
  display: none;
}
#news_blog .collaps_section .collaps_row .accordion .card .card-header button.collapsed .fa-plus {
  color: #c8e63e;
  display: block;
}

@media (max-width: 991px) {
  #news_blog .featured_news .fea_img {
    padding-right: 15px;
  }
  #news_blog .collaps_section .collaps_row {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  #testimonials .testimonial_left {
    padding-right: 15px;
    margin-bottom: 50px;
  }
  #testimonials .testimonial_image img {
    height: 400px;
  }
}
/* Who we are */
#intro {
  color: #fff;
  padding: 80px 0;
  background: #000;
}
#intro img {
  margin: 55px 0 0;
}
#intro .intro_text {
  padding-left: 55px;
}
#intro .intro_text h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 28px;
  font-family: "Raleway", sans-serif;
}
