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

Template Name:  Finaxio - Business WordPress Theme
Author:  ThemeOri
Author URI: http://ThemeOri.com
Version: 2.0.0
Description: This Template is created for WordPress

--------------------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------------------
* Common Css
* Form Css
* Hedging CSS
* Theme Btn CSS
* Scroll Top CSS
* Video Animation CSS
* Finaxio Font And Color
* Space Css
* Top Bar Css
* Top Bar Two Css
* Top Bar Three Css
* All Side Bar Css
* Banner One Css
* Banner Two Css
* Banner Three Css
* About One Css
* About Two Css
* About Three Css
* Blog Css
* Blog Two Css
* Blog Three Css
* Blog Details Css
* Blog Standard Css
* Pagination Css
* FAQ Css
* FAQ Two Css
* Contact Css
* Pricing Css
* Features Css
* SkillBar Css
* Deposit Css
* Work Css
* Footer Css
* Footer Two Css
* Footer Top Two Css
* Footer Three Css
* Copyright Css
* Copyright Two Css
* Copyright Three Css
* Sponsors Css
* Portfolio Css
* Portfolio Two Css
* Portfolio Page Css
* Portfolio Details Css
* Services Css
* Services Two Css
* Services Three Css
* Services Details Css
* Appointment Css
* Cta Css
* Team Css
* Team Two Css
* Team Details Css 
* Testimonial Css
* Users Css
* Action Css
* Menu Bar Css
* Menu Bar Two CSS
* Menu Bar Three CSS
* Menu Box CSS
* Responsive Menu Css
* Page Banner Css
* Error Css
* Company Two CSS
* About Solution CSS
* Company History CSS
* Dark CSS
* Dark Light Switch CSS
/*==========================================================================
* Common Css
========================================================================== */
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

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

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

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

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

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

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

.display-none {
  display: none;
}

.img__full {
  width: 100%;
}

/*==========================================================================
* Form Css
========================================================================== */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid var(--border-color-1);
  border-color: transparent;
  border-radius: 0px;
  background: var(--primary-color-1);
  color: var(--white);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

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

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(--text-heading-color);
  border: 1px solid;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  border: 1px solid var(--border-color-1);
  background: var(--bg-white);
  padding-left: 20px;
}

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-1);
}

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: 80px;
  line-height: 90px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--body-font);
  font-weight: 700;
}

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

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

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

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

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

p {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: var(--body-color);
  font-family: var(--body-font);
}

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

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

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

@media (max-width: 1399px) {
  h2 {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 490px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
/*==========================================================================
* Theme Btn CSS
========================================================================== */
.finaxio-core p {
  margin-bottom: 16px;
}
.finaxio-core .page p:last-child {
  margin-bottom: 0;
}

.finaxio-core a {
  color: var(--heading-color);
  transition: 0.4s;
}
.finaxio-core a:hover {
  color: var(--primary-color-1);
}

.theme-banner-btn,
.theme-banner-btn1,
.theme-btn1,
.theme-btn2,
.theme-btn3,
.theme-btn4,
.theme-btn {
  display: inline-flex;
  background: var(--primary-color-3);
  color: var(--white);
  font-size: 16px;
  padding: 0 35px;
  text-align: center;
  font-weight: 500;
  z-index: 3;
  position: relative;
  transition: 0.4s;
  align-items: center;
  line-height: 60px;
  overflow: hidden;
  border-radius: 3px;
}
.theme-banner-btn::after,
.theme-banner-btn1::after,
.theme-btn1::after,
.theme-btn2::after,
.theme-btn3::after,
.theme-btn4::after,
.theme-btn::after {
  position: absolute;
  content: "";
  position: absolute;
  width: 100%;
  transition: 0.4s;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 3px;
}
.theme-banner-btn i,
.theme-banner-btn1 i,
.theme-btn1 i,
.theme-btn2 i,
.theme-btn3 i,
.theme-btn4 i,
.theme-btn i {
  font-size: 22px;
  margin-left: 10px;
}
.theme-banner-btn:hover,
.theme-banner-btn1:hover,
.theme-btn1:hover,
.theme-btn2:hover,
.theme-btn3:hover,
.theme-btn4:hover,
.theme-btn:hover {
  color: var(--white);
}
.theme-banner-btn:hover::after,
.theme-banner-btn1:hover::after,
.theme-btn1:hover::after,
.theme-btn2:hover::after,
.theme-btn3:hover::after,
.theme-btn4:hover::after,
.theme-btn:hover::after {
  opacity: 1;
}
.theme-banner-btn:focus,
.theme-banner-btn1:focus,
.theme-btn1:focus,
.theme-btn2:focus,
.theme-btn3:focus,
.theme-btn4:focus,
.theme-btn:focus {
  color: var(--white);
}

.theme-banner-btn {
  background: var(--primary-color-3);
}
.theme-banner-btn:hover {
  color: var(--heading-color);
}
.theme-banner-btn::after {
  background: var(--bg-white);
}

.theme-btn1 {
  background: var(--primary-color-3);
}
.theme-btn1:hover {
  color: var(--white);
}
.theme-btn1::after {
  background: var(--heading-color);
}

.theme-btn3 {
  background: var(--primary-color-1);
}
.theme-btn3:hover {
  color: var(--white);
}
.theme-btn3::after {
  background: var(--heading-color);
}
.theme-btn3 i {
  font-size: 14px;
  margin-left: 15px;
}

.theme-btn4 {
  background: var(--primary-color-2);
}
.theme-btn4:hover {
  color: var(--white);
}
.theme-btn4::after {
  background: var(--heading-color);
}
.theme-btn4 i {
  font-size: 14px;
  margin-left: 15px;
}

.theme-btn {
  background: var(--primary-color-3);
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn::after {
  background: var(--primary-color-3);
}

.theme-btn2 {
  background: var(--heading-color);
}
.theme-btn2:hover {
  color: var(--white);
}
.theme-btn2::after {
  background: var(--primary-color-3);
}

.theme-banner-btn1 {
  background: var(--primary-color-3);
}
.theme-banner-btn1:hover {
  color: var(--heading-color);
}
.theme-banner-btn1::after {
  background: var(--bg-white);
}

.simple-btn {
  display: inline-block;
  color: var(--border5);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}
.simple-btn i::before {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.simple-btn:hover {
  color: var(--primary-color-3);
}

.subtitle-one,
.subtitle-two,
.subtitle-three {
  display: inline-block;
  font-weight: 500;
  color: var(--primary-color-1);
  margin-bottom: 7px;
  text-transform: capitalize;
}
.subtitle-one i,
.subtitle-two i,
.subtitle-three i {
  margin-right: 10px;
}

.subtitle-two {
  color: var(--primary-color-3);
}

.subtitle-three {
  color: var(--primary-color-2);
}

@keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}
/*==========================================================================
* Scroll Top CSS
========================================================================== */
.scroll-up,
.scroll-two {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--shadow);
  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,
.scroll-two::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,
.scroll-two.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up svg path,
.scroll-two svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path,
.scroll-two 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-1);
}
.scroll-two svg.scroll-circle path {
  stroke: var(--primary-color-1);
}

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

/*==========================================================================
* Video Animation CSS
========================================================================== */
.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--primary-color-1);
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

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

@keyframes video-animation {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*==========================================================================
* Preloader CSS
==========================================================================*/
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  z-index: 9999999999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
}

.spinner-bounce {
  will-change: transform;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: var(--primary-color-1);
  display: inline-block;
  animation: bounces 1s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
.spinner-bounce.one {
  margin-right: 15px;
}
.spinner-bounce.two {
  margin-right: 15px;
  animation-delay: 0.4s;
}
.spinner-bounce.three {
  animation-delay: 0.8s;
}

@keyframes bounces {
  0% {
    transform: scale(1);
    background: var(--primary-color-1);
  }
  50% {
    background: var(--primary-color-2);
  }
  100% {
    transform: scale(0.2);
    background: var(--primary-color-3);
  }
}
/*==========================================================================
* Finaxio Font And Color
========================================================================== */
:root {
  --body-font: "DM Sans", sans-serif;
  --body-color: #777777;
  --bg-white: #fff;
  --white: #fff;
  --text-white: #fff;
  --primary-color-1: #ec1113;
  --primary-color-2: #0054ff;
  --primary-color-3: #0d9b4d;
  --text-heading-color: #1C1E22;
  --heading-color: #1C1E22;
  --border-color-1: #ededed;
  --border-color-2: #d3d3d3;
  --color-1: #f7f7f7;
  --color-2: #d3d3d3;
  --color-3: #e75f3a;
  --color-4: #1E1F21;
  --color-5: #999999;
  --color-6: #e6542d;
  --color-7: #434950;
  --color-8: #a4acb5;
  --color-9: #7f8489;
  --color-10: #161719;
  --color-11: #1f69ff;
  --color-12: #272d32;
  --color-13: #3a3a3a;
  --color-14: #1d1d1d;
  --thin-bg-2: #f6f4f0;
  --shadow:rgba(0, 0, 0, 0.08);
}

/*==========================================================================
* Space Css
========================================================================== */
.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;
}

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

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

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

@media (max-width: 1199px) {
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-mb-35 {
    margin-bottom: 35px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-mb-45 {
    margin-bottom: 45px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-mb-55 {
    margin-bottom: 55px;
  }
  .xl-mb-60 {
    margin-bottom: 60px;
  }
  .xl-mb-65 {
    margin-bottom: 65px;
  }
  .xl-mb-70 {
    margin-bottom: 70px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-mb-80 {
    margin-bottom: 80px;
  }
  .xl-mb-85 {
    margin-bottom: 85px;
  }
  .xl-mb-90 {
    margin-bottom: 90px;
  }
  .xl-mb-95 {
    margin-bottom: 95px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 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-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-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-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-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-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-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-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-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-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;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 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-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-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-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-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-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-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-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-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-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
}
/*==========================================================================
* Top Bar Css
========================================================================== */
.header__area {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header__area-top-bar {
  background: var(--primary-color-3);
  padding: 7px 25px;
}
.header__area-top-bar-left ul li {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
  padding-right: 20px;
  border-right: 1px solid var(--white);
}
.header__area-top-bar-left ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.header__area-top-bar-left ul li a {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
}
.header__area-top-bar-left ul li a i {
  color: var(--white);
  position: relative;
  margin-right: 10px;
}
.header__area-top-bar-right {
  display: flex;
  justify-content: end;
}
.header__area-top-bar-right-item {
  margin-left: 50px;
  padding-left: 40px;
  border-left: 2px solid var(--color-3);
}
.header__area-top-bar-right-item-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
}
.header__area-top-bar-right-item-menu ul li:last-child {
  margin: 0;
  padding: 0;
}
.header__area-top-bar-right-item-menu ul li a {
  color: var(--white);
}
.header__area-top-bar-right-item:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}

/*==========================================================================
* Top Bar Two Css
========================================================================== */
.header__two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header__two-top-bar {
  background: var(--heading-color);
  padding: 7px 0;
}
.header__two-top-bar-left ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}
.header__two-top-bar-left ul li:last-child {
  margin: 0;
}
.header__two-top-bar-left ul li a {
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
  transition: 0.4s;
}
.header__two-top-bar-left ul li a:hover {
  color: var(--primary-color-1);
}
.header__two-top-bar-left ul li a i {
  color: var(--color-9);
  position: relative;
  margin-right: 10px;
}
.header__two-top-bar-right {
  text-align: right;
}
.header__two-top-bar-right ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}
.header__two-top-bar-right ul li:last-child {
  margin: 0;
}
.header__two-top-bar-right ul li a {
  color: var(--color-8);
  font-size: 14px;
  line-height: 24px;
}
.header__two-top-bar-right ul li a span {
  color: var(--white);
}

/*==========================================================================
* Top Bar Three Css
========================================================================== */
.header__three-top-bar {
  background: var(--color-1);
  padding: 7px 25px;
}
.header__three-top-bar-left-menu ul li {
  display: inline-block;
  margin-right: 15px;
  list-style: none;
  padding-right: 15px;
}
.header__three-top-bar-left-menu ul li:last-child {
  margin: 0;
  padding: 0;
}
.header__three-top-bar-left-menu ul li a {
  color: var(--text-heading-color);
  transition: all 0.4s ease-out 0s;
  font-weight: 700;
}
.header__three-top-bar-left-menu ul li a:hover {
  color: var(--primary-color-2);
}
.header__three-top-bar-right {
  text-align: right;
}
.header__three-top-bar-right ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.header__three-top-bar-right ul li a {
  color: var(--text-heading-color);
  font-size: 14px;
  transition: all 0.4s ease-out 0s;
}
.header__three-top-bar-right ul li a:hover {
  color: var(--primary-color-2);
}
.header__three-top-bar-right ul li:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  .header__area-top-bar-right-item {
    margin-left: 30px;
    padding-left: 30px;
  }
  .header__two-top-bar-left {
    text-align: center;
  }
  .header__two-top-bar-left ul li {
    margin-right: 15px;
  }
  .header__two-top-bar-left ul li a i {
    margin-right: 8px;
  }
  .header__two-top-bar-right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header__area-top-bar-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .header__area-top-bar-right {
    justify-content: center;
  }
  .header__area-top-bar-right-item-language .nice-select .list {
    width: 136px;
    z-index: 9999;
  }
}
@media (max-width: 575px) {
  .header__three-top-bar {
    background: var(--color-1);
    padding: 7px 25px;
  }
  .header__three-top-bar-left-menu {
    text-align: center;
    margin-bottom: 5px;
  }
  .header__three-top-bar-right {
    text-align: center;
  }
}
@media (max-width: 476px) {
  .header__two-top-bar-right ul li {
    margin: 0;
    margin: 0 20px;
  }
}
@media (max-width: 396px) {
  .header__area-top-bar-left ul li {
    margin-right: 4px;
    padding-right: 4px;
    border: 0;
  }
  .header__area-top-bar-left ul li a i {
    margin-right: 9px;
  }
  .header__area-top-bar-right-item-language .nice-select .list {
    right: auto;
    left: 0;
  }
}
/*==========================================================================
* All Side Bar Css
========================================================================== */
.all__sidebar-item {
  padding: 40px;
  box-shadow: 0 0 70px var(--shadow);
  margin-bottom: 30px;
  background: var(--bg-white);
}
.all__sidebar-item h5 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.all__sidebar-item h5::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--border-color-1);
}
.all__sidebar-item h5::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background: var(--primary-color-1);
}
.all__sidebar-item-category ul li {
  list-style: none;
}
.all__sidebar-item-category ul li a {
  display: block;
  color: var(--text-heading-color);
  font-weight: 500;
  transition: all 0.4s ease-out 0s;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border-color-1);
}
.all__sidebar-item-category ul li a span {
  float: right;
  position: relative;
  top: 2px;
}
.all__sidebar-item-category ul li a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-category ul li:last-child a {
  margin: 0;
  padding: 0;
  border: 0;
}
.all__sidebar-item-materials ul li {
  list-style: none;
}
.all__sidebar-item-materials ul li a {
  display: block;
  color: var(--text-heading-color);
  font-weight: 500;
  padding: 0 25px;
  margin-bottom: 10px;
  border: 1px solid var(--border-color-1);
  line-height: 58px;
}
.all__sidebar-item-materials ul li a span {
  float: right;
  color: var(--body-color);
  line-height: 60px;
}
.all__sidebar-item-materials ul li a i {
  font-size: 22px;
  color: var(--primary-color-1);
  margin-right: 10px;
  top: 3px;
  position: relative;
}
.all__sidebar-item-materials ul li:last-child a {
  margin: 0;
}
.all__sidebar-item-search form {
  position: relative;
}
.all__sidebar-item-search form button {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--white);
  width: 60px;
  bottom: 0;
  background: var(--primary-color-3);
  display: inline-block;
}
.all__sidebar-item-about {
  text-align: center;
}
.all__sidebar-item-about h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.all__sidebar-item-about p {
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.all__sidebar-item-about ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.all__sidebar-item-about ul li a i {
  font-size: 14px;
  transition: 0.4s;
}
.all__sidebar-item-about ul li a i:hover {
  color: var(--primary-color-3);
}
.all__sidebar-item-about ul li:last-child {
  margin: 0;
}
.all__sidebar-item-post-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-1);
}
.all__sidebar-item-post-item-image img {
  max-width: 80px;
}
.all__sidebar-item-post-item-content {
  margin-left: 20px;
}
.all__sidebar-item-post-item-content span {
  font-size: 14px;
  line-height: 24px;
}
.all__sidebar-item-post-item-content span i {
  color: var(--text-heading-color);
  margin-right: 10px;
}
.all__sidebar-item-post-item-content h6 a {
  transition: all 0.4s ease-out 0s;
  max-width: 210px;
  display: inline-block;
}
.all__sidebar-item-post-item-content h6 a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-post-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.all__sidebar-item-tag ul li {
  display: inline-block;
  list-style: none;
}
.all__sidebar-item-tag ul li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 22px;
  background: var(--color-1);
  transition: all 0.4s ease-out 0s;
  margin: 5px 2px;
}
.all__sidebar-item-tag ul li a:hover {
  background: var(--primary-color-3);
  color: var(--white);
}
.all__sidebar-item:last-child {
  margin: 0;
}

@media (max-width: 1399px) {
  .all__sidebar-item {
    padding: 35px 30px;
  }
}
@media (max-width: 1199px) {
  .all__sidebar {
    margin-left: 0;
  }
  .all__sidebar-item {
    padding: 35px 25px;
  }
  .all__sidebar-item-materials ul li a {
    padding: 0 20px;
  }
  .all__sidebar-item-materials ul li a i {
    font-size: 18px;
  }
  .all__sidebar-item-post-item-content {
    margin-left: 15px;
  }
  .all__sidebar-item-post-item-content h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .all__sidebar {
    margin: 0;
  }
}
/*==========================================================================
* Banner One Css
==========================================================================*/
.banner__two-content-button,
.banner__area-content-button {
  display: flex;
  gap: 30px;
}
.banner__two-content-button-item-video,
.banner__area-content-button-item-video {
  position: relative;
}
.banner__two-content-button-item-video::after, .banner__two-content-button-item-video::before,
.banner__area-content-button-item-video::after,
.banner__area-content-button-item-video::before {
  background: var(--primary-color-1);
}
.banner__two-content-button-item-video a,
.banner__area-content-button-item-video a {
  position: relative;
  z-index: 9;
}
.banner__two-content-button-item-video i,
.banner__area-content-button-item-video i {
  background: var(--primary-color-1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
}

.banner__two-content > span,
.banner__area-content > span {
  color: var(--primary-color-1);
  font-weight: 500;
  margin-bottom: 22px;
  display: inline-block;
  padding: 4px 15px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.banner__two-content > span::before,
.banner__area-content > span::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 14px;
  background: var(--primary-color-1);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.banner__two-content > span::after,
.banner__area-content > span::after {
  content: "";
  position: absolute;
  background: var(--primary-color-1);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.15;
  z-index: -1;
  border-radius: 15px;
}

.banner__area {
  position: relative;
  z-index: 1;
  top: -1px;
}
.banner__area-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner__area-image::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--heading-color);
  border-radius: 0 0 350px 0;
  z-index: -1;
}
.banner__area-content {
  position: relative;
  z-index: 9;
  text-align: left;
  padding-bottom: 220px;
  padding-top: 350px;
  max-width: 740px;
}
.banner__area-content > span {
  color: var(--primary-color-3);
}
.banner__area-content > span::after, .banner__area-content > span::before {
  background: var(--primary-color-3);
}
.banner__area-content h1 {
  color: var(--white);
  margin-bottom: 15px;
}
.banner__area-content p {
  color: var(--white);
  max-width: 640px;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 28px;
}
.banner__area-content-icon {
  position: absolute;
  bottom: 160px;
  right: 140px;
  z-index: -1;
  opacity: 0.4;
}
.banner__area-content-icon img {
  max-width: 260px;
}
.banner__area-content-button-item-video i, .banner__area-content-button-item-video::after, .banner__area-content-button-item-video::before {
  background: var(--primary-color-3);
}
.banner__area-dots {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  z-index: 1;
}
.banner__area-dots .banner-pagination .swiper-pagination-bullet {
  border-radius: 3px;
  background: var(--body-color);
  width: 6px;
  height: 6px;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
  display: block;
  margin: 0;
  margin-bottom: 10px !important;
}
.banner__area-dots .banner-pagination .swiper-pagination-bullet-active {
  height: 26px;
  background: var(--primary-color-3);
}

/*==========================================================================
* Banner Two Css
========================================================================== */
.home-two-main-banner {
  position: relative;
  z-index: 1;
}

.banner__two-area {
  overflow: hidden;
}
.banner__two-area-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 10s ease-out 0s;
}
.banner__two-content {
  position: relative;
  z-index: 9;
  text-align: left;
  max-width: 740px;
}
.banner__two-content h1 {
  margin-bottom: 20px;
}
.banner__two-content p {
  max-width: 640px;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 28px;
}
.banner__two-right {
  padding-top: 110px;
  text-align: right;
  position: relative;
}
.banner__two-thumb {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.banner__two-thumb-item {
  margin-right: 20px;
  border-top: 3px solid var(--border-color-2);
  padding-top: 15px;
  cursor: pointer;
}
.banner__two-thumb-item h6 span {
  color: var(--primary-color-1);
  margin-right: 3px;
}

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

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

.swiper-slide-active .banner__two-area-image {
  transform: scale(1.12);
}

.banner__two-thumb-item.swiper-slide-thumb-active {
  border-top: 3px solid var(--primary-color-1);
}

/*==========================================================================
* Banner Three Css
========================================================================== */
.banner__three {
  padding: 190px 0;
  padding-bottom: 160px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-top: -35px;
}
.banner__three::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, var(--primary-color-2) -10%, rgba(0, 84, 255, 0) 70%);
}
.banner__three-content {
  max-width: 550px;
}
.banner__three-content .subtitle-three {
  color: var(--white);
}
.banner__three-content h1 {
  color: var(--white);
}
.banner__three-content-list {
  padding-top: 40px;
}
.banner__three-content-list-item {
  width: 100px;
  height: 100px;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  background: var(--bg-white);
  margin-right: 15px;
  padding: 21px 0;
}
.banner__three-content-list-item h6 {
  font-size: 14px;
}

@media (max-width: 1580px) {
  .banner__area-dots {
    display: none;
  }
}
@media (max-width: 1399px) {
  .banner__area-content {
    padding-bottom: 170px;
    padding-top: 300px;
  }
  .banner__area-image::after {
    width: 65%;
  }
  .banner__area-dots {
    left: 50px;
    display: block;
  }
}
@media (max-width: 1280px) {
  .banner__area-dots {
    display: none;
  }
}
@media (max-width: 1199px) {
  .banner__area-image::after {
    width: 75%;
  }
  .banner__area-dots {
    display: block;
  }
  .banner__two-area {
    overflow: hidden;
  }
  .banner__two-area-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: all 28s ease-out 0s;
  }
  .banner__two-content {
    padding: 270px 0;
  }
  .banner__two-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner__two-right {
    top: 61px;
  }
}
@media (max-width: 1080px) {
  .banner__area-dots {
    display: none;
  }
}
@media (max-width: 991px) {
  .banner__area-image::after {
    width: 100%;
  }
  .banner__two-content-button, .banner__area-content-button {
    justify-content: center;
  }
  .banner__two-content {
    padding: 0;
    padding-top: 90px;
    margin-bottom: 190px;
    text-align: center;
  }
  .banner__two-content p {
    margin: 0 auto;
    margin-bottom: 45px;
  }
  .banner__two-right {
    display: none;
  }
  .banner__two-thumb {
    position: absolute;
    width: 100%;
    bottom: 50px;
  }
  .banner__two-thumb-item {
    margin-right: 0;
    padding-top: 10px;
  }
  .banner__two-thumb-item h6 span {
    color: var(--primary-color-1);
    margin-right: 3px;
  }
  .banner__three {
    margin: 0;
  }
  .banner__three::after {
    background-image: linear-gradient(90deg, var(--primary-color-2) -5%, rgba(0, 84, 255, 0) 100%);
  }
}
@media (max-width: 767px) {
  .banner__area-image::after {
    border-radius: 0;
  }
  .banner__area-content {
    text-align: center;
  }
  .banner__area-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner__area-content-button {
    justify-content: center;
  }
  .banner__three::after {
    background-image: linear-gradient(90deg, var(--primary-color-2) -10%, rgba(0, 84, 255, 0) 130%);
  }
}
@media (max-width: 575px) {
  .banner__area-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner__two-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner__three-content {
    text-align: center;
  }
  .banner__three-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner__three-content-list {
    max-width: 240px;
    margin: 0 auto;
  }
  .banner__three-content-list-item {
    margin: 5px;
  }
}
@media (max-width: 485px) {
  .banner__two-content h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 450px) {
  .banner__area-content {
    padding-bottom: 170px;
    padding-top: 320px;
  }
  .banner__area-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner__area-content p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
  }
  .banner__two-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .banner__two-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .banner__two-right {
    padding-top: 230px;
  }
  .banner__three {
    padding-top: 150px;
    padding-bottom: 155px;
  }
  .banner__three-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 385px) {
  .banner__area-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner__two-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner__three-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 359px) {
  .banner__area-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .banner__two-content h1 {
    font-size: 34px;
    line-height: 44px;
  }
}
/*==========================================================================
* About One Css
========================================================================== */
.about__area {
  background: var(--bg-white);
}
.about__area-left {
  margin-right: 95px;
  margin-bottom: 60px;
}
.about__area-left-image {
  position: relative;
}
.about__area-left-image-content {
  position: absolute;
  right: -40px;
  bottom: -60px;
  background: var(--primary-color-3);
  padding: 58px 42px;
  display: inline-block;
  text-align: center;
  border-radius: 0 0 95px 0;
}
.about__area-left-image-content.page {
  background: var(--primary-color-1);
}
.about__area-left-image-content-icon {
  margin-bottom: 20px;
}
.about__area-left-image-content-icon img {
  max-width: 60px;
}
.about__area-left-image-content span {
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
}
.about__area-left-image-content h2 {
  color: var(--white);
}
.about__area-right-title h2 {
  margin-bottom: 17px;
}
.about__area-right-title p {
  max-width: 520px;
  font-size: 18px;
  line-height: 28px;
}
.about__area-right-list {
  margin-top: 35px;
}
.about__area-right-list h5 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about__area-right-list h5 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--border-color-1);
  display: inline-block;
  box-shadow: 0 0 60px var(--shadow);
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color-3);
}
.about__area-right-list h5:last-child {
  margin: 0;
}
.about__area-right-list.page h5 i {
  color: var(--primary-color-1);
}
.about__area-right-bottom {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.about__area-right-bottom-item {
  margin-right: 40px;
}
.about__area-right-bottom-item-author {
  display: flex;
  align-items: center;
}
.about__area-right-bottom-item-author-image {
  margin-right: 20px;
}
.about__area-right-bottom-item-author-image img {
  max-width: 60px;
}
.about__area-right-bottom-item-author-content span {
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}
.about__area-right-bottom-item:last-child {
  margin: 0;
}

/*==========================================================================
* About Two Css
========================================================================== */
.about__two {
  background: var(--bg-white);
}
.about__two-left {
  margin-right: 50px;
}
.about__two-left-image {
  position: relative;
  margin-bottom: 210px;
}
.about__two-left-image-one {
  position: absolute;
  right: 0;
  bottom: -210px;
}
.about__two-right-title h2 {
  margin-bottom: 30px;
}
.about__two-right-contact {
  display: flex;
  margin: 45px 0;
}
.about__two-right-contact-icon {
  margin-right: 20px;
  margin-top: 7px;
}
.about__two-right-contact-content p {
  margin-bottom: 10px;
}
.about__two-right-contact-content p span {
  color: var(--text-heading-color);
  font-weight: 700;
}
.about__two-right-contact-content h3 {
  font-size: 30px;
  line-height: 30px;
}
.about__two-right-contact-content h3 span {
  font-size: 16px;
  color: var(--body-color);
  padding: 0 10px;
  font-weight: 400;
}
.about__two-right-contact-content h3 a {
  transition: all 0.4s ease-out 0s;
  display: inline-block;
}
.about__two-right-contact-content h3 a:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* About Three Css
========================================================================== */
.about__three {
  background: var(--bg-white);
}
.about__three-left {
  margin-right: 15px;
  position: relative;
}
.about__three-right {
  margin-left: 30px;
}
.about__three-right-title h2 {
  margin-bottom: 30px;
}
.about__three-right-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.about__three-right-author-avatar {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.about__three-right-author-avatar-title {
  margin-left: 20px;
}
.about__three-right-author-avatar-title span {
  font-size: 14px;
}
.about__three-right-contact {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color-1);
}
.about__three-right-contact-info {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.about__three-right-contact-info-title span {
  font-size: 14px;
}
.about__three-right-contact-info-title h5 a {
  transition: all 0.4s ease-out 0s;
}
.about__three-right-contact-info-title h5 a:hover {
  color: var(--primary-color-2);
}
.about__three-right-contact-info-icon {
  margin-left: 70px;
}
.about__three-right-contact-info-icon i {
  font-size: 40px;
  color: var(--primary-color-2);
}

@media (max-width: 1399px) {
  .about__two-right-contact-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .about__area-left {
    margin-right: 55px;
  }
  .about__area-right-bottom-item {
    margin-right: 24px;
  }
  .about__area-right-bottom-item-author-image {
    margin-right: 10px;
  }
  .about__area-right-bottom-item-author-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about__two-left {
    margin-right: 30px;
  }
  .about__two-left-image {
    margin-bottom: 160px;
  }
  .about__two-left-image-one {
    bottom: -160px;
    max-width: 80%;
  }
  .about__three-left {
    margin-right: 0;
  }
  .about__three-right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .about__two-left {
    margin-right: 0;
  }
  .about__three-left img {
    width: 100%;
  }
}
@media (max-width: 483px) {
  .about__area-left {
    margin-right: 40px;
  }
  .about__area-left-image-content {
    padding: 48px 42px;
    border-radius: 0 0 85px 0;
  }
  .about__area-right-title p {
    font-size: 16px;
    line-height: 26px;
  }
  .about__area-right-list h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .about__area-right-list h5 i {
    margin-right: 15px;
  }
  .about__area-right-bottom {
    display: inline-block;
  }
  .about__area-right-bottom-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about__area-right-bottom-item-author-image {
    margin-right: 20px;
  }
  .about__two-right-contact-content p {
    margin-bottom: 0;
  }
  .about__two-right-contact-content h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .about__two-right-contact-content h3 span {
    font-size: 14px;
    padding: 0 5px;
  }
  .about__three-right-author-signature {
    display: none;
  }
  .about__three-right-author-avatar-title h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .about__three-right-contact {
    display: inline-block;
  }
  .about__three-right-contact-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
/*==========================================================================
* Blog Css
========================================================================== */
.blog__area {
  background: var(--bg-white);
}
.blog__area-title {
  text-align: center;
}
.blog__area-item {
  border: 1px solid var(--border-color-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__area-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 56px;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-out 0s;
  background: var(--heading-color);
  z-index: -1;
}
.blog__area-item-area {
  padding: 40px 41px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
.blog__area-item-area-meta {
  margin-bottom: 10px;
}
.blog__area-item-area-meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  transition: all 0.4s ease-out 0s;
}
.blog__area-item-area-meta ul li:last-child {
  margin: 0;
}
.blog__area-item-area-meta ul li a {
  display: inline-block;
  background: var(--primary-color-3);
  font-size: 14px;
  padding: 0 10px;
  color: var(--white);
  font-weight: 700;
  border: 0;
}
.blog__area-item-area-meta ul li i {
  color: var(--primary-color-3);
  margin-right: 10px;
}
.blog__area-item-area-content h4 a {
  transition: all 0.4s ease-out 0s;
  display: block;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
}
.blog__area-item-area-content p {
  max-width: 315px;
  transition: all 0.4s ease-out 0s;
}
.blog__area-item-area-post {
  display: flex;
  align-items: center;
}
.blog__area-item-area-post-image {
  margin-right: 20px;
}
.blog__area-item-area-post-image img {
  max-width: 40px !important;
}
.blog__area-item-area-post-title span a {
  font-size: 14px;
  border: 0;
  padding: 0;
  transition: all 0.4s ease-out 0s;
}
.blog__area-item-area-post-title h5 {
  transition: all 0.4s ease-out 0s;
}
.blog__area-item-btn a {
  display: block;
  padding: 15px 40px;
  border-top: 1px solid var(--border-color-1);
  transition: 0.4s;
  color: var(--text-heading-color);
  font-weight: 700;
}
.blog__area-item-btn a i {
  float: right;
  position: relative;
  top: 2px;
}
.blog__area-item:hover::after {
  height: 100%;
}
.blog__area-item:hover .blog__area-item-area-meta ul li {
  color: var(--color-8);
}
.blog__area-item:hover .blog__area-item-area-content h4 a {
  color: var(--white);
}
.blog__area-item:hover .blog__area-item-area-content p {
  color: var(--white);
}
.blog__area-item:hover .blog__area-item-area-post-title span a {
  color: var(--white);
}
.blog__area-item:hover .blog__area-item-area-post-title h5 {
  color: var(--white);
}
.blog__area-item:hover .blog__area-item-btn a {
  background: var(--primary-color-3);
  color: var(--white);
  border-color: var(--primary-color-3);
}

/*==========================================================================
* Blog Two Css
========================================================================== */
.blog__two {
  background: var(--bg-white);
}
.blog__two-title {
  text-align: center;
}
.blog__two-item-image {
  position: relative;
}
.blog__two-item-image span a {
  position: absolute;
  top: 0;
  left: 35px;
  display: inline-block;
  background: var(--primary-color-1);
  font-size: 14px;
  padding: 0 15px;
  color: var(--white);
  font-weight: 700;
  line-height: 30px;
  border-radius: 0 0 5px 5px;
}
.blog__two-item-image img {
  width: 100%;
}
.blog__two-item-content {
  padding: 30px 35px;
  padding-bottom: 35px;
  border: 1px solid var(--border-color-1);
  transition: all 0.4s ease-out 0s;
  border-top: 0;
}
.blog__two-item-content span {
  color: var(--primary-color-1);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
}
.blog__two-item-content h4 a {
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.4s ease-out 0s;
}
.blog__two-item-content h4 a:hover {
  color: var(--primary-color-1);
}
.blog__two-item-content-post {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color-1);
}
.blog__two-item-content-post-image {
  margin-right: 20px;
}
.blog__two-item-content-post-image img {
  max-width: 40px !important;
}
.blog__two-item-content-post-title span a {
  font-size: 14px;
  color: var(--body-color);
  transition: all 0.4s ease-out 0s;
}
.blog__two-item-content-post-title span a:hover {
  color: var(--primary-color-1);
}
.blog__two-item-content .simple-btn {
  font-size: 14px;
  color: var(--text-heading-color);
}
.blog__two-item-content .simple-btn:hover {
  color: var(--primary-color-1);
}
.blog__two-item:hover .blog__two-item-content {
  box-shadow: 0 0 50px var(--shadow);
}

/*==========================================================================
* Blog Three Css
========================================================================== */
.blog__three {
  background: var(--bg-white);
}
.blog__three-title {
  text-align: center;
}
.blog__three-item-image {
  position: relative;
}
.blog__three-item-image img {
  width: 100%;
}
.blog__three-item-content {
  position: relative;
  padding: 30px 35px;
  border: 1px solid var(--border-color-1);
  border-bottom: 0;
}
.blog__three-item-content-date {
  position: absolute;
  border-radius: 5px;
  right: 20px;
  top: -40px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: var(--bg-white);
  color: var(--text-heading-color);
  box-shadow: 0 10px 50px var(--shadow);
  text-align: center;
  padding: 10px 0;
}
.blog__three-item-content-date p {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.blog__three-item-content-date h3 {
  font-size: 40px;
}
.blog__three-item-content span {
  color: var(--primary-color-2);
  font-weight: 700;
  font-size: 14px;
}
.blog__three-item-content h5 {
  font-size: 20px;
  line-height: 30px;
}
.blog__three-item-content h5 a {
  transition: all 0.4s ease-out 0s;
}
.blog__three-item-content h5 a:hover {
  color: var(--primary-color-2);
}
.blog__three-item-content-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
}
.blog__three-item-content-author-post {
  display: flex;
  align-items: center;
}
.blog__three-item-content-author-post-image {
  margin-right: 20px;
}
.blog__three-item-content-author-post-image img {
  max-width: 40px !important;
}
.blog__three-item-content-author-post-title h5 {
  font-size: 18px;
  line-height: 28px;
}
.blog__three-item-content-author-post-title span a {
  font-size: 14px;
  color: var(--body-color);
  transition: all 0.4s ease-out 0s;
  font-weight: 400;
}
.blog__three-item-content-author-post-title span a:hover {
  color: var(--primary-color-2);
}
.blog__three-item-content-author-post-right a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 2px solid var(--border-color-1);
  color: var(--primary-color-2);
  text-align: center;
  border-radius: 50%;
}
.blog__three-item-btn a {
  display: block;
  padding: 15px 40px;
  border: 1px solid var(--border-color-1);
  transition: all 0.1s ease-out 0s;
  color: var(--text-heading-color);
  font-weight: 700;
  border-radius: 0 0 5px 5px;
}
.blog__three-item-btn a i {
  float: right;
  position: relative;
  top: 2px;
}
.blog__three-item:hover .blog__three-item-btn a {
  background: var(--primary-color-2);
  color: var(--white);
  border-color: var(--primary-color-2);
}

/*==========================================================================
* Blog Details Css
========================================================================== */
.blog__details {
  background: var(--bg-white);
}
.blog__details-left {
  padding: 40px;
  box-shadow: 0 0 70px var(--shadow);
}
.blog__details-left-meta {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
}
.blog__details-left-meta ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}
.blog__details-left-meta ul li:last-child {
  margin: 0;
}
.blog__details-left-meta ul li a {
  color: var(--body-color);
  transition: all 0.4s ease-in-out;
}
.blog__details-left-meta ul li a i::before {
  color: var(--primary-color-1);
}
.blog__details-left-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__details-left-box {
  background: var(--color-1);
  padding: 40px 30px;
  position: relative;
}
.blog__details-left-box i {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: 90px;
  color: var(--primary-color-1);
  opacity: 0.2;
}
.blog__details-left-box p {
  color: var(--text-heading-color);
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
.blog__details-left-box h5 {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.blog__details-left-box h5::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  right: 0;
  top: 14px;
  background: var(--primary-color-1);
}
.blog__details-left-list {
  position: relative;
}
.blog__details-left-list-video-icon {
  position: absolute;
  background: var(--primary-color-1);
  width: 80px;
  height: 80px;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
  text-align: center;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
.blog__details-left-list-video-icon a {
  position: relative;
  color: var(--white);
  top: 2px;
  font-size: 20px;
  z-index: 1;
  width: 80px;
  height: 80px;
  display: block;
}
.blog__details-left-list-hover .blog__details-left-list-video-icon {
  opacity: 1;
  z-index: 1;
}
.blog__details-left-related {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--border-color-1);
}
.blog__details-left-related h6 {
  margin-right: 10px;
}
.blog__details-left-related-tag ul li {
  display: inline-block;
  list-style: none;
}
.blog__details-left-related-tag ul li a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 22px;
  background: var(--color-1);
  transition: all 0.4s ease-out 0s;
  margin: 5px 2px;
}
.blog__details-left-related-tag ul li a:hover {
  background: var(--primary-color-1);
  color: var(--white);
}
.blog__details-left-related-share {
  display: inline-flex;
  align-items: center;
}
.blog__details-left-related-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.blog__details-left-related-share ul li a i {
  font-size: 14px;
  transition: 0.4s;
}
.blog__details-left-related-share ul li a i:hover {
  color: var(--primary-color-1);
}
.blog__details-left-related-share ul li:last-child {
  margin: 0;
}
.blog__details-left-post-author {
  padding: 30px;
  background: var(--color-1);
  overflow: hidden;
}
.blog__details-left-post-author-image {
  float: left;
}
.blog__details-left-post-author-image img {
  width: 150px;
  height: 150px;
}
.blog__details-left-post-author-content {
  max-width: 490px;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 18px;
}
.blog__details-left-post-author-content h4 {
  margin-bottom: 10px;
}
.blog__details-left-comment-item {
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog__details-left-comment-item-comment-image {
  float: left;
}
.blog__details-left-comment-item-comment-content {
  padding-left: 30px;
  overflow: hidden;
}
.blog__details-left-comment-item-comment-content span {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
.blog__details-left-comment-item-comment-content > a {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 40px;
  border: 1px solid var(--border-color-1);
  transition: 0.4s;
  padding: 0 20px;
}
.blog__details-left-comment-item-comment-content > a i {
  margin-right: 10px;
}
.blog__details-left-comment-item-comment-content > a:hover {
  background: var(--primary-color-1);
  color: var(--white);
}
.blog__details-left-contact-form-item {
  position: relative;
}
.blog__details-left-contact-form-item i {
  position: absolute;
  right: 20px;
  top: 23px;
  color: var(--text-heading-color);
  color: var(--primary-color-1);
}
.blog__details-left-contact-form-item input {
  font-size: 14px;
}
.blog__details-left-contact-form-item textarea {
  height: 220px;
  font-size: 14px;
}
.blog__details-left-contact-form-item .theme-btn3 {
  background: var(--primary-color-1);
}
.blog__details-left-contact-form-item .theme-btn3 i {
  position: initial;
  color: var(--white);
}

/*==========================================================================
* Blog Standard Css
========================================================================== */
.blog__standard {
  background: var(--bg-white);
}
.blog__standard-left-item-content {
  padding: 40px;
  box-shadow: 0 0 70px var(--shadow);
}
.blog__standard-left-item-content-meta {
  margin-bottom: 15px;
}
.blog__standard-left-item-content-meta ul li {
  display: inline-block;
  margin-right: 30px;
  list-style: none;
}
.blog__standard-left-item-content-meta ul li:last-child {
  margin: 0;
}
.blog__standard-left-item-content-meta ul li a {
  color: var(--body-color);
  transition: all 0.4s ease-in-out;
}
.blog__standard-left-item-content-meta ul li a i::before {
  color: var(--primary-color-1);
}
.blog__standard-left-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* Pagination Css
========================================================================== */
.pagination ul li:last-child {
  margin: 0;
}
.pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.pagination ul li .active {
  background: var(--primary-color-1);
  color: var(--white);
}
.pagination ul li a {
  color: var(--text-heading-color);
  background: var(--color-1);
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.pagination ul li a:hover {
  background: var(--primary-color-1);
  color: var(--white);
}

@media (max-width: 430px) {
  .blog__area-item-area {
    padding: 40px 30px;
  }
  .blog__area-item-area-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog__two-item-content {
    padding: 30px;
  }
  .blog__two-item-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog__three-title {
    text-align: center;
  }
  .blog__three-item-content {
    padding: 30px 25px;
  }
  .blog__three-item-content h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog__three-item-content-author-post-title h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .blog__details-left {
    padding: 0;
    box-shadow: none;
  }
  .blog__details-left-meta ul li {
    margin-right: 20px;
  }
  .blog__details-left-post-author-image {
    float: initial;
    margin-bottom: 20px;
  }
  .blog__details-left-post-author-content {
    padding: 0;
  }
  .blog__details-left-comment-item {
    margin-left: 0;
  }
  .blog__details-left-comment-item-comment-image {
    float: initial;
    margin-bottom: 20px;
  }
  .blog__details-left-comment-item-comment-content {
    padding-left: 0;
  }
  .blog__standard-left-item-content {
    padding: 30px 25px;
  }
  .blog__standard-left-item-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 359px) {
  .blog__area-item-area {
    padding: 35px 25px;
  }
  .blog__area-item-area-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog__area-item-area-meta ul li {
    margin-right: 8px;
  }
  .blog__area-item-area-meta ul li a {
    padding: 0 8px;
  }
  .blog__area-item-area-meta ul li i {
    margin-right: 8px;
  }
  .blog__two-item-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
/*==========================================================================
* FAQ Css
========================================================================== */
.faq__area {
  padding-bottom: 120px;
  background: var(--bg-white);
}
.faq__area-left-image {
  display: flex;
  position: relative;
}
.faq__area-left-image-two {
  margin: 50px 0 0 20px;
}
.faq__area-left-image-three {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq__area-left-image-three img {
  max-width: 190px;
}
.faq__area-right {
  margin-left: 60px;
}
.faq__area-right-page {
  margin-left: 0;
  margin-right: 60px;
}
.faq__area-item {
  background: var(--color-1);
  margin-bottom: 20px;
  padding: 16px 30px;
}
.faq__area-item:last-child {
  margin-bottom: 0;
}
.faq__area-item h6 {
  cursor: pointer;
}
.faq__area-item .icon {
  position: relative;
}
.faq__area-item .icon::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  color: var(--primary-color-1);
  right: 0;
}
.faq__area-item .icon:not(.collapsed)::after {
  content: "\f068";
}
.faq__area-item-body p {
  margin: 0;
  margin-top: 15px;
  padding: 0;
}

/*==========================================================================
* FAQ Two Css
========================================================================== */
.faq__two {
  background: var(--color-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq__two-page {
  background: var(--color-1);
}
.faq__two-left {
  margin-right: 70px;
}
.faq__two-left-image {
  position: relative;
  margin-bottom: 60px;
}
.faq__two-left-image-one {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.faq__two-left-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.faq__two-collapse {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
.faq__two-collapse-item {
  margin-bottom: 20px;
  background: var(--bg-white);
  padding: 0 25px;
}
.faq__two-collapse-item-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  background: var(--bg-white);
  padding: 15px 0;
}
.faq__two-collapse-item-card-header i {
  color: var(--primary-color-3);
}
.faq__two-collapse-item-card-header-content {
  padding: 0px 0 20px 0;
}
.faq__two-collapse-item-card-header-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  background: var(--bg-white);
  padding: 15px 0;
}
.faq__two-collapse-item-card-header-two i {
  color: var(--primary-color-3);
}
.faq__two-collapse-item-card-header-two-content {
  padding: 0px 0 20px 0;
}
.faq__two-right-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.faq__two-right-bottom i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--white);
  background: var(--heading-color);
  border-radius: 50%;
  margin-right: 20px;
}
.faq__two-right-bottom h6 a {
  color: var(--primary-color-1);
}

@media (max-width: 1399px) {
  .faq__area-right {
    margin-left: 50px;
  }
  .faq__area-right-page {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .faq__area-right {
    margin-left: 20px;
  }
  .faq__area-right-page {
    margin-right: 20px;
  }
  .faq__two-left {
    margin-right: 30px;
  }
  .faq__two-left-bg {
    display: none;
  }
}
@media (max-width: 991px) {
  .faq__area-right {
    margin-left: 0;
  }
  .faq__area-right-page {
    margin-right: 0;
  }
  .faq__area-collapse-item {
    padding: 0 20px;
  }
  .faq__area-collapse-item-card-header h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
  .faq__two-left {
    margin-right: 0;
  }
  .faq__two-collapse-item {
    padding: 0 20px;
  }
  .faq__two-collapse-item-card-header h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
  .faq__two-collapse-item-card-header-two h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
}
@media (max-width: 440px) {
  .faq__area-collapse-item-card-header h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .faq__two-collapse-item-card-header h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .faq__two-collapse-item-card-header-two h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
}
@media (max-width: 520px) {
  .faq__area-item {
    padding: 0 20px;
  }
  .faq__area-item h6 {
    padding: 15px 0;
  }
  .faq__area-item-body p {
    padding: 0 0 20px 0;
  }
}
/*==========================================================================
* Contact Css
========================================================================== */
.contact__area {
  background: var(--bg-white);
}
.contact__area-map {
  padding-top: 120px;
  background: var(--bg-white);
}
.contact__area-map-area {
  position: relative;
}
.contact__area-map-area iframe {
  width: 100%;
  height: 600px;
  display: block;
  filter: grayscale(1);
}
.contact__area-map-area-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.contact__area-left {
  margin-right: 30px;
}
.contact__area-left-list {
  margin-right: 10px;
}
.contact__area-left-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-1);
}
.contact__area-left-list-item-icon i {
  font-size: 26px;
  color: var(--primary-color-1);
}
.contact__area-left-list-item-content p a {
  transition: all 0.4s ease-out 0s;
}
.contact__area-left-list-item-content p a:hover {
  color: var(--primary-color-1);
}
.contact__area-left-list-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact__area-left-hours {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
.contact__area-left-hours h4 {
  color: var(--white);
  margin-bottom: 20px;
}
.contact__area-left-hours h6 {
  color: var(--white);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--heading-color);
}
.contact__area-left-hours h6 span {
  float: right;
  color: var(--color-8);
  font-weight: 400;
}
.contact__area-left-hours h6:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.contact__area-left-hours h6:last-child span {
  color: var(--primary-color-1);
}
.contact__area-right {
  background: var(--color-1);
  padding: 40px;
}
.contact__area-right-form-item {
  position: relative;
}
.contact__area-right-form-item i {
  position: absolute;
  right: 20px;
  top: 23px;
  color: var(--text-heading-color);
}
.contact__area-right-form-item input {
  font-size: 14px;
}
.contact__area-right-form-item textarea {
  height: 220px;
  font-size: 14px;
}
.contact__area-right-form-item .theme-btn3 {
  width: 100%;
  justify-content: center;
  font-size: 14px;
}
.contact__area-right-form-item .theme-btn3 i {
  position: initial;
  color: var(--white);
}
.contact__area-right-form-item select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  background: var(--bg-white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--body-color);
}
.contact__area-right-form-item select:focus {
  outline: none;
}
.contact__area-right-form-item.select {
  position: relative;
  z-index: 1;
}
.contact__area-right-form-item.select::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-heading-color);
}

@media (max-width: 1399px) {
  .contact__area-left {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact__area-left-list {
    margin-right: 0;
  }
  .contact__area-left-hours {
    padding: 40px 30px;
  }
  .contact__area-right {
    padding: 40px 30px;
  }
}
/*==========================================================================
* Pricing Css
========================================================================== */
.pricing__area {
  background: var(--color-12);
}
.pricing__area-title h2 {
  color: var(--white);
}
.pricing__area-title .subtitle-three {
  color: var(--white);
}
.pricing__area-item {
  padding: 50px;
  transition: all 0.4s ease-out 0s;
  background: var(--bg-white);
  border-radius: 5px;
}
.pricing__area-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-1);
  transition: all 0.4s ease-out 0s;
}
.pricing__area-item-top-price p {
  font-size: 14px;
  line-height: 24px;
  transition: all 0.4s ease-out 0s;
}
.pricing__area-item-top-price h2 {
  transition: all 0.4s ease-out 0s;
}
.pricing__area-item-top-price h2 span {
  font-size: 30px;
  line-height: 40px;
}
.pricing__area-item-content-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
.pricing__area-item-content-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 26px;
  width: 20px;
  height: 2px;
  background: var(--primary-color-2);
  transition: all 0.4s ease-out 0s;
  opacity: 0.6;
}
.pricing__area-item-content-item span {
  font-size: 14px;
  line-height: 24px;
  transition: all 0.4s ease-out 0s;
}
.pricing__area-item-content-item h6 {
  transition: all 0.4s ease-out 0s;
}
.pricing__area-item-content-item:last-child {
  margin: 0;
}
.pricing__area-item-btn {
  margin-top: 30px;
}
.pricing__area-item-btn a {
  display: block;
  width: 100%;
  line-height: 56px;
  color: var(--text-heading-color);
  text-align: center;
  border: 2px solid var(--border-color-1);
  border-radius: 3px;
  transition: all 0.4s ease-out 0s;
  font-weight: 700;
}
.pricing__area-item-btn a i {
  position: relative;
  top: 1px;
  margin-left: 8px;
}
.pricing__area-item:hover {
  background: var(--primary-color-2);
}
.pricing__area-item:hover .pricing__area-item-top {
  border-color: #4078ff;
}
.pricing__area-item:hover .pricing__area-item-top-price p {
  color: var(--white);
}
.pricing__area-item:hover .pricing__area-item-top-price h2 {
  color: var(--white);
}
.pricing__area-item:hover .pricing__area-item-content-item::before {
  background: var(--white);
}
.pricing__area-item:hover .pricing__area-item-content-item span {
  color: var(--white);
}
.pricing__area-item:hover .pricing__area-item-content-item h6 {
  color: var(--white);
}
.pricing__area-item:hover .pricing__area-item-btn a {
  background: var(--bg-white);
  border-color: var(--white);
}
.pricing__area-button {
  display: flex;
  justify-content: end;
}
.pricing__area-button .nav-item button {
  line-height: 56px;
  background: transparent;
  border: 2px solid var(--color-7);
  font-weight: 700;
  padding: 0 35px;
  border-radius: 5px;
}
.pricing__area-button .nav-item .active {
  background: var(--primary-color-2);
  border-color: var(--primary-color-2);
}
.pricing__area-button li:first-child {
  margin-right: 25px;
}

@media (max-width: 1399px) {
  .pricing__area-item {
    padding: 50px 40px;
  }
}
@media (max-width: 1399px) {
  .pricing__area-item {
    padding: 40px 30px;
  }
  .pricing__area-item-content-item {
    padding-left: 30px;
  }
  .pricing__area-item-content-item::before {
    width: 15px;
  }
  .pricing__area-item-content-item h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .pricing__area-button {
    justify-content: start;
    margin-top: 30px;
  }
}
/*==========================================================================
* Features Css
========================================================================== */
.features__area-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 70px 60px;
}
.features__area-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--heading-color);
  z-index: -1;
  opacity: 70%;
  transition: 0.4s;
}
.features__area-item h3 {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.features__area-item p {
  color: var(--white);
  opacity: 70%;
  margin-bottom: 30px;
  max-width: 420px;
}
.features__area-item .simple-btn {
  transition: 0.4s;
}
.features__area-item-hover::after {
  background: var(--primary-color-1);
  opacity: 80%;
}
.features__area-item-hover .simple-btn {
  color: var(--white);
}

/*==========================================================================
* SkillBar Css
========================================================================== */
.skill__area {
  margin-left: 10px;
}
.skill__area h3 {
  margin-bottom: 10px;
}
.skill__area > p {
  margin-bottom: 40px;
}
.skill__area-item {
  margin-bottom: 25px;
}
.skill__area-item:last-child {
  margin-bottom: 0 !important;
}
.skill__area-item-content {
  position: relative;
}
.skill__area-item-content h6 {
  font-size: 18px;
  line-height: 28px;
}
.skill__area-item-count {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
}
.skill__area-item-bar {
  height: 8px;
  position: absolute;
  width: 0;
  top: -1.4px;
  left: 0;
  background: var(--primary-color-1);
  transition: all 3.5s ease-out 0s;
}
.skill__area-item-inner {
  width: 100%;
  height: 5px;
  position: relative;
  background: var(--border-color-2);
  margin-top: 11px;
}

/*==========================================================================
* Deposit Css
========================================================================== */
.deposit__area {
  background: var(--bg-white);
}
.deposit__area-left-title h2 {
  margin-bottom: 50px;
}
.deposit__area-left-form-item {
  position: relative;
}
.deposit__area-left-form-item select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--body-color);
}
.deposit__area-left-form-item select:focus {
  outline: none;
}
.deposit__area-left-form-item input {
  font-size: 14px;
  padding-left: 20px;
}
.deposit__area-left-form-item label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-heading-color);
  position: absolute;
  left: 20px;
  top: -14px;
  background: var(--bg-white);
  z-index: 1;
  padding: 0 8px;
}
.deposit__area-left-form-item label span {
  color: var(--primary-color-1);
}
.deposit__area-left-form-item.category {
  position: relative;
  z-index: 1;
}
.deposit__area-left-form-item.category::before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 15px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color-1);
}
.deposit__area-right {
  text-align: right;
}

/*==========================================================================
* Work Css
========================================================================== */
.work__area {
  background: var(--bg-white);
}
.work__area-left-title p {
  max-width: 600px;
  font-size: 18px;
}
.work__area-left-list {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
.work__area-left-list-icon {
  margin-top: 8px;
}
.work__area-left-list-icon img {
  width: auto;
  max-width: inherit;
}
.work__area-left-list-content {
  margin-left: 20px;
}
.work__area-left-list-content p {
  font-size: 14px;
  margin-top: 5px;
}
.work__area-left-list-content p span {
  font-weight: 700;
  color: var(--text-heading-color);
}
.work__area-left-list-content h6 {
  max-width: 500px;
}
.work__area-right-item {
  padding: 50px 30px;
  text-align: center;
  position: relative;
  border: 1px solid var(--border-color-1);
  transition: 0.4s;
  z-index: 1;
}
.work__area-right-item-icon {
  margin-bottom: 20px;
}
.work__area-right-item-icon img {
  max-width: 60px;
}
.work__area-right-item-content h5 {
  margin-bottom: 10px;
}
.work__area-right-item-content span {
  font-size: 14px;
}
.work__area-right-item-content b {
  font-size: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: var(--heading-color);
  opacity: 0.03;
  width: 100%;
}
.work__area-right-item:hover {
  box-shadow: 0 16px 35px var(--shadow);
}

@media (max-width: 1399px) {
  .features__area-item {
    padding: 70px 50px;
  }
  .deposit__area-right img {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .features__area-item {
    padding: 50px 30px;
  }
  .features__area-item h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
/*==========================================================================
* Footer Css
========================================================================== */
.footer__area {
  background: var(--bg-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.footer__area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 1;
}
.footer__area-top {
  background: var(--heading-color);
  padding: 23px 35px;
  margin-bottom: 120px;
}
.footer__area-top-logo a {
  display: inline-block;
}
.footer__area-top-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 99;
}
.footer__area-top-info {
  display: flex;
  justify-content: end;
}
.footer__area-top-info-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.footer__area-top-info-item-icon {
  margin-right: 15px;
}
.footer__area-top-info-item-icon i {
  color: var(--primary-color-3);
  display: inline-block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border: 1px solid var(--color-7);
  text-align: center;
  border-radius: 50%;
}
.footer__area-top-info-item-content h5 {
  color: var(--white);
}
.footer__area-top-info-item-content span a {
  display: inline-block;
  color: var(--color-8);
}
.footer__area-top-info-item:last-child {
  margin: 0;
}
.footer__area-widget-about {
  margin-right: 60px;
}
.footer__area-widget-about p {
  margin-bottom: 35px;
  max-width: 290px;
}
.footer__area-widget-about-subscribe {
  position: relative;
}
.footer__area-widget-about-subscribe form input {
  border-radius: 5px;
  color: var(--color-8);
  padding: 0 138px 0px 40px;
}
.footer__area-widget-about-subscribe form button {
  position: absolute;
  right: 0;
  font-weight: 700;
  height: 60px;
  bottom: 0;
  padding: 0 30px;
  border-radius: 0 5px 5px 0;
}
.footer__area-widget-about-subscribe i {
  position: absolute;
  top: 22px;
  left: 16px;
}
.footer__area-widget-about-subscribe.two input:focus {
  border-color: var(--primary-color-3);
}
.footer__area-widget-menu ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer__area-widget-menu ul li a {
  position: relative;
  left: 0;
  transition: 0.4s;
}
.footer__area-widget-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--color-8);
  transition: 0.4s;
}
.footer__area-widget-menu ul li a:hover {
  left: 5px;
  color: var(--primary-color-3);
}
.footer__area-widget-menu ul li a:hover i {
  color: var(--primary-color-3);
}
.footer__area-widget-menu ul li:last-child {
  margin: 0;
}
.footer__area-widget-post-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-1);
}
.footer__area-widget-post-item-image {
  width: 80px;
  height: 80px;
}
.footer__area-widget-post-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__area-widget-post-item-content {
  margin-left: 20px;
}
.footer__area-widget-post-item-content span i {
  color: var(--primary-color-3);
  margin-right: 10px;
}
.footer__area-widget-post-item-content h6 a {
  transition: 0.4s;
  max-width: 210px;
  display: inline-block;
}
.footer__area-widget-post-item-content h6 a:hover {
  color: var(--primary-color-3);
}
.footer__area-widget-post-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==========================================================================
* Footer Two Css
========================================================================== */
.footer__two {
  background: var(--color-10);
  padding: 100px 0;
}
.footer__two-widget h5 {
  color: var(--white);
}
.footer__two-widget-menu ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer__two-widget-menu ul li a {
  position: relative;
  left: 0;
  transition: 0.4s;
  color: var(--color-8);
}
.footer__two-widget-menu ul li a:hover {
  left: 5px;
  color: var(--primary-color-1);
}
.footer__two-widget-menu ul li a:hover i {
  color: var(--primary-color-1);
}
.footer__two-widget-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
  transition: 0.4s;
}
.footer__two-widget-menu ul li:last-child {
  margin: 0;
}
.footer__two-widget-contact p {
  color: var(--color-8);
  margin-bottom: 30px;
}
.footer__two-widget-contact-subscribe {
  position: relative;
  margin-right: 20px;
}
.footer__two-widget-contact-subscribe form input {
  border-radius: 5px;
  color: var(--color-2);
  padding: 0 138px 0px 40px;
  background: var(--heading-color);
  border-color: var(--color-13);
}
.footer__two-widget-contact-subscribe form input:focus {
  color: var(--color-2);
}
.footer__two-widget-contact-subscribe form button {
  position: absolute;
  right: 0;
  font-weight: 700;
  height: 60px;
  bottom: 0;
  padding: 0 30px;
  border-radius: 0 5px 5px 0;
  background: var(--primary-color-1);
}
.footer__two-widget-contact-subscribe i {
  position: absolute;
  top: 22px;
  left: 16px;
}
.footer__two-widget-contact-social {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.footer__two-widget-contact-social h6 {
  color: var(--white);
}
.footer__two-widget-contact-social ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.footer__two-widget-contact-social ul li a i {
  color: var(--color-8);
  font-size: 14px;
  transition: 0.4s;
}
.footer__two-widget-contact-social ul li a i:hover {
  color: var(--primary-color-1);
}
.footer__two-widget-post-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-7);
}
.footer__two-widget-post-item-image {
  width: 80px;
  height: 80px;
}
.footer__two-widget-post-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__two-widget-post-item-content {
  margin-left: 20px;
}
.footer__two-widget-post-item-content span {
  color: var(--color-8);
}
.footer__two-widget-post-item-content h6 a {
  transition: 0.4s;
  max-width: 210px;
  display: inline-block;
  color: var(--white);
}
.footer__two-widget-post-item-content h6 a:hover {
  color: var(--primary-color-1);
}
.footer__two-widget-post-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.footer__two-page {
  background: var(--color-10);
  padding: 100px 0;
}
.footer__two-page-widget h5 {
  color: var(--white);
}
.footer__two-page-widget-menu ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer__two-page-widget-menu ul li a {
  position: relative;
  left: 0;
  transition: 0.4s;
  color: var(--color-8);
}
.footer__two-page-widget-menu ul li a:hover {
  left: 5px;
  color: var(--primary-color-3);
}
.footer__two-page-widget-menu ul li a:hover i {
  color: var(--primary-color-3);
}
.footer__two-page-widget-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
  transition: 0.4s;
}
.footer__two-page-widget-menu ul li:last-child {
  margin: 0;
}
.footer__two-page-widget-contact p {
  color: var(--color-8);
  margin-bottom: 30px;
}
.footer__two-page-widget-contact-subscribe {
  position: relative;
  margin-right: 20px;
}
.footer__two-page-widget-contact-subscribe form input {
  border-radius: 5px;
  color: var(--color-2);
  padding: 0 138px 0px 40px;
  background: var(--heading-color);
  border-color: var(--heading-color);
}
.footer__two-page-widget-contact-subscribe form input:focus {
  color: var(--color-2);
}
.footer__two-page-widget-contact-subscribe form button {
  position: absolute;
  right: 0;
  font-weight: 700;
  height: 60px;
  bottom: 0;
  padding: 0 30px;
  border-radius: 0 5px 5px 0;
  background: var(--primary-color-3);
}
.footer__two-page-widget-contact-subscribe i {
  position: absolute;
  top: 22px;
  left: 16px;
}
.footer__two-page-widget-contact-social {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.footer__two-page-widget-contact-social h6 {
  color: var(--white);
}
.footer__two-page-widget-contact-social ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.footer__two-page-widget-contact-social ul li a i {
  color: var(--color-8);
  font-size: 14px;
  transition: 0.4s;
}
.footer__two-page-widget-contact-social ul li a i:hover {
  color: var(--primary-color-3);
}
.footer__two-page-widget-post-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-7);
}
.footer__two-page-widget-post-item-image {
  width: 80px;
  height: 80px;
}
.footer__two-page-widget-post-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__two-page-widget-post-item-content {
  margin-left: 20px;
}
.footer__two-page-widget-post-item-content span {
  color: var(--color-8);
}
.footer__two-page-widget-post-item-content h6 a {
  transition: 0.4s;
  max-width: 210px;
  display: inline-block;
  color: var(--white);
}
.footer__two-page-widget-post-item-content h6 a:hover {
  color: var(--primary-color-3);
}
.footer__two-page-widget-post-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==========================================================================
* Footer Top Two Css
========================================================================== */
.footer__top {
  background: var(--primary-color-1);
}
.footer__top-item-info {
  display: flex;
  align-items: center;
}
.footer__top-item-info-icon i {
  font-size: 40px;
  color: var(--white);
}
.footer__top-item-info-content {
  margin: 0 20px;
}
.footer__top-item-info-content span {
  font-size: 14px;
  color: var(--color-2);
}
.footer__top-item-info-content h5 a {
  color: var(--white);
}
.footer__top-item-logo {
  text-align: center;
}
.footer__top-item-logo a {
  display: inline-block;
  background: var(--bg-white);
  padding: 35px 50px;
}
.footer__top-item-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 99;
}
.footer__top-page {
  background: var(--primary-color-3);
}

/*==========================================================================
* Footer Three Css
========================================================================== */
.footer__three {
  background: var(--color-10);
  padding: 120px 0;
}
.footer__three-widget h5 {
  color: var(--white);
}
.footer__three-widget-about {
  margin-right: 60px;
}
.footer__three-widget-about-logo {
  margin-bottom: 30px;
}
.footer__three-widget-about-logo a {
  display: inline-block;
}
.footer__three-widget-about-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 99;
}
.footer__three-widget-about p {
  margin-bottom: 35px;
  color: var(--color-8);
  max-width: 290px;
}
.footer__three-widget-about-contact {
  display: flex;
  align-items: center;
}
.footer__three-widget-about-contact-icon i {
  color: var(--primary-color-2);
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: var(--bg-white);
  margin-right: 15px;
}
.footer__three-widget-about-contact-content span {
  font-size: 14px;
  color: var(--color-8);
}
.footer__three-widget-about-contact-content h5 a {
  transition: all 0.4s ease-out 0s;
}
.footer__three-widget-about-contact-content h5 a:hover {
  color: var(--primary-color-2);
}
.footer__three-widget-menu ul li {
  list-style: none;
  margin-bottom: 12px;
}
.footer__three-widget-menu ul li a {
  position: relative;
  left: 0;
  color: var(--color-8);
  transition: 0.4s;
}
.footer__three-widget-menu ul li a i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--color-8);
  transition: 0.4s;
}
.footer__three-widget-menu ul li a:hover {
  left: 5px;
  color: var(--primary-color-2);
}
.footer__three-widget-menu ul li a:hover i {
  color: var(--primary-color-2);
}
.footer__three-widget-menu ul li:last-child {
  margin: 0;
}
.footer__three-widget-post-item {
  display: flex;
  align-items: center;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid var(--color-7);
}
.footer__three-widget-post-item-image {
  width: 80px;
  height: 80px;
}
.footer__three-widget-post-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__three-widget-post-item-content {
  margin-left: 20px;
}
.footer__three-widget-post-item-content span {
  color: var(--color-8);
}
.footer__three-widget-post-item-content span i {
  color: var(--primary-color-2);
  margin-right: 10px;
}
.footer__three-widget-post-item-content h6 a {
  transition: 0.4s;
  max-width: 210px;
  display: inline-block;
  color: var(--white);
}
.footer__three-widget-post-item-content h6 a:hover {
  color: var(--primary-color-2);
}
.footer__three-widget-post-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/*==========================================================================
* Copyright Css
========================================================================== */
.copyright {
  background: var(--color-1);
  padding: 20px 0;
}
.copyright-menu a {
  display: inline-block;
  font-weight: 700;
  transition: 0.4s;
  margin-right: 50px;
}
.copyright-menu a:hover {
  color: var(--primary-color-3);
}
.copyright-menu a:last-child {
  margin: 0;
}
.copyright-content {
  text-align: center;
}
.copyright-content p a {
  display: inline-block;
  font-weight: 700;
  transition: 0.4s;
  color: var(--text-heading-color);
}
.copyright-content p a:hover {
  color: var(--primary-color-3);
}
.copyright-content p a:last-child {
  margin: 0;
}
.copyright-social {
  text-align: right;
}
.copyright-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.copyright-social ul li:last-child {
  margin: 0;
}
.copyright-social ul li a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--bg-white);
  border-radius: 50%;
  color: var(--text-heading-color);
  transition: 0.4s;
}
.copyright-social ul li a i:hover {
  color: var(--white);
  background: var(--primary-color-3);
}

/*==========================================================================
* Copyright Two Css
========================================================================== */
.copyright__two {
  background: var(--color-4);
  padding: 27px 0;
}
.copyright__two-content p {
  color: var(--white);
}
.copyright__two-content p a {
  display: inline-block;
  font-weight: 700;
  transition: 0.4s;
}
.copyright__two-content p a:hover {
  color: var(--primary-color-1);
}
.copyright__two-content p a:last-child {
  margin: 0;
}
.copyright__two-menu {
  text-align: right;
}
.copyright__two-menu a {
  display: inline-block;
  font-weight: 700;
  transition: 0.4s;
  margin-right: 50px;
  color: var(--white);
}
.copyright__two-menu a:hover {
  color: var(--primary-color-1);
}
.copyright__two-menu a:last-child {
  margin: 0;
}

/*==========================================================================
* Copyright Three Css
========================================================================== */
.copyright__three {
  background: var(--color-4);
  padding: 20px 0;
}
.copyright__three-menu a {
  display: inline-block;
  font-weight: 700;
  transition: 0.4s;
  margin-right: 50px;
  color: var(--color-8);
}
.copyright__three-menu a:hover {
  color: var(--primary-color-2);
}
.copyright__three-menu a:last-child {
  margin: 0;
}
.copyright__three-content {
  text-align: center;
}
.copyright__three-content p {
  color: var(--color-8);
}
.copyright__three-content p a {
  display: inline-block;
  font-weight: 700;
  transition: 0.4s;
  color: var(--white);
}
.copyright__three-content p a:hover {
  color: var(--primary-color-2);
}
.copyright__three-content p a:last-child {
  margin: 0;
}
.copyright__three-social {
  text-align: right;
}
.copyright__three-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.copyright__three-social ul li:last-child {
  margin: 0;
}
.copyright__three-social ul li a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--heading-color);
  border-radius: 50%;
  color: var(--color-8);
  transition: 0.4s;
}
.copyright__three-social ul li a i:hover {
  color: var(--white);
  background: var(--primary-color-2);
}

@media (max-width: 1199px) {
  .footer__area-top {
    padding: 23px 20px;
  }
  .footer__area-top-info-item {
    margin-right: 20px;
  }
  .footer__area-top-info-item-icon {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .footer__area-widget-about {
    margin-right: 20px;
  }
  .footer__area-widget-about p {
    max-width: 100%;
  }
  .footer__area-widget-about-subscribe {
    position: relative;
  }
  .footer__area-widget-about-subscribe form button {
    padding: 0 20px;
  }
  .footer__area-top {
    padding: 35px 30px;
  }
  .footer__area-top-logo {
    margin-bottom: 30px;
  }
  .footer__area-top-info {
    display: block;
  }
  .footer__area-top-info-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .copyright-menu {
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright-menu a {
    margin-right: 30px;
  }
  .copyright-content {
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright-social {
    text-align: center;
  }
  .copyright__two-content {
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright__two-menu {
    text-align: center;
  }
  .footer__top {
    padding-bottom: 40px;
  }
  .footer__top-item-info-content {
    text-align: left;
  }
  .footer__top-item-logo {
    margin-bottom: 30px;
  }
  .copyright__three-menu {
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright__three-menu a {
    margin-right: 30px;
  }
  .copyright__three-content {
    text-align: center;
    margin-bottom: 10px;
  }
  .copyright__three-social {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer__top-item {
    justify-content: center;
    display: flex;
  }
}
/*==========================================================================
* Sponsors Css
========================================================================== */
.sponsors__area {
  background: var(--bg-white);
}
.sponsors__area-title {
  text-align: center;
}
.sponsors__area-brand {
  text-align: center;
}
.sponsors__area-brand img {
  width: auto;
}
.sponsors__area-brand :first-child {
  text-align: right;
}
.sponsors__area-box {
  margin-bottom: 120px;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--border-color-1);
}
.sponsors__area-item {
  text-align: center;
}
.sponsors__area-item-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border: 1px solid var(--border-color-1);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.sponsors__area-item-icon::after {
  content: "";
  position: absolute;
  background: var(--color-1);
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out 0s;
  z-index: -1;
}
.sponsors__area-item-icon img {
  max-height: 60px;
}
.sponsors__area-item-icon span {
  color: var(--white);
  background: var(--primary-color-3);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 14px;
  font-weight: 700;
}
.sponsors__area-item:hover .sponsors__area-item-icon::after {
  width: 100%;
  height: 100%;
}

/*==========================================================================
* Portfolio Css
========================================================================== */
.portfolio__area {
  background-color: var(--bg-white);
  position: relative;
  z-index: 1;
}
.portfolio__area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: var(--primary-color-3);
  z-index: -2;
}
.portfolio__area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://html.themeori.com/wp/bg/portfolio-bg.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.portfolio__area-button {
  display: flex;
  gap: 20px;
  justify-content: end;
}
.portfolio__area-button .swiper-button-next, .portfolio__area-button .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
}
.portfolio__area-button-next, .portfolio__area-button-prev {
  display: inline-block;
}
.portfolio__area-button-next i, .portfolio__area-button-prev i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: var(--shadow);
  font-size: 18px;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.portfolio__area-button-next i:hover, .portfolio__area-button-prev i:hover {
  background: var(--white);
  color: var(--primary-color-3);
}
.portfolio__area-title .subtitle-two {
  color: var(--white);
}
.portfolio__area-title h2 {
  color: var(--white);
}
.portfolio__area-item {
  position: relative;
}
.portfolio__area-item-content {
  padding: 30px;
  background: var(--color-1);
}
.portfolio__area-item-content p {
  color: var(--primary-color-3);
  font-size: 14px;
}
.portfolio__area-item-content h5 {
  font-size: 20px;
  line-height: 30px;
}
.portfolio__area-item-content h5 a {
  transition: all 0.4s ease-in-out;
}
.portfolio__area-item-content h5 a:hover {
  color: var(--primary-color-3);
}
.portfolio__area-item-info {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.portfolio__area-item-info a {
  display: inline-block;
}
.portfolio__area-item-info a i {
  background: var(--bg-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: var(--primary-color-3);
  text-align: center;
}
.portfolio__area-item img {
  width: 100%;
}
.portfolio__area .portfolio-slider {
  padding: 0 10px;
  margin: 0px -10px;
}

/*==========================================================================
* Portfolio Two Css
========================================================================== */
.portfolio__two {
  background: var(--color-1);
  overflow: hidden;
}
.portfolio__two-item-content {
  background: var(--bg-white);
  padding: 30px;
  margin: -60px 42px 0 0;
  position: relative;
  z-index: 1;
}
.portfolio__two-item-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--heading-color);
  width: 100%;
  transition: all 400ms ease;
  height: 0;
  z-index: -1;
}
.portfolio__two-item-content h4 a {
  transition: 0.4s;
}
.portfolio__two-item-content p {
  color: var(--primary-color-1);
  transition: 0.4s;
  margin-top: 3px;
}
.portfolio__two-item img {
  width: 100%;
}
.portfolio__two-item:hover .portfolio__two-item-content::before {
  height: 100%;
}
.portfolio__two-item:hover .portfolio__two-item-content h4 a {
  color: var(--white);
}
.portfolio__two-right {
  text-align: right;
}
.portfolio__two-right .simple-btn {
  color: var(--primary-color-1);
}
.portfolio__two .portfolio-slider-two {
  margin-right: -390px;
}

/*==========================================================================
* Portfolio Page Css
========================================================================== */
.portfolio__page {
  background: var(--bg-white);
}
.portfolio__page-btn {
  text-align: center;
}
.portfolio__page-btn button {
  background: none;
  color: var(--text-heading-color);
  font-weight: 600;
  padding: 0 25px;
  line-height: 50px;
}
.portfolio__page-btn .active {
  background: var(--primary-color-1);
  color: var(--white);
}
.portfolio__page-item {
  position: relative;
  overflow: hidden;
}
.portfolio__page-item img {
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
}
.portfolio__page-item-content {
  position: absolute;
  padding: 30px;
  background: var(--bg-white);
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-out 0s;
  right: 50px;
  opacity: 0;
  z-index: -1;
  transform: translateX(-30%);
}
.portfolio__page-item-content p a {
  color: var(--primary-color-1);
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.portfolio__page-item:hover img {
  transform: scale(1.1);
}
.portfolio__page-item:hover .portfolio__page-item-content {
  opacity: 1;
  z-index: 1;
  transform: translateX(0%);
}

/*==========================================================================
* Portfolio Details Css
========================================================================== */
.portfolio__details {
  background: var(--bg-white);
}
.portfolio__details-top {
  padding: 20px 30px;
  background: var(--bg-white);
  margin: 0 50px;
  margin-bottom: -50px;
  position: relative;
  box-shadow: 0 0 70px var(--shadow);
}
.portfolio__details-top-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio__details-top-list-left {
  display: flex;
}
.portfolio__details-top-list-left-item {
  margin-right: 30px;
}
.portfolio__details-top-list-left-item span {
  font-size: 14px;
  line-height: 24px;
}
.portfolio__details-top-list-left-item:last-child {
  margin: 0;
}
.portfolio__details-content-box {
  padding: 40px;
  margin: 45px 0;
  background: var(--heading-color);
}
.portfolio__details-content-box-left {
  position: relative;
}
.portfolio__details-content-box-left i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--white);
  font-size: 25px;
  background: var(--heading-color);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.portfolio__details-content-box-right h4 {
  color: var(--white);
}
.portfolio__details-content-box-right h6 {
  color: var(--white);
  margin-top: 10px;
}
.portfolio__details-content-box-right h6 span {
  color: var(--text-heading-color);
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
.portfolio__details-bottom {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio__details-bottom-item {
  background: var(--heading-color);
  width: 50%;
  padding: 10px 30px;
}
.portfolio__details-bottom-item h6 a {
  color: var(--white);
  display: block;
  font-weight: 500;
}
.portfolio__details-bottom-item h4 a {
  color: var(--white);
  display: block;
}
.portfolio__details-bottom-item.active {
  background: var(--primary-color-3);
}

@media (max-width: 1399px) {
  .portfolio__two-item-content {
    margin: -60px 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .portfolio__two-item-content h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .portfolio__page-item-content {
    right: 30px;
  }
  .portfolio__page-item-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .portfolio__details-top {
    margin: 0 30px;
    margin-bottom: -70px;
  }
  .portfolio__details-top-list {
    display: block;
  }
  .portfolio__details-content-box {
    padding: 35px 30px;
  }
  .portfolio__details-content-box-right h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .portfolio__page-btn button {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .portfolio__area-button {
    text-align: left;
    margin-top: 30px;
  }
  .portfolio__two-right {
    text-align: left;
    margin-top: 20px;
  }
  .portfolio__two .portfolio-slider-two {
    margin-right: 0;
  }
  .portfolio__details-top {
    margin-bottom: -90px;
  }
  .portfolio__details-top-list-left {
    display: block;
  }
  .portfolio__details-top-list-left-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .portfolio__details-content-box {
    text-align: center;
  }
  .portfolio__details-content-box-right h4 {
    font-weight: 500;
  }
  .portfolio__details-bottom {
    display: block;
  }
  .portfolio__details-bottom-item {
    width: 100%;
  }
  .portfolio__page-btn button {
    font-weight: 500;
    line-height: 40px;
  }
}
@media (max-width: 359px) {
  .portfolio__two-item-content {
    margin: -60px 20px 0 0;
  }
  .portfolio__details-top {
    margin: 0 20px;
    margin-bottom: -90px;
  }
}
/*==========================================================================
* Services Css
========================================================================== */
.services__area {
  position: relative;
  z-index: 1;
  background: var(--bg-white);
}
.services__area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  height: 100%;
  background: var(--color-1);
  z-index: -2;
}
.services__area-title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.services__area-item {
  padding: 60px 30px;
  text-align: center;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: var(--bg-white);
}
.services__area-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease-out 0s;
  background: var(--heading-color);
  z-index: -1;
}
.services__area-item-icon {
  position: relative;
}
.services__area-item-icon img {
  max-height: 80px;
}
.services__area-item-icon-one {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}
.services__area-item-content {
  position: relative;
  padding-top: 23px;
  margin-top: 38px;
}
.services__area-item-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  transition: all 0.4s ease-out 0s;
  height: 1px;
  background: var(--border-color-1);
}
.services__area-item-content h3 {
  max-width: 285px;
  margin: 0 auto;
}
.services__area-item-content h3 a {
  transition: all 0.4s ease-out 0s;
  display: inline-block;
  margin-bottom: 20px;
}
.services__area-item:hover::after {
  height: 100%;
}
.services__area-item:hover h3 a {
  color: var(--white);
}
.services__area-item:hover .simple-btn {
  color: var(--white);
}
.services__area-item:hover .services__area-item-icon-one {
  opacity: 1;
}
.services__area-item:hover .services__area-item-content::after {
  width: 140px;
  background: var(--primary-color-3);
}
.services__area-page {
  background: var(--bg-white);
}
.services__area-page .services__area-item:hover .services__area-item-content::after {
  background: var(--primary-color-1);
}
.services__area-page .services__area-item {
  box-shadow: 0 0 70px var(--shadow);
}

/*==========================================================================
* Services Two Css
========================================================================== */
.services__two {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 0;
}
.services__two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--primary-color-1);
  z-index: -1;
  opacity: 90%;
}
.services__two::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 275px;
  background: var(--color-1);
  z-index: -1;
}
.services__two-title {
  text-align: center;
}
.services__two-title h2 {
  color: var(--white);
}
.services__two-title .subtitle-one {
  color: var(--white);
}
.services__two-item-area {
  background: var(--bg-white);
  text-align: center;
  transition: all 0.4s ease-out 0s;
  padding: 60px;
}
.services__two-item-area-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 1px solid var(--border-color-1);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services__two-item-area-icon::after {
  content: "";
  position: absolute;
  background: var(--bg-white);
  width: 0;
  height: 0;
  border-radius: 50%;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out 0s;
  z-index: -1;
}
.services__two-item-area-icon img {
  max-width: 50px;
}
.services__two-item-area-content h4 {
  margin-bottom: 20px;
}
.services__two-item a {
  display: block;
  background: var(--primary-color-1);
  color: var(--white);
  font-size: 16px;
  padding: 17px 35px;
  text-align: center;
  font-weight: 700;
  z-index: 3;
  position: relative;
  transition: all 0.4s ease-out 0s;
  align-items: center;
  opacity: 0;
  border-radius: 0 0 5px 5px;
}
.services__two-item a i {
  font-size: 12px;
  margin-left: 10px;
}
.services__two-item.swiper-slide.swiper-slide-active.services__two-item a {
  opacity: 1;
}
.services__two-item.swiper-slide.swiper-slide-active.services__two-item .services__two-item-area {
  background: var(--color-1);
}
.services__two-item.swiper-slide.swiper-slide-active.services__two-item .services__two-item-area-icon {
  border: 1px solid var(--color-1);
}
.services__two-item.swiper-slide.swiper-slide-active.services__two-item .services__two-item-area-icon::after {
  width: 100%;
  height: 100%;
}
.services__two-button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.services__two-button-next, .services__two-button-prev {
  display: inline-block;
  margin: 0;
  left: 210px;
  position: absolute;
}
.services__two-button-next i, .services__two-button-prev i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e76e72;
  font-size: 18px;
  color: var(--white);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.services__two-button-next:hover i, .services__two-button-prev:hover i {
  background: var(--bg-white);
  color: var(--primary-color-1);
  border-color: var(--bg-white);
}
.services__two-button-next {
  left: auto;
  right: 210px;
}
.services__two-appointment {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.services__two-appointment h5 a {
  color: var(--primary-color-1);
  font-size: 14px;
}

/*==========================================================================
* Services Three Css
========================================================================== */
.services__three {
  background: var(--bg-white);
}
.services__three-title {
  text-align: center;
}
.services__three-item {
  padding: 50px;
  border: 1px solid var(--color-1);
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.services__three-item > span {
  font-size: 160px;
  position: absolute;
  right: 0;
  bottom: 50px;
  color: var(--heading-color);
  opacity: 0.03;
  z-index: -1;
  font-weight: 700;
}
.services__three-item-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 24px;
  align-items: center;
  border-bottom: 1px solid var(--border-color-1);
}
.services__three-item-top-icon img {
  max-height: 60px;
}
.services__three-item-top-content span {
  font-size: 14px;
  position: static;
  font-weight: 400;
  color: var(--body-color);
}
.services__three-item-top-content h4 a {
  transition: all 0.4s ease-out 0s;
}
.services__three-item-top-content h4 a:hover {
  color: var(--primary-color-2);
}
.services__three-item:hover {
  box-shadow: 0 0 70px var(--shadow);
  border-color: var(--white);
}
.services__three-appointment {
  padding: 22px 35px;
  background: var(--primary-color-2);
  margin-top: 80px;
  border-radius: 5px;
}
.services__three-appointment-left h5 {
  color: var(--white);
}
.services__three-appointment-right {
  text-align: right;
}
.services__three-appointment-right .theme-btn4 {
  line-height: 50px;
  padding: 0 30px;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 14px;
}
.services__three-appointment-right .theme-btn4::after {
  background: var(--bg-white);
}
.services__three-appointment-right .theme-btn4:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* Services Details Css
========================================================================== */
.service__details {
  background: var(--bg-white);
}
.service__details-left-content-list {
  margin: 35px 0;
}
.service__details-left-content-list-item {
  background: var(--bg-white);
  border: 1px solid var(--border-color-1);
  box-shadow: 0 0 70px var(--shadow);
  transition: all 0.4s ease-out 0s;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.service__details-left-content-list-item-icon {
  position: relative;
}
.service__details-left-content-list-item-icon-one {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}
.service__details-left-content-list-item-content h6 {
  transition: all 0.4s ease-out 0s;
}
.service__details-left-content-list-item-content h6 i {
  float: right;
  margin-top: -7px;
  transition: all 0.4s ease-out 0s;
  color: var(--body-color);
}
.service__details-left-content-list-item:hover {
  background: var(--heading-color);
}
.service__details-left-content-list-item:hover .service__details-left-content-list-item-icon-one {
  opacity: 1;
}
.service__details-left-content-list-item:hover .service__details-left-content-list-item-content h6 {
  color: var(--white);
}
.service__details-left-content-list-item:hover .service__details-left-content-list-item-content h6 i {
  color: var(--text-heading-color);
}

/*==========================================================================
* Appointment Css
========================================================================== */
.appointment {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: var(--bg-white);
}
.appointment::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
  height: 100%;
  background: var(--primary-color-3);
  z-index: -2;
}
.appointment-left h3 {
  font-size: 30px;
  color: var(--white);
  line-height: 40px;
}
.appointment-right {
  text-align: right;
}
.appointment-right .simple-btn {
  color: var(--white);
}

@media (max-width: 1850px) {
  .services__two-button-prev {
    left: 100px;
  }
  .services__two-button-next {
    right: 100px;
  }
}
@media (max-width: 1600px) {
  .services__area::after {
    width: 100%;
  }
  .appointment::after {
    width: 100%;
  }
  .services__two-button-prev {
    left: 10px;
  }
  .services__two-button-next {
    right: 10px;
  }
}
@media (max-width: 1399px) {
  .services__area-page-skill-left {
    margin-right: 60px;
  }
  .appointment-left h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .services__three-item {
    padding: 40px 30px;
  }
  .service__details-left-content-list-item {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .services__area-title {
    max-width: 800px;
  }
  .services__area-item-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .services__area-page-skill-left {
    margin-right: 40px;
  }
  .appointment-left h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__three-item {
    padding: 40px 25px;
  }
  .services__three-item-top {
    padding-bottom: 25px;
    margin-bottom: 19px;
  }
  .services__three-item-top-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .services__three-appointment-left {
    text-align: center;
    margin-bottom: 15px;
  }
  .services__three-appointment-right {
    text-align: center;
  }
  .service__details-left-content-list-item-content h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .services__area-page-skill-left {
    margin-right: 0;
  }
  .services__area-page-skill-right-image img {
    width: 100%;
  }
  .services__area-page-skill-right-image-video-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .appointment-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .appointment-right {
    text-align: center;
  }
  .service__details-left-content-list-item-content h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 650px) {
  .services__two-button {
    display: none;
  }
}
@media (max-width: 494px) {
  .services__two::after {
    height: 300px;
  }
  .services__two-item-area {
    padding: 50px 30px;
  }
}
@media (max-width: 330px) {
  .services__two::after {
    height: 328px;
  }
}
/*==========================================================================
* Cta Css
========================================================================== */
.cta__area {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta__area-title {
  text-align: center;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 0 390px 0px;
}
.cta__area-title h3 {
  font-size: 40px;
  line-height: 50px;
}
.cta__area-title-button {
  display: flex;
  justify-content: center;
}
.cta__area-title-button-item {
  margin-right: 30px;
}
.cta__area-title-button-item:last-child {
  margin: 0;
}

@media (max-width: 440px) {
  .cta__area-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .cta__area-title-button {
    display: inline-block;
  }
  .cta__area-title-button-item {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/*==========================================================================
* Team Css
========================================================================== */
.team__area {
  background: var(--bg-white);
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
}
.team__area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: var(--bg-white);
  z-index: -1;
}
.team__area-title {
  text-align: center;
  margin-top: 110px;
}
.team__area-video-icon {
  position: relative;
  background: var(--primary-color-1);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  top: 0;
  display: inline-block;
  z-index: 4;
  border-radius: 50%;
}
.team__area-video-icon a {
  position: relative;
  color: var(--white);
  top: 2px;
  font-size: 20px;
  z-index: 1;
  width: 100px;
  height: 100px;
  display: block;
}
.team__area-item-image {
  position: relative;
}
.team__area-item-image-icon {
  position: absolute;
  right: 20px;
  bottom: -22px;
  z-index: 1;
}
.team__area-item-image-icon a {
  color: var(--text-heading-color);
  height: 45px;
  width: 45px;
  background: var(--bg-white);
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  box-shadow: 0 10px 50px var(--shadow);
  transition: all 0.4s ease-out 0s;
}
.team__area-item-image-icon .team__area-item-image-social {
  position: absolute;
  bottom: 55px;
  left: 0;
  top: auto;
}
.team__area-item-image-icon:hover .team__area-item-image-social {
  opacity: 1;
  visibility: visible;
}
.team__area-item-image-social {
  position: absolute;
  left: 0px;
  top: 32%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s;
}
.team__area-item-image-social ul li {
  list-style: none;
  margin-top: 10px;
}
.team__area-item-image-social ul li a {
  display: block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 3px;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.5s;
}
.team__area-item-image-social ul li a:hover {
  background: var(--primary-color-1);
  color: var(--white);
}
.team__area-item-image-social ul li a:last-child {
  margin: 0;
}
.team__area-item-image img {
  width: 100%;
}
.team__area-item-content {
  background: var(--bg-white);
  padding: 40px;
  box-shadow: 0 0 50px var(--shadow);
  transition: all 0.4s ease-out 0s;
  position: relative;
}
.team__area-item-content h4 {
  transition: all 0.4s ease-out 0s;
}
.team__area-item-content p {
  color: var(--primary-color-1);
  transition: all 0.4s ease-out 0s;
}
.team__area-item:hover .team__area-item-content {
  background: var(--heading-color);
}
.team__area-item:hover .team__area-item-content h4 {
  color: var(--white);
}
.team__area-item:hover .team__area-item-image-icon > a {
  background: var(--primary-color-1);
  color: var(--white);
  box-shadow: none;
}
.team__area-bottom {
  margin-top: 40px;
  text-align: center;
}
.team__area-bottom h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.team__area-bottom ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid var(--border-color-1);
}
.team__area-bottom ul li a {
  color: var(--primary-color-1);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.team__area-bottom ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.team__area-skill {
  background: var(--color-1);
}
.team__area-page {
  background: var(--bg-white);
}

/*==========================================================================
* Team Two Css
========================================================================== */
.team__three {
  background: var(--color-1);
}
.team__three-title {
  text-align: center;
}
.team__three-item-image {
  position: relative;
  z-index: 1;
}
.team__three-item-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-image: linear-gradient(0deg, var(--primary-color-2) 0%, rgba(0, 84, 255, 0) 100%);
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
.team__three-item-image-social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
}
.team__three-item-image-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.team__three-item-image-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  transition: 0.4s;
}
.team__three-item-image-social ul li:last-child {
  margin: 0;
}
.team__three-item-image img {
  width: 100%;
}
.team__three-item-content {
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
}
.team__three-item-content p {
  color: var(--primary-color-2);
}
.team__three-item-content h4 a {
  transition: 0.4s;
}
.team__three-item-content h4 a:hover {
  color: var(--primary-color-2);
}
.team__three-item:hover .team__three-item-image-social {
  bottom: 20px;
  opacity: 1;
}
.team__three-item:hover .team__three-item-image::after {
  opacity: 1;
}

/*==========================================================================
* Team Details Css 
========================================================================== */
.team__details {
  background: var(--bg-white);
}
.team__details-left-item-info {
  background: var(--bg-white);
  box-shadow: 0 0 70px var(--shadow);
  padding: 40px;
}
.team__details-left-item-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-1);
}
.team__details-left-item-info-item-icon i {
  color: var(--primary-color-1);
  font-size: 18px;
}
.team__details-left-item-info-item-content h5 a {
  transition: 0.4s;
}
.team__details-left-item-info-item-content h5 a:hover {
  color: var(--primary-color-1);
}
.team__details-left-item-info-item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.team__details-right {
  margin-left: 50px;
}
.team__details-right-content-social {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 35px 0;
  border-top: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
}
.team__details-right-content-social ul {
  margin-left: 30px;
}
.team__details-right-content-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.team__details-right-content-social ul li:last-child {
  margin: 0;
}
.team__details-right-content-social ul li a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--bg-white);
  border: 1px solid var(--border-color-1);
  color: var(--text-heading-color);
  transition: all 0.4s ease-out 0s;
}
.team__details-right-content-social ul li a i:hover {
  color: var(--white);
  border-color: var(--primary-color-1);
  background: var(--primary-color-1);
}
.team__details-right-skill-item {
  margin-top: 25px;
}
.team__details-right-skill-item-content {
  position: relative;
}
.team__details-right-skill-item-count {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--primary-color-1);
  font-weight: 700;
}
.team__details-right-skill-item-inner {
  width: 100%;
  height: 6px;
  margin-top: 15px;
  position: relative;
  background: var(--color-1);
}
.team__details-right-skill-item-bar {
  height: 6px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  background: var(--primary-color-1);
  transition: all 3.5s ease-out 0s;
}
.team__details-right-form {
  margin-top: 40px;
  background: var(--color-1);
  padding: 35px;
}
.team__details-right-form-item {
  position: relative;
}
.team__details-right-form-item i {
  position: absolute;
  right: 20px;
  top: 23px;
  color: var(--text-heading-color);
  color: var(--primary-color-1);
}
.team__details-right-form-item input {
  font-size: 14px;
}
.team__details-right-form-item textarea {
  height: 220px;
  font-size: 14px;
}
.team__details-right-form-item .theme-btn3 i {
  position: initial;
  color: var(--white);
}
.team__details-right-form-item .nice-select {
  width: 100%;
  border: 1px solid var(--border-color-1);
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  transition: 0.4s;
  padding: 0 20px;
}
.team__details-right-form-item .nice-select:focus {
  border-color: var(--primary-color-3);
}
.team__details-right-form-item .nice-select .list {
  width: 100%;
  border-radius: 0;
  transition: 0.4s;
}
.team__details-right-form-item .nice-select::after {
  border-right: 1px solid var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
  right: 22px;
  width: 6px;
  height: 6px;
}

@media (max-width: 1199px) {
  .team__details-right {
    margin: 0;
  }
  .team__details-right-form {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .team__area-bottom h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 390px) {
  .team__details-left-item-info {
    padding: 35px 30px;
  }
  .team__details-left-item-info-item-content h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 350px) {
  .team__details-left-item-info {
    padding: 30px;
  }
  .team__details-left-item-info-item-content h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
/*==========================================================================
* Testimonial Css
========================================================================== */
.testimonial__area {
  background: var(--heading-color);
  position: relative;
  z-index: 2;
}
.testimonial__area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bg/testimonials-bg.png");
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}
.testimonial__area-title {
  text-align: center;
}
.testimonial__area-title h2 {
  color: var(--white);
}
.testimonial__area-item {
  background: var(--color-14);
  padding: 50px 40px;
}
.testimonial__area-item-review {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.testimonial__area-item-review::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color-7);
  transition: 0.4s;
}
.testimonial__area-item-review::after {
  position: absolute;
  content: "";
  left: 70px;
  bottom: -20px;
  border-top: 20px solid var(--color-7);
  border-right: 30px solid transparent;
  transition: 0.4s;
  display: block;
}
.testimonial__area-item-review i {
  color: var(--primary-color-3);
}
.testimonial__area-item-review p {
  font-size: 18px;
  line-height: 28px;
  padding-top: 20px;
  color: var(--white);
  max-width: 600px;
}
.testimonial__area-item-client {
  display: flex;
  align-items: center;
}
.testimonial__area-item-client-avatar {
  margin-right: 20px;
}
.testimonial__area-item-client-avatar img {
  max-width: 60px;
}
.testimonial__area-item-client-title span {
  color: var(--primary-color-3);
  font-size: 14px;
  line-height: 24px;
}
.testimonial__area-item-client-title h3 {
  color: var(--white);
}
.testimonial__area-item:hover .testimonial__area-item-review::before {
  background: var(--primary-color-3);
}
.testimonial__area-item:hover .testimonial__area-item-review::after {
  border-top: 20px solid var(--primary-color-3);
}

/*==========================================================================
* Users Css
========================================================================== */
.user__area {
  background: var(--primary-color-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user__area-title {
  text-align: center;
}
.user__area-title h2 {
  color: var(--white);
  max-width: 700px;
  margin: 0 auto;
}
.user__area-title .subtitle-three {
  color: var(--white);
}
.user__area-item {
  text-align: center;
}

/*==========================================================================
* Action Css
========================================================================== */
.action__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.action__area-list-item {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.action__area-list-item h1 {
  font-size: 100px;
  line-height: 110px;
  color: var(--primary-color-2);
}
.action__area-list-item:last-child {
  border: 0;
  padding: 0;
  margin: auto;
}
.action__area-title {
  margin-left: 60px;
}
.action__area-title h2 {
  color: var(--white);
  margin-bottom: 155px;
}
.action__area-title .subtitle-three {
  color: var(--white);
}
.action__area-title .theme-btn4 {
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.action__area-title .theme-btn4::after {
  background: var(--primary-color-2);
}
.action__area-title .theme-btn4:hover {
  color: var(--white);
}

@media (max-width: 1199px) {
  .action__area-title {
    margin-left: 40px;
  }
  .action__area-title h2 {
    margin-bottom: 135px;
  }
}
@media (max-width: 991px) {
  .action__area-list-item {
    text-align: left;
    width: auto;
  }
  .action__area-list-item h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .action__area-title {
    margin-left: 40px;
  }
  .action__area-title h2 {
    margin-bottom: 135px;
  }
}
@media (max-width: 767px) {
  .action__area {
    padding: 0;
    overflow: hidden;
  }
  .action__area-list {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 1;
  }
  .action__area-list::before {
    content: "";
    position: absolute;
    left: -130px;
    top: 0;
    width: 780px;
    height: 100%;
    background: var(--color-1);
    z-index: -1;
  }
  .action__area-list-item {
    text-align: center;
  }
  .action__area-list-item h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .action__area-title {
    padding-top: 50px;
    padding-bottom: 120px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  .action__area-title::before {
    content: "";
    position: absolute;
    left: -130px;
    bottom: 0;
    width: 780px;
    height: 100%;
    background: var(--heading-color);
    z-index: -1;
  }
  .action__area-title h2 {
    margin-bottom: 50px;
  }
}
/*==========================================================================
* Menu Bar Css
========================================================================== */
.header__sticky-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 20px var(--shadow);
  animation: header_sticky 1.1s;
  background: var(--bg-white);
  display: block;
}
@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header__area-menu-bar {
  background: var(--bg-white);
}
.header__area-menu-bar-left {
  position: relative;
}
.header__area-menu-bar-left-logo > a {
  display: inline-block;
  background: var(--color-12);
  padding: 22px 25px;
  padding-right: 40px;
  padding-top: 31px;
  position: relative;
  z-index: 999;
}
.header__area-menu-bar-left-logo > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  background: var(--color-12);
  width: 100%;
  height: 20px;
}
.header__area-menu-bar-left-logo > a img {
  max-width: 150px;
  position: relative;
}
.header__area-menu-bar-main-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0 20px;
}
.header__area-menu-bar-main-menu ul li:hover > a {
  color: var(--primary-color-3);
}
.header__area-menu-bar-main-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header__area-menu-bar-main-menu ul li .sub-menu {
  position: absolute;
  background: var(--bg-white);
  min-width: 240px;
  transition: 0.4s;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid var(--primary-color-3);
  z-index: 99;
  box-shadow: 0px 15px 30px 0px var(--shadow);
  text-align: left;
}
.header__area-menu-bar-main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--thin-bg-2);
  padding: 13px 25px;
}
.header__area-menu-bar-main-menu ul li .sub-menu li a {
  color: var(--text-heading-color);
  padding: 0;
  font-size: 15px;
  text-transform: capitalize;
}
.header__area-menu-bar-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 10px;
}
.header__area-menu-bar-main-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-3);
  padding-left: 4px;
}
.header__area-menu-bar-main-menu ul li .sub-menu li:hover .sub-menu {
  top: -2px;
}
.header__area-menu-bar-main-menu ul li .sub-menu li.menu-item-has-children a::before {
  right: 0;
}
.header__area-menu-bar-main-menu ul li .sub-menu li:last-child {
  border: none;
}
.header__area-menu-bar-main-menu ul li ul .sub-menu li .sub-menu {
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menu-bar-main-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 32px 0;
  transition: all 0.4s ease-out 0s;
  text-transform: capitalize;
}
.header__area-menu-bar-main-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area-menu-bar-main-menu ul li.menu-item-has-children > a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: -16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transition: all 0.3s ease;
}
.header__area-menu-bar-main-menu ul li.menu-item-has-children {
  padding-right: 15px;
}
.header__area-menu-bar-main-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-3);
}
.header__area-menu-bar-main-menu ul li:first-child {
  margin-left: 0;
}
.header__area-menu-bar-main-menu ul li:last-child {
  margin-right: 0;
}
.header__area-menu-bar-right {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 25px;
}
.header__area-menu-bar-right-item {
  margin-left: 30px;
}
.header__area-menu-bar-right-item-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header__area-menu-bar-right-item-search-icon i::before {
  display: block;
  color: var(--text-heading-color);
}
.header__area-menu-bar-right-item-search-box {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: var(--heading-color);
  z-index: 999;
  transition: 0.5s;
  overflow: hidden;
}
.header__area-menu-bar-right-item-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
}
.header__area-menu-bar-right-item-search-box input {
  background: var(--bg-white);
  color: var(--text-heading-color);
  border: 0;
}
.header__area-menu-bar-right-item-search-box button {
  position: absolute;
  right: 15px;
  top: 19px;
  background-color: transparent;
  text-align: center;
  font-size: 22px;
  color: var(--primary-color-3);
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
}
.header__area-menu-bar-right-item-search-box.active {
  height: 100%;
  top: 0;
}
.header__area-menu-bar-right-item-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 22px;
  color: var(--white);
  cursor: pointer;
  transform: rotate(0deg);
}
.header__area-menu-bar-right-item-search-box-icon:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menu-bar-right-item-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header__area-menu-bar-right-item-search-box-icon i::before {
  display: block;
}
.header__area-menu-bar-right-item-login-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header__area-menu-bar-right-item-login-icon i::before {
  display: block;
  color: var(--text-heading-color);
}
.header__area-menu-bar-right-item-login-box {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 0;
  background: var(--heading-color);
  z-index: -1;
  overflow: hidden;
}
.header__area-menu-bar-right-item-login-box h3 {
  text-align: center;
  margin-bottom: 30px;
}
.header__area-menu-bar-right-item-login-box input {
  border: 1px solid var(--border-color-2);
  margin-bottom: 30px;
}
.header__area-menu-bar-right-item-login-box button {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.header__area-menu-bar-right-item-login-box.active {
  z-index: 999;
  height: 100%;
}
.header__area-menu-bar-right-item-login-box.active .header__area-menu-bar-right-item-login-area-bg {
  transform: scale(1);
}
.header__area-menu-bar-right-item-login-box-icon {
  position: absolute;
  right: -20px;
  top: -20px;
  color: var(--white);
  cursor: pointer;
  transform: rotate(0deg);
}
.header__area-menu-bar-right-item-login-box-icon:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menu-bar-right-item-login-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header__area-menu-bar-right-item-login-box-icon i::before {
  display: block;
  background: var(--primary-color-3);
  width: 40px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.header__area-menu-bar-right-item-login-area {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  margin: 0 auto;
}
.header__area-menu-bar-right-item-login-area-bg {
  background: var(--bg-white);
  padding: 40px;
  transform: scale(0.7);
  transition: all 0.4s ease-out 0s;
}
.header__area-menu-bar-right-item:first-child {
  margin: 0;
}
.header__area-menu-bar-right-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  top: 0;
  background: var(--heading-color);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: transform 0.5s ease 0.4s;
  padding: 100px 40px;
  scrollbar-width: none;
}
.header__area-menu-bar-right-sidebar-popup::-webkit-scrollbar {
  display: none;
}
.header__area-menu-bar-right-sidebar-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  right: 0;
}
.header__area-menu-bar-right-sidebar-popup-icon i::before {
  display: block;
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menu-bar-right-sidebar-popup .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(0);
}
.header__area-menu-bar-right-sidebar-popup .sidebar-close-btn i {
  background: var(--primary-color-3);
  width: 40px;
  color: var(--white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
.header__area-menu-bar-right-sidebar-popup .sidebar-close-btn:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menu-bar-right-sidebar-popup-logo {
  margin-bottom: 30px;
}
.header__area-menu-bar-right-sidebar-popup-logo a {
  display: inline-block;
}
.header__area-menu-bar-right-sidebar-popup-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 999;
}
.header__area-menu-bar-right-sidebar-popup p {
  color: var(--color-2);
}
.header__area-menu-bar-right-sidebar-popup-contact {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid var(--color-12);
  border-bottom: 1px solid var(--color-12);
}
.header__area-menu-bar-right-sidebar-popup-contact-item {
  display: flex;
  margin-bottom: 25px;
  gap: 25px;
}
.header__area-menu-bar-right-sidebar-popup-contact-item-icon {
  margin-top: 8px;
  width: 30px;
}
.header__area-menu-bar-right-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-3);
  font-size: 30px;
}
.header__area-menu-bar-right-sidebar-popup-contact-item-content span {
  color: var(--color-2);
  display: inline-block;
  margin-bottom: 4px;
}
.header__area-menu-bar-right-sidebar-popup-contact-item-content h6 {
  max-width: 240px;
}
.header__area-menu-bar-right-sidebar-popup-contact-item-content h6 a {
  transition: all 0.4s ease-out;
  color: var(--white);
}
.header__area-menu-bar-right-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--primary-color-3);
}
.header__area-menu-bar-right-sidebar-popup-contact-item:last-child {
  margin: 0;
}
.header__area-menu-bar-right-sidebar-popup-contact h4 {
  color: var(--white);
}
.header__area-menu-bar-right-sidebar-popup-social ul {
  padding: 0;
  margin: 0;
}
.header__area-menu-bar-right-sidebar-popup-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.header__area-menu-bar-right-sidebar-popup-social ul li:last-child {
  margin: 0;
}
.header__area-menu-bar-right-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(--white);
  transition: all 0.4s ease-out;
  background: var(--color-12);
}
.header__area-menu-bar-right-sidebar-popup-social ul li a i:hover {
  background: var(--primary-color-3);
}

/*==========================================================================
* Menu Bar Two CSS
==========================================================================*/
.header__two-menu-bar {
  box-shadow: 0 30px 40px 0 var(--shadow);
  position: relative;
  z-index: 99;
}
.header__two-menu-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-white);
  z-index: -1;
  opacity: 0.9;
}
.header__two-menu-bar-right {
  text-align: right;
}
.header__two-menu-bar-logo a {
  display: inline-block;
}
.header__two-menu-bar-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 999;
}
.header__two-menu-bar-main-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.header__two-menu-bar-main-menu ul li .sub-menu {
  border-top: 2px solid var(--primary-color-1);
}
.header__two-menu-bar-main-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-1);
}
.header__two-menu-bar-main-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-1);
}

/*==========================================================================
* Menu Bar Three CSS
==========================================================================*/
.header__sticky-three-sticky-menu {
  position: initial;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 20px var(--shadow);
  animation: header_sticky 1.1s;
  background: var(--bg-white);
  display: block;
}
@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header__three {
  background: var(--bg-white);
}
.header__three-menu-bar {
  padding: 20px 0;
}
.header__three-menu-bar-logo a {
  display: inline-block;
}
.header__three-menu-bar-logo a img {
  max-width: 150px;
  position: relative;
  z-index: 99;
}
.header__three-menu-bar-info {
  justify-content: end;
  display: flex;
}
.header__three-menu-bar-info-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.header__three-menu-bar-info-item-icon i {
  color: var(--primary-color-2);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--border-color-1);
  margin-right: 15px;
}
.header__three-menu-bar-info-item-content span {
  font-size: 14px;
}
.header__three-menu-bar-info-item-content h5 a {
  transition: all 0.4s ease-out 0s;
}
.header__three-menu-bar-info-item-content h5 a:hover {
  color: var(--primary-color-2);
}
.header__three-menu-bar-info-btn {
  text-align: right;
}
.header__three-menu-bar-info-btn .btn4 {
  line-height: 50px;
  padding: 0 30px;
  background: transparent;
  border: 1px solid var(--border-color-1);
  color: var(--text-heading-color);
  font-size: 14px;
}
.header__three-menu-bar-info-btn .btn4::after {
  background: var(--primary-color-2);
}
.header__three-menu-bar-info-btn .btn4:hover {
  color: var(--white);
}
.header__three-menu-bar-bottom {
  background: var(--primary-color-2);
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
.header__three-menu-bar-bottom-menu {
  padding-left: 16px;
}
.header__three-menu-bar-bottom-menu ul li:hover > a {
  color: var(--white);
}
.header__three-menu-bar-bottom-menu ul li .sub-menu {
  border-top: 2px solid var(--primary-color-2);
}
.header__three-menu-bar-bottom-menu ul li .sub-menu li {
  border-bottom: 1px solid var(--border-color-1);
}
.header__three-menu-bar-bottom-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-2);
}
.header__three-menu-bar-bottom-menu ul li .sub-menu li:last-child {
  border: none;
}
.header__three-menu-bar-bottom-menu ul li a {
  color: var(--white);
  padding: 22px 0;
}
.header__three-menu-bar-bottom-menu ul li a i {
  color: var(--white);
}
.header__three-menu-bar-bottom-right-search {
  position: relative;
}
.header__three-menu-bar-bottom-right-search form {
  position: relative;
}
.header__three-menu-bar-bottom-right-search form input {
  height: 70px;
  border: 0;
  color: var(--white);
  background: #0047d9;
  padding-left: 30px;
  border-radius: 0 5px 5px 0;
}
.header__three-menu-bar-bottom-right-search form input:focus {
  color: var(--white);
}
.header__three-menu-bar-bottom-right-search form button {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white);
  width: auto;
  height: 100%;
}

/*==========================================================================
* Menu Box 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%;
}

.hamburger-icon i::before,
.responsive-menu i::before,
.search-icon.open i::before {
  cursor: pointer;
  color: var(--text-heading-color);
}

.contact__info {
  margin: 30px 0;
}
.contact__info-list a {
  display: flex;
  align-items: center;
  color: var(--body-color);
  margin-bottom: 20px;
  transition: all 0.4s ease-out 0s;
}
.contact__info-list a:last-child {
  margin: 0;
}
.contact__info-list a i {
  color: var(--primary-color-3);
  display: block;
  width: 40px;
  line-height: 40px;
  height: 40px;
  border: 1px solid var(--border-color-1);
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
}
.contact__info-list a:hover {
  color: var(--primary-color-3);
}

.follow__us-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.follow__us-social ul li:last-child {
  margin: 0;
}
.follow__us-social ul li a {
  display: inline-block;
}
.follow__us-social ul li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--text-heading-color);
  transition: all 0.4s ease-out 0s;
  text-align: center;
  background: var(--color-1);
  display: block;
  border-radius: 50%;
}
.follow__us-social ul li a:hover i {
  background: var(--heading-color);
  color: var(--white);
}

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

.mean-container a.meanmenu-reveal {
  color: var(--text-heading-color);
  width: 25px;
  height: 31px;
  top: 22px;
  margin-right: 20px;
  padding: 0;
  transition: all 0s ease-out 0s;
}
.mean-container a.meanmenu-reveal span {
  background: var(--text-heading-color);
  margin-top: 6px;
}
.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}
.mean-container .mean-bar a i {
  font-size: 32px;
  display: block;
}
.mean-container .mean-nav {
  background: var(--bg-white);
  margin-top: 80px;
  box-shadow: 0 0 30px var(--shadow);
}
.mean-container .mean-nav li:first-child > a {
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  background: transparent;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: var(--primary-color-3);
  height: 34px;
  color: var(--white);
  border-left: 0 !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--primary-color-3);
}
.mean-container .mean-nav .sub-menu li a.mean-expand {
  background: var(--primary-color-3);
  height: 34px;
  color: var(--white);
}
.mean-container .mean-nav .sub-menu li a.mean-expand:hover {
  background: var(--primary-color-3);
}
.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-weight: 500;
  text-transform: capitalize;
  border-top: 1px solid var(--border-color-1);
  opacity: 1;
}

@media (max-width: 991px) {
  .header__area-top-bar {
    padding: 7px 20px;
  }
  .header__area-menu-bar-left-logo > a {
    padding: 22px 20px;
  }
  .header__area-menu-bar-left-logo > a::after {
    display: none;
  }
  .header__area-menu-bar-right {
    display: none;
  }
  .responsive-menu {
    display: block;
  }
  .header__two-menu-bar-logo {
    position: relative;
    padding: 20px 0;
    width: 100%;
  }
  .header__two-menu-bar-logo .mean-container a.meanmenu-reveal {
    margin-right: 0;
  }
  .header__two-menu-bar-logo .mean-container .mean-nav ul li a.mean-expand {
    background: var(--primary-color-1);
  }
  .header__two-menu-bar-logo .mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--primary-color-1);
  }
  .header__two-menu-bar-logo .mean-container .mean-nav .sub-menu li a.mean-expand {
    background: var(--primary-color-1);
  }
  .header__two-menu-bar-logo .mean-container .mean-nav .sub-menu li a.mean-expand:hover {
    background: var(--primary-color-1);
  }
  .header__two-menu-bar-right {
    display: none;
  }
  .header__three-menu-bar {
    padding: 0;
  }
  .header__three-menu-bar-logo {
    position: relative;
    padding: 20px 0;
  }
  .header__three-menu-bar-logo .mean-container a.meanmenu-reveal {
    margin-right: 0;
  }
  .header__three-menu-bar-logo .mean-container .mean-nav ul li a.mean-expand {
    background: var(--primary-color-2);
  }
  .header__three-menu-bar-logo .mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--primary-color-2);
  }
  .header__three-menu-bar-logo .mean-container .mean-nav .sub-menu li a.mean-expand {
    background: var(--primary-color-2);
  }
  .header__three-menu-bar-logo .mean-container .mean-nav .sub-menu li a.mean-expand:hover {
    background: var(--primary-color-2);
  }
  .header__three-menu-bar-info {
    display: none;
  }
  .header__three-menu-bar-bottom-right {
    display: none;
  }
  .header__sticky-three-sticky-menu {
    position: fixed;
  }
}
/*==========================================================================
* Page Banner Css
========================================================================== */
.page__banner {
  padding: 150px 0px;
}
.page__banner-content ul {
  margin-top: 20px;
}
.page__banner-content ul li {
  display: inline-block;
  list-style: none;
  color: var(--primary-color-1);
  font-weight: 500;
}
.page__banner-content ul li a {
  color: var(--color-8);
  margin-right: 15px;
}
.page__banner-content ul li span {
  margin-right: 15px;
  color: var(--color-8);
}
.page__banner-content h1 {
  color: var(--white);
  font-size: 70px;
  line-height: 80px;
}

/*==========================================================================
* Error Css
========================================================================== */
.error__area-title {
  text-align: center;
}
.error__area-title h1 {
  font-size: 300px;
  line-height: 285px;
}
.error__area-title h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 400;
}

@media (max-width: 1399px) {
  .error__area {
    padding-top: 195px;
    padding-bottom: 88px;
  }
  .error__area-title h1 {
    font-size: 200px;
    line-height: 210px;
  }
}
@media (max-width: 1199px) {
  .page__banner::after {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .page__banner::after {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .page__banner {
    padding: 90px 0px;
  }
  .page__banner-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .error__area {
    padding-top: 240px;
    padding-bottom: 120px;
  }
  .error__area-title h1 {
    font-size: 170px;
    line-height: 180px;
  }
}
@media (max-width: 440px) {
  .page__banner-content h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .error__area-title h1 {
    font-size: 150px;
    line-height: 160px;
  }
}
/*==========================================================================
* Company Two CSS
==========================================================================*/
.company__two {
  background: var(--bg-white);
}
.company__two-left-title h2 {
  margin-bottom: 20px;
  max-width: 660px;
}
.company__two-left-title p {
  max-width: 510px;
}
.company__two-left-skill {
  margin-top: 35px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.company__two-left-skill-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.company__two-left-skill-item h3 {
  font-size: 40px;
  line-height: 50px;
}
.company__two-left-skill-item h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  max-width: 150px;
}

/*==========================================================================
* About Solution CSS
==========================================================================*/
.about__solution {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.about__solution::after {
  content: "";
  position: absolute;
  background: var(--heading-color);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: -1;
}
.about__solution-left h2 {
  color: var(--white);
}
.about__solution-right {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.about__solution-right-shape {
  position: absolute;
  top: 0;
  right: 150px;
}
.about__solution-right .btn-one::before {
  background: var(--bg-white);
}
.about__solution-right .btn-one:hover {
  color: var(--heading-color);
}

/*==========================================================================
* Company History CSS
==========================================================================*/
.company__history-area {
  max-width: 940px;
  margin: 0 auto;
}
.company__history-area-item {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.company__history-area-item-inner {
  border-left: 1px solid var(--border-color-1);
  padding-left: 120px;
}
.company__history-area-item-inner-image {
  margin: 0 30px;
}
.company__history-area-item-inner-image img {
  max-width: 100%;
}
.company__history-area-item-inner-content {
  background: var(--color-1);
  padding: 60px 30px 30px 30px;
  margin-top: -30px;
}
.company__history-area-item-inner-content p {
  margin: 0;
}
.company__history-area-item-date {
  text-align: right;
}
.company__history-area-item-date span {
  background: var(--primary-color-1);
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  border-radius: 50%;
  margin-right: -40px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.company__history-area-item-date-icon {
  position: absolute;
  content: "";
  right: -35px;
  top: 50%;
  z-index: 9999;
  transform: translateY(-50%);
  max-width: 45px;
  z-index: -1;
}
.company__history-area-item:nth-child(even) {
  direction: rtl;
  margin-right: -2px;
}
.company__history-area-item:nth-child(even) .company__history-area-item-inner {
  border-left: 0;
  padding-left: 0;
  border-right: 1px solid var(--border-color-1);
  padding-right: 120px;
  direction: ltr;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date {
  text-align: left;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date span {
  margin-right: 0;
  margin-left: -40px;
}
.company__history-area-item:nth-child(even) .company__history-area-item-date-icon {
  right: initial;
  left: -35px;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 991px) {
  .company__history-area-item-inner {
    padding-left: 65px;
  }
  .company__history-area-item-inner-image {
    margin: 0 25px;
  }
  .company__history-area-item-inner-content {
    padding: 60px 22px 30px 22px;
    margin-top: -30px;
  }
  .company__history-area-item-date span {
    width: 60px;
    height: 60px;
    margin-right: -30px;
    font-size: 16px;
  }
  .company__history-area-item-date-icon {
    right: -20px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 65px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-left: -30px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date-icon {
    left: -20px;
  }
}
@media (max-width: 660px) {
  .company__history-area {
    display: grid;
    gap: 80px;
  }
  .company__history-area-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .company__history-area-item-inner {
    padding-left: 0;
    border: 0;
  }
  .company__history-area-item-date {
    text-align: center;
  }
  .company__history-area-item-date span {
    width: 60px;
    height: 60px;
    margin-right: 0;
    font-size: 16px;
  }
  .company__history-area-item-date-icon {
    top: 50px;
    transform: rotate(90deg);
    right: 7px;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-inner {
    padding-right: 0;
    border: 0;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date {
    text-align: center;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date span {
    margin-left: 0;
  }
  .company__history-area-item:nth-child(even) .company__history-area-item-date-icon {
    right: initial;
    transform: rotate(90deg);
    left: 7px;
  }
}
@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;
  }
}
/*==========================================================================
* Dark CSS
==========================================================================*/
.light-n {
  display: none;
}

.light {
  display: none;
}

.dark-mode {
  background: #0E0E0E;
  --bg-white: #0E0E0E;
  --color-1: #181818;
  --text-heading-color: #FFFFFF;
  --border-color-1: #2c2c2c;
  --border-color-2: #2c2c2c;
  --shadow: rgba(255, 255, 255, 0.05);
  --heading-color: #181818;
}
.dark-mode .team__area-item-image img,
.dark-mode .about__area-left-image > img,
.dark-mode .team__three-item-image > img,
.dark-mode .dark__image img {
  filter: grayscale(100%);
}
.dark-mode .light-n {
  display: inline-block;
}
.dark-mode .dark-n {
  display: none;
}
.dark-mode .footer__area::after {
  opacity: 0.06;
}
.dark-mode .page__banner::before,
.dark-mode .banner__three::before,
.dark-mode .banner__area-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--white);
  mix-blend-mode: color;
}
.dark-mode .pricing__area-item:hover .pricing__area-item-btn a {
  background: var(--bg-white);
  border-color: var(--bg-white);
}
.dark-mode .services__area-item::after {
  background: #1a1a1a;
}
.dark-mode .services__three-item {
  background: #1C1E22;
  border-color: #1C1E22;
}
.dark-mode .services__three-item:hover {
  border-color: #1C1E22;
}
.dark-mode .services__three-item span {
  color: #222429;
}
.dark-mode .services__area-page .services__area-item {
  background: #1C1E22;
  box-shadow: none;
}
.dark-mode .blog__three {
  background: #1C1E22;
}
.dark-mode .theme-banner-btn:hover,
.dark-mode .theme-banner-btn1:hover {
  color: #FFFFFF;
}
.dark-mode .theme-banner-btn::after,
.dark-mode .theme-banner-btn1::after {
  background: var(--primary-color-3);
}
.dark-mode .theme-banner-btn::after {
  background: var(--color-12);
}
.dark-mode .nice-select .option:hover, .dark-mode .nice-select .option.focus, .dark-mode .nice-select .option.selected.focus {
  background: #222429;
}
.dark-mode .mode__switch::before {
  left: calc(100% - 31px);
}
.dark-mode .header__area-menu-bar-main-menu ul li .sub-menu li {
  border-bottom: 1px solid #343434;
}
.dark-mode .header__area-menu-bar-main-menu ul li .sub-menu li a {
  color: #ededed;
}
.dark-mode .sponsors__area-brand img {
  filter: contrast(0.1);
}
.dark-mode .faq__two-right-bottom i {
  background: #3a3d43;
}

body {
  word-break: break-word;
}

/* WordPress Core
-------------------------------------------------------------- */
.wpcf7-form p:empty {
  display: none;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
figcaption {
  margin-top: 20px;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-content ul li.blocks-gallery-item:before {
  content: "";
}

.wp-block-gallery {
  margin-bottom: 30px;
}

.entry-content ul li.blocks-gallery-item {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 16px;
  margin-top: 0;
  bottom: 0;
}

ul.blocks-gallery-grid li:before {
  display: none;
}

.wp-block-gallery .blocks-gallery-item figure img {
  margin-top: 0;
}

.gallery-item figcaption {
  font-weight: normal;
}

figure.wp-block-audio {
  margin: 30px 0;
}

.bypostauthor {
  display: block;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  clear: both;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0 !important;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0 !important;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: var(--text-white);
  border: 1px solid var(--border-color-1);
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0 !important;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: var(--color-6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: var(--body-color);
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.mean-container .mean-nav .finaxio-default-menu > ul {
  display: block !important;
}

.header__area-menubar {
  min-height: 90px;
}

.logged-in .header__sticky-sticky-menu {
  margin-top: 32px;
}

@media (max-width: 782px) {
  .logged-in .header__sticky-sticky-menu {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .header__sticky-sticky-menu {
    margin-top: 0;
  }
}
.wp-block-search__label {
  display: none;
}

.wp-block-search__button {
  border: none;
}

.all__sidebar-item h2 {
  font-size: 24px;
  line-height: 34px;
  color: var(--text-heading-color);
  font-weight: 700;
  margin-bottom: 30px;
}
.all__sidebar-item ul {
  padding: 0;
}
.all__sidebar-item ul li {
  list-style: none;
}
.all__sidebar-item ol {
  padding: 0;
}

.page__banner {
  background: #000;
}

.blog__standard-left-item-content-meta ul li {
  margin-right: 20px;
}

.blog__standard-left-item-content-meta ul li i {
  color: var(--primary-color-1);
  margin-right: 10px;
}

.blog__standard-left-item-content-meta ul li a i {
  margin-right: 7px;
}

.blog__standard-left div.blog__standard-left-item {
  margin-bottom: 40px;
}

.blog__standard-left div:last-child .blog__standard-left-item {
  margin: 0;
}

.sticky .blog__standard-left-item {
  border: 3px solid var(--primary-color-1);
}

.theme__pagination ul li span.current {
  font-family: var(--heading-font);
  border: 1px solid var(--border-color-1);
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  transition: 0.4s;
  border-radius: 3px;
  background: var(--primary-color-1);
  color: var(--text-white);
  border-color: var(--primary-color-1);
}

.all__sidebar li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.all__sidebar .wp-block-archives li,
.all__sidebar .wp-block-latest-posts li,
.all__sidebar .widget_archive li {
  list-style-type: none;
  margin-bottom: 15px;
}

.wp-block-calendar .wp-calendar-nav-prev {
  float: left;
}

.all__sidebar .wp-block-archives,
.all__sidebar .widget_archive ul {
  padding: 0;
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-categories li,
.wp-block-page-list li {
  margin-bottom: 8px;
}

.wp-block-rss li {
  margin-bottom: 15px;
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  margin: 1px 3px;
  overflow: hidden;
  padding: 4px 20px 5px 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 25px;
  border-radius: 4px;
}
.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover {
  color: var(--text-white) !important;
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.all__sidebar .sub-menu ul {
  padding-left: 10px;
  margin-left: 10px !important;
}

.all__sidebar .widget_search input[type=submit] {
  padding: 15px 20px;
}

.all__sidebar .widget_rss ul,
.all__sidebar .widget_recent_comments ul,
.all__sidebar .widget_recent_entries ul {
  padding: 0;
}
.all__sidebar .widget_rss li,
.all__sidebar .widget_recent_comments li,
.all__sidebar .widget_recent_entries li {
  list-style: none;
  margin-bottom: 15px;
}

.all__sidebar table tbody th,
.all__sidebar table tbody td {
  border: 1px solid var(--border-color-1) !important;
  padding: 5px 10px !important;
}

.all__sidebar table {
  width: 100%;
  text-align: center;
}

.all__sidebar th {
  background: var(--color-4) !important;
  border: 1px solid var(--color-4) !important;
}

.page-links {
  clear: both;
}

.page-links .post-page-numbers {
  border-radius: 0;
  border: 1px solid var(--border-color-1);
  width: 40px;
  transition: 0.4s;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 2px 0 2px;
}
.page-links .post-page-numbers.current {
  border: 1px solid var(--primary-color-1);
  background-color: var(--primary-color-1);
  color: var(--text-white);
}
.page-links .post-page-numbers:hover {
  border: 1px solid var(--primary-color-1);
  background-color: var(--primary-color-1);
  color: var(--text-white);
}

.single-post .post-thumbnail {
  margin-bottom: 30px;
}

.blog__details-left-meta ul li i {
  color: var(--primary-color-1);
  margin-right: 10px;
  font-size: 18px;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-required-title,
.comment-form .logged-in-as {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 5px;
}

.comment-edit-link {
  margin-left: 10px;
}

.comment-respond {
  margin-bottom: 40px;
}

#comments {
  clear: both;
}

.entry-content table th,
.entry-content table td {
  padding: 10px;
}

table th,
table td {
  border-top: 1px solid;
  border-right: 1px solid;
  text-align: center;
  padding: 8px;
  border-color: var(--border-color-1);
  word-break: initial;
}

table tr {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--border-color-1);
}

blockquote.wp-block-quote,
blockquote {
  background-color: var(--color-2);
  font-size: 20px;
  padding: 35px 25px;
  margin: 30px 0;
  border-radius: 0 10px 10px 0;
  position: relative;
  line-height: 34px;
  border-left: 4px solid var(--primary-color-1);
  font-style: italic;
  position: relative;
}

blockquote.wp-block-quote::before,
blockquote::before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-size: 90px;
  font-weight: 700;
  opacity: 0.04;
  top: 55px;
  left: 30px;
}

.blog__details-left-related-tag a {
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  margin: 5px 5px;
  overflow: hidden;
  padding: 4px 20px 5px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  border-radius: 4px;
  display: inline-flex;
}
.blog__details-left-related-tag a:hover {
  background: var(--primary-color-1);
  color: var(--text-white) !important;
  border-color: var(--primary-color-1);
}

.blog__details-left-related-tag {
  padding-top: 20px;
  clear: both;
}

.wp-block-button {
  display: inline-block;
}

.wp-block-button__link {
  color: var(--text-white) !important;
  transition: 0.4s;
}
.wp-block-button__link:hover {
  color: var(--primary-color-1) !important;
}

.wp-block-button.is-style-outline a {
  color: var(--dark-one) !important;
  transition: 0.4s;
}
.wp-block-button.is-style-outline a:hover {
  color: var(--primary-color-1) !important;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover.has-background-dim strong,
.wp-block-cover.has-background-dim a {
  color: var(--text-white);
}

.wp-block-group.has-background {
  margin: 30px 0 !important;
  padding: 30px;
}

embed,
iframe,
object {
  max-width: 100%;
}

.no-results.not-found p {
  padding: 20px 0px;
}

.far {
  font-family: "Font Awesome 5 Pro" !important;
}

.finaxio-core .page__banner-content h1 {
  margin-bottom: 0px;
}

.finaxio-core .btn-one {
  color: var(--text-white);
}
.finaxio-core .btn-one:hover {
  color: var(--text-white);
}

.all__sidebar select,
.finaxio-core select {
  width: 100%;
  height: 55px;
  padding: 6px 6px;
}

.finaxio-core .entry-content > h1,
.finaxio-core .entry-content > h2,
.finaxio-core .entry-content > h3,
.finaxio-core .entry-content > h4,
.finaxio-core .entry-content > h5,
.finaxio-core .entry-content > h6 {
  margin-bottom: 15px;
}

.finaxio-core .entry-content table {
  margin-bottom: 20px;
}

.finaxio-core .entry-content ul,
.finaxio-core .entry-content ol {
  padding-left: 32px;
  margin-bottom: 16px;
}

.finaxio-core .entry-content ol li,
.finaxio-core .entry-content ul li {
  margin-bottom: 5px;
}

.finaxio-core p {
  margin-bottom: 16px;
}
.finaxio-core .page p:last-child {
  margin-bottom: 0;
}

.finaxio-core .blog__standard-left-item-image img {
  max-width: 100% !important;
  width: auto;
}

.page__banner-content span {
  color: var(--primary-color-1);
}

@media only screen and (min-width: 992px) {
  .f-default-header {
    min-height: 90px;
  }
}
.blog__details-left-related-tag .tag-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

.no-results.not-found input[type=submit],
.post-password-form input[type=submit] {
  line-height: 2.4;
}

.theme-default-copyright {
  background: var(--color-4);
  text-align: center;
  padding: 22px 0px;
}
.theme-default-copyright p {
  margin: 0;
  color: var(--text-white);
  font-size: 15px;
}
.theme-default-copyright p a {
  color: var(--primary-color-1);
  margin: 0 2px;
}
.theme-default-copyright a {
  color: var(--primary-color-1);
  margin: 0 2px;
}

.blocks-gallery-grid {
  padding-left: 0 !important;
}

.blog__details-left-comment-item-comment-image > img {
  border-radius: 50%;
}

.services__two-item-area-icon img {
  max-width: 50px !important;
}

.team__area-item-image-icon a {
  box-shadow: 0 10px 50px var(--shadow) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span {
  background: var(--heading-color) !important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
  box-shadow: inset 0 0 0 2px var(--primary-color-1) !important;
}

.footer__three-widget-post-item-image img,
.footer__two-widget-post-item-image img,
.footer__two-page-widget-post-item-image img,
.footer__area-widget-post-item-image img {
  height: 100% !important;
}

.company__history-area-items-right img,
.company__history-area-item-left img {
  max-width: 410px !important;
}

@media (max-width: 1199px) {
  .company__history-area-item-left img {
    max-width: 397px !important;
  }
  .company__history-area-items-right img {
    max-width: 398px !important;
  }
}
@media (max-width: 991px) {
  .company__history-area-items-right img,
  .company__history-area-item-left img {
    max-width: 100% !important;
  }
}
.service__details-left-content-list-item-icon img {
  max-height: 50px !important;
}

.work__area-right-item-icon img {
  max-width: 60px !important;
}

.faq__area-item:last-child {
  margin-bottom: 0 !important;
}

#header-area-two {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.company__history-area-item-date-icon {
  max-width: 45px !important;
}

.logged-in #header-area-two {
  margin-top: 32px;
}/*# sourceMappingURL=style.css.map */