@font-face {
  font-family: "Graphik-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Graphik-Regular/Graphik-Regular.svg");
  src: url("../fonts/Graphik-Regular/Graphik-Regular.eot?") format("eot"), url("../fonts/Graphik-Regular/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular/Graphik-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GothamSSm-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamSSm-Bold/GothamSSm-Bold.svg");
  src: url("../fonts/GothamSSm-Bold/GothamSSm-Bold.eot?") format("eot"), url("../fonts/GothamSSm-Bold/GothamSSm-Bold.woff") format("woff"), url("../fonts/GothamSSm-Bold/GothamSSm-Bold.woff2") format("woff2"), url("../fonts/GothamSSm-Bold/GothamSSm-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GothamSSm-Book";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamSSm-Book/GothamSSm-Book.svg");
  src: url("../fonts/GothamSSm-Book/GothamSSm-Book.eot?") format("eot"), url("../fonts/GothamSSm-Book/GothamSSm-Book.woff") format("woff"), url("../fonts/GothamSSm-Book/GothamSSm-Book.woff2") format("woff2"), url("../fonts/GothamSSm-Book/GothamSSm-Book.ttf") format("truetype");
}
@font-face {
  font-family: "GothamSSm-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamSSm-Light/GothamSSm-Light.svg");
  src: url("../fonts/GothamSSm-Light/GothamSSm-Light.eot?") format("eot"), url("../fonts/GothamSSm-Light/GothamSSm-Light.woff") format("woff"), url("../fonts/GothamSSm-Light/GothamSSm-Light.woff2") format("woff2"), url("../fonts/GothamSSm-Light/GothamSSm-Light.ttf") format("truetype");
}
@font-face {
  font-family: "GothamSSm-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GothamSSm-Medium/GothamSSm-Medium.svg");
  src: url("../fonts/GothamSSm-Medium/GothamSSm-Medium.eot?") format("eot"), url("../fonts/GothamSSm-Medium/GothamSSm-Medium.woff") format("woff"), url("../fonts/GothamSSm-Medium/GothamSSm-Medium.woff2") format("woff2"), url("../fonts/GothamSSm-Medium/GothamSSm-Medium.ttf") format("truetype");
}
body {
  overflow-x: hidden;
  width: 100vw;
}

html {
  overflow-x: hidden;
  width: 100vw;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-family: "GothamSSm-Bold";
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
    line-height: 59px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 680px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  h2 {
    font-size: 30px;
  }
}

.container {
  width: 100%;
  max-width: 1300px;
}

.container-comp {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

video {
  width: 100% !important;
  height: 100vh !important;
}

.video-slide {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.general-navi {
  width: 100vw;
  background: #fff;
  position: fixed;
  z-index: 99999;
}

.navigation-filler {
  position: relative;
  width: 100%;
  display: block;
}

.swiper-pagination-bullet {
  background: #000;
}

.swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 120s;
          animation: dash linear 120s;
  -webkit-animation-iteration-count: unset;
          animation-iteration-count: unset;
}

.path {
  display: none;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.navigation {
  width: 100%;
  position: absolute;
  padding: 0 70px;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .navigation {
    padding: 0 20px;
  }
}
.navigation .logo {
  cursor: pointer;
}
.navigation .logo img {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 680px) {
  .navigation .logo img {
    max-width: 170px;
  }
}
.navigation .wrap-menu {
  display: flex;
  align-items: center;
}
.navigation .wrap-menu .phone-number {
  font-family: "GothamSSm-Medium";
  font-size: 14px;
  color: #fff;
  padding-right: 31px;
}
@media (max-width: 1024px) {
  .navigation .wrap-menu .phone-number {
    display: none;
  }
}
.navigation .wrap-menu .phone-number:hover {
  text-decoration: none;
}
.navigation .wrap-menu .phone-number:focus {
  text-decoration: none;
}
.navigation .wrap-menu .get-and-estimate {
  font-family: "GothamSSm-Medium";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DD393F;
  padding: 17px 24.5px 16px 24.5px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  position: relative;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .navigation .wrap-menu .get-and-estimate {
    display: none;
  }
}
.navigation .wrap-menu .get-and-estimate:hover {
  text-decoration: none;
}
.navigation .wrap-menu .get-and-estimate:focus {
  text-decoration: none;
}
.navigation .wrap-menu .get-and-estimate:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff;
}
.navigation .wrap-menu .hambergermenu {
  padding-left: 30px;
}
.navigation .wrap-menu .hambergermenu img {
  cursor: pointer;
}
.navigation .wrap-menu .universe {
  padding-left: 28px;
}
.navigation .wrap-menu .menu:hover .menu-txt {
  color: #000;
}

.navi-contorl {
  width: 100%;
  max-width: 373px;
  height: 70px;
  background-color: #171721;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  display: none;
  visibility: hidden;
}
.navi-contorl .downlink {
  width: 100%;
  max-width: 70px;
  height: 100%;
  background-color: #ED1C24;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navi-contorl .slide-bulet {
  width: 100%;
  max-width: 192px;
  height: 100%;
}
.navi-contorl .slide-bulet:focus {
  outline: none;
  border: none;
}
.navi-contorl .slide-bulet .swiper-pagination-bullet:focus {
  outline: none;
  border: none;
}
.navi-contorl .slide-conrtol {
  width: 100%;
  max-width: 110px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.navi-contorl .slide-conrtol .sp-prev:focus {
  outline: none;
  border: none;
}
.navi-contorl .slide-conrtol .sp-next:focus {
  outline: none;
  border: none;
}
.navi-contorl .slide-conrtol:focus {
  outline: none;
  border: none;
}
.navi-contorl .slide-conrtol:active {
  outline: none;
  border: none;
}

footer {
  background-color: #EFF1F5;
  border-top: solid #D6D9DC 1px;
  padding-top: 78px;
}
footer .col-lg-8,
footer .col-lg-4,
footer .col-lg-3 {
  padding: 0;
}
@media (max-width: 992px) {
  footer .col-lg-8,
footer .col-lg-4,
footer .col-lg-3 {
    padding: 0 10px;
  }
}
footer .ft-content img {
  width: 100%;
  max-width: 274px;
}
footer .ft-content .moto {
  width: 100%;
  max-width: 355px;
  padding-top: 41px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #828387;
  line-height: 24px;
}
footer .ft-fra h5 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #4A4A53;
  width: 100%;
  max-width: 115px;
}
footer .ft-fra ul {
  padding-top: 21px;
}
footer .ft-fra ul li {
  padding-bottom: 20px;
}
footer .ft-fra ul li p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #828387;
  line-height: 20px;
  margin: 0;
}
footer .lst-menu {
  text-align: right;
}
@media (max-width: 992px) {
  footer .lst-menu {
    text-align: left;
  }
}
footer .lst-menu h5 {
  padding-bottom: 22px;
}

.bottom-footer {
  background-color: #32323E;
  font-family: "GothamSSm-Medium";
  font-size: 14px;
  color: #828387;
  text-transform: uppercase;
}
.bottom-footer .container {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 25px;
}
.bottom-footer .copyright {
  margin-right: 20px;
}
.bottom-footer p {
  text-align: center;
  margin: 0;
}
.bottom-footer .link-list {
  display: inline-flex;
  margin: 0;
}
.bottom-footer .link-list li {
  border-right: 1px solid #828387;
}
.bottom-footer .link-list li:last-of-type {
  border-right: 0;
}
.bottom-footer .link-list a {
  color: #c7c7c7;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
  text-decoration: none;
  font-family: "GothamSSm-Light";
  font-size: 12px;
}
.bottom-footer .link-list a:hover {
  text-decoration: underline;
}
@media (max-width: 680px) {
  .bottom-footer {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }
  .bottom-footer .copyright {
    margin-bottom: 10px;
  }
  .bottom-footer .link-list {
    flex-flow: column;
  }
  .bottom-footer .link-list li {
    border-right: 0;
    text-align: center;
  }
}

.common-pages .page-content-top {
  padding-top: 100px;
  padding-bottom: 100px;
}
.common-pages .subpage-banner-inner {
  max-height: 300px;
}
.common-pages .subpage-banner-inner .glob-tit {
  text-align: center;
  max-width: 100%;
}
.common-pages .page-content h2 {
  padding-bottom: 45px;
}
.common-pages .page-content h4 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "GothamSSm-Bold";
}
.common-pages .page-content p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
}
.common-pages .page-content ul {
  padding: 30px 30px 0px 30px;
}
.common-pages .page-content ul li {
  width: 100%;
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
  padding-bottom: 15px;
  list-style-type: disc;
}
.common-pages .certificate-img {
  text-align: center;
  padding: 40px 0px;
}
.common-pages .certificate-img img {
  max-width: 600px;
  width: 100%;
  display: inline-block;
}

.side-nav-main-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.side-nav-main-wrap .side-nav-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(23, 23, 33, 0.88);
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.side-nav-main-wrap .side-bar {
  width: 100%;
  max-width: 530px;
  height: 100%;
  background-color: #fff;
  padding: 23px 63px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
@media (max-height: 990px) {
  .side-nav-main-wrap .side-bar {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .side-nav-main-wrap .side-bar {
    padding: 23px 20px;
  }
}
.side-nav-main-wrap .side-bar .side-bar-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar .get-and-estimate {
  font-family: "GothamSSm-Medium";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DD393F;
  padding: 17px 24.5px 16px 24.5px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  position: relative;
  margin-right: 30px;
}
@media (max-width: 400px) {
  .side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar .get-and-estimate {
    padding: 17px 16px 16px 16px;
    font-size: 12px;
  }
}
.side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar .get-and-estimate:hover {
  text-decoration: none;
}
.side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar .get-and-estimate:focus {
  text-decoration: none;
}
.side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar .get-and-estimate:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: red;
}
.side-nav-main-wrap .side-bar .side-bar-menu .side-closing-bar .hambergermenu {
  cursor: pointer;
  padding-left: 30px;
}
.side-nav-main-wrap .side-bar .nav-iteam-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 70px;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li {
  width: 100%;
  padding-bottom: 44px;
}
@media (max-width: 1300px) {
  .side-nav-main-wrap .side-bar .nav-iteam-section li {
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .side-nav-main-wrap .side-bar .nav-iteam-section li {
    padding-bottom: 25px;
  }
}
.side-nav-main-wrap .side-bar .nav-iteam-section li:last-child {
  padding-bottom: 0;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .single-link {
  font-family: "GothamSSm-Bold";
  font-size: 40px;
  color: #32323E;
  line-height: 28px;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .single-link:hover {
  text-decoration: none;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .single-link:focus {
  text-decoration: none;
  color: #DD393F;
}
@media (max-width: 1300px) {
  .side-nav-main-wrap .side-bar .nav-iteam-section li .single-link {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .side-nav-main-wrap .side-bar .nav-iteam-section li .single-link {
    font-size: 32px;
  }
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .hidden-block {
  padding-top: 26px;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .hidden-block ul li {
  padding-bottom: 0;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .hidden-block ul li a {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #32323E;
  line-height: 32px;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .hidden-block ul li a:hover {
  text-decoration: none;
  color: #DD393F;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown {
  text-align: left;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown button {
  background-color: #fff;
  border: none !important;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown .dropdown-menu {
  box-shadow: none;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown .dropdown-menu:focus {
  border: none;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  display: inline-block;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown .dropdown-menu .dropdown-item:focus {
  border: none;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown .dropdown-menu.show {
  box-shadow: none;
  border: none;
}
.side-nav-main-wrap .side-bar .nav-iteam-section li .dropdown .dropdown-menu.show:focus {
  border: none;
}
.side-nav-main-wrap .side-bar .nav-phone-number p {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #828387;
  line-height: 28px;
  padding-top: 8vh;
}
.side-nav-main-wrap .side-bar .email {
  padding-top: 18px;
  padding-bottom: 18px;
}
.side-nav-main-wrap .side-bar .email a {
  text-decoration: none;
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #828387;
  line-height: 24px;
}
.side-nav-main-wrap .side-bar .social-link p {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #828387;
  line-height: 24px;
}
.side-nav-main-wrap .side-bar .social-link ul {
  display: flex;
}
.side-nav-main-wrap .side-bar .social-link ul li {
  padding-right: 21.5px;
}

.btn-wt {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #828387;
  text-transform: uppercase;
  border: solid #828387 1px;
  border-radius: 24px;
  padding: 15px 38px;
  transition: 0.5s ease-out;
}
.btn-wt:hover {
  text-decoration: none;
  color: #fff;
  background-color: #828387;
  border: solid #828387 1px;
}

.btn-wt-red {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: solid #DD393F 1px;
  border-radius: 24px;
  padding: 15px 38px;
  transition: 0.5s ease-out;
  background-color: #DD393F;
}
.btn-wt-red:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e67276;
  border: solid #828387 1px;
}

.arrow-links {
  display: flex;
  text-transform: uppercase;
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #fff;
}
.arrow-links:hover {
  color: #fff;
}
.arrow-links img {
  padding-left: 10px;
}

.right-screeen {
  display: none;
}
@media (max-width: 1024px) {
  .right-screeen {
    display: flex;
  }
}
.right-screeen .right-menu-panel {
  width: 100%;
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: transparent;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .right-screeen .right-menu-panel {
    position: static;
  }
}
@media (max-width: 680px) {
  .right-screeen .right-menu-panel {
    height: auto;
  }
  .right-screeen .right-menu-panel .panel-l {
    border: 0;
  }
}
.right-screeen .right-menu-panel .set-one {
  display: flex;
  flex-direction: row;
}
@media (max-width: 680px) {
  .right-screeen .right-menu-panel .set-one {
    flex-direction: column;
    height: 600px;
  }
}
.right-screeen .right-menu-panel .set-one .panel-l {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/banner/banner-hov.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.right-screeen .right-menu-panel .set-one .panel-l a {
  width: 100%;
}
.right-screeen .right-menu-panel .set-one .panel-l:hover h2 {
  color: #000 !important;
}
.right-screeen .right-menu-panel .set-one .panel-l:hover .panel-text,
.right-screeen .right-menu-panel .set-one .panel-l:hover .panel-image {
  opacity: 0;
}
.right-screeen .right-menu-panel .set-one .panel-l .panel-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
}
.right-screeen .right-menu-panel .set-one .panel-l .panel-link h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  max-width: 241px;
}
.right-screeen .right-menu-panel .set-one .panel-l .panel-link img {
  padding-top: 34px;
}
.right-screeen .right-menu-panel .set-one .panel-l .hov-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s ease-out;
  cursor: pointer;
  background-image: url("../images/home/banner/banner-hov.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.right-screeen .right-menu-panel .set-one .panel-l .hov-img-box h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  max-width: 240px;
}
.right-screeen .right-menu-panel .set-one .panel-l .hov-img-box p {
  width: 100%;
  max-width: 241px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #c6c6ce;
  line-height: 20px;
  padding-top: 35px;
  padding-bottom: 34px;
}
.right-screeen .right-menu-panel .set-one .panel-l .hov-img-box .wrap-circle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 162px;
  padding: 11px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: solid #828387 1px;
}
.right-screeen .right-menu-panel .set-one .panel-l .hov-img-box .wrap-circle span {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #828387;
}
.right-screeen .right-menu-panel .set-one .panel-l .hov-img-box .wrap-circle img {
  padding-top: 0px;
}
.right-screeen .right-menu-panel .set-one .panel-l:nth-child(1) {
  background-image: url("../images/home/Web.png");
}
.right-screeen .right-menu-panel .set-one .panel-l:nth-child(1) .hov-img-box {
  background-image: url("../images/home/Web.png") !important;
}
.right-screeen .right-menu-panel .set-one .panel-l:nth-child(2) {
  background-image: url("../images/home/Web.png");
}
.right-screeen .right-menu-panel .set-one .panel-l:nth-child(2) .hov-img-box {
  background-image: url("../images/home/AWS.png") !important;
}
.right-screeen .right-menu-panel .set-two {
  display: flex;
  flex-direction: row;
}
@media (max-width: 680px) {
  .right-screeen .right-menu-panel .set-two {
    flex-direction: column;
    height: 600px;
  }
}
.right-screeen .right-menu-panel .set-two .panel-l {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/banner/banner-hov.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.right-screeen .right-menu-panel .set-two .panel-l a {
  width: 100%;
}
.right-screeen .right-menu-panel .set-two .panel-l:hover h2 {
  color: #000 !important;
}
.right-screeen .right-menu-panel .set-two .panel-l:hover .panel-text,
.right-screeen .right-menu-panel .set-two .panel-l:hover .panel-image {
  opacity: 0;
}
.right-screeen .right-menu-panel .set-two .panel-l:nth-child(1) {
  border-bottom: none;
}
.right-screeen .right-menu-panel .set-two .panel-l:nth-child(2) {
  border-bottom: none;
  border-left: none;
}
.right-screeen .right-menu-panel .set-two .panel-l .panel-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
}
.right-screeen .right-menu-panel .set-two .panel-l .panel-link h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  max-width: 240px;
}
.right-screeen .right-menu-panel .set-two .panel-l .panel-link img {
  padding-top: 34px;
}
.right-screeen .right-menu-panel .set-two .panel-l .hov-img-box h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  max-width: 240px;
}
.right-screeen .right-menu-panel .set-two .panel-l .hov-img-box p {
  width: 100%;
  max-width: 241px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #c6c6ce;
  line-height: 20px;
  padding-top: 35px;
  padding-bottom: 34px;
}
.right-screeen .right-menu-panel .set-two .panel-l:nth-child(1) {
  background-image: url("../images/home/Dedicated-Teams.png");
}
.right-screeen .right-menu-panel .set-two .panel-l:nth-child(1) .hov-img-box {
  background-image: url("../images/home/Dedicated-Teams.png") !important;
}
.right-screeen .right-menu-panel .set-two .panel-l:nth-child(2) {
  background-image: url("../images/home/reseller-services.png");
}
.right-screeen .right-menu-panel .set-two .panel-l:nth-child(2) .hov-img-box {
  background-image: url("../images/home/reseller-services.png") !important;
}
.right-screeen .right-menu-panel .panel-l {
  flex: 1;
  height: 600px;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.18);
  position: relative;
}
@media (max-width: 1024px) {
  .right-screeen .right-menu-panel .panel-l {
    height: 50vh;
  }
}
.right-screeen .right-menu-panel .panel-l:nth-child(1) {
  border-top: none;
}
.right-screeen .right-menu-panel .panel-l:nth-child(2) {
  border-top: none;
  border-left: none;
}
.right-screeen .right-menu-panel .panel-l .hov-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s ease-out;
  cursor: pointer;
  background-image: url("../images/home/banner/banner-hov.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.right-screeen .right-menu-panel .panel-l .hov-img-box h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  max-width: 240px;
}
.right-screeen .right-menu-panel .panel-l .hov-img-box p {
  width: 100%;
  max-width: 241px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #c6c6ce;
  line-height: 20px;
  padding-top: 35px;
  padding-bottom: 34px;
}
.right-screeen .right-menu-panel .panel-l .hov-img-box .wrap-circle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 162px;
  padding: 11px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: solid #828387 1px;
}
.right-screeen .right-menu-panel .panel-l .hov-img-box .wrap-circle span {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #828387;
}
.right-screeen .right-menu-panel .panel-l .hov-img-box .wrap-circle img {
  padding-top: 0px;
}
.right-screeen .right-menu-panel .panel-l:hover .hov-img-box {
  transition: 0.5s ease-out;
  opacity: 1;
}

[class^=swiper-button-] {
  transition: all 0.3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#main-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}
#main-slider .slide-bulet {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-slider .slide-bulet .swiper-pagination-home .swiper-pagination-bullet {
  margin: 0 10px;
  background-color: transparent !important;
}
#main-slider .right-menu-panel {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: calc(100vh - 100px);
  background: transparent;
  z-index: 999;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
#main-slider .right-menu-panel::after {
  content: "";
  width: 1px;
  height: 100vh;
  position: absolute;
  top: -102px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.18);
}
@media (max-width: 1024px) {
  #main-slider .right-menu-panel {
    position: static;
  }
}
#main-slider .right-menu-panel .set-one {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50%;
}
#main-slider .right-menu-panel .set-one .panel-l {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 0;
}
#main-slider .right-menu-panel .set-one .panel-l:nth-child(1) {
  border-left: 0;
}
#main-slider .right-menu-panel .set-one .panel-l a {
  width: 100%;
}
#main-slider .right-menu-panel .set-one .panel-l:hover h2 {
  color: #000 !important;
}
#main-slider .right-menu-panel .set-one .panel-l:hover .panel-text,
#main-slider .right-menu-panel .set-one .panel-l:hover .panel-image {
  opacity: 0;
}
#main-slider .right-menu-panel .set-one .panel-l .panel-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
}
#main-slider .right-menu-panel .set-one .panel-l .panel-link h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  max-width: 241px;
}
#main-slider .right-menu-panel .set-one .panel-l .panel-link img {
  padding-top: 34px;
}
#main-slider .right-menu-panel .set-one .panel-l .hov-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s ease-out;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#main-slider .right-menu-panel .set-one .panel-l .hov-img-box h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  max-width: 240px;
}
#main-slider .right-menu-panel .set-one .panel-l .hov-img-box p {
  width: 100%;
  max-width: 241px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #c6c6ce;
  line-height: 20px;
  padding-top: 35px;
  padding-bottom: 34px;
}
#main-slider .right-menu-panel .set-one .panel-l .hov-img-box .wrap-circle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 162px;
  padding: 11px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: solid #828387 1px;
}
#main-slider .right-menu-panel .set-one .panel-l .hov-img-box .wrap-circle span {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #828387;
}
#main-slider .right-menu-panel .set-one .panel-l .hov-img-box .wrap-circle img {
  padding-top: 0px;
}
#main-slider .right-menu-panel .set-one .panel-l:nth-child(1) .hov-img-box {
  background-image: url("../images/home/Web.png") !important;
}
#main-slider .right-menu-panel .set-one .panel-l:nth-child(2) .hov-img-box {
  background-image: url("../images/home/AWS.png") !important;
}
#main-slider .right-menu-panel .set-two {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 49.9%;
}
#main-slider .right-menu-panel .set-two .panel-l {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.18);
  border-right: 0;
  height: 100%;
  border-top: none;
}
#main-slider .right-menu-panel .set-two .panel-l:nth-child(1) {
  border-left: 0;
}
#main-slider .right-menu-panel .set-two .panel-l a {
  width: 100%;
}
#main-slider .right-menu-panel .set-two .panel-l:hover .panel-text,
#main-slider .right-menu-panel .set-two .panel-l:hover .panel-image {
  opacity: 0;
}
#main-slider .right-menu-panel .set-two .panel-l .panel-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
}
#main-slider .right-menu-panel .set-two .panel-l .panel-link h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  max-width: 240px;
}
#main-slider .right-menu-panel .set-two .panel-l .panel-link img {
  padding-top: 34px;
}
#main-slider .right-menu-panel .set-two .panel-l:nth-child(1) .hov-img-box {
  background-image: url("../images/home/Dedicated-Teams.png") !important;
}
#main-slider .right-menu-panel .set-two .panel-l:nth-child(2) .hov-img-box {
  background-image: url("../images/home/reseller-services.png") !important;
}
#main-slider .right-menu-panel .panel-l {
  flex: 1;
  height: auto;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.18);
  position: relative;
}
#main-slider .right-menu-panel .panel-l .hov-img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s ease-out;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#main-slider .right-menu-panel .panel-l .hov-img-box h2 {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  width: 100%;
  max-width: 240px;
}
#main-slider .right-menu-panel .panel-l .hov-img-box p {
  width: 100%;
  max-width: 241px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #c6c6ce;
  line-height: 20px;
  padding-top: 35px;
  padding-bottom: 34px;
}
#main-slider .right-menu-panel .panel-l .hov-img-box .wrap-circle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 162px;
  padding: 11px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border: solid #828387 1px;
}
#main-slider .right-menu-panel .panel-l .hov-img-box .wrap-circle span {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #828387;
}
#main-slider .right-menu-panel .panel-l .hov-img-box .wrap-circle img {
  padding-top: 0px;
}
#main-slider .right-menu-panel .panel-l:hover .hov-img-box {
  transition: 0.5s ease-out;
  opacity: 1;
}
#main-slider .chat-link {
  width: 100%;
  max-width: 1300px;
  height: 100px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
#main-slider .chat-link img:nth-child(1) {
  padding-right: 20px;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content h1 {
  line-height: 70px;
}
@media (max-width: 768px) {
  .swiper-container.nav-slider .swiper-slide .content h1 {
    line-height: 48px;
  }
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
}
@media (max-width: 990px) {
  .swiper-slide .content {
    width: 80%;
  }
}
@media (max-width: 680px) {
  .swiper-slide .content {
    width: 100%;
  }
}
.swiper-slide .content h1 {
  width: 100%;
  max-width: 612px;
  line-height: 70px;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .head-title {
  display: block;
  transform: translateX(50px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
.swiper-slide .content .head-title.show {
  transform: translateX(0);
  opacity: 1;
}
.swiper-slide .content .caption {
  width: 100%;
  max-width: 464px;
  font-family: "GothamSSm-Light";
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  padding-top: 33px;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
@media (max-width: 1024px) {
  .swiper-slide .content .caption {
    font-size: 16px;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .swiper-slide .content .caption {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 680px) {
  .swiper-slide .content .caption {
    max-width: 100%;
  }
}
.swiper-slide .content .wrap-main-ban-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
}
.swiper-slide .content .wrap-main-ban-link a {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #fff;
  padding-right: 10px;
  text-transform: uppercase;
}
.swiper-slide .content .wrap-aproch-buttons {
  margin-top: 50px;
  width: 100%;
  max-width: 472px;
  display: flex;
}
@media (max-width: 480px) {
  .swiper-slide .content .wrap-aproch-buttons {
    max-width: 100%;
    flex-direction: column;
  }
}
.swiper-slide .content .wrap-aproch-buttons a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .swiper-slide .content .wrap-aproch-buttons a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.swiper-slide .content .wrap-aproch-buttons a:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-wh-btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  transition: 0.5s ease-out;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-wh-btn:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-wh-btn:hover .arrow {
  fill: #fff !important;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-wh-btn svg {
  margin-left: 10px;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-wh-btn .arrow {
  fill: #000 !important;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-gray-btn {
  border-color: #fff;
  color: #fff;
  transition: 0.5s ease-out;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-gray-btn svg {
  margin-left: 10px;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-gray-btn .arrow {
  fill: #fff !important;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-gray-btn:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.8;
}
.swiper-slide .content .wrap-aproch-buttons a.home-banner-gray-btn:hover .arrow {
  fill: #000 !important;
}

[class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.main-menu-section {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: none;
}
.main-menu-section .wrap-menu-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.main-menu-section .wrap-menu-panel .menu-serchbar {
  width: 100%;
  max-width: 722px;
}
.main-menu-section .wrap-menu-panel .menu-serchbar input.form-control {
  padding: 24px 20px;
  background-color: #EFF1F5;
  border-radius: 5px;
  border: none !important;
}
.main-menu-section .wrap-menu-panel .menu-serchbar input.form-control::-moz-placeholder {
  font-family: "GothamSSm-Bold";
  font-size: 18px;
  color: #494949;
}
.main-menu-section .wrap-menu-panel .menu-serchbar input.form-control:-ms-input-placeholder {
  font-family: "GothamSSm-Bold";
  font-size: 18px;
  color: #494949;
}
.main-menu-section .wrap-menu-panel .menu-serchbar input.form-control::placeholder {
  font-family: "GothamSSm-Bold";
  font-size: 18px;
  color: #494949;
}
.main-menu-section .wrap-menu-panel .menu-serchbar .btn {
  padding: 13px 21px;
  background-color: #E4353C;
  color: #fff;
}
.main-menu-section .menu-body img {
  width: 100%;
}

.tecno-partner {
  background-image: url("../images/home/tec-partner/partner-backg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-top: 82px;
  padding-bottom: 95px;
  position: relative;
}
@media (max-width: 768px) {
  .tecno-partner {
    background-image: none;
    background: #fff;
  }
}
.tecno-partner .partner-bg-img {
  width: 100%;
  height: 100%;
  max-width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.tecno-partner .partner-section {
  display: flex;
  flex-direction: row;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .tecno-partner .partner-section {
    padding-right: 0px;
    flex-wrap: wrap;
  }
}
.tecno-partner .partner-section .partner {
  width: 100%;
  max-width: 275px;
  margin-right: 40px;
  padding-top: 33px;
}
.tecno-partner .partner-section .partner:nth-child(1) .partner-img-section img {
  max-width: 280px;
}
.tecno-partner .partner-section .partner .partner-img-section {
  width: 100%;
  height: 220px;
  border: solid #E7E7E7 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.tecno-partner .partner-section .partner .partner-img-section img {
  width: 100%;
  max-width: 220px;
  height: auto;
  padding: 0 35px;
}
.tecno-partner .partner-section .partner .prt-content-section {
  padding-top: 45px;
}
.tecno-partner .partner-section .partner .prt-content-section h4 {
  font-family: "GothamSSm-Medium";
  font-size: 24px;
  color: #5D6976;
  padding-bottom: 16px;
}
.tecno-partner .partner-section .partner .prt-content-section p {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #4A4A53;
  line-height: 20px;
}

.out-recent-work {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .out-recent-work {
    height: auto;
  }
}
.out-recent-work .out-recent-work-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .out-recent-work .out-recent-work-wrap {
    display: flex;
    flex-direction: column;
  }
}
.out-recent-work .out-recent-work-wrap .our-work {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
  height: 650px;
}
@media (max-width: 992px) {
  .out-recent-work .out-recent-work-wrap .our-work {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 50px 15px 70px;
  }
}
.out-recent-work .out-recent-work-wrap .our-work p {
  padding-top: 66px;
  padding-bottom: 61px;
  font-family: "GothamSSm-Medium";
  font-size: 24px;
  color: #828387;
  line-height: 35px;
}
.out-recent-work .out-recent-work-wrap .our-work .our-work-content {
  width: 100%;
  max-width: 245px;
}
.out-recent-work .out-recent-work-wrap .recent-work {
  width: 64%;
  height: 650px;
  background: #fff;
  position: absolute;
  right: 0;
  cursor: url("../images/home/recent-work-home/Drag.png"), auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .out-recent-work .out-recent-work-wrap .recent-work {
    width: 100%;
    position: static;
    height: auto;
  }
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full {
  height: 100%;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .swiper-wrapper .swiper-slide {
  display: flex;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 70%;
  min-height: 650px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2vw;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide h2 {
  color: #fff;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide h4 {
  padding-top: 2vw;
  padding-bottom: 2vw;
  font-family: "GothamSSm-Medium";
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 390px;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide p {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  width: 100%;
  max-width: 382px;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide a {
  padding-top: 2vw;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-image {
  width: 30%;
}
.out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full {
    cursor: auto;
  }
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full + .draggable-cursor {
    display: none;
  }
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide {
    min-height: auto;
    width: 100%;
    padding: 40px 25px;
    height: 500px;
  }
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-image {
    width: 100%;
    background-size: cover;
    background-position: center 30%;
    height: 500px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-image {
    background-position: center 15%;
  }
}
@media (max-width: 768px) {
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-image img {
    width: 100%;
    height: 500px;
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .swiper-wrapper .swiper-slide {
    flex-direction: column-reverse;
  }
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-slide {
    padding: 40px 15px;
  }
  .out-recent-work .out-recent-work-wrap .recent-work .swiper-bottom-scrollbar-full .company-image {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .out-recent-work .out-recent-work-wrap .recent-work .draggable-cursor {
    display: none;
  }
}
.out-recent-work .out-recent-work-wrap .recent-work .mobile-pagination {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  .out-recent-work .out-recent-work-wrap .recent-work .mobile-pagination {
    display: inline-block;
  }
}
.out-recent-work .out-recent-work-wrap .recent-work .mobile-pagination span {
  margin: 0px 5px;
  opacity: 0.2;
}
.out-recent-work .out-recent-work-wrap .recent-work .mobile-pagination span.swiper-pagination-bullet-active {
  opacity: 0.6;
}
.out-recent-work .out-recent-work-wrap .container-new {
  display: flex;
  width: 100%;
  height: 100%;
}
.out-recent-work .out-recent-work-wrap .split__left {
  width: 50%;
  background-color: green;
}
.out-recent-work .out-recent-work-wrap .split__right {
  flex: 1;
  background-color: red;
}
.out-recent-work .out-recent-work-wrap .split__bar {
  background-color: #000;
  width: 15px;
  height: 100%;
  cursor: col-resize;
}

.trusted-by {
  background: url("../images/home/trusted/trust-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 92px;
  padding-bottom: 100px;
}
.trusted-by p {
  font-family: "GothamSSm-Light";
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #9aa5b1;
}
@media (max-width: 1024px) {
  .trusted-by .trust-container {
    padding: 0 20px;
  }
}

.trust-company {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 150px;
  padding-top: 42px;
}
.trust-company .company {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .trust-company {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }
  .trust-company .company {
    padding: 0;
  }
  .trust-company .company img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .trust-company {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .trust-company .company img {
    max-width: 150px;
  }
}

.life-at-Saberion {
  display: flex;
  width: 100%;
  height: 600px;
}
@media (max-width: 992px) {
  .life-at-Saberion {
    height: auto;
    flex-direction: column;
  }
}
.life-at-Saberion .life-at-video {
  width: 80%;
  position: relative;
  height: 600px;
}
.life-at-Saberion .life-at-video .overlay-life-at-sab-vid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000005c;
  z-index: 999;
}
@media (max-width: 992px) {
  .life-at-Saberion .life-at-video {
    width: 100%;
  }
}
.life-at-Saberion .life-at-video #bgVideo {
  width: 100%;
  height: 600px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center left;
     object-position: center left;
  z-index: 99;
}
.life-at-Saberion .life-at-video .life-at-video-content {
  width: 100%;
  height: 429px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
  padding-left: 65px;
}
@media (max-width: 1024px) {
  .life-at-Saberion .life-at-video .life-at-video-content {
    padding-left: 20px;
  }
}
.life-at-Saberion .life-at-video .life-at-video-content h2 {
  color: #fff;
}
.life-at-Saberion .life-at-video .life-at-video-content h4 {
  font-size: 28px;
  line-height: 35px;
  color: #fff;
  padding-top: 64px;
}
.life-at-Saberion .life-at-video .life-at-video-content p {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-top: 46px;
  width: 100%;
  max-width: 433px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-bottom: 58px;
}
.life-at-Saberion .life-at-video .life-at-video-content .join-us {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.life-at-Saberion .life-at-video .life-at-video-content .join-us span {
  font-family: "GothamSSm-Book";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.life-at-Saberion .life-at-video .life-at-video-content .join-us:hover {
  text-decoration: none;
}
.life-at-Saberion .life-at-video .life-at-video-content #mute {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  background: #Fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.life-at-Saberion .life-at-otherlinks {
  width: 30%;
  height: 600px;
}
@media (max-width: 992px) {
  .life-at-Saberion .life-at-otherlinks {
    width: 100%;
  }
}
@supports (display: grid) {
  .life-at-Saberion .life-at-otherlinks {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
.life-at-Saberion .life-at-otherlinks .lif-oth-links {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.life-at-Saberion .life-at-otherlinks .lif-oth-links:hover .lif-oth-image {
  transform: scale(1.1);
}
.life-at-Saberion .life-at-otherlinks .lif-oth-links .lif-oth-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  transition: 0.3s ease-out;
}
@media (max-width: 992px) {
  .life-at-Saberion .life-at-otherlinks .lif-oth-links .lif-oth-image {
    -o-object-position: top center;
       object-position: top center;
  }
}
.life-at-Saberion .life-at-otherlinks .lif-oth-links .lif-oth-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
  width: 250px;
}
.life-at-Saberion .life-at-otherlinks .lif-oth-links .lif-oth-content .fullwidth {
  width: 100%;
  float: left;
  text-align: center;
}
.life-at-Saberion .life-at-otherlinks .lif-oth-links .lif-oth-content h4 {
  font-family: "GothamSSm-Medium";
  font-size: 28px;
  color: #fff;
  line-height: 34px;
  padding-bottom: 20px;
}

.social-media {
  padding-top: 100px;
  padding-bottom: 93px;
}
.social-media .social-media-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .social-media .social-media-wrap {
    flex-direction: column;
  }
}
.social-media .social-media-wrap .social-one {
  width: 60%;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .social-media .social-media-wrap .social-one {
    width: 100%;
    margin-right: 0;
  }
}
.social-media .social-media-wrap .social-one .yt-section {
  width: 100%;
  height: 400px;
  position: relative;
}
.social-media .social-media-wrap .social-one .yt-section iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .social-media .social-media-wrap .social-one .yt-section {
    height: auto;
  }
}
.social-media .social-media-wrap .social-one .yt-section h4 {
  width: 100%;
  max-width: 281px;
  font-family: "GothamSSm-Book";
  font-size: 26px;
  color: #fff;
  line-height: 28px;
  position: absolute;
  bottom: 27px;
  left: 42px;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-one .yt-section h4 {
    max-width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding: 0 20px;
    left: 0;
  }
}
.social-media .social-media-wrap .social-one .yt-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.social-media .social-media-wrap .social-one .tw-section {
  margin-top: 10px;
  width: 100%;
  display: flex;
  height: 250px;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-one .tw-section {
    flex-direction: column;
    height: auto;
  }
}
.social-media .social-media-wrap .social-one .tw-section .insta {
  width: 30%;
  margin-right: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .social-media .social-media-wrap .social-one .tw-section .insta {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-one .tw-section .insta {
    width: 100%;
  }
}
.social-media .social-media-wrap .social-one .tw-section .insta .insta-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  width: 20px;
}
.social-media .social-media-wrap .social-one .tw-section .insta .instagram-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-one .tw-section .insta .instagram-image img {
    height: auto;
  }
}
.social-media .social-media-wrap .social-one .tw-section .insta .insta-sab {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-one .tw-section .insta .insta-sab {
    height: auto;
  }
}
.social-media .social-media-wrap .social-one .tw-section .tweet {
  width: 70%;
  background-color: #1DA1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .social-media .social-media-wrap .social-one .tw-section .tweet {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-one .tw-section .tweet {
    width: 100%;
    height: 250px;
    margin-top: 10px;
  }
}
.social-media .social-media-wrap .social-one .tw-section .tweet p {
  width: 100%;
  max-width: 394px;
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .social-media .social-media-wrap .social-one .tw-section .tweet p {
    font-size: 14px;
    line-height: 22px;
  }
}
.social-media .social-media-wrap .social-one .tw-section .tweet .tweet-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.social-media .social-media-wrap .social-two {
  width: 40%;
}
@media (max-width: 992px) {
  .social-media .social-media-wrap .social-two {
    width: 100%;
    margin-top: 10px;
  }
}
.social-media .social-media-wrap .social-two .fb-sec {
  width: 100%;
  height: 250px;
  display: flex;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-two .fb-sec {
    height: auto;
    flex-direction: column;
  }
}
.social-media .social-media-wrap .social-two .fb-sec .two-insta {
  position: relative;
  width: 50%;
  margin-right: 10px;
}
.social-media .social-media-wrap .social-two .fb-sec .two-insta:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-two .fb-sec .two-insta:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-two .fb-sec .two-insta {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.social-media .social-media-wrap .social-two .fb-sec .two-insta img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.social-media .social-media-wrap .social-two .fb-sec .two-insta .fb-ico {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
}
.social-media .social-media-wrap .social-two .fb-sec p {
  width: 100%;
  max-width: 383px;
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .social-media .social-media-wrap .social-two .fb-sec p {
    font-size: 14px;
    line-height: 22px;
  }
}
.social-media .social-media-wrap .social-two .flash-sec {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .social-media .social-media-wrap .social-two .flash-sec {
    height: auto;
  }
}
.social-media .social-media-wrap .social-two .flash-sec .fb-ico {
  position: absolute;
  top: 30px;
  right: 30px;
}
.social-media .social-media-wrap .social-two .flash-sec .flash-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .social-media .social-media-wrap .social-two .flash-sec .flash-img {
    height: auto;
  }
}
.social-media .social-media-wrap .social-two .flash-sec h4 {
  width: 100%;
  max-width: 341px;
  font-family: "GothamSSm-Book";
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  position: absolute;
  bottom: 32px;
  padding: 0 20px;
  left: 45px;
}
@media (max-width: 680px) {
  .social-media .social-media-wrap .social-two .flash-sec h4 {
    max-width: 100%;
    font-size: 16px;
    line-height: 21px;
    padding: 0 20px;
    left: 0;
  }
}

.ready-to-make {
  background-color: #EFF1F5;
  padding-top: 63px;
  padding-bottom: 50px;
}
.ready-to-make .wrap-ready-to-make .get-astimate-home-ft {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ready-to-make .wrap-ready-to-make .get-astimate-home-ft .ready-content {
  width: 100%;
  max-width: 612px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ready-to-make .wrap-ready-to-make .get-astimate-home-ft .ready-content h2 {
  text-align: center;
  padding-bottom: 39px;
}
.ready-to-make .wrap-ready-to-make .get-astimate-home-ft .ready-content .ready-buttom-sec {
  width: 100%;
  text-align: center;
}
@media (max-width: 680px) {
  .ready-to-make .wrap-ready-to-make .get-astimate-home-ft .ready-content .ready-buttom-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ready-to-make .wrap-ready-to-make .get-astimate-home-ft .ready-content .ready-buttom-sec .btn-wt {
  margin-right: 40px;
  min-width: 210px;
  display: inline-block;
  text-align: center;
  padding: 0px;
  height: 47px;
  line-height: 47px;
}
@media (max-width: 680px) {
  .ready-to-make .wrap-ready-to-make .get-astimate-home-ft .ready-content .ready-buttom-sec .btn-wt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ready-to-make .wrap-ready-to-make .company-details-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ready-to-make .wrap-ready-to-make .company-details-sec .company-details {
  display: flex;
}
@media (max-width: 680px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec .company-details {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des {
    width: 33.3333333333%;
  }
}
@media (max-width: 680px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des {
    width: 100%;
  }
}
.ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des--1 {
  width: 100%;
  max-width: 172px;
  margin-right: 45px;
}
@media (max-width: 768px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des--1 {
    max-width: 100%;
  }
}
.ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des--2 {
  width: 100%;
  max-width: 133px;
  margin-right: 45px;
}
@media (max-width: 768px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des--2 {
    max-width: 100%;
  }
}
.ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des--2 ul li a:hover {
  text-decoration: none;
}
.ready-to-make .wrap-ready-to-make .company-details-sec .company-details .comp-des .para-des {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #828387;
  line-height: 24px;
}
.ready-to-make .wrap-ready-to-make .company-details-sec .social-links-comp p {
  font-family: "GothamSSm-Medium";
  font-size: 14px;
  color: #4A4A53;
  line-height: 24px;
  text-align: right;
}
@media (max-width: 768px) {
  .ready-to-make .wrap-ready-to-make .company-details-sec .social-links-comp p {
    text-align: left;
  }
}
.ready-to-make .wrap-ready-to-make .company-details-sec .social-links-comp ul {
  display: flex;
  padding-top: 14px;
}
.ready-to-make .wrap-ready-to-make .company-details-sec .social-links-comp ul li {
  padding-right: 15px;
}
.ready-to-make .wrap-ready-to-make .company-details-sec .social-links-comp ul li:last-child {
  padding-right: 0;
}

@supports (display: grid) {
  .tecno-partner .partner-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .tecno-partner .partner-section .partner {
    width: 100%;
    max-width: 100%;
    margin-right: 40px;
    padding-top: 33px;
  }
  .tecno-partner .partner-section .partner:nth-child(1) .partner-img-section img {
    max-width: 280px;
  }
  .tecno-partner .partner-section .partner .partner-img-section {
    width: 100%;
    height: 220px;
    border: solid #E7E7E7 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .tecno-partner .partner-section .partner .partner-img-section img {
    width: 100%;
    height: auto;
    padding: 0 35px;
  }
  .tecno-partner .partner-section .partner .prt-content-section {
    padding-top: 45px;
  }
  .tecno-partner .partner-section .partner .prt-content-section h4 {
    font-family: "GothamSSm-Medium";
    font-size: 24px;
    color: #5D6976;
    padding-bottom: 16px;
  }
  .tecno-partner .partner-section .partner .prt-content-section p {
    font-family: "GothamSSm-Book";
    font-size: 14px;
    color: #4A4A53;
    line-height: 20px;
  }
}
body.home .navigation {
  position: fixed;
  top: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  transition: all 0.3s ease;
  z-index: 8000;
}
body.home .navigation .logo .gray {
  display: none;
}
body.home .navigation.coloured {
  background: #fff;
}
body.home .navigation.coloured .logo .white {
  display: none;
}
body.home .navigation.coloured .logo .gray {
  display: block;
}
body.home .navigation.coloured .wrap-menu .phone-number {
  color: #5D6976;
}
body.home .navigation.coloured .wrap-menu .get-and-estimate:after {
  background-color: #5D6976;
}
@media (max-width: 680px) {
  body.home .navigation.coloured .wrap-menu .hambergermenu {
    padding-left: 10px;
  }
}
body.home .navigation.coloured .wrap-menu .hambergermenu img {
  filter: brightness(50%);
}

.comp-banner {
  width: 100%;
  background: url("../images/company/comp-banner01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 50px;
}
.comp-banner .comp-banner-wrap h5 {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #9AA5B1;
  line-height: 28px;
}
.comp-banner .comp-banner-wrap h2 {
  width: 100%;
  max-width: 775px;
  color: #fff;
  padding-top: 19px;
}
@media (max-width: 768px) {
  .comp-banner .comp-banner-wrap h2 {
    max-width: 550px;
    line-height: 43px;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap {
  display: flex;
  padding-top: 55px;
}
@media (max-width: 768px) {
  .comp-banner .comp-banner-wrap .count-down-wrap {
    flex-direction: column;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-img {
    width: 100%;
    padding-bottom: 55px;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-img img {
  width: 100%;
  max-width: 217px;
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content {
  width: 70%;
  max-width: 691px;
}
@media (max-width: 768px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content {
    width: 100%;
    max-width: 100%;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .shot-disc {
  font-family: "GothamSSm-Light";
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content .shot-disc {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content .shot-disc {
    font-size: 18px;
    line-height: 29px;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown {
  display: flex;
}
@media (max-width: 1200px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown {
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown .wrap-counter {
    justify-content: center;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown li {
  padding-right: 60px;
}
@media (max-width: 680px) {
  .comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown li {
    padding-right: 0;
  }
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown li:last-child {
  padding-right: 0;
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown li .wrap-counter {
  display: flex;
  font-family: "GothamSSm-Medium";
  font-size: 48px;
  color: #9AA5B1;
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown li .counter-details {
  width: 100%;
  max-width: 135px;
}
.comp-banner .comp-banner-wrap .count-down-wrap .comp-content .countdown li .counter-details p {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #F4F6F8;
  letter-spacing: 0.1px;
}

.fuel-block {
  padding-top: 95px;
  padding-bottom: 66px;
  background-repeat: no-repeat !important;
  background-position: right !important;
}
.fuel-block .wrap-fuel-block {
  display: flex;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block {
    flex-direction: column;
  }
}
.fuel-block .wrap-fuel-block .left-fuel {
  width: 40%;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .left-fuel {
    width: 100%;
  }
}
.fuel-block .wrap-fuel-block .left-fuel h2 {
  width: 100%;
  max-width: 395px;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .left-fuel h2 {
    max-width: 100%;
  }
}
.fuel-block .wrap-fuel-block .left-fuel .our-service {
  max-width: 200px;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .left-fuel .our-service {
    max-width: 100%;
  }
}
.fuel-block .wrap-fuel-block .left-fuel .our-service2 {
  max-width: 300px;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .left-fuel .our-service2 {
    max-width: 100%;
  }
}
.fuel-block .wrap-fuel-block .right-fuel {
  width: 60%;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .right-fuel {
    width: 100%;
    padding-top: 30px;
  }
}
.fuel-block .wrap-fuel-block .right-fuel h5 {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #828387;
  line-height: 28px;
  text-transform: uppercase;
}
.fuel-block .wrap-fuel-block .right-fuel .fuel-main-txt {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #32323E;
  line-height: 35px;
  padding-top: 16px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .right-fuel .fuel-main-txt {
    font-size: 20px;
    color: #32323E;
    line-height: 28px;
  }
}
@media (max-width: 680px) {
  .fuel-block .wrap-fuel-block .right-fuel .fuel-main-txt {
    font-size: 18px;
    color: #32323E;
    line-height: 28px;
  }
}
.fuel-block .wrap-fuel-block .right-fuel .fel-small-txt {
  font-family: "GothamSSm-Light";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
}
@media (max-width: 992px) {
  .fuel-block .wrap-fuel-block .right-fuel .fel-small-txt {
    font-size: 14px;
    color: #32323E;
    line-height: 24px;
  }
}
.fuel-block .wrap-fuel-block .right-fuel .fel-small-txt b {
  font-family: "GothamSSm-Medium";
  font-size: 16px;
  color: #32323E;
}
.fuel-block .wrap-fuel-block .right-fuel .partner-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 680px) {
  .fuel-block .wrap-fuel-block .right-fuel .partner-wrap {
    flex-direction: column;
  }
}
.fuel-block .wrap-fuel-block .right-fuel .partner-wrap .partner {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 680px) {
  .fuel-block .wrap-fuel-block .right-fuel .partner-wrap .partner {
    width: 100%;
    padding: 30px 0;
  }
}

.collapase-section .panel-group {
  border: none;
}
.collapase-section .panel-group .panel {
  border: none;
  box-shadow: none;
  padding-bottom: 18px;
  background-color: transparent;
}
.collapase-section .panel-group .panel .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #D8D8D8;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.collapase-section .panel-group .panel .panel-heading h4 {
  font-family: "GothamSSm-Book";
  font-size: 18px;
  color: #32323E;
}
.collapase-section .panel-group .panel .panel-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 25px;
}
.collapase-section .panel-group .panel .panel-body p {
  margin: 0;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #32323E;
  line-height: 24px;
}
.collapase-section .panel-group .panel .panel-body .link-button {
  margin-top: 40px;
}

.our-serives {
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.our-approch {
  width: 100%;
  background: url("../images/company/our-approch-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 65px;
  padding-bottom: 66px;
}
.our-approch .download-btn {
  padding-top: 30px;
}
.our-approch .download-btn a {
  font-family: "GothamSSm-Medium";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DD393F;
  border: 1px solid #DD393F;
  padding: 17px 24.5px 16px 24.5px;
  border-radius: 24px;
  position: relative;
  margin-right: 30px;
  min-width: 120px;
  text-decoration: none;
}
.our-approch .download-btn a:hover {
  color: #DD393F;
  background: #fff;
}

.core-value .wrap-core-value {
  width: 100%;
  background: url("../images/company/core-values.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 84px;
  padding-bottom: 97px;
  padding-left: 10px;
  padding-right: 50px;
}
@media (max-width: 680px) {
  .core-value .wrap-core-value {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.core-value .wrap-core-value h4 {
  font-family: "GothamSSm-Medium";
  font-size: 30px;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .core-value .wrap-core-value h4 {
    font-size: 28px;
  }
}
.core-value .wrap-core-value .core-value-gird {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .core-value .wrap-core-value .core-value-gird {
    flex-wrap: wrap;
  }
}
.core-value .wrap-core-value .core-value-gird .core-value-unit {
  padding-top: 60px;
  width: 25%;
  padding-left: 40px;
  position: relative;
}
.core-value .wrap-core-value .core-value-gird .core-value-unit img {
  width: 100%;
  max-width: 105px;
  height: 105px;
}
@media (max-width: 992px) {
  .core-value .wrap-core-value .core-value-gird .core-value-unit {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .core-value .wrap-core-value .core-value-gird .core-value-unit {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }
}
.core-value .wrap-core-value .core-value-gird .core-value-unit:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.core-value .wrap-core-value .core-value-gird .core-value-unit::after {
  content: url("../images/company/core-value/line.svg");
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 680px) {
  .core-value .wrap-core-value .core-value-gird .core-value-unit::after {
    content: "";
  }
}
.core-value .wrap-core-value .core-value-gird .core-value-unit .cor-val-tit {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding-top: 35px;
}
.core-value .wrap-core-value .core-value-gird .core-value-unit .cor-val-disc {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #9AA5B1;
  line-height: 24px;
  padding-top: 23px;
  width: 100%;
  max-width: 248px;
}
@media (max-width: 680px) {
  .core-value .wrap-core-value .core-value-gird .core-value-unit .cor-val-disc {
    text-align: center;
  }
}

.development-process {
  width: 100%;
}
.development-process .wrap-development-process {
  background: url("../images/company/dev-process-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .development-process .wrap-development-process {
    flex-direction: column;
  }
}
.development-process .wrap-development-process .wrap-process {
  width: 50%;
  padding-top: 66px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .development-process .wrap-development-process .wrap-process {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .development-process .wrap-development-process .wrap-process {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.development-process .wrap-development-process .wrap-process:nth-child(2) .process:nth-child(1)::after {
  content: url(".");
}
.development-process .wrap-development-process .wrap-process:nth-child(2) .process:nth-child(1) img {
  width: 100%;
  max-width: 475px;
}
@media (max-width: 1024px) {
  .development-process .wrap-development-process .wrap-process:nth-child(2) .process:nth-child(1) img {
    max-width: 300px;
  }
}
@media (max-width: 992px) {
  .development-process .wrap-development-process .wrap-process:nth-child(2) .process:nth-child(1) img {
    max-width: 100%;
  }
}
.development-process .wrap-development-process .wrap-process .process {
  position: relative;
}
.development-process .wrap-development-process .wrap-process .process::after {
  content: url("../images/company/core-value/line.svg");
  position: absolute;
  top: 0;
  right: -8rem;
}
@media (max-width: 992px) {
  .development-process .wrap-development-process .wrap-process .process::after {
    content: url("");
  }
}
.development-process .wrap-development-process .wrap-process .process h4 {
  font-family: "GothamSSm-Medium";
  font-size: 30px;
  color: #fff;
  line-height: 34px;
  width: 100%;
  max-width: 313px;
  padding-bottom: 6px;
}
@media (max-width: 992px) {
  .development-process .wrap-development-process .wrap-process .process h4 {
    max-width: 100%;
    text-align: center;
    padding-bottom: 40px;
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .development-process .wrap-development-process .wrap-process .process h4 {
    font-size: 25px;
  }
}
.development-process .wrap-development-process .wrap-process .process img {
  width: 100%;
  max-width: 585px;
}
@media (max-width: 1024px) {
  .development-process .wrap-development-process .wrap-process .process img {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .development-process .wrap-development-process .wrap-process .process img {
    max-width: 100%;
  }
}

.our-work {
  height: 500%;
  position: relative;
}
.our-work .our-bg {
  width: 100%;
  height: 100%;
}
.our-work .wrap-our-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: 9999;
}
.our-work .wrap-our-content .inner-our-content .our-w-small {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #9AA5B1;
  line-height: 28px;
}
.our-work .wrap-our-content .inner-our-content .our-w-tit {
  display: flex;
  align-items: center;
}
.our-work .wrap-our-content .inner-our-content .our-w-tit a {
  width: 100%;
  display: inherit;
}
.our-work .wrap-our-content .inner-our-content .our-w-tit a:hover {
  text-decoration: none;
}
.our-work .wrap-our-content .inner-our-content .our-w-tit a h2 {
  color: #fff;
  padding-right: 24px;
  text-decoration: none;
}
.our-work .wrap-our-content .inner-our-content .our-w-tit h2 {
  color: #fff;
  padding-right: 24px;
  text-decoration: none;
}

.caree-banner {
  width: 100%;
  height: 450px;
  background: url("../images/life-at-saberion/sab-back.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 680px) {
  .caree-banner {
    height: 250px;
  }
}
.caree-banner h2 {
  color: #fff;
}

.wrap-sml-faq {
  padding-bottom: 95px;
}
@media (max-width: 680px) {
  .wrap-sml-faq {
    padding-bottom: 30px;
  }
}
.wrap-sml-faq .sml-faq {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .wrap-sml-faq .sml-faq {
    flex-direction: column;
  }
}
.wrap-sml-faq .sml-faq .sml-content {
  flex: 2;
  padding-left: 65px;
}
.wrap-sml-faq .sml-faq .sml-content h2 {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .wrap-sml-faq .sml-faq .sml-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.wrap-sml-faq .sml-faq .sml-content h4 {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #32323E;
  line-height: 35px;
  padding-bottom: 36px;
}
@media (max-width: 680px) {
  .wrap-sml-faq .sml-faq .sml-content h4 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.wrap-sml-faq .sml-faq .sml-content p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
  padding-bottom: 17px;
}
@media (max-width: 680px) {
  .wrap-sml-faq .sml-faq .sml-content p {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.wrap-sml-faq .sml-faq .sml-content p:last-child {
  padding-bottom: 0;
}
.wrap-sml-faq .sml-faq .sml-img {
  flex: 1;
}
@media (max-width: 992px) {
  .wrap-sml-faq .sml-faq .sml-img {
    width: 100%;
    height: 200px;
  }
}
.wrap-sml-faq .sml-faq .sml-img img {
  width: 100%;
}
@media (max-width: 992px) {
  .wrap-sml-faq .sml-faq .sml-img img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 680px) {
  .wrap-sml-faq .sml-faq .sml-img img {
    height: auto;
  }
}

.wrap-opportunities .opportunities .vacancies {
  padding-top: 41px;
  padding-bottom: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-opportunities .opportunities .vacancies ul {
  width: 100%;
  max-width: 750px;
}
.wrap-opportunities .opportunities .vacancies ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #D8D8D8;
  margin-bottom: 14px;
}
.wrap-opportunities .opportunities .vacancies ul li .opper-tit {
  font-family: "GothamSSm-Book";
  font-size: 18px;
  color: #32323E;
  line-height: 30px;
}
@media (max-width: 680px) {
  .wrap-opportunities .opportunities .vacancies ul li .opper-tit {
    font-size: 12px;
  }
}
.wrap-opportunities .opportunities .vacancies ul li a {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
}
.wrap-opportunities .opportunities .vacancies ul li a:hover {
  color: #DD393F;
}
@media (max-width: 680px) {
  .wrap-opportunities .opportunities .vacancies ul li a {
    font-size: 12px;
  }
}

.wrap-ws-sab {
  padding-bottom: 70px;
}
.wrap-ws-sab.life-saberion-section {
  padding-top: 100px;
}
.wrap-ws-sab .ws-sab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .wrap-ws-sab .ws-sab {
    flex-direction: column;
  }
}
.wrap-ws-sab .ws-sab .ws-img-sec {
  width: 40%;
  padding-left: 4%;
}
@media (max-width: 768px) {
  .wrap-ws-sab .ws-sab .ws-img-sec {
    width: 100%;
    padding-left: 0;
  }
}
.wrap-ws-sab .ws-sab .ws-img-sec img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .wrap-ws-sab .ws-sab .ws-img-sec img {
    height: 250px;
  }
}
@media (max-width: 680px) {
  .wrap-ws-sab .ws-sab .ws-img-sec img {
    height: auto;
  }
}
.wrap-ws-sab .ws-sab .ws-sab-content {
  width: 60%;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .wrap-ws-sab .ws-sab .ws-sab-content {
    width: 100%;
  }
}
.wrap-ws-sab .ws-sab .ws-sab-content h2 {
  padding-bottom: 45px;
}
.wrap-ws-sab .ws-sab .ws-sab-content .content-block {
  padding-bottom: 48px;
}
.wrap-ws-sab .ws-sab .ws-sab-content .content-block h4 {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  padding-bottom: 15px;
}
.wrap-ws-sab .ws-sab .ws-sab-content .content-block p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
}
.wrap-ws-sab .left-ws-sab {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .wrap-ws-sab .left-ws-sab {
    flex-direction: column;
  }
}
.wrap-ws-sab .left-ws-sab .ws-img-sec {
  width: 40%;
  padding-right: 0;
}
@media (max-width: 768px) {
  .wrap-ws-sab .left-ws-sab .ws-img-sec {
    width: 100%;
    padding-right: 0;
  }
}
.wrap-ws-sab .left-ws-sab .ws-sab-content {
  width: 60%;
  padding-top: 40px;
  padding-right: 4%;
}
@media (max-width: 768px) {
  .wrap-ws-sab .left-ws-sab .ws-sab-content {
    width: 100%;
    padding-right: 0;
  }
}
.wrap-ws-sab .left-ws-sab .ws-sab-content h2 {
  padding-bottom: 45px;
}
.wrap-ws-sab .left-ws-sab .ws-sab-content .content-block {
  padding-bottom: 48px;
}
.wrap-ws-sab .left-ws-sab .ws-sab-content .content-block h4 {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  padding-bottom: 15px;
}
.wrap-ws-sab .left-ws-sab .ws-sab-content .content-block p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
}

.instagram-sec {
  display: flex;
  flex-wrap: wrap;
}
.instagram-sec #instafeed-container {
  display: flex;
  flex-wrap: wrap;
}
.instagram-sec #instafeed-container .instagram-image {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 20%;
  min-height: 300px;
  height: 50vh;
  overflow: hidden;
  margin: 0 !important;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 992px) {
  .instagram-sec #instafeed-container .instagram-image {
    flex-basis: 33.3%;
  }
}
@media (max-width: 768px) {
  .instagram-sec #instafeed-container .instagram-image {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .instagram-sec #instafeed-container .instagram-image {
    flex-basis: 100%;
  }
}
.instagram-sec #instafeed-container .instagram-image img {
  width: 100%;
  opacity: 0;
}
.instagram-sec .iteam-insta {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
}
@media (max-width: 992px) {
  .instagram-sec .iteam-insta {
    flex-basis: 33.3%;
  }
}
@media (max-width: 768px) {
  .instagram-sec .iteam-insta {
    flex-basis: 50%;
  }
}
@media (max-width: 480px) {
  .instagram-sec .iteam-insta {
    flex-basis: 100%;
  }
}
.instagram-sec .iteam-insta img {
  width: 100%;
}

.popvacancy {
  width: 100%;
  max-height: 90vh !important;
  background-color: #EFF1F5 !important;
  padding-top: 64px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;
  overflow-y: scroll;
}
.popvacancy h3 {
  width: 100%;
  max-width: 660px;
  font-family: "GothamSSm-Bold";
  font-size: 40px;
  color: #32323E;
  line-height: 44px;
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  .popvacancy h3 {
    font-size: 30px;
    max-width: 100%;
  }
}
.popvacancy .breadcrumb {
  background: transparent;
  border-bottom: solid #D8D8D8 1px;
  border-radius: 0;
}
.popvacancy .breadcrumb li {
  font-family: "GothamSSm-Medium";
  font-size: 14px;
  color: #828387;
  line-height: 24px;
  padding-bottom: 23px;
}
.popvacancy .pop-dis {
  width: 100%;
  max-width: 700px;
  padding-top: 43px;
}
@media (max-width: 992px) {
  .popvacancy .pop-dis {
    max-width: 100%;
  }
}
.popvacancy .pop-dis h4 {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #32323E;
  line-height: 35px;
}
.popvacancy .pop-dis ul li {
  position: relative;
}
.popvacancy .pop-dis ul li p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.popvacancy .pop-dis ul li::before {
  content: "-";
  top: 14px;
  position: absolute;
  left: 0;
}
.popvacancy .pop-dis ul li p {
  padding-left: 14px;
}
.popvacancy .pop-dis p {
  padding-top: 13px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #32323E;
  line-height: 24px;
}
.popvacancy .hr {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin: 40px 0;
}
.popvacancy .pop-footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .popvacancy .pop-footer-link {
    flex-direction: column;
  }
}
.popvacancy .pop-footer-link p {
  margin: 0;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #828387;
}
.popvacancy .pop-footer-link p a {
  color: #DD393F;
}
.popvacancy .pop-footer-link .btn-wt-red {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .popvacancy .pop-footer-link .btn-wt-red {
    margin-top: 10px;
  }
}

.expand-block .hidden-block {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  display: none;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.editor-content h4 {
  font-family: "GothamSSm-Light" !important;
  font-size: 24px !important;
  line-height: 35px !important;
  color: #32323e !important;
  margin: 0 0 40px 0 !important;
}
.editor-content h5 {
  font-family: "GothamSSm-Light" !important;
  font-size: 24px !important;
}
.editor-content p {
  font-family: "GothamSSm-Light" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #32323e !important;
  margin-bottom: 20px !important;
}
.editor-content .highlight {
  font-family: "GothamSSm-Medium" !important;
}
.editor-content .ul-group {
  display: flex;
  margin: 20px 0;
}
.editor-content .ul-group ul {
  margin-right: 80px !important;
}
.editor-content .ul-group ul:last-of-type {
  margin-right: 0 !important;
}
.editor-content ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.editor-content ul li {
  display: block;
  font-family: "GothamSSm-Light" !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #32323e !important;
  margin-bottom: 10px !important;
  position: relative;
  padding-left: 1.3rem !important;
}
.editor-content ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #32323e;
  position: absolute;
  left: 0;
  top: 11px;
}

.section-title {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  margin: 20px 0;
  color: #fff;
}

.sub-title {
  font-size: 30px;
  color: #32323E;
  margin-bottom: 20px;
}

.title-container {
  text-align: center;
}
.title-container p {
  font-family: "GothamSSm-Light";
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #9aa5b1;
}
.title-container h1 {
  color: #32323e;
}
@media (max-width: 480px) {
  .title-container h1 {
    font-size: 30px;
  }
}

.bg-path {
  position: relative;
}
.bg-path.left-path-1 {
  background-image: url("../images/misc/paths/left-path-1.svg"), url("../images/misc/paths/right-path-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100px, 85vw 350px;
}
.bg-path.right-path-3 {
  background-image: url("../images/misc/paths/right-path-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 92vw 0;
}
.bg-path.left-path-2 {
  background-image: url("../images/misc/paths/left-path-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -25px 0;
}
@media (max-width: 992px) {
  .bg-path.left-path-1::after, .bg-path.left-path-1::before, .bg-path.left-path-2::after, .bg-path.left-path-2::before, .bg-path.right-path-1::after, .bg-path.right-path-1::before, .bg-path.right-path-2::after, .bg-path.right-path-2::before, .bg-path.right-path-3::after, .bg-path.right-path-3::before {
    display: none;
  }
}

.draggable-wrapper {
  position: relative;
  cursor: none;
}
.draggable-wrapper .draggable-cursor {
  width: 40px;
  height: 40px;
  background-image: url("../images/misc/arrow-cursor.svg");
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transform-origin: 100% 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transition-property: background, transform, width, height, opacity;
  position: fixed;
  z-index: 999;
}
.draggable-wrapper .draggable-cursor.active {
  opacity: 1;
  width: 80px;
  height: 80px;
}

.approch-section {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/images/services/approach-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 680px) {
  .approch-section {
    height: 330px;
  }
}
.approch-section .wrap-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .approch-section .wrap-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.approch-section .wrap-content .content {
  margin-right: 60px;
}
.approch-section .wrap-content .content h3 {
  font-family: "GothamSSm-Bold";
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.approch-section .wrap-content .content p {
  text-align: center;
  color: #fff;
  font-family: "GothamSSm-Light";
  font-size: 16px;
  text-align: left;
}
@media (max-width: 680px) {
  .approch-section .wrap-content .content p {
    padding-bottom: 10px;
  }
}
.approch-section a {
  font-family: "GothamSSm-Light";
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
@media (max-width: 680px) {
  .approch-section a {
    font-size: 11px;
    padding: 14px 25px;
  }
}
.approch-section a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
  border: none;
}
.approch-section a svg {
  margin-left: 10px;
}
.approch-section a svg .arrow {
  fill: #000;
}

.approch-sub-para {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .approch-sub-para {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .approch-sub-para {
    font-size: 16px;
  }
}

section.contact-partner {
  margin-top: 50px;
}
section.contact-partner .partner-form-container {
  color: #9AA5B1;
  background-image: url("../images/partner/bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px;
}
section.contact-partner .partner-form-container h4 {
  font-family: "GothamSSm-Medium";
  font-size: 24px;
  margin: 30px 0;
  color: #fff;
}
section.contact-partner .partner-form-container p {
  font-size: 16px;
  margin-bottom: 30px;
}
section.contact-partner .partner-form-container p a {
  color: #fff;
}
section.contact-partner .partner-form-container form {
  max-width: 550px;
  margin: auto;
}
section.contact-partner .partner-form-container form .group {
  margin-bottom: 30px;
  position: relative;
}
section.contact-partner .partner-form-container form .group.label-group {
  margin-bottom: 0;
}
section.contact-partner .partner-form-container form label,
section.contact-partner .partner-form-container form .input-label {
  font-family: "GothamSSm-Medium";
  font-weight: 400;
  font-size: 16px;
  color: #C5CBD2;
  margin-bottom: 16px;
}
section.contact-partner .partner-form-container form label.hide-text,
section.contact-partner .partner-form-container form .input-label.hide-text {
  font-size: 16px;
}
section.contact-partner .partner-form-container form label span,
section.contact-partner .partner-form-container form .input-label span {
  font-family: "GothamSSm-Light";
  color: #C5CBD2;
}
section.contact-partner .partner-form-container form label.error {
  color: red;
  font-family: "GothamSSm-Medium";
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 100%;
}
section.contact-partner .partner-form-container form input,
section.contact-partner .partner-form-container form select,
section.contact-partner .partner-form-container form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(154, 165, 177, 0.4);
  background: transparent;
  width: 100%;
  padding-bottom: 14px;
  font-family: "GothamSSm-Light";
  font-size: 20px;
  color: #C5CBD2;
}
section.contact-partner .partner-form-container form input::-moz-placeholder, section.contact-partner .partner-form-container form select::-moz-placeholder, section.contact-partner .partner-form-container form textarea::-moz-placeholder {
  color: rgba(197, 203, 210, 0.4);
}
section.contact-partner .partner-form-container form input:-ms-input-placeholder, section.contact-partner .partner-form-container form select:-ms-input-placeholder, section.contact-partner .partner-form-container form textarea:-ms-input-placeholder {
  color: rgba(197, 203, 210, 0.4);
}
section.contact-partner .partner-form-container form input::placeholder,
section.contact-partner .partner-form-container form select::placeholder,
section.contact-partner .partner-form-container form textarea::placeholder {
  color: rgba(197, 203, 210, 0.4);
}
section.contact-partner .partner-form-container form .date-from-today {
  background-image: url("../images/partner/date-icon.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 95% 20%;
}
section.contact-partner .partner-form-container form .time-picker {
  background-image: url("../images/partner/time-icon.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 95% 20%;
}
section.contact-partner .partner-form-container form textarea {
  resize: none;
  border: 1px solid rgba(154, 165, 177, 0.4);
  padding: 15px 15px 100px 15px;
}
section.contact-partner .partner-form-container form input[type=file] {
  position: absolute;
  visibility: hidden;
  width: 0.1px;
  height: 0.1px;
}
section.contact-partner .partner-form-container form input[type=file] + label {
  width: 100%;
  background: transparent;
  padding: 20px;
  font-family: "GothamSSm-Light";
  font-weight: 100;
  font-size: 14px;
  color: #C5CBD2;
  border: 1px solid rgba(154, 165, 177, 0.4);
  position: relative;
  cursor: pointer;
}
section.contact-partner .partner-form-container form input[type=file] + label::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/misc/attachment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.contact-partner .partner-form-container form .multiple-group {
  display: flex;
  align-items: flex-end;
}
section.contact-partner .partner-form-container form .multiple-group .group {
  width: 100%;
  margin-right: 50px;
}
section.contact-partner .partner-form-container form .multiple-group .group:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  section.contact-partner section.contact-partner > .container {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  section.contact-partner section.contact-partner .partner-form-container form .multiple-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

.whts-next-link-box {
  background: url("../images/portfolio/clients-block-link.jpg") center;
  background-size: cover;
  padding-top: 18vh;
  padding-bottom: 18vh;
}
.whts-next-link-box .container {
  max-width: 1200px;
}
.whts-next-link-box h3 {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #9aa5b1;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 0 20px 0px;
  margin: 0;
  text-transform: uppercase;
}
.whts-next-link-box h2 {
  padding: 0;
  margin: 0;
}
.whts-next-link-box h2 a {
  display: inline-block;
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 54px;
  text-decoration: none;
  background: url("../images/portfolio/more-link-arrow.png") right center no-repeat;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .whts-next-link-box h2 a {
    font-size: 40px;
    line-height: 45px;
  }
}

.sub-menu {
  border-top: 1px solid #b6b6ba;
  -webkit-animation: smoothback 0.5s forwards;
          animation: smoothback 0.5s forwards;
  top: auto;
}
.sub-menu.fixed-menu {
  position: fixed;
  z-index: 10;
  border-bottom: 1px solid #b6b6ba;
  background: #fff;
  top: auto;
  -webkit-animation: smoothScroll 0.5s forwards;
          animation: smoothScroll 0.5s forwards;
}
.sub-menu ul {
  float: left;
  width: 100%;
  padding: 7px 0px;
  margin: 0;
}
.sub-menu ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  list-style-type: none;
}
@media (max-width: 480px) {
  .sub-menu ul li {
    width: 100%;
  }
}
.sub-menu ul li:nth-child(2) {
  border-left: 1px solid #b6b6ba;
  border-right: 1px solid #b6b6ba;
}
@media (max-width: 480px) {
  .sub-menu ul li:nth-child(2) {
    border-left: 0px solid #b6b6ba;
    border-right: 0px solid #b6b6ba;
  }
}
.sub-menu ul li a {
  font-family: "GothamSSm-Medium";
  font-size: 14px;
  color: #5d6976;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
.sub-menu ul li a:hover {
  color: #ed1c24;
}
.sub-menu ul li a.active {
  color: #ed1c24;
}

.subpage-banner {
  background-image: linear-gradient(180deg, #32323e 0%, #171721 99%);
}
.subpage-banner .container {
  max-width: 1200px;
}
.subpage-banner .subpage-banner-inner {
  display: flex;
  align-items: center;
  height: 320px;
  background: url("../images/portfolio/banner-shading.png") right center no-repeat;
  background-size: auto 100%;
  padding: 35px 0 50px;
}
.subpage-banner h1 {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #9aa5b1;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  margin: 0;
}
.subpage-banner h2 {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 54px;
  max-width: 775px;
}
@media (max-width: 768px) {
  .subpage-banner h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

.portfolio-page {
  padding-top: 0px;
}
.portfolio-page a {
  transition: all 0.35s ease-in-out;
}
.portfolio-page .fullwidth {
  display: block;
  width: 100%;
}
.portfolio-page .case-studies-wrapper {
  padding-top: 80px;
}
.portfolio-page .case-studies-wrapper .solution-list {
  padding-bottom: 50px;
}
.portfolio-page .case-studies-wrapper .casestudy-item-list {
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-page .case-studies-wrapper .casestudy-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 70px;
}
.portfolio-page .case-studies-wrapper .casestudy-item .casestudy-item-in {
  float: left;
  width: 100%;
}
.portfolio-page .case-studies-wrapper .casestudy-item a .case-study-banner {
  float: left;
  width: 100%;
}
.portfolio-page .case-studies-wrapper .casestudy-item a .case-study-banner img {
  float: left;
  width: 100%;
}
.portfolio-page .case-studies-wrapper .casestudy-item a .case-study-txt {
  float: left;
  width: 100%;
  padding-top: 40px;
}
.portfolio-page .case-studies-wrapper .casestudy-item a .case-study-txt h4 {
  font-family: "GothamSSm-Book";
  font-size: 10px;
  color: #828387;
  letter-spacing: 0;
  line-height: 10px;
  padding: 0 0 17px 0px;
  text-transform: uppercase;
  margin: 0;
}
.portfolio-page .case-studies-wrapper .casestudy-item a .case-study-txt h3 {
  padding: 0;
  margin: 0;
}
.portfolio-page .case-studies-wrapper .casestudy-item a .case-study-txt h3 span {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  background: url("../images/portfolio/more-link-arrow.png") right center no-repeat;
  padding-right: 33px;
}
.portfolio-page .casestudy-single-banner {
  background-size: cover;
  background-position: top center;
  padding: 38vh 0px;
}
.portfolio-page .casestudy-single-banner h3 {
  padding: 0 0 20px 0;
  margin: 0;
}
.portfolio-page .casestudy-single-banner h3 a {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #9aa5b1;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  background: url("../images/portfolio/icon-arrow-back.png") left center no-repeat;
  padding-left: 30px;
  text-transform: uppercase;
}
.portfolio-page .casestudy-single-banner h3 a:hover {
  padding-left: 40px;
}
.portfolio-page .casestudy-single-banner h1 {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 54px;
  padding: 0;
  margin: 0;
}
.portfolio-page .introduction-block {
  padding-top: 100px;
  background: url("../images/portfolio/description-side-design.png") right center no-repeat;
}
.portfolio-page .introduction-block .container {
  max-width: 1200px;
}
.portfolio-page .introduction-block .side-info .side-info-details {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .portfolio-page .introduction-block .side-info .side-info-details {
    padding-right: 0px;
  }
}
.portfolio-page .introduction-block .side-info .info-line {
  float: left;
  width: 100%;
  padding-bottom: 35px;
}
.portfolio-page .introduction-block .side-info .info-line h3 {
  padding: 0;
  margin: 0 0 14px 0;
  font-family: "GothamSSm-Book";
  font-size: 10px;
  color: #828387;
  letter-spacing: 0;
  line-height: 10px;
  text-transform: uppercase;
}
.portfolio-page .introduction-block .side-info .info-line p {
  padding: 0;
  margin: 0;
  font-family: "GothamSSm-Medium";
  font-size: 16px;
  color: #32323e;
  letter-spacing: 0;
}
.portfolio-page .introduction-block .side-info .visit-link-line {
  background: #171721;
  height: 92px;
  width: 100%;
  float: left;
  position: relative;
}
.portfolio-page .introduction-block .side-info .visit-link-line:after {
  position: absolute;
  background: #171721;
  height: 92px;
  width: 100vw;
  content: "";
  right: 0;
  z-index: 1;
}
.portfolio-page .introduction-block .side-info .visit-link-line a {
  display: inline-block;
  font-family: "GothamSSm-Medium";
  line-height: 92px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  background: url("../images/portfolio/client-link-arrow.png") right center no-repeat;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.portfolio-page .introduction-block .side-info .visit-link-line a:hover {
  padding-right: 40px;
}
.portfolio-page .introduction-block .description-block .description-block-inner {
  float: left;
  width: 100%;
  padding-left: 50px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .portfolio-page .introduction-block .description-block .description-block-inner {
    padding-left: 0px;
  }
}
.portfolio-page .introduction-block .description-block .description-block-inner h3 {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #828387;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0;
}
.portfolio-page .introduction-block .description-block .description-block-inner p {
  font-family: "GothamSSm-Light";
  font-size: 16px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 0 40px 0px;
  margin: 0;
}
.portfolio-page .introduction-block .description-block .description-block-inner p.highlight {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 35px;
}
.portfolio-page .section-img {
  max-height: 90vh;
  overflow: hidden;
}
.portfolio-page .section-img img {
  width: 100%;
  display: block;
}
.portfolio-page .case-content-block {
  padding-top: 150px;
  padding-bottom: 100px;
}
.portfolio-page .case-content-block .container {
  max-width: 1200px;
}
.portfolio-page .case-content-block .side-info .side-info-details {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .portfolio-page .case-content-block .side-info .side-info-details {
    padding-right: 0px;
  }
}
.portfolio-page .case-content-block .side-info .side-info-details h2 {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 54px;
  padding: 0 0 20px 0px;
  margin: 0;
}
@media (max-width: 768px) {
  .portfolio-page .case-content-block .side-info .side-info-details h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.portfolio-page .case-content-block .description-block .description-block-inner {
  float: left;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .portfolio-page .case-content-block .description-block .description-block-inner {
    padding-left: 0px;
  }
}
.portfolio-page .case-content-block .description-block .description-block-inner h3 {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #828387;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0;
}
.portfolio-page .case-content-block .description-block .description-block-inner p {
  font-family: "GothamSSm-Light";
  font-size: 16px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 0 40px 0px;
  margin: 0;
}
.portfolio-page .case-content-block .description-block .description-block-inner p.highlight {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 35px;
}
.portfolio-page .case-content-block .description-block .description-block-inner ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0;
}
.portfolio-page .case-content-block .description-block .description-block-inner ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  font-family: "GothamSSm-Book";
  font-size: 18px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 35px;
}
.portfolio-page .case-content-block .description-block .description-block-inner ul li:before {
  font-family: "GothamSSm-Book";
  font-size: 18px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 35px;
  content: "-";
  padding-right: 6px;
}
.portfolio-page .testimonial-block {
  text-align: center;
  padding-bottom: 100px;
}
.portfolio-page .testimonial-block .feedback-wrap {
  background-image: linear-gradient(47deg, #11293a 0%, #32375b 42%, #1d2e46 100%);
  padding: 120px 0 100px 0px;
}
.portfolio-page .testimonial-block .feedback-wrap-inner {
  display: inline-block;
  width: 100%;
  max-width: 720px;
  padding: 0px 30px;
}
.portfolio-page .testimonial-block .feedback-icon {
  padding-bottom: 40px;
}
.portfolio-page .testimonial-block .feedback-icon img {
  display: inline-block;
}
.portfolio-page .testimonial-block .feedback-txt {
  padding-bottom: 35px;
}
.portfolio-page .testimonial-block .feedback-txt p {
  font-family: "GothamSSm-Light";
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.portfolio-page .testimonial-block .feedback-client h3 {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0 0 4px 0px;
  margin: 0;
}
.portfolio-page .testimonial-block .feedback-client h4 {
  opacity: 0.7;
  font-family: "GothamSSm-Light";
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.portfolio-page .visit-link-block {
  background-image: linear-gradient(119deg, #32323e 0%, #2c2d39 32%, #171721 100%);
}
.portfolio-page .visit-link-block .visit-link-inner {
  background: url("../images/portfolio/case-link-bg.png") center no-repeat;
  background-size: cover;
  padding: 120px 0px;
}
.portfolio-page .visit-link-block .visit-link-inner .container {
  max-width: 800px;
  text-align: center;
}
.portfolio-page .visit-link-block .visit-link-inner h3 {
  padding: 0;
  margin: 0;
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #828387;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
}
.portfolio-page .visit-link-block .visit-link-inner a {
  display: inline-block;
  width: auto;
  font-family: "GothamSSm-Medium";
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 3px;
  background: url("../images/portfolio/client-link-arrow.png") right center no-repeat;
  padding-right: 30px;
  text-decoration: none;
}
.portfolio-page .visit-link-block .visit-link-inner a:hover {
  padding-right: 40px;
}
.portfolio-page .arrows-line {
  position: relative;
}
.portfolio-page .arrows-line .arrows-block {
  background: #32323e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding-top: 22px;
  text-align: center;
  position: absolute;
  right: -7%;
  margin-top: -450px;
}
@media (max-width: 1480px) {
  .portfolio-page .arrows-line .arrows-block {
    right: 10%;
  }
}
@media (max-width: 1200px) {
  .portfolio-page .arrows-line .arrows-block {
    right: 50px;
  }
}
@media (max-width: 480px) {
  .portfolio-page .arrows-line .arrows-block {
    margin-top: -300px;
    right: 20px;
  }
}
.portfolio-page .arrows-line .arrows-block button {
  width: 15px;
  height: 20px;
  border: 0;
  font-size: 0;
  padding: 0;
  margin: 0px 8px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
}
.portfolio-page .arrows-line .arrows-block button:hover {
  opacity: 0.6;
}
.portfolio-page .arrows-line .arrows-block button.slick-next {
  background: url("../images/portfolio/arrow-right-slide.png") center no-repeat;
}
.portfolio-page .arrows-line .arrows-block button.slick-prev {
  background: url("../images/portfolio/arrow-left-slide.png") center no-repeat;
}
.portfolio-page .clients-list {
  padding: 100px 0px;
  background: url("../images/portfolio/description-side-design.png") right center no-repeat;
}
.portfolio-page .clients-list .clints-logos {
  padding-top: 50px;
}
.portfolio-page .clients-list .clints-logos ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.portfolio-page .clients-list .clints-logos ul li {
  width: auto;
  display: inline-block;
  padding: 12px;
  margin: -4px;
}
.portfolio-page .clients-list .clints-logos ul li a {
  cursor: pointer;
  display: block;
}
.portfolio-page .clients-list .clints-logos ul li a:hover {
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.12);
}
.portfolio-page .clients-list .clints-logos ul li .hidden-element {
  display: none;
}
.portfolio-page .testimonials-list {
  padding-top: 100px;
}
.portfolio-page .testimonials-list .testimonial-block {
  padding-bottom: 40px;
}
.portfolio-page .testimonials-list .testimonial-block.even-line .testimonial-img {
  float: left;
}
.portfolio-page .testimonials-list .testimonial-block.even-line .testimonial-txt {
  float: right;
  background-image: linear-gradient(45deg, #11293a 0%, #32375b 42%, #1d2e46 100%);
}
.portfolio-page .testimonials-list .testimonial-block.even-line .testimonial-txt p {
  color: #fff;
}
.portfolio-page .testimonials-list .testimonial-block.even-line .testimonial-txt h3 {
  color: #ffffff;
}
.portfolio-page .testimonials-list .testimonial-block.even-line .testimonial-txt h4 {
  color: #ffffff;
}
.portfolio-page .testimonials-list .testimonial-block.odd-line .testimonial-img {
  float: right;
}
.portfolio-page .testimonials-list .testimonial-block.odd-line .testimonial-txt {
  float: left;
  background: #eff1f5;
}
.portfolio-page .testimonials-list .testimonial-block.odd-line .testimonial-txt p {
  color: #32323e;
}
.portfolio-page .testimonials-list .testimonial-block.odd-line .testimonial-txt h3 {
  color: #32323e;
}
.portfolio-page .testimonials-list .testimonial-block.odd-line .testimonial-txt h4 {
  color: #828387;
  opacity: 1;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-img {
  background-size: cover;
  background-position: top center;
  width: 425px;
}
@media (max-width: 992px) {
  .portfolio-page .testimonials-list .testimonial-block .testimonial-img {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .portfolio-page .testimonials-list .testimonial-block .testimonial-img {
    width: 100%;
    height: 50vh !important;
  }
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt {
  text-align: center;
  width: calc(100% - 425px);
}
@media (max-width: 992px) {
  .portfolio-page .testimonials-list .testimonial-block .testimonial-txt {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .portfolio-page .testimonials-list .testimonial-block .testimonial-txt {
    width: 100%;
  }
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .testimonial-inner {
  width: 100%;
  padding: 120px 30px;
  float: none;
  display: inline-block;
  max-width: 700px;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .feedback-icon {
  padding-bottom: 40px;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .feedback-icon img {
  display: inline-block;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .feedback-txt {
  padding-bottom: 35px;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .feedback-txt p {
  font-family: "GothamSSm-Light";
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .feedback-client h3 {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0 0 4px 0px;
  margin: 0;
}
.portfolio-page .testimonials-list .testimonial-block .testimonial-txt .feedback-client h4 {
  opacity: 0.7;
  font-family: "GothamSSm-Light";
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.client-description-popup {
  width: 90vw;
  max-width: 1000px;
  background: #fff;
  float: left;
  max-height: 90vh;
}
.client-description-popup .scrollbar-inner {
  float: left;
  width: 100%;
  max-height: 90vh !important;
}
.client-description-popup .logo-line {
  float: left;
  width: 100%;
  padding: 20px;
}
.client-description-popup .intro-line {
  float: left;
  width: 100%;
  padding: 0 20px 30px 20px;
}
.client-description-popup .intro-line p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323e;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.client-description-popup .feedbackline {
  background-image: linear-gradient(45deg, #11293a 0%, #32375b 42%, #1d2e46 100%);
  float: left;
  width: 100%;
  padding: 30px 20px;
}
.client-description-popup .feedbackline p {
  font-family: "GothamSSm-Light";
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding-top: 100px;
  background: url("../images/portfolio/icon-feedback.png") top center no-repeat;
  color: #fff;
  padding-bottom: 20px;
}
.client-description-popup .feedbackline h3 {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0 0 4px 0px;
  margin: 0;
  color: #fff;
}
.client-description-popup .feedbackline h4 {
  opacity: 0.7;
  font-family: "GothamSSm-Light";
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding: 0;
  margin: 0;
  color: #fff;
}
.client-description-popup .wordk-link {
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.client-description-popup .wordk-link a {
  display: inline-block;
  font-family: "GothamSSm-Book";
  text-decoration: none;
  font-size: 16px;
  color: #828387;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

.more-article-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
.more-article-slider .slider-text {
  text-align: center;
}
.more-article-slider .slider-text h2 {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  color: #32323E;
  letter-spacing: 0;
  text-align: center;
  line-height: 54px;
  padding: 0 0 30px 0px;
  margin: 0;
}
@media (max-width: 768px) {
  .more-article-slider .slider-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.more-article-slider .slider-text p {
  max-width: 550px;
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #4A4A53;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  float: none;
  display: inline-block;
}

.more-article-slider-block {
  padding-bottom: 100px;
}
.more-article-slider-block .container {
  max-width: 100%;
}
.more-article-slider-block .article-block-slider {
  margin-left: -10vw;
}
@media (max-width: 768px) {
  .more-article-slider-block .article-block-slider {
    margin-left: 0;
  }
}
.more-article-slider-block .article-block-slider .slick-list {
  overflow: visible;
}
@media (max-width: 480px) {
  .more-article-slider-block .article-block-slider .slick-list {
    overflow: hidden;
  }
}
.more-article-slider-block .article-block-slider .casestudy-item {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 426px;
}
@media (max-width: 500px) {
  .more-article-slider-block .article-block-slider .casestudy-item {
    max-width: 100vw;
  }
}
.more-article-slider-block .article-block-slider .casestudy-item .casestudy-item-in {
  float: left;
  width: 100%;
}
.more-article-slider-block .article-block-slider .casestudy-item a {
  outline: 0;
}
.more-article-slider-block .article-block-slider .casestudy-item a .case-study-banner {
  float: left;
  width: 100%;
}
.more-article-slider-block .article-block-slider .casestudy-item a .case-study-banner img {
  float: left;
  width: 100%;
}
.more-article-slider-block .article-block-slider .casestudy-item a .case-study-txt {
  float: left;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 500px) {
  .more-article-slider-block .article-block-slider .casestudy-item a .case-study-txt {
    padding: 40px 20px 20px 20px;
  }
}
.more-article-slider-block .article-block-slider .casestudy-item a .case-study-txt h4 {
  font-family: "GothamSSm-Book";
  font-size: 10px;
  color: #828387;
  letter-spacing: 0;
  line-height: 10px;
  padding: 0 0 17px 0px;
  text-transform: uppercase;
  margin: 0;
}
.more-article-slider-block .article-block-slider .casestudy-item a .case-study-txt h3 {
  padding: 0;
  margin: 0;
}
.more-article-slider-block .article-block-slider .casestudy-item a .case-study-txt h3 span {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #32323E;
  letter-spacing: 0;
  line-height: 20px;
  display: inline-block;
  background: url("../images/portfolio/more-link-arrow.png") right center no-repeat;
  padding-right: 33px;
}

.tab-link-list a {
  display: inline-block;
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  color: #828387;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  padding: 0 35px 20px 35px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.tab-link-list a.active {
  border-bottom: 4px solid #ED1C24;
}
@media (max-width: 1200px) {
  .tab-link-list a {
    font-size: 16px;
    padding: 0 20px 10px;
  }
}
@media (max-width: 992px) {
  .tab-link-list a {
    font-size: 15px;
    padding: 0 15px 8px;
  }
}
@media (max-width: 480px) {
  .tab-link-list a {
    width: 100%;
    margin-bottom: 6px;
    padding: 6px 0px 6px 0px;
    font-size: 14px;
    line-height: 20px;
  }
}

.project-grid {
  display: flex;
  flex-flow: row wrap;
  margin: 50px -5px 0;
}
.project-grid .load-more {
  margin-top: 20px;
}
.project-grid .project-item {
  display: none;
  padding: 0 5px;
  margin-bottom: 30px;
}
.project-grid .project-item.open {
  display: block;
}
.project-grid .project-item h4 {
  font-family: "GothamSSm-Book";
  font-size: 10px;
  font-weight: 400;
  color: #828387;
  letter-spacing: 0;
  line-height: 10px;
  padding: 0 0 17px 0px;
  text-transform: uppercase;
  margin: 0;
}
.project-grid .project-item h3 {
  padding: 0;
  margin: 0;
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  line-height: 20px;
  color: #32323e;
  margin-bottom: 15px;
}
.project-grid .project-item p {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #32323E;
  line-height: 24px;
}
.project-grid .project-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.project-grid .project-thumb img {
  width: 100%;
}
.project-grid .project-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 110px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .project-grid .project-info {
    padding-right: 30px;
  }
}

.cta {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 25px;
  font-family: "GothamSSm-Light";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
}
.cta.sm {
  font-size: 12px;
}
.cta:hover, .cta:focus, .cta:active {
  text-decoration: none;
  color: #fff;
}
.cta.outline {
  background: transparent;
}
.cta.gray {
  color: #9AA5B1;
  border: 1px solid #9AA5B1;
}
.cta.red {
  background-color: #ED1C24;
}
@media (max-width: 480px) {
  .cta {
    padding: 10px 25px;
  }
}

.main-body-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .main-body-content {
    height: 100vh;
  }
}

.main-page-content {
  flex: 1;
  overflow-x: auto;
  height: calc(100vh - 180px);
}
.main-page-content::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
.main-page-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.main-page-content::-webkit-scrollbar-thumb {
  background-color: #ED1C24;
  border-radius: 10px;
}
.main-page-content.estimate-background {
  background-image: url("../images/estimate-bg.jpg");
  background-size: cover;
  background-position: center;
}

.brand-logo {
  display: inline-block;
}
.brand-logo img {
  max-width: 240px;
}

@media (max-width: 768px) {
  .brand-logo img {
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .brand-logo img {
    max-width: 180px;
  }
}
.navigation-layout-2 {
  background: #fff;
}
.navigation-layout-2 .navigation-wrapper {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-layout-2 {
  background: #fff;
}
.footer-layout-2 .footer-wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-layout-2 .footer-wrapper .left-side,
.footer-layout-2 .footer-wrapper .right-side ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.footer-layout-2 .footer-wrapper .left-side {
  font-family: "GothamSSm-Light";
}
.footer-layout-2 .footer-wrapper .left-side p {
  margin-right: 15px;
}
.footer-layout-2 .footer-wrapper .left-side p,
.footer-layout-2 .footer-wrapper .left-side a {
  color: #828387;
}
.footer-layout-2 .footer-wrapper .right-side ul li {
  margin-right: 15px;
}
.footer-layout-2 .footer-wrapper .right-side ul li:last-of-type {
  margin-right: 0;
}
.footer-layout-2 .footer-wrapper p {
  margin: 0;
}
.footer-layout-2 .footer-wrapper a {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 680px) {
  .footer-layout-2 .footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .footer-layout-2 .footer-wrapper .left-side {
    flex-direction: column;
  }
  .footer-layout-2 .footer-wrapper .left-side p, .footer-layout-2 .footer-wrapper .left-side a {
    margin: 0 0 15px 0;
  }
}

nav a {
  display: inline-block;
  text-decoration: none;
}
nav a:hover, nav a:focus, nav a:active {
  text-decoration: none;
}
nav .nav-side {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
nav .nav-side .left-side {
  display: flex;
  align-items: center;
}
nav .nav-side .left-side .brand-logo {
  margin-right: 50px;
}
nav .nav-side .right-side {
  display: flex;
  align-items: center;
}
nav .nav-side .right-side a {
  margin-left: 30px;
}
nav .nav-side .right-side a.phone-number {
  color: #5D6976;
  font-family: "GothamSSm-Medium";
}
nav .nav-side .right-side a.menu {
  display: none;
}
nav .nav-side .right-side a:first-child {
  margin-left: 0;
}
nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}
nav ul li a {
  font-family: "GothamSSm-Medium";
  color: #5D6976;
  margin-right: 50px;
  transition: all 0.3s ease-in-out;
}
nav ul li a:hover, nav ul li a.active {
  color: #DD393F !important;
}
nav ul li:last-of-type a {
  margin-right: 0;
}
@media (max-width: 1200px) {
  nav .nav-side .left-side ul {
    display: none;
  }
  nav .nav-side .right-side a {
    display: none;
  }
  nav .nav-side .right-side a.menu {
    display: block;
  }
}

.sub-nav-menu {
  transition: all 0.5s ease;
  top: auto;
  width: 100%;
  left: 0;
  -webkit-animation: smoothback 0.5s forwards;
          animation: smoothback 0.5s forwards;
}
.sub-nav-menu.fixed-menu {
  position: fixed;
  background: #fff;
  z-index: 10;
  top: auto;
  -webkit-animation: smoothScroll 0.5s forwards;
          animation: smoothScroll 0.5s forwards;
}
.sub-nav-menu .sub-menu-links {
  background: #fff;
  width: 100%;
  display: flex;
  margin: 0;
  border-top: 1px solid rgba(182, 182, 186, 0.5);
  border-bottom: 1px solid rgba(182, 182, 186, 0.5);
}
.sub-nav-menu .sub-menu-links li {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.sub-nav-menu .sub-menu-links li::after {
  content: "";
  display: inline-block;
  height: 80%;
  width: 1px;
  background: rgba(182, 182, 186, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sub-nav-menu .sub-menu-links li:last-of-type::after {
  display: none;
}
.sub-nav-menu .sub-menu-links li a {
  display: inline-block;
  font-family: "GothamSSm-Medium";
  font-weight: 300;
  color: #5D6976;
  width: 100%;
  padding: 15px 10px;
  transition: all 0.3s ease-in-out;
}
.sub-nav-menu .sub-menu-links li a:hover, .sub-nav-menu .sub-menu-links li a:focus, .sub-nav-menu .sub-menu-links li a:active, .sub-nav-menu .sub-menu-links li a.active {
  text-decoration: none;
  color: #DD393F;
}
@media (max-width: 992px) {
  .sub-nav-menu {
    display: none;
  }
}

@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes smoothback {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes smoothback {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
body.estimate .container {
  max-width: 1330px;
}

section.estimate-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.estimate-section .estimate-content {
  margin: 50px auto;
}
section.estimate-section .estimate-content form .form-content .step .step-title {
  color: #32323E;
  margin-bottom: 25px;
  text-align: center;
}
section.estimate-section .estimate-content form .form-content .step .sub {
  font-family: "GothamSSm-Book";
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
  color: #4A4A53;
}
section.estimate-section .estimate-content form .form-content .step .sub a {
  font-family: "GothamSSm-Medium";
  color: #4A4A53;
}
section.estimate-section .estimate-content form .form-content .step .sub .highlight {
  font-family: "GothamSSm-Bold";
}
section.estimate-section .estimate-content form .form-content .step .fieldgroup {
  margin-top: 45px;
}
section.estimate-section .estimate-content form .form-content .step .group {
  margin-bottom: 30px;
}
section.estimate-section .estimate-content form .form-content .step label,
section.estimate-section .estimate-content form .form-content .step .input-label {
  font-family: "GothamSSm-Medium";
  font-size: 16px;
  color: #4A4A53;
  margin-bottom: 16px;
}
section.estimate-section .estimate-content form .form-content .step label.hide-text,
section.estimate-section .estimate-content form .form-content .step .input-label.hide-text {
  font-size: 16px;
}
section.estimate-section .estimate-content form .form-content .step label span,
section.estimate-section .estimate-content form .form-content .step .input-label span {
  font-family: "GothamSSm-Light";
  color: #9AA5B1;
}
section.estimate-section .estimate-content form .form-content .step label.error {
  color: red;
  font-family: "GothamSSm-Medium";
  white-space: nowrap;
  font-size: 13px;
  text-transform: uppercase;
}
section.estimate-section .estimate-content form .form-content .step input,
section.estimate-section .estimate-content form .form-content .step select,
section.estimate-section .estimate-content form .form-content .step textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(154, 165, 177, 0.4);
  background: transparent;
  width: 100%;
  padding-bottom: 14px;
  font-family: "GothamSSm-Light";
  font-size: 20px;
  color: #828387;
}
section.estimate-section .estimate-content form .form-content .step textarea {
  resize: none;
  border: 1px solid rgba(154, 165, 177, 0.4);
  padding: 15px 15px 100px 15px;
}
section.estimate-section .estimate-content form .form-content .step input[type=file] {
  position: absolute;
  visibility: hidden;
  width: 0.1px;
  height: 0.1px;
}
section.estimate-section .estimate-content form .form-content .step input[type=file] + label {
  width: 100%;
  background: #fff;
  padding: 15px;
  font-family: "GothamSSm-Light";
  font-weight: 100;
  font-size: 18px;
  color: #828387;
  border: 1px solid rgba(154, 165, 177, 0.7);
  position: relative;
  cursor: pointer;
}
section.estimate-section .estimate-content form .form-content .step input[type=file] + label::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/misc/attachment.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
section.estimate-section .estimate-content form .form-content .step .multiple-group {
  display: flex;
  align-items: flex-end;
}
section.estimate-section .estimate-content form .form-content .step .multiple-group .group {
  width: 100%;
  margin-right: 50px;
}
section.estimate-section .estimate-content form .form-content .step .multiple-group .group:last-of-type {
  margin-right: 0;
}
section.estimate-section .estimate-content form .form-content .step .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 210px));
  grid-template-rows: 310px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  margin-top: 35px;
  justify-content: center;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .service-group {
  position: relative;
  min-height: 300px;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .service-group label.error {
  position: absolute;
  top: -40px;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .has-sub input[type=checkbox]:checked + label {
  align-items: flex-start;
  text-align: left;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 0.1px;
  height: 0.1px;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #5C5C5C;
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label figure {
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label figure svg .service-color {
  fill: #5D6976;
  stroke: #5D6976;
  stroke-width: 0px;
  transition: all 0.3s ease-in-out;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label p {
  font-family: "GothamSSm-Light";
  margin: 0;
  font-size: 16px;
  color: #4A4A53;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label .is-check {
  display: none;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label:hover {
  background: #DD393F;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label:hover figure svg .service-color {
  fill: #fff;
  stroke: #fff;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox] + label:hover p {
  color: #fff;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox]:checked + label {
  background: #DD393F;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox]:checked + label figure svg .service-color {
  fill: #fff;
  stroke: #fff;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox]:checked + label .sub-items {
  position: relative;
  z-index: 1;
  opacity: 1;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox]:checked + label p {
  color: #fff;
}
section.estimate-section .estimate-content form .form-content .step .services-grid input[type=checkbox]:checked + label .is-check {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .sub-items {
  padding-top: 30px;
  position: absolute;
  opacity: 0;
  z-index: -2;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .checkgroup input[type=checkbox] + label {
  display: inline-block;
  font-family: "GothamSSm-Light";
  font-size: 14px;
  color: #fff;
  background: none;
  padding: 0 0 0 3rem;
  text-align: left;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .checkgroup input[type=checkbox] + label::before, section.estimate-section .estimate-content form .form-content .step .services-grid .checkgroup input[type=checkbox] + label::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.estimate-section .estimate-content form .form-content .step .services-grid .checkgroup input[type=checkbox] + label::after {
  background-color: #fff;
  background-image: url("../images/misc/correct-icon.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .checkgroup input[type=checkbox]:checked + label {
  padding: 0 0 0 3rem;
}
section.estimate-section .estimate-content form .form-content .step .services-grid .checkgroup input[type=checkbox]:checked + label::after {
  opacity: 1;
}
section.estimate-section .estimate-content form .form-content .actions {
  position: absolute;
  left: -9999em;
}
section.estimate-section .estimate-content form .form-button {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-top: 30px;
}
section.estimate-section .estimate-content form .form-button .cta {
  margin-left: 30px;
}
section.estimate-section .estimate-content form .form-button .cta:first-child {
  margin-left: 0;
}
section.estimate-section .estimate-content .success-step {
  text-align: center;
  max-width: 430px;
  margin: auto;
  display: none;
}
section.estimate-section .estimate-content .success-step h2 {
  color: #32323E;
  margin: 20px 0;
}
section.estimate-section .estimate-content .success-step h4 {
  font-family: "GothamSSm-Light";
  font-size: 28px;
  color: #4A4A53;
  margin: 0 0 30px 0;
}
section.estimate-section .estimate-content .success-step p {
  font-family: "GothamSSm-Book";
  font-size: 14px;
  color: #4A4A53;
}
section.estimate-section .estimate-content .success-step p a {
  display: inline-block;
  color: #DD393F;
  text-decoration: underline;
}
@media (max-width: 680px) {
  section.estimate-section .estimate-content form .form-content .step .step-title {
    font-size: 30px;
  }
  section.estimate-section .estimate-content form .form-content .step .multiple-group {
    flex-direction: column;
  }
  section.estimate-section .estimate-content form .form-content .step .multiple-group .group {
    margin-right: 0;
  }
  section.estimate-section .estimate-content form .form-button .cta {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  section.estimate-section .estimate-content form .form-content .step .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(194px, 1fr));
  }
}

.contact-page .fullwidth {
  width: 100%;
  display: block;
}
.contact-page .contact-wrap {
  padding-top: 50px;
}
.contact-page .contact-wrap .container {
  max-width: 100%;
}
.contact-page .contact-wrap .contact-info {
  background: url("../images/contact/contact-inf-bg-left.png") left center no-repeat;
}
@media (max-width: 1300px) {
  .contact-page .contact-wrap .contact-info {
    float: left;
  }
}
.contact-page .contact-wrap .contact-info .contact-info-wrap {
  float: right;
  width: 100%;
  max-width: 550px;
  padding: 50px;
}
@media (max-width: 1300px) {
  .contact-page .contact-wrap .contact-info .contact-info-wrap {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-page .contact-wrap .contact-info .contact-info-wrap {
    padding: 30px 20px;
  }
}
.contact-page .contact-wrap .contact-info .location-list .location-item {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .contact-page .contact-wrap .contact-info .location-list .location-item {
    width: 100%;
    padding-bottom: 30px;
  }
}
.contact-page .contact-wrap .contact-info .location-list h3 {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #32323E;
  letter-spacing: 0;
  line-height: 35px;
  padding: 0 0 15px 0px;
}
.contact-page .contact-wrap .contact-info .location-list strong {
  float: left;
  width: 100%;
  font-family: "GothamSSm-Medium";
  font-size: 16px;
  color: #32323E;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 0 10px 0px;
}
.contact-page .contact-wrap .contact-info .location-list ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.contact-page .contact-wrap .contact-info .location-list ul li {
  list-style-type: none;
  float: left;
  margin: 0 21px 0 0;
  width: auto;
}
.contact-page .contact-wrap .contact-info .location-list p {
  font-family: "GothamSSm-Medium";
  font-size: 14px;
  color: #828387;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 0 20px 0px;
  margin: 0;
}
.contact-page .contact-wrap .contact-info .location-list p a {
  color: #828387;
}
.contact-page .contact-wrap .contact-info .location-list p a:hover {
  text-decoration: underline;
}
.contact-page .contact-wrap .contact-form {
  background: url("../images/contact/form-box-bg.png") left center no-repeat;
  background-size: cover;
  padding-left: 50px;
}
@media (max-width: 1300px) {
  .contact-page .contact-wrap .contact-form {
    padding-left: 0;
    float: left;
  }
}
.contact-page .contact-wrap .contact-form .contact-form-wrap {
  float: left;
  width: 100%;
  max-width: 670px;
  padding: 50px;
}
@media (max-width: 1300px) {
  .contact-page .contact-wrap .contact-form .contact-form-wrap {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-page .contact-wrap .contact-form .contact-form-wrap {
    padding: 30px 20px;
  }
}
.contact-page .contact-wrap .contact-form .contact-form-wrap p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 40px;
}
.contact-page .contact-wrap .contact-form .contact-form-wrap p a {
  color: #ED1C24;
}
.contact-page .contact-wrap .contact-form .contact-form-wrap p a:hover {
  text-decoration: underline;
}
.contact-page .contact-wrap h2 {
  font-family: "GothamSSm-Bold";
  font-size: 50px;
  color: #32323E;
  letter-spacing: 0;
  line-height: 54px;
  padding: 0 0 35px 0;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-page .contact-wrap h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.contact-page .contact-wrap .form-line {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.contact-page .contact-wrap .form-line label {
  font-family: "GothamSSm-Medium";
  font-weight: 400;
  font-size: 16px;
  color: #4A4A53;
  letter-spacing: 0;
  float: left;
  width: 100%;
  min-height: 25px;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1200px) {
  .contact-page .contact-wrap .form-line label {
    min-height: 1px;
  }
}
.contact-page .contact-wrap .form-line input[type=text] {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(154, 165, 177, 0.4);
  background: transparent;
  font-family: "GothamSSm-Book";
  font-size: 20px;
  color: #828387;
  letter-spacing: 0;
}
.contact-page .contact-wrap .form-line input[type=text]::-moz-placeholder {
  opacity: 0.4;
}
.contact-page .contact-wrap .form-line input[type=text]:-ms-input-placeholder {
  opacity: 0.4;
}
.contact-page .contact-wrap .form-line input[type=text]::placeholder {
  opacity: 0.4;
}
.contact-page .contact-wrap .form-line input[type=text]:focus {
  outline: 0;
}
.contact-page .contact-wrap .form-line textarea {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 25px;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(154, 165, 177, 0.4);
  background: transparent;
  font-family: "GothamSSm-Book";
  font-size: 20px;
  color: #828387;
  letter-spacing: 0;
  resize: none;
}
.contact-page .contact-wrap .form-line textarea:focus {
  outline: 0;
}
.contact-page .contact-wrap .form-line .selectbox-wrap {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(154, 165, 177, 0.4);
  background: url("../images/contact/select-triangle.png") center right 10px no-repeat;
}
.contact-page .contact-wrap .form-line .selectbox-wrap select {
  float: left;
  width: calc(100% + 20px);
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  font-family: "GothamSSm-Book";
  font-size: 20px;
  color: #828387;
}
.contact-page .contact-wrap .form-line .selectbox-wrap select:focus {
  outline: 0;
}
.contact-page .contact-wrap .form-line input[type=submit] {
  font-family: "GothamSSm-Medium";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DD393F;
  padding: 17px 24.5px 16px 24.5px;
  border-radius: 24px;
  position: relative;
  margin-right: 30px;
  border: 0;
  min-width: 120px;
}
.contact-page .contact-wrap .form-line input[type=submit]:hover {
  opacity: 0.8;
}
.contact-page .contact-wrap .form-line .form-line-half {
  float: left;
  width: 50%;
}
@media (max-width: 1200px) {
  .contact-page .contact-wrap .form-line .form-line-half {
    width: 100%;
  }
}
.contact-page .contact-wrap .form-line .form-line-half.harf-left {
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .contact-page .contact-wrap .form-line .form-line-half.harf-left {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
}
.contact-page .contact-wrap .form-line .form-line-half.harf-right {
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .contact-page .contact-wrap .form-line .form-line-half.harf-right {
    width: 100%;
    padding-left: 0px;
  }
}
.contact-page .contact-map .gmap-wrap {
  height: 50vh;
  max-height: 500px;
}
.contact-page input[type=submit] {
  font-family: "GothamSSm-Medium";
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background-color: #DD393F;
  padding: 17px 24.5px 16px 24.5px;
  border-radius: 24px;
  position: relative;
  margin-right: 30px;
  border: 0;
  min-width: 120px;
}
.contact-page input[type=submit]:hover {
  opacity: 0.8;
}

section.main-services {
  background-image: url("../images/misc/black-bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
}
section.main-services .service {
  padding: 130px 20px 100px 70px;
  color: #fff;
  display: inline-block;
  flex: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}
section.main-services .service:hover {
  background: rgba(255, 255, 255, 0.05);
}
section.main-services .service::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: rgba(216, 216, 216, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
section.main-services .service:last-of-type::after {
  display: none;
}
section.main-services .service:hover, section.main-services .service:focus, section.main-services .service:active {
  text-decoration: none;
}
section.main-services .service .inner-content {
  max-width: 330px;
  opacity: 0;
}
section.main-services .service h1 {
  margin: 0 0 50px 0;
}
section.main-services .service p,
section.main-services .service span {
  font-family: "GothamSSm-Light";
}
section.main-services .service p {
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 28px;
}
section.main-services .service span {
  display: flex;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
}
section.main-services .service span img {
  margin-left: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  section.main-services .service {
    padding-left: 40px;
  }
  section.main-services .service h1 {
    font-size: 40px;
  }
  section.main-services .service p {
    font-size: 14px;
  }
  section.main-services .service span {
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  section.main-services {
    flex-direction: column;
  }
  section.main-services .service {
    padding: 80px 20px 80px 40px;
  }
  section.main-services .service::after {
    top: auto;
    left: 0;
    height: 1px;
    width: 100%;
  }
  section.main-services .service .inner-content {
    max-width: 100%;
  }
}

section.services-banner {
  padding: 100px 0;
  background-image: url("../images/misc/aws-services-banner.jpg");
  background-size: cover;
  background-position: center;
}
section.services-banner .inner-content {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
section.services-banner .inner-content .right-side {
  margin-left: 75px;
}
section.services-banner .inner-content .right-side h1 {
  max-width: 700px;
  margin: 0 0 35px 0;
}
section.services-banner .inner-content .right-side p {
  font-family: "GothamSSm-Light";
  font-weight: 100;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 992px) {
  section.services-banner .inner-content .right-side h1 {
    font-size: 35px;
  }
  section.services-banner .inner-content .right-side p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.services-banner .inner-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  section.services-banner .inner-content .right-side {
    margin: 50px 0 0 0;
  }
}

section.page-banner {
  background-image: url("../images/misc/black-bg.jpg");
  background-size: cover;
  background-position: center;
}
section.page-banner .inner-content {
  padding: 160px 20px 130px 0;
  max-width: 640px;
}
section.page-banner .back-to-previous {
  display: flex;
  align-items: center;
  font-family: "GothamSSm-Book";
  font-size: 16px;
  text-transform: uppercase;
}
section.page-banner .back-to-previous:hover, section.page-banner .back-to-previous:focus, section.page-banner .back-to-previous:active {
  text-decoration: none;
}
section.page-banner .back-to-previous span {
  margin-left: 10px;
  color: #9AA5B1;
}
section.page-banner h1 {
  margin: 20px 0 0 0;
  color: #fff;
}
section.page-banner p.sub-para {
  margin-top: 50px;
  font-family: "GothamSSm-Light";
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 768px) {
  section.page-banner .inner-content {
    padding: 130px 20px 130px 0;
  }
  section.page-banner h1 {
    font-size: 40px;
  }
}

section.approach-process svg#process-chart {
  width: 100%;
  height: auto;
  margin-top: 100px;
}
section.approach-process .process-chart-mobile {
  margin: 50px 0;
  display: none;
}
section.approach-process .process-chart-mobile .process {
  margin-bottom: 50px;
}
section.approach-process .process-chart-mobile .process .head {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  margin-bottom: 30px;
}
section.approach-process .process-chart-mobile .process .sub-head {
  font-family: "GothamSSm-Book";
  font-size: 20px;
  margin-bottom: 20px;
}
section.approach-process .process-chart-mobile .process figure img {
  max-width: 40px;
  margin-bottom: 20px;
}
section.approach-process .process-chart-mobile .process p {
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
  line-height: 24px;
  margin-bottom: 20px;
}
section.approach-process .process-chart-mobile .process ul {
  list-style-type: disc;
  margin-left: 20px;
  font-family: "GothamSSm-Book";
  font-size: 16px;
  color: #32323E;
}
section.approach-process .process-chart-mobile .process ul li {
  margin-bottom: 10px;
}
@media (max-width: 680px) {
  section.approach-process svg#process-chart {
    display: none;
  }
  section.approach-process .process-chart-mobile {
    display: block;
  }
}

section.description {
  padding: 100px 0;
}
section.description.descriptionTwo {
  padding-top: 0;
}
section.description .description-wrapper {
  display: flex;
  align-items: flex-start;
}
section.description .description-wrapper.change-order .left-side {
  order: 1;
  margin: 0 0 0 60px;
}
section.description .description-wrapper.align-top {
  align-items: flex-start;
}
section.description .description-wrapper .left-side {
  flex: 1;
  margin-right: 60px;
}
section.description .description-wrapper .right-side {
  min-width: 420px;
}
section.description .description-wrapper .right-side figure img {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 992px) {
  section.description .description-wrapper.change-order .left-side {
    margin: 0;
  }
  section.description .description-wrapper .left-side {
    margin-right: 0;
  }
  section.description .description-wrapper .right-side {
    display: none;
  }
}

.button-container {
  margin-bottom: 100px;
  text-align: center;
}
.button-container a {
  display: inline-block;
}

section.sub-services {
  padding-bottom: 60px;
}
section.sub-services .sub-services-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 50px;
  justify-content: center;
}
section.sub-services .sub-services-wrapper .sub-service h4 {
  font-family: "GothamSSm-Medium";
  font-size: 24px;
  margin: 25px 0;
  color: #32323E;
}
section.sub-services .sub-services-wrapper .sub-service p {
  font-family: "GothamSSm-Light";
  line-height: 24px;
  font-size: 16px;
}
section.sub-services .sub-services-wrapper .sub-service.active {
  border: 1px solid #32323E;
}

section.technology-stack .container {
  background-image: url("../images/misc/black-bg-2.jpg");
  background-size: cover;
  background-position: center;
}
section.technology-stack .technology-stack-container {
  padding: 90px 40px 30px;
  display: flex;
}
section.technology-stack .technology-stack-container .left-side {
  min-width: 360px;
  margin-right: 90px;
}
section.technology-stack .technology-stack-container .technology {
  margin-bottom: 50px;
}
section.technology-stack .technology-stack-container .technology ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.technology-stack .technology-stack-container .technology ul li {
  margin-right: 45px;
  margin-bottom: 30px;
}
section.technology-stack h1 {
  margin: 0 0 50px 0;
  color: #fff;
  max-width: 400px;
}
section.technology-stack p {
  font-family: "GothamSSm-Medium";
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 992px) {
  section.technology-stack .technology-stack-container {
    flex-direction: column;
    padding: 90px 20px;
  }
  section.technology-stack .technology-stack-container .left-side {
    margin: 0;
    min-width: auto;
  }
}
@media (max-width: 480px) {
  section.technology-stack h1 {
    font-size: 40px;
  }
}

section.package-section .section-title {
  color: #32323E;
}
section.package-section .package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 25px;
  margin-top: 45px;
  justify-content: center;
}
section.package-section .package-grid .package {
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 27px 0;
}
section.package-section .package-grid .package.highlight {
  border: 1px solid #32323E;
}
section.package-section .package-grid .package .title-content {
  background: #32323E;
}
section.package-section .package-grid .package .title-content h3 {
  font-family: "GothamSSm-Medium";
  font-size: 24px;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin: 0;
}
section.package-section .package-grid .package .body-content {
  padding: 30px;
  background: #fff;
}
section.package-section .package-grid .package .body-content p {
  font-family: "GothamSSm-Light";
  color: #828387;
  line-height: 24px;
  text-align: center;
}
section.package-section .package-grid .package .body-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.package-section .package-grid .package .body-content ul li {
  font-family: "GothamSSm-Light";
  color: #828387;
  line-height: 24px;
  padding-left: 2.3rem;
  margin-bottom: 15px;
  position: relative;
}
section.package-section .package-grid .package .body-content ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background-image: url("../images/misc/check-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 680px) {
  section.package-section .section-title {
    font-size: 30px;
  }
}

section.blue-bg {
  background-image: url("../images/company/core-values.jpg");
  background-size: cover;
  background-position: center;
}
section.blue-bg .section-title {
  margin: 50px 0;
}

section.talk-to-us {
  background-image: url("../images/misc/black-bg-3.jpg");
  background-size: cover;
  background-position: center;
  margin: 50px 0 0 0;
  padding: 80px 10px;
}
section.talk-to-us .inner-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
section.talk-to-us .section-title {
  margin: 0 0 35px 0;
}
section.talk-to-us h4 {
  margin: 0 0 50px 0;
  font-family: "GothamSSm-Light";
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}
section.talk-to-us p {
  font-family: "GothamSSm-Light";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  margin-top: 30px;
}
section.talk-to-us p a {
  color: rgba(255, 255, 255, 0.6);
}
section.talk-to-us.white {
  background: none;
}
section.talk-to-us.white .inner-content {
  max-width: 600px;
}
section.talk-to-us.white .section-title {
  font-size: 24px;
  color: #32323E;
  margin-bottom: 20px;
}
section.talk-to-us.white h4 {
  font-size: 16px;
  color: #32323E;
  margin-bottom: 20px;
  line-height: 25px;
}
section.talk-to-us.white p, section.talk-to-us.white p > a {
  color: rgba(50, 50, 62, 0.7);
}
@media (max-width: 768px) {
  section.talk-to-us .section-title {
    font-size: 40px;
  }
  section.talk-to-us h4 {
    font-size: 18px;
  }
  section.talk-to-us p {
    font-size: 14px;
  }
}

section.clients {
  padding: 90px 0 0;
}

.dedicated-development-team .main-services .service .inner-content {
  max-width: 552px;
}
@media (max-width: 992px) {
  .dedicated-development-team .service .inner-content {
    max-width: 100% !important;
  }
}

.business-consultancy-page .bold-txt {
  font-family: "GothamSSm-Bold";
}
.business-consultancy-page .medium-txt {
  font-family: "GothamSSm-Medium";
}
.business-consultancy-page .author {
  font-family: "GothamSSm-Book" !important;
  font-size: 14px !important;
}
.business-consultancy-page .extra-light-font {
  font-family: "GothamSSm-Light" !important;
  color: rgba(50, 50, 62, 0.7) !important;
  font-size: 13px;
}
.business-consultancy-page .page-banner {
  background-image: url(../images/misc/business-consultancy-bg.jpg);
}
.business-consultancy-page .page-banner .inner-content {
  max-width: 685px;
}
@media (max-width: 992px) {
  .business-consultancy-page .page-banner .inner-content {
    max-width: 100%;
  }
}
.business-consultancy-page .page-banner .inner-content .sub-title-sec {
  font-family: "GothamSSm-Book";
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  padding-top: 30px;
  margin-bottom: 0;
}
.business-consultancy-page .description .highlight-light {
  font-family: "GothamSSm-Book" !important;
}