@charset "UTF-8";
/* ====== Table of content Start =====*/
/*
Project Name: Minilop
File        : CSS Base
Version     : 1.0.0
Author      : jthemes (https://themeforest.net/user/jthemes)
*/
/* ====== Table of content End =====*/
:root,
[data-bs-theme=light] {
  --theme-color: #222222;
  --theme-white: #ffffff;
  --theme-black: #000000;
  --theme-sub_color: #3a3c48;
  --theme-desc_color: #505050;
  --theme-bg_color: #2d3e4d;
  --theme-footer_bg: #1c1c1c;
  --theme-btn_active: #eaff00;
  --theme-border_color: #eaff00;
  --theme-border2_color: #fa4729;
  --theme-icon_color: #f9f9f9;
}

.about-us-section {
  z-index: 999999;
}
.about-us-section::after {
  content: "";
  top: -12px;
  left: 148px;
  width: 1254px;
  height: 830px;
  background-image: url("../images/shapes/about-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  z-index: -1;
}
.about-us-section .about-us-wrapper {
  padding: 210px 0px 120px 0px;
  margin-bottom: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-section .about-us-wrapper .nav-item-lists .nav-link {
  font-size: 24px;
  padding: 0px;
  background-color: transparent;
}
.about-us-section .about-us-wrapper .nav-item-lists .nav-link:not(:last-child) {
  margin-bottom: 73px;
}
.about-us-section .about-us-wrapper .nav-item-lists .nav-link.active {
  color: #fa4729 !important;
}
.about-us-section .about-us-wrapper .nav-item-lists .nav-link.active::after {
  background-color: #fa4729;
}
.about-us-section .about-us-wrapper .nav-item-lists .nav-link::after {
  content: "";
  top: 65px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.about-us-section .about-us-wrapper .nav-inner-content {
  padding-left: 110px;
}
.about-us-section .about-us-wrapper .nav-inner-content .subtitle {
  color: #fa4729;
  font-size: 15px;
  margin-bottom: 27px;
  padding-left: 42px;
}
.about-us-section .about-us-wrapper .nav-inner-content .subtitle::before {
  content: "";
  top: 3px;
  left: 21px;
  width: 14px;
  height: 14px;
  background-color: #fb5f45;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
}
.about-us-section .about-us-wrapper .nav-inner-content .subtitle::after {
  content: "";
  top: -2px;
  left: 16px;
  width: 14px;
  height: 14px;
  background-color: #ffc8bf;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.about-us-section .about-us-wrapper .nav-inner-content .title {
  font-size: 75px;
  line-height: 80px;
  margin-bottom: 44px;
}
.about-us-section .about-us-wrapper .nav-inner-content .title span {
  color: #fa4729 !important;
}
.about-us-section .about-us-wrapper .nav-inner-content .desc {
  color: #f1f1f1;
  font-size: 18px;
  margin-bottom: 60px;
}
.about-us-section .about-us-wrapper .nav-inner-content .about-btn {
  font-size: 17px;
  padding: 25px 50px;
  background-color: #fa4729;
  z-index: 1;
}
.about-us-section .about-us-wrapper .nav-inner-content .about-btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #df2c0c;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-us-section .about-us-wrapper .nav-inner-content .about-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.about-me-header .about-me-header-wrap {
  background-size: cover;
  background-repeat: no-repeat;
}
.about-me-header .about-me-header-wrap .top-content {
  padding-top: 45px;
}
.about-me-header .about-me-header-wrap .top-content .social-menu-content .social-links {
  padding-right: 50px;
}
.about-me-header .about-me-header-wrap .top-content .social-menu-content .social-links li:not(:last-child) {
  padding-right: 20px;
}
.about-me-header .about-me-header-wrap .top-content .social-menu-content .social-links li a {
  font-size: 15px;
}
.about-me-header .about-me-header-wrap .top-content .social-menu-content .social-links li a:hover {
  color: #fa4729 !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.about-me-header .about-me-header-wrap .top-content .social-menu-content .menubar-icon a {
  font-size: 30px;
}
.about-me-header .about-me-header-wrap .top-content .social-menu-content .menubar-icon a:hover {
  color: #fa4729 !important;
}

.faqs-accordion .accordion {
  border-width: 0px !important;
  border-color: transparent !important;
  border-radius: 0px;
}
.faqs-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 21px;
  color: #282331;
}
.faqs-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #fa4729;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs-accordion .accordion .accordion-item .accordion-body p {
  color: #666666;
  font-size: 16px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes arrowAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes arrowAnimation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.mover-area .mover1 {
  width: 100%;
  font-size: 183px;
  font-weight: 100;
  white-space: nowrap;
  -webkit-animation: MoveLeftRight 15s linear infinite;
          animation: MoveLeftRight 15s linear infinite;
}
.mover-area .mover2 {
  width: 100%;
  font-size: 183px;
  font-weight: 100;
  white-space: nowrap;
  -webkit-animation: MoveRightLeft 15s linear infinite;
          animation: MoveRightLeft 15s linear infinite;
}

@-webkit-keyframes MoveLeftRight {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 300px;
  }
}

@keyframes MoveLeftRight {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 300px;
  }
}
@-webkit-keyframes MoveRightLeft {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 300px;
  }
}
@keyframes MoveRightLeft {
  0%, 100% {
    right: 0;
  }
  50% {
    right: 300px;
  }
}
@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.shape-move-anim {
  position: relative;
  -webkit-animation: shapeAnimation 2.5s linear infinite alternate;
          animation: shapeAnimation 2.5s linear infinite alternate;
  pointer-events: none;
}

@-webkit-keyframes shapeAnimation {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes shapeAnimation {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.shape-move-anim2 {
  position: relative;
  -webkit-animation: shapeAnimation2 2.5s linear infinite alternate;
          animation: shapeAnimation2 2.5s linear infinite alternate;
  pointer-events: none;
}

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

@keyframes shapeAnimation2 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes imageRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes imageRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.imageRotateAnim {
  display: inline-block;
  -webkit-animation: imageRotate 30s linear infinite;
          animation: imageRotate 30s linear infinite;
}

.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 60px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  color: var(--theme-black);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-white);
  -webkit-box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.backtotop .scroll:hover i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.submit-btn-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#fd5960), to(#101783));
  background: linear-gradient(to right, #fd5960, #101783);
}

.subt-btn-bg {
  background-color: #fa4729;
}

.submit-btn-gradient2 {
  background: -webkit-gradient(linear, left top, right top, from(#fd5960), to(#101783));
  background: linear-gradient(to right, #fd5960, #101783);
}

.custom-btn {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
  padding: 17px 50px;
  background-color: #eaff00;
  z-index: 1;
}
.custom-btn:hover {
  color: var(--theme-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #8f9c00;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.custom-btn2 {
  font-size: 16px;
  padding: 22px 35px;
}
.custom-btn2.bg-orioles-orange {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.custom-btn2.bg-orioles-orange:hover {
  background-color: #e92e0e !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.view-more-content {
  margin-top: 62px;
}
.view-more-content .view-more-btn {
  font-size: 15px;
  padding: 64px 42px;
  border: 2px dotted;
  border-color: #787878;
}
.view-more-content .view-more-btn:hover {
  color: #fa4729 !important;
  border-color: #fa4729;
}
.view-more-content .view-more-btn::before {
  content: "";
  top: 78px;
  left: 260px;
  width: 400px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
}
.view-more-content .view-more-btn::after {
  content: "";
  top: 78px;
  right: 260px;
  width: 400px;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
}

.hero-btn {
  font-size: 18px;
  padding: 25px 45px;
  background-color: #fa4729;
}

.purple-gradient-btn {
  font-size: 16px;
  margin-right: 13px;
}
.purple-gradient-btn.custom-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#f04a9d), to(#9f14d1));
  background: linear-gradient(#f04a9d, #9f14d1);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.purple-gradient-btn.custom-btn:hover::before {
  background: #9f14d1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.black-btn.custom-btn:hover {
  color: var(--theme-black) !important;
}
.black-btn.custom-btn:hover::before {
  background-color: var(--theme-white) !important;
}

.purple-btn {
  background-color: #af1fc6;
}
.purple-btn.custom-btn:hover::before {
  background: #9006c2;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.more-btn {
  font-size: 15px;
}
.more-btn:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.more-btn img {
  padding-left: 23px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gradient-btn {
  font-size: 16px;
  padding: 25px 45px;
  background: -webkit-gradient(linear, left top, right top, from(#c33668), to(#e9be4d));
  background: linear-gradient(to right, #c33668, #e9be4d);
  border-radius: 5px;
  z-index: 1;
}
.gradient-btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gradient-btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #e9be4d;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gradient-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}

.gradient-btn2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f14b9c), to(#a317ce));
  background: linear-gradient(#f14b9c, #a317ce);
}

.msg-btn {
  font-size: 16px;
  padding: 25px 33px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fd5960), to(#101783));
  background: linear-gradient(to bottom right, #fd5960, #101783);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.msg-btn:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#101783), to(#fd5960));
  background: linear-gradient(to right bottom, #101783, #fd5960);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.loadmore-btn {
  font-size: 15px;
  padding: 25px 100px;
  background-color: #fa4729;
  z-index: 1;
}
.loadmore-btn:hover {
  color: var(--theme-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loadmore-btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #e73819;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loadmore-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.submit-btn {
  font-size: 16px;
  padding: 30px 115px;
  margin-top: 24px;
}
.submit-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hire-btn:hover span i {
  color: #fa4729;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.hire-btn span {
  font-size: 16px;
  z-index: 4;
  padding-left: 40px;
}
.hire-btn span i {
  padding-left: 85px;
}
.hire-btn::before {
  content: "";
  top: -20px;
  left: 0px;
  width: 179px;
  height: 64px;
  position: absolute;
  background-image: url(../images/shapes/button-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.hire-btn::after {
  content: "";
  top: -19px;
  left: 32px;
  width: 192px;
  height: 63px;
  background-color: #1e1a19;
  position: absolute;
  border-radius: 50px;
  z-index: 1;
}

.brand-area {
  margin-bottom: 130px;
}
.brand-area .brand-area-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand2-section {
  padding-bottom: 205px;
}
.brand2-section .brand2-top-content {
  margin-bottom: 150px;
}
.brand2-section .brand2-top-content::after {
  content: "";
  bottom: -65px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #141414;
  position: absolute;
}
.brand2-section .brand2-top-content .subtitle {
  color: #fa4729;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 39px;
}
.brand2-section .brand2-top-content .subtitle::before {
  content: "";
  top: 3px;
  left: 12px;
  width: 14px;
  height: 14px;
  background-color: #fb5f45;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
}
.brand2-section .brand2-top-content .subtitle::after {
  content: "";
  top: -2px;
  left: 6px;
  width: 14px;
  height: 14px;
  background-color: #ffc8bf;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.brand2-section .brand2-top-content .title {
  color: var(--theme-color);
  font-size: 50px;
}
.brand2-section .brand2-top-content .desc {
  color: #666666;
  font-size: 18px;
}

.brand3-section {
  padding: 190px 0px 130px 0px;
}
.brand3-section .top-content .subtitle {
  color: #969696;
  font-size: 16px;
  margin-bottom: 50px;
}
.brand3-section .top-content .title {
  font-size: 70px;
  margin-bottom: 94px;
}

.brand4-section {
  padding-bottom: 100px;
  background-color: #eef0ff;
}
.brand4-section .thumb {
  width: 150px;
  height: 150px;
}

.brand5-area .brand5-area-wrapper {
  padding: 67px 0px 53px 0px;
}

.brand5-area .brand5-style {
  background-color: #ecf8ff;
  margin-bottom: 169px;
}

.brand5-section {
  padding-bottom: 120px;
}
.brand5-section .top-text {
  margin-bottom: 45px;
}
.brand5-section .top-text span {
  font-size: 14px;
}

.brand-area2 {
  padding: 165px 0px 155px;
}

.breadcrumb-hero-content {
  padding: 255px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 78%;
}
.breadcrumb-hero-content .breadcrumb-title {
  font-size: 60px;
}
.breadcrumb-hero-content .breadcrumb-title::after {
  content: "";
  bottom: -180px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #5d5d5d;
  position: absolute;
}
.breadcrumb-hero-content .breadcrumb-nav {
  bottom: -238px;
  left: 0px;
}
.breadcrumb-hero-content .breadcrumb-nav li {
  font-size: 18px;
}
.breadcrumb-hero-content .breadcrumb-nav li:not(:last-child) {
  margin-right: 47px;
}
.breadcrumb-hero-content .breadcrumb-nav li:not(:last-child)::after {
  content: "";
  top: 5px;
  right: -25px;
  width: 2px;
  height: 20px;
  background-color: var(--theme-white);
  position: absolute;
}
.breadcrumb-hero-content .breadcrumb-nav li a:hover {
  color: #fa4729 !important;
}
.breadcrumb-hero-content .navbar::after {
  content: "";
  top: 100px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #5d5d5d;
  position: absolute;
}
.breadcrumb-hero-content .navbar-menu-content {
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.breadcrumb-hero-content .navbar-menu-content .navbar-nav .nav-item:not(:last-child) {
  margin-right: 48px;
}
.breadcrumb-hero-content .navbar-menu-content .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.breadcrumb-hero-content .navbar-menu-content .navbar-nav .nav-item .nav-link:hover {
  color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.breadcrumb-hero-content .navbar-menu-content .navbar-nav .nav-item .nav-link:hover::after {
  display: block;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.breadcrumb-hero-content .navbar-menu-content .navbar-nav .nav-item .nav-link::after {
  content: "";
  bottom: -45px;
  left: 6px;
  width: 100%;
  height: 2px;
  background-color: #fa4729;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  display: none;
}
.breadcrumb-hero-content .navbar-menu-content .search-area {
  padding-left: 123px;
}
.breadcrumb-hero-content .navbar-menu-content .search-area a {
  width: 50px;
  height: 50px;
  color: #131313;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.breadcrumb-hero-content .navbar-menu-content .search-area a:hover {
  color: var(--theme-white);
  background-color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.breadcrumb-hero-content .navbar-menu-content .search-area .menubar-icon {
  padding-left: 25px;
}
.breadcrumb-hero-content .navbar-menu-content .search-area .menubar-icon a {
  color: #fa4729;
  width: 50px;
  height: 50px;
  display: block;
}
.breadcrumb-hero-content .navbar-menu-content .search-area .menubar-icon a:hover {
  background-color: #fa4729 !important;
}
.breadcrumb-hero-content .navbar-menu-content .search-area .menubar-icon a:hover i {
  color: var(--theme-white);
}
.breadcrumb-hero-content .navbar-menu-content .search-area .menubar-icon a i {
  color: #fa4729;
}

.chartreuse-color {
  color: #dcf002;
}

.davys-color {
  color: #555555;
}

.bright-color {
  background-color: #e8f2eb;
}

.lavender-color {
  background-color: #ffedef;
}

.alice-color {
  background-color: #f1f4ff;
}

.vm-bg {
  background-color: #1ab7ea;
}

.fb-bg {
  background-color: #3b5998;
}

.tw-bg {
  background-color: #55acee;
}

.gp-bg {
  background-color: #dd4b39;
}

.bg-facebook {
  background-color: #3a579a;
}

.bg-youtube {
  background-color: #f70000;
}

.bg-tiktok {
  background-color: #070707;
}

.bg-snapchat {
  background-color: #000000;
}

.bg-twitter {
  background-color: #1da1f2;
}

.bg-spotify {
  background-color: #1dd05d;
}

.bg-rounded-fb {
  background-color: #30477c;
}

.bg-rounded-yt {
  background-color: #c70101;
}

.bg-rounded-tt {
  background-color: #d0164d;
}

.bg-rounded-sc {
  background-color: #f2ce00;
}

.bg-rounded-tw {
  background-color: #1882c3;
}

.bg-rounded-sf {
  background-color: #18a84c;
}

.body-black {
  background-color: #101010;
}

.body-alabaster {
  background-color: #f1eee9;
}

.body-eerie-black {
  background-color: #191a1a;
}

.body-black-blue {
  background-color: #141b23;
}

.bg-orioles-orange {
  background-color: #fa4729;
}

.offcanvas2-bg {
  background-color: #fa4729;
}

.offcanvas3-bg {
  background-color: #b5c500;
}

.offcanvas4-bg {
  background-color: #de295e;
}

.offcanvas5-bg {
  background-color: #f82c29;
}

.offcanvas6-bg {
  background: -webkit-gradient(linear, left top, right top, from(#c33668), to(#e9be4d));
  background: linear-gradient(to right, #c33668, #e9be4d);
}

.offcanvas7-bg {
  background-color: #f6bd25;
}

.offcanvas8-bg {
  background-color: #fb5860;
}

.offcanvas9-bg {
  background-color: #fa4729;
}

.offcanvas10-bg {
  background-color: #e62b4a;
}

.gradient-color {
  background: -webkit-linear-gradient(#f278b6, #a217cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-section .contact-section-wrapper {
  padding: 105px 0px 70px 0px;
  background-color: #f4f2ef;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -81px 0px;
}
.contact-section .contact-section-wrapper .content-area .subtitle {
  font-size: 20px;
  background: -webkit-linear-gradient(#eb3252, #f82c28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.contact-section .contact-section-wrapper .content-area .title {
  font-size: 50px;
  margin-bottom: 24px;
}
.contact-section .contact-section-wrapper .content-area .desc {
  color: #919191;
  font-size: 18px;
}
.contact-section .contact-section-wrapper .form-content {
  margin-left: 100px;
}
.contact-section .contact-section-wrapper .form-content .input-group-content i {
  top: 50%;
  left: 43px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-linear-gradient(#eb3251, #f83a37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control {
  padding: 30px 75px;
  margin-bottom: 13px;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control::-webkit-input-placeholder {
  color: #898989;
  font-size: 15px;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control::-moz-placeholder {
  color: #898989;
  font-size: 15px;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control:-ms-input-placeholder {
  color: #898989;
  font-size: 15px;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control::-ms-input-placeholder {
  color: #898989;
  font-size: 15px;
}
.contact-section .contact-section-wrapper .form-content .input-group-content .form-control::placeholder {
  color: #898989;
  font-size: 15px;
}
.contact-section .contact-section-wrapper .form-content .submit-btn {
  font-size: 14px;
  padding: 30px 80px;
  margin-top: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#eb3252), to(#f82c28));
  background: linear-gradient(to right, #eb3252, #f82c28);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact-section .contact-section-wrapper .form-content .submit-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f82c28), to(#eb3252));
  background: linear-gradient(to right, #f82c28, #eb3252);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.contact2-section {
  padding: 142px 0px 110px 0px;
}
.contact2-section .section-content2 {
  padding-right: 60px;
}
.contact2-section .section-content2 .number {
  font-size: 30px;
  margin-bottom: 45px;
}
.contact2-section .section-content2 .social-links li:not(:last-child) {
  margin-right: 10px;
}
.contact2-section .section-content2 .social-links li a {
  width: 65px;
  height: 65px;
  color: #767575;
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact2-section .section-content2 .social-links li a:hover {
  color: var(--theme-white);
  background-color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact2-section .section-content2 .social-links.social-icon-style li a {
  background-color: #f4f4f4;
}
.contact2-section .section-content2 .social-links.social-icon-style li a:hover {
  background-color: #101783 !important;
}
.contact2-section .form-content {
  padding: 60px 43px 67px 43px;
  background-color: #eef0ff;
  border-radius: 30px;
}
.contact2-section .form-content .top-content {
  margin-bottom: 29px;
}
.contact2-section .form-content .top-content .subtitle {
  color: #484747;
  font-size: 14px;
  margin-bottom: 17px;
}
.contact2-section .form-content .top-content .title {
  color: #1f1f1f;
  font-size: 30px;
}
.contact2-section .form-content .input-group-content .form-control {
  padding: 25px 35px;
  margin-bottom: 10px;
}
.contact2-section .form-content .input-group-content .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact2-section .form-content .input-group-content .form-control::-webkit-input-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content .input-group-content .form-control::-moz-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content .input-group-content .form-control:-ms-input-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content .input-group-content .form-control::-ms-input-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content .input-group-content .form-control::placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content textarea {
  padding: 17px 100px 89px 33px;
  border-radius: 30px;
}
.contact2-section .form-content textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact2-section .form-content textarea::-webkit-input-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content textarea::-moz-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content textarea:-ms-input-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content textarea::-ms-input-placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section .form-content textarea::placeholder {
  color: var(--theme-black);
  font-size: 14px;
  font-weight: 500;
}
.contact2-section.contact3-style .section-content2 .title {
  width: 390px;
}
.contact2-section.contact3-style .form-content .top-content .subtitle {
  color: #101010;
}
.contact2-section.contact3-style .form-content .input-group-content .form-control {
  background-color: #eef0ff;
}
.contact2-section.contact3-style .form-content textarea {
  background-color: #eef0ff;
}
.contact2-section.contact3-style .form-content .submit-btn {
  background-color: #fa4729;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact2-section.contact3-style .form-content .submit-btn:hover {
  background-color: #df2c0c;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.contact3-section {
  padding-top: 168px;
}
.contact3-section .section-content {
  width: 551px;
}
.contact3-section .top-content {
  margin-bottom: 90px;
}
.contact3-section .top-content .social-links li:not(:last-child) {
  margin-right: 14px;
}
.contact3-section .top-content .social-links li a {
  width: 110px;
  height: 110px;
  color: #131313;
  border: 2px solid;
  border-color: #434343;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact3-section .top-content .social-links li a:hover i {
  color: #fa4729;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact3-section .top-content .social-links li a i {
  font-size: 26px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.contact4-section {
  padding: 93px 0px 80px 0px;
  margin-bottom: 135px;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact4-section .content-text .title {
  font-size: 35px;
  margin-bottom: 63px;
}
.contact4-section .content-text .icon-text li {
  font-size: 18px;
}
.contact4-section .content-text .icon-text li:not(:last-child) {
  margin-bottom: 20px;
}
.contact4-section .content-text .icon-text li i {
  width: 60px;
  height: 60px;
  color: #fa4729;
  font-size: 25px;
  margin-right: 15px;
  border: 2px solid;
  border-color: #fa4729;
}
.contact4-section .form-content .input-group-content .form-control {
  padding: 27px 42px;
  margin-bottom: 13px;
  background-color: #111111;
}
.contact4-section .form-content .input-group-content .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact4-section .form-content .input-group-content .form-control::-webkit-input-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content .input-group-content .form-control::-moz-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content .input-group-content .form-control:-ms-input-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content .input-group-content .form-control::-ms-input-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content .input-group-content .form-control::placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content textarea {
  padding: 17px 100px 89px 33px;
  border-radius: 30px;
  background-color: #111111;
}
.contact4-section .form-content textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact4-section .form-content textarea::-webkit-input-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content textarea::-moz-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content textarea:-ms-input-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content textarea::-ms-input-placeholder {
  color: var(--theme-white);
  font-size: 15px;
}
.contact4-section .form-content textarea::placeholder {
  color: var(--theme-white);
  font-size: 15px;
}

.contact5-section {
  padding: 142px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contact5-section .form-content {
  top: -198px;
  padding: 57px 57px 75px;
  border-radius: 8px;
  background-color: transparent;
}
.contact5-section .form-content::after {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/shapes/contact-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}
.contact5-section .form-content .top-content {
  margin-bottom: 30px;
  z-index: 222;
}
.contact5-section .form-content .top-content .title {
  font-size: 35px;
}
.contact5-section .form-content .top-content span {
  color: #979797;
}
.contact5-section .form-content form {
  z-index: 222;
}
.contact5-section .form-content .input-group-content .form-control {
  padding: 25px 35px;
  margin-bottom: 14px;
}
.contact5-section .form-content .input-group-content .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact5-section .form-content .input-group-content .form-control::-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content .input-group-content .form-control::-moz-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content .input-group-content .form-control:-ms-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content .input-group-content .form-control::-ms-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content .input-group-content .form-control::placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content .input-group-content span {
  top: 50%;
  right: 18px;
  color: #121212;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact5-section .form-content .input-group-content span::before {
  content: "";
  top: 50%;
  left: -25px;
  width: 1px;
  height: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #929292;
  position: absolute;
}
.contact5-section .form-content textarea {
  padding: 17px 100px 89px 33px;
  border-radius: 30px;
}
.contact5-section .form-content textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact5-section .form-content textarea::-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content textarea::-moz-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content textarea:-ms-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content textarea::-ms-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content textarea::placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 500;
}
.contact5-section .form-content .submit-btn {
  padding: 23px 34px;
  background-color: #fa4729;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact5-section .form-content .submit-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact5-section .form-content .submit-btn:hover {
  background-color: #df2c0c;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact5-section .section-content2 {
  padding: 0px 60px;
}
.contact5-section .section-content2 .number {
  color: #fa4729;
  font-size: 30px;
  margin-bottom: 45px;
}
.contact5-section .section-content2 .social-links li:not(:last-child) {
  margin-right: 10px;
}
.contact5-section .section-content2 .social-links li a {
  width: 65px;
  height: 65px;
  color: #767575;
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.contact5-section .section-content2 .social-links li a:hover {
  color: var(--theme-white);
  background-color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.contact6-section {
  padding-bottom: 105px;
}
.contact6-section .form-content {
  margin-top: 25px;
}
.contact6-section .form-content .input-group-content {
  margin-bottom: 22px;
}
.contact6-section .form-content .input-group-content .form-control {
  padding: 22px 80px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
}
.contact6-section .form-content .input-group-content .form-control::-webkit-input-placeholder {
  color: var(--theme-black);
  font-size: 15px;
}
.contact6-section .form-content .input-group-content .form-control::-moz-placeholder {
  color: var(--theme-black);
  font-size: 15px;
}
.contact6-section .form-content .input-group-content .form-control:-ms-input-placeholder {
  color: var(--theme-black);
  font-size: 15px;
}
.contact6-section .form-content .input-group-content .form-control::-ms-input-placeholder {
  color: var(--theme-black);
  font-size: 15px;
}
.contact6-section .form-content .input-group-content .form-control::placeholder {
  color: var(--theme-black);
  font-size: 15px;
}
.contact6-section .form-content .input-group-content i {
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2f2e2e;
  font-size: 13px;
  padding: 10px;
  border: 3px solid #f4f0f3;
}
.contact6-section .form-content .textarea-group-content .form-control {
  padding: 20px 20px 100px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
  border: none;
  border-radius: 50px !important;
}
.contact6-section .form-content .sbmt-btn {
  margin-top: 40px;
}

.counter-area {
  margin-bottom: 77px;
}
.counter-area .count-item .count {
  color: #171717;
  font-size: 110px;
  line-height: 70px;
  margin-bottom: 30px;
}
.counter-area .count-item .count-num {
  top: -40px;
  left: 144px;
  color: #fa4729;
  font-size: 50px;
}
.counter-area .count-item .award {
  color: #9c9c9c;
  font-size: 20px;
}
.counter-area .count-item.after-elements::after {
  content: "";
  top: 30px;
  right: 32px;
  width: 2px;
  height: 50px;
  background-color: #fa553a;
  position: absolute;
  -webkit-transform: rotate(138deg);
          transform: rotate(138deg);
}
.counter-area .count-item.before-elements::after {
  content: "";
  top: 30px;
  right: 32px;
  width: 2px;
  height: 50px;
  background-color: #fa553a;
  position: absolute;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.customer-section .bottom-content {
  padding: 90px 0px;
  background-color: #f9f9f9;
}
.customer-section .bottom-content .customer-thumb-content ul:not(:last-child) {
  margin-bottom: 47px;
}
.customer-section .bottom-content .customer-thumb-content ul .thumb {
  margin: 0px 5px;
}

.footer-section {
  background-color: var(--theme-footer_bg);
  border-top: 5px solid;
  border-color: var(--theme-border_color);
}
.footer-section .footer-top {
  padding: 110px 0px;
}
.footer-section .footer-top .seful-links ul li:hover a {
  color: #eaff00;
}
.footer-section .footer-top .seful-links ul li:hover a.links {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer-section .footer-top .seful-links ul li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-section .footer-top .seful-links ul li a {
  color: #f9f9f9;
  font-size: 20px;
}
.footer-section .footer-top .seful-links .social-links .social {
  margin-bottom: 0px;
}
.footer-section .footer-top .seful-links .social-links .social:not(:last-child) {
  margin-right: 40px;
}
.footer-section .footer-bottom .copyright {
  color: #e1e1e1;
  font-size: 15px;
}

.footer2-section {
  background-color: var(--theme-footer_bg);
  border-top: 5px solid;
  border-color: var(--theme-border2_color);
}
.footer2-section .footer-top {
  padding: 70px 0px 50px 0px;
}
.footer2-section .footer-top .social-links {
  margin-top: 75px;
}
.footer2-section .footer-top .social-links .social {
  margin-bottom: 0px;
}
.footer2-section .footer-top .social-links .social:not(:last-child) {
  margin-right: 30px;
}
.footer2-section .footer-top .social-links .social:hover a {
  color: #fa4729 !important;
}
.footer2-section .footer-top .social-links .social:hover a.links {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer2-section .footer-top .seful-links .title {
  margin-bottom: 60px;
}
.footer2-section .footer-top .seful-links .title::after {
  content: "";
  left: 0px;
  bottom: -33px;
  width: 90%;
  height: 1px;
  background-color: #303030;
  position: absolute;
}
.footer2-section .footer-top .seful-links ul li:hover a {
  color: #fa4729 !important;
}
.footer2-section .footer-top .seful-links ul li:hover a.links {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer2-section .footer-top .seful-links ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer2-section .footer-top .seful-links ul li a {
  color: #c4c4c4;
  font-size: 16px;
}
.footer2-section .footer-top .zoom-gallery li {
  padding: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}
.footer2-section .footer-top .zoom-gallery li .popup_image {
  width: 130px;
  height: 80px;
  display: block;
  overflow: hidden;
}
.footer2-section .footer-top .zoom-gallery li .popup_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer2-section .footer-bottom .copyright {
  color: #e1e1e1;
  font-size: 15px;
}

.footer3-section {
  background-color: #1c1c20;
}
.footer3-section .footer-top {
  padding: 130px 0px;
}
.footer3-section .footer-top .inner-content .subtitle {
  color: #787878;
  font-size: 20px;
  margin-bottom: 24px;
}
.footer3-section .footer-top .inner-content .title {
  font-size: 25px;
}
.footer3-section .footer-top .inner-content .title.text-hover:hover {
  color: #fa4729 !important;
}
.footer3-section .footer-top .seful-links ul li:hover a.links {
  color: #fa4729 !important;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer3-section .footer-top .seful-links ul li:not(:last-child) {
  margin-bottom: 18px;
}
.footer3-section .footer-top .seful-links ul li a {
  font-size: 18px;
}
.footer3-section .footer-top .request-btn {
  padding: 60px 22px;
  border: 2px dotted;
  border-color: #787878;
}
.footer3-section .footer-top .request-btn:hover {
  color: #fa4729 !important;
}
.footer3-section .footer-top .border-right {
  position: relative;
}
.footer3-section .footer-top .border-right::after {
  content: "";
  top: 0px;
  right: 25px;
  width: 1px;
  height: 250px;
  background-color: #3b3b3e;
  position: absolute;
}
.footer3-section .footer-bottom .copyright {
  color: #787878;
}

.footer4-section {
  background-color: #f9f9f9;
}
.footer4-section .footer-top {
  padding: 88px 0px 93px 0px;
}
.footer4-section .footer-top .desc {
  color: #2e2c2c;
  font-size: 20px;
  margin-bottom: 45px;
}
.footer4-section .footer-top .mail {
  color: #2e2c2c;
  font-size: 23px;
}
.footer4-section .footer-top .title {
  color: #2e2c2c;
  font-size: 20px;
  margin-bottom: 50px;
}
.footer4-section .footer-top ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer4-section .footer-top ul li .links {
  color: #2e2c2c;
  font-size: 16px;
}
.footer4-section .footer-top ul li .links:hover {
  color: #899603;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer4-section .footer-top .address {
  color: #2e2c2c;
  font-size: 16px;
  margin-bottom: 44px;
}
.footer4-section .footer-top .social-links li a {
  color: #2e2c2c;
  font-size: 16px;
}
.footer4-section .footer-top .social-links li a i {
  padding-right: 12px;
}
.footer4-section .footer-bottom .copyright::before {
  content: "";
  top: 13px;
  left: -377px;
  width: 762px;
  height: 1px;
  background-color: var(--theme-black);
  position: absolute;
}
.footer4-section .footer-bottom .copyright::after {
  content: "";
  top: 13px;
  right: -377px;
  width: 762px;
  height: 1px;
  background-color: var(--theme-black);
  position: absolute;
}

.footer6-section {
  background-color: #222223;
}
.footer6-section .footer-top {
  padding: 88px 0px 55px 0px;
}
.footer6-section .footer-top .logo {
  margin-bottom: 26px;
}
.footer6-section .footer-top .desc {
  color: #919191;
  font-size: 16px;
  padding-right: 50px;
}
.footer6-section .footer-top .useful-links.border-right::after {
  content: "";
  right: 16px;
  top: 0px;
  width: 1px;
  height: 200px;
  background-color: #505051;
  position: absolute;
}
.footer6-section .footer-top .useful-links li:not(:last-child) {
  margin-bottom: 30px;
}
.footer6-section .footer-top .useful-links li a:hover {
  color: #c92c37 !important;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer6-section .footer-top .mail {
  font-size: 30px;
  margin-bottom: 20px;
}
.footer6-section .footer-top .mail:hover {
  color: #c92c37 !important;
}
.footer6-section .footer-top .address {
  font-size: 15px;
  margin-bottom: 30px;
}
.footer6-section .footer-top .social-links li:not(:last-child) {
  margin-right: 15px;
}
.footer6-section .footer-top .social-links li a {
  width: 45px;
  height: 45px;
  color: #484747;
  font-size: 12px;
}
.footer6-section .footer-top .social-links li a:hover {
  color: var(--theme-white);
  background-color: #c92c37 !important;
}
.footer6-section .footer-bottom .copyright {
  padding-bottom: 30px;
}
.footer6-section .footer-bottom .copyright::before {
  content: "";
  top: 12px;
  left: 0px;
  width: 325px;
  height: 1px;
  background-color: #333335;
  position: absolute;
}
.footer6-section .footer-bottom .copyright::after {
  content: "";
  top: 12px;
  right: 0px;
  width: 325px;
  height: 1px;
  background-color: #333335;
  position: absolute;
}
.footer6-section .footer-bottom .copyright a {
  color: #c92c37;
}

.footer7-section {
  background-color: #f6f7ff;
}
.footer7-section .footer-top {
  padding: 88px 0px 55px 0px;
}
.footer7-section .footer-top .useful-links.border-right::after {
  content: "";
  top: 0px;
  right: 16px;
  width: 1px;
  height: 250px;
  background-color: #e1e4ff;
  position: absolute;
}
.footer7-section .footer-top .useful-links li:not(:last-child) {
  margin-bottom: 30px;
}
.footer7-section .footer-top .useful-links li a {
  color: #161819;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer7-section .footer-top .useful-links li a:hover {
  color: #e75363;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer7-section .footer-top .mail {
  color: #1f1f1f;
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer7-section .footer-top .mail:hover {
  color: #e75363;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer7-section .footer-top .address {
  color: #1f1f1f;
  font-size: 15px;
  margin-bottom: 30px;
}
.footer7-section .footer-top .social-links li:not(:last-child) {
  margin-right: 24px;
}
.footer7-section .footer-top .social-links li a {
  color: #010101;
  font-size: 16px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer7-section .footer-top .social-links li a:hover i {
  color: #e75363 !important;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.footer7-section .footer-top .social-links li a:hover i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer8-section {
  padding: 42px 0px 36px;
  background-color: #252324;
}
.footer8-section .content-wrapper .copyright-area {
  font-size: 16px;
}

.footer9-section {
  background-color: #141b23;
  z-index: 1;
}
.footer9-section::before {
  content: "";
  top: -130px;
  left: 0px;
  width: 100%;
  height: 135px;
  background-image: url("../images/shapes/footer-shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.footer9-section .top-content {
  z-index: 22;
}
.footer9-section .top-content .logo {
  padding-bottom: 55px;
}
.footer9-section .inner-content .desc {
  color: #7c7d94;
  margin-bottom: 30px;
}
.footer9-section .inner-content .number {
  font-size: 20px;
  margin-bottom: 35px;
}
.footer9-section .inner-content .social-links li:not(:last-child) {
  margin-right: 10px;
}
.footer9-section .inner-content .social-links li a {
  width: 40px;
  height: 40px;
}
.footer9-section .inner-content .social-links li a:hover {
  background-color: #545cf5 !important;
}
.footer9-section .inner-content .social-links li a:hover i {
  color: var(--theme-white);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.footer9-section .inner-content .social-links li a i {
  color: #0d1520;
  font-size: 16px;
}
.footer9-section .inner-content .useful-title {
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 38px;
}
.footer9-section .inner-content .useful-links li:not(:last-child) {
  margin-bottom: 18px;
}
.footer9-section .inner-content .useful-links li a {
  color: #7c7d94;
  font-size: 17px;
  line-height: 15px;
  font-weight: "Roboto", sans-serif;
  display: inline-block;
}
.footer9-section .inner-content .useful-links li a:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.footer9-section .inner-content .app-area li:not(:last-child) {
  margin-bottom: 7px;
}
.footer9-section .copyright-area {
  padding: 30px 0px 25px;
  background-color: #0d1520;
}
.footer9-section .copyright-text .copyright {
  color: #707070;
  font-size: 16px;
}
.footer9-section .copyright-text .user {
  color: #707070;
  font-size: 16px;
}
.footer9-section .copyright-text .user > a {
  color: #e946a1;
}

.back-to-bottom {
  bottom: 30px;
  left: 50%;
  font-size: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: arrowAnimation 1s infinite;
          animation: arrowAnimation 1s infinite;
}

.color-title {
  color: #183153;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 63px;
}
.color-title::before {
  content: "";
  bottom: -20px;
  left: 0px;
  width: 244px;
  height: 1px;
  background-color: #e6007e;
  position: absolute;
  z-index: 222;
}
.color-title::after {
  content: "";
  bottom: -20px;
  left: 0px;
  width: 370px;
  height: 1px;
  background-color: #c2ccda;
  position: absolute;
  z-index: 1;
}
.color-title .color {
  color: #e6007e;
}

.google-map-area .gmap-content {
  width: 100%;
  height: auto;
}
.google-map-area .gmap-content iframe {
  width: 100%;
  height: 500px;
}
.google-map-area .thumb {
  width: 100%;
  height: 500px;
}
.google-map-area img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-section .header-area-wrap {
  padding-bottom: 80px;
  background-color: #f7f4f4;
}
.header-section .header-area-wrap .top-content {
  padding-top: 39px;
  padding-bottom: 20px;
}
.header-section .header-area-wrap .top-content .menu-offcanvas i {
  font-size: 25px;
}

.hero-content .subtitle {
  color: #3a3c48;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 27px;
  padding-left: 25px;
}
.hero-content .subtitle::before {
  content: "";
  top: 3px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-color: #86868d;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.hero-content .subtitle::after {
  content: "";
  top: 9px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #565762;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
}
.hero-content .title {
  color: #000000;
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 36px;
}
.hero-content .desc {
  color: #505050;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 60px;
}

.header2-section {
  background-color: var(--theme-black);
}
.header2-section .header2-top-content {
  padding-top: 54px;
}
.header2-section .header2-top-content .social-menu-content .social-links {
  margin-right: 64px;
}
.header2-section .header2-top-content .social-menu-content .social-links a {
  color: var(--theme-icon_color);
  font-size: 20px;
}
.header2-section .header2-top-content .social-menu-content .social-links a:hover {
  color: #fa4729;
}
.header2-section .header2-top-content .social-menu-content .social-links a:hover i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.header2-section .header2-top-content .social-menu-content .social-links a:not(:last-child) {
  margin-right: 30px;
}
.header2-section .header2-top-content .social-menu-content .menubar-icon a {
  color: var(--theme-icon_color);
  font-size: 30px;
}
.header2-section .header2-top-content .social-menu-content .menubar-icon a:hover {
  color: #fa4729;
}

.header3-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header4-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header4-section::after {
  content: "";
  top: 133px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #292a29;
  position: absolute;
}
.header4-section::before {
  content: "";
  top: 133px;
  right: 0px;
  width: 1010px;
  height: 2px;
  background-color: #eaff00;
  position: absolute;
}
.header4-section .social-links li a:hover {
  color: #eaff00 !important;
}

.header5-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header5-section.move-header5-height {
  width: 100%;
  height: 1080px;
  overflow: hidden;
}
.header5-section .right-extra {
  position: relative;
  z-index: 33;
}
.header5-section .header5-top-content {
  padding-top: 45px;
}
.header5-section .header5-top-content .right-extra .showcase {
  font-size: 15px;
  padding-right: 58px;
}
.header5-section .header5-top-content .right-extra .showcase span {
  width: 40px;
  height: 40px;
  color: #121212;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  margin-left: 13px;
}
.header5-section .header5-top-content .right-extra .menu-icon a i {
  font-size: 25px;
}
.header5-section .header5-top-content .right-extra.icon-style2 .showcase span {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content .right-extra.icon-style2 .showcase span:hover {
  background-color: #de295e !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content .right-extra.icon-style2 .menu-icon a:hover i {
  color: #de295e;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content .right-extra.icon-style2 .menu-icon a i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content.header8-top-content-style .showcase {
  font-size: 15px;
  padding-right: 58px;
}
.header5-section .header5-top-content.header8-top-content-style .showcase:hover span {
  color: var(--theme-white);
  background-color: #f6bd25 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content.header8-top-content-style .showcase span {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content.header8-top-content-style .menu-icon a:hover i {
  color: #f6bd25;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-top-content.header8-top-content-style .menu-icon a i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header5-section .header5-bottom-content {
  padding-bottom: 45px;
  z-index: 3;
  position: relative;
}
.header5-section .header5-bottom-content .copyright {
  color: #0e0d0d;
  font-size: 16px;
}
.header5-section .header5-bottom-content .useful-text .mail {
  color: #161819;
  font-size: 16px;
  margin-right: 56px;
}
.header5-section .header5-bottom-content .useful-text i {
  color: #de295e;
  padding-right: 10px;
}

.header6-section .header6-top-content {
  padding-top: 45px;
}
.header6-section .header6-top-content .menu-icon a:hover i {
  color: #f82c29;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header6-section .header6-top-content .menu-icon a i {
  font-size: 25px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.header7-section .header7-top-content {
  padding-top: 45px;
}
.header7-section .header7-top-content .menu-icon a {
  width: 76px;
  height: 76px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#c33668), to(#e9be4d));
  background: linear-gradient(to right, #c33668, #e9be4d);
}
.header7-section .header7-top-content .menu-icon a i {
  font-size: 25px;
}
.header7-section .menu-item-links {
  top: 50%;
  left: 105px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 333;
}
.header7-section .menu-item-links .nav-link {
  font-size: 21px;
  padding: 16px 20px;
  border: 2px solid;
  border-color: #f2f2f2;
  display: inline-block;
  border-radius: 5px;
}
.header7-section .menu-item-links .nav-link.active {
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, right top, from(#c33668), to(#e9be4d)) !important;
  background: linear-gradient(to right, #c33668, #e9be4d) !important;
}
.header7-section .menu-item-links .nav-link:not(:last-child) {
  margin-bottom: 10px;
}

.header9-section {
  background: -webkit-gradient(linear, left top, right bottom, from(#fd5960), to(#101783));
  background: linear-gradient(to bottom right, #fd5960, #101783);
  padding: 67px 0px 120px 0px;
}
.header9-section .header9-top-content .right-extra .social-links {
  margin-right: 44px;
}
.header9-section .header9-top-content .right-extra .social-links li:not(:last-child) {
  margin-right: 10px;
}
.header9-section .header9-top-content .right-extra .social-links li a {
  width: 40px;
  height: 40px;
}
.header9-section .header9-top-content .right-extra .social-links li a:hover {
  background-color: #545cf5 !important;
}
.header9-section .header9-top-content .right-extra .social-links li a:hover i {
  color: var(--theme-white);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header9-section .header9-top-content .right-extra .social-links li a i {
  color: #0d1520;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header9-section .header9-top-content .right-extra .menu-icon a:hover i {
  color: #545cf5;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header9-section .header9-top-content .right-extra .menu-icon a i {
  font-size: 25px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header9-section .inner-content {
  padding-top: 140px;
}
.header9-section .inner-content .top-content {
  margin-bottom: 120px;
  z-index: 2;
}
.header9-section .inner-content .top-content .subtitle {
  margin-bottom: 48px;
}
.header9-section .inner-content .top-content .title {
  font-size: 80px;
  margin-bottom: 42px;
}
.header9-section .inner-content .top-content .title::after {
  content: "Modern";
  top: -25px;
  left: 50%;
  color: #d3546c;
  font-size: 175px;
  font-weight: 900;
  text-transform: capitalize;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}
.header9-section .inner-content .top-content .desc {
  font-size: 18px;
}
.header9-section .inner-content .about-content {
  width: 100%;
  height: 592px;
  background-color: #f3f3f3;
  border-radius: 300px;
  margin-bottom: 124px;
}
.header9-section .inner-content .about-content .text-content {
  margin-top: 175px;
  z-index: 2;
}
.header9-section .inner-content .about-content .text-content .subtitle {
  color: #131313;
  font-size: 14px;
  margin-bottom: 32px;
}
.header9-section .inner-content .about-content .text-content .title {
  font-size: 68px;
  margin-bottom: 20px;
  z-index: 222;
}
.header9-section .inner-content .about-content .text-content .desc {
  color: #6a6a6a;
  font-size: 18px;
  padding-right: 145px;
}
.header9-section .inner-content .about-content .text-content .shadow-text {
  content: "";
  top: -110px;
  right: 84px;
  width: 485px;
  color: #dcdcdc;
  font-size: 175px;
  line-height: 100px;
  opacity: 0.5;
  z-index: 1;
}
.header9-section .inner-content .service-content .text-content {
  margin-bottom: 110px;
}
.header9-section .inner-content .service-content .text-content .subtitle {
  font-size: 14px;
  margin-bottom: 19px;
  font-family: "Roboto", sans-serif;
}
.header9-section .inner-content .service-content .text-content .title {
  font-size: 55px;
}
.header9-section .inner-content .service-content .item-content .item .thumb {
  margin-bottom: 28px;
}
.header9-section .inner-content .service-content .item-content .item .text .subtitle {
  color: #ea4e40;
  font-size: 14px;
}
.header9-section .inner-content .service-content .item-content .item .text .title {
  font-size: 30px;
  margin-bottom: 24px;
}
.header9-section .inner-content .service-content .item-content .item .text .desc {
  color: #d7d7d7;
  font-size: 18px;
}
.header9-section .inner-content .service-content .item-content .item .text .links {
  width: 45px;
  height: 45px;
  background-color: #2e39b3;
}
.header9-section .inner-content .service-content .item-content .item .text .links:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header9-section .inner-content .service-content .item-content .item .text .links i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header9-section .inner-content .service-content .service-shape {
  top: -42px;
  right: 105px;
}
.header9-section .header-shape .left-center {
  top: 40%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.header9-section .header-shape .right-top {
  top: -96px;
  right: -344px;
  z-index: 1;
  pointer-events: none;
}
.header9-section .header-shape .right-top2 {
  top: 498px;
  right: 148px;
  z-index: 1;
  pointer-events: none;
}

.header10-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.header10-section .top-content-wrapper {
  padding: 0 40px;
  margin: auto;
}
.header10-section .top-content-wrapper .top-content {
  padding-top: 45px;
  z-index: 22;
}
.header10-section .top-content-wrapper .top-content .menu-icon a:hover i {
  color: #fa4729;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header10-section .top-content-wrapper .top-content .menu-icon a i {
  font-size: 30px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.header12-section {
  padding: 235px 0px 165px;
  margin-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 22;
}
.header12-section::after {
  content: "";
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #0f0d0d;
  position: absolute;
  opacity: 0.3;
  z-index: -1;
}
.header12-section .navbar-menu {
  top: 38px;
  left: 0px;
  right: 0px;
  z-index: 99;
  max-width: 100%;
  height: auto;
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.header12-section .navbar-menu.sticky {
  top: 0px;
  padding: 15px 0px;
  position: fixed !important;
  background-color: var(--theme-white);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 33;
}
.header12-section .navbar-menu.sticky .nav-item .nav-link {
  color: #cd32b3 !important;
}
.header12-section .navbar-menu.sticky .menu-icon a {
  padding: 16px 30px;
  background-color: #f04a9d;
  border-radius: 50px;
}
.header12-section .navbar-menu .navbar-menu-item {
  padding-right: 147px;
}
.header12-section .navbar-menu .nav-item:not(:last-child) {
  padding-right: 45px;
}
.header12-section .navbar-menu .nav-item .nav-link {
  font-size: 17px;
}
.header12-section .navbar-menu .nav-item .nav-link:hover {
  color: #f34c9b !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header12-section .navbar-menu .nav-item .nav-link:hover::before {
  top: -10px;
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header12-section .navbar-menu .nav-item .nav-link:hover::after {
  bottom: -10px;
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header12-section .navbar-menu .nav-item .nav-link::before {
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f64e99), to(#ab1cc9));
  background: linear-gradient(#f64e99, #ab1cc9);
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.header12-section .navbar-menu .nav-item .nav-link::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f64e99), to(#ab1cc9));
  background: linear-gradient(#f64e99, #ab1cc9);
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.header12-section .right-content .purple-gradient-btn {
  margin-right: 30px;
}
.header12-section .right-content .menu-icon a {
  padding: 16px 30px;
  border-radius: 50px;
}

.header13-section {
  padding: 115px 102px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header13-section .top-content {
  top: 20px;
  left: 0px;
  right: 0px;
  max-width: 100%;
  height: auto;
  z-index: 99;
}
.header13-section .top-content .useful-text li {
  font-size: 16px;
}
.header13-section .top-content .useful-text li:not(:last-child) {
  margin-right: 60px;
}
.header13-section .top-content .useful-text li i {
  width: 40px;
  height: 40px;
  font-size: 17px;
  margin-right: 10px;
  background-color: #af1fc6;
}
.header13-section .top-content .social-area .social-links li:not(:last-child) {
  margin-right: 10px;
}
.header13-section .top-content .social-area .social-links li a {
  width: 40px;
  height: 40px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header13-section .top-content .social-area .social-links li a:hover {
  background-color: #af1fc6 !important;
}
.header13-section .top-content .social-area .social-links li a:hover i {
  color: var(--theme-white) !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.header13-section .top-content .social-area .social-links li a i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header13-section .navbar-menu {
  top: 80px;
  left: 0px;
  right: 0px;
  z-index: 99;
  max-width: 100%;
  height: auto;
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.header13-section .navbar-menu.sticky {
  top: 0px;
  padding: 0px;
  position: fixed !important;
  background-color: var(--theme-white);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 33;
}
.header13-section .navbar-menu.sticky .nav-item .nav-link {
  color: #af1fc6 !important;
}
.header13-section .navbar-menu.sticky .menu-icon a {
  padding: 16px 30px;
  background-color: #af1fc6;
  border-radius: 50px;
}
.header13-section .navbar-menu .navbar-menu-wrapper {
  padding: 25px 40px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.header13-section .navbar-menu .navbar-menu-wrapper .custom-btn {
  background-color: #af1fc6;
}
.header13-section .navbar-menu .navbar-menu-wrapper .custom-btn:hover::before {
  background-color: #8e05a3;
}
.header13-section .navbar-menu .navbar-menu-item {
  padding-left: 108px;
}
.header13-section .navbar-menu .nav-item:not(:last-child) {
  padding-right: 53px;
}
.header13-section .navbar-menu .nav-item:not(:last-child)::after {
  content: "";
  top: 50%;
  right: 25px;
  width: 4px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #282331;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header13-section .navbar-menu .nav-item .nav-link {
  color: #282331;
  font-size: 18px;
  line-height: 20px;
}
.header13-section .navbar-menu .nav-item .nav-link:hover {
  color: #af1fc6 !important;
}
.header13-section .navbar-menu .nav-item .nav-link:hover::before {
  width: 21px;
  opacity: 1;
}
.header13-section .navbar-menu .nav-item .nav-link:hover::after {
  width: 36px;
  opacity: 1;
}
.header13-section .navbar-menu .nav-item .nav-link::before {
  content: "";
  bottom: -15px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: #af1fc6;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.header13-section .navbar-menu .nav-item .nav-link::after {
  content: "";
  bottom: -15px;
  left: 28px;
  width: 0px;
  height: 3px;
  background-color: #af1fc6;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}

.hero3-section-area {
  padding: 240px 0px;
}
.hero3-section-area::after {
  content: "";
  bottom: 22px;
  left: 85px;
  width: 2px;
  height: 323px;
  background-color: var(--theme-white);
  position: absolute;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  z-index: 333;
}
.hero3-section-area .inner-content::before {
  content: "";
  top: 62px;
  right: 81px;
  width: 2px;
  height: 195px;
  background-color: var(--theme-white);
  position: absolute;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  z-index: 333;
}
.hero3-section-area .inner-content::after {
  content: "";
  bottom: -208px;
  right: 267px;
  width: 2px;
  height: 195px;
  background-color: #e62b4a;
  position: absolute;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  z-index: 333;
}
.hero3-section-area .inner-content .title {
  font-size: 80px;
  margin-bottom: 17px;
}
.hero3-section-area .inner-content .title span {
  color: #fa4729 !important;
}
.hero3-section-area .inner-content .desc {
  color: #d5d5d5;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 0px 190px;
  margin-bottom: 48px;
}
.hero3-section-area .inner-content .hero-btn {
  z-index: 1;
}
.hero3-section-area .inner-content .hero-btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #df2c0c;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero3-section-area .inner-content .hero-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.hero4-section-area {
  padding: 325px 0px 235px 0px;
}
.hero4-section-area .inner-content .title {
  font-size: 85px;
  margin-bottom: 25px;
}
.hero4-section-area .inner-content .title span {
  color: #eaff00 !important;
}
.hero4-section-area .inner-content .desc {
  color: #d5d5d5;
  font-size: 18px;
  margin-bottom: 68px;
}

.hero5-section {
  padding: 170px 0px 125px 0px;
}
.hero5-section .inner-content {
  z-index: 222;
}
.hero5-section .inner-content .subtitle {
  color: #282626;
  font-size: 13px;
  padding: 15px 28px;
  margin-bottom: 30px;
  background-color: #e7e7e7;
}
.hero5-section .inner-content .title {
  color: #141b23;
  font-size: 75px;
  margin-bottom: 22px;
}
.hero5-section .inner-content .title span {
  color: #de295e;
}
.hero5-section .inner-content .desc {
  color: #141b23;
  font-size: 18px;
  margin-bottom: 60px;
}
.hero5-section .inner-content .hero5-btn span {
  font-size: 16px;
  z-index: 999999;
  padding-left: 40px;
}
.hero5-section .inner-content .hero5-btn span i {
  color: #141b23;
  padding-left: 46px;
}
.hero5-section .inner-content .hero5-btn::before {
  content: "";
  top: -20px;
  left: 0px;
  width: 179px;
  height: 64px;
  position: absolute;
  background-image: url(../images/shapes/button-shape2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 333;
}
.hero5-section .inner-content .hero5-btn::after {
  content: "";
  top: -19px;
  left: 32px;
  width: 192px;
  height: 63px;
  background-color: var(--theme-white);
  position: absolute;
  border-radius: 50px;
  z-index: 1;
}
.hero5-section .inner-content .service-list .item:not(:last-child) {
  margin-bottom: 90px;
}
.hero5-section .inner-content .service-list .item .links {
  font-size: 40px;
}
.hero5-section .inner-content .service-list .item .links::after {
  content: "";
  top: 41px;
  right: -7px;
  width: 5px;
  height: 5px;
  background-color: #f6bd25;
  position: absolute;
  border-radius: 100%;
}
.hero5-section .inner-content .service-list .item .links.active {
  color: #f6bd25 !important;
  padding-left: 38px;
}
.hero5-section .inner-content .service-list .item .links.active::before {
  content: "";
  top: 17px;
  left: 0px;
  width: 2px;
  height: 60px;
  background-color: #f6bd25;
  position: absolute;
}
.hero5-section .inner-content .service-list .item .links.active::after {
  content: "";
  top: 78px;
  left: 0px;
  width: 418px;
  height: 2px;
  background-color: #f6bd25;
  position: absolute;
}
.hero5-section .inner-content .service-list .item .links.active + .sub-item-content {
  top: 20px;
  right: -290px;
  padding: 17px 34px;
  background-color: #f6bd25;
}
.hero5-section .inner-content .service-list .item .links.active + .sub-item-content .sub-item:not(:last-child) {
  margin-right: 23px;
}
.hero5-section .inner-content .service-list .item .links.active + .sub-item-content .sub-item .sub-links {
  color: #121212;
  font-size: 18px !important;
}
.hero5-section .inner-content .service-list .item .links.active + .sub-item-content .sub-item .sub-links.active {
  text-decoration: underline;
}
.hero5-section .move-slide-content {
  top: -445px;
  right: 404px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}
.hero5-section .move-slide-content .move-thumb {
  width: 470px;
  height: 570px;
  -webkit-animation: moveVertical 5s infinite alternate;
          animation: moveVertical 5s infinite alternate;
}
.hero5-section .move-slide-content .move-thumb:not(:last-child) {
  margin-bottom: 105px;
}
.hero5-section .move-slide-content .move-thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero5-section .move-slide-content .move-thumb .number {
  top: -61px;
  right: -61px;
  color: #de295e;
  font-size: 90px;
  font-family: "Inter", sans-serif;
}
.hero5-section .thumb {
  width: 540px;
  height: 689px;
  overflow: hidden;
}
.hero5-section .thumb img {
  width: 100%;
  height: 100%;
}
.hero5-section .social-links {
  bottom: 40px;
  left: 60px;
}
.hero5-section .social-links li:not(:last-child) {
  margin-bottom: 20px;
}
.hero5-section .social-links li .links {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero5-section .social-links li .links:hover i {
  color: #f6bd25 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero5-section .vertical-text {
  bottom: 120px;
  right: 98px;
}
.hero5-section .vertical-text a {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hero5-section .vertical-text a::after {
  content: "";
  top: -8px;
  right: 67px;
  width: 2px;
  height: 50px;
  background-color: var(--theme-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.hero5-section .vertical-text a span {
  padding-left: 97px;
}

.hero6-section {
  padding: 175px 0px 133px 0px;
}
.hero6-section .inner-content {
  padding-left: 68px;
}
.hero6-section .inner-content .title {
  color: #051133;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 39px;
}
.hero6-section .inner-content .desc {
  font-size: 18px;
  margin-bottom: 50px;
}
.hero6-section .inner-content .hero-btn {
  background: -webkit-gradient(linear, left top, right top, from(#eb3251), to(#f82c29));
  background: linear-gradient(to right, #eb3251, #f82c29);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero6-section .inner-content .hero-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#f82c29), to(#eb3251));
  background: linear-gradient(to right, #f82c29, #eb3251);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero6-section .news-text {
  top: 94px;
  right: 150px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.hero6-section .top-shape {
  top: 148px;
  right: 217px;
}
.hero6-section .social-links {
  bottom: 50px;
  right: 56px;
}
.hero6-section .social-links li:not(:last-child) {
  margin-bottom: 15px;
}
.hero6-section .social-links li a {
  width: 45px;
  height: 45px;
  color: #484747;
  font-size: 12px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero6-section .social-links li a:hover {
  color: var(--theme-white);
  background: -webkit-gradient(linear, left top, right top, from(#eb3251), to(#f82c29)) !important;
  background: linear-gradient(to right, #eb3251, #f82c29) !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.hero7-section {
  padding: 100px 0px 105px 0px;
}
.hero7-section .inner-content {
  padding-left: 68px;
}
.hero7-section .inner-content .subtitle {
  font-size: 15px;
  background: -webkit-linear-gradient(#c33768, #e9bd4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 222;
}
.hero7-section .inner-content .subtitle::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 98px;
  height: 11px;
  background-color: #f6f1f1;
  position: absolute;
  z-index: -1;
}
.hero7-section .inner-content .title {
  font-size: 75px;
  margin: 25px 0px;
}
.hero7-section .inner-content .desc {
  color: #565656;
  font-size: 18px;
  margin-bottom: 47px;
}
.hero7-section .inner-content .hero-btn {
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#c33668), to(#e9be4d));
  background: linear-gradient(to right, #c33668, #e9be4d);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.hero7-section .inner-content .hero-btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero7-section .inner-content .hero-btn:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #e9be4d;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero7-section .inner-content .hero-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}
.hero7-section .top-shape {
  top: -2px;
  right: 455px;
}
.hero7-section .left-shape {
  bottom: 0px;
  left: 145px;
}
.hero7-section .right-shape {
  bottom: 84px;
  right: 145px;
}

.hero8-section {
  padding: 170px 0px 125px 0px;
}
.hero8-section .inner-content .service-list .item {
  z-index: 222;
}
.hero8-section .inner-content .service-list .item:hover .links {
  color: #f6bd25 !important;
  padding-left: 38px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .inner-content .service-list .item:hover::before {
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .inner-content .service-list .item:hover::after {
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .inner-content .service-list .item:hover .sub-item-content {
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .inner-content .service-list .item:not(:last-child) {
  margin-bottom: 70px;
}
.hero8-section .inner-content .service-list .item::before {
  content: "";
  top: 18px;
  left: 0px;
  width: 2px;
  height: 60px;
  background-color: #f6bd25;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.hero8-section .inner-content .service-list .item::after {
  content: "";
  top: 78px;
  left: 0px;
  width: 418px;
  height: 2px;
  background-color: #f6bd25;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.hero8-section .inner-content .service-list .item .sub-item-content {
  top: 16px;
  right: -290px;
  padding: 17px 34px;
  background-color: #f6bd25;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.hero8-section .inner-content .service-list .item .sub-item-content .sub-item:not(:last-child) {
  margin-right: 23px;
}
.hero8-section .inner-content .service-list .item .sub-item-content .sub-item .sub-links {
  color: #121212;
  font-size: 18px !important;
}
.hero8-section .inner-content .service-list .item .sub-item-content .sub-item .sub-links.active {
  text-decoration: underline;
}
.hero8-section .inner-content .service-list .item .links {
  font-size: 40px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .inner-content .service-list .item .links::after {
  content: "";
  top: 41px;
  right: -7px;
  width: 5px;
  height: 5px;
  background-color: #f6bd25;
  position: absolute;
  border-radius: 100%;
}
.hero8-section .thumb {
  width: 540px;
  height: 689px;
  overflow: hidden;
}
.hero8-section .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero8-section .social-links {
  bottom: 40px;
  left: 60px;
}
.hero8-section .social-links li:not(:last-child) {
  margin-bottom: 20px;
}
.hero8-section .social-links li .links {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .social-links li .links:hover i {
  color: #f6bd25 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.hero8-section .social-links li .links i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero8-section .vertical-text {
  bottom: 120px;
  right: 98px;
}
.hero8-section .vertical-text a {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hero8-section .vertical-text a:hover {
  color: #f6bd25 !important;
}
.hero8-section .vertical-text a:hover::after {
  background-color: #f6bd25;
}
.hero8-section .vertical-text a::after {
  content: "";
  top: -8px;
  right: 67px;
  width: 2px;
  height: 50px;
  background-color: var(--theme-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}
.hero8-section .vertical-text a span {
  padding-left: 97px;
}

.about-me-hero-content .text-area .title {
  font-size: 90px;
  margin-bottom: 40px;
}
.about-me-hero-content .text-area .subtitle {
  color: #fa4729;
  font-size: 17px;
  margin-bottom: 25px;
}
.about-me-hero-content .text-area .subtitle::after {
  content: "";
  top: 14px;
  right: -90px;
  width: 52px;
  height: 2px;
  background-color: #fa4729;
  position: absolute;
}
.about-me-hero-content .text-area h6 {
  font-size: 30px;
  margin-bottom: 24px;
}
.about-me-hero-content .text-area .desc {
  color: #8b8b8b;
  font-size: 18px;
  margin-bottom: 52px;
}
.about-me-hero-content .text-area a {
  font-size: 15.5px;
  padding: 23px 53px;
  background-color: #fa4729;
  z-index: 1;
}
.about-me-hero-content .text-area a:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #df2c0c;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-me-hero-content .text-area a::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}
.about-me-hero-content .author-area .progress-bar-content {
  bottom: 59px;
  right: -151px;
  width: 515px;
  height: 224px;
  padding: 42px 60px;
  border-radius: 0px 50px 50px 100px;
}
.about-me-hero-content .author-area .progress-bar-content::before {
  content: "";
  top: -12px;
  left: -12px;
  width: 8px;
  height: 8px;
  background-color: #fa4729;
  position: absolute;
}
.about-me-hero-content .author-area .progress-bar-content::after {
  content: "";
  top: -25px;
  left: -25px;
  width: 12px;
  height: 12px;
  background-color: #fa4729;
  position: absolute;
}
.about-me-hero-content .author-area .progress-bar-content .progress-text li {
  color: #1c1c1c;
  font-size: 15px;
}
.about-me-hero-content .author-area .progress-bar-content .progress-text li:not(:last-child) {
  margin-bottom: 10px;
}
.about-me-hero-content .author-area .progress-bar-content .progress-text li i {
  width: 30px;
  height: 30px;
  color: #fd4544;
  font-size: 14px;
  background-color: #f5f9fa;
  margin-right: 12px;
}
.about-me-hero-content .author-area .progress-bar-content .progress-bar-area li:not(:last-child) {
  margin-bottom: 32px;
}
.about-me-hero-content .author-area .progress-bar-content .progress-bar-area li .progress {
  height: 11px;
  background-color: #ececec;
}
.about-me-hero-content .author-area .progress-bar-content .progress-bar-area li .progress .progress-bar {
  background-color: #fa4729;
}

.grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}

.mix img {
  padding: 15px;
}

.hero11-right-content {
  padding-top: 50px;
  padding-left: 150px;
  padding-right: 100px;
  width: -webkit-fill-available;
}
.hero11-right-content .top-content {
  margin-bottom: 63px;
}
.hero11-right-content .top-content .social-links {
  margin-right: 83px;
}
.hero11-right-content .top-content .social-links li:not(:last-child) {
  margin-right: 20px;
}
.hero11-right-content .top-content .gradient-btn2 {
  font-size: 13px;
  padding: 18px 50px;
}
.hero11-right-content .home-tab-content .thumb .top-shape {
  top: 0px;
  left: -21px;
}
.hero11-right-content .home-tab-content .thumb .bottom-shape {
  bottom: 18px;
  left: -97px;
}
.hero11-right-content .home-tab-content .content-text .number {
  color: #e6e6e6;
  font-size: 171px;
  line-height: 120px;
  margin-bottom: 40px;
}
.hero11-right-content .home-tab-content .content-text .title {
  font-size: 80px;
  line-height: 98px;
  margin-bottom: 40px;
}
.hero11-right-content .home-tab-content .content-text .title span {
  background: -webkit-linear-gradient(#f8abd1, #ab1bc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero11-right-content .home-tab-content .content-text .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
}
.hero11-right-content .home-tab-content .content-text .list li {
  color: #225469;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.hero11-right-content .home-tab-content .content-text .list li i {
  padding-right: 10px;
  background: -webkit-linear-gradient(#a8a2f4, #847ae3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero11-right-content .home-tab-content .content-text .project-btn {
  padding: 22px 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f04a9d), to(#9e14cf));
  background: linear-gradient(#f04a9d, #9e14cf);
}
.hero11-right-content .home-tab-content .content-text .project-btn:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.hero11-right-content .home-tab-content .content-text .project-btn i {
  padding-left: 15px;
}
.hero11-right-content .home-tab-content .content-text .right-shape {
  top: 0px;
  right: -75px;
}
.hero11-right-content .home-tab-content .content-text .bottom-bg-shape {
  width: 1700px;
  width: 892px;
  bottom: -100px;
  right: 0px;
}
.hero11-right-content .services-tab-content .top-content .subtitle {
  font-size: 15px;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#f14b9c, #9d12d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero11-right-content .services-tab-content .top-content .title {
  color: #082d3d;
  font-size: 50px;
}
.hero11-right-content .services-tab-content .inner-content {
  margin-bottom: 30px;
}
.hero11-right-content .services-tab-content .inner-content .item-box {
  padding: 50px 60px;
  -webkit-box-shadow: 0px 16px 62px 0px rgba(230, 230, 230, 0.54);
          box-shadow: 0px 16px 62px 0px rgba(230, 230, 230, 0.54);
}
.hero11-right-content .services-tab-content .inner-content .item-box .text {
  padding-left: 35px;
}
.hero11-right-content .services-tab-content .inner-content .item-box .text .title {
  color: #082d3d;
  font-size: 23px;
  margin-bottom: 12px;
}
.hero11-right-content .services-tab-content .inner-content .item-box .text .desc {
  font-size: 16px;
}
.hero11-right-content .services-tab-content .inner-content .right-shape {
  top: 50%;
  right: -155px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero11-right-content .portfolio-tab-content .content-item .top-content #portfolio-filters .fil-btn {
  color: #444444;
  font-size: 17px;
  background-color: transparent;
}
.hero11-right-content .portfolio-tab-content .content-item .top-content #portfolio-filters .fil-btn:not(:last-child) {
  margin-right: 45px;
}
.hero11-right-content .portfolio-tab-content .content-item .top-content #portfolio-filters .fil-btn:not(:last-child)::after {
  content: "";
  top: 50%;
  right: -27px;
  width: 5px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #5d5d5d;
  position: absolute;
}
.hero11-right-content .portfolio-tab-content .content-item .top-content .link {
  font-size: 17px;
  background: -webkit-linear-gradient(#f34c9b, #b422c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero11-right-content .portfolio-tab-content .content-item .top-content .link::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #c36ce2;
  position: absolute;
}
.hero11-right-content .portfolio-tab-content .content-item .bottom-content #portfolio {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}
.hero11-right-content .portfolio-tab-content .content-item .bottom-content #portfolio .item {
  z-index: 222;
}
.hero11-right-content .portfolio-tab-content .content-item .bottom-content #portfolio .tile {
  display: none;
}
.hero11-right-content .portfolio-tab-content .content-item .bottom-content #portfolio .tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.hero11-right-content .portfolio-tab-content .content-item .bottom-content #portfolio .scale-anm {
  margin: 0 0 2rem;
  width: 100%;
}
.hero11-right-content .about-tab-content .content-item .thumb .left-top-shape {
  top: 150px;
  left: -109px;
}
.hero11-right-content .about-tab-content .content-item .thumb .left-bottom-shape {
  bottom: 40px;
  left: -36px;
}
.hero11-right-content .about-tab-content .content-item .thumb .right-top-shape {
  top: 20px;
  right: -36px;
}
.hero11-right-content .about-tab-content .content-item .thumb .right-bottom-shape {
  bottom: 85px;
  right: -36px;
}
.hero11-right-content .about-tab-content .content-item .content-area .subtitle {
  background: -webkit-linear-gradient(#f04a9d, #9e13d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 28px;
}
.hero11-right-content .about-tab-content .content-item .content-area .title {
  font-size: 55px;
  line-height: 64px;
  margin-bottom: 25px;
}
.hero11-right-content .about-tab-content .content-item .content-area .desc {
  margin-bottom: 50px;
}
.hero11-right-content .about-tab-content .content-item .list .experience-content .number {
  font-size: 110px;
  line-height: 100px;
  background: -webkit-linear-gradient(#ee499e, #9f14d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero11-right-content .about-tab-content .content-item .list .experience-content .text {
  font-size: 28px;
}
.hero11-right-content .about-tab-content .content-item .list .list-item {
  margin-bottom: 40px;
}
.hero11-right-content .about-tab-content .content-item .list .list-item li {
  color: #382c4d;
  font-size: 20px;
}
.hero11-right-content .about-tab-content .content-item .list .list-item li:not(:last-child) {
  margin-bottom: 20px;
}
.hero11-right-content .about-tab-content .content-item .list .list-item li i {
  padding-right: 12px;
  background: -webkit-linear-gradient(#f14a9c, #a015cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero11-right-content .about-tab-content .content-item .list a {
  font-size: 15px;
  padding: 25px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f04a9d), to(#9d13d0));
  background: linear-gradient(#f04a9d, #9d13d0);
}
.hero11-right-content .blog-tab-content .content-item {
  background-color: #f9f9f9;
}
.hero11-right-content .blog-tab-content .content-item:not(:last-child) {
  margin-bottom: 33px;
}
.hero11-right-content .blog-tab-content .content-text {
  padding-left: 85px;
}
.hero11-right-content .blog-tab-content .content-text .title {
  font-size: 36px;
  margin-bottom: 20px;
}
.hero11-right-content .blog-tab-content .content-text .author-content .text {
  color: #a4a8b0;
  padding-left: 9px;
  font-weight: "Roboto", sans-serif;
}
.hero11-right-content .blog-tab-content .content-text .author-content .text .name,
.hero11-right-content .blog-tab-content .content-text .author-content .text .date {
  font-size: 14px;
}
.hero11-right-content .btn-text {
  margin-top: 35px;
}
.hero11-right-content .btn-text .gradient-btn2 {
  padding: 23px 50px;
}

.hero9-section .content-text .title {
  font-size: 75px;
  line-height: 85px;
  margin-bottom: 20px;
}
.hero9-section .content-text .title > span {
  color: #cd32b3;
}
.hero9-section .content-text .desc {
  margin-bottom: 60px;
}

.hero10-section {
  padding: 250px 0px 170px;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-section-wrapper {
  padding-top: 190px;
  padding-bottom: 154px;
}

.partner-logo-content img:not(:last-child) {
  margin-bottom: 190px;
}

.middle-content {
  width: 615px;
  height: 615px;
  border: 3px solid;
  border-color: var(--theme-black);
}
.middle-content .title {
  font-size: 50px;
  font-family: "Inter", sans-serif;
}
.middle-content .desc {
  color: #605671;
  font-size: 18px;
  padding: 0px 115px;
}

.recent-work {
  padding: 178px 0px;
  background-color: #121212;
  z-index: 222;
}
.recent-work::after {
  content: "";
  bottom: 137px;
  right: 41%;
  width: 435px;
  height: 435px;
  border-radius: 100%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #282a10;
  position: absolute;
  z-index: -1;
}
.recent-work .recent-nav-content .subtitle {
  color: #969696;
  font-size: 16px;
  margin-bottom: 65px;
}
.recent-work .recent-nav-content .nav .nav-link {
  color: #d2d2d2;
  font-size: 36px;
  background-color: transparent;
}
.recent-work .recent-nav-content .nav .nav-link.active {
  color: #eaff00;
  text-decoration: underline;
  position: relative;
  padding-left: 64px !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.recent-work .recent-nav-content .nav .nav-link.active::before {
  content: "";
  top: 5px;
  left: 0px;
  font-size: 43px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.recent-work .recent-nav-content .view-btn {
  color: #cddf02;
  font-size: 14px;
  margin-top: 56px;
  letter-spacing: 5px;
}
.recent-work .recent-nav-content .view-btn:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.recent-work .recent-nav-content .view-btn img {
  padding-left: 23px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.recent-work .recent-inner-content img {
  z-index: 222;
}

.influencer-header .fixed-sidebar {
  top: 0px;
  left: 0px;
  width: 225px;
  position: fixed;
}
.influencer-header .fixed-sidebar .top-content {
  padding: 65px 58px 140px 45px;
  background-color: #e6007e;
}
.influencer-header .fixed-sidebar .top-content .logo {
  padding-bottom: 140px;
}
.influencer-header .fixed-sidebar .top-content .menu-icon {
  font-size: 30px;
}
.influencer-header .fixed-sidebar .bottom-content {
  padding: 100px 54px;
  background-color: #f7f7f7;
}
.influencer-header .fixed-sidebar .bottom-content .artist {
  color: #e6007e;
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 200px;
}
.influencer-header .fixed-sidebar .bottom-content .artist::after {
  content: "";
  bottom: 165px;
  left: -64px;
  width: 224px;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
}
.influencer-header .fixed-sidebar .bottom-content .social-links li:not(:last-child) {
  margin-right: 29px;
}
.influencer-header .fixed-sidebar .bottom-content .social-links li a {
  color: #242228;
  font-size: 14px;
}
.influencer-header .main-content {
  margin-left: 225px;
}
.influencer-header .main-content .top-content {
  padding: 134px 0px 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.influencer-header .main-content .top-content .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}
.influencer-header .main-content .top-content .title {
  font-size: 60px;
  margin-bottom: 48px;
}
.influencer-header .main-content .top-content .title span {
  color: #e6007e;
}
.influencer-header .main-content .top-content .project-btn span {
  font-size: 16px;
  z-index: 999999;
  padding-left: 40px;
}
.influencer-header .main-content .top-content .project-btn span i {
  padding-left: 46px;
}
.influencer-header .main-content .top-content .project-btn::before {
  content: "";
  top: -20px;
  left: 0px;
  width: 179px;
  height: 64px;
  position: absolute;
  background-image: url(../images/shapes/button-shape2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 333;
}
.influencer-header .main-content .top-content .project-btn::after {
  content: "";
  top: -19px;
  left: 32px;
  width: 192px;
  height: 63px;
  background-color: #1e1a19;
  position: absolute;
  border-radius: 50px;
  z-index: 1;
}
.influencer-header .main-content .bottom-content .influencer-content-item .item {
  background-size: cover;
  background-repeat: no-repeat;
}
.influencer-header .main-content .bottom-content .influencer-content-item .item .name {
  bottom: 25px;
  left: 44px;
  width: 135px;
  color: #0c0803;
  font-size: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  z-index: 333;
  -webkit-text-stroke: 1px #ebebeb;
  text-stroke: 1px #ebebeb;
}
.influencer-header .main-content .bottom-content .influencer-content-item .item .icon-wrapper {
  width: 147px;
  height: 300px;
  background-color: #e6007e;
}
.influencer-header .main-content .bottom-content .influencer-content-item .item .icon-wrapper .link-icon {
  width: 70px;
  height: 70px;
  border: 2px solid var(--theme-white);
}
.influencer-header .main-content .bottom-content .influencer-content-item .item .thumb {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

.details-content {
  margin-left: 224px;
}
.details-content .inner-content {
  padding: 85px 0px 118px 0px;
  margin-top: -155px;
}
.details-content .inner-content .info-content-wrapper {
  margin-top: 135px;
}
.details-content .inner-content .info-content-wrapper .title {
  color: #101010;
  font-size: 65px;
  margin-bottom: 27px;
}
.details-content .inner-content .info-content-wrapper .subtitle {
  color: #647c9e;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 58px;
}
.details-content .inner-content .info-content-wrapper .thumb {
  width: 100%;
  margin-bottom: 65px;
}
.details-content .inner-content .info-content-wrapper .thumb img {
  width: 100%;
}
.details-content .inner-content .info-text .info-list {
  margin-bottom: 67px;
}
.details-content .inner-content .info-text .info-list li:not(:last-child) {
  margin-bottom: 26px;
}
.details-content .inner-content .info-text .info-list li .name {
  color: #183153;
  font-size: 20px;
  padding-right: 50px;
}
.details-content .inner-content .info-text .info-list li .sub {
  color: #647c9e;
  font-size: 18px;
}
.details-content .inner-content .info-text .info-list li .sub a {
  color: #e6007e;
}
.details-content .inner-content .info-social .social-links:not(:last-child) {
  margin-bottom: 18px;
}
.details-content .inner-content .info-social .social-links li:not(:last-child) {
  margin-right: 18px;
}
.details-content .inner-content .info-social .social-links li a {
  width: 130px;
  height: 126px;
  border-radius: 10px;
}
.details-content .inner-content .info-social .social-links li a i {
  width: 50px;
  height: 50px;
  font-size: 19px;
  margin-bottom: 18px;
}
.details-content .inner-content .info-social .social-links li a span {
  font-size: 15px;
}
.details-content .video-content {
  padding: 105px 60px 100px 95px;
  margin-left: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.details-content .video-content .content-area .desc {
  color: #647c9e;
  font-size: 18px;
  margin-bottom: 120px;
}
.details-content .video-content .content-area .title {
  color: #183153;
  font-size: 40px;
  margin-bottom: 16px;
}
.details-content .video-content .content-area .title span {
  color: #e6007e;
}
.details-content .video-content .content-area .subtitle {
  color: #647c9e;
  font-size: 18px;
  margin-bottom: 43px;
}
.details-content .video-content .content-area .subtitle::after {
  content: "";
  bottom: -24px;
  left: 0px;
  width: 52px;
  height: 4px;
  background-color: #e6007e;
  position: absolute;
}

.reel-section {
  padding: 169px 0px 105px;
}
.reel-section .slide-content-wrapper .slide-item {
  margin: 0px 5px;
}
.reel-section .slide-content-wrapper .slide-item .cat {
  top: 42px;
  left: 63px;
  font-size: 14px;
}
.reel-section .slide-content-wrapper .slide-item .title {
  bottom: 140px;
  left: 48px;
  font-size: 17px;
}
.reel-section .slide-content-wrapper .slide-item .title::after {
  content: "";
  bottom: -23px;
  left: 0px;
  width: 90%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
}
.reel-section .slide-content-wrapper .slide-item .author {
  bottom: 50px;
  left: 48px;
}
.reel-section .slide-content-wrapper .slide-item .author .thumb {
  width: 50px;
  height: 50px;
  margin-right: 13px;
}
.reel-section .slide-content-wrapper .slide-item .author .name {
  font-size: 14px;
}
.reel-section .slide-content-wrapper .slide-item .sbsb-btn {
  bottom: 50px;
  right: 48px;
  font-size: 14px;
  padding: 16px 39px;
  background-color: #ff0000;
}

.event-section .content-area .inner-item {
  background-color: #f9f9f9;
}
.event-section .content-area .inner-item .thumb {
  width: 100%;
}
.event-section .content-area .inner-item .thumb img {
  width: 100%;
}
.event-section .content-area .inner-item .text {
  padding: 30px 40px 22px 37px;
}
.event-section .content-area .inner-item .text .title {
  color: #1d1c1c;
  font-size: 24px !important;
  margin-bottom: 50px;
}
.event-section .content-area .inner-item .text .title::after {
  content: "";
  bottom: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
}
.event-section .content-area .inner-item .text .address i {
  width: 29px;
  height: 29px;
  margin-right: 6px;
}
.event-section .content-area .inner-item .text .address span {
  color: #818181;
  font-size: 15px;
}

.fixed-menu-sidebar {
  top: 0px;
  right: 0px;
  width: 270px;
  border-bottom-left-radius: 20px;
}
.fixed-menu-sidebar .title {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  padding: 40px 35px;
  background-color: #3a3c48;
  margin-bottom: 85px;
}
.fixed-menu-sidebar .menu-item-list {
  padding-left: 55px;
  padding-bottom: 140px;
}
.fixed-menu-sidebar .menu-item-list li:hover a {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.fixed-menu-sidebar .menu-item-list li:not(:last-child) {
  margin-bottom: 33px;
}
.fixed-menu-sidebar .menu-item-list li a {
  color: #0e0e0e;
  font-size: 19px;
}
.fixed-menu-sidebar .contact-content {
  padding-left: 45px;
  padding-bottom: 22px;
}
.fixed-menu-sidebar .contact-content .icon {
  color: #535ee0;
}
.fixed-menu-sidebar .contact-content .text {
  margin-left: 15px;
}
.fixed-menu-sidebar .contact-content .text .number {
  color: #173153;
  font-size: 19px;
}
.fixed-menu-sidebar .contact-content .text .question {
  color: #647c9e;
  font-size: 14px;
}
.fixed-menu-sidebar .shape {
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}

.header3-section .navbar-area {
  padding-top: 50px;
}
.header3-section .navbar-area .navbar-toggler {
  border: none !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header3-section .navbar-area .navbar-toggler span {
  font-size: 30px;
}
.header3-section .navbar-area .navbar-menu {
  margin-right: 133px;
}
.header3-section .navbar-area .navbar-menu::after {
  content: "";
  top: -56px;
  left: -152px;
  width: 5px;
  height: 168px;
  background-color: #e62b4a;
  position: absolute;
  -webkit-transform: rotate(38deg);
  transform: rotate(38deg);
}
.header3-section .navbar-area .navbar-menu li:not(:last-child) {
  margin-right: 50px;
}
.header3-section .navbar-area .navbar-menu li a {
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header3-section .navbar-area .navbar-menu li a:hover {
  color: #f73310 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header3-section .navbar-area .navbar-menu li a:hover::before {
  display: block;
}
.header3-section .navbar-area .navbar-menu li a:hover::after {
  display: block;
}
.header3-section .navbar-area .navbar-menu li a::before {
  content: "";
  bottom: -13px;
  right: 11px;
  width: 14px;
  height: 14px;
  background-color: #da4229;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
  display: none;
}
.header3-section .navbar-area .navbar-menu li a::after {
  content: "";
  bottom: -8px;
  right: 17px;
  width: 14px;
  height: 14px;
  background-color: #a16b65;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  display: none;
}
.header3-section .navbar-area .menubar-icon a {
  font-size: 30px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header3-section .navbar-area .menubar-icon a:hover {
  color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.header4-section .navbar-area {
  padding-top: 50px;
  padding-bottom: 42px;
}
.header4-section .navbar-area .navbar-menu {
  margin-right: 105px;
}
.header4-section .navbar-area .navbar-menu li:not(:last-child) {
  margin-right: 50px;
}
.header4-section .navbar-area .navbar-menu li .nav-link {
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header4-section .navbar-area .navbar-menu li .nav-link::before {
  content: "";
  top: 23px;
  left: 1px;
  width: 0%;
  height: 1px;
  background-color: #eaff00;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  z-index: -1;
}
.header4-section .navbar-area .navbar-menu li .nav-link:hover {
  color: #dcf002 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header4-section .navbar-area .navbar-menu li .nav-link:hover::before {
  width: 100%;
  opacity: 1;
  z-index: 222;
}
.header4-section .navbar-area .navbar-right-content .project-btn {
  color: #181a19;
  font-size: 14px;
  padding: 20px 32px;
  background-color: #eaff00;
  margin-right: 28px;
  z-index: 1;
}
.header4-section .navbar-area .navbar-right-content .project-btn:hover {
  color: var(--theme-white);
}
.header4-section .navbar-area .navbar-right-content .project-btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #869200;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header4-section .navbar-area .navbar-right-content .project-btn::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}
.header4-section .navbar-area .navbar-right-content .menubar-icon a {
  font-size: 30px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header4-section .navbar-area .navbar-right-content .menubar-icon a:hover {
  color: #dcf002 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.news-section .inner-item:not(:last-child) {
  margin-bottom: 87px;
}
.news-section .inner-item:not(:last-child)::after {
  content: "";
  bottom: -48px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #dfdffc;
  position: absolute;
}
.news-section .inner-item .content-text {
  padding-right: 50px;
}
.news-section .inner-item .content-text .title {
  color: #0c192b;
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 17px;
}
.news-section .inner-item .content-text .desc {
  color: #676767;
  margin-bottom: 35px;
}
.news-section .inner-item .content-text a {
  color: #0c192b;
  padding: 20px 33px;
  background-color: #f6f6f6;
}
.news-section .inner-item .content-text a span {
  font-size: 13px;
}

.menu-offcanvas-wrap.offcanvas.offcanvas-end {
  width: 300px;
}
.menu-offcanvas-wrap .offcanvas-body {
  padding: 0px;
}
.menu-offcanvas-wrap .offcanvas-body .fixed-menu-sidebar {
  width: 100%;
  position: static !important;
}
.menu-offcanvas-wrap .offcanvas-body .fixed-menu-sidebar .title {
  padding: 20px 35px;
}

.menu-offcanvas-content.offcanvas.offcanvas-start {
  width: 300px;
}
.menu-offcanvas-content.offcanvas.offcanvas-start .offcanvas-header a img {
  width: 150px;
}
.menu-offcanvas-content.offcanvas.offcanvas-start .offcanvas-header .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}
.menu-offcanvas-content.offcanvas.offcanvas-start .offcanvas-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-offcanvas-content.offcanvas .offcanvas-body {
  padding: 30px 50px;
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area {
  padding-top: 0px;
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu {
  margin-right: 0px;
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu::after {
  display: none;
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu li:not(:last-child) {
  margin-bottom: 7px;
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu li a {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu li a:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu li a::before, .menu-offcanvas-content.offcanvas .offcanvas-body .navbar-area .navbar-menu li a::after {
  display: none;
}
.menu-offcanvas-content.offcanvas .offcanvas-body .offcanvas-btn {
  bottom: 50px;
  left: 50px;
}
.menu-offcanvas-content.offcanvas-style2 .navbar-area .navbar-menu li a:hover {
  color: #fa4729;
}
.menu-offcanvas-content.offcanvas-style2 .offcanvas2-bg.custom-btn::before {
  background-color: #fc310e;
}
.menu-offcanvas-content.offcanvas-style3 .navbar-area .navbar-menu li a:hover {
  color: #dcf002;
}
.menu-offcanvas-content.offcanvas-style3 .offcanvas3-bg.custom-btn::before {
  background-color: #96a300;
}
.menu-offcanvas-content.offcanvas-style4 .navbar-area .navbar-menu li a:hover {
  color: #de295e;
}
.menu-offcanvas-content.offcanvas-style4 .offcanvas4-bg.custom-btn::before {
  background-color: #d40745;
}
.menu-offcanvas-content.offcanvas-style5 .navbar-area .navbar-menu li a:hover {
  color: #f82c29;
}
.menu-offcanvas-content.offcanvas-style5 .offcanvas5-bg.custom-btn::before {
  background-color: #d60e0b;
}
.menu-offcanvas-content.offcanvas-style6 .navbar-menu li a:hover {
  color: #c33668;
}
.menu-offcanvas-content.offcanvas-style6 .offcanvas6-bg.custom-btn::before {
  background-color: #e9be4d;
}
.menu-offcanvas-content.offcanvas-style7 .navbar-menu li a:hover {
  color: #f3b304;
}
.menu-offcanvas-content.offcanvas-style7 .offcanvas7-bg.custom-btn::before {
  background-color: #e2a704;
}
.menu-offcanvas-content.offcanvas-style8 .navbar-menu li a:hover {
  color: #fb5860;
}
.menu-offcanvas-content.offcanvas-style8 .offcanvas8-bg.custom-btn::before {
  background-color: #fc353f;
}
.menu-offcanvas-content.offcanvas-style9 .navbar-menu li a:hover {
  color: #fa4729;
}
.menu-offcanvas-content.offcanvas-style9 .offcanvas9-bg.custom-btn::before {
  background-color: #f02f0d;
}
.menu-offcanvas-content.offcanvas-style10 .navbar-menu li a:hover {
  color: #e62b4a;
}
.menu-offcanvas-content.offcanvas-style10 .offcanvas10-bg.custom-btn::before {
  background-color: #c90f2e;
}

.pagination-content {
  margin-top: 112px;
}
.pagination-content a {
  color: #282331;
  font-size: 21px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pagination-content a:hover {
  color: #c92c37 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-header .top-content .useful-text li {
  color: #131418;
  font-size: 16px;
}
.portfolio-header .top-content .useful-text li:not(:last-child) {
  margin-right: 93px;
}
.portfolio-header .top-content .useful-text li:not(:last-child)::after {
  content: "";
  top: -25px;
  right: -49px;
  width: 2px;
  height: 75px;
  background-color: #dcdcdc;
  position: absolute;
}
.portfolio-header .top-content .useful-text li i {
  color: #fa4729;
  padding-right: 14px;
}
.portfolio-header .top-content .social-area .social-links {
  margin-right: 20px;
}
.portfolio-header .top-content .social-area .social-links li::before {
  content: "";
  top: -25px;
  left: -19px;
  width: 2px;
  height: 75px;
  background-color: #dcdcdc;
  position: absolute;
}
.portfolio-header .top-content .social-area .social-links li:not(:last-child) {
  margin-right: 35px;
}
.portfolio-header .top-content .social-area .social-links li a {
  color: #131313;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio-header .top-content .social-area .social-links li a:hover {
  color: #fa4729;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio-header .top-content .social-area .social-links li a:hover i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.portfolio-header .top-content .social-area .social-links li a i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio-header .top-content .social-area .link {
  font-size: 14px;
  padding: 25px 34px;
  background-color: #fa4729;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio-header .top-content .social-area .link:hover {
  background-color: #dd2303;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.portfolio-section {
  padding: 127px 0px 220px 0px;
}
.portfolio-section .portfolio-content-area .section-content .desc {
  line-height: 48px;
}
.portfolio-section .portfolio-skill-content .skill-item.first-item {
  padding: 56px 72px;
  border: 2px solid;
  border-color: var(--theme-border_color);
}
.portfolio-section .portfolio-skill-content .skill-item.first-item .item-title {
  font-size: 30px;
}
.portfolio-section .portfolio-skill-content .skill-item.first-item .number {
  top: -4px;
  right: 5px;
  font-size: 20px;
  line-height: 28px;
  padding: 26px 18px;
  background-color: #eaff00;
  border: 5px solid var(--theme-white);
  -webkit-box-shadow: 1px 1px 10px #f9f9f9;
          box-shadow: 1px 1px 10px #f9f9f9;
}
.portfolio-section .portfolio-skill-content .skill-item.second-item {
  top: -10px;
  right: -12px;
  width: 189px;
  height: 189px;
}
.portfolio-section .portfolio-skill-content .skill-item.second-item img {
  width: 60px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-section .portfolio-skill-content .skill-item.third-item {
  bottom: -191px;
  left: 56px;
  padding: 40px 55px;
  background-color: #fefefe;
}
.portfolio-section .portfolio-skill-content .skill-item.fourth-item {
  bottom: -167px;
  right: -43px;
  width: 270px;
  height: 270px;
  background-color: #fdfdfd;
}
.portfolio-section .portfolio-skill-content .skill-item.fourth-item img {
  width: 115px;
  height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio2-section {
  padding: 87px 0px 150px 0px;
}
.portfolio2-section .portfolio2-nav-item {
  margin-bottom: 35px;
}
.portfolio2-section .portfolio2-nav-item .nav li:not(:last-child) {
  margin-right: 145px;
}
.portfolio2-section .portfolio2-nav-item .nav li:not(:last-child)::after {
  content: "";
  top: 37%;
  right: -74px;
  width: 2px;
  height: 57px;
  background-color: #dedbd6;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.portfolio2-section .portfolio2-nav-item .nav li .nav-link {
  color: #989897;
  font-size: 50px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 50px;
}
.portfolio2-section .portfolio2-nav-item .nav li .nav-link::after {
  content: "";
  bottom: 15px;
  left: 21px;
  width: 0px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#eb3252), to(#f82c28));
  background: linear-gradient(to right, #eb3252, #f82c28);
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.portfolio2-section .portfolio2-nav-item .nav li .nav-link.active {
  margin-left: 85px;
  background: -webkit-linear-gradient(#eb3250, #f72c2a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio2-section .portfolio2-nav-item .nav li .nav-link.active::before {
  content: "";
  top: 27px;
  left: -75px;
  width: 70px;
  height: 56px;
  background-image: url("../images/shapes/shape-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio2-section .portfolio2-nav-item .nav li .nav-link.active::after {
  width: 164px;
  opacity: 1;
}
.portfolio2-section .tab-inner-content .content {
  margin-bottom: 80px;
}
.portfolio2-section .tab-inner-content .content .thumb {
  width: 100%;
  margin-bottom: 30px;
}
.portfolio2-section .tab-inner-content .content .thumb img {
  width: 100%;
}
.portfolio2-section .tab-inner-content .content .category {
  color: #7b7979;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 11px;
}
.portfolio2-section .tab-inner-content .content .title {
  color: #1f1f1f;
  font-size: 28px;
}

.portfolio3-section {
  padding: 160px 0px 250px 0px;
  background-color: #eef0ff;
}
.portfolio3-section .top-content {
  margin-bottom: 58px;
}
.portfolio3-section .top-content .text-content .subtitle {
  font-size: 14px;
  margin-bottom: 19px;
  font-family: "Roboto", sans-serif;
}
.portfolio3-section .top-content .text-content .title {
  font-size: 55px;
}
.portfolio3-section .top-content #port-filters1 .fil-btn {
  color: #202024;
  font-size: 14px;
  padding: 20px 30px;
  background-color: #e4e6ff;
  border-radius: 50px;
}
.portfolio3-section .top-content #port-filters1 .fil-btn:not(:last-child) {
  margin-right: 12px;
}
.portfolio3-section .top-content #port-filters1 .fil-btn.active {
  color: var(--theme-white);
  background: -webkit-gradient(linear, left top, right bottom, from(#fb5860), to(#151982));
  background: linear-gradient(to bottom right, #fb5860, #151982);
}
.portfolio3-section .bottom-content #portfolio {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
.portfolio3-section .bottom-content #portfolio .item {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* prevents flicker in chrome */
  will-change: transform, opacity;
  /* prevents flicker in safari */
}
.portfolio3-section .bottom-content #portfolio .item:hover::after {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio3-section .bottom-content #portfolio .item:hover .social_action_btns li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.portfolio3-section .bottom-content #portfolio .item:hover .social_action_btns li:not(:last-child) {
  margin-right: 10px;
}
.portfolio3-section .bottom-content #portfolio .item:hover .social_action_btns li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.portfolio3-section .bottom-content #portfolio .item:hover .social_action_btns li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.portfolio3-section .bottom-content #portfolio .item::after {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 0px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#fb5860), to(#151982));
  background: linear-gradient(to bottom right, #fb5860, #151982);
  position: absolute;
  opacity: 0;
  border-radius: 60px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio3-section .bottom-content #portfolio .item .social_action_btns {
  top: 35%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.portfolio3-section .bottom-content #portfolio .item .social_action_btns li {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.portfolio3-section .bottom-content #portfolio .item .social_action_btns li a {
  width: 65px;
  height: 65px;
  background-color: var(--theme-white);
}
.portfolio3-section .bottom-content #portfolio .item .social_action_btns li a:hover {
  color: var(--theme-white) !important;
  background-color: #f9686a;
}
.portfolio3-section .bottom-content #portfolio .tile {
  display: none;
}
.portfolio3-section .bottom-content #portfolio .tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.portfolio3-section .bottom-content #portfolio .scale-anm {
  margin: 0 0 2rem;
  width: 100%;
}

.portfolio4-section {
  padding: 124px 0px 110px 0px;
}
.portfolio4-section .top-content {
  margin-bottom: 44px;
}
.portfolio4-section .top-content #port-filters2 {
  padding: 0px 125px;
  border: 2px solid;
  border-color: #eaeaea;
}
.portfolio4-section .top-content #port-filters2 .fil-btn {
  color: #6d6d6d;
  font-size: 18px;
  padding: 24px 13px;
  background-color: transparent;
  border-radius: 5px;
}
.portfolio4-section .top-content #port-filters2 .fil-btn:not(:last-child) {
  margin-right: 35px;
}
.portfolio4-section .top-content #port-filters2 .fil-btn:not(:last-child)::after {
  content: "";
  top: 50%;
  right: -27px;
  width: 5px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #6d6d6d;
  position: absolute;
}
.portfolio4-section .top-content #port-filters2 .fil-btn.active {
  color: var(--theme-white);
  padding: 24px 13px;
  background-color: #fa4729;
}
.portfolio4-section .bottom-content #portfolio {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
}
.portfolio4-section .bottom-content #portfolio .item {
  z-index: 222;
}
.portfolio4-section .bottom-content #portfolio .item span {
  color: #555555;
  font-size: 18px;
  margin-top: 18px;
}
.portfolio4-section .bottom-content #portfolio .tile {
  display: none;
}
.portfolio4-section .bottom-content #portfolio .tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.portfolio4-section .bottom-content #portfolio .scale-anm {
  margin: 0 0 2rem;
  width: 100%;
}

.portfolio5-section {
  padding: 139px 0px 110px 0px;
}
.portfolio5-section .section-content {
  margin-bottom: 165px;
}
.portfolio5-section .section-content .subtitle {
  color: #101010;
  font-size: 16px;
  margin-bottom: 19px;
}
.portfolio5-section .section-content .title {
  width: 340px;
  color: #262424;
  font-size: 48px;
}
.portfolio5-section .item-content {
  width: 100%;
  margin-bottom: 150px;
  -webkit-box-shadow: 0 0 40px #f3f3f3;
          box-shadow: 0 0 40px #f3f3f3;
}
.portfolio5-section .item-content img {
  width: 100%;
  height: 100%;
}
.portfolio5-section .item-content .text-content {
  bottom: 30px;
  left: 30px;
  padding: 27px 40px;
}
.portfolio5-section .item-content .text-content .subtitle {
  color: #fa4729;
  font-size: 15px;
  margin-bottom: 18px;
}
.portfolio5-section .item-content .text-content .title {
  color: #1f1e1e;
  font-size: 25px;
}

.portfolio6-section {
  padding: 147px 0px 130px 0px;
}
.portfolio6-section .section-content {
  margin-bottom: 65px;
}
.portfolio6-section .section-content .subtitle {
  color: #101010;
  font-size: 16px;
  margin-bottom: 19px;
}
.portfolio6-section .section-content .title {
  font-size: 50px;
}
.portfolio6-section .item-content {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 40px #f3f3f3;
          box-shadow: 0 0 40px #f3f3f3;
}

.portfolio7-section .portfolio7-section-wrapper {
  padding: 130px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio7-section .portfolio7-section-wrapper .section-content {
  padding-bottom: 36px;
}
.portfolio7-section .portfolio7-section-wrapper .since-content .nav {
  margin-bottom: 108px;
}
.portfolio7-section .portfolio7-section-wrapper .since-content .nav::after {
  content: "";
  bottom: -35px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #1b252f;
  border-radius: 10px;
  position: absolute;
}
.portfolio7-section .portfolio7-section-wrapper .since-content .nav .nav-item .nav-link {
  font-size: 22px;
  padding: 0px;
  background-color: transparent;
}
.portfolio7-section .portfolio7-section-wrapper .since-content .nav .nav-item .nav-link.active::after {
  border: 8px solid;
  border-color: #fa4729;
  background-color: var(--theme-white);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio7-section .portfolio7-section-wrapper .since-content .nav .nav-item .nav-link::after {
  content: "";
  bottom: -43px;
  left: 19px;
  width: 20px;
  height: 20px;
  background-color: #1b252f;
  border: 6px solid;
  border-color: #e9e9e9;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 222;
}
.portfolio7-section .portfolio7-section-wrapper .inner-content .text-content .subtitle {
  font-size: 78px;
  line-height: 78px;
  margin-bottom: 39px;
}
.portfolio7-section .portfolio7-section-wrapper .inner-content .text-content .title {
  font-size: 40px;
  margin-bottom: 35px;
}
.portfolio7-section .portfolio7-section-wrapper .inner-content .text-content .desc {
  color: #5b5b5b;
  font-size: 18px;
}
.portfolio7-section .portfolio7-section-wrapper .inner-content .text-content .desc a {
  color: #fa4729;
}

.portfolio8-section {
  padding: 75px 0px 95px;
}
.portfolio8-section #port-filters2 .fil-btn {
  color: #252932;
  font-size: 17px;
  padding: 0px;
  background-color: transparent;
}
.portfolio8-section #port-filters2 .fil-btn::after {
  content: "";
  bottom: -8px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: #f3aaff;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.portfolio8-section #port-filters2 .fil-btn:not(:last-child) {
  margin-right: 56px;
}
.portfolio8-section #port-filters2 .fil-btn:not(:last-child)::before {
  content: "";
  top: 50%;
  left: 60px;
  width: 5px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #c4c4c4;
  position: absolute;
}
.portfolio8-section #port-filters2 .fil-btn.active {
  color: #c45bd5;
}
.portfolio8-section #port-filters2 .fil-btn.active::after {
  width: 100%;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
}
.portfolio8-section #port-filters2 .fil-btn.active::before {
  background-color: #af1fc6;
}
.portfolio8-section .bottom-content #portfolio8 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  margin: 16px 0px;
  -webkit-column-count: 2 !important;
     -moz-column-count: 2 !important;
          column-count: 2 !important;
}
.portfolio8-section .bottom-content #portfolio8 .item {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, opacity;
}
.portfolio8-section .bottom-content #portfolio8 .tile {
  display: none;
}
.portfolio8-section .bottom-content #portfolio8 .tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.portfolio8-section .bottom-content #portfolio8 .scale-anm {
  margin: 0 0 85px;
  width: 100%;
}
.portfolio8-section .bottom-content #portfolio8 .scale-anm .text {
  bottom: -40px;
  left: 55px;
  padding: 20px 40px;
}
.portfolio8-section .bottom-content #portfolio8 .scale-anm .text .subtitle {
  color: #af1fc6;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.portfolio8-section .bottom-content #portfolio8 .scale-anm .text .title {
  color: #382c4d;
  font-size: 22px;
}

.product-section {
  padding: 195px 0px;
}
.product-section .section-content {
  margin-bottom: 55px;
}
.product-section .product-inner-content::after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #f7f7f7;
  position: absolute;
}

.price-section-wrapper {
  padding: 170px 0px;
}
.price-section-wrapper .price-content .subtitle {
  color: #3a3c48;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 27px;
}
.price-section-wrapper .price-content .title {
  color: #000000;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 36px;
}
.price-section-wrapper .price-content .desc {
  color: #505050;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 60px;
}
.price-section-wrapper .price-content .question-content .icon {
  width: 74px;
  height: 74px;
  margin-right: 20px;
}
.price-section-wrapper .price-content .question-content .text .question {
  font-size: 18px;
  margin-bottom: 12px;
}
.price-section-wrapper .price-content .question-content .text .number {
  font-size: 22px;
}
.price-section-wrapper .price-card-wrapper .price-card-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}
.price-section-wrapper .price-card-wrapper .price-card-nav button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #382c4d;
  font-size: 16px;
  padding: 12px 24px;
}
.price-section-wrapper .price-card-wrapper .price-card-nav button:not(:last-child) {
  margin-bottom: 10px;
}
.price-section-wrapper .price-card-wrapper .price-card-nav button.active {
  color: #000000;
  background-color: var(--theme-btn_active) !important;
}
.price-section-wrapper .price-card-wrapper .price-card-content {
  padding-left: 60px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card {
  top: 35px;
  right: -75px;
  width: 400px;
  height: 630px;
  padding: 43px;
  z-index: 111;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .title {
  color: #534865;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .price {
  color: #534865;
  font-size: 66px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .user {
  color: #534865;
  font-size: 18px;
  margin-bottom: 40px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .list::before {
  content: "";
  top: -20px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .list li {
  font-size: 19px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .list li:not(:last-child) {
  margin-bottom: 16px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .list li > i {
  color: #382c4d;
  padding-right: 10px;
}
.price-section-wrapper .price-card-wrapper .price-card-content .price-card .subscribe-btn {
  padding: 30px 90px;
}

.price2-section {
  padding: 280px 0px 85px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.price2-section .section-content2 .subtitle {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}
.price2-section .section-content2 .subtitle span {
  color: #ffa200;
}
.price2-section .section-content2 .subtitle span::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 42px;
  height: 2px;
  background-color: #ffa200;
  position: absolute;
}
.price2-section .section-content2 .title {
  font-size: 60px;
}
.price2-section .section-content2 .custom-btn2 {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.price2-section .section-content2 .custom-btn2:hover {
  background-color: #ec2c0a;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.price2-section .features-content {
  bottom: -188px;
  right: -55px;
  width: 517px;
  border-radius: 10px;
}
.price2-section .features-content .content-list {
  padding: 88px 70px 0px;
}
.price2-section .features-content .content-list .title {
  color: #140d1c;
  font-size: 45px;
  margin-bottom: 56px;
}
.price2-section .features-content .content-list .list-item li {
  color: #8b888e;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.price2-section .features-content .content-list .list-item li:not(:last-child) {
  margin-bottom: 25px;
}
.price2-section .features-content a {
  font-size: 18px;
  padding: 32px 0px;
  background-color: #212222;
}

.price3-section {
  padding: 165px 0px 85px;
}
.price3-section .price-card-nav {
  bottom: 100px;
  left: -100px;
}
.price3-section .price-card-nav button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #382c4d;
  font-size: 15px;
  padding: 20px 35px;
  background-color: #f0f0f0;
}
.price3-section .price-card-nav button i {
  opacity: 0;
}
.price3-section .price-card-nav button:not(:last-child) {
  margin-bottom: 10px;
}
.price3-section .price-card-nav button.active {
  color: var(--theme-white);
  background-color: #af1fc6 !important;
}
.price3-section .price-card-nav button.active i {
  color: var(--theme-white);
  opacity: 1;
}
.price3-section .price-card-content {
  width: 424px;
  height: auto;
  background-color: white;
  border-radius: 60px;
  -webkit-box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
}
.price3-section .price-card-content .price-card {
  padding: 43px;
  z-index: 111;
}
.price3-section .price-card-content .price-card .title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}
.price3-section .price-card-content .price-card .price {
  color: #382c4d;
  font-size: 66px;
}
.price3-section .price-card-content .price-card .user {
  color: #382c4d;
  font-size: 18px;
  margin-bottom: 40px;
}
.price3-section .price-card-content .price-card .list::before {
  content: "";
  top: -20px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: absolute;
}
.price3-section .price-card-content .price-card .list li {
  color: #382c4d;
  font-size: 19px;
}
.price3-section .price-card-content .price-card .list li:not(:last-child) {
  margin-bottom: 18px;
}
.price3-section .price-card-content .price-card .list li > i {
  color: #af1fc6;
  padding-right: 10px;
}
.price3-section .price-card-content .price-card .subscribe-btn {
  padding: 25px 80px;
}
.price3-section .price-card-content .shape {
  top: 10px;
  left: -171px;
}

.project-details-section {
  padding: 145px 0px 82px 0px;
}
.project-details-section .top-content {
  margin-bottom: 60px;
}
.project-details-section .top-content .company-content .company-name {
  font-size: 80px;
  margin-bottom: 43px;
}
.project-details-section .top-content .company-content .social-links li:not(:last-child) {
  margin-right: 5px;
}
.project-details-section .top-content .company-content .social-links li a {
  width: 45px;
  height: 45px;
  background-color: #f6f6f6;
}
.project-details-section .top-content .company-content .social-links li a:hover i {
  color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .top-content .company-content .social-links li a i {
  font-size: 20px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .top-content .company-service span {
  color: #999898;
  font-size: 13px;
  margin-bottom: 22px;
}
.project-details-section .top-content .company-service .name {
  font-size: 18px;
}
.project-details-section .top-content2 {
  margin-bottom: 46px;
}
.project-details-section .top-content2 .text .subtitle {
  color: #fa4729;
  font-size: 18px;
  margin-bottom: 15px;
}
.project-details-section .top-content2 .text .title {
  color: #282331;
  font-size: 54px;
}
.project-details-section .top-content2 .social span {
  color: #252525;
  font-size: 14px;
  padding-right: 24px;
}
.project-details-section .top-content2 .social ul li:not(:last-child) {
  margin-right: 20px;
}
.project-details-section .top-content2 .social ul li a {
  color: #bbc7cd;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .top-content2 .social ul li a:hover {
  color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .top-content2 .table-content {
  bottom: -155px;
  right: 40px;
  width: 430px;
  padding: 68px 44px 65px 42px;
  border-radius: 10px;
  z-index: 333;
}
.project-details-section .top-content2 .table-content ul li:not(:last-child) {
  margin-bottom: 55px;
}
.project-details-section .top-content2 .table-content ul li:not(:last-child)::after {
  content: "";
  bottom: -33px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
}
.project-details-section .top-content2 .table-content ul li .bold {
  color: #282331;
  font-size: 18px;
}
.project-details-section .top-content2 .table-content ul li .light {
  color: #64616b;
  font-size: 18px;
}
.project-details-section .inner-content .thumb {
  width: 1415px;
  height: 740px;
  margin-bottom: 54px;
}
.project-details-section .inner-content .thumb img {
  width: 100%;
  height: auto;
}
.project-details-section .inner-content .content .desc {
  color: #666666;
  font-size: 18px;
}
.project-details-section .inner-content .content .desc a {
  color: #5b5b5b;
}
.project-details-section .inner-content .content .challenge-content {
  margin-top: 103px;
}
.project-details-section .inner-content .content .challenge-content::after {
  content: "";
  top: -55px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #ededed;
  position: absolute;
}
.project-details-section .inner-content .content .challenge-content .title {
  color: #101010;
  font-size: 50px;
  margin-bottom: 30px;
}
.project-details-section .inner-content .content .challenge-content p {
  color: #666666;
  font-size: 18px;
  margin-bottom: 37px;
}
.project-details-section .inner-content .content .challenge-content .list li {
  color: #5b5b5b;
  font-size: 18px;
}
.project-details-section .inner-content2 .bottom-content {
  margin-top: 75px;
}
.project-details-section .inner-content2 .bottom-content p {
  color: #636363;
  font-size: 18px;
  margin-bottom: 50px;
}
.project-details-section .inner-content2 .bottom-content a {
  font-size: 15px;
  padding: 28px 45px;
  background-color: #fa4729;
  z-index: 1;
}
.project-details-section .inner-content2 .bottom-content a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-details-section .inner-content2 .bottom-content a:hover::before {
  left: 0px;
  width: 100%;
  right: auto;
  background-color: #e6381a;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-details-section .inner-content2 .bottom-content a::before {
  content: "";
  top: 0px;
  left: auto;
  right: 0px;
  width: 0px;
  bottom: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}
.project-details-section .inner-content2 .bottom-content .info-content .text:not(:last-child) {
  margin-bottom: 36px;
}
.project-details-section .inner-content2 .bottom-content .info-content .text .title {
  color: #8a8a8a;
  font-size: 20px;
  margin-bottom: 15px;
}
.project-details-section .inner-content2 .bottom-content .info-content .text span {
  color: #0b0b0b;
  font-size: 18px;
}
.project-details-section .inner-content3 .thumb:not(:last-child) {
  margin-bottom: 40px;
}
.project-details-section .inner-content3 .fixed-content-area {
  top: 0px;
  right: 0px;
  width: 430px;
  position: sticky;
  z-index: 2;
}
.project-details-section .inner-content3 .content-area .title {
  color: #282331;
  font-size: 22px;
  margin-bottom: 26px;
}
.project-details-section .inner-content3 .content-area .desc {
  color: #68656e;
  font-size: 18px;
  margin-bottom: 96px;
}
.project-details-section .inner-content3 .table-content {
  padding: 68px 44px 65px 42px;
  margin-bottom: 33px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.project-details-section .inner-content3 .table-content ul li:not(:last-child) {
  margin-bottom: 65px;
}
.project-details-section .inner-content3 .table-content ul li:not(:last-child)::after {
  content: "";
  bottom: -33px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--theme-white);
  position: absolute;
}
.project-details-section .inner-content3 .table-content ul li .bold {
  color: #282331;
  font-size: 18px;
}
.project-details-section .inner-content3 .table-content ul li .light {
  color: #64616b;
  font-size: 18px;
}
.project-details-section .inner-content3 .social-content .social-links li:not(:last-child) {
  margin-right: 5px;
}
.project-details-section .inner-content3 .social-content .social-links li a {
  width: 45px;
  height: 45px;
  background-color: #f6f6f6;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .inner-content3 .social-content .social-links li a:hover {
  background-color: #c92c37 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .inner-content3 .social-content .social-links li a:hover i {
  color: var(--theme-white);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .inner-content3 .social-content .social-links li a i {
  font-size: 20px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-section .inner-content4 .content-area {
  margin-bottom: 64px;
}
.project-details-section .inner-content4 .content-area .title {
  color: #282331;
  font-size: 35px;
  margin-bottom: 32px;
}
.project-details-section .inner-content4 .content-area .list li {
  color: #282331;
  font-size: 19px;
}
.project-details-section .inner-content4 .content-area .list li:not(:last-child) {
  margin-bottom: 14px;
}
.project-details-section .inner-content4 .content-area .list li::marker {
  color: #fa4729;
  font-size: 20px;
}
.project-details-section .inner-content4 .content-area .desc {
  color: #5b5b5b;
  font-size: 18px;
}
.project-details-section .inner-content4 .content-area .desc a {
  color: #5b5b5b;
}
.project-details-section .inner-content4 .content-area a {
  color: #282331;
  font-size: 20px;
}
.project-details-section .inner-content4 .service-content-area {
  margin-bottom: 120px;
}
.project-details-section .inner-content4 .service-content-area .title {
  color: #282331;
  font-size: 40px;
  margin-bottom: 74px;
}
.project-details-section .inner-content4 .service-content-area .item-list li:not(:last-child)::after {
  content: "";
  top: 0px;
  right: -8px;
  width: 2px;
  height: 60px;
  background-color: #fa4729;
  position: absolute;
  -webkit-transform: rotate(136deg);
          transform: rotate(136deg);
}
.project-details-section .inner-content4 .service-content-area .item-list li .percent {
  color: #282331;
  font-size: 66px;
  margin-bottom: 34px;
}
.project-details-section .inner-content4 .service-content-area .item-list li p {
  color: #5b5b5b;
  font-size: 18px;
}
.project-details-section .inner-content4 .faqs-content .faqs-accordion {
  padding-left: 40px;
}
.project-details-section .inner-content4 .faqs-content .faqs-accordion .title {
  color: #282331;
  font-size: 40px;
  margin-bottom: 38px;
}
.project-details-section .inner-content4 .contact-text {
  color: #282331 !important;
}
.project-details-section .inner-content4 .contact-text a {
  color: #282331 !important;
}

.project-section {
  padding: 130px 0px 185px;
}
.project-section .top-content {
  padding-bottom: 86px;
}
.project-section .top-content .title {
  font-size: 60px;
}
.project-section .top-content .title.title-style2 {
  width: 395px;
  margin: auto;
}
.project-section .top-content .desc {
  color: #e3e3e3;
  font-size: 20px;
}
.project-section .top-content .request-btn {
  padding: 85px 43px;
  border: 2px dotted;
  border-color: #787878;
  text-align: center;
  border-radius: 100%;
}
.project-section .top-content .request-btn:hover {
  color: #fa4729 !important;
  border-color: #fa4729;
}

.project-item-wrapper .project-content::after {
  content: "";
  bottom: 41px;
  left: 60px;
  width: 450px;
  height: 1px;
  background-color: #797979;
  position: absolute;
}
.project-item-wrapper .project-content img {
  width: 648px;
  height: 795px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.project-item-wrapper .project-content .cat {
  top: 37px;
  left: 62px;
  font-size: 14px;
}
.project-item-wrapper .project-content .award {
  bottom: 130px;
  left: 56px;
  font-size: 14px;
}
.project-item-wrapper .project-content .title {
  bottom: 60px;
  left: 56px;
  font-size: 40px;
}

.project2-section {
  margin-bottom: 185px;
}
.project2-section .project2-top-content {
  margin-bottom: 62px;
}
.project2-section .project2-top-content .inner-content .subtitle {
  font-size: 15px;
  background: -webkit-linear-gradient(#c33768, #e9bd4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 222;
}
.project2-section .project2-top-content .inner-content .subtitle::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 78px;
  height: 11px;
  background-color: #f6f1f1;
  position: absolute;
  z-index: -1;
}
.project2-section .project2-top-content .inner-content .title {
  font-size: 70px;
  margin-top: 24px;
}
.project2-section .project2-top-content .inner-content .desc {
  color: #565656;
  font-size: 16px;
}
.project2-section .project2-main-content .container-fluid {
  max-width: 1770px;
}
.project2-section .project2-main-content .thumb-content {
  width: 100%;
  height: 600px;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.project2-section .project2-main-content .thumb-content:hover img {
  padding: 86px 86px 130px;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.project2-section .project2-main-content .thumb-content:hover .text {
  display: block !important;
}
.project2-section .project2-main-content .thumb-content:hover .text .title::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project2-section .project2-main-content .thumb-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.project2-section .project2-main-content .thumb-content .text {
  bottom: 24px;
  left: 83px;
}
.project2-section .project2-main-content .thumb-content .text .title {
  font-size: 30px;
  line-height: 32px;
  background: -webkit-linear-gradient(#c43768, #e9bd4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.project2-section .project2-main-content .thumb-content .text .title::after {
  content: "";
  bottom: -6px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#c43768), to(#e9bd4d));
  background: linear-gradient(to right, #c43768, #e9bd4d);
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.project2-section .project2-main-content .thumb-content .text .subtitle {
  color: #79797a;
  font-size: 16px;
}

.project3-section {
  padding: 110px 0px;
}
.project3-section .top-content {
  padding-bottom: 58px;
}
.project3-section .top-content .text-content .subtitle {
  color: #101010;
  font-size: 16px;
  margin-bottom: 20px;
}
.project3-section .top-content .text-content .title {
  color: #232121;
  font-size: 35px;
}
.project3-section .top-content .nav-menu-text a {
  color: #272626;
  font-size: 15px;
  z-index: 222;
}
.project3-section .top-content .nav-menu-text a::after {
  content: "";
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #fb674f;
  position: absolute;
  z-index: -1;
}
.project3-section .main-inner-content .item-content {
  margin-bottom: 46px;
}
.project3-section .main-inner-content .item-content .thumb {
  margin-bottom: 24px;
}
.project3-section .main-inner-content .item-content .title {
  color: #161616;
  font-size: 22px;
  margin-bottom: 15px;
}
.project3-section .main-inner-content .item-content .desc {
  color: #474747;
  font-size: 16px;
}

.project-details-header .project-details-header-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 78%;
}
.project-details-header .project-details-header-wrap .navbar-menu-content {
  padding-top: 53px;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav {
  padding-right: 217px;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav::after {
  content: "";
  top: -56px;
  left: -152px;
  width: 5px;
  height: 168px;
  background-color: #e62b4a;
  position: absolute;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item:not(:last-child) {
  margin-right: 48px;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item .nav-link:hover {
  color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item .nav-link:hover::after {
  display: block;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item .nav-link::before {
  content: "";
  bottom: -13px;
  right: 11px;
  width: 14px;
  height: 14px;
  background-color: #da4229;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
  display: none;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item .nav-link::after {
  content: "";
  bottom: -8px;
  right: 17px;
  width: 14px;
  height: 14px;
  background-color: #a16b65;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  display: none;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .social-links {
  padding-right: 50px;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .social-links li:not(:last-child) {
  padding-right: 20px;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .social-links li a {
  font-size: 15px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .social-links li a:hover i {
  color: #fa4729 !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .social-links li a i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .menubar-icon a {
  font-size: 30px;
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .menubar-icon a:hover span {
  color: #fa4729 !important;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .navbar-menu-content .social-menu-content .menubar-icon a span {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content {
  padding: 166px 0px 180px 0px;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-title {
  font-size: 60px;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-title::after {
  content: "";
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #5d5d5d;
  position: absolute;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-nav {
  bottom: 27px;
  left: 0px;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-nav li {
  font-size: 18px;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-nav li:not(:last-child) {
  margin-right: 47px;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-nav li:not(:last-child)::after {
  content: "";
  top: 5px;
  right: -25px;
  width: 2px;
  height: 20px;
  background-color: var(--theme-white);
  position: absolute;
}
.project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-nav li a:hover {
  color: #fa4729 !important;
}

.project4-section {
  padding-bottom: 103px;
}
.project4-section .top-content {
  margin-bottom: 45px;
}
.project4-section .top-content .nav-item:not(:last-child) {
  margin-right: 44px;
}
.project4-section .top-content .nav-link {
  background-color: transparent;
}
.project4-section .top-content .nav-link .title {
  color: #0c192b;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 4px;
}
.project4-section .top-content .nav-link .subtitle {
  font-size: 13px;
}
.project4-section .tab-content-main .content-box {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project4-section .tab-content-main .content-box:hover {
  background-color: #f4f4ff;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.project4-section .tab-content-main .content-box:hover .icon {
  opacity: 1;
}
.project4-section .tab-content-main .content-box .content {
  padding: 25px 30px 35px 45px;
}
.project4-section .tab-content-main .content-box .content .subtitle {
  color: #898989;
  font-size: 15px;
  margin-bottom: 10px;
}
.project4-section .tab-content-main .content-box .content .title {
  color: #0c192b;
  font-size: 33px;
}
.project4-section .tab-content-main .content-box .icon {
  width: 70px;
  height: 70px;
  opacity: 0;
}
.project4-section .tab-content-main .content-box .icon:hover i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.project4-section .tab-content-main .content-box .icon i {
  font-size: 20px;
}

body {
  color: var(--theme-color);
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  font-family: "Jost", sans-serif;
}

a,
button,
input {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: "Roboto", sans-serif;
}

/* Transition ============================ */
a,
button,
i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.headline span {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
  transition: opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s, -webkit-transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.section-top-content {
  margin-bottom: 85px;
}
.section-top-content .subtitle {
  font-size: 15px;
  background: -webkit-linear-gradient(#c33768, #e9bd4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 222;
}
.section-top-content .subtitle::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 78px;
  height: 11px;
  background-color: #f6f1f1;
  position: absolute;
  z-index: -1;
}
.section-top-content .title {
  font-size: 70px;
  margin-top: 24px;
}

.section-content .subtitle {
  color: #969696;
  font-size: 16px;
  margin-bottom: 28px;
}
.section-content .title {
  font-size: 50px;
  margin-bottom: 25px;
}
.section-content .desc {
  color: #2e2c2c;
  font-size: 30px;
  margin-bottom: 83px;
}

.section-content2 .subtitle {
  color: #1f1f1f;
  font-size: 14px;
  margin-bottom: 25px;
}
.section-content2 .title {
  color: #1f1f1f;
  font-size: 55px;
  margin-bottom: 25px;
}
.section-content2 .desc {
  color: #898989;
  font-size: 18px;
  margin-bottom: 42px;
}

.section-text-content .subtitle {
  color: #101010;
  font-size: 16px;
  margin-bottom: 25px;
}
.section-text-content .title {
  color: #051133;
  font-size: 40px;
  line-height: 37px;
  margin-bottom: 25px;
}
.section-text-content .desc {
  color: #313131;
  font-size: 18px;
}

.section-top-content2 .subtitle {
  font-size: 14px;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  z-index: 1;
}
.section-top-content2 .subtitle::after {
  content: "";
  top: 50%;
  left: 0px;
  width: 75px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f4f4ff;
  position: absolute;
  border-radius: 50px;
  z-index: -1;
}
.section-top-content2 .title {
  color: #0c192b;
  font-size: 55px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 45px;
}
.section-top-content2 .desc {
  margin-bottom: 55px;
}

.section-top-content3 .subtitle {
  color: #af1fc6;
  font-size: 14px;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  z-index: 1;
}
.section-top-content3 .subtitle::after {
  content: "";
  top: 50%;
  left: 0px;
  width: 75px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f4f4ff;
  position: absolute;
  border-radius: 50px;
  z-index: -1;
}
.section-top-content3 .title {
  font-size: 80px;
  line-height: 90px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section-top-content3 .desc {
  font-size: 20px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  padding-right: 90px;
  margin-bottom: 55px;
}
.section-top-content3 .purple-btn {
  margin-right: 15px;
}

.desc {
  color: #5b5b5b;
  font-size: 18px;
}
.desc a {
  color: #5b5b5b;
}

.content-list .list-item {
  margin-bottom: 30px;
}
.content-list .list-item li {
  font-size: 19px;
}
.content-list .list-item li:not(:last-child) {
  margin-bottom: 20px;
}
.content-list .list-item li i {
  color: #fa4729;
  font-size: 24px;
  margin-right: 20px;
}
.content-list a {
  font-size: 16px;
  padding: 22px 35px;
  background-color: #fa4729;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.content-list a:hover {
  background-color: #f1300e;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.subtitle-content {
  color: #969696;
  font-size: 16px;
  margin-bottom: 28px;
}

.contact-text {
  color: #333333;
  font-size: 40px;
  margin-top: 119px;
}
.contact-text a {
  color: #fa4729;
}

.sec-top-content {
  margin-bottom: 49px;
  z-index: 222;
}
.sec-top-content::after {
  content: "";
  top: -45px;
  left: 50%;
  width: 102px;
  height: 85px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../images/icons/section-icon3.png");
  position: absolute;
  z-index: -1;
}
.sec-top-content .subtitle {
  color: #e81187;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 9px;
  z-index: 222;
}
.sec-top-content .title {
  color: #101010;
  font-size: 40px;
  z-index: 222;
}

.tab-section-content .subtitle {
  color: #fa4729;
  font-size: 17px;
  margin-bottom: 25px;
}
.tab-section-content .title {
  font-size: 90px;
  line-height: 98px;
  margin-bottom: 25px;
}
.tab-section-content .title span {
  color: #fa4729;
}
.tab-section-content .desc {
  color: #d5d5d5;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  margin-bottom: 60px;
}

.section-content3 .subtitle {
  color: #af1fc6;
  font-size: 14px;
  padding-left: 20px;
  font-family: "Jost", sans-serif;
  z-index: 1;
}
.section-content3 .subtitle::after {
  content: "";
  top: 50%;
  left: 0px;
  width: 75px;
  height: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f4f4ff;
  position: absolute;
  border-radius: 50px;
  z-index: -1;
}
.section-content3 .title {
  font-size: 45px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.section-content3 .desc {
  font-size: 20px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  padding-right: 90px;
  margin-bottom: 45px;
}

.service-section {
  padding: 99px 0px 143px 0px;
}
.service-section .inner-content .service-thumb {
  width: 173px;
  height: 173px;
  background-color: #f5f5f5;
  border-radius: 100px;
  margin-bottom: 33px;
}
.service-section .inner-content .service-thumb img {
  width: 73px;
  height: auto;
}
.service-section .inner-content .title {
  width: 280px;
  color: #000000;
  font-size: 25px;
  font-weight: 500;
}
.service-section .inner-content.shape::before {
  content: "";
  top: 57px;
  left: -70px;
  width: 124px;
  height: 69px;
  background-image: url("../images/shapes/shape-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.service-section .inner-content.shape::after {
  content: "";
  top: 57px;
  right: -70px;
  width: 124px;
  height: 69px;
  background-image: url("../images/shapes/shape-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.service2-section .service2-top-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.service2-section .service2-top-content::before {
  content: "";
  top: -47px;
  left: 50%;
  width: 1480px;
  height: 573px;
  background-color: #edf7ff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  z-index: 1;
}
.service2-section .service2-top-content .service-item {
  width: 100%;
  height: 478px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
  overflow: hidden;
}
.service2-section .service2-top-content .service-item:not(:last-child) {
  padding-right: 40px;
}
.service2-section .service2-top-content .service-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service2-section .service2-top-content .service-item:hover .content {
  opacity: 1;
}
.service2-section .service2-top-content .service-item .content {
  bottom: 102px;
  left: 50%;
  width: 385px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 30px 0px 30px 50px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.service2-section .service2-top-content .service-item .content .subtitle {
  color: #fb6046;
  font-size: 16px;
  margin-bottom: 10px;
}
.service2-section .service2-top-content .service-item .content .title {
  color: #222222;
  font-size: 25px;
}
.service2-section .service2-bottom-content {
  padding: 160px 0px 186px 0px;
}
.service2-section .service2-bottom-content .top-content .subtitle {
  color: #fa4729;
  font-size: 15px;
  margin-bottom: 20px;
}
.service2-section .service2-bottom-content .top-content .subtitle::before {
  content: "";
  top: -19px;
  left: 35px;
  width: 14px;
  height: 14px;
  background-color: #fb5f45;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
}
.service2-section .service2-bottom-content .top-content .subtitle::after {
  content: "";
  top: -24px;
  left: 31px;
  width: 14px;
  height: 14px;
  background-color: #ffc8bf;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.service2-section .service2-bottom-content .top-content .title {
  color: var(--theme-color);
  font-size: 50px;
  margin-bottom: 50px;
}
.service2-section .service2-bottom-content .service2-item .icon-thumb {
  width: 150px;
  height: 150px;
  background-color: #f0f8ff;
}
.service2-section .service2-bottom-content .service2-item .icon-thumb img {
  background-size: cover;
  background-repeat: no-repeat;
}
.service2-section .service2-bottom-content .service2-item .icon-thumb .number {
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 35px;
  font-family: "Inter", sans-serif;
  background-color: #fa4729;
  border: 5px solid var(--theme-white);
  z-index: 333;
}
.service2-section .service2-bottom-content .service2-item .text {
  margin-top: 30px;
}
.service2-section .service2-bottom-content .service2-item .text .title {
  color: #171718;
  font-size: 23px;
}
.service2-section .service2-bottom-content .service2-item .text .cat {
  color: #79797a;
  font-size: 15px;
}

.service3-section .service3-top-content {
  background-color: #f9f9f9;
  margin-bottom: 165px;
}
.service3-section .service3-top-content .text-area {
  padding-left: 243px;
}
.service3-section .service3-top-content .number {
  width: 50px;
  height: 50px;
  color: #909090;
  font-size: 20px;
  margin-bottom: 33px;
}
.service3-section .service3-top-content .title {
  color: #101010;
  font-size: 70px;
  line-height: 45px;
  margin-bottom: 24px;
}
.service3-section .service3-top-content .subtitle {
  color: #909090;
  font-size: 24px;
}
.service3-section .thumb {
  max-width: 100%;
}
.service3-section .thumb img {
  width: 100%;
  max-height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service3-section .thumb .link-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 18px 22px;
  background-color: #141b23;
}
.service3-section .thumb .link-icon:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service3-section .thumb .link-icon i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service3-section .service3-bottom-content {
  padding: 0px 130px;
}
.service3-section .service3-bottom-content .service3-content-item {
  margin-bottom: 180px;
}
.service3-section .service3-bottom-content .service3-content-item:not(:last-child)::after {
  content: "";
  bottom: -86px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  position: absolute;
}
.service3-section .service3-bottom-content .service3-content-item .text .title {
  color: #101010;
  font-size: 60px;
  margin-bottom: 15px;
}
.service3-section .service3-bottom-content .service3-content-item .text .subtitle {
  color: #909090;
  font-size: 24px;
}
.service3-section .service3-bottom-content .service3-content-item .link-icon {
  padding: 18px 22px;
  background-color: #141b23;
}
.service3-section .service3-bottom-content .service3-content-item .link-icon:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service3-section .service3-bottom-content .service3-content-item .link-icon i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.service4-section {
  margin-bottom: 205px;
}
.service4-section .service4-top-content {
  margin-bottom: 45px;
}
.service4-section .service4-top-content .subtitle {
  font-size: 16px;
  background: -webkit-linear-gradient(#eb3252, #f82c28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.service4-section .service4-top-content .title {
  color: #051133;
  font-size: 55px;
}
.service4-section .service4-main-content .inner-content {
  padding: 50px;
}
.service4-section .service4-main-content .inner-content .content {
  margin-left: 40px;
  margin-right: 35px;
}
.service4-section .service4-main-content .inner-content .content .title {
  font-size: 30px;
  margin-bottom: 13px;
}
.service4-section .service4-main-content .inner-content .content .experience {
  color: #f03042;
  font-size: 17px;
  margin-bottom: 45px;
}
.service4-section .service4-main-content .inner-content .content .experience i {
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  margin-right: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ec3250), to(#f84846));
  background: linear-gradient(to right, #ec3250, #f84846);
}
.service4-section .service4-main-content .inner-content .content .price {
  font-size: 16px;
  padding: 12px 20px;
  border: 1px dashed;
  border-color: #cccccc;
  background: -webkit-linear-gradient(#ec3250, #f84846);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service4-section .service4-main-content .inner-content .content .price:hover {
  border-color: #f84846;
}
.service4-section .service4-main-content .inner-content .link-icon a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#ec3250), to(#f84846));
  background: linear-gradient(to right, #ec3250, #f84846);
}
.service4-section .service4-main-content .inner-content .link-icon a:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service4-section .service4-main-content .inner-content .link-icon a i {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.service5-section {
  margin-bottom: 50px;
}
.service5-section .inner-content.active > .title {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service5-section .inner-content.active > .title + .hover-content {
  opacity: 1;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service5-section .inner-content > .title {
  width: 215px;
  height: 215px;
  border: 1px dashed;
  border-color: var(--theme-black);
  z-index: 2;
}
.service5-section .inner-content > .title span {
  color: #100f0f;
  font-size: 30px;
}
.service5-section .inner-content > .title span::after {
  content: "";
  bottom: 8px;
  right: -7px;
  width: 5px;
  height: 5px;
  background-color: #de295e;
  position: absolute;
  border-radius: 100%;
}
.service5-section .inner-content .hover-content {
  top: -145px;
  left: 0px;
  padding-left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  z-index: 1;
}
.service5-section .inner-content .hover-content .title {
  color: #100f0f;
  font-size: 44px;
  margin-bottom: 25px;
}
.service5-section .inner-content .hover-content .title::after {
  content: "";
  bottom: 8px;
  right: -7px;
  width: 6px;
  height: 6px;
  background-color: #de295e;
  position: absolute;
  border-radius: 100%;
}
.service5-section .inner-content .hover-content .desc {
  color: #565656;
  font-size: 18px;
  margin-bottom: 45px;
}
.service5-section .inner-content .hover-content .service-list li:not(:last-child) {
  margin-bottom: 20px;
}
.service5-section .inner-content .hover-content .service-list li a {
  color: #100f0f;
  font-size: 28px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service5-section .inner-content .hover-content .service-list li a:hover {
  color: #de295e;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.service5-section .inner-content .hover-content .service-list li a::after {
  content: "";
  bottom: 8px;
  right: -7px;
  width: 4px;
  height: 4px;
  background-color: #de295e;
  position: absolute;
  border-radius: 100%;
}

.service6-section .service6-section-wrapper {
  padding: 125px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service6-section .service6-section-wrapper .top-content-wrapper {
  margin-bottom: 80px;
}
.service6-section .service6-section-wrapper .top-content-wrapper .content .subtitle {
  font-size: 16px;
  margin-bottom: 24px;
}
.service6-section .service6-section-wrapper .top-content-wrapper .content .title {
  width: 410px;
  color: #101010;
  font-size: 60px;
}
.service6-section .service6-section-wrapper .top-content-wrapper .desc {
  color: #656565;
  font-size: 18px;
}
.service6-section .service6-section-wrapper .top-content-wrapper .desc a {
  color: #5b5b5b;
}
.service6-section .service6-section-wrapper .service-inner-content .content {
  padding: 45px;
  border-radius: 10px;
}
.service6-section .service6-section-wrapper .service-inner-content .content .number {
  color: #eeeeee;
  font-size: 140px;
  line-height: 130px;
}
.service6-section .service6-section-wrapper .service-inner-content .content .title {
  color: #101010;
  font-size: 28px;
  margin-bottom: 17px;
}
.service6-section .service6-section-wrapper .service-inner-content .content .desc {
  color: #5b5b5b;
  font-size: 18px;
}

.service7-section {
  padding: 116px 0px 82px 0px;
}
.service7-section .content .subtitle {
  font-size: 16px;
  margin-bottom: 24px;
}
.service7-section .content .title {
  font-size: 50px;
  margin-bottom: 30px;
}
.service7-section .content .desc {
  color: #5b5b5b;
  font-size: 18px;
}
.service7-section .content .desc a {
  color: #5b5b5b;
}

.service8-section {
  margin-bottom: 200px;
}
.service8-section .inner-content-wrapper .item {
  padding: 24px 0px 24px 40px;
  border: 2px solid;
  border-radius: 8px;
  border-color: var(--theme-black);
}
.service8-section .inner-content-wrapper .item:not(:last-child) {
  margin-bottom: 18px;
}
.service8-section .inner-content-wrapper .item .icon {
  width: 80px;
  height: 80px;
  margin-right: 32px;
  border: 2px solid;
  border-color: var(--theme-black);
}
.service8-section .inner-content-wrapper .item .title {
  font-size: 32px;
  margin-bottom: 16px;
}
.service8-section .inner-content-wrapper .item .desc {
  color: #5b5b5b;
  font-size: 18px;
}
.service8-section .inner-content-wrapper .item .number {
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 2px solid;
  border-color: var(--theme-black);
}

.service9-section {
  padding: 130px 0px 198px 0px;
}
.service9-section .service9-section-wrapper {
  z-index: 333;
}
.service9-section .video-popup-content {
  width: 469px;
  height: 596px;
  background-color: #5674b9;
  border-radius: 10px;
}
.service9-section .video-popup-content .project-shape {
  top: 24px;
  left: -174px;
}
.service9-section .content-list .experience-content .year-number {
  color: #fa4729;
  font-size: 110px;
  line-height: 110px;
}
.service9-section .content-list .experience-content .year-text {
  color: #382c4d;
  font-size: 28px;
  line-height: 36px;
}
.service9-section .content-list a {
  padding: 23px 53px;
}
.service9-section .dotted-shape {
  top: 190px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}
.service9-section .circle-shape {
  top: 190px;
  right: -235px;
  z-index: 1;
  pointer-events: none;
}

.mission-section {
  margin-bottom: 125px;
}
.mission-section .thumb img {
  float: right;
}
.mission-section .content-area .title {
  font-size: 30px;
  margin-bottom: 20px;
}

.service10-section {
  padding-bottom: 165px;
}
.service10-section .content-box .item-content::before {
  content: "";
  bottom: -40px;
  left: 0px;
  width: 47%;
  height: 2px;
  background-color: #f64e99;
  position: absolute;
  z-index: 2;
}
.service10-section .content-box .item-content::after {
  content: "";
  bottom: -40px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #f4f4ff;
  position: absolute;
  z-index: 1;
}
.service10-section .content-box .item-content:not(:last-child) {
  margin-bottom: 80px;
}
.service10-section .content-box .item-content .thumb .icon {
  width: 130px;
  height: 130px;
  background-color: #f4f4ff;
  margin-right: 32px;
}
.service10-section .content-box .item-content .thumb .icon .number {
  top: 0px;
  left: 0px;
  width: 37px;
  height: 37px;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f14a9c), to(#9e14d0));
  background: linear-gradient(#f14a9c, #9e14d0);
}
.service10-section .content-box .item-content .title {
  color: #0c192b;
  font-size: 28px;
  line-height: 35px;
  padding-right: 64px;
}

.service11-section {
  padding-bottom: 120px;
}
.service11-section .inner-item .thumb {
  margin-right: 30px;
  z-index: 1;
}
.service11-section .inner-item .thumb::before {
  content: "";
  top: -24px;
  left: -35px;
  width: 98px;
  height: 98px;
  background-color: #fff4fc;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
}
.service11-section .inner-item .number {
  color: #0c192b;
  font-size: 48px;
  line-height: 35px;
  margin-bottom: 15px;
}
.service11-section .inner-item span {
  color: #5b5b5b;
  font-size: 15px;
  line-height: 24px;
}

.service12-section {
  padding-bottom: 160px;
}
.service12-section .list {
  margin-bottom: 50px;
}
.service12-section .list li {
  color: #242f51;
  font-size: 18px;
}
.service12-section .list li:not(:last-child) {
  margin-bottom: 10px;
}
.service12-section .list li i {
  color: #af1fc6;
  padding-right: 10px;
}

.sidebar-fixed-content {
  width: 440px;
  padding: 55px 0px 45px 80px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar-fixed-content .logo {
  margin-bottom: 119px;
}
.sidebar-fixed-content .nav-tab-menu {
  margin-bottom: 100px;
}
.sidebar-fixed-content .nav-tab-menu a {
  color: #101010;
  font-size: 22px;
  padding: 10px 28px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  display: inline;
}
.sidebar-fixed-content .nav-tab-menu a:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-fixed-content .nav-tab-menu a.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f14b9c), to(#a317ce));
  background: linear-gradient(#f14b9c, #a317ce);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sidebar-fixed-content .nav-tab-menu a:hover {
  color: var(--theme-white);
  background: -webkit-gradient(linear, left top, left bottom, from(#f14b9c), to(#a317ce));
  background: linear-gradient(#f14b9c, #a317ce);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sidebar-fixed-content .section-bottom {
  margin-left: -20px;
}
.sidebar-fixed-content .info-content {
  margin-bottom: 68px;
}
.sidebar-fixed-content .info-content li:not(:last-child) {
  margin-bottom: 14px;
}
.sidebar-fixed-content .info-content li .icon {
  width: 75px;
  height: 75px;
  background-color: #fff8f8;
  margin-right: 16px;
}
.sidebar-fixed-content .info-content li .info-text .text {
  color: #7a7f93;
  font-size: 15px;
}
.sidebar-fixed-content .info-content li .info-text .number,
.sidebar-fixed-content .info-content li .info-text .mail {
  color: #082d3d;
  font-size: 22px;
}
.sidebar-fixed-content .copyright {
  color: #707070;
  font-size: 16px;
}
.sidebar-fixed-content .circle-shape {
  bottom: 30%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header4-section .social-links {
  bottom: 55px;
  left: 55px;
}
.header4-section .social-links li:not(:last-child) {
  margin-bottom: 32px;
}
.header4-section .social-links li a {
  font-size: 17px;
}

.header2-hero-slider {
  padding: 70px 0px;
}
.header2-hero-slider .slide-content .subtitle {
  color: #969696;
  font-size: 16px;
  margin-bottom: 40px;
}
.header2-hero-slider .slide-content .title {
  font-size: 72px;
  margin-bottom: 17px;
}
.header2-hero-slider .slide-content .title > span {
  color: #fa4729 !important;
}
.header2-hero-slider .slide-content .desc {
  color: #d5d5d5;
  margin-bottom: 67px;
}
.header2-hero-slider .slide-content .slide-btn:hover span i {
  color: #fa4729;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.header2-hero-slider .slide-content .slide-btn span {
  font-size: 16px;
  z-index: 999999;
  padding-left: 40px;
}
.header2-hero-slider .slide-content .slide-btn span i {
  padding-left: 46px;
}
.header2-hero-slider .slide-content .slide-btn::before {
  content: "";
  top: -20px;
  left: 0px;
  width: 179px;
  height: 64px;
  position: absolute;
  background-image: url(../images/shapes/button-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 333;
}
.header2-hero-slider .slide-content .slide-btn::after {
  content: "";
  top: -19px;
  left: 32px;
  width: 192px;
  height: 63px;
  background-color: #1e1a19;
  position: absolute;
  border-radius: 50px;
  z-index: 1;
}
.header2-hero-slider .hero-left-arrow i,
.header2-hero-slider .hero-right-arrow i {
  font-size: 20px;
  font-weight: 900;
  line-height: 12px;
  padding: 30px;
  border: 2px dotted;
  border-color: #787878;
  cursor: pointer;
}
.header2-hero-slider .hero-left-arrow i:hover,
.header2-hero-slider .hero-right-arrow i:hover {
  color: #fa4729;
  border-color: #fa4729;
}
.header2-hero-slider .hero-left-arrow {
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header2-hero-slider .hero-right-arrow {
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.showcase-section {
  margin-bottom: 223px;
}

.showcase-content .subtitle {
  color: #3a3c48;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 27px;
}
.showcase-content .title {
  color: #000000;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 36px;
}
.showcase-content .desc {
  color: #505050;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 60px;
}

.showcase-thumb::after {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #7e5649;
  border-radius: 64px;
  position: absolute;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  opacity: 0.7;
  display: none;
}
.showcase-thumb .social_action_btns {
  top: 35%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.showcase-thumb .social_action_btns li {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.showcase-thumb .social_action_btns li a {
  width: 65px;
  height: 65px;
  background-color: #555655;
}
.showcase-thumb .social_action_btns li a:hover {
  color: var(--theme-black) !important;
  background-color: #eaff00;
}
.showcase-thumb:hover::after {
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.showcase-thumb:hover .social_action_btns li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.showcase-thumb:hover .social_action_btns li:not(:last-child) {
  margin-right: 10px;
}
.showcase-thumb:hover .social_action_btns li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.showcase-thumb:hover .social_action_btns li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.showcase-thumb:hover .social_action_btns li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.showcase-thumb:hover .text-content {
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.showcase-thumb .text-content {
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 300px;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  opacity: 0;
  z-index: 333;
}
.showcase-thumb .text-content .title {
  font-size: 46px;
  margin-bottom: 12px;
}
.showcase-thumb .text-content .subtitle {
  font-size: 17px;
  font-weight: 200px;
}
.showcase-thumb img {
  width: 100%;
}

.showcase2-section {
  padding: 120px 0px 170px 0px;
}
.showcase2-section .inner-content {
  padding-left: 68px;
}
.showcase2-section .inner-content .subtitle {
  font-size: 15px;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(#c33768, #e9bd4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 222;
}
.showcase2-section .inner-content .subtitle::after {
  content: "";
  bottom: 0px;
  left: 0px;
  width: 98px;
  height: 11px;
  background-color: #f6f1f1;
  position: absolute;
  z-index: -1;
}
.showcase2-section .inner-content .title {
  font-size: 75px;
  margin-top: 25px;
  margin-bottom: 40px;
}
.showcase2-section .inner-content .desc {
  color: #565656;
  font-size: 16px;
  margin-bottom: 60px;
}
.showcase2-section .inner-content .desc::after {
  content: "";
  bottom: 79px;
  right: -68px;
  width: 50px;
  height: 50px;
  background-image: url("../images/shapes/love-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.subscribe-section {
  padding: 106px 0px 115px 0px;
}
.subscribe-section .subscribe-content .title {
  color: #262626;
  font-size: 32px;
  margin-bottom: 24px;
}
.subscribe-section .subscribe-content #subscribeForm {
  max-width: 503px;
  margin-bottom: 17px;
}
.subscribe-section .subscribe-content #subscribeForm input {
  padding: 25px 30px;
  border: none;
}
.subscribe-section .subscribe-content #subscribeForm input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subscribe-section .subscribe-content #subscribeForm input::-webkit-input-placeholder {
  color: #808080;
  font-size: 13px;
}
.subscribe-section .subscribe-content #subscribeForm input::-moz-placeholder {
  color: #808080;
  font-size: 13px;
}
.subscribe-section .subscribe-content #subscribeForm input:-ms-input-placeholder {
  color: #808080;
  font-size: 13px;
}
.subscribe-section .subscribe-content #subscribeForm input::-ms-input-placeholder {
  color: #808080;
  font-size: 13px;
}
.subscribe-section .subscribe-content #subscribeForm input::placeholder {
  color: #808080;
  font-size: 13px;
}
.subscribe-section .subscribe-content #subscribeForm .sub-btn {
  top: 0px;
  right: 0px;
  font-size: 15px;
  padding: 25px 30px;
  background-color: #fa4729;
}
.subscribe-section .subscribe-content .spammers {
  margin-bottom: 31px;
}
.subscribe-section .subscribe-content .social-area .social-links {
  margin-right: 18px;
}
.subscribe-section .subscribe-content .social-area .social-links li:not(:last-child) {
  margin-right: 12px;
}
.subscribe-section .subscribe-content .social-area .social-links li a {
  width: 44px;
  height: 44px;
}
.subscribe-section .subscribe-content .social-area span {
  color: #535252;
  font-size: 18px;
}
.subscribe-section .apps-content .title {
  color: #262626;
  font-size: 32px;
  margin-bottom: 24px;
}
.subscribe-section .apps-content .desc {
  color: #525151;
  margin-bottom: 44px;
}
.subscribe-section .apps-content .desc a {
  color: #525151;
}

.tab-content-wrapper .tab-pane {
  padding: 300px 0px 360px 0px;
  height: 120vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tab-content-wrapper .tab-nav-content {
  position: absolute;
  border-top: 3px solid #2e3031;
  top: 100%;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
}
.tab-content-wrapper .services-tab-item.tab-section-content .subtitle {
  font-size: 14px;
}
.tab-content-wrapper .services-tab-item.tab-section-content .title {
  width: 435px;
  font-size: 49px;
  line-height: 60px;
  margin: auto;
}
.tab-content-wrapper .services-tab-item.tab-section-content .btn-content {
  bottom: 14px;
  right: 26px;
}
.tab-content-wrapper .services-tab-item .box-item {
  padding: 25px;
  margin-top: 55px;
  border-radius: 10px;
}
.tab-content-wrapper .services-tab-item .box-item .icon {
  width: 107px;
  height: 107px;
  background-color: #f4f9ff;
}
.tab-content-wrapper .services-tab-item .box-item h3 {
  font-size: 22px;
  padding-top: 19px;
  margin-bottom: 22px;
}
.tab-content-wrapper .services-tab-item .box-item p {
  color: #666666;
  font-size: 17px;
  font-family: "Jost", sans-serif;
  margin-bottom: 26px;
}
.tab-content-wrapper .services-tab-item .box-item .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-content-wrapper .services-tab-item .box-item .list li {
  font-size: 16px;
  line-height: 30px;
}
.tab-content-wrapper .services-tab-item .box-item .list li::marker {
  color: #fa4729;
}
.tab-content-wrapper .brand-tab-item .filter-nav {
  top: 0px;
  right: 20px;
  position: relative;
}
.tab-content-wrapper .brand-tab-item .filter-nav a {
  font-size: 20px;
}
.tab-content-wrapper .brand-tab-item .filter-nav a.active {
  color: #fa4729 !important;
}
.tab-content-wrapper .brand-tab-item .filter-nav a:hover {
  color: #fa4729 !important;
}
.tab-content-wrapper .brand-tab-item .filter-nav a:hover i {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.tab-content-wrapper .brand-tab-item .filter-nav a:not(:last-child) {
  margin-bottom: 20px;
}
.tab-content-wrapper .brand-tab-item .filter-nav a i {
  padding-right: 10px;
}
.tab-content-wrapper .brand-tab-item #brand {
  margin: 1rem 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-column-width: 33.3333333333%;
  -moz-column-width: 33.3333333333%;
  column-width: 33.3333333333%;
  margin-right: 60px;
}
.tab-content-wrapper .brand-tab-item #brand .item {
  z-index: 222;
}
.tab-content-wrapper .brand-tab-item #brand .item:hover::after {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.tab-content-wrapper .brand-tab-item #brand .item:hover .inner-text li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.tab-content-wrapper .brand-tab-item #brand .item:hover .inner-text li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.tab-content-wrapper .brand-tab-item #brand .item .inner-text {
  top: 35%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab-content-wrapper .brand-tab-item #brand .item .inner-text li {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.tab-content-wrapper .brand-tab-item #brand .item .inner-text li .cat {
  color: #fa4729;
  font-size: 13px;
  margin-bottom: 10px;
}
.tab-content-wrapper .brand-tab-item #brand .item .inner-text li .title {
  font-size: 22px;
}
.tab-content-wrapper .brand-tab-item #brand .item::after {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 0px;
  height: 100%;
  background-color: #100f0f;
  position: absolute;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.tab-content-wrapper .brand-tab-item #brand .tile {
  display: none;
}
.tab-content-wrapper .brand-tab-item #brand .tile img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.tab-content-wrapper .brand-tab-item #brand .scale-anm {
  margin: 0 0 2rem;
  width: 100%;
}
.tab-content-wrapper .dev-tab-item .subtitle {
  font-size: 16px;
  margin-bottom: 40px;
}
.tab-content-wrapper .dev-tab-item .title {
  font-size: 85px;
  margin-bottom: 30px;
}
.tab-content-wrapper .dev-tab-item .title span {
  color: #fa4729;
}
.tab-content-wrapper .dev-tab-item .desc {
  font-size: 18px;
  margin-bottom: 60px;
}
.tab-content-wrapper .tab-nav-content .nav-item:last-child .nav-link {
  border-right: none;
}
.tab-content-wrapper .tab-nav-content .nav-item .nav-link {
  font-size: 40px;
  padding: 45px 80px;
  border-right: 3px solid;
  border-color: #2e3031;
  border-radius: 0;
}
.tab-content-wrapper .tab-nav-content .nav-item .nav-link span {
  font-size: 14px;
  margin-bottom: 5px;
}
.tab-content-wrapper .tab-nav-content .nav-item .nav-link.active {
  color: #fa4729 !important;
  background-color: transparent;
  border-color: #402a28;
}

.team-section {
  padding: 170px 0px 107px 0px;
}
.team-section .top-content {
  margin-bottom: 68px;
}
.team-section .top-content .title {
  font-size: 60px;
}

.team-inner-content .item-content {
  padding: 125px 0px 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-inner-content .item-content .text-content .designation {
  font-size: 14px;
  margin-bottom: 25px;
}
.team-inner-content .item-content .text-content .author {
  font-size: 80px;
  margin-bottom: 28px;
}
.team-inner-content .item-content .text-content a {
  padding: 18px 22px;
  border: 2px dotted;
  border-color: #fefefe;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-inner-content .item-content .text-content a:hover {
  border-color: #ef4428;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-inner-content .item-content .text-content a:hover i {
  color: #ef4428 !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.team2-section {
  padding: 95px 0px 160px 0px;
  z-index: 999999;
}
.team2-section::before {
  content: "";
  top: 15px;
  left: 50%;
  width: 1200px;
  height: 500px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f9f9f9;
  border-radius: 10px;
  z-index: -1;
}
.team2-section .top-content {
  margin-bottom: 55px;
}
.team2-section .top-content .subtitle {
  color: #fa5f45;
  font-size: 15px;
  margin-bottom: 20px;
}
.team2-section .top-content .subtitle::before {
  content: "";
  top: -19px;
  left: 35px;
  width: 14px;
  height: 14px;
  background-color: #fb5f45;
  border-radius: 100%;
  position: absolute;
  z-index: 333;
}
.team2-section .top-content .subtitle::after {
  content: "";
  top: -24px;
  left: 31px;
  width: 14px;
  height: 14px;
  background-color: #ffc8bf;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
.team2-section .top-content .title {
  color: #222222;
  font-size: 50px;
}
.team2-section .team2-inner-content .card {
  max-width: 100% !important;
}
.team2-section .team2-inner-content .card .card-body .name {
  color: #252525;
  font-size: 26px;
  line-height: 10px;
  margin-bottom: 15px;
}
.team2-section .team2-inner-content .card .card-body .designation {
  color: #46515b;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.team3-section {
  padding: 145px 0px 85px 0px;
}
.team3-section .section-top-content {
  margin-bottom: 55px;
}
.team3-section .team3-inner-content {
  margin-bottom: 125px;
}
.team3-section .team3-inner-content .thumb {
  width: 388px;
  height: 383px;
}
.team3-section .team3-inner-content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team3-section .team3-inner-content .thumb .more-work {
  height: 383px;
  background-color: #f0f3f7;
}
.team3-section .team3-inner-content .thumb .more-work a {
  font-size: 24px;
}
.team3-section .team3-inner-content .thumb .more-work a:hover {
  color: #c33668 !important;
}
.team3-section .contact-area .title {
  font-size: 40px;
  margin-bottom: 45px;
}
.team3-section .contact-area .title:hover {
  color: #c33668 !important;
}
.team3-section .contact-area .author-content ul {
  margin-left: 45px;
}
.team3-section .contact-area .author-content ul li:not(:first-child) {
  margin-left: -10px;
}
.team3-section .contact-area .author-content ul li a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team3-section .contact-area .author-content ul li a img {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.team4-section {
  padding: 112px 0px 222px 0px;
}
.team4-section .section-content .title {
  font-size: 55px;
  margin-bottom: 37px;
}
.team4-section .section-content .desc {
  color: #5b5b5b;
  font-size: 18px;
  margin-bottom: 46px;
}
.team4-section .section-content .desc a {
  color: #5b5b5b;
}
.team4-section .team-inner-content .thumb {
  margin-bottom: 20px;
}
.team4-section .team-inner-content .title {
  font-size: 25px;
  margin-bottom: 15px;
}
.team4-section .team-inner-content .designation {
  color: #5e5e5e;
  font-size: 15px;
}

.team5-section {
  padding: 184px 0px 130px 0px;
}
.team5-section .team-content-area .author-content {
  width: 330px;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team5-section .team-content-area .author-content::after {
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  background-color: #514847;
  position: absolute;
  opacity: 0.7;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team5-section .team-content-area .author-content:hover {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team5-section .team-content-area .author-content:hover::after {
  width: 100%;
  visibility: visible;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.team5-section .team-content-area .author-content:hover .author-text {
  display: block !important;
}
.team5-section .team-content-area .author-content .author-text {
  z-index: 333;
}
.team5-section .team-content-area .author-content .author-text .title {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 15px;
}
.team5-section .team-content-area .author-content .author-text .designation {
  color: #fa4729;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.team5-section .list-item li:not(:last-child) {
  margin-bottom: 30px;
}
.team5-section .list-item li i {
  color: #fa4729;
  font-size: 35px;
  margin-right: 20px;
}
.team5-section .list-item li span {
  color: #111c16;
  font-size: 18px;
}

.team6-section {
  padding-bottom: 90px;
}
.team6-section .author-content {
  padding: 55px 100px;
  background-color: #e8f6f7;
  text-align: center;
}
.team6-section .author-content .thumb {
  margin-bottom: 40px;
}
.team6-section .author-content .author {
  color: #222222;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 10px;
}
.team6-section .author-content .subtitle {
  font-size: 14px;
  margin-bottom: 33px;
}
.team6-section .author-content .text-circle {
  top: -65px;
  left: -65px;
}
.team6-section .author-content .text-circle svg {
  fill: currentColor;
  height: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 135px;
  -webkit-animation: rotation 20s infinite linear;
          animation: rotation 20s infinite linear;
  position: absolute;
}
.team6-section .author-content .text-circle svg text textPath {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 300;
  font-size: 16px;
}
.team6-section .social-links li:not(:last-child) {
  margin-right: 6px;
}
.team6-section .social-links li a {
  width: 55px;
  height: 55px;
  background-color: transparent;
}
.team6-section .social-links li a:hover {
  background-color: #c9f3f6;
}
.team6-section .social-links li a:hover i {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.team6-section .social-links li a i {
  color: #222222;
  font-size: 22px;
}
.team6-section .author-text .top-text {
  color: #0c192b;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 45px;
}
.team6-section .author-text .list-title {
  color: #0c192b;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
}
.team6-section .author-text .list li {
  padding-left: 34px;
}
.team6-section .author-text .list li:not(:last-child) {
  margin-bottom: 58px;
}
.team6-section .author-text .list li:not(:last-child)::after {
  content: "";
  bottom: -28px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #f4f4ff;
  position: absolute;
}
.team6-section .author-text .list li::before {
  content: "";
  top: 4px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/ball.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.team6-section .author-text .list li .title {
  color: #0c192b;
  font-size: 22px;
  line-height: 25px;
}
.team6-section .author-text .list li .since {
  color: #414447;
  font-size: 19px;
}

.team7-section {
  padding: 115px 0px;
  background-color: #eefaff;
}
.team7-section .service-list {
  margin-top: 35px;
}
.team7-section .service-list li {
  padding: 25px 40px;
  border-radius: 10px;
}
.team7-section .service-list li:hover {
  background-color: #e4f7ff;
}
.team7-section .service-list .thumb {
  width: 85px;
  height: 85px;
  -webkit-box-shadow: 0px 3px 76px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 76px 0px rgba(0, 0, 0, 0.05);
}
.team7-section .service-list .text {
  padding-left: 33px;
}
.team7-section .service-list .text .title {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 10px;
}
.team7-section .service-list .text .desc {
  color: #616368;
  font-size: 19px;
  line-height: 25px;
  font-family: "Jost", sans-serif;
}

.testimonial-section {
  padding-bottom: 120px;
}
.testimonial-section .testimonial-slide-item .author-content {
  margin-right: 214px;
}
.testimonial-section .testimonial-slide-item .author-content::after {
  content: "";
  top: 122px;
  right: -166px;
  width: 123px;
  height: 1px;
  background-color: #a1321f;
  position: absolute;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
.testimonial-section .testimonial-slide-item .author-content::before {
  content: "";
  top: 140px;
  right: -166px;
  width: 123px;
  height: 1px;
  background-color: #a1321f;
  position: absolute;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
.testimonial-section .testimonial-slide-item .author-content .thumb {
  width: 210px;
  height: 210px;
  margin-bottom: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section .testimonial-slide-item .author-content .thumb img {
  width: 100%;
  height: 100%;
}
.testimonial-section .testimonial-slide-item .author-content .name {
  font-size: 29px;
}
.testimonial-section .testimonial-slide-item .author-content .designation {
  color: #fa4729;
  font-size: 14px;
}
.testimonial-section .testimonial-slide-item .content {
  margin-bottom: 43px;
}
.testimonial-section .testimonial-slide-item .content::before {
  content: "“";
  top: -58px;
  left: -15px;
  color: #fff;
  font-size: 90px;
  position: absolute;
}
.testimonial-section .testimonial-slide-item .content .desc {
  font-size: 28px;
}
.testimonial-section .testimonial-slide-nav {
  bottom: 121px;
  left: 804px;
}
.testimonial-section .testimonial-left-arrow i {
  color: var(--theme-white);
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
  padding: 20px;
  border: 2px dotted;
  border-color: #787878;
  margin-right: 15px;
  cursor: pointer;
}
.testimonial-section .testimonial-left-arrow i:hover {
  color: #fa4729;
  border-color: #fa4729;
}
.testimonial-section .testimonial-right-arrow i {
  color: #fa4729;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
  padding: 20px;
  border: 2px dotted;
  border-color: #ef4428;
  cursor: pointer;
}

.testimonial2-section {
  padding: 88px 0px 105px 0px;
  background-color: #f5f5f5;
}
.testimonial2-section .authot-content .quote {
  top: 25px;
  right: 66px;
}
.testimonial2-section .text-area .customer {
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 40px;
}
.testimonial2-section .text-area .customer span {
  color: #8b8b8b;
  font-weight: 300;
  margin-bottom: 63px;
}
.testimonial2-section .text-area .title {
  color: #051133;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 65px;
}
.testimonial2-section .text-area .name {
  color: #1a1a1a;
  font-size: 25px;
  margin-bottom: 15px;
}
.testimonial2-section .text-area .designation {
  color: #8b8b8b;
  font-size: 18px;
}
.testimonial2-section .hero-slide-nav .testimonial2-left-arrow {
  top: 50%;
  left: -68px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial2-section .hero-slide-nav .testimonial2-left-arrow i {
  color: #0c6bf9;
  font-size: 20px;
  cursor: pointer;
}
.testimonial2-section .hero-slide-nav .testimonial2-right-arrow {
  top: 50%;
  right: -68px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonial2-section .hero-slide-nav .testimonial2-right-arrow i {
  color: #caccd2;
  font-size: 20px;
  cursor: pointer;
}

.testimonial3-section {
  padding: 195px 0px 115px;
  margin-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial3-section .inner-content .icon {
  margin-bottom: 45px;
}
.testimonial3-section .inner-content .title {
  font-size: 50px;
  line-height: 60px;
  font-style: italic;
  margin-bottom: 68px;
}
.testimonial3-section .inner-content .client-thumb {
  width: 455px;
  padding: 17px 30px;
  border: 2px solid #d437af;
}
.testimonial3-section .inner-content .client-thumb .text {
  padding-left: 25px;
}
.testimonial3-section .inner-content .client-thumb .text .name {
  font-size: 23px;
  line-height: 25px;
}
.testimonial3-section .inner-content .client-thumb .text .designation {
  font-size: 16px;
}

.container-fullwidth {
  max-width: 100%;
  overflow: hidden;
}

.container-fluid {
  max-width: 1730px;
}

.container {
  max-width: 1400px;
}

.container-xmd {
  max-width: 1300px;
  margin: auto;
  padding: 0px 15px;
}

.container-md {
  max-width: 1290px;
}

.container-smd {
  max-width: 1200px;
  margin: auto;
  padding: 0px 15px;
}

.container-sm {
  max-width: 1170px;
}

.max-w {
  max-width: 440px;
  height: auto;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-22 {
  padding: 22px;
}

.prl-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.p-all {
  padding: 22px 55px;
}

.plr-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.plr-77 {
  padding-left: 77px;
  padding-right: 77px;
}

.plr-88 {
  padding-left: 88px;
  padding-right: 88px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-120 {
  padding-right: 120px;
}

.pt-135 {
  padding-top: 135px;
}

.ptb-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-185 {
  padding-top: 185px !important;
}

.pb-234 {
  padding-bottom: 234px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-77 {
  margin-top: 77px;
}

.mb-143 {
  margin-bottom: 143px;
}

.border-color {
  border: 2px solid;
  border-color: #f2f2f2;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-50 {
  border-radius: 50px !important;
}

.rounded-100 {
  border-radius: 100px !important;
}

.popup-icon-text {
  bottom: -70px;
  left: -60px;
  width: 410px;
  height: 392px;
  background-color: #a6a8ae;
  border-radius: 10px;
}
.popup-icon-text .popup-icon {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#8700d8), color-stop(#d300af), color-stop(#ff307d), to(#fb9862));
  background: linear-gradient(to right, #8700d8, #d300af, #ff307d, #fb9862);
  margin-bottom: 30px;
}
.popup-icon-text .popup-icon i {
  font-size: 12px;
}
.popup-icon-text .popup-text {
  color: #fefeff;
  font-size: 12px;
}

#videoPopup .modal-header {
  border-bottom: none;
  padding: 0px;
}
#videoPopup .modal-header .btn-close {
  top: -20px;
  right: -20px;
  width: 25px;
  height: 25px;
  background-color: var(--theme-white);
  z-index: 333;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}
#videoPopup .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#videoPopup .modal-body {
  height: 420px;
}
#videoPopup .modal-body iframe {
  width: 100%;
  height: 100%;
}

.video-area .video-slide .video-right-arrow,
.video-area .video-slide .video-left-arrow {
  top: 0px;
  right: 0px;
  width: 150px !important;
}
.video-area .video-slide .video-right-arrow::after,
.video-area .video-slide .video-left-arrow::after {
  display: none;
}
.video-area .video-slide .video-slide-item iframe {
  width: 100%;
}
.video-area .video-slide-nav {
  top: -77px;
  right: 0px;
}
.video-area .video-slide-nav .video-left-arrow i {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.video-area .video-slide-nav .video-right-arrow i {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.reel-section .reel-slide .reel-right-arrow {
  width: 95px;
  height: 95px;
  background-color: var(--theme-white);
  border-radius: 100%;
}
.reel-section .reel-slide .reel-right-arrow i {
  color: var(--theme-black);
}
.reel-section .reel-slide .reel-right-arrow::after {
  display: none;
}
.reel-section .reel-slide .reel-left-arrow {
  width: 95px;
  height: 95px;
  background-color: var(--theme-white);
  border-radius: 100%;
}
.reel-section .reel-slide .reel-left-arrow i {
  color: var(--theme-black);
}
.reel-section .reel-slide .reel-left-arrow::after {
  display: none;
}
.reel-section .reel-slide-nav .reel-left-arrow {
  top: 50%;
  left: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reel-section .reel-slide-nav .reel-left-arrow i {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.reel-section .reel-slide-nav .reel-right-arrow {
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reel-section .reel-slide-nav .reel-right-arrow i {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media screen and (max-width: 1799.98px) {
  .service2-section .service2-top-content::before {
    height: 580px;
  }

  .about-us-section::after {
    height: 831px;
  }

  .hero11-right-content .home-tab-content .content-text .title {
    font-size: 70px;
    line-height: 75px;
  }

  .sidebar-fixed-content {
    width: 440px;
    padding: 55px 0px 45px 50px;
  }
}
@media screen and (max-width: 1699.98px) {
  .price-section-wrapper .price-card-wrapper .price-card-nav {
    top: 13%;
    right: 50px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .price-section-wrapper .price-card-wrapper .price-card-nav button:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card {
    right: -37px;
  }

  .hero7-section .hero-thumb img {
    width: 400px;
    margin-left: 123px;
  }

  .price2-section {
    padding: 80px 0px 85px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1599.98px) {
  .team2-section::before {
    width: 100%;
    height: 500px;
  }

  .hero7-section .top-shape {
    top: -46px;
    right: 292px;
  }

  .header7-section .menu-item-links {
    left: 27px;
  }

  .hero6-section .top-shape img {
    width: 105px;
  }

  .portfolio2-section-wrapper {
    padding: 0px 50px;
  }

  .header9-section .header-shape .right-top {
    right: -438px;
  }

  .hero11-right-content {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 60px;
  }

  .mission-section .thumb {
    padding: 0px 20px;
  }

  .tab-content-wrapper .tab-nav-content .nav-item .nav-link {
    font-size: 35px;
    padding: 45px 60px;
  }
}
@media screen and (max-width: 1499.98px) {
  .project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav {
    padding-right: 80px;
  }

  .service2-section .service2-top-content .service-item:not(:last-child) {
    padding-right: 0px;
  }

  .project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav::after {
    top: -30px;
    left: -104px;
    height: 105px;
  }

  .service2-section .service2-top-content::before {
    width: 1095px;
    height: 580px;
  }

  .hero3-section-area::after {
    left: 276px;
  }
}
@media screen and (max-width: 1449.98px) {
  .project-details-section .inner-content .thumb {
    width: 100%;
    height: auto;
  }

  .header9-section .header-shape .right-top2 {
    top: 523px;
    right: 97px;
    width: 106px;
    height: auto;
  }

  .hero11-right-content {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero11-right-content .btn-text {
    margin: 35px 0px;
  }
  .hero11-right-content .home-tab-content .content-text .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1399.98px) {
  .service2-section .service2-top-content::before {
    height: 576px;
  }

  .hero7-section .hero-thumb img {
    width: 308px;
    margin-left: 249px;
  }

  .about-us-section::after {
    width: 1088px;
    height: 866px;
  }

  .footer4-section .footer-bottom .copyright::before {
    left: 67px;
    width: 340px;
  }
  .footer4-section .footer-bottom .copyright::after {
    right: 67px;
    width: 340px;
  }

  .header7-section .menu-item-links .nav-link {
    font-size: 20px;
    padding: 10px 12px;
  }

  .mover-area .mover1,
.mover-area .mover2 {
    font-size: 75px;
  }

  .header9-section .header-shape .right-top {
    right: -530px;
  }

  .about-me-hero-content .author-area .progress-bar-content {
    right: -3px;
  }

  .price2-section .features-content {
    right: -8px;
    width: 475px;
  }
  .price2-section .features-content .content-list {
    padding: 30px;
  }

  .sidebar-fixed-content {
    padding: 55px 0px 45px 40px;
  }
  .sidebar-fixed-content .section-bottom {
    min-width: 300px;
  }

  .hero11-right-content .btn-text {
    margin: 35px 0px;
  }

  .hero8-section .social-links li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }

  .header12-section .navbar-menu .navbar-menu-item {
    padding-right: 40px;
  }

  .testimonial2-section .hero-slide-nav .testimonial2-right-arrow {
    right: -20px !important;
  }
  .testimonial2-section .hero-slide-nav .testimonial2-left-arrow {
    left: -20px !important;
  }

  .price3-section .price-card-nav {
    left: -30px;
  }
  .price3-section .price-card-nav button {
    padding: 12px 18px;
  }

  .tab-content-wrapper .brand-tab-item #brand {
    margin-right: 120px;
  }
}
@media screen and (max-width: 1328.98px) {
  .about-us-section::after {
    width: 900px;
    height: 950px;
  }

  .project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav::after {
    display: none;
  }

  .tab-content-wrapper .brand-tab-item .filter-nav {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-content-wrapper .brand-tab-item #brand {
    margin-right: 0;
  }
  .tab-content-wrapper .tab-nav-content .nav-item .nav-link {
    font-size: 28px;
    padding: 45px 40px;
  }
}
@media screen and (max-width: 1299.98px) {
  .navbar-area .navbar-menu::after {
    top: -21px !important;
    left: -114px !important;
    height: 103px !important;
  }

  .service9-section .video-popup-content .project-shape {
    left: 0px;
  }

  .popup-icon-text {
    left: 55px;
    width: 331px;
    height: 329px;
  }

  .testimonial2-section .authot-content {
    width: 350px;
    height: 350px;
    margin-left: 100px;
  }
  .testimonial2-section .authot-content .quote {
    top: 14px;
    right: -37px;
  }
  .testimonial2-section .text-area .title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 35px;
  }

  .header12-section .navbar-menu .nav-item:not(:last-child) {
    padding-right: 26px;
  }
  .header12-section .right-content .purple-gradient-btn.custom-btn {
    padding: 14px 30px;
  }
}
@media screen and (max-width: 1239.98px) {
  .portfolio-section .portfolio-skill-content .skill-item.first-item {
    padding: 29px 53px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.second-item {
    top: 5px;
    right: 34px;
    width: 162px;
    height: 162px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.third-item {
    padding: 27px 43px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.fourth-item {
    right: 9px;
    width: 211px;
    height: 211px;
  }
}
@media screen and (max-width: 1199.98px) {
  h1 {
    font-size: 50px !important;
    line-height: 55px !important;
  }

  h2 {
    font-size: 40px !important;
    line-height: 52px !important;
  }

  h3 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .hero-content .title {
    font-size: 50px;
  }
  .hero-content .desc {
    font-size: 16px;
  }

  .showcase-content .title {
    font-size: 40px;
  }
  .showcase-content .desc {
    font-size: 16px;
  }

  .price-section .price-content {
    text-align: center;
  }
  .price-section .price-card-wrapper {
    padding: 80px 0px;
    margin-top: 120px;
  }

  .price-section-wrapper .price-content .title {
    font-size: 40px;
  }
  .price-section-wrapper .price-content .desc {
    font-size: 16px;
    padding: 0px 220px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content {
    padding-left: 0px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card .price {
    font-size: 45px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-nav {
    top: 39%;
    right: 50%;
    width: 100%;
    -webkit-transform: translate(50%);
            transform: translate(50%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .middle-content .title {
    font-size: 40px;
  }
  .middle-content .desc {
    font-size: 16px;
  }

  .header2-hero-slider .slide-thumb {
    width: 100%;
  }
  .header2-hero-slider .slide-thumb img {
    width: 45%;
    margin: auto;
  }
  .header2-hero-slider .slide-content {
    margin: 50px 0px;
  }
  .header2-hero-slider .slide-content .title {
    font-size: 50px;
  }
  .header2-hero-slider .hero-left-arrow {
    left: 100px;
  }
  .header2-hero-slider .hero-right-arrow {
    right: 100px;
  }

  .project-section .top-content .title {
    font-size: 40px;
  }
  .project-section .top-content .request-btn {
    padding: 66px 28px;
  }

  .project-item-wrapper .project-content::after {
    width: 275px;
  }
  .project-item-wrapper .project-content .title {
    font-size: 30px;
  }

  .team-section .top-content .title {
    font-size: 40px;
  }

  .team-inner-content .item-content {
    padding: 80px 0px 80px 0px;
  }
  .team-inner-content .item-content .text-content .author {
    font-size: 45px;
  }

  .view-more-content .view-more-btn {
    padding: 42px 19px;
  }
  .view-more-content .view-more-btn::before, .view-more-content .view-more-btn::after {
    top: 58px;
    width: 300px;
  }

  .testimonial-section .testimonial-slide-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial-section .testimonial-slide-item .author-content .thumb {
    width: 150px;
    height: 150px;
    margin-bottom: 34px;
  }
  .testimonial-section .testimonial-slide-item .author-content .name {
    font-size: 20px;
  }
  .testimonial-section .testimonial-slide-item .author-content .designation {
    font-size: 13px;
  }
  .testimonial-section .testimonial-slide-item .content {
    margin-bottom: 10px;
  }
  .testimonial-section .testimonial-slide-item .content::before {
    content: "“";
    top: -55px;
    left: -8px;
    font-size: 62px;
  }
  .testimonial-section .testimonial-slide-nav {
    bottom: 121px;
    left: 393px;
  }

  .subtitle-content {
    margin-bottom: 15px;
  }

  .desc {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .navbar-area a img {
    width: 150px;
  }
  .navbar-area .navbar-menu::after {
    display: none;
  }

  .hero3-section-area {
    padding: 165px 0px;
  }
  .hero3-section-area::after {
    bottom: 68px;
    height: 160px;
  }
  .hero3-section-area .inner-content::before {
    top: 94px;
    right: 81px;
    height: 136px;
  }
  .hero3-section-area .inner-content::after {
    content: "";
    bottom: -95px;
    right: 178px;
    height: 136px;
  }
  .hero3-section-area .inner-content .title {
    font-size: 50px;
    margin-bottom: 17px;
  }
  .hero3-section-area .inner-content .hero-btn {
    padding: 15px 45px;
  }

  .service2-section .service2-top-content .service-item .content {
    width: 75%;
    padding: 20px;
  }
  .service2-section .service2-top-content .service-item .content .title {
    font-size: 18px;
    line-height: 14px;
  }
  .service2-section .service2-bottom-content {
    padding: 160px 0px 120px 0px;
  }
  .service2-section .service2-bottom-content .top-content .title {
    font-size: 40px;
  }

  .about-us-section::after {
    height: 640px;
  }
  .about-us-section .about-us-wrapper {
    padding: 120px 0px;
    margin-bottom: 150px;
  }
  .about-us-section .about-us-wrapper .nav-item-lists .nav-link {
    font-size: 16px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content .about-btn {
    padding: 15px 45px;
  }

  .service3-section .service3-top-content {
    margin-bottom: 120px;
  }
  .service3-section .service3-top-content .title {
    font-size: 40px;
    line-height: 25px;
  }
  .service3-section .service3-bottom-content {
    margin-bottom: 80px;
  }
  .service3-section .service3-bottom-content .service3-content-item {
    margin-bottom: 130px;
  }
  .service3-section .service3-bottom-content .service3-content-item .text .title {
    font-size: 40px;
    line-height: 30px;
  }

  .service3-section .service3-top-content .text-area {
    padding-left: 80px;
  }

  .team2-section {
    padding: 95px 0px 120px 0px;
  }
  .team2-section .top-content .title {
    font-size: 40px;
  }

  .brand2-section {
    padding-bottom: 120px;
  }
  .brand2-section .brand2-top-content .title {
    font-size: 40px;
  }

  .footer3-section .footer-top .inner-content {
    margin-bottom: 80px;
  }
  .footer3-section .footer-top .border-right::after {
    display: none;
  }

  .hero4-section-area {
    padding: 120px 0px;
  }
  .hero4-section-area .inner-content {
    padding: 0px 50px;
  }
  .hero4-section-area .inner-content .title {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .section-content {
    width: 60%;
    margin: auto;
    padding-bottom: 80px;
  }
  .section-content .desc {
    line-height: 27px;
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .portfolio-section {
    padding: 127px 0px 285px 0px;
  }
  .portfolio-section .portfolio-skill-content {
    width: 455px;
    margin: auto;
  }

  .recent-work .recent-nav-content .nav .nav-link {
    font-size: 30px;
  }

  .brand3-section .top-content .title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .footer4-section .footer-bottom .copyright::before {
    left: 170px;
    width: 160px;
  }
  .footer4-section .footer-bottom .copyright::after {
    right: 170px;
    width: 160px;
  }

  .hero6-section .inner-content .title {
    font-size: 50px;
    line-height: 63px;
    margin-bottom: 22px;
  }
  .hero6-section .inner-content .hero-btn {
    font-size: 16px;
    padding: 15px 45px;
  }

  .portfolio2-section {
    padding: 87px 0px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li .nav-link {
    font-size: 40px;
  }

  .service4-section {
    margin-bottom: 120px;
  }
  .service4-section .service4-top-content .title {
    font-size: 40px;
  }
  .service4-section .service4-main-content .inner-content .content .title {
    font-size: 20px;
  }

  .contact-section .contact-section-wrapper .content-area .title {
    font-size: 40px;
  }

  .header7-section .menu-item-links {
    top: 35%;
  }

  .hero7-section .hero-thumb img {
    margin: auto;
    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;
  }
  .hero7-section .inner-content {
    padding-top: 80px;
    padding-left: 0px;
  }
  .hero7-section .inner-content .title {
    font-size: 50px;
  }
  .hero7-section .inner-content .desc {
    padding: 0px 90px;
  }
  .hero7-section .left-shape {
    bottom: 389px;
    left: 120px;
  }

  .showcase2-section .inner-content .title {
    font-size: 40px;
  }

  .project2-section .project2-top-content .inner-content .title {
    font-size: 40px;
  }

  .section-top-content .title {
    font-size: 40px;
  }

  .team3-section .team3-inner-content .thumb {
    width: 100%;
    height: 100%;
  }

  .project-details-header .project-details-header-wrap .navbar-menu-content .logo img {
    width: 150px;
  }
  .project-details-header .project-details-header-wrap .navbar-menu-content .navbar-nav .nav-item:not(:last-child) {
    margin-right: 20px;
  }

  .contact-section .contact-section-wrapper .form-content {
    margin-left: 30px;
  }

  .portfolio6-section {
    padding: 100px 50px;
  }
  .portfolio6-section .section-content {
    width: 100% !important;
  }

  .breadcrumb-hero-content .breadcrumb-nav {
    left: 14px;
  }

  .about-me-header .about-me-header-wrap .top-content .social-menu-content .social-links li a {
    color: var(--theme-white) !important;
  }
  .about-me-header .about-me-header-wrap .top-content .social-menu-content .menubar-icon a {
    color: var(--theme-white) !important;
  }
  .about-me-header .about-me-header-wrap .author-area {
    padding: 80px 0px;
  }
  .about-me-header .about-me-header-wrap .author-area .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-me-header .about-me-header-wrap .text-area {
    margin-bottom: 100px;
  }
  .about-me-header .about-me-header-wrap .text-area .desc {
    padding: 0px 60px;
  }
  .about-me-header .about-me-header-wrap .text-area a {
    padding: 15px 40px;
  }

  .service9-section .content-list .experience-content .year-number {
    font-size: 65px;
    line-height: 75px;
  }
  .service9-section .content-list .experience-content .year-text {
    font-size: 18px;
    line-height: 32px;
  }
  .service9-section .content-list a {
    padding: 15px 40px;
  }

  .price2-section {
    padding: 85px 0px;
  }
  .price2-section .features-content {
    bottom: -36px;
    width: 45%;
  }

  .testimonial2-section .authot-content {
    margin: auto;
  }
  .testimonial2-section .text-area .title {
    padding: 0px 100px;
  }

  .portfolio7-section .portfolio7-section-wrapper .inner-content .text-content .subtitle {
    font-size: 60px;
    line-height: 60px;
  }

  .header9-section .header-shape .right-top {
    display: none;
  }

  .header9-section .inner-content .about-content .text-content .shadow-text {
    top: 24px;
    right: 175px;
    font-size: 128px;
    line-height: 91px;
  }

  .portfolio3-section {
    padding: 120px 0px;
  }

  .portfolio3-section .top-content #filters .fil-btn {
    padding: 15px 30px;
  }

  .msg-btn {
    padding: 15px 25px;
  }

  .hero5-section .move-slide-content {
    top: 100%;
    height: 700px;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .hero5-section .move-slide-content .move-thumb {
    width: 33.333%;
    height: 330px;
    -webkit-animation: inherit;
            animation: inherit;
    animation: inherit;
  }
  .hero5-section .move-slide-content .move-thumb .number {
    top: -71px;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .hero5-section .inner-content.hero5-inner-style {
    top: -130px;
    text-align: center;
    position: relative;
  }

  .hero8-section .thumb {
    margin: auto;
  }

  .details-content .inner-content {
    margin-left: 50px;
  }
  .details-content .video-content {
    margin-top: 50px;
    margin-left: 0px;
  }

  .details-content .inner-content .info-social .social-links {
    margin: 30px;
  }
  .details-content .inner-content .info-social .social-links:not(:last-child) {
    margin-bottom: 40px;
  }

  .footer2-section .zoom-gallery {
    max-width: 406px;
  }

  .hero7-section .top-shape {
    display: none;
  }

  .project4-section .tab-content-main .content-box .content .title {
    font-size: 25px;
  }

  .service11-section {
    padding: 0px 50px 120px;
  }

  .testimonial2-section .hero-slide-nav .testimonial2-right-arrow {
    right: 250px !important;
  }
  .testimonial2-section .hero-slide-nav .testimonial2-left-arrow {
    left: 250px !important;
  }

  .price3-section .price-card-content {
    width: 424px;
    margin: auto;
  }

  .price3-section .price-card-nav {
    bottom: 300px;
    left: 50px;
  }
}
@media screen and (max-width: 1099.98px) {
  .navbar-area .navbar-menu {
    margin-right: 70px !important;
  }
  .navbar-area .navbar-menu li:not(:last-child) {
    margin-right: 30px;
  }

  .hero3-section-area .inner-content .desc {
    padding: 0px 140px;
  }

  .hero11-right-content {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service2-section .service2-top-content::before {
    top: -35px;
    width: 690px;
  }

  .about-us-section::after {
    width: 650px;
  }

  .footer6-section .footer-bottom .copyright::before {
    left: 55px;
    width: 150px;
  }
  .footer6-section .footer-bottom .copyright::after {
    right: 55px;
    width: 150px;
  }

  .breadcrumb-hero-content .navbar-menu-content .navbar-nav .nav-item:not(:last-child) {
    margin-right: 35px;
  }
  .breadcrumb-hero-content .navbar-menu-content .search-area {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .header-section .hero-content {
    padding: 50px 110px 0px;
  }
  .header-section .hero-content .desc {
    margin-bottom: 40px;
  }
  .header-section .hero-thumb {
    display: none;
  }

  .custom-btn {
    padding: 15px 45px;
  }

  .service-section .inner-content.shape::before, .service-section .inner-content.shape::after {
    display: none;
  }

  .showcase-section {
    margin-bottom: 100px;
  }

  .showcase-content {
    margin-bottom: 50px;
  }
  .showcase-content .desc {
    margin-bottom: 40px;
  }

  .showcase-thumb img {
    height: 700px;
  }

  .partner-logo-content {
    padding: 30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .partner-logo-content img:not(:last-child) {
    margin-bottom: 0px;
  }

  .middle-content {
    width: 400px;
    height: 400px;
  }
  .middle-content .desc {
    padding: 0px 45px;
  }

  .price-section-wrapper {
    padding-top: 100px;
  }

  .partner-section-wrapper {
    padding: 70px 0px;
  }

  .header2-hero-slider .hero-left-arrow i,
.header2-hero-slider .hero-right-arrow i {
    padding: 16px;
  }

  .project-section {
    padding: 90px 0px 90px;
  }
  .project-section .top-content {
    padding-bottom: 45px;
  }

  .team-section {
    padding: 90px 0px 90px;
  }

  .testimonial-section .testimonial-slide-item .author-content {
    margin-right: 0px;
  }
  .testimonial-section .testimonial-slide-item .author-content::before, .testimonial-section .testimonial-slide-item .author-content::after {
    display: none;
  }
  .testimonial-section .testimonial-slide-item .content {
    text-align: center;
    padding: 30px 90px;
  }
  .testimonial-section .testimonial-slide-item .content::before {
    display: none;
  }
  .testimonial-section .testimonial-slide-nav {
    bottom: 73px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }

  .view-more-content .view-more-btn::before, .view-more-content .view-more-btn::after {
    display: none;
  }

  .footer2-section .footer-top .social-links {
    margin-top: 35px;
  }

  .navbar-area .navbar-menu::after {
    display: none;
  }

  .hero3-section-area::after {
    display: none;
  }
  .hero3-section-area .inner-content .desc {
    padding: 0px 50px;
  }
  .hero3-section-area .inner-content::before, .hero3-section-area .inner-content::after {
    display: none;
  }

  .service2-section {
    margin-top: 100px;
  }
  .service2-section .service2-top-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .service2-section .service2-top-content::before {
    display: none;
  }

  .about-us-section .about-us-wrapper {
    padding: 120px 30px;
  }

  .about-us-section::after {
    display: none;
  }

  .brand2-section .brand2-top-content .desc {
    padding: 20px 100px 0px;
  }

  .header4-section::before {
    width: 60%;
  }
  .header4-section .social-links li:not(:last-child) {
    margin-right: 32px;
    margin-bottom: 0px;
  }

  .recent-work .recent-nav-content {
    padding-left: 20px;
  }
  .recent-work .recent-nav-content .nav .nav-link {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .recent-work .recent-nav-content .nav .nav-link.active::before {
    font-size: 33px;
  }
  .recent-work::after {
    bottom: 256px;
    width: 250px;
    height: 250px;
  }
  .recent-work .recent-inner-content {
    width: 320px;
    height: auto;
  }

  .brand3-section {
    padding: 80px 0px;
  }

  .footer4-section .footer-bottom .copyright::before, .footer4-section .footer-bottom .copyright::after {
    display: none;
  }

  .hero6-section {
    padding: 150px 0px 50px 0px;
  }
  .hero6-section .hero-thumb {
    width: 450px;
    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;
    margin: auto;
  }
  .hero6-section .inner-content {
    padding-top: 100px;
    padding-left: 0px;
  }
  .hero6-section .inner-content .desc {
    padding: 0px 80px;
  }
  .hero6-section .social-links {
    bottom: 402px;
    right: 37px;
  }

  .service4-section .service4-main-content {
    margin: 0px 40px;
  }

  .portfolio2-section .portfolio2-nav-item .nav li .nav-link::after {
    bottom: 9px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li:not(:last-child) {
    margin-right: 70px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li:not(:last-child)::after {
    right: -44px;
  }

  .contact-section .contact-section-wrapper .content-area {
    margin-bottom: 50px;
  }
  .contact-section .contact-section-wrapper .content-area .desc {
    padding: 0px 80px;
  }
  .contact-section .contact-section-wrapper .form-content {
    padding: 0px 100px;
    margin-left: 0px;
  }

  .footer6-section .footer-top .useful-links.border-right::after {
    display: none;
  }

  .project-details-header .project-details-header-wrap .project-details-breadcrumb-content {
    padding: 100px 0px;
  }
  .project-details-header .project-details-header-wrap .project-details-breadcrumb-content .breadcrumb-title::after {
    content: "";
    bottom: -36px;
  }

  .project-details-section {
    padding: 80px 30px !important;
  }
  .project-details-section .top-content .company-content {
    margin-bottom: 50px;
  }
  .project-details-section .top-content .company-service {
    padding-left: 0px;
  }
  .project-details-section .top-content2 .table-content {
    bottom: -256px;
    right: -9px;
    width: 250px;
    padding: 25px;
  }
  .project-details-section .top-content2 .table-content ul li:not(:last-child) {
    margin-bottom: 43px;
  }
  .project-details-section .top-content2 .table-content ul li .bold,
.project-details-section .top-content2 .table-content ul li .light {
    font-size: 15px;
  }
  .project-details-section .inner-content4 .service-content-area .item-list li:not(:last-child)::after {
    content: "";
    top: -9px;
    right: 90px;
  }
  .project-details-section .inner-content4 .faqs-content .faqs-accordion {
    padding-left: 0px;
  }

  .faqs-content .thumb {
    width: 100%;
  }
  .faqs-content .thumb img {
    width: 100%;
  }

  .footer6-section .footer-bottom .copyright::before, .footer6-section .footer-bottom .copyright::after {
    display: none;
  }

  .inner-content3 .thumb {
    width: 100%;
  }
  .inner-content3 .thumb img {
    width: 100%;
  }

  .project-details-section .inner-content2 .bottom-content a {
    padding: 15px 30px;
  }
  .project-details-section .inner-content2 .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .subscribe-section .subscribe-content #subscribeForm input,
.subscribe-section .subscribe-content #subscribeForm .sub-btn {
    padding: 18px 30px;
  }

  .breadcrumb-hero-content .logo img {
    width: 150px;
  }
  .breadcrumb-hero-content .navbar-menu-content .search-area {
    padding-left: 0px;
  }

  .portfolio-header .top-content .useful-text {
    display: none !important;
  }
  .portfolio-header .top-content .social-area {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .portfolio-header .top-content .social-area .link {
    padding: 15px 34px;
  }

  .portfolio5-section {
    padding: 100px 70px;
  }
  .portfolio5-section .section-content {
    width: 100% !important;
    margin-bottom: 80px;
  }
  .portfolio5-section .section-content .title {
    width: 100%;
  }
  .portfolio5-section .item-content {
    margin-bottom: 80px;
  }
  .portfolio5-section .item-content .text-content {
    padding: 20px 35px;
  }
  .portfolio5-section .item-content .text-content .title {
    font-size: 20px;
  }

  .contact2-section-wrapper {
    padding: 0px 120px;
  }

  .service6-section .service6-section-wrapper .top-content-wrapper .desc {
    padding-right: 100px;
  }

  .contact2-section.contact3-style .section-content2 .title {
    width: 100%;
  }

  .service9-section .video-popup-content {
    width: 50%;
    margin: auto;
  }
  .service9-section .popup-icon-text {
    bottom: -31px;
  }
  .service9-section .service9-section-wrapper .section-content2 {
    margin-top: 90px;
  }
  .service9-section .service9-section-wrapper .content-list {
    width: 500px;
    margin: auto;
  }

  .section-content2 .desc {
    padding: 0px 30px;
  }

  .team5-section {
    padding: 100px 0px;
  }

  .service9-section {
    padding: 100px 0px;
  }

  .product-section {
    padding: 100px 0px;
  }

  .custom-btn2.bg-orioles-orange.p-all {
    padding: 15px 35px;
  }

  .service7-section .content {
    padding: 0px 50px;
  }
  .service7-section .thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .counter-area .count-item .count {
    font-size: 70px;
    line-height: 40px;
  }
  .counter-area .count-item .count-num {
    left: 283px;
  }
  .counter-area .count-item.after-elements::after {
    display: none;
  }
  .counter-area .count-item.before-elements::after {
    display: none;
  }

  .mission-section .content-list .list-item li {
    font-size: 17px;
  }
  .mission-section .content-list .list-item li i {
    font-size: 17px;
  }
  .mission-section .content-list a {
    padding: 15px 25px;
  }

  .service8-section {
    margin-bottom: 100px;
  }

  .portfolio7-section .inner-content .thumb img {
    width: 100%;
  }

  .custom-btn2 {
    padding: 15px 25px;
  }

  .team4-section .team-inner-content .thumb img {
    width: 100%;
  }

  .contact5-section {
    padding: 142px 0px 100px 0px;
  }
  .contact5-section .section-content2 {
    padding-left: 0px;
  }

  .team4-section {
    padding: 112px 0px;
  }

  .contact3-section {
    padding-top: 100px;
  }
  .contact3-section .top-content .social-links li a {
    width: 70px;
    height: 70px;
  }
  .contact3-section .section-content {
    width: 100%;
  }

  .service8-section .inner-content-wrapper {
    padding: 0px 15px;
  }

  .contact4-section .contact4-section-wrapper {
    padding: 0px 80px;
  }

  .header9-section .inner-content .about-content {
    height: 430px;
  }
  .header9-section .inner-content .about-content .text-content {
    padding: 50px;
    margin-top: 100px;
  }
  .header9-section .inner-content .about-content .text-content .desc {
    font-size: 16px;
    padding: 0px;
  }
  .header9-section .inner-content .about-content .text-content .shadow-text {
    width: auto;
    font-size: 100px;
    line-height: 76px;
  }

  .sidebar-fixed-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 10px;
  }

  .hero11-right-content {
    padding-top: 50px;
    padding-left: 50px;
  }
  .hero11-right-content .inner-content .content-text {
    padding: 85px;
  }
  .hero11-right-content .inner-content .content-item .thumb {
    width: 100%;
  }

  .details-content .inner-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .details-content {
    margin-left: 0px;
  }

  .influencer-header .fixed-sidebar {
    width: 100%;
    height: 135px;
    position: static;
  }
  .influencer-header .fixed-sidebar .top-content {
    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;
    padding: 20px;
  }
  .influencer-header .fixed-sidebar .top-content .logo {
    padding-bottom: 0px;
  }
  .influencer-header .fixed-sidebar .bottom-content {
    display: none;
  }

  .influencer-header .main-content {
    margin-left: 0;
  }

  .project-details-section .inner-content3 .fixed-content-area {
    width: 100%;
    position: static;
  }

  .showcase2-section .thumb img {
    margin: auto;
  }

  .showcase2-section .inner-content .desc::after {
    display: none;
  }

  .section-top-content2 .title {
    margin-bottom: 20px;
  }
  .section-top-content2 .desc {
    margin-bottom: 30px;
  }

  .news-section .inner-item .thumb img {
    width: 100%;
  }

  .brand-area2 {
    padding: 100px 0px;
  }

  .price3-section .price-card-nav {
    top: -90px !important;
    left: 200px;
    bottom: auto;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .price3-section .price-card-nav button:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .tab-content-wrapper .tab-nav-content {
    position: fixed;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 222;
    background: #111111c4;
  }

  .tab-content-wrapper .tab-pane {
    height: unset;
  }

  .tab-content-wrapper .tab-nav-content .nav-item .nav-link {
    font-size: 25px;
    padding: 15px 23px;
  }

  .svg-plus svg {
    width: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .header-section .hero-content {
    padding: 50px 25px 0px;
  }
  .header-section .hero-content .title {
    font-size: 40px;
  }

  .price3-section .price-card-nav {
    left: 20px;
  }

  .portfolio8-section .bottom-content #portfolio8 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
  }
  .portfolio8-section .bottom-content #portfolio8 .scale-anm img {
    width: 100%;
  }

  .showcase-content .title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .price-section-wrapper .price-content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .price-section-wrapper .price-content .desc {
    padding: 0px 50px;
  }

  .showcase-thumb::after {
    display: none !important;
  }
  .showcase-thumb img {
    height: 100%;
  }

  .middle-content .title {
    font-size: 30px;
  }

  .price-section-wrapper {
    padding-bottom: 60px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card {
    height: 580px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card .subscribe-btn {
    padding: 15px 50px;
  }

  .header2-hero-slider .slide-content .title {
    font-size: 40px;
  }

  .project-section .top-content {
    padding-bottom: 15px;
  }
  .project-section .top-content .title {
    font-size: 30px;
  }
  .project-section .top-content .desc {
    padding: 0px 95px;
    margin-bottom: 30px !important;
  }
  .project-section .top-content .request-btn {
    margin-bottom: 40px;
  }

  .project-item-wrapper .project-content {
    margin: 0px 100px;
  }
  .project-item-wrapper .project-content img {
    width: 500px;
  }
  .project-item-wrapper .project-content .title {
    font-size: 20px;
  }

  .team-section .top-content .title {
    font-size: 30px;
  }

  .team-inner-content .item-content {
    padding: 60px 0px 60px 0px;
  }
  .team-inner-content .item-content .text-content .designation {
    margin-bottom: 15px;
  }
  .team-inner-content .item-content .text-content .author {
    font-size: 35px;
  }
  .team-inner-content .item-content .text-content a {
    padding: 10px 14px;
  }

  .brand-area .brand-area-content {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .footer2-section .footer-top .seful-links .title {
    font-size: 16px;
  }

  .hero3-section-area {
    padding: 100px 0px;
  }
  .hero3-section-area .inner-content .title {
    font-size: 40px;
  }

  .service2-section .service2-bottom-content .top-content .title {
    font-size: 30px;
  }

  .about-us-section .about-us-wrapper .nav-item-content-lists {
    margin-bottom: 120px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content {
    padding-left: 0px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content .desc {
    margin-bottom: 35px;
  }

  .service3-section .service3-top-content .text-area {
    padding: 30px;
  }
  .service3-section .service3-top-content .text-area .title {
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .service3-section .service3-top-content .text-area .subtitle {
    font-size: 18px;
  }
  .service3-section .service3-bottom-content .service3-content-item {
    margin-bottom: 80px;
  }
  .service3-section .service3-bottom-content .service3-content-item .text .title {
    font-size: 25px;
    line-height: 20px;
  }
  .service3-section .service3-bottom-content .service3-content-item .text .subtitle {
    font-size: 18px;
  }
  .service3-section .service3-bottom-content .service3-content-item .link-icon {
    padding: 12px 16px;
  }
  .service3-section .service3-bottom-content .service3-content-item:not(:last-child)::after {
    bottom: -39px;
  }

  .team2-section .top-content .title {
    font-size: 30px;
  }
  .team2-section .team2-inner-content .card .card-body {
    padding: 0px;
  }
  .team2-section .team2-inner-content .card .card-body .name {
    font-size: 22px;
  }
  .team2-section .team2-inner-content .card .card-body .designation {
    font-size: 16px;
  }

  .brand2-section .brand2-top-content .title {
    font-size: 30px;
  }

  .hero4-section-area .inner-content .title {
    font-size: 40px;
  }
  .hero4-section-area .inner-content .desc {
    margin-bottom: 33px;
  }

  .recent-work {
    padding: 100px 0px;
  }
  .recent-work::after {
    bottom: 80px;
    right: 68%;
  }
  .recent-work .recent-nav-content {
    margin-bottom: 70px;
  }
  .recent-work .recent-nav-content .view-btn {
    margin-top: 10px;
  }

  .footer4-section .footer-top {
    padding: 70px 0px;
  }
  .footer4-section .footer-top .desc {
    margin-bottom: 15px;
  }
  .footer4-section .footer-top .useful-content {
    margin-top: 70px;
  }

  .hero6-section .inner-content .title {
    font-size: 40px;
    line-height: 50px;
  }

  .portfolio2-section .portfolio2-nav-item .nav li:not(:last-child) {
    margin-right: 26px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li:not(:last-child)::after {
    display: none;
  }
  .portfolio2-section .portfolio2-nav-item .nav li .nav-link {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li .nav-link.active {
    margin-left: 50px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li .nav-link.active::after {
    width: 68px;
  }
  .portfolio2-section .portfolio2-nav-item .nav li .nav-link.active::before {
    top: 14px;
    left: -44px;
    width: 49px;
    height: 43px;
  }

  .service4-section .service4-top-content .title {
    font-size: 30px;
  }
  .service4-section .service4-main-content .inner-content {
    padding: 15px;
  }
  .service4-section .service4-main-content .inner-content .thumb {
    margin-bottom: 50px;
  }
  .service4-section .service4-main-content .inner-content .thumb img {
    width: 130px;
  }
  .service4-section .service4-main-content .inner-content .link-icon {
    margin-top: 30px;
  }

  .contact-section .contact-section-wrapper .content-area .title {
    font-size: 30px;
  }

  .footer6-section .footer-top .mail {
    margin-top: 30px;
  }
  .footer6-section .footer-top .desc {
    margin-bottom: 35px;
  }

  .header7-section .header7-top-content .menu-icon a {
    width: 50px;
    height: 50px;
  }
  .header7-section .header7-top-content .menu-icon a i {
    font-size: 20px;
  }

  .hero7-section .inner-content .title {
    font-size: 40px;
  }
  .hero7-section .inner-content .hero-btn {
    padding: 15px 30px;
  }

  .mover-area .mover1,
.mover-area .mover2 {
    font-size: 40px;
  }

  .showcase2-section .thumb img {
    width: 350px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .showcase2-section .inner-content {
    padding: 0px 80px;
    margin-top: 50px;
  }

  .project2-section {
    margin-bottom: 100px;
  }
  .project2-section .project2-top-content .inner-content {
    padding: 0px 50px;
  }
  .project2-section .project2-top-content .inner-content .title {
    font-size: 30px;
  }

  .section-top-content .title {
    font-size: 30px;
  }

  .service5-section .inner-content > .title {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
  }

  .service5-section .inner-content .hover-content .title {
    font-size: 30px;
  }

  .team3-section .contact-area .title {
    font-size: 30px;
  }

  .gradient-btn {
    padding: 15px 30px;
  }

  .contact-section .contact-section-wrapper .form-content {
    padding: 0px 20px;
  }

  .project-details-section .inner-content2 .thumb {
    width: 100%;
  }
  .project-details-section .inner-content2 .thumb img {
    width: 100%;
  }
  .project-details-section .inner-content3 .table-content {
    padding: 30px;
  }
  .project-details-section .inner-content3 .table-content ul li .bold,
.project-details-section .inner-content3 .table-content ul li .light {
    font-size: 15px;
  }
  .project-details-section .inner-content4 .service-content-area {
    margin-bottom: 60px;
  }

  .pagination-content {
    margin-top: 70px;
  }
  .pagination-content a {
    font-size: 18px;
  }

  .portfolio4-section .top-content #filters {
    padding: 0px 20px;
    border: none;
  }
  .portfolio4-section .top-content #filters .fil-btn {
    margin: 10px;
  }

  .contact2-section-wrapper {
    padding: 0px 30px;
  }

  .contact-text {
    font-size: 25px;
    margin-top: 70px;
  }

  .loadmore-btn {
    font-size: 15px;
    padding: 15px 60px;
    background-color: #fa4729;
  }

  .service9-section .video-popup-content {
    width: 65%;
  }

  .price2-section .features-content {
    width: 75%;
  }
  .price2-section .features-content .content-list .list-item li {
    font-size: 16px;
  }
  .price2-section .features-content .content-list .list-item li i {
    font-size: 16px;
  }

  .counter-area .count-item .count-num {
    left: 222px;
  }

  .header9-section .inner-content .service-content .service-shape {
    display: none;
  }

  .sidebar-fixed-content .nav-menu-item li .nav-link {
    font-size: 16px;
    padding: 5px 12px;
  }
  .sidebar-fixed-content .nav-menu-item li .nav-link:hover {
    padding: 5px 12px;
  }

  .hero11-right-content .top-content .gradient-btn2 {
    padding: 15px 30px;
  }
  .hero11-right-content .btn-text .gradient-btn2 {
    padding: 15px 30px;
  }

  .hero8-section {
    padding: 100px 0px;
  }

  .hero7-section .left-shape img {
    width: 60px;
  }

  .header7-section .menu-item-links {
    top: 9%;
    left: 100px;
  }

  .hero7-section .top-shape {
    top: 36px;
    right: 58px;
  }

  .hero7-section .hero-thumb {
    margin-top: 80px;
  }

  .header7-section .menu-item-links .nav-link:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .influencer-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .influencer-content-item .item {
    width: 50%;
  }
  .influencer-content-item .item .icon-wrapper {
    width: auto;
    height: 300px;
    background-color: #e6007e;
  }
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px !important;
  }

  .hero11-right-content .home-tab-content .content-text .title {
    font-size: 55px !important;
    line-height: 60px !important;
  }

  .logo-area a img,
.footer-logo a img {
    width: 130px;
  }

  .header2-section .header2-top-content .social-menu-content .social-links {
    margin-right: 40px;
  }
  .header2-section .header2-top-content .social-menu-content .social-links a:not(:last-child) {
    margin-right: 15px;
  }

  .header13-section {
    padding: 90px 20px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .price3-section .price-card-content {
    width: 100%;
  }

  .testimonial2-section .hero-slide-nav .testimonial2-left-arrow {
    left: 30px !important;
  }
  .testimonial2-section .hero-slide-nav .testimonial2-right-arrow {
    right: 30px !important;
  }

  .header-section .hero-content .title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .service-section .inner-content .title {
    width: 100%;
    font-size: 20px;
  }

  .showcase-content .title {
    font-size: 25px;
  }

  .price-section .top-content .desc {
    padding: 0px 40px;
  }
  .price-section .price-card-wrapper {
    margin-top: 160px;
  }

  .price-section-wrapper .price-content .title {
    font-size: 25px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-nav {
    gap: 10px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card {
    top: 30px;
    right: 33px;
    width: 80%;
    height: 530px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card .price {
    font-size: 35px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card .list li {
    font-size: 13px;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card .subscribe-btn {
    padding: 18px 35px;
  }

  .partner-logo-content {
    display: none !important;
  }

  .middle-content {
    width: 300px;
    height: 300px;
  }
  .middle-content .title {
    font-size: 25px;
  }
  .middle-content .desc {
    font-size: 14px;
    padding: 0px 25px;
  }

  .logo a img {
    width: 120px;
  }

  .header2-hero-slider .hero-right-arrow {
    right: 20px;
  }
  .header2-hero-slider .hero-left-arrow {
    left: 20px;
  }

  .header2-hero-slider .slide-content .subtitle {
    margin-bottom: 25px;
  }
  .header2-hero-slider .slide-content .title {
    font-size: 30px;
  }

  .project-section .top-content .title {
    font-size: 25px;
  }
  .project-section .top-content .desc {
    padding: 0px 30px;
  }

  .project-item-wrapper .project-content {
    margin: 0px 10px;
  }
  .project-item-wrapper .project-content img {
    width: 100%;
  }
  .project-item-wrapper .project-content .award {
    bottom: 109px;
  }
  .project-item-wrapper .project-content::after {
    width: 170px;
  }

  .team-section .top-content .title {
    font-size: 25px;
  }

  .team-inner-content .item-content .text-content .author {
    font-size: 25px;
  }

  .testimonial-section .testimonial-slide-item .content {
    text-align: center;
    padding: 30px 25px;
  }

  .hero3-section-area .inner-content .title {
    font-size: 30px;
  }
  .hero3-section-area .inner-content .hero-btn {
    padding: 10px 40px;
  }

  .service2-section .service2-top-content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 20px;
  }
  .service2-section .service2-bottom-content .top-content .title {
    font-size: 25px;
  }
  .service2-section .service2-bottom-content .service2-item .text .title {
    font-size: 20px;
  }

  .about-us-section .about-us-wrapper {
    padding: 80px 20px;
    margin-bottom: 80px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content .title {
    font-size: 25px;
  }
  .about-us-section .about-us-wrapper .nav-inner-content .about-btn {
    padding: 10px 40px;
  }

  .service3-section .service3-top-content .text-area .title {
    font-size: 25px;
  }
  .service3-section .service3-bottom-content {
    padding: 0px 30px;
  }

  .team2-section {
    padding: 95px 0px;
  }
  .team2-section .top-content .title {
    font-size: 25px;
  }

  .brand2-section .brand2-top-content .title {
    font-size: 25px;
  }
  .brand2-section .brand2-top-content .desc {
    padding: 20px 20px 0px;
  }

  .footer3-section .footer-top {
    padding: 80px 0px;
  }

  .hero4-section-area .inner-content .title {
    font-size: 30px;
  }

  .section-content {
    width: 90%;
  }

  .brand3-section .top-content .title {
    font-size: 30px;
  }

  .footer4-section .footer-top .logo {
    margin-bottom: 30px;
  }
  .footer4-section .footer-top .logo img {
    width: 130px;
  }

  .hero5-section .move-slide-content .move-thumb .number {
    font-size: 60px;
  }

  .hero6-section .inner-content .title {
    font-size: 30px;
    line-height: 50px;
  }
  .hero6-section .inner-content .desc {
    padding: 0px 25px;
  }

  .service4-section .service4-top-content .subtitle {
    font-size: 13px;
  }
  .service4-section .service4-top-content .title {
    font-size: 25px;
  }

  .contact-section .contact-section-wrapper .content-area .title {
    font-size: 25px;
  }

  .hero7-section .hero-thumb img {
    width: 190px;
    margin: auto;
  }
  .hero7-section .inner-content .title {
    font-size: 30px;
  }
  .hero7-section .inner-content .desc {
    padding: 0px 15px;
  }

  .mover-area .mover1,
.mover-area .mover2 {
    font-size: 25px;
  }

  .showcase2-section {
    padding: 100px 0px;
  }
  .showcase2-section .inner-content {
    padding: 0px 20px;
  }
  .showcase2-section .inner-content .title {
    font-size: 25px;
    margin-bottom: 22px;
  }

  .project2-section .project2-top-content .inner-content .title {
    font-size: 25px;
  }

  .service5-section .inner-content > .title {
    font-size: 20px;
  }
  .service5-section .hover-content .service-list li a {
    font-size: 20px;
  }

  .customer-thumb-content .thumb {
    margin: 8px;
  }

  .section-top-content .title {
    font-size: 25px;
  }

  .team3-section .contact-area .title {
    font-size: 25px;
  }

  .project2-section .project2-top-content .inner-content {
    padding: 0px 10px;
  }

  .gradient-btn {
    font-size: 13px;
    padding: 10px 16px;
  }

  .contact-section .contact-section-wrapper .content-area .desc {
    padding: 0px 15px;
  }
  .contact-section .contact-section-wrapper .form-content .input-group-content .form-control {
    padding: 20px 75px;
  }
  .contact-section .contact-section-wrapper .form-content .submit-btn {
    padding: 20px 75px;
  }

  .project-details-section .top-content2 .table-content {
    display: none;
  }
  .project-details-section .inner-content4 .service-content-area .item-list li:not(:last-child)::after {
    display: none;
  }

  .faqs-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }

  .project-details-section .inner-content2 .bottom-content .info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project-details-section .inner-content2 .bottom-content .info-content .text .title,
.project-details-section .inner-content2 .bottom-content .info-content .text span {
    font-size: 16px;
  }

  .portfolio4-section .top-content #filters .fil-btn {
    padding: 6px 13px;
  }
  .portfolio4-section .top-content #filters .fil-btn.active {
    padding: 6px 13px;
  }

  .service6-section .service6-section-wrapper {
    padding: 80px 0px;
  }
  .service6-section .service6-section-wrapper .top-content-wrapper .desc {
    padding-right: 0px;
  }
  .service6-section .service6-section-wrapper .top-content-wrapper .content .title {
    width: 100%;
  }
  .service6-section .service6-section-wrapper .service-inner-content .content .title {
    font-size: 22px;
  }
  .service6-section .service6-section-wrapper .service-inner-content .content .number {
    font-size: 80px;
    line-height: 90px;
  }

  .project-section .top-content .title.title-style2 {
    width: 100%;
  }

  .contact2-section .form-content {
    padding: 30px;
  }
  .contact2-section.contact3-style .form-content .submit-btn {
    padding: 20px 40px;
  }

  .about-me-header .about-me-header-wrap .text-area .desc {
    padding: 0px 15px;
  }

  .about-me-hero-content .author-area .progress-bar-content {
    display: none;
  }
  .about-me-hero-content .text-area h6 {
    font-size: 20px;
  }

  .service9-section .content-list .experience-content .year-number {
    font-size: 37px;
    line-height: 55px;
  }
  .service9-section .content-list .experience-content .year-text {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial2-section .authot-content {
    width: 200px;
    height: 200px;
  }
  .testimonial2-section .authot-content .quote {
    right: -20px;
  }
  .testimonial2-section .authot-content .quote img {
    width: 50px;
  }
  .testimonial2-section .text-area .customer {
    margin-bottom: 25px;
  }
  .testimonial2-section .text-area .title {
    font-size: 20px;
    line-height: 35px;
    padding: 0px 30px;
  }

  .service9-section .video-popup-content {
    width: 92%;
  }
  .service9-section .popup-icon-text {
    left: 0px;
    width: 100%;
  }

  .price2-section .features-content {
    right: 0px;
    width: 92%;
  }

  .testimonial2-section .hero-slide-nav .testimonial2-left-arrow {
    left: 16px;
  }
  .testimonial2-section .hero-slide-nav .testimonial2-right-arrow {
    right: 16px;
  }

  .contact5-section .form-content {
    top: 0px;
    padding: 57px 10px 75px;
  }

  .counter-area .count-item .count-num {
    display: none;
  }

  .contact4-section .contact4-section-wrapper {
    padding: 0px 20px;
  }

  .portfolio3-section .top-content #filters .fil-btn {
    padding: 6px 15px;
    margin: 6px;
  }

  .header5-section .header5-top-content.header8-top-content-style .showcase {
    display: none;
  }
  .header5-section .header5-top-content .right-extra.icon-style2 .showcase {
    display: none;
  }

  .hero8-section .thumb {
    width: 100%;
    height: 100%;
  }

  .hero7-section .top-shape img {
    display: none;
  }

  .hero7-section .left-shape {
    display: none;
  }

  .influencer-content-item .item {
    width: 50%;
  }

  .testimonial3-section .inner-content .client-thumb {
    width: 100%;
    padding: 12px 30px;
  }
}
@media screen and (max-width: 479.98px) {
  .header2-hero-slider .hero-left-arrow,
.header2-hero-slider .hero-right-arrow {
    display: none !important;
  }

  .project-item-wrapper .project-content {
    margin: 0px 30px;
  }

  .price3-section .price-card-nav {
    gap: 10px;
    margin-bottom: 30px;
  }
  .price3-section .price-card-content .price-card {
    margin-top: 60px;
  }

  .team2-section .team2-inner-content .card .card-body .name {
    font-size: 18px;
  }
  .team2-section .team2-inner-content .card .card-body .designation {
    font-size: 15px;
  }

  .header4-section .social-links {
    left: 30px;
  }

  .hero4-section-area .inner-content {
    padding: 0px 15px;
  }

  .portfolio-section .portfolio-skill-content {
    width: 345px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.first-item {
    padding: 25px 37px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.first-item .number {
    top: -18px;
    right: 5px;
    font-size: 13px;
    line-height: 10px;
    padding: 18px 9px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.first-item img {
    width: 80px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.first-item .item-title {
    font-size: 16px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.second-item {
    top: 5px;
    right: 41px;
    width: 120px;
    height: 120px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.second-item img {
    width: 50px;
    height: 70px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.third-item {
    bottom: -127px;
    padding: 20px 23px;
    left: 10px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.third-item img {
    width: 60px;
    height: 60px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.fourth-item {
    bottom: -130px;
    right: 40px;
    width: 145px;
    height: 145px;
  }
  .portfolio-section .portfolio-skill-content .skill-item.fourth-item img {
    width: 80px;
    height: 80px;
  }

  .portfolio-section {
    padding: 80px 0px 285px 0px;
  }
}
@media screen and (max-width: 419.98px) {
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card {
    right: 35px;
    height: 465px;
  }
}
@media screen and (max-width: 379.98px) {
  .price-section-wrapper .price-card-wrapper .price-card-nav {
    top: 42%;
  }
  .price-section-wrapper .price-card-wrapper .price-card-content .price-card {
    padding: 20px;
  }
}
/*# sourceMappingURL=style.css.map */