/*------------------------------------------------------------------------

Theme Name: Gcint Group
Theme URI: https://gcintgroup.com/
Author: Basudev
Author URI: https://basudevkunwar.com.np
Description: Manpower Website
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starishr
Tags: manpower agency, hr solution, ethical recruitment, manpower recruitment

/*==========================================================================
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&amp;display=swap");
/*==========================================================================
Common CSS
==========================================================================*/
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  /*text-transform: capitalize;*/
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  letter-spacing: 1px;
}

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

@media (max-width: 575px) {
  .section-padding {
    padding: 85px 0px;
  }
}
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.filter img {
  filter: grayscale(100%);
}

.img__full {
  width: 100%;
}

/*==========================================================================
Form CSS
==========================================================================*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid var(--border-color-2);
  border-color: transparent;
  border-radius: 6px;
  background: var(--primary-color-1);
  color: var(--text-white);
  padding: 17px 40px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: transparent;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--body-color);
  border-radius: 6px;
  width: 100%;
  height: 60px;
  border: 1px solid var(--border-color-2);
  padding: 0 15px;
  background: var(--bg-white);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--text-heading-color);
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color-1);
}

select {
  border: 1px solid var(--border-color-2);
}

textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
Hedging CSS
==========================================================================*/
h1 {
  font-size: 70px;
  line-height: 80px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h5 {
  font-size: 22px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

h6 {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

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

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

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

@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 31px;
    line-height: 41px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 359px) {
  h2 {
    font-size: 27px;
    line-height: 37px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 21px;
    line-height: 31px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
/*==========================================================================
Starish Button And Title Styles CSS
==========================================================================*/
.subtitle-one,
.subtitle-two,
.subtitle-three {
  position: relative;
  text-transform: uppercase;
  font-family: var(--heading-font);
  color: var(--primary-color-1);
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding-left: 55px;
  display: inline-block;
  margin-bottom: 14px;
}
.subtitle-one::before,
.subtitle-two::before,
.subtitle-three::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color-1);
}
.subtitle-one::after,
.subtitle-two::after,
.subtitle-three::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color-1);
}

.subtitle-two {
  color: var(--primary-color-2);
}
.subtitle-two::before {
  background: var(--primary-color-2);
}
.subtitle-two::after {
  background: var(--primary-color-2);
}

.subtitle-three {
  color: var(--primary-color-3);
}
.subtitle-three::before {
  background: var(--primary-color-3);
}
.subtitle-three::after {
  background: var(--primary-color-3);
}

.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five,
.btn-six,
.btn-seven,
.btn-eight,
.btn-nine {
  background: var(--primary-color-1);
  color: var(--text-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  padding: 17px 43px;
  text-align: center;
  font-weight: 700;
  font-family: var(--heading-font);
  z-index: 3;
  position: relative;
  transition: 0.4s;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 6px;
}
.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i,
.btn-five i,
.btn-six i,
.btn-seven i,
.btn-eight i,
.btn-nine i {
  position: relative;
  top: 0px;
  margin-left: 15px;
  font-size: 13px;
}
.btn-one::before,
.btn-two::before,
.btn-three::before,
.btn-four::before,
.btn-five::before,
.btn-six::before,
.btn-seven::before,
.btn-eight::before,
.btn-nine::before {
  content: "";
  position: absolute;
  height: 400px;
  width: 430px;
  top: 50%;
  left: 50%;
  background: var(--btn-heading-color);
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: all 0.5s ease-out 0s;
  z-index: -1;
}
.btn-one:hover,
.btn-two:hover,
.btn-three:hover,
.btn-four:hover,
.btn-five:hover,
.btn-six:hover,
.btn-seven:hover,
.btn-eight:hover,
.btn-nine:hover {
  color: var(--text-white);
}
.btn-one:hover::before,
.btn-two:hover::before,
.btn-three:hover::before,
.btn-four:hover::before,
.btn-five:hover::before,
.btn-six:hover::before,
.btn-seven:hover::before,
.btn-eight:hover::before,
.btn-nine:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.btn-one:focus,
.btn-two:focus,
.btn-three:focus,
.btn-four:focus,
.btn-five:focus,
.btn-six:focus,
.btn-seven:focus,
.btn-eight:focus,
.btn-nine:focus {
  color: var(--text-white);
}

.btn-two {
  background: var(--btn-white);
  color: var(--btn-heading-color);
  border: 1px solid var(--color-4);
  padding: 16px 42px;
}
.btn-two::before {
  background: var(--primary-color-1);
}
.btn-two:focus {
  color: var(--primary-color-1);
}
.btn-two:hover {
  border-color: var(--primary-color-1);
}
.btn-three {
  background: transparent;
  color: var(--text-white);
  border: 1px solid var(--border-white);
  padding: 16px 42px;
}
.btn-three:hover {
  color: var(--text-white);
  border-color: var(--primary-color-1);
}
.btn-three::before {
  background: var(--primary-color-1);
}
.btn-three:focus {
  color: var(--text-white);
}
.btn-four {
  background: var(--btn-heading-color);
}
.btn-four::before {
  background: var(--btn-white);
}
.btn-four:hover {
  color: var(--btn-heading-color);
}
.btn-five {
  background: var(--primary-color-2);
  color: var(--text-white);
  border-radius: 30px;
}
.btn-five::before {
  background: var(--btn-white);
}
.btn-five:hover {
  color: var(--btn-heading-color);
}
.btn-five:focus {
  color: var(--btn-heading-color);
}
.btn-six {
  background: transparent;
  border: 1px solid var(--primary-color-2);
  color: var(--primary-color-2);
  border-radius: 30px;
}
.btn-six:hover {
  border-color: var(--text-white);
}
.btn-six::before {
  background: var(--btn-white);
}
.btn-six:focus {
  color: var(--primary-color-2);
}
.btn-seven {
  background: var(--primary-color-3);
}
.btn-seven::before {
  background: var(--btn-heading-color);
}
.btn-eight {
  background: transparent;
  color: var(--primary-color-3);
  border: 1px solid var(--primary-color-3);
  padding: 16px 42px;
}
.btn-eight:hover {
  border-color: var(--btn-heading-color);
}
.btn-eight::before {
  background: var(--btn-heading-color);
}
.btn-eight:focus {
  color: var(--primary-color-3);
}
.btn-nine {
  background: var(--btn-white);
  color: var(--text-white);
}
.btn-nine:hover {
  color: var(--text-white);
}
.btn-nine::before {
  background: var(--btn-heading-color);
}
.btn-nine:focus {
  color: var(--primary-color-3);
}

.simple-btn-1,
.simple-btn-2,
.simple-btn-3 {
  color: var(--primary-color-1);
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--heading-font);
  transition: 0.4s;
  text-transform: uppercase;
}
.simple-btn-1 i,
.simple-btn-2 i,
.simple-btn-3 i {
  position: relative;
  top: 0;
  margin-left: 15px;
  font-size: 13px;
}
.simple-btn-1:hover,
.simple-btn-2:hover,
.simple-btn-3:hover {
  color: var(--btn-heading-color);
}
.simple-btn-1:focus,
.simple-btn-2:focus,
.simple-btn-3:focus {
  color: var(--btn-heading-color);
}

.simple-btn-2 {
  color: var(--text-heading-color);
}
.simple-btn-2:hover {
  color: var(--primary-color-1);
}
.simple-btn-3 {
  color: var(--text-white);
}
.simple-btn-3:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
Staris Text Style CSS
==========================================================================*/
.text-one {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-two {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-three {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-four {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-five {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-six {
  font-size: 17px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-seven {
  font-size: 15px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-eight {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.text-nine {
  font-size: 12px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}
/*==========================================================================
Scroll Top CSS
==========================================================================*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-8);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--primary-color-1);
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color-1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.scroll-two::after {
  color: var(--primary-color-2);
}
.scroll-two svg.scroll-circle path {
  stroke: var(--primary-color-2);
}

.scroll-three::after {
  color: var(--primary-color-3);
}
.scroll-three svg.scroll-circle path {
  stroke: var(--primary-color-3);
}

/*==========================================================================
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: var(--text-white);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

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

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@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: var(--bg-heading-color);
  z-index: 9999999999;
}

.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/*==========================================================================
Animation CSS
==========================================================================*/
.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video a {
  position: relative;
  color: var(--primary-color-2);
  font-size: 20px;
  z-index: 1;
  background: var(--bg-white);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
}

.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-white);
  opacity: 0.3;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: video-animation;
          animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.content__roll {
  -webkit-animation: roll 10s infinite linear;
          animation: roll 10s infinite linear;
}

@-webkit-keyframes roll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}

@keyframes roll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
.roll {
  -webkit-animation: rotation 2s infinite linear;
          animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.left-right-animate {
  -webkit-animation-name: left-right;
          animation-name: left-right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes left-right {
  0% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(20px);
  }
}

@keyframes left-right {
  0% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(20px);
  }
}
.left-right-animate2 {
  -webkit-animation-name: left-right2;
          animation-name: left-right2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes left-right2 {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(110px);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes left-right2 {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(110px);
  }
  100% {
    transform: translateX(10px);
  }
}
.icon-animation {
  -webkit-animation: icon-animation 1.5s ease-in-out infinite;
          animation: icon-animation 1.5s ease-in-out infinite;
}

@-webkit-keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes animation {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes rotateY {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  100% {
    transform: rotateY(360deg);
  }
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

/*==========================================================================
Staris Color CSS
==========================================================================*/
:root {
  --body-font: "Manrope", sans-serif;
  --heading-font: "Urbanist", sans-serif;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --btn-white: #FFFFFF;
  --border-white: #FFFFFF;
  --black: #000000;
  --primary-color-1: #F94C30;
  --primary-color-2: #FCA028;
  --primary-color-3: #406AFF;
  --bg-heading-color: #131313;
  --text-heading-color: #131313;
  --btn-heading-color: #131313;
  --body-color: #343434;
  --dark-one: #1C1E22;
  --dark-two: #222429;
  --color-1: #1D2122;
  --color-2: #676767;
  --color-3: #999999;
  --color-4: #CCCCCC;
  --color-5: #F1F8FB;
  --color-6: #F4F4F4;
  --color-7: #FEDBD6;
  --color-8: #E8E8E8;
  --color-9: #F2F6F9;
  --color-10: #ECECEC;
  --color-11: #2B2B2B;
  --color-12: #FEE3BF;
  --color-13: #CFCFCF;
  --color-14: #FDC67E;
  --color-15: #ACBDF8;
  --color-16: #E1E1E1;
  --color-17: #feedea;
  --color-18: #151718;
  --color-19: #3B3838;
  --color-20: #808287;
  --color-21: rgba(34, 36, 41, 0.5);
  --border-color-1: #E7E7E7;
  --border-color-2: #E9E9E8;
  --border-color-3: rgba(19, 19, 19, 0.1);
  --border-color-4: rgba(19, 19, 19, 0.06);
  --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
  --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
}

/*==========================================================================
Space And Container CSS
==========================================================================*/
.custom__container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 12px;
}

.auto__container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 12px;
}

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

.display-n {
  display: none !important;
}

@media (max-width: 1199px) {
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-pb-25 {
    padding-bottom: 25px;
  }
  .xl-pl-25 {
    padding-left: 25px;
  }
  .xl-pr-25 {
    padding-right: 25px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-ml-25 {
    margin-left: 25px;
  }
  .xl-mr-25 {
    margin-right: 25px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-pb-35 {
    padding-bottom: 35px;
  }
  .xl-pl-35 {
    padding-left: 35px;
  }
  .xl-pr-35 {
    padding-right: 35px;
  }
  .xl-mb-35 {
    margin-bottom: 35px;
  }
  .xl-ml-35 {
    margin-left: 35px;
  }
  .xl-mr-35 {
    margin-right: 35px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-pb-45 {
    padding-bottom: 45px;
  }
  .xl-pl-45 {
    padding-left: 45px;
  }
  .xl-pr-45 {
    padding-right: 45px;
  }
  .xl-mb-45 {
    margin-bottom: 45px;
  }
  .xl-ml-45 {
    margin-left: 45px;
  }
  .xl-mr-45 {
    margin-right: 45px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-pb-55 {
    padding-bottom: 55px;
  }
  .xl-pl-55 {
    padding-left: 55px;
  }
  .xl-pr-55 {
    padding-right: 55px;
  }
  .xl-mb-55 {
    margin-bottom: 55px;
  }
  .xl-ml-55 {
    margin-left: 55px;
  }
  .xl-mr-55 {
    margin-right: 55px;
  }
  .xl-pb-60 {
    padding-bottom: 60px;
  }
  .xl-pl-60 {
    padding-left: 60px;
  }
  .xl-pr-60 {
    padding-right: 60px;
  }
  .xl-mb-60 {
    margin-bottom: 60px;
  }
  .xl-ml-60 {
    margin-left: 60px;
  }
  .xl-mr-60 {
    margin-right: 60px;
  }
  .xl-pb-65 {
    padding-bottom: 65px;
  }
  .xl-pl-65 {
    padding-left: 65px;
  }
  .xl-pr-65 {
    padding-right: 65px;
  }
  .xl-mb-65 {
    margin-bottom: 65px;
  }
  .xl-ml-65 {
    margin-left: 65px;
  }
  .xl-mr-65 {
    margin-right: 65px;
  }
  .xl-pb-70 {
    padding-bottom: 70px;
  }
  .xl-pl-70 {
    padding-left: 70px;
  }
  .xl-pr-70 {
    padding-right: 70px;
  }
  .xl-mb-70 {
    margin-bottom: 70px;
  }
  .xl-ml-70 {
    margin-left: 70px;
  }
  .xl-mr-70 {
    margin-right: 70px;
  }
  .xl-pb-75 {
    padding-bottom: 75px;
  }
  .xl-pl-75 {
    padding-left: 75px;
  }
  .xl-pr-75 {
    padding-right: 75px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-ml-75 {
    margin-left: 75px;
  }
  .xl-mr-75 {
    margin-right: 75px;
  }
  .xl-pb-80 {
    padding-bottom: 80px;
  }
  .xl-pl-80 {
    padding-left: 80px;
  }
  .xl-pr-80 {
    padding-right: 80px;
  }
  .xl-mb-80 {
    margin-bottom: 80px;
  }
  .xl-ml-80 {
    margin-left: 80px;
  }
  .xl-mr-80 {
    margin-right: 80px;
  }
  .xl-pb-85 {
    padding-bottom: 85px;
  }
  .xl-pl-85 {
    padding-left: 85px;
  }
  .xl-pr-85 {
    padding-right: 85px;
  }
  .xl-mb-85 {
    margin-bottom: 85px;
  }
  .xl-ml-85 {
    margin-left: 85px;
  }
  .xl-mr-85 {
    margin-right: 85px;
  }
  .xl-pb-90 {
    padding-bottom: 90px;
  }
  .xl-pl-90 {
    padding-left: 90px;
  }
  .xl-pr-90 {
    padding-right: 90px;
  }
  .xl-mb-90 {
    margin-bottom: 90px;
  }
  .xl-ml-90 {
    margin-left: 90px;
  }
  .xl-mr-90 {
    margin-right: 90px;
  }
  .xl-pb-95 {
    padding-bottom: 95px;
  }
  .xl-pl-95 {
    padding-left: 95px;
  }
  .xl-pr-95 {
    padding-right: 95px;
  }
  .xl-mb-95 {
    margin-bottom: 95px;
  }
  .xl-ml-95 {
    margin-left: 95px;
  }
  .xl-mr-95 {
    margin-right: 95px;
  }
  .xl-t-left {
    text-align: left;
  }
  .xl-t-center {
    text-align: center;
  }
  .xl-t-right {
    text-align: right;
  }
  .xl-display-n {
    display: none !important;
  }
  .xl-display-b {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 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-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-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-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-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-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-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-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-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-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-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-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-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-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-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-t-left {
    text-align: left;
  }
  .lg-t-center {
    text-align: center;
  }
  .lg-t-right {
    text-align: right;
  }
  .lg-display-n {
    display: none !important;
  }
  .lg-display-b {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 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-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-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-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-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-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-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-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-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-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-t-left {
    text-align: left;
  }
  .md-t-center {
    text-align: center;
  }
  .md-t-right {
    text-align: right;
  }
  .md-display-n {
    display: none !important;
  }
  .md-display-b {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 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-ml-5 {
    margin-left: 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-ml-10 {
    margin-left: 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-ml-15 {
    margin-left: 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-ml-20 {
    margin-left: 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-ml-25 {
    margin-left: 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-ml-30 {
    margin-left: 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-ml-35 {
    margin-left: 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-ml-40 {
    margin-left: 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-ml-45 {
    margin-left: 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-ml-50 {
    margin-left: 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-ml-55 {
    margin-left: 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-t-left {
    text-align: left;
  }
  .sm-t-center {
    text-align: center;
  }
  .sm-t-right {
    text-align: right;
  }
  .sm-display-n {
    display: none !important;
  }
  .sm-display-b {
    display: block !important;
  }
}
/*==========================================================================
Top Bar CSS
==========================================================================*/
.top__bar {
  background: var(--bg-heading-color);
  padding: 7px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top__bar::before {
  content: "";
  position: absolute;
  background: var(--primary-color-1);
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
  z-index: -1;
}
.top__bar::after {
  content: "";
  position: absolute;
  background: var(--text-white);
  top: -5px;
  left: 30%;
  bottom: -4px;
  width: 3px;
  z-index: -1;
  transform: rotate(23deg);
}
.top__bar-left a {
  color: var(--text-white);
  font-weight: 600;
}
.top__bar-left a i {
  margin-right: 10px;
}
.top__bar-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.top__bar-right > a {
  color: var(--text-white);
  font-weight: 600;
  transition: 0.4s;
  text-transform: lowercase;
}
.top__bar-right > a:hover {
  color: var(--primary-color-1);
}
.top__bar-right > a i {
  color: var(--primary-color-1);
  margin-right: 10px;
}
.top__bar-right-social {
  border-left: 1px solid var(--color-2);
  padding-left: 30px;
  margin-left: 30px;
}
.top__bar-right-social ul {
  padding: 0;
  margin: 0;
}
.top__bar-right-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.top__bar-right-social ul li:last-child {
  margin: 0;
}
.top__bar-right-social ul li a i {
  color: var(--text-white);
  transition: 0.4s;
}
.top__bar-right-social ul li a i:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
Top Bar Three CSS
==========================================================================*/
.topbar__three {
  padding: 12px 0;
}
.topbar__three-left a {
  font-weight: 600;
  font-size: 14px;
  transition: 0.4s;
  line-height: 24px;
}
.topbar__three-left a:hover {
  color: var(--primary-color-3);
}
.topbar__three-left a i {
  margin-right: 10px;
  color: var(--primary-color-3);
  font-size: 16px;
  line-height: 26px;
}
.topbar__three-right ul {
  padding: 0;
  margin: 0;
}
.topbar__three-right ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid var(--color-13);
}
.topbar__three-right ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.topbar__three-right ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  text-transform: lowercase;
}
.topbar__three-right ul li a:hover {
  color: var(--primary-color-3);
}
.topbar__three-right ul li a i {
  color: var(--primary-color-3);
  margin-right: 10px;
}

@media (max-width: 1600px) {
  .top__bar::after {
    transform: rotate(20deg);
  }
}
@media (max-width: 1480px) {
  .top__bar::before {
    width: 33%;
  }
  .top__bar::after {
    transform: rotate(20deg);
    left: 33%;
  }
}
@media (max-width: 1320px) {
  .top__bar::before {
    width: 36%;
  }
  .top__bar::after {
    left: 36%;
  }
}
@media (max-width: 1190px) {
  .top__bar::before {
    width: 40%;
  }
  .top__bar::after {
    left: 40%;
    transform: rotate(18deg);
  }
}
@media (max-width: 991px) {
  .top__bar {
    padding: 7px 13px;
  }
  .top__bar::before {
    display: none;
  }
  .top__bar::after {
    display: none;
  }
  .top__bar-left a {
    transition: 0.4s;
  }
  .top__bar-left a i {
    color: var(--primary-color-1);
  }
  .top__bar-left a:hover {
    color: var(--primary-color-1);
  }
}
@media (max-width: 767px) {
  .top__bar-left {
    text-align: center;
    margin-bottom: 5px;
  }
  .top__bar-right {
    justify-content: center;
  }
  .top__bar-right-social {
    padding-left: 11px;
    margin-left: 12px;
  }
}
@media (max-width: 575px) {
  .top__bar {
    padding: 5px 0;
  }
  .topbar__three-right ul li {
    margin-right: 0;
    padding-right: 5px;
    border: 0;
  }
}
@media (max-width: 359px) {
  .top__bar-left {
    text-align: center;
    margin-bottom: 5px;
  }
  .top__bar-right {
    justify-content: center;
  }
  .top__bar-right-social {
    border: 0;
    padding-left: 5px;
    margin-left: 5px;
  }
}
/*==========================================================================
Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: var(--box-shadow-1);
  -webkit-animation: header_sticky 1.1s;
          animation: header_sticky 1.1s;
  background: var(--bg-white);
  display: block;
}
@-webkit-keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}
@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header__sticky.header__sticky-sticky-menu .header__area {
  background: var(--bg-heading-color);
}

/*==========================================================================
Menu Bar CSS
==========================================================================*/
.header__area {
  padding: 0 30px;
}
.header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__area-menubar-left-logo a {
  display: inline-block;
}
.header__area-menubar-left-logo a img {
  max-width: 165px;
  position: relative;
  z-index: 9999;
}
.header__area-menubar-center.two {
  margin-left: 40px;
}
.header__area-menubar-center-menu ul {
  padding: 0;
  margin: 0;
}
.header__area-menubar-center-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}
.header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:hover > .sub-menu {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.header__area-menubar-center-menu ul li .sub-menu {
  position: absolute;
  background: var(--bg-white);
  min-width: 240px;
  transition: all 0.3s ease-out 0s;
  top: 100%;
  opacity: 0;
  box-shadow: var(--box-shadow-1);
  visibility: hidden;
  z-index: 99;
  text-align: left;
  transform: scale(1, 0);
  transform-origin: 0 0;
}
.header__area-menubar-center-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--border-color-2);
  position: relative;
}
.header__area-menubar-center-menu ul li .sub-menu li::after {
  position: absolute;
  content: "";
  background: var(--primary-color-1);
  width: 2px;
  transition: all 0.5s ease-out 0s;
  height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__area-menubar-center-menu ul li .sub-menu li a {
  color: var(--text-heading-color);
  padding: 12px 20px;
  transition: all 0.4s ease-out 0s;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}
.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -2px;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-1);
  padding-left: 25px;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover::after {
  height: 100%;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child {
  border: none;
}
.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::before {
  right: 28px;
  background: var(--bg-heading-color);
}
.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children a::after {
  right: 25px;
  background: var(--bg-heading-color);
}
.header__area-menubar-center-menu ul li ul .sub-menu li .sub-menu {
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menubar-center-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-weight: 800;
  font-size: 15px;
  line-height: 24px;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  padding: 43px 32px;
  font-family: var(--heading-font);
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 2px;
  height: 8px;
  background: var(--bg-heading-color);
  transition: all 0.3s ease;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 8px;
  height: 2px;
  background: var(--bg-heading-color);
}
.header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color-1);
}
.header__area-menubar-center-menu.two ul li .sub-menu li::after {
  background: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li .sub-menu li:hover > a {
  color: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li:hover > a {
  color: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li a {
  padding: 31px 32px;
}
.header__area-menubar-center-menu.two ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color-2);
}
.header__area-menubar-center-menu.three ul li .sub-menu li::after {
  background: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li .sub-menu li:hover > a {
  color: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li:hover > a {
  color: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li a {
  padding: 38px 32px;
}
.header__area-menubar-center-menu.three ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color-3);
}
.header__area-menubar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__area-menubar-right-box {
  display: flex;
  align-items: center;
}
.header__area-menubar-right-box-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  color: var(--text-heading-color);
  font-size: 20px;
  font-weight: 400;
}
.header__area-menubar-right-box-search-icon.two i {
  color: var(--text-white);
}
.header__area-menubar-right-box-search-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: var(--bg-heading-color);
  z-index: 9999;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.header__area-menubar-right-box-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 55%;
  transition: all 0.5s ease-out;
}
.header__area-menubar-right-box-search-box input {
  background: var(--bg-white);
  color: var(--text-heading-color);
  border: 0;
}
.header__area-menubar-right-box-search-box button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  font-size: 22px;
  color: var(--primary-color-1);
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.header__area-menubar-right-box-search-box.active {
  height: 100%;
  top: 0;
}
.header__area-menubar-right-box-search-box.active.header__area-menubar-right-box-search-box form {
  transform: translate(-50%, -50%) scale(1);
}
.header__area-menubar-right-box-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 22px;
  color: var(--text-white);
  cursor: pointer;
  transform: rotate(0deg);
}
.header__area-menubar-right-box-search-box-icon:hover {
  -webkit-animation: rotate 0.4s ease 0s;
          animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-box-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header__area-menubar-right-box-search-box-icon i::before {
  display: block;
}
.header__area-menubar-right-box-sidebar-popup-contact {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid var(--color-19);
  border-bottom: 1px solid var(--color-19);
}
.header__area-menubar-right-box-sidebar-popup-contact-item {
  display: flex;
  margin-bottom: 25px;
  gap: 25px;
}
.header__area-menubar-right-box-sidebar-popup-contact-item-icon {
  margin-top: 8px;
  width: 30px;
}
.header__area-menubar-right-box-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-1);
  font-size: 30px;
}
.header__area-menubar-right-box-sidebar-popup-contact-item-content span {
  color: var(--color-4);
  display: inline-block;
  margin-bottom: 5px;
}
.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 {
  max-width: 240px;
  font-size: 18px;
  line-height: 28px;
}
.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a {
  transition: all 0.4s ease-out;
  color: var(--text-white);
}
.header__area-menubar-right-box-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--primary-color-1);
}
.header__area-menubar-right-box-sidebar-popup-contact-item:last-child {
  margin: 0;
}
.header__area-menubar-right-box-sidebar-popup-contact h4 {
  color: var(--text-white);
}
.header__area-menubar-right-box-sidebar-popup-social ul {
  padding: 0;
  margin: 0;
}
.header__area-menubar-right-box-sidebar-popup-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.header__area-menubar-right-box-sidebar-popup-social ul li:last-child {
  margin: 0;
}
.header__area-menubar-right-box-sidebar-popup-social ul li a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  color: var(--primary-color-1);
  transition: all 0.4s ease-out;
  background: var(--text-white);
}
.header__area-menubar-right-box-sidebar-popup-social ul li a i:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
}
.header__area-menubar-right-box-btn {
  margin-left: 70px;
}
.header__area-menubar-right-box-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  border-left: 1px solid var(--border-color-1);
  padding-left: 50px;
  margin-left: 70px;
}
.header__area-menubar-right-box-contact-icon i {
  color: var(--primary-color-2);
  border: 1px solid var(--color-12);
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.header__area-menubar-right-box-contact-info span {
  color: var(--color-2);
}
.header__area-menubar-right-box-contact-info h6 {
  transition: 0.4s;
  font-weight: 600;
  text-transform: lowercase;
}
.header__area-menubar-right-box-contact-info h6:hover {
  color: var(--primary-color-2);
}
.header__area-menubar-right-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  top: 0;
  background: var(--color-18);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: transform 0.5s ease 0.4s;
  padding: 100px 40px;
  scrollbar-width: none;
}
.header__area-menubar-right-sidebar-popup::-webkit-scrollbar {
  display: none;
}
.header__area-menubar-right-sidebar-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  right: 0;
}
.header__area-menubar-right-sidebar-popup-icon {
  margin-left: 70px;
  padding-left: 70px;
  position: relative;
}
.header__area-menubar-right-sidebar-popup-icon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--text-heading-color);
  opacity: 0.1;
}
.header__area-menubar-right-sidebar-popup-icon img {
  cursor: pointer;
}
.header__area-menubar-right-sidebar-popup-icon.two {
  border-left: 1px solid var(--color-8);
}
.header__area-menubar-right-sidebar-popup-icon.two span {
  border-color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(0);
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn i::before {
  background: var(--primary-color-1);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn:hover {
  -webkit-animation: rotate 0.4s ease 0s;
          animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-sidebar-popup-logo {
  margin-bottom: 30px;
}
.header__area-menubar-right-sidebar-popup-logo a {
  display: inline-block;
}
.header__area-menubar-right-sidebar-popup-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 999;
}
.header__area-menubar-right-sidebar-popup p {
  color: var(--color-4);
}
.header__area-menubar-right-btn .btn-six {
  color: var(--text-white);
  border-color: var(--text-white);
}
.header__area-menubar-right-btn .btn-six:hover {
  color: var(--bg-heading-color);
  border-color: var(--text-white);
}
.header__area-menubar.two {
  align-items: initial;
}
.header__area-menubar.two .header__area-menubar-left-logo {
  padding-top: 3px;
}
.header__area-menubar.two .header__area-menubar-left-logo .two {
  display: none;
}
.header__area-menubar.two .header__area-menubar-right-btn {
  margin-top: -10px;
}
.header__area-menubar.two .header__area-menubar-right-box-search-box button {
  color: var(--primary-color-2);
}
.header__area-menubar.three {
  background: var(--bg-white);
  padding: 0 40px;
}
.header__area-menubar.three .header__area-menubar-right-box-search-box button {
  color: var(--primary-color-3);
}

/*==========================================================================
Menu Sidebar CSS
==========================================================================*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.8s ease-out;
  visibility: hidden;
  z-index: 99999;
  background: rgba(24, 24, 24, 0.6);
}
.sidebar-overlay.show {
  visibility: visible;
  width: 100%;
}

/*==========================================================================
Header Two CSS
==========================================================================*/
.header__two {
  background: var( --header-color);
  position: relative;
  z-index: 99;
  padding: 0 25px;
}

.header__two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: url("../img/shape/before.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.header__two::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background: url("../img/shape/after.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.header__two-topbar {
  padding: 5px 0;
}
.header__two-topbar .borders {
  padding: 0 150px;
}
.header__two-topbar-left a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.header__two-topbar-left a i {
  color: var(--primary-color-2);
  margin-right: 6px;
}
.header__two-topbar-social ul {
  padding: 0;
  margin: 0;
}
.header__two-topbar-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.header__two-topbar-social ul li:last-child {
  margin: 0;
}
.header__two-topbar-social ul li a i {
  color: var(--text-heading-color);
  transition: 0.4s;
}
.header__two-topbar-social ul li a i:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
Header Three CSS
==========================================================================*/
.header__three {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

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

.mean-container a.meanmenu-reveal {
  color: var(--text-heading-color);
  width: 25px;
  height: 31px;
  top: 34px;
  padding: 0;
  margin-right: 42px;
  transition: all 0s ease-out 0s;
}
.mean-container a.meanmenu-reveal span {
  background: var(--text-heading-color);
  margin-top: 7px;
  height: 2px;
}
.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}
.mean-container .mean-bar a i {
  font-size: 32px;
  display: block;
  color: var(--text-heading-color);
}
.mean-container .mean-nav {
  background: var(--bg-white);
  margin-top: 100px;
  box-shadow: var(--box-shadow-1);
}
.mean-container .mean-nav ul li a {
  transition: 0.4s;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: var(--primary-color-1);
  height: 34px;
  margin: 0;
  border: 0;
  color: var(--text-white);
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.mean-container .mean-nav ul li a:hover {
  color: var(--primary-color-1);
  background: none;
}
.mean-container .mean-nav .sub-menu li a.mean-expand {
  background: var(--primary-color-1);
  height: 34px;
  color: var(--text-white);
}
.mean-container .mean-nav .sub-menu li a.mean-expand:hover {
  background: var(--primary-color-1);
}
.mean-container .mean-nav ul li a i {
  display: none;
}

.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: var(--text-heading-color);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
  font-weight: 600;
  text-transform: capitalize;
  border-top: 1px solid var(--border-color-2);
  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: var(--primary-color-1);
}

.header__area-menubar.two .menu-item-has-children ul li a:hover,
.header__area-menubar.two .menu-item-has-children > a:hover,
.header__area-menubar.two .menu-item-has-children ul li li a:hover {
  color: var(--primary-color-2);
}

.header__area-menubar.three .menu-item-has-children ul li a:hover,
.header__area-menubar.three .menu-item-has-children > a:hover,
.header__area-menubar.three .menu-item-has-children ul li li a:hover {
  color: var(--primary-color-3);
}

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

@media (max-width: 1720px) {
  .header__area-menubar-right-box-contact {
    padding-left: 30px;
    margin-left: 40px;
  }
  .header__area-menubar-center.two {
    margin-left: 0;
  }
  .header__two::after {
    width: 86%;
  }
  .header__two::before {
    width: 82%;
  }
  .header__two-topbar .borders {
    padding: 0 185px;
    padding-right: 210px;
  }
}
@media (max-width: 1600px) {
  .header__area-menubar.two .header__area-menubar-right-btn {
    margin-top: -8px;
  }
  .header__area-menubar.two .header__area-menubar-right-box-search {
    display: none;
  }
  .header__area-menubar-right-box-contact {
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }
  .header__area-menubar-right-box-btn {
    margin-left: 45px;
  }
  .header__area-menubar-right-sidebar-popup-icon {
    margin-left: 45px;
    padding-left: 45px;
  }
  .header__area-menubar-right-btn .btn-six {
    padding: 14px 32px;
  }
  .header__two .borders {
    padding: 0 210px;
  }
  .header__two::after {
    width: 88%;
  }
  .header__two::before {
    width: 88%;
  }
}
@media (max-width: 1599px) {
  .header__two::after {
    width: 93%;
  }
  .header__two::before {
    width: 92%;
  }
  .header__two-topbar .borders {
    padding: 0 260px;
  }
}
@media (max-width: 1399px) {
  .header__area-menubar-right-btn .btn-six {
    padding: 14px 30px;
  }
  .header__area-menubar-right-sidebar-popup {
    padding: 70px 40px;
  }
  .header__two {
    padding: 0 10px;
  }
  .header__two::after {
    width: 94%;
  }
  .header__two::before {
    width: 91%;
  }
  .header__two-topbar .borders {
    padding: 0 180px;
    padding-right: 200px;
  }
  .header__area-menubar.three {
    padding: 0 20px;
    position: relative;
  }
}
@media (max-width: 1350px) {
  .header__two {
    background: var(--bg-white);
    padding: 0;
  }
  .header__two::before {
    display: none;
  }
  .header__two::after {
    display: none;
  }
  .header__two-topbar {
    background: var(--primary-color-2);
  }
  .header__two-topbar-left a {
    color: var(--text-white);
  }
  .header__two-topbar-left a i {
    color: var(--text-white);
  }
  .header__two-topbar-social ul li a i {
    color: var(--text-white);
  }
  .header__two-topbar-social ul li a i:hover {
    color: var(--text-white);
  }
  .header__two .borders {
    padding: 0;
  }
  .header__area-menubar-right-btn {
    margin: 0;
  }
  .header__area-menubar-right-btn .btn-six {
    color: var(--text-white);
    background: var(--primary-color-2);
    border: 0;
    padding: 17px 43px;
  }
  .header__area-menubar-right-btn .btn-six::before {
    background: var(--bg-heading-color);
  }
  .header__area-menubar-right-btn .btn-six:hover {
    color: var(--text-white);
  }
  .header__area-menubar-center-menu.two ul li a {
    padding: 38px 30px;
  }
  .header__area-menubar.two {
    align-items: center;
  }
  .header__area-menubar.two .header__area-menubar-left-logo {
    padding-top: 0;
  }
  .header__area-menubar.two .header__area-menubar-left-logo .one {
    display: none;
  }
  .header__area-menubar.two .header__area-menubar-left-logo .two {
    display: block;
  }
  .header__area-menubar.two .header__area-menubar-right {
    display: none;
  }
  .header__area-menubar.two .header__area-menubar-right-box-contact {
    display: none;
  }
  .header__area-menubar.two .header__area-menubar-right-btn {
    margin-top: 0;
  }
  body.dark-mode .light {
    display: block;
  }
}
@media (max-width: 1299px) {
  .header__area-menubar-right-box-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__area-menubar-center-menu ul li a {
    padding: 42px 26px;
  }
  .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
    right: 16px;
  }
  .header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
    right: 13px;
  }
  .header__area-menubar-center-menu.two ul li a {
    padding: 38px 24px;
  }
  .header__area-menubar-right-box-search {
    margin-left: 30px;
  }
  .header__area-menubar-right-sidebar-popup-icon {
    padding: 38px 0 38px 40px;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .header__area {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
  }
  .header__area-menubar-left-logo a img {
    max-width: 150px;
  }
  .header__area-menubar-center {
    display: none;
  }
  .header__area-menubar-right {
    display: block;
  }
  .header__area-menubar-right-box-search {
    position: relative;
    z-index: 9999;
    padding: 39px 35px 39px 0;
    margin: 0 55px 0 0;
    border-right: 1px solid var(--border-color-2);
  }
  .header__area-menubar-right-box-search-icon i {
    font-size: 22px;
  }
  .header__area-menubar-right-box-search-box form {
    width: 90%;
  }
  .header__area-menubar-right-box-search.two {
    border-color: var(--color-8);
  }
  .header__area-menubar-right-sidebar {
    display: none;
  }
  .header__area-menubar .two .header__area-menubar-right {
    display: block;
  }
  .header__area-menubar .two .header__area-menubar-right-box-search {
    display: block;
  }
  .header__area-menubar.two .header__area-menubar-right {
    display: block;
  }
  .header__area-menubar.two .header__area-menubar-right-box-search {
    display: block;
  }
  .header__area-menubar.two .header__area-menubar-right .mean-container .mean-nav ul li a.mean-expand {
    background: var(--primary-color-2);
  }
  .header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
    margin-right: 38px;
  }
  .header__area-menubar.two .header__area-menubar-right-btn {
    display: none;
  }
  .auto__container.pl-35.pr-35 {
    position: relative;
  }
  .header__area-menubar.three .mean-container a.meanmenu-reveal {
    margin-right: 20px;
  }
  .header__area-menubar.three .mean-container .mean-nav ul li a.mean-expand {
    background: var(--primary-color-3);
  }
}
@media (max-width: 575px) {
  .header__area {
    padding: 0;
  }
  .header__area-menubar {
    padding: 0;
  }
  .header__area-menubar-right-box-search {
    padding: 40px 25px 40px 0;
    margin: 0 50px 0 0;
  }
  .header__area-menubar-right .mean-container a.meanmenu-reveal {
    margin-right: 13px;
  }
  .header__area .mean-nav {
    margin-top: 102px;
  }
  .header__area-menubar.two .header__area-menubar-right .mean-container a.meanmenu-reveal {
    margin-right: 13px;
  }
  .auto__container.pl-35.pr-35 {
    padding: 0 12px;
  }
}
@media (max-width: 359px) {
  .header__area-menubar.three {
    padding: 0 10px;
  }
  .header__area-menubar.three .mean-container a.meanmenu-reveal {
    margin-right: 10px;
  }
}
/*==========================================================================
Banner One CSS
==========================================================================*/
.banner__one {
  position: relative;
  z-index: 1;
}
.banner__one-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__one-image::after {
  content: "";
  position: absolute;
  background-image: url("../img/shape/banner-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner__one-content {
  position: relative;
  z-index: 9;
  text-align: left;
  padding-bottom: 167px;
  padding-top: 162px;
  max-width: 740px;
}
.banner__one-content span {
  font-family: var(--heading-font);
  display: inline-block;
  color: var(--primary-color-1);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.banner__one-content h1 {
  color: var(--text-white);
  font-size: 90px;
  line-height: 100px;
  margin-bottom: 30px;
  max-width: 650px;
}
.banner__one-content p {
  color: var(--color-4);
  max-width: 560px;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 30px;
}
.banner__one-content-button {
  display: flex;
}
.banner__one-content-button-item {
  margin-right: 30px;
}
.banner__one-content-button-item .btn-one::before {
  background: var(--btn-white);
}
.banner__one-content-button-item .btn-one:hover {
  color: var(--primary-color-1);
}
.banner__one-content-button-item:last-child {
  margin: 0;
}
.banner__one-content-icon {
  position: absolute;
  bottom: 160px;
  right: 140px;
  z-index: -1;
}
.banner__one-content-icon img {
  max-width: 260px;
}
.banner__two-image-shape-one {
  position: absolute;
  left: -60px;
  bottom: 130px;
}
.banner__two-image-shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
}


@media (max-width: 1599px) {
  .banner__one-image::after {
    left: -160px;
  }
  .banner__two-arrow-prev {
    left: 35px;
  }
  .banner__two-arrow-next {
    right: 65px;
  }
  .banner__three .swiper-pagination {
    left: -50px;
  }
}
@media (max-width: 1399px) {
  .banner__one-image::after {
    left: -200px;
  }
  .banner__one-content {
    padding-bottom: 145px;
    padding-top: 140px;
  }
  .banner__one-content h1 {
    font-size: 80px;
    line-height: 90px;
    max-width: 580px;
    margin-bottom: 25px;
  }
  .banner__one-content p {
    margin-bottom: 40px;
  }
  .banner__two-content {
    padding: 150px 0;
  }
  .banner__two-content h1 {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 40px;
  }
  .banner__three-title h1 {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (max-width: 1099px) {
  .banner__one-image::after {
    left: -320px;
    width: 110%;
  }
}
@media (max-width: 991px) {
  .banner__one-image::after {
    left: 0;
    width: 100%;
    background: var(--bg-heading-color);
  }
  .banner__two-content h1 {
    font-size: 64px;
    line-height: 74px;
  }
  .banner__two-content .subtitle {
    top: 15%;
    font-size: 180px;
  }
  .banner__three {
    padding-top: 270px;
  }
}
@media (max-width: 767px) {
  .banner__one-content {
    text-align: center;
  }
  .banner__one-content h1 {
    font-size: 72px;
    line-height: 82px;
  }
  .banner__one-content-button {
    justify-content: center;
  }
  .banner__two-content h1 {
    font-size: 47px;
    line-height: 57px;
    margin-bottom: 30px;
  }
  .banner__two-content .subtitle {
    font-size: 140px;
  }
  .banner__three-image {
    margin: 0;
  }
  .banner__three-title {
    text-align: center;
  }
  .banner__three-title p {
    margin: 0 auto;
  }
  .banner__three-title-bottom {
    justify-content: center;
  }
  .banner__three-title-bottom-video {
    justify-content: center;
  }
  .banner__three-title-bottom-video h6 {
    text-align: left;
  }
  .banner__three .swiper-pagination {
    position: initial;
    margin-top: 35px;
    transform: initial;
  }
  .banner__three .swiper-pagination span {
    display: inline-block;
  }
  .banner__three .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-right: 18px;
    margin-bottom: 9px;
  }
  .banner__three .swiper-pagination .swiper-pagination-bullet-active {
    margin-bottom: 0;
  }
  .banner__three .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 9px;
  }
  .banner__three .swiper-pagination:last-child .swiper-pagination-bullet-active {
    margin-bottom: 0;
  }
}
@media (max-width: 535px) {
  .banner__one-content h1 {
    font-size: 64px;
    line-height: 84px;
  }
}
@media (max-width: 480px) {
  .banner__one-content h1 {
    font-size: 47px;
    line-height: 57px;
  }
  .banner__one-content-button {
    display: initial;
  }
  .banner__one-content-button-item {
    margin-right: 0;
    margin-bottom: 30px;
  }

}
@media (max-width: 380px) {
  .banner__three {
    padding-top: 300px;
  }
}
@media (max-width: 359px) {
  .banner__one-content h1 {
    font-size: 41px;
    line-height: 51px;
  }
}

/*==========================================================================
About One CSS
==========================================================================*/
.about__one {
  position: relative;
}
.about__one-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about__one-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about__one-left {
  position: relative;
}
.about__one-left-image {
  display: flex;
  align-items: start;
  gap: 20px;
}
.about__one-left-image img {
  width: 100%;
}
.about__one-left-image .two {
  min-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__one-left-experience {
  position: absolute;
  left: 70px;
  bottom: 0;
  background: var(--primary-color-1);
  width: 244px;
  height: 225px;
  padding: 50px;
}
.about__one-left-experience h1 {
  color: var(--text-white);
  font-size: 60px;
  line-height: 70px;
}
.about__one-left-experience h6 {
  color: var(--text-white);
  font-size: 18px;
  line-height: 28px;
}
.about__one-right {
  margin-left: 95px;
}
.about__one-right-title {
  margin-bottom: 45px;
}
.about__one-right-title h2 {
  margin-bottom: 30px;
  max-width: 430px;
}
.about__one-right-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about__one-right-btn-author {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about__one-right-btn-author-avatar img {
  border-radius: 50%;
  max-width: 60px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__one-right-btn-author-name h6 {
  color: var(--color-2);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.about__one-right-bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 80px;
}
.about__one-right-bottom-list span {
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 10px;
}
.about__one-right-bottom-list span:last-child {
  margin: 0;
}
.about__one-right-bottom-list span i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-1);
  border: 1px solid var(--primary-color-1);
  font-size: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.about__one-right-bottom-experience {
  width: 140px;
  height: 130px;
  background: var(--bg-heading-color);
  text-align: center;
  display: block;
  padding: 25px 0;
}
.about__one-right-bottom-experience h3 {
  font-size: 40px;
  color: var(--text-white);
}
.about__one-right-bottom-experience h6 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-white);
}

@media (max-width: 1399px) {
  .about__one-left-image .one {
    max-width: 43%;
  }
  .about__one-left-image .two {
    min-height: 530px;
    overflow: hidden;
  }
  .about__one-right {
    margin-left: 30px;
  }
  .about__one-right-title {
    margin-bottom: 38px;
  }
  .about__one-right-title h2 {
    margin-bottom: 23px;
  }
  .about__one-right-bottom {
    margin-top: 43px;
  }
}
@media (max-width: 1199px) {
  .about__one-left-image .one {
    max-width: 43%;
  }
  .about__one-left-image .two {
    min-height: 530px;
  }
  .about__one-right {
    margin-left: 0;
  }
  .about__one-right-btn {
    gap: 25px;
  }
  .about__one-right-btn .btn-one {
    padding: 17px 35px;
  }
  .about__one-right-btn-author {
    gap: 20px;
  }
  .about__one-right-bottom {
    gap: 40px;
  }
}
@media (max-width: 475px) {
  .about__one-left-image {
    gap: 20px;
  }
  .about__one-left-image .two {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about__one-left-experience {
    left: 10px;
  }
  .about__one-left-experience h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .about__one-right-btn {
    display: block;
  }
  .about__one-right-btn-author {
    margin-top: 30px;
  }
  .about__one-right-bottom {
    display: block;
  }
  .about__one-right-bottom-experience {
    margin-top: 30px;
  }

}
/*==========================================================================
Company History CSS
==========================================================================*/
.company__history-area {
  max-width: 960px;
  margin: 0 auto;
}
.company__history-area-items {
  display: flex;
}
.company__history-area-items-left {
  padding-right: 70px;
  margin-right: 70px;
  border-right: 1px dashed var(--primary-color-1);
}
.company__history-area-items-left-content {
  padding: 39px;
  padding-bottom: 37px;
  border: 1px solid var(--border-color-1);
  margin-top: 30px;
  position: relative;
}
.company__history-area-items-left-content::before {
  content: "";
  position: absolute;
  right: -76px;
  top: 70px;
  width: 10px;
  height: 10px;
  background: var(--primary-color-1);
  box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
  border-radius: 50%;
}
.company__history-area-items-left-content::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 65px;
  width: 20px;
  height: 20px;
  background: var(--bg-white);
  border-bottom: var(--border-color-1) solid 1px;
  border-right: var(--border-color-1) solid 1px;
  transform: rotate(-45deg);
}
.company__history-area-items-left-content-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.company__history-area-items-left-content-date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--text-white);
  background: var(--primary-color-1);
  padding: 7px 22px;
  padding-left: 20px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
}
.company__history-area-items-right img {
  max-width: 410px;
}
.company__history-area-item {
  display: flex;
}
.company__history-area-item-left {
  padding-right: 69px;
  margin-right: 70px;
  border-right: 1px dashed var(--primary-color-1);
}
.company__history-area-item-left img {
  max-width: 410px;
}
.company__history-area-item-right-content {
  padding: 39px;
  padding-bottom: 37px;
  border: 1px solid var(--border-color-1);
  margin-top: 30px;
  position: relative;
}
.company__history-area-item-right-content::before {
  content: "";
  position: absolute;
  left: -76px;
  top: 70px;
  width: 10px;
  height: 10px;
  background: var(--primary-color-1);
  box-shadow: 0px 5px 20px rgba(249, 76, 48, 0.5);
  border-radius: 50%;
}
.company__history-area-item-right-content::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 65px;
  width: 20px;
  height: 20px;
  background: var(--bg-white);
  border-top: var(--border-color-1) solid 1px;
  border-left: var(--border-color-1) solid 1px;
  transform: rotate(-45deg);
}
.company__history-area-item-right-content-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.company__history-area-item-right-content-date span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--text-white);
  background: var(--primary-color-1);
  padding: 7px 22px;
  padding-left: 20px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
}

@media (max-width: 1199px) {
  .company__history-area-items-left-content {
    padding: 39px 30px;
    padding-bottom: 37px;
  }
  .company__history-area-items-right img {
    max-width: 398px;
  }
  .company__history-area-item-left {
    padding-right: 70px;
  }
  .company__history-area-item-left img {
    max-width: 397px;
  }
  .company__history-area-item-right-content {
    padding: 39px 30px;
    padding-bottom: 37px;
  }
}
@media (max-width: 991px) {
  .company__history-area-items {
    display: grid;
  }
  .company__history-area-items-left {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .company__history-area-items-left-content {
    margin-top: 40px;
  }
  .company__history-area-items-left-content::before {
    display: none;
  }
  .company__history-area-items-left-content::after {
    left: 35px;
    top: -10px;
    transform: rotate(-135deg);
  }
  .company__history-area-items-right img {
    max-width: 100%;
    width: 100%;
  }
  .company__history-area-item {
    display: block;
  }
  .company__history-area-item-left {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .company__history-area-item-left img {
    max-width: 100%;
    width: 100%;
  }
  .company__history-area-item-right-content {
    margin-top: 40px;
  }
  .company__history-area-item-right-content::before {
    display: none;
  }
  .company__history-area-item-right-content::after {
    left: 35px;
    top: -10px;
    transform: rotate(45deg);
  }
}
@media (max-width: 510px) {
  .about__company-left-image {
    gap: 15px;
  }
  .about__company-left-experience {
    left: 17%;
    bottom: 10px;
    width: 160px;
    height: 150px;
    padding: 27px 25px;
  }
  .company__two-left-skill {
    margin-top: 30px;
    margin-bottom: 35px;
    display: block;
  }
  .company__two-left-skill-item {
    margin-bottom: 15px;
  }
  .company__two-left-skill-item:last-child {
    margin: 0;
  }
}
@media (max-width: 420px) {
  .company__history-area-item-right-content,
.company__history-area-items-left-content {
    padding: 35px 25px;
  }
  .company__history-area-item-right-content-date h5,
.company__history-area-items-left-content-date h5 {
    font-size: 19px;
    line-height: 29px;
  }
  .company__history-area-item-right-content-date span,
.company__history-area-items-left-content-date span {
    font-size: 16px;
    line-height: 16px;
    padding-left: 15px;
    padding-right: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 99%, 0 100%, 0% 50%);
            clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 99%, 0 100%, 0% 50%);
  }
}
@media (max-width: 359px) {
  .company__history-area-item-right-content,
.company__history-area-items-left-content {
    padding: 30px 20px;
  }
  .company__history-area-item-right-content-date h5,
.company__history-area-items-left-content-date h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .company__history-area-item-right-content-date span,
.company__history-area-items-left-content-date span {
    font-size: 14px;
    line-height: 14px;
  }
}
/*==========================================================================
Features CSS
==========================================================================*/
.features {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.features-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: var(--box-shadow-1);
}
.features-area-item {
  position: relative;
  overflow: hidden;
  padding: 40px;
  transition: 0.4s;
  background: var(--bg-white);
}
.features-area-item span {
  position: absolute;
  right: -50px;
  top: -50px;
}
.features-area-item span i {
  font-size: 25px;
  color: var(--primary-color-3);
  position: relative;
  width: 137px;
  height: 137px;
  line-height: 137px;
  text-align: center;
  transition: 0.4s;
}
.features-area-item span i::before {
  position: relative;
  top: 24px;
  right: 20px;
}
.features-area-item span i::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 137px;
  height: 137px;
  opacity: 0.1;
  background: var(--primary-color-3);
  border-radius: 50%;
  transition: 0.4s;
}
.features-area-item h4 {
  margin-bottom: 10px;
  transition: 0.4s;
}
.features-area-item p {
  max-width: 270px;
  transition: 0.4s;
}
.features-area-item-hover {
  background: var(--primary-color-3);
}
.features-area-item-hover h4 {
  color: var(--text-white);
}
.features-area-item-hover p {
  color: var(--text-white);
}
.features-area-item-hover.features-area-item span i {
  color: var(--text-white);
}
.features-area-item-hover.features-area-item span i::after {
  background: var(--bg-white);
}
.features .ltb-radius {
  border-radius: 6px 0 0 6px;
}
.features .rtb-radius {
  border-radius: 0 6px 6px 0;
}

@media (max-width: 1299px) {
  .features-area-item {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .features-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .features-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .features-area-item {
    border-radius: 4px;
  }
  .features .ltb-radius {
    border-radius: 4px;
  }
  .features .rtb-radius {
    border-radius: 4px;
  }
}
/*==========================================================================
Consulting CSS
==========================================================================*/
.consulting__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.consulting__area-shape {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: -1;
}
.consulting__area-right-title {
  margin-bottom: 30px;
}
.consulting__area-right-title h2 {
  margin-bottom: 30px;
}
.consulting__area-right-title p {
  max-width: 493px;
}
.consulting__area-right-list span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--heading-font);
  margin-bottom: 20px;
}
.consulting__area-right-list span i {
  color: var(--primary-color-2);
  border: 1px solid var(--primary-color-2);
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 15px;
  text-align: center;
  border-radius: 50%;
}
.consulting__area-right .btn-six {
  margin-top: 30px;
}
.consulting__area-right .btn-six::before {
  background: var(--primary-color-2);
}
.consulting__area-right .btn-six:hover {
  color: var(--text-white);
  border-color: var(--primary-color-2);
}


/*==========================================================================
Help CSS
==========================================================================*/
.help__area {
  padding-top: 49px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  gap: 90px;
}
.help__area-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.help__area-item-icon i {
  color: var(--primary-color-1);
  border: 1px solid var(--color-7);
  font-size: 30px;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s;
}
.help__area-item-info span {
  color: var(--color-2);
}
.help__area-item-info h5 {
  transition: 0.4s;
  text-transform: lowercase;
}
.help__area-item-info h5:hover {
  color: var(--primary-color-1);
}
.help__area-item:hover .help__area-item-icon i {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  color: var(--text-white);
}

@media (max-width: 1399px) {
  .cta__area-bg {
    padding: 60px 40px;
  }
  .cta__area-form form {
    gap: 25px;
  }
  .getIn__touch-shape {
    height: 100%;
  }
  .getIn__touch-left {
    padding: 60px 50px;
    margin-right: 80px;
    margin-bottom: -115px;
  }
  .getIn__touch-right-title h2 {
    margin-bottom: 23px;
  }
  .help__area {
    padding-top: 45px;
    padding-left: 45px;
    gap: 30px;
    justify-content: end;
  }
  .getIn__touch-three-right {
    padding: 45px 40px;
    margin-left: 60px;
  }
}
@media (max-width: 1199px) {
  .cta__area-form {
    margin-top: 30px;
  }
  .cta__area-form form {
    justify-content: start;
  }
  .cta__area-form-item {
    width: 100%;
  }
  .getIn__touch-left {
    padding: 40px 30px;
    margin-right: 0;
  }
  .getIn__touch-right-bottom {
    gap: 30px;
  }
  .help__area {
    gap: 20px;
  }
  .help__area-item {
    gap: 20px;
  }
  .help__area-item-icon i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .getIn__touch-three-right {
    padding: 40px 30px;
    margin-left: 10px;
  }
  .getIn__touch-three-left-video-shape {
    margin-left: 20px;
  }
  .cta__two-info-item {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .cta__area-bg {
    padding: 50px 30px;
    padding-right: 0;
  }
  .cta__area-form form {
    gap: 20px;
  }
  .cta__area-form form input {
    padding-right: 10px;
  }
  .getIn__touch {
    padding-bottom: 120px;
  }
  .getIn__touch-left {
    margin: 0;
  }
  .getIn__touch-right-bottom {
    gap: 30px;
  }
  .help__area {
    justify-content: start;
    padding-left: 0;
  }
  .getIn__touch-three-right {
    margin-left: 0;
  }
  .cta__two-title {
    text-align: center;
  }
  .cta__two-info {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cta__area-form form {
    display: initial;
  }
  .getIn__touch-right-bottom {
    gap: 20px;
  }
  .getIn__touch-right-bottom-image {
    margin: 0;
  }
  .help__area-item {
    gap: 16px;
  }
  .cta__two-info-item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cta__area-bg {
    padding: 50px 0;
  }
  .cta__area-bg .pr-0 {
    padding-right: 12px;
  }
  .getIn__touch {
    padding-bottom: 85px;
  }
  .getIn__touch-three-left-video-shape {
    display: none;
  }
}
@media (max-width: 540px) {
  .help__area {
    display: block;
    padding-top: 15px;
  }
  .help__area-item {
    margin-top: 30px;
  }
  .cta__two-info {
    display: block;
  }
  .cta__two-info-item {
    display: block;
    margin-bottom: 30px;
  }
  .cta__two-info-item:last-child {
    margin: 0;
  }
}
@media (max-width: 490px) {
  .getIn__touch-right-bottom-shape {
    display: none;
  }
}
@media (max-width: 390px) {
  .getIn__touch-right-bottom {
    display: block;
  }
  .getIn__touch-right-bottom-image {
    margin-top: 30px;
  }
}

/*==========================================================================
Team CSS
==========================================================================*/
.team__area-item-image {
  position: relative;
  z-index: 1;
}
.team__area-item-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  top: 0;
  left: 0;
  background: var(--bg-heading-color);
  opacity: 0;
  transition: 0.4s;
}
.team__area-item-image-icon {
  position: absolute;
  bottom: 70px;
  right: 30px;
  z-index: 1;
}
.team__area-item-image-icon span {
  color: var(--text-white);
  height: 40px;
  width: 40px;
  background: var(--primary-color-2);
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
  transition: 0.4s;
  cursor: pointer;
}
.team__area-item-image-icon.page span {
  background: var(--primary-color-1);
}
.team__area-item-image-icon.page .team__area-item-image-social ul li a i:hover {
  background: var(--primary-color-1);
}
.team__area-item-image-icon .team__area-item-image-social {
  position: absolute;
  bottom: 50px;
}
.team__area-item-image-icon:hover .team__area-item-image-social {
  opacity: 1;
  visibility: visible;
}
.team__area-item-image-social {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.team__area-item-image-social ul {
  padding: 0;
  margin: 0;
}
.team__area-item-image-social ul li {
  list-style: none;
  margin-bottom: 8px;
}
.team__area-item-image-social ul li:last-child {
  margin: 0;
}
.team__area-item-image-social ul li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.team__area-item-image-social ul li a i:hover {
  background: var(--primary-color-2);
  color: var(--text-white);
}
.team__area-item-image img {
  width: 100%;
}
.team__area-item-content {
  padding: 22px;
  margin: 0 30px;
  margin-top: -60px;
  background: var(--bg-white);
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: var(--box-shadow-1);
}
.team__area-item-content .text-eight {
  font-weight: 600;
}
.team__area-item-content h5 a {
  transition: 0.4s;
}
.team__area-item-content h5 a:hover {
  color: var(--primary-color-2);
}
.team__area-item-content.page h5 a:hover {
  color: var(--primary-color-1);
}
.team__area-item:hover .team__area-item-image::before {
  height: 100%;
  opacity: 0.7;
  z-index: 1;
}
.team__area h6 {
  color: var(--color-2);
  font-size: 18px;
  line-height: 30px;
}
.team__area h6 a {
  color: var(--primary-color-1);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 600ms ease;
}
.team__area h6 a:hover {
  background-size: 100% 1px;
}

/*==========================================================================
Team Details CSS
==========================================================================*/
.team__details-content > span {
  font-weight: 600;
  color: var(--color-2);
  margin-top: -7px;
  display: block;
}
.team__details-content h2 {
  margin-bottom: 20px;
}
.team__details-content p {
  margin-bottom: 25px;
}
.team__details-content-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team__details-content-contact-item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  border: 1px solid var(--border-color-1);
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  font-weight: 400;
  font-size: 20px;
  color: var(--primary-color-1);
  text-align: center;
}
.team__details-content-contact-item-info span {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-2);
}
.team__details-content-contact-item-info h5 {
  text-transform: lowercase;
}
.team__details-content-contact-item-info h5 a {
  transition: 0.4s;
}
.team__details-content-contact-item-info h5 a:hover {
  color: var(--primary-color-1);
}
.team__details-experience h3 {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color-1);
}
.team__details-experience > p {
  margin-bottom: 40px;
}
.team__details-experience-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.team__details-experience-area-item {
  padding: 35px 30px;
  border: 1px solid var(--border-color-1);
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
.team__details-experience-area-item h6 {
  position: absolute;
  top: -15px;
  left: -15px;
  background: var(--primary-color-1);
  color: var(--text-white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  padding: 6px 0 0 12px;
}
.team__details-experience-area-item h6 span {
  font-size: 16px;
  text-transform: lowercase;
  margin-left: 3px;
  font-weight: 500;
}
.team__details-experience-area-item p {
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.team__details-experience-area-item p span {
  color: var(--primary-color-1);
}
.team__details-skills h3 {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color-1);
}
.team__details-skills > p {
  margin-bottom: 40px;
}
.team__details-skills-item-content {
  position: relative;
}
.team__details-skills-item-content h6 {
  font-size: 18px;
  line-height: 28px;
}
.team__details-skills-item-count {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
}
.team__details-skills-item-bar {
  height: 10px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  background: var(--primary-color-1);
  transition: all 3.5s ease-out 0s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}
.team__details-skills-item-inner {
  width: 100%;
  height: 10px;
  position: relative;
  background: var(--border-color-2);
  -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
  margin-top: 11px;
}
.team__details .b-l {
  border-left: none;
}
.team__details .b-t {
  border-top: none;
}

@media (max-width: 1399px) {
  .team__area-item-image-icon {
    bottom: 55px;
  }
  .team__area-item-content {
    margin-top: -45px;
  }
}
@media (max-width: 1199px) {
  .team__details-content > span {
    margin-top: 0;
  }
  .team__details-experience-area-item {
    padding: 35px 18px;
  }
  .team__details-experience-area-item h6 {
    top: -18px;
    left: -18px;
    padding: 7px 0 0 13px;
  }
}
@media (max-width: 490px) {
  .team__details-experience-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .team__details-experience-area-item h6 {
    top: -15px;
    left: -15px;
    padding: 6px 0 0 12px;
  }
  .team__details .b-l {
    border-left: 1px solid var(--border-color-1);
  }
  .team__details .b-b {
    border-bottom: none;
  }
}
/*==========================================================================
Choose Us CSS
==========================================================================*/
.chooseUs__area-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.chooseUs__area-right-counter h6 {
  font-weight: 600;
  max-width: 240px;
  margin-top: 18px;
}
.chooseUs__area-item {
  border: 1px solid var(--border-color-3);
  border-radius: 6px;
  padding: 41px 40px;
}
.chooseUs__area-item-icon {
  margin-bottom: 27px;
}
.chooseUs__area-item h4 {
  margin-bottom: 11px;
}
.chooseUs__area-item:hover .chooseUs__area-item-icon img {
  -webkit-animation: rotateY 0.6s;
          animation: rotateY 0.6s;
}

@media (max-width: 1399px) {
  .chooseUs__area-item {
    padding: 34px 30px;
  }
}
@media (max-width: 1199px) {
  .chooseUs__area .img-full {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .chooseUs__area-right {
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .chooseUs__area-right {
    gap: 0;
  }
  .chooseUs__area-right-shape {
    max-width: 90px;
    padding-right: 15px;
  }
}
/*==========================================================================
FAQ CSS
==========================================================================*/
.faq-accordion-item,
.faq__collapse-item,
.faq-collapse-item {
  border: 1px solid var(--border-color-1);
  margin-bottom: 10px;
  border-radius: 6px;
}
.faq-accordion-item:last-child,
.faq__collapse-item:last-child,
.faq-collapse-item:last-child {
  margin: 0;
}
.faq-accordion-item-card-header,
.faq__collapse-item-card-header,
.faq-collapse-item-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: 16px 30px;
}
.faq-accordion-item-card-header h6,
.faq__collapse-item-card-header h6,
.faq-collapse-item-card-header h6 {
  font-size: 18px;
  line-height: 28px;
}
.faq-accordion-item-card-header i,
.faq__collapse-item-card-header i,
.faq-collapse-item-card-header i {
  color: var(--primary-color);
}
.faq-accordion-item-card-header span,
.faq__collapse-item-card-header span,
.faq-collapse-item-card-header span {
  color: var(--primary-color-1);
  margin-right: 15px;
}
.faq-accordion-item-card-header-content,
.faq__collapse-item-card-header-content,
.faq-collapse-item-card-header-content {
  padding: 0 30px 25px 64px;
}
.faq-accordion-item-card-header-content p,
.faq__collapse-item-card-header-content p,
.faq-collapse-item-card-header-content p {
  margin-top: -4px;
}

/*==========================================================================
FAQ Two CSS
==========================================================================*/
.faq__two-left {
  margin-right: 70px;
}
.faq__two-left-image {
  position: relative;
  padding-bottom: 90px;
}
.faq__two-left-image-one {
  position: absolute;
  right: 0;
  bottom: 0;
}
.faq__two-left-image-question {
  position: absolute;
  top: 35px;
  right: 70px;
  background: var(--bg-heading-color);
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq__two-left-image-question h6 {
  color: var(--text-white);
  max-width: 150px;
  text-transform: none;
}

@media (max-width: 1399px) {
  .faq__two-left {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  .faq-accordion-item-card-header,
.faq__collapse-item-card-header,
.faq-collapse-item-card-header {
    padding: 15px;
  }
  .faq-accordion-item-card-header h6,
.faq__collapse-item-card-header h6,
.faq-collapse-item-card-header h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .faq-accordion-item-card-header span,
.faq__collapse-item-card-header span,
.faq-collapse-item-card-header span {
    margin-right: 8px;
  }
  .faq-accordion-item-card-header-content,
.faq__collapse-item-card-header-content,
.faq-collapse-item-card-header-content {
    padding: 0 15px 20px 15px;
  }
  .faq__two-left-image img {
    max-width: 280px;
  }
  .faq__two-left-image-question {
    right: 20px;
  }
}
/*==========================================================================
Blog One CSS
==========================================================================*/
.blog__one-item {
  position: relative;
  z-index: 2;
}
.blog__one-item-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__one-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  transform: skewX(-25deg);
  background: var(--text-white);
  opacity: 0.4;
  z-index: 1;
}
.blog__one-item-image img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.blog__one-item-image img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog__one-item-image-date {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: var(--primary-color-1);
  display: inline-block;
  border-radius: 6px;
  padding: 10px 16px;
  text-align: center;
}
.blog__one-item-image-date span {
  color: var(--text-white);
  display: block;
}
.blog__one-item-image-date .text-three {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.blog__one-item-image-date .text-three::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: var(--text-white);
  opacity: 0.2;
  width: 30px;
  height: 2px;
}
.blog__one-item-image-date .text-five {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog__one-item-content {
  padding: 17px 40px 40px 40px;
  border: 1px solid var(--color-10);
  border-top: 0;
  transition: 0.4s;
}
.blog__one-item-content-meta {
  border-bottom: 1px solid var(--color-10);
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.blog__one-item-content-meta ul {
  padding: 0;
  margin: 0;
}
.blog__one-item-content-meta ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid var(--color-10);
  color: var(--color-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
}
.blog__one-item-content-meta ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog__one-item-content-meta ul li a {
  transition: 0.4s;
}
.blog__one-item-content-meta ul li a i {
  color: var(--primary-color-1);
  margin-right: 10px;
  font-size: 18px;
}
.blog__one-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__one-item-content h4 {
  margin-bottom: 15px;
}
.blog__one-item-content h4 a {
  transition: 0.4s;
}
.blog__one-item-content h4 a:hover {
  color: var(--primary-color-1);
}
.blog__one-item:hover .blog__one-item-image::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}
.blog__one-item:hover .blog__one-item-content {
  box-shadow: var(--box-shadow-1);
}
.blog__one .btn-two {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.blog__one .btn-two:hover {
  color: var(--text-white);
}

/*==========================================================================
Blog Two CSS
==========================================================================*/
.blog__two .btn-six::before {
  background: var(--primary-color-2);
}
.blog__two .btn-six:hover {
  color: var(--text-white);
  border-color: var(--primary-color-2);
}
.blog__two-item {
  position: relative;
  z-index: 2;
}
.blog__two-item-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__two-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  transform: skewX(-25deg);
  background: var(--text-white);
  opacity: 0.4;
  z-index: 1;
}
.blog__two-item-image img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1.02);
}
.blog__two-item-image img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog__two-item-image-date {
  position: absolute;
  left: 40px;
  bottom: 30px;
  background: var(--primary-color-2);
  display: inline-block;
  border-radius: 6px;
  padding: 13px 20px 10px 20px;
  text-align: center;
}
.blog__two-item-image-date span {
  color: var(--text-white);
}
.blog__two-item-image-date .text-three {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}
.blog__two-item-image-date .text-three::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: var(--text-white);
  opacity: 0.4;
  width: 1px;
  height: 20px;
}
.blog__two-item-image-date .text-five {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  bottom: 3px;
}
.blog__two-item-content {
  padding: 17px 40px 40px 40px;
  background: var(--bg-white);
  box-shadow: var(--box-shadow-1);
}
.blog__two-item-content-meta {
  border-bottom: 1px solid var(--color-10);
  padding-bottom: 16px;
  margin-bottom: 15px;
}
.blog__two-item-content-meta ul {
  padding: 0;
  margin: 0;
}
.blog__two-item-content-meta ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid var(--color-10);
  color: var(--color-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
}
.blog__two-item-content-meta ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.blog__two-item-content-meta ul li a {
  transition: 0.4s;
}
.blog__two-item-content-meta ul li a i {
  color: var(--primary-color-2);
  margin-right: 10px;
  font-size: 18px;
}
.blog__two-item-content-meta ul li a:hover {
  color: var(--primary-color-2);
}
.blog__two-item-content h4 {
  margin-bottom: 15px;
}
.blog__two-item-content h4 a {
  transition: 0.4s;
}
.blog__two-item-content h4 a:hover {
  color: var(--primary-color-2);
}
.blog__two-item-content .btn-six {
  margin-top: 15px;
  border-color: var(--color-4);
  color: var(--text-heading-color);
  font-size: 14px;
  line-height: 24px;
  border-radius: 22px;
  padding: 9px 24px 8px 24px;
}
.blog__two-item-content .btn-six::before {
  background: var(--primary-color-2);
}
.blog__two-item-content .btn-six:hover {
  color: var(--text-white);
  border-color: var(--primary-color-2);
}
.blog__two-item:hover .blog__two-item-image::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}
.blog__two-item.page .blog__two-item-image-date {
  background: var(--primary-color-1);
}
.blog__two-item.page .blog__two-item-content-meta ul li a i {
  color: var(--primary-color-1);
}
.blog__two-item.page .blog__two-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__two-item.page .blog__two-item-content h4 a:hover {
  color: var(--primary-color-1);
}
.blog__two-item.page .blog__two-item-content .btn-six::before {
  background: var(--primary-color-1);
}
.blog__two-item.page .blog__two-item-content .btn-six:hover {
  border-color: var(--primary-color-1);
}

/*==========================================================================
Blog Three CSS
==========================================================================*/
.blog__three-item {
  position: relative;
  z-index: 2;
}
.blog__three-item-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__three-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  transform: skewX(-25deg);
  background: var(--text-white);
  opacity: 0.4;
  z-index: 1;
}
.blog__three-item-image img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.blog__three-item-image img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.blog__three-item-content {
  padding: 20px 30px 30px 30px;
  background: var(--bg-white);
  box-shadow: var(--box-shadow-1);
  margin: 0 30px;
  border-radius: 4px;
  margin-top: -80px;
  margin-bottom: 49px;
  position: relative;
  transition: 0.6s;
  z-index: 1;
}
.blog__three-item-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 4px;
  background: var(--primary-color-3);
  border-radius: 6px 0px 0px 0px;
  transition: 0.6s;
}
.blog__three-item-content-meta {
  border-bottom: 1px solid var(--color-10);
  padding-bottom: 16px;
  margin-bottom: 17px;
}
.blog__three-item-content-meta ul {
  padding: 0;
  margin: 0;
}
.blog__three-item-content-meta ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  color: var(--color-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
}
.blog__three-item-content-meta ul li:last-child {
  margin: 0;
}
.blog__three-item-content-meta ul li a {
  transition: 0.4s;
}
.blog__three-item-content-meta ul li a i {
  color: var(--primary-color-3);
  margin-right: 10px;
  font-size: 18px;
}
.blog__three-item-content-meta ul li a:hover {
  color: var(--primary-color-3);
}
.blog__three-item-content h4 a {
  transition: 0.4s;
}
.blog__three-item-content h4 a:hover {
  color: var(--primary-color-3);
}
.blog__three-item-content-btn {
  margin-top: -28px;
  opacity: 0;
  position: relative;
  z-index: -1;
  transition: 0.6s;
}
.blog__three-item-content-btn .simple-btn-1 {
  color: var(--primary-color-3);
}
.blog__three-item-content-btn .simple-btn-1:hover {
  color: var(--text-heading-color);
}
.blog__three-item:hover .blog__three-item-image::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}
.blog__three-item.blog__three-item-hover .blog__three-item-content {
  margin-bottom: 0;
}
.blog__three-item.blog__three-item-hover .blog__three-item-content::after {
  height: 100%;
  border-radius: 6px 0px 0px 6px;
}
.blog__three-item.blog__three-item-hover .blog__three-item-content-btn {
  opacity: 1;
  margin-top: 20px;
  z-index: 1;
}

/*==========================================================================
News Details CSS
==========================================================================*/
.news__details-left {
  padding: 40px;
  border: 1px solid var(--border-color-1);
}
.news__details-left-meta {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
}
.news__details-left-meta ul {
  padding: 0;
  margin: 0;
}
.news__details-left-meta ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  color: var(--color-2);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
}
.news__details-left-meta ul li:last-child {
  margin: 0;
}
.news__details-left-meta ul li a {
  transition: 0.4s;
}
.news__details-left-meta ul li a i {
  color: var(--primary-color-1);
  margin-right: 10px;
  font-size: 18px;
}
.news__details-left-meta ul li a:hover {
  color: var(--primary-color-1);
}
.news__details-left-meta-date {
  background: var(--primary-color-1);
  display: inline-block;
  border-radius: 6px;
  padding: 13px 20px 10px 20px;
  text-align: center;
}
.news__details-left-meta-date span {
  color: var(--text-white);
}
.news__details-left-meta-date .text-three {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}
.news__details-left-meta-date .text-three::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: var(--text-white);
  opacity: 0.4;
  width: 1px;
  height: 20px;
}
.news__details-left-meta-date .text-five {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  bottom: 3px;
}
.news__details-left-box {
  text-align: center;
  margin: 30px 0;
  background: var(--color-6);
  padding: 40px;
  position: relative;
  z-index: 1;
}
.news__details-left-box-shape {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  max-width: 110px;
  z-index: -1;
  opacity: 0.1;
}
.news__details-left-box p {
  color: var(--text-heading-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.news__details-left-box span {
  color: var(--primary-color-1);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--heading-font);
}
.news__details-left-tag h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.news__details-left-tag ul {
  padding: 0;
  margin: 0;
  margin-left: -3px;
  margin-top: -1px;
}
.news__details-left-tag ul li {
  display: inline-block;
  list-style: none;
}
.news__details-left-tag ul li a {
  transition: 0.4s;
  border: 1px solid var(--border-color-3);
  margin: 1px 3px;
  overflow: hidden;
  padding: 4px 20px 5px 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  border-radius: 4px;
}
.news__details-left-tag ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.news__details-left-share h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.news__details-left-share ul {
  padding: 0;
  margin: 0;
}
.news__details-left-share ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.news__details-left-share ul li:last-child {
  margin: 0;
}
.news__details-left-share ul li a i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: var(--color-6);
  font-size: 12px;
  border-radius: 50%;
  color: var(--text-heading-color);
  transition: 0.4s;
}
.news__details-left-share ul li a i:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.news__details-left-comment-item {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-2);
}
.news__details-left-comment-item-comment-image {
  float: left;
}
.news__details-left-comment-item-comment-image img {
  max-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.news__details-left-comment-item-comment-content {
  padding-left: 30px;
  overflow: hidden;
}
.news__details-left-comment-item-comment-content span {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
.news__details-left-comment-item-comment-content h6 {
  font-size: 18px;
  line-height: 28px;
}
.news__details-left-comment-item-comment-content h6 a {
  float: right;
  transition: 0.4s;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-heading-color);
  border: 1px solid var(--border-color-1);
  padding: 7px 18px;
  border-radius: 4px;
}
.news__details-left-comment-item-comment-content h6 a i {
  margin-right: 10px;
}
.news__details-left-comment-item-comment-content h6 a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.news__details-left-comment-item-comment-content p {
  max-width: 580px;
}
.news__details-left-contact-form-item input {
  background: transparent;
}
.news__details-left-contact-form-item textarea {
  height: 220px;
  background: transparent;
}
.news__details-pagination {
  padding: 40px 0;
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.news__details-pagination-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news__details-pagination-item a h6 {
  transition: 0.4s;
}
.news__details-pagination-item a:hover h6 {
  color: var(--primary-color-1);
}
.news__details-pagination-item a:hover i {
  color: var(--primary-color-1);
}
.news__details-pagination-item-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news__details-pagination-item-icon {
  text-align: center;
  padding: 20px 40px;
  max-width: 110px;
  margin: 0 auto;
  border-left: 1px solid var(--border-color-1);
  border-right: 1px solid var(--border-color-1);
}

/*==========================================================================
News Standard CSS
========================================================================== */
.news__standard-left-item-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news__standard-left-item-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: "";
  width: 30%;
  height: 100%;
  transform: skewX(-25deg);
  background: var(--text-white);
  opacity: 0.4;
  z-index: 1;
}
.news__standard-left-item-image img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.news__standard-left-item-image img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
.news__standard-left-item-image:hover::before {
  -webkit-animation: animation 0.95s;
          animation: animation 0.95s;
}
.news__standard-left-item-content {
  padding: 40px;
  box-shadow: var(--box-shadow-1);
}
.news__standard-left-item-content-meta {
  margin-bottom: 15px;
}
.news__standard-left-item-content-meta ul {
  padding: 0;
  margin: 0;
}
.news__standard-left-item-content-meta ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}
.news__standard-left-item-content-meta ul li:last-child {
  margin: 0;
}
.news__standard-left-item-content-meta ul li a {
  transition: 0.4s;
}
.news__standard-left-item-content-meta ul li a i {
  color: var(--primary-color-1);
  margin-right: 10px;
}
.news__standard-left-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.news__standard-left-item-content h3 a {
  transition: 0.4s;
}
.news__standard-left-item-content h3 a:hover {
  color: var(--primary-color-1);
}
.news__standard-left-item-content p {
  margin-bottom: 35px;
}

@media (max-width: 1399px) {
  .blog__one-item-content {
    padding: 17px 30px 30px 30px;
  }
  .blog__one-item-content-meta ul li {
    padding-right: 20px;
    margin-right: 20px;
  }
  .blog__three-item-content {
    margin: 0 20px;
    margin-top: -80px;
    margin-bottom: 49px;
  }
  .blog__three-item-content-meta ul li {
    margin-right: 20px;
  }
  .blog__two-item-content {
    padding: 17px 30px 30px 30px;
  }
  .blog__two-item-content-meta ul li {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .news__standard-left-item-content {
    padding: 40px 30px;
  }
  .news__standard-left-item-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .news__details-left {
    padding: 40px 25px;
  }
  .news__details-pagination-item a h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .news__details-pagination-item-left {
    gap: 15px;
  }
  .news__details-pagination-item-left img {
    width: 70px;
    height: 70px;
    max-width: 70px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .news__details-pagination {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .news__details-pagination-item.center {
    display: none;
  }
}
@media (max-width: 575px) {
  .blog__three-item-content {
    margin: 0 10px;
    margin-top: -80px;
    margin-bottom: 49px;
  }
  .news__standard-left-item-content {
    padding: 30px 25px;
  }
  .news__standard-left-item-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .news__standard-left-item-content-meta ul li {
    margin-right: 15px;
  }
  .news__details-left {
    padding: 30px 20px;
  }
  .news__details-left-comment-item {
    margin-left: 0;
  }
  .news__details-left-comment-item-comment-image {
    float: initial;
    margin-bottom: 20px;
  }
  .news__details-left-comment-item-comment-content {
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  .news__details-left-box {
    padding: 40px 30px;
  }
  .news__details-left-box p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .news__details-pagination {
    display: block;
  }
  .news__details-pagination-item {
    margin-bottom: 20px;
  }
  .news__details-pagination-item:last-child {
    margin: 0;
  }
}
@media (max-width: 359px) {
  .blog__one-item-content {
    padding: 17px 25px 25px 25px;
  }
  .blog__one-item-content-meta ul li {
    padding-right: 12px;
    margin-right: 0;
    border: 0;
  }
  .blog__three-item-content {
    padding: 20px 22px 30px 22px;
  }
  .blog__three-item-content-meta ul li {
    margin-right: 5px;
  }
  .blog__three-item-content-meta ul li a i {
    margin-right: 8px;
  }
  .news__details-left-meta ul li {
    margin-right: 16px;
  }
}
/*==========================================================================
Staris Contact CSS
==========================================================================*/
.staris-contact-item {
  position: relative;
}
.staris-contact-item span {
  position: absolute;
  right: 16px;
  top: 23px;
  color: var(--primary-color-1);
  font-weight: 400;
}
.staris-contact-item input,
.staris-contact-item textarea {
  font-size: 15px;
}

/*==========================================================================
Contact Page CSS
==========================================================================*/
.contact__page {
  position: relative;
  z-index: 2;
}
.contact__page-form {
  background: var(--color-6);
  padding: 70px;
}
.contact__page-form-item textarea {
  height: 180px;
}
.contact__page-info {
  margin-left: 100px;
}
.contact__page-info-item {
  display: flex;
  margin-bottom: 40px;
}
.contact__page-info-item:last-child {
  margin: 0;
}
.contact__page-info-item h6 span {
  margin-left: 25px;
}
.contact__page-info-item > span {
  max-width: 290px;
  margin-left: 45px;
  margin-top: 1px;
}
.contact__page-info-item > span a {
  text-transform: lowercase;
  display: block;
  transition: 0.4s;
}
.contact__page-info-item > span a:hover {
  color: var(--primary-color-1);
}
.contact__page-map {
  margin-top: -180px;
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}
.contact__page-map iframe {
  width: 100%;
  height: 600px;
  display: block;
  filter: grayscale(1);
}

/*==========================================================================
Map
==========================================================================*/
.contact__two-map {
  margin-top: -150px;
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}
.contact__two-map iframe {
  width: 100%;
  height: 700px;
  display: block;
  filter: grayscale(1);
}

/*==========================================================================
Contact Three CSS
==========================================================================*/
.contact__three-info {
  display: flex;
  align-items: center;
  background: var(--color-6);
  padding: 45px 30px;
  gap: 30px;
  transition: 0.4s;
}
.contact__three-info-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  background: var(--bg-white);
  text-align: center;
  border-radius: 50%;
  transition: 0.4s;
}
.contact__three-info-icon img {
  max-width: 35px;
  transform: rotateY(0);
}
.contact__three-info-content h4 {
  transition: 0.4s;
}
.contact__three-info-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: lowercase;
  transition: 0.4s;
}
.contact__three-info:hover {
  background: var(--primary-color-1);
  transform: translateY(-5px);
}
.contact__three-info:hover .contact__three-info-icon img {
  -webkit-animation: rotateY 0.6s;
          animation: rotateY 0.6s;
}
.contact__three-info:hover .contact__three-info-content h4 {
  color: var(--text-white);
}
.contact__three-info:hover .contact__three-info-content p {
  color: var(--text-white);
}
.contact__three-left-map iframe {
  width: 100%;
  height: 640px;
  display: block;
  filter: grayscale(1);
}

/*==========================================================================
Contact Four CSS
==========================================================================*/
.contact__four-info {
  padding: 40px 30px;
  padding-top: 75px;
  transition: 0.4s;
  box-shadow: var(--box-shadow-1);
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.contact__four-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape/footer.png");
  background-size: cover;
  background-position: right;
  z-index: -1;
  opacity: 0.6;
  transition: 0.4s;
}
.contact__four-info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary-color-1);
  text-align: center;
  transition: 0.4s;
  position: absolute;
  top: -30px;
  left: 40px;
}
.contact__four-info-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px dashed var(--primary-color-1);
  border-radius: 50%;
  display: block;
  top: -10px;
  left: -10px;
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}
.contact__four-info-icon img {
  max-width: 25px;
  transform: rotateY(0);
}
.contact__four-info p {
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.4s;
  color: var(--color-2);
}
.contact__four-info p a {
  transition: 0.4s;
}
.contact__four-info p a:hover {
  color: var(--primary-color-1);
}
.contact__four-info h4 {
  transition: 0.4s;
}
.contact__four-info span {
  transition: 0.4s;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: var(--color-2);
  margin-bottom: 15px;
  display: block;
}
.contact__four-info:hover {
  background: var(--bg-heading-color);
}
.contact__four-info:hover h4 {
  color: var(--text-white);
}
.contact__four-info:hover p,
.contact__four-info:hover span {
  color: #b0b0bd;
}
.contact__four-info:hover .contact__four-info-icon img {
  -webkit-animation: rotateY 0.6s;
          animation: rotateY 0.6s;
}
.contact__four-info:hover .contact__four-info-icon::after {
  -webkit-animation: initial;
          animation: initial;
}
.contact__four-form {
  padding: 70px 50px;
  box-shadow: var(--box-shadow-2);
  background: var(--bg-white);
  position: relative;
  z-index: 2;
}
.contact__four-form-title {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/*==========================================================================
Request Quote CSS
==========================================================================*/
.request__quote span {
  color: var(--primary-color-1);
}
.request__quote p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.request__quote-item label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
.request__quote-services label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: var(--text-heading-color);
}
.request__quote .description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

@media (max-width: 1399px) {
  .contact__page-form {
    padding: 60px 50px;
  }
  .contact__page-info {
    margin-left: 80px;
  }
  .contact-box {
    padding: 60px 40px;
  }
  .contact__three-info {
    gap: 25px;
  }
  .contact__three-info-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .contact__three-info-content p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 1199px) {
  .contact__page-form {
    padding: 60px 40px;
  }
  .contact__page-info {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .contact__page-form {
    padding: 60px 40px;
  }
  .contact__page-info {
    margin-left: 0;
  }
  .contact__page-map {
    margin-top: -160px;
    margin-bottom: -170px;
  }
  .contact__two-map {
    margin-bottom: -170px;
  }
  .contact__two-left {
    margin-right: 0;
  }
  .contact__two-box {
    padding: 60px 40px;
  }
}
@media (max-width: 530px) {
  .contact__page-info-item h6 span {
    margin-left: 15px;
  }
  .contact__page-info-item > span {
    margin-left: 15px;
  }
  .contact__four-form {
    padding: 50px 30px;
  }
}
@media (max-width: 485px) {
  .contact__page-form {
    padding: 50px 30px;
  }
  .contact__page-info-item {
    display: block;
  }
  .contact__page-info-item h6 span {
    margin-left: 15px;
  }
  .contact__page-info-item > span {
    display: block;
    margin-left: 0;
    margin-top: 3px;
  }
  .contact__page-map {
    margin-top: -140px;
  }
  .contact__two-box {
    padding: 40px 16px;
  }
  .contact-box {
    padding: 40px 16px;
  }
}
@media (max-width: 359px) {
  .contact__three-info {
    display: block;
  }
  .contact__three-info-icon {
    margin-bottom: 20px;
  }
}
/*==========================================================================
Footer Top CSS
==========================================================================*/
.footer__top {
  background: var(--primary-color-1);
  position: relative;
  z-index: 1;
  padding: 60px 0;
  overflow: hidden;
}
.footer__top-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
.footer__top-title h2 {
  color: var(--text-white);
}
.footer__top .btn-two {
  color: var(--text-white);
  background: transparent;
}
.footer__top .btn-two:hover {
  color: var(--primary-color-1);
  border-color: var(--text-white);
}
.footer__top .btn-two::before {
  background: var(--btn-white);
}

/*==========================================================================
All Side Bar CSS
==========================================================================*/
.all__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.all__sidebar-item {
  padding: 40px;
  background: var(--color-6);
  border: 1px solid var(--border-color-4);
  margin-bottom: 30px;
}
.all__sidebar-item:last-child {
  margin: 0;
}
.all__sidebar-item h4 {
  margin-bottom: 30px;
}
.all__sidebar-item-search form {
  display: flex;
  position: relative;
}
.all__sidebar-item-search form input {
  border-color: var(--bg-white);
}
.all__sidebar-item-search form button {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 6px 6px 0;
}
.all__sidebar-item-post .post__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-3);
}
.all__sidebar-item-post .post__item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.all__sidebar-item-post .post__item-image img {
  width: 90px;
  height: 90px;
  max-width: 90px;
  border-radius: 0;
}
.all__sidebar-item-post .post__item-title h6 a {
  color: var(--text-heading-color);
}
.all__sidebar-item-post .post__item-title h6 a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-post .post__item-title span {
  color: var(--color-2);
}
.all__sidebar-item-post .post__item-title span i {
  color: var(--primary-color-1);
}
.all__sidebar-item-tag ul {
  padding: 0;
  margin: 0;
  margin-left: -3px;
  margin-top: -1px;
}
.all__sidebar-item-tag ul li {
  display: inline-block;
  list-style: none;
}
.all__sidebar-item-tag ul li a {
  transition: 0.4s;
  border: 1px solid var(--border-color-3);
  margin: 1px 3px;
  overflow: hidden;
  padding: 4px 20px 5px 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  border-radius: 4px;
}
.all__sidebar-item-tag ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.all__sidebar-item-solution ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-solution ul li {
  list-style: none;
}
.all__sidebar-item-solution ul li .active {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  padding-left: 20px;
}
.all__sidebar-item-solution ul li .active i {
  opacity: 1;
  margin-left: 0;
}
.all__sidebar-item-solution ul li a {
  display: block;
  transition: all 0.4s ease-out 0s;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 20px;
  padding-left: 0;
  border-bottom: 1px solid var(--border-color-3);
  overflow: hidden;
  border-radius: 6px;
}
.all__sidebar-item-solution ul li a i {
  font-size: 14px;
  margin-right: 10px;
  opacity: 0;
  margin-left: -20px;
  transition: all 0.4s ease-out 0s;
}
.all__sidebar-item-solution ul li a span {
  float: right;
  position: relative;
  top: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.all__sidebar-item-solution ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  padding-left: 20px;
}
.all__sidebar-item-solution ul li a:hover i {
  opacity: 1;
  margin-left: 0;
}
.all__sidebar-item-solution ul li:last-child a {
  margin-bottom: 0;
}
.all__sidebar-item-download ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-download ul li {
  list-style: none;
}
.all__sidebar-item-download ul li a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  background: var(--bg-white);
  padding: 15px 20px;
  overflow: hidden;
  border-radius: 6px;
}
.all__sidebar-item-download ul li a i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--primary-color-1);
  text-align: center;
  border-radius: 4px;
  color: var(--text-white);
}
.all__sidebar-item-download ul li a img {
  margin-right: 18px;
  padding-right: 10px;
  border-right: 1px solid var(--border-color-1);
}
.all__sidebar-item-download ul li:last-child a {
  margin: 0;
}
.all__sidebar-help-image-content {
  box-shadow: var(--box-shadow-1);
  padding: 30px;
  margin: 0 40px;
  margin-top: -190px;
  background: var(--bg-white);
  position: relative;
  text-align: center;
}
.all__sidebar-help-image-content h4 {
  margin-top: 6px;
  margin-bottom: 26px;
}
.all__sidebar-contact {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.all__sidebar-contact-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px;
  padding-bottom: 50px;
  width: 100%;
  z-index: 1;
}
.all__sidebar-contact-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--primary-color-1);
  -webkit-clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  height: 100%;
  z-index: -1;
}
.all__sidebar-contact-content::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  right: -80px;
  bottom: -80px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.all__sidebar-contact-content-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: var(--bg-white);
  margin: 0 auto;
  margin-bottom: 45px;
}
.all__sidebar-contact-content h3 {
  color: var(--text-white);
  margin-bottom: 10px;
}
.all__sidebar-contact-content .simple-btn-2 {
  color: var(--text-white);
}

/*==========================================================================
Post CSS
==========================================================================*/
.post__item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.post__item:last-child {
  margin: 0;
}
.post__item-image img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.post__item-title span {
  color: var(--color-9);
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.post__item-title span i {
  color: var(--primary-color-2);
  margin-right: 10px;
  font-size: 16px;
}
.post__item-title h6 {
  font-size: 18px;
  line-height: 28px;
  max-width: 234px;
}
.post__item-title h6 a {
  color: var(--text-white);
  transition: 0.4s;
}
.post__item-title h6 a:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
Page Banner CSS
==========================================================================*/
.page__banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
   padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.page__banner::after {
  content: "";
  position: absolute;
  background-image: url("../img/shape/page-banner-bg.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.page__banner-content ul {
  padding: 0;
  margin: 0;
}
.page__banner-content ul li {
  display: inline-block;
  list-style: none;
  color: var(--primary-color-1);
  font-weight: 700;
}
.page__banner-content ul li a {
  color: var(--text-white);
  margin-right: 15px;
  transition: 0.4s;
}
.page__banner-content ul li a:hover {
  color: var(--primary-color-1);
}
.page__banner-content ul li span {
  margin-right: 15px;
  color: var(--text-white);
}
.page__banner-content h1 {
  color: var(--text-white);
  font-size: 70px;
  line-height: 80px;
  margin-top: 10px;
}
.page__banner-content > span {
  color: var(--text-white);
  display: block;
  font-weight: 700;
  font-size: 100px;
  line-height: 90px;
  opacity: 0.08;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -80px 0;
  position: relative;
  z-index: -1;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

 @media only screen and (max-width: 992px) {
  .page__banner{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page__banner-content > span {
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  }
} 

@media only screen and (max-width: 768px) {
  .page__banner{
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page__banner-content > span {
  display: none;
  }
}

/*==========================================================================
Error CSS
==========================================================================*/
.error-page {
  text-align: center;
}
.error-page h2 {
  margin: 40px 0 30px 0;
}
.error-page p {
  margin-bottom: 35px;
}

@media (max-width: 1599px) {
  .page__banner::after {
    left: -140px;
  }
}
@media (max-width: 991px) {
  .page__banner::after {
    left: -220px;
    width: 125%;
  }
}
@media (max-width: 767px) {
  .page__banner::after {
    background-image: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-heading-color);
  }
  .page__banner-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .page__banner-content > span {
    font-size: 90px;
    line-height: 102px;
    margin: 0 0 -60px 0;
  }
}
@media (max-width: 480px) {
  .page__banner-content h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .page__banner-content > span {
    font-size: 68px;
    line-height: 80px;
  }
}
@media (max-width: 359px) {
  .page__banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .page__banner-content > span {
    font-size: 58px;
    line-height: 60px;
  }
}/*# sourceMappingURL=style.css.map */