@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  Template Name: Verso - Multipurpose HTML5 Template
  Author: RRDevs
  Support: https://support.rrdevs.net/
  Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/*Variable CSS
/*Typography CSS
/*About Us


/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Hind+Madurai:wght@300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
:root {
  --primary: #1756F7;
  --secondary: #0A0A0A;
  --white: #FFFFFF;
  --gray: #4E4E4E;
  --border: #E4E4E4;
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
@font-face {
  font-family: "GeneralSans-Semibold";
  src: url("../fonts/GeneralSans-Semibold.otf");
  font-weight: 400;
  font-style: normal;
}
/* === Font Variable scss (index 01) === */
:root {
  --font_inter: "Inter", sans-serif;
  --font_dm-sans: "DM Sans", sans-serif;
  --hat-display: "Red Hat Display", sans-serif;
  --plus-jakarta: "Plus Jakarta Sans", sans-serif;
  --hind-madurai: "Hind Madurai", sans-serif;
  --titillium-web: "Titillium Web", sans-serif;
  --nunito-sans: "Nunito Sans", sans-serif;
  --fonts-generalSans: "GeneralSans-Semibold";
  --font_awesome: "Font Awesome 6 Pro";
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  font-family: var(--font_inter);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--primary);
}

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

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* === Gutter scss (index 01) === */
@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

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

.bg {
  background-color: #F5F5F5;
}

.inner-space {
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .inner-space {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .inner-space {
    margin-bottom: 50px;
  }
}

.bg-sdw {
  background: var(--white);
  box-shadow: 0px 0px 48px 0px rgba(87, 105, 138, 0.1294117647);
}

.mb-minus-30 {
  margin-bottom: -30px;
}

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

.mb-minus-24 {
  margin-bottom: -24px;
}

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

.p-relative {
  position: relative;
}

.mb-91 {
  display: block;
  margin-bottom: 91px;
}
@media only screen and (max-width: 767px) {
  .mb-91 {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* === font-family scss (index 03) === */
.font-pro {
  font-family: var(--font_code);
}

/* === color scss (index 01) === */
.primary {
  color: var(--primary);
}

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

/* === font-weight scss (index 01) === */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

/* === container scss (index 03) === */
.rr-container-1344 {
  max-width: 1344px;
}
.rr-container-1705 {
  max-width: 1705px;
}
.rr-container-1244 {
  max-width: 1244px;
}

/* === Section spacing  scss (index 01) === */
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1599px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1599px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary);
  z-index: 1000000000000000000000;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000000000000000;
  color: var(--primary);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: var(--primary);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
  background: var(--primary);
}
.dark .progress-wrap::after {
  color: var(--white);
}

.progress-wrap svg path {
  fill: #fff;
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.rr-btn {
  z-index: 5;
  overflow: hidden;
  position: relative;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 25.6px;
  line-height: 16px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-family: var(--font_inter);
  background: var(--primary);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
}
.rr-btn:hover .btn-wrap .text-two i, .rr-btn:focus .btn-wrap .text-two i {
  transform: rotate(-45deg);
  color: var(--primary);
}
.rr-btn:after {
  clear: both;
  content: "";
  display: block;
}
.rr-btn::before {
  content: "";
  bottom: 0;
  height: 0;
  width: 100%;
  position: absolute;
  transition: all 0.5s;
  background: var(--white);
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  border: none;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  gap: 10px;
  display: flex;
  margin-right: 1px;
  align-items: center;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 12px;
  transform: rotate(-45deg);
  color: var(--white);
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--primary);
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-two i {
  color: var(--primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

/* === menu scss (index 01) === */
.main-menu > ul {
  gap: 40px;
  display: flex;
}
@media only screen and (max-width: 1399px) {
  .main-menu > ul {
    gap: 25px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--primary);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li > a {
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  color: var(--white);
  padding: 5px 0;
  margin: 11px 0 11px 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .main-menu li > a {
    padding: 10px 0;
    margin: 30px 0 30px 0;
  }
}
.main-menu li:hover a {
  color: var(--primary);
}
.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin: 5px 0 5px 0;
  color: var(--secondary);
  text-transform: capitalize;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.main-menu ul.dp-menu li a:last-child {
  padding-bottom: 0;
}
.main-menu ul.dp-menu li a:hover {
  color: var(--primary);
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.offcanvas-overlay-3 {
  background: #F1F1F1;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas-overlay.overlay-open-3 {
  opacity: 1;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--secondary);
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 30px;
  position: fixed;
  right: 0;
  top: 0;
  width: 430px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1F1F1F;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 320px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  max-width: inherit;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
  text-align: start;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
  color: var(--primary-2);
}
@media only screen and (max-width: 1599px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--secondary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--primary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  color: var(--secondary);
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--secondary);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--secondary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
.dark .mobile-menu.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mfp-close {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #fff;
  font-size: 30px;
  top: -40px;
  right: 0;
}

/* === header scss (index 01) === */
.header-wrapper {
  position: relative;
  gap: 80px;
  display: grid;
  padding: 0 0 0 181px;
  align-items: center;
  grid-template-columns: 171px 1fr;
}
@media only screen and (max-width: 1599px) {
  .header-wrapper {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrapper {
    display: block;
  }
}
.header-wrapper .logo {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .logo {
    display: none;
  }
}
.header__shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1599px) {
  .header__shape {
    display: none;
  }
}
.header__topbar {
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 1199px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrap {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 2.5px 180px 2.5px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1599px) {
  .header__topbar-wrap {
    padding: 2.5px 15px 2.5px 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .header__topbar-wrap {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar-wrap {
    display: none;
    flex-wrap: wrap;
  }
}
.header__topbar-right {
  gap: 41px;
  display: flex;
  align-items: center;
}
.header__topbar-text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--primary-2);
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .header__topbar-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar-text {
    margin-bottom: 10px;
  }
}
.header__topbar-text span {
  font-weight: 600;
  color: var(--primary-1);
}
.header__topbar-contact {
  gap: 26px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .header__topbar-contact {
    gap: 24px;
  }
}
.header__topbar-contact li {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.header__topbar-contact li::before {
  content: "";
  top: 2px;
  right: -8%;
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  background: #D2D2D2;
}
.header__topbar-contact li i {
  margin-right: 10px;
  color: var(--secondary);
}
.header__topbar-contact li a {
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
}
.header__topbar-contact li a:hover {
  color: var(--primary);
}
.header__topbar-contact li:nth-child(2)::before {
  right: -10%;
}
.header__topbar-contact li:last-child {
  padding-left: 10px;
}
.header__topbar-contact li:last-child::before {
  display: none;
}
.header-right-inner {
  margin-left: 54px;
}
@media only screen and (max-width: 1599px) {
  .header-right-inner {
    margin-left: 0;
  }
}
.header-area {
  z-index: 50;
  width: 100%;
}
.header-area .header-top-contact {
  display: flex;
  position: relative;
  align-items: center;
  background: #DA5033;
  justify-content: center;
  gap: 30px;
  border-bottom: 1px solid #DA5033;
}
@media only screen and (max-width: 991px) {
  .header-area .header-top-contact {
    display: none;
  }
}
.header-area .header-top-contact .contact-item {
  padding: 20px 0;
  border-right: 1px solid #E5E5E5;
  padding-right: 30px;
}
.header-area .header-top-contact .contact-item:last-child {
  border: none;
  padding-right: 0;
}
.header-area .header-top-contact .contact-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.header-area .header-top-contact .contact-item a span {
  margin-right: 10px;
}
.header-area .header-top-contact .contact-item a span i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.header-area .header__button {
  display: flex;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area__inner {
  gap: 10px;
  display: flex;
  position: relative;
  align-items: center;
  background: transparent;
  padding: 24.5px 180px 24.5px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1599px) {
  .header-area__inner {
    padding: 24.5px 15px 24.5px 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area__inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.header-area .header__logo {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__logo {
    display: block;
  }
}
.header-area .main-menu li a {
  text-align: center;
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--secondary);
  text-transform: capitalize;
}
.header-area .search-icon {
  color: var(--primary-1);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  font-weight: 700;
  color: var(--white);
  padding: 17px 26px;
  background: var(--primary);
}
.header-area .rr-btn::before {
  background: var(--secondary);
}
.header-area .rr-btn .btn-wrap .text-one {
  color: var(--white);
}
.header-area .rr-btn .btn-wrap .text-one i {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.header-area .rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.header-area .rr-btn .btn-wrap .text-two i {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .header-area .rr-btn {
    padding: 14.5px 18px;
  }
}
.header-area .side-toggle {
  gap: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  flex-direction: column;
  background: #F5F5F5;
  justify-content: center;
}
.header-area .side-toggle .one {
  width: 16px;
  height: 2px;
  display: block;
  margin-right: -5px;
  background: var(--secondary);
}
.header-area .side-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  background: var(--secondary);
}
.header-area .header__nav {
  position: relative;
}
@media (max-width: 575px) {
  .header-area .header__nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area .main-menu {
    padding-left: 0;
  }
}
.header-main {
  z-index: 10;
  margin: 0 auto;
  max-width: 1840px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
}
@media (max-width: 575px) {
  .header-main {
    margin: 0 10px;
  }
}
.header__info-item {
  gap: 10px;
  display: flex;
  text-align: start;
  position: relative;
  align-items: center;
  padding: 11.5px 72px;
  border-right: 1px solid rgba(255, 255, 255, 0.2117647059);
}
@media only screen and (max-width: 1399px) {
  .header__info-item {
    padding: 11.5px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__info-item {
    padding: 11.5px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header__info-item {
    flex-wrap: wrap;
  }
}
.header__info-item:first-child {
  padding-left: 0;
}
.header__info-item:last-child {
  padding-right: 0;
  border-right: none;
}
.header__info-icon {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: var(--primary-2);
  background: var(--white);
}
.header__info-icon i {
  color: var(--primary-1);
}
.header__info-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_archivo);
}
.header__info-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
  transform: translateY(-5px);
  font-family: var(--font_archivo);
}
.header__lan {
  gap: 9px;
  display: flex;
  align-items: center;
  position: relative;
}
.header__lan .icon i {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--secondary);
  font-family: var(--font_awesome);
}
@media only screen and (max-width: 767px) {
  .header__lan {
    display: none;
  }
}
.header__lan .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  z-index: 11;
}
.header__lan .nice-select .current {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--secondary);
  vertical-align: middle;
  font-family: var(--font_inter);
}
.header__lan .nice-select .icon {
  top: 0;
  right: -2px;
  position: absolute;
  transition: all 0.3s;
}
.header__lan .nice-select .icon i {
  font-size: 16px;
  font-weight: 900;
  line-height: 16px;
  color: var(--secondary);
  font-family: var(--font_awesome);
}
.header__lan .nice-select ul li {
  width: inherit;
  height: inherit;
}
.header__lan .nice-select .list {
  left: -23px;
  display: flex;
  padding: 0 10px;
  min-width: 100px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--white);
}
.header__lan .nice-select .option {
  line-height: 1;
  font-size: 14px;
  min-height: auto;
  font-weight: 400;
  padding: 12px 10px;
  color: var(--secondary);
}
.header__lan .nice-select .option:hover {
  color: var(--primary);
}
.header__lan .nice-select .option.selected {
  font-weight: 600;
}
.header__lan .nice-select:after {
  display: none;
}
.header__lan .nice-select.open .icon {
  top: 0;
  transform: rotate(180deg);
}
.header__right {
  gap: 10px;
  display: flex;
  align-items: center;
}
.header__right ul li {
  list-style: none;
}
.header__right ul li button {
  width: 50px;
  height: 50px;
  display: flex;
  list-style: none;
  align-items: center;
  border-radius: 100px;
  background: #F5F5F5;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .header__right ul li button {
    display: none;
  }
}
.header__right ul li button svg {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--secondary);
  font-family: var(--font_awesome);
  transition: all 0.3s ease-in-out;
}
.header__right ul li button:hover {
  color: var(--primary);
}
.header__right ul li button:hover svg path {
  fill: #1756F7;
}
@media only screen and (max-width: 1199px) {
  .header__right .header__button {
    display: none;
  }
}

/* === footer scss (index 01) === */
.footer__inner {
  background: #1A2027;
  border-radius: 20px;
  margin: 0px 20px 20px 20px;
  padding-top: 120px;
}
@media only screen and (max-width: 1399px) {
  .footer__inner {
    margin: 0px 15px 15px 15px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    padding-top: 60px;
  }
}
.footer__top-wrap {
  gap: 23px;
  display: grid;
  margin-bottom: 100px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1399px) {
  .footer__top-wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__top-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top-wrap {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__top-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer__top-wrap {
    grid-template-columns: 1fr;
  }
}
.footer__widgets {
  margin-right: 16px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets {
    margin-right: 0;
  }
}
.footer__widgets-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  flex-wrap: wrap;
}
.footer__social {
  gap: 10px;
  display: flex;
  align-items: center;
}
.footer__social a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  background: #282C33;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.footer__social a i {
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--white);
}
.footer__social a:hover {
  background: var(--primary);
}
.footer__info-box {
  padding: 58px 20px 52px 20px;
  text-align: center;
  border-radius: 15px;
  background: var(--white);
  border: 1px solid #E2E2E2;
}
.footer__info-box .item {
  margin: 0 auto;
  max-width: 318px;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer__info-box {
    gap: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__info-box {
    padding: 30px 20px 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__info-box {
    padding: 30px 10px;
  }
}
@media (max-width: 575px) {
  .footer__info-box {
    gap: 20px;
    justify-content: start;
    padding: 30px 10px 30px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.footer__info-box:last-child {
  border: none;
}
.footer__info-box .icon {
  width: 120px;
  height: 120px;
  display: block;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .footer__info-box .icon {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__info-box .icon {
    width: 90px;
    height: 90px;
  }
}
.footer__info-box .icon i {
  color: var(--white);
}
.footer__info-box .content {
  text-align: center;
}
.footer__info-box .content .title {
  font-family: var(--titillium-web);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 6px;
  color: var(--secondary);
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .footer__info-box .content .title {
    font-size: 22px;
    line-height: 26px;
  }
}
.footer__info-box .content .location {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  display: block;
  text-align: center;
  margin-bottom: 22px;
  color: var(--gray);
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .footer__info-box .content .location {
    margin-bottom: 8px;
  }
}
.footer__info-box .content span {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--gray);
  text-transform: capitalize;
  font-family: var(--font_inter);
}
.footer__info-box .content .number {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0px;
  color: var(--secondary);
  text-transform: capitalize;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .footer__info-box .content .number {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 575px) {
  .footer__info-box .content .number {
    font-size: 16px;
  }
}
.footer__info-box .content .number:hover {
  color: var(--primary);
}
.footer__info-box .content .mail {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media only screen and (max-width: 1199px) {
  .footer__info-box .content .mail {
    font-size: 16px;
  }
}
.footer__info-box .content .mail:hover {
  color: var(--primary);
}
.footer__info-box .content .address {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_archivo);
}
@media (max-width: 575px) {
  .footer__info-box .content .address {
    font-size: 16px;
  }
}
.footer__info-box .content .address:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer__widgets-map {
    margin-bottom: 40px;
  }
}
.footer__widgets-map .maps {
  width: 100%;
  border-radius: 15px;
  height: 301px;
}
.footer__widgets__inner {
  display: grid;
  gap: 50px;
  margin-top: 31px;
  margin-bottom: 65px;
  grid-template-columns: 1fr 215px 267px;
}
@media only screen and (max-width: 1399px) {
  .footer__widgets__inner {
    grid-template-columns: 1fr 215px 266px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer__widgets__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__widgets__inner {
    grid-template-columns: 1fr 215px 267px;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widgets__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .footer__widgets__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.footer__widget .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: var(--white);
  font-family: var(--titillium-web);
  margin-bottom: 15px;
}
.footer__widget .footer-links li {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font_inter);
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .footer__widget .footer-links li {
    font-size: 14px;
    line-height: 37px;
  }
}
.footer__widget .footer-links li:last-child {
  margin-bottom: 0;
}
.footer__widget .footer-links li i {
  font-weight: 900;
  font-size: 16px;
  line-height: 40px;
  color: #808695;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.footer__widget .footer-links li:hover i {
  color: var(--theme);
}
.footer__widget:last-child {
  transform: translateY(47px);
}
@media only screen and (max-width: 767px) {
  .footer__widget:last-child {
    transform: translateY(0);
  }
}
.footer__bottom {
  border-top: 1px solid #282E36;
  padding: 26px 0;
}
.footer__bottom-item {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-item {
    flex-wrap: wrap;
  }
}
.footer__bottom-item .content .copyright {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}
.footer__bottom-item .timer {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer__bottom-item .timer span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  font-family: var(--font_inter);
}

.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search-open-btn svg path {
  transition: 0.3s ease;
}

.search-open-btn:hover svg path {
  fill: var(--primary-2);
}

.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 24px;
  padding-right: 30px;
  color: var(--white);
  border-bottom: 1px solid transparent;
}
.search__input input::placeholder {
  color: var(--white);
}

.search__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-ms-input-placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rr-common-white);
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--white);
}

/* === section-title scss (Home 01) === */
.section-title {
  display: block;
  margin: 0 auto;
  max-width: 641px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title.start {
  text-align: start;
}
.section-title .subtitle {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1.6px;
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .section-title .subtitle {
    font-size: 21px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .subtitle {
    font-size: 20px;
    line-height: 19px;
    margin-bottom: 13px;
  }
}
@media (max-width: 575px) {
  .section-title .subtitle {
    font-size: 18px;
    line-height: 16px;
  }
}
.section-title .title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 36px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .section-title .title {
    font-size: 25px;
  }
}

.breadcrumb__area {
  position: relative;
}
.breadcrumb__area .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.breadcrumb__area .shapes .shape-1 img {
  height: 100%;
}
.breadcrumb__wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__wrapper {
    padding: 159px 30px 87px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__wrapper {
    padding: 100px 30px 87px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__wrapper {
    padding: 80px 30px 80px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__wrapper {
    padding: 90px 0 58px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__wrapper {
    padding: 40px 0 40px 0;
  }
}
.breadcrumb__content {
  z-index: 2;
  position: relative;
  padding: 139px 0 142px 0;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__content {
    padding: 40px 0 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content {
    padding: 20px 0 30px 0;
  }
}
.breadcrumb__title {
  font-family: var(--hind-madurai);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 82px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 27px;
    line-height: 20px;
  }
}
.breadcrumb__list {
  margin-top: 3px;
}
.breadcrumb__list li {
  font-size: 16px;
  list-style: none;
  font-weight: 600;
  line-height: 17px;
  border-radius: 100px;
  display: inline-flex;
  color: var(--white);
  text-transform: capitalize;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .breadcrumb__list li {
    padding: 6px 0;
    flex-wrap: wrap;
    align-items: center;
    line-height: 35px;
    justify-content: center;
  }
}
.breadcrumb__list li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: var(--white);
  margin-right: 18px;
  position: relative;
  text-transform: capitalize;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .breadcrumb__list li a {
    margin-right: 30px;
  }
}
.breadcrumb__list li a.one::after {
  content: "";
  right: -12%;
  bottom: 40%;
  width: 6px;
  height: 2px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--white);
}
.breadcrumb__list li a.after-inner::after {
  content: "";
  right: -10%;
  bottom: 40%;
  width: 6px;
  height: 2px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--white);
}
.breadcrumb__list li a::after {
  content: "";
  right: -23%;
  bottom: 10%;
  width: 2px;
  height: 13px;
  display: block;
  border-radius: 100%;
  position: absolute;
  background: var(--white);
  transform: rotate(18deg);
}
.breadcrumb__list li a:hover {
  color: var(--primary);
}

/* === pages scss (index 01) === */
.hero__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.hero__item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(99.94deg, #1B1B1B 1.91%, rgba(27, 27, 27, 0) 75.43%);
}
.hero__shape .shape1 {
  width: 795px;
  position: absolute;
  height: 1713.47px;
  left: -219px;
  top: -330px;
  z-index: 2;
  background: linear-gradient(194.83deg, rgba(27, 27, 27, 0) 44.2%, #0B1847 89.54%);
  transform: rotate(-33.94deg);
}
.hero__shape .shape2 {
  z-index: 3;
  position: absolute;
  width: 670.67px;
  height: 684.01px;
  left: -278.66px;
  top: -107.16px;
  background: linear-gradient(180deg, #000000 24.93%, rgba(27, 27, 27, 0) 100%);
  transform: rotate(-33.94deg);
}
.hero__shape .shape3 {
  position: absolute;
  width: 804.7px;
  height: 608.8px;
  left: 517px;
  top: -447.78px;
  z-index: 4;
  background: linear-gradient(170.82deg, #1B1B1B 29.67%, rgba(27, 27, 27, 0) 84.47%);
  transform: rotate(-33.94deg);
}
.hero__shape .shape4 {
  position: absolute;
  width: 1135.92px;
  height: 1050.4px;
  left: 17.05px;
  top: 291.93px;
  z-index: 4;
  background: linear-gradient(180deg, rgba(62, 102, 243, 0) 0%, rgba(62, 102, 243, 0.0354719) 10.6%, #00239E 100%);
  mix-blend-mode: hard-light;
  opacity: 0.5;
  transform: rotate(-33.94deg);
}
.hero__shape .shape5 {
  position: absolute;
  width: 258.61px;
  height: 572.44px;
  left: 1768px;
  top: -161px;
  z-index: 4;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #13235B 100%);
  transform: rotate(-33.94deg);
}
.hero__info {
  z-index: 10;
  padding: 186px 0;
  text-align: start;
  position: relative;
  max-width: 721px;
}
@media only screen and (max-width: 1399px) {
  .hero__info {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__info {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero__info {
    padding: 70px 0 70px 0;
  }
}
@media (max-width: 575px) {
  .hero__info {
    padding: 60px 0 60px 0;
  }
}
.hero__subtitle {
  margin-bottom: 17px;
  padding: 6.5px 24.6px;
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: var(--font_inter);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  border-radius: 1000px;
}
@media (max-width: 575px) {
  .hero__subtitle {
    font-size: 14px;
    padding: 4.5px 20px;
  }
}
.hero__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
  margin-bottom: 13px;
  letter-spacing: 0px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--hind-madurai);
}
@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.hero__title span {
  font-size: 120px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: var(--font_titilm);
}
@media only screen and (max-width: 1199px) {
  .hero__title span {
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__title span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title span {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .hero__title span {
    font-size: 47px;
  }
}
.hero__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 34px;
  color: var(--white);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .hero__desc {
    max-width: 544px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__desc {
    max-width: 387px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__desc {
    font-size: 17px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__desc {
    line-height: 24px;
  }
}
.hero__number-pagination {
  left: 6.3%;
  top: 50%;
  z-index: 11;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1800px) {
  .hero__number-pagination {
    left: 4%;
  }
}
@media only screen and (max-width: 1599px) {
  .hero__number-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    top: inherit;
  }
}
@media only screen and (max-width: 1399px) {
  .hero__number-pagination {
    left: 0;
    top: 90%;
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__number-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    top: inherit;
  }
}
.hero-slider__swiper-pagination {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1599px) {
  .hero-slider__swiper-pagination {
    gap: 10px;
    align-items: inherit;
    flex-direction: inherit;
    justify-content: center;
  }
}
.hero-slider__swiper-pagination .swiper-number {
  width: 55px;
  height: 55px;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  align-items: center;
  color: var(--white);
  margin-bottom: 20px;
  border-radius: 100%;
  justify-content: center;
  border: 2px solid var(--white);
  transition: all 0.3s ease-in-out;
  font-family: var(--hind-madurai);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
}
@media only screen and (max-width: 1399px) {
  .hero-slider__swiper-pagination .swiper-number {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-slider__swiper-pagination .swiper-number {
    display: none;
  }
}
.hero-slider__swiper-pagination .swiper-number-active {
  width: 67px;
  height: 67px;
  color: var(--primary);
  background: var(--white);
}
@media only screen and (max-width: 1599px) {
  .hero-slider__swiper-pagination .swiper-number-active {
    width: 50px;
    height: 50px;
  }
}
.hero-slider__swiper-pagination .swiper-number:last-child {
  margin-bottom: 0;
}
.hero__btn {
  display: inline-block;
}
.hero__btn .rr-btn {
  padding: 19.5px 41px;
}
.hero__active {
  position: relative;
}
.hero__active .swiper-slide-active .hero__info {
  transform: scale(1);
}
.hero__active .swiper-slide-active .hero__subtitle {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero__active .swiper-slide-active .hero__title {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero__active .swiper-slide-active .hero__desc {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.hero__active .swiper-slide-active .hero__btn {
  opacity: 0;
  animation: anim-left 0.6s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

.custom-anim-left {
  animation: anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes anim-left {
  0% {
    transform: translateX(10%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.about-us__wrapper {
  background: linear-gradient(90deg, rgba(218, 218, 218, 0.22) 0%, rgba(218, 218, 218, 0.3) 100%);
}
.about-us__wrap {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 589px 648px;
}
@media only screen and (max-width: 1399px) {
  .about-us__wrap {
    grid-template-columns: 487px 624px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__wrap {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .about-us__wrap {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.about-us__content .section-title {
  margin: 0;
  margin-bottom: 46px;
}
@media only screen and (max-width: 1399px) {
  .about-us__content .section-title {
    margin-bottom: 30px;
  }
}
.about-us__content .section-title .subtitle {
  text-align: start;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .about-us__content .section-title .subtitle {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__content .section-title .subtitle {
    font-size: 16px;
    line-height: 13px;
  }
}
.about-us__content .section-title .title {
  text-align: start;
  color: var(--secondary);
  font-family: var(--font_inter);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1399px) {
  .about-us__content .section-title .title {
    font-size: 41px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__content .section-title .title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__content .section-title .title {
    font-size: 29px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .about-us__content .section-title .title {
    font-size: 23px;
    line-height: 33px;
  }
}
.about-us__content .nav {
  margin-bottom: 25px;
}
.about-us__content .nav.nav-tabs {
  border-bottom: none;
}
.about-us__content .nav-item {
  margin-right: 10px;
  display: block;
}
.about-us__content .nav-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .about-us__content .nav-item {
    margin-bottom: 15px;
  }
  .about-us__content .nav-item:last-child {
    margin-bottom: 0;
  }
}
.about-us__content .nav-item button {
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  border-radius: 100px;
  padding: 15.5px 25.2px;
  background: var(--white);
  text-transform: uppercase;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  border: inherit;
  color: var(--secondary);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.06);
}
.about-us__content .nav-item button:hover {
  background: #1756F7;
  cursor: pointer;
  border-radius: 100px;
  color: var(--white);
  border: inherit;
}
.about-us__content .nav-item button.active {
  background: #1756F7;
  color: var(--white);
  border: inherit;
  border-radius: 100px;
}
.about-us__thumb {
  text-align: right;
  position: relative;
}
.about-us__thumb img {
  border-radius: 20px;
}
.about-us__thumb .img-2 {
  position: absolute;
  bottom: -88px;
  left: 0px;
  width: 364px;
  border: 10px solid var(--white);
}
@media only screen and (max-width: 1199px) {
  .about-us__thumb .img-2 {
    bottom: -103px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__thumb .img-2 {
    width: 230px;
    height: 230px;
    bottom: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__thumb .img-2 {
    width: 300px;
    height: 300px;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-us__thumb .img-2 {
    width: 100%;
    height: 100%;
    top: 25px;
    bottom: 0;
    position: inherit;
  }
}
.about-us__thumb .img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us__progress {
  margin-top: 35px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .about-us__progress {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us__progress {
    margin-top: 20px;
  }
}
.about-us__progress__wrap {
  width: 100%;
}
.about-us__progress__wrap label {
  margin-top: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.about-us__progress__wrap .progress-outer {
  position: relative;
}
.about-us__progress__wrap .progress-outer .progress-num {
  position: absolute;
  bottom: -37px;
  right: 0;
  font-weight: 600;
  text-align: right;
  color: #1756F7;
  font-family: var(--font_inter);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (max-width: 575px) {
  .about-us__progress__wrap .progress-outer .progress-num {
    left: inherit;
  }
}
.about-us__progress__wrap .progress-outer .progress-num.one {
  transform: translate(95px);
}
.about-us__progress__wrap .progress-outer .progress {
  height: 8px;
}
.about-us__progress__wrap .progress-outer .progress .progress-bar {
  color: var(--white);
  margin: 0;
  background: var(--primary);
}
.about-us__progress .progress {
  width: 100%;
  height: 3px;
  background: #E3E3E3;
  overflow: hidden;
  border-radius: inherit;
}
.about-us__progress .progress .progress-bar {
  height: 100%;
  width: 0%;
  background: var(red);
  transition: width 1.3s ease;
}
.about-us__progress__item {
  gap: 30px;
  border-radius: 5px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .about-us__progress__item {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__progress__item {
    margin-bottom: 13px;
  }
}
@media (max-width: 575px) {
  .about-us__progress__item {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.about-us__progress__item:last-child {
  margin-bottom: 0;
}
.about-us__progress__item .icon {
  display: flex;
  padding: 18px 18px;
  border-radius: 5px;
  align-items: center;
  background: var(--white);
  justify-content: center;
}
@media (max-width: 575px) {
  .about-us__progress__item .icon {
    padding: 12px 12px;
  }
}
.about-us__experience-info {
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: -78px;
  left: 10px;
  padding: 18.1px 39.2px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #1756F7;
}
@media only screen and (max-width: 1199px) {
  .about-us__experience-info {
    bottom: -93px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us__experience-info {
    bottom: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us__experience-info {
    padding: 18.1px 44.2px;
    flex-direction: column;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-us__experience-info {
    bottom: -15px;
  }
}
.about-us__experience-info h2 {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .about-us__experience-info h2 {
    font-size: 28px;
  }
}
.about-us__experience-info h2 span {
  display: flex;
  align-items: center;
}
.about-us__experience-info .desc {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .about-us__experience-info .desc {
    font-size: 18px;
  }
}
.about-us__btn {
  display: inline-block;
}
.about-us__btn .rr-btn {
  padding: 19.5px 36px;
}
.about-us__btn .rr-btn::before {
  background: var(--secondary);
}
.about-us__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.project__wrapper .section-title {
  margin: 0;
  text-align: start;
  justify-content: start;
}
.project__wrapper .section-title__wrapper {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 63px;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .project__wrapper .section-title__wrapper {
    flex-wrap: wrap;
  }
}
.project__wrapper .section-title .subtitle {
  text-align: start;
}
@media (max-width: 575px) {
  .project__wrapper .section-title .subtitle {
    text-align: center;
  }
}
.project__wrapper .section-title .title {
  color: var(--secondary);
}
.project__wrap {
  gap: 60px;
  display: grid;
  grid-template-columns: 520px 520px 520px;
}
@media only screen and (max-width: 1599px) {
  .project__wrap {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1399px) {
  .project__wrap {
    gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .project__wrap {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .project__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .project__wrap {
    grid-template-columns: 1fr;
  }
}
.project__thumb {
  position: relative;
  overflow: hidden;
}
.project__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.project__thumb::before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  visibility: hidden;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  background: rgba(11, 20, 42, 0.58);
}
.project__thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.project__thumb:hover .project__content .icon {
  opacity: 1;
  visibility: visible;
}
.project__thumb:hover .project__content .icon a {
  transform: translate(-50%, -50%);
}
.project__thumb:hover .project__content .text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.project__content .icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.project__content .icon a {
  top: 50%;
  left: 50%;
  width: 111px;
  height: 111px;
  display: flex;
  overflow: hidden;
  position: absolute;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -80%);
}
@media only screen and (max-width: 1199px) {
  .project__content .icon a {
    width: 70px;
    height: 70px;
  }
}
.project__content .icon a i {
  font-size: 27px;
  transform: scale(1);
  display: inline-block;
  color: var(--primary);
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .project__content .icon a i {
    font-size: 20px;
  }
}
.project__content .icon a:hover i {
  transform: scale(1.3);
}
.project__content .text {
  opacity: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 25px;
  visibility: hidden;
  position: absolute;
  border-radius: 10px;
  border-radius: 10px;
  backdrop-filter: blur(2.5px);
  transform: translateY(117px);
  transition: all 0.3s ease-in-out;
  background: linear-gradient(90deg, #FFFFFF 0.2%, #FFFFFF 43.4%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1199px) {
  .project__content .text {
    padding: 15px;
  }
}
.project__title {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 24px;
  display: block;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 6px;
  color: var(--secondary);
}
@media only screen and (max-width: 1399px) {
  .project__title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .project__title {
    font-size: 18px;
  }
}
.project__desc {
  font-size: 16px;
  font-weight: 400;
  color: #6E777D;
  line-height: 100%;
  letter-spacing: 0px;
  font-family: var(--font_inter);
}
.project__btn {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .project__btn {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .project__btn {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.project__btn .rr-btn {
  padding: 19.5px 31px;
  text-transform: uppercase;
}
.project__btn .rr-btn::before {
  background: var(--secondary);
}
.project__btn .rr-btn .btn-wrap .text-two {
  color: var(--white);
}

.project-details .details-list-wrap {
  background: #FFFFFF;
  padding: 35px 40px 40px 40px;
  border-radius: 15px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .project-details .details-list-wrap {
    padding: 30px 15px 40px 15px;
  }
}
@media (max-width: 575px) {
  .project-details .details-list-wrap {
    padding: 30px 15px 40px 15px;
  }
}
.project-details .details-list-wrap .list-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  margin-bottom: 22px;
}
.project-details .details-list-wrap .details-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.project-details .details-list-wrap .details-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid #EAE3F5;
}
.project-details .details-list-wrap .details-list li .icon {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  box-shadow: 0px 4px 32px rgba(50, 44, 60, 0.17);
  color: var(--primary);
  height: 50px;
  width: 50px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.project-details .details-list-wrap .details-list li .content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #636166;
  display: block;
  margin-bottom: 5px;
}
.project-details .details-list-wrap .details-list li .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #191A1F;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .project-details .details-list-wrap {
    position: static;
    margin-top: 30px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #EAE3F5;
  }
}
.project-details-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
}
@media (max-width: 575px) {
  .project-details-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.project-details-dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
}
.project-details-img {
  position: relative;
}
.project-details-img img {
  width: auto;
  border-radius: 10px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .project-details-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .project-details-img {
    display: flex;
    flex-direction: column;
  }
}
.project-details__img-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .project-details__img-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .project-details__img-wrap {
    grid-template-columns: 1fr;
  }
}
.project-details__img-wrap img {
  border-radius: 10px;
  object-fit: cover;
}

.counter {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
}
@media (max-width: 575px) {
  .counter {
    top: 0;
    left: 0;
    bottom: inherit;
    position: inherit;
    transform: translate(0);
  }
}
.counter__wrapper {
  padding: 30px 0;
  border-radius: 30px;
  background: var(--primary);
}
@media (max-width: 575px) {
  .counter__wrapper {
    margin-top: 60px;
  }
}
.counter__wrap {
  display: grid;
  text-align: center;
  padding: 0 95px;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: 284px 294px 276px 276px;
}
@media only screen and (max-width: 991px) {
  .counter__wrap {
    padding: 0 15px;
    grid-template-columns: 180px 180px 180px 180px;
  }
}
@media only screen and (max-width: 767px) {
  .counter__wrap {
    padding: 0 15px;
    grid-template-columns: 130px 130px 130px 130px;
  }
}
@media (max-width: 575px) {
  .counter__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.counter__item {
  padding: 59px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
  .counter__item {
    padding: 40px 0;
  }
}
.counter__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.counter__item h2 {
  font-family: var(--font_dm-sans);
  font-weight: 700;
  font-size: 48px;
  line-height: 49px;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .counter__item h2 {
    font-size: 40px;
    line-height: 35px;
  }
}
.counter__item h2 span {
  line-height: 49px;
  letter-spacing: 3.3px;
  font-family: var(--font_dm-sans);
}
.counter__item .desc {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
}

.testimonial-section {
  overflow: hidden;
}
.testimonial-section-2 .testimonial-section__wrapper {
  background: #1A2027;
  margin: 0px 20px 0 20px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .testimonial-section-2 .testimonial-section__wrapper {
    padding: 30px 0 0 0;
  }
}
.testimonial-section-2 .testimonial-section__wrap .section-title .title {
  color: var(--white);
}
.testimonial-section-2 .testimonial-section__wrap .testimonial-section__item .testimonial-section__desc {
  color: var(--white);
}
.testimonial-section-2 .testimonial-section__wrap .testimonial-section__item .testimonial-section__author .content .testimonial-section__name {
  color: var(--white);
}
.testimonial-section-2 .testimonial-section__wrap .testimonial-section__item .testimonial-section__author .content .testimonial-section__desgn {
  color: var(--white);
}
.testimonial-section__wrapper {
  background: #F8F8F8;
}
.testimonial-section__wrapper .section-title {
  max-width: 100%;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__wrapper .section-title {
    margin-bottom: 30px;
  }
}
.testimonial-section__wrapper .section-title .subtitle {
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__wrapper .section-title .subtitle {
    font-size: 17px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section__wrapper .section-title .subtitle {
    font-size: 15px;
    line-height: 13px;
  }
}
.testimonial-section__wrapper .section-title .title {
  color: var(--secondary);
  font-family: var(--hat-display);
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__wrapper .section-title .title {
    font-size: 42px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__wrapper .section-title .title {
    font-size: 37px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section__wrapper .section-title .title {
    font-size: 27px;
    line-height: 30px;
  }
}
.testimonial-section__wrap {
  margin-left: -10px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__wrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section__wrap {
    margin-top: 30px;
  }
}
.testimonial-section__item {
  text-align: start;
  max-width: 630px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__item {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section__item {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.testimonial-section__thumb {
  position: relative;
  z-index: 2;
}
.testimonial-section__thumb img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial-section__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.testimonial-section__icon {
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 100%;
  justify-content: center;
  background: var(--primary);
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .testimonial-section__icon {
    width: 60px;
    height: 60px;
  }
}
.testimonial-section__author {
  gap: 20px;
  display: flex;
  margin-top: 45px;
  text-align: start;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__author {
    margin-top: 20px;
  }
}
.testimonial-section__author .thumb {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.testimonial-section__author .thumb img {
  border-radius: 100%;
  border: 3px solid var(--primary);
}
.testimonial-section__desc {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  color: var(--gray);
  letter-spacing: 0px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__desc br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-section__desc {
    font-size: 19px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section__desc {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-section__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: var(--secondary);
  font-family: var(--plus-jakarta);
}
@media only screen and (max-width: 1199px) {
  .testimonial-section__name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-section__name {
    font-size: 20px;
    line-height: 31px;
  }
}
.testimonial-section__desgn {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.testimonial-section.testimonial-slider__active {
  position: relative;
}
.testimonial-section__arrow {
  top: 16px;
  gap: 10px;
  right: 0;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .testimonial-section__arrow {
    right: 0;
  }
}
.testimonial-section__arrow::before {
  content: "";
  right: 0;
  width: 630px;
  height: 1px;
  z-index: -1;
  display: block;
  position: absolute;
  background: #E5E5E5;
}
.testimonial-section__arrow .testimonial__swiper-button-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonial-section__arrow .testimonial__swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.testimonial-section__arrow .testimonial__swiper-button-next i {
  color: var(--secondary);
}
.testimonial-section__arrow .testimonial__swiper-button-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .testimonial-section__arrow .testimonial__swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.testimonial-section__arrow .testimonial__swiper-button-prev i {
  color: var(--secondary);
}

.blog__wrapper {
  padding: 112px 0 155px 0;
  border-radius: 40px;
  background: #1A2027;
}
@media only screen and (max-width: 1199px) {
  .blog__wrapper {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog__wrapper {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog__wrapper {
    padding: 60px 0 60px 0;
  }
}
.blog__wrapper-2 {
  background: var(--white);
}
.blog__wrapper-2 .section-title .title {
  color: #0A0A0A;
}
.blog__thumb {
  min-width: 287px;
  min-height: 225px;
}
@media only screen and (max-width: 1199px) {
  .blog__thumb {
    min-height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .blog__thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog__thumb {
    min-width: 100%;
    min-height: 100%;
  }
}
.blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .blog__content {
    padding: 0 15px 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog__content {
    padding: 0 0 20px 15px;
  }
}
.blog__meta {
  gap: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .blog__meta {
    gap: 20px;
    padding: 10px 15px 0px 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog__meta {
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
  }
}
.blog__meta li {
  gap: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--gray);
  font-family: var(--font_inter);
}
.blog__meta li i {
  font-family: var(--font_awesome);
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: var(--primary);
  vertical-align: middle;
}
.blog__meta li span {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--gray);
  vertical-align: middle;
}
.blog__item {
  gap: 30px;
  display: flex;
  border-radius: 10px;
  background: #F5F5F5;
  border-radius: 10px;
  background: var(--white);
}
@media only screen and (max-width: 1199px) {
  .blog__item {
    gap: 27px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog__item {
    padding-right: 0;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .blog__item {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .blog__item {
    padding-right: 0;
  }
}
.blog__item-2 {
  background: #F5F5F5;
}
.blog__item.one {
  display: block;
  padding-right: 0;
}
.blog__item.one .blog__thumb {
  min-width: 100%;
}
.blog__item.one .blog__thumb img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.blog__item.one .blog__content {
  padding: 27px 30px 20px 30px;
}
@media only screen and (max-width: 1199px) {
  .blog__item.one .blog__content {
    padding: 15px 10px 20px 15px;
  }
}
.blog__content {
  max-width: 498px;
  padding: 34px 0;
}
@media only screen and (max-width: 991px) {
  .blog__content {
    padding: 0 15px 30px 15px;
  }
}
.blog__title {
  color: var(--secondary);
  font-family: var(--font_inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 16px 0 26px 0;
}
@media only screen and (max-width: 1399px) {
  .blog__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog__title {
    padding: 16px 0 0 0;
  }
}
.blog__title.one {
  max-width: 285px;
}
.blog__title.title-one {
  max-width: 348px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 991px) {
  .blog__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog__title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .blog__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.blog__btn.one {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog__btn {
    margin-top: 18px;
  }
}
.blog__btn a {
  display: inline-block;
  position: relative;
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  transition: all 0.3s ease-in-out;
  color: var(--primary);
}
.blog__btn a:hover {
  color: var(--secondary);
}
.blog__btn a:hover::before {
  width: 0;
}
.blog__btn a:hover i {
  color: var(--secondary);
}
.blog__btn a i {
  font-family: var(--font_awesome);
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  padding-left: 3px;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog__btn a::before {
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -7px;
  position: absolute;
  background: var(--primary);
  transition: all 0.3s ease-in-out;
}

.blog-details__area .row > * {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-details__wrapper {
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 280px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__wrapper {
    display: block;
  }
}
.blog-details__thumb {
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__thumb-wrap {
  margin-top: 33px;
}
.blog-details__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.blog-details__wrap .description .desc {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__meta {
  gap: 20px;
  display: flex;
  align-items: center;
  margin: 39px 0 18px 0;
}
@media only screen and (max-width: 991px) {
  .blog-details__meta {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__meta {
    flex-wrap: wrap;
  }
}
.blog-details__meta span {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  color: #4E4E4E;
}
.blog-details__meta span i {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-right: 9px;
  color: var(--primary);
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_awesome);
}
.blog-details__title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #191A1F;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
.blog-details__content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  font-family: var(--font_inter);
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__content .desc {
    font-size: 15px;
  }
}
.blog-details__content .desc.one {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content .desc.one {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-details__content .text {
  gap: 20px;
  display: flex;
  margin-bottom: 24px;
  align-content: center;
}
@media (max-width: 575px) {
  .blog-details__content .text {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.blog-details__content .text span {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 8px;
  letter-spacing: 0px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--primary);
  font-family: var(--font_archivo);
}
.blog-details__logistics-content {
  margin-top: 33px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content {
    margin-top: 30px;
  }
}
.blog-details__logistics-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0A0A0A;
  font-family: var(--font_space);
}
.blog-details__logistics-content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content .desc {
    font-size: 15px;
  }
}
.blog-details__logistics-content blockquote {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  gap: 25px;
  margin-bottom: 35px;
  padding: 32px 60px 35px 40px;
  position: relative;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content blockquote {
    padding: 32px 30px 35px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__logistics-content blockquote {
    padding: 30px 53px 30px 15px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote {
    gap: 20px;
    padding: 20px 7px;
    flex-wrap: wrap;
  }
}
.blog-details__logistics-content blockquote .qupte {
  width: 80px;
  height: 80px;
  background: #1756F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blog-details__logistics-content blockquote .content {
  z-index: 1;
  position: relative;
}
.blog-details__logistics-content blockquote .content .desc {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #0A0A0A;
  margin-bottom: 15px;
  max-width: 626px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content blockquote .content .desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote .content .desc {
    line-height: 27px;
  }
}
.blog-details__logistics-content blockquote .content .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__logistics-content blockquote .content .author {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
  font-family: var(--font_inter);
}
.blog-details__image-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .blog-details__image-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-details__image-box .image {
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__inner {
    grid-template-columns: 1fr;
  }
}
.blog-details__inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.blog-details__inner .blog-list li {
  display: flex;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 2px;
}
.blog-details__inner .blog-list li:last-child {
  margin-bottom: 0;
}
.blog-details__inner .blog-list li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FA360A;
}
.blog-details__gallery {
  gap: 15px;
  display: flex;
  margin: 34px 0;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    flex-wrap: wrap;
  }
}
.blog-details__gallery .thumb img {
  border-radius: 15px;
}
.blog-details__category {
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 40px 0 51px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
  }
}
.blog-details__strategy-solution {
  margin-top: 35px;
}
.blog-details__strategy-solution .title {
  font-family: var(--font_dm-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: var(--secondary);
}
@media only screen and (max-width: 1599px) {
  .blog-details__strategy-solution .title {
    margin-bottom: 15px;
  }
}
.blog-details__strategy-solution .desc {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.blog-details__strategy-solution .strategy-solution__item {
  gap: 20px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .blog-details__strategy-solution .strategy-solution__item {
    gap: 10px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__strategy-solution .strategy-solution__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__strategy-solution .strategy-solution__item .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__strategy-solution .strategy-solution__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.blog-details__strategy-solution .strategy-solution__item .list li {
  list-style: none;
  gap: 15px;
  display: flex;
  align-items: center;
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4E4E4E;
}
@media only screen and (max-width: 1399px) {
  .blog-details__strategy-solution .strategy-solution__item .list li {
    gap: 10px;
  }
}
.blog-details__strategy-solution .strategy-solution__item .list li i {
  color: var(--primary);
}
.blog-details__tag {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-details__tag .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .blog-details__tag {
    flex-wrap: wrap;
  }
}
.blog-details__tag li {
  text-align: start;
  list-style: none;
}
@media (max-width: 575px) {
  .blog-details__tag li {
    margin-bottom: 10px;
  }
}
.blog-details__tag li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #636166;
  font-family: var(--font_inter);
}
.blog-details__tag li a:hover {
  color: var(--primary);
}
.blog-details__share {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__share .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__share ul {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a:hover i {
  color: var(--primary);
}
.blog-details__share ul li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: #636166;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.blog-details__page {
  display: flex;
  padding: 29px 0;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog-details__page-prev {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-prev .image a img {
  border-radius: 10px;
}
.blog-details__page-prev a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  transition: all 0.3s ease-in-out;
}
.blog-details__page-prev a:hover {
  color: var(--primary);
}
.blog-details__page-next {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-next .image a img {
  border-radius: 10px;
}
.blog-details__page-next a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
.blog-details__dot {
  gap: 4px;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.blog-details__dot span {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
}
.blog-details__author {
  gap: 25px;
  display: flex;
  margin-top: 26px;
  margin-bottom: 52px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__page {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 15px;
  }
}
.blog-details__page-dot {
  width: 38px;
  height: 38px;
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .blog-details__page-dot {
    display: none;
  }
}
.blog-details__page-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--primary);
}
.blog-details__author {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  margin-bottom: 55px;
  padding: 30px 34px;
  align-items: center;
  background: #F5F5F5;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    gap: 19px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 189px;
  height: 189px;
}
@media (max-width: 575px) {
  .blog-details__author-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__author-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  font-family: var(--font_inter);
}
.blog-details__author-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1756F7;
  font-family: var(--font_inter);
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
}
.blog-details__author-dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-dec br {
    display: none;
  }
}
.blog-details__form-title {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
}
.blog-details__form-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-group {
  position: relative;
}
.blog-details__form-group .form-input {
  gap: 17px;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__form-group .form-input input {
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 100px;
  background: var(--white);
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 7px;
  padding: 16.5px 40px 16.5px 25px;
  transition: all 0.3s ease-in-out;
}
.blog-details__form-group .form-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  color: #636166;
  font-family: var(--font_inter);
}
.blog-details__form-group .rr-btn {
  width: 100%;
  margin-top: 13px;
  border-radius: 5px;
}
.blog-details__form-group .form-selector .custom-select {
  width: 100%;
  border: none;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  padding-left: 26px;
  border-radius: 100px;
  align-items: center;
  vertical-align: middle;
  background: var(--white);
  font-family: var(--font_inter);
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 7px;
  color: var(--body_text);
}
.blog-details__form-group .form-selector .custom-select::after {
  display: none;
}
.blog-details__form-group .form-selector .custom-select .list {
  width: 100%;
}
.blog-details__form-group .form-comment textarea {
  outline: 0;
  width: 100%;
  height: 150px;
  border: none;
  border-radius: 15px;
  background: var(--white);
  padding: 23px 64px 23px 25px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
}
.blog-details__form-group .form-comment textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #636166;
  font-family: var(--font_inter);
}
.blog-details__btn {
  margin-top: 21.5px;
}
.blog-details__btn.rr-btn {
  padding: 18px 31px;
  border-radius: 7px;
  text-transform: capitalize;
  width: 100%;
}
.blog-details__btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.blog-details__sidebar-form {
  position: relative;
  background: #F3F4F6;
  border-radius: 10px;
}
.blog-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  padding: 17.5px 70px 17.5px 25px;
  border-radius: 5px;
}
.blog-details__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-details__sidebar-form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 5px;
}
.blog-details__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.blog-details__sidebar__widget {
  text-align: start;
  margin-bottom: 30px;
  background: #F5F5F5;
  padding: 36px 40px 40px 40px;
  border-radius: 10px;
  margin-right: -25px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__sidebar__widget {
    margin-right: 0;
  }
}
.blog-details__sidebar__widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__widget {
    padding: 20px 15px;
  }
}
.blog-details__sidebar__widget:nth-child(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__widget:nth-child(2) {
    padding: 40px 20px 40px 20px;
  }
}
.blog-details__sidebar__widget .tagcloud {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-details__sidebar__widget .tagcloud a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #191A1F;
  text-align: center;
  display: inline-block;
  padding: 9px 19.4px;
  background: var(--white);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}
.blog-details__sidebar__widget .tagcloud a:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__widget .tagcloud a:hover {
  color: var(--white);
  background: var(--primary);
}
.blog-details__sidebar__title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
}
.blog-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__categories li a {
  display: flex;
  padding: 0 0 22px 0;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
  border-bottom: 1px solid rgba(22, 20, 26, 0.1);
}
@media (max-width: 575px) {
  .blog-details__sidebar__categories li a {
    padding: 17px 13px;
  }
}
.blog-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 17px;
  vertical-align: middle;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-details__sidebar__categories li a i {
    font-size: 14px;
  }
}
.blog-details__sidebar__categories li a:hover {
  border-color: #1756F7;
}
.blog-details__sidebar__post-item {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.blog-details__sidebar__post-thumb:hover img {
  transform: scale(1.08);
}
.blog-details__sidebar__post-meta span {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
  line-height: 15px;
  color: #4E4E4E;
}
.blog-details__sidebar__post-meta span i {
  margin-right: 5px;
  font-family: var(--font_awesome);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #4E4E4E;
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #191A1F;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  max-width: 238px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-title {
    max-width: 100%;
  }
}
.blog-details__sidebar__post-title a:hover {
  color: var(--primary);
}
.blog-details__sidebar__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.blog-details__sidebar__gallery .gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__comment-wrapper {
  margin-bottom: 55px;
}
.blog-details__comment-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191717;
}
.blog-details__postbox__comments ul li {
  list-style: none;
}
.blog-details__postbox__comments ul .child {
  padding-left: 135px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .blog-details__postbox__comments ul .child {
    padding-left: 0;
  }
}
.blog-details__comment-item {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .blog-details__comment-item {
    flex-wrap: wrap;
  }
}
.blog-details__comment-item-2 {
  border-top: 1px solid #E2E2E2;
  padding-top: 30px;
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-details__comment-item-3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-details__comment-item .thumb {
  min-width: 110px;
}
.blog-details__comment-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__comment-item .content {
  width: 100%;
}
.blog-details__comment-item .content .author_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 14px;
}
.blog-details__comment-item .content .author_info .details span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #74787C;
}
.blog-details__comment-item .content .author_info .details .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #191717;
  font-family: var(--font_inter);
  margin-bottom: 0;
  margin-top: 8px;
}
.blog-details__comment-item .content .author_info button {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.blog-details__comment-item .content .author_info button i {
  color: var(--primary);
  padding-left: 5px;
}
.blog-details__comment-item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .blog-details__comment-item .content p br {
    display: none;
  }
}
.blog-details__comment-wrap {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-details__comment-wrap {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__comment-wrap {
    padding: 15px;
  }
}

.blog-page-sidebar-wrap {
  padding-left: 40px;
}
@media only screen and (max-width: 1399px) {
  .blog-page-sidebar-wrap {
    padding-left: 0;
  }
}
.blog-page .blog-page-top-wrap {
  padding-right: 63px;
}
@media only screen and (max-width: 1399px) {
  .blog-page .blog-page-top-wrap {
    padding-right: 0;
  }
}
.blog-page .blog-page-top-wrap .blog-page-top {
  background-color: #F5F5F5;
  padding-bottom: 40px;
  border-radius: 15px;
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page .blog-page-top-wrap .blog-page-top .blog-page-thumb {
    height: 350px;
  }
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content {
  padding: 32px 40px 0 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page .blog-page-top-wrap .blog-page-top .blog-page-content {
    padding: 32px 20px 0 20px;
  }
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .details-title {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 11px;
  margin-top: 14px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .details-title {
    font-size: 26px;
  }
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .details-title a {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 11px;
  margin-top: 14px;
  transition: all 0.3s ease-in-out;
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .details-title a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .details-title a {
    font-size: 26px;
  }
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-top: 4px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E5E5E5;
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .post-meta li i {
  color: var(--primary);
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .ed-primary-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #1756F7;
  transition: all 0.3s ease-in-out;
}
.blog-page .blog-page-top-wrap .blog-page-top .blog-page-content .ed-primary-btn:hover {
  color: #191A1F;
}
.blog-page .icon-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-page .icon-tag {
    margin-bottom: 40px;
  }
}
.blog-page .icon-tag .icon {
  width: 55px;
  height: 55px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A0A0A;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-page .icon-tag .icon i {
  font-weight: 600;
}
.blog-page .icon-tag .icon:hover {
  background: var(--primary);
  color: var(--white);
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
}
.post-meta li {
  font-family: var(--font_inter);
  color: #4E4E4E;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  column-gap: 10px;
}
.post-meta li i {
  font-size: 14px;
  margin-top: 1px;
}
.post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-meta li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 12px;
  }
}

.post-card {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.post-card .post-thumb {
  position: relative;
  z-index: 1;
  height: 454px;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.post-card .post-thumb:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, #020F21 100%);
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.post-card .post-content-wrap {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .post-card .post-content-wrap {
    left: 30px;
    bottom: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-card .post-content-wrap {
    left: 20px;
    bottom: 20px;
    padding-right: 20px;
  }
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}
.post-card.post-card-1 .post-meta li {
  color: var(--white);
}

.post-content .category {
  background-color: var(--white);
  display: inline-block;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.post-content .title {
  color: var(--white);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.post-content .title a {
  background: linear-gradient(var(--white) 0%, var(--white) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
}
.post-content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
}
.post-content .rr-primary-btn {
  padding: 14.5px 30px;
}

.post-card-2-wrap {
  margin-bottom: -24px;
}

.post-card-2 {
  display: grid;
  align-items: center;
  grid-template-columns: 370px 1fr;
  grid-gap: 36px;
  padding: 40px 45px;
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .post-card-2 {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.post-card-2 .post-thumb {
  width: 100%;
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
}
.post-card-2 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card-2 .post-content .post-meta {
  margin-bottom: 10px;
}
.post-card-2 .post-content .post-meta li {
  color: #0A0A0A;
}
@media only screen and (max-width: 767px) {
  .post-card-2 .post-content .post-meta li {
    font-size: 14px;
  }
}
.post-card-2 .post-content .title {
  color: #0A0A0A;
  margin-bottom: 15px;
}
.post-card-2 .post-content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
}
.post-card-2 .post-content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.post-card-2 .post-content p {
  font-size: 17px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .post-card-2 .post-content p br {
    display: none;
  }
}
.post-card-2 .post-content .ed-primary-btn {
  background-color: var(--white);
  color: #0A0A0A;
  border: 1px solid #E0E5EB;
  font-weight: 500;
}
.post-card-2 .post-content .ed-primary-btn:before {
  background-color: var(--primary);
}
.post-card-2 .post-content .ed-primary-btn:hover {
  color: var(--white);
}

.post-inner-2 {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #E0E5EB;
}
.post-inner-2:not(:last-of-type) {
  margin-bottom: 24px;
}
.post-inner-2 .post-thumb {
  height: 450px;
  position: relative;
}
.post-inner-2 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .post-inner-2 .post-thumb {
    height: 350px;
  }
}
.post-inner-2 .post-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-inner-2 .post-thumb .video-btn a {
  background-color: var(--primary);
  color: var(--white);
  font-size: 30px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.post-inner-2 .post-thumb .video-btn img {
  margin-bottom: 5px;
}
.post-inner-2 .post-thumb .video-btn .ripple {
  height: 100px;
  width: 100px;
}
.post-inner-2 .post-thumb .video-btn .ripple:before, .post-inner-2 .post-thumb .video-btn .ripple:after {
  height: 100px;
  width: 100px;
}
.post-inner-2 .post-content {
  background-color: var(--ed-color-grey-1);
  padding: 30px;
}
.post-inner-2 .post-content .title {
  color: #0A0A0A;
  font-size: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .post-inner-2 .post-content .title {
    font-size: 22px;
  }
}
.post-inner-2 .post-content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
}
.post-inner-2 .post-content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.post-inner-2 .post-content p {
  margin-top: 0;
  margin-bottom: 30px;
}
.post-inner-2:hover .post-thumb .swiper-arrow {
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.post-thumb-carousel .swiper-arrow {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.post-thumb-carousel .swiper-arrow .swiper-nav {
  background-color: var(--primary);
  color: var(--white);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
  left: auto;
  right: 0;
  border-radius: 5px 0 0 5px;
}

.post-card-3 {
  background-color: var(--white);
  grid-template-columns: 1fr;
  padding: 20px 20px 30px 20px;
  grid-gap: 30px;
}
.post-card-3 .post-thumb {
  height: 214px;
}
.post-card-3 .post-content {
  padding: 0 10px;
}
.post-card-3 .post-content .post-meta li i {
  color: var(--primary);
}
.post-card-3 .post-content .title {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E0E5EB;
}
.post-card-3 .post-content .read-more {
  color: var(--primary);
  border: none;
  padding: 0;
}
.post-card-3 .post-content .read-more:hover {
  background-color: inherit;
  border: none;
}

.post-card.post-card-5 {
  height: 100%;
}
.post-card.post-card-5 .post-thumb {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .post-card.post-card-5 .post-thumb {
    height: 450px;
  }
}

.grid-post {
  background-color: var(--white);
  display: grid;
  align-items: center;
  grid-template-columns: 217px 1fr;
  grid-gap: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .grid-post {
    grid-template-columns: 1fr;
  }
}
.grid-post .post-thumb {
  border-radius: 0;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .grid-post .post-thumb {
    height: 300px;
  }
}
.grid-post .post-thumb .category {
  background-color: var(--white);
  color: var(--primary);
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 100px;
}
.grid-post .post-content {
  padding: 40px 30px;
}
.grid-post .post-content .title {
  font-size: 22px;
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
}
.grid-post .post-content .post-meta {
  margin-bottom: 25px;
}
.grid-post .post-content .ed-primary-btn {
  background-color: var(--white);
  color: var(--ed-color-text-body);
  border: 1px solid #E0E5EB;
}
.grid-post .post-content .ed-primary-btn:before {
  background-color: var(--primary);
}
.grid-post .post-content .ed-primary-btn:hover {
  color: var(--white);
}

@media only screen and (max-width: 991px) {
  .post-wrap-card {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .post-wrap-card .post-card-2 {
    margin-bottom: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .post-wrap-card {
    flex-direction: column;
    row-gap: 24px;
  }
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.pagination-wrap li:not(:last-of-type) {
  margin-right: 10px;
}
.pagination-wrap li a {
  background-color: var(--ed-color-grey-1);
  color: #0A0A0A;
  font-weight: 600;
  height: 55px;
  width: 55px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1;
  border-radius: 50%;
}
.pagination-wrap li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.pagination-wrap li .active {
  background-color: var(--primary);
  color: var(--white);
}

.post-inner .post-content p br {
  display: none;
}

.inner-post-2 {
  padding: 0;
  overflow: hidden;
  grid-gap: 0;
  margin-bottom: 0;
}
.inner-post-2 .post-thumb {
  height: 250px;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.inner-post-2 .post-thumb img {
  transition: all 0.3s ease-in-out;
}
.inner-post-2 .post-content {
  padding: 30px;
}
.inner-post-2 .post-content .title {
  padding-bottom: 0;
  border: none;
}
.inner-post-2:hover .post-thumb img {
  transform: scale(1.02);
}

.blog-details-top-wrap {
  background-color: #F6F6F6;
}

.blog-details-top .blog-details-thumb {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .blog-details-top .blog-details-thumb {
    height: 350px;
  }
}
.blog-details-top .blog-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.blog-details-top .post-meta {
  margin: 20px 0;
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .blog-details-top .post-meta {
    padding: 0 20px;
  }
}
.blog-details-top .post-meta li i {
  color: var(--primary);
}

.blog-details-content {
  padding: 0 40px 40px 40px;
  border-radius: 7px;
}
@media only screen and (max-width: 991px) {
  .blog-details-content {
    padding: 0 20px 20px 20px;
  }
}
.blog-details-content .details-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .details-title {
    font-size: 24px;
  }
}
.blog-details-content .blog-details-testi {
  padding: 50px 50px 42px 50px;
  background-color: var(--white);
  text-align: center;
  border-radius: 7px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .blog-details-content .blog-details-testi {
    padding: 20px 20px 20px 20px;
  }
}
.blog-details-content .blog-details-testi .icon {
  margin-bottom: 22px;
  width: 55px;
  height: 55px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px auto;
}
.blog-details-content .blog-details-testi .icon i {
  color: var(--white);
  font-size: 20px;
}
.blog-details-content .blog-details-testi p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0A0A0A;
}
@media only screen and (max-width: 991px) {
  .blog-details-content .blog-details-testi p {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-details-content .details-list-wrap {
  margin-bottom: 40px;
}
.blog-details-content .details-list-wrap .list-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}
.blog-details-content .details-list-wrap .details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details-content .details-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.blog-details-content .details-list .media img {
  object-fit: cover;
  border-radius: 7px;
}
.blog-details-content .details-list .details-list-item ul li {
  list-style: none;
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4E4E4E;
}
.blog-details-content .details-list .details-list-item ul li i {
  color: var(--primary);
  padding-right: 15px;
}
.blog-details-content .tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 50px 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-details-content .tag-wrap .tags {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .tag-wrap .tags {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blog-details-content .tag-wrap .tags .tag {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  margin-bottom: 0;
}
.blog-details-content .tag-wrap .tags ul {
  list-style: none;
  margin-left: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .tag-wrap .tags ul {
    margin-left: 0;
  }
}
.blog-details-content .tag-wrap .tags ul li a {
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: #0A0A0A;
  padding: 8px 20px;
  border-radius: 100px;
  line-height: 17px;
  font-family: var(--font_inter);
  font-style: normal;
}
.blog-details-content .tag-wrap .tags ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.blog-details-content .tag-wrap .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .tag-wrap .social-list-wrap {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.blog-details-content .tag-wrap .social-list-wrap .share {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  margin-bottom: 0;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list {
  list-style: none;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li {
  display: inline-flex;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 5px;
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li a {
  font-size: 16px;
  color: #0A0A0A;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.blog-details-content .tag-wrap .social-list-wrap .social-list li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.blog-details-content .author-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  row-gap: 10px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.blog-details-content .author-wrap .thumb img {
  object-fit: cover;
  border-radius: 7px;
}
.blog-details-content .author-wrap .author-details span {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  margin-bottom: 5px;
}
.blog-details-content .author-wrap .author-details h4 {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  display: block;
  margin-bottom: 10px;
}
.blog-details-content .author-wrap .author-details p {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .blog-details-content .author-wrap .author-details p br {
    display: none;
  }
}
.blog-details-content .blog-details-post .head-title {
  color: #0A0A0A;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-details-content .blog-details-post .view-post {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.blog-details-content .blog-details-post .view-post i {
  transform: rotate(-45deg);
  margin-top: -1px;
}

.blog-contact-form .title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #0A0A0A;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .blog-contact-form .title {
    font-size: 28px;
  }
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: var(--white);
  line-height: 19px;
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 20px;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 100px;
  font-family: var(--font_inter);
}
.blog-contact-form .request-form .form-item .form-control-2 {
  border-radius: 10px;
}
.blog-contact-form .request-form .submit-btn .ed-primary-btn {
  font-weight: 600;
  border-radius: 100px;
  padding: 19.5px 30px;
}

.sidebar-widget {
  background-color: #F5F5F5;
  padding: 40px 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget {
    padding: 30px 20px;
  }
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  padding: 18px 20px;
  padding-left: 30px;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.sidebar-widget .search-form .search-btn {
  color: var(--white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background-color: var(--primary);
}
.sidebar-widget .widget-title {
  position: relative;
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.sidebar-widget .widget-title::before {
  position: absolute;
  border-radius: 100px;
  width: 66px;
  height: 1px;
  background: #1756F7;
  content: "";
  left: 0;
  bottom: -2px;
}
.sidebar-widget .gallery {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.sidebar-widget .gallery img {
  border-radius: 15px;
  object-fit: cover;
  max-width: 95px;
  width: 100%;
  height: 95px;
}
.sidebar-widget .category-list li {
  display: flex;
  align-items: center;
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 5px;
}
.sidebar-widget .category-list li .ed-primary-btn {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background-color: var(--white);
  justify-content: space-between;
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #74787C;
  padding: 15.5px 25px;
}
@media (max-width: 575px) {
  .sidebar-widget .category-list li .ed-primary-btn {
    padding: 15.5px 15px;
  }
}
.sidebar-widget .category-list li .ed-primary-btn i {
  color: var(--primary);
}
.sidebar-widget .category-list li .ed-primary-btn::before {
  background-color: var(--primary);
}
.sidebar-widget .category-list li .ed-primary-btn:hover {
  color: var(--white);
  background-color: var(--primary);
}
.sidebar-widget .category-list li .ed-primary-btn:hover i {
  color: var(--white);
}
.sidebar-widget .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 6px;
}
.sidebar-widget .tags li a {
  background-color: var(--white);
  padding: 9px 16px;
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  border-radius: 100px;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 82px 1fr;
  grid-gap: 0px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sidebar-widget .sidebar-post .post-content {
  padding: 0 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content {
    padding-left: 10px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  margin-bottom: 5px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li:not(:last-of-type) {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta li {
    font-size: 13px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li i {
  font-size: 14px;
  color: #1756F7;
}
.sidebar-widget .sidebar-post .post-content .title {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
  margin-bottom: 0;
}
.sidebar-widget .sidebar-post .post-content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A0A0A;
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}

.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.cta__wrapper {
  position: relative;
  padding: 107px 0 108px 0;
}
@media only screen and (max-width: 1199px) {
  .cta__wrapper {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .cta__wrapper {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__wrapper {
    padding: 60px 0 60px;
  }
}
.cta__wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(22, 25, 33, 0.75);
}
.cta__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cta__item {
    flex-wrap: wrap;
  }
}
.cta__title {
  z-index: 2;
  position: relative;
  font-family: var(--font_inter);
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0px;
  max-width: 726px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .cta__title {
    font-size: 42px;
    line-height: 54px;
    max-width: 629px;
  }
}
@media only screen and (max-width: 991px) {
  .cta__title {
    font-size: 32px;
    line-height: 43px;
    max-width: 418px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cta__title {
    font-size: 27px;
    line-height: 38px;
  }
}
.cta__btn {
  gap: 20px;
  display: flex;
  align-items: center;
  transform: translateY(2px);
}
@media (max-width: 575px) {
  .cta__btn {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cta__btn .rr-btn {
  font-weight: 700;
  padding: 22px 40.4px;
  text-transform: uppercase;
}
.cta__play a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid var(--white);
}
.cta__play a i {
  color: var(--white);
}

.team-page .section-title .title {
  color: #0A0A0A;
}
.team-page__item {
  transition: all 0.3s ease-in-out;
}
.team-page__item:hover .thumb .content {
  visibility: visible;
  opacity: 1;
}
.team-page__item .thumb {
  position: relative;
}
.team-page__item .thumb img {
  border-radius: 10px;
  object-fit: cover;
}
.team-page__item .thumb .content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: var(--white);
  box-shadow: 0px 5px 36px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 26px 10px 26px 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 302px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .team-page__item .thumb .content {
    width: 245px;
  }
}
@media (max-width: 575px) {
  .team-page__item .thumb .content {
    width: 275px;
    padding: 15px 10px 20px 15px;
  }
}
.team-page__item .thumb .content .author .title {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1F1F1F;
  margin-bottom: 7px;
}
.team-page__item .thumb .content .author .title a {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1F1F1F;
  transition: all 0.3s ease-in-out;
}
.team-page__item .thumb .content .author .title a:hover {
  color: var(--primary);
}
.team-page__item .thumb .content .author .dec {
  font-family: var(--font_inter);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1F1F1F;
}
.team-page__item .thumb .content .social {
  background-color: var(--primary);
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
  cursor: pointer;
}
.team-page__item .thumb .content .social:hover .icon {
  visibility: visible;
  opacity: 1;
}
.team-page__item .thumb .content .social:hover .icon ul {
  top: -200px;
  visibility: visible;
  opacity: 1;
}
.team-page__item .thumb .content .social .icon {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.team-page__item .thumb .content .social .icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  top: -180px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-page__item .thumb .content .social .icon ul li {
  list-style: none;
}
.team-page__item .thumb .content .social .icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: var(--primary);
  border-radius: 8px;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
}
.team-page__item .thumb .content .social .icon ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.team-details__wrap {
  background: #F5F5F5;
  border-radius: 10px;
}
.team-details__thumb {
  margin-right: 45px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .team-details__thumb {
    margin-right: 0;
    height: inherit;
  }
}
.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 0px 0px 15px;
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    border-radius: 15px;
  }
}
.team-details__author .name {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
  margin-bottom: 6px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .team-details__author .name {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.team-details__author .desgn {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary);
}
.team-details__content {
  padding: 72px 40px 75px 0;
  margin-left: -10px;
}
@media only screen and (max-width: 1199px) {
  .team-details__content {
    padding: 40px 20px 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__content {
    padding: 10px 15px 40px 15px;
  }
}
.team-details__content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  max-width: 610px;
  font-family: var(--font_inter);
  margin-top: 25px;
}
.team-details__inner {
  display: grid;
  grid-template-columns: 257px 1fr;
  gap: 30px;
  margin-top: 31px;
}
@media only screen and (max-width: 991px) {
  .team-details__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .team-details__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.team-details__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .team-details__item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.team-details__item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid #EAE3F5;
  border-radius: 100px;
}
.team-details__item .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
}
.team-details__item .content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
  margin-bottom: 10px;
  display: block;
}
.team-details__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #191A1F;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .team-details__item .content .title {
    font-size: 16px;
  }
}
.team-details__item .content .title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #191A1F;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.team-details__item .content .title a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .team-details__item .content .title a {
    font-size: 16px;
  }
}
.team-details__skill {
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 80px;
  padding: 72px 79px 79px 79px;
}
@media only screen and (max-width: 1199px) {
  .team-details__skill {
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__skill {
    padding: 40px 15px 40px 15px;
    margin-top: 60px;
  }
}
.team-details__skill-content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .team-details__skill-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.team-details__skill-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
}
.team-details__skill-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .team-details__skill-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-details__skill-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-details__skill-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--white);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .team-details__skill-item {
    gap: 10px;
  }
}
.team-details__skill-item .icon {
  background: var(--primary);
  border-radius: 10px 0px 0px 10px;
  min-width: 110px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .team-details__skill-item .icon {
    min-width: 80px;
    min-height: 80px;
  }
}
.team-details__skill-item .content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--primary);
  font-family: var(--font_inter);
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.team-details__skill-item .content h2 span {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.team-details__skill-item .content .decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}

.team-contact-page__wrapper {
  background: inherit;
}
.team-contact-page__contact-from {
  padding: 80px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .team-contact-page__contact-from {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .team-contact-page__contact-from {
    padding: 54px 20px 45px 20px;
  }
}
.team-contact-page__contact-from form .rr-btn {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: "Inter";
}
.team-contact-page__contact-from form .rr-btn i {
  transform: rotate(0deg) !important;
}
.team-contact-page__contact-from form .rr-btn .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.team-contact-page__contact-from form .rr-btn .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.team-contact-page__contact-from form .rr-btn .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  gap: 5px;
}
.team-contact-page__contact-from form .rr-btn .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.team-contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.team-contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.team-contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.team-contact-page__contact-from .section-title {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .team-contact-page__contact-from .section-title {
    margin-bottom: 20px;
  }
}
.team-contact-page__contact-from .section-title .subtitle {
  margin-bottom: 12px;
}
.team-contact-page__contact-from .section-title .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
}
@media (max-width: 575px) {
  .team-contact-page__contact-from .section-title .title {
    font-size: 21px;
    line-height: 31px;
  }
}
.team-contact-page__date-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .team-contact-page__date-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.team-contact-page__date-wrap .date-group .form-control {
  background: #FFFFFF;
  border: 1px solid rgba(22, 20, 26, 0.1);
  border-radius: 5px;
  padding: 17px 25px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
}
.team-contact-page__form-group {
  gap: 20px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .team-contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.team-contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.team-contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 5px;
  border: 1px solid rgba(22, 20, 26, 0.1);
}
.team-contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: "Inter";
}
.team-contact-page__input input:hover, .team-contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.team-contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #4E4E4E;
}
.team-contact-page__select {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid rgba(60, 51, 80, 0.1);
  border-radius: 5px;
}
.team-contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.team-contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.team-contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.team-contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.team-contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: transparent;
}
.team-contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.team-contact-page__select .nice-select::after {
  display: none;
}
.team-contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: "Inter";
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.team-contact-page__select .nice-select:focus {
  outline: none;
}
.team-contact-page__select .nice-select .list {
  width: 100%;
}
.team-contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.team-contact-page__icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.team-contact-page__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 24px 83px 24px;
  border: 1px solid rgba(22, 20, 26, 0.1);
}
.team-contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: "Inter";
}
.team-contact-page__textarea textarea:hover, .team-contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}

.team-contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  font-family: "Inter";
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  border-radius: 5px;
}

/* ১. ডিফল্ট ক্যালেন্ডার আইকন হাইড করার জন্য */
.select-control::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* ২. ফোকাস করলে যে নীল আউটলাইন/বর্ডার আসে তা রিমুভ করার জন্য */
.select-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #dee2e6;
  /* আপনার ফর্মের সাধারণ বর্ডার কালারটি এখানে দিন */
}

.team-cta {
  background-color: #1A2027;
  margin: 0 20px 0 20px;
  border-radius: 20px;
}
.team-cta__wrapper .section-title {
  max-width: 744px;
  margin-bottom: 30px;
}
.team-cta__wrapper .section-title .subtitle {
  color: #1756F7;
  font-size: 14px;
}
.team-cta__wrapper .section-title .title {
  color: var(--white);
  line-height: 58px;
}
@media only screen and (max-width: 1199px) {
  .team-cta__wrapper .section-title .title {
    line-height: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-cta__wrapper .section-title .title {
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .team-cta__wrapper .section-title .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.team-cta__wrapper .rr-btn {
  max-width: 173px;
  margin: 0 auto;
}

.our-service__wrapper .section-title {
  max-width: 701px;
}
@media (max-width: 575px) {
  .our-service__wrapper .section-title {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.our-service__wrapper .section-title .subtitle {
  margin-bottom: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 991px) {
  .our-service__wrapper .section-title .subtitle {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .our-service__wrapper .section-title .subtitle {
    font-size: 16px;
  }
}
.our-service__wrapper .section-title .title {
  color: var(--secondary);
}
.our-service__item {
  position: relative;
  height: 477px;
  background-color: #161921;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px 44px 30px;
  z-index: 1;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .our-service__item {
    padding: 40px 15px 44px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .our-service__item {
    height: 370px;
  }
}
.our-service__item:hover::after {
  background: linear-gradient(180deg, rgba(22, 25, 33, 0.71) 0%, #161921 100%);
  border-radius: 10px;
}
.our-service__item:hover .our-service__thumb {
  inset: 0;
  opacity: 0.5;
  border-radius: 0;
}
.our-service__item:hover .our-service__content {
  transform: translateY(-6px);
}
.our-service__item:hover .our-service__hover-content {
  opacity: 1;
  visibility: visible;
  max-height: 477px;
  transform: translateY(0);
  margin-top: 20px;
}
.our-service__thumb {
  position: absolute;
  inset: 30px 30px 118px 30px;
  z-index: -1;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1199px) {
  .our-service__thumb {
    inset: 30px 15px 118px 15px;
  }
}
.our-service__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-service__content {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
.our-service__content .sub-title {
  display: block;
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: var(--font_inter);
}
.our-service__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 1px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1399px) {
  .our-service__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .our-service__title {
    font-size: 17px;
  }
}
.our-service__title a {
  color: inherit;
  text-decoration: none;
}
.our-service__title a:hover {
  color: var(--primary);
}
.our-service__hover-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.our-service__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  display: block;
}
.our-service__btn {
  display: inline-block;
}
.our-service__btn .rr-btn {
  padding: 14.5px 30.5px;
  color: var(--white);
  border-radius: 100px;
  font-weight: 600;
  transition: 0.4s;
  text-decoration: none;
  background: var(--primary);
}

.feature__item {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 50px 50px 42px 50px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .feature__item {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .feature__item {
    padding: 15px;
  }
}
.feature__item .icon {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #EAE3F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 28px;
}
.feature__item .icon img {
  width: auto;
  object-fit: cover;
}
.feature__item .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #191A1F;
  margin-bottom: 11px;
}
.feature__item .title a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #191A1F;
  transition: all 0.3s ease-in-out;
}
.feature__item .title a:hover {
  color: var(--primary);
}
.feature__item .dec {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
}

.service-details .row > * {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .service-details .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.service-details-content .service-details-img .image {
  overflow: hidden;
  border-radius: 15px;
}
.service-details-content .service-details-img .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.service-details-content .details-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #191A1F;
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-title {
    font-size: 24px;
  }
}
.service-details-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  max-width: 777px;
}
.service-details-content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  margin-bottom: 30px;
  max-width: 777px;
}
.service-details-content .service-thumb-wrap {
  background-color: #F5F5F5;
  border-radius: 15px;
  display: flex;
  align-items: start;
  gap: 13px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-thumb-wrap {
    flex-wrap: wrap;
  }
}
.service-details-content .service-thumb-wrap .service-thumb {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-thumb-wrap .service-thumb {
    width: 235px;
  }
}
@media (max-width: 575px) {
  .service-details-content .service-thumb-wrap .service-thumb {
    width: 100%;
  }
}
.service-details-content .service-thumb-wrap .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list {
  list-style: none;
  padding-left: 17px;
}
@media only screen and (max-width: 1199px) {
  .service-details-content .service-thumb-wrap .thumb-list {
    padding-left: 0;
  }
}
.service-details-content .service-thumb-wrap .thumb-list li {
  background: var(--white);
  border-radius: 6px;
  padding: 10.5px 33px 10.5px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
@media only screen and (max-width: 1399px) {
  .service-details-content .service-thumb-wrap .thumb-list li {
    padding: 10px 10px 10px 9px;
  }
}
.service-details-content .service-thumb-wrap .thumb-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list li i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  margin-right: 10px;
}
.service-details-content .service-thumb-wrap-2 {
  display: flex;
  align-items: center;
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .service-details-content .service-thumb-wrap-2 {
    flex-wrap: wrap;
  }
}
.service-details-content .service-thumb-wrap-2 .thumb-box {
  max-width: 385px;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
.service-details-content .service-thumb-wrap-2 .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.service-details-content .service-details-accordion {
  margin-top: 40px;
}
.service-details-content .service-details-accordion .accordion-item {
  box-shadow: done;
  border: none;
  background-color: #EFF1F5;
  border-radius: 10px;
}
.service-details-content .service-details-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button {
  background: #F5F5F5;
  border: 1px solid #F6F7FA;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  box-shadow: none;
  border: none;
  padding: 17.5px 25px;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .service-details-content .service-details-accordion .accordion-item .accordion-button {
    padding: 17.5px 10px;
    font-size: 15px;
    display: flex;
    gap: 10px;
  }
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 5px 5px 0 0;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  color: var(--white);
}
.service-details-content .service-details-accordion .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #74787C;
  background: #F5F5F5;
  padding: 25px 30px;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .service-details-content .service-details-accordion .accordion-item .accordion-body {
    padding: 15px 15px;
  }
}

.service-widget {
  background-color: #F6F6F6;
  padding: 30px 30px;
  border-radius: 7px;
  margin-right: -15px;
}
@media only screen and (max-width: 1199px) {
  .service-widget {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-widget {
    padding: 30px 15px;
  }
}
.service-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-widget .widget-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  margin-bottom: 20px;
}
.service-widget .download-area .download-item {
  background: #FFFFFF;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  padding: 26px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .service-widget .download-area .download-item {
    padding: 26px 20px;
  }
}
.service-widget .download-area .download-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .download-area .download-item .icon {
  background-color: var(--primary);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-widget .download-area .download-item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #191A1F;
  margin-bottom: 5px;
}
.service-widget .download-area .download-item .content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #636166;
}
.service-widget .category-list {
  list-style: none;
}
.service-widget .category-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .category-list li a {
  background: #FFFFFF;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15.5px 25px;
}
.service-widget .category-list li a span {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.service-widget .category-list li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.service-widget .category-list li a:hover span {
  color: var(--white);
}
.service-widget .service-widget-cta {
  position: relative;
  z-index: 1;
  height: 404px;
  border-radius: 7px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .service-widget .service-widget-cta {
    height: 300px;
  }
}
.service-widget .service-widget-cta .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: saturate(0);
  z-index: -1;
}
.service-widget .service-widget-cta .overlay {
  background-color: var(--primary);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-widget .service-widget-cta .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.service-widget .service-widget-cta .content {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 100%;
}
.service-widget .service-widget-cta .content .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
}
.service-widget .service-widget-cta .content .text {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.service-widget .service-widget-cta .content .rr-btn {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: var(--white);
  margin-top: 20px;
  padding: 15.5px 33.3px;
  max-width: 160px;
  border-radius: 5px;
  margin: 26px auto 0 auto;
}
.service-widget .service-widget-cta .content .rr-btn .btn-wrap .text-one {
  color: var(--primary);
}

.work-process__wrapper {
  padding-bottom: 114px;
}
@media only screen and (max-width: 1199px) {
  .work-process__wrapper {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process__wrapper {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .work-process__wrapper {
    padding-bottom: 60px;
  }
}
.work-process__wrapper .section-title {
  margin: 0 auto;
  max-width: 655px;
  margin: 0px auto 59px;
}
@media (max-width: 575px) {
  .work-process__wrapper .section-title {
    margin-bottom: 40px;
  }
}
.work-process__wrapper .section-title .subtitle {
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
  .work-process__wrapper .section-title .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process__wrapper .section-title .subtitle {
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .work-process__wrapper .section-title .subtitle {
    margin-bottom: 10px;
  }
}
.work-process__wrapper .section-title .title {
  color: var(--secondary);
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 1.4px;
}
@media only screen and (max-width: 1199px) {
  .work-process__wrapper .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process__wrapper .section-title .title {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .work-process__wrapper .section-title .title {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 0;
  }
}
.work-process__wrap {
  gap: 69px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .work-process__wrap {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .work-process__wrap {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .work-process__wrap {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.work-process__item {
  text-align: center;
  position: relative;
}
.work-process__shape {
  position: absolute;
  top: 60px;
  right: -110px;
}
@media only screen and (max-width: 991px) {
  .work-process__shape {
    display: none;
  }
}
.work-process__icon {
  display: block;
  margin-bottom: 37px;
}
@media only screen and (max-width: 1199px) {
  .work-process__icon {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .work-process__icon {
    margin-bottom: 23px;
  }
}
.work-process__title {
  font-family: var(--fonts-generalSans);
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0px;
  margin-bottom: 15px;
  color: var(--secondary);
}
@media only screen and (max-width: 1199px) {
  .work-process__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process__title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.work-process__desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--gray);
}
@media only screen and (max-width: 1199px) {
  .work-process__desc {
    margin: 0 auto;
    max-width: 268px;
  }
}

.why-choose-us__wrapper {
  background: #161921;
}
.why-choose-us__wrap {
  gap: 120px;
  display: grid;
  align-items: center;
  grid-template-columns: 871px 581px;
}
@media only screen and (max-width: 1599px) {
  .why-choose-us__wrap {
    gap: 80px;
    grid-template-columns: 690px 618px;
  }
}
@media only screen and (max-width: 1399px) {
  .why-choose-us__wrap {
    gap: 40px;
    grid-template-columns: 598px 581px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us__wrap {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__wrap {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.why-choose-us__content {
  text-align: start;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__content {
    padding: 20px 20px 30px 20px;
  }
}
.why-choose-us__content .section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__content .section-title {
    margin-bottom: 30px;
  }
}
.why-choose-us__content .section-title .subtitle {
  text-align: start;
  margin-bottom: 13px;
  transform: translateY(6px);
}
@media only screen and (max-width: 991px) {
  .why-choose-us__content .section-title .subtitle {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__content .section-title .subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}
.why-choose-us__content .section-title .title {
  text-align: start;
  line-height: 57px;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .why-choose-us__content .section-title .title {
    font-size: 43px;
    line-height: 53px;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__content .section-title .title {
    font-size: 30px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us__content .section-title .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__content .section-title .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .why-choose-us__content .section-title .title {
    font-size: 21px;
    line-height: 28px;
  }
}
.why-choose-us__thumb {
  position: relative;
}
.why-choose-us__play a {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background: var(--white);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__play a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us__play a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .why-choose-us__play a {
    width: 70px;
    height: 70px;
  }
}
.why-choose-us__play a i {
  font-size: 24px;
  color: var(--primary);
}
@media (max-width: 575px) {
  .why-choose-us__play a i {
    font-size: 18px;
  }
}
.why-choose-us__item {
  gap: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.why-choose-us__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .why-choose-us__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .why-choose-us__item {
    flex-wrap: wrap;
  }
}
.why-choose-us__item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
@media only screen and (max-width: 1399px) {
  .why-choose-us__item .icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .why-choose-us__item .icon {
    min-width: 70px;
    height: 70px;
  }
}
.why-choose-us__title {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .why-choose-us__title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .why-choose-us__title {
    line-height: 24px;
  }
}
.why-choose-us__desc {
  font-family: var(--font_inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  color: #D4D4D4;
}
@media (max-width: 575px) {
  .why-choose-us__desc {
    line-height: 20px;
  }
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 54px 60px 45px 60px;
  background: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .contact-main__area .contact-page__contact-from {
    padding: 54px 20px 45px 20px;
  }
}
.contact-main__area .contact-page__contact-from form .rr-btn {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: "Inter";
}
.contact-main__area .contact-page__contact-from form .rr-btn .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form .rr-btn .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from form .rr-btn .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form .rr-btn .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.contact-main__area .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-main__area .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-main__area .contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
.contact-main__area .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  align-items: center;
  font-family: "Inter";
}
.contact-main__area .contact-page__form-group {
  gap: 25px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .contact-main__area .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-main__area .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 10px;
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: "Inter";
}
.contact-main__area .contact-page__input input:hover, .contact-main__area .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-main__area .contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 0;
}
.contact-main__area .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-main__area .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: transparent;
}
.contact-main__area .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-main__area .contact-page__select .nice-select::after {
  display: none;
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: "Inter";
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select:focus {
  outline: none;
}
.contact-main__area .contact-page__select .nice-select .list {
  width: 100%;
}
.contact-main__area .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-main__area .contact-page__icon i {
  font-size: 16px;
  line-height: 16px;
  color: #636166;
}
.contact-main__area .contact-page__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 24px 70px 24px;
  border: 1px solid none;
}
.contact-main__area .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: "Inter";
}
.contact-main__area .contact-page__textarea textarea:hover, .contact-main__area .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: "Inter";
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__content {
  margin-bottom: 34px;
}
.contact-main__content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: "Inter";
  margin-bottom: 11px;
}
@media screen and (max-width: 575px) {
  .contact-main__content .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.contact-main__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: "Inter";
}
.contact-main__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 25px;
}
@media screen and (max-width: 575px) {
  .contact-main__item {
    grid-template-columns: 1fr;
  }
}
.contact-main__item .icon {
  background: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.contact-main__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: var(--primary);
}
.contact-main__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: "Inter";
  margin-bottom: 6px;
}
.contact-main__item .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  list-style: none;
}
.contact-main__item .content ul li span {
  color: var(--primary);
}
.contact-main__info {
  padding: 55px 55px 55px 55px;
  background: #F5F5F5;
  border-radius: 10px;
  margin-left: 4px;
}
@media only screen and (max-width: 1199px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
    margin-top: 40px;
  }
}
.contact-main__info .item-2 {
  border-bottom: none;
  padding-bottom: 0;
}

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