/*
Theme Name: Techtro 
Author: Qzency
Author URI: https://themeforest.net/user/qzency/portfolio
Description: Techtro - Software and Digital Agency Html Template  
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
.container {
  width: 100% !important;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container, .container-md {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container, .container-lg {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container, .container-xl {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container, .container-xl {
    max-width: 1200px !important;
  }
}
.custom-container {
  max-width: 1361px !important;
  margin: 0 auto;
}

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #3147FF;
  --theme2: #FF7322;
  --theme3: #F2CC4D;
  --theme4: #615CF6;
  --header: #161616;
  --text: #49515B;
  --text2: #515151;
  --text3: #3F444B;
  --border: #D4DCFF;
  --border-2: #D4DCED;
  --bg: #F3F7FB;
  --bg2: #1A1A1A;
  --bg3: #F8F8F8;
  --bg4: #EEE4FF;
  --bg5: #F8F4FF;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --techtro-poppins: "Poppins", sans-serif;
  --techtro-inter: "Inter", sans-serif;
  --techtro-public: "Public Sans", sans-serif;
  --techtro-fontawsome: "Font Awesome 6 Pro";
}

body {
  font-family: var(--techtro-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--techtro-public);
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: initial;
  margin-bottom: 15px;
  word-wrap: break-word;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 74px;
  font-weight: 800;
  line-height: 114%;
}

h2 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
a:focus-visible {
  color: var(--theme);
  outline: 1px solid;
}
a:hover {
  color: var(--theme);
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.theme-btn,
.form-submit .submit,
.wp-block-button__link {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  padding: 21px 40px;
  min-width: 170px;
  border-radius: 66px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--techtro-public);
}
.theme-btn i,
.form-submit .submit i,
.wp-block-button__link i {
  margin-left: 5px;
  transform: rotate(-40deg);
}
.theme-btn:before,
.form-submit .submit:before,
.wp-block-button__link:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover,
.form-submit .submit:hover,
.wp-block-button__link:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before,
.form-submit .submit:hover::before,
.wp-block-button__link:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .theme-btn,
  .form-submit .submit,
  .wp-block-button__link {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn,
  .form-submit .submit,
  .wp-block-button__link {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.theme-btn.bg-color-2,
.form-submit .submit.bg-color-2,
.wp-block-button__link.bg-color-2 {
  background-color: var(--theme2);
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.theme-btn.bg-color-2 i,
.theme-btn.bg-color-2 svg,
.form-submit .submit.bg-color-2 i,
.form-submit .submit.bg-color-2 svg,
.wp-block-button__link.bg-color-2 i,
.wp-block-button__link.bg-color-2 svg {
  transform: rotate(0);
}
.theme-btn.bg-color-2 svg,
.form-submit .submit.bg-color-2 svg,
.wp-block-button__link.bg-color-2 svg {
  fill: var(--header);
  transition: all 0.3s ease-in-out;
}
.theme-btn.bg-color-2:hover svg,
.form-submit .submit.bg-color-2:hover svg,
.wp-block-button__link.bg-color-2:hover svg {
  fill: var(--white);
}
.theme-btn.header-btn,
.form-submit .submit.header-btn,
.wp-block-button__link.header-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  padding: 13px 10px;
  border-radius: 66px;
  font-family: var(--techtro-public);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  min-width: 155px;
  height: 44px;
}
.theme-btn.border-btn-2,
.form-submit .submit.border-btn-2,
.wp-block-button__link.border-btn-2 {
  background-color: transparent;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--header);
  border: 1px solid var(--header);
}
.theme-btn.border-btn-2 i,
.form-submit .submit.border-btn-2 i,
.wp-block-button__link.border-btn-2 i {
  transform: rotate(0);
}
.theme-btn.border-btn-2::before,
.form-submit .submit.border-btn-2::before,
.wp-block-button__link.border-btn-2::before {
  background-color: var(--theme2);
}
.theme-btn.border-btn-2:hover,
.form-submit .submit.border-btn-2:hover,
.wp-block-button__link.border-btn-2:hover {
  color: var(--white);
  border: 1px solid var(--theme2);
}
.theme-btn.border-btn,
.form-submit .submit.border-btn,
.wp-block-button__link.border-btn {
  background-color: transparent;
  border: 1px solid #DDE1FD;
  color: var(--header);
}
.theme-btn.border-btn::before,
.form-submit .submit.border-btn::before,
.wp-block-button__link.border-btn::before {
  background-color: var(--theme);
}
.theme-btn.border-btn:hover,
.form-submit .submit.border-btn:hover,
.wp-block-button__link.border-btn:hover {
  color: var(--white);
}
.theme-btn.style-two-button,
.form-submit .submit.style-two-button,
.wp-block-button__link.style-two-button {
  padding: 19px 31px;
  border-radius: 12px 0;
  background-color: var(--theme3);
  color: var(--bg2);
  text-align: center;
  font-family: "Public Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.theme-btn.style-two-button svg path,
.form-submit .submit.style-two-button svg path,
.wp-block-button__link.style-two-button svg path {
  fill: var(--bg2);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.theme-btn.style-two-button:hover,
.form-submit .submit.style-two-button:hover,
.wp-block-button__link.style-two-button:hover {
  color: var(--white);
}
.theme-btn.style-two-button:hover svg path,
.form-submit .submit.style-two-button:hover svg path,
.wp-block-button__link.style-two-button:hover svg path {
  fill: var(--white);
}
.theme-btn.style-two-button.border-style,
.form-submit .submit.style-two-button.border-style,
.wp-block-button__link.style-two-button.border-style {
  background-color: transparent;
  border: 1px solid #161616;
}
.theme-btn.style-four-button,
.form-submit .submit.style-four-button,
.wp-block-button__link.style-four-button {
  border-radius: 15px 25px;
  background-color: var(--theme4);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.theme-btn.style-four-button:hover,
.form-submit .submit.style-four-button:hover,
.wp-block-button__link.style-four-button:hover {
  color: var(--white);
}
.theme-btn.style-four-button.border-style,
.form-submit .submit.style-four-button.border-style,
.wp-block-button__link.style-four-button.border-style {
  background-color: transparent;
  border: 1px solid #161616;
}
.theme-btn.style-five-button,
.form-submit .submit.style-five-button,
.wp-block-button__link.style-five-button {
  padding: 12px 25px;
  background-color: transparent;
  color: var(--header);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid var(--header);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.theme-btn.style-five-button svg,
.form-submit .submit.style-five-button svg,
.wp-block-button__link.style-five-button svg {
  margin-left: 5px;
}
.theme-btn.style-five-button svg path,
.form-submit .submit.style-five-button svg path,
.wp-block-button__link.style-five-button svg path {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.theme-btn.style-five-button:hover,
.form-submit .submit.style-five-button:hover,
.wp-block-button__link.style-five-button:hover {
  color: var(--white);
}
.theme-btn.style-five-button:hover svg path,
.form-submit .submit.style-five-button:hover svg path,
.wp-block-button__link.style-five-button:hover svg path {
  fill: var(--white);
}
.theme-btn.style-five-button.border-style,
.form-submit .submit.style-five-button.border-style,
.wp-block-button__link.style-five-button.border-style {
  background-color: transparent;
  border: 1px solid #161616;
}
.theme-btn svg,
.form-submit .submit svg,
.wp-block-button__link svg {
  margin-left: 5px;
  width: 15px;
  fill: var(--white);
  transform: rotate(-40deg);
  height: auto;
}

.link-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .link-btn {
    font-size: 14px;
  }
}
.link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
}
.link-btn:hover {
  color: var(--theme);
}

.wcu-wrapper .theme-btn.style-five-button svg {
  width: 11px;
  height: auto;
  transform: none;
}

.about-wrapper .about-top-content {
  margin-bottom: 70px;
}
.about-wrapper .about-top-content p {
  max-width: 800px;
  color: var(--text2);
  font-family: var(--techtro-inter);
}
.about-wrapper .about-content .content-box {
  padding: 40px 60px;
  background: linear-gradient(90deg, #FFEEE2 30.88%, rgba(255, 248, 243, 0) 97.19%);
  border-radius: 100px;
}
.about-wrapper .about-content .content-box p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text2);
  font-family: var(--techtro-inter);
  margin-top: 10px;
}
.about-wrapper .about-content .about-list {
  margin-left: 40px;
  margin-top: 30px;
}
.about-wrapper .about-content .about-list li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--techtro-inter);
}
.about-wrapper .about-content .about-list li:not(:last-child) {
  margin-bottom: 15px;
}
.about-wrapper .about-content .about-list li i {
  color: #FF7322;
  margin-right: 8px;
}
.about-wrapper .about-image-items {
  margin-right: -120px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-image-items {
    margin-right: 0;
  }
}
.about-wrapper .about-image-items .about-image {
  max-width: 390px;
  background-color: var(--white);
  box-shadow: 0px 1px 2px rgba(45, 54, 67, 0.04), 0px 2px 4px rgba(45, 54, 67, 0.08);
  border-radius: 180px 180px 0 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image {
    max-width: 700px;
    border-radius: 380px 380px 0 0;
  }
}
.about-wrapper .about-image-items .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 180px 180px 0 0;
}
.about-wrapper .about-image-items .about-image.style-2 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image.style-2 {
    margin-top: 0;
  }
}
.about-wrapper .about-image-items .theme-btn {
  background-color: transparent;
  border: 1px solid #161616;
  color: var(--header);
  margin-top: 40px;
}
.about-wrapper .about-image-items .theme-btn::before {
  background-color: var(--theme2);
}
.about-wrapper .about-image-items .theme-btn:hover {
  color: var(--white);
  border: 1px solid var(--theme2);
}

.about-wrapper-2 {
  margin-bottom: 62px;
}
.about-wrapper-2 .about-image {
  margin-top: 30px;
  margin-left: -60%;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 60px 0 60px;
}
.about-wrapper-2 .about-content {
  padding: 70px 60px;
  background-color: var(--white);
  box-shadow: 0px 8px 11px rgba(45, 54, 67, 0.04), 0px 20px 24px rgba(45, 54, 67, 0.04);
  border-radius: 60px 0 60px 0;
  margin-left: -78%;
  margin-bottom: -320px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content {
    margin-bottom: -225px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
    padding: 50px 30px;
    margin-bottom: -90px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-content {
    padding: 30px 20px;
  }
}
.about-wrapper-2 .about-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-wrapper-2 .about-content p {
  color: var(--text2);
}
.about-wrapper-2 .about-content .about-button {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-button {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.about-wrapper-2 .about-content .about-button .star li i {
  color: #F8BF39;
  font-size: 12px;
}

.about-section {
  position: relative;
}
.about-section .shape-img {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 767px) {
  .about-section .shape-img {
    display: none;
  }
}
.about-section .shape-image-2 {
  position: absolute;
  right: 262px;
  top: 270px;
}
@media (max-width: 1199px) {
  .about-section .shape-image-2 {
    display: none;
  }
}

.about-wrapper-3 {
  position: relative;
  margin-bottom: 250px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 {
    margin-bottom: 230px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 {
    margin-bottom: 0;
  }
}
.about-wrapper-3 .about-image {
  position: relative;
  z-index: 9;
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.41) 0%, rgba(15, 15, 15, 0.41) 100%);
}
.about-wrapper-3 .about-image .experience-items {
  position: absolute;
  bottom: -120px;
  left: 50%;
  background-color: #FFF;
  box-shadow: 0px 24px 50px rgba(45, 54, 67, 0.12);
  padding: 30px 40px;
  border-radius: 20px;
  max-width: 1200px;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image .experience-items {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image .experience-items {
    position: relative;
    transform: translateX(0);
    z-index: 9;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.about-wrapper-3 .about-image .experience-items h3 {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image .experience-items h3 {
    font-size: 26px;
  }
}
.about-wrapper-3 .about-image .experience-items h3 span {
  color: var(--theme);
  text-decoration-line: underline;
}
.about-wrapper-3 .about-image .experience-items .since-box {
  background-color: var(--theme);
  padding: 33px 17px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-3 .about-image .experience-items .since-box .thumb img {
  width: initial;
  height: initial;
}
.about-wrapper-3 .about-image .experience-items .since-box .content h4 {
  font-size: 30px;
  color: var(--white);
}
.about-wrapper-3 .about-image .experience-items .since-box .content p {
  font-size: 20px;
  color: var(--white);
}

@media (max-width: 767px) {
  .about-story-wrapper {
    padding: 50px 15px;
  }
}
.about-story-wrapper .about-story-content {
  position: relative;
}
.about-story-wrapper .about-story-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.about-story-wrapper .about-story-content ul {
  margin-top: 40px;
  margin-bottom: 50px;
}
.about-story-wrapper .about-story-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.about-story-wrapper .about-story-content ul li i {
  color: var(--theme);
  margin-right: 7px;
}
.about-story-wrapper .about-story-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-story-wrapper .about-story-content .theme-btn {
  background-color: var(--header);
}
.about-story-wrapper .about-story-content .theme-btn::before {
  background-color: var(--theme);
}
.about-story-wrapper .about-story-content .about-story-image-2 {
  position: absolute;
  bottom: -75px;
  right: 0;
}
@media (max-width: 1399px) {
  .about-story-wrapper .about-story-content .about-story-image-2 {
    position: static;
    margin-top: 30px;
  }
}
.about-story-wrapper .about-story-content .about-story-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.about-story-wrapper .about-story-image {
  margin-bottom: 30px;
}
.about-story-wrapper .about-story-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.brand-title {
  font-size: 18px;
  color: var(--text);
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.brand-title b {
  color: var(--theme);
}

.brand-section .mycustom-marque {
  position: relative;
}
.brand-section .mycustom-marque .left-shape {
  position: absolute;
  top: 0;
  left: 0px;
  width: 175.149px;
  height: 68px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 30.38%, #FFF 100%);
  z-index: 3;
}
.brand-section .mycustom-marque .right-shape {
  position: absolute;
  top: 0;
  right: 0px;
  width: 175.149px;
  height: 68px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30.38%, #FFF 100%);
  z-index: 3;
}
.brand-section .mycustom-marque img {
  max-width: max-content;
}
.brand-section .style-border {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, rgba(139, 144, 150, 0.05) 14.72%, #D8DFE9 44%, rgba(121, 125, 131, 0.05) 85%);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
  padding-bottom: 45px;
}

.marquee-section .mycustom-marque .comm img {
  max-width: max-content;
}

.brand-title-2 {
  padding: 10px 20px;
  line-height: 1;
  background-color: var(--white);
  display: inline-block;
  border-radius: 46px;
  box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .brand-title-2 {
    padding: 10px 8px;
  }
}
.brand-title-2 h6 {
  font-size: 15px;
  color: var(--text2);
  font-weight: 500;
  font-family: var(--techtro-poppins);
}
@media (max-width: 575px) {
  .brand-title-2 h6 {
    font-size: 13px;
  }
}

.brand-wrapper.style4 {
  position: relative;
  padding: 60px 40px 50px;
  border: 1px solid #EEE3FA;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.brand-wrapper.style4 .brand-title-2 {
  position: absolute;
  top: -17px;
  left: 67px;
}
@media (max-width: 767px) {
  .brand-wrapper.style4 .brand-title-2 {
    position: absolute;
    top: -17px;
    left: 8px;
  }
}

.brand-slider-items {
  margin-top: 70px;
}
.brand-slider-items .brand-title {
  padding-left: 0;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
}
.brand-slider-items .brand-title b {
  font-size: 24px;
  color: var(--theme2);
  font-weight: 500;
}
.brand-slider-items .brand-title span {
  color: var(--theme2);
  font-weight: 500;
}
.brand-slider-items .comm img {
  max-width: max-content;
}

.cta-contact-wrapper {
  text-align: center;
  position: relative;
  z-index: 9;
}
.cta-contact-wrapper .circle-button {
  width: 128px;
  height: 128px;
  background-color: var(--theme3);
  display: inline-block;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
}
.cta-contact-wrapper .circle-button i, .cta-contact-wrapper .circle-button svg {
  transform: rotate(-40deg);
  margin-top: 20px;
}
.cta-contact-wrapper .circle-button svg {
  width: 18px;
}
@media (max-width: 767px) {
  .cta-contact-wrapper .circle-button br {
    display: block;
  }
}
.cta-contact-wrapper .bg-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-contact-wrapper h2 {
  font-size: 47px;
  font-weight: 700;
  color: var(--white);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cta-contact-wrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cta-contact-wrapper h2 {
    font-size: 36px;
  }
}

.cta-contact-section {
  position: relative;
}
.cta-contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(26, 28, 31, 0.73) -12.31%, rgba(26, 28, 31, 0.9) 80.34%);
}

.terms-wrapper .terms-single-content .terms-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.terms-wrapper .terms-single-content .terms-header h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .terms-wrapper .terms-single-content .terms-header h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .terms-wrapper .terms-single-content .terms-header h2 {
    font-size: 38px;
  }
}
.terms-wrapper .terms-single-content .terms-header h5 {
  font-weight: 400;
}
.terms-wrapper .terms-single-content h5 {
  font-weight: 400;
  color: var(--text);
  font-family: var(--techtro-poppins);
  line-height: 167%;
}
.terms-wrapper .terms-single-content .terms-area {
  margin-top: 50px;
}
.terms-wrapper .terms-single-content .terms-area .terms-items {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.terms-wrapper .terms-single-content .terms-area .terms-items .number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  background: #F5F5F5;
  color: #515151;
}
.terms-wrapper .terms-single-content .terms-area .terms-items h4 {
  font-weight: 400;
  color: var(--text);
  flex-basis: 80%;
  font-family: var(--techtro-poppins);
  font-size: 18px;
}
@media (max-width: 575px) {
  .terms-wrapper .terms-single-content .terms-area .terms-items h4 {
    font-size: 16px;
  }
}
.terms-wrapper .terms-single-content .terms-area .terms-items h4 b {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
@media (max-width: 575px) {
  .terms-wrapper .terms-single-content .terms-area .terms-items h4 b {
    font-size: 18px;
  }
}
.terms-wrapper .terms-single-content h3 {
  font-size: 32px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}

.contact-info-box-wrapper.style1 .col-xl-4:first-child .contact-info-box-items.style1::before {
  display: none;
}

.contact-info-box-items.style1 {
  position: relative;
  text-align: center;
  padding: 35px 25px;
  width: 100%;
}
.contact-info-box-items.style1::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 112px;
  background: #EBEDFF;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.contact-info-box-items.style1 .icon {
  display: block;
  margin: auto;
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: rgba(49, 71, 255, 0.1);
  margin-bottom: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.contact-info-box-items.style1 .content h5 {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
.contact-info-box-items.style1 .content a {
  color: rgba(38, 37, 46, 0.7);
  text-align: center;
  font-family: var(--techtro-poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-datails-form-wrapper.style1 .contact-details-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-datails-form-wrapper.style1 .contact-details-box.style1 h3 {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 15px;
}
.contact-datails-form-wrapper.style1 .contact-details-box.style1 .fancy-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-datails-form-wrapper.style1 .contact-details-box.style1 .fancy-box .content a {
  display: block;
}
.contact-datails-form-wrapper.style1 .contact-details-box.style1 .fancy-box .content a:hover {
  color: var(--theme);
}

.contact-form-wrapper.style1 {
  padding: 35px 45px;
  border-radius: 16px;
  background: #F6F8FF;
}
@media (max-width: 1399px) {
  .contact-form-wrapper.style1 {
    padding: 20px;
  }
}
.contact-form-wrapper.style1 .section-title {
  margin-bottom: 10px;
}
.contact-form-wrapper.style1 .subtitle {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}
.contact-form-wrapper.style1 .form-clt {
  width: 100%;
  background: transparent;
}
.contact-form-wrapper.style1 .form-clt input {
  background: transparent;
  color: var(--text);
  font-family: var(--techtro-public);
  width: 100%;
  padding: 30px 10px 10px 0px;
  border-bottom: 1px solid var(--border);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.contact-form-wrapper.style1 .form-clt input::placeholder {
  color: var(--text);
  font-family: var(--techtro-public);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.contact-form-wrapper.style1 .form-check {
  color: var(--text2);
  font-family: var(--techtro-public);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 0;
}
.contact-form-wrapper.style1 .form-check .wpcf7-list-item {
  margin-left: 0;
}
.contact-form-wrapper.style1 textarea {
  display: flex;
  align-items: end;
  justify-content: end;
  background: transparent;
  color: var(--text);
  font-family: var(--techtro-public);
  width: 100%;
  padding: 80px 10px 10px 0px;
  border-bottom: 1px solid var(--border);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 119px;
  box-sizing: border-box;
}
.contact-form-wrapper.style1 textarea::placeholder {
  vertical-align: bottom;
}
.contact-form-wrapper.style1 textarea:focus {
  border-bottom: 1px solid var(--border);
  outline: none;
}
.contact-form-wrapper.style1 .single-select {
  border-radius: 20px;
  border: 1px solid var(--border);
  background: var(--white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-form-wrapper.style1 .single-select::placeholder {
  color: var(--text);
  font-family: var(--techtro-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.map-wrapper.style1 iframe {
  height: 803px;
  margin-bottom: -20px;
}

.cta-content-wrapper {
  max-width: 670px;
  text-align: center;
  margin: 0 auto;
}
.cta-content-wrapper h2 {
  font-size: 44px;
  color: var(--white);
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cta-content-wrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .cta-content-wrapper h2 {
    font-size: 32px;
  }
}
.cta-content-wrapper p {
  font-size: 19px;
  color: var(--white);
  margin-bottom: 30px;
}
.cta-content-wrapper .theme-btn {
  background-color: var(--white);
  color: var(--header);
}
.cta-content-wrapper .theme-btn::before {
  background-color: var(--theme);
}
.cta-content-wrapper .theme-btn:hover {
  color: var(--white);
}

.cta-contact-wrapper-2 {
  text-align: center;
  position: relative;
  z-index: 9;
  position: relative;
  background-color: var(--header);
  border-radius: 0px 0px 100px 100px;
  -webkit-border-radius: 0px 0px 100px 100px;
  -moz-border-radius: 0px 0px 100px 100px;
  -ms-border-radius: 0px 0px 100px 100px;
  -o-border-radius: 0px 0px 100px 100px;
}
.cta-contact-wrapper-2 .circle-button {
  width: 128px;
  height: 128px;
  background-color: var(--theme3);
  display: inline-block;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
}
.cta-contact-wrapper-2 .circle-button i {
  transform: rotate(-40deg);
  margin-top: 20px;
}
.cta-contact-wrapper-2 .bg-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-contact-wrapper-2 h2 {
  font-size: 47px;
  font-weight: 700;
  color: var(--white);
  margin-top: 30px;
}
.cta-contact-wrapper-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(93, 88, 235, 0.4) 4%, rgba(93, 88, 235, 0.64) 99.92%);
}
.cta-contact-wrapper-2 .content {
  position: relative;
  z-index: 4;
}
.cta-contact-wrapper-2 .content h2 {
  color: var(--white);
  font-family: var(--techtro-public);
  font-size: 68px;
  font-style: normal;
  font-weight: 800;
  line-height: 75px;
  margin-bottom: 38px;
}
@media (max-width: 991px) {
  .cta-contact-wrapper-2 .content h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .cta-contact-wrapper-2 .content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-contact-wrapper-2 .content h2 {
    font-size: 40px;
    line-height: 1;
  }
}
.cta-contact-wrapper-2 .content h3 {
  text-align: end;
}
.cta-contact-wrapper-2 .content h3 a {
  color: var(--theme3);
  font-family: var(--techtro-public);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 0px;
  text-decoration-line: underline;
}
@media (max-width: 991px) {
  .cta-contact-wrapper-2 .content h3 a {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .cta-contact-wrapper-2 .content h3 a {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-contact-wrapper-2 .content h3 a {
    font-size: 40px;
  }
}
.cta-contact-wrapper-2 .icon {
  position: relative;
  z-index: 4;
}

.cta-contact-section-4 {
  position: relative;
}
.cta-contact-section-4::before {
  display: none;
}
.cta-contact-section-4::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--header);
}

.home-integration-section {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-integration-wrapper {
  position: relative;
}
.home-integration-wrapper .line-shape {
  position: absolute;
  bottom: -125px;
  left: 56px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .home-integration-wrapper .line-shape {
    display: none;
  }
}
.home-integration-wrapper .home-integration-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 60px 0;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .home-integration-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.home-integration-wrapper .home-integration-items .logo-img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto auto auto;
  width: 102.782px;
  height: 102.782px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
}
@media (max-width: 1199px) {
  .home-integration-wrapper .home-integration-items .logo-img {
    margin-bottom: 0;
  }
}
.home-integration-wrapper .home-integration-items .logo-img .circle {
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 11.351px;
  height: 11.351px;
  line-height: 11.351px;
  text-align: center;
  background: var(--theme);
  border-radius: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.home-integration-wrapper .home-integration-items .logo-img .title {
  color: var(--header);
  text-align: center;
  font-family: var(--techtro-public);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.3px;
}
.home-integration-wrapper .home-integration-items .logo-img.six {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .home-integration-wrapper .home-integration-items .logo-img.six {
    margin-right: 0;
  }
}
.home-integration-wrapper .home-integration-items .logo-img.style-1 {
  margin-top: 0;
  margin-bottom: 194px;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .home-integration-items .logo-img.style-1 {
    margin-bottom: 10px;
  }
}
.home-integration-wrapper .home-integration-items .logo-img.style-2 {
  margin-top: 190px;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .home-integration-items .logo-img.style-2 {
    margin-top: 0;
  }
}
.home-integration-wrapper .home-integration-items-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .home-integration-items-2 {
    flex-wrap: wrap;
    padding: 0;
    gap: 30px;
  }
}
.home-integration-wrapper .logo-img-2 {
  position: absolute;
  top: 46%;
  left: 21%;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .logo-img-2 {
    display: none;
  }
}
.home-integration-wrapper .logo-img-3 {
  position: absolute;
  top: 46%;
  right: 20%;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .logo-img-3 {
    display: none;
  }
}
.home-integration-wrapper .home-integration-items-3 {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1199px) {
  .home-integration-wrapper .home-integration-items-3 {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.cta-section-2 {
  position: relative;
  padding-top: 50px;
}
@media (min-width: 1400px) {
  .cta-section-2 .container {
    max-width: 1360px !important;
  }
}
@media (max-width: 767px) {
  .cta-section-2 {
    padding-top: 0;
  }
}
.cta-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  height: 60%;
}

.cta-wrapper-2 {
  padding: 70px 70px;
  background-color: var(--theme2);
  border-radius: 32px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .cta-wrapper-2 {
    gap: 40px;
    flex-wrap: wrap;
    padding: 50px;
    justify-content: center;
  }
}
.cta-wrapper-2 .plane-shape {
  position: absolute;
  top: -80px;
  right: -40px;
}
@media (max-width: 1199px) {
  .cta-wrapper-2 .plane-shape {
    display: none;
  }
}
.cta-wrapper-2 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.cta-wrapper-2 .line-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta-wrapper-2 .cta-img {
  position: relative;
  z-index: 1;
  animation: rounded 5s linear infinite;
}
.cta-wrapper-2 .cta-content-2 {
  position: relative;
  z-index: 9;
}
.cta-wrapper-2 .cta-content-2 h2 {
  font-size: 58px;
  color: var(--white);
  font-weight: 700;
}
@media (max-width: 767px) {
  .cta-wrapper-2 .cta-content-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper-2 .cta-content-2 h2 {
    font-size: 35px;
  }
}
.cta-wrapper-2 .cta-content-2 ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .cta-wrapper-2 .cta-content-2 ul {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
.cta-wrapper-2 .cta-content-2 ul li {
  font-size: 32px;
  color: var(--white);
  font-weight: 400;
  font-family: var(--techtro-public);
}
.cta-wrapper-2 .cta-content-2 ul li .theme-btn {
  background-color: #013228;
}

.cta-section {
  position: relative;
}
.cta-section .techro-logo {
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
}
.cta-section .techro-logo img {
  border-radius: 50%;
  width: 148px;
  height: 148px;
}

.cta-contact-section {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  z-index: 9;
}

.used-technology-section .nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.used-technology-section .nav .nav-item .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: var(--header);
  background-color: #F3F6F9;
  padding: 17px 35px;
  line-height: 1;
  border-radius: 10px;
}
.used-technology-section .nav .nav-item .nav-link.active {
  background-color: var(--theme4);
  color: var(--white);
}

.faq-wrapper {
  display: block;
  margin-top: 30px;
}

.faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
  background: #F4F6FF;
  border-radius: 16px;
}
.faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 26px 30px;
  font-family: var(--techtro-public);
  color: var(--header);
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
    padding: 20px;
  }
}
.faq-items .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  padding-top: 0;
}
.faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f063";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 18px;
  right: 30px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
@media (max-width: 767px) {
  .faq-items .accordion .accordion-button::before {
    top: 20px;
    right: 10px;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
  }
}
.faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.faq-items .accordion .accordion-button.collapsed::before {
  content: "\f062";
  color: #BAC1FF;
  background-color: transparent;
  border: 1px solid #BAC1FF;
}

.faq-section {
  position: relative;
}
.faq-section .faq-shape {
  position: absolute;
  left: 12%;
  top: 22%;
}
@media (max-width: 1899px) {
  .faq-section .faq-shape {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .faq-section .faq-shape {
    display: none;
  }
}
.faq-section .faq-shape-2 {
  position: absolute;
  bottom: 100px;
  right: 12%;
  max-width: 100%;
}
@media (max-width: 1899px) {
  .faq-section .faq-shape-2 {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .faq-section .faq-shape-2 {
    display: none;
  }
}

.feature-area .project-main-wrapper {
  margin-top: 0;
}
.feature-area .project-main-wrapper .project-wrapper {
  margin-bottom: 0;
}
.feature-area.content-right .project-wrapper {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

.counter-wrapper .counter-box-items-2 {
  background: #053C30;
  padding: 60px 30px;
  text-align: center;
}
.counter-wrapper .counter-box-items-2 h2 {
  font-size: 50px;
  color: #EDC728;
}
.counter-wrapper .counter-box-items-2 p {
  font-size: 20px;
  color: var(--white);
  margin-top: 10px;
}
.counter-wrapper .counter-box-items-2.bg-color-2 {
  background: #064135;
}
.counter-wrapper.style-inner .counter-box-items-2 {
  background: #3147FF;
}
.counter-wrapper.style-inner .counter-box-items-2 h2 {
  color: var(--white);
}
.counter-wrapper.style-inner .counter-box-items-2 p {
  color: var(--white);
}
.counter-wrapper.style-inner .counter-box-items-2.bg-color-2 {
  background: #2F43EC;
}

.video-wrapper .video-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .video-wrapper .video-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.video-wrapper .video-list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--text2);
  font-family: var(--techtro-inter);
}
.video-wrapper .video-list li i {
  color: var(--theme2);
}
.video-wrapper .video-image {
  position: relative;
}
.video-wrapper .video-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-wrapper .video-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(22, 22, 22, 0) 21.25%, rgba(17, 17, 17, 0.44) 61.73%);
  border-radius: 20px;
}
.video-wrapper .video-image .video-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: #F66715;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.video-wrapper .video-image .video-btn svg {
  width: 35px;
  fill: #F66715;
}
.video-wrapper .video-image .video-btn::before, .video-wrapper .video-image .video-btn::after {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.video-wrapper.style-4 {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .video-wrapper.style-4 {
    margin-bottom: 0;
  }
}
.video-wrapper.style-4 .section-title {
  margin-bottom: 50px;
}
.video-wrapper.style-4 .section-title .small-title {
  position: relative;
  color: rgba(63, 68, 75, 0.7);
  font-family: var(--techtro-public);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 3px;
  margin-left: 30px;
}
.video-wrapper.style-4 .section-title .shape {
  position: relative;
  margin-left: 20px;
  top: 20px;
}
.video-wrapper.style-4 .video-image {
  margin-top: 40px;
  position: relative;
}
.video-wrapper.style-4 .video-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video-wrapper.style-4 .video-image:before {
  display: none;
}
.video-wrapper.style-4 .video-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(97, 92, 246, 0.7) 110.54%);
  border-radius: 20px;
}
.video-wrapper.style-4 .video-image .video-btn {
  position: relative;
  z-index: 3;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: #55648E;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  transform: translate(-50%, -50%);
}
.video-wrapper.style-4 .video-image .video-btn::before, .video-wrapper.style-4 .video-image .video-btn::after {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.video-wrapper.style-4 .img-box-1 {
  position: absolute;
  bottom: 248px;
  left: -60px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .video-wrapper.style-4 .img-box-1 {
    display: none;
  }
}
.video-wrapper.style-4 .img-box-1 .main-img {
  position: relative;
}
.video-wrapper.style-4 .img-box-1 .logo {
  position: absolute;
  bottom: -30px;
  left: -25px;
}
.video-wrapper.style-4 .img-box-2 {
  position: absolute;
  bottom: -50px;
  left: 431px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .video-wrapper.style-4 .img-box-2 {
    display: none;
  }
}
.video-wrapper.style-4 .img-box-2 .main-img {
  position: relative;
}
.video-wrapper.style-4 .img-box-2 .logo {
  position: absolute;
  bottom: -30px;
  right: -25px;
}
.video-wrapper.style-4 .img-box-3 {
  position: absolute;
  bottom: 106px;
  right: -60px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .video-wrapper.style-4 .img-box-3 {
    display: none;
  }
}
.video-wrapper.style-4 .img-box-3 .main-img {
  position: relative;
}
.video-wrapper.style-4 .img-box-3 .logo {
  position: absolute;
  top: -30px;
  right: -25px;
}
.video-wrapper.style-4 .img-box-4 {
  position: absolute;
  top: 85px;
  right: 300px;
  z-index: 4;
}
@media (max-width: 1199px) {
  .video-wrapper.style-4 .img-box-4 {
    display: none;
  }
}
.video-wrapper.style-4 .img-box-4 .main-img {
  position: relative;
}
.video-wrapper.style-4 .img-box-4 .logo {
  position: absolute;
  bottom: -30px;
  right: -25px;
}

.video-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.work-process-box-items {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.work-process-box-items .icon-items {
  position: relative;
  z-index: 9;
  padding: 40px 20px;
  padding-top: 0;
}
.work-process-box-items .icon-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFF6F0;
  border-radius: 50px 50px 0 0;
  z-index: -1;
  top: 20%;
  height: initial;
}
.work-process-box-items .icon-items .icon {
  width: 104px;
  height: 104px;
  line-height: 104px;
  text-align: center;
  border-radius: 50%;
  background: #FFE9DC;
  color: var(--theme2);
  font-size: 50px;
  margin: 0 auto;
}
.work-process-box-items .icon-items .content {
  margin-top: 25px;
}
.work-process-box-items .icon-items .arrow-icon {
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #FF7322;
  left: 50%;
  transform: translateX(-50%);
}
.work-process-box-items .icon-items.bg-2::before {
  background-color: #FFEFF2;
}
.work-process-box-items .icon-items.bg-2 .icon {
  background-color: #FFCED8;
}
.work-process-box-items .icon-items.bg-2 .arrow-icon {
  border-top: 20px solid #EB8197;
}
.work-process-box-items .icon-items.bg-3::before {
  background-color: #ECFCFF;
}
.work-process-box-items .icon-items.bg-3 .icon {
  background-color: #CAF5FE;
}
.work-process-box-items .icon-items.bg-3 .arrow-icon {
  border-top: 20px solid #013228;
}
.work-process-box-items .icon-items.bg-4::before {
  background-color: #F7F3FF;
}
.work-process-box-items .icon-items.bg-4 .icon {
  background-color: #EEE6FF;
}
.work-process-box-items .icon-items.bg-4 .arrow-icon {
  border-top: 20px solid #C6B2EC;
}
.work-process-box-items span {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  font-family: var(--techtro-inter);
  background-color: var(--white);
  box-shadow: 0px 4px 8px rgba(45, 54, 67, 0.08);
  padding: 10px 20px;
  line-height: 1;
  border-radius: 22px;
  display: inline-block;
  margin-top: 20px;
}

.counter-box-items {
  text-align: center;
  padding: 60px;
  background: linear-gradient(59.19deg, #F2FFC5 -12.41%, #D4E794 178.64%);
  border-radius: 40px 0 40px 0;
  position: relative;
  z-index: 9;
}
.counter-box-items h2 {
  font-size: 48px;
  font-weight: bold;
  font-family: var(--techtro-poppins);
}
.counter-box-items p {
  font-size: 18px;
  color: var(--header);
  font-weight: 500;
}
.counter-box-items .shape-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.counter-box-items .shape-image-2 {
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: -1;
}
.counter-box-items.style-2 {
  background: #E7DBFF;
}
.counter-box-items.style-3 {
  background: linear-gradient(229.09deg, #BBE5FF 26.49%, #E2F4FF 108.95%);
}

.counter-text-2 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--techtro-poppins);
  margin-top: 40px;
  color: var(--text2);
}
.counter-text-2 span {
  color: var(--theme3);
  font-size: 24px;
}

.how-do-wrapper .how-do-content {
  max-width: 490px;
}
.how-do-wrapper .how-do-content h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .how-do-wrapper .how-do-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.how-do-wrapper .how-do-content p {
  color: var(--text2);
  line-height: 200%;
  margin-bottom: 40px;
}
.how-do-wrapper .how-do-box-wrap {
  margin-top: 30px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .how-do-wrapper .how-do-box-wrap {
    padding-right: 10px;
  }
}
.how-do-wrapper .how-do-box-items {
  padding: 24px;
  background-color: var(--white);
  border-radius: 25px;
  margin-bottom: 30px;
}
.how-do-wrapper .how-do-box-items .thumb {
  position: relative;
}
.how-do-wrapper .how-do-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.how-do-wrapper .how-do-box-items .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(242, 204, 77, 0) -15.94%, rgba(242, 204, 77, 0.3) 71.78%);
  border-radius: 25px;
}
.how-do-wrapper .how-do-box-items .content {
  margin-top: 25px;
}
.how-do-wrapper .how-do-box-items .content h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
.how-do-wrapper .how-do-box-items .content p {
  color: var(--text2);
  max-width: 440px;
}

.method-step-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.method-step-wrapper .shape {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .method-step-wrapper .shape {
    display: none;
  }
}
.method-step-wrapper .shape img {
  max-width: max-content;
}
.method-step-wrapper .method-step-circle {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  width: 142px;
  height: 142px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme3);
  text-transform: uppercase;
  line-height: 131%;
  padding-top: 50px;
  margin: 60px auto 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .method-step-wrapper .method-step-circle {
    margin: 30px auto 60px;
  }
}
.method-step-wrapper .method-step-circle span {
  display: block;
}
.method-step-wrapper .line-shape {
  position: absolute;
  left: 60%;
  transform: translateX(-60%);
  bottom: 160px;
  right: 0;
  width: 776px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .method-step-wrapper .line-shape {
    display: none;
  }
}
.method-step-wrapper .step-boxes {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: -50px;
}
@media (max-width: 1199px) {
  .method-step-wrapper .step-boxes {
    gap: 10px;
  }
}
.method-step-wrapper .method-step-box {
  padding: 55px 30px;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 217px;
}
.method-step-wrapper .method-step-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #D7C6F8;
  z-index: -1;
  border-radius: 40px 0 40px 0;
  height: initial;
  top: 30%;
}
.method-step-wrapper .method-step-box .number {
  width: 75px;
  height: 75px;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  margin: 0 auto 30px;
  position: relative;
}
.method-step-wrapper .method-step-box .number .shape-image {
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
  z-index: -1;
}
.method-step-wrapper .method-step-box .number h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  padding-top: 13px;
}
.method-step-wrapper .method-step-box .number h5 span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--text);
  padding-top: 5px;
}
.method-step-wrapper .method-step-box h3 {
  font-size: 22px;
  font-weight: 500;
}
.method-step-wrapper .method-step-box.bg-2::before {
  background-color: #99E7F2;
}
.method-step-wrapper .method-step-box.bg-3::before {
  background-color: #C9DA8F;
}
.method-step-wrapper .method-step-box.bg-4::before {
  background-color: #FFD4C9;
}

.method-step-section {
  position: relative;
  z-index: 9;
}
.method-step-section::before {
  background-color: var(--white);
  z-index: -1;
  top: 73%;
}
@media (max-width: 1600px) {
  .method-step-section::before {
    top: 80%;
  }
}
@media (max-width: 767px) {
  .method-step-section::before {
    top: 90%;
  }
}

.method-video-bg {
  position: relative;
  padding: 270px 0;
  border-radius: 40px 0 40px 0;
}
@media (max-width: 1199px) {
  .method-video-bg {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .method-video-bg {
    top: 90%;
  }
}
.method-video-bg .video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  line-height: 128px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: var(--header);
  font-family: var(--techtro-public);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
}

.counter-items-3 {
  padding: 30px;
  text-align: center;
  background-color: #F5F0FF;
  border-radius: 25px 0 25px 0;
}
.counter-items-3 h2 {
  font-family: var(--techtro-poppins);
  font-size: 40px;
}
.counter-items-3 p {
  font-size: 20px;
  color: var(--text2);
}
.counter-items-3.bg-2 {
  background-color: #DFFBFF;
}
.counter-items-3.bg-3 {
  background-color: #F6FFD8;
}
.counter-items-3.bg-4 {
  background-color: #FFE5DE;
}

.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 .rating .logo {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}
.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 .rating .logo .star-wrap.style1 {
  display: flex;
  gap: 2px;
}
.wcu-wrapper.style-4 .wcu-content .fancy-meta.style1 .rating .logo .star-wrap.style1 i {
  font-size: 12px;
  color: #F8BF39;
}
.wcu-wrapper.style-4 .title {
  font-size: 50px;
}
.wcu-wrapper.style-4 .wcu-img {
  position: relative;
  margin-top: 200px;
}
@media (max-width: 1199px) {
  .wcu-wrapper.style-4 .wcu-img {
    margin-top: 0;
    margin-bottom: 150px;
  }
}
.wcu-wrapper.style-4 .wcu-img .main-img {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.wcu-wrapper.style-4 .wcu-img .absolute-img {
  position: absolute;
  bottom: -33px;
  right: -90px;
  border-radius: 0px 0px 100px 0px;
  -webkit-border-radius: 0px 0px 100px 0px;
  -moz-border-radius: 0px 0px 100px 0px;
  -ms-border-radius: 0px 0px 100px 0px;
  -o-border-radius: 0px 0px 100px 0px;
}
@media (max-width: 1199px) {
  .wcu-wrapper.style-4 .wcu-img .absolute-img {
    right: 0;
    bottom: 0;
  }
}

.wcu-feature-wrapper.style-4 {
  margin-top: -115px;
}
.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4 {
  max-width: 470px;
}
.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4 .title {
  display: flex;
  align-items: center;
  color: var(--black);
  font-family: var(--techtro-public);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 12px;
}
.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4 .title svg {
  margin-right: 8px;
  fill: var(--theme);
  width: 22px;
}
.wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4.first-box {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wcu-feature-wrapper.style-4 .feature-wrapper .feature-box.style-4.first-box {
    margin-bottom: 0px;
  }
}

.wcu-container-wrapper {
  position: relative;
}
.wcu-container-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg3);
  top: 76%;
  z-index: -1;
}

.counter-box.style-4 {
  padding: 67px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .counter-box.style-4 {
    padding: 30px 0;
    text-align: center;
  }
}
.counter-box.style-4 .counter-number {
  margin-bottom: 15px;
}
.counter-box.style-4 .counter-number .count {
  color: var(--header);
  text-align: center;
  font-family: var(--techtro-public);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.counter-box.style-4 .counter-number .plus {
  color: var(--header);
  text-align: center;
  font-family: var(--techtro-public);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.counter-box.style-4 .text {
  color: var(--text3);
  font-family: var(--techtro-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.technology-box-items-wrapper.style-4 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 65px 53px 35px;
  gap: 38px;
  background: #F8F8F8;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 1199px) {
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 470px) {
  .technology-box-items-wrapper.style-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.technology-box-items-wrapper.style-4 > :nth-child(even) {
  margin-top: 140px;
}
.technology-box-items-wrapper.style-4 > :nth-child(odd) {
  margin-bottom: 60px;
}

.technology-box-items.style-4 {
  display: inline-block;
  max-width: 119px;
  max-height: 119px;
  text-align: center;
  padding: 15px 15px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 4px 8px -2px rgba(45, 54, 67, 0.08), 0px 2px 4px -2px rgba(45, 54, 67, 0.06);
}
.technology-box-items.style-4 .logo {
  margin-bottom: 9px;
  max-width: 50px;
  margin: 0 auto 5px;
}
.technology-box-items.style-4 .logo img {
  max-width: 50px;
}
.technology-box-items.style-4 .title {
  color: var(--body-text2, rgba(38, 37, 46, 0.7));
  text-align: center;
  font-family: var(--techtro-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (min-width: 1400px) {
  .work-process-wrapper.style-4 .container {
    max-width: 1350px !important;
  }
}
@media (max-width: 767px) {
  .work-process-wrapper.style-4 {
    margin-bottom: 0px;
  }
}
.work-process-wrapper.style-4 .section-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .work-process-wrapper.style-4 .section-title {
    margin-bottom: 30px;
  }
}
.work-process-wrapper.style-4 .section-title .purple {
  color: #BBA5E0;
  font-family: var(--techtro-public);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
}
@media (max-width: 767px) {
  .work-process-wrapper.style-4 .section-title .purple {
    font-size: 48px;
    line-height: 1;
  }
}
.work-process-wrapper.style-4 .section-title .dot {
  color: var(--theme);
  font-family: var(--techtro-public);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px;
}
@media (max-width: 767px) {
  .work-process-wrapper.style-4 .section-title .dot {
    display: none;
  }
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-4 .single-process .dot-and-step-no {
    margin-bottom: 25px;
  }
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot {
  margin-bottom: 25px;
  position: relative;
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  left: -430px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style1::after {
    display: none;
  }
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  right: -442px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-4 .single-process .dot-and-step-no .dot.style2::after {
    display: none;
  }
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no .dot span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--header);
  display: block;
}
.work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(117, 114, 253, 0.4);
  font-family: var(--techtro-public);
  font-size: 55px;
  font-weight: 900;
  line-height: 66.56px;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 0;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  .work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .work-process-wrapper.style-4 .single-process .dot-and-step-no .step-no h2 {
    font-size: 75px;
  }
}
.work-process-wrapper.style-4 .single-process .process-content {
  max-width: 312px;
  width: 100%;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-4 .single-process .process-content {
    max-width: 280px;
  }
}
.work-process-wrapper.style-4 .single-process .process-content h3 {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .work-process-wrapper.style-4 .single-process .process-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-4 .single-process .process-content h3 {
    font-size: 27px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .work-process-wrapper.style-4 .single-process .process-content h3 {
    font-size: 25px;
  }
}
.work-process-wrapper.style-4 .single-process .process-content p {
  color: rgba(var(--header), 0.5);
  font-family: var(--techtro-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: left;
}
.work-process-wrapper.style-4 .single-process:hover .dot-and-step-no .step-no h2 {
  -webkit-text-stroke: 1px var(--theme);
}

.feature-wrapper {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .feature-wrapper {
    margin-bottom: 0;
  }
}
.feature-wrapper .feature-content {
  background-color: var(--white);
  border-radius: 26px;
  box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
  padding: 60px 50px 30px;
  margin-right: -165%;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .feature-wrapper .feature-content {
    margin-right: -50%;
  }
}
@media (max-width: 991px) {
  .feature-wrapper .feature-content {
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.feature-wrapper .feature-content .price-shape {
  position: absolute;
  right: 1%;
  bottom: -45%;
}
@media (max-width: 991px) {
  .feature-wrapper .feature-content .price-shape {
    display: none;
  }
}
.feature-wrapper .featur-image img {
  width: 100%;
  height: 100%;
  border-radius: 21px;
}

.key-feature-wrapper {
  margin-bottom: -75px;
}
@media (max-width: 1199px) {
  .key-feature-wrapper {
    margin-bottom: -170px;
  }
}
@media (max-width: 991px) {
  .key-feature-wrapper {
    margin-bottom: -150px;
  }
}
.key-feature-wrapper .key-feature-image {
  position: relative;
}
.key-feature-wrapper .key-feature-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.key-feature-wrapper .key-feature-image .shape-1 {
  position: absolute;
  left: -12%;
  top: -12%;
}
@media (max-width: 1199px) {
  .key-feature-wrapper .key-feature-image .shape-1 {
    display: none;
  }
}
.key-feature-wrapper .key-feature-image .shape-2 {
  position: absolute;
  right: -11%;
  bottom: -11%;
}
@media (max-width: 1199px) {
  .key-feature-wrapper .key-feature-image .shape-2 {
    display: none;
  }
}
.key-feature-wrapper .key-feature-area {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .key-feature-wrapper .key-feature-area {
    margin-left: 0;
  }
}
.key-feature-wrapper .key-feature-area h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.key-feature-wrapper .key-feature-area .key-feature-items {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.key-feature-wrapper .key-feature-area .key-feature-items .number {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
  background-color: #E5E8FF;
  color: var(--theme);
}
.key-feature-wrapper .key-feature-area .key-feature-items .content {
  flex-basis: 80%;
}
.key-feature-wrapper .key-feature-area .key-feature-items .content p {
  border-bottom: 1px solid #D8DFE9;
  padding-bottom: 22px;
  margin-bottom: 10px;
}

.work-process-wrapper.style-1 {
  position: relative;
}
.work-process-wrapper.style-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 15px;
  left: 0;
  background: #F8D7C4;
  z-index: 1;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-1:before {
    display: none;
  }
}
.work-process-wrapper.style-1 .element-shape {
  position: absolute;
  top: 10px;
  right: 0px;
}
@media (max-width: 1199px) {
  .work-process-wrapper.style-1 .element-shape {
    display: none;
  }
}

.work-process-global-style .section-title .sub-text-2 {
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  border-radius: 47px 0px 0px 47px;
  background: linear-gradient(90deg, #FFEEE2 30.88%, rgba(255, 248, 243, 0) 110.71%);
  padding: 10px 23px;
  margin-bottom: 20px;
}

.section-title .purple {
  color: #BBA5E0;
  font-family: var(--techtro-public);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
}
@media (max-width: 767px) {
  .section-title .purple {
    font-size: 48px;
    line-height: 1;
  }
}
.section-title .dot {
  color: var(--theme);
  font-family: var(--techtro-public);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px;
}
@media (max-width: 767px) {
  .section-title .dot {
    display: none;
  }
}
.section-title .dot.dot-2 {
  font-family: var(--techtro-public);
}

.footer-widgets-wrapper {
  padding: 20px 80px 50px;
  background-color: var(--white);
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 20px 20px 50px;
  }
}

.single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.single-footer-widget .widget-head h3 {
  position: relative;
  font-weight: bold;
  color: var(--header);
  font-size: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.single-footer-widget .widget-head h3:before {
  position: absolute;
  content: "";
  top: 40px;
  left: 15px;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, #B5BFFF 27.14%, #FFF 100%);
}
.single-footer-widget .widget-head h3:after {
  position: absolute;
  content: "";
  top: 40px;
  left: 0px;
  width: 10px;
  height: 2px;
  background: linear-gradient(90deg, #B5BFFF 27.14%, #FFF 100%);
}
.single-footer-widget .footer-content .social-icon {
  margin-top: 30px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.single-footer-widget .footer-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(222, 226, 253, 0.8);
  background-color: transparent;
  color: var(--theme);
  border-radius: 50%;
}
.single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.single-footer-widget .list-area,
.single-footer-widget .menu {
  list-style: none;
}
.single-footer-widget .list-area li,
.single-footer-widget .menu li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 18px;
}
.single-footer-widget .list-area li:not(:last-child),
.single-footer-widget .menu li:not(:last-child) {
  margin-bottom: 20px;
}
.single-footer-widget .list-area li a,
.single-footer-widget .menu li a {
  color: var(--text);
}
.single-footer-widget .list-area li:hover,
.single-footer-widget .menu li:hover {
  margin-left: 5px;
}
.single-footer-widget .list-area li:hover a,
.single-footer-widget .menu li:hover a {
  color: var(--theme);
}
.single-footer-widget .list-area li:hover {
  margin-left: 0;
}
.single-footer-widget.single-footer-widget-two .widget-head h3 {
  color: #FFFBF9;
}
.single-footer-widget.single-footer-widget-two .widget-head h3:before, .single-footer-widget.single-footer-widget-two .widget-head h3:after {
  display: none;
}
.single-footer-widget.single-footer-widget-two .footer-content .icon-items .icon {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}
.single-footer-widget.single-footer-widget-two .footer-content .icon-items .icon span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--techtro-inter);
  color: #CDD5D7;
}
.single-footer-widget.single-footer-widget-two .footer-content .icon-items h4 {
  color: #CDD5D7;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}
.single-footer-widget.single-footer-widget-two .footer-content .icon-items h4 a {
  color: #CDD5D7;
  font-family: var(--techtro-poppins);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
}
.single-footer-widget.single-footer-widget-two .footer-content .icon-items h4 a:hover {
  color: var(--theme2);
}
.single-footer-widget.single-footer-widget-two .footer-content h3 {
  font-weight: 600;
  color: var(--white);
  margin-top: 50px;
  margin-bottom: 20px;
}
.single-footer-widget.single-footer-widget-two .footer-content .footer-input {
  position: relative;
}
.single-footer-widget.single-footer-widget-two .footer-content .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  font-weight: 400;
}
.single-footer-widget.single-footer-widget-two .footer-content .footer-input input::placeholder {
  color: var(--text);
}
.single-footer-widget.single-footer-widget-two .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  color: var(--theme2);
  bottom: 5px;
}
.single-footer-widget.single-footer-widget-two .footer-content .footer-input .newsletter-btn i {
  font-size: 24px;
}
.single-footer-widget.single-footer-widget-two .footer-content .from-customradio {
  margin-top: 20px;
}
.single-footer-widget.single-footer-widget-two .footer-content .from-customradio .form-check-label {
  font-size: 14px;
  text-transform: capitalize;
  color: #CDD5D7;
  font-weight: 400;
  font-family: var(--techtro-inter);
}
.single-footer-widget.single-footer-widget-two .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--techtro-inter);
}
.single-footer-widget.single-footer-widget-two .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.single-footer-widget.single-footer-widget-two .list-area li a {
  color: #CDD5D7;
  position: relative;
  padding-left: 20px;
}
.single-footer-widget.single-footer-widget-two .list-area li a::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 6px;
  background-color: #09493C;
  transition: all 0.4s ease-in-out;
}
.single-footer-widget.single-footer-widget-two .list-area li a i,
.single-footer-widget.single-footer-widget-two .list-area li a svg {
  margin-left: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.single-footer-widget.single-footer-widget-two .list-area li a svg {
  width: 14px;
  fill: var(--white);
}
.single-footer-widget.single-footer-widget-two .list-area li:hover a {
  color: var(--theme2);
}
.single-footer-widget.single-footer-widget-two .list-area li:hover a::before {
  background-color: var(--theme2);
}
.single-footer-widget.single-footer-widget-two .list-area li:hover a i,
.single-footer-widget.single-footer-widget-two .list-area li:hover a svg {
  opacity: 1;
  visibility: visible;
}
.single-footer-widget.single-footer-widget-two .list-area li:hover a svg {
  fill: var(--theme2);
}
.single-footer-widget.single-footer-widget-three .widget-head h3 {
  color: var(--white);
}
.single-footer-widget.single-footer-widget-three .widget-head h3:before, .single-footer-widget.single-footer-widget-three .widget-head h3:after {
  display: none;
}
.single-footer-widget.single-footer-widget-three .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  font-family: var(--techtro-poppins);
}
.single-footer-widget.single-footer-widget-three .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.single-footer-widget.single-footer-widget-three .list-area li a {
  color: #969696;
  position: relative;
}
.single-footer-widget.single-footer-widget-three .list-area li a svg {
  width: 14px;
  fill: #969696;
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}
.single-footer-widget.single-footer-widget-three .list-area li:hover a {
  color: var(--theme3);
}
.single-footer-widget.single-footer-widget-three .list-area li:hover a::before {
  color: var(--theme3);
}
.single-footer-widget.single-footer-widget-three .list-area li:hover a svg {
  fill: var(--theme3);
}

.techtro-footer-widget-style .list-area li:hover {
  margin-left: 5px;
}

.footer-contact-info {
  background-color: var(--white);
  padding: 20px 80px;
  border-top: 1px solid #D5DCFC;
  border-bottom: 1px solid #D5DCFC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-contact-info {
    padding: 20px 20px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-contact-info .icon-items {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .footer-contact-info .icon-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-contact-info .icon-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer-contact-info .icon-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #DEE2FD;
  color: var(--theme);
}
.footer-contact-info .icon-items h5 {
  font-size: 18px;
  font-family: var(--techtro-poppins);
  font-weight: 400;
  text-transform: initial;
}
.footer-contact-info .icon-items h5 a {
  color: var(--text);
}
.footer-contact-info .icon-items h5 a:hover {
  color: var(--theme);
}

.footer-cta-content {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.footer-cta-content h2 {
  font-size: 42px;
  color: var(--white);
  margin-bottom: 15px;
}
.footer-cta-content p {
  font-size: 19px;
  color: var(--white);
}
.footer-cta-content .project-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer-cta-content .project-button {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.footer-cta-content .project-button .theme-btn {
  background-color: var(--white);
  color: var(--header);
}
.footer-cta-content .project-button .theme-btn::before {
  background-color: var(--theme);
}
.footer-cta-content .project-button .theme-btn:hover {
  color: var(--white);
}
.footer-cta-content .project-button .theme-btn.style-2 {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 20px 40px;
}
.footer-cta-content .project-button .theme-btn.style-2:hover {
  border: 1px solid var(--theme);
}

.footer-section .container-fluid {
  padding: 0 280px;
}
@media (max-width: 1899px) {
  .footer-section .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1600px) {
  .footer-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .footer-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .footer-section .container-fluid {
    padding: 0 20px;
  }
}

.footer-bottom {
  background: #EDF0FF;
  padding: 30px 0;
}
.footer-bottom .footer-bottom-wrapper p {
  color: var(--header);
}
.footer-bottom .footer-bottom-wrapper p a {
  color: var(--theme);
}

.footer-info-contact-2 {
  padding: 80px 0 40px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(11, 38, 39, 0.3) 0%, rgba(12, 106, 87, 0.3) 46.5%, rgba(11, 29, 33, 0.3) 100%);
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
}
@media (min-width: 1400px) {
  .footer-info-contact-2 .container {
    max-width: 1360px !important;
  }
}
.footer-info-contact-2 .footer-logo p {
  color: #CDD5D7;
  font-size: 16px;
  font-family: var(--techtro-inter);
  margin-top: 30px;
}
.footer-info-contact-2 .icon-items {
  display: flex;
  gap: 20px;
}
.footer-info-contact-2 .icon-items span {
  color: #CDD5D7;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--techtro-inter);
  margin-bottom: 10px;
}
.footer-info-contact-2 .icon-items h4 {
  font-size: 20px;
  font-weight: 500;
}
.footer-info-contact-2 .icon-items h4 a {
  color: #CDD5D7;
}
.footer-info-contact-2 .icon-items h4 a:hover {
  color: var(--theme2);
}

.footer-info-contact-3 {
  border-image: linear-gradient(90deg, rgba(26, 28, 31, 0.3) 0%, rgba(100, 109, 122, 0.3) 50.5%, rgba(26, 28, 31, 0.3) 100%);
  border-top: 1px solid transparent;
  border-image-slice: 1;
  padding: 60px 0;
}
.footer-info-contact-3 .footer-contact-items .icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-info-contact-3 .footer-contact-items .icon i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px 0px;
  background: #26292E;
  color: var(--theme3);
}
.footer-info-contact-3 .footer-contact-items .icon p {
  color: #969696;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
}
.footer-info-contact-3 .footer-contact-items .content {
  margin-top: 20px;
}
.footer-info-contact-3 .footer-contact-items .content h5 {
  font-family: var(--techtro-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: initial;
  color: #FAFAFA;
}
.footer-info-contact-3 .footer-contact-items .content h5 a {
  color: #FAFAFA;
}
.footer-info-contact-3 .footer-contact-items .content h5 a:hover {
  color: var(--theme3);
}
.footer-info-contact-3 .footer-contact-items.style-2 {
  margin-top: 45px;
}
.footer-info-contact-3 .footer-contact-items h4 {
  font-size: 20px;
  font-weight: 400;
  color: #F5F5F5;
}
.footer-info-contact-3 .footer-contact-items .footer-input {
  position: relative;
  margin-top: 20px;
}
.footer-info-contact-3 .footer-contact-items .footer-input input {
  border-radius: 8px;
  background: #26292E;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  color: #ACACAC;
  font-weight: 400;
}
.footer-info-contact-3 .footer-contact-items .footer-input input::placeholder {
  color: #ACACAC;
}
.footer-info-contact-3 .footer-contact-items .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  color: var(--theme3);
  bottom: 5px;
}
.footer-info-contact-3 .footer-contact-items .footer-input .newsletter-btn i {
  font-size: 24px;
}

.footer-widgets-wrapper-2 {
  padding: 10px 0 40px;
}
@media (min-width: 1400px) {
  .footer-widgets-wrapper-2 .container {
    max-width: 1360px !important;
  }
}

.footer-widgets-wrapper-3 {
  padding: 30px 0 60px;
}
.footer-widgets-wrapper-3 .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper-3 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper-3 .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper-3 .single-footer-widget .widget-head h3 {
  font-weight: 700;
  color: var(--white);
  font-size: 22px;
  display: inline-block;
}
.footer-widgets-wrapper-3 .single-footer-widget .footer-content p {
  color: #969696;
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  font-family: var(--techtro-poppins);
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area li a {
  color: #969696;
  position: relative;
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area li a i,
.footer-widgets-wrapper-3 .single-footer-widget .list-area li a svg {
  padding-right: 10px;
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area li:hover a {
  color: var(--theme3);
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area li:hover a::before {
  color: var(--theme3);
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  font-family: var(--techtro-poppins);
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li a {
  color: #969696;
  position: relative;
}
.footer-widgets-wrapper-3 .single-footer-widget .list-area-2 li:hover a {
  color: var(--theme3);
}
.footer-widgets-wrapper-3.style-2 {
  padding: 40px 0 70px;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head h3 {
  position: relative;
  font-weight: 700;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .widget-head h3::before {
  position: absolute;
  content: "";
  bottom: -18px;
  left: 2;
  width: 82px;
  height: 1px;
  background: linear-gradient(90deg, rgba(97, 92, 246, 0.8) -7.86%, rgba(22, 22, 22, 0.8) 95.71%);
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content p {
  color: #AAA;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon {
  margin-top: 30px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 8px;
  background: #262626;
  color: var(--white);
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme4);
  color: var(--white);
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--techtro-poppins);
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li a {
  color: #AAA;
  padding-left: 0;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li a::before {
  display: none;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li:hover a {
  color: var(--theme4);
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area li:hover a::before {
  color: var(--theme4);
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area-2 li {
  font-size: 15px;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area-2 li a {
  color: #AAA;
}
.footer-widgets-wrapper-3.style-2 .single-footer-widget .list-area-2 li:hover a {
  color: var(--theme4);
}

.footer-contact-main-items {
  padding: 60px 0;
  border-bottom: 1px solid rgba(39, 39, 39, 0.4);
}

.footer-bottom-2 {
  border-image: linear-gradient(90deg, rgba(11, 38, 39, 0.3) 0%, rgba(12, 106, 87, 0.3) 46.5%, rgba(11, 29, 33, 0.3) 100%);
  border-top: 1px solid transparent;
  border-image-slice: 1;
  padding: 30px 0;
}
@media (min-width: 1400px) {
  .footer-bottom-2 .container {
    max-width: 1360px !important;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 p {
  color: #CDD5D7;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--techtro-inter);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a {
  color: var(--theme2);
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 .social-icon {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a {
  display: inline-block;
  color: #CDD5D7;
  font-size: 15px;
  font-weight: 400;
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: rgba(37, 141, 120, 0.15);
  text-align: center;
  color: var(--white);
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a:hover {
  color: var(--theme2);
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon li a:hover i {
  background-color: var(--theme2);
  color: var(--white);
}

.footer-bottom-3 {
  padding: 18px 20px;
  border: 1px solid #2E3135;
  border-radius: 10px 0px;
  margin-top: 50px;
  margin-bottom: -30px;
}
.footer-bottom-3 .footer-bottom-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom-3 .footer-bottom-wrapper-3 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.footer-bottom-3 .footer-bottom-wrapper-3 p {
  color: #CDD5D7;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--techtro-poppins);
}
.footer-bottom-3 .footer-bottom-wrapper-3 p a {
  color: var(--theme3);
}
.footer-bottom-3 .footer-bottom-wrapper-3 .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom-3 .footer-bottom-wrapper-3 .social-icon a {
  display: inline-block;
  width: 51px;
  height: 37px;
  line-height: 37px;
  background-color: #26292E;
  text-align: center;
  color: var(--white);
  border-radius: 10px 0;
}
.footer-bottom-3 .footer-bottom-wrapper-3 .social-icon a:hover {
  background-color: var(--theme3);
  color: var(--header);
}

.footer-bottom-4 {
  text-align: center;
  background: linear-gradient(180deg, #1E1E1E -17.65%, #161616 100%);
  padding: 30px 0;
}
.footer-bottom-4 p {
  color: #AAA;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--techtro-poppins);
}
.footer-bottom-4 p a {
  color: var(--theme4);
}

.footer-contact-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-contact-info-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-contact-info-area .icon-items {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .footer-contact-info-area .icon-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-contact-info-area .icon-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.footer-contact-info-area .icon-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #DEE2FD;
  color: var(--theme);
}
.footer-contact-info-area .icon-items .icon svg {
  width: 20px;
  height: 20px;
  fill: var(--theme);
}
.footer-contact-info-area .icon-items h5 {
  font-size: 18px;
  font-family: var(--techtro-poppins);
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 0;
}
.footer-contact-info-area .icon-items h5 a {
  color: var(--text);
}
.footer-contact-info-area .icon-items h5 a:hover {
  color: var(--theme);
}

.footer-contact-info-area-two {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  flex-wrap: wrap;
}
.footer-contact-info-area-two .icon-items {
  display: flex;
  gap: 20px;
}
.footer-contact-info-area-two .icon-items span {
  color: #CDD5D7;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--techtro-inter);
  margin-bottom: 10px;
}
.footer-contact-info-area-two .icon-items h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.footer-contact-info-area-two .icon-items h5 a {
  color: #CDD5D7;
}
.footer-contact-info-area-two .icon-items h5 a:hover {
  color: var(--theme2);
}
.footer-contact-info-area-two .icon-items .icon svg {
  width: 40px;
  height: auto;
  fill: #258D78;
}
.footer-contact-info-area-two .icon-items .icon svg path {
  fill: #258D78;
}

.footer-contact-info-area-three .footer-contact-items .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-info-area-three .footer-contact-items .icon-wrapper .icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px 0px;
  background: #26292E;
  color: var(--theme3);
  justify-content: center;
}
.footer-contact-info-area-three .footer-contact-items .icon-wrapper p {
  color: #969696;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
}
.footer-contact-info-area-three .footer-contact-items .icon-wrapper svg {
  width: 18px;
  height: auto;
  fill: var(--theme3);
}
.footer-contact-info-area-three .footer-contact-items .content {
  margin-top: 20px;
}
.footer-contact-info-area-three .footer-contact-items .content h5 {
  font-family: var(--techtro-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: initial;
  color: #FAFAFA;
  margin-bottom: 0;
}
.footer-contact-info-area-three .footer-contact-items .content h5 a {
  color: #FAFAFA;
}
.footer-contact-info-area-three .footer-contact-items .content h5 a:hover {
  color: var(--theme3);
}

.footer-content-info-global .input-value-two {
  margin-top: 0.5rem;
}

.footer-info-contact-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-info-contact-4 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-info-contact-4 .footer-contact-items .icon-wrapper {
  display: flex;
  align-items: center;
  align-items: start;
  gap: 10px;
}
.footer-info-contact-4 .footer-contact-items .icon-wrapper .icon {
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  border-radius: 10px;
  background: #262626;
  color: var(--theme4);
  justify-content: center;
}
.footer-info-contact-4 .footer-contact-items .icon-wrapper .icon svg {
  width: 26px;
  height: auto;
  fill: var(--theme4);
}
.footer-info-contact-4 .footer-contact-items .icon-wrapper p {
  color: #AAAAAA;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
}
.footer-info-contact-4 .footer-contact-items .content {
  margin-top: 5px;
}
.footer-info-contact-4 .footer-contact-items .content h5 {
  font-family: var(--techtro-poppins);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: initial;
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 0;
}
@media (max-width: 1899px) {
  .footer-info-contact-4 .footer-contact-items .content h5 {
    margin-top: 5px;
  }
}
.footer-info-contact-4 .footer-contact-items .content h5 a {
  color: var(--white);
  font-family: var(--techtro-poppins);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.footer-info-contact-4 .footer-contact-items .content h5 a:hover {
  color: var(--theme);
}

.footer-content.footer-content2 .footer-input {
  position: relative;
}
.footer-content.footer-content2 .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  font-weight: 400;
}
.footer-content.footer-content2 .footer-input input::placeholder {
  color: var(--text);
}
.footer-content.footer-content2 .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  color: var(--theme2);
  bottom: 5px;
}
.footer-content.footer-content2 .footer-input .newsletter-btn i {
  font-size: 24px;
}

.footer-info-contact-3 .footer-content.footer-content2 .footer-input input {
  background: #26292E;
  color: #ACACAC;
}
.footer-info-contact-3 .footer-content.footer-content2 .footer-input input::placeholder {
  color: #ACACAC;
}
.footer-info-contact-3 .footer-content.footer-content2 .footer-input .newsletter-btn {
  color: var(--theme3);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1399px) {
  .header-main {
    padding: 15px 0;
  }
}
.header-main .main-menu {
  margin-left: 4px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li.menu-item-has-children:hover::after {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li.menu-item-has-children li.menu-item-has-children::after {
  top: 8px;
  right: 18px;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li.menu-item-has-children li.menu-item-has-children:hover::after {
  color: var(--white);
}
.header-main .main-menu ul li a {
  display: inline-block;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 8px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu,
.header-main .main-menu ul li .sub-menu {
  position: absolute;
  top: 117%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li,
.header-main .main-menu ul li .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li.menu-item-has-children i,
.header-main .main-menu ul li .sub-menu li.menu-item-has-children i {
  transform: rotate(-90deg);
}
.header-main .main-menu ul li .submenu li a,
.header-main .main-menu ul li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
  padding: 15px 25px 15px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li a:hover,
.header-main .main-menu ul li .sub-menu li a:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:last-child a,
.header-main .main-menu ul li .sub-menu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu,
.header-main .main-menu ul li .submenu li .sub-menu,
.header-main .main-menu ul li .sub-menu li .submenu,
.header-main .main-menu ul li .sub-menu li .sub-menu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a,
.header-main .main-menu ul li .sub-menu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after,
.header-main .main-menu ul li .sub-menu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu,
.header-main .main-menu ul li .submenu li:hover > .sub-menu,
.header-main .main-menu ul li .sub-menu li:hover > .submenu,
.header-main .main-menu ul li .sub-menu li:hover > .sub-menu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after,
.header-main .main-menu ul li .submenu li.menu-item-has-children > a::after,
.header-main .main-menu ul li .sub-menu li.has-dropdown > a::after,
.header-main .main-menu ul li .sub-menu li.menu-item-has-children > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu,
.header-main .main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 1199px) {
  .header-main .main-menu .menu-list {
    display: none;
  }
}
.header-main .header-right {
  gap: 5px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .search-icon {
  color: var(--header);
  font-size: 18px;
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}

.logged-in .header-1.sticky {
  margin-top: 30px;
}
.logged-in .offcanvas__info {
  top: 30px;
}
.logged-in .offcanvas__info {
  height: calc(100% - 30px);
}

@media (max-width: 783px) {
  .logged-in .offcanvas__info {
    height: calc(100% - 45px);
  }
}
.header-default .header-main .main-menu .sub-menu {
  inset-inline-start: -176px;
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(221, 225, 253, 0.8);
}
.header-1 .container-fluid {
  padding: 0 280px;
}
@media (max-width: 1899px) {
  .header-1 .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1 .header-right .header-button {
  gap: 30px;
  display: flex;
  align-items: center;
}
.header-1 .header-right .header-button.style-2 {
  margin: 5px 0;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .header-button .login-btn {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  color: var(--header);
}
@media (max-width: 1399px) {
  .header-1 .header-right .header-button .login-btn {
    display: none;
  }
}
.header-1 .header-right .header-button .login-btn i {
  margin-right: 10px;
}
.header-1 .header-right .header-button .theme-btn {
  background-color: transparent;
  border: 1px solid #DDE1FD;
  color: var(--header);
}
.header-1 .header-right .header-button .theme-btn::before {
  background-color: var(--theme);
}
.header-1 .header-right .header-button .theme-btn:hover {
  color: var(--white);
}
.header-1 .header-right .header-button .theme-btn.style-2 {
  background-color: #013228;
  color: var(--white);
  padding: 18px 35px;
  font-size: 16px;
}
.header-1 .header-right .header-button .theme-btn.style-2 i {
  transform: rotate(0);
}
.header-1 .header-right .header-button .theme-btn.style-2::before {
  background-color: var(--header);
}
.header-1 .header-logo-2 {
  display: none;
}
.header-1 .header-main .main-menu .current-menu-item > a, .header-1 .header-main .main-menu .current-menu-item::after,
.header-1 .header-main .main-menu .current-menu-ancestor > a,
.header-1 .header-main .main-menu .current-menu-ancestor::after {
  color: var(--theme);
}
.header-1.header-2 {
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.header-1.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li a:hover,
.header-1.header-2 .header-main .main-menu ul li .sub-menu li a:hover {
  color: var(--white) !important;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a,
.header-1.header-2 .header-main .main-menu ul li .sub-menu li:hover > a {
  background: var(--theme2);
  color: var(--white) !important;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a::after,
.header-1.header-2 .header-main .main-menu ul li .sub-menu li:hover > a::after {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after,
.header-1.header-2 .header-main .main-menu ul li .submenu li.menu-item-has-children > a::after,
.header-1.header-2 .header-main .main-menu ul li .sub-menu li.has-dropdown > a::after,
.header-1.header-2 .header-main .main-menu ul li .sub-menu li.menu-item-has-children > a::after {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu .current-menu-item > a, .header-1.header-2 .header-main .main-menu .current-menu-item::after,
.header-1.header-2 .header-main .main-menu .current-menu-ancestor > a,
.header-1.header-2 .header-main .main-menu .current-menu-ancestor::after {
  color: var(--theme2);
}
.header-1.header-3 {
  border-bottom: 1px solid #292B2F;
}
.header-1.header-3 .header-main .main-menu ul li a {
  color: var(--white);
  font-family: var(--techtro-public);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-1.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme3) !important;
}
.header-1.header-3 .header-main .main-menu ul li.menu-item-has-children::after {
  color: var(--white);
}
.header-1.header-3 .header-main .main-menu ul li.current-menu-item > a, .header-1.header-3 .header-main .main-menu ul li.current-menu-item::after, .header-1.header-3 .header-main .main-menu ul li.current-menu-ancestor > a, .header-1.header-3 .header-main .main-menu ul li.current-menu-ancestor::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li a {
  color: var(--header);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a:hover,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li a:hover {
  color: var(--white) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li:hover > a {
  background: var(--theme3);
  color: var(--header) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a::after,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li:hover > a::after {
  color: var(--header) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li.menu-item-has-children::after,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li.menu-item-has-children::after {
  color: var(--header);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li.menu-item-has-children:hover:after,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li.menu-item-has-children:hover:after {
  color: var(--header);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li.current-menu-item > a, .header-1.header-3 .header-main .main-menu ul li .submenu li.current-menu-item::after, .header-1.header-3 .header-main .main-menu ul li .submenu li.current-menu-ancestor > a, .header-1.header-3 .header-main .main-menu ul li .submenu li.current-menu-ancestor::after,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li.current-menu-item > a,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li.current-menu-item::after,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li.current-menu-ancestor > a,
.header-1.header-3 .header-main .main-menu ul li .sub-menu li.current-menu-ancestor::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li:hover > a {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li:hover::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu.current-menu-item > a, .header-1.header-3 .header-main .main-menu.current-menu-item::after, .header-1.header-3 .header-main .main-menu.current-menu-ancestor > a, .header-1.header-3 .header-main .main-menu.current-menu-ancestor::after {
  color: var(--theme3);
}
.header-1.header-3 .header-button .theme-btn.style-two-button {
  border-radius: 12px 0;
  background-color: var(--theme3);
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
  padding: 6px 22px;
  min-width: 105px;
  height: 40px;
  line-height: 1.8;
}
.header-1.header-3 .header-button .theme-btn::before {
  background-color: var(--theme3) !important;
}
.header-1.header-3 .header-button .theme-btn:hover {
  color: var(--header);
}
.header-1.header-3 .sidebar__toggle {
  cursor: pointer;
}
.header-1.header-3 .sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
.header-1.header-3 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--white);
  overflow: hidden;
}
.header-1.header-3 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--white);
  left: 0;
  width: 100%;
}
.header-1.header-3 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--white);
  width: 25px;
}
.header-1.header-3 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--white);
  width: 15px;
}
.header-1.header-3 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1.header-3 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1.header-3 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1.header-3 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-1.header-4 {
  z-index: 99;
  border-bottom: 1px solid #EEE3FA;
}
.header-1.header-4 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1899px) {
  .header-1.header-4 .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1600px) {
  .header-1.header-4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-4 .container-fluid {
    padding: 0 30px;
  }
}
.header-1.header-4 .header-main .main-menu ul li a {
  color: var(--header);
  font-family: var(--techtro-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.header-1.header-4 .header-main .main-menu ul li a:hover {
  color: var(--theme4) !important;
}
.header-1.header-4 .header-main .main-menu ul li.menu-item-has-children li:after {
  color: var(--header);
}
.header-1.header-4 .header-main .main-menu ul li.menu-item-has-children li:hover:after {
  color: var(--white);
}
.header-1.header-4 .header-main .main-menu ul li.menu-item-has-children:hover:after {
  color: var(--theme4);
}
.header-1.header-4 .header-main .main-menu ul li.current-menu-item > a, .header-1.header-4 .header-main .main-menu ul li.current-menu-item::after, .header-1.header-4 .header-main .main-menu ul li.current-menu-ancestor > a, .header-1.header-4 .header-main .main-menu ul li.current-menu-ancestor::after {
  color: var(--theme4);
}
.header-1.header-4 .header-main .main-menu ul li .submenu li a:hover,
.header-1.header-4 .header-main .main-menu ul li .sub-menu li a:hover {
  color: var(--white) !important;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a,
.header-1.header-4 .header-main .main-menu ul li .sub-menu li:hover > a {
  background: var(--theme4);
  color: var(--white) !important;
}
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover > a::after,
.header-1.header-4 .header-main .main-menu ul li .sub-menu li:hover > a::after {
  color: var(--theme4);
}
.header-1.header-4 .header-main .main-menu ul li .submenu li.has-dropdown > a::after,
.header-1.header-4 .header-main .main-menu ul li .submenu li.menu-item-has-children > a::after,
.header-1.header-4 .header-main .main-menu ul li .sub-menu li.has-dropdown > a::after,
.header-1.header-4 .header-main .main-menu ul li .sub-menu li.menu-item-has-children > a::after {
  color: var(--theme4);
}
.header-1.header-4 .header-main .main-menu ul li:hover > a {
  color: var(--theme4);
}
.header-1.header-4 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme4);
}
.header-1.header-4 .header-button .theme-btn {
  border-radius: 6px;
  font-size: 15px;
  background-color: var(--header);
  border: none;
  color: var(--white);
  font-family: var(--techtro-poppins);
  padding: 16px 18px;
  min-width: 143px;
  max-height: 48px;
}
.header-1.header-4 .header-button .theme-btn::before {
  background-color: var(--theme4);
}
.header-1.header-4 .header-contact-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .header-1.header-4 .header-contact-items {
    display: none;
  }
}
.header-1.header-4 .header-contact-items .icon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(22, 22, 22, 0.1);
  line-height: 35px;
  text-align: center;
}
.header-1.header-4 .header-contact-items .content p {
  font-size: 12px;
  font-weight: 600;
  color: var(--text3);
  font-family: var(--techtro-public);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header-1.header-4 .header-contact-items .content h5 {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
}
.header-1.header-4 .sidebar__toggle {
  cursor: pointer;
}
.header-1.header-4 .sidebar__toggle .header-bar {
  position: relative;
  width: 21px;
  height: 17px;
}
.header-1.header-4 .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 3px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-1.header-4 .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--header);
  left: 0;
  width: 100%;
}
.header-1.header-4 .sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--header);
  width: 16px;
}
.header-1.header-4 .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--header);
  width: 10px;
}
.header-1.header-4 .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1.header-4 .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1.header-4 .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1.header-4 .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-1.inner-style {
  position: relative;
}

.sticky.header-1 {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: var(--box-shadow);
}
.sticky.header-1 .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-logo {
  display: none;
}
.sticky.header-1.header-3 {
  border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}
.sticky.header-1.header-3 .header-main .main-menu ul li .submenu,
.sticky.header-1.header-3 .header-main .main-menu ul li .sub-menu {
  top: 115%;
}
.sticky.header-1.header-3 .header-main .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme3) !important;
}
.sticky.header-1.header-3 .header-main .main-menu ul li.menu-item-has-children::after {
  color: var(--header);
}
.sticky.header-1.header-3 .header-main .main-menu ul li.current-menu-item > a, .sticky.header-1.header-3 .header-main .main-menu ul li.current-menu-item::after, .sticky.header-1.header-3 .header-main .main-menu ul li.current-menu-ancestor > a, .sticky.header-1.header-3 .header-main .main-menu ul li.current-menu-ancestor::after {
  color: var(--theme3);
}
.sticky.header-1.header-3 .header-main .main-menu ul li:hover > a {
  color: var(--theme3);
}
.sticky.header-1.header-3 .header-main .main-menu ul li:hover::after {
  color: var(--theme3);
}
.sticky.header-1.header-3 .header-button .theme-btn::before {
  background-color: var(--theme3) !important;
}
.sticky.header-1.header-3 .header-button .theme-btn:hover {
  color: var(--header);
}
.sticky.header-1.header-3 .sidebar__toggle .header-bar span {
  background: var(--header);
}
.sticky.header-1.header-3 .sidebar__toggle .header-bar span:first-child {
  background: var(--header);
}
.sticky.header-1.header-3 .sidebar__toggle .header-bar span:nth-child(2) {
  background: var(--header);
}
.sticky.header-1.header-3 .sidebar__toggle .header-bar span:last-child {
  background: var(--header);
}

.offcanvas__info {
  background: var(--bg) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 18px 40px;
  text-transform: capitalize !important;
  color: var(--white);
  background-color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  margin-left: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn::before {
  background-color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn:hover {
  background-color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(0deg, rgba(30, 47, 192, 0.94) 0%, rgba(15, 23, 91, 0.94) 96.97%);
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 100px 0 100px;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 56px;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading h2 {
  color: var(--white);
  font-size: 34px;
  position: relative;
  z-index: 9;
  font-weight: 400;
  font-family: var(--techtro-inter);
  letter-spacing: 4px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items {
  display: flex;
  align-items: center;
  gap: 425px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-main-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items {
  display: inline-flex;
  padding: 10px 30px;
  gap: 10px;
  background-color: var(--white);
  border-radius: 32px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items {
    margin-bottom: 0;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li {
  color: var(--theme);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--techtro-public);
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li {
    font-size: 14px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li a {
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-items li i {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-text-items {
  text-align: center;
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-text-items .icon {
  cursor: pointer;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid var(--theme3);
  color: var(--theme3);
  border-radius: 50%;
  margin: 0 auto 40px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-main-items .breadcrumb-text-items p {
  letter-spacing: 0.6px;
  color: var(--white);
  max-width: 435px;
  margin: 0 auto;
  text-align: left;
}

.error-content {
  max-width: 810px;
  text-align: center;
  margin: 0 auto;
}
.error-content h1 {
  font-size: 46px;
  color: #49515B;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .error-content h1 {
    font-size: 36px;
  }
}
.error-content .error-image img {
  width: 100%;
  height: 100%;
}
.error-content p {
  font-size: 18px;
  margin-top: 20px;
}
.error-content .error-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .error-content .error-button {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.error-content .error-button .theme-btn.style-2 {
  background-color: transparent;
  color: var(--header);
  border: 1px solid var(--header);
}
.error-content .error-button .theme-btn.style-2:hover {
  color: var(--white);
}

.error-message h2 {
  text-align: center;
  font-weight: 500;
  font-size: 100px;
  margin: 0;
}
@media (max-width: 575px) {
  .error-message h2 {
    font-size: 50px;
  }
}

.error-message h1 {
  text-align: center;
  font-weight: 700;
  font-size: 300px;
  margin: -50px 0;
  color: var(--theme);
}
@media (max-width: 991px) {
  .error-message h1 {
    font-size: 200px;
    margin: -30px 0;
  }
}
@media (max-width: 575px) {
  .error-message h1 {
    font-size: 120px;
    margin: -20px 0;
  }
}

@media (max-width: 601px) {
  .admin-bar .header-1.sticky {
    margin-top: 0;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(49, 71, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 6px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 12px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -8px;
  left: -8px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--white);
  content: "";
}

.array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}
.array-button .array-prev,
.array-button .array-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev svg,
.array-button .array-next svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev,
.array-button .array-next {
  background-color: var(--white);
  color: var(--header);
  box-shadow: 0px 2px 4px 0px rgba(45, 54, 67, 0.08), 0px 1px 2px 0px rgba(45, 54, 67, 0.04);
}
.array-button .array-prev:hover,
.array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
}
.array-button .array-prev:hover svg,
.array-button .array-next:hover svg {
  fill: var(--white);
}
.array-button.style-2 .array-prev,
.array-button.style-2 .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.array-button.style-2 .array-prev svg path {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.array-button.style-2 .array-prev:hover {
  background-color: var(--theme3);
  color: var(--header);
}
.array-button.style-2 .array-prev:hover svg path {
  fill: var(--header);
}
.array-button.style-2 .array-next {
  background-color: var(--white);
  color: var(--header);
}
.array-button.style-2 .array-next svg path {
  fill: #c0c0c0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.array-button.style-2 .array-next:hover {
  background-color: var(--theme3);
  color: var(--header);
}
.array-button.style-2 .array-next:hover svg path {
  fill: var(--header);
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: -25px;
  top: 15px;
  border-color: var(--header);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--theme);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
  right: -50px;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--white);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid #ededed;
  color: #3f4b58;
  border-radius: 50%;
}
.page-nav-wrap .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap .page-numbers.icon {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap .page-numbers.icon:hover {
  border: none;
  background-color: transparent;
  color: var(--theme);
}
.page-nav-wrap .page-numbers:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}

.custom-text {
  color: #c2c2c2 !important;
}

.theme-color-4 {
  color: var(--theme4);
}

.bg-header-color {
  background: var(--header);
}

.bg-color-3 {
  background: var(--bg3);
}

.bg-color-4 {
  background: var(--bg4);
}

.bg-color-5 {
  background: var(--bg5);
}

.linear-bg-1 {
  background: linear-gradient(180deg, #decff6 0%, #eee4ff 100%);
}

@media (min-width: 1400px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-65 {
    --bs-gutter-x: 65px;
  }
}
.mxw-220 {
  max-width: 220px !important;
}

.mxw-316 {
  max-width: 316px !important;
}

.mxw-470 {
  max-width: 470px !important;
}

.mxw-670 {
  max-width: 670px;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap .page-numbers,
.page-nav-wrap .post-page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  font-family: var(--techtro-public);
  border: none;
}
.page-nav-wrap .page-numbers.current,
.page-nav-wrap .post-page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap .page-numbers i,
.page-nav-wrap .post-page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap .page-numbers:hover,
.page-nav-wrap .post-page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: none;
}
.page-nav-wrap .page-numbers.active,
.page-nav-wrap .post-page-numbers.active {
  background-color: var(--theme);
  color: var(--white);
  border: none;
}

.custom-container {
  max-width: 1361px;
  margin: 0 auto;
}

.mt-40 {
  margin-top: 40px !important;
}

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

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

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

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

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

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

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

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

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

.pb-80 {
  padding-bottom: 80px !important;
}

.rating-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rating-area .review span {
  color: #dfdfdf;
  font-family: var(--font-unbounded);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
}
.rating-area .review svg {
  fill: var(--white-color);
}
.rating-area .rating .star {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  margin-bottom: 5px;
}
.rating-area .rating .star li i {
  color: #e62415;
  font-size: 14px;
}
.rating-area .rating span {
  color: #dfdfdf;
  font-family: var(--font-unbounded);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.rating-area.dark .review span {
  color: var(--title-color);
}
.rating-area.dark .review svg {
  fill: var(--title-color);
}
.rating-area.dark .rating span {
  color: var(--title-color);
}

.hero-1 {
  padding: 190px 0 0;
}
.hero-1 .hero-content {
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
}
.hero-1 .hero-content span {
  color: var(--theme);
}
.hero-1 .hero-content h1 {
  font-size: 74px;
  font-weight: 800;
  line-height: 114%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 35px;
  }
}
.hero-1 .hero-content p {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #082950;
  line-height: 189%;
  margin-top: 20px;
}
.hero-1 .hero-content .review-box {
  max-width: max-content;
  text-align: center;
  margin: 40px auto 70px;
  border-radius: 65px;
  border: 1px solid #FBFAFF;
  background: rgba(252, 251, 255, 0.8);
  padding: 18px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .review-box {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    margin: 30px auto 40px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content .review-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}
.hero-1 .hero-content .review-box li i {
  color: #1BB121;
  margin-right: 5px;
}
.hero-1 .hero-content .review-box li span {
  font-size: 16px;
  color: #7C828D;
  font-family: var(--techtro-public);
}
.hero-1 .hero-content .review-box li span b {
  font-weight: 600;
  color: #082950;
  text-decoration: underline;
}
.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-1 .hero-content .hero-button .theme-btn {
  border: 1px solid transparent;
}
.hero-1 .hero-content .hero-button .theme-btn.style-2 {
  border: 1px solid var(--header);
  background-color: transparent;
  color: var(--header);
}
.hero-1 .hero-content .hero-button .theme-btn.style-2 i {
  transform: rotate(0);
}
.hero-1 .hero-content .hero-button .theme-btn.style-2::before {
  background-color: var(--theme);
}
.hero-1 .hero-content .hero-button .theme-btn.style-2:hover {
  color: var(--white);
  border: 1px solid var(--theme);
}

.dashboard-image {
  max-width: 1273px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.dashboard-image img {
  width: 100%;
  height: 100%;
}
.dashboard-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  line-height: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: var(--theme);
  font-size: 22px;
}

.dashboard-section {
  position: relative;
  z-index: 2;
}
.dashboard-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: url("../../assets/img/dashboard-bg.jpg");
  z-index: -1;
  top: 37%;
  height: initial;
}

.hero-2 {
  padding: 210px 0 170px;
}
.hero-2 .hero-content .hero-sub {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--theme2);
  background: linear-gradient(90deg, #FFF8F3 -1.7%, #FFEEE2 48.89%, #FFF8F3 102.61%);
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-sub {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 7px 15px;
  }
}
.hero-2 .hero-content p {
  font-family: var(--techtro-inter);
  margin-top: 25px;
  color: var(--text2);
}
@media (max-width: 1899px) {
  .hero-2 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 36px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
  }
}
.hero-2 .hero-content .hero-button .client-img {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-2 .hero-content .hero-button .client-img .star {
  color: #F8BF39;
}
.hero-2 .hero-content .hero-button .client-img .star span {
  display: block;
  font-family: var(--techtro-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
}
.hero-2 .hero-image {
  margin-right: -385px;
  margin-left: 50px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-2 .hero-image {
    margin-right: -160px;
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-image {
    margin-right: -109px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-image {
    margin-right: 0;
  }
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-2 .hero-image .video-img {
  position: absolute;
  bottom: -50px;
  left: 20%;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.hero-2 .hero-image .video-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hero-2 .hero-image .video-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-2 .reviewer-thumb {
  display: flex;
}
.hero-2 .reviewer-thumb img,
.hero-2 .reviewer-thumb span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.hero-2 .reviewer-thumb img:not(:first-child) {
  margin-left: -15px;
}
.hero-2 .reviewer-thumb span {
  background: #FFE2CE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #F16717;
  font-weight: 700;
  margin-left: -15px;
}

.hero-3 {
  position: relative;
  padding: 210px 0 110px;
}
.hero-3 .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.hero-3 .social-list {
  display: flex;
  gap: 17px;
  transform: rotate(89.889deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 5;
}
.hero-3 .social-list li:last-child {
  display: none;
}
.hero-3 .social-list a i,
.hero-3 .social-list a .social-icon {
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #2B2D30;
  border-radius: 50%;
  transform: rotate(-90deg);
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.hero-3 .social-list a svg {
  width: 11px;
  height: auto;
}
.hero-3 .social-list a:hover i,
.hero-3 .social-list a:hover .social-icon, .hero-3 .social-list a.active i,
.hero-3 .social-list a.active .social-icon {
  opacity: 1;
  visibility: visible;
  color: #F8BF39;
}
.hero-3 .social-list a:hover svg, .hero-3 .social-list a.active svg {
  fill: #F8BF39;
}
@media (max-width: 1600px) {
  .hero-3 .social-list {
    display: none;
  }
}
.hero-3 .social-list li {
  font-size: 15px;
  font-weight: 400;
}
.hero-3 .social-list li a {
  color: rgba(255, 255, 255, 0.2);
}
.hero-3 .hero-content {
  position: relative;
  z-index: 5;
}
.hero-3 .hero-content h6 {
  border-radius: 46px;
  background: #282A2C;
  padding: 14px 20px;
  color: var(--white);
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .hero-3 .hero-content h6 {
    letter-spacing: 0;
  }
}
.hero-3 .hero-content h1 {
  font-size: 70px;
  font-weight: 800;
  color: var(--white);
  line-height: 114%;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 30px;
  }
}
.hero-3 .hero-content h1 span {
  color: var(--theme3);
}
.hero-3 .hero-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .hero-3 .hero-content p {
    margin-top: 25px;
  }
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
  }
}
.hero-3 .hero-content .hero-button .circle-button {
  width: 116px;
  height: 116px;
  background-color: #2B2D30;
  display: inline-block;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #BC9FF8;
  text-align: center;
  letter-spacing: 0.9px;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button .circle-button br {
    display: none;
  }
}
.hero-3 .hero-content .hero-button .circle-button i,
.hero-3 .hero-content .hero-button .circle-button svg {
  transform: rotate(-40deg);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button .circle-button i,
  .hero-3 .hero-content .hero-button .circle-button svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content br {
    display: none;
  }
}
.hero-3 .hero-image-items {
  margin-right: -30px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .hero-3 .hero-image-items {
    margin-right: 0;
  }
}
.hero-3 .hero-image-items .video-img {
  position: absolute;
  top: 20px;
  right: 10%;
}
.hero-3 .hero-image-items .video-img img {
  width: 122px;
  height: 122px;
  border-radius: 50%;
}
.hero-3 .hero-image-items .video-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-3 .hero-image-items .video-img .video-btn svg {
  width: 34px;
  height: auto;
  fill: #fff;
}
.hero-3 .hero-image {
  position: relative;
}
.hero-3 .hero-image .like-icon,
.hero-3 .hero-image .love-icon {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}
.hero-3 .hero-image .value-shape {
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0;
}
.hero-3 .hero-image .value-shape img {
  width: initial;
  height: initial;
}
.hero-3 .hero-image .growth-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hero-3 .hero-image .growth-shape {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
  }
}
.hero-3 .hero-image .growth-shape img {
  width: initial;
  height: initial;
}
.hero-3 .hero-image.style-2 {
  margin-top: 25px;
}
.hero-3 .hero-image .client-shape {
  position: absolute;
  top: 0;
  left: -5px;
  right: 0;
}
@media (max-width: 767px) {
  .hero-3 .hero-image .client-shape {
    top: 15px;
  }
}
.hero-3 .hero-image .client-shape .item img {
  width: 20px;
}
.hero-3 .hero-image .client-shape .item2 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.hero-3 .hero-image .client-shape .item2 img:not(:first-child) {
  margin-left: -15px;
}
.hero-3 .rating-area .review img {
  width: 67px;
}
.hero-3 .rating-area .star i {
  color: #F8BF39;
  font-size: 12px;
}

.hero-4 {
  padding: 210px 0 0;
  position: relative;
}
.hero-4 .shape1 {
  position: absolute;
  top: 250px;
  right: 200px;
  z-index: 3;
}
@media (max-width: 1899px) {
  .hero-4 .shape1 {
    display: none;
  }
}
.hero-4 .shape2 {
  position: absolute;
  top: 354px;
  right: 212px;
  z-index: 1;
  opacity: 0.2;
}
@media (max-width: 1899px) {
  .hero-4 .shape2 {
    display: none;
  }
}
.hero-4 .hero-thumb-wrapper .container {
  max-width: 1525px !important;
}
.hero-4 .hero-thumb-wrapper .hero-thumb {
  margin-top: 70px;
  position: relative;
}
.hero-4 .hero-thumb-wrapper .hero-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(143, 143, 143, 0) 0%, rgba(97, 92, 246, 0.8) 95.61%);
  border-radius: 40px;
}
.hero-4 .hero-thumb-wrapper .hero-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.hero-4 .video-img {
  position: relative;
  text-align: center;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero-4 .video-img {
    margin-top: 30px;
  }
}
.hero-4 .video-img img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.hero-4 .video-img .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.hero-4 .video-img .video-btn img {
  width: 36px;
  height: 36px;
}
.hero-4 .sub-heading-wrap {
  display: inline-block;
}
.hero-4 .sub-text-line {
  background-color: #204AF4;
  width: 27px;
  height: 1px;
  position: absolute;
  top: 55%;
}
.hero-4 .sub-text-line::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #204AF4;
  position: absolute;
  top: -4px;
}
.hero-4 .sub-text-line.sub-text-line-before {
  right: 15px;
}
.hero-4 .sub-text-line.sub-text-line-before::before {
  left: 0;
}
.hero-4 .sub-text-line.sub-text-line-after {
  left: 15px;
}
.hero-4 .sub-text-line.sub-text-line-after::before {
  right: 0;
}

.fancy-box.style1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 8px 13px 30px;
  background-color: var(--white);
  max-width: 240px;
  filter: drop-shadow(0px 2px 4px rgba(45, 54, 67, 0.06)) drop-shadow(0px 4px 8px rgba(45, 54, 67, 0.08));
  border-radius: 50px 90px 90px 0px;
  -webkit-border-radius: 50px 90px 90px 0px;
  -moz-border-radius: 50px 90px 90px 0px;
  -ms-border-radius: 50px 90px 90px 0px;
  -o-border-radius: 50px 90px 90px 0px;
}
.fancy-box.style1 .item .title {
  color: var(--bg2);
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.fancy-box.style1 .item .text {
  color: var(--bg2);
  text-align: center;
  font-family: var(--techtro-public);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.fancy-box.style1 .item img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 40px 16px 50px;
  gap: 12px;
  background-color: var(--white);
  max-width: 250px;
  filter: drop-shadow(0px 2px 4px rgba(45, 54, 67, 0.06)) drop-shadow(0px 4px 8px rgba(45, 54, 67, 0.08));
  border-radius: 0px 0px 0px 40px;
  -webkit-border-radius: 0px 0px 0px 40px;
  -moz-border-radius: 0px 0px 0px 40px;
  -ms-border-radius: 0px 0px 0px 40px;
  -o-border-radius: 0px 0px 0px 40px;
}
.fancy-box.style2 .item .title {
  color: var(--bg2);
  font-family: var(--techtro-public);
  text-align: start;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}
.fancy-box.style2 .item .text {
  color: var(--bg2);
  text-align: start;
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.fancy-box.style2 .item img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.fancy-box.style3 {
  padding: 17px 15px 5px 50px;
  gap: 12px;
  background-color: var(--white);
  max-width: 250px;
  filter: drop-shadow(0px 2px 4px rgba(45, 54, 67, 0.06)) drop-shadow(0px 4px 8px rgba(45, 54, 67, 0.08));
  border-radius: 0px 0px 0px 40px;
  -webkit-border-radius: 0px 0px 0px 40px;
  -moz-border-radius: 0px 0px 0px 40px;
  -ms-border-radius: 0px 0px 0px 40px;
  -o-border-radius: 0px 0px 0px 40px;
}
.fancy-box.style3 .item .count {
  color: var(--header);
  text-align: center;
  font-family: var(--techtro-public);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.fancy-box.style3 .item .plus {
  color: var(--header);
  text-align: center;
  font-family: var(--techtro-public);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.fancy-box.style3 .item .text {
  color: var(--header);
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.fancy-box.style3 .item2 {
  display: flex;
  align-items: center;
}
.fancy-box.style3 .item2 .images {
  display: flex;
  gap: 0px;
}
.fancy-box.style3 .item2 .images .child1 {
  margin-left: -16px;
}
.fancy-box.style3 .item2 .images .child2 {
  margin-left: -16px;
}
.fancy-box.style3 .item2 .images .child3 {
  margin-left: -16px;
}
.fancy-box.style3 .item2 .images .child4 {
  margin-left: -16px;
}
.fancy-box.style3 .item2 .images .child5 {
  margin-left: -16px;
}
.fancy-box.style3 .item2 .more-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40.017px;
  border: 3px solid #FFF;
  background: #204AF4;
  color: #FFF;
  font-family: var(--techtro-poppins);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-left: -16px;
}
.fancy-box.style3 .item2 .more-number .count {
  color: #FFF;
  font-family: var(--techtro-poppins);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.fancy-box.style3 .item2 .more-number .plus {
  color: #FFF;
  font-family: var(--techtro-poppins);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.video-img-two svg {
  width: 34px;
  height: auto;
  fill: #fff;
}

@media screen and (max-width: 576px) {
  .hero-section .title br {
    display: none;
  }
  .section-title .title br {
    display: none;
  }
}
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
  display: flex;
  align-items: center;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1400px) {
  .news-section.style-2 .container {
    max-width: 1360px !important;
  }
}

.news-box-items {
  border: 1px solid var(--bg4);
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  padding: 18px;
}
.news-box-items .news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-box-items .news-thumb img {
  overflow: hidden;
  border-radius: 6px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-box-items .news-thumb span {
  position: absolute;
  top: 35px;
  left: 0px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  border-radius: 0px 50px 50px 0px;
  background: #082950;
  padding: 10px 18px;
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-thumb span:hover {
  color: var(--white);
  background-color: var(--theme);
}
.news-box-items .news-content {
  padding: 25px 0px;
}
@media (max-width: 767px) {
  .news-box-items .news-content {
    padding: 25px 0 10px;
  }
}
.news-box-items .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.news-box-items .news-content .post-date li {
  font-size: 15px;
  color: var(--text);
}
@media (max-width: 767px) {
  .news-box-items .news-content .post-date li {
    font-size: 14px;
  }
}
.news-box-items .news-content .post-date li a:hover {
  color: var(--theme);
}
.news-box-items .news-content .post-date li i {
  margin-right: 8px;
}
.news-box-items .news-content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 39px;
}
@media (max-width: 767px) {
  .news-box-items .news-content h3 {
    font-size: 20px;
  }
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-box-items .news-content .link-btn {
  text-decoration: underline;
}
.news-box-items:hover .news-thumb img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.techtro-section-gap .row {
  row-gap: 30px;
}

.news-box-items-2 {
  padding: 32px 30px;
  background-color: #f8f8f8;
  border-radius: 16px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news-box-items-2 {
    padding: 20px;
  }
}
.news-box-items-2 .news-content {
  margin-bottom: 30px;
}
.news-box-items-2 .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.news-box-items-2 .news-content .post-date li {
  font-size: 15px;
  color: var(--text);
}
@media (max-width: 767px) {
  .news-box-items-2 .news-content .post-date li {
    font-size: 14px;
  }
}
.news-box-items-2 .news-content .post-date li a:hover {
  color: var(--theme2);
}
.news-box-items-2 .news-content .post-date li i {
  margin-right: 8px;
}
.news-box-items-2 .news-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .news-box-items-2 .news-content h3 {
    font-size: 20px;
  }
}
.news-box-items-2 .news-content h3 a:hover {
  color: var(--theme2);
}
.news-box-items-2 .news-content .link-btn:hover {
  color: var(--theme2);
}
.news-box-items-2 .news-image {
  position: relative;
}
.news-box-items-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-box-items-2 .news-image span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  background-color: var(--header);
  color: var(--white);
  font-family: var(--techtro-inter);
  border-radius: 8px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.news-card-items {
  border: 1px solid #e1e1e1;
  border-radius: 20px 0 20px 0;
}
.news-card-items .news-image {
  overflow: hidden;
  border-radius: 20px 0 20px 0;
}
.news-card-items .news-image a {
  display: block;
  overflow: hidden;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 20px 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.news-card-items .news-content {
  padding: 24px;
}
.news-card-items .news-content h4 {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-card-items .news-content h4 {
    font-size: 20px;
  }
}
.news-card-items .news-content h4 a:hover {
  color: var(--theme3);
}
.news-card-items .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news-card-items .news-content .post-date {
    font-size: 14px;
  }
}
.news-card-items .news-content .post-date li {
  color: rgba(63, 68, 75, 0.7);
  font-size: 15px;
}
.news-card-items .news-content .post-date li a {
  color: rgba(63, 68, 75, 0.7);
}
.news-card-items .news-content .post-date li a:hover {
  color: var(--theme3);
}
.news-card-items .news-content .post-date li i {
  margin-right: 5px;
}
.news-card-items .news-content .news-btn {
  margin-top: 10px;
  text-align: right;
}
.news-card-items .news-content .news-btn a {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  text-align: center;
  color: #3b3c40;
  transform: rotate(-40deg);
}
.news-card-items .news-content .news-btn a:hover {
  color: var(--header);
  border: 1px solid var(--theme3);
  background-color: var(--theme3);
}
.news-card-items .news-content .news-btn svg path {
  transition: all 0.4s ease-in-out;
}
.news-card-items:hover .news-image img {
  transform: scale(1.1);
}

.news-box-items-4 {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news-box-items-4 .news-thumb {
  position: relative;
  overflow: hidden;
}
.news-box-items-4 .news-thumb img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}
.news-box-items-4 .news-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  height: 100%;
  width: 0;
  transition: 1s;
  overflow: hidden;
}
.news-box-items-4 .news-thumb span {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--white);
  font-family: var(--techtro-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.6px;
  background: var(--header);
  padding: 4px 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.news-box-items-4 .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.news-box-items-4 .news-content .post-date li {
  color: rgba(63, 68, 75, 0.7);
  font-family: var(--techtro-poppins);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 767px) {
  .news-box-items-4 .news-content .post-date li {
    font-size: 14px;
  }
}
.news-box-items-4 .news-content .post-date li i {
  margin-right: 8px;
}
.news-box-items-4 .news-content h3 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news-box-items-4 .news-content h3 {
    margin-bottom: 20px;
  }
}
.news-box-items-4 .news-content h3 a {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 767px) {
  .news-box-items-4 .news-content h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.news-box-items-4 .news-content h3 a:hover {
  color: var(--theme);
}
.news-box-items-4 .news-content .link-btn {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news-box-items-4 .news-content .link-btn i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  background: var(--header);
  color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news-box-items-4:hover .news-thumb img:nth-child(2) {
  width: 100%;
  visibility: visible;
}
.news-box-items-4:hover .news-content h3 {
  margin-bottom: 20px;
}
.news-box-items-4:hover .news-content h3 a {
  color: var(--theme);
}
.news-box-items-4:hover .news-content .link-btn {
  color: var(--theme);
}
.news-box-items-4:hover .news-content .link-btn i {
  background: var(--theme);
  color: var(--white);
}

.main-sidebar .single-sidebar-widget {
  border-radius: 8px;
  border: 1px solid var(--bg4);
  margin-bottom: 20px;
  overflow: hidden;
}
.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .wid-title,
.main-sidebar .single-sidebar-widget .wp-block-heading,
.main-sidebar .single-sidebar-widget label {
  margin: 8px;
  border-radius: 8px 8px 0px 0px;
  background: #f7f9ff;
  padding: 15px 25px;
  border-bottom: 1px solid var(--bg4);
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .wid-title h3,
.main-sidebar .single-sidebar-widget .wid-title h2,
.main-sidebar .single-sidebar-widget .wp-block-heading h3,
.main-sidebar .single-sidebar-widget .wp-block-heading h2,
.main-sidebar .single-sidebar-widget label h3,
.main-sidebar .single-sidebar-widget label h2 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget label {
  display: block;
  width: auto;
}
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper {
  margin: 40px 25px;
}
.main-sidebar .single-sidebar-widget .search-widget,
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper {
  padding: 40px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar .single-sidebar-widget .search-widget .wp-block-search__button,
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper .wp-block-search__button {
  border: none;
}
.main-sidebar .single-sidebar-widget .search-widget form,
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input,
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper form input {
  background-color: transparent;
  font-size: 16px;
  padding: 18px 15px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid rgba(49, 71, 255, 0.38);
  line-height: 1;
}
.main-sidebar .single-sidebar-widget .search-widget form input::placeholder,
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper form input::placeholder {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .search-widget form button,
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper form button {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 18px;
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  background-color: #1d1d1d;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .categories-list {
  padding: 30px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d9d9d9;
  top: 5px;
  border-radius: 2px;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--theme);
  font-size: 11px;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color {
  font-weight: 400;
  color: var(--text2);
  font-size: 16px;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color .star {
  color: #ffa41b;
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single .text-color-2 {
  font-weight: 500;
  color: var(--text2);
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid var(--bg4);
  text-align: center;
  border-radius: 50%;
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single:hover .text-color {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .categories-list .checkbox-single:hover .text-color-2 {
  color: var(--white);
  border: 1px solid var(--theme);
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .recent-post-area,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts,
.main-sidebar .single-sidebar-widget .wp-block-categories {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items,
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child),
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items:not(:last-child),
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items .recent-thumb img,
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items .recent-thumb img {
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content span,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items .recent-content span,
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items .recent-content span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  color: #797d81;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items .recent-content h6,
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items .recent-content h6 {
  font-weight: 600;
  font-size: 16px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items .recent-content h6 a,
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items .recent-content h6 a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .recent-items .recent-content h6 a:hover,
.main-sidebar .single-sidebar-widget .wp-block-categories .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .recent-post-area .wp-block-latest-posts__post-title,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__post-title,
.main-sidebar .single-sidebar-widget .wp-block-categories .wp-block-latest-posts__post-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.main-sidebar .single-sidebar-widget .recent-post-area .wp-block-latest-posts__post-title a,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__post-title a,
.main-sidebar .single-sidebar-widget .wp-block-categories .wp-block-latest-posts__post-title a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .recent-post-area .wp-block-latest-posts__post-title a:hover,
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__post-title a:hover,
.main-sidebar .single-sidebar-widget .wp-block-categories .wp-block-latest-posts__post-title a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .wp-block-categories li {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
}
.main-sidebar .single-sidebar-widget .wp-block-categories li:hover a {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .wp-block-categories li a {
  color: var(--text2);
}
.main-sidebar .single-sidebar-widget .wp-block-latest-comments li a {
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .wp-block-latest-comments li a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .wp-block-latest-posts {
  display: flex;
  flex-direction: column;
}
.main-sidebar .single-sidebar-widget .wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .wp-block-latest-posts li:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 24px;
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget ul li {
  line-height: 2.1em;
}
.main-sidebar .single-sidebar-widget .tagcloud,
.main-sidebar .single-sidebar-widget .wp-block-tag-cloud {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar .single-sidebar-widget .tagcloud a,
.main-sidebar .single-sidebar-widget .wp-block-tag-cloud a {
  display: inline-block;
  padding: 14px 10px;
  line-height: 1;
  font-size: 14px !important;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid var(--bg4);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #3f444b;
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child,
.main-sidebar .single-sidebar-widget .wp-block-tag-cloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover,
.main-sidebar .single-sidebar-widget .wp-block-tag-cloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .wp-block-social-links {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar .single-sidebar-widget .wp-block-social-links li {
  margin-bottom: 0 !important;
}
.main-sidebar .single-sidebar-widget .menu-all-pages-container ul {
  list-style-position: inside;
}
.main-sidebar .single-sidebar-widget .social-items {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar .single-sidebar-widget .social-items ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main-sidebar .single-sidebar-widget .social-items ul:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .social-items ul li {
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  border: 1px solid #e1e3e8;
  padding: 13px 10px;
}
.main-sidebar .single-sidebar-widget .social-items ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: var(--white);
  background-color: #3f6bac;
}
.main-sidebar .single-sidebar-widget .social-items ul li .content .text-title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--techtro-public);
  color: var(--header);
  display: block;
  line-height: 1;
}
.main-sidebar .single-sidebar-widget .social-items ul li .content .text {
  color: rgba(63, 68, 75, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .social-items ul li:nth-child(2) i {
  background-color: #0a66c2;
}
.main-sidebar .single-sidebar-widget .social-items ul.style-2 li:nth-child(1) i {
  background-color: #d74127;
}
.main-sidebar .single-sidebar-widget .social-items ul.style-2 li:nth-child(2) i {
  background-color: #1d9bf0;
}
.main-sidebar .wp-block-latest-comments,
.main-sidebar .wp-block-calendar,
.main-sidebar .menu-all-pages-container,
.main-sidebar .wp-block-archives,
.main-sidebar .widget_meta ul,
.main-sidebar .widget_categories ul,
.main-sidebar .widget_rss .components-placeholder,
.main-sidebar .widget_block > .wp-block-page-list {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar .menu-all-pages-container ul li:not(:last-child),
.main-sidebar .menu-all-pages-container .wp-block-page-list li:not(:last-child),
.main-sidebar .widget_block ul li:not(:last-child),
.main-sidebar .widget_block .wp-block-page-list li:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .menu-all-pages-container ul li:not(:last-child) ul,
.main-sidebar .menu-all-pages-container .wp-block-page-list li:not(:last-child) ul,
.main-sidebar .widget_block ul li:not(:last-child) ul,
.main-sidebar .widget_block .wp-block-page-list li:not(:last-child) ul {
  padding-left: 15px;
  padding-top: 15px;
}
.main-sidebar .widget_block .wp-block-page-list {
  list-style-position: inside;
}
.main-sidebar .widget_categories ul li a,
.main-sidebar .wp-block-archives li a {
  font-weight: 600;
}
.main-sidebar .widget_categories ul li:last-child,
.main-sidebar .wp-block-archives li:last-child {
  margin-bottom: 0;
}
.main-sidebar .widget_meta ul {
  list-style-position: inside;
  list-style: none;
}
.main-sidebar .widget_meta ul li {
  margin-bottom: 1em;
}
.main-sidebar .widget_meta ul li a {
  font-weight: 600;
}
.main-sidebar .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.news-list-itsms-area {
  border-image: linear-gradient(90deg, rgba(139, 144, 150, 0) 8.5%, #d8dfe9 44%, rgba(121, 125, 131, 0) 91%);
  border-bottom: 1px solid transparent;
  border-image-slice: 1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news-list-itsms-area .news-list-image {
  position: relative;
}
.news-list-itsms-area .news-list-image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.news-list-itsms-area .news-list-image span {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  border-radius: 0px 50px 50px 0px;
  background: #082950;
  padding: 10px 18px;
}
.news-list-itsms-area .news-list-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .news-list-itsms-area .news-list-content {
    margin-left: 0;
  }
}
.news-list-itsms-area .news-list-content .post-date {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.news-list-itsms-area .news-list-content .post-date li {
  font-size: 15px;
  color: var(--text);
}
.news-list-itsms-area .news-list-content .post-date li a:hover {
  color: var(--theme);
}
.news-list-itsms-area .news-list-content .post-date li i {
  margin-right: 8px;
}
.news-list-itsms-area .news-list-content .link-btn {
  text-decoration: underline;
  margin-top: 40px;
  display: inline-block;
}
.news-list-itsms-area .news-list-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .news-list-itsms-area .news-list-content h3 {
    font-size: 24px;
  }
}
.news-list-itsms-area .news-list-content h3 a:hover {
  color: var(--theme);
}
.news-list-itsms-area.style-2 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-active .news-list-itsms-area .news-list-content h3 {
  font-size: 30px;
  line-height: 40px;
}

.news-list-section .container {
  max-width: 1375px;
}

.news-details-wrapper .details-title {
  font-size: 60px;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-details-wrapper .details-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .news-details-wrapper .details-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .details-title {
    font-size: 30px;
  }
}
.news-details-wrapper .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .news-details-wrapper .list-items {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.news-details-wrapper .list-items ul {
  display: flex;
  align-items: center;
}
.news-details-wrapper .list-items ul li,
.news-details-wrapper .list-items ul a {
  color: #515151;
  font-size: 16px;
  font-weight: 500;
}
.news-details-wrapper .list-items ul li i,
.news-details-wrapper .list-items ul a i {
  margin-right: 10px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .list-items ul a:hover {
  color: var(--theme);
}
.news-details-wrapper .list-items ul a:hover i {
  color: var(--theme);
}
.news-details-wrapper .list-items ul.style-2 {
  gap: 30px;
}
.news-details-wrapper .details-image {
  margin-top: 30px;
  position: relative;
}
.news-details-wrapper .details-image img {
  border-radius: 20px;
}
.news-details-wrapper .details-image span {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  border-radius: 0px 50px 50px 0px;
  background: #082950;
  padding: 10px 18px;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .details-image span:hover {
  background-color: var(--theme2);
}
.news-details-wrapper .news-details-content {
  margin-top: 50px;
}
.news-details-wrapper .news-details-content .content {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.news-details-wrapper .news-details-content h3 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content h3 {
    font-size: 28px;
  }
}
.news-details-wrapper .news-details-content .details-box {
  padding: 40px;
  background-color: #f7f9ff;
  border-radius: 16px;
  font-size: 20px;
  color: var(--text2);
  line-height: 170%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content .details-box {
    padding: 20px;
    font-size: 18px;
  }
}
.news-details-wrapper .news-details-content .details-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.news-details-wrapper .news-details-content .news-details-box-items {
  margin-top: 50px;
  position: relative;
  z-index: 9;
  padding-top: 0;
  padding: 50px;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content .news-details-box-items {
    padding: 20px;
  }
}
.news-details-wrapper .news-details-content .news-details-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f7f9ff;
  z-index: -1;
  border-radius: 16px;
  top: 20%;
  height: initial;
}
.news-details-wrapper .news-details-content .news-details-box-items .contents {
  margin-top: 25px;
}
.news-details-wrapper .news-details-content .news-details-box-items .contents .list-area li {
  font-size: 18px;
}
.news-details-wrapper .news-details-content .news-details-box-items .contents .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.news-details-wrapper .news-details-content .news-details-box-items .contents .list-area li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-wrapper .news-details-content .tag-share-wrap {
  margin-top: 50px;
  clear: both;
  gap: 40px;
}
.news-details-wrapper .news-details-content .tag-share-wrap h4 {
  font-size: 15px;
}
.news-details-wrapper .news-details-content .tag-share-wrap .tag-items {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .tag-share-wrap .tag-items.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.news-details-wrapper .news-details-content .tag-share-wrap .tag-items.tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  background: var(--bg);
  text-transform: capitalize;
  border-radius: 4px;
  color: var(--header);
}
.news-details-wrapper .news-details-content .tag-share-wrap .tag-items.tagcloud a:last-child {
  margin-right: 0;
}
.news-details-wrapper .news-details-content .tag-share-wrap .tag-items.tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-content .tag-share-wrap .social-share {
    justify-content: start;
    margin-top: 10px;
  }
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: var(--white);
  background-color: #3f6bac;
  display: inline-block;
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:nth-child(2) {
  background-color: #0a66c2;
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:nth-child(3) {
  background-color: #d74127;
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:nth-child(4) {
  background-color: #1d9bf0;
}

.comments-section-wrap {
  margin-top: 60px;
}
.comments-section-wrap .comments-heading h3 {
  font-size: 24px;
  font-weight: 600;
}
.comments-section-wrap .comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-section-wrap .comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}
.comments-section-wrap .comments-item-list .single-comment-item p {
  font-size: 18px;
  color: var(--text2);
  padding-right: 120px;
  word-break: break-all;
}
@media (max-width: 991px) {
  .comments-section-wrap .comments-item-list .single-comment-item p {
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .comments-section-wrap .comments-item-list .single-comment-item p {
    padding-right: 0;
  }
}
.comments-section-wrap .comments-item-list .single-comment-item .author-img {
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-img img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .comments-section-wrap .comments-item-list .single-comment-item .author-img {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .comments-section-wrap .comments-item-list .single-comment-item .author-img {
    margin-right: 15px;
  }
}
@media (max-width: 585px) {
  .comments-section-wrap .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info {
    flex-wrap: wrap;
    gap: 15px;
  }
  .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info .minimal-btn {
    position: relative;
    display: block;
  }
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .info .techtro-author {
  display: flex;
  column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment span {
  color: rgba(63, 68, 75, 0.7);
  font-weight: 400;
  font-size: 15px;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment span i {
  margin-right: 10px;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .techtro-comment-reply {
  display: flex;
  background: #edefff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .techtro-comment-reply .minimal-btn {
  padding: 7px 18px;
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .techtro-comment-reply .minimal-btn i {
  margin-right: 5px;
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .techtro-comment-reply:hover {
  background-color: var(--theme);
}
.comments-section-wrap .comments-item-list .single-comment-item .author-info-comment .techtro-comment-reply:hover a {
  color: var(--white);
}
.comments-section-wrap .comments-item-list .children {
  list-style: none;
  padding-left: 30px;
}
.comments-section-wrap .comments-item-list .edit-link .comment-edit-link {
  color: var(--theme2);
}
.comments-section-wrap .comments-button {
  text-align: center;
  margin-top: 50px;
}
.comments-section-wrap .comments-button .comments-btn,
.comments-section-wrap .comments-button a {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--techtro-public);
}
.comments-section-wrap .comments-button .comments-btn i,
.comments-section-wrap .comments-button a i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme);
  color: var(--theme);
  margin-left: 18px;
}
.comments-section-wrap .comments-button .nav-next i {
  margin-left: 0px;
  margin-right: 18px;
}

.comment-respond {
  margin-top: 70px;
  border-radius: 16px;
  background: #f6f8ff;
  padding: 45px;
}
@media (max-width: 767px) {
  .comment-respond {
    padding: 40px 30px;
    margin-top: 60px;
  }
}
.comment-respond h3 {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.comment-respond h3 small a {
  color: var(--theme);
  font-size: 14px;
}
.comment-respond h3 small a:hover {
  color: var(--theme2);
}
.comment-respond .comment-form {
  width: 100%;
  margin-top: 30px;
}
.comment-respond .comment-form label {
  margin-bottom: 4px;
}
.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
  margin-bottom: 40px;
  outline: none;
  padding-bottom: 25px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #dce0ee !important;
  border: none;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text);
  background-color: transparent;
}
@media (max-width: 585px) {
  .comment-respond .comment-form input,
  .comment-respond .comment-form textarea {
    padding: 15px;
  }
}
.comment-respond .comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}
@media (max-width: 767px) {
  .comment-respond .comment-form textarea {
    height: 120px;
  }
}
.comment-respond .comment-form .form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}

@media (min-width: 1899px) {
  .news-wrapper.style-4 .container {
    max-width: 1375px;
  }
}
.post-navigation {
  margin-top: 50px;
  border-top: 1px solid #e8e8e8;
  padding-top: 40px;
}
.post-navigation a {
  font-weight: 500;
  font-size: 16px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.post-navigation a:hover {
  color: var(--theme);
}

.no-search .error-image img {
  width: 150px;
  height: 150px;
}

.techtro-grid-post .cat-item span {
  transition: all 0.4s ease-in-out;
}

#preloader {
  background: white;
  z-index: 999999;
  position: fixed;
  width: 100%;
  height: 100vh;
}
#preloader svg {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #f25a41;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pricing-card-item {
  margin-top: 30px;
  border-radius: 32px;
  background: #F8E37F;
  border: 1px solid #F8E37F;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.pricing-card-item.style-2 {
  background: #E9EBFF;
  border: 1px solid #E9EBFF;
}
.pricing-card-item .tag {
  position: absolute;
  top: -15px;
  right: 25px;
}
.pricing-card-item.style-3 {
  background: #C5D1C3;
  border: 1px solid #C5D1C3;
}
.pricing-card-item .pricing-header {
  padding: 48px 32px;
  position: relative;
}
.pricing-card-item .pricing-header .pricing-shape {
  position: absolute;
  left: 0;
  bottom: -2px;
}
.pricing-card-item .pricing-header h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .pricing-card-item .pricing-header h3 {
    margin-bottom: 8px;
  }
}
.pricing-card-item .pricing-header .pricing-text {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pricing-card-item .pricing-header .pricing-text h2 {
  font-size: 64px;
  font-weight: 800;
}
.pricing-card-item .pricing-header .pricing-text .price span {
  color: #F37527;
  font-size: 18px;
  font-weight: 500;
}
.pricing-card-item .pricing-header .pricing-text .price p {
  color: rgba(84, 84, 84, 0.7);
  font-weight: 500;
}
.pricing-card-item .pricing-list {
  background-color: var(--white);
  padding: 48px 32px;
  border-radius: 32px;
  border-top-left-radius: 0;
}
.pricing-card-item .pricing-list ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricing-card-item .pricing-list ul li {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.pricing-card-item .pricing-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-card-item .pricing-list ul li i {
  margin-right: 8px;
  color: var(--theme);
}
.pricing-card-item .pricing-list ul li i.color-1 {
  color: #F73131;
}
.pricing-card-item .pricing-list .theme-btn {
  width: 100%;
  background-color: #082950;
}
.pricing-card-item .pricing-list .theme-btn::before {
  background-color: var(--theme);
}
.pricing-card-item:hover {
  transform: translateY(-10px);
}
.pricing-card-item .tag {
  background: #59C2B9;
  border-radius: 14px;
  padding: 3px 11px;
  color: var(--white);
}

.pricing-section {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-section .pricing-button {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pricing-section .pricing-button {
    margin-top: 60px;
  }
}
.pricing-section .nav {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: var(--white);
  border: 1px solid #DDE1FD;
  border-radius: 100px;
  padding: 11px;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .pricing-section .nav {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .pricing-section .nav {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .pricing-section .nav {
    gap: 15px;
    max-width: 300px;
  }
}
@media (max-width: 330px) {
  .pricing-section .nav {
    gap: 15px;
    max-width: 100%;
  }
}
.pricing-section .nav .nav-link {
  text-align: center;
  padding: 15px 22px;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
  font-size: var(--techtro-public);
}
@media (max-width: 991px) {
  .pricing-section .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pricing-section .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.pricing-section .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}

.project-section.style-1 .section-title {
  margin-bottom: 78px;
}

.project-main-wrapper {
  margin-top: 30px;
}
.project-main-wrapper .project-wrapper {
  border-radius: 16px;
  background: linear-gradient(270deg, #FFFAEF 7.29%, #FFF 105.16%);
  padding-top: 80px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .project-main-wrapper .project-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-left: 0;
    margin-bottom: 30px;
    padding: 50px 25px !important;
  }
}
.project-main-wrapper .project-wrapper.style-padding {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .project-main-wrapper .project-wrapper.style-padding {
    padding-right: 0;
  }
}
.project-main-wrapper .project-wrapper .project-content {
  max-width: 426px;
}
.project-main-wrapper .project-wrapper .project-content span {
  font-size: 24px;
  font-weight: 700;
  color: #D1A959;
  background: #FFF8E9;
  width: 96px;
  height: 69px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  font-family: var(--techtro-public);
}
.project-main-wrapper .project-wrapper .project-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.project-main-wrapper .project-wrapper .project-content p {
  margin-bottom: 20px;
}
.project-main-wrapper .project-wrapper .project-content .link-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  font-family: var(--techtro-public);
  text-transform: capitalize;
}
.project-main-wrapper .project-wrapper .project-content .link-btn i {
  margin-left: 10px;
  transform: rotate(-40deg);
}
.project-main-wrapper .project-wrapper .project-content .link-btn:hover {
  color: var(--theme);
}
.project-main-wrapper .project-wrapper .project-thumb {
  max-width: 615px;
}
.project-main-wrapper .project-wrapper .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-main-wrapper .project-wrapper.style-2 {
  background: linear-gradient(270deg, #FFF -0.81%, #D8FCFF 105.16%);
}
.project-main-wrapper .project-wrapper.style-2 .project-content span {
  background-color: #DBFCFF;
  color: #5EB8BF;
}
.project-main-wrapper .project-wrapper.style-3 {
  background: linear-gradient(270deg, #FFF6FA 7.29%, #FFF 105.16%);
}
.project-main-wrapper .project-wrapper.style-3 .project-content span {
  background-color: #FFF2F7;
  color: #E597B4;
}
.project-main-wrapper .project-wrapper.style-4 {
  background: linear-gradient(270deg, #FFF -0.81%, #E2FFF7 105.16%);
}
.project-main-wrapper .project-wrapper.style-4 .project-content span {
  background-color: #DDFFF5;
  color: #6BC6AD;
}
.project-main-wrapper .project-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.project-main-wrapper .project-button .theme-btn {
  border: 1px solid var(--theme);
}
.project-main-wrapper .project-button .theme-btn.style-2 {
  border: 1px solid #DDE1FD;
  background-color: transparent;
  color: var(--header);
}
.project-main-wrapper .project-button .theme-btn.style-2::before {
  background-color: var(--theme);
}
.project-main-wrapper .project-button .theme-btn.style-2:hover {
  color: var(--white);
  border: 1px solid transparent;
}
@media (max-width: 500px) {
  .project-main-wrapper .project-button {
    flex-direction: column;
    gap: 20px;
  }
}

.project-box-items {
  border-radius: 16px;
  background: #F8F8F8;
  padding: 40px 40px 0 40px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .project-box-items {
    padding: 20px;
  }
}
.project-box-items .project-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .project-box-items .project-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.project-box-items .project-content h3 a {
  transition: all 0.4s ease-in-out;
}
.project-box-items .project-content h3 a:hover {
  color: var(--theme2);
}
.project-box-items .project-content p {
  border-bottom: 1px solid #F6DDCE;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--techtro-inter);
}
.project-box-items .project-content .app-button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.project-box-items .project-content .app-button a {
  font-size: 14px;
  font-weight: 600;
  color: #515151;
  padding: 12px 20px;
  background: var(--white);
  border-radius: 41px;
  display: inline-block;
  line-height: 1;
  border: 1px solid #E1E1E1;
  transition: all 0.4s ease-in-out;
}
.project-box-items .project-content .app-button a:hover {
  background: var(--black);
  color: var(--white);
}
.project-box-items .project-thumb {
  position: relative;
  overflow: hidden;
}
.project-box-items .project-thumb img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.project-box-items .project-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(2, 15, 12, 0.3) 0%, rgba(2, 15, 12, 0.3) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items .project-thumb .btns {
  width: 104px;
  height: 104px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--techtro-public);
  border-radius: 50%;
  background-color: var(--theme2);
  color: var(--white);
  text-align: center;
  padding-top: 30px;
  line-height: 1.4;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-box-items .project-thumb .btns:hover {
  background-color: var(--header);
}
.project-box-items .project-thumb .btns br {
  display: inline-block;
}
.project-box-items:hover {
  background: #FFF6F1;
}
.project-box-items:hover .project-thumb::before {
  opacity: 1;
  visibility: visible;
}
.project-box-items:hover .project-thumb .btns {
  top: 50%;
}
.project-box-items.style-4.child-1 {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(198deg, #F5F5F5 17.2%, #F5F4F4 97.7%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-1 .project-tag {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-1 .project-tag .tag1 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2);
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEDEDE;
}
.project-box-items.style-4.child-1 .project-tag .tag1 a:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-box-items.style-4.child-1 .project-tag .tag2 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2) !important;
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEE3E9;
}
.project-box-items.style-4.child-1 .project-tag .tag2 a:hover {
  background-color: var(--header);
  color: var(--white) !important;
}
.project-box-items.style-4.child-1 .project-thumb {
  border-radius: 16px;
  background: var(--white);
  padding: 24px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-1 .project-thumb:before {
  display: none;
}
.project-box-items.style-4.child-1 .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-box-items.style-4.child-1 .project-content {
  padding: 40px 50px 34px 40px;
  display: grid;
  grid-template-columns: 70% 30%;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--white);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-1 .project-content {
    grid-template-columns: initial;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .project-box-items.style-4.child-1 .project-content h3 {
    font-size: 20px;
  }
}
.project-box-items.style-4.child-1 .project-content h3 a {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-1 .project-content .btn-wrap {
  text-align: end;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-1 .project-content .btn-wrap {
    display: none;
  }
}
.project-box-items.style-4.child-1 .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--bg4);
  background: var(--white);
  color: var(--theme);
}
.project-box-items.style-4.child-1 .project-content .link-btn.style-4 svg path {
  fill: var(--theme);
}
.project-box-items.style-4.child-1 .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-1 .project-content .link-btn.style-4:hover {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-1 .project-content .link-btn.style-4:hover svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-1:hover {
  background: linear-gradient(198deg, #F5F5F5 17.2%, #F5F4F4 97.7%);
}
.project-box-items.style-4.child-1:hover .project-content h3 a {
  color: var(--theme4);
  font-family: var(--techtro-public);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-1:hover .project-content h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-box-items.style-4.child-1:hover .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-1:hover .project-content .link-btn.style-4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.project-box-items.style-4.child-1:hover .project-content .link-btn.style-4 svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-1:hover .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-2 {
  margin-top: 140px;
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(31deg, #E5CFE9 -17.84%, #FDEFFF 89.88%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .project-box-items.style-4.child-2 {
    margin-top: 0;
  }
}
.project-box-items.style-4.child-2 .project-tag {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-2 .project-tag .tag1 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2);
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEDEDE;
}
.project-box-items.style-4.child-2 .project-tag .tag1 a:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-box-items.style-4.child-2 .project-tag .tag2 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2) !important;
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEE3E9;
}
.project-box-items.style-4.child-2 .project-tag .tag2 a:hover {
  background-color: var(--header);
  color: var(--white) !important;
}
.project-box-items.style-4.child-2 .project-thumb {
  border-radius: 16px;
  background: var(--white);
  padding: 24px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-2 .project-thumb:before {
  display: none;
}
.project-box-items.style-4.child-2 .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-box-items.style-4.child-2 .project-content {
  padding: 40px 50px 34px 40px;
  display: grid;
  grid-template-columns: 70% 30%;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--white);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-2 .project-content {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-box-items.style-4.child-2 .project-content h3 a {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-2 .project-content h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-box-items.style-4.child-2 .project-content .btn-wrap {
  text-align: end;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-2 .project-content .btn-wrap {
    display: none;
  }
}
.project-box-items.style-4.child-2 .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--bg4);
  background: var(--white);
  color: var(--theme);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-2 .project-content .link-btn.style-4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.project-box-items.style-4.child-2 .project-content .link-btn.style-4 svg path {
  fill: var(--theme);
}
.project-box-items.style-4.child-2 .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-2 .project-content .link-btn.style-4:hover {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-2 .project-content .link-btn.style-4:hover svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-2:hover, .project-box-items.style-4.child-2.active {
  background: linear-gradient(31deg, #E5CFE9 -17.84%, #FDEFFF 89.88%);
}
.project-box-items.style-4.child-2:hover .project-content h3 a, .project-box-items.style-4.child-2.active .project-content h3 a {
  color: var(--theme4);
}
.project-box-items.style-4.child-2:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-2.active .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-2:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-2.active .project-content .link-btn.style-4 svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-2:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-2.active .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-3 {
  margin-top: -50px;
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(31deg, #C1D9CE -17.84%, #E9FDF4 89.88%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-3 {
    margin-top: 5px;
  }
}
.project-box-items.style-4.child-3 .project-tag {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-3 .project-tag .tag1 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2);
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEDEDE;
}
.project-box-items.style-4.child-3 .project-tag .tag1 a:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-box-items.style-4.child-3 .project-tag .tag2 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2) !important;
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEE3E9;
}
.project-box-items.style-4.child-3 .project-tag .tag2 a:hover {
  background-color: var(--header);
  color: var(--white) !important;
}
.project-box-items.style-4.child-3 .project-thumb {
  border-radius: 16px;
  background: var(--white);
  padding: 24px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-3 .project-thumb:before {
  display: none;
}
.project-box-items.style-4.child-3 .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-box-items.style-4.child-3 .project-content {
  padding: 40px 50px 34px 40px;
  display: grid;
  grid-template-columns: 70% 30%;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--white);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-3 .project-content {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-box-items.style-4.child-3 .project-content h3 a {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-3 .project-content h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-box-items.style-4.child-3 .project-content .btn-wrap {
  text-align: end;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-3 .project-content .btn-wrap {
    display: none;
  }
}
.project-box-items.style-4.child-3 .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--bg4);
  background: var(--white);
  color: var(--theme);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-3 .project-content .link-btn.style-4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.project-box-items.style-4.child-3 .project-content .link-btn.style-4 svg path {
  fill: var(--theme);
}
.project-box-items.style-4.child-3 .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-3 .project-content .link-btn.style-4:hover {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-3 .project-content .link-btn.style-4:hover svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-3:hover, .project-box-items.style-4.child-3.active {
  background: linear-gradient(31deg, #C1D9CE -17.84%, #E9FDF4 89.88%);
}
.project-box-items.style-4.child-3:hover .project-content h3 a, .project-box-items.style-4.child-3.active .project-content h3 a {
  color: var(--theme4);
}
.project-box-items.style-4.child-3:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-3.active .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-3:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-3.active .project-content .link-btn.style-4 svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-3:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-3.active .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-4 {
  margin-top: 60px;
  position: relative;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(31deg, #F3E1C4 -17.84%, #FFF0D8 89.88%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199px) {
  .project-box-items.style-4.child-4 {
    margin-top: 0;
  }
}
.project-box-items.style-4.child-4 .project-tag {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-4 .project-tag .tag1 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2);
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEDEDE;
}
.project-box-items.style-4.child-4 .project-tag .tag1 a:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-box-items.style-4.child-4 .project-tag .tag2 a {
  display: inline-block;
  padding: 6px 16px;
  color: var(--bg2) !important;
  font-family: var(--techtro-poppins);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.6px;
  border-radius: 46px;
  border: 1px solid #DEE3E9;
}
.project-box-items.style-4.child-4 .project-tag .tag2 a:hover {
  background-color: var(--header);
  color: var(--white) !important;
}
.project-box-items.style-4.child-4 .project-thumb {
  border-radius: 16px;
  background: var(--white);
  padding: 24px;
  margin-bottom: 20px;
}
.project-box-items.style-4.child-4 .project-thumb:before {
  display: none;
}
.project-box-items.style-4.child-4 .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-box-items.style-4.child-4 .project-content {
  padding: 40px 50px 34px 40px;
  display: grid;
  grid-template-columns: 70% 30%;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: var(--white);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-4 .project-content {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-box-items.style-4.child-4 .project-content h3 a {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-4 .project-content h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-box-items.style-4.child-4 .project-content .btn-wrap {
  text-align: end;
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-4 .project-content .btn-wrap {
    display: none;
  }
}
.project-box-items.style-4.child-4 .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid var(--bg4);
  background: var(--white);
  color: var(--theme);
}
@media (max-width: 767px) {
  .project-box-items.style-4.child-4 .project-content .link-btn.style-4 {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.project-box-items.style-4.child-4 .project-content .link-btn.style-4 svg path {
  fill: var(--theme);
}
.project-box-items.style-4.child-4 .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.project-box-items.style-4.child-4 .project-content .link-btn.style-4:hover {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-4 .project-content .link-btn.style-4:hover svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-4:hover, .project-box-items.style-4.child-4.active {
  background: linear-gradient(31deg, #F3E1C4 -17.84%, #FFF0D8 89.88%);
}
.project-box-items.style-4.child-4:hover .project-content h3 a, .project-box-items.style-4.child-4.active .project-content h3 a {
  color: var(--theme4);
}
.project-box-items.style-4.child-4:hover .project-content .link-btn.style-4, .project-box-items.style-4.child-4.active .project-content .link-btn.style-4 {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #EEE;
  background: var(--theme4);
  color: var(--white);
}
.project-box-items.style-4.child-4:hover .project-content .link-btn.style-4 svg path, .project-box-items.style-4.child-4.active .project-content .link-btn.style-4 svg path {
  fill: var(--white);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.project-box-items.style-4.child-4:hover .project-content .link-btn.style-4 i, .project-box-items.style-4.child-4.active .project-content .link-btn.style-4 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.project-card-items {
  margin-top: 30px;
}
.project-card-items .project-image {
  position: relative;
}
.project-card-items .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 20px;
}
.project-card-items .project-image .project-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
@media (max-width: 767px) {
  .project-card-items .project-image .project-content {
    left: 20px;
    bottom: 12px;
  }
}
.project-card-items .project-image .project-content h3 {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .project-card-items .project-image .project-content h3 {
    font-size: 20px;
  }
}
.project-card-items .project-image .project-content h3 a {
  color: var(--white);
}
.project-card-items .project-image .project-content h3 a:hover {
  color: var(--theme3);
}
.project-card-items .project-image .project-content .post-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .project-card-items .project-image .project-content .post-cat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
  }
}
.project-card-items .project-image .project-content .post-cat li a {
  display: inline-block;
  border-radius: 46px;
  border: 1px solid rgba(225, 225, 225, 0.5);
  color: var(--white);
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1;
}
.project-card-items .project-image .project-content .post-cat li a:hover {
  background-color: var(--theme3);
  color: var(--header);
}
.project-card-items .project-image .icon {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  border: 1px solid var(--theme3);
  text-align: center;
  color: var(--theme3);
  transform: rotate(-40deg);
}
@media (max-width: 575px) {
  .project-card-items .project-image .icon {
    top: 10%;
    left: 5%;
    transform: translate(-5%, -10%);
    right: initial;
    position: absolute;
    bottom: 24px;
    right: 25px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    transform: rotate(-40deg);
  }
}
.project-card-items .project-image .icon:hover {
  background-color: var(--theme3);
  color: var(--header);
}
.project-card-items .project-image.style-2 img {
  border-radius: 10px 20px 10px 20px;
}

.project-section .container-fluid {
  padding: 0 285px;
}
@media (max-width: 1899px) {
  .project-section .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1600px) {
  .project-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .project-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .project-section .container-fluid {
    padding: 0 30px;
  }
}

.info-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
.info-image .reviewer-thumb {
  display: flex;
}
.info-image .reviewer-thumb img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: -20px;
}
.info-image .reviewer-thumb img:first-child {
  margin-left: 0;
}
.info-image .reviewer-thumb span {
  background: #FFE2CE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #F16717;
  font-weight: 700;
  margin-left: -15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.info-image .star {
  color: #F8BF39;
}
.info-image .star i {
  font-size: 12px;
}
.info-image .star span {
  display: block;
  font-family: var(--techtro-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
}

.project-section-two .project-image:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.74%, #000 124.07%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.project-section-two .project-content,
.project-section-two .project-btn {
  z-index: 1;
}

.section-title {
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-text-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.section-title .sub-text-wrap h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--theme);
  line-height: 1;
  margin-bottom: 0;
}
.section-title .sub-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.section-title .sub-text-wrap-2 {
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  border-radius: 47px 0px 0px 47px;
  background: linear-gradient(90deg, #FFEEE2 30.88%, rgba(255, 248, 243, 0) 110.71%);
  padding: 10px 23px;
  margin-bottom: 20px;
}
.section-title .sub-text-wrap-2 .sub-text {
  font-family: var(--techtro-inter);
}
.section-title .sub-text-wrap-2 i {
  margin-left: 10px;
  color: #FFD7BA;
}
.section-title .sub-text-wrap-2.bg-2 {
  background: linear-gradient(90deg, #034A3C 3.18%, #013228 97.67%);
  color: var(--white);
}
.section-title .sub-text-wrap-2.bg-2 i {
  color: var(--theme2);
}
.section-title.style-2 h2 {
  font-size: 50px;
}
@media (max-width: 1199px) {
  .section-title.style-2 h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .section-title.style-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 h2 {
    font-size: 36px;
  }
}
.section-title.style-2 h2 span {
  color: var(--theme2);
}
.section-title.style-3 h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-title.style-3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title.style-3 h2 {
    font-size: 28px;
  }
}
.section-title.style-3 p {
  color: var(--text2);
}
.section-title.style-4 .sub-text-wrap-4 {
  display: inline-block;
  padding: 4px 40px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(45, 54, 67, 0.08), 0px 1px 2px 0px rgba(45, 54, 67, 0.04);
  margin-bottom: 15px;
}
.section-title.style-4 .sub-text-wrap-4 .sub-text {
  color: var(--text2);
  text-align: center;
  font-family: var(--techtro-poppins);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 10px;
}
.section-title.style-4 .title {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 122%;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .section-title.style-4 .title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .section-title.style-4 .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-title.style-4 .title {
    font-size: 38px;
  }
}
.section-title.style-4 .text {
  font-size: 16px;
  color: var(--text3);
}
.section-title.style-4 .sub-text-line {
  background-color: #204AF4;
  width: 27px;
  height: 1px;
  position: absolute;
  top: 55%;
}
.section-title.style-4 .sub-text-line::before {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #204AF4;
  position: absolute;
  top: -4px;
}
.section-title.style-4 .sub-text-line.sub-text-line-before {
  right: 15px;
}
.section-title.style-4 .sub-text-line.sub-text-line-before::before {
  left: 0;
}
.section-title.style-4 .sub-text-line.sub-text-line-after {
  left: 15px;
}
.section-title.style-4 .sub-text-line.sub-text-line-after::before {
  right: 0;
}
.section-title.hero-style-4 .sub-heading-wrap {
  display: inline-block;
  padding: 4px 40px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(45, 54, 67, 0.08), 0px 1px 2px 0px rgba(45, 54, 67, 0.04);
  margin-bottom: 20px;
}
.section-title.hero-style-4 .sub-heading-wrap .subtitle {
  color: var(--header);
  font-family: var(--techtro-poppins);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  width: max-content;
}
.section-title.hero-style-4 .sub-heading-wrap span {
  margin: 0 10px;
}
.section-title.hero-style-4 .title {
  color: var(--header);
  font-family: var(--techtro-public);
  font-size: 74px;
  font-style: normal;
  font-weight: 800;
  line-height: 114%;
}
@media (max-width: 991px) {
  .section-title.hero-style-4 .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .section-title.hero-style-4 .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-title.hero-style-4 .title {
    font-size: 33px;
  }
}
.section-title.hero-style-4 .title span {
  color: var(--theme4);
  font-family: var(--techtro-public);
  font-size: 74px;
  font-style: normal;
  font-weight: 800;
  line-height: 91px;
}
@media (max-width: 767px) {
  .section-title.hero-style-4 .title span {
    display: none;
  }
}
.section-title.hero-style-4 .text {
  font-size: 16px;
  max-width: 630px;
  color: var(--text3);
  margin-top: 25px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.footer-bg {
  background-color: #0B1D21;
}

.section-bg {
  background-color: var(--black);
}

.service-bg {
  background-color: #1A1C1F;
}

.section-padding {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

.section-padding2 {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .section-padding2 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-padding2 {
    padding: 80px 0;
  }
}

.section-padding3 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding3 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding3 {
    padding: 80px 0;
  }
}

.section-bg-2 {
  background-color: #F6F9FC;
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.service-box-items {
  border-radius: 16px;
  background: #E4E6FF;
  padding: 40px 33px;
  position: relative;
  overflow: hidden;
}
.service-box-items::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0;
  border-radius: 16px;
  background: #1E2FC0;
  transform-origin: center;
  transition: all 300ms ease;
}
.service-box-items .icon {
  margin-bottom: 30px;
  font-size: 70px;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.service-box-items .icon svg {
  width: 70px;
  fill: var(--theme);
}
.service-box-items .content {
  position: relative;
  z-index: 9;
}
.service-box-items .content p {
  margin-top: 15px;
}
.service-box-items .item-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.service-box-items .item-shape-2 {
  position: absolute;
  bottom: -150px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items .arrow-icon {
  font-size: 26px;
  color: var(--white);
  position: absolute;
  right: 25px;
  bottom: -80px;
}
.service-box-items:hover .arrow-icon {
  bottom: 20px;
}
.service-box-items:hover .icon {
  color: var(--white);
  filter: grayscale(100%) brightness(300%);
}
.service-box-items:hover .content h3 a {
  color: var(--white);
}
.service-box-items:hover .content p {
  color: #F3F3F3;
}
.service-box-items:hover::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.service-box-items:hover .item-shape-2 {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.service-box-items:hover .item-shape {
  bottom: -150px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.service-section {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-section.style-1 .section-title {
  margin-bottom: 45px;
}
.service-section.style-1 .service-button {
  margin-top: 70px;
}

.services-box-style {
  transition: all 0.4s ease-in-out;
}

.service-box-items-2 {
  position: relative;
  padding: 35px 30px;
  transition: all 0.4s ease-in-out;
  border-right: 1px solid #04493B;
}
@media (max-width: 1199px) {
  .service-box-items-2 {
    border-right: none;
  }
}
.service-box-items-2 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  line-height: 94px;
  border-radius: 50%;
  background-color: #053B30;
  font-size: 40px;
  color: #217C6A;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.service-box-items-2 .icon svg {
  width: 50px;
  fill: #217C6A;
}
.service-box-items-2 .content {
  margin-top: 25px;
}
.service-box-items-2 .content h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .service-box-items-2 .content h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .service-box-items-2 .content h3 {
    font-size: 24px;
  }
}
.service-box-items-2 .content h3 a {
  color: var(--white);
}
.service-box-items-2 .content h3 a:hover {
  color: var(--theme2);
}
.service-box-items-2 .content p {
  font-size: 16px;
  font-family: var(--techtro-inter);
  font-weight: 400;
  color: #C4C4C4;
  margin-bottom: 20px;
}
.service-box-items-2 .content .link-btn {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  display: inline-block;
}
.service-box-items-2 .content .link-btn i {
  transition: all 0.4s ease-in-out;
  transform: rotate(0);
}
.service-box-items-2 .content .link-btn svg {
  width: 16px;
  fill: var(--white);
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
  margin-left: 8px;
}
.service-box-items-2 .content .link-btn:hover {
  color: var(--theme2);
}
.service-box-items-2 .content .link-btn:hover i {
  transform: rotate(-40deg);
}
.service-box-items-2 .content .link-btn:hover svg {
  transform: rotate(-40deg);
  fill: var(--theme2);
}
.service-box-items-2 .circle {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--theme2);
  z-index: 5;
  transition: all 0.4s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.service-box-items-2.border-right-none {
  border-right: none;
  border-radius: 0 16px 0 0;
}
@media (max-width: 1199px) {
  .service-box-items-2.border-right-none {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.border-right-none-2 {
  border-right: none;
  border-radius: 0 0 16px 0;
}
@media (max-width: 1199px) {
  .service-box-items-2.border-right-none-2 {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.radius-style {
  border-radius: 16px 0 0 0;
}
@media (max-width: 1199px) {
  .service-box-items-2.radius-style {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.radius-style-2 {
  border-radius: 0 0 0 16px;
}
@media (max-width: 1199px) {
  .service-box-items-2.radius-style-2 {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.border-top {
  border-top: 1px solid #04493B !important;
}
@media (max-width: 1199px) {
  .service-box-items-2.border-top {
    border: none;
  }
}
@media (max-width: 1199px) {
  .service-box-items-2 {
    background-color: #053C30;
  }
  .service-box-items-2 .icon {
    color: #FF8137;
    background-color: #013228;
  }
}
.service-box-items-2:hover {
  background-color: #053C30;
}
.service-box-items-2:hover .icon {
  color: #FF8137;
  background-color: #013228;
}
.service-box-items-2:hover .circle {
  opacity: 1;
  visibility: visible;
}
.service-box-items-2.active {
  background-color: #053C30;
}
.service-box-items-2.active .icon {
  color: #FF8137;
  background-color: #013228;
}
.service-box-items-2.active .circle {
  opacity: 1;
  visibility: visible;
}
.service-box-items-2.style-2 {
  padding: 34px;
  background-color: var(--white);
  position: relative;
  z-index: 9;
  box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
  border-right: 1px solid rgba(200, 211, 255, 0.4);
}
.service-box-items-2.style-2 .icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 12px;
  background-color: #F3ECFF;
}
.service-box-items-2.style-2 .icon.bg-2 {
  background-color: #FFEEE4;
}
.service-box-items-2.style-2 .icon.bg-3 {
  background-color: #F4FFCE;
}
.service-box-items-2.style-2 .icon.bg-4 {
  background-color: #E0F2FF;
}
.service-box-items-2.style-2 .icon.bg-5 {
  background-color: #DDFFFC;
}
.service-box-items-2.style-2 .icon.bg-6 {
  background-color: #FFF4DE;
}
.service-box-items-2.style-2 .icon-2 {
  position: absolute;
  right: 53px;
  top: 70px;
  color: var(--theme4);
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items-2.style-2 .icon-2 svg {
  width: 22px;
  fill: var(--theme4);
  transform: rotate(-40deg);
}
.service-box-items-2.style-2 .content h3 {
  font-size: 28px;
}
.service-box-items-2.style-2 .content h3 a {
  color: var(--header);
}
.service-box-items-2.style-2 .content h3 a:hover {
  color: var(--theme4);
}
.service-box-items-2.style-2 .content .list-items li {
  font-size: 15px;
  color: var(--text2);
  font-weight: 400;
}
.service-box-items-2.style-2 .content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.service-box-items-2.style-2 .content .list-items li i {
  color: var(--theme4);
  margin-right: 5px;
}
.service-box-items-2.style-2 .content .list-items li svg {
  width: 14px;
  fill: var(--theme4);
  margin-right: 5px;
}
.service-box-items-2.style-2.border-right-none {
  border-right: none;
  border-radius: 0 16px 0 0;
}
@media (max-width: 1199px) {
  .service-box-items-2.style-2.border-right-none {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.style-2.border-right-none-2 {
  border-right: none;
  border-radius: 0 0 16px 0;
}
@media (max-width: 1199px) {
  .service-box-items-2.style-2.border-right-none-2 {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.style-2.radius-style {
  border-radius: 16px 0 0 0;
}
@media (max-width: 1199px) {
  .service-box-items-2.style-2.radius-style {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.style-2.radius-style-2 {
  border-radius: 0 0 0 16px;
}
@media (max-width: 1199px) {
  .service-box-items-2.style-2.radius-style-2 {
    border: none;
    border-radius: 0;
  }
}
.service-box-items-2.style-2.border-top {
  border-top: 1px solid rgba(200, 211, 255, 0.4) !important;
}
@media (max-width: 1199px) {
  .service-box-items-2.style-2.border-top {
    border: none;
  }
}
.service-box-items-2.style-2:hover .icon-2 {
  opacity: 1;
  visibility: visible;
}

.service-wrapper {
  border: 1px solid #04493B;
  border-radius: 16px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .service-wrapper {
    border: none;
  }
}

.service-card-items {
  border: 1px solid #495261;
  padding: 32px;
  border-radius: 50px 0 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.service-card-items .service-color {
  position: absolute;
  top: -40px;
  right: -42px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-card-items .number {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #B1B0B0;
  background-color: #282A2D;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.service-card-items .content {
  margin-top: 25px;
}
.service-card-items .content h3 {
  line-height: 134%;
}
.service-card-items .content h3 a {
  color: var(--white);
}
.service-card-items .content h3 a:hover {
  color: var(--theme3);
}
.service-card-items .content .list-items {
  margin-top: 20px;
}
.service-card-items .content .list-items li {
  font-size: 15px;
  color: #969696;
  transition: all 0.4s ease-in-out;
}
.service-card-items .content .list-items li i {
  color: #505359;
  margin-right: 5px;
}
.service-card-items .content .list-items li svg {
  width: 14px;
  fill: #505359;
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
.service-card-items .content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.service-card-items .content .service-btn {
  margin-top: 20px;
  text-align: right;
}
.service-card-items .content .service-btn a {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  border: 1px solid rgb(59, 60, 64);
  text-align: center;
  color: #3B3C40;
  transform: rotate(-40deg);
}
.service-card-items .content .service-btn a svg {
  width: 20px;
  fill: #3B3C40;
  transition: all 0.4s ease-in-out;
}
.service-card-items .content .service-btn a:hover {
  color: var(--theme3);
  border: 1px solid var(--theme3);
}
.service-card-items .content .service-btn a:hover svg {
  fill: var(--theme3);
}
.service-card-items:hover .service-color {
  opacity: 1;
  visibility: visible;
}

.service-section-4 {
  position: relative;
  z-index: 9;
  background-attachment: fixed;
}
.service-section-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -3.75%, rgba(97, 92, 246, 0.35) 40.03%, rgba(0, 0, 0, 0.02) 83.81%);
  z-index: -1;
}
.service-section-4::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F8F4FF;
  top: 70%;
  z-index: -1;
}

.service-wrapper-4 .section-title .subtitle {
  background-color: #F9A474;
  padding: 10px 20px;
  text-transform: uppercase;
  color: var(--header);
  font-size: 12px;
  font-weight: 600;
}
.service-wrapper-4 .arrow-icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme4);
  color: var(--white);
  margin: 0 auto 30px;
}
.service-wrapper-4 .arrow-icon svg {
  width: 25px;
  fill: var(--white);
}

.service-details-wrapper .service-details-item .service-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.service-details-wrapper .service-details-item .details-content {
  margin-top: 40px;
}
.service-details-wrapper .service-details-item .details-content h2 {
  font-size: 52px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-details-wrapper .service-details-item .details-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-item .details-content h2 {
    font-size: 38px;
  }
}
.service-details-wrapper .service-details-item .service-details-wrap-item {
  position: relative;
  z-index: 1;
  margin-top: 140px;
  padding: 68px 0;
}
.service-details-wrapper .service-details-item .service-details-wrap-item:after {
  content: "";
  top: -70px;
  position: absolute;
  width: 1170px;
  height: 1px;
  background: linear-gradient(90deg, rgba(139, 144, 150, 0) 8.5%, #D8DFE9 44%, rgba(121, 125, 131, 0) 91%);
  box-shadow: 0px 24px 50px -12px rgba(45, 54, 67, 0.12);
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details-item .service-details-wrap-item {
    margin-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.service-details-wrapper .service-details-item .service-details-wrap-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 16px;
  background: #F5F7FF;
  z-index: -1;
  width: 70%;
  height: 69%;
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details-item .service-details-wrap-item::before {
    height: 100%;
    width: 100%;
  }
}
.service-details-wrapper .service-details-item .service-details-wrap-item .content {
  padding: 0 55px;
}
@media (max-width: 767px) {
  .service-details-wrapper .service-details-item .service-details-wrap-item .content {
    padding: 0 25px;
  }
}
.service-details-wrapper .service-details-item .service-details-wrap-item .content h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-item .service-details-wrap-item .service-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.service-details-wrapper .service-details-item h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-item .details-icon-item {
  border-radius: 16px;
  background: #F4F6FF;
  padding: 25px;
}
.service-details-wrapper .service-details-item .details-icon-item.style-1 {
  background: var(--white);
  border: 1px solid #EEE;
}
.service-details-wrapper .service-details-item .details-icon-item .number {
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  position: relative;
  border-radius: 100%;
  background: #F9F9F9;
  font-size: 18px;
  font-weight: 700;
  color: var(--header);
  border: 2px solid var(--white);
}
.service-details-wrapper .service-details-item .details-icon-item .content {
  margin-top: 30px;
}
.service-details-wrapper .service-details-item .details-icon-item .content h3 {
  font-size: 24px;
}

.techtro-divider {
  background: linear-gradient(90deg, rgba(139, 144, 150, 0) 8.5%, #D8DFE9 44%, rgba(121, 125, 131, 0) 91%);
  box-shadow: 0 24px 50px -12px rgba(45, 54, 67, 0.12);
  width: 1170px;
  height: 1px;
}

.testimonial-box-items {
  padding: 50px 30px;
  border-radius: 24px;
  background: #F6F8FF;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-box-items {
    padding: 25px 20px;
  }
}
.testimonial-box-items .icon {
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.testimonial-box-items p {
  font-size: 20px;
  line-height: 181%;
}
@media (max-width: 767px) {
  .testimonial-box-items p {
    font-size: 18px;
  }
}
.testimonial-box-items .client-info-item {
  margin-top: 40px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-box-items .client-info-item .client-image img {
  border-radius: 10px;
  width: 82px;
  height: 81px;
}
.testimonial-box-items .client-info-item .content h3 {
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-box-items .client-info-item .content p {
  color: var(--theme);
  font-size: 16px;
  line-height: initial;
}

.testimonial-area {
  position: relative;
  margin-top: 30px;
}
.testimonial-area .icon {
  position: absolute;
  right: -36px;
  top: -28px;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  background: #013228;
  border: 3px solid var(--white);
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .testimonial-area .icon {
    display: none;
  }
}
.testimonial-area .testimonial-item {
  background: var(--white);
  border-radius: 200px 0px 0px 201px;
  border: 20px solid #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .testimonial-area .testimonial-item {
    border-radius: 0;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 30px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-item {
    padding: 20px 10px;
  }
}
.testimonial-area .testimonial-item .testimonial-thumb img {
  max-width: max-content;
}
@media (max-width: 1199px) {
  .testimonial-area .testimonial-item .testimonial-thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-item .testimonial-thumb {
    width: 200px;
    height: 200px;
  }
}
.testimonial-area .testimonial-item .testimonial-content p {
  font-size: 23px;
  font-weight: 400;
  line-height: 174%;
  font-family: var(--techtro-inter);
}
@media (max-width: 991px) {
  .testimonial-area .testimonial-item .testimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-area .testimonial-item .testimonial-content p {
    font-size: 18px;
  }
}
.testimonial-area .testimonial-item .testimonial-content .author-item {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .testimonial-area .testimonial-item .testimonial-content .author-item {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.testimonial-area .testimonial-item .testimonial-content .author-item span {
  font-family: var(--techtro-inter);
  font-size: 16px;
  font-weight: 400;
  color: var(--theme2);
  display: inline-block;
  margin-top: 5px;
}

.testimonial-box-items-2 {
  position: relative;
  padding: 45px 40px;
  background-color: var(--white);
  margin-top: 30px;
  border-radius: 30px 0 40px 0;
}
.testimonial-box-items-2 p {
  font-size: 22px;
  color: var(--text2);
  font-weight: 400;
  line-height: 200%;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .testimonial-box-items-2 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-items-2 p {
    font-size: 18px;
  }
}
.testimonial-box-items-2 .client-info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 767px) {
  .testimonial-box-items-2 .client-info {
    margin-top: 30px;
  }
}
.testimonial-box-items-2 .client-info img {
  border-radius: 5px 0 5px 0;
}
.testimonial-box-items-2 .client-info .content h4 {
  font-size: 20px;
  font-weight: 700;
}
.testimonial-box-items-2 .client-info .content span {
  font-size: 17px;
}
.testimonial-box-items-2 .quote-icon {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.testimonial-container-wrapper.style-4 {
  position: relative;
}
@media (min-width: 1600px) {
  .testimonial-container-wrapper.style-4 .container-fluid {
    max-width: 1583px;
  }
}

.testimonial-wrapper.style-4 {
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.testimonial-wrapper.style-4 .shape {
  position: absolute;
  top: 50px;
  right: 70px;
}
.testimonial-wrapper.style-4 .testimonial-thumb {
  position: relative;
  z-index: 5;
}
.testimonial-wrapper.style-4 .testimonial-thumb .main-thumb {
  border-radius: 20px;
  width: 100%;
}
.testimonial-wrapper.style-4 .testimonial-thumb .shape1 {
  position: absolute;
  top: -69px;
  left: -74px;
  z-index: 2;
}
.testimonial-wrapper.style-4 .testimonial-thumb .shape2 {
  position: absolute;
  bottom: -60px;
  left: -78px;
}
.testimonial-wrapper.style-4 .testimonial-card-items.style-4 {
  position: relative;
  padding-bottom: 45px;
  border-bottom: 1px solid #D5C5EF;
}
.testimonial-wrapper.style-4 .testimonial-card-items.style-4 h6 {
  color: var(--theme);
  font-family: var(--techtro-public);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 12px;
}
.testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
  color: #3F444B;
  font-family: var(--techtro-poppins);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper.style-4 .testimonial-card-items.style-4 .text {
    font-size: 20px;
  }
}
.testimonial-wrapper .testimonial-slider-items {
  position: relative;
}
.testimonial-wrapper .testimonial-slider-items .array-button {
  position: absolute;
  bottom: 65px;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-slider-items .array-button {
    display: none;
  }
}
.testimonial-wrapper .testimonial-slider-items .array-button .array-prev:hover {
  background-color: var(--theme4);
}
.testimonial-wrapper .testimonial-slider-items .array-button .array-next {
  background-color: var(--white);
  color: var(--header);
}
.testimonial-wrapper .testimonial-slider-items .array-button .array-next:hover {
  background-color: var(--theme4);
  color: var(--white);
}

.testimonial-section-2 {
  padding: 120px 0 83px;
}
@media (max-width: 991px) {
  .testimonial-section-2 {
    padding: 80px 0;
  }
}
.testimonial-section-2 .array-button {
  margin-right: 50px;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .array-button {
    margin-right: 0;
    justify-content: center !important;
  }
}
.testimonial-section-2 .array-button .array-prev, .testimonial-section-2 .array-button .array-next {
  width: 61px;
  height: 42px;
  line-height: 42px;
}
.testimonial-section-2 .array-button .array-prev {
  background-color: var(--white);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.testimonial-section-2 .array-button .array-prev:hover {
  background-color: var(--theme2);
}
.testimonial-section-2 .array-button .array-next {
  background-color: var(--white);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.testimonial-section-2 .array-button .array-next:hover {
  background-color: var(--theme2);
}

.fancy-box.style-4 {
  display: flex;
  align-items: center;
  gap: 22px;
}
.fancy-box.style-4 .item img {
  border-radius: 10px;
}
.fancy-box.style-4 .item h5 {
  color: #3F444B;
  font-family: var(--techtro-public);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.fancy-box.style-4 .item p {
  color: var(--theme);
  font-family: var(--techtro-poppins);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-reviews-meta.style-4 {
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 35px;
}
@media (max-width: 767px) {
  .testimonial-reviews-meta.style-4 {
    gap: 25px;
    flex-direction: column;
  }
}
.testimonial-reviews-meta.style-4 .client {
  text-align: center;
}

.section-padding-0 {
  padding: 0;
}

.team-box-items {
  padding: 0px 20px 30px;
  border-radius: 16px;
  background-color: var(--white);
  border: 1px solid #EEE;
  box-shadow: 0px 20px 24px -4px rgba(45, 54, 67, 0.04), 0px 8px 11px -4px rgba(45, 54, 67, 0.04);
  transition: all 0.4s ease-in-out;
}
.team-box-items .team-image {
  position: relative;
}
.team-box-items .team-image img {
  width: 100%;
  height: 100%;
}
.team-box-items .team-image .social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.team-box-items .team-image .social-icon a {
  transition: all 0.4s ease-in-out;
  width: 26px;
  height: 26px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-box-items .team-image .social-icon a i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.team-box-items .team-image .social-icon a svg {
  fill: var(--white);
  transition: all 0.4s ease-in-out;
}
.team-box-items .team-image .social-icon a:hover {
  background-color: var(--theme);
}
.team-box-items .team-content {
  text-align: center;
  margin-top: 15px;
}
.team-box-items .team-content h3 {
  font-weight: 600;
}
.team-box-items .team-content span {
  display: inline-block;
  margin-top: 5px;
}
.team-box-items:hover .social-icon {
  opacity: 1;
  visibility: visible;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border: 1px solid #e7e7e7;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 12px 20px;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: var(--theme);
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--white);
}

.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--theme);
}
.woocommerce-info:before,
.woocommerce-message:before {
  color: var(--theme);
}
.woocommerce-info .woocommerce-Button,
.woocommerce-message .woocommerce-Button {
  background: var(--theme);
  color: var(--white);
}
.woocommerce-info .woocommerce-Button:hover,
.woocommerce-message .woocommerce-Button:hover {
  background: var(--black);
  color: var(--white);
}
.woocommerce-info .woocommerce-form,
.woocommerce-message .woocommerce-form {
  border: 1px solid #e5e5e5;
}
.woocommerce-info .woocommerce-form .woocommerce-form-row label,
.woocommerce-message .woocommerce-form .woocommerce-form-row label {
  color: var(--text);
  font-family: var(--techtro-poppins);
  font-size: 16px;
  margin-bottom: 4px;
}
.woocommerce-info .woocommerce-form .woocommerce-form-row .woocommerce-Input,
.woocommerce-message .woocommerce-form .woocommerce-form-row .woocommerce-Input {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  border-radius: 4px;
  color: var(--text);
}
.woocommerce-info .woocommerce-form .woocommerce-button.button,
.woocommerce-message .woocommerce-form .woocommerce-button.button {
  background: var(--theme);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.woocommerce-info .woocommerce-form .woocommerce-button.button:hover,
.woocommerce-message .woocommerce-form .woocommerce-button.button:hover {
  background: var(--black);
  color: var(--white);
}
.woocommerce-info .woocommerce-Button,
.woocommerce-message .woocommerce-Button {
  background: var(--theme) !important;
  color: var(--white) !important;
}
.woocommerce-info .woocommerce-Button:hover,
.woocommerce-message .woocommerce-Button:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.woocommerce .woocommerce-MyAccount-content h2 {
  color: var(--header);
  font-size: 24px;
  font-family: var(--techtro-public);
  margin-bottom: 10px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
  float: none;
  font-family: var(--techtro-inter);
  margin-bottom: 10px;
  display: block;
  color: var(--theme);
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover {
  color: var(--theme2);
}
.woocommerce .woocommerce-address-fields__field-wrapper label {
  color: var(--text);
  font-family: var(--techtro-poppins);
  font-size: 16px;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-address-fields__field-wrapper input {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  border-radius: 4px;
  color: var(--text);
}
.woocommerce form.woocommerce-EditAccountForm label {
  color: var(--text);
  font-family: var(--techtro-poppins);
  font-size: 16px;
  margin-bottom: 4px;
}
.woocommerce form.woocommerce-EditAccountForm .woocommerce-Input {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  border-radius: 4px;
  color: var(--text);
}
.woocommerce form .woocommerce-form-row {
  margin-bottom: 15px;
}
.woocommerce form .woocommerce-form-row span em {
  margin-top: 5px;
  display: block;
}
.woocommerce form .woocommerce-Button.button {
  background: var(--theme) !important;
  color: var(--white) !important;
  transition: all 0.3s ease-in-out;
}
.woocommerce form .woocommerce-Button.button:hover {
  background: var(--black);
  color: var(--white);
}
.woocommerce form .button {
  background: var(--theme) !important;
  color: var(--white) !important;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  padding: 15px 20px;
}
.woocommerce form .button:hover {
  background: var(--black);
  color: var(--white);
}

.shop-sort-group .woocommerce-result-count {
  font-family: var(--font-manrope), sans-serif;
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
}
.shop-sort-group .woocommerce-ordering .nice-select {
  padding: 0 20px;
  border-color: #d3d3d3;
}
.shop-sort-group .woocommerce-ordering .nice-select .current {
  font-family: var(--font-manrope), sans-serif;
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  margin-right: 30px;
}
.shop-sort-group .woocommerce-ordering .nice-select .list {
  right: 0;
  left: auto;
}
.shop-sort-group .woocommerce-ordering .nice-select .list .option {
  font-family: var(--font-manrope), sans-serif;
  color: var(--title-color);
  font-weight: 500;
  font-size: 14px;
  padding: 0 16px;
}
.shop-sort-group .woocommerce-ordering .nice-select .list .option:hover {
  background-color: var(--bizify-primary-color);
  color: var(--white-color);
}

.shop-sort-group .woocommerce-ordering .nice-select {
  padding: 0 20px;
  border-color: #d3d3d3;
}
.shop-sort-group .woocommerce-ordering .nice-select .current {
  font-family: var(--techtro-public);
  color: var(--header);
  font-weight: 500;
  font-size: 18px;
}
.shop-sort-group .woocommerce-result-count {
  margin-top: 12px;
}

.nice-select::after {
  height: 8px;
  width: 8px;
  border-bottom: 1px solid var(--header);
  border-right: 1px solid var(--header);
  right: 28px;
  margin-top: -5px;
  top: 50%;
}

.nice-select {
  width: 100%;
  background: transparent;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0 25px;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--border);
}

.techtro-woocommerce-area .shop-row {
  margin-top: 30px;
}
.techtro-woocommerce-area .woocommerce-pagination {
  margin-top: 30px;
}
.techtro-woocommerce-area .woocommerce-pagination ul.page-numbers {
  border: none;
}
.techtro-woocommerce-area .woocommerce-pagination ul.page-numbers li {
  border: none;
  display: inline-block;
}
.techtro-woocommerce-area .woocommerce-pagination ul.page-numbers li .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  padding: 0;
}
.techtro-woocommerce-area .woocommerce-pagination ul.page-numbers li .page-numbers.current, .techtro-woocommerce-area .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background: var(--theme);
  color: var(--white);
}
.techtro-woocommerce-area .woocommerce-pagination .page-numbers.current {
  background: var(--theme);
  color: var(--white);
}

.product-card {
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 5px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-card .product-card-img {
  position: relative;
  overflow: hidden;
}
.product-card .product-card-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-card:hover .product-card-img img {
  transform: scale(1.1);
}
.product-card .woocommerce-loop-product__title {
  font-family: var(--techtro-public);
  font-size: 18px;
  color: var(--header);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.product-card .woocommerce-loop-product__title:hover {
  color: var(--theme);
}
.product-card .price,
.product-card .woocommerce-Price-amount {
  text-align: center;
  color: var(--text);
  font-family: var(--techtro-poppins);
  font-size: 18px;
}
.product-card .price del {
  font-size: 14px;
}
.product-card .price del span {
  font-size: 14px;
}
.product-card .button {
  background: var(--theme) !important;
  color: var(--white) !important;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 30px !important;
  transition: all 0.3s ease-in-out;
}
.product-card .button:hover {
  background: var(--black) !important;
}

.woocommerce span.onsale {
  background: var(--theme);
  color: var(--white);
  padding: 10px 15px;
  border-radius: 0;
  top: 0;
  left: 0;
  min-height: auto;
  min-width: auto;
  font-size: 14px;
  line-height: 14px;
  width: max-content;
  border-top-left-radius: 5px;
}

.single-product-area span.onsale {
  border-radius: 0;
}
.single-product-area div.product p.price {
  color: var(--header);
  font-size: 24px;
  margin-bottom: 5px;
}
.single-product-area div.product p.price del {
  color: var(--text);
  font-size: 20px;
}
.single-product-area div.product p.price ins {
  text-decoration: none;
}
.single-product-area .summary .cart {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.single-product-area .summary .cart .button {
  margin-top: 0;
  margin-left: 20px;
  background: var(--theme);
  transition: all 0.3s ease-in-out;
}
.single-product-area .summary .cart .button:hover {
  background: var(--black);
}
.single-product-area .summary .cart .input-text.qty {
  color: var(--header);
  height: 44px;
  min-width: 90px;
  border: 1px solid var(--border);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: var(--theme);
  border: 1px solid var(--theme);
  border-radius: 0;
  border-right-color: var(--white);
  margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right-color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--white);
  font-family: var(--techtro-public);
  font-size: 16px;
  border-color: var(--border);
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--theme);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a.active {
  color: var(--theme);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: var(--theme);
  color: var(--white);
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  background: var(--black);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: var(--white);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: var(--white);
}

.woocommerce div.product .product_title {
  font-family: var(--techtro-public);
  font-size: 35px;
  color: var(--header);
  margin-bottom: 30px;
}

.woocommerce .woocommerce-message .button {
  background: var(--theme) !important;
  color: var(--white) !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-message .button:hover {
  background: var(--black);
}

.woocommerce-cart .wc-block-cart__submit-button {
  background: var(--theme) !important;
  color: var(--white) !important;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.woocommerce-cart .wc-block-cart__submit-button:hover {
  background: var(--black);
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: var(--theme);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: var(--black);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}

.woocommerce-form-login label {
  color: var(--text);
  font-family: var(--techtro-poppins);
  font-size: 16px;
  margin-bottom: 4px;
}
.woocommerce-form-login input {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  border-radius: 4px;
  color: var(--text);
}
.woocommerce-form-login .woocommerce-form-login__submit {
  margin-top: 5px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  background: var(--theme);
  color: var(--white);
  padding: 14px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background: var(--black) !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 10px 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
  gap: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 50px 0;
  border-bottom: 1px solid #eee;
  padding-left: 80px;
  padding-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  color: var(--theme);
  z-index: 2;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  position: relative;
  z-index: 0;
  margin: 0 30px;
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-block;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  padding: 0;
  color: #8c8c8c;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  height: 15px;
  width: 1px;
  background: #eee;
  box-shadow: unset;
  transform: translateY(-50%);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #e9e6ed;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -15px;
  background-color: var(--theme);
}

.related.products {
  margin-top: 60px;
}
.related.products h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.related.products .woocommerce-loop-product__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.woocommerce-Tabs-panel h2 {
  font-size: 24px;
}

.woocommerce #review_form #respond .comment-reply-title {
  font-size: 24px;
  color: #000;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.woocommerce #reviews #comments h2 {
  clear: none;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

.woocommerce #review_form #respond .comment-form .comment-form-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
  gap: 20px;
}

.woocommerce p.stars a {
  color: #ffc107;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

p.form-submit .submit {
  color: #fff !important;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  clear: both;
  padding-top: 50px;
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item, .woocommerce table.shop_attributes tr.woocommerce-product-attributes-item td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}

.woocommerce table.shop_attributes th {
  padding: 15px;
}

.woocommerce table.shop_attributes tr.woocommerce-product-attributes-item td > p {
  padding: 0;
}

.woocommerce div.product div.summary p.price del, .woocommerce div.product div.summary span.price del {
  color: #ABABAB;
  font-size: 18px;
  font-weight: 400;
  opacity: unset;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.woocommerce div.product .product_title {
  display: block !important;
}

.bypostauthor,
.gallery-caption {
  font: inherit;
}

.page-wrapper img,
.news-details-section img {
  max-width: 100%;
}
.page-wrapper h1,
.news-details-section h1 {
  font-size: 74px;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .page-wrapper h1,
  .news-details-section h1 {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .page-wrapper h1,
  .news-details-section h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .page-wrapper h1,
  .news-details-section h1 {
    font-size: 48px;
  }
}
.page-wrapper h2,
.news-details-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .page-wrapper h2,
  .news-details-section h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .page-wrapper h2,
  .news-details-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-wrapper h2,
  .news-details-section h2 {
    font-size: 32px;
  }
}
.page-wrapper h3,
.news-details-section h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 575px) {
  .page-wrapper h3,
  .news-details-section h3 {
    font-size: 20px;
  }
}
.page-wrapper h4,
.news-details-section h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}
.page-wrapper h5,
.news-details-section h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}
.page-wrapper h6,
.news-details-section h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.page-wrapper p,
.news-details-section p {
  margin-bottom: 30px;
}
.page-wrapper ul li,
.page-wrapper ol li,
.news-details-section ul li,
.news-details-section ol li {
  line-height: 2.1em;
  font-size: 17px;
}
.page-wrapper ul:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list),
.page-wrapper ol:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list),
.news-details-section ul:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list),
.news-details-section ol:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) {
  padding-left: 20px;
  margin-bottom: 15px;
}
.page-wrapper ul:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ol,
.page-wrapper ul:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ul,
.page-wrapper ol:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ol,
.page-wrapper ol:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ul,
.news-details-section ul:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ol,
.news-details-section ul:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ul,
.news-details-section ol:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ol,
.news-details-section ol:not(.comments-item-list,
.wp-block-archives-list,
.wp-block-categories-list) ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.page-wrapper p,
.news-details-section p {
  line-height: 1.8;
}
.page-wrapper p a,
.news-details-section p a {
  color: var(--theme);
}
.page-wrapper p a:hover,
.news-details-section p a:hover {
  text-decoration: underline;
}
.page-wrapper ul.wp-block-post-template,
.news-details-section ul.wp-block-post-template {
  padding-left: 0;
}
.page-wrapper a,
.news-details-section a {
  transition: all 0.4s ease-in-out;
}
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5,
.page-wrapper h6,
.news-details-section h1,
.news-details-section h2,
.news-details-section h3,
.news-details-section h4,
.news-details-section h5,
.news-details-section h6 {
  margin-bottom: 15px;
}
.page-wrapper ul.wp-block-latest-posts,
.page-wrapper ol.has-excerpts.wp-block-latest-comments,
.page-wrapper ul.wp-block-rss,
.page-wrapper ul.wp-block-social-links,
.page-wrapper ul.blocks-gallery-grid,
.news-details-section ul.wp-block-latest-posts,
.news-details-section ol.has-excerpts.wp-block-latest-comments,
.news-details-section ul.wp-block-rss,
.news-details-section ul.wp-block-social-links,
.news-details-section ul.blocks-gallery-grid {
  padding-left: 0;
}
.page-wrapper .has-background,
.page-wrapper .has-black-border-color,
.page-wrapper .wp-block-post-comments-form,
.page-wrapper .wp-block-calendar,
.page-wrapper .wp-block-archives-list,
.page-wrapper .wp-block-categories-list,
.page-wrapper dd,
.page-wrapper ul.wp-block-rss,
.page-wrapper ul.wp-block-latest-posts,
.page-wrapper ul.wp-block-social-links,
.page-wrapper .wp-block-search,
.page-wrapper .wp-block-cover,
.page-wrapper .wp-block-media-text,
.page-wrapper .wp-block-archives,
.news-details-section .has-background,
.news-details-section .has-black-border-color,
.news-details-section .wp-block-post-comments-form,
.news-details-section .wp-block-calendar,
.news-details-section .wp-block-archives-list,
.news-details-section .wp-block-categories-list,
.news-details-section dd,
.news-details-section ul.wp-block-rss,
.news-details-section ul.wp-block-latest-posts,
.news-details-section ul.wp-block-social-links,
.news-details-section .wp-block-search,
.news-details-section .wp-block-cover,
.news-details-section .wp-block-media-text,
.news-details-section .wp-block-archives {
  margin-bottom: 30px;
}
.page-wrapper .wp-block-buttons,
.page-wrapper .wp-block-button,
.news-details-section .wp-block-buttons,
.news-details-section .wp-block-button {
  margin-bottom: 20px;
}
.page-wrapper .wp-block-column p,
.news-details-section .wp-block-column p {
  margin-bottom: 0;
}
.page-wrapper .wp-block-column.has-background,
.news-details-section .wp-block-column.has-background {
  padding: 20px;
}
.page-wrapper pre,
.news-details-section pre {
  background: #f5f5f5;
  color: var(--text);
  font-size: 16px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.page-wrapper .wp-block-pullquote,
.news-details-section .wp-block-pullquote {
  border-top: none;
  border-bottom: none;
}
.page-wrapper .wp-block-gallery.columns-2,
.news-details-section .wp-block-gallery.columns-2 {
  margin-right: 15px;
}
.page-wrapper .blocks-gallery-caption,
.news-details-section .blocks-gallery-caption {
  margin-bottom: 1rem;
}
.page-wrapper b,
.page-wrapper strong,
.news-details-section b,
.news-details-section strong {
  font-weight: 500;
}
.page-wrapper .wp-calendar-table #today,
.news-details-section .wp-calendar-table #today {
  background-color: var(--theme4);
  color: var(--white);
}
.page-wrapper .wp-block-latest-posts li a,
.page-wrapper .wp-block-rss li a,
.news-details-section .wp-block-latest-posts li a,
.news-details-section .wp-block-rss li a {
  font-weight: 600;
}
.page-wrapper .wp-block-verse,
.news-details-section .wp-block-verse {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-wrapper iframe,
  .news-details-section iframe {
    width: 100%;
  }
}

.news-list-section .conatiner:last-child {
  border: none !important;
  background: #000 !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 2em;
  clear: both;
}

.alignright {
  float: right;
  margin-left: 2em;
  clear: both;
  margin-bottom: 20px;
}

.wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.comment-form-wrap {
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table tbody {
  border: 1px solid #ededed;
}

td,
th {
  border-top: 1px solid #ededed;
  padding: 10px;
}

dt {
  line-height: 1.9em;
  font-size: 18px;
}

blockquote {
  background: #f4f6ff;
  border-left: 4px solid var(--theme);
  font-size: 20px;
  padding: 50px 40px;
  position: relative;
  z-index: 0;
}

blockquote,
.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 30px 25px;
}

blockquote p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  margin-bottom: 0 !important;
}

.wp-block-quote,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  border-left: 4px solid var(--theme);
}

.wp-block-quote.has-text-align-right {
  border-left: none;
  border-color: var(--theme);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.page-links .page-link-title {
  font-weight: 500;
}
.page-links .post-page-numbers {
  text-align: center;
}
.page-links .post-page-numbers span {
  transition: none;
}

.comment-respond .comment-form textarea {
  margin-bottom: 10px;
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  align-items: start;
}
.comment-respond .comment-form-cookies-consent input {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 7px;
}
.comment-respond .comment-form-cookies-consent label {
  margin-bottom: 0;
}

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

.wp-block-query-pagination-numbers a,
.wp-block-file a {
  color: var(--theme);
}

.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
  color: var(--white);
}

.wp-block-post-comments-form {
  margin-top: 50px;
}

.comment-respond .comment-form input.submit {
  width: max-content;
  overflow: hidden;
  border: none;
  line-height: 1;
  background: var(--theme);
  text-transform: capitalize;
  color: var(--white);
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease-out;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.comment-respond .comment-form input.submit:hover {
  background-color: var(--header);
}

.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-archives-list,
.wp-block-categories-list {
  list-style-type: square;
  list-style-position: inside;
}
.wp-block-archives-list li,
.wp-block-categories-list li {
  padding: 5px 0;
  transition: all 0.4s ease-in-out;
}
.wp-block-archives-list li:hover,
.wp-block-categories-list li:hover {
  color: var(--theme);
}
.wp-block-archives-list li:hover a,
.wp-block-categories-list li:hover a {
  color: var(--theme);
}
.wp-block-archives-list li:last-child,
.wp-block-categories-list li:last-child {
  padding-bottom: 0;
}

#wp-calendar caption {
  caption-side: top;
  padding-top: 0;
  font-weight: 600;
  color: var(--header);
  background: #f4f6ff;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #f4f6ff;
  padding: 5px 15px;
  font-size: 14px;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: var(--header);
}

.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.wp-block-search input {
  background-color: transparent;
  font-size: 16px;
  padding: 18px 15px;
  width: 100%;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid rgba(49, 71, 255, 0.38);
  line-height: 1;
}
.wp-block-search .wp-block-search__button {
  border: 1px solid rgba(49, 71, 255, 0.38);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.4s ease-in-out;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--theme);
  color: var(--white);
}
.wp-block-search.wp-block-search__button-inside input {
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 1px solid rgba(49, 71, 255, 0.38);
  border-radius: 8px;
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  border: none;
  border-radius: 0 8px 8px 0;
  border-left: 1px solid rgba(49, 71, 255, 0.38);
}

.post-password-form label input {
  background-color: transparent;
  font-size: 16px;
  padding: 18px 15px;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid rgba(49, 71, 255, 0.38);
  line-height: 1;
}
.post-password-form input[type=submit] {
  border: 1px solid rgba(49, 71, 255, 0.38);
  border-radius: 8px;
  padding: 15px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--header);
  color: var(--white);
}

.news-details-section .wp-block-tag-cloud {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.news-details-section .wp-block-tag-cloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 600;
  background: var(--bg);
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 16px !important;
  color: var(--header);
}
.news-details-section .wp-block-tag-cloud a:hover {
  background-color: var(--theme);
  color: var(--white);
  text-decoration: none;
}

.wp-block-button__link {
  padding-top: 19px;
  padding-bottom: 17px;
}

.has-drop-cap::first-letter {
  color: var(--theme);
  margin-bottom: 30px;
}

.gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.main-sidebar [id*=monster-widget-] > ul,
.main-sidebar [id*=monster-widget-] .calendar_wrap {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar [id*=monster-widget-].widget_archive ul, .main-sidebar [id*=monster-widget-].widget_categories ul, .main-sidebar [id*=monster-widget-].widget_pages ul, .main-sidebar [id*=monster-widget-].widget_recent_comments ul, .main-sidebar [id*=monster-widget-].widget_rss ul, .main-sidebar [id*=monster-widget-].widget_nav_menu ul {
  list-style-type: square;
  list-style-position: inside;
}
.main-sidebar [id*=monster-widget-].widget_archive li, .main-sidebar [id*=monster-widget-].widget_categories li, .main-sidebar [id*=monster-widget-].widget_pages li, .main-sidebar [id*=monster-widget-].widget_recent_comments li, .main-sidebar [id*=monster-widget-].widget_rss li, .main-sidebar [id*=monster-widget-].widget_nav_menu li {
  padding: 5px 0;
  transition: all 0.4s ease-in-out;
}
.main-sidebar [id*=monster-widget-].widget_archive li:not(:last-child), .main-sidebar [id*=monster-widget-].widget_categories li:not(:last-child), .main-sidebar [id*=monster-widget-].widget_pages li:not(:last-child), .main-sidebar [id*=monster-widget-].widget_recent_comments li:not(:last-child), .main-sidebar [id*=monster-widget-].widget_rss li:not(:last-child), .main-sidebar [id*=monster-widget-].widget_nav_menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-sidebar [id*=monster-widget-].widget_archive li a, .main-sidebar [id*=monster-widget-].widget_categories li a, .main-sidebar [id*=monster-widget-].widget_pages li a, .main-sidebar [id*=monster-widget-].widget_recent_comments li a, .main-sidebar [id*=monster-widget-].widget_rss li a, .main-sidebar [id*=monster-widget-].widget_nav_menu li a {
  font-weight: 600;
}
.main-sidebar [id*=monster-widget-] ul {
  list-style: none;
}
.main-sidebar [id*=monster-widget-] ul.children, .main-sidebar [id*=monster-widget-] ul.sub-menu {
  padding-left: 20px;
}
.main-sidebar [id*=monster-widget-].widget_categories .children {
  padding: 0;
  padding-left: 10px;
  border: none;
}
.main-sidebar [id*=monster-widget-].widget_categories .children li:last-child {
  padding-bottom: 0;
}
.main-sidebar [id*=monster-widget-] form {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar [id*=monster-widget-].widget_nav_menu ul {
  padding: 26px 25px;
}
.main-sidebar [id*=monster-widget-].widget_nav_menu ul ul {
  padding: 0;
  margin: 0;
  border: none;
  padding-left: 10px;
}
.main-sidebar [id*=monster-widget-].widget_nav_menu ul .sub-menu li {
  margin-bottom: 0;
}
.main-sidebar [id*=monster-widget-].widget_nav_menu ul .sub-menu li:last-child {
  padding-bottom: 0;
}
.main-sidebar [id*=monster-widget-].widget_rss ul a {
  font-weight: 400;
}
.main-sidebar [id*=monster-widget-].widget_categories, .main-sidebar [id*=monster-widget-].widget_archive {
  overflow: auto;
}
.main-sidebar [id*=monster-widget-].widget_archive .nice-select {
  width: 88%;
  margin: auto;
  margin-bottom: 26px;
}
.main-sidebar [id*=monster-widget-].widget_archive .nice-select .list {
  padding: 10px;
}
.main-sidebar [id*=monster-widget-].widget_text {
  overflow: auto;
}
.main-sidebar [id*=monster-widget-].widget_text .textwidget {
  padding: 26px 25px;
  border-top: 1px solid var(--bg4);
}
.main-sidebar [id*=monster-widget-].widget_text .textwidget img {
  width: 100%;
  height: auto;
}
.main-sidebar [id*=monster-widget-].widget_text .textwidget strong {
  margin-bottom: 5px;
  display: inline-block;
}
.main-sidebar [id*=monster-widget-].widget_text .textwidget form select {
  width: 100%;
}
.main-sidebar [id*=monster-widget-].widget_text form {
  padding-bottom: 0;
}
.main-sidebar [id*=monster-widget-].widget_text .nice-select .list {
  padding: 10px;
}
.main-sidebar [id*=monster-widget-].widget_recent_comments ul {
  list-style: none;
}
.main-sidebar [id*=monster-widget-].widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.main-sidebar [id*=monster-widget-].widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 8px 15px;
  color: #3f444b;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.main-sidebar [id*=monster-widget-].widget_tag_cloud .tagcloud a:hover {
  background: var(--theme);
  color: var(--white);
}
.main-sidebar [id*=monster-widget-] .nice-select.open {
  border: 1px solid var(--border) !important;
}
.main-sidebar [id*=monster-widget-] .nice-select .list {
  left: 0;
  background: transparent;
}
.main-sidebar [id*=monster-widget-] .nice-select .list li {
  border: none;
  border-color: var(--border);
}
.main-sidebar [id*=monster-widget-] .nice-select:focus,
.main-sidebar [id*=monster-widget-] .nice-select:hover {
  border-color: var(--border);
}
.main-sidebar [id*=monster-widget-].widget_search form {
  display: flex;
}
.main-sidebar [id*=monster-widget-].widget_search label {
  padding: 0;
  background: transparent;
  display: inline-block;
  border: none;
  margin: 0;
  margin-right: 5px;
}
.main-sidebar [id*=monster-widget-].widget_search input {
  background-color: transparent;
  font-size: 16px;
  padding: 18px 15px;
  width: 100%;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid rgba(49, 71, 255, 0.38);
  line-height: 1;
}
.main-sidebar [id*=monster-widget-].widget_search .search-submit {
  display: inline-block;
  width: max-content;
}

.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper .wp-block-search__button {
  border: 1px solid var(--border);
}
.main-sidebar .single-sidebar-widget .wp-block-search__inside-wrapper.wp-block-search__icon-button .wp-block-search__button {
  border: none;
}

.main-sidebar .single-sidebar-widget .wp-block-search__icon-button .wp-block-search__button {
  border: none;
}
.main-sidebar .single-sidebar-widget .wp-block-search__button-outside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}

.news-details-wrapper .news-details-content {
  max-width: 975px;
  margin: 0 auto;
}

.news-details-wrapper .details-image {
  margin-bottom: 50px;
}

.techtro-footer-icon .elementor-icon-wrapper .elementor-icon {
  border: 1px solid rgba(222, 226, 253, 0.8) !important;
}

.techteo-image-rounded img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.techtro-border {
  border-color: #E8E8E8;
  margin-bottom: 50px;
  margin-top: 50px;
}

.techtro-qoute {
  padding: 40px;
  background-color: #F7F9FF;
  border-radius: 16px;
  font-size: 20px;
  color: var(--text2);
  line-height: 170%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.techtro-image-wrap {
  padding: 0 50px;
  position: relative;
  z-index: 10;
}

.news-details-wrapper .news-details-content .news-details-box-items {
  margin-top: -263px;
  padding-top: 266px;
}

@media (max-width: 768px) {
  .techtro-image-wrap {
    padding: 0;
    flex-direction: column;
  }
  .techtro-image-wrap figure.wp-block-image:not(#individual-image) {
    width: 100% !important;
  }
}
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  background-color: #141415;
  padding: 30px 0;
}
.scrolling-wrap.bg-2 {
  background-color: var(--theme2);
}
.scrolling-wrap.bg-3 {
  background-color: #F1EAFF;
}
.scrolling-wrap.bg-3 .comm .cmn-textslide {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--header);
}
.scrolling-wrap.style-2 {
  background-color: transparent;
  padding: 0;
  justify-content: space-between;
  gap: 70px;
}
.scrolling-wrap.style-2 .comm {
  gap: 70px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--techtro-public);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
