@import url("https://p.typekit.net/p.css?s=1&k=mjq5qhz&ht=tk&f=7909.7911.7913.7915.7916.46203&a=85010637&app=typekit&e=css");
:root {
  --c-black: #000000;
  --c-black-light: #333333;
  --c-white: #ffffff;
  --c-gray: #f6f6f7;
  --c-gray-light: #f8f8f8;
  --c-primary: #d90000;
}

@font-face {
  font-family: "runda";
  src: url("https://use.typekit.net/af/2e47e7/000000000000000077359bec/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2e47e7/000000000000000077359bec/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2e47e7/000000000000000077359bec/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "runda";
  src: url("https://use.typekit.net/af/f78694/000000000000000077359c0d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/f78694/000000000000000077359c0d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/f78694/000000000000000077359c0d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "runda";
  src: url("https://use.typekit.net/af/91a73d/000000000000000077359c09/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/91a73d/000000000000000077359c09/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/91a73d/000000000000000077359c09/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "runda";
  src: url("https://use.typekit.net/af/c5440d/000000000000000077359c37/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/c5440d/000000000000000077359c37/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/c5440d/000000000000000077359c37/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "runda";
  src: url("https://use.typekit.net/af/0dfe6e/000000000000000077359c21/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/0dfe6e/000000000000000077359c21/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/0dfe6e/000000000000000077359c21/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
html, body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  color: var(--c-black-light);
  font-family: "runda", sans-serif;
  font-weight: 300;
  background-image: none;
  line-height: 18px;
  font-size: 14px;
  overflow-x: hidden;
}
@media screen and (min-width: 1400px) {
  html, body {
    line-height: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  html, body {
    line-height: 25px;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1680px;
  }
}

.primary-button {
  background-color: var(--c-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: var(--c-white);
  overflow: hidden !important;
  z-index: 1;
  padding: 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
}
.primary-button span {
  position: relative;
  z-index: 1;
}
.primary-button:hover {
  color: var(--c-primary);
}
.primary-button:hover:before {
  opacity: 1;
  width: 116%;
}
.primary-button:hover:after {
  opacity: 1;
  width: 120%;
}
.primary-button:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-white);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.primary-button:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-black-light);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.primary-button-2 {
  background-color: var(--c-black-light);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: var(--c-white);
  overflow: hidden !important;
  z-index: 1;
  padding: 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
}
.primary-button-2 span {
  position: relative;
  z-index: 1;
}
.primary-button-2:hover {
  color: var(--c-white);
}
.primary-button-2:hover:before {
  opacity: 1;
  width: 116%;
}
.primary-button-2:hover:after {
  opacity: 1;
  width: 120%;
}
.primary-button-2:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-primary);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.primary-button-2:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-black-light);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.primary-button-2 button {
  border: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: transparent;
  color: var(--c-white);
}

.primary-button-3 {
  background-color: var(--c-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: var(--c-white) !important;
  overflow: hidden !important;
  z-index: 1;
  padding: 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
}
.primary-button-3 span {
  position: relative;
  z-index: 1;
}
.primary-button-3:hover {
  color: var(--c-white);
}
.primary-button-3:hover:before {
  opacity: 1;
  width: 116%;
}
.primary-button-3:hover:after {
  opacity: 1;
  width: 120%;
}
.primary-button-3:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-black-light);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.primary-button-3:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-gray);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.primary-button-3 button {
  border: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: transparent;
  color: var(--c-white);
}

.primary-button-4 {
  background-color: var(--c-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  color: var(--c-white) !important;
  overflow: hidden !important;
  z-index: 1;
  padding: 7px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 400;
}
.primary-button-4 span {
  position: relative;
  z-index: 1;
}
.primary-button-4:hover {
  color: var(--c-black-light) !important;
}
.primary-button-4:hover:before {
  opacity: 1;
  width: 116%;
}
.primary-button-4:hover:after {
  opacity: 1;
  width: 120%;
}
.primary-button-4:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-white);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 2px 0px 14px rgba(255, 255, 255, 0.6);
          box-shadow: 2px 0px 14px rgba(255, 255, 255, 0.6);
}
.primary-button-4:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: var(--c-gray);
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -webkit-box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}
.primary-button-4 button {
  border: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: transparent;
  color: var(--c-white);
}

.a-line-hover, .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text, footer .footer-wrapper .right-bar ul li a, footer .footer-wrapper .center-bar .menu ul li a, footer .footer-wrapper .left-bar ul li .mail-text, header .main-header .menu-wrapper .menu ul li > a, header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text, header .top-bar .top-bar-wrap .left-bar ul li a, .contact-wrapper .contact-outer .info-wrap .info a, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text {
  position: relative;
}
.a-line-hover:hover::after, .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text:hover::after, footer .footer-wrapper .right-bar ul li a:hover::after, footer .footer-wrapper .center-bar .menu ul li a:hover::after, footer .footer-wrapper .left-bar ul li .mail-text:hover::after, header .main-header .menu-wrapper .menu ul li > a:hover::after, header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text:hover::after, header .top-bar .top-bar-wrap .left-bar ul li a:hover::after, .contact-wrapper .contact-outer .info-wrap .info a:hover::after, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text:hover::after {
  opacity: 1;
  width: 100%;
}
.a-line-hover::after, .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text::after, footer .footer-wrapper .right-bar ul li a::after, footer .footer-wrapper .center-bar .menu ul li a::after, footer .footer-wrapper .left-bar ul li .mail-text::after, header .main-header .menu-wrapper .menu ul li > a::after, header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text::after, header .top-bar .top-bar-wrap .left-bar ul li a::after, .contact-wrapper .contact-outer .info-wrap .info a::after, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 1px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background: var(--c-primary);
  opacity: 0;
  content: "";
}

h2 {
  text-transform: uppercase;
}

.py-100, footer .footer-wrapper, .tabs-section, .wagwep-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .py-100, footer .footer-wrapper, .tabs-section, .wagwep-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .py-100, footer .footer-wrapper, .tabs-section, .wagwep-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pb-100 {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-100 {
    padding-bottom: 100px;
  }
}

.pt-100 {
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .pt-100 {
    padding-top: 100px;
  }
}

.mb-100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.py-150, .counter-section .counter-section-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .py-150, .counter-section .counter-section-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .py-150, .counter-section .counter-section-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .py-150, .counter-section .counter-section-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.bg-gray {
  background: var(--c-gray);
}

.main-text-center {
  text-align: center;
}
.main-text-center .title {
  margin-bottom: 20px;
}
.main-text-center .title h2 {
  margin-bottom: 0;
}
.main-text-center .text h4 {
  font-style: italic;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 600;
}
.main-text-center .text p {
  text-transform: uppercase;
}

.normal-link {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  color: var(--c-primary);
  text-decoration: none;
}
.normal-link:hover {
  color: var(--c-primary);
  text-decoration: underline;
}

.banner-section {
  height: calc(100vh - 125.45px);
  position: relative;
}
@media screen and (min-width: 480px) {
  .banner-section {
    height: calc(100vh - 142.84px);
  }
}
@media screen and (min-width: 576px) {
  .banner-section {
    height: calc(100vh - 152.86px);
  }
}
@media screen and (min-width: 992px) {
  .banner-section {
    height: calc(100vh - 154px);
  }
}
@media screen and (min-width: 1600px) {
  .banner-section {
    height: calc(100vh - 159px);
  }
}
.banner-section .banner-section-inner {
  height: 100%;
}
.banner-section .banner-section-inner .swiper {
  height: 100%;
}
.banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .sub-text {
  padding-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .sub-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .sub-text p {
  font-style: italic;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .title {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .link {
  padding-top: 15px;
}
@media screen and (max-width: 575.72px) {
  .banner-section .banner-section-inner .swiper-btn-wrapper {
    display: none;
  }
}
.banner-section .banner-section-inner .swiper-btn-wrapper .swiper-button-prev, .banner-section .banner-section-inner .swiper-btn-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--c-primary);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.banner-section .banner-section-inner .swiper-btn-wrapper .swiper-button-prev:hover, .banner-section .banner-section-inner .swiper-btn-wrapper .swiper-button-next:hover {
  background: var(--c-black-light);
}
.banner-section .banner-section-inner .swiper-btn-wrapper .swiper-button-prev::after, .banner-section .banner-section-inner .swiper-btn-wrapper .swiper-button-next::after {
  color: var(--c-white);
  font-size: 18px;
  font-weight: bold;
}
.banner-section .banner-section-inner p {
  text-rendering: optimizeLegibility;
}
.banner-section .banner-section-inner section {
  padding: 0;
}
.banner-section .banner-section-inner h2 {
  margin-top: 0;
}
.banner-section .banner-section-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner-section .banner-section-inner .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.banner-section .banner-section-inner .medium {
  width: 50%;
}
.banner-section .banner-section-inner .small {
  width: 25%;
}
.banner-section .banner-section-inner .animeslide-slide {
  color: var(--c-white);
}
.banner-section .banner-section-inner .animeslide-slide {
  position: relative;
  padding: 15px 0;
  min-height: 500px;
  background-size: cover;
}
.banner-section .banner-section-inner .animeslide-slide .container {
  position: relative;
}
.banner-section .banner-section-inner .animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.banner-section .banner-section-inner .animeslide-slide.swiper-slide-active .animeslide-heading {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.banner-section .banner-section-inner .animeslide-slide.swiper-slide-active .animeslide-desc {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner-section .banner-section-inner .animeslide-heading {
  margin-bottom: 25px;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.banner-section .banner-section-inner .animeslide-heading span {
  font-size: 16px;
  background-color: #f08723;
  padding: 6px 12px 7px;
  border-radius: 8px;
  font-weight: normal;
}
.banner-section .banner-section-inner .animeslide-desc {
  opacity: 0.9;
}
.banner-section .banner-section-inner [data-animate] {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner-section .banner-section-inner [data-animate=bottom] {
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}
.banner-section .banner-section-inner .animeslide-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 8px;
  background-color: #202238;
  max-width: 600px;
  z-index: 1;
  padding: 35px 35px;
  right: 0;
  font-size: 14px;
}
.banner-section .banner-section-inner .animeslide-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}
.banner-section .banner-section-inner .animeslide-bottom .animeslide-scrollbar {
  margin-top: 16px;
}
.banner-section .banner-section-inner .animeslide-bottom .animeslide-scrollbar-drag {
  height: 6px;
}
.banner-section .banner-section-inner .animeslide-bottom .animeslide-pagination {
  font-size: 25px;
  bottom: inherit;
  color: var(--c-white);
}
.banner-section .banner-section-inner .animeslide-bottom .animeslide-pagination b {
  font-size: 28px;
  margin-top: -5px;
}
.banner-section .banner-section-inner .animeslide-bottom .animeslide-pagination span {
  padding-left: 5px;
  padding-right: 5px;
}
.banner-section .banner-section-inner .animeslide-button-next,
.banner-section .banner-section-inner .animeslide-button-prev {
  outline: none;
}
.banner-section .banner-section-inner .animeslide-button-next::after,
.banner-section .banner-section-inner .animeslide-button-prev::after {
  font-size: 22px;
  color: var(--c-white);
}

#scroll-down-animation {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 2px solid var(--c-white);
  height: 60px;
  width: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.mouse:hover {
  border-color: var(--c-primary);
}
.mouse:hover .move {
  background-color: var(--c-primary);
}
.mouse .move {
  position: absolute;
  background-color: var(--c-white);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: move 2s linear infinite;
          animation: move 2s linear infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
    opacity: 0;
  }
}

@keyframes move {
  0% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%, 40px);
            transform: translate(-50%, 40px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
    opacity: 0;
  }
}
.cta-wrap {
  padding-top: 50px;
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}
@media screen and (min-width: 576px) {
  .cta-wrap {
    margin-bottom: -138px;
  }
}
@media screen and (min-width: 768px) {
  .cta-wrap {
    margin-bottom: -148px;
  }
}
@media screen and (min-width: 992px) {
  .cta-wrap {
    margin-bottom: -119px;
  }
}
@media screen and (min-width: 1600px) {
  .cta-wrap {
    margin-bottom: -123px;
  }
}
.cta-wrap .cta-innter {
  background-image: url("../images/cta-bg-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 30px 40px;
  padding-left: 70px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.cta-wrap .cta-innter::after {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  border-radius: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 576px) {
  .cta-wrap .cta-innter {
    padding: 40px 70px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 768px) {
  .cta-wrap .cta-innter {
    padding: 50px 100px;
    padding-left: 160px;
  }
}
.cta-wrap .cta-innter .cta-icon {
  background: var(--c-black-light);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 4;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .cta-wrap .cta-innter .cta-icon {
    padding: 25px;
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.cta-wrap .cta-innter .cta-icon img {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .cta-wrap .cta-innter .title {
    width: calc(100% - 400px);
  }
}
.cta-wrap .cta-innter .title h2 {
  color: var(--c-white);
  margin-bottom: 0;
}
.cta-wrap .cta-innter .link {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cta-wrap .cta-innter .link a {
  display: inline-block;
  margin: 5px;
  text-transform: lowercase;
}

.counter-section .counter-section-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: var(--c-white);
}
.counter-section .counter-section-wrapper .counter-section-inner .title h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.counter-section .counter-section-wrapper .counter-section-inner .counter-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner {
  width: 100%;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner {
    width: 25%;
  }
}
.counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .icon-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .icon-text h4 {
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 7px;
  margin-bottom: 0;
}
.counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .icon-text i {
  color: var(--c-primary);
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
}
.counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .count-outer .count {
  font-weight: bold;
}

.wagwep-wrapper .wagwep-inner {
  text-align: center;
}
.wagwep-wrapper .wagwep-inner .swiper {
  padding-bottom: 50px;
}
.wagwep-wrapper .wagwep-inner .swiper-slide {
  border-radius: 5px;
  padding: 60px 10px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.wagwep-wrapper .wagwep-inner .swiper-slide:hover {
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
          box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  background: rgba(217, 0, 0, 0.8);
  color: var(--c-white);
}
.wagwep-wrapper .wagwep-inner .swiper-slide:hover svg:nth-child(1) {
  display: none;
}
.wagwep-wrapper .wagwep-inner .swiper-slide:hover svg:nth-child(2) {
  display: inline-block;
}
.wagwep-wrapper .wagwep-inner .swiper-pagination {
  bottom: 0 !important;
}
.wagwep-wrapper .wagwep-inner .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(217, 0, 0, 0.9);
  margin: 0 6px;
}
.wagwep-wrapper .wagwep-inner .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--c-primary);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 3px;
  outline-color: var(--c-primary);
}
.wagwep-wrapper .wagwep-inner .title h2 {
  margin-bottom: 25px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.wagwep-wrapper .wagwep-inner .icon {
  padding-bottom: 17px;
}
.wagwep-wrapper .wagwep-inner .icon svg {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.wagwep-wrapper .wagwep-inner .icon svg:nth-child(2) {
  display: none;
}
.wagwep-wrapper .wagwep-inner .title h3 {
  font-weight: 500;
}
.wagwep-wrapper .wagwep-inner .link-text .category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wagwep-wrapper .wagwep-inner .link-text .category-list li {
  padding: 7px 0;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  margin: 0 -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 576px) {
  .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items {
    width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items {
    width: 25%;
  }
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-radius: 12px;
  height: 100%;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item {
    padding: 40px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item {
    padding: 50px 15px;
  }
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item::after {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  border-radius: 12px;
  position: absolute;
  left: -100%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(#09203f), to(#537895));
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
  z-index: -1;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item:hover::after {
  left: 0;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item:hover .text a {
  color: var(--c-white);
  font-weight: 600;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item:hover .img-wrapper {
  overflow: hidden;
  height: 100px;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item:hover .img-wrapper .img-normal {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item:hover .img-wrapper .img-hover {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .img-wrapper {
  overflow: hidden;
  height: 100px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .img-wrapper .img-normal {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .img-wrapper .img-hover {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text {
  padding-top: 15px;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text a {
  text-decoration: none;
  color: var(--c-black-light);
  font-weight: 400;
}
.wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabs-section .tabs-section-inner .title {
  text-align: center;
}
.tabs-section .tabs-section-inner .title h2 {
  margin-bottom: 20px;
}
.tabs-section .tabs-section-inner .tabs {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -25px;
}
.tabs-section .tabs-section-inner .tabs .tabs-wrapper {
  width: 27%;
  list-style: none;
  margin: 0;
  padding: 25px;
}
@media screen and (max-width: 991.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -25px;
  }
}
@media screen and (max-width: 575.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-wrapper {
    margin: 0px;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-wrapper li {
  margin-bottom: 18px;
}
@media screen and (max-width: 991.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-wrapper li {
    width: 50%;
    padding: 8px 25px;
    margin: 0;
  }
}
@media screen and (max-width: 575.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-wrapper li {
    width: 100%;
    padding: 8px 0px;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-wrapper li:last-child {
  margin-bottom: 0;
}
.tabs-section .tabs-section-inner .tabs .tabs-wrapper li.active a {
  font-weight: 600;
  color: var(--c-primary);
  background-image: url("../images/right-arrow-svgrepo-com.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 27px;
  display: block;
}
@media screen and (max-width: 575.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-wrapper li.active a {
    display: inline-block;
    background-size: 20px;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-wrapper li a {
  text-decoration: none;
  color: var(--c-black-light);
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-position: center right 50px;
  background-repeat: no-repeat;
  background-size: 27px;
  display: block;
  padding-right: 50px;
}
@media screen and (max-width: 575.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-wrapper li a {
    display: inline-block;
    background-position: center right 10px;
    background-size: 20px;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-wrapper li a:hover {
  background-image: url("../images/right-arrow-svgrepo-com.svg");
  background-position: center right 0px;
  font-weight: 600;
  color: var(--c-primary);
}
.tabs-section .tabs-section-inner .tabs .tabs-item {
  width: 73%;
}
@media screen and (max-width: 991.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-item {
    width: 100%;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .left-sec {
  width: 40%;
  padding: 25px;
}
@media screen and (max-width: 991.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .left-sec {
    width: 50%;
  }
}
@media screen and (max-width: 575.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .left-sec {
    width: 100%;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .left-sec .image {
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .left-sec .image img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec {
  width: 60%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec {
    width: 50%;
  }
}
@media screen and (max-width: 575.72px) {
  .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec {
    width: 100%;
  }
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .text-wrap {
  padding-bottom: 25px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .text-wrap:last-child {
  padding-bottom: 0;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec p {
  margin-bottom: 10px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .quote h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .quote-from-text p span {
  font-weight: 500;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .link {
  padding-top: 15px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title {
  text-align: left;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .list-sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .list-sec ul li {
  width: 50%;
  padding: 0 20px;
  margin: 10px 0;
  background-image: url("../images/check-red.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 23px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .logo-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .logo-wrapper .logo-item {
  width: 33.333%;
  padding: 20px 15px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .logo-wrapper .logo-item svg {
  display: block;
  width: 100%;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner {
  width: 33.3333%;
  text-align: center;
  padding: 15px 12px;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner:hover {
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
          box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  background: var(--c-white);
  border-radius: 5px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner:hover .hover-icon {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .image {
  padding-bottom: 15px;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .image img {
  width: 100%;
  height: 125px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .name {
  padding-bottom: 6px;
  text-align: center;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .name strong {
  font-weight: 500;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .designation p {
  text-align: center;
  margin-bottom: 0;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .hover-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .hover-icon a i {
  color: var(--c-black-light);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .hover-icon a i:hover {
  color: var(--c-primary);
}

.fixed .back-to-top {
  right: 30px;
}

.back-to-top:hover {
  color: #ffffff;
}

.back-to-top:focus {
  color: #ffffff;
}

.back-to-top {
  background: #ef3139;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  position: fixed;
  bottom: 30px;
  right: -100%;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
          box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
  z-index: 9;
}

.back-to-top:hover, .back-to-top.auto {
  color: rgba(255, 255, 255, 0);
  -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before, .back-to-top.auto:before {
  -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
          animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after, .back-to-top.auto:after {
  -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
          animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #ffffff;
  border-top: 3px solid;
  border-left: 3px solid;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  -webkit-transform: translateY(50px) rotateZ(45deg);
          transform: translateY(50px) rotateZ(45deg);
}

@-webkit-keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg);
  }
}

@keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
            transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
            transform: translateY(-70px) rotateZ(45deg);
  }
}
@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
.client-wrapper .client-inner {
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 9px -4px rgb(239, 49, 57);
          box-shadow: 0px 0px 9px -4px rgb(239, 49, 57);
  height: 100%;
}
.client-wrapper .client-inner .client-outer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.client-wrapper .client-inner .client-outer .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.client-wrapper .client-inner .client-outer .img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.client-wrapper .client-inner .client-outer .client-name {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.client-wrapper .client-inner .client-outer .client-name h3 {
  font-weight: 600;
  color: var(--c-primary);
  text-transform: uppercase;
  margin-bottom: 3px;
}
.client-wrapper .client-inner .client-outer .client-name p {
  margin-bottom: 0;
  opacity: 70%;
  font-weight: 400;
}
.client-wrapper .client-inner .client-outer .client-name .stars {
  padding-top: 5px;
}
.client-wrapper .client-inner .client-outer .client-name .stars img {
  width: 17px;
}
.client-wrapper .client-inner .text {
  padding-top: 25px;
}
.client-wrapper .client-inner .text p {
  font-style: italic;
}
.client-wrapper .client-inner .text p:last-child {
  margin-bottom: 0;
}
.client-wrapper .client-inner .text p i {
  color: var(--c-primary);
  font-size: 19px;
}
.client-wrapper .client-inner .text p .fa-quote-left {
  padding-right: 6px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.client-wrapper .client-inner .text p .fa-quote-right {
  padding-left: 6px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.client-wrapper .client-inner-type-2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.client-wrapper .client-inner-type-2 .client-outer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.client-wrapper .client-inner-type-2 .client-outer:hover .img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.client-wrapper .client-inner-type-2 .client-outer .img {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  border-radius: 10px;
}
.client-wrapper .client-inner-type-2 .client-outer .img img {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-position: top;
     object-position: top;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name {
  width: 100%;
  padding: 0;
  text-align: center;
  padding-top: 16px;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name p {
  font-style: italic;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li {
  padding: 0 15px;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li:last-child {
  border: 0;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li a {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li a .search-w {
  display: none;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li a:hover svg path {
  fill: var(--c-primary);
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li a:hover .search-r {
  display: none;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li a:hover .search-w {
  display: math;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .client-wrapper .client-inner-type-2 .client-outer .client-name ul li a span {
    display: block;
  }
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text {
  text-decoration: none;
  color: var(--c-white);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text::after {
    display: block;
  }
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text:hover {
  color: var(--c-primary);
}
.client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text img {
    margin-right: 5px;
    width: 14px;
  }
}
.client-wrapper.team-section .client-inner .client-outer {
  position: relative;
  overflow: hidden;
}
.client-wrapper.team-section .client-inner .client-outer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(249, 80, 0, 0)), color-stop(85%, rgba(14, 14, 14, 0.92)));
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 60%, rgba(14, 14, 14, 0.92) 85%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.client-wrapper.team-section .client-inner .client-outer .img img {
  height: 400px;
  -o-object-position: center;
     object-position: center;
}
.client-wrapper.team-section .client-inner .client-outer .hover-text-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(249, 80, 0, 0)), color-stop(90%, rgba(14, 14, 14, 0.92)));
  background: linear-gradient(180deg, rgba(249, 80, 0, 0) 1%, rgba(14, 14, 14, 0.92) 90%);
  border-radius: 10px;
}
.client-wrapper.team-section .client-inner .client-outer .client-name, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  text-align: left;
  color: var(--c-white);
  padding: 30px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.client-wrapper.team-section .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--c-white);
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}
.client-wrapper.team-section .client-inner .client-outer .client-name h3::after, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(239, 49, 57)), color-stop(78%, rgb(199, 67, 74)));
  background: linear-gradient(180deg, rgb(239, 49, 57) 35%, rgb(199, 67, 74) 78%);
}
.client-wrapper.team-section .client-inner .client-outer .client-name p, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap p {
  opacity: 100%;
  font-style: normal;
}
.client-wrapper.team-section .client-inner .client-outer .hover-text-wrap {
  bottom: -100%;
}
.client-wrapper.team-section .client-inner .client-outer .normal {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.client-wrapper.team-section .client-inner .client-outer:hover .normal {
  display: none;
}
.client-wrapper.team-section .client-inner .client-outer:hover .hover-text-wrap {
  bottom: 0%;
}
.client-wrapper .swiper {
  padding-bottom: 50px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.client-wrapper .swiper .swiper-slide {
  height: auto !important;
}
.client-wrapper .swiper-pagination {
  bottom: 0 !important;
}
.client-wrapper .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(217, 0, 0, 0.9);
  margin: 0 6px;
}
.client-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--c-primary);
  outline-style: solid;
  outline-width: 1px;
  outline-offset: 3px;
  outline-color: var(--c-primary);
}

.contact-wrapper {
  margin-bottom: 60px;
}
.contact-wrapper .contact-inner .main-text-center .text {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .contact-wrapper .contact-inner .main-text-center .text {
    text-align: left !important;
    padding-left: 50px;
    width: 60%;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .contact-wrapper .contact-inner .main-text-center .text {
    width: 70%;
  }
}
@media screen and (min-width: 576px) {
  .contact-wrapper .contact-inner .main-text-center .text p {
    padding: 0 10px;
  }
}
.contact-wrapper .contact-outer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 40px;
  margin: 0 -15px;
}
.contact-wrapper .contact-outer .info-wrap {
  width: 100%;
  padding-top: 20px;
  padding: 15px;
}
@media screen and (min-width: 576px) {
  .contact-wrapper .contact-outer .info-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .contact-wrapper .contact-outer .info-wrap {
    width: 30%;
  }
}
.contact-wrapper .contact-outer .info-wrap .info {
  padding-bottom: 25px;
}
.contact-wrapper .contact-outer .info-wrap .info:last-child {
  padding-bottom: 0;
}
.contact-wrapper .contact-outer .info-wrap .info h4 {
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-wrapper .contact-outer .info-wrap .info h4 svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.contact-wrapper .contact-outer .info-wrap .info a {
  text-decoration: none;
  color: var(--c-black-light);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
}
.contact-wrapper .contact-outer .info-wrap .info a:hover {
  color: var(--c-primary);
}
.contact-wrapper .contact-outer .info-wrap .info .bottom-text {
  padding-left: 33px;
}
.contact-wrapper .contact-outer .form-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .contact-wrapper .contact-outer .form-wrap {
    padding-left: 50px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .contact-wrapper .contact-outer .form-wrap {
    width: 70%;
  }
}
.contact-wrapper .contact-outer .form-wrap .msg-show {
  margin: 15px;
  font-weight: 400;
  color: var(--c-black-light);
  padding: 15px;
  width: 100%;
}
.contact-wrapper .contact-outer .form-wrap .red-msg {
  background: #ff0000;
  color: var(--c-white) !important;
}
.contact-wrapper .contact-outer .form-wrap .green-msg {
  background: #ddffdd;
}
.contact-wrapper .contact-outer .form-wrap .form-item {
  width: 100%;
  padding: 15px;
}
.contact-wrapper .contact-outer .form-wrap .form-item input[type=text],
.contact-wrapper .contact-outer .form-wrap .form-item input[type=tel],
.contact-wrapper .contact-outer .form-wrap .form-item input[type=email] {
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: var(--c-black-light);
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 1px solid #878787;
}
.contact-wrapper .contact-outer .form-wrap .form-item textarea {
  width: 100%;
  padding: 10px 20px;
  height: 150px;
  color: var(--c-black-light);
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  border: 1px solid #878787;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-wrapper .contact-outer .form-wrap .primary-button-2 {
  padding: 14px 25px;
}
.contact-wrapper .contact-outer .form-wrap .name, .contact-wrapper .contact-outer .form-wrap .email {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .contact-wrapper .contact-outer .form-wrap .name, .contact-wrapper .contact-outer .form-wrap .email {
    width: 50%;
  }
}

.our-works-section .our-works-inner .title {
  text-align: center;
}
.our-works-section .our-works-inner .title h2 {
  margin-bottom: 30px;
}
.our-works-section .our-works-inner .grid-section .grid .grid-item .image a img {
  width: 100%;
}

.map-wrap {
  padding-top: 15px;
  padding-top: 50px;
}
.map-wrap .map-inner {
  position: relative;
}
.map-wrap .map-inner::after {
  background-image: url("../images/map-maker-2.png");
  background-position: center;
  background-size: 100px;
  background-repeat: no-repeat;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  content: "";
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.map-wrap iframe {
  width: 100%;
  height: 300px;
  display: block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 992px) {
  .map-wrap iframe {
    height: 400px;
  }
}

.gallery-section .gallery-inner .title {
  text-align: center;
  margin-bottom: 35px;
}
.gallery-section .gallery-inner .title h2 {
  margin-bottom: 0;
}
.gallery-section .gallery-inner .gallery-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img {
  width: 100%;
  padding: 15px;
  display: none;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img:nth-child(1) {
  display: block;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img:nth-child(2) {
  display: block;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img:nth-child(3) {
  display: block;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img:nth-child(4) {
  display: block;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img:nth-child(5) {
  display: block;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img:nth-child(6) {
  display: block;
}
@media screen and (min-width: 576px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img {
    width: 33.3333%;
  }
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer:hover .img img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer:hover .port-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img {
  overflow: hidden;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img a {
  display: block;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 576px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img img {
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img img {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img img {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img img {
    height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .img img {
    height: 450px;
  }
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(217, 0, 0, 0.7);
  padding: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c-white);
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-hover-title {
  font-weight: 500;
  color: var(--c-white);
  text-transform: uppercase;
  margin-bottom: 3px;
}
.gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-description {
  color: var(--c-white);
  margin-bottom: 0;
  font-weight: 400;
}
.gallery-section .link {
  text-align: center;
  padding-top: 20px;
}
.gallery-section .link a {
  cursor: pointer;
}

.gallery-all-items .gallery-inner .gallery-wrapper .gallery-img {
  display: block !important;
}
.gallery-all-items .gallery-inner .link {
  display: none;
}

.lg-sub-html {
  display: none;
}

html body .lg-object.lg-image {
  height: calc(100% - 120px) !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.lg-toolbar button {
  color: var(--c-white) !important;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.lg-toolbar button:hover {
  color: var(--c-primary) !important;
}

.lg-actions button {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-size: 28px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: var(--c-primary) !important;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lg-actions button::after {
  display: none;
}
.lg-actions button::before {
  display: none;
}
.lg-actions button.lg-prev {
  background-image: url("../images/arrow-sm-left.svg") !important;
}
.lg-actions button.lg-prev:hover {
  background-color: var(--c-black-light) !important;
  background-image: url("../images/arrow-sm-left.svg") !important;
}
.lg-actions button.lg-next {
  background-image: url("../images/arrow-sm-right.svg") !important;
}
.lg-actions button.lg-next:hover {
  background-color: var(--c-black-light) !important;
  background-image: url("../images/arrow-sm-right.svg") !important;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.show-popup {
  cursor: pointer;
}

.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.popup-wrapper .popup-inner {
  max-width: 450px;
  width: 100%;
  margin: auto;
  background: var(--c-white);
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
          box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  padding: 20px;
  position: relative;
  padding-top: 30px;
}
.popup-wrapper .popup-inner .top-title {
  margin-bottom: 10px;
}
.popup-wrapper .popup-inner .top-title span {
  position: absolute;
  right: 5px;
  top: 5px;
}
.popup-wrapper .popup-inner .top-title span img {
  width: 20px;
}
.popup-wrapper .popup-inner h2 {
  line-height: normal;
  margin: 0;
}
.popup-wrapper .popup-inner .webform-client-form .form-item {
  width: 100%;
  padding: 5px 0;
}
.popup-wrapper .popup-inner .webform-client-form .form-item input[type=text],
.popup-wrapper .popup-inner .webform-client-form .form-item input[type=tel],
.popup-wrapper .popup-inner .webform-client-form .form-item select,
.popup-wrapper .popup-inner .webform-client-form .form-item input[type=email] {
  width: 100%;
  padding: 12px 10px;
  color: var(--c-black-light);
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border: 1px solid #878787;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.popup-wrapper .popup-inner .webform-client-form .form-item select {
  background-image: url("../images/arrow-down-338-svgrepo-com.svg");
  background-position: right 10px center;
  background-size: 12px;
  background-repeat: no-repeat;
  padding-right: 25px;
}
.popup-wrapper .popup-inner .webform-client-form .form-item textarea {
  width: 100%;
  padding: 12px 10px;
  height: 80px;
  color: var(--c-black-light);
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
  border: 1px solid #878787;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.show-popup-wrap {
  overflow: hidden;
}
.show-popup-wrap body {
  overflow: hidden;
}
.show-popup-wrap .popup-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lg-close.lg-icon {
  background-image: url("../images/close-white.svg") !important;
  background-size: 20px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.lg-close.lg-icon::after {
  display: none;
}

header {
  background: var(--c-white);
}
header .top-bar {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
header .top-bar .top-bar-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .top-bar .top-bar-wrap .left-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -12px;
}
header .top-bar .top-bar-wrap .left-bar ul li {
  padding: 0 12px;
}
header .top-bar .top-bar-wrap .left-bar ul li a {
  text-decoration: none;
  color: var(--c-black-light);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 767.72px) {
  header .top-bar .top-bar-wrap .left-bar ul li a::after {
    display: none;
  }
}
header .top-bar .top-bar-wrap .left-bar ul li a:hover {
  color: var(--c-primary);
}
header .top-bar .top-bar-wrap .left-bar ul li a img {
  width: 14px;
}
@media screen and (min-width: 768px) {
  header .top-bar .top-bar-wrap .left-bar ul li a img {
    margin-right: 5px;
    width: 12px;
  }
}
header .top-bar .top-bar-wrap .left-bar ul li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  header .top-bar .top-bar-wrap .left-bar ul li a span {
    display: block;
  }
}
header .top-bar .top-bar-wrap .right-social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
}
header .top-bar .top-bar-wrap .right-social-icons ul li {
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
header .top-bar .top-bar-wrap .right-social-icons ul li:last-child {
  border: 0;
}
header .top-bar .top-bar-wrap .right-social-icons ul li a {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
header .top-bar .top-bar-wrap .right-social-icons ul li a svg, header .top-bar .top-bar-wrap .right-social-icons ul li a path {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
header .top-bar .top-bar-wrap .right-social-icons ul li a .search-w {
  display: none;
}
header .top-bar .top-bar-wrap .right-social-icons ul li a:hover .facebook path, header .top-bar .top-bar-wrap .right-social-icons ul li a:hover .link-d path {
  fill: var(--c-primary);
}
header .top-bar .top-bar-wrap .right-social-icons ul li a:hover .search-r {
  display: none;
}
header .top-bar .top-bar-wrap .right-social-icons ul li a:hover .search-w {
  display: math;
}
header .top-bar .top-bar-wrap .right-social-icons ul li a:hover svg path {
  fill: var(--c-primary);
}
header .top-bar .top-bar-wrap .right-social-icons ul li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  header .top-bar .top-bar-wrap .right-social-icons ul li a span {
    display: block;
  }
}
header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text {
  text-decoration: none;
  color: var(--c-black-light);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text::after {
  display: none;
}
@media screen and (min-width: 768px) {
  header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text::after {
    display: block;
  }
}
header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text:hover {
  color: var(--c-primary);
}
header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  header .top-bar .top-bar-wrap .right-social-icons ul li .mail-text img {
    margin-right: 5px;
    width: 14px;
  }
}
header .main-header {
  padding: 20px 0;
}
header .main-header .menu-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .main-header .menu-wrapper .logo {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--c-black-light);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
header .main-header .menu-wrapper .logo:hover {
  color: var(--c-primary);
}
@media screen and (max-width: 575.72px) {
  header .main-header .menu-wrapper .logo img {
    width: 90px;
  }
}
@media screen and (max-width: 480px) {
  header .main-header .menu-wrapper .logo img {
    width: 55px;
  }
}
header .main-header .menu-wrapper .logo .site_info {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  header .main-header .menu-wrapper .logo .site_info {
    padding-left: 5px;
  }
}
header .main-header .menu-wrapper .logo .site_info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 2px;
}
@media screen and (max-width: 480px) {
  header .main-header .menu-wrapper .logo .site_info h3 {
    font-size: 13px;
  }
}
header .main-header .menu-wrapper .logo .site_info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  header .main-header .menu-wrapper .logo .site_info p {
    font-size: 11px;
  }
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--c-primary);
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    z-index: 99;
    border-top: 150px solid transparent;
    overflow: auto;
  }
}
header .main-header .menu-wrapper .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .main-header .menu-wrapper .menu ul li {
  padding: 12px 15px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1400px) {
  header .main-header .menu-wrapper .menu ul li {
    padding: 0 15px;
  }
}
header .main-header .menu-wrapper .menu ul li > a {
  text-decoration: none;
  display: inline-block;
  color: var(--c-black-light);
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li > a::after {
    background: var(--c-black-light);
  }
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li > a {
    color: var(--c-white);
  }
}
header .main-header .menu-wrapper .menu ul li > a:hover {
  color: var(--c-primary);
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li > a:hover {
    color: var(--c-black-light);
  }
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li .primary-button-3 {
    background: var(--c-white) !important;
    color: var(--c-primary) !important;
  }
}
header .main-header .menu-wrapper .menu ul li .sub-menu {
  position: absolute;
  top: 150%;
  right: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  background: var(--c-white);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  border-radius: 5px;
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li .sub-menu {
    text-align: center;
    position: unset;
    display: none;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li .sub-menu {
    left: 15px;
    width: 200px;
    padding: 6px 0;
  }
}
header .main-header .menu-wrapper .menu ul li .sub-menu li {
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li .sub-menu li {
    padding: 6px 15px;
  }
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li .sub-menu a {
    font-size: 16px;
  }
}
header .main-header .menu-wrapper .menu ul li.sub-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li.sub-menu-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li.sub-menu-wrap > .scroll-abouta {
    color: var(--c-primary) !important;
  }
}
header .main-header .menu-wrapper .menu ul li.sub-menu-wrap .fa-arrow-down {
  margin-left: 3px;
}
header .main-header .menu-wrapper .menu ul li.sub-menu-wrap .fa-arrow-down, header .main-header .menu-wrapper .menu ul li.sub-menu-wrap path, header .main-header .menu-wrapper .menu ul li.sub-menu-wrap g {
  cursor: pointer;
  fill: var(--c-white);
  stroke: var(--c-white);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: var(--c-white);
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li.sub-menu-wrap .fa-arrow-down, header .main-header .menu-wrapper .menu ul li.sub-menu-wrap path, header .main-header .menu-wrapper .menu ul li.sub-menu-wrap g {
    fill: var(--c-primary);
    stroke: var(--c-primary);
    color: var(--c-primary);
  }
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li.sub-menu-wrap:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 110%;
  }
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li.sub-menu-wrap:hover .fa-arrow-down, header .main-header .menu-wrapper .menu ul li.sub-menu-wrap:hover path, header .main-header .menu-wrapper .menu ul li.sub-menu-wrap:hover g {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    color: var(--c-primary);
    fill: var(--c-primary);
    stroke: var(--c-primary);
  }
}
header .main-header .menu-wrapper .menu ul li.active .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
@media screen and (max-width: 1199.72px) {
  header .main-header .menu-wrapper .menu ul li.active .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li.active .sub-menu {
    top: 110%;
  }
}
header .main-header .menu-wrapper .menu ul li.active .fa-arrow-down, header .main-header .menu-wrapper .menu ul li.active path, header .main-header .menu-wrapper .menu ul li.active g {
  color: var(--c-white);
  fill: var(--c-white);
  stroke: var(--c-white);
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper .menu ul li.active .fa-arrow-down, header .main-header .menu-wrapper .menu ul li.active path, header .main-header .menu-wrapper .menu ul li.active g {
    color: var(--c-primary);
    fill: var(--c-primary);
    stroke: var(--c-primary);
  }
}
header .main-header .menu-wrapper #nav-icon3 {
  display: block;
}
@media screen and (min-width: 1200px) {
  header .main-header .menu-wrapper #nav-icon3 {
    display: none;
  }
}

#nav-icon3 {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 100;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: var(--c-primary);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3.open span {
  background: var(--c-white);
}

.menu-open {
  overflow: hidden;
}
.menu-open header .main-header .menu-wrapper .menu {
  right: 0;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.fixed header .top-bar {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.fixed header .main-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
@media screen and (max-width: 1199.72px) {
  .fixed header .main-header .menu {
    border-top: 85px solid transparent;
  }
}

footer {
  color: var(--c-white);
  background-image: url("../images/images.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  background-attachment: fixed;
}
@media screen and (min-width: 576px) {
  footer {
    padding-top: 138px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 148px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 119px;
  }
}
@media screen and (min-width: 1600px) {
  footer {
    padding-top: 123px;
  }
}
footer::after {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
footer .footer-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -25px;
}
@media screen and (max-width: 767.72px) {
  footer .footer-wrapper {
    text-align: center;
  }
}
footer .footer-wrapper .left-bar {
  padding: 0 25px;
}
@media screen and (max-width: 1199.72px) {
  footer .footer-wrapper .left-bar {
    width: 49.3333%;
  }
}
@media screen and (max-width: 767.72px) {
  footer .footer-wrapper .left-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 35px;
  }
}
footer .footer-wrapper .left-bar .logo {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--c-white);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .left-bar .logo {
    margin-bottom: 30px;
  }
}
footer .footer-wrapper .left-bar .logo:hover {
  color: var(--c-primary);
}
footer .footer-wrapper .left-bar .logo:hover p {
  color: var(--c-primary);
}
@media screen and (max-width: 991.72px) {
  footer .footer-wrapper .left-bar .logo img {
    width: 80px;
  }
}
@media screen and (max-width: 575.72px) {
  footer .footer-wrapper .left-bar .logo img {
    width: 90px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .left-bar .logo img {
    width: 55px;
  }
}
footer .footer-wrapper .left-bar .logo .site_info {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .left-bar .logo .site_info {
    padding-left: 5px;
  }
}
footer .footer-wrapper .left-bar .logo .site_info h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 2px;
}
@media screen and (max-width: 991.72px) {
  footer .footer-wrapper .left-bar .logo .site_info h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .left-bar .logo .site_info h3 {
    font-size: 13px;
  }
}
footer .footer-wrapper .left-bar .logo .site_info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991.72px) {
  footer .footer-wrapper .left-bar .logo .site_info p {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .left-bar .logo .site_info p {
    font-size: 11px;
  }
}
footer .footer-wrapper .left-bar p {
  margin-bottom: 20px;
  color: var(--c-white);
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .left-bar p {
    margin-bottom: 30px;
  }
}
footer .footer-wrapper .left-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
}
footer .footer-wrapper .left-bar ul li {
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-wrapper .left-bar ul li:last-child {
  border: 0;
}
footer .footer-wrapper .left-bar ul li a {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
}
footer .footer-wrapper .left-bar ul li a .search-w {
  display: none;
}
footer .footer-wrapper .left-bar ul li a:hover svg path {
  fill: var(--c-primary);
}
footer .footer-wrapper .left-bar ul li a:hover .search-r {
  display: none;
}
footer .footer-wrapper .left-bar ul li a:hover .search-w {
  display: math;
}
footer .footer-wrapper .left-bar ul li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .left-bar ul li a span {
    display: block;
  }
}
footer .footer-wrapper .left-bar ul li .mail-text {
  text-decoration: none;
  color: var(--c-white);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
footer .footer-wrapper .left-bar ul li .mail-text::after {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .left-bar ul li .mail-text::after {
    display: block;
  }
}
footer .footer-wrapper .left-bar ul li .mail-text:hover {
  color: var(--c-primary);
}
footer .footer-wrapper .left-bar ul li .mail-text img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper .left-bar ul li .mail-text img {
    margin-right: 5px;
    width: 14px;
  }
}
footer .footer-wrapper .center-bar {
  padding: 0 25px;
}
@media screen and (max-width: 1199.72px) {
  footer .footer-wrapper .center-bar {
    width: 15.3333%;
  }
}
@media screen and (max-width: 767.72px) {
  footer .footer-wrapper .center-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 35px;
  }
}
footer .footer-wrapper .center-bar .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-wrapper .center-bar .menu ul li {
  padding-bottom: 12px;
}
footer .footer-wrapper .center-bar .menu ul li:last-child {
  padding-bottom: 0;
}
footer .footer-wrapper .center-bar .menu ul li a {
  text-decoration: none;
  display: inline-block;
  color: var(--c-white);
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
footer .footer-wrapper .center-bar .menu ul li a:hover {
  color: var(--c-primary);
}
footer .footer-wrapper .right-bar {
  padding: 0 25px;
}
@media screen and (max-width: 1199.72px) {
  footer .footer-wrapper .right-bar {
    width: 35.3333%;
  }
}
@media screen and (max-width: 767.72px) {
  footer .footer-wrapper .right-bar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer-wrapper .right-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-wrapper .right-bar ul li {
  padding-bottom: 12px;
}
footer .footer-wrapper .right-bar ul li:last-child {
  padding-bottom: 0;
}
footer .footer-wrapper .right-bar ul li:nth-child(1) .normal {
  margin-top: 3px;
}
footer .footer-wrapper .right-bar ul li a {
  text-decoration: none;
  color: var(--c-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-wrapper .right-bar ul li a:hover {
  color: var(--c-primary);
}
footer .footer-wrapper .right-bar ul li a:hover .hover {
  display: block;
}
footer .footer-wrapper .right-bar ul li a:hover .normal {
  display: none;
}
footer .footer-wrapper .right-bar ul li a svg {
  display: block;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  width: 20px;
}
footer .footer-wrapper .right-bar ul li a .hover {
  display: none;
}
footer .footer-wrapper .right-bar ul li a span {
  width: calc(100% - 20px);
  display: block;
  padding-left: 10px;
}
footer .footer-wrapper .right-bar ul li p {
  color: var(--c-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 380px;
  margin: 0;
}
footer .footer-wrapper .right-bar ul li p span {
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
footer .footer-wrapper .right-bar ul li p span a {
  display: inline-block;
  margin-right: 5px;
}
footer .copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copyright p {
  margin: 0;
  text-align: center;
  color: var(--c-white);
}

/* Main CSS */
.grid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -o-object-position: top;
     object-position: top;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
          box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.grid-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide1, .grid-wrapper .wide2 {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  overflow: hidden;
}
.grid-wrapper .wide1:hover .port-wrap, .grid-wrapper .wide2:hover .port-wrap {
  bottom: 0;
}
.grid-wrapper .port-wrap {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.grid-wrapper .port-wrap .hover-text {
  background: rgba(217, 0, 0, 0.9);
  border-radius: 5px;
  padding: 35px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.grid-wrapper .port-wrap .hover-text .portfolio-hover-title {
  font-weight: 500;
  color: var(--c-white);
  text-transform: uppercase;
  margin-bottom: 3px;
}
.grid-wrapper .port-wrap .hover-text .portfolio-description {
  color: var(--c-white);
  margin-bottom: 0;
  font-weight: 400;
}

.grid-wrapper .wide1 {
  grid-column: span 2;
  grid-row: span 2;
  position: relative;
}
@media screen and (min-width: 576px) {
  .grid-wrapper .wide1 {
    grid-column: span 2;
  }
}

.grid-wrapper .wide2 {
  position: relative;
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (min-width: 576px) {
  .grid-wrapper .wide2 {
    grid-column: span 1;
  }
}

.percentage-wrapper .percentage-bar {
  display: block;
  height: 35px;
  margin-bottom: 35px;
  position: relative;
  transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  -webkit-transition-property: width, background-color;
  width: 100%;
}
.percentage-wrapper .title {
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.percentage-wrapper .title i, .percentage-wrapper .title svg {
  display: inline-block;
  margin-left: 5px;
}
.percentage-wrapper .title span {
  display: block;
}
.percentage-wrapper .bar {
  height: 5px;
  width: 0px;
  position: relative;
  background: var(--c-primary);
}
.percentage-wrapper .bar .percent {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  position: absolute;
  text-align: right;
  background: var(--c-black-light);
  color: var(--c-white);
  top: -42px;
  padding: 5px;
  right: 0;
}
@media screen and (min-width: 576px) {
  .percentage-wrapper .bar .percent {
    right: -45px;
  }
}
.percentage-wrapper .bar .percent span {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  position: relative;
}
.percentage-wrapper .bar .percent span::after {
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  position: absolute;
  content: "";
  border-top: 20px solid var(--c-black-light);
  width: 0;
  height: 0;
  bottom: -18px;
  left: 0;
  border-right: 10px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.percentage-inner .percentage-outer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .percentage-inner .percentage-outer {
    margin: 0 -30px;
  }
}
.percentage-inner .percentage-outer .skill-left {
  width: 100%;
}
@media screen and (max-width: 575.72px) {
  .percentage-inner .percentage-outer .skill-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .percentage-inner .percentage-outer .skill-left {
    padding: 0 30px;
    width: 50%;
  }
}
.percentage-inner .percentage-outer .skill-left .title h2 {
  margin-bottom: 30px;
}
.percentage-inner .percentage-outer .skill-left .experience-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .percentage-inner .percentage-outer .skill-left .experience-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 575.72px) {
  .percentage-inner .percentage-outer .skill-left .experience-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc {
  width: 170px;
  background: linear-gradient(-120deg, #d90000 0%, #690c0c 100%);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc h2.number {
  color: var(--c-white);
  margin-bottom: 0;
  font-size: 85px !important;
  line-height: 76px;
}
.percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc span {
  color: var(--c-white);
  display: block;
  padding-top: 5px;
}
.percentage-inner .percentage-outer .skill-left .experience-wrap .experience-text {
  padding-top: 20px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .percentage-inner .percentage-outer .skill-left .experience-wrap .experience-text {
    width: calc(100% - 170px);
    padding-top: 0px;
    padding-left: 40px;
  }
}
.percentage-inner .percentage-outer .skill-left .experience-wrap .experience-text .link {
  padding-top: 15px;
}
.percentage-inner .percentage-outer .percentage-wrapper {
  width: 100%;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .percentage-inner .percentage-outer .percentage-wrapper {
    width: 50%;
    padding: 0 30px;
  }
}

.normal-banner {
  height: 55vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c-white);
  text-align: center;
  position: relative;
  z-index: 1;
}
.normal-banner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.normal-banner .date-icon-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 2;
}
.normal-banner .date-icon-wrap .date-icon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.normal-banner .date-icon-wrap .date-icon-inner .date {
  font-weight: 600;
  font-size: 18px;
}
.normal-banner .date-icon-wrap .date-icon-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li {
  padding: 0 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.normal-banner .date-icon-wrap .date-icon-inner ul li:last-child {
  border: 0;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li a {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li a .search-w {
  display: none;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li a:hover svg path {
  fill: var(--c-primary);
}
.normal-banner .date-icon-wrap .date-icon-inner ul li a:hover .search-r {
  display: none;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li a:hover .search-w {
  display: math;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .normal-banner .date-icon-wrap .date-icon-inner ul li a span {
    display: block;
  }
}
.normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text {
  text-decoration: none;
  color: var(--c-white);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text::after {
    display: block;
  }
}
.normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text:hover {
  color: var(--c-primary);
}
.normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text img {
  width: 18px;
}
@media screen and (min-width: 768px) {
  .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text img {
    margin-right: 5px;
    width: 14px;
  }
}

.image-text-wrap .image-text-items {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .image-text-wrap .image-text-items {
    margin: 0 -25px;
  }
}
.image-text-wrap .image-text-items .line-content {
  width: 100%;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .image-text-wrap .image-text-items .line-content {
    width: 50%;
    padding: 25px;
  }
}
.image-text-wrap .image-text-items .line-content .image-text-item-inner {
  position: relative;
  overflow: hidden;
}
.image-text-wrap .image-text-items .line-content .image-text-item-inner .image {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .image-text-wrap .image-text-items .line-content .image-text-item-inner .image {
    height: 350px;
  }
}
.image-text-wrap .image-text-items .line-content .image-text-item-inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.image-text-wrap .image-text-items .line-content .image-text-item-inner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: var(--c-white);
  padding: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .image-text-wrap .image-text-items .line-content .image-text-item-inner .content {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-wrap .image-text-items .line-content .image-text-item-inner .content {
    padding: 50px;
  }
}
.image-text-wrap .image-text-items .line-content .image-text-item-inner .content .title h3 {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .image-text-wrap .image-text-items .line-content .image-text-item-inner .content .title h3 {
    font-size: 25px;
  }
}
.image-text-wrap .image-text-items .line-content .image-text-item-inner .content .text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.blog-wrap .blog-inner .img {
  height: 400px;
}
.blog-wrap .blog-inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrap .blog-inner .text {
  padding-bottom: 30px;
}
.blog-wrap .blog-inner .text h3 {
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (min-width: 1200px) {
  .blog-wrap .blog-inner .text h3 {
    font-size: 30px;
  }
}
.blog-wrap .blog-inner .text P {
  font-size: 18px;
  line-height: 25px;
}

.current {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 3px;
  outline-color: var(--c-primary);
}

#pagin li {
  display: inline-block;
}

#pagin {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 25px;
}
#pagin li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-primary);
  text-decoration: none;
  color: var(--c-white);
  font-weight: 500;
  margin: 0 8px;
  cursor: pointer;
}

.f-25, .main-text-center .text h4, .wagwep-wrapper .wagwep-inner .title h3, .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text a, .tabs-section .tabs-section-inner .tabs .tabs-wrapper li a, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .quote h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h3, .popup-wrapper .popup-inner h2, .percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc span {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .f-25, .main-text-center .text h4, .wagwep-wrapper .wagwep-inner .title h3, .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text a, .tabs-section .tabs-section-inner .tabs .tabs-wrapper li a, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .quote h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h3, .popup-wrapper .popup-inner h2, .percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .f-25, .main-text-center .text h4, .wagwep-wrapper .wagwep-inner .title h3, .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text a, .tabs-section .tabs-section-inner .tabs .tabs-wrapper li a, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .quote h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h3, .popup-wrapper .popup-inner h2, .percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc span {
    font-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .f-25, .main-text-center .text h4, .wagwep-wrapper .wagwep-inner .title h3, .wagwep-wrapper .wagwep-inner .wagwep-outer .wagwep-items .wagwep-item .text a, .tabs-section .tabs-section-inner .tabs .tabs-wrapper li a, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .quote h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h3, .popup-wrapper .popup-inner h2, .percentage-inner .percentage-outer .skill-left .experience-wrap .experiencc span {
    line-height: 35px;
    font-size: 25px;
  }
}

.f-50, h1, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .title h1 {
  font-size: 35px;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  .f-50, h1, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .title h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .f-50, h1, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .f-50, h1, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

.f-35, .cta-wrap .cta-innter .title h2 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .f-35, .cta-wrap .cta-innter .title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .f-35, .cta-wrap .cta-innter .title h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .f-35, .cta-wrap .cta-innter .title h2 {
    font-size: 35px;
  }
}

.f-45, h2, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .count-outer .count {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .f-45, h2, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .count-outer .count {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .f-45, h2, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .count-outer .count {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .f-45, h2, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .count-outer .count {
    line-height: 40px;
    font-size: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .f-45, h2, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .count-outer .count {
    line-height: 45px;
    font-size: 50px;
  }
}

.f-19, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .sub-text p, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .icon-text h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h4, .client-wrapper .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap h3, .contact-wrapper .contact-outer .info-wrap .info h4, .contact-wrapper .contact-outer .form-wrap .msg-show, .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-hover-title, .grid-wrapper .port-wrap .hover-text .portfolio-hover-title, .percentage-wrapper .bar .percent {
  line-height: 22px;
  font-size: 15px;
  line-height: 16px;
}
@media screen and (min-width: 1200px) {
  .f-19, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .sub-text p, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .icon-text h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h4, .client-wrapper .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap h3, .contact-wrapper .contact-outer .info-wrap .info h4, .contact-wrapper .contact-outer .form-wrap .msg-show, .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-hover-title, .grid-wrapper .port-wrap .hover-text .portfolio-hover-title, .percentage-wrapper .bar .percent {
    font-size: 17px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .f-19, .banner-section .banner-section-inner .swiper .swiper-wrapper .swiper-slide .sub-text p, .counter-section .counter-section-wrapper .counter-section-inner .counter-content .counter-content-inner .icon-text h4, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .title h4, .client-wrapper .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .client-name h3, .client-wrapper.team-section .client-inner .client-outer .hover-text-wrap h3, .contact-wrapper .contact-outer .info-wrap .info h4, .contact-wrapper .contact-outer .form-wrap .msg-show, .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-hover-title, .grid-wrapper .port-wrap .hover-text .portfolio-hover-title, .percentage-wrapper .bar .percent {
    line-height: 22px;
    font-size: 19px;
  }
}

.f-16, .client-wrapper .client-inner .client-outer .client-name p, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li a, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text, .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-description, footer .footer-wrapper .left-bar p, footer .footer-wrapper .left-bar ul li a, footer .footer-wrapper .left-bar ul li .mail-text, footer .footer-wrapper .center-bar .menu ul li a, footer .footer-wrapper .right-bar ul li a, footer .footer-wrapper .right-bar ul li p, .grid-wrapper .port-wrap .hover-text .portfolio-description, .normal-banner .date-icon-wrap .date-icon-inner ul li a, .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text {
  line-height: 26px;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .f-16, .client-wrapper .client-inner .client-outer .client-name p, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li a, .client-wrapper .client-inner-type-2 .client-outer .client-name ul li .mail-text, .gallery-section .gallery-inner .gallery-wrapper .gallery-img .gallery-outer .port-wrap .hover-text .portfolio-description, footer .footer-wrapper .left-bar p, footer .footer-wrapper .left-bar ul li a, footer .footer-wrapper .left-bar ul li .mail-text, footer .footer-wrapper .center-bar .menu ul li a, footer .footer-wrapper .right-bar ul li a, footer .footer-wrapper .right-bar ul li p, .grid-wrapper .port-wrap .hover-text .portfolio-description, .normal-banner .date-icon-wrap .date-icon-inner ul li a, .normal-banner .date-icon-wrap .date-icon-inner ul li .mail-text {
    font-size: 16px;
  }
}

.f-14, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .name strong, .popup-wrapper .popup-inner .webform-client-form .form-item input[type=text],
.popup-wrapper .popup-inner .webform-client-form .form-item input[type=tel],
.popup-wrapper .popup-inner .webform-client-form .form-item select,
.popup-wrapper .popup-inner .webform-client-form .form-item input[type=email], .popup-wrapper .popup-inner .webform-client-form .form-item textarea, .popup-wrapper .popup-inner .webform-client-form .form-item span, footer .copyright p {
  font-size: 12px;
  line-height: 14px;
}
@media screen and (min-width: 992px) {
  .f-14, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .name strong, .popup-wrapper .popup-inner .webform-client-form .form-item input[type=text],
  .popup-wrapper .popup-inner .webform-client-form .form-item input[type=tel],
  .popup-wrapper .popup-inner .webform-client-form .form-item select,
  .popup-wrapper .popup-inner .webform-client-form .form-item input[type=email], .popup-wrapper .popup-inner .webform-client-form .form-item textarea, .popup-wrapper .popup-inner .webform-client-form .form-item span, footer .copyright p {
    font-size: 14px;
  }
}

.f-12, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .designation p {
  font-size: 8px;
  line-height: 14px;
}
@media screen and (min-width: 992px) {
  .f-12, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .designation p {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .f-12, .tabs-section .tabs-section-inner .tabs .tabs-item .tab-content .image-text-wrapper .image-text-inner .right-sec .team-content .team-inner .designation p {
    font-size: 12px;
  }
}
.client-wrapper.team-section .client-inner .client-outer .img img {
 object-position: center top;
}/*# sourceMappingURL=style.css.map */