/*------------------------------------------------------------------
Project:        Tecmo
Author URI:     https://themeforest.net/user/themedox
Version:        1.1
File:           Css File
Last change:    18/01/2025
Assigned to:    Tecmo - IT Solution and Technology HTML Template
Primary use:    Visa 
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

:root {
  --body: #fff;
  --black: #031740;
  --white: #fff;
  --white65: rgb(245, 245, 250, 65%);
  --white75: rgb(255, 255, 255, 75%);
  --p1-clr: #2a4a93;
  --p2-clr: #FED500;
  /* --p3-clr: black; */
  --p3-clr: #031740;
  --blogbox: #EFEFEF;
  --cmnbg: #EBF3F6;
  --n100-clr: #EEF6E7;
  --n200-clr: rgba(221, 221, 221, 1);
  --n300-clr: #FFFADE;
  --n400-clr: #F5E0FA;
  --n700-clr: rgba(36, 36, 38, 1);
  --n800-clr: rgba(49, 49, 49, 1);
  --n900-clr: #090F1F;
  --theme: #5135FF;
  --pra: #49577A;
  --pra2: #DDD;
  --text: #313131;
  --cmnwhite: #CBCBCC;
  --theme2: #70A6B1;
  --header: #385469;
  --text-2: #ffffffcc;
  --border: #E3E3E3;
  --border2: #242449;
  --border3: #5262FF;
  --bg: #F0F4FD;
  --bg2: #F3F3F3;
  --bg3: #031740;
  --bg4: #0B2150;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.common-btn {
  position: relative;
  padding: 16px 30px 18px;
  line-height: 18px;
  font-weight: 600;
  transition: all 0.5s;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
}
.common-btn i {
  transition: all 0.5s;
  z-index: 1;
}
.common-btn:hover {
  color: var(--white);
}
@media (max-width: 1399px) {
  .common-btn {
    padding: 18px 25px;
  }
}

@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.box-style {
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-align: center;
}
.box-style:hover::before {
  width: 400%;
  height: 400%;
}
.box-style::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: var(--p1-clr);
  transition: all 0.7s ease;
  z-index: -1;
}
.box-style.cmn-style1::before {
  background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
  transition: all 0.7s ease;
  z-index: -1;
}

.box-style.first-box::before {
  background-color: var(--p2-clr);
}
.box-style.first-box:hover i {
  color: var(--n700-clr);
}
.box-style.first-box:hover span {
  color: var(--n700-clr);
}

.box-bg {
  background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
}

.cmn-tag {
  font-size: 18px;
  color: var(--n700-clr);
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .cmn-tag {
    padding: 8px 22px;
  }
}

.read-more {
  font-size: 18px;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: var(--black);
  gap: 14px;
}
.read-more i {
  transition: all 0.4s;
}
.read-more:hover {
  color: var(--p1-clr);
}
.read-more:hover i {
  padding-left: 10px;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
.heading-font {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.sub-font {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.body-font {
  font-family: "Inter", sans-serif;
}

html {
  scroll-behavior: initial !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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: "Plus Jakarta Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.fs-two, h2 {
  font-size: 50px;
  line-height: 116%;
}
@media (max-width: 1199px) {
  .fs-two, h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .fs-two, h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .fs-two, h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 25px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  line-height: 145%;
}

.fs-five {
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  .fs-five {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .fs-five {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .fs-five {
    font-size: 18px !important;
  }
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 25.6px;
}

span {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 1.2px;
  margin: 0px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  span {
    letter-spacing: 1px;
  }
}

section,
footer {
  overflow: hidden;
}

.p1-clr {
  color: var(--p1-clr) !important;
}

.p1-bg {
  background: var(--p1-clr) !important;
}

.p2-clr {
  color: var(--p2-clr) !important;
}

.p2-bg {
  background: var(--p2-clr) !important;
}

.p3-clr {
  color: var(--p3-clr) !important;
}

.p3-bg {
  background: #2a4a93 !important;
}

.p4-clr {
  color: var(--p4-clr) !important;
}

.p4-bg {
  background: var(--p4-clr) !important;
}

.p5-clr {
  color: var(--p5-clr) !important;
}

.p5-bg {
  background: var(--p5-clr) !important;
}

.cmn-bg {
  background: var(--cmnbg);
}

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

.bg-why-img{
background-image: url(../../assets/dr-terrace-img/rain1.png);
  background-size: cover;
  background-position: center;
}


.bg-color2 {
  background: var(--bg2);
}

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

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

.n100-clr {
  color: var(--n100-clr);
}

.n100-bg {
  background: var(--n100-clr);
}

.n200-clr {
  color: var(--n200-clr);
}

.n700-clr {
  color: var(--n700-clr);
}

.n700-bg {
  background: var(--n700-clr);
}

.n800-clr {
  color: var(--n800-clr);
}

.n900-clr {
  color: var(--n900-clr);
}

.rounded100 {
  border-radius: 100px;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.n0-border {
  border: 1px solid var(--white);
}

.trns {
  transition: all 0.4s;
}

.black {
  /* color: var(--black); */
}

.blackbg {
  background: var(--black);
}

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

.whitebg {
  background: var(--white);
}

.white75 {
  color: var(--white75);
}

.white65 {
  color: var(--white65);
}

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

.theme2 {
  color: var(--theme2);
}

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

.pra {
  color: var(--pra);
}

.pra2 {
  color: var(--pra2) !important;
}

.text {
  color: var(--pra);
}

.about-section .about-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  z-index: 1;
}
.about-section .about-thumb .about-ele {
  position: absolute;
  right: 100px;
  top: 70px;
  z-index: -1;
  animation: updown 2s linear infinite;
}
@media (max-width: 767px) {
  .about-section .about-thumb {
    padding: 16px 16px;
  }
  .about-section .about-thumb .about-ele {
    right: 0;
    top: 0;
  }
  .about-thumb img{
    border-radius: 30px;
  }
}
.about-section.style2 .about-thumb .about-ele {
  position: absolute;
  right: 100px;
  top: 70px;
  z-index: -1;
  animation: updown 2s linear infinite;
}
.about-section.style2 .about-thumb .about-ele2 {
  position: absolute;
  top: 70px;
  right: 60px;
  animation: updown 4s linear infinite;
}
@media (max-width: 767px) {
  .about-section.style2 .about-thumb {
    padding: 16px 16px;
  }
  .about-section.style2 .about-thumb .about-ele {
    right: 0;
    top: 0;
  }
}

.custom-circle-progress-bar {
  display: flex;
  align-items: center;
  gap: 60px;
}
.custom-circle-progress-bar .card-custom {
  width: 100px;
  height: 100px;
}
.custom-circle-progress-bar .circle {
  position: relative;
  width: 100px;
  height: 100px;
}
.custom-circle-progress-bar .circle .bar canvas {
  width: 100px;
  height: 100px;
}
.custom-circle-progress-bar .circle .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-circle-progress-bar .circle .box span {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
@media (max-width: 1399px) {
  .custom-circle-progress-bar {
    gap: 16px 24px;
  }
}
@media (max-width: 991px) {
  .custom-circle-progress-bar {
    gap: 16px 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .custom-circle-progress-bar .inner {
    display: grid !important;
    justify-content: center;
    text-align: center;
  }
  .custom-circle-progress-bar .inner .card-custom {
    margin: 0 auto;
  }
}

.about-content .about-information {
  margin-bottom: 34px;
}
.about-content .about-information .about-info .icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(13, 18, 30, 0.12);
}
.about-content .about-list {
  margin-bottom: 40px;
}
.about-content .about-list .icon {
  background: #f0f4fd;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 50%;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
@media screen and (max-width: 1399px) {
  .about-content .about-information {
    margin-bottom: 24px;
  }
  .about-content .about-list {
    margin-bottom: 24px;
  }
}

.about-call .icon {
  width: 54px;
  height: 54px;
  min-width: 54px;
}

.about-list .icon {
  background: #f0f4fd;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 50%;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.quote-box1 {
  background: #F0F4FD;
  border-radius: 12px;
  padding: 50px 50px;
  display: flex;
  gap: 60px;
}
.quote-box1 .quote {
  width: 60px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .quote-box1 {
    gap: 24px;
    padding: 28px 28px;
  }
}
@media (max-width: 991px) {
  .quote-box1 {
    gap: 24px;
    display: grid;
    padding: 24px 20px;
  }
}

@keyframes updown {
  50% {
    transform: translateY(-15px);
  }
}
@keyframes rots {
  50% {
    transform: rotate(7deg);
  }
}
.company-infowrapper {
  background: var(--bg);
  border-radius: 10px 0 0 10px;
  padding: 140px 0 140px 100px;
  margin-top: 120px;
}
.company-infowrapper .box {
  max-width: 590px;
}
.company-infowrapper .progress_bar_item .item_bar {
  background: #d9e0ef;
  border-radius: 100px;
  height: 10px;
}
.company-infowrapper .progress_bar_item .item_bar .progress {
  border-radius: 100px;
  background: linear-gradient(90deg, #5135ff 0%, #ff5455 100%);
  height: 10px;
}

@media screen and (max-width: 1500px) {
  .company-benifit-section .company-thumb {
    width: 100%;
    margin: 0 10px;
  }
  .company-benifit-section .company-thumb img {
    border-radius: 10px;
    width: 100%;
  }
  .company-benifit-section .company-infowrapper {
    background: var(--bg);
    border-radius: 10px 0 0 10px;
    padding: 40px 20px 40px 20px;
    margin-top: 0;
  }
  .company-benifit-section .company-infowrapper .box {
    max-width: 590px;
  }
  .company-benifit-section .company-infowrapper .progress_bar_item .item_bar {
    background: #d9e0ef;
    border-radius: 100px;
    height: 10px;
  }
  .company-benifit-section .company-infowrapper .progress_bar_item .item_bar .progress {
    border-radius: 100px;
    background: linear-gradient(90deg, #5135ff 0%, #ff5455 100%);
    height: 10px;
  }
}

.about-counter4 {
  gap: 120px;
}
.about-counter4 .counter-items .content span {
  font-size: 80px;
  font-weight: 800;
  color: var(--p1-clr);
  line-height: 120%;
}
@media (max-width: 1199px) {
  .about-counter4 {
    gap: 14px 30px;
  }
  .about-counter4 .counter-items .content span {
    font-size: 38px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .about-counter4 {
    gap: 14px 20px;
  }
  .about-counter4 .counter-items .content span {
    font-size: 30px;
    line-height: 120%;
  }
}

.about-thumb4 .counter-box {
  position: absolute;
}
.about-thumb4 .counter-box .cont span {
  font-size: 50px;
  color: var(--white);
  line-height: 120%;
  font-weight: 700;
}

.form-style1 {
  background: var(--bg4);
  border-radius: 10px;
  padding-right: 19px;
}
.form-style1 input {
  width: 100%;
  padding: 13px 19px;
  background: transparent;
  border: unset;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
}
.form-style1 input::placeholder {
  color: var(--white65);
}
.form-style1 button i {
  color: var(--white);
}
.form-style1.form-style2 {
  padding-right: 10px;
}
.form-style1.form-style2 .envelop {
  padding-left: 22px;
  color: var(--white65);
}
.form-style1.form-style2 .arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--p1-clr);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-style1.form-style2 .arrow i {
  color: var(--white);
}

.cmn-checkbox .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: transparent;
}

.social-wrapper a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mouse-follower {
  z-index: 10;
}
.mouse-follower span {
  z-index: 10;
  opacity: 1;
  top: -10px;
  left: -10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  position: fixed;
  transition: 180ms ease-in-out;
  pointer-events: none;
}
.mouse-follower .cursor-outline {
  height: 30px;
  width: 30px;
  border: 1px solid #75f;
}
.mouse-follower .cursor-dot {
  height: 6px;
  width: 6px;
  background: #75f;
}
.mouse-follower.hide-cursor span {
  border-color: transparent;
  background: transparent;
}
.mouse-follower.highlight-cursor-head {
  cursor: none;
}
.mouse-follower.highlight-cursor-head .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-head .cursor-dot {
  height: 150px;
  width: 150px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-head .cursor-dot {
    height: 80px;
    width: 80px;
  }
}
.mouse-follower.highlight-cursor-para {
  cursor: none;
}
.mouse-follower.highlight-cursor-para .cursor-outline {
  height: 0;
  width: 0;
}
.mouse-follower.highlight-cursor-para .cursor-dot {
  height: 100px;
  width: 100px;
  background: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  .mouse-follower.highlight-cursor-para .cursor-dot {
    height: 60px;
    width: 60px;
  }
}

.cmn-white {
  color: #cbcbcc;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.radius32 {
  border-radius: 35px !important;
}

.radius16 {
  border-radius: 16px !important;
}

.radius17 {
  border-radius: 17px !important;
}

.radius18 {
  border-radius: 18px !important;
}

.radius20 {
  border-radius: 20px !important;
}

.radius12 {
  border-radius: 12px !important;
}

.radius100 {
  border-radius: 100px;
}

.radius-circle {
  border-radius: 50% !important;
}

.fs-five {
  font-size: 20px;
  line-height: 150%;
}

.fs-six {
  font-size: 18px;
  line-height: 150%;
}

.fs-seven {
  font-size: 16px;
  line-height: 150%;
}

.fs-eight {
  font-size: 14px;
  line-height: 150%;
}

.fs-nine {
  font-size: 12px !important;
  line-height: 150%;
}

@media screen and (max-width: 1199px) {
  .fs-five {
    font-size: 18px;
    line-height: 150%;
  }
  .fs-six {
    font-size: 16px;
    line-height: 150%;
  }
}
@media screen and (max-width: 991px) {
  .fs-five {
    font-size: 16px;
    line-height: 150%;
  }
  .fs-six {
    font-size: 15px;
    line-height: 150%;
  }
  .fs-seven {
    font-size: 14px;
    line-height: 150%;
  }
  .fs-eight {
    font-size: 13px;
    line-height: 150%;
  }
}
.social-icon a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0px 1px 2px 0px rgba(1, 15, 28, 0.16);
  transition: all 0.4s;
}
.social-icon a i {
  color: var(--white);
}
.social-icon a:hover {
  background: var(--p3-clr);
}

@-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);
  }
}
@-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);
  }
}
@-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);
  }
}
@-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(10px);
    transform: translateX(10px);
  }
  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%);
  }
}
.brand-wrapper {
  margin-top: -5px;
}
.brand-wrapper h6 {
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
  color: var(--header);
  font-weight: 700;
}
.brand-wrapper h6::before {
  position: absolute;
  top: 15px;
  left: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--p2-clr);
}
@media (max-width: 1399px) {
  .brand-wrapper h6::before {
    display: none;
  }
}
.brand-wrapper h6::after {
  position: absolute;
  top: 15px;
  right: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--p2-clr);
}
@media (max-width: 1399px) {
  .brand-wrapper h6::after {
    display: none;
  }
}
.brand-wrapper .brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

.sponsor-item {
  max-width: 114px;
  height: 28px;
}
.sponsor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-contact-form {
  padding: 65px 30px 65px 100px;
}
.custom-contact-form .cion {
  width: 36px;
  height: 36px;
}
.custom-contact-form .cion i {
  color: var(--white);
}
.custom-contact-form .box {
  max-width: 624px;
}
@media (max-width: 1399px) {
  .custom-contact-form {
    padding: 60px 24px;
  }
}
@media (max-width: 1399px) {
  .custom-contact-form {
    padding: 60px 24px;
  }
  .custom-contact-form .box {
    max-width: 100%;
  }
}

.form-grp input,
.form-grp textarea {
  border-radius: 10px;
  border: 1px solid rgba(3, 23, 64, 0.15);
  padding: 12px 27px;
  color: var(--pra);
  font-size: 16px;
  width: 100%;
  background: var(--bg2);
}
.form-grp ::placeholder {
  color: var(--pra);
}

.contact-forms {
  border-radius: 20px;
  background: #efefef;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 40px;
}
.contact-forms .nice-select,
.contact-forms input,
.contact-forms textarea {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #ddd;
  padding: 10px 20px;
  outline: none;
  color: var(--pra);
  background: transparent;
}
.contact-forms ::placeholder {
  color: var(--pra);
}
@media (max-width: 767px) {
  .contact-forms {
    padding: 30px 20px;
  }
}

.map-area iframe {
  width: 100%;
  height: 640px;
}
@media (max-width: 1399px) {
  .map-area iframe {
    height: 470px;
  }
}
@media (max-width: 767px) {
  .map-area iframe {
    height: 370px;
  }
}
@media (max-width: 575px) {
  .map-area iframe {
    height: 300px;
  }
}

.contact-help-box {
  padding: 80px 80px;
  background: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* margin-top: -300px; */
  position: relative;
  z-index: 1;
}
.contact-help-box .pragraph {
  max-width: 500px;
}
.contact-help-box .contact-from-grp input,
.contact-help-box .contact-from-grp textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(3, 23, 64, 0.1);
  background: #fff;
  font-size: 16px;
  color: var(--pra);
  padding: 16px 26px;
  outline: none;
}
.contact-help-box .contact-from-grp ::placeholder {
  color: var(--pra);
}
@media (max-width: 1399px) {
  .contact-help-box {
    padding: 50px 50px;
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contact-help-box {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .contact-help-box {
    padding: 28px 24px;
  }
}

.contact-from-grp input,
.contact-from-grp textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(3, 23, 64, 0.1);
  background: #fff;
  font-size: 16px;
  color: var(--pra);
  padding: 16px 26px;
  outline: none;
}
.contact-from-grp ::placeholder {
  color: var(--pra);
}

.contact-info-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
.contact-info-content .thumb {
  max-width: 510px;
}
.contact-info-content .thumb img {
  width: 100%;
}
.contact-info-content .content {
  max-width: 230px;
}
@media (max-width: 991px) {
  .contact-info-content {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .contact-info-content {
    gap: 24px;
    flex-wrap: wrap;
  }
}

.contact-info-tabs {
  display: grid;
  gap: 14px;
}
.contact-info-tabs .nav-item .nav-link {
  background: #f0f4fd;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  padding: 11px 26px;
  border: unset;
  width: 100%;
  text-align: start;
  transition: all 0.4s;
}
.contact-info-tabs .nav-item .nav-link.active, .contact-info-tabs .nav-item .nav-link:hover {
  background: var(--p1-clr);
  color: var(--white);
}

.access-item {
  background: var(--white);
  padding: 45px 16px;
  gap: 48px;
  transition: all 0.5s;
}
@media (max-width: 1399px) {
  .access-item {
    padding: 35px 15px;
  }
}
.access-item:hover {
  background: var(--p1-clr);
}
.access-item:hover h4,
.access-item:hover span {
  color: var(--white);
}
.access-item:hover .icon-img img {
  filter: brightness(25);
}
@media screen and (max-width: 991px) {
  .access-item {
    gap: 35px;
  }
}

.consulting-section {
  background: linear-gradient(90deg, #5135ff 0%, #ff5455 100%);
}

.customer-review .plus {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.customer-review .review-img:not(:first-child) {
  margin-left: -19px;
}

.consulting-make-section {
  background: url(../../assets/img/services/make-bg.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.consulting-make-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, rgba(81, 53, 255, 0.95) 11.83%, rgba(255, 84, 85, 0.95) 88.17%);
}
.consulting-make-section .consulting-wrapper {
  position: relative;
  padding: 20px 0;
  z-index: 1;
}
.consulting-make-section .consulting-wrapper .make-cont {
  gap: 90px;
}
.consulting-make-section .consulting-wrapper .make-cont h3 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .consulting-make-section .consulting-wrapper {
    position: relative;
    z-index: 1;
  }
  .consulting-make-section .consulting-wrapper .make-cont {
    gap: 30px;
  }
  .consulting-make-section .consulting-wrapper .make-cont h3 {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .consulting-make-section .consulting-wrapper {
    position: relative;
    z-index: 1;
  }
  .consulting-make-section .consulting-wrapper .make-cont {
    gap: 20px 30px;
  }
  .consulting-make-section .consulting-wrapper .make-cont h3 {
    font-size: 29px;
  }
}

.choose-feature-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.choose-feature-wrapper .choose-feature-item {
  width: 16.6666666667%;
}
.choose-feature-wrapper .choose-feature-item .icon {
  background: #f0f4fd;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  transition: all 0.4s;
}
.choose-feature-wrapper .choose-feature-item .icon svg path {
  transition: all 0.4s;
}
.choose-feature-wrapper .choose-feature-item h6 {
  transition: all 0.4s;
}
.choose-feature-wrapper .choose-feature-item:hover .icon {
  background: var(--p1-clr);
}
.choose-feature-wrapper .choose-feature-item:hover .icon svg path {
  stroke: var(--white);
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .choose-feature-wrapper .choose-feature-item {
    width: 16.6666666667%;
  }
  .choose-feature-wrapper .choose-feature-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
  .choose-feature-wrapper .choose-feature-item .icon svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .choose-feature-wrapper .choose-feature-item {
    width: 33.3333333333%;
    padding: 14px;
  }
  .choose-feature-wrapper .choose-feature-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
  .choose-feature-wrapper .choose-feature-item .icon svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .choose-feature-wrapper .choose-feature-item {
    width: 50%;
    padding: 14px;
  }
  .choose-feature-wrapper .choose-feature-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
  }
  .choose-feature-wrapper .choose-feature-item .icon svg {
    width: 40px;
    height: 40px;
  }
}

.studies-step-wrapper {
  padding: 35px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studies-step-wrapper .studies-tep-item .icon {
  width: 50px;
  height: 50px;
  background: rgba(3, 23, 64, 0.1);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  transition: all 0.5s;
  color: var(--black);
}
.studies-step-wrapper .studies-tep-item:hover .icon {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 991px) {
  .studies-step-wrapper {
    padding: 28px 26px;
  }
}
@media (max-width: 767px) {
  .studies-step-wrapper {
    padding: 28px 26px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .studies-step-wrapper {
    padding: 28px 26px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .studies-step-wrapper .studies-tep-item .icon {
    margin: 0 auto;
  }
}

.studies-right-box {
  height: 100%;
}
.studies-right-box h4 {
  margin-bottom: 150px;
}

.studies-right-inner {
  background: url(../../assets/img/about/studies-thumb5.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.studies-right-inner .cont-area {
  margin-top: 150px;
}
.studies-right-inner .cont-area .cont {
  max-width: 420px;
}
.studies-right-inner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(3, 23, 64, 0) 0%, #031740 100%);
  z-index: -1;
}

.studies-arrows {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transform: rotate(-29deg);
}
.studies-arrows i {
  color: var(--white);
}
.studies-arrows:hover {
  background: var(--white);
}
.studies-arrows:hover i {
  color: var(--p1-clr);
}

.growth-path-item .boxes {
  max-width: 342px;
}
@media (max-width: 767px) {
  .growth-path-item .boxes {
    margin: 0 auto;
  }
}

.audit-section {
  background: url(../../assets/dr-terrace-img/detail-point.jpg) no-repeat center center;
  background-size: cover;
  padding: 0px 0px;
  background-attachment: fixed;
}
.terracce{
  backdrop-filter: blur(100px);

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

}

.netwrok-items .content span {
  font-size: 60px;
  font-weight: 700;
  color: var(--black);
}
.netwrok-items:hover {
  border-top: 1px solid var(--p1-clr) !important;
}
.netwrok-items:hover .content span {
  color: var(--p1-clr);
}
@media (max-width: 1199px) {
  .netwrok-items .content span {
    font-size: 40px;
  }
}

.custom-images-wrapper .accordion {
  display: flex;
  gap: 44px;
}
.custom-images-wrapper .accordion .accordion-item {
  width: 25%;
  height: 420px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.custom-images-wrapper .accordion .accordion-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-images-wrapper .accordion .accordion-item .conte-box {
  background: var(--white);
  border-radius: 12px;
  padding: 36px 26px 36px 36px;
  position: absolute;
  bottom: 26px;
  left: 50px;
  transition: all 0.5s;
  width: 0;
  opacity: 0;
}
.custom-images-wrapper .accordion .accordion-item .conte-box .serial-inner {
  margin-left: -60px;
}
.custom-images-wrapper .accordion .accordion-item .conte-box .serial {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(135deg, #5135ff 0%, #ff5455 100%);
  border-radius: 6px;
  color: var(--white);
}
.custom-images-wrapper .accordion .accordion-item .conte-box .box {
  max-width: 290px;
}
.custom-images-wrapper .accordion .accordion-item.active {
  width: 100%;
}
.custom-images-wrapper .accordion .accordion-item.active .conte-box {
  opacity: 1;
  width: initial;
}
.custom-images-wrapper .accordion .accordion-item:hover {
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .custom-images-wrapper .accordion {
    gap: 20px;
  }
  .custom-images-wrapper .accordion .accordion-item {
    width: 25%;
    height: 420px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box {
    border-radius: 12px;
    padding: 22px 16px 22px 24px;
    position: absolute;
    bottom: 26px;
    left: 26px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box .serial-inner {
    margin-left: 0px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box .serial {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box .box {
    max-width: 290px;
  }
  .custom-images-wrapper .accordion .accordion-item.active {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .custom-images-wrapper .accordion {
    gap: 16px;
  }
  .custom-images-wrapper .accordion .accordion-item {
    width: 25%;
    height: 420px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box {
    border-radius: 12px;
    padding: 18px 12px 18px 18px;
    position: absolute;
    bottom: 18px;
    left: 18px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box .serial {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .custom-images-wrapper .accordion .accordion-item.active {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-images-wrapper .accordion {
    flex-wrap: wrap;
  }
  .custom-images-wrapper .accordion .accordion-item {
    width: 100%;
    height: 350px;
  }
  .custom-images-wrapper .accordion .accordion-item .conte-box {
    left: 10px;
    bottom: 10px;
    margin: 10px;
  }
}

.work-learn-item .thumb-author {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #dbe3f5;
  margin: 0 auto;
  transition: all 0.4s;
}
.work-learn-item .thumb-author .serial {
  width: 55px;
  height: 55px;
  background: #dbe3f5;
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.work-learn-item .thumb-author::before {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  clip-path: polygon(100% 48%, 0 0, 0 100%);
  background: #dbe3f5;
  transition: all 0.4s;
}
.work-learn-item:hover .thumb-author {
  background: var(--p1-clr);
}
.work-learn-item:hover .thumb-author .serial {
  background: var(--p1-clr);
  font-size: 20px;
  color: var(--white);
}
.work-learn-item:hover .thumb-author::before {
  background: var(--p1-clr);
}

.faq-stresh .about-call {
  margin-left: -18px;
}

.accordion-button:not(.collapsed) {
  inset: 0 !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}

.accordion-item {
  padding: 16px 28px;
  border: 1px solid rgba(73, 87, 122, 0.1) !important;
  border-radius: 10px;
}
.accordion-item .accordion-header .accordion-button {
  background: transparent;
  padding: 0;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}
.accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  background: transparent;
  font-weight: 700;
  transition: all 0.3s ease-in-out !important;
  color: var(--black);
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(73, 87, 122, 0.1);
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-item .accordion-body {
  padding: 0;
  padding-top: 8px;
}
.accordion-item .accordion-body p {
  font-size: 16px;
  color: var(--pra);
}
.accordion-item.active {
  box-shadow: 0px 1px 4px 0px rgba(20, 24, 32, 0.06), 0px 6px 20px 0px rgba(20, 24, 32, 0.14);
}
.accordion-item.active .accordion-button {
  color: var(--p1-clr);
}
.accordion-item.active .accordion-button::after {
  background: var(--p1-clr) !important;
  color: var(--white) !important;
}
@media (max-width: 1199px) {
  .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 700;
  }
  .accordion-item .accordion-header .accordion-button::after {
    font-size: 20px;
  }
  .accordion-item .accordion-body {
    padding-top: 6px;
  }
  .accordion-item .accordion-body p {
    font-size: 15px;
  }
}

.accordion-custom05 {
  gap: 34px;
}
.accordion-custom05 .accordion-item {
  padding: 0;
  border: unset !important;
  padding-bottom: 22px;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(3, 23, 64, 0.15) !important;
}
.accordion-custom05 .accordion-item.active {
  box-shadow: none !important;
}
.accordion-custom05 .accordion-item.active .accordion-button {
  color: var(--black) !important;
}

.portfolio-diversifed {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .portfolio-diversifed {
    padding: 0 10px;
  }
  .portfolio-diversifed .portfolio-video {
    width: 60px;
    height: 60px;
  }
  .portfolio-diversifed .portfolio-video i {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .portfolio-diversifed {
    padding: 0 10px;
  }
  .portfolio-diversifed img {
    height: 250px;
  }
  .portfolio-diversifed .portfolio-video {
    width: 60px;
    height: 60px;
  }
  .portfolio-diversifed .portfolio-video i {
    font-size: 18px;
  }
}

.portfolio-video {
  position: absolute;
  width: 96px;
  height: 96px;
  background: var(--p1-clr);
  z-index: 1;
}
.portfolio-video i {
  font-size: 28px;
  color: var(--black);
}
.portfolio-video::before, .portfolio-video::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--p1-clr);
  border-radius: 50%;
}
.portfolio-video::before {
  transition: all 0.3s;
  animation: scsl 2s linear infinite;
}
.portfolio-video::after {
  transition: all 0.4s;
  animation: scsl2 3s linear infinite;
}

@keyframes scsl {
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes scsl2 {
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes leftr {
  50% {
    transform: translateX(-10px);
  }
}
.global-feature-items {
  transition: all 0.5s;
  border: 1px solid var(--bg);
}
.global-feature-items .common-btn {
  opacity: 0;
  transition: all 0.5s;
  margin-top: -120px;
}
.global-feature-items:hover {
  background: var(--white);
  border-color: var(--p1-clr);
}
.global-feature-items:hover .common-btn {
  opacity: 1;
  margin-top: 24px;
}

.footer-section {
  position: relative;
  background: url(../img/footer/footer-bg.png) no-repeat center center;
  background-size: cover;
}
.footer-section .footer-bottom {
  position: relative;
  z-index: 9;
}
.footer-section .footer-bottom .footer-wrapper {
  position: relative;
  z-index: 9;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.footer-section .top-rated-pragraph {
  max-width: 330px;
}
.footer-section.style2 .footer-bottom .footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-widgets-wrapper {
  padding: 40px 0 10px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 28px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: 500;
  color: var(--white);
  font-size: 25px;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  margin-bottom: 30px;
  font-weight: 400;
  max-width: 322px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
  display: flex;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a {
  background: #151b2a;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a i {
  color: var(--p2-clr);
  transition: all 0.4s;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover {
  background: var(--p1-clr);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper a:hover i {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--text);
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--p2-clr);
  margin-right: 10px;
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 14px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: var(--white65);
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s;
  text-wrap: nowrap;
  padding-left: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  font-size: 14px;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  opacity: 0;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a::before {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--white65);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
  color: var(--p3-clr);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover::before {
  background: var(--p3-clr);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover i {
  opacity: 1;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li {
  color: var(--pra2);
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li:not(:last-child) {
  margin-bottom: 18px;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li a {
  color: var(--pra2);
  font-size: 20px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s;
  text-wrap: nowrap;
}
.footer-widgets-wrapper .single-footer-widget .footer-info li a:hover {
  color: var(--p1-clr);
}
.footer-widgets-wrapper .single-footer-widget .social-custom a:hover i {
  color: var(--p3-clr) !important;
}
.footer-widgets-wrapper .widgets-line {
  width: 1px;
  height: 226px;
  background: var(--pra);
  display: block;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    gap: 30px 20px;
  }
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 15px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-wrapper {
    display: flex;
    gap: 8px;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-widgets-wrapper .single-footer-widget .list-area li a {
    font-size: 16px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li {
    font-size: 14px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li:not(:last-child) {
    margin-bottom: 6px;
  }
  .footer-widgets-wrapper .single-footer-widget .footer-info li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-widgets-wrapper {
    padding: 65px 0 20px;
  }
}

.customer-touch {
  position: relative;
  z-index: 1;
}
.customer-touch::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  content: "";
  background: #031740;
  z-index: -1;
  /* top: 0px; */
}

@media(min-width:967px){
  .customer-touch {
  position: relative;
  z-index: 1;
}
.customer-touch::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  content: "";
  background: #031740;
  z-index: -1;
  top: 70px;
}
}

.customer-touch-wrap {
  /* background: url(../img/footer/footer-subscribebg.png) no-repeat center center; */
  background: linear-gradient(to right, #2a4a93, #00c3ff);
  background-size: cover;
  border-radius: 24px;
  padding: 35px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.customer-touch-wrap .section-title {
  max-width: 610px;
}
@media (max-width: 991px) {
  .customer-touch-wrap {
    justify-content: center;
    padding: 60px 30px;
  }
  .customer-touch-wrap .section-title {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .customer-touch-wrap {
    justify-content: center;
    padding: 60px 20px;
  }
  .customer-touch-wrap .section-title {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .customer-touch-wrap {
    justify-content: center;
    padding: 30px 20px;
  }
  .customer-touch-wrap .section-title {
    margin: 0 auto;
    text-align: center;
  }
}

.newsletter-wrap {
  border: 1px solid var(--p2-clr);
  padding: 60px 20px;
  border-radius: 20px;
}
.newsletter-wrap .newsletter-inner {
  max-width: 640px;
  margin: 0 auto;
}
.newsletter-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-wrap form input {
  width: 100%;
  height: 55px;
  border: unset;
  background: transparent;
  color: var(--white);
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  width: 410px;
  font-size: 14px;
}
.newsletter-wrap form ::placeholder {
  color: var(--white);
}
.newsletter-wrap form .subscribe {
  border-radius: 100px;
  background: var(--p2-clr);
  text-wrap: nowrap;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 24px;
  color: var(--black);
  transition: all 0.4s;
}
.newsletter-wrap form .subscribe:hover {
  background: var(--p1-clr);
}
@media (max-width: 575px) {
  .newsletter-wrap form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .newsletter-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  .newsletter-wrap {
    padding: 30px 20px;
  }
}

.header-top-section {
  position: relative;
  z-index: 9;
}
.header-top-section .right-top-cont .line {
  width: 1px;
  height: 20px;
  background: #ffffff;
  opacity: 20%;
}
.header-top-section .right-top-cont .nice-select {
  padding-right: 16px;
}
.header-top-section .right-top-cont .nice-select .current {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.header-top-section .right-top-cont .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.header-top-section .right-top-cont .nice-select .list {
  width: 130px;
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: 26px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--pra);
  padding: 16px 0;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 2px;
  font-size: 16px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 200px;
  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 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 18px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--p1-clr);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--p1-clr);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -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 {
  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(--p1-clr);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1100px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: calc(100% - 300px);
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 8px 14px 8px;
  background: var(--p3-clr);
  color: var(--white) !important;
  width: initial;
  font-size: 12px !important;
  text-align: center;
  border-radius: 4px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn span {
  font-size: 14px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover.homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 1000px;
  }
}
.header-main .main-menu ul li:hover > a {
  color: var(--p1-clr);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--p1-clr);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  width: 30px;
  font-size: 20px;
}
.header-main .sidebar__toggle img {
  width: 30px;
}

.header-1 {
  z-index: 9;
  padding: 7px 0;
}
.header-1 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-left {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left {
    gap: 20px;
  }
}
.header-1 .header-main .header-left .category-oneadjust {
  width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px 16px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .header-1 .header-main .header-left .category-oneadjust {
    display: none;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--white);
  width: 160px;
  padding: 5px 8px;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    right: -60px;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
}
.header-1 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right {
    gap: 116px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right {
    gap: 16px;
  }
}
.header-1 .header-main .header-right .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(92, 112, 126, 0.3);
  color: var(--header);
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1.header-style2 {
  position: absolute;
  padding: 0;
}
.header-1.header-style2 .mega-menu-wrapper {
  border-radius: 0;
  background: var(--white);
  padding: 7px 28px;
}
.header-1.header-style2.sticky {
  box-shadow: none;
  background: transparent;
}
.header-1.header-style2.sticky .mega-menu-wrapper {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.header-1.style3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(3, 23, 64, 0.2);
}
.header-1.style3 .sidebar__toggle img {
  filter: brightness(25) invert(1);
}
.header-1.style3 .search-trigger {
  border-color: var(--white);
}
.header-1.style3 .search-trigger i {
  color: var(--white);
}
@media (min-width: 1200px) {
  .header-1.style3 .main-menu ul li a {
    color: var(--white);
  }
}
.header-1.style3.sticky {
  background: rgb(3, 23, 64);
}
.header-1.header-style4 .main-menu ul li a {
  color: var(--black);
}
.header-1.header-style5 .mega-menu-wrapper {
  background: var(--bg);
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.offcanvas__info {
  background: var(--cmnbg) none repeat scroll 0 0;
  border-left: 2px solid var(--p3-clr);
  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: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .social-icon a i {
  color: var(--black) !important;
}

.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__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--p3-clr);
  position: relative;
  z-index: 12000;
  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;
  line-height: 22px;
}
.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: 8px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--p1-clr);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--p1-clr) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  color: var(--white) !important;
}
.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: var(--white);
  color: var(--pra);
  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 {
  border-color: var(--p2-clr);
  background-color: var(--p2-clr);
  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;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

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

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

.fix {
  overflow: hidden !important;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.fs-8 {
  font-size: 5px;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(243, 159, 95, 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 {
  margin-bottom: 2px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: var(--p1-clr);
  opacity: 0.5;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--p1-clr);
  transition: 0.6s;
  position: relative;
  opacity: 1;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--p1-clr);
  content: "";
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--p1-clr);
  color: var(--p1-clr);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.array-button .array-prev i {
  font-size: 20px;
}
.array-button .array-prev:hover {
  background-color: var(--p1-clr);
  color: var(--white);
}
.array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid var(--p1-clr);
  color: var(--p1-clr);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.array-button .array-next i {
  font-size: 20px;
}
.array-button .array-next:hover {
  background-color: var(--p1-clr);
  color: var(--white);
}

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

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .mt-60 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .mt-60 {
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .mt-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mt-60 {
    margin-bottom: 24;
  }
}

.mb-60 {
  margin-bottom: 55px;
}
@media (max-width: 1399px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 38px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 24;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 20px;
  }
}

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

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: var(--bg2);
  /* border: transparent; */
  border: 1px solid rgba(3, 23, 64, 0.15) !important;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 12px 27px;
  border-radius: 10px;
}


.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 8px;
  width: 8px;
  right: 0;
  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: #fff;
  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;
  left: 0;
}
.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;
  border: none !important;
}
.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);
  font-size: 15px !important;
}

.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(--p2-clr);
  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(--theme2);
  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 ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 50%;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--p2-clr);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--p2-clr);
  color: var(--white);
  border: 1px solid transparent;
}

.box-color-1 {
  background-color: rgba(248, 184, 31, 0.15);
  color: #f8b81f;
}

.box-color-2 {
  background-color: rgba(88, 102, 235, 0.15);
  color: #5866eb;
}

.box-color-3 {
  background-color: rgba(57, 192, 250, 0.15);
  color: #39c0fa;
}

.box-color-4 {
  background-color: rgba(249, 37, 150, 0.15);
  color: #f92596;
}

.border-none {
  border: none !important;
}

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

.box-shadow {
  box-shadow: var(--box-shadow);
}

.bor-1 {
  border: 1px solid var(--p2-clr);
}

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

.border-array-style {
  border: 1px solid var(--p2-clr);
}

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


.banner-section-wrap .swiper-pagination {
  position: absolute;
  top: 50%;
  left: 7%;
  bottom: initial;
  display: grid;
  gap: 9px;
  transform: translateY(-50%);
}
.banner-section-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.banner-section-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
}
.banner-section-wrap.style3 .banner-bg-slide {
  background: url(../../assets/dr-terrace-img/banner1.jpg) no-repeat top center;
  background-size: cover;
  padding: 320px 0 260px;
}
.banner-section-wrap.style3 .banner-bg-slide.style2 {
  background: url(../../assets/img/banner/banner3-slide2.png) no-repeat top center;
  background-size: cover;
}
.banner-section-wrap.style3 .banner-bg-slide.style3 {
  background: url(../../assets/img/banner/banner1-slide3.png) no-repeat top center;
  background-size: cover;
}
@media (max-width: 1399px) {
  .banner-section-wrap.style3 .banner-bg-slide {
    padding: 270px 0 200px;
  }
}
@media (max-width: 991px) {
  .banner-section-wrap.style3 .banner-bg-slide {
    padding: 210px 0 160px;
  }
  .banner-section-wrap.style3 .banner-bg-slide .hero-ele1 {
    width: 200px;
  }
  .banner-section-wrap.style3 .banner-bg-slide .hero-ele2 {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .banner-section-wrap.style3 .banner-bg-slide {
    padding: 180px 0 160px;
  }
  .banner-section-wrap.style3 .banner-bg-slide .hero-ele1 {
    width: 200px;
  }
  .banner-section-wrap.style3 .banner-bg-slide .hero-ele2 {
    width: 200px;
  }
}
.banner-section-wrap.style3 .banner-content {
  max-width: 850px;
  margin: 0 auto;
}
.banner-section-wrap.style3 .swiper-pagination {
  display: flex !important;
  top: initial !important;
  bottom: 75px;
  left: 28%;
}
@media screen and (max-width: 1650px) {
  .banner-section-wrap .swiper-pagination {
    top: 96%;
    left: 44%;
    display: flex !important;
  }
}

.banner-bg-slide {
  background: url(../../assets/dr-terrace-img/banner1.jpg) no-repeat top center;
  background-size: cover;
  padding: 180px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-bg-slide.style2 {
  background: url(../../assets/dr-terrace-img/banner2.jpg) no-repeat top center;
}
.banner-bg-slide.style3{
  background: url(../../assets/dr-terrace-img/banner3.jpg) no-repeat top center;
}
.banner-bg-slide .hero-ele1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-bg-slide .hero-ele2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-bg-slide .banner-content {
  max-width: 730px;
}
.banner-bg-slide .banner-content .hero-badge {
  background: linear-gradient(90deg, rgba(3, 23, 64, 0.5) 0%, rgba(3, 23, 64, 0) 100%);
  padding: 12px 15px;
}
.banner-bg-slide .banner-content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -1.6px;
}
.banner-bg-slide .hero-text-box {
  position: absolute;
  right: 10%;
  bottom: 0;
}

.banner-bg-slide .hero-text-box .boxes1 {
  width: 400px;
  padding: 40px 29px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: var(--white);
  font-size: 24px;
  font-weight: 600;
  color: var(--black);
}
.banner-bg-slide .hero-text-box .boxes2-inner {
  background: var(--p1-clr);
  padding: 28px 28px;
  width: 400px;
}
.banner-bg-slide .hero-text-box .boxes2-inner .icon {
  width: 80px;
  height: 80px;
  /* background: #4327f3; */
  border-radius: 50%;
}
@media screen and (max-width: 1399px) {
  .banner-bg-slide {
    padding: 150px 0;
  }
  .banner-bg-slide .banner-content {
    max-width: 630px;
  }
  .banner-bg-slide .banner-content .hero-badge {
    padding: 8px 12px;
    font-size: 12px;
  }
  .banner-bg-slide .banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -1.6px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-bg-slide {
    padding: 110px 0 120px;
  }
  .banner-bg-slide .banner-content {
    max-width: 630px;
  }
  .banner-bg-slide .banner-content .hero-badge {
    padding: 8px 12px;
    font-size: 12px;
  }
  .banner-bg-slide .banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.6px;
  }
  .banner-bg-slide .hero-text-box {
    right: 0%;
    bottom: 0;
  }
  .banner-bg-slide .hero-text-box .boxes1 {
    width: 280px;
    padding: 20px 14px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner {
    padding: 20px 14px;
    width: 280px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .boxes2 .cont h3 {
    font-size: 18px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .boxes2 .cont p {
    font-size: 14px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .icon img {
    width: 30px;
  }
  .banner-bg-slide .hero-ele2 {
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .banner-bg-slide .banner-content {
    text-align: center;
  }
  .banner-bg-slide .hero-text-box {
    right: 0%;
    bottom: 0;
    position: relative;
  }
  .banner-bg-slide .hero-text-box .boxes1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 280px;
    padding: 20px 14px;
    font-size: 16px;
    line-height: 20px;
    margin: 50px auto 0;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner {
    padding: 20px 14px;
    width: 280px;
    margin: 0 auto;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .boxes2 .cont h3 {
    font-size: 18px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .boxes2 .cont p {
    font-size: 14px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .banner-bg-slide .hero-text-box .boxes2-inner .icon img {
    width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .banner-bg-slide {
    padding: 95px 0 100px;
  }
  .banner-bg-slide .banner-content {
    max-width: 630px;
  }
  .banner-bg-slide .banner-content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.6px;
  }
  .banner-bg-slide .banner-content .common-btn {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }
}

.banner-section2 {
  background: url(../../assets/img/banner/hero2-bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 230px 0 145px;
  z-index: 1;
}
.banner-section2 .banner-thumb2-wrap {
  position: relative;
  z-index: 1;
}
.banner-section2 .banner-thumb2-wrap .thumb1 img {
  width: 100%;
  border-radius: 10px;
}
.banner-section2 .banner-thumb2-wrap .flower-ele,
.banner-section2 .banner-thumb2-wrap .line-card,
.banner-section2 .banner-thumb2-wrap .box-card,
.banner-section2 .banner-thumb2-wrap .cmns-dots {
  position: absolute;
}
.banner-section2 .banner-thumb2-wrap .flower-ele {
  top: -50px;
  left: -50px;
}
.banner-section2 .banner-thumb2-wrap .line-card {
  animation: lr 2s linear infinite;
  left: -200px;
  bottom: 10px;
}
.banner-section2 .banner-thumb2-wrap .box-card {
  right: -160px;
  top: 30px;
  animation: updown 2s linear infinite;
}
.banner-section2 .banner-thumb2-wrap .cmns-dots {
  left: -60px;
  top: 140px;
  animation: updown 2s linear infinite;
  z-index: -1;
}
.banner-section2 .cmns-dots {
  position: absolute;
  top: 100px;
  right: 80px;
  animation: lr 2s linear infinite;
  z-index: -1;
}
.banner-section2 .banner-content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.6px;
}
@media screen and (max-width: 1500px) {
  .banner-section2 .banner-content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.6px;
  }
  .banner-section2 .banner-thumb2-wrap .line-card {
    left: -80px;
    bottom: -30px;
  }
  .banner-section2 .banner-thumb2-wrap .box-card {
    right: -60px;
    top: 30px;
  }
  .banner-section2 .banner-thumb2-wrap .cmns-dots {
    left: -60px;
    top: 100px;
    animation: updown 2s linear infinite;
    z-index: -1;
  }
}
@media screen and (max-width: 1199px) {
  .banner-section2 {
    padding: 180px 0 105px;
  }
  .banner-section2 .banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.6px;
  }
  .banner-section2 .banner-thumb2-wrap .line-card {
    left: -80px;
    bottom: -30px;
  }
  .banner-section2 .banner-thumb2-wrap .box-card {
    right: -60px;
    top: 30px;
  }
  .banner-section2 .banner-thumb2-wrap .cmns-dots {
    left: -60px;
    top: 100px;
    animation: updown 2s linear infinite;
    z-index: -1;
  }
}
@media screen and (max-width: 991px) {
  .banner-section2 {
    padding: 150px 0 105px;
  }
  .banner-section2 .banner-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.6px;
  }
  .banner-section2 .banner-thumb2-wrap .line-card {
    left: -80px;
    bottom: -30px;
  }
  .banner-section2 .banner-thumb2-wrap .box-card {
    right: -60px;
    top: 30px;
  }
  .banner-section2 .banner-thumb2-wrap .cmns-dots {
    left: -60px;
    top: 100px;
    animation: updown 2s linear infinite;
    z-index: -1;
  }
}
@media screen and (max-width: 550px) {
  .banner-section2 {
    padding: 150px 0 95px;
  }
  .banner-section2 .banner-content h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -1.6px;
  }
  .banner-section2 .banner-content .common-btn {
    padding: 11px 15px;
    font-size: 14px;
  }
  .banner-section2 .banner-thumb2-wrap .line-card {
    left: -30px;
    bottom: -60px;
    width: 250px;
  }
  .banner-section2 .banner-thumb2-wrap .box-card {
    right: -30px;
    top: 0px;
    width: 180px;
  }
  .banner-section2 .banner-thumb2-wrap .cmns-dots {
    left: -60px;
    top: 100px;
    animation: updown 2s linear infinite;
    z-index: -1;
  }
}

@keyframes lr {
  50% {
    transform: translateX(-10px);
  }
}
.banner-section-section04 {
  background: #f0f4fd;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.banner-section-section04 .banner-content h1 {
  font-size: 110px;
  line-height: 105%;
  font-weight: 800;
}
.banner-section-section04 .banner-content .n0-border {
  border-color: rgba(3, 23, 64, 0.15) !important;
}
.banner-section-section04 .business-thumbnail {
  margin-left: 50px;
  margin-top: -80px;
}
.banner-section-section04 .business-thumbnail .box-card {
  left: 190%;
  top: 54%;
}
.banner-section-section04 .business-thumbnail .line-card {
  bottom: 80px;
  right: -66px;
}
.banner-section-section04 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .banner-section-section04 .business-thumbnail {
    margin-left: 0px;
    margin-top: -80px;
  }
  .banner-section-section04 .business-thumbnail .box-card {
    left: 140%;
    top: 54%;
  }
  .banner-section-section04 .business-thumbnail .line-card {
    bottom: 80px;
    right: -26px;
  }
}
@media (max-width: 1399px) {
  .banner-section-section04 .banner-content {
    padding: 100px 0 110px;
  }
  .banner-section-section04 .banner-content h1 {
    font-size: 80px;
    line-height: 105%;
    font-weight: 800;
  }
}
@media (max-width: 1199px) {
  .banner-section-section04 .banner-content {
    padding: 96px 0 110px;
  }
  .banner-section-section04 .banner-content h1 {
    font-size: 80px;
    line-height: 105%;
    font-weight: 800;
  }
}
@media (max-width: 991px) {
  .banner-section-section04 .banner-content {
    padding: 85px 0 110px;
    text-align: center;
  }
  .banner-section-section04 .banner-content h1 {
    font-size: 80px;
    line-height: 105%;
    font-weight: 800;
  }
  .banner-section-section04 .business-thumbnail {
    margin-left: 0px;
    margin-top: -80px;
    max-width: 100%;
  }
  .banner-section-section04 .business-thumbnail .box-card {
    left: 190%;
    top: 54%;
    display: none;
  }
  .banner-section-section04 .business-thumbnail .line-card {
    bottom: 80px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .banner-section-section04 .banner-content {
    padding: 60px 0 110px;
    text-align: center;
  }
  .banner-section-section04 .banner-content h1 {
    font-size: 50px;
    line-height: 105%;
    font-weight: 800;
  }
  .banner-section-section04 .business-thumbnail {
    margin-left: 0px;
    margin-top: -80px;
    max-width: 100%;
  }
  .banner-section-section04 .business-thumbnail .box-card {
    left: 190%;
    top: 54%;
    display: none;
  }
  .banner-section-section04 .business-thumbnail .line-card {
    bottom: 80px;
    right: 0px;
  }
}
@media (max-width: 575px) {
  .banner-section-section04 .banner-content {
    padding: 60px 0 90px;
    text-align: center;
  }
  .banner-section-section04 .banner-content .hero-badge {
    font-size: 12px;
  }
  .banner-section-section04 .banner-content h1 {
    font-size: 38px;
    line-height: 105%;
    font-weight: 800;
  }
  .banner-section-section04 .banner-content .common-btn {
    font-size: 14px;
    padding: 11px 16px 13px;
  }
  .banner-section-section04 .business-thumbnail {
    margin-left: 0px;
    margin-top: -80px;
    max-width: 100%;
  }
  .banner-section-section04 .business-thumbnail .box-card {
    left: 190%;
    top: 54%;
    display: none;
  }
  .banner-section-section04 .business-thumbnail .line-card {
    bottom: 0px;
    right: 0px;
  }
}

.banner-section-section05 {
  padding-top: 200px;
}
.banner-section-section05 .banner-wrapper5 {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  border-radius: 12px;
  overflow: hidden;
}
.banner-section-section05 .banner-wrapper5 .contents {
  max-width: 755px;
}
.banner-section-section05 .banner-wrapper5 .contents h1 {
  font-size: 70px;
  font-weight: 700;
  color: var(--black);
  line-height: 76px;
  letter-spacing: -2.8px;
}
.banner-section-section05 .banner-wrapper5 .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.banner-section-section05 .banner-wrapper5 .banner-counter5 {
  max-width: 320px;
  padding: 50px 50px;
  background: linear-gradient(95deg, #5135ff 0.27%, #ff5455 99.73%);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
}
.banner-section-section05 .banner-thumb5 {
  margin-top: -160px;
}
@media (max-width: 1199px) {
  .banner-section-section05 {
    padding-top: 150px;
  }
  .banner-section-section05 .banner-wrapper5 {
    display: flex;
    gap: 22px;
  }
  .banner-section-section05 .banner-wrapper5 .contents {
    max-width: 600px;
  }
  .banner-section-section05 .banner-wrapper5 .contents h1 {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -2.8px;
  }
  .banner-section-section05 .banner-wrapper5 .banner-counter5 {
    max-width: 320px;
    padding: 30px 20px 30px 30px;
  }
}
@media (max-width: 991px) {
  .banner-section-section05 {
    padding-top: 130px;
  }
  .banner-section-section05 .banner-wrapper5 {
    display: flex;
    gap: 22px;
  }
  .banner-section-section05 .banner-wrapper5 .contents {
    max-width: 400px;
  }
  .banner-section-section05 .banner-wrapper5 .contents h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.1px;
  }
  .banner-section-section05 .banner-wrapper5 .banner-counter5 {
    max-width: 320px;
    padding: 30px 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  .banner-section-section05 {
    padding-top: 120px;
  }
  .banner-section-section05 .banner-wrapper5 {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 30px;
  }
  .banner-section-section05 .banner-wrapper5 .contents {
    max-width: 100%;
  }
  .banner-section-section05 .banner-wrapper5 .contents h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.1px;
  }
  .banner-section-section05 .banner-wrapper5 .banner-counter5 {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 30px 30px;
  }
  .banner-section-section05 .banner-thumb5 {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .banner-section-section05 .banner-thumb5 {
    height: 250px;
  }
  .banner-section-section05 .banner-thumb5 img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  .banner-section-section05 .banner-wrapper5 {
    margin-bottom: 30px;
  }
  .banner-section-section05 .banner-wrapper5 .contents {
    max-width: 100%;
  }
  .banner-section-section05 .banner-wrapper5 .contents h1 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -1.1px;
  }
  .banner-section-section05 .banner-wrapper5 .banner-counter5 {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 30px 30px;
  }
}

.breadcrumb-section {
  background: url(../../assets/dr-terrace-img/about-banner.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}


.breadcrumb-section .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.breadcrumb-section-terrace {
  background: url(../../assets/dr-terrace-img/about-main.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-terrace .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-terrace::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.bread-content {
  padding: 100px 0 100px;
  display: grid;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.bread-content ul li,
.bread-content ul a {
  font-size: 20px;
  font-weight: 500;
}
.bread-content ul i {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .bread-content {
    padding: 150px 0 160px;
  }
}
@media (max-width: 991px) {
  .bread-content {
    padding: 120px 0 100px;
    gap: 9px;
  }
  .bread-content ul li,
  .bread-content ul a {
    font-size: 16px;
  }
  .bread-content ul i {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .bread-content {
    padding: 80px 0 80px;
    justify-content: center;
  }
  .bread-content ul li,
  .bread-content ul a {
    font-size: 16px;
  }
  .bread-content ul i {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bread-content {
    padding: 50px 0 50px;
    justify-content: center;
  }
  .bread-content ul li,
  .bread-content ul a {
    font-size: 16px;
  }
  .bread-content ul i {
    font-size: 14px;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 9;
  margin-top: -15px;
  margin-bottom: -30px;
}

.text-slider {
  font-size: 60px;
  height: 100px;
  line-height: 90px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--p2-clr);
}
.text-slider:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .text-slider {
    font-size: 36px;
  }
}
.text-slider img {
  margin-bottom: 10px;
}
.text-slider.text-color {
  color: var(--header);
}
.text-slider.text-color-2 {
  color: var(--header);
  font-size: 50px;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.marque-section-2 {
  position: relative;
}
@media (max-width: 1199px) {
  .marque-section-2 {
    margin-bottom: -20px;
  }
}
@media (max-width: 991px) {
  .marque-section-2 {
    margin-bottom: -40px;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.text-slide-adjusting {
  position: relative;
}
.text-slide-adjusting .customer-shadow-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.text-slide-adjusting .customer-shadow-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.sponsor-text-slide {
  margin-bottom: 12px;
}

@media (max-width: 1399px) {
  .text-slide-item {
    max-width: 160px;
    margin: 0 auto;
  }
  .text-slide-item img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .text-slide-item {
    max-width: 130px;
    margin: 0 auto;
  }
  .text-slide-item img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .text-slide-item {
    max-width: 100px;
    margin: 0 auto;
  }
  .text-slide-item img {
    width: 100%;
  }
}

.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 .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.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;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--p2-clr);
}

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

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

.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;
}

.news-section {
  z-index: 1;
}

.news-single-items {
  position: relative;
  transition: all 0.4s;
}
.news-single-items .news-image {
  width: 100%;
}
.news-single-items .news-image img {
  width: 100%;
}
.news-single-items .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(3, 23, 64, 0.55);
  transition: all 0.4s;
}
.news-single-items .news-image:hover::before {
  width: 100%;
}
.news-single-items .author-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.news-single-items .news-content {
  transition: all 0.5s;
  padding: 26px 21px 26px;
}
.news-single-items.style2 .news-image .details-info {
  position: absolute;
  z-index: 1;
  transform: scale(0);
}
.news-single-items.style2 .news-image .details-info .arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
.news-single-items.style2:hover .news-image .details-info {
  transform: scale(1);
}
.news-single-items.style3 .news-content h4 a {
  font-size: 22px;
}
.news-single-items.style3 .blog-badge1 {
  width: 56px;
  height: 56px;
  background: var(--white);
  font-size: 20px;
  line-height: 19px;
  font-weight: 600;
  color: var(--black);
  left: initial !important;
  right: 0px;
  padding: 4px;
}
.news-single-items.style3 .blog-badge1 span {
  font-size: 11px !important;
  color: #838694;
  font-weight: 500;
  line-height: 10px;
}
.news-single-items.style3:hover .blog-badge1 {
  background: var(--p1-clr) !important;
  color: var(--white);
}
.news-single-items.style3:hover .blog-badge1 span {
  color: var(--white);
  background: var(--bg3)! important;
}
.news-single-items.style3:hover .common-btn {
  background: var(--bg3) !important;
  color: var(--white);
}
.news-single-items:hover {
  box-shadow: 0px 8px 40px -10px rgba(45, 46, 83, 0.2);
  border-color: var(--white) !important;
}
.news-single-items:hover .news-image::before {
  width: 100%;
}
.news-single-items:hover .blog-badge1 {
  background: var(--p3-clr) !important;
  color: var(--white);
}
.news-single-items:hover .news-content h4 a {
  color: var(--bg3);
}
@media (max-width: 1399px) {
  .news-single-items .news-content {
    padding: 19px 15px 19px;
  }
}
@media (max-width: 767px) {
  .news-single-items .news-content {
    padding: 19px 11px 19px;
  }
}

.news-develop-wrapper {
  border-radius: 10px;
  background: linear-gradient(272deg, #5135ff 0.03%, #ff5455 99.97%);
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px 0 0;
}
.news-develop-wrapper .news-develop-left {
  display: flex;
  align-items: center;
  gap: 100px;
}
.news-develop-wrapper .news-develop-left .thumb {
  max-width: 3006px;
}
.news-develop-wrapper .blog-news-lee {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .news-develop-wrapper {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    text-align: center;
    padding: 32px 19px;
  }
  .news-develop-wrapper .news-develop-left {
    display: flex;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .news-develop-wrapper .news-develop-left .thumb {
    max-width: 3006px;
    margin: 0 auto;
    width: 100%;
  }
  .news-develop-wrapper .news-develop-left .thumb img {
    width: 100%;
  }
}

.benefit-thumb3 .portfolio-video {
  background: var(--white);
}
.benefit-thumb3 .portfolio-video::after, .benefit-thumb3 .portfolio-video::before {
  border-color: var(--white);
}

.benefit-content-wrap .benefit-content-inner {
  max-width: 810px;
  padding-left: 160px;
  margin-bottom: 95px;
  padding-right: 10px;
}
.benefit-content-wrap .boxin {
  display: grid;
  gap: 60px;
}
.benefit-content-wrap .boxin .box {
  max-width: 370px;
}
@media (max-width: 1399px) {
  .benefit-content-wrap .benefit-content-inner {
    max-width: 810px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .benefit-content-wrap .boxin {
    display: grid;
    gap: 18px;
  }
  .benefit-content-wrap .boxin .box {
    max-width: 370px;
  }
}

.blog-details-left {
  display: grid;
  gap: 70px;
}
.blog-details-left .thumb1 {
  overflow: hidden;
  display: block;
}
.blog-details-left .thumb1 img {
  overflow: hidden;
  transition: all 0.4s;
}
.blog-details-left .thumb1:hover img {
  transform: scale(1.05);
}
.blog-details-left .thumb1 .portfolio-video {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
}
.blog-details-left .mores {
  border-radius: 4px;
  border: 1px solid rgba(3, 23, 64, 0.15);
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  text-align: center;
  padding: 11px 24px 13px;
  transition: all 0.4s;
  display: inline-block;
}
.blog-details-left .mores:hover {
  background: var(--p3-clr);
  color: var(--white);
}
.blog-details-left h3 a {
  font-size: 38px;
  line-height: 46px;
}
.blog-details-left .blog-details-slides {
  position: relative;
}
.blog-details-left .blog-details-slides .array-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.blog-details-left .blog-details-slides .array-button button {
  background: var(--white);
  border-color: var(--white);
}
.blog-details-left .blog-details-slides .array-button button i {
  color: var(--black);
}
.blog-details-left .blog-details-slides .array-button button:hover {
  background: var(--p3-clr);
}
.blog-details-left .blog-details-slides .array-button button:hover i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .blog-details-left {
    gap: 50px;
  }
  .blog-details-left .blog-details-slides {
    position: relative;
  }
  .blog-details-left .blog-details-slides .array-button {
    width: 98%;
  }
  .blog-details-left .blog-details-slides .array-button button {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .blog-details-left .blog-details-slides .array-button button i {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .blog-details-left {
    gap: 40px;
  }
  .blog-details-left .thumb1 .portfolio-video {
    width: 60px;
    height: 60px;
  }
  .blog-details-left .thumb1 .portfolio-video i {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .blog-details-left {
    gap: 37px;
  }
  .blog-details-left h3 a {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .blog-details-left h3 a {
    font-size: 24px;
    line-height: 36px;
  }
}

.blog-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-pagination li .numbers {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4fd;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  transition: all 0.4s;
}
.blog-pagination li .numbers i {
  font-size: 18px;
}
.blog-pagination li .numbers:hover {
  background: var(--p3-clr);
  color: var(--white);
}
.blog-pagination li .numbers:hover i {
  color: var(--white) !important;
}
.blog-pagination li .next {
  background: var(--p3-clr);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 18px;
  border-radius: 7px;
  color: var(--white);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .blog-pagination {
    gap: 10px;
  }
  .blog-pagination li .numbers {
    width: 40px;
    height: 40px;
  }
}

.blog-details-right {
  display: grid;
  gap: 40px;
}
.blog-details-right .details-common h4 {
  margin-bottom: 30px;
}
.blog-details-right .details-common .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 14px;
}
.blog-details-right .details-common .tags li a {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 5px;
  background: #f0f4fd;
  box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.1);
  color: var(--black);
  transition: all 0.4s;
  font-size: 14px;
  font-weight: 500;
}
.blog-details-right .details-common .tags li a:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.blog-details-right .search-box {
  border: 1px solid #e3e3e3;
}
.blog-details-right .search-box form {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4fd;
  border-radius: 20px;
  padding-right: 24px;
  box-shadow: 0px 1px 3px 0px rgba(3, 4, 28, 0.1);
}
.blog-details-right .search-box form input {
  width: 100%;
  color: var(--pra);
  padding: 18px 24px;
  border: unset;
  outline: none;
  border-radius: 20px;
  background: transparent;
}
.blog-details-right .search-box form i {
  color: var(--pra);
}
.blog-details-right .search-box form ::placeholder {
  color: var(--pra);
}
.blog-details-right .category-blog .cates {
  display: grid;
  gap: 12px;
}
.blog-details-right .category-blog .cates li a .seri {
  font-size: 18px;
  color: var(--n800-clr);
}
.blog-details-right .category-blog .cates li a:hover {
  color: var(--p1-clr);
}
.blog-details-right .category-blog .cates li a:hover span {
  color: var(--p1-clr);
}
.blog-details-right .category-blog .cates .line {
  width: 100%;
  height: 1px;
  background: var(--p1-clr);
}
.blog-details-right .blog-latest {
  display: grid;
  gap: 6px;
}
.blog-details-right .blog-latest .blog-latest-item {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #f0f4fd;
  border-radius: 10px;
  transition: all 0.4s;
}
.blog-details-right .blog-latest .blog-latest-item .content {
  max-width: 182px;
}
.blog-details-right .blog-latest .blog-latest-item .content a {
  font-weight: 600 !important;
  line-height: 19px;
}
.blog-details-right .blog-latest .blog-latest-item .thumb {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.blog-details-right .blog-latest .blog-latest-item .thumb img {
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .blog-details-right .blog-latest .blog-latest-item {
    gap: 12px;
  }
}
.blog-details-right .blog-latest .blog-latest-item:hover {
  background: var(--p1-clr);
}
.blog-details-right .blog-latest .blog-latest-item:hover .content a {
  color: var(--white);
}
.blog-details-right .blog-latest .blog-latest-item:hover .content i,
.blog-details-right .blog-latest .blog-latest-item:hover .content div {
  color: var(--white);
}
@media (max-width: 1199px) {
  .blog-details-right {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .blog-details-right {
    gap: 20px;
  }
}

.lee-pragraph {
  padding: 30px 30px;
  border-radius: 10px;
  background: #f0f4fd;
  /* display: flex; */
  gap: 18px;
}
.lee-pragraph .thumb {
  min-width: 70px;
  width: 70px;
  height: 70px;
}
.lee-pragraph .social-custom a {
  border-radius: 4px;
  border: 1px solid rgba(3, 23, 64, 0.2);
  width: 36px;
  height: 36px;
}
.lee-pragraph .social-custom a i {
  color: var(--p1-clr);
}
.lee-pragraph .social-custom a:hover {
  background: var(--p1-clr);
}
.lee-pragraph .social-custom a:hover i {
  color: var(--white);
}
@media (max-width: 1199px) {
  .lee-pragraph {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .lee-pragraph {
    flex-wrap: wrap;
  }
}

.tag-social-wrap .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.tag-social-wrap .tags li a {
  display: inline-block;
  padding: 5px 22px;
  border-radius: 14px;
  border: 1px solid rgba(3, 23, 64, 0.2);
  background: #fff;
  font-size: 14px;
  color: var(--pra);
  font-weight: 600;
  border-radius: 100px;
  transition: all 0.4s;
}
.tag-social-wrap .tags li a:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.tag-social-wrap .social-wrapper {
  gap: 10px;
}
.tag-social-wrap .social-wrapper a {
  background: var(--n100-clr);
}
.tag-social-wrap .social-wrapper a i {
  color: var(--black);
  transition: all 0.4s;
}
.tag-social-wrap .social-wrapper a:hover {
  background: var(--p1-clr);
}
.tag-social-wrap .social-wrapper a:hover i {
  color: var(--white);
}

.blog-details-reply-area {
  gap: 30px;
}
.blog-details-reply-area .blog-reply-box {
  border-radius: 20px;
  background: var(--white);
  border: 1px solid #ddd;
  padding: 40px;
}
.blog-details-reply-area .blog-reply-box:not(:last-child) {
  margin-bottom: 30px;
}
.blog-details-reply-area .blog-reply-box button {
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 600;
  color: #0c0c0e;
  background: #eef6e7;
  transition: all 0.4s;
  border-radius: 100px;
}
.blog-details-reply-area .blog-reply-box button:hover {
  background: var(--p1-clr);
  border-color: var(--p1-clr);
  color: var(--white);
}
@media (max-width: 1199px) {
  .blog-details-reply-area {
    gap: 20px;
  }
  .blog-details-reply-area .blog-reply-box {
    padding: 18px;
    gap: 20px;
  }
  .blog-details-reply-area .blog-reply-box:not(:last-child) {
    margin-bottom: 20px;
  }
  .blog-details-reply-area .blog-reply-box button {
    padding: 7px 18px;
  }
}

.blog-form {
  background: transparent;
  box-shadow: none;
}
.blog-form input,
.blog-form textarea {
  background: var(--white);
  border-width: 1px;
  padding: 12px 20px;
  border-radius: 100px;
}
.blog-form textarea {
  border-radius: 20px;
}
.blog-form .nice-select {
  padding: 13px 20px;
  border-radius: 100px;
  border: 1px solid #ddd;
}
.blog-form .nice-select .list {
  right: 0;
  background: #fff;
}
.blog-form .nice-select .list li {
  background-color: rgba(221, 221, 221, 0.337254902);
  border: 0.5px solid #ddd;
  padding: 7px 8px;
  color: #000;
}
.blog-form .nice-select::after {
  right: 22px;
  top: 22px;
}

.previous-nextime {
  background: var(--n100-clr);
  border-radius: 20px;
  padding: 20px 40px;
  margin-top: 36px;
}
.previous-nextime .prev-icon {
  width: 50px;
  height: 50px;
  background: var(--white);
}
.previous-nextime .prev-icon:hover {
  background: var(--p1-clr);
}
.previous-nextime .prev-icon:hover i {
  color: var(--black);
}
@media (max-width: 1199px) {
  .previous-nextime {
    padding: 12px 16px;
    margin-top: 29px;
  }
  .previous-nextime .prev-icon {
    width: 40px;
    height: 40px;
  }
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #ddd;
  border-top-color: var(--p1-clr);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Plus Jakarta Sans", sans-serif, "Inter", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--p1-clr);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--p2-clr);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--blogbox);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--p2-clr);
  border-bottom: 2px solid var(--p2-clr);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--p2-clr);
}

input.main-search-input::placeholder {
  color: var(--p2-clr);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--p2-clr);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--p2-clr);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--p2-clr);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--p2-clr);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.pricing-table .switch {
  width: 50px;
  height: 25px;
  background: linear-gradient(90deg, #5135FF 0%, #FF5455 100%);
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.pricing-table .toggle {
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.pricing-table .switch.active {
  background-color: #4caf50;
}
.pricing-table .switch.active .toggle {
  left: calc(100% - 24px);
}

.pricing-items {
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 10px 60px 0px rgba(24, 35, 51, 0.1);
  padding: 50px 0;
}
.pricing-items .heading {
  max-width: 270px;
  margin: 0 auto;
}
.pricing-items h2 span {
  font-size: 42px;
}
.pricing-items .price-list .line {
  width: 100%;
  height: 1px;
  background: rgba(3, 23, 64, 0.08);
}
.pricing-items.active .box-style, .pricing-items:hover .box-style {
  background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%) !important;
  color: var(--white);
}
.pricing-items.active h2, .pricing-items:hover h2 {
  color: var(--p1-clr);
}
.pricing-items.active h2 span, .pricing-items:hover h2 span {
  color: var(--p1-clr);
}

@keyframes cir360 {
  0% {
    transform: rotate(360deg);
  }
}
.price-element {
  position: absolute;
  top: -60px;
  left: -60px;
  animation: updown 2s linear infinite;
}

.pricing-tabbing {
  border-radius: 100px;
  overflow: hidden;
  border: unset;
}
.pricing-tabbing .nav-item {
  border: unset;
}
.pricing-tabbing .nav-item .nav-link {
  padding: 9px 28px;
  font-size: 19px;
  font-weight: 700;
  background: var(--n100-clr);
  border: unset;
  transition: all 0.4s;
  color: var(--black);
  font-family: "Space Grotesk";
}
.pricing-tabbing .nav-item .nav-link.active {
  background: var(--p1-clr);
  color: var(--black);
  border-radius: 0;
}
@media (max-width: 1399px) {
  .pricing-tabbing .nav-item .nav-link {
    padding: 8px 24px;
  }
}
@media (max-width: 575px) {
  .pricing-tabbing {
    margin: 0 auto;
  }
  .pricing-tabbing .nav-link {
    margin: 0 auto;
  }
}

@keyframes scalss {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 1;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.1;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.2;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.3;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
.ticket-booking-content {
  border-radius: 20px;
  padding: 40px;
  background: var(--p1-clr);
}
.ticket-booking-content .ticket-booking-widget textarea,
.ticket-booking-content .ticket-booking-widget .nice-select {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 12px 20px;
  width: 100%;
  border: unset;
  outline: none;
}
.ticket-booking-content .ticket-booking-widget textarea::after,
.ticket-booking-content .ticket-booking-widget .nice-select::after {
  right: 20px;
  top: initial;
}
.ticket-booking-content .ticket-booking-widget textarea .list,
.ticket-booking-content .ticket-booking-widget .nice-select .list {
  right: initial;
  left: 0;
  background: var(--white);
  padding: 8px;
}
.ticket-booking-content .ticket-booking-widget textarea .list li,
.ticket-booking-content .ticket-booking-widget .nice-select .list li {
  border: unset;
}
.ticket-booking-content .ticket-booking-widget ::placeholder {
  color: var(--pra);
}
@media (max-width: 575px) {
  .ticket-booking-content {
    padding: 19px;
  }
}

@media (max-width: 991px) {
  .ticket-booking-thumb {
    width: 100%;
  }
  .ticket-booking-thumb img {
    width: 100%;
  }
}

.business-items:hover h5 a {
  color: var(--p1-clr);
}

.business-thumbnail {
  margin-left: -50px;
}
.business-thumbnail .line-card,
.business-thumbnail .box-card {
  position: absolute;
}
.business-thumbnail .box-card {
  position: absolute;
  left: 0;
  top: 120px;
  animation: updown 2s linear infinite;
}
.business-thumbnail .line-card {
  bottom: -50px;
  right: 10px;
  animation: lr 2s linear infinite;
}
@media (max-width: 1399px) {
  .business-thumbnail {
    margin-left: -50px;
    width: 600px;
  }
  .business-thumbnail .mimg {
    width: 90%;
  }
  .business-thumbnail .box-card {
    left: 0;
    top: 120px;
    width: 180px;
  }
  .business-thumbnail .line-card {
    bottom: -50px;
    right: 10px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .business-thumbnail {
    margin-left: -50px;
    width: 500px;
  }
  .business-thumbnail .mimg {
    width: 100%;
  }
  .business-thumbnail .box-card {
    left: 0;
    top: 120px;
    width: 180px;
  }
  .business-thumbnail .line-card {
    bottom: -50px;
    right: 10px;
    width: 200px;
  }
}
@media (max-width: 991px) {
  .business-thumbnail {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .business-thumbnail .mimg {
    width: 100%;
  }
  .business-thumbnail .box-card {
    left: 0;
    top: 120px;
    width: 180px;
  }
  .business-thumbnail .line-card {
    bottom: -50px;
    right: 10px;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .business-thumbnail {
    margin-left: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .business-thumbnail .mimg {
    width: 100%;
  }
  .business-thumbnail .box-card {
    left: 0;
    top: 120px;
    width: 120px;
  }
  .business-thumbnail .line-card {
    bottom: -50px;
    right: 10px;
    width: 150px;
  }
}

.wirefram-content {
  max-width: 655px;
  padding-left: 100px;
}
.wirefram-content .business-items p {
  max-width: 216px;
}
@media (max-width: 1399px) {
  .wirefram-content {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .wirefram-content {
    margin: 0 auto 30px;
    max-width: 605px;
    padding-left: 0px;
  }
  .wirefram-content .business-items p {
    max-width: 216px;
    margin: 0 auto;
  }
}

.tesology-info-box {
  background: var(--p3-clr);
  border-radius: 12px;
  padding: 40px;
  position: absolute;
  right: 70px;
  bottom: 40px;
}
.tesology-info-box .content span {
  font-size: 46px;
  font-weight: 700;
  color: var(--white);
}
.tesology-info-box p {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  max-width: 205px;
}
@media screen and (max-width: 550px) {
  .tesology-info-box {
    right: 10px;
    bottom: 10px;
    padding: 18px;
  }
  .tesology-info-box .content span {
    font-size: 29px;
    font-weight: 700;
    color: var(--white);
  }
  .tesology-info-box p {
    font-size: 14px;
    line-height: 17px;
    max-width: 150px;
  }
}

.industry-section {
  background: #031740;
}
.industry-section .section-title-area p {
  max-width: 400px;
}

.industry-icon {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 28px 14px;
  transition: all 0.4s;
}
.industry-icon:hover {
  background: var(--p1-clr);
}
.industry-icon:hover span {
  color: var(--white);
}

@media (max-width: 575px) {
  .industry-thumb-inner .thumb {
    width: 100%;
  }
  .industry-thumb-inner .thumb img {
    width: 100%;
  }
}

.solutio-section {
  background: #181c2c;
}
.solutio-section .solutio-thumb .contents {
  position: absolute;
  bottom: 0;
  right: 0;
}
.solutio-section .solutio-thumb h5 {
  max-width: 205px;
}
.solutio-section .nav-tabs {
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
}
.solutio-section .nav-tabs .nav-item .nav-link {
  background: transparent;
  border: unset;
  font-size: 16px;
  font-weight: 600;
  color: #8e8f92;
  padding: 0;
  position: relative;
  padding-bottom: 16px;
}
.solutio-section .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 0px;
  background: rgba(255, 255, 255, 0.08);
  content: "";
  transition: all 0.4s;
}
.solutio-section .nav-tabs .nav-item .nav-link.active {
  color: var(--white);
}
.solutio-section .nav-tabs .nav-item .nav-link.active::before {
  background: var(--white);
  height: 2px;
}
.solutio-section .nav-tabs .nav-item:not(:last-child) {
  padding-right: 150px !important;
}
@media (max-width: 1199px) {
  .solutio-section .nav-tabs {
    flex-wrap: wrap;
    gap: 10px 24px;
  }
  .solutio-section .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .solutio-section .nav-tabs .nav-item .nav-link::before {
    width: 60px;
  }
  .solutio-section .nav-tabs .nav-item:not(:last-child) {
    padding-right: 30px !important;
  }
}

.solutio-content ul li i {
  font-size: 24px;
  color: #fff;
}
@media (min-width: 992px) {
  .solutio-content h3 {
    font-size: 57px;
  }
}

.our-vission-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.our-vission-section .vision-ele {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.vission-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vission-wrapper .vission-left {
  max-width: 410px;
}
.vission-wrapper .vission-right {
  max-width: 490px;
}
.vission-wrapper .vission-right .b-title {
  font-size: 270px;
  line-height: 70%;
  color: var(--white);
}
.vission-wrapper .line {
  width: 1px;
  height: 280px;
  background: #fff;
  opacity: 25%;
}
@media (max-width: 991px) {
  .vission-wrapper {
    gap: 30px;
  }
  .vission-wrapper .vission-right .b-title {
    font-size: 80px;
    line-height: 70%;
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .vission-wrapper {
    gap: 34px;
    flex-wrap: wrap;
  }
  .vission-wrapper .line {
    display: none;
  }
  .vission-wrapper .vission-right .b-title {
    font-size: 80px;
    line-height: 70%;
    color: var(--white);
  }
}

.avatar-customer-wrap img {
  border: 3px solid var(--p1-clr);
}
.avatar-customer-wrap img:not(:first-child) {
  margin-left: -16px;
}

.event-work-items {
  border-radius: 10px;
  padding: 60px 17px 38px;
  border: 2px solid rgba(96, 68, 240, 0.1);
  transition: all 0.4s;
}
.event-work-items .boxes {
  max-width: 280px;
  margin: 0 auto;
}
.event-work-items .arrow-area .arrow-text {
  transform: scale(0);
  margin-left: -110px;
  transition: all 0.4s;
}
.event-work-items .arrow-area .arrows {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(96, 68, 240, 0.1);
  transition: all 0.4s;
}
.event-work-items:hover {
  border-color: var(--p1-clr);
}
.event-work-items:hover .arrow-area .arrow-text {
  transform: scale(1);
  margin-left: 0px;
}
.event-work-items:hover .arrow-area .arrows {
  background: var(--p1-clr);
  border-color: var(--p1-clr);
}
.event-work-items:hover .arrow-area .arrows i {
  color: var(--white);
}

.project-planing-wrap {
  border-radius: 10px;
  background: linear-gradient(92deg, #5135ff 0.32%, #ff5455 99.68%);
  padding: 60px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.project-planing-wrap .project-planing-item .serial {
  width: 80px;
  height: 80px;
  min-width: 80px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  transition: all 0.5s;
}
.project-planing-wrap .project-planing-item .cont {
  max-width: 210px;
}
.project-planing-wrap .project-planing-item:hover .serial {
  background: var(--white);
  color: var(--p1-clr);
}
@media (max-width: 1199px) {
  .project-planing-wrap {
    padding: 30px 26px;
  }
  .project-planing-wrap .project-planing-item .serial {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .project-planing-wrap .project-planing-item .cont {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  .project-planing-wrap {
    padding: 30px 26px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .project-planing-wrap .project-planing-item {
    display: grid !important;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .project-planing-wrap .project-planing-item .serial {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 0 auto;
  }
  .project-planing-wrap .project-planing-item .cont {
    max-width: 210px;
  }
}

.project-section {
  position: relative;
  z-index: 1;
  background: url(../../assets/img/services/project-bg2.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.project-section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(3, 23, 64, 0.45);
}
.project-section .project-items04 {
  height: 600px;
}
@media (max-width: 1399px) {
  .project-section .project-items04 {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .project-section .project-items04 {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .project-section .project-items04 {
    height: 300px;
  }
}

.project-items04 {
  transition: all 0.4s;
}
.project-items04 .arrows {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}
.project-items04 .box {
  padding-bottom: 60px;
  padding-left: 50px;
}
.project-items04 .box p {
  max-width: 275px;
  transform: rotateX(90deg);
  height: 0;
  transition: all 0.4s;
}
.project-items04:hover {
  background: var(--p1-clr);
}
.project-items04:hover .box p {
  height: initial;
  transform: rotateX(0deg);
}
.project-items04:hover .arrows {
  background: var(--p3-clr);
}
.project-items04:hover .arrows i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .project-items04 .box {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 10px;
  }
  .project-items04 .arrows {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}

.portfolio-details-info {
  display: flex;
  gap: 57px;
}
.portfolio-details-info .item {
  max-width: 193px;
}
.portfolio-details-info .line {
  width: 1px;
  height: 74px;
  background: rgba(3, 23, 64, 0.14);
}
@media (max-width: 1399px) {
  .portfolio-details-info {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .portfolio-details-info {
    gap: 30px;
  }
  .portfolio-details-info .line {
    display: none;
  }
}
@media (max-width: 767px) {
  .portfolio-details-info {
    gap: 20px 24px;
    flex-wrap: wrap;
  }
  .portfolio-details-info .line {
    display: none;
  }
}

.section-title {
  position: relative;
}
.section-title .cmn-tag {
  margin-bottom: 10px;
}
.section-title h2 {
  font-weight: 500;
}

.sub-badge {
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .sub-badge {
    font-size: 13px;
    letter-spacing: 1.2px;
  }
}

.sub-badge4 {
  background: linear-gradient(90deg, #5135ff 0%, #ff5455 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .section-title-area {
    /* flex-wrap: wrap; */
    gap: 70px;
    /* text-align: center; */
    display: block;
    text-align: center;
  }
  .blog-title{
    margin-bottom: 15px;
  }
}

.reveal-left,
.reveal-bottom {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

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

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

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

.section-padding {
  padding: 60px 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: 30px 0;
  }
}

.space-top {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .space-top {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .space-top {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .space-top {
    padding-top: 30px;
  }
}



.space-bottom {
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .space-bottom {
    padding-bottom: 45px;
  }
}

.space-botto{
  padding-bottom: 40px;
}

.challenge-section {
  z-index: 1;
}
.challenge-section .challenge-ele1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.challenge-section .challenge-ele2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.challenge-wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1399px) {
  .challenge-wrapper {
    gap: 14px;
  }
}
@media (max-width: 1199px) {
  .challenge-wrapper {
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .challenge-wrapper {
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.challenge-item {
  position: relative;
}
.challenge-item:hover {
  background: var(--p1-clr);
}
.challenge-item:hover img {
  filter: brightness(25) invert(0);
}
.challenge-item:hover span {
  color: var(--white);
}
.challenge-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 87%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.watch-full-section {
  background: url(../../assets/img/watch/watch-full.png) no-repeat center center;
  background-size: cover;
  padding: 220px 0;
  position: relative;
  z-index: 1;
}
.watch-full-section .portfolio-video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(93deg, #5135ff 10.65%, #ff5455 89.35%);
}
.watch-full-section .portfolio-video i {
  color: var(--white);
}
.watch-full-section h2 {
  font-size: 64px;
}
.watch-full-section .watch-full-content {
  max-width: 1000px;
  margin: 0 auto;
}
.watch-full-section::before {
  position: absolute;
  top: -120px;
  left: -120px;
  width: 750px;
  height: 750px;
  content: "";
  border-radius: 943px;
  background: linear-gradient(141deg, rgba(255, 84, 85, 0.8) 4.17%, rgba(81, 53, 255, 0.8) 95.83%);
  filter: blur(320px);
  z-index: -1;
}
@media (max-width: 1199px) {
  .watch-full-section {
    padding: 150px 0;
  }
  .watch-full-section h2 {
    font-size: 48px;
  }
  .watch-full-section .portfolio-video {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .watch-full-section {
    padding: 100px 0;
  }
  .watch-full-section h2 {
    font-size: 36px;
  }
  .watch-full-section .portfolio-video {
    width: 70px;
    height: 70px;
  }
  .watch-full-section .portfolio-video i {
    font-size: 18px;
  }
}

.counter-area1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #2a4a93;
  border-radius: 10px;
  padding: 50px 58px;
  gap: 8px 32px;
  position: relative;
  background: var(--white);
}
.counter-area1 .counter-items .content span {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  color: var(--black);
  line-height: 55px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.counter-area1 .counter-items p {
  max-width: 173px;
}
.counter-area1 .counter-items:hover .content span {
  color: var(--p1-clr);
}
.counter-area1::before {
  border: 1px solid #2a4a93;
  position: absolute;
  bottom: -20px;
  width: 90%;
  height: 100%;
  content: "";
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .counter-area1 {
    padding: 32px 30px;
    gap: 8px 24px;
  }
  .counter-area1 .counter-items .content span {
    font-size: 40px;
    font-weight: 800;
  }
  .counter-area1 .counter-items p {
    max-width: 173px;
  }
}
@media (max-width: 991px) {
  .counter-area1 {
    padding: 32px 30px;
    gap: 8px 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-area1 .counter-items .content span {
    font-size: 40px;
    font-weight: 800;
  }
  .counter-area1 .counter-items p {
    max-width: 173px;
  }
}
@media (max-width: 767px) {
  .counter-area1 {
    padding: 28px 17px 32px;
    gap: 8px 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-area1 .counter-items .content span {
    font-size: 24px;
    font-weight: 700;
  }
  .counter-area1 .counter-items p {
    max-width: 173px;
  }
}

.gateway-section .array-button button {
  border: unset;
  background: #f4f1fb;
}
.gateway-section .array-button button i {
  color: var(--black);
  font-size: 16px;
}
.gateway-section .array-button button:hover {
  background: var(--p1-clr);
}
.gateway-section .array-button button:hover i {
  color: var(--white);
}
.gateway-section .container {
  max-width: 1630px;
  margin: 0 auto;
}

.gateway-items {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gateway-items::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: rgba(3, 23, 64, 0.55);
  transition: all 0.4s;
}
.gateway-items .content {
  width: 290px;
  height: 290px;
  padding: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid var(--white);
  border-radius: 50%;
  transition: all 0.4s;
}
.gateway-items .content .box-inner {
  width: 240px;
  height: 240px;
}
.gateway-items .arrow {
  width: 56px;
  height: 56px;
  min-width: 56px;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-20deg);
}
.gateway-items .arrow:hover {
  background: var(--white) !important;
}
.gateway-items .arrow:hover i {
  color: var(--black) !important;
}
.gateway-items.style2 {
  z-index: 1;
}
.gateway-items.style2::before {
  width: 100%;
  background: linear-gradient(180deg, rgba(3, 23, 64, 0.2) 19.62%, #031740 100%);
}
.gateway-items.style2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(81, 53, 255, 0) 0%, #5135ff 100%);
  transition: all 0.5s;
}
.gateway-items.style2 .static {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.gateway-items.style2 .content2 {
  position: absolute;
  bottom: 36px;
  left: 36px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.gateway-items.style2:hover::after {
  width: 100%;
}
.gateway-items.style2:hover .static {
  transform: scale(0);
}
.gateway-items.style2:hover .content2 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .gateway-items.style2 .content2 {
    left: 20px;
    bottom: 20px;
  }
  .gateway-items.style2 .static {
    bottom: 20px;
    left: 20px;
  }
}
.gateway-items.style3::after {
  background: rgba(3, 23, 64, 0.8);
}
.gateway-items.style3 .content2 .icon {
  width: 36px;
  height: 36px;
  background: var(--p3-clr);
  border-radius: 50%;
}
.gateway-items.style3 .content2 .icon i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .gateway-items .content {
    width: 200px;
    height: 200px;
    padding: 14px;
  }
  .gateway-items .content .box-inner {
    width: 168px;
    height: 168px;
  }
  .gateway-items .arrow {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}
.gateway-items:hover .content {
  transform: translate(-50%, -50%) scale(1);
}
.gateway-items:hover::before {
  width: 100%;
}

.gateway-section2 .array-button button:hover {
  background: var(--p1-clr);
}
.gateway-section2 .array-button button:hover i {
  color: var(--white) !important;
}
.gateway-section2 .gateway-wrapper {
  margin-right: -310px;
}
@media (max-width: 1399px) {
  .gateway-section2 .gateway-wrapper {
    margin-right: 0;
  }
}

.student-service-item .thumb img {
  transition: all 0.5s;
}
.student-service-item .student-ser-cont {
  padding: 26px 26px 30px;
  width: 80%;
  margin: -100px auto 0;
  position: relative;
}
.student-service-item .student-ser-cont p {
  max-width: 270px;
  margin: 0 auto;
}
.student-service-item:hover .thumb img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .student-service-item .student-ser-cont {
    padding: 24px 16px 16px;
    width: 100%;
    margin: 10px auto 0;
  }
}

.service-development-item {
  padding: 94px 16px;
  background: url(../../assets/dr-terrace-img/s1.jpg) no-repeat center center;
  background-size: cover;
  height: 340px;
  position: relative;
}
.service-development-item.bg-img2 {
  background: url(../../assets/dr-terrace-img/s2.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img3 {
  background: url(../../assets/dr-terrace-img/s3.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img4 {
  background: url(../../assets/dr-terrace-img/s4.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img5 {
  background: url(../../assets/dr-terrace-img/s5.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img6 {
  background: url(../../assets/dr-terrace-img/s6.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item .right-arrow {
  transform: rotate(-16deg);
}

.service-development-item.bg-img7 {
  background: url(../../assets/dr-terrace-img/s7.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img8 {
  background: url(../../assets/dr-terrace-img/s8.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img9 {
  background: url(../../assets/dr-terrace-img/s9.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img10 {
  background: url(../../assets/dr-terrace-img/s10.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item.bg-img11 {
  background: url(../../assets/dr-terrace-img/s11.jpg) no-repeat center center;
  background-size: cover;
}
.service-development-item .right-arrow {
  transform: rotate(-16deg);
}
.service-development-item .content2 {
  width: 90%;
  height: 90%;
  border-radius: 10px;
  background: rgba(81, 53, 255, 0.75);
  padding: 10px;
}
.service-development-item .content2 .arrosses {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin: 0 auto;
  transition: all 0.4s;
}
.service-development-item .content2 .arrosses i {
  color: var(--black);
}
.service-development-item .content2 .arrosses:hover {
  background: var(--p3-clr);
}
.service-development-item .content2 .arrosses:hover i {
  color: var(--white);
}
.service-development-item .content2 .boxes {
  max-width: 270px;
  margin: 0 auto;
}
.service-development-item .text-statics {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.4s;
}
.service-development-item::after {
  border-radius: 10px;
  background: linear-gradient(239deg, rgba(255, 255, 255, 0.08) 17.93%, rgba(255, 255, 255, 0.02) 81.51%) !important;
  backdrop-filter: blur(20px);
}
.service-development-item::before {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(24, 28, 44, 0.1) 40%, #181c2c 100%);
  z-index: -1;
}
.service-development-item:hover .content2 {
  top: 16px;
  left: 20px;
}
.service-development-item:hover .content2 .img-icon {
  filter: brightness(25);
}
.service-development-item:hover .text-statics {
  transform: scale(0);
}

.techgon-section {
  z-index: 1;
}
@media (max-width: 1399px) {
  .techgon-section {
    padding-bottom: 80px;
  }
}
.techgon-section .techgon-ele {
  position: absolute;
  bottom: 50px;
  right: 120px;
  animation: circle 26s linear infinite;
  z-index: -1;
}

@keyframes circle {
  100% {
    transform: rotate(360deg);
  }
}
.techgon-thumb {
  direction: rtl;
}
.techgon-thumb img {
  max-width: unset;
}
@media (max-width: 1399px) {
  .techgon-thumb {
    width: 100%;
  }
  .techgon-thumb img {
    max-width: 100%;
    border-radius: 10px;
  }
}

.techgon-content {
  border-radius: 10px;
  background: var(--white);
  padding: 78px 80px;
  box-shadow: 15px 15px 60px -10px rgba(22, 20, 49, 0.06);
  max-width: 670px;
  position: absolute;
  right: 310px;
  bottom: 120px;
}
.techgon-content ul li span {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 1px solid rgba(3, 23, 64, 0.15);
  border-radius: 50%;
}
.techgon-content ul li span i {
  color: var(--p1-clr);
}
@media screen and (max-width: 1700px) {
  .techgon-content {
    right: 100px;
  }
}
@media (max-width: 1399px) {
  .techgon-content {
    position: initial;
    padding: 0px 0px;
  }
}
@media (max-width: 991px) {
  .techgon-content {
    position: initial;
    padding: 30px 19px;
  }
}

.proted-check {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.06);
}

.customer-service-items svg path {
  transition: all 0.5s;
}
.customer-service-items:hover .icon svg path {
  stroke: var(--p3-clr);
}
.customer-service-items:hover a {
  color: var(--p1-clr);
}
@media screen and (min-width: 1199px) {
  .customer-service-items p {
    max-width: 229px;
  }
}

@media screen and (max-width: 991px) {
  .watch-custom-ele {
    display: none;
  }
}

.common-left-barbox {
  background: #F0F4FD;
  border-radius: 10px;
  padding: 40px 40px;
}
@media (max-width: 1199px) {
  .common-left-barbox {
    padding: 30px 24px;
  }
}

.cate-tags {
  background: var(--white);
  padding: 24px 20px;
  filter: drop-shadow(0px 1px 3px rgba(32, 33, 36, 0.08));
  border-radius: 7px;
  transition: all 0.4s;
}
.cate-tags:hover {
  background: var(--p1-clr);
  color: var(--white);
}
.cate-tags:hover i {
  color: var(--white);
}
@media (max-width: 1199px) {
  .cate-tags {
    padding: 20px 20px;
  }
}

.question-talk-box {
  background: url(../../assets/img/element/support-box.png) no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  padding: 50px 30px;
}

.team-items {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
}
.team-items .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-items .thumb::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  background: linear-gradient(180deg, rgba(3, 23, 64, 0) 35%, #031740 100%);
  z-index: 1;
  transition: all 0.4s;
}
.team-items .thumb img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}
.team-items .thumb .social-wrapper2 {
  padding: 10px;
  background: var(--p1-clr);
  border-radius: 10px;
  position: absolute;
  bottom: -200px;
  transition: all 0.4s;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.team-items .thumb .social-wrapper2 a {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-items .thumb .social-wrapper2 a i {
  color: var(--white);
}
.team-items .thumb .social-wrapper2 a svg path {
  stroke: var(--white);
  transition: all 0.4s;
}
.team-items .thumb .social-wrapper2 a:hover {
  background: var(--white);
}
.team-items .thumb .social-wrapper2 a:hover i {
  color: var(--p1-clr);
}
.team-items .thumb .social-wrapper2 a:hover svg path {
  stroke: var(--p1-clr);
}
.team-items:hover .social-wrapper2 {
  bottom: 20px;
}
.team-items:hover .thumb img {
  transform: scale(1.05);
}
.team-items:hover .thumb::before {
  height: 100%;
}
.team-items.style4 .plus-icon .icons {
  border: 1px solid rgba(3, 23, 64, 0.2);
}
.team-items.style4 .plus-icon .social-wrapper {
  width: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: initial;
  bottom: 110%;
}
.team-items.style4 .plus-icon .social-wrapper a {
  border: 1px solid rgba(3, 23, 64, 0.2);
}
.team-items.style4 .plus-icon .social-wrapper a i {
  color: var(--white);
}
.team-items.style4 .plus-icon .social-wrapper::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 15px;
  content: "";
  background: var(--p1-clr);
  clip-path: polygon(47% 100%, 0 0, 100% 0);
}

.plus-icon {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 60px;
  z-index: 2;
}
.plus-icon .social-wrapper a svg path {
  stroke: var(--black) !important;
}
.plus-icon .social-wrapper a i {
  color: var(--white);
}
.plus-icon .social-wrapper a:hover {
  background: var(--p3-clr);
}
.plus-icon .social-wrapper a:hover i {
  color: var(--white);
}
.plus-icon .social-wrapper a:hover svg path {
  stroke: var(--white) !important;
}
.plus-icon .icons {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.plus-icon .icons i {
  font-size: 18px;
}
.plus-icon .social-wrapper {
  position: absolute;
  top: 110%;
  left: 38%;
  transform: translateX(-50%) rotateX(90deg);
  transition: all 0.4s;
}
.plus-icon .social-wrapper a i {
  color: var(--black);
}
.plus-icon:hover {
  cursor: pointer;
}
.plus-icon:hover .social-wrapper {
  transform: translateX(-50%);
}

.team-details-content .more-details ul li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.team-details-content .more-details ul li .title {
  font-size: 16px;
  color: #49577A;
  letter-spacing: 0px;
  width: 130px;
}
.team-details-content .more-details ul li .text {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0px;
}
.team-details-content .social-icon a {
  background: #F0F4FD;
  border-radius: 50%;
}
.team-details-content .social-icon a i {
  color: #49577A;
}
.team-details-content .social-icon a:hover {
  background: var(--p1-clr);
}
.team-details-content .social-icon a:hover i {
  color: var(--white);
}

.share-cmn-icon {
  background: #F0F4FD;
  padding: 5px 16px 6px;
}

.teco-mail-box .icon {
  width: 50px;
  height: 50px;
  background: rgba(3, 23, 64, 0.1);
}

.story-section .testimonial-items2 {
  margin: 0;
}
.story-section .testimonial-items2 .thumb {
  max-width: 360px;
  height: 360px;
}
.story-section .testimonial-items2 .thumb img {
  width: 100%;
  height: 100%;
}
.story-section .testimonial-items2:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .story-section .testimonial-items2 .thumb {
    max-width: 360px;
    height: 320px;
  }
  .story-section .testimonial-items2 .thumb img {
    width: 100%;
    height: 100%;
  }
  .story-section .testimonial-items2:not(:last-child) {
    margin-bottom: 10px;
  }
}

.story-section-details .testimonial-items2 {
  padding: 50px 60px 60px;
  margin: 0;
}
.story-section-details .testimonial-items2 .quote2 {
  margin-top: 0;
}
.story-section-details .testimonial-items2 h3 {
  font-size: 42px;
}
@media (max-width: 991px) {
  .story-section-details .testimonial-items2 {
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px 20px 30px;
  }
  .story-section-details .testimonial-items2 h3 {
    font-size: 24px;
  }
  .story-section-details .testimonial-items2 .thumb {
    width: 100%;
  }
  .story-section-details .testimonial-items2 .thumb img {
    width: 100%;
  }
}

.error-thumb {
  max-width: 777px;
  margin: 0 auto;
}

.testimonial-items {
  border-radius: 20px;
  background: #fff;
  padding: 36px 40px 106px;
  position: relative;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin: 24px;
}
.testimonial-items p {
  line-height: 30px;
}
.testimonial-items .testi-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .testimonial-items {
    padding: 28px 22px 100px;
    margin: 0;
    border: 1px solid var(--border);
  }
}

@media (max-width: 991px) {
  .testimonial-thumb1 {
    width: 100%;
  }
  .testimonial-thumb1 img {
    width: 100%;
  }
}

.testimonial-section {
  position: relative;
  z-index: 1;
}
.testimonial-section .swiper-arrow-area1 {
  position: absolute;
  z-index: 9;
  right: 220px;
  bottom: 60px;
}
.testimonial-section .swiper-arrow-area1 button svg {
  transition: all 0.4s;
}
.testimonial-section .swiper-arrow-area1 button svg path {
  fill: #e6e7e9;
  stroke: #e6e7e9;
  transition: all 0.4s;
}
.testimonial-section .swiper-arrow-area1 button:hover svg path {
  fill: var(--p1-clr);
  stroke: var(--p1-clr);
}
@media (max-width: 767px) {
  .testimonial-section .swiper-arrow-area1 {
    position: absolute;
    z-index: 9;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
  }
  .testimonial-section .swiper-arrow-area1 button svg {
    width: 50px;
  }
}

.testimonial-item2 h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -1.08px;
}
@media (max-width: 991px) {
  .testimonial-item2 h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .testimonial-item2 .quote {
    width: 50px;
  }
}

.map-quote {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}

.testimonial-author-wrap {
  display: grid;
  gap: 30px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.testimonial-author-wrap .testimonial-author-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.testimonial-author-wrap .testimonial-author-inner .author {
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  transition: all 0.4s;
}
.testimonial-author-wrap .testimonial-author-inner .author img {
  width: 100%;
}
.testimonial-author-wrap .testimonial-author-inner .author:hover {
  border-color: #031740;
}
@media (max-width: 1199px) {
  .testimonial-author-wrap {
    gap: 18px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .testimonial-author-wrap .testimonial-author-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }
  .testimonial-author-wrap .testimonial-author-inner .author {
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
  }
  .testimonial-author-wrap .testimonial-author-inner .author img {
    width: 100%;
  }
  .testimonial-author-wrap .testimonial-author-inner .author:hover {
    border-color: #031740;
  }
}
@media (max-width: 767px) {
  .testimonial-author-wrap {
    gap: 14px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .testimonial-author-wrap .testimonial-author-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .testimonial-author-wrap .testimonial-author-inner .author {
    width: 60px;
    height: 60px;
  }
}

.testimonial-item4 .big-pra {
  max-width: 500px;
}

.testimonial-items05 {
  padding: 40px;
  position: relative;
  z-index: 1;
  background: var(--white);
  border: 1px solid rgba(3, 23, 64, 0.15);
  border-radius: 10px;
  transition: all 0.4s;
  overflow: hidden;
}
.testimonial-items05 .boxes {
  position: relative;
  z-index: 1;
}
.testimonial-items05::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  /* background: linear-gradient(123deg, #5135ff 0.39%, #ff5455 99.61%); */
  background: linear-gradient(to right, #2a4a93 0.39%, #00c3ff );

  transition: all 0.5s;
  border-radius: 10px;
}
.testimonial-items05 .pra {
  margin-bottom: 40px;
  font-size: 17px;
}
.testimonial-items05 .author {
  width: 70px;
  height: 70px;
}
.testimonial-items05 .author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-items05 .testimonial-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.testimonial-items05:hover .pra {
  color: var(--white);
}
.testimonial-items05:hover p,
.testimonial-items05:hover h6 {
  color: var(--white) !important;
}
.testimonial-items05:hover::before {
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonial-items05 {
    padding: 24px;
  }
}

.testimonial-wrapper05 .swiper-slide-active .testimonial-items05 .pra {
  color: var(--white);
}
.testimonial-wrapper05 .swiper-slide-active .testimonial-items05 p,
.testimonial-wrapper05 .swiper-slide-active .testimonial-items05 h6 {
  color: var(--white) !important;
}
.testimonial-wrapper05 .swiper-slide-active .testimonial-items05::before {
  width: 100%;
}/*# sourceMappingURL=main.css.map */

/* . */

.service-back{
  background-image: url(../../assets/dr-terrace-img/service.png);
  background-repeat: no-repeat;
  background-size: cover; 
}

.blog-back{
  background-image: url(../dr-terrace-img/bloo.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width:767px){
.dont-want{
  display: none !important;
}
.text-just{
  text-align: justify;
  font-size: 15px;
}
}
.contact-btn {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 999;
}

.contact-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
}

.phone-icon {
  background-color: #2a4a93;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(10, 104, 176, 0.7);
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
  font-size: 22px;
}

.phone-number {
  background: linear-gradient(93deg, #5135FF 10.65%, #FF5455 89.35%);
  color: white;
  padding: 10px 15px;
  margin-left: 10px;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

/* Show number on hover */
.contact-btn a:hover .phone-number {
  opacity: 1;
  transform: translateX(0);
}

/* Pulse animation */
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 5px 20px rgba(10, 104, 176, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(10, 104, 176, 0);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(10, 104, 176, 0);
  }
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover{
  color: #fff;
}

.blog-heading-container{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-bottom: 30px;
}

.about-backk{
  background-image: url(../../assets/dr-terrace-img/aboo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.font-get{
  font-size: 40px;
}

@media (max-width: 767px){
.contact-img {
  width: 100%;
}
.banner-bg-slide{
  padding: 95px 0px 0px;
}
.bread-mobile{
  display: none !important;
}
.brands{
  padding-bottom: 10px !important;
}
.faq-pad{
  margin-top: 30px;
}
.font-get{
  font-size: 25px;
}
.mb-m{
  margin-bottom: 1rem !important;
}
.event-work-items{
  padding: 20px 10px;
}
.why-t{
  font-size: 17px;
}.service-mobile{
  display: none;
}
.service-point{
  padding: 10px ;
}
.inter-imagee{
  margin-top: 20px;
}
.text-justt{
  font-size: 15px;
}.space-bottomm{
  padding-bottom: 0px;
}
}

.service-point{
  background-image: url(/assets/dr-terrace-img/detail-point.jpg);
}

@media(min-width:1000px){
  .bread-title{
    font-size: 50px;
  }
}

.inter-image{
  margin-top: -60px;
}


.gradient-text {
  background: linear-gradient(to right, #adbad8 0.39%, #e7f3f7 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.lee-pp{
  background: linear-gradient(to right, #2a4a93 0.39%, #00c3ff );
  color: #fff;
}

.warrenty{
  margin-bottom: 40px;
}

.point-cont{
  margin-top: 50px;
}

@media(max-width:767px){
  .point-cont{
    margin-top: 30px;
  }
  .gapp{
    gap: 0px;
  }
  .why-index-cont{
    margin-top: 20px;
  }
}
.why-index-cont{
    margin-top: 20px;
  }

.why-dr-t{
  background-image: url('../../assets/dr-terrace-img/warrenty-back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}



.breadcrumb-section-outer {
  background: url(../../assets/dr-terrace-img/b-d-b.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}


.breadcrumb-section-outer .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-outer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}


.breadcrumb-section-cool {
  background: url(../../assets/dr-terrace-img/cool-2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-cool .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-cool::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.breadcrumb-section-bath {
  background: url(../../assets/dr-terrace-img/bath-1.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-bath .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-bath::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.breadcrumb-section-base {
  background: url(../../assets/dr-terrace-img/tank-1.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-base .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-base::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.breadcrumb-section-lift {
  background: url(../../assets/dr-terrace-img/lift-2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-lift .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-lift::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.breadcrumb-section-ec {
  background: url(../../assets/dr-terrace-img/ec-2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-ec .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-ec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

.breadcrumb-section-ef {
  background: url(../../assets/dr-terrace-img/ef-2.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-section-ef .bread-ele {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 100%;
}
.breadcrumb-section-ef::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 23, 64, 0.541);
}

@media(max-width:320px){
  .counter-area1{
    gap: 8px 10px;
    padding: 28px 10px 32px;
  }

}

.orange-col{
  color: #ff5455;
}


@media(min-width:1000px){
  .whyy-index{
    margin: 0px 3%;
  }
}

@media(max-width:767px){
  .banner-section-wrap .swiper-pagination{
    left: 40%;
  }
}


.modal.show ~ .waw-widget-right {
  display: none !important;
}

.form-grp select{
  padding: 50px !important;
}

.form-grp select{
  height: 60px !important;
}

.form-input,
.form-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  background-color: #f9f9f9;
  outline: none;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

select.form-select {
  appearance: none !important;               /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;

  padding-right: 40px;  /* Create space for arrow */
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 16px;
}

.fo-se{
  background: transparent;
}
form input{
  height: 45px;
  outline: none !important;
  color: #000;
}
form select{
  outline: none !important;
}
form input::placeholder{
  color: #000 !important;
  font-weight: 500 !important;
}
.fo-se span{
  letter-spacing: 0px;
  font-weight: 500 !important;
  color: rgb(158, 158, 158) !important;
  font-size: 15px;
}

.nice-select .list{
  background: #fff !important;
}

/* COMPLETELY HIDE THE NATIVE ARROW */
.ticket-booking-content select,
.blog-form select,
.nice-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  outline: none !important;
}

.nice-select::after {
  right: 25px !important; /* Adjust arrow position */
  top: 60%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.nice-select .current{
  color: #000 !important;
}

select:invalid {
  border-color: red;
}

.modal-dialog{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}

.sevice-heading{
  font-size: 38px;
}

@media(max-width:767px){
  .modal-dialog{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
}

.modal {
  z-index: 12000 !important;
}
.modal-backdrop {
  z-index: 11900 !important;
}
body.modal-open .bcon-container {
  display: none !important;
}

.bcon-container {
  z-index: 1050 !important;
}

.sevice-heading{
  font-size: 38px;
}


.index-review{
  font-size: 24px;
}

@media(max-width:767px){
  .sevice-heading{
  font-size: 24px;
}
.index-conta{
  --bs-gutter-x:0 !important;
}
.header-1.header-style2 .mega-menu-wrapper{
  padding: 7px 15px;
}
.index-review{
  font-size: 16px;
}
}

