@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Inter";
}

.container {
  max-width: 1140px;
}
.container.small {
  max-width: 900px;
}

h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  color: #16181A;
  font-family: "Inter";
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 43px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 33px;
  }
}
h1 strong {
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  color: #0038e3;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  h1 strong {
    font-size: 35px;
    line-height: 43px;
  }
}
@media screen and (max-width: 767px) {
  h1 strong {
    font-size: 28px;
    line-height: 36px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #16181A;
  font-family: "Inter";
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
h2 strong, .h2 strong {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #0038e3;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2 strong, .h2 strong {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 767px) {
  h2 strong, .h2 strong {
    font-size: 26px;
    line-height: 34px;
  }
}

h3, .h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #16181A;
  font-family: "Inter";
}
h3.w-700, .h3.w-700 {
  font-weight: 700;
}
h3.f-18, .h3.f-18 {
  font-size: 18px;
  line-height: 26px;
}

.h3 {
  font-size: 24px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

p, .p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #16181A;
  font-family: "Inter";
}
@media screen and (max-width: 767px) {
  p br, .p br {
    display: none;
  }
}
p.w-500, .p.w-500 {
  font-weight: 500;
}
p.small, .p.small {
  font-size: 12px;
  line-height: 18px;
}

.p {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .p {
    font-size: 14px;
    line-height: 22px;
  }
}

strong {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #16181A;
  font-family: "Inter";
}

span {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #666666;
  font-family: "Inter";
  display: inline-block;
}

a, .a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #16181A;
  font-family: "Inter";
  text-decoration: none;
}
a:hover, .a:hover {
  color: #000000;
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #16181A;
  font-family: "Inter";
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 45px;
  padding: 10px 25px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Inter";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  background: #0038e3;
  border: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-shadow: 0 40px 0 #ffffff;
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: #0038e3;
  color: #ffffff;
}
.btn-style:hover:after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.btn-style:hover span {
  transform: translateY(-40px);
}
.btn-style span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.btn-style .icon-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
  max-width: 18px;
}
.btn-style span {
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-style:after {
  content: "";
  height: 200%;
  width: 200%;
  position: absolute;
  left: -210%;
  top: -50%;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.13), hsla(0, 0%, 100%, 0.13) 77%, hsla(0, 0%, 100%, 0.5) 92%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  padding: 10px;
  font-size: 10px;
  height: 30px;
}
.btn-style.colored-border {
  color: #0038e3;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #0038e3;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.pink {
  background: #0038e3;
  color: #ffffff;
  border-color: #0038e3;
}
.btn-style.pink:hover {
  background: transparent;
  color: #0038e3;
  border-color: #0038e3;
}
.btn-style.black {
  background: #f7f8fd;
  color: #ffffff;
  border-color: #f7f8fd;
}
.btn-style.black:hover {
  background: transparent;
  color: #ffffff;
  border-color: #f7f8fd;
}

.form .form-group {
  margin-bottom: 24px;
}
.form .form-group .upload-card input[type=file] {
  display: none;
}
.form .form-group .upload-card label.upload-label {
  width: 100%;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 16px;
  cursor: pointer;
  background: #F9FAFB;
  border: 1px dashed #e8e8e8;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper {
  text-align: center;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content .upload-icon {
  max-width: 60px;
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
  font-weight: 600;
  margin: 5px 0 10px;
}
@media screen and (max-width: 991px) {
  .form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p {
    margin: 5px 0;
  }
}
.form .form-group .upload-card label.upload-label .upload-gallery-wrapper .upload-content p strong {
  font-weight: 600;
  color: #0038e3;
}
.form .form-group .search-wrapper {
  position: relative;
}
.form .form-group .search-wrapper.align-left .form-control {
  padding: 9px 12px 9px 35px;
}
.form .form-group .search-wrapper.align-left .search-icon {
  position: absolute;
  right: unset;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group .search-wrapper .form-control {
  padding: 9px 35px 9px 12px;
}
.form .form-group .search-wrapper .search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 16px;
}
.form .form-group.radio-group ul.radio-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.radio-group ul.radio-list li input {
  display: none;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label) {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin-bottom: 0;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label):before, .form .form-group.radio-group ul.radio-list li label:not(.radio-label):after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #E5E7EB;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.form .form-group.radio-group ul.radio-list li label:not(.radio-label)::after {
  background-color: #0038e3;
  border-color: #0038e3;
  transform: translateY(-50%) scale(0);
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::before {
  border-color: #0038e3;
}
.form .form-group.radio-group ul.radio-list li input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.form .form-group.checkbox-group ul.checkbox-list li:not(:last-of-type) {
  margin: 0 10px 6px 0;
}
.form .form-group.checkbox-group ul.checkbox-list li label {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin: 0 0 0 3px;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox] {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #E5E7EB;
  vertical-align: text-top;
  -webkit-appearance: none;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked {
  opacity: 1;
  border-color: #0038e3;
  background: #0038e3;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:checked:before {
  opacity: 1;
}
.form .form-group.checkbox-group ul.checkbox-list li input[type=checkbox]:before {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: calc(50% - 1px);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.form .form-group select {
  background: url("../images/icons/arrow-down-gray-icon.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 13px) 50%;
  padding: 9px 35px 9px 12px;
}
.form label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #16181A;
  display: inline-flex;
  align-items: self-start;
  gap: 1px;
  margin-bottom: 4px;
}
.form label sup {
  font-size: 14px;
  line-height: 10px;
  color: #F15338;
  position: relative;
  top: 1px;
}
.form textarea {
  min-height: 121px;
  resize: none;
}
.form .form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #16181A;
  border-radius: 8px;
  padding: 9px 12px 9px;
  border: 1px solid #E5E7EB;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
.form .form-control::placeholder {
  color: #e8e8e8;
}
.form .form-control:focus {
  box-shadow: none;
}

.sec-banner {
  background: url("../images/banner-bg-3.png") no-repeat center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner {
    height: auto;
    min-height: 600px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner {
    height: auto;
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner {
    height: auto;
    min-height: 400px;
  }
}
.sec-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-banner .content-wrapper {
  text-align: center;
}
.sec-banner .content-wrapper .consulting-tag {
  background: #ffffff;
  margin: 0 auto 0;
  max-width: 260px;
  height: 53px;
  padding: 14px 26px;
  border-radius: 5px;
  color: #0038e3;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper .consulting-tag {
    width: 210px;
    padding: 14px 16px;
    height: 45px;
  }
}
.sec-banner .content-wrapper .consulting-tag img {
  max-width: 18px;
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper .consulting-tag img {
    width: 15px;
  }
}
.sec-banner .content-wrapper h1 {
  color: #ffffff;
  margin: 0 0 47px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner .content-wrapper h1 {
    margin: 30px 0 37px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .content-wrapper h1 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .content-wrapper h1 {
    margin: 0 0 10px;
  }
  .sec-banner .content-wrapper h1 br {
    display: none;
  }
}
.sec-banner .content-wrapper p {
  color: #ffffff;
  margin: 0 0 50px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner .content-wrapper p {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 991px) {
  .sec-banner .content-wrapper p {
    margin: 0 0 20px;
  }
}
.sec-banner .scroll-line-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-banner .scroll-line-wrapper .scroll-line {
  height: 100%;
  width: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}
.sec-banner .scroll-line-wrapper .scroll-line:after {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  height: 10%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #ffffff);
  animation: move 3s infinite;
}
.sec-banner .scroll-line-wrapper .scroll-line:nth-child(1):after {
  animation-delay: 0s;
}
.sec-banner .scroll-line-wrapper .scroll-line:nth-child(2):after {
  animation-delay: 1s;
}
.sec-banner .scroll-line-wrapper .scroll-line:nth-child(3):after {
  animation-delay: 1.5s;
}
.sec-banner .scroll-line-wrapper .scroll-line:nth-child(4):after {
  animation-delay: 2s;
}
@keyframes move {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

.sec-statistics {
  padding: 60px 0;
  background: #f7f8fd;
}
@media screen and (max-width: 991px) {
  .sec-statistics {
    padding: 40px 0 20px;
  }
}
.sec-statistics .container > h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-statistics .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-statistics .col-md-4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-statistics .col-md-4 {
    margin-bottom: 16px;
  }
  .sec-statistics .col-md-4:nth-of-type(2n+1) {
    padding-right: 8px;
  }
  .sec-statistics .col-md-4:nth-of-type(2n+2) {
    padding-left: 8px;
  }
}
.sec-statistics .statistics-card {
  padding: 20px 30px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(212, 221, 238, 0.5);
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-statistics .statistics-card {
    padding: 20px 25px;
  }
}
.sec-statistics .statistics-card h3, .sec-statistics .statistics-card strong {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #0038e3;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-statistics .statistics-card h3, .sec-statistics .statistics-card strong {
    font-size: 25px;
    line-height: 33px;
  }
}
@media screen and (max-width: 767px) {
  .sec-statistics .statistics-card h3, .sec-statistics .statistics-card strong {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-statistics .statistics-card h3 {
  margin-bottom: 6px;
}
.sec-statistics .statistics-card p {
  margin-bottom: 0;
  color: #666666;
}

.sec-about-us {
  padding: 60px 0;
  position: relative;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-about-us {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us {
    padding: 40px 0;
  }
}
.sec-about-us .img-wrapper {
  text-align: center;
}
.sec-about-us .img-wrapper img {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .sec-about-us .img-wrapper img {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about-us .content-wrapper {
    text-align: center;
  }
}
.sec-about-us .content-wrapper h2 {
  margin: 0 0 30px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-about-us .content-wrapper h2 {
    margin: 0 0 10px;
  }
}
.sec-about-us .content-wrapper p {
  margin-bottom: 15px;
}

.sec-our-services {
  padding: 60px 0;
  background: #f7f8fd;
}
@media screen and (max-width: 991px) {
  .sec-our-services {
    padding: 40px 0;
  }
}
.sec-our-services .container > h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-our-services .container > h2 {
    margin-bottom: 30px;
  }
}
.sec-our-services .col-lg-4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sec-our-services .col-lg-4 {
    margin-bottom: 16px;
  }
}
.sec-our-services .service-card {
  padding: 40px 30px 30px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 20px 0 rgba(212, 221, 238, 0.5);
  text-align: center;
  height: 100%;
}
.sec-our-services .service-card .icon-wrapper {
  margin-bottom: 20px;
}
.sec-our-services .service-card .icon-wrapper img {
  max-width: 50px;
}
.sec-our-services .service-card .content-wrapper h3 {
  margin-bottom: 10px;
}
.sec-our-services .service-card .content-wrapper p {
  margin-bottom: 0;
  color: #666666;
}

.sec-portfolio {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sec-portfolio {
    padding: 40px 0;
  }
}
.sec-portfolio .container {
  max-width: 900px;
}
.sec-portfolio .container > h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-portfolio .container > h2 {
    margin-bottom: 40px;
  }
}
.sec-portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 10px));
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 25px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-portfolio .portfolio-grid {
    grid-template-columns: repeat(4, calc(25% - 8px));
    column-gap: 10px;
    row-gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-portfolio .portfolio-grid {
    grid-template-columns: repeat(3, calc(33% - 5px));
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
}
.sec-portfolio .portfolio-grid .portfolio-card {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sec-portfolio .portfolio-grid .portfolio-card {
    width: 120px;
    height: 120px;
    margin: auto;
  }
}
.sec-portfolio .portfolio-grid .portfolio-card.active {
  background: #0038e3;
}
.sec-portfolio .portfolio-grid .portfolio-card:hover {
  border-color: #0038e3;
}
.sec-portfolio .portfolio-grid .portfolio-card .icon-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-portfolio .portfolio-grid .portfolio-card .icon-wrapper {
    width: 100px;
    height: 100px;
  }
}
.sec-portfolio .portfolio-grid .portfolio-card .icon-wrapper img {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .sec-portfolio .portfolio-grid .portfolio-card .icon-wrapper img {
    max-width: 80px;
  }
}
.sec-portfolio .portfolio-grid .portfolio-card .icon-wrapper img.black {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(160deg) brightness(89%) contrast(105%);
}

.sec-portfolio-v2 {
  padding: 60px 0 30px;
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-portfolio-v2 {
    padding: 40px 0 20px;
  }
}
.sec-portfolio-v2 .sec-header {
  margin-bottom: 40px;
}
.sec-portfolio-v2 .sec-header h2 {
  text-align: left;
  margin-bottom: 0;
}
.sec-portfolio-v2 .sec-header .btn-wrapper {
  text-align: right;
}
.sec-portfolio-v2 .sec-header .btn-wrapper .btn-style {
  min-width: 150px;
}
.sec-portfolio-v2 .col-md-6 {
  margin-bottom: 24px;
}
.sec-portfolio-v2 .portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.sec-portfolio-v2 .portfolio-card:hover .img-wrapper img {
  transform: scale(1.1);
}
.sec-portfolio-v2 .portfolio-card:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.09%, #000000 180.18%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sec-portfolio-v2 .portfolio-card .img-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-portfolio-v2 .portfolio-card .img-wrapper img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-portfolio-v2 .portfolio-card .img-wrapper img {
    height: 300px;
  }
}
.sec-portfolio-v2 .portfolio-card .content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-portfolio-v2 .portfolio-card .content-wrapper {
    padding: 20px;
  }
}
.sec-portfolio-v2 .portfolio-card .content-wrapper .tag {
  border: 1px solid #0038e3;
  color: #ffffff;
  background: #0038e3;
  height: 46px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 100px;
}
.sec-portfolio-v2 .portfolio-card .content-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 28px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-portfolio-v2 .portfolio-card .content-wrapper .title-wrapper {
    margin: 18px 0 0;
  }
}
.sec-portfolio-v2 .portfolio-card .content-wrapper .title-wrapper h3 {
  margin-bottom: 0;
  color: #ffffff;
}
.sec-portfolio-v2 .portfolio-card .content-wrapper .title-wrapper a {
  transform: rotate(-45deg);
}
.sec-portfolio-v2 .portfolio-card .content-wrapper .title-wrapper a img {
  max-width: 25px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(66%) saturate(4580%) hue-rotate(224deg) brightness(90%) contrast(114%);
}

.sec-get-touch {
  padding: 60px 0 30px;
}
@media screen and (max-width: 991px) {
  .sec-get-touch {
    padding: 30px 0;
  }
}
.sec-get-touch .touch-card {
  border-radius: 7px;
  overflow: hidden;
  background-color: #f7f8fd;
  position: relative;
  z-index: 1;
}
.sec-get-touch .touch-card .pattern-bg {
  background: url("../images/touch-card-pattern.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 369px;
  height: 94px;
  z-index: 1;
  animation: float_left_right_two 5s linear infinite;
}
@-webkit-keyframes float_left_right_two {
  0% {
    transform: translateX(-30px);
    opacity: 1;
  }
  50% {
    transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-30px);
    opacity: 1;
  }
}
.sec-get-touch .touch-card .follow-wrapper {
  padding: 36px 30px;
  min-height: 180px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-get-touch .touch-card .follow-wrapper {
    padding: 28px 30px;
    min-height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .follow-wrapper {
    text-align: center;
  }
}
.sec-get-touch .touch-card .follow-wrapper h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .follow-wrapper h3 {
    justify-content: center;
  }
}
.sec-get-touch .touch-card .follow-wrapper h3 img {
  max-width: 24px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(66%) saturate(4580%) hue-rotate(224deg) brightness(90%) contrast(114%);
}
.sec-get-touch .touch-card .follow-wrapper .social-links li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a {
  background: #ffffff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a:hover {
  background: #0038e3;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a:hover i {
  color: #ffffff;
}
.sec-get-touch .touch-card .follow-wrapper .social-links li a i {
  font-size: 18px;
  font-weight: 400;
  color: #0038e3;
}
.sec-get-touch .touch-card .support-card {
  background: url("../images/touch-card-bg-img.png") no-repeat center #0038e3;
  background-size: cover;
  position: relative;
  padding: 50px 15px 45px 110px;
  min-height: 180px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-get-touch .touch-card .support-card {
    min-height: 160px;
    padding: 40px 25px 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .support-card {
    padding: 120px 40px 40px;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    text-align: center;
  }
}
.sec-get-touch .touch-card .support-card:before {
  content: "";
  transform: skewX(10deg);
  border-radius: 15px 0 0 15px;
  background-color: #0038e3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
.sec-get-touch .touch-card .support-card .social-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
}
@media screen and (max-width: 767px) {
  .sec-get-touch .touch-card .support-card .social-box {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
.sec-get-touch .touch-card .support-card .social-box:before, .sec-get-touch .touch-card .support-card .social-box:after {
  content: "";
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: ripple 3s infinite 0.9s;
  position: absolute;
}
.sec-get-touch .touch-card .support-card .social-box:after {
  animation: ripple 3s infinite 0.6s;
}
.sec-get-touch .touch-card .support-card .social-box i {
  color: #ffffff;
  font-size: 28px;
}
.sec-get-touch .touch-card .support-card h3 {
  color: #ffffff;
  margin-bottom: 12px;
}
.sec-get-touch .touch-card .support-card p {
  color: #ffffff;
  margin-bottom: 0;
}

header {
  padding: 15px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 12px 0;
  }
}
header .header-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 3;
}
header .header-layer.active {
  display: block;
}
header a.logo {
  display: inline-block;
}
header a.logo img {
  max-width: 100px;
}
header .navbar-menu {
  text-align: end;
}
@media screen and (max-width: 991px) {
  header .navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    text-align: left;
    width: 100%;
    height: 100vh;
    max-width: 250px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    z-index: 4;
  }
  header .navbar-menu.active {
    left: 0;
  }
}
header .navbar-menu .logo {
  display: none;
}
@media screen and (max-width: 991px) {
  header .navbar-menu .logo {
    display: block;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul.menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul.menu li {
    display: block;
  }
}
header .navbar-menu ul.menu li:not(:last-of-type) {
  margin: 0 35px 0 0;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul.menu li:not(:last-of-type) {
    border-bottom: 1px solid #E5E7EB;
    margin: 0;
  }
}
header .navbar-menu ul.menu li.active a, header .navbar-menu ul.menu li:hover a {
  color: #0038e3;
}
header .navbar-menu ul.menu li.active a:before, header .navbar-menu ul.menu li:hover a:before {
  width: 100%;
}
header .navbar-menu ul.menu li a {
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul.menu li a {
    padding: 8px 20px;
    display: block;
  }
}
header .navbar-menu ul.menu li a:before {
  content: "";
  background: #0038e3;
  width: 0;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul.menu li a:before {
    display: none;
  }
}
header .hamburger-menu {
  display: none;
  text-align: right;
}
@media screen and (max-width: 991px) {
  header .hamburger-menu {
    display: inline-block;
  }
  header .hamburger-menu.active {
    display: none;
  }
}
header .hamburger-menu img {
  width: 25px;
}

footer {
  padding: 60px 0;
  background: #16181A;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 25px;
  }
}
footer .logo-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .logo-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .logo-wrapper img {
  max-width: 200px;
}
footer .tagline-wrapper h3 {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  line-height: 42px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  footer .tagline-wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tagline-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  footer .tagline-wrapper h3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
  footer .tagline-wrapper h3 br {
    display: none;
  }
}
footer .tagline-wrapper .btn-wrapper {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .tagline-wrapper .btn-wrapper {
    text-align: center;
    margin: 30px 0 0;
  }
}
footer .tagline-wrapper .btn-wrapper .btn-style {
  height: 55px;
  min-width: 200px;
  padding: 8px 14px 9px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .tagline-wrapper .btn-wrapper .btn-style {
    min-width: 170px;
    height: 50px;
  }
}
footer .tagline-wrapper .btn-wrapper .btn-style span {
  font-size: 16px;
  line-height: 24px;
}
footer .copyright-wrapper {
  border-top: 1px solid #383841;
  border-bottom: 1px solid #383841;
  padding: 30px 0;
  margin: 80px 0 35px;
}
@media screen and (max-width: 991px) {
  footer .copyright-wrapper {
    padding: 19px 0 20px;
    margin: 30px 0 30px;
    text-align: center;
  }
}
footer .copyright-wrapper .copyright-text {
  margin: 0;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .copyright-wrapper .copyright-text {
    display: none;
  }
}
footer .copyright-wrapper ul.links-list {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .copyright-wrapper ul.links-list {
    text-align: center;
  }
}
footer .copyright-wrapper ul.links-list li:not(:last-of-type) {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 991px) {
  footer .copyright-wrapper ul.links-list li:not(:last-of-type) {
    margin: 0 12px 0 0;
  }
}
footer .copyright-wrapper ul.links-list li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer .copyright-wrapper ul.links-list li a:hover {
  color: #0038e3;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom a.logo {
    display: none;
  }
}
footer .footer-bottom a.logo img {
  max-width: 150px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7471%) hue-rotate(52deg) brightness(108%) contrast(96%);
}
footer .footer-bottom .social-links {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .social-links {
    text-align: center;
  }
}
footer .footer-bottom .social-links li:not(:last-of-type) {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .social-links li:not(:last-of-type) {
    margin: 0 12px 0 0;
  }
}
footer .footer-bottom .social-links li a {
  border: 1px solid #383841;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  footer .footer-bottom .social-links li a {
    width: 50px;
    height: 50px;
  }
}
footer .footer-bottom .social-links li a:hover {
  background: #0038e3;
}
footer .footer-bottom .social-links li a i {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-bottom .copyright-text {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .copyright-text {
    display: block;
    color: #ffffff;
    margin: 20px 0 0;
  }
}

/*# sourceMappingURL=main.css.map */
