body {
  font-family: "Graphik-Regular", sans-serif;
}
h1 {
  color: #ce2028;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
h2 {
  color: #ce2028;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.67px;
}
h3 {
  font-family: "Graphik-Bold", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
h4 {
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
.f-18-regular {
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.f-26-regular {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
.f-15-medium {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.f-32-medium {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
}
.f-13-regular {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.f-13-medium {
  font-family: "Graphik-Medium", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
.f-20-regular {
  font-family: "Graphik-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.f-16-regular {
  color: rgba(21, 20, 26, 0.5);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li a {
  text-decoration: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
span:not(.wpcf7-form-control-wrap) {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #15141a;
}
select {
  display: none;
}
.grecaptcha-badge {
  display: none !important;
}
.contact-form--content,
.apply-form--content {
  padding: 0 99px;
}
.contact-form form,
.apply-form form {
  position: relative;
}
.contact-form .row > div,
.apply-form .row > div {
  position: relative;
}
.contact-form .row > div input + span:not(.ajax-loader),
.apply-form .row > div input + span:not(.ajax-loader) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
}
.contact-form .wpcf7-form .wpcf7-response-output,
.apply-form .wpcf7-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(calc(100% + 10px));
  transform: translateY(calc(100% + 10px));
  margin: 0;
}
.select {
  position: relative;
}
.select .select-styled {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: solid 1px #15141a;
  padding: 11px 50px 11px 30px;
  display: inline-block;
  position: relative;
  min-width: 150px;
  width: 100%;
  cursor: pointer;
}
.select .select-styled:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../images/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.select .select-options {
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  top: 100%;
  left: 0;
  background-color: #f7f8fa;
  border-top: 0;
  z-index: 3;
  min-width: 150px;
  width: 100%;
  border-bottom: 1px solid black;
}
.select .select-options li {
  color: #303747;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  cursor: pointer;
}
.select .select-options li:hover {
  background-color: #dae2f3;
}
.select .select-options li:first-child {
  pointer-events: none;
}
.bg-black {
  background: #000 !important;
}
.bg-red {
  background: #ce2028 !important;
  width: 100%;
  height: auto;
}
.bg-gray {
  background-image: linear-gradient(-51deg, #fbfbfb 0%, #f4f4f4 50%);
  width: 100%;
  height: auto;
}
main > section:first-child {
  padding-top: 220px;
}
body.no-scroll {
  overflow: hidden;
}
.video-image--img {
  width: 100%;
  max-width: 100%;
}
.video-container {
  height: 0;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #ce2028;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ce2028;
}
.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.social-menu li {
  margin-right: 32px;
}
.social-menu li a {
  position: relative;
  color: black;
}
.social-menu li a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  border: 1px solid rgba(21, 20, 26, 0.1);
}
.social-menu li a:hover > i {
  opacity: 0.7;
}
.show {
  opacity: 1 !important;
}
.hidden {
  opacity: 0 !important;
}
.filter-bar {
  position: relative;
  padding-right: 55px;
}
.filter-bar #check-more-sv-filter {
  display: none;
}
.filter-bar #check-more-sv-filter:checked ~ .mini-cat-bar {
  opacity: 1;
  visibility: visible;
}
.filter-bar .check-more-sv-filter {
  z-index: 3;
  margin: 0;
  position: absolute;
  right: 0;
  top: 31px;
  color: #2d2c2c;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 375px) {
  .filter-bar .check-more-sv-filter {
    top: 10px;
  }
}
.filter-bar .cat-bar.mini-cat-bar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 15;
  right: 0;
  top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 20px;
  border-radius: 5px 5px;
  -webkit-box-shadow: 0 0 10px #4a4a4a;
  box-shadow: 0 0 10px #4a4a4a;
  overflow: initial;
}
@media screen and (max-width: 375px) {
  .filter-bar .cat-bar.mini-cat-bar {
    top: 50px;
  }
}
.filter-bar .cat-bar.mini-cat-bar::before {
  content: "";
  position: absolute;
  right: 15px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.filter-bar .cat-bar.mini-cat-bar .cat-button {
  margin-right: 0 !important;
}
.filter-bar .cat-bar.mini-cat-bar .cat-button:last-child {
  margin-bottom: 0 !important;
}
.showToggle .header-flag {
  display: none;
}
.header-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}
.header-flag--vi-image {
  margin-right: 10px;
}
.header-flag--image.cr-site {
  position: relative;
}
.header-flag--image.cr-site::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 60px;
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 5;
  min-height: 100px;
  visibility: visible;
}
.main-header-menu.bg-red {
  background: #ce2028;
  width: 100%;
  height: auto;
}
.main-header-menu.no-on-top {
  z-index: 1;
  visibility: hidden;
}
.main-header-menu .logo {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
}
.main-header-menu .logo.no-on-top {
  opacity: 0;
}
.main-header-menu .logo2 {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.main-header-menu .wrapper-nav-menu {
  position: absolute;
  top: 100px;
  right: -100vw;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: calc(100vh - 90px);
  z-index: 20;
  padding: 50px 60px 30px;
  background: white;
  overflow-y: auto;
}
.main-header-menu .wrapper-nav-menu .container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.main-header-menu .wrapper-nav-menu.show {
  right: 0;
}
.main-header-menu .wrapper-nav-menu .company-branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 55%;
}
.main-header-menu .wrapper-nav-menu .company-branch .branch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
}
.main-header-menu .wrapper-nav-menu .company-branch .branch .f-15-medium {
  margin-bottom: 6px;
}
.main-header-menu .wrapper-nav-menu .company-branch .branch .f-13-medium {
  color: #ce2028;
  margin-bottom: 5px;
}
.main-header-menu .wrapper-nav-menu .company-branch .branch .f-13-regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header-menu .wrapper-nav-menu .company-branch .branch .f-13-regular p {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  margin-bottom: 4px;
}
.main-header-menu
  .wrapper-nav-menu
  .company-branch
  .branch
  .f-13-regular
  p:first-child {
  font-family: "Graphik-Bold", sans-serif;
  font-weight: 600;
  color: rgba(21, 20, 26, 0.7);
}
.main-header-menu .header-menu {
  margin: 0;
  padding: 0;
}
.main-header-menu .header-menu li {
  list-style: none;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
}
.main-header-menu .header-menu li::before {
  content: "";
  background: #ce2028;
  width: 0px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main-header-menu .header-menu li:hover::before,
.main-header-menu .header-menu li.current-menu-item::before {
  width: 30px;
}
.main-header-menu .header-menu li:hover a,
.main-header-menu .header-menu li.current-menu-item a {
  color: #ce2028;
  -webkit-text-stroke: 1px #ce2028;
  left: 50px;
  background-position: left bottom;
}
.main-header-menu .header-menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0);
  font-family: "Graphik-Bold", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 0.48px;
  -webkit-text-stroke: 1px #15141a;
  position: relative;
  left: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    145deg,
    #ce2028 0%,
    #ce2028 50%,
    #fff 50%,
    #fff 100%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
body.admin-bar #toggle {
  top: 72px;
}
body:not(.admin-bar) #toggle {
  top: 42px;
}
#toggle {
  position: fixed;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 6;
}
#toggle::before {
  height: 50px;
  width: 50px;
  background: white;
  display: block;
  content: "";
  position: absolute;
  right: -8px;
  border-radius: 50%;
  z-index: -1;
  visibility: hidden;
}
#toggle.showToggle::before {
  visibility: visible;
}
#toggle .toggle-button .line-one,
#toggle .toggle-button .line-two {
  width: 34px;
  height: 2px;
  background: #15141a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#toggle .toggle-button .line-one {
  margin-bottom: 10px;
}
#toggle .toggle-button .line-one.expanded {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  margin: 0;
}
#toggle .toggle-button .line-two.expanded {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin: -2px 0 0 0;
}
#toggle .status {
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
}
#toggle .status.no-on-top {
  visibility: hidden;
}
.company-branch {
  margin-bottom: 25px;
}
.company-branch .branch p a {
  color: inherit;
}
.company-branch .branch .f-15-medium {
  margin-bottom: 6px;
}
.company-branch .branch .f-13-medium {
  margin-bottom: 5px;
  color: #ce2028;
}
.company-branch .branch .f-13-regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-branch .branch .f-13-regular p {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  width: -ms-fit-content;
  margin-bottom: 4px;
}
.company-branch .branch .f-13-regular p:first-child {
  font-family: "Graphik-Bold", sans-serif;
  font-weight: 600;
  color: rgba(21, 20, 26, 0.7);
}
.company-branch .branch .f-13-regular p:not(:first-child) {
  margin-left: 6px;
  width: 100%;
  max-width: 220px;
}
.company-branch .branch .f-13-regular p:not(:first-child) a:hover {
  opacity: 0.8;
}
footer .main-menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 0 60px;
}
footer .main-menu-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
footer .main-menu-footer .footer-menu li:first-child {
  width: 0;
  overflow: hidden;
}
footer .main-menu-footer .footer-menu li a {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 28px;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    145deg,
    #ce2028 0%,
    #ce2028 50%,
    #fff 50%,
    #fff 100%
  );
  background-size: 300% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
footer .main-menu-footer .footer-menu li:hover a,
footer .main-menu-footer .footer-menu li.current-menu-item a {
  color: #ce2028;
  -webkit-text-stroke: 1px #ce2028;
  background-position: left bottom;
}
footer .menu-social-menu-container {
  z-index: 3;
}
footer .social-menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(21, 20, 26, 0.2);
  padding: 20px 0;
}
footer .social-menu-footer p {
  margin-bottom: 0;
}
#homePage .intro {
  padding-bottom: 80px;
}
#homePage .our-services .f-20-regular {
  color: #15141a;
  font-family: "Graphik-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 65px;
}
#homePage .group-services {
  margin-bottom: 30px;
}
#homePage .our-services {
  padding-top: 80px;
}
.projects-post {
  padding-bottom: 30px;
}
.projects-post .cat-bar {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 5;
  padding-top: 30px;
  margin-bottom: 20px;
}
.projects-post .cat-bar button {
  background: none;
  color: inherit;
  border: none;
  color: #2d2c2c;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: inherit;
  margin-right: 60px;
  margin-bottom: 15px;
  padding: 0 0 2px 0;
}
.projects-post .cat-bar button.underline {
  border-bottom: 2px solid #ce2028;
  padding-bottom: 0;
}
.projects-post .cat-bar button[name="uncategorized"] {
  display: none;
}
.projects-post .w-post-container {
  margin-left: -30px;
  margin-right: -30px;
}
.projects-post .w-post-container .post-member {
  margin-bottom: 55px;
  padding-left: 30px;
  padding-right: 30px;
}
.projects-post .work-post {
  -webkit-animation: fadeIn ease 0.5s;
  animation: fadeIn ease 0.5s;
}
.projects-post .work-post .img-fluid {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 484px;
}
.projects-post .work-post .description-project {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.projects-post .work-post .clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projects-post .work-post .clients h4 {
  max-width: calc(100% - 50px);
}
.projects-post .work-post .clients .project-logo-image {
  max-width: 50px;
  max-height: 50px;
}
.projects-post .work-post .clients img {
  height: 50px;
  max-width: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.projects-post .work-post .clients .w-post-title {
  margin: 0;
  height: 40px;
  overflow: hidden;
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.projects-post .work-post .clients .w-post-title a {
  color: #15141a;
}
.projects-post .work-post .sub-des {
  position: relative;
  min-height: 20px;
  margin-bottom: 13px;
  overflow: hidden;
}
.projects-post .work-post .sub-des ul {
  position: absolute;
  top: 0;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projects-post .work-post .sub-des ul a {
  color: rgba(21, 20, 26, 0.7);
  font-family: "Graphik-Medium", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}
.projects-post .work-post .sub-des li:not(:last-child) {
  margin-right: 17px;
}
.projects-post .work-post .sub-des li:not(:last-child) a::after {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: rgba(21, 20, 26, 0.7);
  position: absolute;
  top: 4px;
  right: -8px;
}
span.word {
  color: inherit !important;
}
span.word__no-troke {
  -webkit-text-stroke: initial;
}
.slick-slide:focus {
  outline: none !important;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  font-size: 0;
}
.slick-dots li button {
  width: 5px;
  height: 5px;
  border: none;
  padding: 0;
  border-radius: 50%;
  margin-right: 5px;
}
.slick-dots li.slick-active button {
  background-color: #ce2028;
}
.slick-dots li:not(::last-child) {
  margin-right: 5px;
}
.controls {
  display: none;
}
.intro h1 {
  margin-bottom: 40px;
}
.intro .layer-video {
  position: relative;
}
.intro .layer-video .button-play {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
  z-index: 4;
}
* {
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 576px) {
  h1 .word {
    display: inline-block;
  }
  h1 .word i {
    font-style: unset;
    display: inline-block;
    -webkit-animation: RunRight 0.25s ease;
    animation: RunRight 0.25s ease;
  }
  @-webkit-keyframes RunRight {
    0% {
      opacity: 0;
      -webkit-transform: scaleY(2) translateX(100px);
      transform: scaleY(2) translateX(100px);
    }
    100% {
      -webkit-transform: scaleY(1) translateX(0);
      transform: scaleY(1) translateX(0);
      opacity: 1;
    }
  }
  @keyframes RunRight {
    0% {
      opacity: 0;
      -webkit-transform: scaleY(2) translateX(100px);
      transform: scaleY(2) translateX(100px);
    }
    100% {
      -webkit-transform: scaleY(1) translateX(0);
      transform: scaleY(1) translateX(0);
      opacity: 1;
    }
  }
  .word {
    display: inline-block;
  }
  .word i {
    font-style: unset;
    display: inline-block;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
  }
}
i {
  font-style: unset;
}
.our-work h2 {
  margin-bottom: 23px;
}
.our-work .f-32-medium {
  max-width: 632px;
  width: 100%;
  margin-bottom: 30px;
}
.author-img {
  height: 12px;
  margin-left: 2px;
  margin-bottom: 5px;
}
#about {
  padding: 90px 0;
  position: relative;
}
#about .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#about h2 {
  color: #ffffff;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.67px;
  margin-bottom: 22px;
}
#about h2 span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
}
#about .f-32-medium {
  color: white;
  margin-bottom: 65px;
}
#about a {
  color: #ffffff;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  position: relative;
}
#about a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 16px;
  top: 50%;
  right: -50px;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#about #particles-js {
  position: absolute;
  width: 60%;
  height: 50%;
  right: 0;
  bottom: 0;
}
#about .col-text .f-32-medium {
  max-width: 632px;
  display: -webkit-box;
  max-height: 200px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row-service-img {
  position: relative;
}
.row-service-img .img-service {
  max-height: 402px;
}
.row-service-img .img-service .image {
  position: relative;
}
.row-service-img ul {
  display: none;
}
.row-service-img img {
  width: 100%;
  height: 401px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.row-service-img img.active {
  opacity: 1;
}
.row-service-img img.image-abs {
  position: absolute;
  left: 0;
  top: 0;
}
.row-service-img .row:not(:first-child) {
  position: absolute;
  width: calc(100% + 30px);
  top: 0;
  margin-left: 0;
  margin-right: 0;
  left: -15px;
}
.our-services {
  padding: 90px 0 50px;
}
.our-services h2 {
  margin-bottom: 23px;
}
.our-services .f-32-medium {
  margin-bottom: 65px;
  max-width: 844px;
}
.our-services .f-20-regular {
  margin-bottom: 65px;
  max-width: 55%;
}
.our-services .group-services .group-products .service-name {
  color: #2d2c2c;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 26px;
  overflow: hidden;
}
.our-services .group-services .group-products li {
  padding: 13px 0;
}
.our-services .group-services .group-products li a {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
}
.our-services .group-services .group-products li a::before {
  content: "";
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 5px;
}
.our-services .group-services .group-products li a:hover {
  color: rgba(21, 20, 26, 0.5);
}
.our-services .row-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-services .row-img div:first-child {
  padding-right: 15px;
}
.our-services .row-img div:last-child {
  padding-left: 15px;
}
.partners-group .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: -1;
}
footer .menu-menu-container {
  width: calc(100% - 60px);
}
footer .menu-menu-container .footer-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-projects .main-header-menu .logo {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.single-projects .main-header-menu .logo2 {
  opacity: 1;
}
.single-projects .main-header-menu .logo2.no-on-top {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.single-projects .main-header-menu.bg-white .logo {
  opacity: 1;
}
.single-projects .main-header-menu.bg-white .logo2 {
  opacity: 0;
}
.single-projects #toggle.showToggle::before {
  visibility: visible;
}
.single-projects #toggle.showToggle .status {
  color: #15141a;
}
.single-projects #toggle.showToggle .toggle-button .line-one,
.single-projects #toggle.showToggle .toggle-button .line-two {
  background: #15141a;
}
.single-projects #toggle:not(.active) .status {
  color: #fff;
}
.single-projects #toggle:not(.active) .toggle-button .line-one,
.single-projects #toggle:not(.active) .toggle-button .line-two {
  background: #fff;
}
#single-project .our-work {
  padding-bottom: 80px;
  overflow: hidden;
}
#single-project .our-work .col-md-6 {
  padding-left: 0;
}
#single-project .our-work .row-our-work {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single-project .our-work .row-our-work .col-img {
  width: 50vw;
  left: 50%;
}
#single-project .our-work .row-our-work .col-img img {
  max-height: 505px;
  height: 100%;
}
#single-project .our-work h3 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
}
#single-project .our-work h1,
#single-project .our-work p {
  color: #ffffff;
  margin-bottom: 15px;
}
#single-project .our-work p {
  max-width: 500px;
  width: 100%;
}
#single-project h1 {
  margin-bottom: 28px;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.67px;
}
#single-project .about {
  padding: 65px 0;
}
#single-project .about .col-lg-8 .f-20-regular {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
#single-project .about .project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#single-project .about .project-info .f-20-regular {
  color: rgba(21, 20, 26, 0.5);
  margin-bottom: 10px;
}
#single-project .about .project-info .f-20-regular p {
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
#single-project .about .project-info .services {
  padding-left: 0;
}
#single-project .about .project-info a {
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
#single-project .about .project-info .links a {
  margin-right: 25px;
}
#single-project .about .project-info .country .f-18-regular {
  line-height: 34px;
}
#single-project .about .project-info .services ul li a {
  padding-left: 10px;
  position: relative;
}
#single-project .about .project-info .services ul li a:hover {
  color: rgba(21, 20, 26, 0.5);
}
#single-project .about .project-info .services ul li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: black;
  position: absolute;
  top: 6px;
}
#single-project .workflow,
#single-project .wireframe,
#single-project .desktop,
#single-project .mobile {
  padding: 32px 0;
}
#single-project .workflow .row-img,
#single-project .wireframe .row-img,
#single-project .desktop .row-img,
#single-project .mobile .row-img {
  margin-bottom: 30px;
}
#single-project .workflow .row-img .img-fluid,
#single-project .wireframe .row-img .img-fluid,
#single-project .desktop .row-img .img-fluid,
#single-project .mobile .row-img .img-fluid {
  max-width: 100%;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#single-project .nav-post {
  padding: 30px 0;
}
#single-project .nav-post--content {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#single-project .nav-post--pre {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#single-project .nav-post--link {
  color: #000;
  font-size: 35px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#single-project .nav-post--link:hover {
  color: #ce2028;
}
.intro {
  padding-bottom: 145px;
}
.intro .container-intro {
  padding-right: 15px;
  padding-left: 15px;
}
.intro .row-intro {
  padding-left: calc(((100% - 1140px) / 2) + 15px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro .row-intro .col-intro h1 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #15141a;
  margin-bottom: 0;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.intro .row-intro .col-intro h2 {
  margin-bottom: 15px;
}
.intro .row-intro .col-intro p {
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  max-width: 520px;
  width: 100%;
  max-height: 200px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.intro .row-intro .col-intro p span {
  color: #15141a;
  text-decoration: underline;
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  -webkit-text-stroke: unset;
  cursor: pointer;
}
.intro .row-intro .col-img {
  overflow-x: hidden;
}
.intro .row-intro .col-img img {
  height: 270px;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}
#about-page h4 {
  margin-bottom: 38px;
  position: relative;
}
#about-page h4::before {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #15141a;
  opacity: 0.07;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.96px;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#about-page .f-20-regular {
  margin-bottom: 50px;
  max-width: 640px;
  width: 100%;
}
#about-page .group-services {
  margin-bottom: 30px;
}
#about-page .our-story {
  padding: 65px 0 45px;
}
#about-page .our-story h2 {
  margin-bottom: 23px;
}
#about-page .our-story--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: calc((100% - 1110px) / 2);
}
#about-page .our-story--col-text {
  max-width: 640px;
}
#about-page .our-story--image {
  max-width: calc(100% - 660px);
  padding-top: 100px;
}
#about-page .our-story--image img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#about-page .our-services {
  padding: 40px 0 45px;
}
#about-page .our-services h4::before {
  content: "02";
}
#about-page .our-services .product {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 52px;
}
#about-page .progress-section {
  padding: 40px 0 25px;
}
#about-page .progress-section h2 {
  margin-bottom: 23px;
}
#about-page .progress-section .row-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 105px 50px;
  position: relative;
}
#about-page .progress-section .row-progress .img-line {
  position: absolute;
  bottom: -50px;
  left: 25%;
}
#about-page .progress-section .row-progress .col-text {
  max-width: 440px;
  width: 100%;
}
#about-page .progress-section .row-progress .col-text .step {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #ce2028;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.38px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#about-page .progress-section .row-progress .col-text .title {
  color: #ce2028;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  height: 100%;
  vertical-align: super;
  -webkit-text-stroke: 0;
  margin-left: 27px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#about-page .progress-section .row-progress .col-text p {
  margin-bottom: 0;
}
#about-page .progress-section .row-progress .col-text p:not(:nth-child(2)) {
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}
#about-page .progress-section .row-progress:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#about-page .progress-section .row-progress:nth-child(even) .col-img {
  text-align: right;
}
#about-page .progress-section .row-progress:nth-child(even) .img-line {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 16%;
}
#about-page .progress-section .row-progress:last-child .img-line {
  display: none;
}
#about-page .our-team {
  background: url(../images/Meetteam.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
}
#about-page .our-team .f-32-medium {
  max-width: 580px;
}
#our-services-page .group-services {
  margin-bottom: 30px;
}
#our-services-page h2 {
  margin-bottom: 20px;
}
#our-services-page h3 {
  margin-bottom: 0;
}
#our-services-page .f-20-regular {
  max-width: 774px;
  width: 100%;
  margin-bottom: 60px;
}
#our-services-page .our-services {
  padding-top: 65px;
}
#our-services-page .why-choose-us {
  padding-top: 20px;
}
#our-services-page .why-choose-us .container .f-20-regular {
  margin-bottom: 55px;
}
#our-services-page .why-choose-us .row-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -15px;
  margin-right: -15px;
}
#our-services-page .why-choose-us .row-benefits .benefit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
#our-services-page .why-choose-us .row-benefits .benefit img {
  width: 50px;
  height: 50px;
}
#our-services-page .why-choose-us .row-benefits .benefit .title-benefit {
  color: #2d2c2c;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 15px;
}
#our-services-page .why-choose-us .row-benefits .benefit .f-20-regular {
  max-width: 320px;
  width: 100%;
  margin-bottom: 0;
}
#our-services-page .why-choose-us .row-benefits .col-md-4 {
  margin-bottom: 60px;
}
#our-services-page .we-work-with {
  padding: 15px 0px;
}
#our-services-page .we-work-with .f-20-regular {
  margin-bottom: 36px;
}
#our-services-page .we-work-with .group-clients {
  padding-top: 0;
}
#contact-page .intro .row-intro .col-intro p {
  max-width: initial;
}
#contact-page .location .container {
  padding: 20px 100px 0;
}
#contact-page .location .container h2 {
  margin-bottom: 30px;
}
#contact-page .contact-form {
  background: white;
  padding-top: 60px;
}
#contact-page .contact-form .container {
  padding: 0 100px;
}
#contact-page .row-branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#contact-page .row-branch .branch {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 55px;
  padding: 0 15px;
}
#contact-page .row-branch .branch p {
  max-width: 100%;
}
#contact-page .row-branch .branch .f-26-sbold {
  color: rgba(21, 20, 26, 0.9);
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
}
#contact-page .row-branch .branch .f-16-medium {
  color: #ce2028;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
#partners-page h2 {
  margin-bottom: 22px;
}
#partners-page .our-partners {
  padding: 65px 0;
}
#partners-page .our-partners article {
  border-bottom: 1px solid lightgray;
  padding: 60px 0;
}
#partners-page .our-partners article:last-child {
  border: none;
}
#partners-page .our-partners article .website p:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#partners-page .our-partners article .col-md-3 {
  text-align: center;
}
#partners-page .our-partners article .col-md-3 img {
  max-width: 120px;
  height: auto;
}
#partners-page .our-partners article .col-md-9 .info {
  margin-bottom: 56px;
  color: #15141a;
  font-family: "Graphik-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
#partners-page .our-partners article .col-md-9 > p {
  margin-bottom: 50px;
  color: #15141a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
#partners-page .our-partners article .col-md-9 .partner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#partners-page .our-partners article .col-md-9 .partner-info > div {
  color: rgba(21, 20, 26, 0.5);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#partners-page
  .our-partners
  article
  .col-md-9
  .partner-info
  > div
  > p:first-child {
  margin-bottom: 10px;
}
#partners-page
  .our-partners
  article
  .col-md-9
  .partner-info
  > div
  > p:last-child {
  margin-bottom: 0;
}
#partners-page .our-partners article .col-md-9 .partner-info > div a {
  font-family: "Graphik-Regular";
  color: #15141a;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
#partners-page
  .our-partners
  article
  .col-md-9
  .partner-info
  > div
  p:last-child {
  font-family: "Graphik-Regular", sans-serif;
  color: #15141a;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
}
#partners-page .our-partners article .col-md-9 .partner-info > div p {
  text-align: left;
}
.our-clients {
  overflow: hidden;
}
.group-clients {
  padding: 45px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -65px;
}
.group-clients a {
  max-width: 120px;
}
.group-clients a img {
  display: block;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
.group-clients .clients-item {
  margin-bottom: 30px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  padding: 15px;
  max-width: 20%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.group-clients .clients-item .image {
  max-width: 120px;
  margin: 0 auto;
}
.group-clients .clients-item:hover {
  -webkit-filter: none;
  filter: none;
}
@media screen and (max-width: 1199px) {
  .group-clients {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 991px) {
  .group-clients {
    margin: 0px -35px;
  }
  .group-clients .clients-item {
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .group-clients {
    margin: 0px -40px;
  }
  .group-clients .clients-item {
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 575px) {
  .group-clients {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .group-clients .clients-item {
    max-width: 50%;
  }
}
.client-icon {
  margin-left: -35px;
  margin-right: -35px;
}
.contact-form {
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 145px 0 125px;
}
.contact-form h2 {
  margin-bottom: 50px;
}
.wpcf7-form span {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.wpcf7-form .row {
  margin-right: -40px;
  margin-left: -40px;
}
.wpcf7-form .row .col-md-6,
.wpcf7-form .row .col-12 {
  padding-right: 40px;
  padding-left: 40px;
}
.wpcf7-form div.col-md-6 {
  margin-bottom: 50px;
}
.wpcf7-form input[type="submit"] {
  color: #ce2028;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  padding-bottom: 13px;
  padding-left: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: none;
  border-bottom: 3px solid transparent;
  padding-bottom: 13px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #15141a;
  font-size: 18px;
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-stroke: unset !important;
  opacity: 1;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-stroke: unset !important;
  opacity: 1;
}
.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-stroke: unset !important;
  opacity: 1;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 18px;
  font-weight: 500;
  -webkit-text-stroke: unset !important;
  opacity: 1;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-bottom: 3px solid #ce2028;
  padding-bottom: 13px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea {
  width: 100%;
  border-bottom: 1px solid #15141a;
}
.wpcf7-form input[type="text"]::-webkit-input-placeholder,
.wpcf7-form input[type="email"]::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]::-webkit-input-placeholder,
.wpcf7-form input[type="file"]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #15141a;
}
.wpcf7-form input[type="text"]:-ms-input-placeholder,
.wpcf7-form input[type="email"]:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:-ms-input-placeholder,
.wpcf7-form input[type="file"]:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #15141a;
}
.wpcf7-form input[type="text"]::-ms-input-placeholder,
.wpcf7-form input[type="email"]::-ms-input-placeholder,
.wpcf7-form input[type="tel"]::-ms-input-placeholder,
.wpcf7-form input[type="file"]::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #15141a;
}
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="file"]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #15141a;
}
.wpcf7-form .url {
  display: none;
}
.wpcf7-form span.ajax-loader {
  position: relative;
}
.wpcf7-form span.ajax-loader:after {
  content: "";
  visibility: visible;
  position: absolute;
  right: -35px;
  top: -2px;
  width: 40px;
  height: 16px;
  background-image: url(../images/arrow-right-red.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
.wpcf7-form .select .select-styled {
  padding: 0 0 15px;
  border: 0;
  border-bottom: 1px solid black;
  font-size: 18px;
}
.wpcf7-form .select .select-styled.active {
  border-bottom: 3px solid #ce2028;
  padding-bottom: 13px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #f00;
  -webkit-text-stroke: unset;
}
.wpcf7-form .wpcf7-response-output {
  margin: 2em 0 1em;
}
#blog-page .blog-posts {
  padding: 80px 0;
}
#blog-page .blog-posts .first-post {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#blog-page .blog-posts .first-post .post-thumb img {
  height: 339px;
}
#blog-page .blog-posts .first-post .post-title {
  -webkit-line-clamp: 3;
}
#blog-page .blog-posts .first-post .post-content {
  padding: 0;
  padding-right: 28px;
}
#blog-page .blog-posts .post-thumb img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 220px;
  width: 100%;
}
.post-item {
  margin-bottom: 60px;
}
.post-item .post-content {
  padding: 0 70px;
}
.post-item .post-content .post-date {
  color: rgba(21, 20, 26, 0.5);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.post-item .post-content .post-title {
  max-width: 590px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-item .post-content .post-title a {
  color: #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}
.post-item .post-content .post-excerpt {
  color: rgba(21, 20, 26, 0.7);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 25px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.loadmore {
  color: #ce2028;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  margin-left: -20px;
}
.loadmore::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 16px;
  top: 50%;
  right: -45px;
  background-image: url(../images/arrow-right-red.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-content-post {
  position: relative;
}
.main-content-post:before {
  content: "";
  background-image: linear-gradient(-51deg, #fbfbfb 0%, #f4f4f4 50%);
  position: absolute;
  width: 100%;
  height: 678px;
  top: 0;
  z-index: 0;
}
.main-content-post > * {
  position: relative;
  z-index: 1;
}
.main-content-post .post-thumbnail img {
  height: 530px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main-content-post .header-content {
  padding: 75px 180px;
}
.main-content-post .header-content .post-date {
  color: rgba(21, 20, 26, 0.5);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.main-content-post .header-content .post-title a {
  color: #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
}
.main-content-post .body-content {
  color: rgba(21, 20, 26, 0.7);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  padding: 80px 180px;
}
.main-content-post .body-content p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.main-content-post .body-content .wp-block-image {
  margin-bottom: 60px;
}
.main-content-post .suggest {
  color: rgba(21, 20, 26, 0.5);
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.main-content-post .suggested-articles {
  padding-top: 45px;
  padding-bottom: 20px;
}
#joinUsPage .current-jobs {
  padding: 70px 0 10px;
}
#joinUsPage .current-jobs h2 {
  margin-bottom: 45px;
}
#joinUsPage .current-jobs .post-content h4 {
  margin-bottom: 25px;
}
#joinUsPage .passed-jobs {
  padding-bottom: 10px;
}
#joinUsPage .passed-jobs h2 {
  margin-bottom: 45px;
}
#single-jobs .img-fluid {
  height: 343px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#single-jobs .img-service:nth-child(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#single-jobs .img-service:nth-child(2n) img {
  height: 275px;
  margin: auto 0;
}
#single-jobs .content h3 {
  color: #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#single-jobs .content h4 {
  color: #15141a;
  font-family: "Graphik-Medium", sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 70px;
}
#single-jobs .content p {
  color: rgba(21, 20, 26, 0.7);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
#single-jobs .content .container {
  padding: 55px 195px 70px;
}
#single-jobs .content .container .back {
  color: rgba(21, 20, 26, 0.5);
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
#single-jobs .content .container .back::before {
  content: url(../images/back.svg);
  margin-right: 6px;
}
#single-jobs .image {
  padding-bottom: 70px;
}
#single-jobs .apply-form {
  background: #f9f9f9;
  width: 100%;
  height: auto;
  padding: 90px 0;
}
#single-jobs .apply-form h3 {
  color: #15141a;
  font-family: "Graphik-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.38px;
  margin-bottom: 5px;
}
#single-jobs .apply-form .f-20-regular {
  margin-bottom: 60px;
}
#single-jobs .apply-form input[type="file"] {
  background: url(../images/attach.svg) no-repeat center right;
}
#single-jobs .apply-form input[type="file"]::-webkit-file-upload-button {
  display: none;
}
#single-jobs .apply-form input[type="file"]::before {
  content: attr(data-text);
}
#single-jobs .other-jobs {
  padding: 50px 0 20px;
}
#single-jobs .other-jobs h4 {
  color: rgba(21, 20, 26, 0.5);
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
.single-post .post-title,
.page-template-default .post-title {
  color: #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-weight: 600;
  line-height: 60px;
  margin-top: 15px;
  font-size: 48px;
}
.single-post .body-content,
.page-template-default .body-content {
  padding-top: 0 !important;
}
.single-post .body-content img,
.page-template-default .body-content img {
  margin-bottom: 15px;
}
.single-post .body-content a,
.page-template-default .body-content a {
  color: #15141a;
  text-decoration: underline;
}
.single-post .body-content a:hover,
.page-template-default .body-content a:hover {
  opacity: 0.7;
}
.single-post .body-content h1,
.single-post .body-content h2,
.single-post .body-content h3,
.single-post .body-content h4,
.single-post .body-content h5,
.page-template-default .body-content h1,
.page-template-default .body-content h2,
.page-template-default .body-content h3,
.page-template-default .body-content h4,
.page-template-default .body-content h5 {
  color: #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-weight: 600;
  line-height: 60px;
  margin-top: 15px;
}
.single-post .body-content h1,
.page-template-default .body-content h1 {
  font-size: 48px;
}
.single-post .body-content h2,
.page-template-default .body-content h2 {
  font-size: 38px;
}
.single-post .body-content h3,
.page-template-default .body-content h3 {
  font-size: 32px;
}
.single-post .body-content h4,
.page-template-default .body-content h4 {
  font-size: 28px;
}
.single-post .body-content h5,
.page-template-default .body-content h5 {
  font-size: 20px;
}
.single-post .body-content ul,
.page-template-default .body-content ul {
  list-style: disc;
  padding-left: 40px;
}
.single-post .body-content .wp-block-image,
.page-template-default .body-content .wp-block-image {
  margin: 0;
}
.single-post .body-content blockquote,
.page-template-default .body-content blockquote {
  font-style: italic;
  position: relative;
  margin-left: 25px;
}
.single-post .body-content blockquote:before,
.page-template-default .body-content blockquote:before {
  content: '""';
  position: absolute;
  top: -8px;
  left: -25px;
}
.single-post .body-content table td,
.page-template-default .body-content table td {
  padding: 15px 40px;
}
#about .col-text .f-32-medium p {
  margin-bottom: 0;
}
#ourTeamPage .manager-team h2,
#ourTeamPage .member-team h2 {
  margin-bottom: 15px;
}
#ourTeamPage .manager-team .f-26-regular,
#ourTeamPage .member-team .f-26-regular {
  margin-bottom: 50px;
  max-width: 735px;
}
#ourTeamPage .manager-team {
  padding: 65px 0 40px;
}
#ourTeamPage .manager-team .img-manager {
  max-height: 376px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#ourTeamPage .manager-team img {
  height: 376px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#ourTeamPage .member-team .img-member {
  max-height: 267px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#ourTeamPage .member-team img {
  height: 267px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#ourTeamPage .img-hidden,
#ourTeamPage .img-show {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#ourTeamPage .img-hidden {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#ourTeamPage .img-show {
  opacity: 1;
  position: relative;
}
#ourTeamPage .one-manager,
#ourTeamPage .one-member {
  margin-bottom: 45px;
}
#ourTeamPage .one-manager .f-26-sbold,
#ourTeamPage .one-member .f-26-sbold {
  color: #15141a;
  font-family: "Graphik-SemiBold", sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-top: 25px;
}
#ourTeamPage .one-manager .f-16-regular,
#ourTeamPage .one-member .f-16-regular {
  color: #4a4a4a;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
}
#ourTeamPage .our-services {
  padding-top: 45px;
}
#ourTeamPage .our-services .f-20-regular {
  margin-bottom: 50px;
  max-width: 735px;
  font-family: "Graphik-Regular", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
#ourTeamPage .group-services {
  margin-bottom: 30px;
}
#portfolio-page .f-32-medium {
  margin-top: 60px;
}
#page-404 a {
  color: #15141a;
  font-family: "Graphik-Regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: underline;
}
#page-404 a:hover {
  opacity: 0.6;
}
#page-404 p {
  max-width: initial !important;
}
@media screen and (max-width: 991px) {
  .group-clients a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .body-content {
    font-size: 18px;
  }
  .body-content h1 {
    font-size: 36px;
  }
  .body-content h2 {
    font-size: 28px;
  }
  .body-content h3 {
    font-size: 22px;
  }
  .body-content h4 {
    font-size: 20px;
  }
  .body-content h5 {
    font-size: 18px;
  }
  #single-post .header-content {
    padding: 0 0 20px;
  }
  #single-post .body-content {
    padding: 50px 0 0;
  }
  #contact-page .contact-form .container,
  #contact-page .location .container {
    padding: 0 15px;
  }
  #particles-js {
    width: 100% !important;
    height: 30% !important;
  }
}
@media screen and (max-width: 767px) {
  #our-services-page .group-services {
    margin-bottom: 0;
  }
  #blog-page .first-post.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #blog-page .first-post .post-content {
    padding: 0;
    padding-top: 10px;
  }
  .wpcf7-form .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .wpcf7-form .row .col-md-6,
  .wpcf7-form .row .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .projects-post .w-post-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .projects-post .w-post-container .post-member {
    margin-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .projects-post .clients img {
    margin-left: 0 !important;
  }
  #single-post .body-content h2 {
    font-size: 26px;
  }
  #single-post .body-content h3 {
    font-size: 22px;
  }
  #single-post .body-content h4 {
    font-size: 18px;
  }
  #single-post .body-content h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 565px) {
  .group-clients a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #contact-page .row-branch .branch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #single-project .our-work img {
    width: 100%;
  }
  .projects-post .work-post .img-fluid {
    min-height: 350px;
  }
  #single-post .body-content h1,
  #single-post .body-content h2,
  #single-post .body-content h3,
  #single-post .body-content h4,
  #single-post .body-content h5 {
    line-height: 40px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scaleY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(2) translateY(25%);
    transform: scaleY(2) translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
@keyframes scaleY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(2) translateY(25%);
    transform: scaleY(2) translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
#single-service *:not(.have-to-margin):last-child {
  margin-bottom: 0 !important;
}
#single-service .intro h2 {
  width: 200%;
}
@media screen and (max-width: 991px) {
  #single-service .intro h2 {
    width: initial;
  }
}
#single-service .text-bold {
  color: #5b5a5e;
  font-weight: 700 !important;
  font-family: "Graphik-Bold", sans-serif !important;
  -webkit-text-stroke: 0;
}
#single-service .text-semibold {
  color: #5b5a5e;
  font-weight: 500 !important;
  font-family: "Graphik-Medium", sans-serif !important;
  -webkit-text-stroke: 0;
}
#single-service .sec-des {
  padding: 70px 0 35px;
}
#single-service .sec-des--description {
  max-width: 780px;
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
}
#single-service .sec-des .text-bold,
#single-service .sec-des .text-semibold {
  color: #000;
}
@media screen and (max-width: 767px) {
  #single-service .sec-des--description {
    font-size: 18px;
    line-height: 30px;
  }
}
#single-service .text-image {
  padding: 35px 0;
}
#single-service .text-image--title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  font-family: "Graphik-SemiBold", sans-serif;
  margin-bottom: 60px;
}
#single-service .text-image--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#single-service .text-image--left-col {
  width: 100%;
  max-width: 50%;
  padding-right: 15px;
}
#single-service .text-image--right-col {
  width: 100%;
  max-width: 50%;
}
#single-service .text-image--sub-title {
  max-width: 500px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  font-family: "Graphik-SemiBold", sans-serif;
}
#single-service .text-image--description {
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
#single-service .text-image--description p {
  margin-bottom: 40px;
}
#single-service .text-image--description.big {
  font-size: 24px;
  font-weight: 400;
  line-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#single-service .text-image--image {
  max-width: 564px;
  margin-left: auto;
  margin-right: 0;
}
#single-service .text-image--image--img {
  height: 415px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #single-service .text-image--left-col,
  #single-service .text-image--right-col {
    max-width: 100%;
    padding: 0;
  }
  #single-service .text-image--left-col {
    margin-bottom: 20px;
  }
  #single-service .text-image--image {
    margin: 0;
  }
}
@media screen and (max-width: 776px) {
  #single-service .text-image--title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #single-service .text-image--sub-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  #single-service .text-image--description {
    font-size: 13px;
    line-height: 20px;
  }
  #single-service .text-image--description.big {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  #single-service .text-image--image--img {
    height: 300px;
  }
}
#single-service .list-item {
  padding: 35px 0;
}
#single-service .list-item--main-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  font-family: "Graphik-SemiBold", sans-serif;
  margin-bottom: 60px;
  max-width: 510px;
}
#single-service .list-item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#single-service .list-item--col-content {
  max-width: 500px;
}
#single-service .list-item--left-col,
#single-service .list-item--right-col {
  max-width: 50%;
  width: 100%;
  padding-right: 15px;
}
#single-service .list-item .mix-item {
  margin-bottom: 40px;
}
#single-service .list-item .mix-item--title {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Graphik-SemiBold", sans-serif;
}
#single-service .list-item .mix-item--description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
#single-service .list-item .mix-item--image {
  margin-bottom: 35px;
}
#single-service .list-item .mix-item--image img {
  max-width: 100%;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
#single-service .list-item .mix-item .style-list p {
  padding-left: 15px;
  position: relative;
}
#single-service .list-item .mix-item .style-list p::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #000;
  opacity: 0.8;
  left: 5px;
  top: 11px;
}
#single-service .list-item .mix-item P {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #single-service .list-item--left-col,
  #single-service .list-item--right-col {
    max-width: 100%;
    padding: 0;
  }
  #single-service .list-item--left-col {
    margin-bottom: 30px;
  }
  #single-service .list-item--main-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #single-service .list-item .mix-item--title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #single-service .list-item .mix-item--image {
    margin-bottom: 16px;
  }
  #single-service .list-item .mix-item--description {
    font-size: 13px;
    line-height: 20px;
  }
  #single-service .list-item .mix-item--description p {
    margin-bottom: 15px;
  }
}
#single-service .sec-image {
  padding: 35px 0;
}
#single-service .sec-image--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#single-service .sec-image--image--img {
  height: 415px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#single-service .sec-image--image {
  max-width: 50%;
  width: 100%;
}
#single-service .sec-image--image-2 {
  padding-left: 15px;
}
#single-service .sec-image--image-1 {
  padding-right: 15px;
}
#single-service .sec-image--one-image {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  #single-service .sec-image--image--img {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  #single-service .sec-image--image--img {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  #single-service .sec-image--image {
    max-width: 100%;
    padding: 0;
  }
  #single-service .sec-image--image-1 {
    margin-bottom: 15px;
  }
  #single-service .sec-image--image--img {
    height: 375px;
  }
  #single-service .sec-image--one-image--img {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  #single-service .sec-image--image--img {
    height: 250px;
  }
  #single-service .sec-image--one-image--img {
    height: 150px;
  }
}
#single-service .relate-project--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
#single-service .relate-project--title {
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
  font-family: "Graphik-SemiBold", sans-serif;
}
#single-service .relate-project--link {
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
  font-family: "Graphik-SemiBold", sans-serif;
  position: relative;
  padding-right: 40px;
  color: #ce2028;
}
#single-service .relate-project--link::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 16px;
  top: 50%;
  right: 0;
  background-image: url(../images/arrow-right-red.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#single-service .relate-project--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#single-service .relate-project--left-col,
#single-service .relate-project--right-col {
  max-width: 50%;
  width: 100%;
  padding-left: 30px;
}
#single-service .relate-project--left-col {
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #single-service .relate-project--left-col,
  #single-service .relate-project--right-col {
    max-width: 100%;
    padding: 0;
  }
  #single-service .relate-project--title {
    font-size: 25px;
    line-height: 35px;
  }
  #single-service .relate-project--link {
    font-size: 18px;
    line-height: 25px;
  }
}
