/*==========================================================================
Font
========================================================================== */
/*==========================================================================
Color
========================================================================== */
/*==========================================================================
Pack
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Inter", sans-serif;
  color: #515854;
  font-size: 16px;
  line-height: 1.5;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb {
  background-color: transparent;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-out 0s;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

i::before {
  position: relative;
}

input,
input:hover,
input:focus,
input[type=text],
input[type=email],
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus {
  box-shadow: none;
  border: 0px;
  outline: none;
  border-radius: 99px;
}

.form-control:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.section-padding {
  padding-block: 60px;
}
@media (min-width: 768px) {
  .section-padding {
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding-block: 120px;
  }
}

.padding-top {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px;
  }
}

.padding-bottom {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

/*==========================================================================
Theme Btn CSS
========================================================================== */
.theme-banner-btn,
.theme-bg-btn,
.border-btn,
.theme-btn {
  display: inline-block;
  border-radius: 99px;
  background: #3c3b52;
  color: #ffffff;
  font-size: 14px;
  padding: 0.65rem 1rem;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  z-index: 4;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .theme-banner-btn,
  .theme-bg-btn,
  .border-btn,
  .theme-btn {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}
.theme-banner-btn i::before,
.theme-bg-btn i::before,
.border-btn i::before,
.theme-btn i::before {
  font-size: 15px;
  margin-left: 10px;
}

.border-btn::before,
.theme-banner-btn::before,
.theme-bg-btn::before,
.theme-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0%;
  border: #3c3b52;
  transform: translate(-50%, -50%) rotate(55deg);
  z-index: -1;
  transition: all 0.6s ease-in-out;
}

.theme-banner-btn:hover::before,
.theme-bg-btn:hover::before,
.border-btn:hover::before,
.theme-btn:hover::before {
  height: 380%;
}

.theme-btn:hover {
  color: white !important;
}

.theme-banner-btn::before {
  background: #f89007;
}
.theme-banner-btn:hover {
  color: #ffffff;
}

.theme-bg-btn {
  background: #0C261A;
}
.theme-bg-btn::before {
  background: white;
}
.theme-bg-btn:hover {
  color: #f89007;
}

.border-btn {
  border: 1px solid #3c3b52;
  background: none;
  color: #3c3b52;
}
.border-btn::before {
  background: #f89007;
}
.border-btn:hover {
  color: #0C261A;
  border-color: #f89007;
}
.border-btn:focus {
  color: #3c3b52;
}

.theme-btn::before {
  background: #f89007;
}
.theme-btn:hover {
  color: #0C261A;
  
}
.theme-btn:focus {
  color: #0C261A;
}

/*==========================================================================
Hedging CSS
========================================================================== */
h1 {
  font-size: 72px;
  line-height: 90px;
  padding: 0;
  margin: 0;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 44px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #515854;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.t-left {
  text-align: left;
}

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

.t-right {
  text-align: right;
}

@media (max-width: 991px) {
  .lg-left {
    text-align: left;
  }
  .lg-center {
    text-align: center;
  }
  .lg-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .st-left {
    text-align: left;
  }
  .st-center {
    text-align: center;
  }
  .st-right {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .dt-left {
    text-align: left;
  }
  .dt-center {
    text-align: center;
  }
  .dt-right {
    text-align: right;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 440px) {
  h2 {
    font-size: 24px;
  }
}
/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3c3b52;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0C261A;
  z-index: 9999999999;
}
.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/*==========================================================================
Section header CSS
========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .section-header {
    text-align: start;
  }
}
.section-header-top {
  position: relative;
  margin-bottom: 0.85rem;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0C261A;
}
.section-header-top--style2 {
  color: white;
}
.section-header-top::after {
  content: "";
  /*background-image: url(subtitle.png);*/
  position: absolute;
  width: 100px;
  height: 60px;
  top: -15px;
  left: -15px;
}
.section-header h2 {
  max-width: 20ch;
  margin-inline: auto;
  font-size: 32px;
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-header h2 {
    margin-inline: 0;
    font-size: 48px;
  }
}

/*==========================================================================
Common card  CSS
========================================================================== */
.bg-body {
  background-color: #515854;
}

/*==========================================================================
Scroll Top CSS
========================================================================== */
.scroll-top {
  display: inline-grid;
  place-items: center;
  background-color: #f89007;
  bottom: 5%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  position: fixed;
  right: 5%;
  width: 40px;
  height: 40px;
  z-index: 9;
  cursor: pointer;
  place-items: center;
  border-radius: 99px;
}
@media (min-width: 992px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.scroll-top:hover {
  background-color: #3c3b52;
  color: #ffffff;
}

/*==========================================================================
Video Animation CSS
========================================================================== */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  bottom: 0;
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.menu, .header-wrapper .menu-area .header-btn, .header-wrapper .menu-area, .header-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.page-header__content, .page-header, .menu-item-has-children > a, .header-bar {
  position: relative;
}

.menu-item-has-children > a::before, .menu-item-has-children > a::after, .header-bar span {
  position: absolute;
  content: "";
}

.header-bar {
  cursor: pointer;
}

.header-bar span, .header-section.header-fixed, .header-section {
  width: 100%;
}

.header-wrapper {
  justify-content: space-between;
}

.header-wrapper .menu-area .header-btn, .header-wrapper .menu-area, .header-wrapper {
  align-items: center;
}

.header-wrapper .logo a {
  display: block;
}

.header-bar span {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.section-header {
  text-align: center;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.menu {
  margin-bottom: 0;
}

.section-header h2 {
  margin-bottom: 15px;
}

.header-bar {
  margin-left: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.mt-0 {
  margin-top: 0px;
}

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

.mr-5 {
  margin-right: 5px;
}

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 10px;
}

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

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

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

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

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

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

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

.mr-15 {
  margin-right: 15px;
}

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

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

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

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

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

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

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

.mr-20 {
  margin-right: 20px;
}

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

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

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

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

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

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

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

.mr-25 {
  margin-right: 25px;
}

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

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

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

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

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

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

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

.mr-30 {
  margin-right: 30px;
}

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

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

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

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

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

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

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

.mr-35 {
  margin-right: 35px;
}

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

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

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

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

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

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

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

.mr-40 {
  margin-right: 40px;
}

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

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

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

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

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

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

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

.mr-45 {
  margin-right: 45px;
}

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

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

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

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

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

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

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

.mr-50 {
  margin-right: 50px;
}

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

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

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

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

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

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

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

.mr-55 {
  margin-right: 55px;
}

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

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

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

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

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

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

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

.mr-60 {
  margin-right: 60px;
}

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

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

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

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

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

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

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

.mr-65 {
  margin-right: 65px;
}

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

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

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

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

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

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

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

.mr-70 {
  margin-right: 70px;
}

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

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

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

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

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

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

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

.mr-75 {
  margin-right: 75px;
}

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

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

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

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

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

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

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

.mr-80 {
  margin-right: 80px;
}

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

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

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

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

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

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

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

.mr-85 {
  margin-right: 85px;
}

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

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

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

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

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

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

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

.mr-90 {
  margin-right: 90px;
}

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

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

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

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

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

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

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

.mr-95 {
  margin-right: 95px;
}

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

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

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

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

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

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

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

.mr-100 {
  margin-right: 100px;
}

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

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

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

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

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

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

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

.mr-105 {
  margin-right: 105px;
}

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

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

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

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

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

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

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

.mr-110 {
  margin-right: 110px;
}

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

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

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

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

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

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

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

.mr-115 {
  margin-right: 115px;
}

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

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

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

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

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

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

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

.mr-120 {
  margin-right: 120px;
}

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

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

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

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

@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-mr-25 {
    margin-right: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-mr-35 {
    margin-right: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-mr-45 {
    margin-right: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-mr-55 {
    margin-right: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-mr-60 {
    margin-right: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-mr-65 {
    margin-right: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-mr-70 {
    margin-right: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-mb-75 {
    margin-bottom: 75px;
  }
  .lg-mt-75 {
    margin-top: 75px;
  }
  .lg-ml-75 {
    margin-left: 75px;
  }
  .lg-mr-75 {
    margin-right: 75px;
  }
  .lg-pt-75 {
    padding-top: 75px;
  }
  .lg-pb-75 {
    padding-bottom: 75px;
  }
  .lg-pl-75 {
    padding-left: 75px;
  }
  .lg-pr-75 {
    padding-right: 75px;
  }
  .lg-mb-80 {
    margin-bottom: 80px;
  }
  .lg-mt-80 {
    margin-top: 80px;
  }
  .lg-ml-80 {
    margin-left: 80px;
  }
  .lg-mr-80 {
    margin-right: 80px;
  }
  .lg-pt-80 {
    padding-top: 80px;
  }
  .lg-pb-80 {
    padding-bottom: 80px;
  }
  .lg-pl-80 {
    padding-left: 80px;
  }
  .lg-pr-80 {
    padding-right: 80px;
  }
  .lg-mb-85 {
    margin-bottom: 85px;
  }
  .lg-mt-85 {
    margin-top: 85px;
  }
  .lg-ml-85 {
    margin-left: 85px;
  }
  .lg-mr-85 {
    margin-right: 85px;
  }
  .lg-pt-85 {
    padding-top: 85px;
  }
  .lg-pb-85 {
    padding-bottom: 85px;
  }
  .lg-pl-85 {
    padding-left: 85px;
  }
  .lg-pr-85 {
    padding-right: 85px;
  }
  .lg-mb-90 {
    margin-bottom: 90px;
  }
  .lg-mt-90 {
    margin-top: 90px;
  }
  .lg-ml-90 {
    margin-left: 90px;
  }
  .lg-mr-90 {
    margin-right: 90px;
  }
  .lg-pt-90 {
    padding-top: 90px;
  }
  .lg-pb-90 {
    padding-bottom: 90px;
  }
  .lg-pl-90 {
    padding-left: 90px;
  }
  .lg-pr-90 {
    padding-right: 90px;
  }
  .lg-mb-95 {
    margin-bottom: 95px;
  }
  .lg-mt-95 {
    margin-top: 95px;
  }
  .lg-ml-95 {
    margin-left: 95px;
  }
  .lg-mr-95 {
    margin-right: 95px;
  }
  .lg-pt-95 {
    padding-top: 95px;
  }
  .lg-pb-95 {
    padding-bottom: 95px;
  }
  .lg-pl-95 {
    padding-left: 95px;
  }
  .lg-pr-95 {
    padding-right: 95px;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-mr-25 {
    margin-right: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-mr-35 {
    margin-right: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-mr-45 {
    margin-right: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-mb-55 {
    margin-bottom: 55px;
  }
  .md-mt-55 {
    margin-top: 55px;
  }
  .md-mr-55 {
    margin-right: 55px;
  }
  .md-pt-55 {
    padding-top: 55px;
  }
  .md-pb-55 {
    padding-bottom: 55px;
  }
  .md-pl-55 {
    padding-left: 55px;
  }
  .md-pr-55 {
    padding-right: 55px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mr-60 {
    margin-right: 60px;
  }
  .md-pt-60 {
    padding-top: 60px;
  }
  .md-pb-60 {
    padding-bottom: 60px;
  }
  .md-pl-60 {
    padding-left: 60px;
  }
  .md-pr-60 {
    padding-right: 60px;
  }
  .md-mb-65 {
    margin-bottom: 65px;
  }
  .md-mt-65 {
    margin-top: 65px;
  }
  .md-mr-65 {
    margin-right: 65px;
  }
  .md-pt-65 {
    padding-top: 65px;
  }
  .md-pb-65 {
    padding-bottom: 65px;
  }
  .md-pl-65 {
    padding-left: 65px;
  }
  .md-pr-65 {
    padding-right: 65px;
  }
  .md-mb-70 {
    margin-bottom: 70px;
  }
  .md-mt-70 {
    margin-top: 70px;
  }
  .md-mr-70 {
    margin-right: 70px;
  }
  .md-pt-70 {
    padding-top: 70px;
  }
  .md-pb-70 {
    padding-bottom: 70px;
  }
  .md-pl-70 {
    padding-left: 70px;
  }
  .md-pr-70 {
    padding-right: 70px;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-mr-25 {
    margin-right: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-mr-35 {
    margin-right: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-mr-45 {
    margin-right: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-mr-55 {
    margin-right: 55px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-mb-60 {
    margin-bottom: 60px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }
  .sm-mr-60 {
    margin-right: 60px;
  }
  .sm-pt-60 {
    padding-top: 60px;
  }
  .sm-pb-60 {
    padding-bottom: 60px;
  }
  .sm-pl-60 {
    padding-left: 60px;
  }
  .sm-pr-60 {
    padding-right: 60px;
  }
  .sm-mb-65 {
    margin-bottom: 65px;
  }
  .sm-mt-65 {
    margin-top: 65px;
  }
  .sm-mr-65 {
    margin-right: 65px;
  }
  .sm-pt-65 {
    padding-top: 65px;
  }
  .sm-pb-65 {
    padding-bottom: 65px;
  }
  .sm-pl-65 {
    padding-left: 65px;
  }
  .sm-pr-65 {
    padding-right: 65px;
  }
  .sm-mb-70 {
    margin-bottom: 70px;
  }
  .sm-mt-70 {
    margin-top: 70px;
  }
  .sm-mr-70 {
    margin-right: 70px;
  }
  .sm-pt-70 {
    padding-top: 70px;
  }
  .sm-pb-70 {
    padding-bottom: 70px;
  }
  .sm-pl-70 {
    padding-left: 70px;
  }
  .sm-pr-70 {
    padding-right: 70px;
  }
}
/*==========================================================================
Search Box CSS
==========================================================================*/
.header__area-left-contact {
  background: #3c3b52;
  padding: 21px 30px;
}
.header__area-left-contact-icon i::before {
  font-size: 30px;
  color: white;
  margin-right: 20px;
}
.header__area-left-contact-content span {
  color: #0C261A;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.header__area-left-contact-content p {
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
Responsive Menu Css
========================================================================== */
.responsive-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.mean-container a.meanmenu-reveal {
  color: #0C261A;
  width: 25px;
  height: 31px;
  transition: all 0s ease-out 0s;
  top: 10px;
  right: 15px !important;
}
@media (min-width: 768px) {
  .mean-container a.meanmenu-reveal {
    right: 20px !important;
  }
}
.mean-container a.meanmenu-reveal span {
  background: white;
  margin-top: 6px;
}
.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}
.mean-container .mean-bar a i,
.mean-container .mean-bar svg {
  font-size: 22px;
  padding-top: 4px;
  display: block;
  color: white;
}
.mean-container .mean-nav {
  background: #edfdf8;
  margin-top: 71px;
  border-radius: 1.5rem;
  box-shadow: 5px 5px 10px rgba(12, 38, 26, 0.1);
  overflow: hidden;
}
.mean-container .mean-nav li:first-child > a {
  border: none;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: #3c3b52;
  height: 28px;
  color: #0C261A;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #3c3b52;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
  color: #0C261A;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #E6E6FF;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li li a:hover,
.mean-container .mean-nav li li:first-child > a:hover {
  color: #f89007;
  transform: translateX(2px);
}

@media (max-width: 1199px) {
  .header__area-left-contact {
    background: #3c3b52;
    padding: 15px 25px;
  }
  .header__area-left-contact-icon i::before {
    font-size: 25px;
    margin-right: 10px;
  }
  .header__area-left-contact-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .header__area-transparent-header {
    padding: 1rem;
  }
  .header__area-left {
    display: none;
  }
  .responsive-menu {
    display: inline-block;
  }
  .header__area-menu.header__area-menu-sticky-menu .header__area-transparent-header {
    padding: 1rem;
  }
}
.mean-container .mean-nav ul li {
  float: none;
}

.mean-container .mean-nav ul li a {
  float: none;
}

.mean-container .mean-nav {
  float: none;
}

.mean-container .mean-bar {
  float: none;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: border-box;
}

/*================***Mutlipage  Header Section Start Here     ***===================*/
.header-section {
  z-index: 999;
  position: absolute;
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  -webkit-animation: fadeInDown 0.5s;
  -moz-animation: fadeInDown 0.5s;
  border-bottom: 1px solid rgba(0, 238, 172, 0.05);
  z-index: 999;
}

.header-wrapper {
  padding-block: 15px;
  padding-inline: 1rem;
  background: #f89007;
  backdrop-filter: blur(10px);
  border-radius: 99px;
  border: 1px solid #2b2947;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .header-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-wrapper {
    padding-block: 20px;
    padding-inline: 1rem 1.5rem;
  }
}
.header-wrapper .logo a img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 160px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-wrapper .logo {
    width: 200px;
  }
}
.header-wrapper .menu-area .header-btn {
  column-gap: 20px;
}
@media (max-width: 767px) {
  .header-wrapper .menu-area .header-btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .menu {
    margin-right: 30px;
    gap: 10px;
  }
}
.menu > li > a {
  color: white;
  padding: 15px 22px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.menu > li > a i {
  margin-right: 5px;
}
.menu > li > a:after {
  right: 16px;
}
.menu > li > a::before {
  right: 20px;
}
@media (min-width: 992px) {
  .menu > li > a:after {
    right: -2px;
  }
  .menu > li > a::before {
    right: 2px;
  }
}
@media (min-width: 1200px) {
  .menu > li > a:after {
    right: 3px;
  }
  .menu > li > a::before {
    right: 7px;
  }
}
@media (min-width: 992px) {
  .menu li {
    position: relative;
  }
  .menu li .submenu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: #fdf9f2;
    width: 220px;
    padding: 0;
    opacity: 7;
    border-radius: 1rem;
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0 0 2px rgb(240, 117, 117);
  }
  .menu li .submenu li {
    padding: 0;
  }
  .menu li .submenu li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    /*text-transform: capitalize;*/
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #0C261A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-weight: 600;
  }
  .menu li .submenu li a:hover, .menu li .submenu li a.active {
    background: #f89007;
    padding-left: 25px;
  }
  .menu li .submenu li a:hover:after, .menu li .submenu li a:hover:before, .menu li .submenu li a.active:after, .menu li .submenu li a.active:before {
    background: currentColor;
  }
  .menu li .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
  }
  .menu li:hover > .submenu {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    max-height: 400px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    background: rgba(237, 253, 248, 0.95);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -ms-backdrop-filter: blur(30px);
    -o-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li a {
    display: block;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: capitalize;
    border-top: 1px solid rgba(12, 38, 26, 0.1);
    color: #0C261A;
  }
  .menu li a:hover {
    background: #3c3b52;
  }
  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }
  .menu li .submenu li {
    width: 100%;
  }
  .menu li .submenu li a {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 0.5rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .menu ::-webkit-scrollbar {
    width: 10px;
  }
  .menu ::-webkit-scrollbar-thumb {
    background-color: red;
  }
}

.header-button {
  display: none;
}
@media (min-width: 992px) {
  .header-button {
    font-weight: 700;
    background-color: #3c3b52;
    display: inline-block;
    padding: 0.65rem 1rem;
    border-radius: 99px;
    color: #ffffff;
  }
  .header-button i,
  .header-button svg {
    margin-inline-start: 5px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  .header-button:hover {
    color: #0C261A;
    background-color: #f89007;
  }
  .header-button:hover i,
  .header-button:hover svg {
    transform: translateX(5px);
  }
}
@media (min-width: 1200px) {
  .header-button {
    padding: 0.75rem 1.25rem;
  }
}

.header-bar {
  width: 25px;
  height: 20px;
}
.header-bar span {
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  -o-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -moz-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  -o-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}
@media (max-width: 575px) {
  .header-bar {
    width: 15px;
    height: 16px;
    margin-right: 20px;
  }
  .header-bar span {
    height: 2px;
    width: 20px;
  }
  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -o-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -moz-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    -o-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.menu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: currentColor;
}
.menu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    width: 10px;
    height: 2px;
    background-color: currentColor;
  }
  .menu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 2px;
    height: 10px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.menu-item-has-children:hover > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.menu-item-has-children.open > a:before {
  transform: rotate(90deg);
  opacity: 0;
}

/*================*** Multipage Header Section End Here     ***===================*/
/*=-=-=-======< Section header start here >==========-=-=-=-*/
.section-header {
  margin-top: -5px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
/*=-=-=-======< Section header end here >==========-=-=-=-*/
/*=-=-=-======< Page header start here >==========-=-=-=-*/
.page-header {
  padding-block-start: 120px;
  padding-block-end: 70px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .page-header {
    padding-block-start: 170px;
    padding-block-end: 110px;
  }
}
@media (min-width: 1400px) {
  .page-header {
    padding-block-start: 180px;
    padding-block-end: 120px;
  }
}
.page-header__content {
  z-index: 1;
}
.page-header .breadcrumb-item {
  color: white;
}
.page-header .breadcrumb-item a {
  color: inherit;
}
.page-header .breadcrumb-item:before, .page-header .breadcrumb-item.active {
  color: #3c3b52;
  font-weight: 600;
}

/*=-=-=-======< Page header end here >==========-=-=-=-*/
/*==========================================================================
Banner
========================================================================== */
.banner__area {
  position: relative;
  overflow: hidden;
}
.banner__area::after {
  position: absolute;
  content: url(../img/banner/1.png);
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner__area-prev {
  display: none;
  transition: all 0.4s ease-out 0s;
}
.banner__area-content {
  position: relative;
  z-index: 9;
  padding-block: 200px 140px;
}
@media (min-width: 768px) {
  .banner__area-content {
    padding-block: 250px 200px;
  }
}
@media (min-width: 1200px) {
  .banner__area-content {
    padding-block: 325px 280px;
  }
}
.banner__area-content p {
  color: #3c3b52;
  font-weight: 500;
  font-size: 18px;
}
.banner__area-content h1 {
  color: white;
}
.banner__area-content h1 span {
  color: #f89007;
}
.banner__area-content-area {
  transform: translateY(-50px);
  transition: transform 2000ms ease;
  opacity: 0;
}
.banner__area-swiper-image {
  background-color: #0C261A;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 20s ease-out 0s;
  transform: scale(1);
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.banner__area-swiper-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(12, 38, 26, 0.9) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(12, 38, 26, 0.9) 0px, transparent 50%);
  width: 100%;
  opacity: 0.3;
  height: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .banner__area:hover .banner__area-prev {
    display: block;
  }
}
.banner__area-btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .banner__area-btn {
    margin-top: 60px;
  }
}
.banner__area-button {
  transform: translateY(40px);
  transition: transform 2000ms ease;
  opacity: 0;
}
.banner__area.swiper-slide-active .banner__area-content-area {
  transform: translateY(0%);
  opacity: 1;
}
.banner__area.swiper-slide-active .banner__area-button {
  transform: translateY(0%);
  opacity: 1;
}
.banner__area.swiper-slide-active .banner__area-swiper-image {
  transform: scale(1.5);
}
.banner__area--home2 {
  background-color: #0C261A;
  background-image: url(../img/banner/banner-3.jpg);
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .banner__area--home2 {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .banner__area--home2 {
    padding-bottom: 60px;
  }
}
.banner__area--home2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(12, 38, 26, 0.9) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(12, 38, 26, 0.9) 0px, transparent 50%);
  width: 100%;
  opacity: 0.9;
  height: 100%;
  z-index: -1;
}
.banner__area--home2 .banner__area-content {
  padding-block: 100px 10px;
}
@media (min-width: 992px) {
  .banner__area--home2 .banner__area-content {
    padding-block: 120px 100px;
  }
}
@media (min-width: 1200px) {
  .banner__area--home2 .banner__area-content {
    padding-block: 150px 100px;
  }
}
@media (min-width: 1400px) {
  .banner__area--home2 .banner__area-content {
    padding-block: 150px 150px;
  }
}

.swiper-button-prev.slide-prev i::before,
.swiper-button-next.slide-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #f89007;
  color: #ffffff;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev.slide-prev:hover i::before,
.swiper-button-next.slide-next:hover i::before {
  background: #3c3b52;
  color: #ffffff;
}

.swiper-button-prev.slide-prev {
  left: 50px;
}

.swiper-button-next.slide-next {
  right: 50px;
}

@media (max-width: 1199px) {
  .banner__area-content h1 {
    font-size: 71px;
    line-height: 86px;
  }
}
@media (max-width: 991px) {
  .banner__area-content h1 {
    font-size: 55px;
    line-height: 70px;
    max-inline-size: 17ch;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .banner__area-content h1 {
    font-size: 42px;
    line-height: 57px;
  }
}
@media (max-width: 470px) {
  .banner__area-content h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 402px) {
  .banner__area-content h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .banner__area-content h1 {
    font-size: 23px;
    line-height: 37px;
  }
}
/*==========================================================================
Features
========================================================================== */
.features__area-item {
  position: relative;
  z-index: 2;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease-in-out;
}
.features__area-item h3,
.features__area-item h4,
.features__area-item h5 {
  color: #0C261A !important;
}
.features__area-item p {
  color: #0C261A;
}
.features__area-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background-color: #fdf9f2;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 2;
}
.features__area-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 0;
}
.features__area-item-icon {
  position: relative;
  top: 0;
  left: 0;
  width: 80px;
  height: auto;
  /*background-image: url(../img/shape.png);*/
  background-size: contain;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
  padding: 5px;
  z-index: 2;
  margin-bottom: 10px;
}
.features__area-item-content {
  position: relative;
  z-index: 2;
}
.features__area-item-content h4 {
  color: #0C261A;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  margin-bottom: 0.5rem;
}
.features__area-item-content p {
  color: #3c3b52;
  transition: all 0.3s ease-in-out;
}
.features__area-item:hover h3,
.features__area-item:hover h4,
.features__area-item:hover h5 {
  color: #f89007 !important;
}
.features__area-item:hover p {
  color: #fdf9f2 !important;
}
.features__area-item:hover::before {
  background-color: #3c3b52;
}
.features__area-item:hover::after {
  top: 8px;
  left: 8px;
  background-color: #f89007;
}
.features__area-item-content {
  position: relative;
  z-index: 2;
}
.features__area-item-content h4 {
  color: #0C261A;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  margin-bottom: 0.5rem;
}
.features__area-item-content p {
  color: #515854;
  transition: all 0.3s ease-in-out;
}
.features__area__thumb img {
  max-width: 100%;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.services__details {
  overflow: hidden;
}
.services__details-left-image img {
  border-radius: 2rem;
}
.services__details-left-image-sm img {
  border-radius: 2rem;
  max-height: 200px;
}
.services__details-left-content h3 {
  font-size: 36px;
  line-height: 46px;
}
.services__details-left ul {
  display: inline;
}
.services__details-left ul li i,
.services__details-left ul li svg {
  margin-right: 5px;
}
.services__details-right-widget-category {
  padding: 40px 30px;
  background: #edfdf8;
  border-radius: 2rem;
}
.services__details-right-widget-category h4 {
  position: relative;
}
.services__details-right-widget-category ul li:last-child {
  margin: 0;
}
.services__details-right-widget-category ul li {
  margin-bottom: 15px;
}
.services__details-right-widget-category ul li a {
  border-radius: 99px;
  display: inline-block;
  background: white;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #0C261A;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.services__details-right-widget-category ul li a i::before {
  color: #f89007;
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
}
.services__details-right-widget-category ul li a:hover {
  color: #f89007;
}
.services__details-right-widget-category ul li a:hover i::before {
  margin-right: 8px;
}
.services__details-right-help {
  position: relative;
  padding: 50px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  overflow: hidden;
  color: white;
  background-color: #0C261A;
}
.services__details-right-help::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.4) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(248, 144, 7, 0.4) 0px, transparent 50%);
  opacity: 0.9;
  opacity: 0.9;
}
.services__details-right-help h4 {
  position: relative;
  color: white;
  z-index: 1;
}
.services__details-right-help p {
  color: #93aea7;
  position: relative;
  z-index: 1;
}
.services__details-right-help-item {
  position: relative;
  z-index: 1;
}
.services__details-right-help-item-icon i::before {
  color: #3c3b52;
  font-size: 40px;
  margin-right: 10px;
}
.services__details-right-help-item-content span {
  color: #f89007;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.services__details-right-help-item-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: 1px solid rgba(0, 238, 172, 0.3);
}

@media (max-width: 1199px) {
  .services__area-item {
    padding: 40px 30px;
  }
  .services__area-item-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__area-item-top i::before {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .services__area-item {
    padding: 40px;
  }
  .services__area-item-top h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .services__area-item-top i::before {
    margin-right: 20px;
  }
}
@media (max-width: 360px) {
  .services__area-item {
    padding: 30px;
  }
  .services__area-item-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__area-item-top i::before {
    margin-right: 15px;
  }
}
/*==========================================================================
Faq CSS
==========================================================================*/
.faq__area {
  position: relative;
  z-index: 2;
}
.faq__area-collapse {
  position: relative;
  z-index: 3;
}
.faq__area-collapse-item {
  margin-bottom: 10px;
  background: #edfdf8;
  padding: 0 24px;
  border-radius: 1.5rem;
}
.faq__area-collapse-item-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  background: #edfdf8;
  padding: 15px 0;
}
.faq__area-collapse-item-card-header i {
  color: #f89007;
}
.faq__area-collapse-item-card-header-content {
  padding: 0px 0 20px 0;
}
.faq__area-collapse-item-card-header-content p {
  max-width: 400px;
}

/*==========================================================================
About
========================================================================== */
.about__area-left-image {
  position: relative;
}
.about__area-left-image-small-img {
  position: absolute;
  bottom: -80px;
  left: -60px;
  max-width: 250px;
  border: 17px solid white;
}
.about__area-right {
  max-width: 600px;
}
.about__area-right-bottom {
  border-top: 1px solid 1px solid rgba(0, 238, 172, 0.3);
}
.about__area-right-bottom-signature img {
  max-width: 185px;
}

@media (max-width: 390px) {
  .about__area-left-image-small-img {
    max-width: 200px;
  }
}
/*Account Section Starts Here*/
.account {
  overflow: hidden;
}
.account__wrapper {
  text-align: center;
  box-shadow: 0 30px 50px rgba(0, 238, 172, 0.05);
  border-radius: 1rem;
  padding: 50px 40px;
  margin: 0 auto;
  background-color: #edfdf8;
}
.account__wrapper .title {
  text-transform: capitalize;
  margin-bottom: 30px;
}
.account__wrapper .cate {
  font-style: normal;
}
.account__wrapper .cate a {
  font-weight: 600;
}
.account__wrapper .cate a:hover {
  color: #f89007;
}
.account__form .form-group {
  margin-bottom: 30px;
}
.account__form .form-group input {
  width: 100px;
  border: 1px solid rgba(248, 144, 7, 0.3);
  outline: none;
  color: #0C261A;
  background: white;
  box-shadow: 0px 2px 2px 0px rgba(248, 144, 7, 0.1);
  padding: 0.6rem 1rem;
}
.account__form .form-group .checkgroup {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.account__form .form-group .checkgroup input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .account__form .form-group .checkgroup input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.account__form .form-group .checkgroup label {
  margin: 0;
  color: #0C261A;
}
@media (max-width: 575px) {
  .account__form .form-group .checkgroup label {
    font-size: 14px;
  }
}
.account__form .form-group a {
  color: #515854;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .account__form .form-group a {
    font-size: 14px;
  }
}
.account__form .form-group a:hover {
  color: #f89007;
}
.account__form .form-group button {
  box-shadow: none;
  border: none;
  background-color: #f89007;
  margin-inline: auto;
}
@media (max-width: 575px) {
  .account__form .form-group button {
    margin-top: 24px;
  }
}
.account__form .form-floating input {
  background: white;
  border: 1px solid rgba(248, 144, 7, 0.1);
  border-radius: 1rem;
  color: #0C261A;
}
.account__form .form-floating input:focus {
  border-color: rgba(248, 144, 7, 0.3);
  outline: none;
  box-shadow: none;
}

/*==========================================================================
Services
========================================================================== */
.pricing__area-item {
  position: relative;
  background: #edfdf8;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
  z-index: 2;
  text-align: center;
}
.pricing__area-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background-color: #edfdf8;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 2;
}
.pricing__area-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 0;
}
.pricing__area-item span {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 48px;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  color: #3c3b52;
  opacity: 0.3;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  z-index: 2;
}
.pricing__area-item-tag {
  padding: 30px 40px;
  position: relative;
  z-index: 2;
  background-color: #0C261A;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
}
.pricing__area-item-tag h2 {
  color: #3c3b52;
}
.pricing__area-item-tag h4,
.pricing__area-item-tag h5 {
  color: white;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem;
}
.pricing__area-item-tag img {
  max-width: 60px;
  margin-bottom: 10px;
}
.pricing__area-item-content {
  position: relative;
  z-index: 2;
  padding-block: 30px;
}
.pricing__area-item-content h5 {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.75rem;
}
.pricing__area-item-content ul li {
  color: #515854;
  transition: all 0.3s ease-in-out;
}
.pricing__area-item-content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pricing__area-item-content .border-btn {
  border: 1px solid #f89007;
  background: none;
  color: #f89007;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
}
.pricing__area-item-content .border-btn::before {
  background: white;
}
.pricing__area-item-content .border-btn:hover {
  color: #0C261A;
  border-color: #3c3b52;
}
.pricing__area-item-content .border-btn:focus {
  color: #3c3b52;
}
.pricing__area-item:hover h2, .pricing__area-item.active h2 {
  color: #f89007 !important;
}
.pricing__area-item:hover li, .pricing__area-item.active li {
  color: #93aea7 !important;
}
.pricing__area-item:hover::before, .pricing__area-item.active::before {
  background-color: #0C261A;
}
.pricing__area-item:hover::after, .pricing__area-item.active::after {
  top: 5px;
  left: 5px;
  background-color: #f89007 !important;
}
.pricing__area-item:hover .pricing__area-item-tag, .pricing__area-item.active .pricing__area-item-tag {
  background-color: #3c3b52 !important;
}
.pricing__area-item:hover .pricing__area-item-tag h4,
.pricing__area-item:hover .pricing__area-item-tag h5, .pricing__area-item.active .pricing__area-item-tag h4,
.pricing__area-item.active .pricing__area-item-tag h5 {
  color: #0C261A;
}
.pricing__area-item:hover .border-btn, .pricing__area-item.active .border-btn {
  border: 1px solid #3c3b52;
  background-color: #3c3b52;
  color: #0C261A;
}

.pricing__item-price {
  background-color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-inline: auto;
  display: grid;
  place-items: center;
}
.pricing__item-price h3 {
  font-size: calc(1rem + 2vw);
}
@media screen and (min-width: 768px) {
  .pricing__item-price h3 {
    font-size: calc(0.5rem + 1vw);
  }
}

/*==========================================================================
Portfolio
========================================================================== */
.portfolio__area {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio__area::before {
  position: absolute;
  content: "";
  background-image: url("../img/portfolio/1.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0%;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1;
  display: none;
}
@media (min-width: 1200px) {
  .portfolio__area::before {
    display: inline;
  }
}
.portfolio__area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(248, 144, 7, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(0, 238, 172, 0.7) 0px, transparent 50%);
  opacity: 0.9;
}
.portfolio__area-button {
  text-align: right;
  padding-right: 23px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .portfolio__area-button {
    margin-block: 90px;
  }
}
.portfolio__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
  margin-left: 40px;
}
.portfolio__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(38, 32, 64, 0.3);
  color: white;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-button-next:hover i::before {
  background: #3c3b52;
  color: #0C261A;
}
.portfolio__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
}
.portfolio__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(38, 32, 64, 0.3);
  color: white;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-button-prev:hover i::before {
  background: #3c3b52;
  color: #0C261A;
}
.portfolio__area-title {
  position: relative;
  z-index: 1;
}
.portfolio__area-title h2 {
  color: white;
}
.portfolio__area-item {
  position: relative;
}
.portfolio__area-item img {
  border-radius: 2rem;
}
.portfolio__area-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.7) 0px, transparent 90%), radial-gradient(at -0.1% -1.3%, rgba(12, 38, 26, 0.7) 0px, transparent 90%);
  border-radius: 2rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-item-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-item-content h3 a {
  font-size: 32px;
  font-weight: 600 !important;
  color: #f89007;
  margin-bottom: 10px;
}
.portfolio__area-item-content p {
  color: white;
  font-weight: 500;
}
.portfolio__area-item-popup {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: translateY(0%);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-item-popup i::before {
  background: white;
  height: 60px;
  width: 60px;
  color: #0C261A;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
}
.portfolio__area-item:hover::after {
  opacity: 0.8;
}
.portfolio__area-item:hover .portfolio__area-item-content {
  opacity: 1;
  bottom: 40px;
}
.portfolio__area-item:hover .portfolio__area-item-popup {
  opacity: 1;
  bottom: 15px;
  transform: translateY(-50%);
}

/*==========================================================================
Portfolio Page
========================================================================== */
.portfolio__area {
  position: relative;
}
.portfolio__area-page-item {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.portfolio__area-page-item img {
  border-radius: 2rem;
}
.portfolio__area-page-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(248, 144, 7, 0.7) 0px, transparent 50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-page-item a {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.portfolio__area-page-item a i::before {
  background: white;
  height: 50px;
  width: 50px;
  color: #0C261A;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
}
.portfolio__area-page-item-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-page-item-content h3 a {
  position: inherit;
  font-size: 24px;
  line-height: 34px;
  color: white;
  margin-bottom: 10px;
}
.portfolio__area-page-item-content p {
  color: #3c3b52;
  font-weight: 500;
}
.portfolio__area-page-item:hover::after {
  opacity: 0.7;
}
.portfolio__area-page-item:hover a {
  opacity: 1;
}
.portfolio__area-page-item:hover .portfolio__area-page-item-content {
  opacity: 1;
  bottom: 30px;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.portfolio__details {
  overflow: hidden;
}
.portfolio__details-left-image {
  border-radius: 2rem;
  overflow: hidden;
}
.portfolio__details-left-content {
  border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.portfolio__details-left-content h3 {
  font-size: 36px;
  line-height: 46px;
}
.portfolio__details-left-content ul li:last-child {
  margin: 0;
}
.portfolio__details-left-content ul li {
  margin-bottom: 10px;
  color: #0C261A;
}
.portfolio__details-left-content ul li i::before {
  color: #3c3b52;
  font-size: 25px;
  margin-right: 10px;
  top: 0;
}
.portfolio__details-project h3 {
  font-size: 30px;
  line-height: 40px;
}
.portfolio__details-right-info {
  background: #edfdf8;
  padding: 40px 30px;
  border-radius: 2rem;
}
.portfolio__details-right-info h4 {
  position: relative;
}
.portfolio__details-right-info ul li:last-child {
  margin: 0;
}
.portfolio__details-right-info ul li {
  margin-bottom: 10px;
}
.portfolio__details-right-info ul li span {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  padding-right: 7px;
}
.portfolio__details-right-info ul li ul li:first-child {
  margin: 0;
}
.portfolio__details-right-info ul li ul li:last-child {
  margin: 0;
}
.portfolio__details-right-info ul li ul li {
  display: inline-block;
  margin-right: 10px;
}
.portfolio__details-right-info ul li ul li i {
  font-size: 1rem;
  color: #3c3b52;
  transition: all 0.3s ease-in-out;
}
.portfolio__details-right-info ul li ul li i::before {
  top: 0;
}
.portfolio__details-right-info ul li ul li i:hover {
  color: #0C261A;
}
.portfolio__details-right-info ul li li {
  margin: 0;
}
.portfolio__details-right-help {
  position: relative;
  padding: 50px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #0C261A;
  color: white;
}
.portfolio__details-right-help::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.4) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(248, 144, 7, 0.4) 0px, transparent 50%);
  opacity: 0.9;
}
.portfolio__details-right-help h4 {
  position: relative;
  color: white;
  z-index: 1;
}
.portfolio__details-right-help p {
  color: #93aea7;
  position: relative;
  z-index: 1;
}
.portfolio__details-right-help-item {
  position: relative;
  z-index: 1;
}
.portfolio__details-right-help-item-icon i::before {
  color: #3c3b52;
  font-size: 40px;
  margin-right: 10px;
}
.portfolio__details-right-help-item-content span {
  color: #f89007;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.portfolio__details-right-help-item-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: 1px solid rgba(0, 238, 172, 0.3);
}

@media (max-width: 1690px) {
  .portfolio__area-item-content {
    left: 30px;
    right: 30px;
  }
  .portfolio__area-item-content h3 a {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .portfolio__area-item-popup i::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio__area-item:hover .portfolio__area-item-content {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio__area-button {
    text-align: center;
    padding-bottom: 40px;
  }
  .portfolio__area-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .portfolio__area-button {
    right: 0;
  }
  .portfolio__details-left-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .portfolio__details-project h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 360px) {
  .portfolio__area-item-content {
    left: 25px;
    right: 25px;
  }
  .portfolio__area-item-popup {
    top: 0;
  }
  .portfolio__area-item-popup i::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio__area-item:hover .portfolio__area-item-popup {
    top: 30px;
    transform: translateY(0%);
  }
}
/*==========================================================================
Team
========================================================================== */
.team__area {
  overflow: hidden;
}
.team__area-item-image {
  position: relative;
  overflow: hidden;
  background-color: #edfdf8;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
.team__area-item-image img {
  position: relative;
  border-radius: 2rem;
  z-index: 1;
}
.team__area-item-content {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.5rem;
  background: white;
  max-width: 88%;
  margin: 0 auto;
  margin-top: -55px;
  box-shadow: 0 30px 50px rgba(0, 238, 172, 0.05);
  z-index: 2;
}
.team__area-item-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #f89007;
  padding-top: 10px;
  margin-bottom: 0;
}
.team__area-item-content-icon {
  display: inline-grid;
  place-items: center;
  height: 40px;
  width: 40px;
  border-radius: 99px;
  background-color: #0C261A;
  transition: all 0.3s ease-in-out;
}
.team__area-item-content-icon i, .team__area-item-content-icon svg {
  color: white;
  font-size: 1rem;
}
.team__area-item-content-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.team__area-item-content-icon ul li:last-child {
  margin: 0;
}
.team__area-item-content-icon:hover {
  background-color: #3c3b52;
}
.team__area-item-content-icon:hover i, .team__area-item-content-icon:hover svg {
  color: #0C261A;
}
.team__area-item:hover .team__area-item-image {
  background-color: #f89007;
}

@media (max-width: 1199px) {
  .team__area-item-content {
    padding: 25px;
  }
}
.team__single-thumb {
  overflow: hidden;
}
.team__single-thumb img {
  border-radius: 2rem;
}
.team__single-name {
  margin-bottom: 25px;
}
.team__single-name h3 {
  margin-bottom: 10px;
}
.team__single-name p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #f89007;
}
.team__single-text p {
  line-height: 1.5;
  max-inline-size: 60ch;
}

/*==========================================================================
Counter
========================================================================== */
.counter__area {
  background-color: #0C261A;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 992px) {
  .counter__area {
    padding-block: 150px 100px;
  }
}
.counter__area::before {
  position: absolute;
  content: url(../img/counter/1.png);
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
@media (min-width: 1200px) {
  .counter__area::before {
    display: inline;
  }
}
.counter__area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(248, 144, 7, 0.7) 0px, transparent 50%);
  opacity: 0.9;
}
.counter__area-item {
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.counter__area-item-icon {
  background: #edfdf8;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  border-radius: 2rem;
  margin-inline: auto;
}
.counter__area-item-icon img {
  max-width: 60px;
}
.counter__area-item-content h2 {
  color: #f89007;
  padding: 10px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .counter__area-item-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .counter__area-item-content h2 {
    font-size: 48px;
  }
}
.counter__area-item-content p {
  color: white;
}
.counter__area--style2 {
  background-image: none;
  padding-block: 100px;
}
.counter__area--style2 .counter__area::after {
  background-color: #edfdf8;
}
.counter__area--style2 .counter__area-item {
  border-right: 1px dashed #515854;
  border-radius: 2px;
}
.counter__area--style2 .counter__area-item-icon i::before {
  font-size: 45px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #3c3b52;
  border-radius: 2rem;
}
.counter__area--style2 .counter__area-item-content h2 {
  color: #0C261A;
  padding: 10px;
}
.counter__area--style2 .counter__area-item-content p {
  color: #0C261A;
}

/*==========================================================================
Counter About
========================================================================== */
.counter__area {
  overflow: hidden;
}
.counter__area-about {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: clip;
}
.counter__area-about-item-content h2 {
  color: #f89007;
  padding: 10px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .counter__area-about-item-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .counter__area-about-item-content h2 {
    font-size: 48px;
  }
}
.counter__area-about-item-content p {
  color: #0C261A;
}

/*==========================================================================
Experience
========================================================================== */
.experience__area {
  margin-top: -130px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.experience__area .experience__area-wrapper {
  background: white;
  box-shadow: 0 30px 50px rgba(0, 238, 172, 0.05);
  border-radius: 2rem;
  padding: 30px 20px 50px;
}
.experience__area-content {
  text-align: center;
}
@media (min-width: 992px) {
  .experience__area-content {
    text-align: start;
  }
}
.experience__area-skill-content {
  position: relative;
}
.experience__area-skill-content h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #353B44;
}
.experience__area-skill-count {
  position: absolute;
  top: 0;
  left: 60%;
  color: #3c3b52;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.experience__area-skill-inner {
  width: 65%;
  height: 8px;
  background: 1px solid rgba(0, 238, 172, 0.3);
  margin-top: 10px;
  position: relative;
  border-radius: 0.5rem;
}
.experience__area-skill-bar {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0px;
  left: 0px;
  background: #3c3b52;
  transition: 3.5s;
  border-radius: 99px;
}
.experience__area-left {
  padding-inline-start: 1rem;
}
.experience__area-right-image {
  position: relative;
}
.experience__area-right-image img {
  border-radius: 2rem;
}
.experience__area-right-image-content {
  position: absolute;
  left: -50px;
  bottom: 60px;
  background: #edfdf8;
  box-shadow: 0 30px 50px rgba(0, 238, 172, 0.05);
  padding: 2rem 1.5rem;
  border-left: 2px solid #3c3b52;
  border-radius: 2rem;
}
.experience__area-right-image-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #0C261A;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}
.experience__area-video-icon {
  position: absolute;
  top: 40%;
  right: 50%;
  z-index: 10;
  transform: translate(50%);
  box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.experience__area-video-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #3c3b52;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.experience__area-video-icon::after {
  position: absolute;
  content: "";
  background: #3c3b52;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.experience__area-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #0C261A;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}
.experience__area--home2 {
  z-index: 1;
}

@media (max-width: 991px) {
  .experience__area-skill-count {
    left: auto;
    right: 0;
  }
  .experience__area-skill-inner {
    width: 100%;
    height: 8px;
    background: 1px solid rgba(0, 238, 172, 0.3);
    margin-top: 10px;
    position: relative;
  }
}
@media (max-width: 575px) {
  .experience__area-right-image {
    position: relative;
  }
  .experience__area-right-image-content {
    padding: 20px;
    left: 0;
    bottom: 0;
  }
  .experience__area-right-image-content::before {
    display: none;
  }
  .experience__area-right-image-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .experience__area-video-icon::before {
    width: 70px;
    height: 70px;
  }
  .experience__area-video-icon::after {
    width: 70px;
    height: 70px;
  }
}
/*==========================================================================
Choose
========================================================================== */
.choose__area {
  overflow: hidden;
}
.choose__area-left-image {
  position: relative;
  margin-left: 50px;
}
.choose__area-left-image img {
  position: relative;
  border-radius: 2rem;
  z-index: 2;
}
.choose__area-left-image-two {
  position: absolute;
  bottom: -12%;
  left: -10%;
  max-width: 150px;
  height: auto;
}
@media (min-width: 576px) {
  .choose__area-left-image-two {
    bottom: 10%;
    left: -10%;
  }
}
@media (min-width: 768px) {
  .choose__area-left-image-two {
    bottom: 10%;
    left: -10%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .choose__area-left-image-two {
    bottom: -25%;
    left: -16%;
  }
}
@media (min-width: 1200px) {
  .choose__area-left-image-two {
    bottom: 10%;
    left: -10%;
  }
}
.choose__area-left-image::before {
  position: absolute;
  content: url("../images/despre.png");
  top: -7%;
  left: -7%;
  z-index: 0;
}
@media (min-width: 1200px) {
  .choose__area-left-image::before {
    top: -5%;
    left: -5%;
  }
}
@media (min-width: 992px) {
  .choose__area-right {
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .choose__area-right-list p {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 390px) {
  .choose__area-left-image-small-img {
    max-width: 150px;
    border: 10px solid white;
  }
}
/*==========================================================================
Testimonial
========================================================================== */
.testimonial__area {
  background: #edfdf8;
  overflow: hidden;
}
.testimonial__area-item-content {
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.2) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(248, 144, 7, 0.3) 0px, transparent 50%);
  position: relative;
  padding: 40px 35px;
  border-radius: 2rem;
}
.testimonial__area-item-content p {
  color: #93aea7;
}
.testimonial__area-item-content i {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.testimonial__area-item-content i::before {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 40px;
  color: #3c3b52;
}
.testimonial__area-item-content h5 {
  color: white;
}
.testimonial__area-item-content h6 {
  font-family: "Inter", sans-serif;
  color: #f89007;
  border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.testimonial__area-item-content::after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #0C261A transparent transparent transparent;
}
@media (min-width: 992px) {
  .testimonial__area-item-content::after {
    left: 32px;
  }
}
.testimonial__area-item-img {
  position: relative;
  max-width: 80px;
  border-radius: 99px;
  overflow: hidden;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .testimonial__area-item-img {
    margin-inline: 0;
  }
}
.testimonial__area-item-img img {
  transition: all 0.3s ease-in-out;
}
.testimonial__area-item:hover .testimonial__area-item-content i {
  opacity: 1 !important;
}
.testimonial__area-item:hover .testimonial__area-item-img img {
  transform: scale(1.1);
}
.testimonial__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
}
.testimonial__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 238, 172, 0.1);
  color: #3c3b52;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}
.testimonial__area-button-next:hover i::before {
  background: #3c3b52;
  color: #0C261A;
}
.testimonial__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
  margin-right: 40px;
}
.testimonial__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 238, 172, 0.1);
  color: #3c3b52;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}
.testimonial__area-button-prev:hover i::before {
  background: #3c3b52;
  color: #0C261A;
}

@media (max-width: 991px) {
  .testimonial__area-title {
    text-align: center;
  }
  .testimonial__area-button {
    text-align: center;
  }
}
/*==========================================================================
Management
========================================================================== */
.management__area {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.management__area-wrapper {
  position: relative;
  z-index: 2;
}
.management__area-contact {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 2rem;
  background: #3c3b52;
  z-index: 2;
}
.management__area-contact i::before {
  font-size: 35px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #3c3b52;
  border-radius: 2rem;
  top: -15px;
  margin-bottom: 20px;
}
.management__area-contact span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: 1px solid rgba(0, 238, 172, 0.3);
  text-transform: capitalize;
  font-weight: 700;
}
.management__area-contact p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
Contact
========================================================================== */
.contact__area-content {
  max-width: 700px;
  margin: 0 auto;
}
.contact__area-address {
  background: #fdf9f2;
  padding: 50px 30px;
  border-radius: 2rem;
}
.contact__area-address h4 {
  position: relative;
}
.contact__area-address h4::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #3c3b52;
}
.contact__area-address-item-icon i::before {
  color: #3c3b52;
  font-size: 45px;
  margin-right: 20px;
}
.contact__area-address-item-content span {
  color: #0C261A;
  text-transform: capitalize;
  font-weight: 600;
}
.contact__area-address-item-content p {
  font-weight: 500;
}
.contact__area-address-item-content h5 {
  font-size: 16px;
  line-height: 26px;
}
.contact__area-address-item-socalicon ul li {
  display: inline-block;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .contact__area-address-item-socalicon ul li {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .contact__area-address-item-socalicon ul li {
    margin-right: 2px;
  }
}
@media (min-width: 1200px) {
  .contact__area-address-item-socalicon ul li {
    margin-right: 10px;
  }
}
.contact__area-address-item-socalicon ul li a i::before {
  background: #0C261A;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 99px;
  text-align: center;
}
.contact__area-address-item-socalicon ul li a i:hover::before {
  background: #3c3b52;
}
.contact__area-address-item-socalicon ul li:last-child {
  margin: 0;
}
.contact__area-right {
  background: #fdf9f2;
  padding: 50px 20px;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .contact__area-right {
    padding: 50px 50px;
  }
}
.contact__area-right-form-group input {
  width: 100%;
  height: 58px;
  background: white;
  padding-left: 25px;
  border: 2px solid white;
  border-radius: 99px;
  transition: all 0.2s ease-in-out;
}
.contact__area-right-form-group input:focus {
  border-color: #3c3b52;
}
.contact__area-right-form-group textarea {
  width: 100%;
  background: white;
  padding-left: 25px;
  height: 170px;
  border: 2px solid white;
  border-radius: 2rem;
  transition: all 0.2s ease-in-out;
  padding-top: 15px;
}
.contact__area-right-form-group textarea:focus {
  border-color: #3c3b52;
}
.contact__area-right--style2 {
  background-color: #fdf9f2;
}
.contact__area-map iframe {
  width: 90%;
  height: 600px;
  border-radius: 2rem;
}

/*==========================================================================
Blog
========================================================================== */
.blog__area {
  overflow: hidden;
}
.blog__area-item {
  position: relative;
  padding: 0.75rem 1rem;
  z-index: 2;
}
.blog__area-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background-color: #edfdf8;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog__area-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 0;
}
.blog__area-item-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 2;
}
.blog__area-item-image img {
  transition: all 0.3s ease-in-out;
}
.blog__area-item-content {
  position: relative;
  margin-top: 1.5rem;
  z-index: 2;
}
.blog__area-item-content h3 {
  transition: all 0.3s ease-in-out;
}
.blog__area-item-content ul {
  padding: 1rem 0;
  border-top: 0.5px solid rgba(0, 238, 172, 0.2);
}
.blog__area-item-content ul li:last-child {
  margin: 0;
}
.blog__area-item-content ul li {
  display: inline-block;
  margin-right: 20px;
  color: #515854;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.blog__area-item-content ul li i::before {
  color: #3c3b52;
  margin-right: 10px;
  font-size: 18px;
}
.blog__area-item-content-btn {
  margin-block: 1rem;
}
.blog__area-item-content-btn a {
  display: inline-block;
  place-items: center;
  color: #f89007;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  position: relative;
}
.blog__area-item-content-btn a i,
.blog__area-item-content-btn a svg {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.blog__area-item:hover .blog__area-item-image img {
  transform: scale(1.05);
}
.blog__area-item:hover .blog__area-item-content h3 {
  color: white;
}
.blog__area-item:hover .blog__area-item-content li {
  color: #93aea7;
}
.blog__area-item:hover .blog__area-item-content-btn a {
  color: #3c3b52;
}
.blog__area-item:hover::before {
  background-color: #0C261A !important;
}
.blog__area-item:hover::after {
  top: 8px;
  left: -8px;
  background-color: #f89007 !important;
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__details-left-image {
  border-radius: 2rem;
  overflow: hidden;
}
.blog__details-left-image-sm img {
  border-radius: 2rem;
  max-height: 200px;
}
.blog__details-left-content h3 {
  font-size: 30px;
  line-height: 40px;
}
.blog__details-left-content-date {
  background: #3c3b52;
  padding: 5px 15px;
  position: relative;
}
.blog__details-left-content-date::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 10px;
  border-left: 17px solid #3c3b52;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.blog__details-left-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
}
.blog__details-left-content ul li:last-child {
  margin: 0;
}
.blog__details-left-content ul li {
  display: inline-block;
  color: #515854;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.blog__details-left-content ul li i::before {
  color: #3c3b52;
  margin-right: 10px;
  font-size: 18px;
}
.blog__details-left-content ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.blog__details-left-content ul li span i::before {
  color: white;
  margin-right: 10px;
}
.blog__details-left-content-box {
  background: #0C261A;
  padding: 30px 40px;
  border-radius: 2rem;
}
.blog__details-left-content-box h6 {
  color: #E6E6FF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
}
.blog__details-left-content-box span {
  color: #f89007;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}
.blog__details-left-content-box span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  top: 10px;
  background: #3c3b52;
}
.blog__details-left-related {
  border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
  padding-bottom: 30px;
}
.blog__details-left-related h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.blog__details-left-related-tag a {
  display: inline-block;
  background: #edfdf8;
  color: #0C261A;
  font-size: 12px;
  font-weight: 600;
  padding: 0 14px;
  margin-right: 5px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .blog__details-left-related-tag a {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    padding: 0 20px;
  }
}
.blog__details-left-related-tag a:hover {
  background-color: #3c3b52;
}
.blog__details-left-related-share ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog__details-left-related-share ul li:last-child {
  margin: 0;
}
.blog__details-left-related-share ul li i::before {
  font-size: 15px;
}
.blog__details-left-comment-area-item {
  background: #edfdf8;
  padding: 30px;
  margin-left: 40px;
  border-radius: 2rem;
}
.blog__details-left-comment-area-item-user {
  float: left;
  margin-left: -70px;
}
.blog__details-left-comment-area-item-user img {
  width: 100%;
  border-radius: 99px;
}
.blog__details-left-comment-area-item-details {
  overflow: hidden;
  padding-left: 30px;
}
.blog__details-left-comment-area-item-details-name {
  position: relative;
  overflow: hidden;
}
.blog__details-left-comment-area-item-details-name p {
  font-size: 14px;
  color: #f89007;
  padding: 5px 0;
  font-weight: 500;
}
.blog__details-left-comment-area-item-details-name a {
  position: absolute;
  top: 0;
  background: #3c3b52;
  font-weight: 600;
  right: 0;
  padding: 5px 18px;
  color: #0C261A;
  border-radius: 2rem;
  display: inline-block;
}
.blog__details-left-contact-area input {
  background: #edfdf8;
}
.blog__details-left-contact-area textarea {
  background: #edfdf8;
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__standard-left-item-content {
  background: white;
  box-shadow: 0 30px 50px rgba(0, 238, 172, 0.05);
  padding: 10px 30px 30px 30px;
}
.blog__standard-left-item-content h3 {
  font-size: 30px;
  line-height: 40px;
}
.blog__standard-left-item-content-date {
  background: #3c3b52;
  padding: 5px 15px;
  position: relative;
}
.blog__standard-left-item-content-date::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 10px;
  border-left: 17px solid #3c3b52;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.blog__standard-left-item-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
}
.blog__standard-left-item-content ul li:last-child {
  margin: 0;
}
.blog__standard-left-item-content ul li {
  display: inline-block;
  color: #515854;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.blog__standard-left-item-content ul li i::before {
  color: #3c3b52;
  margin-right: 10px;
  font-size: 18px;
}
.blog__standard-left-item-content ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.blog__standard-left-item-content ul li span i::before {
  color: white;
  margin-right: 10px;
}
.blog__standard-left-item-content a {
  display: inline-block;
  color: #3c3b52;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.blog__standard-left-item-content a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #3c3b52;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.blog__standard-left-item-content a:hover::after {
  width: 80px;
}

.blog__sidebar-item {
  background: #edfdf8;
  padding: 40px 30px;
  border-radius: 2rem;
}
.blog__sidebar-item h4 {
  position: relative;
}
.blog__sidebar-item-search {
  position: relative;
}
.blog__sidebar-item-search input {
  background: white;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  position: relative;
}
.blog__sidebar-item-search button {
  position: absolute;
  right: 0;
  top: 0;
  color: #0C261A;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #3c3b52;
  display: inline-block;
}
.blog__sidebar-item-widget-category ul li:last-child {
  margin: 0;
}
.blog__sidebar-item-widget-category ul li {
  margin-bottom: 15px;
}
.blog__sidebar-item-widget-category ul li a {
  display: inline-block;
  background: white;
  border-radius: 99px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #0C261A;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.blog__sidebar-item-widget-category ul li a i::before {
  color: #3c3b52;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-right: -15px;
}
.blog__sidebar-item-widget-category ul li a:hover {
  color: #3c3b52;
}
.blog__sidebar-item-widget-category ul li a:hover i::before {
  margin-right: 7px;
  opacity: 1;
}
.blog__sidebar-item-post {
  border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
}
.blog__sidebar-item-post-thumb {
  margin-right: 20px;
}
.blog__sidebar-item-post-thumb img {
  max-width: 90px;
  border-radius: 99px;
}
.blog__sidebar-item-post-content h6 a {
  transition: all 0.3s ease-in-out;
}
.blog__sidebar-item-post-content h6 a:hover {
  color: #f89007;
}
.blog__sidebar-item-post-content span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.blog__sidebar-item-post-content span i::before {
  color: #f89007;
  margin-right: 10px;
}
.blog__sidebar-item-widget-tag a:last-child {
  margin: 0;
}
.blog__sidebar-item-widget-tag a {
  display: inline-block;
  background: white;
  color: #0C261A;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 99px;
  transition: all 0.3s ease-in-out;
}
.blog__sidebar-item-widget-tag a:hover {
  background-color: #3c3b52;
}

@media (max-width: 1199px) {
  .blog__area-item-content {
    padding: 0px 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog__area-item-content {
    padding: 0px 20px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .blog__area-item-content {
    padding: 40px 26px;
  }
}
@media (max-width: 1199px) {
  .blog__area-item-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog__area-item-content ul li {
    margin-right: 10px;
  }
  .blog__area-item-content ul li i::before {
    font-size: 16px;
    margin-right: 5px;
  }
  .blog__sidebar-item-widget-tag a {
    padding: 0 12px;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .blog__details-left-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog__details-left-content-box {
    padding: 20px;
  }
  .blog__details-left-content-box h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog__details-left-related {
    border-bottom: 1px solid 1px solid rgba(0, 238, 172, 0.3);
    padding-bottom: 30px;
  }
  .blog__details-left-related h6 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
  }
  .blog__details-left-related-share ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details-left-related-share ul li:last-child {
    margin: 0;
  }
  .blog__details-left-related-share ul li i::before {
    font-size: 15px;
  }
  .blog__details-left-comment-area-item {
    margin-left: 0;
    text-align: center;
  }
  .blog__details-left-comment-area-item-user {
    float: none;
    margin-left: 0;
  }
  .blog__details-left-comment-area-item-user img {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
  }
  .blog__details-left-comment-area-item-details {
    padding: 0;
  }
  .blog__details-left-comment-area-item-details-name a {
    position: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog__standard-left-item-content {
    padding: 0;
    box-shadow: none;
  }
  .blog__standard-left-item-content h3 {
    font-size: 19px;
    line-height: 29px;
  }
  .blog__standard-left-item-content-date {
    margin-bottom: 5px;
  }
}
/*==========================================================================
Solution 
========================================================================== */
.solution__area {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .solution__area {
    margin-top: 130px;
  }
}
.solution__area-content {
  background-image: url(../img/cta/1.png);
  background-position: center;
  border-radius: 2rem;
  position: relative;
  padding: 60px 30px;
  text-align: center;
  background-size: cover;
}
.solution__area-content h2 {
  color: white;
  max-width: 20ch;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .solution__area-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .solution__area-content h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .solution__area-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .solution__area-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
/*==========================================================================
Footer
========================================================================== */
.footer__area {
  overflow: hidden;
  position: relative;
  background: #3c3b52;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__area::before {
  position: absolute;
  content: url(../images/footer.png);
  top: 0%;
  left: 0;
  width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .footer__area::before {
    display: inline;
  }
}
.footer__area-wrapper {
  padding-block: 25px;
}
@media (min-width: 576px) {
  .footer__area-wrapper {
    padding-block: 50px;
  }
}
@media (min-width: 768px) {
  .footer__area-wrapper {
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .footer__area-wrapper {
    padding-block: 120px;
  }
}
.footer__area-widget {
  gap: 127px;
}
.footer__area-widget-about {
  position: relative;
  z-index: 0;
  padding: 0 37px;
}
.footer__area-widget-content-logo a img {
  max-width: 155px;
}
.footer__area-widget-content p {
  color: #f89007;
}
.footer__area-widget-content h4 {
  color: white;
  padding-top: 11px;
  margin-bottom: 22px;
}
.footer__area-widget-content-contact-info-icon i::before {
  color: #ffffff;
  margin-right: 15px;
}
.footer__area-widget-content-contact-info-title p {
  color: white;
}
.footer__area-widget-content-menu ul li:last-child {
  margin: 0;
}
.footer__area-widget-content-menu ul li {
  margin-bottom: 15px;
}
.footer__area-widget-content-menu ul li a {
  color: #fdf9f2;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  left: 0;
}
.footer__area-widget-content-menu ul li a:hover {
  color: #f89007;
  left: 4px;
}
.footer__area-widget-content ul li:last-child {
  margin: 0;
}
.footer__area-widget-content ul li {
  margin-bottom: 15px;
}
.footer__area-widget-content ul li a {
  color: #fdf9f2;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.footer__area-widget-content ul li a:hover {
  color: #f89007;
  left: 4px;
}
.footer__area-widget-content-subscribe-button {
  position: relative;
}
.footer__area-widget-content-subscribe-button-input {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  font-size: 14px;
  background: white;
}
.footer__area-widget-content-subscribe-button-btn {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #f89007;
  border: none;
  color: #0C261A;
  font-size: 20px;
  line-height: 60px;
}
.footer__area-copyright {
  border-top: 1px solid #1b2230;
}
.footer__area-copyright-left p {
  color: white;
}
.footer__area-copyright-right ul li {
  display: inline-block;
}
.footer__area-copyright-right ul li:last-child a {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer__area-copyright-right ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid #515854;
  opacity: 70%;
  transition: all 0.3s ease-in-out;
}
.footer__area-copyright-right ul li a:hover {
  color: #3c3b52;
  opacity: 1;
}

@media (max-width: 365px) {
  .footer__area-copyright-right ul li a {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  .footer__area-widget {
    padding-left: 30px;
  }
  .footer__area-widget-about {
    padding: 0 30px;
  }
}
/*==========================================================================
Page
========================================================================== */
.page__banner {
  background-color: #0C261A;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 170px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .page__banner {
    padding-top: 230px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .page__banner {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
.page__banner::before {
  display: none;
  position: absolute;
  content: url(../img/header/1.png);
  bottom: -2%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .page__banner::before {
    display: inline;
  }
}
.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #0C261A;
  background-image: radial-gradient(at 100.9% 6%, rgba(0, 238, 172, 0.6) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(248, 144, 7, 0.6) 0px, transparent 50%);
  opacity: 0.9;
}
.page__banner-content {
  position: relative;
  z-index: 2;
}
.page__banner-content h2 {
  color: white;
  margin-bottom: 20px;
}
.page__banner-content ul li:last-child {
  margin: 0;
}
.page__banner-content ul li {
  display: inline-block;
  margin-right: 10px;
  color: #f89007;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.page__banner-content ul li a {
  color: white;
  padding-right: 10px;
}
.page__banner-content ul li i::before {
  font-size: 12px;
  color: white;
  top: 0;
}

/*==========================================================================
Error
========================================================================== */
.error__area-content img {
  max-width: 600px;
  margin-bottom: 30px;
}

/*==========================================================================
Pagination
========================================================================== */
.pagination__area ul li:last-child {
  margin: 0;
}
.pagination__area ul li {
  display: inline-block;
  margin-right: 15px;
}
.pagination__area ul li .active {
  background: #3c3b52;
  color: #0C261A;
}
.pagination__area ul li a {
  color: #0C261A;
  background: #edfdf8;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 99px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pagination__area ul li a:hover {
  background: #3c3b52;
  color: #0C261A;
}

/*==========================================================================
Border None
========================================================================== */
.border-n {
  border-right: none;
  border-bottom: none;
}

@media (max-width: 991px) {
  .lg-border-n {
    border-right: none;
  }
}
@media (max-width: 775px) {
  .sm-border-n {
    border-right: none;
  }
}
/*==========================================================================
Background
========================================================================== */
.thin-bg {
  background: #edfdf8;
}

.primary-bg {
  background: #3c3b52;
}

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