/*
Template Name: GPORTIA- Job Portal HTML Template.
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-color1: #46D993;
  --black-color: #000;
  --black-color2: #1D1D1D;
  --title-color: #13141A;
  --text-color: #5E5E5E;
  --white:#ffffff;
  --font-montserrat: "Montserrat", sans-serif;
  --font-open-sans: "Open Sans", sans-serif;
}

::-moz-selection {
  color: var(--white);
  background: var(--primary-color1);
}

::selection {
  color: var(--white);
  background: var(--primary-color1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-montserrat);
}

p {
  font-family: var(--font-open-sans);
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  background: #FBFBFB;
}

a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

i.bx {
  vertical-align: middle;
}

/*================================================
2. Mixins Css
=================================================*/
.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (max-width: 1399px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

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

.mt-110 {
  margin-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-110 {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .mt-110 {
    margin-top: 70px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

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

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  max-width: 1420px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1320px;
  }
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 88%;
  }
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 25px;
  height: 25px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  padding: 20px;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-light-one);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--text-light2);
  /* Note: border width handled through JS */
}

.cursor-style-two {
  border-radius: 0% !important;
  background-color: var(--white) !important;
  color: #000 !important;
  padding: 15px;
  font-family: var(--font-kegina);
}

/* Ball view
============= */
#ball.ball-view {
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.2;
  text-align: center;
}

#ball .ball-view-inner {
  padding: 0 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  font-size: 16px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 0px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--text-light-one);
  height: 15px;
  line-height: 15px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060"; /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: 0.35s;
}

#ball .ball-drag::after {
  content: "\f061"; /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: 0.35s;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 0px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-light-one);
  line-height: 1;
  text-align: center;
}

/* Magnetic cursor
=================== */
.magnetic-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

#ball.magnetic-active {
  border-color: var(--text-light-one) !important;
}

/*=======================================
Header Area
=======================================*/
.btn--primary-one {
  border-radius: 5px;
  background-color: var(--primary-color1);
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 15px;
  color: #13141A;
  padding: 11px 28px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 10px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn--primary-one svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.btn--primary-one::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0A1019;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.btn--primary-one.two {
  width: 100%;
  justify-content: center;
}
.btn--primary-one.two svg path {
  transition: 0.5s;
}
.btn--primary-one.two svg path:first-child {
  transition: 0.5s;
  fill: none;
  stroke: var(--title-color);
}
.btn--primary-one:hover {
  color: var(--white-color);
}
.btn--primary-one:hover svg {
  fill: var(--white-color);
}
.btn--primary-one:hover.two svg path:first-child {
  fill: none;
  stroke: var(--white-color);
}
.btn--primary-one:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.btn--primary-one.white-bg::after {
  background: var(--white);
}
.btn--primary-one.black-bg {
  color: var(--primary-color1);
  background-color: var(--title-color);
}
.btn--primary-one.black-bg::after {
  background: var(--primary-color1);
}
.btn--primary-one.black-bg:hover {
  color: var(--title-color);
}

header.style-1 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;
  animation: smooth-header 0.65s linear;
  background-color: var(--title-color);
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .header-logo {
  padding: 15px 0;
}
header.style-1 .menu-close-btn i {
  color: var(--title-color1);
}
header.style-1 .nav-right {
  gap: 24px;
}
header.style-1 .nav-right .header-btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
}
header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    margin-left: 50px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    justify-content: center;
    position: relative;
  }
  header.style-1 .nav-right .mobile-menu-btn span {
    height: 3px;
    width: 28px;
    background-color: #fff;
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header.style-1 .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #fff;
    content: "";
    top: -10px;
    right: 0;
  }
  header.style-1 .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 3px;
    right: 0;
    background-color: #fff;
    content: "";
    top: 10px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 40px;
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu .mobile-menu-logo {
  display: none;
}
header.style-1 .main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-menu ul > li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu ul > li {
    padding: 0px 8px;
  }
}
header.style-1 .main-menu ul > li:hover i {
  color: var(--title-color1);
  font-size: 20px;
}
header.style-1 .main-menu ul > li a {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-open-sans);
  color: var(--white);
  display: block;
  text-transform: capitalize;
  padding: 36px 25px;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
header.style-1 .main-menu ul > li:hover a {
  color: var(--primary-color1);
}
header.style-1 .main-menu ul > li.active a {
  color: var(--primary-color1);
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--text-primary);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu ul {
    float: none;
    text-align: left;
    padding: 50px 10px 35px 0;
  }
  header.style-1 .main-menu ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }
  header.style-1 .main-menu ul li i {
    display: block;
  }
  header.style-1 .main-menu ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
    font-size: 1rem;
  }
  header.style-1 .main-menu ul li .bi {
    top: 8px;
    font-size: 20px;
  }
  header.style-1 .social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  header.style-1 .social-area ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color1);
    border-radius: 50%;
    transition: 0.35s;
  }
  header.style-1 .social-area ul li a i {
    color: var(--white);
    transition: 0.35s;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }
}
header.style-1 .for-mobile-menu .header-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 767px) {
  header.style-1 .for-mobile-menu .header-btn {
    display: flex;
    visibility: visible;
  }
}
header.style-1 .for-mobile-menu .primary-btn1 {
  width: 100%;
  text-align: center;
}

/*=======================================
 3. Banner Area
=======================================*/
.banner-area {
  background-image: url(../images/bg/banner-bg.png);
  background-color: rgba(0, 0, 0, 0.9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner-area .banner-content {
  max-width: 880px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0;
}
@media (max-width: 1300px) {
  .banner-area .banner-content {
    max-width: 790px;
  }
}
.banner-area .banner-content > span {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .banner-area .banner-content > span {
    gap: 3px;
  }
}
.banner-area .banner-content h1 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.4;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .banner-area .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .banner-area .banner-content h1 {
    font-size: 35px;
  }
}
.banner-area .banner-content h1 span {
  color: var(--primary-color1);
}
.banner-area .banner-content p {
  font-family: var(--font-open-sans);
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 0;
}
.banner-area .banner-footer {
  position: relative;
}
.banner-area .banner-footer .banner-footer-wrapper {
  padding: 50px 0;
  position: relative;
}
.banner-area .banner-footer .banner-footer-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(70, 217, 147, 0.5) 0%, rgba(70, 217, 147, 0) 100%);
  width: 100%;
  height: 1px;
}
.banner-area .banner-footer .banner-footer-wrapper .divider {
  position: relative;
}
.banner-area .banner-footer .banner-footer-wrapper .divider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 576px) {
  .banner-area .banner-footer .banner-footer-wrapper .divider::after {
    display: none;
  }
}
.banner-area .banner-footer .banner-footer-wrapper .banner-footer-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-area .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-logo svg {
  fill: var(--primary-color1);
}
.banner-area .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content {
  max-width: 110px;
  width: 100%;
}
@media (max-width: 576px) {
  .banner-area .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content {
    max-width: unset;
  }
}
.banner-area .banner-footer .banner-footer-wrapper .banner-footer-item .banner-footer-content p {
  color: var(--white);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.banner-area .banner-footer .scroll-down {
  color: var(--primary-color1);
  font-family: var(--font-open-sans);
  font-size: 16px;
  font-weight: 500;
  transform: rotate(90deg);
  transition: 0.5s;
  position: absolute;
  top: -20px;
  right: 35px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-area .banner-footer .scroll-down {
    right: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-area .banner-footer .scroll-down {
    top: -75px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .banner-area .banner-footer .scroll-down {
    display: none;
  }
}
.banner-area .banner-footer .scroll-down::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 1px;
  background-color: var(--primary-color1);
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  transition: 0.5s;
}
.banner-area .banner-footer .scroll-down:hover {
  color: var(--white);
}
.banner-area .banner-footer .scroll-down:hover::after {
  background-color: var(--white);
}

/*=======================================
 5. Home Pages Area
=======================================*/
.section-title {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
.section-title > span {
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 20px;
  color: var(--title-color);
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
}
.section-title > span::before {
  content: "";
  height: 1px;
  width: 40px;
  background-color: var(--title-color);
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.section-title > span::after {
  content: "";
  height: 1px;
  width: 40px;
  background-color: var(--title-color);
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .section-title > span {
    margin-bottom: 5px;
  }
}
.section-title h2 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  line-height: 60px;
  font-size: 45px;
  margin-bottom: 0;
  color: var(--text-primary);
  text-transform: uppercase;
}
.section-title h2 span {
  font-weight: 800;
  color: var(--primary-color1);
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 1.3;
  }
}

.home-page-area {
  scroll-margin-top: 200px;
}
.home-page-area .home-img-wrap {
  transition: 0.35s;
}
.home-page-area .home-img-wrap .home-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  transition: 0.35s;
  position: relative;
  transition: 0.5s;
}
.home-page-area .home-img-wrap .home-img img {
  width: 100%;
}
.home-page-area .home-img-wrap .home-img .button-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  opacity: 0;
  transform: scale(0.4);
  transition: 0.5s;
}
.home-page-area .home-img-wrap .home-img:hover .button-group {
  opacity: 1;
  transform: scale(1);
}
.home-page-area .home-img-wrap h5 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 18px;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 0;
}
.home-page-area .home-img-wrap:hover .home-img {
  border: 1px solid rgba(70, 217, 147, 0.5);
}

/*=======================================
 6. Responsive Area
=======================================*/
.responsive-area {
  background-image: url(../images/bg/responsive-bg.png);
  background-color: #141414;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.responsive-area .responsive-content > span {
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 20px;
  color: var(--white);
  display: inline-block;
  margin-bottom: 28px;
  position: relative;
}
.responsive-area .responsive-content > span::after {
  content: "";
  height: 1px;
  width: 55px;
  background-color: #fff;
  position: absolute;
  right: -66px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .responsive-area .responsive-content > span {
    margin-bottom: 5px;
  }
}
.responsive-area .responsive-content h2 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--white);
  line-height: 1.4;
}
.responsive-area .responsive-content h2 span {
  color: var(--primary-color1);
}
.responsive-area .responsive-content p {
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .responsive-area .responsive-content p {
    margin-bottom: 35px;
  }
}
.responsive-area .responsive-content a {
  padding: 10px 21px;
}

/*=======================================
 6. Inner Pages Area
=======================================*/
.inner-pages-area .img-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.inner-pages-area .img-group .single-pages {
  transition: 0.35s;
}
.inner-pages-area .img-group .single-pages .pages-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  transition: 0.35s;
}
.inner-pages-area .img-group .single-pages .pages-img img {
  width: 100%;
}
.inner-pages-area .img-group .single-pages h5 {
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-size: 18px;
  color: #160803;
  text-align: center;
  margin-bottom: 0;
}
.inner-pages-area .img-group .single-pages:hover .pages-img {
  border: 1px solid var(--primary-color1);
  box-shadow: 0px 4px 397px 0px rgba(0, 0, 0, 0.1);
}
.inner-pages-area .pagination-style-two {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 10px;
  line-height: 4px;
  bottom: 0px !important;
  background: #FFF2E8;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.inner-pages-area .pagination-style-two.sibling-two {
  max-width: 100%;
}
.inner-pages-area .pagination-style-two.sibling-two .swiper-pagination-bullet {
  width: 100%;
  max-width: 150px;
}
.inner-pages-area .pagination-style-two.sibling-two .swiper-pagination-bullet-active {
  background: var(--primary-color1);
  width: 100%;
  max-width: 150px;
}
.inner-pages-area .pagination-style-two .swiper-pagination-bullet {
  background-color: var(--white);
  width: 32px;
  height: 4px;
  border-radius: 5px;
  opacity: 1;
}
.inner-pages-area .pagination-style-two .swiper-pagination-bullet-active {
  background: var(--primary-color1);
  position: relative;
  width: 30px;
  border-radius: 5px;
}

.text-slider-area {
  background: var(--title-color);
  height: 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 576px) {
  .text-slider-area {
    height: 80px;
  }
}
.text-slider-area .js-marquee {
  display: flex;
  align-items: center;
  gap: 30px;
}
.text-slider-area h4 {
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 22px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .text-slider-area h4 {
    font-size: 20px;
  }
}

.feature-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.35s;
  border-radius: 5px;
  padding: 35px 20px;
}
.feature-card .feature-icon {
  margin-bottom: 25px;
}
.feature-card .content h5 {
  font-family: var(--font-open-sans);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0;
}
.feature-card:hover {
  border-color: var(--linear-orange2);
}

.performence-area {
  background: #FFFFFF;
  padding: 100px 0;
}
.performence-area .performance-content img {
  margin-bottom: 35px;
}
.performence-area .performance-content h2 {
  font-family: var(--font-open-sans);
  font-weight: 700;
  font-size: 2.813rem;
  margin-bottom: 30px;
  color: var(--text-primary);
}
.performence-area .performance-content h2 span {
  font-weight: 800;
}
@media (max-width: 576px) {
  .performence-area .performance-content h2 {
    font-size: 2rem;
  }
}

body {
  background: #F5F5F5;
}

footer {
  background-color: #141414;
  background-image: url(../images/bg/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 25px;
}
footer .footer-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  footer .footer-content {
    padding-bottom: 80px;
  }
}
@media (max-width: 576px) {
  footer .footer-content {
    padding-bottom: 70px;
  }
}
footer .footer-content > span {
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 23px;
  display: inline-block;
  margin-bottom: 20px;
}
footer .footer-content h2 {
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.4;
  color: #FFFFFF;
  margin-bottom: 40px;
}
footer .footer-content h2 span {
  color: var(--primary-color1);
}
@media (max-width: 767px) {
  footer .footer-content h2 {
    font-size: 38px;
  }
}
footer .footer-content a {
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
}
footer .footer-bottom {
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-bottom p {
  color: var(--white);
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
footer .footer-bottom p a {
  color: var(--primary-color1);
}/*# sourceMappingURL=style.css.map */