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

    Template Name: Avers | Corporate & Business HTML Template
    Version: 1.0

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

    CSS INDEX
    ===================

    00 - Helpers (Variables)
    01 - Basic (Typography)
        1.1 Template default CSS
        1.2 Button Styles CSS
        1.3 Heading Styles CSS
        1.4 Keyframe Styles CSS
    02 - Template
        2.1 - Header Style
        2.2 - Slider Style
        2.3 - Strategy Style
        2.4 - About Style
        2.5 - Progress Style
        2.6 - Service Styles CSS
        2.7 - Work Styles CSS
        2.8 - Qualit Styles CSS
        2.9 - Testimonial Styles CSS
        2.10 - Brand Styles CSS
        2.11 - Blog Styles CSS
        2.12 - Footer Styles CSS
        2.13 - Breadcrumb Styles CSS
        2.14 - Funfact Styles CSS
        2.15 - Team Styles CSS
        2.16 - System Styles CSS
        2.17 - Sidebar Styles CSS
        2.18 - Blog Details Styles CSS
        2.19 - Projects Styles CSS
        2.20 - Support Styles CSS
        2.21 - Speciality Styles CSS
        2.22 - Why Choose Us Styles CSS
        2.23 - Contact Styles CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1.1 Template default CSS
/*----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  background-color: #ffffff;
}

/* :root {
  --color-primary: #322fb3;
  --color-primary-dark: #3754b2;
  --color-primary-alt: #417DD2;
  --color-primary-muted: #363273;
  --color-accent: #5BCFF2;
  --color-secondary: #4fcbf1;
  --color-secondary-light: #4facfe;
  --color-highlight: #00f2fe;
  --color-highlight-alt: #28CFFE;
  --color-gradient-soft: #47bfe7;
  --color-heading: #343c55;
  --color-body: #717788;
  --color-bg-one: #f2fbfe;
  --color-bg-light: #def6fe;
  --color-lavender: #e7e3ff;
} */

/* body.palette-2 {
  --color-primary: #a45656;
  --color-primary-dark: #b45f5f;
  --color-primary-alt: #c66969;
  --color-primary-muted: #c66969;
  --color-accent: #da7474;
  --color-secondary: #f08080;
  --color-secondary-light: #f4978e;
  --color-highlight: #f8ad9d;
  --color-highlight-alt: #fbc4ab;
  --color-gradient-soft: #ffdab9;
  --color-heading: #a45656;
  --color-body: #b45f5f;
  --color-bg-one: #ffe6cf;
  --color-bg-light: #ffdab9;
  --color-lavender: #e7e3ff;
} */

:root{
  --color-primary: #a45656;
  --color-primary-dark: #b45f5f;
  --color-primary-alt: #c66969;
  --color-primary-muted: #c66969;
  --color-accent: #da7474;
  --color-secondary: #f08080;
  --color-secondary-light: #f4978e;
  --color-highlight: #f8ad9d;
  --color-highlight-alt: #fbc4ab;
  --color-gradient-soft: #ffdab9;
  --color-heading: #a45656;
  --color-body: #b45f5f;
  --color-bg-one: #ffe6cf;
  --color-bg-light: #ffdab9;
  --color-lavender: #e7e3ff;
  --biz-primary: #a45656;       /* Deep Red/Burgundy */
  --biz-primary-hover: #b45f5f; /* Lighter Red */
  --biz-bg-soft: #ffe6cf;       /* Peach background */
  --biz-bg-gradient: #fff5ec;   /* Very light peach for gradient */
  --biz-text-dark: #231f20;     /* Dark text */
  --biz-text-muted: #666666;    /* Grey text */
  --biz-accent: #da7474;        /* Accent Pink/Red */
  --syncit-voilet: #9999FF;
  --primary-color: #2563eb;
  --secondary-color: #0f172a;
  --accent-color: #06b6d4;
  --text-body: #64748b;
  --text-heading: #1e293b;
  --white: #ffffff;
  --light-bg: #f8fafc;
  /* Gradient matching your gradient-1 class */
  --gradient-1: linear-gradient(135deg, #2563eb 0%, #06b6d4 100%); 
  /* Exact colors extracted from the provided image */
  --imp-bg-color: #9D5D6E;      /* The deep mauve background */
  --imp-card-color: #F08A8F;    /* The salmon/pink card color */
  --imp-text-white: #FFFFFF;
  --imp-text-accent: #ECCACD;   /* For the subtitle */
}

img {
  max-width: 100%;
}

a,
button {
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

button {
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  margin: 0px;
  color: var(--color-heading);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 15px;
  font-weight: normal;
  color: var(--color-body);
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}
p:last-child {
  margin-bottom: 0px;
}

hr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: var(--color-heading);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--color-heading);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--color-heading);
  color: #ffffff;
  text-shadow: none;
}

/*--
 - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--color-heading);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--color-heading);
  font-size: 14px;
  opacity: 1;
}

/* Brand Color */
.bg-one {
  background-color: var(--color-bg-one);
}

/* Custom Class */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-1 {
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
}

.gradient-2 {
  background: var(--color-secondary-light);
  background: linear-gradient(-45deg, var(--color-highlight) 0%, var(--color-highlight-alt) 50%, var(--color-secondary-light) 100%);
}

.gradient-text-1 {
  background: var(--color-primary);
  background: linear-gradient(to right, var(--color-primary) 39%, var(--color-secondary) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.palette-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-secondary);
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-secondary);
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.palette-toggle i {
  font-size: 18px;
}
.palette-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.palette-toggle:hover {
  background-color: var(--color-bg-one);
}
body.palette-2 .palette-toggle {
  border-color: var(--color-secondary);
  color: var(--color-primary);
  background-color: var(--color-bg-one);
}
.palette-toggle__label {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 8px;
  font-weight: 600;
  color: var(--color-heading);
}
.palette-toggle-wrapper {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .palette-toggle-wrapper {
    margin-left: 10px;
  }
  .palette-toggle__label {
    display: none;
  }
}

/* Section Heading */
/* Section Spacing */
.mb-n20 {
  margin-bottom: -20px;
}

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

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

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

.mb-n60 {
  margin-bottom: -60px;
}
@media only screen and (max-width: 767px) {
  .mb-n60 {
    margin-bottom: -30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

/* Social Style */
.facebook {
  color: #3b5998;
}

.twitter {
  color: #1da1f2;
}

.linkedin {
  color: #0077b5;
}

.youtube {
  color: #dd4b39;
}

/* Custom Container */
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1194px;
  }
}

.custom-container {
  max-width: 1450px;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .custom-container {
    margin: 0 100px 0 auto;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .custom-container {
    margin: 0 100px 0 auto;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .custom-container {
    margin: 0 80px 0 auto;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .custom-container {
    margin: 0 30px 0 auto;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .custom-container {
    margin: 0 auto 0;
  }
}

/* Spacing */
.section-padding {
  padding: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-padding-top {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}

.section-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding-bottom {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

.section-margin {
  margin: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin {
    margin: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin {
    margin: 60px 0;
  }
}

.section-margin-top {
  margin-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin-top {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

.section-margin-bottom {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin-bottom {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

/* Scroll Top style */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-primary);
  background-size: 200% auto;
  background-position: left center;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid var(--color-heading);
}
.scroll-top:hover {
  background-color: var(--color-heading);
  border: 1px solid var(--color-primary);
  background-position: right center;
}
.scroll-top:hover i {
  color: White;
  transition: 0.3s;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.3s;
}
.scroll-top.show {
  display: none;
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top.show.show-active {
  display: block;
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}
/* Logo Style */
@media only screen and (max-width: 767px) {
  .logo {
    width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    width: 140px;
  }
}

/* Swiper Pagination Style */
.pagination-style-one .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 14px !important;
  background: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .pagination-style-one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
}
.pagination-style-one .swiper-pagination-bullet-active {
  position: relative;
}
.pagination-style-one .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid var(--color-secondary);
  height: 22px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .pagination-style-one .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
  }
}

/* Default Pagination Style */
.pagination-wrapper .pagination .page-item {
  margin-right: 8px;
}

.pagination-wrapper .pagination .page-item:last-child {
  margin-right: 0px;
}

.pagination-wrapper .pagination .page-item .page-link {
  border-radius: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
  font-size: 16px;
  border: 1px solid #bdbdcc;
}

.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination-wrapper .pagination .page-item .page-link:hover,
.pagination-wrapper .pagination .page-item .page-link.active {
  color: white;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

.z-index-9 {
  z-index: 9;
}

/*----------------------------------------*/
/*  1.2 Button Styles CSS
/*----------------------------------------*/
.btn-style-one {
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  border: 0px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 45px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-one {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-one {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-one:focus {
  box-shadow: none;
}
.btn-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(113, 83, 217);
  background: linear-gradient(-45deg, var(--color-primary) 20%, var(--color-primary-alt) 50%, var(--color-secondary) 100%);
  opacity: 0;
  transition: 0.5s;
  border-radius: 7px;
  z-index: 1;
}
.btn-style-one:hover span {
  color: #ffffff;
}
.btn-style-one:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.btn-style-one span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.btn-style-two {
  background: var(--color-secondary);
  border: 0px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 25px 65px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-two {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-two {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-two:focus {
  box-shadow: none;
}
.btn-style-two:hover {
  color: #ffffff;
  background-color: var(--color-heading);
}

.btn-style-three {
  background: var(--color-primary);
  border: 0px;
  border-radius: 7px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 60px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-three {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-three {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-three:focus {
  box-shadow: none;
}
.btn-style-three:hover {
  color: #ffffff;
  background-color: var(--color-heading);
}

.btn-style-four {
  background: var(--color-secondary);
  border: 0px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 21px 65px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-four {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-four {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-four:focus {
  box-shadow: none;
}
.btn-style-four:hover {
  color: #ffffff;
  background-color: var(--color-heading);
}

/*----------------------------------------*/
/*  1.3 Heading Styles CSS
/*----------------------------------------*/
.heading-one-subtitle {
  color: var(--color-secondary);
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .heading-one-subtitle {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.heading-one-title {
  font-size: 45px;
  font-weight: 700;
  color: var(--color-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-one-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-one-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .heading-one-title {
    font-size: 30px;
  }
}
.heading-one-text-two {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}

.rotate-title {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color-primary);
  -webkit-text-fill-color: transparent;
  opacity: 0.28;
  top: 80%;
  position: absolute;
  /* z-index: 9; */
}
.rotate-title.rotate-left {
  transform: rotate(270deg);
  left: -170px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-left {
    font-size: 200px;
    left: -260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-left {
    font-size: 130px;
    left: -177px;
  }
}
.rotate-title.rotate-right {
  transform: rotate(90deg);
  right: -240px;
  overflow: hidden;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-right {
    font-size: 200px;
    right: -370px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-right {
    font-size: 130px;
    right: -240px;
  }
}

/*----------------------------------------*/
/*  1.4 Keyframe Styles CSS
/*----------------------------------------*/
@-webkit-keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveupdown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveupdown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftright1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveleftright1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes zoom1 {
  0% {
    transform: scale(1px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom1 {
  0% {
    transform: scale(1px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes circle1 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes animshape1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animshape1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animshape2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animshape2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/* =============================
    2.1 - Header Style
================================ */
.header-one .logo-2 {
  display: none;
}
.header-one.sticky .logo-1 {
  display: none;
}
.header-one.sticky .logo-2 {
  display: block;
}
.header-one.sticky .hamburger_button span {
  background: var(--color-primary);
}
.header-one.sticky .hamburger_button:hover span {
  background: var(--color-secondary);
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.header-wrapper-two .main-menu > ul > li > a {
  line-height: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-wrapper-two .main-menu > ul > li > a {
    line-height: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper-two .main-menu > ul > li > a {
    line-height: 110px;
  }
}
.header-wrapper-two .hamburger_button span {
  background: var(--color-primary);
}
.header-wrapper-two .hamburger_button:hover span {
  background: var(--color-secondary);
}

.offcanvas {
  z-index: 9999;
  padding: 20px;
}
.offcanvas .btn-close {
  background: none;
  font-size: 20px;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas .logo {
  width: 150px;
}

.header-right_actions {
  margin-left: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right_actions {
    margin-left: 0;
  }
}
.header-right_button {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.header-button .btn-style-one {
  opacity: 0.93;
}

/* Main Menu Style */
.main-menu > ul > li {
  display: inline-flex;
  margin-right: 40px;
}
.main-menu > ul > li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul > li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 25px;
  }
}
.main-menu > ul > li > a {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 120px;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-heading);
  position: relative;
  transition: 0.3s;
}
.main-menu > ul > li:hover > a {
  color: var(--color-primary);
}
.main-menu .has-children {
  position: relative;
}
.main-menu .has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 6px -3px;
  width: 230px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  top: 100%;
  border-bottom: 2px solid var(--color-primary);
  padding: 0px;
}
.main-menu .has-children > .sub-menu > li {
  border-bottom: 1px dashed #ffe9e9;
}
.main-menu .has-children > .sub-menu > li:last-child {
  border-bottom: 0px;
}
.main-menu .has-children > .sub-menu > li a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-heading);
  text-transform: uppercase;
  display: block;
}
.main-menu .has-children > .sub-menu > li:hover a {
  color: var(--color-primary);
  transition: 0.3s;
}
.main-menu .has-children > .sub-menu > li.has-submenu {
  position: relative;
}
.main-menu .has-children > .sub-menu > li.has-submenu > a {
  position: relative;
  display: block;
}
.main-menu .has-children > .sub-menu > li.has-submenu > a::before {
  content: "›";
  color: var(--color-heading);
  position: absolute;
  font-size: 26px;
  line-height: 1;
  top: 4px;
  right: 15px;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav {
  background-color: #ffffff;
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  margin-top: 30px;
  color: #131b13;
  opacity: 0;
  margin-top: 43px;
  min-width: 180px;
  padding: 0;
  position: absolute;
  top: 0%;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  border-bottom: 2px solid var(--color-primary);
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav li {
  border-bottom: 1px dashed #ffe9e9;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav li:last-child {
  border-bottom: 0px;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-heading);
  display: block;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a:hover {
  color: var(--color-primary);
}
.main-menu .has-children > .sub-menu > li.has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu .has-children:hover > .sub-menu {
  transform: scaleY(1);
}

/* Social Icon Style */
.social-icon li {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .social-icon li {
    margin-right: 10px;
  }
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a {
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .social-icon li a {
    font-size: 16px;
  }
}

/* Hamburger Style */
.hamburger {
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger_button {
  line-height: 100px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  color: var(--syncit-voilet);
}
.hamburger_button span {
  list-style: none;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: 0.9s;
}
.hamburger_button span:nth-of-type(1) {
  top: 20%;
}
.hamburger_button span:nth-of-type(2) {
  top: 50%;
}
.hamburger_button span:nth-of-type(3) {
  top: 80%;
}
.hamburger_button.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
.hamburger_button.open span:nth-of-type(2) {
  width: 0;
}
.hamburger_button.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}
.hamburger_button:hover span {
  background: var(--color-secondary);
}

/* Sticky Style */
.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08);
  transition: 0.3s;
}
.sticky-header.sticky .main-menu > ul > li > a {
  line-height: 90px;
}
.sticky-header.sticky .social-icon li a {
  line-height: 80px;
}
.sticky-header.sticky .header-button {
  line-height: 80px;
}

/* Mobile Menu Style */
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: var(--color-heading);
}
.mobile-menu li a:hover {
  color: var(--color-primary);
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -7px;
  right: 0%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid var(--color-heading);
  transition: all 250ms ease-out;
  float: right;
}
.mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid var(--color-heading);
  transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.mobile-menu li ul li a {
  padding: 5px 15px 5px;
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu li ul li a:hover {
  color: var(--color-primary);
}

.mobilemenu-close {
  padding: 0 !important;
  color: var(--color-heading) !important;
  opacity: 1 !important;
  margin: 0 !important;
}

/* Header Three */
.header-three {
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header-three .main-menu > ul > li > a {
  color: #ffffff;
}
.header-three .logo-2 {
  display: none;
}
.header-three.sticky .main-menu > ul > li > a {
  color: var(--color-heading);
}
.header-three.sticky .logo-2 {
  display: block;
}
.header-three.sticky .logo-1 {
  display: none;
}

/* Header Four  */
.header-four {
  margin-top: 20px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-four .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header-four .header-top {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.header-four .header-top .left-link {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #bbbbbb;
}
.header-four .header-top-link {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-left: 5px;
}
.header-four .header-top-link:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .header-four .header-top-link {
    font-size: 14px;
  }
}
.header-four .header-top span {
  border-right: 1px solid rgba(113, 119, 136, 0.5);
  margin-right: 20px;
  padding-right: 20px;
  line-height: 0.3;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.header-four .header-top span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-four .header-top .social-icon {
  display: flex;
}
.header-four .header-top .social-icon li a {
  font-size: 16px;
}
.header-four .btn-style-one {
  height: 54px;
  background: linear-gradient(-50deg, var(--color-accent) 15%, var(--color-primary-alt) 47%, var(--color-primary) 80%);
}
@media only screen and (max-width: 767px) {
  .header-four .btn-style-one {
    height: auto;
  }
}
.header-four .main-menu > ul > li > a {
  line-height: 100px;
}
.header-four.sticky .header-top {
  display: none;
}

/* =============================
    2.2 - Slider Style
================================ */
/* Slider One Animation Start */
.animation-style-01 .swiper-slide-active .slider-content .subtitle {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .btn-style-two {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(1) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(2) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(3) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(4) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image .shape-circle {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Slider Two Animation Start */
.animation-style-02 .swiper-slide-active .heading-one-subtitle {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one-title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one .btn-style-one {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-leftimg .img-one {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-leftimg .img-two {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-one {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-two {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-three {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape1 .shape-7 img {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape2 .shape-6 img {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape2 .shape-8 img {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape3 .shape-1 img {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Slider One Style Start */
.sliderone {
  position: relative;
  margin: 0 -100px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone {
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone {
    margin: 0;
  }
}
.sliderone .swiper-slide {
  padding: 0 100px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone .swiper-slide {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone .swiper-slide {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone .swiper-slide {
    padding: 0;
  }
}
.sliderone-slingle {
  height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-slingle {
    height: 880px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone-slingle {
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .sliderone-slingle {
    height: 870px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-slingle {
    height: 794px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-slingle {
    height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-slingle {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-slingle {
    height: 800px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-slingle {
    height: 720px;
  }
}
.sliderone-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content {
    align-items: flex-start;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content {
    flex-direction: column;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-content {
    padding-top: 60px;
  }
}
.sliderone-content .slider-content {
  flex: 0 0 auto;
  width: 42%;
  padding: 0 15px;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-content .slider-content {
    width: 47%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone-content .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone-content .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-content {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content {
    width: 65%;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-content .slider-content {
    width: 100%;
  }
}
.sliderone-content .slider-content .subtitle {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 16px;
  }
}
.sliderone-content .slider-content .title {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-content .slider-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content .title {
    font-size: 36px;
  }
}
.sliderone-content .slider-content .call {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .call {
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
  }
}
.sliderone-content .slider-content .call span {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call span {
    font-size: 14px;
  }
}
.sliderone-content .slider-content .call a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .call a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call a {
    font-size: 18px;
  }
}
.sliderone-content .slider-image {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-content .slider-image {
    width: 47%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .sliderone-content .slider-image {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-image {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-image {
    width: 100%;
  }
}
.sliderone-content .slider-image-one {
  margin-left: -300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-image-one {
    margin-left: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-image-one {
    margin-left: -135px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-image-one {
    margin-left: 0;
    margin-top: 30px;
  }
}
.sliderone-content .btn-style-two {
  margin-top: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .btn-style-two {
    padding: 20px 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .btn-style-two {
    padding: 18px 35px;
    margin-top: 30px;
  }
}
.sliderone-content .btn-style-two:hover {
  background-color: #ffffff;
  color: var(--color-heading);
}
.sliderone .swiper-pagination {
  position: absolute;
  right: 50px !important;
  left: auto !important;
  width: 10px !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone .swiper-pagination {
    right: 40px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone .swiper-pagination {
    right: 20px !important;
  }
}
@media only screen and (min-width: 130px) and (max-width: 1299px) {
  .sliderone .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone .swiper-pagination {
    display: flex;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: relative;
    display: flex !important;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100% !important;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone .swiper-pagination {
    -moz-column-gap: 10px;
         column-gap: 10px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone .swiper-pagination {
    bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone .swiper-pagination {
    bottom: 0px;
  }
}
.sliderone .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: var(--color-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-pagination-bullet {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone .swiper-pagination-bullet {
    background: var(--color-primary);
  }
}
.sliderone .swiper-pagination-bullet-active {
  position: relative;
}
.sliderone .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid var(--color-secondary);
  height: 22px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .sliderone .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
  }
}
.sliderone .button-container {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.sliderone .swiper-button {
  position: relative;
  left: auto;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-button {
    display: none;
  }
}
.sliderone .swiper-button-prev, .sliderone .swiper-button-next {
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: 1px solid var(--color-secondary);
  border-radius: 7px;
  transition: 0.3s;
  position: relative;
  left: 0;
  right: 0;
}
.sliderone .swiper-button-prev::after, .sliderone .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.sliderone .swiper-button-prev:hover, .sliderone .swiper-button-next:hover {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  opacity: 1;
  transition: 0.3s;
}
.sliderone .swiper-button .prev-arrow-1, .sliderone .swiper-button .next-arrow-1, .sliderone .swiper-button .prev-arrow-2, .sliderone .swiper-button .next-arrow-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.sliderone .swiper-button .next-arrow-2 {
  transform: rotate(180deg) translate(50%, 40%);
  opacity: 0;
}
.sliderone .swiper-button-next:hover .next-arrow-1 {
  opacity: 0;
}
.sliderone .swiper-button-next:hover .next-arrow-2 {
  opacity: 1;
}
.sliderone .swiper-button .prev-arrow-1 {
  transform: rotate(-180deg) translate(50%, 40%);
}
.sliderone .swiper-button .prev-arrow-2 {
  opacity: 0;
}
.sliderone .swiper-button-prev:hover .prev-arrow-1 {
  opacity: 0;
}
.sliderone .swiper-button-prev:hover .prev-arrow-2 {
  opacity: 1;
}

.sliderbg-1 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 960px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderbg-1 {
    width: 46%;
    height: 880px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .sliderbg-1 {
    width: 41%;
    height: 874px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .sliderbg-1 {
    width: 38%;
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .sliderbg-1 {
    height: 870px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderbg-1 {
    height: 794px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderbg-1 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderbg-1 {
    width: 100%;
    height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 {
    height: 550px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderbg-1 {
    height: 625px;
  }
}
.sliderbg-1 .shape {
  position: absolute;
  opacity: 0.6;
}
.sliderbg-1 .shape-1 {
  top: 13%;
  left: 6%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-1 {
    display: none;
  }
}
.sliderbg-1 .shape-2 {
  top: 19%;
  left: 74%;
  z-index: 1;
  -webkit-animation: animshape1 6s infinite linear;
          animation: animshape1 6s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-2 {
    display: none;
  }
}
.sliderbg-1 .shape-3 {
  top: 22%;
  left: 27%;
  z-index: 1;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-3 {
    display: none;
  }
}
.sliderbg-1 .shape-4 {
  top: 33%;
  left: 18%;
  z-index: 1;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-4 {
    display: none;
  }
}
.sliderbg-1 .shape-5 {
  top: 49%;
  left: 13%;
  z-index: 1;
  -webkit-animation: circle2 2.2s infinite linear;
          animation: circle2 2.2s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-5 {
    display: none;
  }
}
.sliderbg-1 .shape-6 {
  top: 52%;
  left: 28%;
  z-index: 1;
  -webkit-animation: animshape2 5s infinite linear;
          animation: animshape2 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-6 {
    display: none;
  }
}
.sliderbg-1 .shape-7 {
  top: 79%;
  left: 75%;
  z-index: 1;
  -webkit-animation: circle2 2.2s infinite linear;
          animation: circle2 2.2s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-7 {
    display: none;
  }
}
.sliderbg-1 .shape-8 {
  top: 71%;
  left: 69%;
  z-index: 1;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-8 {
    display: none;
  }
}
.sliderbg-1 .shape-9 {
  top: 92%;
  left: 9%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-9 {
    display: none;
  }
}
.sliderbg-1 .shape-10 {
  top: 94%;
  left: 73%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-10 {
    display: none;
  }
}
.sliderbg-1 .shape-11 {
  top: 78%;
  left: 18%;
  z-index: 1;
  -webkit-animation: animshape2 5s infinite linear;
          animation: animshape2 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-11 {
    display: none;
  }
}
.sliderbg-1 .sliderone-social {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  row-gap: 30px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderbg-1 .sliderone-social {
    left: 15px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderbg-1 .sliderone-social {
    left: 15px;
  }
}
@media only screen and (min-width: 130px) and (max-width: 1299px) {
  .sliderbg-1 .sliderone-social {
    display: none;
  }
}
.sliderbg-1 .sliderone-social li a {
  color: #ffffff;
  font-size: 24px;
}
.sliderbg-1 .sliderone-social li a:hover {
  color: var(--color-secondary);
}

/* Slider Two Style Start */
.slider-two {
  height: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-two {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-two {
    height: 800px;
  }
}
.slider-two .heading-one {
  position: relative;
  z-index: 9999;
}
.slider-two .heading-one-subtitle {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one-subtitle {
    font-size: 18px;
  }
}
.slider-two .heading-one-title {
  font-size: 72px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slider-two .heading-one-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slider-two .heading-one-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-two .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one-title {
    font-size: 40px;
  }
}
.slider-two .heading-one p {
  font-size: 21px;
  margin: 30px 0 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-two .heading-one p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two .heading-one p {
    font-size: 16px;
    margin: 20px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one p {
    font-size: 16px;
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one p {
    margin: 10px 0 20px;
  }
}
.slider-two .heading-one .btn-style-one {
  display: inline-block;
  padding: 25px 60px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two .heading-one .btn-style-one {
    padding: 22px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-two .heading-one .btn-style-one {
    padding: 18px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two {
    height: 945px;
  }
  .slider-two .heading-one {
    margin: 190px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-two {
    height: 850px;
  }
  .slider-two .heading-one {
    margin: 130px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two {
    height: 750px;
  }
  .slider-two .heading-one {
    margin: 150px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-two {
    height: 660px;
  }
  .slider-two .heading-one {
    margin: 150px 0 50px;
  }
}

.slidertwo {
  height: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidertwo {
    height: 100%;
  }
}
.slidertwo .swiper-slide {
  display: flex;
  align-items: center;
}
.slidertwo-shape1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.slidertwo-shape1 .scene {
  width: 100%;
  height: 100%;
}
.slidertwo-shape1 .shape {
  position: absolute;
}
.slidertwo-shape1 .shape.shape-7 {
  top: 0;
  right: 20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape1 .shape.shape-7 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-7 img {
    width: 80%;
  }
}
.slidertwo-shape1 .shape.shape-9 {
  left: 445px;
  top: 20%;
  z-index: 1;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 360px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 340px;
    top: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 20%;
    top: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-9 {
    top: 18%;
    left: 24%;
    width: 5%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-9 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-10 {
  left: 32.6%;
  top: 32.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-10 {
    left: 33%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-10 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-11 {
  top: 23.6%;
  right: 38%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-11 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-12 {
  top: 12%;
  right: 3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-12 {
    top: 16%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-12 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-14 {
  top: 22%;
  right: 8.6%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-14 {
    right: 6%;
    top: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-14 {
    right: 7%;
    top: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-14 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-15 {
  right: 30%;
  top: 39%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-15 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-16 {
  right: 22%;
  top: 53%;
  z-index: 1;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 24%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 28%;
    width: 6%;
    top: 56%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-16 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-17 {
  right: 28%;
  bottom: 30%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 30%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 32%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 38%;
    bottom: 26%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-17 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-18 {
  left: 40%;
  bottom: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-18 {
    left: 35%;
    bottom: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-18 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-19 {
  left: 7.8%;
  bottom: 15.2%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-19 {
    left: 5%;
    bottom: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-19 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-20 {
  left: 14%;
  bottom: 3%;
  z-index: -1;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-20 {
    left: 5%;
    bottom: 20%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-20 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-21 {
  right: 23%;
  bottom: 8%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 27%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 27%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 36%;
    bottom: 6%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-21 {
    display: none;
  }
}
.slidertwo-shape2 .shape {
  position: absolute;
}
.slidertwo-shape2 .shape.shape-6 {
  top: 0;
  left: 0px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-6 img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape2 .shape.shape-6 {
    display: none;
  }
}
.slidertwo-shape2 .shape.shape-8 {
  right: 0;
  bottom: 5%;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 28%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 30%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape2 .shape.shape-8 {
    display: none;
  }
}
.slidertwo-shape2 .shape.shape-13 {
  top: 26%;
  right: 11.6%;
  z-index: 6;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape2 .shape.shape-13 {
    top: 28%;
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape2 .shape.shape-13 {
    top: 24%;
    right: 12%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-13 {
    display: none;
  }
}
.slidertwo-shape3 .shape {
  position: absolute;
}
.slidertwo-shape3 .shape.shape-1 {
  left: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-40%);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape3 .shape {
    display: none;
  }
}
.slidertwo-leftimg {
  margin-left: -12px;
}
.slidertwo-leftimg .img-one {
  position: relative;
  margin-left: 0px;
  top: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-one {
    position: relative;
    width: 100%;
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-leftimg .img-one {
    position: relative;
    width: 95%;
    left: 0%;
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-leftimg .img-one {
    top: 0px;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-leftimg .img-one {
    top: 0px;
    width: 90%;
  }
}
.slidertwo-leftimg .img-two {
  position: absolute;
  bottom: 6%;
  left: 17.4%;
  z-index: 99;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-leftimg .img-two {
    left: 15%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-leftimg .img-two {
    left: 12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-two {
    bottom: 24%;
    left: 14%;
    width: 18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-two {
    bottom: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-leftimg .img-two {
    position: relative;
    bottom: 100px;
    left: 68%;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-leftimg .img-two {
    position: relative;
    bottom: 70px;
    left: 60%;
    width: 34%;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-leftimg .img-two {
    bottom: 50px;
  }
}
.slidertwo-rightimg {
  text-align: right;
  margin-right: -12px;
}
.slidertwo-rightimg .img-one {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-one {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-one {
    bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-rightimg .img-one img {
    width: 96%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-rightimg .img-one img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-rightimg .img-one img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-one img {
    width: 76%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-one img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-one img {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-rightimg .img-one img {
    width: 40%;
  }
}
.slidertwo-rightimg .img-two {
  position: absolute;
  right: 17%;
  top: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-two {
    right: 20%;
    top: 18%;
    width: 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-two {
    position: absolute;
    right: 30%;
    top: 52%;
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-two {
    top: 55%;
    width: 18%;
    right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-rightimg .img-two {
    top: 58%;
    right: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-rightimg .img-two {
    top: 62%;
    right: 35%;
  }
}
.slidertwo-rightimg .img-three {
  position: absolute;
  right: 31%;
  bottom: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-rightimg .img-three {
    right: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-three {
    width: 10%;
    right: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-three {
    bottom: 5%;
    width: 10%;
    right: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-three {
    bottom: 6%;
    width: 10%;
    right: 36%;
  }
}
.slidertwo .swiper-pagination {
  bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidertwo .swiper-pagination {
    bottom: 0px;
    line-height: 1;
  }
}
.slidertwo .swiper-pagination-bullet {
  width: 40px;
  border-radius: 5px;
  height: 6px;
}
@media only screen and (max-width: 767px) {
  .slidertwo .swiper-pagination-bullet {
    width: 30px;
  }
}
.slidertwo .swiper-pagination-bullet-active {
  background: var(--color-primary);
}

/* Hero Style Start */
.hero {
  height: 100vh;
  padding-top: 140px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 100px;
  }
}
.hero-content {
  position: relative;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content {
    top: 20px;
  }
}
.hero-content .subtitle {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-secondary);
  display: flex;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .subtitle {
    font-size: 16px;
  }
}
.hero-content .title {
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 36px;
  }
}
.hero-content .text {
  font-size: 21px;
  color: var(--color-body);
  margin: 45px 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .text {
    margin: 30px 0 0px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .text {
    margin: 20px 0 0px;
    font-size: 16px;
  }
}
.hero-content .btn-style-one {
  display: inline-block;
  padding: 25px 64px;
}
.hero .btn-style-one {
  margin-top: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .btn-style-one {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .btn-style-one {
    padding: 18px 35px;
    margin-top: 25px;
  }
}
.hero .btn-style-one:hover {
  background-color: #ffffff;
  color: var(--color-heading);
}
.hero-facts-info {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  box-shadow: -14px 22px 48px 0px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
  max-width: 294px;
  width: 100%;
  padding: 35px;
  top: 210px;
  left: -40px;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.hero-facts-info-review {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.hero-facts-info-review span {
  color: #f2c71b;
  line-height: 1;
}
.hero-facts-info-text {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin: 5px 0px 0px;
}
@media only screen and (max-width: 479px) {
  .hero-facts-info-text {
    font-size: 12px;
    margin-top: 0;
  }
}
.hero-facts-info .hero-facts-client-name {
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-info {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-facts-info {
    top: 72%;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-facts-info {
    top: 76%;
    left: -20px;
    max-width: 240px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-info {
    left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .hero-facts-info {
    max-width: 180px;
    padding: 15px;
    left: -5px;
  }
}
.hero-facts-client {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  background: #ffffff;
  padding: 25px 25px 20px;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  right: -38%;
  top: 90%;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.hero-facts-client-name {
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-client {
    right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-client {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-client {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-client {
    right: -4%;
    top: 90px;
    padding: 20px 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-client {
    right: 0;
    top: 50%;
    padding: 20px 20px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-client {
    right: 0;
    top: 54%;
    padding: 15px 15px 10px;
  }
}
.hero-facts-shape1 {
  position: absolute;
  margin-left: 30px;
  top: -194px;
  right: -240px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-shape1 {
    right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape1 {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape1 {
    right: -35px;
    top: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape1 {
    right: -15px;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape1 {
    top: 90px;
    right: auto;
  }
}
.hero-facts-shape2 {
  position: absolute;
  z-index: 2;
  top: -150px;
  left: 12%;
}
.hero-facts-shape2 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape2 {
    top: -190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape2 {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape2 {
    top: -100px;
    left: 8%;
  }
  .hero-facts-shape2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape2 {
    top: 14%;
    left: 8%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-shape2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-facts-shape2 {
    top: 18%;
  }
  .hero-facts-shape2 img {
    width: 60%;
  }
}
.hero-facts-shape3 {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  padding: 20px;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  right: -9%;
  top: -192px;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-shape3 {
    right: -3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape3 {
    right: 7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape3 {
    right: 15%;
    top: -140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape3 {
    right: 15%;
    top: -90px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape3 {
    right: 20%;
    top: 13%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-shape3 {
    right: 12%;
    top: 12%;
    padding: 15px;
  }
}
.hero-facts-shape4 {
  position: absolute;
  z-index: 2;
  left: 43%;
  top: 420px;
}
.hero-facts-shape4 img {
  -webkit-animation: moveleftright1 5s infinite linear;
          animation: moveleftright1 5s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-facts-shape4 {
    top: 100%;
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-facts-shape4 {
    display: none;
  }
}
.hero-image {
  position: absolute;
  top: -250px;
  right: -210px;
}
.hero-image-wrapper {
  position: relative;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-image {
    right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-image {
    right: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-image {
    right: -20px;
    top: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image {
    right: -10px;
    top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-image {
    position: relative;
    top: 40px;
    right: auto;
  }
}
.hero .scene {
  height: 100%;
  position: absolute !important;
  width: 100%;
}
.hero-shape.shape-1 {
  position: absolute;
  top: 100px;
  left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-1 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-1 {
    display: none;
  }
}
.hero-shape.shape-2 {
  position: absolute;
  top: 100px;
  left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-2 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-2 {
    display: none;
  }
}
.hero-shape.shape-3 {
  position: absolute;
  top: 25px;
  left: 50px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-3 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-3 {
    top: 0px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-3 {
    display: none;
  }
}
.hero-shape.shape-4 {
  position: absolute;
  top: 60px;
  left: 125px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-4 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-4 {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-4 {
    display: none;
  }
}
.hero-shape.shape-5 {
  position: absolute;
  top: 280px;
  left: 220px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-5 {
    left: 9%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-5 {
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-5 {
    display: none;
  }
}
.hero-shape.shape-6 {
  position: absolute;
  top: 660px;
  left: 315px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-6 {
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-6 {
    left: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-6 {
    display: none;
  }
}
.hero-shape.shape-7 {
  position: absolute;
  top: 100px;
  left: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-7 {
    top: 80px;
    left: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-7 {
    display: none;
  }
}
.hero-shape.shape-8 {
  position: absolute;
  top: 80px;
  left: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-8 {
    top: 50px;
    left: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-8 {
    display: none;
  }
}
.hero-shape.shape-9 {
  position: absolute;
  top: 42%;
  left: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-9 {
    display: none;
  }
}
.hero-shape.shape-10 {
  position: absolute;
  top: 62%;
  left: 33%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-10 {
    left: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-10 {
    display: none;
  }
}
.hero-shape.shape-12 {
  position: absolute;
  top: 0%;
  right: 8%;
}
.hero-shape.shape-12 img {
  -webkit-animation: circle2 5s infinite linear;
          animation: circle2 5s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-12 {
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-12 {
    display: none;
  }
}
.hero-shape.shape-13 {
  position: absolute;
  top: 14%;
  right: 5%;
}
.hero-shape.shape-13 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-13 {
    right: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-13 {
    top: 12%;
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-13 {
    right: 2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-13 {
    top: 10%;
    right: 1%;
  }
  .hero-shape.shape-13 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-13 {
    display: none;
  }
}
.hero-shape.shape-14 {
  position: absolute;
  top: 0;
  right: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-14 {
    display: none;
  }
}
.hero-shape.shape-15 {
  position: absolute;
  top: 61%;
  right: 2%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-15 {
    top: 76%;
    right: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-15 {
    top: 70%;
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-15 {
    top: 70%;
    right: 1%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-15 {
    top: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-15 {
    display: none;
  }
}

/* =============================
    2.3 - Strategy Style
================================ */
.strategy {
  position: relative;
}
.strategy .heading-one {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy .heading-one {
    margin: 0 auto 40px;
  }
}
.strategy-single {
  display: flex;
  align-items: flex-start;
}
.strategy-icon {
  flex: 0 0 auto;
  margin-right: 50px;
  position: relative;
}
.strategy-icon span {
  content: "";
  position: absolute;
  background-color: var(--color-bg-light);
  height: 48px;
  width: 48px;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.strategy-icon img {
  position: relative;
  top: 20px;
  left: 20px;
}
.strategy-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy-content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-content .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.strategy-shape {
  position: absolute;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-shape {
    display: none;
  }
}
.strategy-shape.shape-1 {
  top: 70px;
  left: 135px;
  -webkit-animation: zoom1 4s infinite linear;
          animation: zoom1 4s infinite linear;
  opacity: 0.4;        
}
.strategy-shape.shape-2 {
  bottom: 100px;
  right: 20px;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
.strategy-shape.shape-3 {
  top: 150px;
  right: 100px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.strategy-shape.shape-4 {
  top: 115px;
  right: 20px;
  -webkit-animation: moveupdown1 2s infinite linear;
          animation: moveupdown1 2s infinite linear;
  opacity: 0.4;        
}
.strategy-shape.shape-5 {
  top: 70px;
  left: 80px;
  opacity: 0.6;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.strategy-two .heading-one {
  margin-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .strategy-two .heading-one {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy-two .heading-one {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two .heading-one {
    margin-right: 0px;
  }
}
.strategy-two .heading-one-title {
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .strategy-two .heading-one-title {
    margin: 5px 0 30px;
  }
}
.strategy-two-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-two-inner {
    gap: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two-inner {
    gap: 30px;
    margin-top: 40px;
  }
}
.strategy-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-two-single {
    max-width: 333px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two-single {
    max-width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.strategy-two-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 47, 179, 0.2);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.2) 0%, rgba(65, 125, 210, 0.2) 50%, rgba(50, 47, 179, 0.2) 100%);
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .strategy-two-icon {
    width: 80px;
    height: 80px;
  }
}
.strategy-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .strategy-two-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.strategy-home2-shape {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape {
    top: 26%;
  }
}
.strategy-home2-shape .shape {
  position: absolute;
}
.strategy-home2-shape .shape.shape-1 {
  right: -10px;
  top: 30px;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape .shape.shape-1 {
    right: -50px;
    top: 27%;
  }
  .strategy-home2-shape .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-home2-shape .shape.shape-1 {
    display: none;
  }
}
.strategy-home2-shape .shape.shape-2 {
  left: 80px;
  top: 28%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape .shape.shape-2 {
    left: 20px;
    top: 24%;
  }
  .strategy-home2-shape .shape.shape-2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-home2-shape .shape.shape-2 {
    display: none;
  }
}

/* =============================
    2.4 - About Style
================================ */
/* .about {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 190px;
  margin-bottom: -1px;
  position: relative;
}

.about::before {
  background-image: url(../images/about/about-bg-light.png);
  opacity: 0.2;
} */

.about {
  /* This creates a positioning context for the pseudo-element */
  position: relative;
  /* Ensure content stays on top of the background */
  z-index: 1; 
  
  /* Layout properties for .about itself */
  padding-bottom: 190px;
  margin-bottom: -1px;
  /* Note: Do NOT put the background image properties here */
}

.about::before {
  content: ""; /* REQUIRED: Without this, the element won't render */
  
  /* Position the pseudo-element to fill the parent */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* Place it behind the content */
  z-index: -1; 
  
  /* Move all background properties here */
  background-image: url(../images/about/about-bg-light.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* The opacity applies only to this pseudo-element */
  opacity: 0.2; 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about {
    padding-bottom: 90px;
    background-size: contain;
    background-position: bottom;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .heading-one-title {
    font-size: 50px;
  }
}
.about-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-details .col-one {
  flex: 0 0 auto;
  width: 48%;
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .about-details .col-one {
    width: 100%;
    margin: 0px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-one {
    width: 46%;
  }
}
.about-details .col-two {
  flex: 0 0 auto;
  width: 26%;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-details .col-two {
    width: 43%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-details .col-two {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-two {
    width: 28%;
  }
}
@media only screen and (max-width: 575px) {
  .about-details .col-two {
    width: 58%;
  }
}
.about-details .col-three {
  flex: 0 0 auto;
  width: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-three {
    width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .about-details .col-three {
    width: 120px;
  }
}
.about-details-quote {
  background-color: #ffffff;
  position: relative;
  border-radius: 0 7px 7px 0;
  padding: 15px 35px 10px 22px;
}
.about-details-quote::after {
  position: absolute;
  content: "";
  background-color: var(--color-secondary);
  height: 95%;
  width: 4px;
  left: 0;
  top: 0;
}
.about-details-quote p {
  position: relative;
  top: -20px;
  left: 26px;
  font-style: italic;
}
.about-details-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.about-details-list li p {
  margin-left: 15px;
}
.about-details .btn-style-one {
  display: inline-block;
  margin-top: 40px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-details .btn-style-one {
    margin-top: 20px;
  }
}
.about-details-video {
  position: relative;
}
.about-details-video::after {
  position: absolute;
  content: "";
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 14px;
  transition: 0.4s;
}
.about-details-video::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-primary) 20%, var(--color-primary-alt) 50%, var(--color-accent) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 14px;
  transition: 0.4s;
}
.about-details-video .icon-img {
  width: 100%;
  border-radius: 25px;
}
.about-details-video .video-popup {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-details-video:hover::after {
  opacity: 0;
  transition: 0.4s;
}
.about-details-video:hover::before {
  opacity: 0.8;
  transition: 0.4s;
}
.about .about-counter {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about .about-counter {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-counter {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -108%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -142%;
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -2%;
    right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .about .about-counter {
    right: 10px;
  }
}
.about .about-counter .funfact-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .about .about-counter .funfact-inner {
    margin-bottom: 5px;
    line-height: 1;
  }
}
.about .about-counter-1, .about .about-counter-2 {
  padding: 45px 50px 55px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-counter-1, .about .about-counter-2 {
    padding: 30px 30px 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about .about-counter-1, .about .about-counter-2 {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about-counter-1, .about .about-counter-2 {
    justify-content: space-between;
    padding: 10px;
  }
}
.about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #e6e6ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
    font-size: 26px;
  }
}
.about .about-counter-1 .niktext, .about .about-counter-2 .niktext {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .niktext, .about .about-counter-2 .niktext {
    line-height: inherit;
    margin-left: 2px;
  }
}
.about .about-counter-1 .increment, .about .about-counter-2 .increment {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .increment, .about .about-counter-2 .increment {
    font-size: 16px;
    margin-left: 3px;
  }
}
.about .about-counter-1 {
  background-color: var(--color-primary);
}
.about .about-counter-2 {
  background-color: var(--color-secondary);
}
.about .about-counter-title {
  font-size: 21px;
  font-weight: 700;
  color: #e6e6ff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-counter-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
  }
}
.about-image {
  position: absolute;
  width: 560px;
  margin-left: 95px;
  margin-top: -170px;
}
@media only screen and (min-width: 1550px) and (max-width: 1800px) {
  .about-image {
    width: 540px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-image {
    width: 465px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image {
    width: 560px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image {
    width: 450px;
    margin-left: auto;
    right: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    position: relative;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    position: relative;
    margin: 30px auto 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-image {
    position: inherit;
  }
}
.about-image-inner-thumb {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb {
    padding: 20px 15px;
    bottom: 20px;
    right: 20px;
  }
}
.about-image-inner-thumb .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb .text {
    font-size: 16px;
  }
}
.about-image-inner-thumb .date {
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb .date {
    font-size: 30px;
  }
}
.about-tab {
  position: absolute;
  bottom: 0;
  left: 73px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-tab {
    left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .about-tab {
    left: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab {
    left: 12px;
  }
}
.about-tab .nav-item {
  margin-right: 2px;
}
.about-tab .nav-link {
  border: 1px solid transparent;
  background-color: var(--color-primary);
  padding: 35px 100px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.about-tab .nav-link.active, .about-tab .nav-link:hover {
  background-color: var(--color-secondary);
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab .nav-link {
    padding: 30px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab .nav-link {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab .nav-link {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab .nav-link {
    padding: 15px 22px;
    font-size: 14px;
  }
}

.about-tab-content {
  margin-top: 90px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-tab-content {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-content {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-content {
    margin-top: 30px;
  }
}
.about-tab-content .heading-one-title {
  font-size: 45px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab-content .heading-one-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one p {
    margin-bottom: 20px;
  }
}
.about-tab-content .heading-one .btn-style-one {
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one .btn-style-one {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-content .shape {
    display: none;
  }
}
.about-tab-content .shape.shape-1 {
  position: absolute;
  top: 10%;
  right: 3%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-content .shape.shape-2 {
  position: absolute;
  top: 20%;
  right: 3%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-content .shape.shape-2 img {
  transform: rotate(20deg);
}
.about-tab-content .shape.shape-3 {
  position: absolute;
  bottom: -2%;
  right: 3%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}

.about-tab-image {
  position: relative;
  margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-image {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-image {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-image .shape {
    display: none;
  }
}
.about-tab-image .shape.shape-1 {
  position: absolute;
  top: -3%;
  left: 0;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-image .shape.shape-2 {
  position: absolute;
  top: 64%;
  left: 76%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-image-one {
  position: absolute;
  left: -42%;
  top: 13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-one {
    left: -6%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-one {
    left: 0;
    width: 35%;
  }
}
.about-tab-image-three {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-three {
    /* width: 60%; */
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-three {
    width: 60%;
    margin-left: auto;
  }
}
.about-tab-image-two {
  position: relative;
  margin-top: -42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-two {
    width: 53%;
    margin-left: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-two {
    width: 53%;
    left: 20%;
  }
}

/* About Two Style */
.about-two {
  position: relative;
}
.about-two-images {
  margin-right: 70px;
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two-images {
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about-two-images {
    height: 400px;
  }
}
.about-two-images-one {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .about-two-images-one {
    width: 70%;
  }
}
.about-two-images-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .about-two-images-two {
    width: 50%;
  }
}
.about-two-images-thumb {
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 60px;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images-thumb {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images-thumb {
    left: -20px;
    top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb {
    padding: 15px 10px;
    left: -10px;
    top: 10px;
  }
}
.about-two-images-thumb .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb .text {
    font-size: 14px;
  }
}
.about-two-images-thumb .date {
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb .date {
    font-size: 24px;
  }
}
.about-two .heading-one {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .heading-one {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two .heading-one {
    margin-left: 0px;
  }
}
.about-two .heading-one-title {
  margin: 10px 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about-two .heading-one-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .heading-one-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .heading-one-title {
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .heading-one-title {
    margin: 10px 0 20px;
  }
}
.about-two-text p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two-text p {
    margin-bottom: 15px;
  }
}
.about-two-text .btn-style-one {
  margin-top: 20px;
  display: inline-block;
}
.about-two .shape {
  position: absolute;
}
.about-two .shape.shape-1 {
  bottom: -40px;
  left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-1 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-1 {
    bottom: 43%;
  }
}
.about-two .shape.shape-1 img {
  -webkit-animation: zoom1 7s infinite linear;
          animation: zoom1 7s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-1 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-1 {
    display: none;
  }
}
.about-two .shape.shape-2 {
  bottom: 250px;
  left: 40px;
}
.about-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-2 {
    bottom: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-2 {
    display: none;
  }
}
.about-two .shape.shape-3 {
  top: 30px;
}
.about-two .shape.shape-3 img {
  -webkit-animation: zoom1 7s infinite linear;
          animation: zoom1 7s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-3 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-3 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-3 {
    display: none;
  }
}
.about-two .shape.shape-4 {
  top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-4 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-4 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-4 {
    display: none;
  }
}
.about-two .shape.shape-5 {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  right: 100px;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-5 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-5 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-5 {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-5 {
    display: none;
  }
}
.about-two .shape.shape-6 {
  bottom: 115px;
  right: 140px;
}
.about-two .shape.shape-6 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-6 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-6 img {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-6 {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-6 {
    bottom: 70px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-6 {
    display: none;
  }
}
.about-two .shape.shape-7 {
  top: 72.5%;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-7 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-7 img {
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-7 {
    top: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-7 {
    display: none;
  }
}

.about-creative-images {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images {
    display: flex;
    margin-bottom: 50px;
  }
}
.about-creative-images .image-one {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  z-index: -1;
}
.about-creative-images .image-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.7;
  z-index: 1;
  border-radius: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-creative-images .image-one {
    left: -105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-images .image-one {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-images .image-one {
    left: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images .image-one {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images .image-one {
    left: 0;
    width: 70%;
  }
}
.about-creative-images .image-two {
  box-shadow: -50px 25px 90px 0px rgba(16, 37, 113, 0.13);
  display: inline-block;
  border-radius: 15px;
  position: relative;
  margin-right: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-creative-images .image-two {
    margin-right: 0;
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-images .image-two {
    margin-right: 130px;
    left: 131px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-images .image-two {
    margin-right: 0;
    width: 70%;
    left: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images .image-two {
    margin-left: 180px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images .image-two {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }
}
.about-creative .heading-one-title {
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .about-creative .heading-one-title {
    margin: 5px 0 30px;
  }
}
.about-creative-tab {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-creative-tab {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab {
    margin-top: 30px;
  }
}
.about-creative-tab .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  border-top: 0px;
  border-right: 0;
  border-left: 0;
  padding: 0 35px 20px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 24px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 10px 12px;
    font-size: 16px;
  }
}
.about-creative-tab .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--color-secondary);
}
.about-creative-tab .nav-content-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner {
    gap: 20px;
  }
}
.about-creative-tab .nav-content-inner p {
  /* max-width: 303px; */
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 278px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 255px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 278px;
  }
}
@media only screen and (max-width: 575px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 255px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.about-creative-tab .nav-content-inner img {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-content-inner img {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner img {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .about-creative-tab .nav-content-inner img {
    width: 37%;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-content-inner img {
    width: 100%;
  }
}

/* About Three Style */
.about-three {
  position: relative;
}
.about-three-image-shape {
  position: absolute;
  margin-left: -154px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-image-shape {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-image-shape {
    margin-left: -33px;
  }
  .about-three-image-shape img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-image-shape {
    margin-left: 25px;
  }
  .about-three-image-shape img {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-image-shape {
    margin-left: 34px;
    top: 30px;
  }
  .about-three-image-shape img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-image-shape {
    margin-left: 100px;
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-image-shape {
    margin-left: 44px;
    top: -20px;
  }
  .about-three-image-shape img {
    width: 90%;
  }
}
.about-three-image {
  position: relative;
  margin-left: -286px;
  top: 60px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-image {
    margin-left: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-image {
    margin-left: -116px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-image {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-image {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-image {
    margin-left: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-image {
    margin-left: 0px;
    top: 0px;
  }
}
.about-three-chart {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  background-color: #ffffff;
  padding: 25px;
  position: absolute;
  top: 155px;
  margin-left: 235px;
  -webkit-animation: moveupdown1 4s infinite linear !important;
          animation: moveupdown1 4s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-chart {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-chart {
    margin-left: 340px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-chart {
    top: 114px;
    margin-left: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-chart {
    top: 114px;
    margin-left: 275px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-chart {
    top: 100px;
    margin-left: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-chart {
    top: 70px;
    margin-left: auto;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-chart {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-chart {
    top: 30px;
  }
}
.about-three-duration {
  box-shadow: -18px 34px 72px 0px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 44px 60px 50px 70px;
  position: absolute;
  top: 510px;
  margin-left: -186px;
  border-radius: 7px;
  -webkit-animation: moveupdown1 6s infinite linear !important;
          animation: moveupdown1 6s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-duration {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-duration {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-duration {
    top: 425px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-duration {
    top: 380px;
    margin-left: 0px;
    padding: 30px 40px 30px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-duration {
    top: 450px;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-duration {
    padding: 30px 40px 30px 50px;
    top: 380px;
    margin-left: auto;
    left: 116px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-duration {
    padding: 20px 30px 20px 40px;
    top: 340px;
    margin-left: auto;
    left: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-duration {
    top: 230px;
    left: 30px;
  }
}
.about-three-duration .years {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: var(--color-secondary);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .about-three-duration .years {
    font-size: 60px;
  }
}
.about-three-duration .text {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--color-heading);
}
@media only screen and (max-width: 575px) {
  .about-three-duration .text {
    font-size: 18px;
  }
}
.about-three .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.about-three .heading-one p {
  margin: 45px 0;
}
@media only screen and (max-width: 767px) {
  .about-three .heading-one p {
    margin: 20px 0 30px;
  }
}
.about-three-details {
  display: flex;
  flex-direction: column;
}
.about-three-service {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 575px) {
  .about-three-service {
    flex-direction: column;
    row-gap: 15px;
  }
}
.about-three-service-single {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
@media only screen and (max-width: 767px) {
  .about-three-service-single {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.about-three-service-thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #eaf6fc;
  position: relative;
  transition: 0.4s;
}
.about-three-service-content .title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: var(--color-heading);
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-service-content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-service-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about-three-content-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-three-content-list p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-content-list {
    margin-top: 30px;
  }
}
.about-three-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-three-buttons {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    row-gap: 15px;
  }
}
.about-three-buttons .btn-style-one {
  padding: 22px 58px;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .btn-style-one {
    padding: 18px 40px;
  }
}
.about-three-buttons .phone-call {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.about-three-buttons .phone-call-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-icon {
    width: 40px;
    height: 40px;
  }
}
.about-three-buttons .phone-call-icon i {
  color: var(--color-secondary);
  background: #ffffff;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-icon i {
    width: 36px;
    height: 36px;
  }
}
.about-three-buttons .phone-call-number {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: var(--color-heading);
  transition: 0.3s;
}
.about-three-buttons .phone-call-number:hover {
  color: var(--color-primary);
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-number {
    font-size: 18px;
  }
}
.about-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-three .shape {
    display: none;
  }
}
.about-three .shape .shape1 {
  position: absolute;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three .shape .shape1 {
    left: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape1 {
    left: 1%;
  }
}
.about-three .shape .shape2 {
  position: absolute;
  right: 4%;
  z-index: -1;
  margin-top: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape2 {
    right: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three .shape .shape2 {
    right: 2%;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape2 {
    right: 2%;
    margin-top: -100px;
    width: 8%;
  }
}
.about-three .shape .shape4 {
  position: absolute;
  left: 4.8%;
  z-index: -1;
  bottom: -23px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape4 {
    left: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape4 {
    left: 2%;
    bottom: 80px;
  }
}
.about-three .shape .shape5 {
  position: absolute;
  right: 6%;
  z-index: -1;
  bottom: 18%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three .shape .shape5 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape5 {
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape5 {
    right: 0%;
  }
}

/* =============================
    2.5 - Progress Style
================================ */
.progress-section {
  position: relative;
}
.progress-section-content {
  background: linear-gradient(135deg, var(--color-bg-one) 0%, var(--color-highlight) 100%);
  position: relative;
  padding: 90px;
  margin-top: 44px;
  border-radius: 15px;
  box-shadow: 0 15px 40px -10px rgba(164, 86, 86, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-section-content {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-section-content {
    padding: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .progress-section-content {
    padding: 30px;
    margin-top: 0;
  }
}
/* .progress-section-content .heading-one-title {
  color: #ffffff;
  margin: 12px 0 30px;
} */
/* .progress-section-content p {
  color: #ffffff;
} */
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-section .shape {
    display: none;
  }
}
.progress-section .shape.shape-1 {
  position: absolute;
  top: 5%;
  left: 15%;
  -webkit-animation: circle1 4s infinite linear;
          animation: circle1 4s infinite linear;
}
.progress-section .shape.shape-2 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.progress-section .shape.shape-2 img {
  transform: rotate(20deg);
}
.progress-section .shape.shape-3 {
  position: absolute;
  top: 22%;
  left: 8%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  z-index: -1;
}

.radial-progress-single {
  text-align: center;
  margin-top: 40px;
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .radial-progress-single .circle-info {
    padding: 0 0 0 20px;
    max-width: 250px;
    margin: 10px auto 0;
  }
}
.radial-progress-single .circle-info .title {
  font-size: 18px;
  font-weight: 700;
  /* color: #ffffff; */
  margin-bottom: 15px;
}

.radial-progress {
  position: relative;
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radial-progress .circle-text span.count {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-secondary);
  position: relative;
}

.progress-image {
  margin: 0px 10px 0 -50px;
  position: absolute;
  width: 54%;
  z-index: -1;
}
@media only screen and (min-width: 1701px) and (max-width: 1750px) {
  .progress-image {
    width: 48%;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-image {
    width: 46%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-image {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-image {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-image {
    width: 100%;
    margin: 0px 0 -40px;
    position: relative;
  }
  .progress-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .custom-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* -----Progress Two Style----- */
.progress-two {
  position: relative;
}
.progress-two-images .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .image img {
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .image img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .image img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .image {
    top: 50px;
  }
  .progress-two-images .image img {
    width: 58%;
  }
}
.progress-two-images .image-bg {
  position: absolute;
  left: 0;
  top: 156px;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .image-bg img {
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .image-bg img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .image-bg img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .image-bg img {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .image-bg {
    position: relative;
    margin: 0 0 60px -36px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .image-bg {
    position: relative;
    top: 130px;
    margin: 0 0 40px -30px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .image-bg {
    margin: 0 0 20px -12px;
    top: 80px;
  }
}
.progress-two-images .sheild {
  box-shadow: 15px 11px 90px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 7px;
  position: absolute;
  bottom: -46px;
  left: 22%;
  z-index: 6;
  -webkit-animation: moveupdown1 6s infinite linear !important;
          animation: moveupdown1 6s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .sheild {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .sheild {
    left: 24%;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .sheild {
    bottom: 25px;
    left: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .sheild {
    bottom: 80px;
    left: 24%;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .sheild {
    top: 44%;
    left: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .sheild {
    top: 40%;
    left: 50%;
    bottom: auto;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-two-images .sheild {
    top: 36%;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .sheild {
    top: 28%;
    padding: 10px 15px;
  }
}
.progress-two-images .handshake {
  padding: 35px;
  background: linear-gradient(-45deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  border-radius: 7px;
  position: absolute;
  top: 25%;
  left: 30%;
  z-index: 6;
  -webkit-animation: moveupdown1 4s infinite linear !important;
          animation: moveupdown1 4s infinite linear !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .handshake {
    padding: 25px;
    top: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .handshake {
    top: 12%;
    left: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .handshake {
    top: 12%;
    left: 70%;
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .handshake {
    top: 6%;
    left: 60%;
    padding: 15px;
  }
}
.progress-two-wrapper {
  overflow: hidden;
  margin-top: 130px;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-wrapper {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-wrapper img {
    width: 58%;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-wrapper {
    margin-top: 90px;
  }
}
.progress-two .heading-one {
  padding-bottom: 15px;
}
.progress-two .heading-one-title {
  margin: 10px 0 30px;
}
@media only screen and (max-width: 767px) {
  .progress-two .heading-one {
    padding-bottom: 0px;
  }
  .progress-two .heading-one-title {
    margin: 0px 0 20px;
  }
}
.progress-two .progress {
  overflow: inherit;
  height: 5px;
  background: #dce0ed;
  display: flex;
  justify-content: space-between;
}
.progress-two .progress-bar {
  position: relative;
  top: -5px;
  height: 3px;
  background: var(--color-gradient-soft);
}
.progress-two .progress-title {
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--color-heading);
  margin: 35px 0 20px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-title {
    margin: 25px 0 15px;
    font-size: 18px;
  }
}
.progress-two .progress-number {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #2d3757;
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-number {
    top: -40px;
    font-size: 16px;
  }
}
.progress-two .progress-button {
  display: flex;
  margin-top: 60px;
}
.progress-two .progress-button .btn-style-one {
  padding: 22px 58px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-button {
    margin-top: 40px;
  }
  .progress-two .progress-button .btn-style-one {
    padding: 18px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-two .progress-button {
    margin-top: 40px;
  }
  .progress-two .progress-button .btn-style-one {
    padding: 18px 30px;
  }
}
.progress-two .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-two .shape {
    display: none;
  }
}
.progress-two .shape .shape1 {
  position: absolute;
  left: 21%;
  top: 110px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two .shape .shape1 {
    top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two .shape .shape1 {
    top: 60px;
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two .shape .shape1 {
    top: 60px;
    left: 20%;
  }
  .progress-two .shape .shape1 img {
    width: 80%;
  }
}
.progress-two .shape .shape2 {
  position: absolute;
  right: 10%;
  bottom: -8%;
}
.progress-two .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 81%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .progress-two .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}

/*----------------------------------------*/
/*  2.6 - Service Styles CSS
/*----------------------------------------*/
.service {
  position: relative;
}
.service .heading-one {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 0;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .heading-one {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service .heading-one {
    margin-bottom: 50px;
  }
}
.service .heading-one p {
  margin-top: 15px;
}
.service-slider-wrapper {
  margin-top: 40px;
}
.service-slider {
  overflow: visible;
}
.service-slider .swiper-slide {
  height: auto;
}
.service-slider .service-single {
  height: 100%;
}
.service-slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}
.service-slider-pagination {
  position: relative;
  inset: auto;
}
.service-slider-nav {
  display: inline-flex;
  gap: 15px;
}
.service-slider-button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--color-secondary);
  background-color: #ffffff;
  color: var(--color-secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.service-slider-button i {
  font-size: 16px;
}
.service-slider-button:hover {
  background-color: var(--color-bg-one);
  color: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .service-slider-wrapper {
    margin-top: 20px;
  }
  .service-slider-controls {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-single {
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.service-single-image {
  position: relative;
  transition: 0.4s;
}
.service-single-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 15px;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.75;
}
.service-single-image-thumb img {
  width: 100%;
  border-radius: 15px;
}
.service-single-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.service-single-image-content .icon {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .icon {
    width: 80px;
    height: 80px;
  }
}
.service-single-image-content .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .title {
    font-size: 24px;
  }
}
.service-single-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 6;
  box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
}
.service-single-white-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 35px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white-content {
    padding: 12px;
  }
}
.service-single-white .icon {
  background-color: var(--color-primary);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-single-white .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}
.service-single-white .title {
  color: var(--color-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .service-single-white .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .title {
    font-size: 20px;
  }
}
.service-single-white .title:hover {
  color: var(--color-primary);
}
.service-single-white p {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .service-single-white p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white p {
  margin-top: 10px;
  font-size: 14px;
  }
}
.service-single:hover .service-single-image {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-single:hover .service-single-white {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  background-color: var(--color-lavender);
  box-shadow: 0px 35px 80px rgba(82, 82, 134, 0.18);
}
.service-single:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0px 30px 70px rgba(16, 25, 69, 0.18);
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service .shape {
    display: none;
  }
}
.service .shape.shape-1 {
  position: absolute;
  top: -10%;
  left: 0%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-1 {
    top: -5%;
  }
  .service .shape.shape-1 img {
    width: 60%;
  }
}
.service .shape.shape-2 {
  position: absolute;
  top: 5%;
  right: 3%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service .shape.shape-2 img {
  transform: rotate(326deg);
}
.service .shape.shape-3 {
  position: absolute;
  top: 10%;
  right: 14%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-3 {
    right: 18%;
  }
}
.service .shape.shape-4 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-5 {
  position: absolute;
  bottom: 12%;
  left: 2%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-6 {
  position: absolute;
  top: 16%;
  right: 8%;
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-6 {
    right: 14%;
  }
}

/* Service Two Style */
.service-two {
  position: relative;
}
.service-two .heading-one {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.service-two .heading-one-title {
  margin: 5px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .heading-one {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .heading-one {
    margin-bottom: 60px;
  }
}
.service-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  box-shadow: 1px 7px 72px 0px rgba(0, 0, 213, 0.07);
  padding: 60px 50px;
  border-radius: 13px;
  position: relative;
  background: #fff;
}
.service-two-single:hover .service-two-thumb-bg::after {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb-bg::before {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::before {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::after {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-white {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-gradient {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-single {
    padding: 40px 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.service-two-thumb {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.service-two-thumb-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 47, 179, 0.36);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.36) 0%, rgba(50, 47, 179, 0.36) 100%);
  transition: 0.4s;
  position: absolute;
  opacity: 1;
}
.service-two-thumb-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  position: absolute;
  background: #eae9fe;
  opacity: 0;
}
.service-two-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: #eae9fe;
  transition: 0.4s;
  opacity: 1;
}
.service-two-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  transition: 0.5s;
  opacity: 0;
}
.service-two-thumb img {
  position: relative;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-two-thumb .img-white {
  opacity: 0;
  transition: 0.5s;
}
.service-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-content .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .service-two-content .title {
    font-size: 20px;
  }
}
.service-two-shape {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.service-two .shape {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .service-two .shape {
    display: none;
  }
}
.service-two .shape.shape-1 {
  top: 22%;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-1 {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-1 {
    left: 0px;
  }
}
.service-two .shape.shape-2 {
  bottom: 5%;
  left: 16%;
}
.service-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-2 {
    left: 0;
  }
}
.service-two .shape.shape-3 {
  bottom: 7%;
  right: 11%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-3 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-3 {
    right: 2%;
  }
}
.service-two .shape.shape-4 {
  top: 0;
  right: 0;
}

/* Service Three Style */
.service-three {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-three {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three {
    margin-top: 100px;
  }
}
.service-three-wrapper {
  margin-bottom: -30px;
}
.service-three-wrapper .single-service {
  margin-bottom: 30px;
}
.service-three-wrapper .single-service:nth-child(2n+2) {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three-wrapper .single-service:nth-child(2n+2) {
    margin-top: 0;
  }
}
.service-three-single {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  padding: 60px 50px;
  background: #ffffff;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three-single {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three-single {
    padding: 30px 20px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-single {
    min-height: 230px;
  }
}
.service-three-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #2d3757;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .service-three-title {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-title {
    margin: 15px 0;
  }
}
.service-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three .shape {
    display: none;
  }
}
.service-three .shape .shape1 {
  position: absolute;
  left: 13%;
  top: 300px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape1 {
    left: 15px;
  }
}
.service-three .shape .shape2 {
  position: absolute;
  right: 13%;
  top: 20px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape2 {
    right: 15px;
  }
}

/* Service Four Style */
.service-four {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
  .service-four {
    padding-top: 0;
  }
}
.service-four .heading-one {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-four .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-four .heading-one {
    margin: 0 auto 40px;
  }
}
.service-four .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.service-four-single {
  padding: 45px;
  border-radius: 13px;
  box-shadow: 0px 3px 72px 0px rgba(0, 0, 213, 0.07);
  background: #ffffff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.service-four-single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four-single {
    padding: 30px;
  }
}
.service-four-single-top {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}
.service-four-single-top .icon {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: linear-gradient(-45deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  flex: 0 0 auto;
}
.service-four-single-top .icon-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s;
}
.service-four-single-top .icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.service-four-single-top .icon::before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-four-single-top .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  transition: 0.3s;
}
.service-four-single:hover {
  transition: 0.3s;
}
.service-four-single:hover::before {
  opacity: 1;
  transition: 0.4s;
  transform: translateX(0%);
}
.service-four-single:hover .icon {
  background: #ffffff;
}
.service-four-single:hover .icon-1 {
  opacity: 0;
  transition: 0.3s;
}
.service-four-single:hover .icon-2 {
  opacity: 1;
  transition: 0.3s;
  z-index: 5;
}
.service-four-single:hover .icon::before {
  background: linear-gradient(-45deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  border: 0px;
  z-index: 2;
}
.service-four-single:hover .icon::after {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.service-four-single:hover .title {
  color: #ffffff;
  transition: 0.3s;
}
.service-four-single:hover p {
  color: #ffffff;
  transition: 0.3s;
}
.service-four .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four .shape {
    display: none;
  }
}
.service-four .shape .shape1 {
  position: absolute;
  left: 6.4%;
  top: 208px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
.service-four .shape .shape1 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service-four .shape .shape2 {
  position: absolute;
  left: 13.5%;
  top: 10%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape2 {
    left: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape2 {
    left: 7%;
    top: 5%;
  }
}
.service-four .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 67%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape3 {
    right: 0%;
    bottom: 0%;
    width: 30%;
  }
}
.service-four .shape .shape4 {
  position: absolute;
  left: 0;
  top: -29%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape4 img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape4 img {
    width: 92%;
  }
}
.service-four .shape .shape5 {
  position: absolute;
  right: 0;
  top: -54%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape5 {
    display: flex;
    justify-content: flex-end;
  }
  .service-four .shape .shape5 img {
    width: 90%;
  }
}
.service-four .shape .shape6 {
  position: absolute;
  right: 0;
  top: -25%;
  z-index: 2;
}

/* Service Details Style */
.service-details-content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-details-content-list li:last-child {
  margin-bottom: 0px;
}
.service-details-content-list li img {
  flex: 0 0 auto;
  margin-right: 20px;
}
.service-details-content-list li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-title {
    margin-top: 40px;
  }
}
.service-details-text1 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.service-details p {
  margin-bottom: 20px;
}
.service-details-image2 img {
  width: 100%;
}
.service-details-key {
  margin: 30px 0;
}
.service-details-widget {
  margin-bottom: 40px;
}
.service-details-widget-list li {
  margin-bottom: 10px;
}
.service-details-widget-list li:last-child {
  margin-bottom: 0;
}
.service-details-widget-list li a {
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
  display: flex;
  background: rgba(50, 47, 179, 0.13);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.13) 0%, rgba(65, 125, 210, 0.13) 50%, rgba(50, 47, 179, 0.13) 100%);
}
.service-details-widget-list li a:hover {
  color: #ffffff;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
}
.service-details-widget-list li a.active {
  color: #ffffff;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
}
.service-details-help {
  padding: 60px 50px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-help {
    padding: 50px 40px;
  }
}
.service-details-help::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  background: linear-gradient(-54deg, var(--color-secondary) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.88;
}
.service-details-help .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.service-details-help-text {
  color: white;
  position: relative;
  z-index: 2;
}
.service-details-help-call {
  display: flex;
  align-items: center;
  margin: 35px 0 20px;
  position: relative;
  z-index: 2;
}
.service-details-help-call .icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-heading);
  transform: rotate(90deg);
  background-color: var(--color-secondary);
  font-size: 21px;
  margin-right: 20px;
  color: #ffffff;
}
.service-details-help-call .call-area {
  display: flex;
  flex-direction: column;
}
.service-details-help-call .text {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.service-details-help-call a {
  font-size: 18px;
  color: white;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.service-details-help-call a:hover {
  color: var(--color-heading);
}

/*----------------------------------------*/
/*  2.7 - Work Styles CSS
/*----------------------------------------*/
.work-bg {
  background: linear-gradient(135deg, var(--color-bg-one) 0%, var(--color-highlight) 100%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 134px 170px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: -70px;
  z-index: 4;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-bg {
    padding: 100px 50px;
    margin-right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-bg {
    padding: 72px 25px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-bg {
    max-width: 700px;
    padding: 50px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .work-bg {
    max-width: 515px;
    padding: 40px;
    margin-right: auto;
  }
}
.work-bg .heading-one-title {
  color: #ffffff;
  margin: 15px 0 30px;
}
.work-bg p {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .work-bg p {
    font-size: 18px;
  }
}
.work-btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .work-btn {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.work-btn .btn-style-two {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .work-btn .btn-style-two {
    font-size: 16px;
  }
}
.work-btn .view-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work-btn .view-btn {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .work-btn .view-btn {
    margin: 10px 0 0 0;
  }
}
.work-btn .view-btn::after {
  position: absolute;
  content: "";
  background-color: var(--color-secondary);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.work-btn .view-btn:hover {
  color: var(--color-secondary);
}
.work-btn .view-btn:hover::after {
  background-color: var(--color-secondary);
  transition: 0.3s;
}
.work-image {
  margin: 230px 0px 0 0px;
  position: absolute;
  right: 0;
  z-index: 3;
  height: 686px;
  width: 685px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-image {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-image {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-image {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: -40px auto 0;
    z-index: -1;
  }
  .work-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .work-image {
    max-width: 515px;
    width: 100%;
    position: relative;
    margin: -40px auto 0;
    z-index: -1;
  }
  .work-image img {
    width: 100%;
  }
}
.work-step {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  position: relative;
  padding: 280px 0px 120px;
  margin-top: -160px;
}

.work-step::before{
  background-image: url(../images/work/work-step-bg.png);
  opacity: 0.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-step {
    background-size: cover;
    padding: 180px 0px 120px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-step {
    padding: 180px 0px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-step {
    background-size: cover;
    padding: 230px 0px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .work-step {
    background-size: cover;
    padding: 230px 0px 60px;
  }
}
.work-step .heading-one {
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .work-step .heading-one {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-step .heading-one {
    margin-bottom: 40px;
  }
}
.work-step .heading-one-title {
  margin: 10px 0 30px;
}
.work-step-single .number {
  background-color: var(--color-secondary);
  width: 75px;
  height: 75px;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-step-single .number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.work-step-single .title {
  color: #2d3757;
  font-weight: 700;
  font-size: 24px;
  margin: 18px 0 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-step-single .title {
    margin: 18px 0 10px;
    font-size: 20px;
  }
}
.work-step-single .title:hover {
  color: var(--color-primary);
}
.work-step-white-bg {
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .work-step-white-bg {
    width: 8%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .work-step-white-bg {
    display: none;
  }
}

.work-two {
  margin: 162px 0 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1400px) and (max-width: 1549px) {
  .work-two {
    margin: 120px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-two {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-two {
    margin: 60px 0;
  }
}
.work-two .heading-one {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-two .heading-one {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .work-two .heading-one {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .work-two .heading-one {
    max-width: 290px;
  }
}
.work-two .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.work-two .work-carousel {
  float: left;
  width: calc(100% + 432px);
  position: relative;
  padding-top: 160px;
  margin-top: -160px;
  margin-left: -215px;
}
@media only screen and (max-width: 767px) {
  .work-two .work-carousel {
    width: 100%;
    margin-left: 0px;
  }
}
.work-two .work-carousel-wrapper {
  overflow: hidden;
  padding-top: 160px;
  margin-top: -160px;
}
.work-two .work-carousel .single-work-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.work-two .work-carousel .single-work-carousel::before {
  content: "";
  background: linear-gradient(-50deg, var(--color-accent) 15%, var(--color-primary-alt) 47%, var(--color-primary) 80%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.work-two .work-carousel .single-work-carousel .thumbnail {
  overflow: hidden;
  border-radius: 13px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .thumbnail img {
  transform: scale(1);
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .thumbnail:hover img {
  transform: scale(1.06);
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .lightbox {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.6s;
  opacity: 0;
}
.work-two .work-carousel .single-work-carousel .lightbox .item {
  font-size: 16px;
  color: black;
  background: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .lightbox .item:hover {
  background: linear-gradient(-50deg, var(--color-accent) 15%, var(--color-primary-alt) 47%, var(--color-primary) 80%);
  color: white;
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .content {
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  padding: 40px;
  z-index: 2;
}
.work-two .work-carousel .single-work-carousel .content .subtitle {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.work-two .work-carousel .single-work-carousel .content .title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
}
.work-two .work-carousel .single-work-carousel .content .title a {
  color: white;
}
.work-two .work-carousel .single-work-carousel:hover .lightbox {
  top: 30px;
  transition: 0.6s;
  opacity: 1;
}
.work-two .work-carousel .single-work-carousel:hover .content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s;
}
.work-two .work-carousel .single-work-carousel:hover::before {
  opacity: 0.7;
}
.work-two .work-carousel .work-swiper-arrow {
  position: absolute;
  right: 25%;
  top: 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 20%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 24%;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 30px;
    top: 70px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .work-two .work-carousel .work-swiper-arrow {
    top: 90px;
    right: 12px;
  }
  .work-two .work-carousel .work-swiper-arrow .prev-button, .work-two .work-carousel .work-swiper-arrow .next-button {
    height: 40px;
    width: 40px;
  }
}
.work-two .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-two .shape {
    display: none;
  }
}
.work-two .shape .shape1 {
  position: absolute;
  right: 0%;
  top: -65px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-two .shape .shape1 {
    top: -20px;
  }
}
.work-two .shape .shape2 {
  position: absolute;
  right: 0%;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-two .shape .shape2 {
    display: flex;
    justify-content: flex-end;
  }
  .work-two .shape .shape2 img {
    width: 85%;
  }
}

/*----------------------------------------*/
/*  2.8 - Qualit Styles CSS
/*----------------------------------------*/
.quality {
  position: relative;
}
.quality-images {
  margin-right: 70px;
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quality-images {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .quality-images {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .quality-images {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 479px) {
  .quality-images {
    height: 400px;
  }
}
.quality-images-one {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .quality-images-one {
    width: 70%;
  }
}
.quality-images-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .quality-images-two {
    width: 50%;
  }
}
.quality-images-thumb {
  position: absolute;
  width: 98px;
  height: 98px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .quality-images-thumb {
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .quality-images-thumb {
    left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .quality-images-thumb {
    width: 70px;
    height: 70px;
  }
}
.quality .heading-one {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .quality .heading-one {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .quality .heading-one {
    margin-bottom: 30px;
  }
}
.quality .heading-one-title {
  margin: 10px 0 36px;
}
@media only screen and (max-width: 767px) {
  .quality .heading-one-title {
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .quality .shape {
    display: none;
  }
}
.quality .shape.shape-1 {
  position: absolute;
  top: 3%;
  left: 3%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
.quality .shape.shape-2 {
  position: absolute;
  top: 16%;
  left: 10%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.quality .shape.shape-3 {
  position: absolute;
  top: -5%;
  right: 0%;
  -webkit-animation: moveupdown1 5s infinite linear;
          animation: moveupdown1 5s infinite linear;
}
.quality .shape.shape-4 {
  position: absolute;
  top: 12%;
  right: 8%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  z-index: -1;
}
.quality .shape.shape-5 {
  position: absolute;
  bottom: 12%;
  right: 0%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}

.faq-accordion-button {
  font-size: 24px;
  color: var(--color-heading);
  font-weight: 700;
  padding: 0px 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button {
    padding: 0px 0px 0 20px;
    font-size: 20px;
  }
}
.faq-accordion-button:not(.collapsed) {
  color: var(--color-heading);
  background-color: #ffffff;
  box-shadow: none;
}
.faq-accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: translateY(-50%) translateX(-50%);
}
.faq-accordion-button::after {
  background-image: none;
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  background-color: var(--color-primary-muted);
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::after {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button::before {
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%);
  background-color: var(--color-primary-muted);
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::before {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button:focus {
  box-shadow: none;
}
.faq-accordion-item {
  border: 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-item {
    margin-bottom: 20px;
  }
}
.faq-accordion-collapse .accordion-body {
  padding: 20px 20px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-collapse .accordion-body {
    padding: 20px 0px 10px 20px;
    font-size: 16px;
  }
}
.faq .accordion-item:last-child {
  margin-bottom: 0px;
}

.about-accordion {
  background-color: #ffffff;
}

/*----------------------------------------*/
/*  2.9 - Testimonial Styles CSS
/*----------------------------------------*/
.testimonial-one {
  position: relative;
}
.testimonial-one-inner {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .testimonial-one-inner {
    flex-direction: column;
  }
}
.testimonial-one-image {
  position: absolute;
  margin-top: 120px;
  margin-left: -12px;
  width: 36%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-one-image {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one-image {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 52%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 63%;
  }
}
.testimonial-one-thumb {
  width: 10%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  position: absolute;
  top: 140px;
  right: 140px;
  padding: 30px;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .testimonial-one-thumb {
    right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-one-thumb {
    height: 260px;
    width: 260px;
    right: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one-thumb {
    height: 200px;
    width: 200px;
    right: 12px;
  }
  .testimonial-one-thumb img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-thumb {
    height: 120px;
    width: 120px;
    right: 12px;
  }
  .testimonial-one-thumb img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-thumb {
    height: 100px;
    width: 100px;
    right: 12px;
    top: 100px;
  }
  .testimonial-one-thumb img {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-one-thumb {
    height: 80px;
    width: 80px;
  }
  .testimonial-one-thumb img {
    width: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-one-thumb {
    height: 80px;
    width: 80px;
    right: 12px;
    top: 18%;
  }
  .testimonial-one-thumb img {
    width: 40%;
  }
}
.testimonial-one-content {
  background-color: var(--color-bg-one);
  padding: 120px 160px;
  position: relative;
  right: 0;
  width: 74%;
  margin-top: 240px;
  margin-left: auto;
  margin-right: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-one-content {
    padding: 120px 100px;
    margin-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one-content {
    padding: 120px 80px 100px;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-content {
    padding: 90px 70px;
    width: 80%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-content {
    padding: 50px 50px;
    width: 80%;
    margin-top: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-one-content {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-one-content {
    padding: 42px 20px;
    width: 100%;
    margin-top: 170px;
    margin-right: auto;
  }
}
.testimonial-one .testimonialone {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone {
    padding-bottom: 60px;
  }
}
.testimonial-one .testimonialone-single {
  max-width: 870px;
  width: 100%;
}
.testimonial-one .testimonialone-content {
  display: flex;
  align-items: center;
}
.testimonial-one .testimonialone-text {
  color: var(--color-body);
  font-size: 30px;
  font-style: italic;
  line-height: 1.4;
  margin: 70px 0 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one .testimonialone-text {
    margin: 40px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one .testimonialone-text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .testimonialone-text {
    font-size: 22px;
    margin: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-text {
    font-size: 20px;
    margin: 20px 0 30px;
  }
}
.testimonial-one .testimonialone-info {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-info {
    margin-left: 15px;
  }
}
.testimonial-one .testimonialone-info .name {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-heading);
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-info .name {
    font-size: 20px;
  }
}
.testimonial-one .testimonialone-info .designation {
  color: var(--color-body);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-info .designation {
    margin-top: 5px;
  }
}
.testimonial-one .testimonialone-pagination {
  text-align: start;
  bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .shape {
    display: none;
  }
}
.testimonial-one .shape.shape-1 {
  position: absolute;
  top: -15%;
  left: 4%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
.testimonial-one .shape.shape-2 {
  position: absolute;
  top: -3%;
  left: 14%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
}

/* Testimonial Two */
.testimonial-two {
  position: relative;
}
.testimonial-two .heading-one {
  text-align: center;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-two .heading-one {
    margin: 0 auto 30px;
  }
}
.testimonial-two-single {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
  border-radius: 13px;
  padding: 0 50px 50px;
}
.testimonial-two-single .quote {
  padding: 35px 0px;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 90px;
  margin: 0 auto 40px;
  border-radius: 0 0 7px 7px;
}
.testimonial-two-single .text {
  font-style: italic;
  font-size: 21px;
  line-height: 1.42;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-two-single .text {
    font-size: 18px;
  }
}
.testimonial-two-single .user {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.testimonial-two-single .user-meta {
  display: flex;
  flex-direction: column;
}
.testimonial-two-single .user-meta .name {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: var(--color-heading);
}
.testimonial-two .testimonialtwo {
  overflow: hidden;
  margin: 0 -15px;
}
.testimonial-two .testimonialtwo .swiper-slide {
  padding: 15px 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial-two .testimonialtwo {
    margin: 0 0;
  }
}
.testimonial-two .testimonial-two-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}
.testimonial-two .testimonial-two-arrow .swiper-arrow-long {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
  left: -8.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
    left: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
    left: -1%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
    left: 0%;
  }
}
.testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
  right: -8.5%;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
    right: -2%;
    left: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
    right: -1%;
    left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
    right: 0%;
    left: auto;
  }
}
.testimonial-two .shape {
  position: absolute;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .shape {
    display: none;
  }
}
.testimonial-two .shape.shape-1 {
  top: -140px;
  right: 135px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .shape.shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .shape.shape-1 {
    right: 20px;
    top: -80px;
  }
}

.swiper-arrow-long .prev-button .arrow-2 {
  opacity: 0;
  transition: 0.3s;
  transform: rotate(180deg);
  position: absolute;
  top: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-arrow-long .prev-button .arrow-2 {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-arrow-long .prev-button .arrow-2 {
    top: 40%;
  }
}
.swiper-arrow-long .next-button .arrow-1 {
  transform: rotate(-180deg);
}
.swiper-arrow-long .next-button .arrow-2 {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 39%;
  left: 33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-arrow-long .next-button .arrow-2 {
    top: 36%;
    left: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-arrow-long .next-button .arrow-2 {
    top: 36%;
    left: 28%;
  }
}
.swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  border: 1px solid var(--color-secondary);
  border-radius: 100%;
  transition: 0.3s;
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
    height: 45px;
    width: 45px;
  }
}
.swiper-arrow-long .prev-button:hover, .swiper-arrow-long .next-button:hover {
  background-color: var(--color-secondary);
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.13);
}
.swiper-arrow-long .prev-button:hover .arrow-2, .swiper-arrow-long .next-button:hover .arrow-2 {
  opacity: 1;
  transition: 0.3s;
}
.swiper-arrow-long .prev-button:hover .arrow-1, .swiper-arrow-long .next-button:hover .arrow-1 {
  opacity: 0;
  transition: 0.3s;
}

/* Testimonial Three Style */
.testimonial-three {
  position: relative;
}
.testimonial-three .heading-one {
  max-width: 600px;
  margin-bottom: 60px;
}
.testimonial-three .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three .heading-one {
    max-width: 500px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three .heading-one {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
.testimonial-three .vertical-testimonial {
  height: 666px;
}
.testimonial-three .vertical-testimonial .swiper-slide {
  padding: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three .vertical-testimonial {
    height: 715px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three .vertical-testimonial {
    height: 620px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three .vertical-testimonial {
    height: 520px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three .vertical-testimonial {
    height: 340px;
  }
}
.testimonial-three-single-content {
  padding: 50px;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.07);
  max-width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-single-content {
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-single-content {
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three-single-content {
    padding: 25px;
  }
}
.testimonial-three-single-content .text {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 21px;
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .testimonial-three-single-content .text {
    font-size: 17px;
  }
}
.testimonial-three-single-content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-three-single-content .bottom .client-description {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 479px) {
  .testimonial-three-single-content .bottom .client-description {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.testimonial-three-single-content .bottom .client-description .name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 21px;
}
@media only screen and (max-width: 575px) {
  .testimonial-three-single-content .bottom .client-description .name {
    font-size: 18px;
  }
}
.testimonial-three .vertical-pagination .swiper-pagination {
  height: 330px;
  background: #d6edf7;
  border-radius: 5px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  right: 15px;
}
.testimonial-three .vertical-pagination .swiper-pagination .swiper-pagination-bullet {
  background: #d6edf7;
}
.testimonial-three .vertical-pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-gradient-soft);
  width: 6px;
  height: 56px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three .vertical-pagination .swiper-pagination {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three .vertical-pagination .swiper-pagination {
    right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three .vertical-pagination .swiper-pagination {
    height: 230px;
  }
}
.testimonial-three-images {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images {
    margin-bottom: 30px;
  }
}
.testimonial-three-images .image1 {
  position: absolute;
  top: -35px;
  right: 60px;
}
.testimonial-three-images .image1 img {
  -webkit-animation: zoom1 2s infinite linear;
          animation: zoom1 2s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image1 {
    right: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image1 {
    right: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image1 {
    position: relative;
    top: 0px;
    margin-left: 56%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image1 {
    position: relative;
    top: 0px;
    margin-left: 56%;
    right: auto;
  }
}
.testimonial-three-images .image2 {
  position: absolute;
  top: 100px;
  right: 30%;
}
.testimonial-three-images .image2 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image2 {
    right: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image2 {
    right: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image2 {
    position: relative;
    top: 25px;
    margin-left: 18%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image2 {
    position: relative;
    top: 25px;
    margin-left: 18%;
    right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three-images .image2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image2 {
    top: -40px;
    margin-left: 5%;
  }
  .testimonial-three-images .image2 img {
    width: 40%;
  }
}
.testimonial-three-images .image3 {
  position: absolute;
  top: 145px;
  right: -110px;
}
.testimonial-three-images .image3 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .testimonial-three-images .image3 {
    right: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image3 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image3 {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image3 {
    position: relative;
    margin-top: -180px;
    margin-left: 67%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image3 {
    position: relative;
    margin-top: -180px;
    margin-left: 67%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image3 {
    margin-top: -100px;
    margin-left: 60%;
  }
  .testimonial-three-images .image3 img {
    width: 65%;
  }
}
.testimonial-three-images .image4 {
  position: absolute;
  top: 330px;
  right: -304px;
}
.testimonial-three-images .image4 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1650px) and (max-width: 1800px) {
  .testimonial-three-images .image4 {
    right: -230px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
  .testimonial-three-images .image4 {
    top: 310px;
    right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .testimonial-three-images .image4 {
    top: 300px;
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image4 {
    top: 300px;
    right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image4 {
    top: 300px;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image4 {
    position: relative;
    margin-top: 85px;
    margin-left: 79%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image4 {
    position: relative;
    margin-top: 85px;
    margin-left: 79%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image4 {
    margin-top: 100px;
    margin-left: 74%;
    bottom: 80px;
  }
  .testimonial-three-images .image4 img {
    width: 68%;
  }
}
.testimonial-three-images .image5 {
  position: absolute;
  bottom: 70px;
  left: 90px;
}
.testimonial-three-images .image5 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image5 {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image5 {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image5 {
    position: relative;
    bottom: 70px;
    margin-left: 1%;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image5 {
    position: relative;
    bottom: 70px;
    margin-left: 1%;
    left: auto;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image5 {
    bottom: 120px;
  }
  .testimonial-three-images .image5 img {
    width: 25%;
  }
}
.testimonial-three-images .image6 {
  position: absolute;
  bottom: 30px;
  right: -64px;
}
.testimonial-three-images .image6 img {
  -webkit-animation: zoom1 6s infinite linear;
          animation: zoom1 6s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image6 {
    right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image6 {
    right: 15px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image6 {
    position: relative;
    margin-top: -200px;
    margin-left: 39%;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image6 {
    position: relative;
    margin-top: -200px;
    margin-left: 39%;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three-images .image6 img {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image6 {
    margin-top: -220px;
    margin-left: 33%;
  }
  .testimonial-three-images .image6 img {
    width: 50%;
  }
}
.testimonial-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-three .shape {
    display: none;
  }
}
.testimonial-three .shape .shape1 {
  position: absolute;
  left: 0%;
  top: 20px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three .shape .shape1 img {
    width: 85%;
  }
}
.testimonial-three .shape .shape2 {
  position: absolute;
  left: 0%;
  top: 20%;
  z-index: 1;
}
.testimonial-three .shape .shape3 {
  position: absolute;
  left: 55px;
  top: 46%;
  z-index: 1;
}
.testimonial-three .shape .shape4 {
  position: absolute;
  right: 0%;
  top: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three .shape .shape4 {
    right: 2%;
    top: 4%;
  }
}
.testimonial-three .shape .shape5 {
  position: absolute;
  right: 0%;
  top: 60px;
}
.testimonial-three .shape .shape6 {
  position: absolute;
  right: 33%;
  top: 23%;
}
.testimonial-three .shape .shape7 {
  position: absolute;
  right: 5.5%;
  top: 15%;
}
.testimonial-three .shape .shape8 {
  position: absolute;
  right: 2%;
  top: 42%;
}
.testimonial-three .shape .shape9 {
  position: absolute;
  right: 24%;
  top: 61%;
}
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
  .testimonial-three .shape .shape9 {
    right: 20%;
    top: 63%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three .shape .shape9 {
    right: 20%;
    top: 63%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three .shape .shape9 {
    right: 20%;
    top: 63%;
  }
}
.testimonial-three .shape .shape10 {
  position: absolute;
  right: 39%;
  top: 67%;
}
.testimonial-three .shape .shape11 {
  position: absolute;
  right: 5.5%;
  bottom: -7%;
}

/*----------------------------------------*/
/*  2.10 - Brand Styles CSS
/*----------------------------------------*/
.brand-style .brand-before {
  display: block;
  transition: all 0.4s;
}
.brand-style .brand-after {
  top: 150%;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.brand-style .swiper-slide:hover .brand-before {
  transform: translateY(-100%);
}
.brand-style .swiper-slide:hover .brand-after {
  top: 0%;
}

/* Brand Two Style */
.brand-style-two {
  background-color: #f2f5fb;
  border-radius: 10px;
  padding: 110px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-two {
    padding: 40px 30px;
  }
}
.brand-style-two .shape-one {
  position: absolute;
  bottom: -105px;
  right: -105px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-style-two .shape-one {
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two .shape-one {
    right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .brand-style-two .shape-one {
    right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-style-two .shape-one {
    right: 0px;
    bottom: -40px;
    width: 35%;
  }
}

/* Brand Three Style */
.brand-three {
  margin-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-three .shape {
    display: none;
  }
}
.brand-three .shape.shape-1 {
  position: absolute;
  top: -190%;
  left: 7%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .brand-three .shape.shape-1 {
    left: 3%;
    top: -240%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .brand-three .shape.shape-1 {
    display: none;
  }
}
.brand-three .shape.shape-2 {
  position: absolute;
  top: 10%;
  left: 6%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .brand-three .shape.shape-2 {
    left: 2%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .brand-three .shape.shape-2 {
    display: none;
  }
}
.brand-three .shape.shape-3 {
  position: absolute;
  top: -89%;
  left: 13%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .brand-three .shape.shape-3 {
    left: 10%;
    top: -153%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .brand-three .shape.shape-3 {
    display: none;
  }
}

/* Brand Four Style */
.brand-four {
  background-image: url(../images/brand/brand-three/brand-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 395px;
  margin-bottom: -1px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-four {
    padding: 80px 0 355px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-four {
    padding: 60px 0 335px;
  }
}
.brand-four .shape {
  position: absolute;
}
.brand-four .shape.shape-1 {
  top: -100px;
  left: 90px;
}
.brand-four .shape.shape-1 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-four .shape.shape-1 img {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-four .shape.shape-1 {
    left: 20px;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-four .shape.shape-1 {
    display: none;
  }
}
.brand-four .shape.shape-2 {
  bottom: 100px;
  right: 310px;
}
.brand-four .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .brand-four .shape.shape-2 {
    display: none;
  }
}

/* Brand Five Style */
.brand-five {
  margin: 100px 0 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-five {
    margin: 90px 0 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-five {
    margin: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-five {
    margin: 40px 0 60px;
  }
}
.brand-five .heading-one {
  max-width: 500px;
  margin: 0 auto 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-five .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-five .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-five .heading-one {
    margin: 0 auto 40px;
  }
}
.brand-five .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  2.11 - Blog Styles CSS
/*----------------------------------------*/
/* Blog Post */
.blog-post {
  position: relative;
}
.blog-post-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-top {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.blog-post-top .heading-one {
  max-width: 560px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-top .heading-one {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-top .heading-one {
    max-width: 320px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-top .heading-one {
    margin-bottom: 30px;
  }
}
.blog-post-top .heading-one-title {
  margin: 5px 0 35px;
}
@media only screen and (max-width: 767px) {
  .blog-post-top .heading-one-title {
    margin: 5px 0 20px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post .shape {
    display: none;
  }
}
.blog-post .shape.shape-1 {
  position: absolute;
  top: 9%;
  right: 7%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-post .shape.shape-1 {
    right: 2%;
  }
}
.blog-post .shape.shape-2 {
  position: absolute;
  bottom: 30%;
  left: 5%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-3 {
  position: absolute;
  bottom: 22%;
  left: 9%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-4 {
  position: absolute;
  bottom: 21%;
  right: 12%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-5 {
  position: absolute;
  bottom: 3%;
  right: 4%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-6 {
  position: absolute;
  bottom: 1%;
  right: 2%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
  z-index: -1;
}
.blog-post-two {
  position: relative;
}
.blog-post-two .heading-one {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.blog-post-two .heading-one-title {
  margin: 10px 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-two .heading-one {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-two .heading-one {
    margin-bottom: 60px;
  }
}
.blog-post-two .blog-grid-content {
  box-shadow: none;
  padding: 35px 0 0;
}
.blog-post-two .blog-grid-content .title {
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-two .blog-grid-content {
    padding: 25px 0 0;
  }
}
.blog-post-two .blogpost-image {
  border-radius: 7px;
}
.blog-post-two .shape {
  position: absolute;
}
.blog-post-two .shape.shape-1 {
  top: 0px;
  left: 0px;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-two .shape.shape-1 {
    display: none;
  }
}
.blog-post-two .shape.shape-2 {
  bottom: 230px;
  left: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-two .shape.shape-2 {
    display: none;
  }
}
.blog-post-two .shape.shape-3 {
  right: 140px;
  top: 0;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .blog-post-two .shape.shape-3 {
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .blog-post-two .shape.shape-3 {
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-post-two .shape.shape-3 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-two .shape.shape-3 {
    right: 20px;
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-two .shape.shape-3 {
    right: 20px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-two .shape.shape-3 {
    display: none;
  }
}
.blog-post-three {
  position: relative;
}
.blog-post-three-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 auto 90px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three-top {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-three-top {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-three-top {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-three-top {
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }
}
.blog-post-three-top .heading-one {
  max-width: 500px;
}
.blog-post-three-top .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}
.blog-post-three-top .more-blog-button {
  display: flex;
}
.blog-post-three-single {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}
.blog-post-three-single .image {
  transform: scale(1);
  transition: 0.3s;
  display: block;
}
@media only screen and (max-width: 575px) {
  .blog-post-three-single .image img {
    width: 100%;
  }
}
.blog-post-three-single .content {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 13px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three-single .content {
    padding: 25px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-three-single .content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px 15px 15px;
  }
}
.blog-post-three-single .content-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-gradient-soft);
  text-transform: uppercase;
  line-height: 0.5;
}
@media only screen and (max-width: 767px) {
  .blog-post-three-single .content-subtitle {
    font-size: 14px;
  }
}
.blog-post-three-single .content-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three-single .content-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-three-single .content-title {
    font-size: 18px;
  }
}
.blog-post-three-single:hover .image {
  transform: scale(1.1);
  transition: 0.3s;
}
.blog-post-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-three .shape {
    display: none;
  }
}
.blog-post-three .shape .shape1 {
  position: absolute;
  left: 145px;
  top: 122px;
}
@media only screen and (min-width: 1651px) and (max-width: 1770px) {
  .blog-post-three .shape .shape1 {
    left: 5%;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
  .blog-post-three .shape .shape1 {
    left: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape1 {
    left: 0;
    top: 172px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape1 {
    left: 0;
    top: 172px;
  }
  .blog-post-three .shape .shape1 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape2 {
  position: absolute;
  left: 0%;
  top: 74%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape2 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape3 {
  position: absolute;
  left: 0px;
  top: 23%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape3 img {
    width: 80%;
  }
}
.blog-post-three .shape .shape4 {
  position: absolute;
  right: 80px;
  top: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape4 {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape4 {
    top: 100px;
  }
  .blog-post-three .shape .shape4 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape5 {
  position: absolute;
  right: 0%;
  top: -34%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape5 {
    display: flex;
    justify-content: flex-end;
    top: 0;
  }
  .blog-post-three .shape .shape5 img {
    width: 60%;
  }
}
.blog-post-three .shape .shape6 {
  position: absolute;
  right: 0%;
  top: 23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape6 {
    display: flex;
    justify-content: flex-end;
    top: 60%;
  }
  .blog-post-three .shape .shape6 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape7 {
  position: absolute;
  right: 16.5%;
  bottom: -14%;
  z-index: 9;
}

.blogpost {
  position: relative;
}
.blogpost-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blogpost-image-thumb {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--color-primary-dark);
  border-radius: 5px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blogpost-image-thumb .date {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.blogpost-image-thumb .text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 3px;
  line-height: 1;
}
.blogpost-image img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
.blogpost-image:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.blogpost-image:hover .blogpost-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: 0.4s;
}
.blogpost-content {
  padding: 30px;
  border-radius: 0 0 7px 7px;
  background-color: var(--color-bg-one);
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .blogpost-content {
    padding: 20px 14px;
  }
}
.blogpost-meta {
  display: flex;
  margin-bottom: 10px;
}
.blogpost-meta li {
  margin-right: 15px;
}
.blogpost-meta li:last-child {
  margin-right: 0;
}
.blogpost-meta li i {
  color: var(--color-primary-dark);
  margin-right: 5px;
}
.blogpost-meta li a {
  color: var(--color-body);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .blogpost-meta li a {
    font-size: 14px;
  }
}
.blogpost-meta li a:hover {
  color: var(--color-primary);
}
.blogpost-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.42;
}
@media only screen and (max-width: 767px) {
  .blogpost-title {
    font-size: 18px;
  }
}
.blogpost-read-more {
  color: var(--color-primary-dark);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blogpost-read-more {
    font-size: 14px;
    margin-top: 10px;
  }
}
.blogpost-read-more:hover {
  color: var(--color-heading);
}
.blogpost:hover .blogpost-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: 0.4s;
}

/* Standard Blog */
@media only screen and (max-width: 767px) {
  .standard-blog-single {
    margin-bottom: 46px;
  }
}
.standard-blog-image {
  display: block;
}
.standard-blog-image img {
  width: 100%;
}
.standard-blog-content {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .standard-blog-content {
    margin-top: 25px;
  }
}
.standard-blog-content p {
  margin-bottom: 0px;
}
.standard-blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.standard-blog-meta li {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.standard-blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.standard-blog-meta li a {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-secondary);
}
.standard-blog-meta li a:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .standard-blog-meta li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .standard-blog-meta li p {
    font-size: 14px;
  }
}
.standard-blog-meta li::after {
  position: absolute;
  content: "";
  background-color: #bbbbbb;
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.standard-blog-meta li:last-child::after {
  display: none;
}
.standard-blog-title {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .standard-blog-title {
    font-size: 30px;
  }
}
.standard-blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .standard-blog-bottom {
    margin-top: 25px;
  }
}
.standard-blog-social {
  display: flex;
  align-items: center;
}
.standard-blog-social-label {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  margin-right: 25px;
  line-height: 1;
}
.standard-blog-social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.standard-blog-social ul li a {
  font-size: 18px;
  line-height: 1;
}

/* Classic Blog */
.classic-blog-single {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classic-blog-single {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classic-blog-single {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .classic-blog-single {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 46px;
  }
}
.classic-blog-single .standard-blog-content {
  margin-top: 0;
  max-width: 670px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classic-blog-single .standard-blog-content {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-content p {
    margin-bottom: 0px;
  }
}
.classic-blog-single:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .classic-blog-single:nth-child(2n) {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-bottom {
    margin-top: 25px;
  }
}
.classic-blog-single .standard-blog-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-image {
    width: 100%;
  }
}
.classic-blog-single img {
  transform: scale(1);
  transition: 0.4s;
}
.classic-blog-single:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* Blog Grid */
.blog-grid-image {
  position: relative;
}
.blog-grid-image a {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-grid-image a img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
.blog-grid-image-thumb {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 73px;
  height: 73px;
  border-radius: 7px;
  bottom: -25px;
  right: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-grid-image-thumb {
    width: 67px;
    height: 67px;
    right: 10px;
  }
}
.blog-grid-image-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.93;
  z-index: 1;
}
.blog-grid-image-thumb .date {
  position: relative;
  color: #ffffff;
  z-index: 3;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .blog-grid-image-thumb .date {
    font-size: 24px;
  }
}
.blog-grid-image-thumb .text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  z-index: 3;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-grid-image-thumb .text {
    font-size: 14px;
  }
}
.blog-grid-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 35px 40px;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .blog-grid-content {
    padding: 26px 20px 30px;
  }
}
.blog-grid-content .subtitle {
  color: var(--color-secondary);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.blog-grid-content .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-grid-content .title {
    font-size: 18px;
  }
}
.blog-grid-single:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.blog-grid-single:hover .blog-grid-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--color-bg-one);
  transition: 0.4s;
}

.blog-grid-pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid-pagination {
    margin-top: 40px;
  }
}

/* Blog Masonry */
.blog-menu-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0 60px;
}

.blog-masonry-button {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-masonry-button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-masonry-button {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-menu-style {
    margin: 0px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-menu-style {
    margin: 0px 0 30px;
  }
}
.blog-menu-style .btn-blog {
  border: 0px;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-right: 35px;
  color: var(--color-heading);
  text-transform: uppercase;
}
.blog-menu-style .btn-blog:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .blog-menu-style .btn-blog {
    font-size: 16px;
  }
}

.blog-menu-style .btn-blog:last-child {
  margin-right: 0px;
}

.blog-menu-style .btn-blog:hover {
  color: var(--color-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-menu-style .btn-blog {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-menu-style .btn-blog {
    margin: 0px 10px;
  }
}
.blog-menu-style .btn-blog.active {
  color: var(--color-primary);
}

.blog-more-btn {
  width: 190px;
  height: 56px;
  color: var(--color-heading);
  font-size: 16px;
  position: relative;
  border-radius: 7px;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-more-btn {
    width: 160px;
    height: 46px;
  }
}
.blog-more-btn span {
  background-color: #ffffff;
  width: 98%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  transition: 0.6s;
}
.blog-more-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, var(--color-primary) 20%, var(--color-primary-alt) 50%, var(--color-secondary) 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
  border-radius: 7px;
}
.blog-more-btn:hover span {
  width: 100%;
  height: 100%;
  color: #ffffff;
  transition: 0.6s;
}
.blog-more-btn:hover span::before {
  opacity: 1;
  transition: 0.6s;
}

.bg-gradient-4 {
  padding-top: 150px;
  background: rgba(50, 47, 179, 0.1);
  background: linear-gradient(0deg, rgba(50, 47, 179, 0.1) 0%, rgba(79, 203, 241, 0.1) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-gradient-4 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-gradient-4 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-gradient-4 {
    padding-top: 80px;
  }
}

/*----------------------------------------*/
/*  2.12 - Footer Styles CSS
/*----------------------------------------*/
.footer {
  position: relative;
  overflow: hidden;
}
.footer-left {
  background-color: var(--color-primary);
  padding: 120px 100px 280px 0;
  position: relative;
  border-radius: 0 3px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-left {
    padding: 120px 40px 280px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-left {
    padding: 60px 60px 160px 0;
    border-radius: 0 0px 0 0;
    margin-top: 195px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-left {
    padding: 60px 0;
    margin-top: 256px;
  }
  .footer-left::before {
    background-color: var(--color-primary);
    content: "";
    height: 100%;
    left: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
.footer-left::after {
  background-color: var(--color-primary);
  content: "";
  height: 100%;
  right: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-left-text {
  color: #abb1c3;
  font-size: 16px;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer-left-text {
    margin: 30px 0;
  }
}
.footer-left-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-left-list-icon li i {
  color: #abb1c3;
}
.footer-left-list-icon li span {
  color: #abb1c3;
  font-size: 16px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
}
.footer-left .social-icon {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .footer-left .social-icon {
    margin-top: 40px;
  }
}
.footer-left .social-icon li {
  margin-right: 25px;
}
.footer-left .social-icon a {
  color: #ffffff;
}
.footer-left .social-icon a:hover {
  color: var(--color-secondary);
}
.footer-right {
  margin-top: 73px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-right {
    margin-top: 0px;
  }
}
.footer-top {
  background-color: var(--color-secondary);
  position: relative;
  padding: 60px 0 60px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    padding: 60px 0 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 40px 40px 40px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 40px 12px 40px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .footer-top::before {
    background-color: var(--color-secondary);
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
.footer-top::after {
  background-color: var(--color-secondary);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-top .heading-one-subtitle {
  color: #ffffff;
}
.footer-top .heading-one-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 18px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-top .heading-one-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.footer-top .heading-one p {
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .btn-style-three {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .btn-style-three {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .btn-style-three {
    margin-top: 30px;
  }
}
.footer-bottom {
  background-color: var(--color-heading);
  position: relative;
  padding: 120px 0 173px 100px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-bottom {
    padding: 120px 0 173px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom {
    padding: 94px 0 174px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    padding: 60px 0 172px 40px;
    flex-wrap: wrap;
    margin-top: 196px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 60px 0 173px 0px;
    flex-wrap: wrap;
  }
  .footer-bottom::before {
    background-color: var(--color-heading);
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom {
    padding: 60px 0 150px 0px;
  }
}
.footer-bottom::after {
  background-color: var(--color-heading);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-widget {
  max-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget {
    max-width: 50%;
    width: 50%;
  }
}
.footer-widget-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-title {
    margin-bottom: 20px;
  }
}
.footer-widget-list li {
  margin-bottom: 10px;
}
.footer-widget-list li a {
  color: #abb1c3;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.footer-widget-list li a:hover {
  color: #ffffff;
}
.footer-widget-text {
  color: #abb1c3;
}
.footer-widget-form {
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer-widget-form {
    margin-top: 30px;
  }
}
.footer-widget-form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 0px;
  padding: 0 60px 0 15px;
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.footer-widget-form input::-moz-placeholder {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.footer-widget-form input::placeholder {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.footer-widget-form button {
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-subscription {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-subscription {
    width: 100%;
    margin-top: 30px;
  }
}
.footer-copyright-inner {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 80px 20px 70px 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-inner {
    padding: 80px 20px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright-inner {
    padding: 50px 20px 40px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer-copyright-inner p {
  font-family: "Open Sans", sans-serif;
  color: #abb1c3;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-copyright-inner p span {
  font-weight: 500;
}
.footer-copyright-inner .footer-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-copyright-inner .footer-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.footer-copyright-inner .footer-bootm-list li {
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 479px) {
  .footer-copyright-inner .footer-bootm-list li {
    margin-right: 15px;
  }
}
.footer-copyright-inner .footer-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-copyright-inner .footer-bootm-list li a {
  font-size: 16px;
  color: #abb1c3;
  font-family: "Open Sans", sans-serif;
}
.footer-copyright-inner .footer-bootm-list li a:hover {
  color: #ffffff;
}
.footer-two-bg {
  background-image: url(../images/footer/footer-two-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 0px;
  position: relative;
  margin-top: -166px;
}
.footer-two-bg::after {
  position: absolute;
  background: rgb(231, 233, 242);
  background: linear-gradient(0deg, rgb(231, 233, 242) 0%, rgba(231, 233, 242, 0.1853116246) 100%, rgb(231, 233, 242) 100%);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-two-bg {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-bg {
    padding: 280px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-bg {
    padding: 250px 0 0px;
  }
}
.footer-two-copyright-inner {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 110px 0px 70px 0;
  bottom: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-two-copyright-inner {
    padding: 70px 0px 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-copyright-inner {
    padding: 80px 0px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-copyright-inner {
    padding: 50px 0px 40px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .footer-two-copyright-inner {
    padding: 40px 0;
  }
}
.footer-two-copyright-inner p {
  font-family: "Open Sans", sans-serif;
  color: var(--color-body);
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-two-copyright-inner p span {
  font-weight: 500;
}
.footer-two-copyright-inner .footer-two-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-two-copyright-inner .footer-two-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.footer-two-copyright-inner .footer-two-bootm-list li {
  position: relative;
  margin-right: 40px;
}
.footer-two-copyright-inner .footer-two-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .footer-two-copyright-inner .footer-two-bootm-list li {
    margin-right: 20px;
  }
}
.footer-two-copyright-inner .footer-two-bootm-list li a {
  font-size: 16px;
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
}
.footer-two-copyright-inner .footer-two-bootm-list li a:hover {
  color: var(--color-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-about .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-about .footer-bottom {
    padding: 60px 0 171px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-team .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-service .footer-bottom {
    padding: 60px 0 171px 40px;
    margin-top: 196px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-service-details .footer-bottom {
    padding: 60px 0 171px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-project-details .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-project-details .footer-bottom {
    padding: 120px 0 173px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-project-details .footer-bottom {
    padding: 95px 0 173px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-project-details .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-blog-standard .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-blog-masonry .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-blog-masonry .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-blog-details .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-contact .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-contact .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}

.footer-widget-two {
  position: relative;
  z-index: 1;
}
.footer-widget-two .negative-margin {
  top: -30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-two .negative-margin {
    top: -20px;
    width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-two .negative-margin {
    width: 200px;
    top: auto;
    bottom: 20px;
  }
}
.footer-widget-two .footer-widget-two-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-widget-two .footer-widget-two-list-icon li:last-child {
  margin-bottom: 0px;
}
.footer-widget-two .footer-widget-two-list-icon li i {
  color: #7c7790;
}
.footer-widget-two .footer-widget-two-list-icon li span {
  color: #54545f;
  font-size: 16px;
  margin-left: 15px;
}
.footer-widget-two .social-icon {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-two .social-icon {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-two .social-icon {
    margin-top: 20px;
  }
}
.footer-widget-two .widget-list-wrapper {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .widget-list-wrapper {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.footer-widget-two-title {
  font-size: 21px;
  color: var(--color-heading);
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-two-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-two-title {
    margin-bottom: 20px;
  }
}
.footer-widget-two-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-widget-two-list li:last-child {
  margin-bottom: 0px;
}
.footer-widget-two-list a {
  color: var(--color-body);
}
.footer-widget-two-list a:hover {
  color: var(--color-primary);
}
.footer-widget-two .sidebar-blog li {
  margin-bottom: 25px;
}
.footer-widget-two .sidebar-blog li .image {
  flex: 1 0 60px;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-widget-two .sidebar-blog li .image {
    flex: 0 0 80px;
  }
}
.footer-widget-two .sidebar-blog li .content .date {
  margin-bottom: 8px;
}
.footer-widget-two .sidebar-blog li .content .title {
  font-size: 16px;
}
.footer-widget-two .instagrm {
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .instagrm {
    margin-right: 0px;
  }
}
.footer-widget-two .instagrm li {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  flex: 0 0 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .instagrm li {
    flex: 0 0 62px;
  }
}
.footer-widget-two .instagrm li a {
  display: block;
  position: relative;
}
.footer-widget-two .instagrm li a::after {
  background: var(--color-primary);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a .add-action i {
  font-size: 20px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.footer-widget-two .instagrm li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget-two .footer-text {
  color: #54545f;
  font-size: 18px;
  margin-top: 40px;
}
.footer-widget-two .tweets li {
  margin-top: -5px;
  margin-bottom: 25px;
  display: flex;
}
.footer-widget-two .tweets li .image {
  flex: 1 0 20px;
  margin-right: 15px;
  margin-top: 4px;
}
.footer-widget-two .tweets li .content .date {
  margin-top: 8px;
  font-size: 14px;
  color: #9a9ea8;
}
.footer-widget-two .tweets li .content .has-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-right: 4px;
  text-transform: uppercase;
}
.footer-widget-two .tweets li .content .text {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.footer-widget-two .tweets li .content .bit-link {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

.footer-three {
  background-image: url(../images/footer/footer-three-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 0px;
  position: relative;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-three {
    background-size: contain;
    margin-top: 55px;
    padding: 120px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-three {
    background-size: contain;
    margin-top: 35px;
    padding: 100px 0 0px;
  }
}
.footer-three .footer-widget-two-title {
  color: #222222;
}
.footer-three .footer-widget-two-list-icon li {
  margin-bottom: 5px;
}
.footer-three .footer-widget-two-list-icon li span {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  margin-left: 25px;
}
.footer-three .footer-widget-two-list a {
  font-family: "Open Sans", sans-serif;
}
.footer-three .footer-two-copyright-inner {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-three .footer-two-copyright-inner {
    padding: 40px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-three .footer-two-copyright-inner {
    padding: 25px 0px 60px;
  }
}
.footer-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-three .shape {
    display: none;
  }
}
.footer-three .shape .shape1 {
  position: absolute;
  left: 12%;
  top: 9%;
  z-index: 2;
}
.footer-three .shape .shape2 {
  position: absolute;
  left: 17%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape3 {
  position: absolute;
  left: 3%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape4 {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 15%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 14%;
    width: 10%;
  }
}
.footer-three .shape .shape5 {
  position: absolute;
  left: 0%;
  top: 22%;
  z-index: 1;
}
.footer-three .shape .shape6 {
  position: absolute;
  left: 10%;
  top: 48%;
  z-index: 1;
}
.footer-three .shape .shape7 {
  position: absolute;
  left: 7%;
  top: 63%;
  z-index: 1;
}
.footer-three .shape .shape7 img {
  -webkit-animation: moveupdown1 2s infinite linear;
          animation: moveupdown1 2s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape7 {
    left: 0%;
    top: 50%;
  }
}
.footer-three .shape .shape8 {
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1;
}
.footer-three .shape .shape9 {
  position: absolute;
  right: 17%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape10 {
  position: absolute;
  right: 0%;
  top: 46%;
  z-index: 1;
}
.footer-three .shape .shape10 img {
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape10 {
    display: flex;
    justify-content: flex-end;
    top: 54%;
  }
  .footer-three .shape .shape10 img {
    width: 60%;
  }
}
.footer-three .shape .shape11 {
  position: absolute;
  right: 0%;
  top: 20%;
  z-index: 1;
}
.footer-three .shape .shape12 {
  position: absolute;
  right: 9%;
  top: 40%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .footer-three .shape .shape12 {
    right: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape12 {
    right: 3%;
    top: 43%;
  }
}
.footer-three .shape .shape13 {
  position: absolute;
  right: 1%;
  bottom: 6%;
  z-index: 1;
}
.footer-three .shape .shape14 {
  position: absolute;
  left: 5%;
  top: 0%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape14 {
    top: -5%;
  }
}

/*----------------------------------------*/
/*  2.13 - Breadcrumb Styles CSS
/*----------------------------------------*/
.breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 536px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 20%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.81;
  z-index: 1;
}
.breadcrumb.breadcrumb-2::before {
  background: linear-gradient(-45deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.1;
}
.breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
  color: var(--color-heading);
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li {
  color: var(--color-body);
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li::after {
  color: var(--color-body);
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li a {
  color: var(--color-body);
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li span {
  color: var(--color-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb {
    height: 280px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper .title {
  font-size: 90px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-wrapper .title-two {
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title-two {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title-two {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title-two {
    font-size: 30px;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumb-list li {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-list li {
    font-size: 16px;
  }
}
.breadcrumb-list li::after {
  position: absolute;
  content: ">";
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-list li:last-child::after {
  display: none;
}
.breadcrumb-list li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.breadcrumb-list li a:hover {
  color: var(--color-heading);
}
.breadcrumb-list li span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.breadcrumb-three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-three {
    height: 500px;
  }
}
.breadcrumb-three::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.breadcrumb-three-wrapper {
  position: relative;
  z-index: 9;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-wrapper {
    margin-bottom: 60px;
  }
}
.breadcrumb-three-wrapper .title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-three-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-three-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
.breadcrumb-three-meta li {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.breadcrumb-three-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-three-meta li a {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.breadcrumb-three-meta li a:hover {
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-meta li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-meta li a {
    font-size: 14px;
  }
}
.breadcrumb-three-meta li p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-meta li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-meta li p {
    font-size: 14px;
  }
}
.breadcrumb-three-meta li::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.breadcrumb-three-meta li:last-child::after {
  display: none;
}

/*----------------------------------------*/
/*  2.14 - Funfact Styles CSS
/*----------------------------------------*/
.funfact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.funfact .heading-one-title {
  color: #ffffff;
  margin: 5px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .funfact .heading-one-title {
    margin: 5px 0 30px;
  }
}
.funfact .heading-one p {
  color: #ffffff;
}
.funfact .about-counter {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .funfact .about-counter {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter {
    gap: 15px;
    margin-top: 40px;
  }
}
.funfact .about-counter-2 {
  padding: 50px 30px 60px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 13px;
  background-color: var(--color-secondary);
  max-width: 230px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .funfact .about-counter-2 {
    max-width: 200px;
    padding: 30px 30px 38px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter-2 {
    max-width: 160px;
    padding: 20px 25px 24px;
  }
}
.funfact .about-counter-2 .odometer, .funfact .about-counter-2 .niktext {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter-2 .odometer, .funfact .about-counter-2 .niktext {
    font-size: 40px;
  }
}
.funfact .about-counter-2 .niktext {
  line-height: 1;
}
.funfact .about-counter-2 .increment {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  top: -10px;
}
.funfact .about-counter-title {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter-title {
    font-size: 16px;
  }
}
.funfact .about-counter .funfact-inner {
  display: flex;
  align-items: center;
}

/*----------------------------------------*/
/*  2.15 - Team Styles CSS
/*----------------------------------------*/
.team-bg {
  background: rgba(50, 47, 179, 0.08);
  background: linear-gradient(-38deg, rgba(50, 47, 179, 0.08) 0%, rgba(65, 125, 210, 0.08) 50%, rgba(91, 207, 242, 0.08) 100%);
}
.team-bg .heading-one {
  text-align: center;
  max-width: 520px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-bg .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .team-bg .heading-one {
    margin: 0 auto 40px;
  }
}

.single-team {
  position: relative;
  padding-bottom: 100px;
}
.single-team-image img {
  width: 100%;
}
.single-team-content {
  background-color: white;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 0 30px 0;
  max-width: 220px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 0px;
}
.single-team-content .name {
  color: var(--color-heading);
  font-size: 21px;
  font-weight: 700;
  transition: 0.3s;
}
.single-team-content .name:hover {
  color: var(--color-primary);
  transition: 0.3s;
}
.single-team-content .desig {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--color-body);
  display: block;
  margin: 10px 0 0px;
}
.single-team-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 0;
  transition: 0.3s;
}
.single-team-social li {
  opacity: 0;
  visibility: hidden;
}
.single-team-social li a {
  font-size: 18px;
}
.single-team-social li:nth-child(1) {
  transform: translateY(30px);
  transition: 0.3s;
}
.single-team-social li:nth-child(2) {
  transform: translateY(30px);
  transition: 0.4s;
}
.single-team-social li:nth-child(3) {
  transform: translateY(30px);
  transition: 0.5s;
}
.single-team:hover {
  transition: 0.5s;
}
.single-team:hover .single-team-social {
  height: 30px;
  transition: 0.3s;
  margin-top: 10px;
}
.single-team:hover .single-team-social li {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .single-team-social li:nth-child(1) {
  transform: translateY(0px);
  transition: 0.3s;
}
.single-team:hover .single-team-social li:nth-child(2) {
  transform: translateY(0px);
  transition: 0.4s;
}
.single-team:hover .single-team-social li:nth-child(3) {
  transform: translateY(0px);
  transition: 0.5s;
}

/* Team Two Style */
.team-two {
  position: relative;
  margin-bottom: 30px;
}
.team-two_images {
  position: relative;
  z-index: 4;
}
.team-two_images .image1 {
  left: -60px;
  top: -25px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image1 {
    left: -20px;
    top: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_images .image1 {
    left: -20px;
    top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image1 {
    left: 40px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image1 {
    left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .team-two_images .image1 {
    width: 40%;
  }
}
.team-two_images .image2 {
  left: 30px;
  top: 110px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image2 {
    left: 80px;
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image2 {
    left: 90px;
    top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image2 {
    left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .team-two_images .image2 {
    width: 50%;
  }
}
.team-two_images .image3 {
  left: 15px;
  top: 35px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image3 {
    left: 90px;
    top: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_images .image3 {
    left: 60px;
    top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image3 {
    left: 110px;
    top: auto;
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image3 {
    left: 40px;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .team-two_images .image3 {
    width: 50%;
  }
}
.team-two_images .image4 {
  left: -40px;
  top: -375px;
  position: relative;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image4 {
    left: 12px;
    top: -375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image4 {
    left: 15px;
    top: -375px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image4 {
    display: none;
  }
}
.team-two_images .image5 {
  right: 75%;
  top: -85px;
  position: relative;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image5 {
    right: 58%;
    top: -85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_images .image5 {
    right: 70%;
    top: -85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image5 {
    right: 50%;
    top: -85px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image5 {
    display: none;
  }
}
.team-two .heading-one {
  z-index: 99;
  position: relative;
}
.team-two .heading-one-title {
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-two .heading-one-title {
    margin: 10px 0 20px;
  }
}
.team-two .heading-one p {
  margin: 25px 0 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two .heading-one p {
    margin: 0px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two .heading-one p {
    margin: 0px 0 40px;
  }
}
.team-two_shape {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
}
.team-two_shape .shape {
  position: absolute;
}
.team-two_shape .shape1 {
  left: 0px;
  top: -170px;
  z-index: -5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape1 {
    top: -97px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape1 {
    left: 0px;
    top: -60px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape1 {
    display: none;
  }
}
.team-two_shape .shape2 {
  top: 80px;
  left: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape2 {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape2 {
    left: 80px;
    top: 0px;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape2 {
    display: none;
  }
}
.team-two_shape .shape3 {
  top: 60px;
  left: 35px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape3 {
    display: none;
  }
}
.team-two_shape .shape4 {
  bottom: -24%;
  right: 110px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape4 {
    bottom: -8%;
    right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape4 {
    bottom: 3%;
    right: 25px;
    width: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape4 {
    display: none;
  }
}
.team-two_shape .shape5 {
  bottom: -100px;
  right: 215px;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape5 {
    bottom: 0px;
    right: 181px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape5 {
    bottom: 50px;
    right: 120px;
    width: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape5 {
    display: none;
  }
}
.team-two_shape .shape6 {
  bottom: -43%;
  right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape6 {
    bottom: -25%;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape6 {
    bottom: -2%;
    right: 35px;
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape6 {
    display: none;
  }
}

/* Team Three Style */
.team-three .heading-one {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-three .heading-one {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-three .heading-one {
    margin: 0 auto 40px;
  }
}
.team-three .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}
.team-three-wrapper {
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-three-wrapper {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .team-three-wrapper {
    margin-bottom: -30px;
  }
}
.team-three-wrapper .team-three-single {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-three-wrapper .team-three-single {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .team-three-wrapper .team-three-single {
    margin-bottom: 20px;
  }
}
.team-three-wrapper .team-three-single:nth-child(2n+2) {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-three-wrapper .team-three-single:nth-child(2n+2) {
    margin-top: 0;
  }
}
.team-three .single-team-content {
  padding: 35px 0 30px 0;
  border-radius: 7px;
  bottom: -10px;
}
@media only screen and (max-width: 575px) {
  .team-three .single-team-content {
    bottom: 15px;
  }
}
.team-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-three .shape {
    display: none;
  }
}
.team-three .shape .shape1 {
  position: absolute;
  left: 14%;
  top: -11%;
}
.team-three .shape .shape2 {
  position: absolute;
  left: 0%;
  top: -19%;
}
.team-three .shape .shape3 {
  position: absolute;
  left: 0%;
  top: 3%;
}
.team-three .shape .shape4 {
  position: absolute;
  right: 6%;
  top: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-three .shape .shape4 {
    right: 2%;
    top: 4%;
  }
}
.team-three .shape .shape5 {
  position: absolute;
  right: 9.7%;
  top: 21%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-three .shape .shape5 {
    top: 15%;
  }
}
.team-three .shape .shape6 {
  position: absolute;
  left: 4%;
  bottom: 10%;
}
.team-three .shape .shape7 {
  position: absolute;
  right: 7%;
  bottom: 8%;
}
.team-three .shape .shape7 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}

/*----------------------------------------*/
/*  2.16 - System Styles CSS
/*----------------------------------------*/
.system {
  position: relative;
  overflow: hidden;
}
.system-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  width: 180%;
  right: 78%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-bg {
    padding: 108px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-bg {
    padding: 80px 0;
    right: 58%;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .system-bg {
    padding: 60px 0;
    width: 154%;
    left: -29%;
    right: inherit;
    row-gap: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .system-bg {
    width: 108%;
    left: -12px;
    row-gap: 30px;
  }
}
.system-single {
  display: flex;
  align-items: flex-start;
  max-width: 470px;
  width: 100%;
  padding-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-single {
    max-width: 382px;
    width: 100%;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-single {
    margin-right: 378px;
  }
}
@media only screen and (max-width: 767px) {
  .system-single {
    padding-right: 100px;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 575px) {
  .system-single {
    margin: 0 auto 0 12px;
    padding-right: 28px;
  }
}
.system-icon {
  flex: 0 0 auto;
  margin-right: 30px;
  position: relative;
}
.system-icon img {
  position: relative;
}
.system-content .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .system-content .title {
    margin-bottom: 15px;
  }
}
.system-content p {
  color: #ffffff;
}
.system-bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 171px 0;
  position: relative;
  width: 157%;
  left: -2.2%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .system-bg2 {
    left: -2.4%;
    padding: 171.5px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-bg2 {
    left: -3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-bg2 {
    padding: 80px 0;
    left: -21.2%;
  }
}
@media only screen and (max-width: 767px) {
  .system-bg2 {
    padding: 60px 0;
    width: 150%;
    left: -25%;
  }
}
@media only screen and (max-width: 575px) {
  .system-bg2 {
    width: 108%;
    left: -12px;
  }
}
.system-bg2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #000000;
  opacity: 0.48;
}
.system-bg2 .heading-one {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 0 130px;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .system-bg2 .heading-one {
    max-width: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-bg2 .heading-one {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-bg2 .heading-one {
    margin: 0 auto 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .system-bg2 .heading-one {
    max-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .system-bg2 .heading-one {
    max-width: 456px;
    margin: 0 auto 0 12px;
  }
}
@media only screen and (max-width: 479px) {
  .system-bg2 .heading-one {
    max-width: 336px;
    margin: 0 auto 0 12px;
  }
}
.system-bg2 .heading-one-subtitle {
  color: #ffffff;
}
.system-bg2 .heading-one-title {
  color: #ffffff;
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .system-bg2 .heading-one-title {
    margin: 5px 0 30px;
  }
}
.system-bg2 .heading-one p {
  color: #ffffff;
}
.system-bg2 .heading-one .btn-style-one {
  display: inline-flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .system-bg2 .heading-one .btn-style-one {
    margin-top: 20px;
  }
}

/*----------------------------------------*/
/*  2.17 - Sidebar Styles CSS
/*----------------------------------------*/
.sidebar-wrap {
  max-width: 342px;
  width: 100%;
}
.sidebar-wrap .sidebar:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrap {
    max-width: 100%;
  }
}

.sidebar {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrap {
    margin-top: 60px;
  }
}
.sidebar .sidebar-title {
  padding: 24px 30px;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 700;
  color: var(--color-heading);
  display: flex;
  background: rgba(50, 47, 179, 0.13);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.13) 0%, rgba(65, 125, 210, 0.13) 50%, rgba(50, 47, 179, 0.13) 100%);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sidebar .sidebar-title i {
  font-size: 14px;
  color: var(--color-secondary);
  margin-left: 10px;
}
.sidebar.sidebar-help {
  background-color: var(--color-primary);
}
.sidebar-search {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-search-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  background-color: white;
  color: #ffffff;
  font-size: 18px;
  padding: 20px;
  border-radius: 0;
}
.sidebar-search-btn::before {
  border-radius: 0;
}
.sidebar-input {
  font-size: 14px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  padding-right: 50px;
  padding-left: 20px;
  background-color: #ffffff;
  color: var(--color-heading);
  border: 1px solid #bdbdcc;
}
.sidebar-input::-moz-placeholder {
  color: var(--color-body);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.sidebar-input::placeholder {
  color: var(--color-body);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.sidebar-blog li {
  display: flex;
  margin-bottom: 30px;
}
.sidebar-blog li:last-child {
  margin-bottom: 0px;
}
.sidebar-blog li .image {
  flex: 1 0 85px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-blog li .image {
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-blog li .image {
    flex: none;
  }
}
.sidebar-blog li .image img {
  width: 100%;
}
.sidebar-blog li .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sidebar-blog li .content .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-heading);
}
.sidebar-blog li .content .title:hover {
  color: var(--color-primary);
}
.sidebar-blog li .content .date {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: var(--color-body);
  line-height: 1;
  margin-bottom: 10px;
}
.sidebar-category li {
  margin-bottom: 8px;
}
.sidebar-category li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}
.sidebar-category li a {
  font-weight: 700;
  color: var(--color-heading);
  font-size: 18px;
}
.sidebar-category li a:hover {
  color: var(--color-primary);
  padding-left: 5px;
}
.sidebar-category li a i {
  color: #6c63ff;
  font-size: 14px;
  margin-right: 10px;
}
.sidebar-tags a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #d1dbe5;
  color: #54545f;
  display: inline-flex;
  margin-bottom: 6px;
  margin-right: 4px;
  line-height: 1;
}
.sidebar-tags a:last-child {
  margin-bottom: 0px;
}
.sidebar-tags a:hover, .sidebar-tags a.active {
  background-color: var(--color-secondary);
  color: White;
  border: 1px solid var(--color-secondary);
}
.sidebar-instagram li {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-instagram li a {
  display: block;
  position: relative;
}
.sidebar-instagram li a::after {
  background: var(--color-primary);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.sidebar-instagram li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.sidebar-instagram li a .add-action i {
  font-size: 24px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.sidebar-instagram li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.sidebar-instagram li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.sidebar-feature-content {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.sidebar-feature-content .date {
  margin-bottom: 3px;
}
.sidebar-feature-content .title {
  font-size: 21px;
  font-weight: 700;
  color: var(--color-heading);
}
.sidebar-feature-content .title:hover {
  color: var(--color-primary);
}
.sidebar-banner {
  padding: 60px 50px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.sidebar-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-primary);
  background: linear-gradient(-55deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  opacity: 0.8;
}
.sidebar-banner-subtitle {
  color: var(--color-secondary);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.sidebar-banner-title {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.sidebar-banner p {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.sidebar-banner .btn-style-two {
  padding: 16px 38px;
  display: inline-block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*  2.18 - Blog Details Styles CSS
/*----------------------------------------*/
/* Blog Details */
.blog-details .text {
  margin-bottom: 25px;
}

.blog-details-two {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-two {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-two {
    margin-top: 60px;
  }
}

.blockquote {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin: 50px 0;
}
.blockquote img {
  position: relative;
  margin-top: 8px;
}
.blockquote span {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  line-height: 1.42;
  color: var(--color-body);
}

/* Blog Share */
.blog-share-tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbdcc;
}
@media only screen and (max-width: 767px) {
  .blog-share-tag {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
.blog-share-tag .tags, .blog-share-tag .share {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-share-tag .tags .label, .blog-share-tag .share .label {
  color: var(--color-heading);
  font-weight: 400;
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-share-tag .tags {
    margin-bottom: 20px;
  }
}
.blog-share-tag .tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-share-tag .tags ul li {
  margin-right: 5px;
}
.blog-share-tag .tags ul li a {
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-share-tag .tags ul li a {
    font-size: 16px;
  }
}
.blog-share-tag .tags ul li a:hover {
  color: var(--color-primary);
}
.blog-share-tag .widget-social {
  display: flex;
  gap: 10px;
}
.blog-share-tag .widget-social li a {
  font-size: 18px;
}
.blog-share-tag .widget-social .share-link {
  color: #cdccdd;
}
.blog-share-tag .widget-social .share-link:hover {
  color: var(--color-primary);
}

/* Post Nav Link */
.post-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link {
    margin-top: 20px;
  }
}
.post-nav-link .post-prev {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-prev {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.post-nav-link .post-next {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: end;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-next {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav-link .content {
    width: 100%;
    margin-top: 10px;
  }
}
.post-nav-link .content .prev-arrow, .post-nav-link .content .next-arrow {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--color-heading);
  text-transform: uppercase;
}
.post-nav-link .content .prev-arrow img {
  margin-right: 7px;
}
.post-nav-link .content .next-arrow img {
  margin-left: 7px;
}
.post-nav-link .content .title {
  font-size: 18px;
  color: var(--color-heading);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}

/* Entry Author */
.entry-author {
  box-shadow: 0px 18px 90px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 20px;
  display: flex;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .entry-author {
    padding: 30px;
    margin-top: 50px;
  }
}
.entry-author .thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .entry-author .thumb {
    margin-right: 20px;
    width: 80px;
  }
}
.entry-author .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .entry-author .head {
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
.entry-author .head .title {
  color: var(--color-heading);
  font-size: 21px;
  font-weight: 700;
}
.entry-author .head .widget-social {
  display: flex;
  gap: 10px;
}
.entry-author .head .widget-social li a {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .entry-author .head .widget-social li a {
    font-size: 16px;
  }
}
.entry-author .text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .entry-author .text {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.entry-author .read-more {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  border-bottom: 2px solid var(--color-primary);
  color: var(--color-heading);
  text-transform: uppercase;
}
.entry-author .read-more:hover {
  color: var(--color-primary);
}

/* Comment */
.comment {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .comment {
    margin-top: 44px;
  }
}
.comment .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .comment .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .comment .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.comment-1 {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .comment-1 {
    padding: 20px 0;
  }
}
.comment-thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .comment-thumb {
    margin-right: 15px;
    width: 50px;
  }
}
.comment-content {
  padding-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 575px) {
  .comment-content {
    padding-bottom: 30px;
  }
}
.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-head .meta {
  display: flex;
  align-items: center;
}
.comment-title {
  color: var(--color-heading);
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .comment-title {
    margin-bottom: 0;
  }
}
.comment .meta {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comment .meta {
    line-height: 1;
  }
}
.comment .meta .date {
  font-size: 14px;
  color: #a3a8af;
  font-family: "Open Sans", sans-serif;
}
.comment .text {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comment .text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.comment .replay {
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  border: 1px solid #d1dbe5;
  color: #4a4f6b;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comment .replay {
    padding: 8px 20px 5px;
    font-size: 14px;
  }
}
.comment .replay:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
}
.comment-list .comment-inner {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .comment-list .comment-inner {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-list .comment-inner {
    margin-bottom: 0px;
  }
}
.comment-list .comment-inner:last-child {
  margin-bottom: 0;
}
.comment-children {
  margin-left: 120px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-children {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-children {
    margin-left: 60px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-children {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .comment-children {
    margin: 0 0 0 30px;
  }
}
.comment-form {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .comment-form {
    margin-top: 50px;
  }
}
.comment-form .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .comment-form .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-form .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.comment-form-text {
  margin-bottom: 30px;
}
.comment-form-text span {
  color: #d71602;
}
.comment-form-inner input, .comment-form-inner textarea {
  font-size: 14px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  border: 1px solid #cbcbdc;
}
.comment-form-inner input::-moz-placeholder, .comment-form-inner textarea::-moz-placeholder {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner input::placeholder, .comment-form-inner textarea::placeholder {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner textarea {
  height: 190px;
  padding-top: 20px;
}
.comment-form .btn {
  text-align: center;
  display: flex;
  justify-content: center;
}

/*----------------------------------------*/
/*  2.19 - Projects Styles CSS
/*----------------------------------------*/
.project-details-images .group-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .project-details-images .group-image {
    margin-top: 30px;
  }
}

.project-details {
  margin-top: 45px;
}
.project-details-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .project-details-title {
    font-size: 30px;
  }
}
.project-details-sidebar {
  position: relative;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .project-details-sidebar {
    padding: 30px;
  }
}
.project-details-sidebar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 47, 179, 0.07);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.07) 0%, rgba(50, 47, 179, 0.07) 100%);
  z-index: 1;
  border-radius: 13px;
}
.project-details-sidebar .title {
  font-size: 18px;
  color: var(--color-heading);
  font-weight: 700;
  display: flex;
  margin-bottom: 5px;
}
.project-details-sidebar li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .project-details-sidebar li {
    margin-bottom: 15px;
  }
}
.project-details-sidebar li:last-child {
  margin-bottom: 0;
}
.project-details-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .project-details-social {
    margin: 30px 0;
  }
}
.project-details-social .label {
  text-transform: uppercase;
  color: var(--color-body);
}
.project-details-social .social {
  display: flex;
  gap: 10px;
}
.project-details-social .social li a {
  font-size: 16px;
}

.more-project {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .more-project {
    margin-top: 40px;
  }
}
.more-project-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .more-project-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .more-project-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .more-project img {
    width: 100%;
  }
}

.single-project {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.single-project::before {
  content: "";
  background: linear-gradient(-50deg, var(--color-accent) 15%, var(--color-primary-alt) 47%, var(--color-primary) 80%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.single-project .thumbnail {
  overflow: hidden;
  border-radius: 13px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.single-project .thumbnail img {
  transform: scale(1);
  transition: 0.3s;
  width: 100%;
}
.single-project .thumbnail:hover img {
  transform: scale(1.06);
  transition: 0.3s;
}
.single-project .lightbox {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.6s;
  opacity: 0;
}
.single-project .lightbox .item {
  font-size: 16px;
  color: black;
  background: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
}
.single-project .lightbox .item:hover {
  background: linear-gradient(-50deg, var(--color-accent) 15%, var(--color-primary-alt) 47%, var(--color-primary) 80%);
  color: white;
  transition: 0.3s;
}
.single-project .content {
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  padding: 30px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single-project .content {
    padding: 20px;
  }
}
.single-project .content .subtitle {
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-project .content .title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.single-project .content .title a {
  color: white;
}
.single-project:hover .lightbox {
  top: 20px;
  transition: 0.6s;
  opacity: 1;
}
.single-project:hover .content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s;
}
.single-project:hover::before {
  opacity: 0.7;
}

/*----------------------------------------*/
/*  2.20 - Support Styles CSS
/*----------------------------------------*/
.support {
  position: relative;
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support {
    margin-top: 0;
  }
}
.support-bg {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-bg {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .support-bg {
    padding: 60px 0 0;
  }
}
.support-bg::after {
  background-color: var(--color-primary);
  content: "";
  height: 100%;
  right: 8%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
  border-radius: 0 13px 13px 0;
}
@media only screen and (max-width: 767px) {
  .support-bg::after {
    right: 0;
  }
}
.support-bg-img {
  position: absolute;
  left: -12px;
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .support-bg-img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .support-bg-img {
    width: 100%;
  }
}
.support .heading-one {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .heading-one-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.support .heading-one-title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .heading-one-title {
    font-size: 40px;
  }
}
.support .heading-one-text {
  color: #ffffff;
  margin: 40px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .heading-one-text {
    margin: 20px 0;
  }
}
.support .phone-call {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.support .phone-call .phone-icon {
  height: 60px;
  width: 60px;
  background: var(--color-secondary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.support .phone-call .phone-icon i {
  color: #ffffff;
  font-size: 18px;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .phone-call .phone-icon {
    height: 50px;
    width: 50px;
  }
}
.support .phone-call .phone-text {
  font-size: 24px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .phone-call .phone-text {
    font-size: 20px;
  }
}
.support .phone-call:hover .phone-icon {
  transition: 0.4s;
  background: #31bbe5;
}
.support .phone-call:hover .phone-icon i {
  color: #f1f1f1;
  transition: 0.4s;
}
.support .phone-call:hover .phone-text {
  color: var(--color-secondary);
  transition: 0.4s;
}
.support-man {
  position: absolute;
  bottom: 0;
  margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-man {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-man {
    margin-left: 0px;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .support-man {
    position: relative;
    margin-left: 40px;
  }
}
.support-shape-one {
  position: absolute;
  top: -50px;
  right: 12%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-shape-one {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-shape-one {
    right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .support-shape-one {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-shape-one img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-shape-one img {
    width: 80%;
  }
}
.support-shape-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28%;
}
.support-shape-two img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support-shape-two {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.21 - Speciality Styles CSS
/*----------------------------------------*/
.speciality {
  position: relative;
}
.speciality-image {
  position: relative;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-image {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-image {
    display: block;
  }
  .speciality-image img {
    width: 100%;
  }
}
.speciality-image-circle .circle1 {
  top: -65px;
  position: absolute;
  left: -80px;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-image-circle .circle1 {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-image-circle .circle1 {
    left: -20px;
    top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-image-circle .circle1 {
    top: -50px;
    left: -20px;
    width: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-image-circle .circle1 {
    display: none;
  }
}
.speciality-image-circle .circle2 {
  top: 100px;
  right: -50px;
  position: absolute;
  -webkit-animation: zoom1 4s infinite linear;
          animation: zoom1 4s infinite linear;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .speciality-image-circle .circle2 {
    display: none;
  }
}
.speciality-image-circle .circle3 {
  left: -85px;
  bottom: -175px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-image-circle .circle3 {
    width: 40%;
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-image-circle .circle3 {
    display: none;
  }
}
.speciality-image-inner {
  position: relative;
  z-index: 3;
}
.speciality .heading-one-title {
  margin: 10px 0px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality .heading-one-title {
    margin: 10px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality .heading-one-title {
    margin: 10px 0px 20px;
  }
}
.speciality-shape {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.speciality-shape .shape {
  position: absolute;
}
.speciality-shape .shape1 {
  left: 170px;
  bottom: 185px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .speciality-shape .shape1 {
    left: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .speciality-shape .shape1 {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-shape .shape1 {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .speciality-shape .shape1 {
    display: none;
  }
}
.speciality-shape .shape2 {
  top: -25px;
  right: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .speciality-shape .shape2 {
    right: 30;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-shape .shape2 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-shape .shape2 {
    right: 10px;
    top: -40px;
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-shape .shape2 {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-shape .shape2 {
    display: none;
  }
}
.speciality-shape .shape3 {
  right: 114px;
  bottom: 0;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .speciality-shape .shape3 {
    right: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .speciality-shape .shape3 {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-shape .shape3 {
    right: 20px;
    bottom: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-shape .shape3 {
    right: 10px;
    bottom: -40px;
    width: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-shape .shape3 {
    right: 40px;
    bottom: auto;
    top: 50%;
    width: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-shape .shape3 {
    display: none;
  }
}
.speciality_list {
  display: flex;
  margin-top: 45px;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality_list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality_list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .speciality_list {
    margin-top: 30px;
    gap: 20px;
  }
}
.speciality_list__single .content_title {
  font-size: 24px;
  font-weight: 700;
  margin: 35px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality_list__single .content_title {
    margin: 20px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality_list__single .content_title {
    margin: 20px 0 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .speciality_list__single .content_title {
    margin: 15px 0 10px;
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  2.22 - Why Choose Us Styles CSS
/*----------------------------------------*/
.why-choose-us {
  position: relative;
  z-index: 1;
}
.why-choose-us_inner {
  background-color: var(--color-primary);
  padding: 100px;
  border-radius: 13px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_inner {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_inner {
    padding: 60px;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .why-choose-us_inner {
    padding: 40px;
  }
}
.why-choose-us_content {
  flex: 0 0 37%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us_content {
    flex: 0 0 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_content {
    flex: 0 0 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_content {
    flex: 0 0 50%;
  }
}
.why-choose-us_content .heading-one-subtitle, .why-choose-us_content .heading-one-title, .why-choose-us_content .heading-one p {
  color: #ffffff;
}
.why-choose-us_content .heading-one-title {
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_content .heading-one-title {
    margin: 10px 0 20px;
  }
}
.why-choose-us_list {
  flex: 0 0 48%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_list {
    flex: 0 0 50%;
  }
}
.why-choose-us_list__single {
  display: flex;
  margin-bottom: 50px;
}
.why-choose-us_list__single:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_list__single {
    margin-bottom: 30px;
  }
}
.why-choose-us_list__single .check-icon {
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 20px;
}
.why-choose-us_list__single .check-content_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us_list__single .check-content_title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_list__single .check-content_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.why-choose-us_list__single .check-content_text {
  color: #ffffff;
}
.why-choose-us_shape {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.why-choose-us_shape .shape {
  position: absolute;
}
.why-choose-us_shape .shape1 {
  right: 0;
  top: -200px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .why-choose-us_shape .shape1 {
    top: -170px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .why-choose-us_shape .shape1 {
    top: -150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_shape .shape1 {
    width: 50%;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us_shape .shape1 {
    width: 65%;
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_shape .shape1 {
    display: none;
  }
}
.why-choose-us_shape .shape2 {
  right: 230px;
  bottom: 70px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .why-choose-us_shape .shape2 {
    right: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .why-choose-us_shape .shape2 {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us_shape .shape2 {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_shape .shape2 {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_shape .shape2 {
    display: none;
  }
}
.why-choose-us_shape .shape3 {
  bottom: -110px;
  left: 140px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .why-choose-us_shape .shape3 {
    left: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .why-choose-us_shape .shape3 {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us_shape .shape3 {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_shape .shape3 {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_shape .shape3 {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.23 - Contact Styles CSS
/*----------------------------------------*/
.home-contact {
  position: relative;
  margin-top: -275px;
}
.home-contact_wrapper {
  background-color: var(--color-primary);
  padding: 90px 100px;
  border-radius: 13px;
  display: flex;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact_wrapper {
    padding: 90px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_wrapper {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.home-contact_content {
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_content {
    flex: 0 0 52%;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_content {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.home-contact_content .subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
}
.home-contact_content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.3;
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_content .title {
    margin: 10px 0 20px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_content .title {
    margin: 10px 0 20px;
    font-size: 36px;
  }
}
.home-contact_content p {
  color: #ffffff;
  margin-bottom: 0px;
}
.home-contact_info {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-contact_info {
    margin-top: 30px;
  }
}
.home-contact_info li {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.home-contact_info li:last-child {
  margin-bottom: 0px;
}
.home-contact_info .icon {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
.home-contact_info .details-title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.home-contact_info .details-text {
  color: #ffffff;
}
.home-contact_info .details-text:hover {
  color: var(--color-secondary);
}
.home-contact_form {
  flex: 0 0 50%;
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact_form {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_form {
    flex: 0 0 48%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_form {
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.home-contact_form .form-single {
  margin-bottom: 20px;
  line-height: 1;
}
.home-contact_form input, .home-contact_form textarea, .home-contact_form button {
  width: 100%;
  border-radius: 7px;
  border: 0px;
}
.home-contact_form input::-moz-placeholder, .home-contact_form textarea::-moz-placeholder {
  font-size: 16px;
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
}
.home-contact_form input::placeholder, .home-contact_form textarea::placeholder {
  font-size: 16px;
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
}
.home-contact_form input {
  height: 60px;
  padding: 0 25px;
}
.home-contact_form textarea {
  height: 120px;
  padding: 20px 25px;
}
.home-contact .shape {
  position: absolute;
  z-index: 2;
}
.home-contact .shape.shape-1 {
  bottom: -245px;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .home-contact .shape.shape-1 {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact .shape.shape-1 {
    display: none;
  }
}
.home-contact .shape.shape-2 {
  bottom: -260px;
  right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-contact .shape.shape-2 {
    bottom: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact .shape.shape-2 {
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .shape.shape-2 {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact .shape.shape-2 {
    display: none;
  }
}

.contact-us .heading-one {
  margin: 0 auto 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .heading-one {
    margin: 0 auto 40px;
  }
}
.contact-us .contact-head {
  max-width: 480px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-head {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.contact-us .contact-info li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-us .contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-us .contact-info li .icon {
  height: 75px;
  width: 75px;
  background-color: #eaf6fc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-primary);
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .contact-us .contact-info li .icon {
    height: 60px;
    width: 60px;
    margin-right: 20px;
    font-size: 20px;
  }
}
.contact-us .contact-info li .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info li .title {
    font-size: 16px;
  }
}
.contact-us .contact-info li .text {
  color: var(--color-body);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info li .text {
    font-size: 16px;
  }
}
.contact-us .contact-info li .text a {
  color: var(--color-body);
}
.contact-us .contact-info li .text a:hover {
  color: var(--color-primary);
}
.contact-us .contact-info .contact-head .text {
  color: #54545f;
  font-size: 18px;
}
.contact-us .contact-info .contact-head .text a {
  color: #54545f;
}
.contact-us .contact-info .contact-head .text a:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form {
    margin-top: 20px;
  }
}
.contact-us .contact-form input, .contact-us .contact-form textarea {
  font-size: 14px;
  width: 100%;
  border: 1px solid #cbcbdc;
  height: 60px;
  border-radius: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: var(--color-heading);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    height: 50px;
  }
}
.contact-us .contact-form input::-moz-placeholder, .contact-us .contact-form textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  color: var(--color-body);
  font-size: 16px;
  line-height: 1;
}
.contact-us .contact-form input::placeholder, .contact-us .contact-form textarea::placeholder {
  font-family: "Open Sans", sans-serif;
  color: var(--color-body);
  font-size: 16px;
  line-height: 1;
}
.contact-us .contact-form input:focus-visible, .contact-us .contact-form textarea:focus-visible {
  outline: 1px solid rgb(50, 47, 179);
}
.contact-us .contact-form textarea {
  height: 160px;
  padding-top: 20px;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form textarea {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form textarea {
    height: 120px;
  }
}
.contact-us .contact-form .btn {
  padding: 22px 58px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form .btn {
    padding: 18px 45px;
  }
  .sticky-header.sticky{
    padding: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact-form .btn {
    padding: 18px 30px;
  }
}
.contact-us .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-us .shape {
    display: none;
  }
}
.contact-us .shape .shape1 {
  position: absolute;
  left: 4%;
  bottom: 15%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us .shape .shape1 img {
    width: 85%;
  }
}
.contact-us .shape .shape2 {
  position: absolute;
  left: 84.4%;
  bottom: 25%;
  z-index: 1;
}

/* Map Style */
.google-map-area {
  position: relative;
}
.google-map-area .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}
.google-map-area .map-inner iframe {
  border-radius: 20px;
  width: 100%;
  height: 425px;
}

/*----------------------------------------*/
/*  2.24 - Newsletter Styles CSS
/*----------------------------------------*/
.newsletter {
  position: relative;
}
.newsletter-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.newsletter-inner {
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 13px 0 0 13px;
  padding: 70px 0px 70px 70px;
  position: relative;
}
.newsletter-inner::after {
  background-color: var(--color-primary);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .newsletter-inner::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-inner {
    padding: 70px 0px 70px 40px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-inner {
    padding: 70px 0px 70px 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-inner {
    padding: 70px 30px 70px 30px;
    border-radius: 13px;
    row-gap: 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-inner {
    padding: 50px 30px;
  }
}
.newsletter-inner .heading-one {
  max-width: 530px;
  width: 100%;
}
.newsletter-inner .heading-one-subtitle {
  color: #ffffff;
}
.newsletter-inner .heading-one-title {
  color: #ffffff;
  font-size: 48px;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-inner .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-inner .heading-one-title {
    font-size: 36px;
  }
}
.newsletter-inner .heading-one-text {
  color: #ffffff;
}
.newsletter-inner .footer-widget-form {
  max-width: 470px;
  width: 100%;
  margin-top: 0px;
}
.newsletter-inner .footer-widget-form input {
  height: 72px;
  padding: 0 60px 0 30px;
}
@media only screen and (max-width: 767px) {
  .newsletter-inner .footer-widget-form {
    max-width: 500px;
  }
}
.newsletter .shape {
  position: absolute;
}
.newsletter .shape.shape-1 {
  top: -70px;
  left: 155px;
  z-index: -2;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .newsletter .shape.shape-1 {
    top: -50px;
    left: 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .newsletter .shape.shape-1 {
    top: 5px;
    left: 0px;
    width: 40%;
  }
  .newsletter .shape.shape-1 img {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter .shape.shape-1 {
    display: none;
  }
}
.newsletter .shape.shape-2 {
  top: -50px;
  right: 60px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .newsletter .shape.shape-2 {
    display: none;
  }
}

.newsletter-two {
  position: relative;
}
.newsletter-two-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 90px;
  border-bottom: 1px solid rgba(50, 47, 179, 0.13);
  margin-bottom: 120px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-two-inner {
    flex-direction: column;
    row-gap: 30px;
    padding: 0 0 60px;
    align-items: start;
    margin-bottom: 70px;
  }
}
.newsletter-two-inner .heading-one {
  max-width: 530px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-two-inner .heading-one {
    max-width: 100%;
  }
}
.newsletter-two-inner .heading-one-title {
  font-size: 48px;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-two-inner .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-two-inner .heading-one-title {
    font-size: 36px;
  }
}
.newsletter-two-inner .footer-widget-form {
  max-width: 500px;
  width: 100%;
  margin-top: 0px;
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-two-inner .footer-widget-form {
    max-width: 100%;
  }
}
.newsletter-two-inner .footer-widget-form input {
  height: 72px;
  padding: 0 200px 0 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-two-inner .footer-widget-form input {
    padding: 0 180px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-two-inner .footer-widget-form input {
    padding: 0 180px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-two-inner .footer-widget-form input {
    padding: 0 160px 0 20px;
    height: 60px;
  }
}
.newsletter-two-inner .footer-widget-form .btn {
  right: 0;
  top: 0;
  height: 100%;
  transform: inherit;
  background: var(--color-primary);
  background: linear-gradient(-45deg, var(--color-accent) 0%, var(--color-primary-alt) 50%, var(--color-primary) 100%);
  border-radius: 0 7px 7px 0;
  padding: 20px 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.newsletter-two-inner .footer-widget-form .btn::before {
  border-radius: 0 7px 7px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-two-inner .footer-widget-form .btn {
    padding: 20px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-two-inner .footer-widget-form .btn {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-two-inner .footer-widget-form .btn {
    padding: 20px 25px;
  }
}

/* =========================================
   2. Main Wrapper
   ========================================= */
.synqit-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  /* Changed from dark slate to your light peach background */
  background-color: var(--color-bg-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--color-body);
}

/* =========================================
   3. Background & Shapes
   ========================================= */
.synqit-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Soft gradient using your bg colors */
  background: radial-gradient(#ffc2bd 100%, #ff8c84 0%);
}

.synqit-deco-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px); /* Slightly increased blur for softness */
  opacity: 0.6;
  animation: floatShape 10s infinite ease-in-out alternate;
}

/* Updated shapes to use your secondary/accent colors */
.synqit-shape-1 { 
  top: -10%; left: -10%; width: 500px; height: 500px; 
  background: var(--color-secondary-light); 
  opacity: 0.4;
}

.synqit-shape-2 { 
  bottom: -10%; right: -5%; width: 400px; height: 400px; 
  background: var(--color-highlight); 
  animation-delay: 2s; 
}

.synqit-shape-3 { 
  top: 40%; left: 40%; width: 200px; height: 200px; 
  background: var(--color-primary-alt); 
  opacity: 0.15;
  animation-delay: 4s; 
}

@keyframes floatShape {
  0% { transform: translate(0, 0); }
  100% { transform: translate(20px, 40px); }
}

/* =========================================
   4. Social Bar
   ========================================= */
.synqit-social-bar {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.synqit-social-bar::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  /* Changed from white to primary muted to see on light bg */
  background: var(--color-primary-muted);
}

.synqit-social-bar li a {
  color: var(--color-primary-muted);
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-primary-muted);
}

.synqit-social-bar li a:hover {
  color: #fff; /* White text on hover */
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-3px);
}

/* =========================================
   5. Container & Swiper
   ========================================= */
.synqit-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  height: 100%;
}

.synqit-main-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0 !important; */
  transition: opacity 0.5s ease;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.synqit-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

.synqit-main-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.serviceSwiper .swiper-slide {
    /* width: auto !important; */
    opacity: 1 !important; /* Force visible just in case */
}

/* =========================================
   6. Content Styling
   ========================================= */
.synqit-slide-inner {
  width: 100%;
  padding: 80px 0 80px 60px;
}

.synqit-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.synqit-text-column {
  /* Changed text color to your body color */
  color: var(--color-body);
}

.synqit-badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-accent);
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease;
}

.synqit-badge::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background: var(--color-accent);
}

.synqit-heading {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 40px;
  /* Removed white gradient, applied solid heading color */
  color: var(--color-heading);
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease;
  transition-delay: 0.2s;
}

.synqit-btn-group {
  display: flex;
  align-items: center;
  gap: 30px;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s ease;
  transition-delay: 0.4s;
}

/* Button Styling */
.synqit-primary-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 40px;
  background: var(--color-primary);
  color: #fff; /* Keep white for contrast on dark red button */
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.synqit-primary-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-primary-dark);
  transition: 0.3s ease;
  z-index: -1;
}

.synqit-primary-btn:hover::before {
  width: 100%;
}

.synqit-call-area {
  display: flex;
  flex-direction: column;
}

.synqit-call-area span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-primary-muted);
}

.synqit-call-area a {
  color: var(--color-heading);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.3s;
}

.synqit-call-area a:hover {
  color: var(--color-primary);
}

/* Image Column */
.synqit-visual-column {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.8s ease;
  transition-delay: 0.3s;
}

.synqit-img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(164, 86, 86, 0.25); /* Colored shadow */
  aspect-ratio: 4/3;
}

.synqit-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.synqit-img-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  pointer-events: none;
}

/* Active Slide Animations */
.swiper-slide-active .synqit-badge,
.swiper-slide-active .synqit-heading,
.swiper-slide-active .synqit-btn-group,
.swiper-slide-active .synqit-visual-column {
  opacity: 1;
  transform: translate(0);
}

/* =========================================
   7. Navigation & Controls
   ========================================= */
.synqit-controls-container {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
}

.synqit-nav-arrows {
  display: flex;
  gap: 10px;
}

.synqit-nav-btn {
  width: 50px;
  height: 50px;
  border: 1px solid var(--color-primary-muted);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  cursor: pointer;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.3); /* Lighter background for nav */
  backdrop-filter: blur(5px);
}

.synqit-nav-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.synqit-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--color-primary-muted);
  opacity: 1;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: var(--color-primary);
  width: 24px;
  border-radius: 4px;
}

/* =========================================
   8. Responsive Design
   ========================================= */
@media (max-width: 992px) {
  .synqit-hero-wrapper {
      height: auto;
      min-height: 100vh;
      padding: 100px 0;
  }

  .synqit-grid-layout {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
  }

  .synqit-slide-inner {
      padding: 0;
  }

  .synqit-social-bar {
      display: none;
  }

  .synqit-badge {
      padding-left: 0;
      margin-top: 20px;
  }
  
  .synqit-badge::before {
      display: none;
  }

  .synqit-btn-group {
      justify-content: center;
      flex-direction: column;
  }
  
  .synqit-visual-column {
      order: -1;
  }

  .synqit-controls-container {
      right: 50%;
      transform: translateX(50%);
      bottom: -80px !important;
  }
}

/* --- Unique SYNQIT Footer Styles --- */
.sq-footer-section {
  background-color: var(--color-primary); /* Dark Red Background */
  color: var(--color-bg-one); /* Light text */
  padding-top: 80px;
  font-family: 'Inter', 'Segoe UI', sans-serif; /* Modern Font Stack */
  position: relative;
  overflow: hidden;
}

/* Typography & Links */
.sq-footer-section a {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 1. Top CTA Section */
.sq-cta-wrapper {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sq-cta-subtitle {
  color: var(--color-highlight-alt); /* Peach */
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.sq-cta-heading {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

.sq-cta-desc {
  color: var(--biz-bg-soft);
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* Unique Button Style */
.sq-btn-pill {
  background-color: var(--color-highlight-alt);
  color: var(--color-primary);
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.sq-btn-pill:hover {
  background-color: #fff;
  color: var(--color-primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* 2. Main Widget Area */
.sq-brand-col img {
  max-width: 150px;
  margin-bottom: 25px;
  filter: brightness(0) invert(1); /* Ensures logo is white if it's not already */
}

.sq-brand-text {
  opacity: 1;
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 0.95rem;
  color: var(--biz-bg-soft);
}

/* Contact List */
.sq-contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.sq-contact-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: var(--color-bg-light);
  font-weight: 500;
}

.sq-contact-list i {
  color: var(--color-highlight-alt);
  width: 25px;
  font-size: 1rem;
}

/* Social Icons */
.sq-social-group {
  display: flex;
  gap: 12px;
}

.sq-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-highlight-alt) !important;
  font-size: 1rem;
  border: 1px solid rgba(255,255,255,0.05);
}

.sq-social-link:hover {
  background: var(--color-highlight-alt);
  color: var(--color-primary) !important;
  transform: scale(1.1);
}

/* Navigation Links */
.sq-widget-title {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.sq-link-list {
  list-style: none;
  padding: 0;
}

.sq-link-list li {
  margin-bottom: 14px;
}

.sq-link-list a {
  color: var(--biz-bg-soft);
  opacity: 1;
  font-size: 0.95rem;
}

.sq-link-list a:hover {
  opacity: 1;
  color: var(--color-highlight-alt);
  padding-left: 5px; /* Subtle slide effect */
}

/* Newsletter */
.sq-newsletter-box {
  position: relative;
  margin-top: 20px;
}

.sq-input-field {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  border-radius: 8px;
  color: #fff;
  outline: none;
}

.sq-input-field::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.sq-input-field:focus {
  border-color: var(--color-highlight-alt);
  background: rgba(255, 255, 255, 0.05);
}

.sq-submit-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: none;
  background: var(--color-highlight-alt);
  color: var(--color-primary);
  padding: 0 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.sq-submit-btn:hover {
  background: #fff;
}

/* 3. Bottom Copyright */
.sq-copyright-bar {
  margin-top: 60px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.sq-legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.sq-legal-links a {
  color: rgba(255, 255, 255, 0.6);
}

.sq-legal-links a:hover {
  color: var(--color-highlight-alt);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .sq-cta-wrapper, .sq-brand-col, .sq-widget-col {
    text-align: center;
  }
  
  .sq-contact-list li {
    justify-content: center;
  }
  
  .sq-social-group {
    justify-content: center;
  }
  
  .sq-legal-links {
    justify-content: center;
    margin-top: 15px;
  }
  
  .sq-cta-heading {
    font-size: 2rem;
  }
}

/* --- Section Spacing --- */
.biz-cta-section {
    position: relative;
    z-index: 1;
    /* Uses your global section-padding class for top/bottom space */
}

/* --- The Card Container --- */
.biz-cta-card {
    background: linear-gradient(135deg, var(--biz-bg-gradient) 0%, var(--biz-bg-soft) 100%);
    border-radius: 30px; /* Matches your site's rounded aesthetic */
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(164, 86, 86, 0.08); /* Soft colored shadow */
    position: relative;
}

/* --- Content Column Styling --- */
.biz-cta-content {
    padding: 60px 50px;
    position: relative;
    z-index: 2;
}

/* Decorative Shape behind text */
.biz-deco-shape {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    opacity: 0.4;
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
}

/* Typography matching your 'heading-one' styles */
.biz-cta-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--biz-accent);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.biz-cta-title {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--biz-primary);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.biz-cta-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--biz-text-muted); /* Using muted text for body */
    margin-bottom: 40px;
    max-width: 90%;
    font-family: 'Open Sans', sans-serif;
}

/* --- Buttons --- */
.biz-cta-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.biz-btn {
    padding: 15px 35px;
    border-radius: 50px; /* Pill shape */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
}

/* Primary Filled Button */
.biz-btn-primary {
    background-color: var(--biz-primary);
    color: #fff;
    box-shadow: 0 10px 20px rgba(164, 86, 86, 0.2);
    border: 1px solid var(--biz-primary);
}

.biz-btn-primary:hover {
    background-color: var(--biz-primary-hover);
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 15px 25px rgba(164, 86, 86, 0.3);
}

/* Outline Button */
.biz-btn-outline {
    background-color: transparent;
    color: var(--biz-primary);
    border: 1px solid var(--biz-primary);
}

.biz-btn-outline:hover {
    background-color: var(--biz-primary);
    color: #fff;
    transform: translateY(-3px);
}

/* --- Image Styling --- */
.biz-cta-image-wrapper {
    height: 100%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.biz-cta-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the area perfectly */
    transition: transform 0.6s ease;
}

/* Zoom effect on hover */
.biz-cta-card:hover .biz-cta-img {
    transform: scale(1.05);
}

/* Optional: Gradient overlay on the image to blend it with the card */
.biz-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 230, 207, 0.3), transparent);
    pointer-events: none;
}

/* --- Responsive Media Queries --- */
@media (max-width: 991px) {
    .biz-cta-content {
        padding: 40px 30px;
        text-align: center;
    }
    
    .biz-cta-text {
        margin-left: auto;
        margin-right: auto;
    }
    
    .biz-cta-actions {
        justify-content: center;
    }
    
    .biz-cta-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .biz-cta-content {
        padding: 30px 20px;
    }
    
    .biz-cta-title {
        font-size: 26px;
    }
    
    .biz-btn {
        width: 100%;
        text-align: center;
    }
}

/* --- EXISTING CODE (Keep this) --- */
.about-image-inner-thumb {
    background: #ffffff;
    padding: 15px 25px;
    border-left: 5px solid var(--biz-primary);
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    /* Desktop Positioning */
    bottom: 30px; 
    left: 30px;
    position: absolute;
    z-index: 2;
    
    /* ADD THIS: Safety wrapper to prevent text from hitting the edge */
    max-width: calc(100% - 60px); 
}

.about-image-inner-thumb .date {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--biz-primary-hover);
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
}

.about-image-inner-thumb .text {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #223F9A;
    display: block;
}

/* --- NEW: MOBILE RESPONSIVENESS FIX --- */
@media (max-width: 768px) {
    .about-image-inner-thumb {
        /* Pull it closer to the edge on mobile */
        left: 15px; 
        bottom: 15px;
        
        /* Reduce padding slightly to save space */
        padding: 10px 15px;
        
        /* Ensure it doesn't overflow the image width */
        max-width: calc(100% - 30px);
    }

    .about-image-inner-thumb .date {
        font-size: 1.1rem; /* Slightly smaller name */
    }

    .about-image-inner-thumb .text {
        font-size: 0.75rem; /* Slightly smaller title */
    }
}

.testimonial-grid-item {
      background: #fff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #f1f1f1;
      position: relative;
      overflow: hidden;
}

.testimonial-grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: transparent;
}

/* Top colored bar on hover */
.testimonial-grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-1);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.testimonial-grid-item:hover::before { transform: scaleX(1); }

.quote-icon-large {
  color: #f1f5f9;
  font-size: 60px;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
}

.testimonial-content {
  position: relative;
  z-index: 2;
}

.rating-stars {
  color: #fbbf24;
  margin-bottom: 20px;
  font-size: 14px;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--text-heading);
}

.client-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--gradient-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}

.client-thumb img { width: 100%; height: 100%; object-fit: cover; }

.client-details h5 {
  font-size: 18px;
  margin-bottom: 2px;
}

.client-details span {
  font-size: 13px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}

.blog-grid-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f1f1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.blog-thumb {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-grid-item:hover .blog-thumb img {
  transform: scale(1.1);
}

.blog-date-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--gradient-1);
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.blog-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: var(--text-body);
  margin-bottom: 15px;
  opacity: 0.8;
}

.blog-meta i { color: var(--primary-color); margin-right: 5px; }

.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.blog-title a:hover { color: var(--primary-color); }

.blog-excerpt {
  margin-bottom: 25px;
  color: var(--text-body);
  font-size: 15px;
  flex-grow: 1;
}

.read-more-link {
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}

.read-more-link i { margin-left: 8px; transition: margin 0.3s; }
.read-more-link:hover { color: var(--primary-color); }
.read-more-link:hover i { margin-left: 12px; }

/* --- Pagination Style --- */
.pagination-wrap ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.pagination-wrap li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  color: var(--text-heading);
  font-weight: 600;
}

.pagination-wrap li a:hover, .pagination-wrap li a.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.faq-accordion .accordion-item {
    border: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--text-heading);
    background: #fff;
    padding: 25px 30px;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background: var(--light-bg);
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,0);
}

.faq-accordion .accordion-body {
    padding: 0 30px 30px 30px;
    color: var(--text-body);
    background: var(--light-bg);
}

/* --- Support Box (Right Sidebar) --- */
.support-box {
    background: var(--secondary-color);
    padding: 40px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    position: sticky;
    top: 120px;
}

.support-box h4 { color: #fff; margin-bottom: 15px; }
.support-box p { color: rgba(255,255,255,0.7); margin-bottom: 30px; }

/* Culture / Benefits Grid */
.culture-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
    border: 1px solid #f1f1f1;
}
.culture-card:hover { transform: translateY(-5px); border-color: var(--primary-color); }
.culture-icon {
    font-size: 40px;
    background: -webkit-linear-gradient(45deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.culture-title { font-size: 20px; margin-bottom: 10px; }

/* Job Openings List */
.job-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}
.job-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.job-info h3 { font-size: 22px; margin-bottom: 10px; }
.job-meta span {
    margin-right: 20px;
    font-size: 14px;
    color: var(--text-body);
}
.job-meta i { color: var(--primary-color); margin-right: 5px; }

.job-type-badge {
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.career-page .sq-contact-list li{
  color: var(--color-body);
}

.help-search-box {
    max-width: 600px;
    margin: 30px auto 0;
    position: relative;
}
.help-search-input {
    width: 100%;
    padding: 18px 25px;
    padding-right: 60px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-size: 16px;
}
.help-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.help-search-btn:hover { background: var(--secondary-color); }

/* Category Cards */
.help-category-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #f1f1f1;
    transition: 0.3s;
    height: 100%;
}
.help-category-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.help-icon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
}
.help-category-title { font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.help-category-desc { font-size: 14px; margin-bottom: 0; color: var(--text-body); }

/* Article List */
.article-list {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}
.article-item:last-child { border-bottom: none; }
.article-item:hover { background: var(--light-bg); }
.article-title { font-weight: 600; color: var(--secondary-color); margin: 0; display: flex; align-items: center; gap: 15px; }
.article-title i { color: var(--accent-color); font-size: 14px; }
.article-arrow { color: #ccc; }
.article-item:hover .article-arrow { color: var(--primary-color); }

/* --- HERO SECTION STYLES (UNIQUE CLASSES: sq-hero-*) --- */

        .sq-hero-section {
            position: relative;
            background-color: var(--biz-primary); /* Bold Burgundy Background */
            overflow: hidden;
            padding: 100px 0;
            min-height: 750px;
            display: flex;
            align-items: center;
            z-index: 1;
        }

        /* Abstract Background Elements */
        .sq-hero-shape-1 {
            position: absolute;
            top: -100px;
            right: -100px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, var(--biz-primary-hover) 0%, transparent 70%);
            border-radius: 50%;
            opacity: 0.5;
            z-index: -1;
        }

        .sq-hero-shape-2 {
            position: absolute;
            bottom: -50px;
            left: -50px;
            width: 400px;
            height: 400px;
            border: 2px solid rgba(255, 255, 255, 0.05);
            border-radius: 50%;
            z-index: -1;
            animation: sqPulse 10s infinite alternate;
        }

        @keyframes sqPulse {
            0% { transform: scale(1); opacity: 0.3; }
            100% { transform: scale(1.1); opacity: 0.6; }
        }

        /* Layout Grid */
        .sq-hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        /* Typography */
        .sq-hero-subtitle {
            display: inline-block;
            font-family: 'Poppins', sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--biz-bg-soft); /* Peach accent text */
            margin-bottom: 20px;
            position: relative;
            padding-left: 50px;
        }

        .sq-hero-subtitle::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 35px;
            height: 2px;
            background-color: var(--biz-bg-soft);
        }

        .sq-hero-title {
            font-family: 'Poppins', sans-serif;
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.1;
            color: var(--white);
            margin-bottom: 30px;
        }

        .sq-hero-title span {
            color: var(--biz-bg-soft); /* Peach highlight */
            /* font-style: italic; */
            font-weight: 300; /* Lighter weight for elegance */
        }

        .sq-hero-desc {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.8;
            margin-bottom: 45px;
            max-width: 550px;
            border-left: 3px solid var(--biz-bg-soft);
            padding-left: 25px;
        }

        /* Buttons */
        .sq-hero-actions {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .sq-btn-white {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 18px 45px;
            background-color: var(--white);
            color: var(--biz-primary);
            font-weight: 700;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .sq-btn-white::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background-color: var(--biz-bg-soft);
            z-index: -1;
            transition: width 0.3s ease;
        }

        .sq-btn-white:hover::before {
            width: 100%;
        }

        .sq-btn-white:hover {
            color: var(--biz-text-dark);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .sq-btn-video {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            color: var(--white);
            text-decoration: none;
            font-weight: 600;
            transition: opacity 0.3s;
        }

        .sq-btn-video:hover {
            opacity: 0.8;
            color: var(--white);
        }

        .sq-play-icon {
            width: 50px;
            height: 50px;
            border: 1px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            position: relative;
        }

        .sq-play-icon::after {
            content: '';
            position: absolute;
            inset: -5px;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 50%;
            animation: sqPulse 2s infinite;
        }

        /* Image Composition */
        .sq-hero-visual {
            position: relative;
            padding: 20px;
        }

        .sq-hero-img-card {
            position: relative;
            z-index: 2;
            border-radius: 4px; /* Classic sharp corners or slight rounding */
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
            border: 10px solid rgba(255, 255, 255, 0.1); /* Glass border effect */
        }

        .sq-hero-img-card img {
            width: 100%;
            display: block;
            transform: scale(1.01); /* Prevents pixel gaps */
        }

        /* Floating Element */
        .sq-hero-floater {
            position: absolute;
            bottom: -30px;
            left: -30px;
            background: var(--white);
            padding: 30px;
            z-index: 3;
            max-width: 220px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        }

        .sq-hero-floater::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: var(--biz-bg-soft);
        }

        .sq-floater-num {
            display: block;
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--biz-primary);
            line-height: 1;
            margin-bottom: 5px;
        }

        .sq-floater-text {
            font-size: 0.9rem;
            color: var(--biz-text-muted);
            line-height: 1.4;
            margin: 0;
        }

        /* Slider Navigation (Custom) */
        .sq-hero-nav-wrapper {
            position: absolute;
            bottom: -50px;
            right: 15px; /* Aligned to container */
            display: flex;
            gap: 10px;
            z-index: 10;
        }

        .sq-hero-arrow {
            width: 60px;
            height: 60px;
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .sq-hero-arrow:hover {
            background: var(--white);
            color: var(--biz-primary);
        }

        /* Responsive Breakpoints */
        @media (max-width: 991px) {
            .sq-hero-section {
                padding: 80px 0;
                min-height: auto;
            }
            .sq-hero-grid {
                grid-template-columns: 1fr;
                gap: 50px;
            }
            .sq-hero-title {
                font-size: 3rem;
            }
            .sq-hero-visual {
                padding: 0;
                margin-top: 20px;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }
            .sq-hero-nav-wrapper {
                position: relative;
                bottom: auto;
                right: auto;
                justify-content: center;
                margin-top: 40px;
            }
            .sq-hero-floater {
                bottom: 20px;
                left: -10px;
                padding: 20px;
            }
        }

        @media (max-width: 576px) {
            .sq-hero-title {
                font-size: 2.5rem;
            }
            .sq-hero-actions {
                flex-direction: column;
                align-items: flex-start;
            }
            .sq-btn-white {
                width: 100%;
            }
        }

        .about-tab-content-ul{
          margin-left: 40px;
          margin-bottom: 15px;
        }

        .about-tab-content-ul li{
          color: var(--color-heading);
          list-style: circle;
          font-size: 14px;
        }
        
        .logo-2 {
          width: 60%;
        }

